body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;width: 100%; margin: 0; padding: 0; border: none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
img{border:0;}

tr, td, div, table, p, br{ font-size: 10px;	vertical-align: top; }
a {
	font-size: 10px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover { color:#a10008; }


/***********************************************************************************
***************************   STANDART CLASSES   ***********************************
***********************************************************************************/

.clear, .cl_clear{clear: both;}
.cl_separator_1{height: 1px; font-size: 1px; margin: 0px; padding: 0px;}
.cl_separator_2{height: 2px; font-size: 1px; margin: 0px; padding: 0px;}
.cl_separator_3{height: 3px; font-size: 1px; margin: 0px; padding: 0px;}
.cl_separator_5{height: 5px; font-size: 1px; margin: 0px; padding: 0px;}
.cl_separator_10{height: 10px; font-size: 1px; margin: 0px; padding: 0px;}
.cl_separator_50{height: 50px; font-size: 1px; margin: 0px; padding: 0px;}
.cl_padding_5{padding: 5px;}
.center{text-align: center;}

strong { font-weight:bold;}

/***********************************************************************************
***************************    PAGE STRUCTURE    ***********************************
***********************************************************************************/

HTML{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

BODY{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	text-align:center;
	font-size:11px;
	color: #1c1c1c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../staticImages/img/bg_body.png);
	background-repeat:repeat-x;
 	background-color: #ffffff;
	behavior: url("../SiteArtifacts/csshover.htc");
}

.basis{
	margin:auto;
	width:1184px;
	background-image:url(../staticImages/img/bg_basis.png);
	background-repeat:no-repeat;
}
.basis_bottom{
	margin:auto;
	width:1184px;
	padding-bottom:30px;
	background-image:url(../staticImages/img/bg_basis_btm.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#frame {
	width:994px;
	margin:auto;
	padding:0px;
	text-align:left;
	position: relative;
}

/*=========================== Header =============================*/
#frame_header {
	position: relative;
	background:url(../staticImages/img/header.jpg) no-repeat top left #BDD452;
	/*float:left;*/
	width:994px;
}

#frame_header_middle {
	height:98px;
	width: 100%;
}
#frame_header_middle .logo{
	float: left;
}

#frame_header_bottom {
	background:#ffffff;
	position:relative;
}

/***  TOP menu ***/
#div_menu_top{
	width:100%;
	background-image:url(../staticImages/img/bg_topmenu.png);
	background-repeat:repeat-x;
}
ul#menu_top{
	height:25px;
	width:884px;
	background-image:url(../staticImages/img/bg_topmenu_sep.png);
	background-repeat:no-repeat;
	background-position:right;
}
#menu_top li{
	float: left;
	position: relative;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
	cursor: pointer;
	z-index: 2;
}
#menu_top li a{
	position: relative;
	display: block;
	height: 19px;
	padding: 6px 0 0 0px;
	margin: 0px;
	color: #8d9aaa;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	background-image:url(../staticImages/img/bg_topmenu_sep.png);
	background-repeat:no-repeat;
	background-position:left;
}
#menu_top li a:hover{
	color:#ffffff;
	background-image:url(../staticImages/img/bg_topmenu_hover.png);
}
#menu_top li#menu_1 a{
	width: 78px;
	padding-left:14px;
	background-position:-2px 0;
}
li#menu_2 a{width: 90px;}
li#menu_3 a{width: 145px;}
li#menu_4 a{width: 88px;}
li#menu_5 a{width: 65px;}
li#menu_6 a{width: 100px;}
li#menu_7 a{width: 84px;}

li#menu_8 a{width: 130px;}
li#menu_9 a{width: 130px;}
li#menu_10 a{width: 140px;}
li#menu_12 a{width: 100px;}
li#menu_13 a{width: 90px;}
li#menu_14 a{width: 75px;}

/***  /TOP menu ***/

/*=========================== /Header =============================*/



/*=========================== LEFT PANEL =============================*/
#frame_left{	
	width:183px;
	padding:10px 10px 10px 9px;
	float:left;
	background:#ffffff;
	_padding-right:7px;
}
#red_box {
	display:block;
	width:146px;
	height:52px;
	padding:33px 18px 18px 19px;
	color:#ffffff;
	background-image:url(../staticImages/img/bg_search.png);
	background-repeat:no-repeat;
	position:relative;
}
.cl_search_block input{
	width: 136px;
	height:11px;
	padding:4px;
	border:1px solid #595f6c;
	font-size:9px;
	color:#6b6b6b;
	background-image:url(../staticImages/img/bg_searchinput.png);
	background-position:top right;
}
.cl_search_block select{
	width: 78px;
	height:21px;
	padding:2px 0 0 0;
	margin-top:8px;
	border:1px solid #595f6c;
	font-size:9px;
	color:#71726f;
	background-image:url(../staticImages/img/bg_searchinput.png);
	background-position:top left;
	cursor:pointer;
}
.cl_search_block a{
	position:absolute;
	display:block;
	width:57px;
	height:24px;
	color: #71726f;
	font-size: 8px;
	bottom:16px;
	right:18px;
}

/***  LEFT menu ***/
#pre_menu_left1, #pre_menu_left2, #pre_menu_left3{
	display:block;
	width:168px;
	height:28px;
	line-height:28px;
	margin-bottom:1px;
	padding-left:15px;
	text-decoration:none;
	color:#ffffff;
}
#pre_menu_left1{ background-color:#81897c; margin-top:1px;}
#pre_menu_left2{ background-color:#bd5258;}
#pre_menu_left3{ background-color:#b6c865;}


#div_menu_left{
	z-index: 1;
}
#menu_left{
	padding-bottom:21px;
	background-color:#0d1f33;
}
#menu_left li{
	padding: 0px;
	cursor: pointer;
	z-index: 1;
}
#menu_left li a{
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	line-height:25px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #8d9aaa;
	background-image:url(../staticImages/img/bg_leftmenu_sep.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#menu_left li a:hover, #menu_left li:hover a{
	color:#FFFFFF;
	background-color:#91b815;
	background-image:none;
}
#menu_left li:hover ul{
	display:block;
}
#menu_left li ul{
	display: none;
	padding-top:3px;
	padding-bottom:5px;
	background-image:url(../staticImages/img/bg_leftmenu_sep.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#c7dc55;
}
#menu_left li:hover li a,#menu_left li li a, #menu_left li li:hover a{
	float: none;
	height:auto;
	padding:0px 0 0 14px;
	margin:0px;
	line-height:19px;
	background-color:#c7dc55;
	background-image: none;
	font-size:10px;
	font-weight: normal;
	color:#263648;
}
#menu_left li li a:hover, #menu_left li li:hover a{
	background-color:#ffff00;
	color:#263648;
}
#menu_left li li ul, #menu_left li:hover li ul{
	position: absolute;
	display: none;
	margin-top:-23px;
	margin-left:183px;
	padding-top:4px;
	padding-bottom:3px;
	background-color:#ffff00;
	background-image:none;
	z-index:1;
}
#menu_left li li:hover ul{
	display: block;
}
#menu_left li li li a, #menu_left li li:hover li a {
	height:auto;
	width:157px;
	padding:0px 13px 0 13px;
	margin:0;
	line-height:19px;
	background-color:#ffff00;
	color:#263648;	
}
#menu_left li li li a:hover{
	background-color:#d9ea28;
	color:#263648;
}
/***  /LEFT menu ***/

#red_top_box_LHS{display:none;}
.red_top_box_title {
	padding: 0px 0px 5px 7px;
	color:#ffffff;
	font-weight:bold;
	font-size: 12px;
}

.connect{
	padding:6px 0 7px 0;
}
/*=========================== /LEFT PANEL =============================*/



/*=========================== CENTRAL PANEL =============================*/
#frame_centre {
	float:left;
	width:608px;
	padding-top:10px;
	background:#ffffff;
	text-align: left;
	overflow:hidden;
}
#CategoryAddition{
	overflow:hidden;
	margin-right:-7px;
	margin-bottom:10px;
}
#CategoryAddition a img{margin-right:4px;}

/***  t1Collection ***/
.t1Collection{
	display: table;
	width: 600px;
	padding:3px;
	margin:0px auto;
	border:1px solid #b3c0ce;
}
body:first-of-type .t1Collection{ width:100%;}	/* for Safari */

.t1Collection, x:-moz-any-link { width:600px !important;} /* for FF */

.title{
	height:42px;
	padding-left:11px;
	padding-top:5px;
	background-image:url(../staticImages/img/bg_titlecollection.png);
	background-repeat:repeat-x;;
}
/**/.title H2{
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0d1f33;
}
.title H2 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0d1f33;
	text-decoration:none;
}

.breadcrumb, .breadcrumb a{
	font-size:9px;
	font-weight:normal;
	color:#667178;
}
.label_new{
	position:absolute;
	margin-top:-33px;
	margin-left:470px;
}
#deal_main td{vertical-align:middle;}
#deal_main td.img, #deal_main td.moreinfo{
	width: 205px;
	text-align:center;
}
#deal_main .description{
	padding-left:22px;
	margin:5px 0;
	border-left:1px solid #999999;
	line-height:14px;
	font-size: 10px;
	color:#000000;
}
#deal_main .strapline_01{
	color:#ff0000;
	font-size:12px;
	font-weight:bold;
}
#deal_main td.item_summary,#deal_main td.moreinfo {
	background-color:#e6e7e5;
	height:42px;
}
#deal_main td.moreinfo div.div_moreinfo {
	position:relative;
	width:100%;
	height:100%;
}
#deal_main td.item_summary{
	padding-left:22px;
	font-size:9px;
	font-weight:normal;
}
#deal_main .price{
	color:#0d1f33;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.06em;
}
#deal_main .additional{
	color:#d92929;
	font-size:10px;
	font-weight:normal;
}
span.save{color:#FF0000;}

div.div_cart_num{
	position:absolute;
	top:7px;
	left:7px;
	
}
input.cart_num{
	width:20px;
	height:20px;
	padding-top:2px;
	text-align:center;
}
a.cart_add{
	position:absolute;
	left:88px;
	top:7px;
}
/***  /t1Collection ***/

/***  t2Collection ***/
.t2Collection{
	margin:10px -10px 0 0;
	overflow:hidden;
}
.t2Product{
	float:left;
	width:291px;
	padding:3px;
	margin:0 10px 12px 0;
	border:1px solid #B3C0CE;
}

		
.t2Product .title{
	height:42px;
	padding:3px 8px 0 8px;
	background-image:url(../staticImages/img/bg_titlecollection.png);
	background-repeat:repeat-x;
}
.t2Product .title H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0d1f33;
}
.t2Product .title H2 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0d1f33;
	display:inline-block;
	height:12px;
	overflow:hidden;
}
.t2Product td{vertical-align:middle;}
.t2Product td.img, .t2Product td.moreinfo{
	width:115px;
	text-align:center;
}
.t2Product .img IMG{width: 111px;}
.t2Product .description{
	height:125px;
	padding-left:10px;
	margin:2px 0 15px 0;
	line-height:15px;
	color:#000000;
	font-size: 10px;
	overflow:hidden;
}
.t2Product td.item_summary,.t2Product td.moreinfo {
	background-color:#e6e7e5;
	height:47px;
}
.t2Product td.item_summary{
	padding-left:10px;
	font-size:9px;
	font-weight:normal;
}
.t2Product .price{
	color:#0d1f33;
	font-size:12px;
	font-weight:bold;
}
.t2Product span.save{font-size:11px;}
/***  /t2Collection ***/



/***  t3Collection ***/
.t3Collection{
	margin:10px -10px 0 0;
	overflow:hidden;
}
.t3Product{
	float:left;
	width:291px;
	padding:3px;
	margin:0 10px 12px 0;
	border:1px solid #B3C0CE;
}

		
.t3Product .title{
	height:42px;
	padding:3px 8px 0 8px;
	background-image:url(../staticImages/img/bg_titlecollection.png);
	background-repeat:repeat-x;
}
.t3Product .title H2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0d1f33;
}
.t3Product .title H2 a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0d1f33;
	display:inline-block;
	height:12px;
	overflow:hidden;
}
.t3Product td{vertical-align:middle;}
.t3Product td.img, .t3Product td.moreinfo{
	width:115px;
	text-align:center;
}
.t3Product .img IMG{width: 111px;}
.t3Product .description{
	height:125px;
	padding-left:10px;
	margin:2px 0 15px 0;
	line-height:15px;
	color:#000000;
	font-size: 10px;
	overflow:hidden;
}
.t3Product td.item_summary,.t3Product td.moreinfo {
	background-color:#e6e7e5;
	height:47px;
}
.t3Product td.item_summary{
	padding-left:10px;
	font-size:9px;
	font-weight:normal;
}
.t3Product .price{
	color:#0d1f33;
	font-size:12px;
	font-weight:bold;
}
.t3Product span.save{font-size:11px;}
/***  /t2Collection ***/






/*======  Popular Products ======*/
#ProductListViewFilter{
	padding:11px;
	border: 1px solid #b9d706;
	font-size:10px;
	color:#FFFFFF;
	background-color:#a93e48;
}
.inner_ProductListViewFilter{
	padding:7px 20px;
	margin-top:5px;
	background-color:#700f14;
}
.inner_ProductListViewFilter A{color:#B9D706;}
#popular_products tr{border-bottom:1px solid #b2b2b2;}
#popular_products .inner_ProductListViewFilter TR{border:none;}
#popular_products td{
	padding:10px 0 10px 10px;
	text-align:center;
	background-color:#fff !important;
}
#popular_products .inner_ProductListViewFilter TD{
	padding:0;
	background-color:transparent !important;
}
#PLVFilterMfrLabel, #PLVFilterPriceLabel, #PLVFilterCategoryLabel{
	height:16px;
	font-size:10px;
	font-weight:bold;
}

.upper_pager{
	/*height:24px;*/
	margin-top:15px;
	line-height:24px;
	color:#ffffff;/*#868f99;*/
	font-size:10px;
	font-weight:bold;
	background-color:#0d1f33;
}
.upper_pager .name{
	float:left;
	width:160px;
	padding:0 10px;
	color:#FFFFFF;
	font-size:12px;
}
#popular_products .counter{
	float:left;
	width:150px;
	padding:0 10px;
}
#popular_products .pager{
	float:right;
	width:175px;
	padding:0 25px;
	text-align:right;
	font-size:10px;
}
.upper_pager .pager a{
	padding:0 2px;
	text-align:center;
	color:#ffffff;/*#868f99;*/
	font-size:10px;
	font-weight:bold;
}
.upper_pager .pager a:hover{ text-decoration:underline;/*color:#FFFFFF;*/}

.bottom_pager{
	/*height:24px;*/
	margin-top:15px;
	line-height:24px;
	color:#ffffff;/*#c1c4be;*/
	font-size:10px;
	font-weight:bold;
	background-color:#82897c;
}
.bottom_pager .counter{color:#c1c4be;}
.bottom_pager .pager a{
	padding:0 2px;
	text-align:center;
	color:#ffffff;/*#c1c4be;*/
	font-size:10px;
	font-weight:bold;
}
.bottom_pager .pager a:hover{ text-decoration:underline; /*color:#000000;*/}

.pager a.PLVPreviousLinkInactive:hover, .pager a.PLVNextLinkInactive:hover {text-decoration:none; cursor:text;}
.pager span.PaginationLinks{ font-size:larger;}

#popular_products td.PLVImageColumn, #popular_products td.PLVImageColumnHeader{
	text-align:center;
	vertical-align:middle;
}
#popular_products td.PLVProductColumn, #popular_products td.PLVProductColumnHeader{
	padding-left:20px;
	text-align:left;
	line-height:14px;
	vertical-align:middle;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}
#popular_products td.PLVProductColumn a { font-weight:normal;}
#popular_products td.PLVProductColumnHeader{text-align:center;}
#popular_products td.PLVStockColumnHeader{width:40px;}
#popular_products td.PLVPriceColumnHeader{width:40px;}
#popular_products .PLVPriceColumn{
	color:#666666;
	font-weight:bold;
}
#popular_products .PLVInfoColumn{
	width:104px;
	text-align:center;
	vertical-align:middle;	
}
#popular_products .PLVInfoColumn INPUT{
	width:86px;
	height:27px;
	background-image:url(../staticImages/img/btn_moreinfo.png);
	background-color:transparent;
	border:none;
	font-size:0px;
	color:transparent;
	cursor:pointer;
}
/*======  /Popular Products =====*/

/*=========================== /CENTRAL PANEL =============================*/



/*=========================== RIGHT PANEL =============================*/
#frame_right {
	width:165px;
	padding:10px 9px 10px 0px;
	float:right;
	background:#ffffff;
	overflow:hidden;
}

#login{
	position:absolute;
	margin-top:-29px;
	margin-left:5px;	/*18px*/
}
#login, #login a{
	font-weight:normal;
	color:#dbec29;
	font-size:10px;
}
#login a:hover{color:#FFFFFF;}

/***  BASKET ***/
#basket{
	height:146px;
	margin-bottom:11px;
	background-image:url(../staticImages/img/bg_basket.png);
	background-repeat:no-repeat;
	background-color:#a7be56;
}
.basket_content{
	width:141px;
	height:55px;
	margin-left:11px;
	padding-top:18px;
	border:1px solid #616773;
	text-align:center;
	background-image:url(../staticImages/img/bg_searchinput.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.basket_content, .basket_content a{
	line-height:16px;
	font-size:10px;
	font-weight:normal;
	color:#636363;
}
.BasketItemCount{font-weight: bold;}
#basket_btn{
	padding-top:7px;
	text-align:center;
}
/***  /BASKET ***/

/***  Recent Products ***/
#recent_products{
	padding:4px 4px 6px 4px;
	margin-bottom:11px;
	border:1px solid #b3c0ce;
}
#recent_products h3{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#c0c4bd;
	text-align:center;
	line-height:24px;
	margin-bottom:4px;
}
UL.site_menu A{
	font-family:Arial, Helvetica, sans-serif;
}
/***  /Recent Products ***/

#trademarks{
	padding:5px 4px;
	text-align:center;
}
#trademarks a{
	display:block;
	margin-bottom:25px;
}
/*=========================== /RIGHT PANEL =============================*/



/*=========================== Footer =============================*/
#footer{
	margin-top:20px;
	padding: 10px 0px 0px 20px;
	height: 40px;
	text-align: center;
	font-size:10px;
	color:#595f6c;
	clear:both;
}
#footer a{
	font-weight: normal;
	color:#595f6c;
	font-size:10px;
}
#footer a:hover{color:#000000;}

div#loading{display:none;}
/*=========================== /Footer =============================*/



/***********************************************************************************
***************************   PRODUCT PAGE CSS *************************************
***********************************************************************************/
.ProductViewLayout{  width: 100%; }
.ProductDescription{
	display: table;
	width: 600px;
	padding:3px;
	margin-top:10px;
	margin-bottom:1px;
	border:1px solid #b3c0ce;
}
body:first-of-type .ProductDescription{	width:100%;}	/* for Safari */
.ProductViewLayoutInfoTabs{
	width: 100%;
	height: 31px;
	border-bottom: 1px solid #727474;
}
.ProductViewLayoutInfoTabDescriptionSelected, .ProductViewLayoutInfoTabFeaturesSelected, .ProductViewLayoutInfoTabSpecificationsSelected{
	float: left;
	width: 159px;
	height: 31px;
	margin-right:2px;
	line-height:31px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#0d1f33;
	background-color:#b9bec2;
}
.ProductViewLayoutInfoTabDescription, .ProductViewLayoutInfoTabFeatures, .ProductViewLayoutInfoTabSpecifications{
	float: left;
	width: 159px;
	height: 31px;
	margin-right:2px;
	line-height:31px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #71726f;
	background-color:#e3e5e7;
}
.ProductViewLayoutInfo{ width: 100%; text-align: left;}
.ProductViewLayoutInfoDescriptionOn{ width: 100%; font-size: 12px;}
.ProductViewLayoutInfoFeaturesOn{ width: 100%; font-size: 12px;}
.ProductViewLayoutInfoSpecificationOn{ width: 100%; font-size: 12px;}
.ProductViewLayoutInfoDescriptionOff{ display: none; }
.ProductViewLayoutInfoFeaturesOff{ display: none; }
.ProductViewLayoutInfoSpecificationOff{ display: none; }

.cl_padding_product{
	padding: 10px 20px 20px 20px;
	font-size: 10px;
	color:#71726f;
}

.InfoDescriptionLinks{
	display:block;
	width:400px;
	margin:auto;
	margin-bottom:7px;
	text-align:center;
	color:#71726f;
	font-size:10px;
	font-weight:bold;
	display:none;
}
.InfoDescriptionLinks A{
	display:block;
	width:112px;
	height:95px;
	margin:0 10px;
	text-align:center;
	color:#71726f;
	font-size:10px;
	font-weight:bold;
}
.InfoDescriptionLinks A.grade{
	width:62px;
	height:82px;
	padding-top:13px;
	padding-right:25px;
	padding-left:25px;
	font-size:14px;
	background-image:url(../staticImages/img/grade.png);
	text-transform:uppercase;
	margin:auto;
}
.InfoDescriptionLinks A.grade BIG{
	font-size:36px;
	line-height:40px;
}
.InfoDescriptionLinks A.footprint{
	width:77px;
	height:75px;
	padding-top:20px;
	padding-right:15px;
	padding-left:20px;
	background-image:url(../staticImages/img/carbon_footprint.png);
}
.InfoDescriptionLinks A.footprint BIG{
	line-height:30px;
	font-size:15px;
}
.InfoDescriptionLinks A.guaranty{
	width:77px;
	height:55px;
	padding-top:40px;
	padding-right:15px;
	padding-left:18px;
	line-height:13px;
	background-image:url(../staticImages/img/guaranteed_product.png);
	margin:auto;
}
.InfoDescriptionLinks TD.whats_this A{
	display:inline;
	height:auto;
	padding-top:5px;
	text-decoration:underline;
	color:#0d1f33;
	font-weight:normal;
}

.ProductViewLayoutInfo table td.td-gray{
	width: 100%;
	padding: 5px 12px 5px 12px;
	border-top: 1px solid #C8CACC;
	font-size: 12px;
	font-weight: bold;
	background-color: #F1F1F3;
}
.ProductViewLayoutInfo table td.td-name{
	width: 30%;
	padding: 5px 12px 5px 12px;
	border-right: 1px solid #C8CACC;
	border-top: 1px solid #C8CACC;
	font-size: 10px;
}
.ProductViewLayoutInfo table td.td-value{
	width: 70%;
	padding: 5px 12px 5px 12px;
	border-top: 1px solid #C8CACC;
	font-size: 10px;
}
.RelatedItemsView{
	width: 100%;
	padding-top: 15px;
}
.ProductViewLayoutRelatedItemsLabel{ width: 100%;}

/***********************************************************************************
***************************   BASKET PAGE CSS  *************************************
***********************************************************************************/
#BasketListViewContainer H2{
	height:37px;
	padding-left:25px;	
	margin-bottom:3px;
	line-height:37px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../staticImages/img/bg_page_title.png);
	background-repeat:repeat-x;
	background-color:#0d1f33;
}
#BasketListViewContainer DIV{
	border-color:#FFFFFF;	
	border:none;
}
#ctl00_IT247PageContent_IntoscapeBasketGridView, #ctl00_IT247PageContent_IntoscapeBasketGridView THEAD, #ctl00_IT247PageContent_IntoscapeBasketGridView TBODY, #ctl00_IT247PageContent_IntoscapeBasketGridView TR{
	border-color:#FFFFFF;
	border:none;
}
#ctl00_IT247PageContent_IntoscapeBasketGridView TH{
	height:24px;
	border:none;
	line-height:24px;
	text-align:center;
	font-size:10px;
	color:#000000;
	background-color:#accd1a;
}
#ctl00_IT247PageContent_IntoscapeBasketGridView TD{
	vertical-align:middle;
	text-align:center;
	height:30px;
}
#ctl00_IT247PageContent_IntoscapeBasketGridView TD.PLVPriceField, #ctl00_IT247PageContent_IntoscapeBasketGridView TD.PLVProductField{
	padding:0 4px;
}
#ctl00_IT247PageContent_IntoscapeBasketGridView TD.PLVProductField INPUT{
	width:27px;
	height:19px;
	line-height:19px;
	font-size:10px;
	text-align:center;
}
#ctl00_IT247PageContent_IntoscapeBasketGridView .btn_add{
	float: left;
	height: 18px;
	width: 18px;
	padding-bottom: 2px;
	margin-top: 2px;
	border:none;
	font-size: 0px;
	color:#CD1A1A;
	background-image:url(../staticImages/img/btn_delete_item.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
TABLE.BasketPricingTable{margin-top:10px;}
TABLE.BasketPricingTable TR{line-height:20px;}
#ctl00_IT247PageContent_btnUpdateBasket{
	position:absolute;
	height: 27px;
	width: 116px;
	padding-top:7px;
	margin-top:20px;
	margin-left:50px;
	border:none;
	font-size: 0px;
	color:#A4C12F;
	background-image:url(../staticImages/img/btn_update_total.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	cursor:pointer;
}
#ctl00_IT247PageContent_btnGoToCheckout{
	position:absolute;
	height: 27px;
	width: 146px;
	padding-top:7px;
	margin-top:0px;
	margin-left:200px;
	border:none;
	font-size: 0px;
	color:#C02E30;
	background-image:url(../staticImages/img/btn_proceed_to_checkout.png);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	cursor:pointer;
}


/***********************************************************************************
***************************   STATIC PAGE CSS  *************************************
***********************************************************************************/
.St_P{
	padding:20px 20px 10px 20px;
	line-height:19px;
	font-size:10px;
	font-weight:normal;
	color:#6e7985;
}
.St_P_1{
	padding:20px 20px 10px 20px;
	line-height:19px;
	font-size:15px;
	font-weight:normal;
	color:#6e7985;
}
.St_P H1{
	font-size:20px;
	font-weight:normal;
	color:#8d9aaa;
	padding-bottom:10px;
}
.St_P H2{
	padding:5px 0;
	font-weight:bold;
}
.St_P P{padding:5px 0;}
.St_P A{
	font-size:10px;
	font-weight:normal;
	color:#6e7985;
	text-decoration:underline;
}
.bk-11-bold{
	font-weight:bold;
}

.St_P UL{
	padding-bottom:5px;
	padding-left:15px;
}
.grading UL{
	padding:10px 0 5px 17px;
}
UL.grading LI, .St_P UL LI{
	list-style-type:disc;
	list-style:inside;
}
.grading LI UL LI{
	list-style:outside;
	list-style-type:none;
}
.grade2{
	background-color:#008B00;
	padding:10px 20px 15px 140px;
	background-image:url(../staticImages/img/grade2.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
}
.grade3{
	background-color:#83af11;
	padding:10px 20px 15px 140px;
	background-image:url(../staticImages/img/grade3.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
}
.grade4{
	background-color:#a8c758;
	padding:10px 20px 15px 140px;
	background-image:url(../staticImages/img/grade4.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
}
.grade5{
	background-color:#c1d788;
	padding:10px 20px 15px 140px;
	background-image:url(../staticImages/img/grade5.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
}
.grade6{
	background-color:#dae7b7;
	padding:10px 20px 15px 140px;
	background-image:url(../staticImages/img/grade6.png);
	background-repeat:no-repeat;
	margin-bottom:4px;
}

.St_P IMG.award{
	float:right;
}

div.award{
	margin-top:30px;
	text-align:center;
}

.terms .red{ color:#FF0000;}
.terms OL.digit LI{ margin-left:25px; list-style:outside decimal;}
.terms OL.letter LI{ margin-left:50px; list-style:outside lower-alpha;}





/***********************************************************************************
*************************   NEW CLASSES 16/04/10  **********************************
***********************************************************************************/


.UpdateBasketButton{
 position:absolute;
 height: 27px;
 width: 116px;
 padding-top:7px;
 margin-top:20px;
 margin-left:50px;
 border:none;
 font-size: 0px;
 color:#A4C12F;
 background-image:url(/static/staticImages/img/btn_update_total.png);
 background-repeat:no-repeat;
 background-color:#FFFFFF;
 cursor:pointer;
}
 
.GoToCheckoutButton{
 position:absolute;
 height: 27px;
 width: 146px;
 padding-top:7px;
 margin-top:0px;
 margin-left:200px;
 border:none;
 font-size: 0px;
 color:#C02E30;
 background-image:url(/static/staticImages/img/btn_proceed_to_checkout.png);
 background-repeat:no-repeat;
 background-color:#FFFFFF;
 cursor:pointer;
}
