/* Classes */
/*

	Custom CSS for the Default Content Layouts
	Altered by: Jigar
	Target: Inner Page (Category and Listing only)
*/
/* IDs */
#contents {}
#contents #contents-table select option, #itemarea select option{padding-right:10px}
#contents a{text-decoration:none;  display: block;}
#contents a:hover{text-decoration: underline;}
#contents #contents-table {border-collapse: collapse; border-bottom: 10px solid #fff;}
	#itemtype #contents table {/*margin:10px 0;*/}
#contents td {padding:25px 35px;}
#contents .horizontal-seperator{ }
#contents .vertical-seperator{ }

#contents .detail td {padding:5px; } /* The Border-bottom must be applied to the TD, not the TR in order to work in IE */
#contents .detail.last td {border-bottom:0 solid;} /* Needed for FF */
	#itemtype #contents .detail td,
	#maintype #contents .image td {padding-bottom:10px;}
#contents .last {border:0;}
#contents .name * {color:#5f9e22; font-weight:normal; font-size:12px; height: auto; text-align:left;}
#contents #abstract {padding: 5px 0px;}
#contents .price {font-weight:bold; margin:0; font-size: 12px; color:#000;}
	#itemtype .price em {font-style:normal; font-weight:bold; margin:10px 0; padding:0 4px 0 0;}
#contents .sale-price {color:#ff0000; font-size: 12px;}  
#contents .sale-price-bold {color:#ff0000;font-weight:bold;}
#contents .price-bold {font-weight:bold;margin:10px 0 0;}

#contents .contents-padding {padding: 0px !important; font-size: 1px; height: 10px; color: #fff; border-bottom: 1px solid #ddd; }
#contents .contents-padding-top {padding: 0px !important; font-size: 1px; height: 10px; color: #fff; }

