
/***********************************
/
/	PRODUCTS HOME
/
/**********************************/

#productsHome
{
	background-image: url("../images/products/productHome_bg.jpg");
	background-repeat:no-repeat;
	background-position:top;
	width: 927px;
	height: 490px;
	margin: 0px 0px 30px 0px;
}


tr.productsHome_1Row
{
	height: 230px;
}

td.productsHome_leftColumn
{
	width: 428px;
	height: 230px;
	border:0px solid red;
}


td.productsHome_spacerColumn
{
	width: 75px;
}

tr.productsHome_spacerRow
{
	height: 31px;
}

#productsHome select
{
	margin: 131px 0px 0px 200px;		/* FF */
	width: 200px;
}

/***********************************
/
/	PRODUCT DETAILS
/
/**********************************/




#productCategoryImg_British,
#productCategoryImg_Traditional,
#productCategoryImg_Pasta,
#productCategoryImg_Potato
{
	width: 276px;
	height: 222px;
	background-repeat:no-repeat;
	background-position:top;
	float: left;
	border: 0px solid red;
	display:block;
}

#productCategoryImg_British {background-image: url("../images/products/productCategory_bg_British.jpg");}
#productCategoryImg_Traditional {background-image: url("../images/products/productCategory_bg_Traditional.jpg");}
#productCategoryImg_Pasta {background-image: url("../images/products/productCategory_bg_Pasta.jpg");}
#productCategoryImg_Potato {background-image: url("../images/products/productCategory_bg_Potato.jpg");}


#productDetails_Image
{
	width: 207px;
	float: left;
	border:0px solid red;
	margin: 0px 20px 0px -25px; 
	_margin: 0px 15px 0px -25px;	/* IE 6 */
}



#productDetails_Table
{
	width: 400px;
	float: left;
	border: 0px solid red;
	margin: 0px 0px 0px 0px; 
}



.productDetails_PodHeader
{
	background-image: url("../images/podheaders/podheader_grey.gif");
	background-repeat: repeat-x;
	background-position: top left;
	height: 44px;
	width: 400px;
	padding: 0px;		/* FF */
}


.productTable_PodHeader
{

	height: 38px;
	padding: 0px;
	float: left;
	width: 400px;
}


.productTable_1row
{
	float: left;
	border-bottom: 1px solid #c2c2b7;
	border-bottom-style:dotted;
	padding: 0px 0px 8px 0px;
	height:100%;
	display:block;
}

#productTable_dataTable
{
	float: left;
	width: 400px;
}


	


td.productTable_dataCaption
{
	width: 170px;	/* FF  */
	.width: 120px;	/* IE7 */
	_width: 170px;	/* IE6 */
	height: 18px;
	float: left;
	border: 0px red solid;
	line-height: 16px;
	.line-height: 12px;
	vertical-align: top;
	padding: 0px 0px 0px 27px;
}

td.productTable_dataValue
{
	width: 120px;
	height: 18px;
	float: left;
	line-height: 16px;
	.line-height: 12px;
	border: 0px red solid;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}

td.productTable_descCaption
{
	width: 100px;
	border: 0px red solid;
	line-height: 16px;
	vertical-align:top;
	padding: 5px 0 0 8px;
	display:block;
	border: 0px solid green;
}

td.productTable_descValue
{
	width: 350px;
	float: left;
	border: 0px red solid;
	vertical-align:top;
	line-height: 16px;
	.line-height: 17px;
	padding: 0px 0 5px 30px;
}


#productButtons
{
 text-align:center;
 padding: 10px 15px 5px 15px;
 vertical-align:top;
}


.printProductButton
{
 	float:left;
	text-align:center;
	width: 160px;
   	margin: 10px 0px 0px 110px;	/* FF */
   	.margin: 4px 0px 0px 110px;	/* IE7 */
   	_margin: 4px 0px 0px 55px; /* IE6 */
}

a.printProductButton
{
	background-image: url("../images/buttons/button_print_product.jpg");
	width: 156px;
	height: 25px;
	display: block;	
    margin: 0px 0px 0px 0px;
}

