
/* Hidden info for JS */
#imgsfld, #shopfld, #vidfld, #vidcolours, #fb_url { display:none; }

/* Sale image */
div.product_imggrid_buy div.sale { z-index:50; position:absolute; top:0; left:0; width:58px; height:30px; background:transparent url(../templateimages/sale.png) top left no-repeat; }
div.product_box div.sale { z-index:50; position:absolute; top:0; left:0; 1z-index:9999; width:58px; height:30px; background:transparent url(../templateimages/sale.png) top left no-repeat; }
div.prodscroll div.prods ul li div.sale { z-index:50; position:absolute; top:0; left:0; 1z-index:9999; width:58px; height:30px; background:transparent url(../templateimages/sale.png) top left no-repeat; }

/* Sale NEW */
div.product_box div.onsale { border-left:1px solid #f1420c; border-right:1px solid #f1420c; /*width:100%;*/ height:15px; margin:0 0 10px 0; background:transparent url(../templateimages/onsale.png) repeat-x; }

/* Remove the left-hand menu, go whole width */
body.wholewidth #inhalt { margin:0 auto; padding:0; }
body.wholewidth #inhalt #container { margin:0; padding:0; }
body.wholewidth #inhalt #container #centrecontainer { text-align:center; margin:0 auto; padding:0; width:950px; }
body.wholewidth #inhalt #container #centrecontainer #left { display:none; }
body.wholewidth #inhalt #container #centrecontainer #pagebody { text-align:center; width:950px; margin:0 auto; padding:0; float:none; border:none; }
body.wholewidth #inhalt #container #centrecontainer #pagebody #pagecontent { text-align:left; width:950px; margin:0 auto; padding:0; border:none; }

/* Site-wide forms */
#container #pagecontent .inputform {  }
#container #pagecontent .inputform label { height:21px; border-right:1px solid #ccc; padding:4px 0 0 0; margin:0 10px 0 0;  }
#container #pagecontent .inputform h4 { margin:0 0 15px 0; font-size:1.2em; }
#container #pagecontent .inputform table { width:auto; }
#container #pagecontent .inputform table td.name { width:400px; white-space:nowrap; }

#container #pagecontent .inputform input.radio { width:auto; }
#container #pagecontent .inputform input.checkbox { width:auto; }
#container #pagecontent .inputform label.checklabel { border:none; cursor:pointer; }

#container #pagecontent .inputform .checkout_btns { border-top:1px solid #ccc; overflow:hidden; width:100%; text-align:center; margin:15px 0 0 0; padding:10px 0 0 0; }
#container #pagecontent .inputform .checkout_btns input { margin:0 auto; }

#container #pagecontent .inputform input.btn { border:none; padding:0 0 2px 10px; text-align:left; font-weight:bold; color:#fff; cursor:pointer; width:95px; height:30px; }
#container #pagecontent .inputform input.generic { text-align:center; color:#555; padding:0 0 2px 0; font-weight:normal; background:transparent url(../templateimages/iCheckoutBtnGeneric.png) top no-repeat; }
#container #pagecontent .inputform input.proceed_existing { text-indent:-9999px; background:transparent url(../templateimages/iAccountBtnProceedExisting.png) top no-repeat; }
#container #pagecontent .inputform input.proceed_new { background:transparent url(../templateimages/iAccountBtnProceedNew.png) top no-repeat; }
#container #pagecontent .inputform input.proceed_login { background:transparent url(../templateimages/iAccountBtnProceedLogin.png) top no-repeat; }
#container #pagecontent .inputform input.remind_me { background:transparent url(../templateimages/iAccountBtnGreen.png) top no-repeat; }
#container #pagecontent .inputform input.create_account { background:transparent url(../templateimages/iAccountBtnCreateAccount.png) top no-repeat; width:150px; }
#container #pagecontent .inputform input.confirm_order { color:#b53333; text-align:center; font-size:0; background:transparent url(../templateimages/iCheckoutBtnConfirmOrder.png) top no-repeat; width:150px; height:40px; }
#container #pagecontent .inputform input.save { background:transparent url(../templateimages/iAccountBtnSave.png) top no-repeat; padding:0 0 2px 0; width:105px; text-align:center; }

#container #pagecontent .inputform #C_EmailAddress { width:300px; }
#container #pagecontent .inputform #strOldPassword { width:150px; }
#container #pagecontent .inputform #strNewPassword1 { width:150px; }
#container #pagecontent .inputform #strNewPassword2 { width:150px; }
#container #pagecontent .inputform #C_CardholderName { width:300px; }
#container #pagecontent .inputform #C_CardholderCompany { width:300px; }
#container #pagecontent .inputform #C_CardholderStreetAddress { width:200px; }
#container #pagecontent .inputform #C_CardholderTownCity { width:200px; }
#container #pagecontent .inputform #C_CardholderCounty { width:200px; }
#container #pagecontent .inputform #C_CardholderPostCode { width:100px; }
#container #pagecontent .inputform #C_ShippingName { width:300px; }
#container #pagecontent .inputform #C_ShippingCompany { width:300px; }
#container #pagecontent .inputform #C_ShippingStreetAddress { width:200px; }
#container #pagecontent .inputform #C_ShippingTownCity { width:200px; }
#container #pagecontent .inputform #C_ShippingCounty { width:200px; }
#container #pagecontent .inputform #C_ShippingPostCode { width:100px; }

/* Existing customer form */
#container #pagecontent #customer_existing .inputform label { height:auto; border:none; padding:0; margin:0; }
#container #pagecontent #customer_existing .inputform #C_EmailAddress { width:220px; }
#container #pagecontent #customer_existing .inputform #C_Password { width:220px; }

/* New customer form */
#container #pagecontent #customer_new .inputform label { height:auto; border:none; padding:0; margin:0; }
#container #pagecontent #customer_new .inputform #C_EmailAddress2 { width:220px; }

/* Forgot password form */
#container #pagecontent #emailreminder .inputform label { height:auto; border:none; padding:0; margin:0; }
#container #pagecontent #emailreminder .inputform #strEmailAddressReminder { width:220px; }


/******************************************************************************************************************\
 CATEGORIES / CLASSES
\******************************************************************************************************************/

/* --- Wrap --- */
.cat_wrap {
	clear:both;
	margin:0 0 10px 0;
	overflow:hidden;
	padding:10px 0 0 0;
	width:720px;
}

/* --- ??? --- */
.top_cat_content {
	margin:10px 0 20px 0;
	overflow:hidden;
}
.top_cat_content .page_top_right {
	float:right;
	width:160px;
	padding:10px 0 0 0;
}
.top_cat_content .page_top_right_big {
	float:right;
	width:200px;
	padding:10px 0 0 0;
}

/* --- Class details / Prodtype --- */
.side_options {
	width:150px;
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
}
.side_options li {
	margin:0 0 5px 0;
	padding:0;
	width:150px;
}
.side_options li a {
	display:block;
	width:100px;
	text-decoration:none;
	padding:11px 0 11px 40px;
	color:#333;
	line-height:1em;
	height:22px;
}
.side_options .btn_pdf {
	padding:11px 0 11px 40px;
	height:42px;
	background:#fff url(../templateimages/pdf_bg_long.gif) left no-repeat;
}
.side_options .btn_callback {
	background:#fff url(../templateimages/callback_bg.gif) left no-repeat;
}

/* --- Narrative (CatDisplayType=1,23) --- */
.page_heading {
	background:#5c7b9f url(../templateimages/categorybackground.gif) bottom repeat-x;
	color:#fff;
	width:715px;
	float:left;
	padding:3px 5px;
	font-weight:bold;
	margin:0 0 7px 0;
	font-size:1.1em;
	clear:both;
}
.page_heading a:link, .page_heading a:visited {
	background:#5c7b9f url(../templateimages/categorybackground.gif) bottom repeat-x;
	display:block;
	width:100%;
	padding:0;
	text-decoration:none;
	color:#fff;
	overflow:hidden;
}
.page_heading a:hover, .page_heading a:active {
	color:#fff;
	background:#7792b2;
}
.page_heading a span {
	cursor:pointer;
}
.page_heading a span.narr_name {
	float:left;
	width:500px;
}
.page_heading a span.narr_prodprice {
	float:right;
	width:180px;
	padding:1px 4px;
	text-align:right;
}

/* --- List (CatDisplayType=4) --- */
.listing_heading {
	background:#adbad0 url(../templateimages/categorybackground2.gif) bottom repeat-x;
	color:#fff;
	width:715px;
	float:left;
	padding:3px 5px;
	font-weight:bold;
	margin:0 0 7px 0;
	font-size:1.1em;
	clear:both;
}
.listing_heading a:link, .listing_heading a:visited {
	background:#adbad0 url(../templateimages/categorybackground2.gif) bottom repeat-x;
	display:block;
	width:100%;
	padding:0;
	text-decoration:none;
	color:#fff;
	overflow:hidden;
}
.listing_heading a:hover, .listing_heading a:active {
	color:#fff;
	background:#556d92;
}
.listing_heading a span {
	cursor:pointer;
}
.listing_heading a span.narr_name {
	float:left;
	width:500px;
}
.listing_heading a span.narr_prodprice {
	float:right;
	width:180px;
	padding:1px 4px;
	text-align:right;
}

/* --- Text grid (CatDisplayType=21) --- */
.page_textgrid {
	float:left;
	width:110px;
	margin:0 10px 10px 0;
	padding:0;
}
.page_textgrid a:link, .page_textgrid a:visited {
	font-weight:bold;
	line-height:1.2em;
	display:block;
	width:90px;
	padding:10px;
	height:50px;
	background:#fff url(../templateimages/grid_bg.gif) bottom repeat-x;
	text-decoration:none;
	border:2px solid #ddd;
	color:#888;
}
.page_textgrid a:hover, .page_textgrid a:active {
	border:2px solid #bbb;
	color:#000;
}

/* --- Picture grid (CatDisplayType=22) --- */
.page_picgrid {
	float:left;
	width:105px;
	margin:0 10px 10px 0;
	padding:0;
}
.page_picgrid a img {
	display:block;
	margin:0 auto 5px auto;
}
.page_picgrid a span {
	display:block;
	position:absolute;
	bottom:10px;
	width:85px;
	cursor:pointer;
	text-align:center;
}
.page_picgrid a:link, .page_picgrid a:visited {
	position:relative;
	font-weight:bold;
	line-height:1.2em;
	display:block;
	width:85px;
	padding:10px;
	height:140px;
	background:#fff url(../templateimages/grid_bg.gif) bottom repeat-x;
	text-decoration:none;
	border:2px solid #ddd;
	color:#888;
}
.page_picgrid a:hover, .page_picgrid a:active {
	border:2px solid #bbb;
	color:#000;
}

/* --- Image grid (CatDisplayType=25) --- */
.page_imagegrid {
	float:left;
	width:170px;
	margin:0 8px 8px 0;
	padding:0;
}
.page_imagegrid a img {
	display:block;
}
.page_imagegrid a span {
	display:block;
	position:absolute;
	bottom:5px;
	height:40px;
	cursor:pointer;
}
.page_imagegrid a:link, .page_imagegrid a:visited {
	position:relative;
	font-weight:bold;
	line-height:1.2em;
	display:block;
	width:150px;
	padding:8px;
	height:190px;
	background:#fff url(../templateimages/grid_bg.gif) bottom repeat-x;
	text-decoration:none;
	border:2px solid #ddd;
	color:#888;
}
.page_imagegrid a:hover, .page_imagegrid a:active {
	border:2px solid #bbb;
	color:#000;
}

/* --- Class box (CatDisplayType=5) --- */
.class_box {
	position:relative;
	width:310px;
	height:270px;
	float:left;
	margin:15px 25px 10px 0;
	padding:10px;
	color:#666;
	background:#fff url(../templateimages/class_box_bg.gif) top no-repeat;
	cursor:pointer;
}
.class_box h2 {
	width:145px;
}
.class_box ul {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	font-size:1em;
	line-height:1.2em;
}
.class_box h2 a:link, .class_box h2 a:visited {
	color:#333;
	font-size:1.1em;
	text-decoration:none;
}
.class_box h2 a:hover, .class_box h2 a:active {
	
}
.class_box img {
	float:right;
	border:1px solid #ddd;
	margin:0 0 10px 10px;
}
.class_box p.fromprice {
	color:#EE1D23;
	font-weight:bold;
	font-size:1.3em;
	text-align:right;
	margin:15px 10px 10px 0;
	clear:both;
	position:absolute;
	bottom:0;
	right:0;
}

/* --- Class box small (CatDisplayType=26) --- */
.class_smallbox {
	width:190px;
	height:180px;
	float:left;
	margin:15px 25px 10px 0;
	padding:10px;
	background:#fff url(../templateimages/class_boxsmall_bg.gif) top no-repeat;
	/*cursor:pointer;*/
	color:#666;
}
.class_smallbox span a:link, .class_smallbox span a:visited {
	display:block;
	text-decoration:none;
	border-bottom:2px solid #eee;
	font-size:1.25em;
	font-weight:bold;
	margin:0 0 0.3em 0;
	padding:0 0 0.3em 0;
	color:#6e2228;
}
.class_smallbox span a:hover, .class_smallbox span a:active {
	background:#eee;
	border-bottom:2px solid #ccc;
}
.class_smallbox .warning { color:#e93714; }

/* --- Materials box (CatDisplayType=10) --- */
.materials_box {
	position:relative;
	width:320px;
	height:220px;
	float:left;
	margin:10px 15px 5px 0;
	padding:10px;
	color:#666;
	background:#fff url(../templateimages/materials_box_bg.gif) top no-repeat;
}
.materials_box h2 {
	margin:0;
	padding:0;
}
.materials_box p {
	margin:0 0 0.2em 0;
	padding:0;
	line-height:1.3em;
}
.materials_box h2 a:link, .materials_box h2 a:visited {
	display:block;
	text-decoration:none;
	font-size:1.1em;
	color:#6e2228;
	font-weight:bold;
	margin:0;
	padding:0 0 0.1em 0;
	border-bottom:2px solid #eee;
}
.materials_box h2 a:hover, .materials_box h2 a:active {
	background:#eee;
	border-bottom:2px solid #ccc;
}

/* --- Master Product (CatDisplayType=43) --- */
.page_masterprod {
	float:left;
	width:170px;
	margin:0 8px 8px 0;
	padding:0;
}
.page_masterprod a img {
	display:block;
	margin:0 auto;
}
.page_masterprod a span {
	display:block;
	position:absolute;
	cursor:pointer;
	text-align:center;
	width:150px;
	left:10px;
}
.page_masterprod a span.name {
	bottom:30px;
	height:40px;
	color:#888;
}
.page_masterprod a span.from {
	bottom:5px;
	height:20px;
	color:#d9472a;
}
.page_masterprod a:link, .page_masterprod a:visited {
	position:relative;
	font-weight:bold;
	line-height:1.2em;
	display:block;
	width:150px;
	padding:8px;
	height:230px;
	background:#fff;
	text-decoration:none;
	border:2px solid #ddd;
	color:#888;
	text-align:center;
}
.page_masterprod a:hover, .page_masterprod a:active {
	border:2px solid #bbb;
	color:#000;
}
.page_masterprod a:hover span.name, .page_masterprod a:active span.name {
	color:#000;
}


/******************************************************************************************************************\
 PRODUCTS
\******************************************************************************************************************/

/* --- Wrap --- */
.prod_wrap {
	clear:both;
	margin:0 0 10px 0;
	overflow:hidden;
	width:720px;
	padding:10px 0 0 10px;
}

/* --- Buy buttoon --- */
#pagecontent input.btn_buy {
	border:none;
	background:#fff;
	width:60px;
	height:24px;
	background:transparent url(../templateimages/iProductBtnBuy.png) bottom no-repeat;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	outline:none;
	vertical-align:baseline;
	letter-spacing:1px;
	text-indent:-9999px;
}
#pagecontent input.btn_buy:hover { background-position:top; }
#pagecontent input.btn_addtobsk {
	border:none;
	background:#fff;
	width:110px;
	height:35px;
	background:transparent url(../templateimages/iProductBtnAddToBsk.png) bottom no-repeat;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	outline:none;
	vertical-align:baseline;
	letter-spacing:1px;
	text-indent:-9999px;
}
#pagecontent input.btn_addtobsk:hover { background-position:top; }
#pagecontent .sel_qty { font-size:13px; text-align:center; width:40px; }

/* --- Product boxes (ProdDisplayType=1,11,12,13,21,24,25,26,3,14,15,16,22,27,28,29,8,17,18,19,23,30,31,32) --- */

/* Facebook like
--------------------------------------------------------------*/
#fb_like { margin:10px 0 0 0; height:55px; }
#fb_like iframe { width:200px; height:55px; }

.product_box {
	background:#fff url(../templateimages/prod_bg.gif) top repeat-x;
	border:1px solid #ccc;
	clear:both;
	position:relative;
	overflow:hidden;
	width:690px;
	margin:15px 0 30px 0;
	padding:7px;
}
.product_box .right_wrap_200 #prod_codes { padding:0; margin:0; list-style:none; }
.product_box .right_wrap_200 #prod_codes li { padding:0; margin:0; font-size:11px; }


.product_box .img50, .product_box .img100, .product_box .img200 {
	background:#fff;
	float:left;
	border:1px solid #e5e5e5;
	padding:5px;
	margin:0 10px 10px 0;
}
.product_box .img50 { width:50px; height:50px; }
.product_box .img100 { width:100px; height:100px; }
.product_box .img200 { width:200px; height:200px; }

.product_box .text  {
	float:left;
	padding:0 0 0 7px;
	width:440px;
}
.product_box .text400 { /*width:400px;*/ }
.product_box .text350 { /*width:330px;*/ }
.product_box .text280 { /*width:280px;*/ }
.product_box .text250 { /*width:250px;*/ }
.product_box .text h3 {
	font-size:1.3em;
	margin:0 0 0.3em 0;
	padding:0;
}
.product_box .text p {
	font-size:1em;
}
.product_box .right_wrap_200 {
	float:right;
	width:202px;
}
.product_box .right_wrap_280 {
	float:right;
	width:282px;
}
.product_box .packsizes {
	float:right;
	width:270px;
	overflow:hidden;
}
.product_box .packsizes table {
	width:auto;
	text-align:center;
	float:right;
}
.product_box .packsizes table th {
	background:#eee;
	border:1px solid #bbb;
	padding:2px 4px;
	text-align:center;
}
.product_box .packsizes table td {
	background:#fff;
	border:1px solid #ccc;
	padding:2px 4px;
}
.product_box .buttons {
	width:100%;
	overflow:hidden;
}
.product_box .buttons .long_desc {
	margin:10px 10px 5px 0;
	padding:0;
	width:132px;
	float:left;
}
.product_box .buttons .long_desc a {
	display:block;
	width:130px;
	border-top:2px solid #eee;
	border-left:2px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	font-size:1.2em;
	text-align:center;
	padding:1px 0;
	text-decoration:none;
	color:#000;
	background:#ddd;
}


/* --- Product price box - Medium --- */
.product_box .price_m { width:200px; border:1px solid #ee1d23; padding:0 0 5px 0; line-height:1.2em; overflow:hidden; text-align:center; margin:0 0 20px 0; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
.product_box .price_m .title { background:#ee1d23; color:#fff; padding:2px 0; margin:0 0 5px 0; text-align:center; font-size:1.3em; line-height:1em; font-weight:bold; -webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; border-top-left-radius:3px; border-top-right-radius:3px; }
.product_box .price_m .title span { font-size:0.7em; }
.product_box .price_m .vat { margin:0; padding:5px 0 0 0; width:198px; height:30px; }
.product_box .price_m .vat p { margin:0; padding:0; color:#ad5d65; font-size:11px; font-weight:bold; letter-spacing:-1px; }
.product_box .price_m .vat p.normal { margin:10px 0 0 0; }
.product_box .price_m .vat p.normal strong { color:#8c2933; font-size:25px; line-height:24px; }
.product_box .price_m .vat p.sale { color:#f94608; }
.product_box .price_m .vat p.sale strong { color:#f94608; font-size:25px; line-height:24px; }
.product_box .price_m .fm_addtobasket { margin:0 auto; padding:0 5px 0 0; }

/* --- Product price box - Medium NEW --- */
#container .product_box .price_m_new { background:#fff; width:200px; border:1px solid #666; text-align:center; padding:0 0 15px 0; margin:0 0 15px 0; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; }
#container .product_box .price_m_new p { padding:0; margin:0; }
#container .product_box .price_m_new p.title { background:#ddd; color:#000; padding:5px 0; margin:0 0 15px 0; font-size:11px; -webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; border-top-left-radius:3px; border-top-right-radius:3px; }
#container .product_box .price_m_new p.title span {  }
#container .product_box .price_m_new p.was { font-size:13px; line-height:13px; color:#a61b00; }
#container .product_box .price_m_new p.was span.perc { background:#f1420c; color:#fff; padding:1px 3px; }
#container .product_box .price_m_new p.was span.oldprice {  }
#container .product_box .price_m_new p.sale { font-size:30px; line-height:30px; color:#f1420c; letter-spacing:-2px; }
#container .product_box .price_m_new p.normal { font-size:30px; line-height:30px; color:#a61b00; letter-spacing:-2px; }
#container .product_box .price_m_new .vat {  }
#container .product_box .price_m_new .vat p {  }
#container .product_box .price_m_new .vat p.exvat { font-size:30px; line-height:30px; color:#a61b00; letter-spacing:-2px; margin:0 0 5px 0; }
#container .product_box .price_m_new .vat p.incvat { font-size:14px; line-height:14px; color:#333; }
#container .product_box .price_m_new .fm_addtobasket { margin:15px 0 0 0; padding:0; display:block; }



.product_box .docs {
	width:200px;
	margin:10px 0 0 0;
}
.product_box .docs ul {
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
	overflow:hidden;
}
.product_box .docs ul li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	font-size:0.9em;
	line-height:1.2em;
}
.product_box .docs ul li a:link, .product_box .docs ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	padding:7px 0 0 19px;
	width:76px;
	height:23px;
	background:#fff url(../templateimages/pdf_prod_bg.gif) no-repeat;
	font-weight:bold;
}
.product_box .docs ul li a:hover, .product_box .docs ul li a:active {
	color:#555;
}

/* --- Product price box - Small --- */
.product_box .price_s {
	width:280px;
	border:1px solid #ee1d23;
	padding:0 0 1px 0;
	line-height:1.2em;
	overflow:hidden;
}
.product_box .price_s .title {
	background:#ee1d23;
	color:#fff;
	padding:0 0 1px 0;
	margin:0 0 3px 0;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}
.product_box .price_s .title span {
	font-size:0.8em;
}
.product_box .price_s .vat {
	float:left;
	width:150px;
	padding:0 0 0 5px;
}
.product_box .price_s .vat p {
	margin:0;
	padding:0;
	color:#ee1d23;
	font-size:1.1em;
}
.product_box .price_s .fm_addtobasket {
	float:right;
	text-align:right;
	padding:5px 5px 0 0;
}

/* --- Product list (ProdDisplayType=2,7,20) --- */
.product_list {
	width:600px;
	margin:0 0 3px 0;
	overflow:hidden;
}
.product_list span {
	cursor:pointer;
}
.product_list .strapline {
	float:left;
	width:100px;
}
.product_list .name {
	float:left;
	width:360px;
}
.product_list .more {
	float:right;
	width:105px;
	background:#527196;
	color:#fff;
	padding:0 3px;
	text-align:center;
}
.product_list a:link, .product_list a:visited {
	display:block;
	border:1px solid #ccc;
	width:592px;
	padding:2px 4px;
	background:none;
	text-decoration:none;
	overflow:hidden;
}
.product_list a:hover, .product_list a:active {
	background:#3F587A;
	color:#fff;
}

/* --- Product grid (ProdDisplayType=33,34) --- */
.product_page_grid {
	float:left;
	width:160px;
	margin:0 10px 10px 0;
	padding:0;
	text-align:center;
}
.product_page_grid a .img {
	margin:0 auto 5px auto;
	display:block;
}
.product_page_grid a .txt {
	
}
.product_page_grid a:link, .product_page_grid a:visited {
	font-weight:bold;
	line-height:1.2em;
	display:block;
	width:140px;
	padding:10px;
	height:140px;
	background:#fff url(../templateimages/grid_bg.gif) bottom repeat-x;
	text-decoration:none;
	border:2px solid #ddd;
	color:#888;
}
.product_page_grid a:hover, .product_page_grid a:active {
	border:2px solid #bbb;
	color:#000;
}

/* --- Product grid - Buy (ProdDisplayType=35) --- */
.product_imggrid_buy { float:left; width:160px; margin:0 10px 10px 0; padding:0; text-align:center; border:1px solid #bbb; background:#fff url(../templateimages/grid_bg.gif) bottom repeat-x; position:relative; height:291px; }
.product_imggrid_buy a:link, .product_imggrid_buy a:visited { font-weight:bold; line-height:1.2em; display:block; width:140px; padding:10px; height:170px; text-decoration:none; color:#888; position:relative; background:#fff url(../templateimages/i.gif) no-repeat 133px 107px; }
.product_imggrid_buy a:hover, .product_imggrid_buy a:active { color:#000; }
.product_imggrid_buy a img { margin:0 auto 5px auto; display:block; padding:3px; }
.product_imggrid_buy a .txt { position:absolute; top:125px; left:10px; right:10px; width:140px; height:40px; cursor:pointer; display:block; border-top:1px solid #ccc; }
.product_imggrid_buy .price { border:1px solid #ee1d23; padding:5px 0; margin:0 10px 10px 10px; color:#ee1d23; position:absolute; bottom:0; left:0; width:140px; }
.product_imggrid_buy .price p { padding:0; margin:0 0 3px 0; line-height:1.1em; }
.product_imggrid_buy .price p.title { background:#ee1d23; color:#fff; padding:0 0 3px 0; margin:0 0 5px 0; font-weight:bold; line-height:1.0em; font-size:1.3em; }
.product_imggrid_buy .price p.title span { font-size:0.6em; }
.product_imggrid_buy .price div.vat { color:#a34851; font-size:11px; margin:0; padding:0; font-weight:bold; }
.product_imggrid_buy .price div.vat p { line-height:1em; letter-spacing:-1px; }
.product_imggrid_buy .price div.vat p strong { color:#8c2933; font-weight:bold; font-size:20px; }
.product_imggrid_buy .price div.vat p.sale { color:#f94608; }
.product_imggrid_buy .price div.vat p.sale strong { color:#f94608; }
.product_imggrid_buy .price p.free_delivery { margin:0; padding:2px 0; }
.product_imggrid_buy .price form { margin:0; padding:0; }
.product_imggrid_buy div.stock {  }
.product_imggrid_buy div.stock p { overflow:hidden; margin:0 auto 3px auto; text-align:left; }
.product_imggrid_buy div.stock p span { display:block; float:left; margin:0 5px 0 0; width:12px; height:12px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.product_imggrid_buy div.stock p.green { width:80px; color:#264d0b; font-weight:bold; }
.product_imggrid_buy div.stock p.green span { background:#40880f; }
.product_imggrid_buy div.stock p.amber { width:90px; color:#ef6013; font-weight:bold; }
.product_imggrid_buy div.stock p.amber span { background:#ef6013; }

.product_imggrid_buy .price div.vat p.was { color:#a61b00; }
.product_imggrid_buy .price div.vat p.was span.perc { background:#f1420c; color:#fff; padding:0 2px; }
.product_imggrid_buy .price div.vat p.was span.oldprice {  }



/* --- Product label - PCL (ProdDisplayType=7) --- */
#product_label {
	width:700px;
	overflow:hidden;
	margin:15px 0 30px 0;
}
#product_label h2 {
	font-size:2.1em;
	margin:0;
	padding:0;
}
#product_label h3 {
	font-size:1.2em;
	margin:0 0 0.5em 0;
	padding:0;
}
#product_label p {
	font-size:1em;
	margin:0 0 1em 0;
	padding:0;
	color:#333;
}
#product_label p.code {
	color:#888;
}
#product_label table {
	margin:1px;
	padding:1px;
	width:600px;
}
#product_label table th {
	margin:1px;
	padding:2px 4px;
	border:1px solid #ddd;
	background:#eee;
	text-align:left;
}
#product_label table td {
	margin:1px;
	padding:2px 4px;
	border:1px solid #ddd;
	background:#fff;
	text-align:left;
}
#product_label .prod_left {
	width:200px;
	float:left;
	margin:10px 0;
	border:1px solid #ddd;
	padding:9px;
	text-align:center;
}
#product_label .prod_mid {
	width:460px;
	float:right;
	padding:0 10px;
	margin:10px 0 20px 0;
}
#product_label .prod_mid ul {
	margin-bottom:1em;
}
#product_label .class_img {
	border:1px solid #eee;
	width:150px;
	float:right;
	margin:0 0 10px 10px;
	padding:9px;
	text-align:center;
}
#product_label .buttons {
	width:100%;
	overflow:hidden;
}
#product_label .buttons .long_desc, #product_label .buttons .material_spec {
	margin:0 10px 5px 0;
	padding:0;
	width:132px;
	float:left;
}
#product_label .buttons .long_desc a, #product_label .buttons .material_spec a {
	display:block;
	width:130px;
	border-top:1px solid #fdddb9;
	border-left:1px solid #fdddb9;
	border-right:1px solid #c1b09e;
	border-bottom:1px solid #c1b09e;
	font-size:1.2em;
	text-align:center;
	padding:1px 0;
	text-decoration:none;
	color:#662025;
	background:#fddbb7;
}

/******************************************************************************************************************\
 Promotions - prom page
\******************************************************************************************************************/
.prom_side_options {
	width:150px;
	float:right;
}
.prom_side_options ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
}
.prom_side_options ul li {
	margin:0 0 10px 0;
	padding:0;
	width:150px;
}
.prom_side_options ul li a {
	display:block;
	width:100px;
	text-decoration:none;
	padding:11px 0 11px 40px;
	background:#fff url(../templateimages/pdf_bg.gif) left no-repeat;
	color:#333;
	line-height:1em;
}

/******************************************************************************************************************\
 FEATURED PRODUCTS
\******************************************************************************************************************/
.feat_box {
	position:relative;
	width:660px;
	height:340px;
	float:left;
	margin:15px 10px 10px 0;
	padding:40px 20px 20px 20px;
	color:#666;
	background:#fff url(../templateimages/featured_bg.gif) top no-repeat;
	cursor:pointer;
	overflow:hidden;
}
.feat_box h2 {
	width:330px;
}
.feat_box ul {
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	font-size:1em;
	line-height:1.2em;
}
.feat_box h2 a:link, .feat_box h2 a:visited {
	color:#e94c15;
	font-size:1.5em;
	line-height:1.2em;
	text-decoration:none;
}
.feat_box h2 a:hover, .feat_box h2 a:active {
	
}
.feat_box img {
	float:right;
	border:1px solid #ddd;
	margin:0 0 10px 10px;
}
.feat_box p.fromprice {
	width:330px;
	color:#EE1D23;
	font-weight:bold;
	font-size:1.4em;
	text-align:left;
	margin:15px 0 0 0;
	padding:3px 0 0 0;
	border-top:1px solid #eee;
}

/******************************************************************************************************************\
 OTHER
\******************************************************************************************************************/

/* --- NEW! Star flash, new products --- */
.new {
	position:absolute;
	margin:0;
	padding:0;
	text-indent:-9999px;
	z-index:9999999;
}
.new01 {
	top:-9px;
	left:-9px;
	width:47px;
	height:47px;
	background:transparent url(../templateimages/new.gif) top left no-repeat;
}
.new02 {
	top:-12px;
	left:-12px;
	width:60px;
	height:60px;
	background:transparent url(../templateimages/new2.gif) top left no-repeat;
}
.new_products {
	margin:20px 0 -10px 16px;
}
.new_products p {
	margin:0;
	padding:0;
	font-size:1.2em;
}
.new_products p a:link, .new_products p a:visited {
	display:block;
	width:145px;
	text-decoration:none;
	height:21px;
	background:transparent url(../templateimages/new_bg.gif) top left no-repeat;
	padding:4px 0 0 25px;
	font-weight:bold;
	color:#fff;
}
.new_products p a:hover, .new_products p a:active {
	
}

/* --- Related products --- */
#related {
	margin:0;
	padding:20px 40px;
	clear:both;
	overflow:hidden;
	width:625px;
}
#related h2.related {
	color:#333;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px solid #ccc;
	font-size:1.1em;
}
#related p.related_list {
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	width:100px;
	height:100px;
}
#related p.related_list a:link, #related p.related_list a:visited {
	display:block;
	width:76px;
	height:76px;
	padding:10px;
	border:2px solid #ddd;
	text-decoration:none;
	color:#777;
	font-weight:bold;
	line-height:1.2em;
	background:#fff url(../templateimages/grid_bg.gif) bottom repeat-x;
}
#related p.related_list a:hover, #related p.related_list a:active {
	color:#000;
	border:2px solid #aaa;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Zoom for lightbox */
#pagecontent .product_box a.lightbox,
#pagecontent .top_cat_content a.lightbox {
	position:relative;
	width:100%;
	display:block;
	text-decoration:none;
}
#pagecontent .product_box a.lightbox span.hover,
#pagecontent .top_cat_content a.lightbox span.hover {
	position:absolute;
	top:5px;
	left:5px;
	width:24px;
	height:24px;
	display:none;
	background:transparent url(../../images/zoom.png) top left no-repeat;
}
#pagecontent .product_box a.lightbox span.enlarge,
#pagecontent .top_cat_content a.lightbox span.enlarge {
	display:block;
}
#pagecontent .product_box a.lightbox span.enlarge span,
#pagecontent .top_cat_content a.lightbox span.enlarge span {
	border-bottom:1px solid #000;
}

/* Related Products (scrollable)
--------------------------------------------------------------*/
/*
#pagecontent #related_scroll {
	width:702px;
	height:235px;
	overflow:hidden;
	text-align:center;
	position:relative;
	margin:0 0 1em 0;
	padding:40px 0 10px 0;
}
#pagecontent #related_scroll p {
	margin:0 auto;
	padding:0;
	font-size:1.2em;
	color:#333;
	text-align:center;
	width:680px;
}
#pagecontent #related_scroll #related_dots {
	text-align:right;
	color:#ccc;
}
#pagecontent #related_scroll #related_dots span {
	color:#000;
}
#pagecontent #related_scroll .move_nav a {
	display:block;
	width:35px;
	height:110px;
	padding:90px 0 0 0;
	position:absolute;
	top:80px;
	outline:none;
	text-decoration:none;
	background:#fff;
	color:#333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#pagecontent #related_scroll .move_nav a#move_left {
	left:10px;
}
#pagecontent #related_scroll .move_nav a#move_right {
	right:10px;
}
#pagecontent #related_scroll #scrollable {
	width:590px;
	height:200px;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	left:55px;
	top:80px;
}
#pagecontent #related_scroll #scrollable ul {
	margin:0;
	padding:0;
	width:6000px;
	height:200px;
	list-style:none;
	overflow:hidden;
	position:relative;
	left:0;
}
#pagecontent #related_scroll #scrollable ul li {
	float:left;
	width:140px;
	height:198px;
	margin:0 10px 0 0;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-bottom:2px solid #ccc;
}
#pagecontent #related_scroll #scrollable ul li a {
	display:block;
	width:120px;
	height:180px;
	text-decoration:none;
	padding:10px;
	line-height:1.2em;
}
#pagecontent #related_scroll #scrollable ul li a span.img {
	display:block;
	width:100px;
	height:100px;
	margin:0 10px 5px 10px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#pagecontent #related_scroll #scrollable ul li a span.img img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#pagecontent #related_scroll #related_count {
	display:none;
}
*/

/* Search page
--------------------------------------------------------------*/
#pagecontent .paging { font-size:1.1em; margin:0; padding:10px 0; }
#pagecontent .paging_header {  }
#pagecontent .paging_footer { text-align:center; border-top:1px solid #ccc; overflow:hidden; width:580px; margin:0 80px 30px 40px; }
#pagecontent .paging_footer .opt { text-align:center; margin:0 3px 0 0; border:none; display:block; float:left; width:25px; height:19px; padding:1px 0 0 0; }
#pagecontent .paging_footer a.opt:link, #pagecontent .paging_footer a.opt:visited { display:block; text-decoration:none; }
#pagecontent .paging_footer a.opt:hover, #pagecontent .paging_footer a.opt:active { }
#pagecontent .paging_footer a.prev, #pagecontent .paging_footer span.prev { width:70px; text-align:right; border:none; margin:0 10px 0 0; }
#pagecontent .paging_footer a.next, #pagecontent .paging_footer span.next { width:70px; text-align:left; border:none; margin:0 0 0 10px; }
#pagecontent .paging_footer a.pageno { background:#8c2933; color:#fff; }
#pagecontent .paging_footer strong.selected { background:#ddd; color:#000; }

#pagecontent .trythesecategories { font-size:1em; }
#pagecontent .trythesecategories ul {  }
#pagecontent .trythesecategories ul li {  }

#pagecontent #resultsheader { border-bottom:1px solid #ccc; width:580px; font-size:1em; padding:0; margin:40px 80px 20px 40px; overflow:hidden; }
#pagecontent #resultsheader strong { font-weight:normal; }
#pagecontent #resultsheader p.new_search { float:right; }
#pagecontent #resultsheader p.viewing_results { color:#888; float:left; font-style:italic; }

#pagecontent .products_classicsearch { font-family:Arial; }
#pagecontent .products_classicsearch .product { padding:0; border:none; margin:0 0 25px 0; }
#pagecontent .products_classicsearch .product span.img { margin:0 10px 0 0; padding:10px; width:50px; height:50px; text-align:center; float:left; border:1px solid #ddd; background:#fff; }
#pagecontent .products_classicsearch .product span.img img { margin:0 auto; padding:0; }
#pagecontent .products_classicsearch .product .box { margin:0; padding:0; }
#pagecontent .products_classicsearch .product .box .pad { background:transparent; margin:0; padding:0 80px 0 40px; }
#pagecontent .products_classicsearch .product .box .pad h2 { font-size:1em; margin:0 0 4px 0; padding:0; letter-spacing:0; }
#pagecontent .products_classicsearch .product .box .pad h2 a { font-size:1.3em; }
#pagecontent .products_classicsearch .product .generalspace {  }
#pagecontent .products_classicsearch .product p { font-size:1.1em; line-height:1.3em; margin:0; padding:0; }
#pagecontent .products_classicsearch .product p.desc { color:#666; }
#pagecontent .products_classicsearch .product p.extra { color:#509513; }
#pagecontent .products_classicsearch .product em.highlight { background:#fffa88; color:#666; }

#pagecontent .search {  }
#pagecontent .search p.noresults { background:#f7e5e5; color:#7b0e0e; margin:40px 30px; padding:20px 10px; text-align:center; font-size:1.1em; border:1px dotted #f10e0e; }
#pagecontent .search #strKeywords { width:350px; }
#pagecontent .search #numPriceMin { width:60px; }
#pagecontent .search #numPriceMax { width:60px; }

/* Basket Page
--------------------------------------------------------------*/
#pagecontent .basket .totals { overflow:hidden; width:100%; color:#333; font-size:1.1em; border:none; }
#pagecontent .basket .totals table { float:right; color:#333; font-size:1em; margin:0 0 25px 0; }
#pagecontent .basket .totals table th { font-weight:normal; }
#pagecontent .basket .totals table td { text-align:right; }

#pagecontent .basket .totals .controls { border-top:1px solid #ccc; padding:10px 0 0 0; clear:both; margin:10px 0 20px 0; overflow:hidden; width:100%; }
#pagecontent .basket .totals .controls .basketoptions { float:right; margin:0; padding:0; }
#pagecontent .basket .totals .controls .basketoptions input.submit { color:#555; cursor:pointer; font-size:12px; background:transparent url(../templateimages/iCheckoutBtn.png) top no-repeat; margin:0 0 0 5px; border:none; width:95px; height:30px; }
#pagecontent .basket .totals .controls .basketoptions a.btn { color:#555; cursor:pointer; font-size:12px; background:transparent url(../templateimages/iCheckoutBtn.png) top no-repeat; margin:0 0 0 5px; border:none; width:95px; height:30px; }

#pagecontent .basket .totals .controls .basketoptions input#btn_bsk_checkout { text-indent:-9999px; text-transform:capitalize; width:150px; height:40px; background:transparent url(../templateimages/iCheckoutBtnCheckout.png) bottom no-repeat; }
#pagecontent .basket .totals .controls .basketoptions input#btn_bsk_checkout:hover { background-position:top; }

#pagecontent .basket .totals .controls .continueshopping { float:left; margin:0; padding:0; }
#pagecontent .basket .totals .controls .continueshopping input.submit { color:#555; font-size:12px; cursor:pointer; border:none; margin:0; width:140px; height:40px; float:inherit; text-align:center; background:transparent url(../templateimages/iCheckoutBtnContinueShopping.png) top no-repeat; }

#pagecontent .basket .links { margin:40px 0; padding:10px 0; overflow:hidden; width:670px; text-align:left; }
#pagecontent .basket .links div { width:245px; margin:0; padding:0 0 10px 35px; float:left; }
#pagecontent .basket .links div p { font-size:12px; line-height:18px; margin:3px 0 0 0; padding:0 0 0 2px; }
#pagecontent .basket .links div a { font-size:13px; }
#pagecontent .basket .links div.save_bsk { background:transparent url(../templateimages/iAccountSaveBasket.png) top left no-repeat; margin:0 10px 0 60px; }
#pagecontent .basket .links div.my_account { background:transparent url(../templateimages/iAccountMyAccount.png) top left no-repeat; }
#pagecontent .basket .links a.btn { padding:5px 0 0 0; height:25px; text-align:center; text-decoration:none; display:block; color:#fff; cursor:pointer; font-size:12px; background:transparent url(../templateimages/iAccountBtn.png) top no-repeat; margin:0; border:none; width:95px; }

#pagecontent .basket div.applycoupon { text-align:center; padding:5px 10px; margin:30px 0 0 0; background:transparent; border:none; border-top:1px solid #bbb; border-bottom:1px solid #bbb; }
#pagecontent .basket div.applycoupon #CP_CouponCode { padding:4px 5px; width:100px; }
#pagecontent .basket div.applycoupon input.smallsubmit { color:#555; cursor:pointer; font-size:12px; background:transparent url(../templateimages/iCheckoutBtn.png) top no-repeat; margin:0 0 0 5px; border:none; width:95px; height:30px; }

#pagecontent .basket td.img { width:50px; height:50px; }
#pagecontent .basket td.img .bsk_img { text-align:center; display:block; width:50px; height:50px; padding:5px; margin:0; border:none; }
#pagecontent .basket td.img .bsk_img img { margin:0 auto; border:none; }
#pagecontent .basket td.img .discount { font-weight:bold; font-size:16px; color:#fff; text-align:center; display:block; width:50px; height:34px; padding:16px 0 0 0; margin:5px; letter-spacing:-2px; background:transparent url(../templateimages/discount_bg.png) top left no-repeat; }
#pagecontent .basket td.img .voucher { font-weight:bold; font-size:16px; color:#fff; text-align:center; display:block; width:50px; height:34px; padding:16px 0 0 0; margin:5px; letter-spacing:-2px; background:transparent url(../templateimages/voucher_bg.png) top left no-repeat; }
#pagecontent .basket .price_1_head, #pagecontent .basket .price_head { text-align:center; white-space:nowrap; }
#pagecontent .basket .price_1, #pagecontent .basket .price { text-align:center; white-space:nowrap; }
#pagecontent .basket .price_norm { text-align:center; }
#pagecontent .basket .quantity { text-align:center; white-space:nowrap; }
#pagecontent .basket .quantity input { text-align:center; }
#pagecontent .basket .total { text-align:right; }

#pagecontent .basket .price_1 span.incvat { font-weight:bold; font-size:1.2em; color:#8c2933; }
#pagecontent .basket .price span.incvat { font-weight:bold; font-size:1.2em; color:#8c2933; }
#pagecontent .basket .inctotal { padding:10px 0; }
#pagecontent .basket .price_1 span.exvat { font-size:0.9em; color:#666;  }
#pagecontent .basket .price span.exvat { font-size:0.9em; color:#666;  }

#pagecontent .basket th.footer { border-top-width:3px; }
#pagecontent .basket td.footer { border-top-width:3px; }

/* Mini basket
--------------------------------------------------------------*/
#basketlinks #proceedtocheckout { padding:15px 0 0 0; background:transparent; }
#basketlinks #proceedtocheckout div { text-align:center; background:transparent; }
#basketlinks #proceedtocheckout div a#checkoutlnk:link, #basketlinks #proceedtocheckout div a#checkoutlnk:visited { margin:0 auto; padding:0; text-indent:-9999px; width:150px; height:40px; background:transparent url(../templateimages/iCheckoutBtnCheckout.png) bottom no-repeat; }
#basketlinks #proceedtocheckout div a#checkoutlnk:hover, #basketlinks #proceedtocheckout div a#checkoutlnk:active { background-position:top; }

/* Account Page
--------------------------------------------------------------*/
#pagecontent .customer { }
#pagecontent .customer .section { background:transparent; width:100%; padding:0; margin:0; }
#pagecontent #customer_wrap { background:transparent; overflow:hidden; margin:30px auto 20px auto; width:680px; }
#pagecontent #customer_existing, #customer_new { float:left; background:transparent; min-height:300px; padding:15px 33px; width:270px; }
#pagecontent #customer_existing { border-right:1px solid #ccc;  }
#pagecontent #customer_wrap h2 { border:none; width:235px; height:26px; color:#fff; padding:4px 0 0 35px; font-size:1.3em; line-height:1.5em; font-weight:bold; }
#pagecontent #customer_wrap #customer_existing h2 { background:transparent url(../templateimages/iAccountHeaderBGExisting.png) top no-repeat; }
#pagecontent #customer_wrap #customer_new h2 { background:transparent url(../templateimages/iAccountHeaderBGNew.png) top no-repeat; }
#pagecontent #forgot_pass_placeholder { width:100%; margin:0 0 5px 0; padding:0; }
#pagecontent #forgot_pass_placeholder p { margin:0; padding:0; }
#pagecontent #forgot_pass_lnk { width:100%; margin:0; padding:0; font-size:11px; }

/* Customer Home Page (After login)
--------------------------------------------------------------*/
#pagecontent #customer_loggedin { padding:20px; border:2px solid #ccc; margin:30px auto 0 auto; /*min-height:600px;*/ overflow:hidden; width:630px; }
#pagecontent #customer_loggedin a.cancel { color:#555; margin:0 10px 0 0; }

#pagecontent #customer_loggedin #customer_header { border-bottom:1px solid #ccc; overflow:hidden; width:630px; margin:0 0 10px 0; padding:0 0 10px 0; }
#pagecontent #customer_loggedin #customer_header h1 { border:none; color:#444; float:left; font-weight:bold; font-size:22px; line-height:18px; margin:0; padding:0; }
#pagecontent #customer_loggedin #customer_header h1 span { font-size:14px; color:#888; font-weight:normal; }
#pagecontent #customer_loggedin #customer_header #logout { float:right; width:70px; height:20px; margin:10px 0 0 0; }
#pagecontent #customer_loggedin #customer_header #logout a { font-size:11px; text-decoration:none; display:block; color:#fff; background:transparent url(../templateimages/iAccountBtnLogOut.png) top no-repeat; width:70px; height:20px; text-align:center;  }

#pagecontent #customer_loggedin #customer_tabs { padding:0 0 0 150px; border:none; width:540px; overflow:hidden; margin:0 0 20px 0; list-style:none; }
#pagecontent #customer_loggedin #customer_tabs li { width:120px; height:30px; float:left; margin:0 5px 0 0; padding:0; }
#pagecontent #customer_loggedin #customer_tabs li a { width:120px; height:27px; padding:3px 0 0 0; text-decoration:none; color:#555; outline:none; display:block; text-align:center; }
#pagecontent #customer_loggedin #customer_tabs li a.on { color:#fff; background:transparent url(../templateimages/iAccountTabOn.png) top no-repeat; }
#pagecontent #customer_loggedin #customer_tabs li a.off { color:#777; background:transparent url(../templateimages/iAccountTabOff.png) top no-repeat; }

#pagecontent #customer_loggedin .vieworder { clear:both; font-size:12px; }
#pagecontent #customer_loggedin .vieworder .orderdetails { padding:20px 0 0 0; }
#pagecontent #customer_loggedin .vieworder .orderdetails label { width:120px; }
#pagecontent #customer_loggedin .customer { clear:both; font-size:12px; }

/* Checkout, Callback and Checkour Complete Pages
--------------------------------------------------------------*/
#container #pagecontent #checkout_header { overflow:hidden; width:680px; padding:0; margin:30px auto 10px auto; }
#container #pagecontent #checkout_header h1 { border:none; background:transparent url(../templateimages/iCheckoutTitle.png) top left no-repeat; text-indent:-9999px; float:left; width:110px; height:50px; font-size:1.9em; padding:0; margin:0; }
#container #pagecontent #checkout_header ul { float:right; width:545px; overflow:hidden; padding:0; margin:0; list-style:none; line-height:12px; font-size:12px; }
#container #pagecontent #checkout_header ul li { text-align:center; color:#555; width:80px; background:transparent url(../templateimages/iCheckoutProgressOff.png) top left no-repeat; padding:6px 5px 0 5px; height:54px; margin:0; float:left; }
#container #pagecontent #checkout_header ul li.done { color:#fff; background:transparent url(../templateimages/iCheckoutProgressDone.png) top left no-repeat; }
#container #pagecontent #checkout_header ul li.on { color:#fff; background:transparent url(../templateimages/iCheckoutProgressOn.png) top left no-repeat; }

/* Checkout Page
--------------------------------------------------------------*/
#container #pagecontent .shippingmethodstable label { cursor:pointer; width:auto; border:none; }
#container #pagecontent .checkout_important { margin:0 0 10px 0; padding:0 0 0 190px; }
#container #pagecontent .checkout_important strong { color:#ef0d13; }
#container #pagecontent .inputform .billtotal { font-weight:normal; background:transparent; color:#000; }
#container #pagecontent .inputform .inlinesubmit { width:60px; color:#555; }
#container #pagecontent div.checkout { margin:0 auto; width:700px; }

/* E-mail reminder include
--------------------------------------------------------------*/
#emailreminder { margin:25px 0 0 0; }

/* Stock levels (product page)
--------------------------------------------------------------*/
#pagecontent .product_box .stock { border-bottom:1px solid #ccc; border-top:1px solid #ccc; width:180px; padding:20px 10px; margin:0 0 20px 0; }
#pagecontent .product_box .stock p { font-size:11px; line-height:13px; width:180px; margin:0; padding:0; overflow:hidden; color:#666; }
#pagecontent .product_box .stock p a:link, #pagecontent .product_box .stock p a:visited { color:#999; outline:none; }
#pagecontent .product_box .stock p a:hover, #pagecontent .product_box .stock p a:active { color:#333; }
#pagecontent .product_box .stock p span { font-size:1px; margin:0 5px 4px 0; display:block; width:15px; height:15px; float:left; font-size:30px; line-height:30px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
#pagecontent .product_box .stock p.green { color:#264d0b; font-weight:bold; }
#pagecontent .product_box .stock p.green span { background:#40880f; }
#pagecontent .product_box .stock p.amber { color:#ef6013; font-weight:bold; }
#pagecontent .product_box .stock p.amber span { background:#ef6013; }
#pagecontent .product_box .stock p.red { color:#ff0000; font-weight:bold; }
#pagecontent .product_box .stock p.red span { background:#ff0000; }
#pagecontent .product_box .stock #stockmore_txt { border-top:1px solid #ccc; padding:10px 0 0 0; margin:7px 0 0 0; }
#pagecontent .product_box .stock #stockmore_txt p { margin:0 0 7px 0; }

/* Flash videos (jaris)
--------------------------------------------------------------*/
#pagecontent #prodvid_wrap { clear:both; text-align:center; padding:20px 0 0 0; }
#pagecontent #prodvid_wrap h2 { font-size:20px; font-family:Arial; margin:0 0 5px 0; }
#pagecontent #prodvid_wrap h2 span { font-size:14px; display:block; }
#pagecontent #prodvid_wrap p { margin:160px 0 0 0; color:#666; }
#pagecontent #prodvid_wrap #prodvid { border:2px solid #ddd; background:#fff; width:635px; height:360px; margin:0 auto; padding:10px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }

/* Facebook bar
--------------------------------------------------------------*/
/*
#fb_bar { background:#627aad; margin:0; padding:0; height:30px; position:relative; text-align:center; }
#fb_bar p { display:none; height:21px; background:#627aad; border-bottom:2px solid #3b5998; margin:0; padding:9px 0 0 0; color:#fff; cursor:pointer; position:absolute; bottom:0; left:0; width:100%; text-align:center; }
#fb_bar p span { height:19px; color:#fff; background:transparent url(../templateimages/fb_bar_icon.gif) left no-repeat; padding:0 0 0 18px; }
#fb_bar #fb_likeus { margin:0 auto; height:150px; width:100%; display:none; background:#e1e6f1; }
#fb_bar #fb_likeus iframe { padding:20px 210px; background:#fff url(../templateimages/fb_bar_bg.gif) top center no-repeat; width:380px; height:110px; margin:0; }
*/

/* Prod Scroll
--------------------------------------------------------------*/
#pagecontent .prodscroll_group { margin:0; position:relative; clear:both; }
#pagecontent .prodscroll_outer { position:relative; width:670px; padding:0 15px; margin:0 0 20px 0; }
#pagecontent .prodscroll_outer span.nav p { position:absolute; width:40px; height:220px; }
#pagecontent .prodscroll_outer span.nav p a { outline:none; display:block; width:40px; height:45px; text-indent:-9999px; }
#pagecontent .prodscroll_outer span.nav p.move_prev { left:0; top:85px; z-index:50; }
#pagecontent .prodscroll_outer span.nav p.move_prev a { background:transparent url(../templateimages/prodscroll_left.png) top left no-repeat; }
#pagecontent .prodscroll_outer span.nav p.move_prev a.off { background:transparent url(../templateimages/prodscroll_left_off.png) top left no-repeat; cursor:default; }
#pagecontent .prodscroll_outer span.nav p.move_next { right:0; top:85px; z-index:50; }
#pagecontent .prodscroll_outer span.nav p.move_next a { background:transparent url(../templateimages/prodscroll_right.png) top left no-repeat; }
#pagecontent .prodscroll_outer span.nav p.move_next a.off { background:transparent url(../templateimages/prodscroll_right_off.png) top left no-repeat; cursor:default; }
#pagecontent .prodscroll { position:relative; background:transparent; width:670px; height:230px; clear:both; padding:10px 0; margin:0; }
#pagecontent .prodscroll p.title { font-size:1.3em; font-weight:bold; text-align:center; position:absolute; top:0; left:35px; width:595px; padding:7px 0 0 5px; height:28px; background:transparent; }
#pagecontent .prodscroll p.title span { font-size:0.8em; font-weight:normal; }
#pagecontent .prodscroll div.prods { position:absolute; top:35px; left:35px; width:600px; height:170px; background:transparent; overflow:hidden; }
#pagecontent .prodscroll div.prods ul { position:relative; left:0; top:0; margin:0; padding:0; list-style:none; overflow:hidden; }
#pagecontent .prodscroll div.prods ul li { position:relative; line-height:1.1em; margin:0 5px 0 5px; padding:0; width:140px; height:170px; float:left; background:transparent; text-align:center; }
#pagecontent .prodscroll div.prods ul li span.img { display:block; width:120px; height:90px; padding:5px; margin:0 0 10px 0; text-align:center; }
#pagecontent .prodscroll div.prods ul li span.img img { margin:0 auto; }
#pagecontent .prodscroll div.prods ul li a { font-size:0.9em; display:block; width:130px; height:160px; padding:5px; text-decoration:none; background:transparent url(../templateimages/prodscroll_prodbg.png) top left no-repeat; }
#pagecontent .prodscroll p.dots { font-size:2em; line-height:0.7em; letter-spacing:-4px; text-align:center; margin:0; padding:0; position:absolute; top:205px; left:35px; width:600px; height:25px; background:transparent; }
#pagecontent .prodscroll .prod_count { display:none; }

/* Footer
--------------------------------------------------------------*/
#footer_wrap {  }
#footer {  }
#footer a:link, #footer a:visited {  }
#footer a:hover, #footer a:active {  }
#footer p span {  }
#footer p.copy {  }
#footer .col {  }
#footer .col h2 {  }
#footer .col p {  }
#footer .col ul {  }
#footer .col ul li {  }
#footer #col_1 {  }

#footer #col_2 {  }
#footer #col_2 a:link, #footer #col_2 a:visited { color:#103b82; }
#footer #col_2 a:hover, #footer #col_2 a:active { color:#25539f; }
#footer #col_2 p { font-size:13px; margin:0 0 10px 0; padding:0 0 3px 0; font-weight:bold; font-family:Verdana; border-bottom:1px solid #ccc; color:#333; }
#footer #col_2 ul { list-style:none; margin:0; padding:0; }
#footer #col_2 ul li { margin:0 0 3px 0; padding:0 0 2px 0; color:#333; overflow:hidden; width:100%; }
#footer #col_2 ul li div { width:16px; height:16px; float:left; margin:0 5px 0 0; overflow:hidden; background:transparent url(../templateimages/groupicons.png) top left no-repeat; }
#footer #col_2 ul li span { display:block; color:#888; }
/* Icons: Ltd */
#footer #col_2 ul li.ltd div { background-position:0 -48px; }
/* Icons: Gifts */
#footer #col_2 ul li.gifts div { background-position:0 0; }
#footer #col_2 ul li.beatrix div { background-position:-16px 0; }
#footer #col_2 ul li.cufflinks div { background-position:-32px 0; }
#footer #col_2 ul li.willow div { background-position:-48px 0; }
#footer #col_2 ul li.franz div { background-position:-64px 0; }
#footer #col_2 ul li.circle div { background-position:-80px 0; }
#footer #col_2 ul li.heartwood div { background-position:-96px 0; }
#footer #col_2 ul li.lilliput div { background-position:-112px 0; }
#footer #col_2 ul li.winnie div { background-position:-128px 0; }
/* Icons: Party */
#footer #col_2 ul li.hire div { background-position:0 -16px; }
#footer #col_2 ul li.party div { background-position:-16px -16px; }
#footer #col_2 ul li.plussize div { background-position:-32px -16px; }
#footer #col_2 ul li.halloween div { background-position:-48px -16px; }
/* Icons: Three Fives */
#footer #col_2 ul li.three5s div { background-position:0 -32px; }
#footer #col_2 ul li.pcl div { background-position:-16px -32px; }

#footer #col_3 {  }
#footer #siteseal {  }
#footer #siteseal img {  }
#footer iframe { border:none; width:275px; height:370px; margin:0; padding:0; }


/* background:transparent url(../templateimages/groupicons.png) top left no-repeat; */






/* --- New Product Detail Page --- */
#prod_breadcrumbs { border-bottom:1px solid #ccc; width:948px; height:40px; margin:0 0 10px 0; }
#prod_breadcrumbs p { height:40px; }
#prod_breadcrumbs p a { font-size:16px; line-height:30px; text-decoration:none; color:#000; font-weight:bold; padding:4px 10px; border:1px solid #999; background:#fff; }
#prod_breadcrumbs div { display:none; }

#prod_detail { width:950px; margin:0 0 50px 0; padding:0 0 10px 0; min-height:470px; overflow:hidden; border-bottom:1px solid #ccc; }



#prod_detail .left { float:left; width:540px; margin:0; padding:0; min-height:470px; overflow:hidden; }
#prod_detail .left .images_list { float:left; width:62px; margin:0; min-height:470px; }
#prod_detail .left .images_list ul { overflow:hidden; margin:0; padding:0; list-style:none; width:62px; }
#prod_detail .left .images_list ul li { float:left; margin:0 0 6px 0; padding:5px; width:50px; height:50px; border:1px solid #ccc; background:#fff; text-align:center; }
#prod_detail .left .big_image { border:1px solid #ccc; float:right; width:450px; height:450px; padding:10px; background:#fff; text-align:center; }




#prod_detail .right { float:right; width:395px; margin:0; padding:0; min-height:470px; }
#prod_detail .right h2 { font-weight:bold; font-size:25px; line-height:28px; }

#prod_detail .right .price { margin:0 0 10px 0; padding:0; }
#prod_detail .right .price p { margin:0; padding:0; font-size:27px; line-height:27px; color:#a61b00; font-weight:bold; letter-spacing:-2px; }

#prod_detail .right .fb_like { margin:10px 0 0 0; height:35px; }
#prod_detail .right .fb_like iframe { width:390px; height:35px; }

#prod_detail .right .stock { margin:0 0 10px 0; padding:0; }
#prod_detail .right .stock p { overflow:hidden; margin:0; text-align:left; }
#prod_detail .right .stock p span { color:#777; font-weight:normal; }
#prod_detail .right .stock p.green { color:#264d0b; font-weight:bold; }
#prod_detail .right .stock p.amber { color:#ef6013; font-weight:bold; }

#prod_detail .right .fm_addtobasket { margin:0 0 15px 0; padding:0; display:block; }

#prod_detail .right .prod_info {  }
#prod_detail .right .prod_info ul.info_tabs { z-index:10; overflow:hidden; margin:0 0 -1px 0; padding:0; list-style:none; }
#prod_detail .right .prod_info ul.info_tabs li { float:left; padding:4px 10px 4px 10px; }
#prod_detail .right .prod_info ul.info_tabs li.on { border:1px solid #ccc; border-top:2px solid #3c6859; border-bottom:1px solid #fff; border-right:none; background:#fff; color:#000; }
#prod_detail .right .prod_info ul.info_tabs li.off { border:1px solid #ccc; border-top:2px solid #ccc; border-bottom:1px solid #ccc; border-right:none; background:#f5f5f5; color:#666; }
#prod_detail .right .prod_info ul.info_tabs li.last { border-right:1px solid #ccc; }
#prod_detail .right .prod_info .info_box { z-index:1; border:1px solid #ccc; width:363px; min-height:160px; padding:20px; font-size:12px; line-height:16px; background:#fff; }












