/* 	styles for the Digitise Shop 
	place after the default styles
*/

/* mini cart */

#shop_minicart{
	padding:5px;
	float:right;
	border:1px solid #000000;
}

#shop_minicartitems{
	width:200px;
	overflow:auto;
}


/* little big tree */

/* Misc classes */

.clear {
	clear:both;
}	

/* --- Category page --- */

#shop_category{ /* category title container */ }

#shop_category h1{ /* category title */ }

#shop_subcategories{ /* subcategories container */ }

#shop_subcategories h2{ /* categories or subcategories title */
	margin-bottom:10px;
}
.shop_category_content{
	clear:both;	
}
.shop_category_image{
	float:left;
	margin:0 15px 25px 0;
	width:200px;
	padding:5px;
	border:1px solid #993;
}
.shop_category_text{
	width:600px;
	float:left;
	margin:0 0 25px 0;
}
.shop_category_product_title {

}
.shop_category_title h3, .shop_category_product_title h3, #shop_producttitle h1 { 
	font-size:12px; 
	font-weight:bold;
	color:#993;
}
.shop_category_title a, .shop_category_product_title a, .shop_category_product_details a {
	color:#993;
	font-weight:bold;
}
.shop_category_description{ 

}
.leftcol {
	float:left;
	width:210px;
	padding:0 0 0 10px;
}
#shop_categoryproducts{ /* category products conatiner */ 

}
#shop_categoryproducts h2{ 
	display:none;	
}
.shop_category_product_content{
	width:212px;
	float:left;
	margin:30px 5px 0 5px;
	text-align:center;
}
.shop_category_product_title{ 

}
.shop_category_product_description{ 
	display:none;
	/* margin:7px 0; */	
}
.shop_category_product_image{
	border:1px solid #993;
	padding:5px;
	/* float:left; */
}
td.shop_category_product_image_cell{ 

}
.shop_category_product_caption{
	display:none;
}
.shop_category_product_code{ 

}
.shop_category_product_price{ 
	display:none;
	/* width:115px;
	float:left;
	padding:0 0 0 7px; */
}
.shop_category_product_price_prefix{ 
	display:block;
}
.shop_category_product_details{ 
	display:none;
}
.shop_product_details{ }
.shop_category_product_containersize{
	display:none;
}
.shop_product_containersize { }
.shop_category_product_heighttext{ 
	display:none;
	/* width:55px;
	float:left; */
}
.shop_category_product_heighttext p, .shop_category_product_containersize p { 
	font-weight:bold;
	margin:0;
	padding:0;
}

div.paginationlinks{
	clear:both;
	text-align:center;
	padding:3px;
	border-top:1px solid #999933;
	border-bottom:1px solid #999933;
	margin:10px 0 20px 0;
	color:#999933;
}

div.paginationlinks a{
	color:#999933;
}

/* --- Product page --- */

.shopimageholder{ 
	float:right;
}
#shop_productimage{ 
	border:1px solid #993;
	padding:5px;
}
.shop_image_caption {
	display:block;
	margin-top:3px;
}
.shoptextholder{ 
	float:left;
	width:560px;
}
#shop_producttitle{ 
	margin:0 0 15px 0;
}
#shop_productdescription{ 

}
#shop_product_code{ 

}
#shop_product_SKU{ 

}
#shop_productquantity{ 

}
#shop_productprice {
	margin:10px 0 0 0;
}
.shop_category_product_price_prefix{ 
	font-weight:bold;
}
#shop_productpricetotal{ 

}

.shop_toplevelcategories_horizontalmenu{
	clear:both;
	padding:20px 27px 5px 5px;
	text-align:center;
	/* color: #999933; */
	font-size: 11px;
	border-right:3px solid #999933;
	border-left:3px solid #999933;	
}

.shop_toplevelcategories_horizontalmenu a{
	color:#999933;
}