﻿/* /Menus */

form
{
	height: 100%;
}

#topShopNav
{
	height: 41px;
	line-height: 41px;
	float: left;
	clear: left;
}
#topShopNav ul
{
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}
#topShopNav li ul
{
	position: relative;
	display: none;
	float: left;
	width: 300px;
	z-index: 100;
	border-bottom: 2px solid #030303;
	border-left: 2px solid #030303;
	border-right: 2px solid #030303;
	background: #4A4853;
	margin: 0 0 0 -10px;
}

#topShopNav li.motors
{
	width: 45px;
}
#topShopNav li.pumps
{
	width: 40px;
}
#topShopNav li.other
{
	width: 90px;
}

/*  Test menu, remove comment to permanently show menu.
#topShopNav li.other ul { display:block; }
*/


#topShopNav li
{
	text-align: center;
	list-style: none;
	float: left;
	margin: 0 20px 0 0;
	display: block;
	position: relative;
	height: 41px;
	line-height: 41px;
	padding: 0 10px;
	font-size: 1.2em;
	z-index: 1000;
}
#topShopNav li a
{
	display: block;
	background: none;
}

#topShopNav li li
{
	text-align: left;
	float: none;
	z-index: 1000;
	font-size: 1em;
	height: 32px;
	line-height: 22px;
	margin: 0;
	text-transform: capitalize;
	padding: 0;
	display: block;
}
#topShopNav li li.hover
{
	border-top: 1px solid #AEADB3;
	border-bottom: 1px solid #AEADB3;
	background: #2E2C2D;
	height: 30px;
}

#topShopNav li li a
{
	display: block;
	background: none;
	line-height: normal;
	padding: 5px 10px;
	height: 22px;
	line-height: 22px;
	display: block;
}
#topShopNav li li.hover a
{
	height: 20px;
	line-height: 20px;
}
#topShopNav li li.hover a:hover
{
	color: #9DCAFF;
}
#topShopNav li.hover_parent
{
	background: #000;
}
#topShopNav li.hover_parent ul
{
	display: block;
}
#topTip
{
    background:green;
    line-height:41px;
    height:41px;
    text-align:center;
    font-size:1.2em;
}

/* /Menus */


/* Homepage */
#content
{
	padding: 42px 0 0 0;
}



.contentLeftPanel
{
	padding: 12px 10px;
	width: 755px;
}
#home_Category_Links
{
	/*margin:0 12px 0 11px;*/
	margin: 0 13px 0 13px;
	border: 2px solid #0f9067;
	width: 725px;
}
#home_Category_Links ul
{
	/*width:230px;*/
	width: 240px !important;
	float: left;
}
#home_Category_Links li
{
	/*width:220px; */
	width: 240px;
	list-style: none;
	text-transform: capitalize;
	border-bottom: 1px solid #d2d2d2;
}
#home_Category_Links li.hover
{
	border-bottom: 1px solid #09708d;
}
#home_Category_Links li a
{
	display: block;
	color: #0e4b86;
	text-decoration: none;
	padding: 5px 5px;
	font-size: 1.1em;
	height: 25px;
	line-height: 25px;
}
#home_Category_Links li a:hover
{
	/*text-decoration:underline;*/
	text-decoration: none;
	background-color: #c5dfe5;
}

/*#home_pumps { background:url(/liv/whp/pumps.jpg) no-repeat; margin-right:20px;}
#home_motors{ background:url(/liv/whp/motors.jpg) no-repeat; margin-right:20px; }
#home_other { background:url(/liv/whp/other_products.jpg) no-repeat; }*/

#home_pumps
{
	background: url(/liv/whp/20100329-pump-bg.jpg) no-repeat top center; /*margin-right:15px; margin-left:5px;*/
	width: 225px !important;
	margin-left: 5px;
	overflow-x: hidden;
}
#home_motors
{
	background: url(/liv/whp/20100329-motors-bg.jpg) no-repeat top center; /*margin-right:15px;*/
	width: 230px !important;
	overflow-x: hidden;
	border-left: 1px solid #e6eef7;
	border-right: 1px solid #e6eef7;
	margin: 10px 5px 0 5px;
	padding: 143px 0px 20px 5px !important;
	height: 185px;
}
#home_other
{
	background: url(/liv/whp/20100329-other-products-bg.jpg) no-repeat top center;
}

#home_motors ul, #home_motors li
{
	width: 225px !important;
}


#home_Category_Links .category
{
	padding: 153px 0 0 0; /*width:230px;*/
	width: 240px;
	float: left;
}

/*#search_control { background:url(/liv/whp/search_bg.jpg) no-repeat;width:724px; height:50px;line-height:50px;margin:10px 0 10px 11px; padding-left:10px; }*/

#search_control
{
	width: 705px;
	padding: 0px 10px;
	border-left: 2px solid #0f9067;
	border-right: 2px solid #0f9067;
	border-bottom: 2px solid #0f9067;
	margin: 0 13px 10px 13px;
	background: url(../liv/whp/20100329-search-bg.jpg) no-repeat;
	height: 42px;
	line-height: 42px;
}


#search_control .searchBy
{
	font-weight: bold;
	font-size: 1.2em;
}
#search_control a
{
	color: #0e4b86;
	text-decoration: none;
}
#search_control a:hover
{
	text-decoration: underline;
}
#search_control a, #search_control label
{
	/*margin:0 5px 0 43px;*/
	margin: 0 5px 0 22px;
}
#search_control input
{
	border: 1px solid #809db9;
	width: 126px;
	height: 18px;
	font-size: 1em;
	padding: 0px 2px;
}
#search_control input.button
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px; /*line-height:25px;*/
	line-height: 24px;
	color: #fff;
	border: 0; /*font-size:1em;*/
	font-size: 1.2em;
	cursor: pointer;
}


#bestSellersWrap
{
	width: 730px;
	margin: 10px 0 10px 2px;
}
#bestSellersWrap .btnAdd
{
	background: url(/liv/whp/green_btn_96.png) no-repeat;
	width: 96px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	border: 0;
	cursor: pointer;
}
table .btnAdd
{
	background: url(/liv/whp/green_btn_96.png) no-repeat;
	width: 96px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	border: 0;
	cursor: pointer;
}
/*#bestSellersWrap h3    { width:720px; height:31px; font-size:1.4em; font-weight:bold; display:block; background:url(/liv/whp/green_header.jpg) no-repeat; color:#fff; line-height:31px; padding:0 0 0 10px; margin:0 0 5px 10px; }*/

#bestSellersWrap h3
{
	width: 720px;
	height: 31px;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	background: url(/liv/whp/green_header.jpg) no-repeat;
	color: #fff;
	line-height: 31px;
	padding: 0 0 0 10px;
	margin: 0 0 0 11px;
}

#bestSellersWrap .productBasket
{
	position: absolute;
	right: 0;
	bottom: 0;
}

.stockistsWrap
{
	width: 730px;
	margin: 10px 0 10px 2px;
}

.stockistsWrap h3
{
	width: 720px;
	height: 31px;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	background: url(/liv/whp/green_header.jpg) no-repeat;
	color: #fff;
	line-height: 31px;
	padding: 0 0 0 10px;
	margin: 0 0 0 11px;
}


.stockistsbg
{
	background: url(/liv/whp/20100329-stockist-bg.jpg) no-repeat;
	margin: 0px 11px;
	width: 729px;
	float: left;
	padding-bottom: 10px;
}

* + html .stockistsWrap
{
	margin-bottom: -30px;
}

.stockistsbg p
{
	margin: 10px 0;
	text-align: center;
	font-size: 1.6em;
	color: #000;
}

.galleryControlsLeft
{
	float: left;
	margin: 44px 4px 0 2px;
	width: 25px;
	cursor: pointer;
}
.galleryControlsRight
{
	float: left;
	margin: 44px 2px 0 4px;
	width: 25px;
	cursor: pointer;
}
.stockists
{
	float: left;
	width: 667px;
	height: 115px;
	overflow-y: hidden;
}
.stockists li a img
{
	border: 1px solid #e6eef7;
	cursor: pointer;
	margin-right: 2px;
}
.stockists li a:hover img
{
	border: 1px solid #0f9067;
}

.productGalleryItem
{
	width: 220px;
	height: 185px;
	float: left;
	border: 5px solid #ebf2f9;
	margin: 0 10px 0 10px;
	text-align: center;
	padding: 10px 0 0 0;
}
.productGalleryItem .productInfo
{
	width: 200px;
	margin: 10px;
	text-align: left;
	position: relative;
	height: 65px;
}
.productGalleryItem .productImage
{
	width: 211px;
	height: 100px;
}
.productGalleryItem .productImage img
{
}
.productGalleryItem .productInfo .productName
{
	font-weight: bold;
	color: #0e4b86;
	font-size: 1.3em;
}
.productGalleryItem .productInfo .productPart
{
	font-weight: bold;
	color: #020202;
	font-size: 1.1em;
}
.productGalleryItem .productInfo .productMore
{
	color: #0e4b86;
	font-size: 1.1em;
}
.productGalleryItem .productInfo .productMore a
{
	color: #0e4b86;
	text-decoration: none;
}
.productGalleryItem .productInfo .productMore a:hover
{
	text-decoration: underline;
}
.galleryControls
{
	margin: 10px 0 0 10px;
}
.productsCarousel
{
	margin-bottom: 10px;
	width: 240px !important;
}
.productsCarousel img
{
	display: none;
	width: 210px;
	height: 32px;
}
#home_Category_Links li
{
	line-height: normal !important;
}
#home_Category_Links li a
{
	margin: 0 !important;
}
/* /Homepage */

/* Advanced Search */
#advSearchWrap
{
    text-align:left;
}
/* fancybox tweaks*/
#fancybox-overlay {
background:none repeat scroll 0 0 #CCCCCC !important;
}
#fancybox-outer {
background:none repeat scroll 0 0 #DFE8F3 !important;
width:820px !important;
}
#fancybox-inner
{
  overflow:visible!important;
  background-color:#FFFFFF;
}
#fancybox-close
{
    background-image:none!important;
}
/* /fancybox tweaks*/
#advSearchWrap input, #advSearchWrap select
{
	border: 1px solid #c4d6e9;
	font-size: 0.9em;
}
#advSearchWrap select
{
	text-transform: capitalize;
}
#advSearchWrap .cancelButton
{
	background: url(/liv/whp/close_btn.png) no-repeat;
	float: right;
	width: 28px;
	height: 28px;
	border: 0;
	font-size: 0;
	cursor: pointer;
	margin: -20px -20px 20px 20px;
}
#advSearchWrap .searchButton
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}

#advSearchWrap label
{
	float: left;
	width: 120px;
	font-size: 1.1em;
	color: #585350;
}
#advSearchWrap select.wide, #advSearchWrap input.wide
{
	width: 220px;
}

.pnlAdvSearch
{
	padding: 20px 20px 0 20px;
	width: 760px;
}


.pnlAdvHalf
{
	width: 370px;
	float: left;
	padding: 0 10px 0 0;
}

/*Start Modal Popup*/
.modalBackground
{
	background-color: #ccc;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalPopup
{
	background: url(/liv/whp/adv_search_bg.jpg) repeat-x #f3f7fb;
	border-width: 9px;
	border-style: solid;
	border-color: #dfe8f3;
	padding: 3px;
	width: 800px;
	-moz-box-shadow:0px 0px 16px #666;
	-webkit-box-shadow:0px 0px 16px #666;
	box-shadow:0px 0px 16px #666;
}
.dropShadowBackground
{
	background: #c00;
}
/*End Modal Popup*/

/* /Advanced Search */

/* Search Results */
#Update_Progress
{
	width: 755px;
	margin: 0;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: #ccc;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-align: center;
}
#Update_Progress img
{
	margin-top: 25%;
}
.searchResults
{
	padding: 18px 11px 0 12px;
	width: 732px;
}

#refineSearch h2
{
	background: url(/liv/whp/filter_header.jpg) no-repeat;
	width: 163px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	margin: 0;
	padding: 0 0 0 5px;
}
#refineSearch
{
	width: 168px;
	float: left;
	background: #f6faff;
	margin-right: 8px;
}
#refineSearch h3
{
	display: block;
	background: #0f4f8d;
	color: #fff;
	padding: 10px 5px;
	cursor: pointer;
}
#refineSearch td
{
	text-transform: capitalize;
}

#resultsCol
{
	width: 556px;
	float: left;
}

.PagingControls
{
	height: 25px;
	line-height: 25px;
	font-size: 1.1em;
}
.PagingControls select, PagingControls input
{
	border: 1px solid #c4d6e9;
	height: 19px;
	margin: 2px 0;
	font-size: 1em;
}
.PagingControls .btnList
{
	background: url(/liv/whp/btn_list.jpg) no-repeat;
}
.PagingControls .btnGallery
{
	background: url(/liv/whp/btn_gallery.jpg) no-repeat;
}
.PagingControls .btnGallery, .PagingControls .btnList
{
	padding: 0 0 0 22px;
	color: #0e4b86;
	cursor: pointer;
	border: 0;
	margin: 3px 0;
	height: 19px;
}

.pageInput
{
	width: 30px;
	border: 1px solid #809db9;
}
.PagingControls .btnLeft
{
	background: url(/liv/whp/small_arr_left.jpg) no-repeat;
	font-size: 0;
	height: 19px;
	width: 19px;
	border: 0;
	margin: 3px 0;
	cursor: pointer;
}
.PagingControls .btnRight
{
	background: url(/liv/whp/small_arr_right.jpg) no-repeat;
	font-size: 0;
	height: 19px;
	width: 19px;
	border: 0;
	margin: 3px 0;
	cursor: pointer;
}

.prev_next
{
	float: right;
	line-height: 25px;
}
.list_gallery
{
	float: left;
	line-height: 25px;
}

#resultsCol table td
{
	color: #6d6f78;
	border-bottom: 2px solid #fff;
	text-transform: capitalize;
	padding: 5px 10px;
}
#resultsCol table td a
{
	color: #0e4b86;
}
#resultsCol table td table td
{
	border: 0;
	padding: 0;
}

#resultsCol input.btnSmallAdd
{
	border: 0;
	background: url(/liv/whp/green_btn_45.jpg) no-repeat;
	width: 45px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
}

/*#resultsCol table*/
.resultsListTable
{
	background: url(/liv/whp/results_header.jpg) no-repeat;
	float: left;
	clear: both;
	width: 100%;
}
.resultsHeader
{
	vertical-align: middle;
}
#resultsCol .resultsHeader td
{
	color: #fff;
	font-weight: bold;
	border: 0;
}


.productGallery .productGalleryItem
{
	width: 255px;
	float: left;
	border: 5px solid #ebf2f9;
	margin: 0 6px 5px 0;
	height: 80px;
	padding: 10px 5px;
	position: relative;
	height: 100px;
}
.productGallery .right
{
	margin: 0 0 5px 0;
}
.productGallery .productImage
{
	width: 100px;
	float: left;
	margin: 0 5px 0 0; /* position:absolute; left:5px;   top:25%; height:50%; */
}
.productGallery .productImage img
{
	width: 100px;
}
.productGallery .productInfo
{
	width: 145px;
	float: left;
	margin: 0 5px 0 0; /* position:absolute; left:110px; top:25%; height:50%;*/
}

.productGallery .productGalleryItem .productInfo .productName
{
	font-weight: bold;
	color: #0e4b86;
	font-size: 1em;
}
.productGallery .productGalleryItem .productInfo .productPart
{
	font-weight: bold;
	color: #020202;
	font-size: 0.85em;
}
.productGallery .productGalleryItem .productInfo .productMore
{
	color: #0e4b86;
	font-size: 0.85em;
}
.productGallery .productGalleryItem .productInfo .productMore a
{
	color: #0e4b86;
	text-decoration: none;
}
.productGallery .productGalleryItem .productInfo .productMore a:hover
{
	text-decoration: underline;
}
.productGallery .productGalleryItem .productInfo p
{
	margin: 0 0 3px 0;
}
/*.productGallery .productGalleryItem .productInfo span  { margin-bottom:5px; float:left; }*/

/* /Search Results */


/* Product Page */

.productPage
{
	width: 732px;
	padding: 12px 11px 25px 12px;
}
.productPage input
{
	border: 1px solid #809db9;
}

.productPage .productLabel
{
	float: left;
	width: 150px;
	clear: left;
	font-weight: bold;
	color: #0f0e0d;
}
.productPage .productLabelLarge
{
	font-weight: bold;
	color: #0f0e0d;
	font-size: 1.1em;
}
.productPage .logRegAdd
{
	line-height: 39px;
	height: 39px;
	width: 555px;
	background: url(/liv/whp/product_logreg_bg.jpg) no-repeat;
	padding: 0 10px;
}
.productPage .logRegAdd span
{
	float: left;
	font-size: 1.2em;
	margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #585350;
}
.productPage .logRegAdd span a
{
	color: #0e4b86;
	text-decoration: none;
}
.productPage .logRegAdd span a:hover
{
	text-decoration: underline;
}
.productPage .logRegAdd .quanAdd
{
	float: right;
	margin: 0;
}
.productPage .logRegAdd .quanAdd input
{
	width: 30px;
}
.productPage .logRegAdd .quanAdd input.btnAddToCart
{
	background: url(/liv/whp/green_btn_96.png) no-repeat;
	display: inline-block;
	width: 96px;
	height: 25px;
	color: #fff;
	cursor: pointer;
	border: 0;
	margin: 0 0 0 5px;
}
.productPage .pnlProductImage
{
	float: left;
	width: 132px;
	margin: 0 25px 0 0;
}

.productPage .pnlProductImage .imgContainer
{
	width: 130px;
	border: 1px solid #cad0d3;
	text-align: center;
	padding: 20px 0;
	z-index: 0;
}
.productPage .pnlProductImage .imgContainer img
{
}
.productPage .pnlProductDetail
{
	float: left;
	width: 575px;
}
.productPage .pnlProductDetail p
{
	margin-bottom: 8px;
}

.productPage .alternativeContainer .alternative
{
	border: 3px solid #ebf2f9;
	width: 353px;
	padding: 10px;
}
.productPage .alternativeContainer h2
{
	margin: 10px 0;
	padding: 5px 0;
	width: 100%;
	display: block;
	border-bottom: 1px solid #dcdce2;
}
.productPage .alternativeContainer p
{
	margin: 2px 0 2px 0;
}
.productPage .alternativeContainer a
{
	float: right;
	text-decoration: none;
	font-weight: bold;
	background: url(/liv/whp/blue_btn_96.jpg) no-repeat;
	width: 96px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.productPage .alternativeContainer .label
{
	color: #0F0E0D;
	font-weight: bold;
}
.productPage .alternativeContainer .basketAdd
{
	line-height: 25px;
	height: 25px;
	float: right;
}
.productPage .alternativeContainer .basketAdd input
{
	width: 30px;
}
.productPage .alternativeContainer .basketAdd .btnAddToCart
{
	background: url(/liv/whp/green_btn_96.png) no-repeat;
	display: inline-block;
	width: 96px;
	height: 25px;
	color: #fff;
	cursor: pointer;
	border: 0;
	margin: 0 0 0 5px;
}

/*.alsoAvailable h3  { width:732px; height:34px; line-height:34px; color:#fff; }*/
/* /Product Page */


/* Registration */
.registration
{
	width: 730px;
	padding: 12px 12px 25px 13px;
}
.pnlRegister
{
	border: 1px solid #c4d6e9;
	width: 728px;
}
.pnlRegister .activeStep
{
	background: url(/liv/whp/register_active_step.jpg) repeat-x;
	display: block;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.pnlRegister .inactiveStep
{
	background: #d2dfed;
	border-top: 1px solid #c4d6e9;
	border-bottom: 1px solid #c4d6e9;
	height: 30px;
	color: #141515;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.pnlRegister .regContent
{
	padding: 10px;
	width: 708px;
}
.pnlRegister .regContent input, .pnlRegister .regContent select
{
	border: 1px solid #809db9;
}
.pnlRegister .regContent input.btnNext
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}
.pnlRegister .regContent h3, .pnlRegister .regContent p
{
	clear: left;
}
.pnlRegister .regContent li
{
	margin-left: 20px;
}
.pnlRegister .regContent ul
{
	margin-bottom: 10px;
}
.pnlRegister .regContentHalf
{
	float: left;
	width: 334px;
	margin-right: 20px;
}
/* /Registration */

.pnlProductImage input.btnNext
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
	margin: 10px 0 0 0;
}


.hotspot
{
	text-align: left;
}
.hotspotWide
{
	width: 183px;
	padding: 0;
	background: #e6eef7;
	border: 5px solid #fff;
	margin: 0 0 10px;
	text-align: left;
}

/* Login Control */


.hot_login input
{
	width: 99px;
	font-size: 0.95em;
	border: 1px solid #c4d6e9;
}
.hot_login input.button
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
	margin: 0 0 0 5px;
}
.hot_login label
{
	float: left;
	width: 60px;
	font-size: 1em;
	color: #6d6f78;
}
.hot_login p
{
	color: #050505;
	margin: 0 0 10px;
}
.hot_login a
{
	color: #0e4b86;
	text-decoration: none;
}
.hot_login a:hover
{
	text-decoration: underline;
}
.hot_login li
{
	list-style: none;
	line-height: 18px;
}
.hot_login .btnAddFav
{
	background: url(/liv/whp/green_btn_15.jpg) no-repeat;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
	float: right;
}
.hot_login .btnLogout
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}

/* /Login Control */

/* Hot Search */

.hotSearch input
{
	width: 99px;
	font-size: 0.95em;
	border: 1px solid #c4d6e9;
}
.hotSearch input.button
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
	margin: 0 0 0 20px;
}
.hotSearch label
{
	float: left;
	width: 60px;
	font-size: 1em;
	color: #6d6f78;
}
.hotSearch p
{
	color: #050505;
	margin: 0 0 10px;
}
.hotSearch a
{
	color: #0e4b86;
	text-decoration: none;
}
.hotSearch a:hover
{
	text-decoration: underline;
}
.hotSearch li
{
	list-style: none;
	line-height: 18px;
}
.hotSearch .btnAddFav
{
	background: url(/liv/whp/green_btn_15.jpg) no-repeat;
	width: 15px;
	height: 15px;
	line-height: 15px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
	float: right;
}
.hotSearch .btnLogout
{
	background: url(/liv/whp/blue_btn_59.png) no-repeat;
	width: 59px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	border: 0;
	font-size: 1em;
	cursor: pointer;
}

/* Hot Search */

/* Checkout */

.checkoutContainer a
{
	color: #0e4b86;
	text-decoration: none;
}
.checkoutContainer a:hover
{
	text-decoration: underline;
}
.calculateButtons a
{
	background: url(/liv/whp/blue_plus.jpg) no-repeat;
	padding: 0 0 0 24px;
	margin: 0;
	height: 19px;
	line-height: 19px;
	display: inline-block;
	width: 110px;
	text-decoration: none;
	color: #0e4b86;
}
.checkoutContainer input
{
	border: 1px solid #809db9;
}
.checkoutContainer table
{
	font-size: 1.1em;
	background: url(/liv/whp/black_header_full_tall.jpg) no-repeat;
}

.checkoutContainer table th
{
	line-height: 20px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
.checkoutContainer table td
{
	padding: 10px;
	vertical-align: top;
}
.checkoutContainer table .seperator td
{
	border-top: 3px solid #ecedef;
	padding: 5px 10px;
}
.checkoutContainer .txtQuantity
{
	width: 30px;
	border: 1px solid #809db9;
}
.checkoutContainer
{
	padding: 12px 11px 25px 12px;
	width: 732px;
}
.checkoutContainer .btnCheckout, .shipping .btnCheckout, .productPage .btnCheckout
{
	background: url(/liv/whp/green_btn_96.png) no-repeat;
	width: 96px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.checkoutContainer .btnDelete
{
	cursor: pointer;
	vertical-align: middle;
}
.checkoutContainer .continueBut, .shipping .continueBut, .productPage .continueBut
{
	float: right;
	margin: 0;
}

.checkoutContainer .checkoutLogin, .shipping .checkoutLogin, .productPage .checkoutLogin
{
	margin-left: -10px;
}
.checkoutContainer .checkoutLogin .checkoutLoginHalf .radio, .shipping .checkoutLogin .checkoutLoginHalf .radio, .productPage .checkoutLogin .checkoutLoginHalf .radio
{
	color: #0e4b86;
	font-weight: bold;
	font-size: 1.2em;
}
.checkoutContainer .checkoutLogin .checkoutLoginHalf .radio input, .shipping .checkoutLogin .checkoutLoginHalf .radio input, .productPage .checkoutLogin .checkoutLoginHalf .radio input
{
	border: 0;
}
.checkoutContainer .checkoutLogin .checkoutLoginHalf, .shipping .checkoutLogin .checkoutLoginHalf, .productPage .checkoutLogin .checkoutLoginHalf
{
	float: left;
	width: 341px;
	background: #e6eef7;
	margin: 0 0 0 10px;
	padding: 10px;
	height: 75px;
}
.checkoutContainer .checkoutLogin .checkoutLoginQuartL, .shipping .checkoutLogin .checkoutLoginQuartL, .productPage .checkoutLogin .checkoutLoginQuartL
{
	float: left;
	width: 160px;
}
.checkoutContainer .checkoutLogin .checkoutLoginQuartR, .shipping .checkoutLogin .checkoutLoginQuartR, .productPage .checkoutLogin .checkoutLoginQuartR
{
	margin: 15px 0 0 0;
	float: left;
	width: 180px;
}
.checkoutContainer .checkoutLogin .checkoutLoginHalf p, .shipping .checkoutLogin .checkoutLoginHalf p, .productPage .checkoutLogin .checkoutLoginHalf p
{
	margin: 10px 0 0 0;
}
.checkoutContainer .checkoutLogin .checkoutLoginQuartR p, .shipping .checkoutLogin .checkoutLoginQuartR p, .productPage .checkoutLogin .checkoutLoginQuartR p
{
	margin: 0 0 10px;
}
.checkoutContainer .checkoutLogin .checkoutLoginQuartR label, .shipping .checkoutLogin .checkoutLoginQuartR label, .productPage .checkoutLogin .checkoutLoginQuartR label
{
	float: left;
	width: 70px;
}
.checkoutContainer .checkoutLogin .checkoutLoginQuartR input, .shipping .checkoutLogin .checkoutLoginQuartR input, .productPage .checkoutLogin .checkoutLoginQuartR input
{
	width: 100px;
}


.payment
{
	width: 172px;
	padding: 7px 6px 7px 5px;
}
/* /Checkout */




/* Shipping */

.shipping
{
	width: 732px;
	padding: 0px 11px 25px 12px;
}
.shipping_header
{
	background: transparent url(/liv/whp/header_checkout.jpg) no-repeat;
	height: 71px;
	margin: 10px 0 0;
	padding: 20px 20px 0;
	width: 692px;
}
.shipping_body
{
	padding: 20px 20px 10px;
	border-top: 1px solid #e5ebf1;
	border-left: 1px solid #c4d6e9;
	border-right: 1px solid #c4d6e9;
	width: 690px;
}
.shipping_body_bottom
{
	padding: 20px 20px 10px;
	border-top: 1px solid #e5ebf1;
	border-left: 1px solid #c4d6e9;
	border-right: 1px solid #c4d6e9;
	border-bottom: 1px solid #e5ebf1;
	width: 690px;
}
.shipping_body .po_reference, .shipping_body_bottom .po_reference
{
	border: 1px solid #809db9;
}
.shipping_body p
{
	clear: left;
}
.shipping_address
{
	float: left;
	width: 325px;
	margin-right: 20px;
}
.billing_address
{
	float: left;
	width: 325px;
	margin-right: 20px;
}
.shipping_type_options
{
	float: left;
	width: 315px;
}
.shipping_type
{
	width: 670px;
	margin: 5px 0;
	padding: 10px;
	background: #eff0f0;
	display: block;
	float: left;
}
.shipping_type_radio
{
	float: left;
	clear: left;
	/*width: 335px;*/
	margin: 8px 20px 3px 0;
}
.shipping_type label
{
	font-size: 1.2em;
	margin-left: 5px;
	color: #0e4b86;
	font-weight: bold;
}
.shipping_body p.sub_text
{
	margin: 0 0 0 20px;
	float: left;
}
.shipping_body p.own_ship
{
	margin: 10px 0 0 0;
	float: left;
}
.shipping_body p.own_ship input
{
	margin-right: 20px;
	border: 1px solid #809db9;
}
.shipping_body p.own_ship label
{
	font-size: 1em;
	margin-left: 0;
	font-weight: normal;
	color: #585350;
}
.shipping_body .payment_method label
{
	color: #0e4b86;
	margin: 0 30px 0 3px;
	font-weight: bold;
}
.shipping_body .pnl_validation p
{
	color: #c00;
	font-weight: bold;
}

.shipping_body_wide
{
	padding: 20px 10px 10px;
	border-top: 1px solid #e5ebf1;
	border-left: 1px solid #c4d6e9;
	border-right: 1px solid #c4d6e9;
	width: 710px;
}
.shipping_body_wide .order_summary
{
	font-size: 1.1em;
	background: url(/liv/whp/black_header_710_tall.jpg) no-repeat;
}
.shipping_body_wide .order_summary th
{
	line-height: 20px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
}
.shipping_body_wide .order_summary td
{
	padding: 10px;
	vertical-align: top;
}
.shipping_body_wide .order_summary .footer td
{
	padding: 2px 10px;
}
.shipping_body_wide .order_summary .seperator td
{
	border-top: 3px solid #ecedef;
	padding: 5px 10px;
}

.shipping_footer a, .shipping_body a, .shipping_body_wide a
{
	color: #0e4b86;
	text-decoration: none;
	font-weight: bold;
}
.shipping_footer a:hover, .shipping_body a:hover, .shipping_body_wide a:hover
{
	text-decoration: underline;
}
#fancy_terms
{
	display: none;
}
.shipping_footer
{
	background: #f2f7fd;
	width: 690px;
	padding: 20px 20px 10px;
	border: 1px solid #c4d6e9;
	border-top: 1px solid #e5ebf1;
}
.shipping_footer .btn_payment
{
	background: url(/liv/whp/green_btn_137.jpg) no-repeat;
	width: 137px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
	border: 0;
	cursor: pointer;
}
/* /Shipping */

/* Build Your Own */
#buildSWFHolder
{
	width: 100%;
	text-align: center;
}






.cmSignup li
{
	list-style-type: none;
}

#contentWrap
{
	z-index: 1;
}

#ft_banners
{
	width: 730px;
	margin: 20px 0 0 0;
}
.ft_banner
{
	float: left;
	margin: 0 5px;
	width: 355px;
}

.clearBoth
{
	clear: both;
}
/* clear:both using CSS rather than empty html elements */
.shipping_body:after, .alternative:after, .checkoutLogin:after, .productDetails:after, #bestSellersWrap:after, #home_Category_Links:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.shipping_body, .alternative, .checkoutLogin, .productDetails, #bestSellersWrap, #home_Category_Links
{
	display: inline-block;
}
/* IE MAC STRIKES BACK \*/
.shipping_body, .alternative, .checkoutLogin, .productDetails, #bestSellersWrap, #home_Category_Links
{
	display: block;
}
/* END IE MAC HIDE */


/* ML Additional styles */
.warning
{
	color: Red !important;
}
.emailValidation
{
	margin: 0 0 10px 0;
}

.hot_login li
{
	list-style-image: url(../images/login-bullet.gif);
	margin: 0 0 0 20px;
}

.AccountForm ul, li
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.AccountForm li
{
	clear: both;
	list-style: none;
	padding: 10px 0 10px 0;
	color: #585350;
	font-size: 1.2em;
}

.AccountForm input, .AccountForm select, .AccountForm textarea
{
	float: left;
}
.AccountForm input, .AccountForm textarea
{
	width: 250px;
}
.AccountForm label
{
	width: 300px;
	float: left;
}
.AccountCheck input
{
	width: auto;
}

.AccountLoginPanel
{
	padding-top: 12px;
}
.regButtons
{
	clear: both;
	width: 100%;
}
.regContinue
{
	text-align: right;
	width: 50%;
	float: right;
}
.regBack
{
	text-align: left;
	width: 50%;
	float: left;
}
.Span2
{
	margin: 0px !important;
	padding: 0px !important;
}
/* END ML Additional styles */
.curCulFlag
{
	width: 20px;
	height: 13px;
}
.callToOrder
{
	font-size: x-small;
	color: #0e4b86;
}
.callToOrderGallery
{
	font-size: small;
	color: #0e4b86;
}

/* new registration form - RM 20110705 */


.progressBar
{
    background:url("../liv/whp/registration/progress_bar_bg.jpg") no-repeat 50% 100%;
    min-height:8px;
    text-align:center;
    margin-bottom:30px;
    position:relative;
    padding-bottom:13px;
    height:50px;
}

.progressItem
{
    display:inline-block;
}

.item1
{
    position:absolute;
    z-index:0;
    left:0;
    top:0;
}

.item2
{
    margin-bottom:-13px;
}

.item3
{
    position:absolute;
    z-index:0;
    right:0;
    top:0;
}

.progressNumber
{
    width:40px;
    height:40px;
    background:url("../liv/whp/registration/progress_numbers.jpg") no-repeat 0 0;
    float:left;
    margin-left:16px;
}

.number1 .progressNumber
{
    background-position:0 0;
}

.number2 .progressNumber
{
    background-position:0 -40px;
}

.number3 .progressNumber
{
    background-position:0 -80px;
}

.progressItemActive .number1 .progressNumber
{
    background-position:-40px 0;
}

.progressItemActive .number2 .progressNumber
{
    background-position:-40px -40px;
}

.progressItemActive .number3 .progressNumber
{
    background-position:-40px -80px;
}

.progressCopy
{
    height:40px;
    line-height:40px;
    font-size:12px;
    color:#BCBEC0;
    padding:0 16px 10px;
    float:left;
    text-align:left;
}

.progressItemActive .progress,
.progressItemActive .progress,
.progressItemActive .progress
{
    background:url("../liv/whp/registration/progress_marker.png") no-repeat 0 0;
    width:164px;
    height:12px;
    clear:both;
    display:block;
    padding:0 0 1px;
}

.progressItemActive .number1 .progress
{
    background-position:0 0;
}

.progressItemActive .number2 .progress
{
    background-position:0 -12px;
}

.progressItemActive .number3 .progress
{
    background-position:0 -24px;
}

.register
{
}

.register a
{
    color:#0E4B86;
    text-decoration:none;
}

.register ul
{
    font-size:12px;
    color:#585350;
    line-height:200%;
}

.register ul a
{
    text-decoration:underline;
}

.register fieldset
{
    border:none;
    padding:0;
}

.register fieldset p
{
    margin-top:20px;
}

.register legend
{
    font-size:16px;
    color:#000;
    font-weight:bold;
    margin:0;
    padding:0 0 26px;
    display:block;
}

.register label
{
    display:block;
    color:#585350;
    font-size:12px;
    margin:0;
    padding:0 0 10px;
}

.register label.labelCheckbox
{
    margin:-13px 0 20px 25px;
    font-size:11px;
    width:245px;
}

*+html .register label.labelCheckbox
{
    margin-top:-17px;
}

.register label.labelRadio
{
    margin:-13px 0 0 25px;
    font-size:11px;
}

*+html .register label.labelRadio
{
    margin-top:-17px;
}

.regInput,
.regSelect
{
    font-size:12px;
    border:1px solid #809DB9;
    color:#585350;
    margin:0 0 20px;
}

.regDefault
{
    /*color:#BCBEC0;*/
}

.regInput
{
    padding:2px 5px;
    width:260px;
}

#regVat .regInput
{
    width:170px;
}

#regVat .regInput,
#regVat .errorMessage
{
    position:relative;
    top:-33px;
    left:90px;
}

.regSelect
{
    width:272px;
    padding:2px 0 2px 5px;
}

.regCheckbox
{
    clear:both;
    display:inline;
}

.regCheckbox input
{
    vertical-align:top;
}

.regRadio
{
    clear:both;
    display:block;
}

.regSubmit
{
    background:url("../liv/whp/registration/blue_button_bg.jpg") no-repeat 0 0;
    height:29px;
    padding:0 0 0 5px;
    display:inline-block;
}

.regSubmit input
{
    background:url("../liv/whp/registration/blue_button_bg.jpg") no-repeat 100% 0;
    padding:0 18px 5px 10px;
    height:29px;
    color:#fff;
    cursor:pointer;
}

a.regLink,
.regLink
{
    line-height:29px;
    color:#0E4B86;
    font-size:11px;
    text-decoration:underline;
    border:none;
    background:none;
    cursor:pointer;
}

.regLink:hover
{
    text-decoration:none;
}

#regVat
{
    margin-bottom:-26px;
}

.regError
{
    border:1px solid #EF4136;
}

.errorMessage
{
    background:url("../liv/whp/registration/error_arrow.jpg") no-repeat 0 0;
    height:29px;
    padding:0 0 0 24px;
    display:inline-block;
    margin:0 0 0 30px;
    visibility:hidden;
}

*+html .errorMessage
{
    position:relative;
    top:-17px;
}

.errorCheckbox,
*+html .errorCheckbox
{
    left:280px;
    position:absolute;
    z-index:0;
    top:-6px;
}

.errorMessage span
{
    background:url("../liv/whp/registration/error_arrow.jpg") no-repeat 100% 0;
    display:inline-block;
    padding:4px 15px 6px 0;
    height:19px;
    line-height:19px;
    color:#fff;
    font-size:12px;
}

.regTable
{
    color:#585350;
    font-size:12px;
    line-height:160%;
}

.regTable th
{
    font-weight:normal;
    width:180px;
}

.regBoxTop,
.regBoxRepeat,
.regBoxFoot
{
    background:url("../liv/whp/registration/register_box.jpg") no-repeat 0 0;
    width:330px;
}

.regBoxRepeat
{
    background-repeat:repeat-y;
    background-position:-330px 0;
}

.regBoxFoot
{
    background-position:-660px 100%;
    width:290px;
    padding:20px;
}

.regBoxFoot h1
{
    margin-bottom:20px;
}

.regBoxFoot ul
{
    padding-top:20px;
}

.m1_t { margin-top:30px; }

.fc:before, .fc:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.fc:after { clear: both; }
.fc { zoom: 1; }

.g1 { width:275px; }

.fl { float:left; }
.fr { float:right; }

.dn { display:none!important;}

.pRel { position:relative; }

/* /new registration form */
