@CHARSET "utf-8";

/* css for product category listings - file is activated if page is a shop page and a category id is available */

.prod_head { /* product holder for category image with curved background and header bar */
	width: 326px;
	height: 214px;
	background-image:url('../css_images/product_bg.png');
	background-repeat: no-repeat;
	margin-left: 14px;
	float: left;
}

.prod_head h6 { /* product heading style */
	color: #fff;
	margin-left: 7px;
	margin-top: 9px;
}

.prod_head h6 a, 
.prod_head h6 a:visited, 
.big_prod h6 a, 
.big_prod h6 a:visited { /* default and visited link style for product */
	color: #fff;
}

.prod_head h6 a:hover, .big_prod h6 a:hover{ /* link highlighting on hover */
	text-decoration: none;
	color: #828EAD;
}

.prod_head img { /* product image placement */
	margin-left: 9px;
}

.price { /* product price for each item */
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	margin-right: 10px;
}


/* main product holder */
.big_prod {
	height: 323px;
	width: 673px;
	background-image:url('../css_images/main_product_bg.png');
	background-repeat: no-repeat;
	margin-left: 14px;
	float: left;
}

.big_prod h6 { /* main product heading */
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-top: 7px;
	margin-left: 9px;
}

.big_prod img { /* border for image of main product */
	margin-left: 10px;
	float: left;
}

.description p { /* main product description text */
	margin-top: 12px;
	margin-left: 269px;
	margin-top: -216px;
	float: left;
}

