/* CATALOGUE MODULE ( Object list, detailed view and product image gallery) */

/* Object list */
div.every-product-wrap { /* Item list, possible to wrap every item */
	padding:5px;
	}
	
H5 { /* Product LINK/NAME */
	color:#799A32;
	font-size:14px;
	margin:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	}

H5  a { /* Product LINK/NAME */
	color:#799A32 !important;
	font-size:16px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
H5  a:hover { /* Product LINK/NAME */
	color:#799A32 !important;
	font-size:16px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}

.odd-row-style {
	border-top: 1px solid #D6ECF8;
	border-bottom:1px solid #D6ECF8;
	background-image:url(images/itemBg.jpg);
	background-repeat:repeat-y;
}

.hotDealsPriceColor {
	color:#ff6600;
	}
.hotDealsImageBorder {
	border:1px solid #669933;
	}

.categoryWraps {
	width:146px;
	border:1px solid #A3BF6B;
	background-image:url(../../images/boxBg.jpg);
	background-repeat:no-repeat;
	float:left; 
	background-color:white;
	padding:5px;
	margin:5px;
	height:125px;
	text-align:center;
	}
.categoryWraps  IMG {
	border:1px solid white;
	}
		
.imageBgDiv {
	cursor:pointer;
	height:100px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:white;
	}	
.categoryWraps a {
	font-weight:bold;
	}

/* New - product status */
#new-product {
	position:relative;
	top:-25px;
	padding:1px 10px 1px 10px;
	color:red;
	background-color:#FFFFFF;
	opacity:0.9;
		}
	
/* Product image gallery - detailed product view*/

div.big-thumb {
	height:150px;
	width:200px;
	margin-right:10px;
	}

div.small-thumbs-wrap {
	width:210px;
	}

div.small-thumbs-wrap IMG {
	float:left;
	border:1px solid #ccc;
	margin-right:6px;
	margin-top:6px;

	}
	
div#price-quantity-wrap {
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc; 
	margin:10px 0px;
	text-align:right;
	padding:4px 0px;
	}
	
div#price-quantity-wrap #add-to-cart {

	}
	
div#price-quantity-wrap #price {
	float:left;
	margin-top:2px;
	}
	
/* RELATED ITEMS */

.related-goods { /* RELATED ITEMS WRAP*/
	border-top:1px solid #f2f2f2;
	margin-top:10px;
	padding-top:5px;
	}
	
.related-item {
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #f2f2f2;
	background-color:#FDFDFD;
	min-height:105px;
	width:120px;
	text-align:center;
	float:left;
	}