/* color changes here */
#category_crumbs a, .ston_product_price {
	color: #003366;
}

#ston_category_listing ul li a, #ston_category_listing ul li a:visited {
	color: #FFFFFF;
}

#ston_category_listing li {
	background-color:#000099;
	border-color: #000;
	
}

#ston_category_listing ul {
	border-color: #000;
}

#ston_category_listing ul li ul li, #ston_category_listing ul li ul li a, #ston_category_listing ul li ul li a:visited{
	color:#003366;
	background-color: #E4E9EF;
}
#ston_product_gallery img {
  border: 1px solid #000;
  width: 25px;
  height: 15px;
}
#ston_product_detail_large_image {
  width:160px;
  height:160px;
}

#ston_product_detail_large_image img {
	border:none;
}

#kart_title, #kart_detail_wrapper th, #kart_wrapper input {
	background-color:#E5E5B2;
}

#kart_title, #kart_body, #kart_wrapper a, #kart_detail_wrapper table, #kart_detail_wrapper a {
	color:#74743A;
}

#kart_title, #kart_wrapper, #kart_detail_wrapper table, #kart_detail_wrapper th, #kart_detail_wrapper td {
	border-color:#B3B368;
}

#kart_wrapper input, #kart_detail_wrapper input {
	padding: 0px 3px;
	font: arial;
	font-size:10px;
	background-color:#74743A;
	color:#FFF;
}

/* Front End starts here*/

.current_crumb {
	font-weight: bold;
}

#category_crumbs {
	padding: 1px 0;
	margin-right: 20px;
	float: left;
	color: #333333;
}

#category_crumbs a {
	padding: 0 2px;
	text-decoration: none;
}

#category_crumbs a:hover {
	text-decoration:underline;
}

#market_body {
	clear:left;
	width:100%;
	margin:auto;
}

#market_left {
	float:left;
	clear:left;
	width:156px;
}

#market_inner {
	margin:0;
	width:100%;
}

#ston_category_listing {

}

#ston_category_listing ul {
  	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding: 0;
  list-style: none;
  margin: 0;
  
}

#ston_category_listing ul li ul {
  margin:0;
}

#ston_category_listing li {
	list-style:none;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

#ston_category_listing ul li ul li{
	padding: 0;
	padding-left: 15px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

#ston_product_listing {
  float:left;
}

#ston_products_wrapper {
  float: left;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#ston_products_wrapper img, .ston_product_detail img{
	padding: 5px 0;
}

/*Product Container */
.ston_product {
	float: left;
    min-height: 275px;
	/*height: 275px;*/
	width: 250px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin:0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.ston_product_price {
	font-weight: bold;
	display: block;
}

#ston_products_wrapper a ,#ston_products_wrapper a:visited{
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}

#ston_market_wrapper {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#ston_market_wrapper ul li a, #ston_market_wrapper ul li a:visited {
	text-decoration: none;
}



#ston_market_wrapper ul li a:hover, #ston_market_wrapper ul li ul li a:hover, #ston_products_wrapper a:hover, .current_crumb a:hover{
  text-decoration: underline;
}

#image_galler_wrapper {
 text-align:center;
}

#product_navigation {
	clear:left;
	padding: 5px;
}

/* for paging. stolen and modified from digg.com */
#paging {
	padding: 1px 0;
    margin: 0px 0;
    float: left;
}

#paging span.current_page a{
    color: #fff;
	background-color: #000099;
}
#paging a:link, #paging a:visited {
	color: #000099;
	padding: 0px 3px;
	margin-right: 2px;
	border: 1px solid #000099;
    text-decoration: none;
}
#paging a:hover, #paging span.current_page a:hover {
    color:#000000;
	border-color: #000;
	background-color: #CCC;
}
/*end of paging*/

/* product detail */

.ston_product_detail {
	margin-left: 156px;
	font-family: verdana, arial, helvetica, sans-serif;
  	font-size: 11px;
	padding: 10px;
	border: solid 1px #CCC;
}

/* Backend Starts here */
#category_form_div{
  position:absolute;
  top:30%;
  left:30%;
}

#product_list {list-style:none;}
#product_list label {padding-right: 20px;}
#product_list li {text-align:right;}

.image_thumb {
  float:left;
  width: 100px;
  display:table;
  vertical-align:middle;
}
.image_caption {
  float: left;
  display:table;
}
.image_wrapper {
  clear:left;
  padding:10px;

}

.ston_product_name {
	font-weight:bold;
}

/* kart stuff */ 

#kart_wrapper {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#kart_wrapper a {
	font-size: 12px;
	font-weight:bold;
}

#kart_title {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#kart_body {
	font-size:11px;
	background-color:#F7F7E8;
	padding: 3px;
}

#kart_detail_wrapper table{
	margin: 0 5px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
}

#kart_detail_wrapper a{
	font-weight:bold;
}

#kart_detail_wrapper th {
	padding: 3px;
	font-weight:bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}

#kart_detail_wrapper td {
	padding: 3px;
	background-color:#F7F7E8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
}

#cc_wrapper { float:left; }
#cc_list {list-style:none;}
#cc_list label {padding-right: 10px;}
#cc_list li {text-align:right;}

#checkout_left {
 float: left;
 width: 40%
}
#checkout_right {
 float: left;
 width: 40%
}
