/*PRODUCT HOME BOX DISPLAY STYLES*/
/*-------------------*/

.prodbox
{
	display: inline;
	border: 1px solid #CCC;
	background-image: url(../images_layout/prodbox_bg.jpg);
	background-repeat: repeat-y;
	width: 150px;
	height: 280px;
	margin: 4px;
	float: left;
	vertical-align: middle;
}

#content_centre .prodbox
{

}

.item-head
{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #B8CDDB;
	padding: 4px 5px 4px 5px;
	margin-bottom: 5px;
	height: 38px;
}
.prodthumb
{

	margin-left: 5px;
	margin-right: 4px;
	height: 90px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin-bottom: 2px;
		height: 125px;
		text-align: center;
		vertical-align: middle;
}



.product-text
{
	padding: 0px 2px 2px 2px;
	color: #333333;
	font-size: 11px;
	width: 150px;
	margin-bottom: 5px;
	height: 135px;
}

.productshowall 
{
	padding: 0px 5px 5px 5px;
	color: #333333;
	font-size: 11px;
	width: 150px;
	margin-bottom: 5px;
}

/************** product page layout styles and divs **************/

.textdescription{
	display: inline;
	margin-left: 0px;
	height: 250px;
	font-size: 12px;
	text-align: left;
}
#prod{


}
#prod_options{

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;

}
.prod_image{
	border-color: #CCCCCC;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	
	
}
.prod_option_title{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #B8CDDB;
	padding: 4px 5px 7px 5px;
	
}

.options_title{
	background-color: #D7E8E2;
	color: #333333;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	
}

.options_text{
	color: #333333;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	
	
}

.horiz_line
{
border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

.thumbs_image{
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin: 4px;
	float: left;
	width:125px;
	height: 125px;
	overflow: hidden;
	text-align: center;
}

.thumbs_image_noborder{
	border-color: #ffffff;
	border: 0;
}

.border {
	border: 1px solid #cccccc;;
	height:150px;
	width:150px;
	background-image:url(images/productback.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}