/*

 Blue Lobster
 layout.css

*/



/* Remove Default Styling
------------------------------------------------------------------------------------------------- */
	
* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

img { 
	border: 0; 
}


/* Typography
------------------------------------------------------------------------------------------------- */

body{
	font-family: Verdana;
	font-size: 1em;
	background: #E9E9E9;
}

p{
	font-size:0.7em;
	line-height: 1.5em;
}

h1,h2,h3,h4{
	font-family: Verdana;
}

a{
	text-decoration:none;
}

a:hover{

}
	

/* Overall Layout
------------------------------------------------------------------------------------------------- */


.clearleft{
	clear: left;
}

div#container{
	width: 1014px;
	margin: 0 auto;
	background: transparent url(../images/content_bg.jpg) repeat-y top left;
}


/* Header 
------------------------------------------------------------------------------------------------- */

div#header{
	width: 960px;
	height: 205px;
	margin: 0 auto;
	background: transparent url(../images/header_bg.jpg) no-repeat top left;
	position: relative;
}

div#header h1{
	width: 0;
	height: 0;
}

div#header h1 a{
	width: 189px;
	height: 153px;
	display: block;
	text-indent: -30000px;
	outline: none;
	position: absolute;
	top: 10px;
	left: 20px;
}


/* Nav 
------------------------------------------------------------------------------------------------- */


div#header ul{
	float: right;
	list-style: none;
	margin: 5px 80px 34px 0;
	padding: 0;
	width: 600px;
}

div#header ul li{
	float: left;
	margin: 0 15px;
	padding-left: 10px;
}

div#header ul li a{
	color: #FFF;
	font-size: 0.8em;
}

div#header ul li a:hover, div#header ul li a.selected{
	text-decoration: underline;
}

div#header h2#email{
	float: left;
	width: 110px;
	color: #B81C29;
	background: transparent url(../images/mail_icon.jpg) no-repeat top left;
	padding: 10px 0 8px 60px;
	margin-left: 250px;
	font-size: 1em;
}

div#header h2#email a{
	color: #B81C29;
	text-transform: uppercase;
}

div#header h2#tel{
	font-size: 1.4em;
	float: left;
	width: 220px;
	color: #B81C29;
	background: transparent url(../images/phone_icon.jpg) no-repeat top left;
	padding: 5px 0 8px 60px;
}

div#header p#cards{
	float: left;
	width: 245px;
	color: #666;
	padding: 0 0 4px 0;
	font-size: 0.6em;
}

div#header div#searchbox{
	clear: left;
	width: 200px;
	padding: 50px 30px 0 30px;
}

div#header div#searchbox input{
	float: left;
	width: 120px;
	padding: 0;
	margin: 2px 0;
}

div#header div#searchbox input.button{
	float: left;
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0;
	margin-left: 6px;
}

div#header div#searchbox h3{
	color: #B81C29;
	font-size: 0.9em;
}

div#header a#animated_banner{
	position: absolute;
	top: 110px;
	left: 220px;
}

div#header img#delivery_banner{
	position: absolute;
	top: 108px;
	left: 620px;
}

div#header p#basketLink{
	position: absolute;
	top: 214px;
	z-index: 1000;
	right: 20px;
}

div#header p#basketLink a{
	color: #666;
	background: transparent url(../images/cart.png) no-repeat left;
	padding-left: 20px;
}

label.checkboxLabel, label.radioButtonLabel{
	clear: left;
	float: none;
}



/* Content 
------------------------------------------------------------------------------------------------- */

div#content{
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 0 auto;
}

div#leftcol{
	float: left;
	width: 170px;
	padding: 40px 10px 10px 10px;
}

div#leftcol ul{
	list-style: none;
	font-size: 0.7em;
	margin: 0;
}

div#leftcol ul li{
	color: #C32633;
	padding: 0;
	border-top: 2px #EDDADC solid;
	margin: 0;
}

div#leftcol ul li a{
	color: #515151;
	display: block;
	padding: 6px 5px 6px 14px;
	background: transparent url(../images/menu.gif) no-repeat left;
}

div#leftcol ul li a:hover{
	color: #000000;
}

div#leftcol ul li a span{
	color: #B12530;
}

.category-subs-parent, .category-subs-selected{
	background-color: #F8EAEC!important;
}

a.category-products, a.category-subs{
	padding-left: 20px!important;
}

p.protx a{
	float: right;
	width: 109px;
	height: 39px;
	outline: none;
	text-indent: -30000px;
	background: transparent url(../images/protx.jpg) no-repeat top left;
}

div#maincol{
	float: right;
	width: 758px;
	padding: 10px 5px;
}

div#maincol h2{
	font-weight: normal;
	color: #333333;
	font-size: 1.1em;
	margin-bottom: 10px;
}

div#maincol h3{
	font-weight: normal;
	color: #B73625;
	font-size: 1.1em;
	margin-bottom: 10px;
}

div#maincol h4{
	font-weight: normal;
	color: #333333;
	font-size: 0.9em;
	margin-bottom: 10px;
	text-decoration: underline;
}

div#maincol p{
	color: #515151;
	font-size: 0.6em;
	margin-bottom: 10px;
	line-height: 1.6em;
}

div#maincol hr{
	border-color: #666 transparent transparent transparent;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	margin: 10px 0;
}

div#rightcol{
	display: none;
}



/* Footer 
------------------------------------------------------------------------------------------------- */

div#footer{
	width: 954px;
	color: #666;
	background: transparent url(../images/content_footer.jpg) no-repeat top left;
	padding: 30px;
}

div#footer ul{
	list-style: none;
	font-size: 0.7em;
	margin: 5px 0;
	padding: 0;
}

div#footer ul li{
	float: left;
	padding: 0 5px;
	margin: 0;
}

div#footer p{
	clear: both;
	padding-left: 5px;
}


div#footer a{
	color: #666;
}

.banners{
	text-align: center;
}

/* Helper Styles 
------------------------------------------------------------------------------------------------- */	
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.highlight {
	font-weight: bold;
	color: #c90033;
}
	
.hide { display: none; }
	
.clear {
	clear: both;
}
	
.bold {
	font-weight: bold;
}

.date {
}
	
.error {
	color: red;
}
	
em { 
	font-style: italic;
}

.center{
	text-align: center;
}


/* Zencart Styles
------------------------------------------------------------------------------------------------- */	

#categoriesHeading{
	display: none;
}

div#ezPageDefault{
	width: 726px;
	background: transparent url(../images/content_inner_bg.gif) repeat-y top left;
	padding: 0;
	color: #515151;
	margin-left: 20px;
}

div#ezPageDefault div{
	padding: 10px;
}

div#ezPageDefault h1{
	width: 686px;
	background: transparent url(../images/content_inner_head.gif) repeat-y top left;
	height: 26px;
	padding: 6px 20px 4px 20px;
	color: #FFFFFF;
	font-size: 1.2em;
	text-transform: uppercase;
}

div#navBreadCrumb{
	color: #666;
	font-size: 0.7em;
	padding: 0 0 10px 0;
	margin-left: 20px;
}

div#navBreadCrumb a{
	color: #999;
}

div#ezPagesFooter{
	width: 726px;
	background: transparent url(../images/content_inner_foot.gif) no-repeat top left;
	padding: 0;
	font-size: 1px;
	height: 13px;
	margin-left: 20px;
}

h1#productListHeading, h1#indexCategoriesHeading, h1#advSearchResultsDefaultHeading{
	color: #333333;
	text-transform: uppercase;
	font-size: 1.2em;
	background: none;
}

div#indexCategories, div#indexProductList, div#advSearchResultsDefault{
	background: none;
	margin-left: 0;
}

div#indexCategories div, div#indexProductList div, div#advSearchResultsDefault div{
	margin: 0;
	padding: 0;
}

div#indexCategories{
	width: 740px!important;
	margin-left: 15px;
}

div#indexCategories h1#indexCategoriesHeading{
	text-transform: uppercase!important;
	font-weight: bolder!important;
}

div#indexCategories p#categoryDescription{
	margin-left: 5px;
}

div#indexCategories div.columnItem{
	clear: left;
	overflow: hidden;
}



div#indexCategories h1{
	text-transform: none!important;
	font-weight: normal!important;
	margin-left: -15px!important;
}

div.categoryListBoxContents{
	float: left;
	text-align: center;
	margin: 10px 0;
	border-bottom: 2px #A0A0A0 solid!important;
	height: 300px;
	margin-bottom: 20px!important;
}

div.categoryListBoxContents h2{
	width: 189px;
	background: transparent url(../images/cat_heading.gif) no-repeat top left;
	height: 18px;
	color: #FFF!important;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: left;
	padding: 3px 10px;
	overflow: hidden;
	font-weight: bold!important;
}

div.categoryListBoxContents img{
	margin: 0 auto;
}

div.categoryListBoxContents a h2{
	color: #FFF!important;
	font-size: 0.9em!important;
}

div.categoryListBoxContents p{
	color: #666!important;
	width: 205px;
	margin: 0 auto;
	text-align: left;
}

p#indexProductListCatDescription{
	margin: 5px 100px 10px 20px!important;
}

div#categoryImgListing{
	position: absolute;
	top: 0;
	right: 10px;
}

div.centerBoxContentsNew{
	float: left;
	text-align: center;
	margin: 10px 0;
	height: 200px;
}

div.centerBoxContentsNew h2{
	width: 189px;
	background: transparent url(../images/cat_heading.gif) no-repeat top left;
	height: 18px;
	color: #FFF!important;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: left;
	padding: 3px 10px;
}

div.centerBoxContentsNew img{
	margin: 0 auto;
}

div.centerBoxContentsNew a h2{
	color: #FFF!important;
	font-size: 0.9em!important;
}

div.centerBoxContentsNew p{
	color: #666!important;
	width: 205px;
	margin: 0 auto;
	text-align: left;
}


div.productDisplay_price{
	clear: left;
	margin: 10px 0 0 20px!important;
	width: 112px;
	height: 27px;
	background: transparent url(../images/price_bg.gif) no-repeat top left;
	color: #FFF;
	float: left;
	padding-top: 7px!important;
	font-weight: bold;
}

h2.centerBoxHeading{
	margin-left: 20px;
}

a.productDisplay_moreinfo{
	width: 83px;
	height: 16px;
	background: transparent url(../images/more_info.gif) no-repeat top left;
	display: block;
	text-indent: -30000px;
	outline: none;
	float: right;
	margin: 10px 20px 2px 0!important;
}

input.productDisplay_buynow{
	width: 83px;
	height: 16px;
	background: transparent url(../images/buy_now.gif) no-repeat top left;
	display: block;
	text-indent: -30000px;
	outline: none;
	float: right;
	margin: 0 20px 0 0!important;
}

div#productListing div.columnItem{
	float: left;
	text-align: center;
	margin: 10px 0;
	height: 350px;
	width: 33%;
	border-bottom: 2px #A0A0A0 solid!important;
}

div#productListing div.columnItem h3.itemTitle{
	width: 193px;
	background: transparent url(../images/cat_heading.gif) no-repeat top left;
	height: 18px;
	color: #FFF!important;
	text-transform: uppercase;
	margin: 0 auto;
	text-align: left;
	padding: 3px 8px;
	font-weight: bold!important;
}

div#productListing div.columnItem  a.productImage{
	height: 150px;
	display: block;
	margin-top: 10px;
}

div#productListing div.columnItem img{
	margin: 0 auto;
}

div#productListing div.columnItem p.prodDesc{
	height: 60px;
	padding-top: 10px;
}

div#productListing div.columnItem h3 a{
	color: #FFF!important;
	font-size: 0.8em!important;
}

div#productListing div.columnItem p{
	color: #666!important;
	width: 205px;
	margin: 0 auto;
	text-align: left;
}

div.wrapperAttribsOptions label{
	font-size: 0.8em;
	padding-left: 20px;
}

div.navSplitPagesResult{
	clear: both;
	margin-left: 20px;
	font-size: 0.8em;
	color: #999;
}

h3#categoriesHeading{
	margin-left: 20px;
}


div.indexcolumnItem{
	background: transparent url(../images/home_cat.jpg) no-repeat top left;
	float: left;
	width: 230px;
	height: 132px;
	margin: 8px 0 0 6px!important;
	padding: 5px!important;
}

div#indexCategories div.indexcolumnItem div{ height: 110px; overflow: hidden; }

p#categoryDescription{
	height: 40px;
	margin-left: 20px;
	margin-top: 10px;
}

div.indexcolumnItem div{
	width: 230px;
	height: 110px;
}

div.indexcolumnItem div img{
	float: left;
	padding: 0 5px;
}

div.indexcolumnItem div p{
	padding: 5px 10px 5px 0!important;
	text-align: right;
}

div.indexcolumnItem div p a{
	color: #999;
}

div.indexcolumnItem h2{
	color: #FFF!important;
	clear: left;
	font-size: 0.8em!important;
	padding: 5px 5px 0 5px!important;
	margin: 0!important:
}

div.indexcolumnItem h2 a{
	color: #FFF!important;
	margin: 0!important;
	font-weight: bold;
}



div#productGeneral{
	width: 726px;
	background: transparent url(../images/content_inner_bg.gif) repeat-y top left;
	padding: 0;
	color: #515151;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
}

div#productGeneral div#categoryIcon{
	display: none;
}

div#productGeneral div{
	padding: 10px;
}

div#productGeneral h1{
	width: 686px;
	background: transparent url(../images/content_inner_head.gif) repeat-y top left;
	height: 26px;
	padding: 6px 20px 4px 20px;
	color: #FFFFFF;
	font-size: 1.2em;
	text-transform: uppercase;
}

div#productGeneralFoot{
	width: 726px;
	background: transparent url(../images/content_inner_foot.gif) no-repeat bottom left;
	padding: 0;
	font-size: 1px;
	height: 13px;
	clear: both;
}

div.navNextPrevWrapper {
	position: absolute;
	top: -9px;
	right: 0;
}

div.navNextPrevWrapper div.navNextPrevList{
	float: left;
}

div.navNextPrevWrapper p{
	float: left;
	padding: 9px 15px 0 0;
	color: #FFF!important;
}

div#productInfoLeft{
	float: left;
	width: 280px;
	text-align: center;
}

div#productInfoLeft .imgLink{
	color: #CCC;
	font-size: 0.7em;
}

div#productInfoRight{
	float: left;
	width: 400px;
}

h2#productPrices{
	margin-left: 10px;
	color: #B12530;
}

ul#productDetailsList{
	font-size: 0.7em;
	color: #666;
	margin-left: 14px;
	list-style: none;
}

div#productTellFriendLink{
	width: 170px;
	float: left;
}

div#productAlso{
	width: 726px;
	background: transparent url(../images/content_inner_bg.gif) repeat-y top left;
	padding: 0;
	color: #515151;
	position: relative;
	margin-left: 20px;
}

div#productAlso div{
	padding: 10px;
}

div#productAlso h1{
	width: 686px;
	background: transparent url(../images/content_inner_head.gif) repeat-y top left;
	height: 26px;
	padding: 6px 20px 4px 20px;
	color: #FFFFFF;
	font-size: 1.2em;
	text-transform: uppercase;
}

div#productAlsoFoot{
	width: 726px;
	background: transparent url(../images/content_inner_foot.gif) no-repeat bottom left;
	padding: 0;
	font-size: 1px;
	height: 13px;
}


div.centerColumn{
	width: 726px;
	background: transparent url(../images/content_inner_bg.gif) repeat-y top left;
	padding: 0;
	color: #515151;
	margin-left: 20px;
	position: relative;
}

div.centerColumn div{
	padding: 10px;
}

div.centerColumn h1{
	width: 686px;
	background: transparent url(../images/content_inner_head.gif) repeat-y top left;
	height: 26px;
	padding: 6px 20px 4px 20px;
	color: #FFFFFF;
	font-size: 1.2em;
	text-transform: uppercase;
}

div.centerColumn a{
	color: #666;
}

div.centerColumnFoot{
	width: 726px;
	background: transparent url(../images/content_inner_foot.gif) no-repeat bottom left;
	padding: 0;
	font-size: 1px;
	height: 13px;
}

div#shoppingCartDefault{
	position: relative;
}

div#shoppingCartDefault div.help{
	position: absolute;
	right: 10px;
	top: 2px;
}

div#shoppingCartDefault div.help a{
	color: #FFF;
	font-size: 0.7em;
}

table#cartContentsDisplay{
	margin: 10px;
}

fieldset{
	margin: 10px;
	padding: 10px;
	font-size: 0.8em;
	
	-moz-border-radius: 8px; 
	border-radius: px;
}

fieldset label{
	clear: left;
	margin-top: 4px;
	width: 200px;
	display: block;
	float: left;
	padding: 3px;
}

fieldset input, fieldset select, fieldset textarea{
	margin-top: 4px;
}

table h2 a{
	color: #BB1E29;
}

div.cartTotalsDisplay {
	color: #BB1E29;
	font-size: 1em;
	font-weight: bold;
}

table#cartContentsDisplay{
	font-size: 0.9em;
}

table#cartContentsDisplay tr.tableHeading{
	height: 29px;
	color: #FFF;
	background: transparent url(../images/basket_headerbg.jpg) repeat-x top left;
}

table#cartContentsDisplay tr.tableHeading th#scQuantityHeading{
	background: transparent url(../images/basket_header.jpg) no-repeat top left;
}

table#cartContentsDisplay tr.tableHeading th#scRemoveHeading{
	background: transparent url(../images/basket_header.jpg) no-repeat top right;
}

table#cartContentsDisplay tr th{
	text-align: left;
	padding-left: 5px;
}

table#cartContentsDisplay tr.rowOdd{
	background: #F6F6F6;
}

table#cartContentsDisplay td{
	padding: 4px 0;
	font-size: 0.7em;
}

body#indexHomeBody h1#indexCategoriesHeading{
	text-transform: none!important;
	font-weight: normal!important;
}

/* Si */

.totalBox {
	width: 5.5em;
	float: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	float: left;
	}

.amount {
	width: 5.5em;
	}
	
.important {
	font-weight: bold;
	}
