pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
strong{ font-weight:bold;}
em{ font-style:italic;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
strong{ font-weight:bold;}
em{ font-style:italic;}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color:#504530;
	background:url(/images/bg-repeat-x.png) repeat-x;
}
body.ajax {
	background-color:#FFF;
}
a {
	outline: 0;
}

a:link, a:active, a:visited {
	color: #db683a;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	outline: 0;
}

input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/


/*-- base set --*/
h1{
	font-size:20px;
	color:#067fa6;
	padding: 0 0 5px 0;
	float:left;
	display:inline;
}

#content-right-wide-container h1 {
	float:none;
}

.widePadding h1 {
	padding-left:15px;
}
.order h1 {
	padding-top:4px;
	font-size:18px;
}
h2{
	font-size:16px;
	color:#504530;
	margin:0 0 5px 0;
	}
h3{
	font-size:17px;
	color:#7d9e3c;
	margin:10px 0 5px 0;
	}
h4{
	font-size:15px;
	color:#726852;
	margin:10px 0 5px 0;
	}
h5{
	font-weight:bold;
	}
h6{}

p{
	font-size:12px;
	margin-bottom:5px;
	}
#main ol{ list-style:decimal; list-style-position:inside;}
.border-clear{border:none !important;}
.divider{
	border-right:solid #483d31 1px;
}
/*--^base set^--*/

#main-container{
	width:981px;
	margin:10px auto;
}

/*--header--*/
#header{
	position:relative;
}
#logo{
	float:left;
	display:inline;
}
#search-form { 
	position: relative; 
	margin-top: 10px;
	height: 67px;
}
#search-form input { 
	border: medium none; 
	color: rgb(114, 104, 82); 
	font-size: 17px; 
}
.search-field { 
	padding: 7px 40px 5px 10px; 
	background: transparent url(/images/search-bg.png) no-repeat scroll 0 0; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	width: 209px; 
	height: 22px;
	margin-bottom: 7px;
	display: block;
	float: right;
}
div.radios {
	position: relative; 
	display: inline;
	float: right;
	margin-top: -30px;
}
.search-btn { 
	position: absolute; 
	top: 10px; 
	right: 10px; 
}
.searchbox { 
	float: right; 
	display: inline; 
	position: relative; 
	margin-top: 2px; 
}
#primary-nav{
	float:right;
	display:inline;
	margin:10px 30px 0 0;
}
#primary-nav li{
	float:left;
	display:inline;
	margin: 0 1px;
}
#primary-nav li a{
	background:url(/images/tab-off.png);
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	height:17px;
	width:125px;
	text-align:center;
	padding-top:3px;
	float:left;
	display:inline;
}
#primary-nav li a:hover, #primary-nav li a.current{
	background:url(/images/tab-on.png);
	text-decoration:none;
}
#primary-header{
	float:left;
	display:inline;
	width:951px;
	height:30px;
	background:url(/images/primary-header-bg.png) no-repeat;
	padding:15px 15px 0 15px;
}
.phone{
	float:left;
	display:inline;
}
#utility{
	float:right;

	display:inline;
	width:500px;
}
#utility span{
	padding:0 8px;
}
#utility span.divider{
	padding-bottom: 4px;
}
.login{
	float:right;
	display:inline;
	margin:2px 10px 0 0;
}
.header-cart{
	float:right;
	display:inline;
	width:275px;
}
.header-cart img{
	margin:0 0 -3px 0;
}

.message,
.error {
	color:#FFF;
	background-color:#FF0000;
	padding:5px 20px 5px 20px;
	min-height:13px;
	border-left:1px solid #7d8889;
	border-right:1px solid #7d8889;
}
.message {
	background-color:#006600;
}
.message img,
.error img {
	float:right;
	position:relative;
	top:-3px;
	cursor:pointer;
}

#main.three-col-background{
	background: transparent url(/images/bg-repeat-y.png) repeat-y;
}

#main.two-col-background {
    background: transparent url(/images/two-column-bg-repeat-y.gif) repeat-y;
}

#column-container{
	float:left;
	display:inline;
	background:url(/images/primary-bg-repeat-y.png) repeat-y;
	width:745px;
}

#two-column-container{
    float:left;
    display:inline;
    background:url(/images/primary-bg-repeat-y.png) repeat-y;
    width:981px;
}

#column-container-no-nav{
	float:left;
	display:inline;
	background:url(/images/two-column-no-nav-bg.gif) repeat-y;
	width:745px;
}
#column-container-full{
	float:left;
	display:inline;
	background:url(/images/two-column-bg-repeat-y.gif) repeat-y;
	width:981px;
}
.float-left{
	float:left;
	display:inline;
}
.float-right{
	float:right;
	display:inline;
}

#content-container{
	float:left;
	display:inline;
	padding:5px 20px 20px 20px;
	width:514px;
	min-height:499px;
}

#content-right-wide-container {
    float: left;
    display: inline;
    padding: 5px 20px 20px 20px;
    width: 750px;
    min-height: 499px;
}

#content-container-full{
	float:left;
	display:inline;
	padding:5px 20px 20px 20px;
	width:750px;
	min-height:499px;
}

#content p {
    font-size:11px;
    margin:10px 0 0;
}
.headline{
	background:url(/images/headline-repeat-x.gif) repeat-x bottom;
	margin:0 0 10px 0;
}

/*--nav-container--*/
#nav-container{
	float:left;
	display:inline;
	width:171px;
	padding:5px 10px 20px 10px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav .active { color:#e3f4b5;}

#nav li li{
	float: left;
	display:inline;
	width: 150px;
	position:relative;
}
#nav li ul li ul{
	position: absolute;
	left: -999em;
	background-color:none;
	width:400px;
	padding:10px 0;
}
#nav li ul li:hover, #nav li ul li.sfhover{
	background-color:#419ab0;
}
#nav li ul li:hover ul {
	top:0;
	left: 150px;
	background-color:none;
}
#nav li ul li:hover ul, #nav li ul li.sfhover ul {
	top:0;
	left: 150px;
	background-color:#419ab0;
}
#nav li ul li ul li{
	float:left;
	display:inline;
	width:100px;
	padding-left:15px;
}
#nav li ul li ul li a{
	float:left;
	display:inline;
	width:100px;
}
#nav li ul { display:none; }
#nav li.closed a { padding-left:20px; }
#nav li.open a { padding-left:20px; }
#nav li.open ul { display:block; }

#nav-container ul li{
	background:url(/images/subnav-divider-repeat-x.gif) repeat-x bottom;
	padding:4px 0;
}
#nav-container ul li a{
	color:#FFF;
	font-weight:bold;
}
#nav-container ul li a:hover{
	color:#e3f4b5;
	text-decoration:none;
}
#nav-container ul li ul li{
	margin-left:3px;
	background:none;
}
#nav-container ul li ul li a{
	background:url(/images/icon-subnav-off.gif) no-repeat 0 5px;
	color:#cff6ff;
	font-weight:bold;
	padding-left:8px;
}
#nav-container ul li ul li a:hover, #nav-container ul li ul li a.current{
	background:url(/images/icon-subnav-on.gif) no-repeat 0 5px;
	color:#e3f4b5;
	font-weight:bold;
	text-decoration:none;
}

/*--rail--*/
#rail{
	float:right;
	display:inline;
	width:236px;
}
#rail img{
	display:block;
}
#rail p{
	font-size:11px;
}
.rail-bucket{
	background: transparent url(/images/divider-repeat-x.gif) bottom repeat-x;
	padding:15px 10px 20px 15px;
	margin-right:1px;
}
.rail-utility{
	background-color: #d5e4ab;
	padding-top:10px !important;
}
.user-headline{
	font-size:15px;
	font-weight:bold;
	color:#726852;
	display:block;
	margin-bottom:10px;
}
.rail-utility a{
	background:url(/images/bullet-arrow-link.gif) no-repeat 0 3px;
	padding-left:10px;
}
.newsletter-field{
	width:140px;
	margin-right:5px;
	}
.submit { vertical-align: middle; *vertical-align: text-bottom; } 
.newsletter-headline{
	font-size:18px;
	color:#0a5a74;
	padding-left:20px;
	margin-bottom:10px;
	background:url(/images/icon-subscribe.gif) no-repeat 0 5px;
	display:block;
}
#footer-nav{
	margin:20px auto;
}
#footer-nav li{
		display:inline;
		border-left:solid #483d31 1px;
		padding:0 8px;
}
#footer-nav a{
	color:#483d31;
	font-size:11px;
}


/*-- products --*/
.product-grid-row{
	border-top:dotted #cac9c9 1px;
}
.product-grid{
	float:left;
	display:inline;
	width:133px;
	border-right:dotted #cac9c9 1px;
	height:70px;
	text-align: center;
}
.product-grid h4,
.product-grid h4 a {
	display: inline-block;
	text-align: center;
}

.product-grid-tl{padding: 0 28px 0 0;}
.product-grid-tm{padding: 0 28px 0 28px;}
.product-grid-tr{padding: 0 0 0 28px;}
.product-grid-l{padding: 15px 28px 0 0;}
.product-grid-m{padding: 15px 28px 0 28px;}
.product-grid-r{padding: 15px 0 0 28px;}

#product-details{
	margin-bottom:10px;
}
.product-detail-image{
	float:left;
	display:inline;
	padding: 0 20px 20px 0;
}
.product-description{
	float:left;
	display:inline;
	width:280px;
}

#product-table{	
	width:514px;
	margin-bottom:20px;
}

#product-table th{
	background:url(/images/table-header-bg-repeat-x.png) repeat-x;
	height:22px;
	font-weight:bold;
	padding-left:15px;
}
#product-table th.left{	background:url(/images/table-header-bg.png) top left no-repeat;}
#product-table th.right{ background:url(/images/table-header-bg.png) top right no-repeat;}
#product-table tfoot td{
	background:url(/images/table-footer-bg-repeat-x.png) repeat-x;
	height:10px;
}
#product-table tfoot td.left{ background:url(/images/table-footer.png) top left no-repeat;}
#product-table tfoot td.right{background:url(/images/table-footer.png) top right no-repeat;}

#product-table tbody td{
	padding: 2px 0 2px 15px;
	background-color:#ddeef1;
}
#product-table tbody td.left{ background:url(/images/table-bg-repeat-y.png) top left repeat-y;}
#product-table tbody td.right{background:url(/images/table-bg-repeat-y.png) top right repeat-y;}

.product-detail-order-field{
	width:60px;
}
.product-price{
	font-size:13px;
	color:#807152;
}
#product-list{
	margin:20px 0;
}
#center-stage img{
	display:block;
}
#home-banner{
	position:relative;
	float:left;
	display:inline;
	width:747px;
	overflow:hidden;
}
.home-banner-btn{
	position:absolute;
	top:219px;
	left:259px;
}
#home-featured{
	float:right;
	display:inline;
	width:232px;
	height:264px;
	background:#fff url(/images/home-feature-bg-repeat-y.gif) repeat-y right;
	padding:0 1px 0 1px;
}
#home-featured img{
	display:block;
}
.home-featured-bucket1{
	background:#63b9c8 url(/images/home-feature-divider.gif) repeat-x bottom;
	padding:11px 0 11px 13px;
}
.home-featured-bucket2{
	padding: 11px 0 0 13px;
	}
#home-widgets{
	background:transparent url(/images/home-widget-bg.gif) no-repeat;
	height:149px;
	width:981px;
	position:relative;
	padding-top:12px;
}
.home-widget-1{
	position:relative;
	background: url(/images/home-widget-bg-1.png) no-repeat;
	width:276px;
	height:116px;
	margin-left:12px;
	padding:22px 10px 0 25px;
	float:left;
	display:inline;
}
.home-widget-2{
	position:relative;
	background: url(/images/home-widget-bg-2.png) no-repeat;
	width:276px;
	height:116px;
	margin-left:12px;
	padding:22px 10px 0 25px;
	float:left;
	display:inline;
}
.home-widget-3{
	position:relative;
	background: url(/images/home-widget-bg-3.png)  no-repeat;
	width:274px;
	height:116px;
	margin-left:12px;
	padding:22px 10px 0 25px;
	float:left;
	display:inline;
}
.home-widget-btn{
	position:absolute;
	top:102px;
	left:32px;
}
#home-widgets ul{ margin: 3px 0 0px 0px;}
#home-widgets ul li{
	padding-left:19px;
	height:14px;
}
.home-widget-1 li{
	background: transparent url(/images/bullet-widget-1.gif) 9px 5px no-repeat;
}
.home-widget-2 li{
	background: transparent url(/images/bullet-widget-2.gif) 9px 5px no-repeat;
}
#home-widgets .home-widget-3 ul li{
	background: transparent url(/images/bullet-widget-3.gif) 9px 5px no-repeat;
}
#home-news{
	background:transparent url(/images/home-news-bg.gif) no-repeat;
	height:131px;
	width:934px;
	margin-left:13px;
	padding:12px 0 0 20px;
}
#home-tweets, #home-facebook{
	width:620px;
	float:left;
	display:inline;
	background: transparent url(/images/home-news-divider.gif) no-repeat top right;
	padding-right:0px;
	margin-right:40px;
}
#home-tweets p, #home-subscribe p{
	font-size:11px;
}
.tweets-headline{
	float:left;
	display:inline;
	background:transparent url(/images/icon-tweet.gif) no-repeat scroll 0 5px;
	color:#0A5A74;
	display:block;
	font-size:18px;
	margin-bottom:6px;
	padding-left:20px;
}
.tweets-follow-icon, .facebook-become-fan-icon {
	float:right;
	display:inline;
	margin-right:20px;
	height:24px;
}
.tweets-follow, .facebook-become-fan {
	float:right;
	display:inline;
	margin:5px 5px 0 0;
}
.tweets-follow a{
	color:#918b7f !important;
}

#home-tweets-list{
	float:left;
	display:inline;
}
#home-tweets-list li{
	float:left;
	display:inline;
	width:175px;
	margin-right:30px;
}
.tweet .tweet_list li a { 
	font-weight:bold;
}
.tweet .tweet_list li span a { 
	font-weight:normal;
}
#home-subscribe{
	float:left;
	display:inline;
	margin-top: -20px;
}

#product-list-header{
	background:transparent url(/images/table-header-bg.png) no-repeat;
	width:508px;
	height:22px;
	font-weight:bold;
	margin-top:5px;
}

#product-list-header .product-list-row{
	margin-left:10px;
	padding: 4px 0px 0 0px;
}
#product-list-body{
	background:transparent url(/images/table-bg-repeat-y.png) repeat-y;
	width:508px;
}
#product-list-body .product-list-row{
	margin-left:5px;
	padding: 4px 0px 4px 5px;
	background-color:#ddeef1;
	border-top:solid #fff 1px;
	border-right:solid #bbd1d9 1px;
	border-bottom:solid #b4ccd5 1px;
	border-left:solid #bbd1d9 1px;
	width:491px;
}

.shortdated, .shortdated a {
	color: #FF0000 !important;
}

.onsale, .onsale a{
	font-weight:bold !important;
}

#product-list-body .divider{
	background-color:white;
}

#product-list-body .product-list-row .opened{
	background-color:#ebf6bf;
	border-top:solid #fff 1px;
	border-right:solid #bbd1d9 1px;
	border-bottom:solid #b4ccd5 1px;
	border-left:solid #bbd1d9 1px;
}
#addcart_top{
	margin-right: 15px;
}
#addcart_center{
	margin: 1px 5px 1px 5px;
}
#addcart_bottom{
	margin-right: 15px;
}
#product-list-footer{
	background:transparent url(/images/table-footer.png) no-repeat;
	width:508px;
	height:7px;
	margin-bottom:5px;
}

.product-list-col1{
	float:left;
	display:inline;
	width:20px;
}
.product-list-col2{
	float:left;
	display:inline;
	width:55px;
}
.product-list-col3{
	float:left;
	display:inline;
	width:95px;
}
.product-list-col4{
	float:left;
	display:inline;
	width:100px;
}
.product-list-col5{
	float:left;
	display:inline;
	width:90px;
	font-weight:bold;
}
.product-list-col6{
	float:left;
	display:inline;
	width:100px;
}
.product-list-col7{
	float:left;
	display:inline;
	width:74px;
}
.product-list-col8{
	float:left;
	display:inline;
	width:56px;
}

.product-list-col8 input.order{
	width:40px;
}
#product-list-body .product-list-row .product-list-col1 a{
	background:transparent url(/images/btn-plus.gif) no-repeat;
	height:12px;
	width:12px;
	display:block;
}
#product-list-body .product-list-row .opened .product-list-col1 a{
	background:transparent url(/images/btn-minus.gif) no-repeat;
}
.slickbox{
	display:block;
	padding:5px 5px 5px 23px;
}
.product-list-desc{
	margin: 0 95px 0 85px;
	font-style:italic;
}
.product-list-desc a, .product-list-col5 a{
	color:#504530;
}
.product-list-admin{
	text-align:right;
	margin-right:20px;
}
#product-list-body p{
	font-size:11px;
}

/****** Recommendations page *******/
#product-recommend-header { background: transparent url(/images/table-header-wide-bg.png) no-repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 22px; font-weight: bold; margin-top: 5px; margin-left: 10px;}
#product-recommend-footer { background: transparent url(/images/table-footer-wide.png) no-repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 7px; margin-bottom: 5px; }

.product-recommend-col2 { display: inline-block; font-weight: bold;
	width: 300px;
	float: left;
	overflow: hidden;
	visibility: visible;
}
.product-recommend-col9{
	 float: left; display: inline; width: 60px;
}
.product-recommend-co20{
	 display:inline;float:left;padding-left:10px;width:60px;
}
.product-recommend-col5 { float: left; display: inline; width: 65px;
	margin-left: 10px;
}
.product-recommend-col51 { float: left; display: inline; width: 175px;
	margin-left: 10px;
}
.product-recommend-col3 { float: left; display: inline; width: 95px; }
.product-recommend-col6 { float: left; display: inline; width: 90px; }
.product-recommend-col7 { float: left; display: inline; width: 56px;
	margin-right: 5px;
}
span.hack {
	visibility: hidden;
}
.productitem{
	 float: right; display: inline; width: 636px; padding-bottom: 15px; 
}
#product-recommend-body { -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;  margin-left: 11px; margin-right: 13px;border-left: #CDCBC6 solid 1px;border-right: #CDCBC6 solid 1px;}
#product-recommend-body .product-recommend-row {
	border-top: #FFFFFF solid 1px;
	background-color: rgb(221, 238, 241);
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0 1px 0px 1px;
}
#product-recommend-body .product-recommend-row .opened { border-style: solid; border-color: rgb(255, 255, 255) rgb(187, 209, 217) rgb(180, 204, 213); border-width: 1px; background-color: rgb(235, 246, 191); }
#product-recommend-footer { background: transparent url(/images/tbfooterbg.png) no-repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; height: 7px; margin-bottom: 5px; margin-left: 10px; margin-right: 13px;}

#checkout-main{
	background-image: url(/images/primary-bg-header1.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-top: 20px;
	border-left: 1px solid #CBD2D2;
	border-right: 1px solid #CBD2D2;
}

/****** Sale page *******/
.product-sale-col2 { display: inline-block; font-weight: bold;
	width: 175px;
	float: left;
	overflow: hidden;
	visibility: visible;
}
.productsaleitem{
	 float: right; display: inline; width: 736px; padding-bottom: 15px;
}
.product-sale-co20{ float:left; display:inline; width:60px; padding-left:10px; }
.product-sale-col9{ float: left; display: inline; width: 60px;}
.product-sale-col5 { float: left; display: inline; width: 65px;	margin-left: 10px;}
.product-sale-col51 { float: left; display: inline; width: 275px; margin-left: 10px;}
.product-sale-col3 { float: left; display: inline; width: 95px; }
.product-sale-col6 { float: left; display: inline; width: 90px; }
.product-sale-col7 { float: left; display: inline; width: 56px;	margin-right: 5px;}

/****** Checkout, Registration, Cart, Forms *******/
#checkoutprogress li{
	float:left;
	display:inline;
	margin:0 10px 0 0;
}
#checkoutprogress li.active h3{
	font-weight:bold;
}
.checkout table, .form-layout table, .priceadjust table {
	font-size:11px;
	width:500px;
	
}
.checkout td, .form-layout td {
	vertical-align:text-top;
	padding-bottom:5px;
}
.checkout label, .form-layout label{
	width:150px;
	display:block;
	text-align:right;
	margin-right:10px;
}
.checkout p.help, .form-layout p.help{
	font-size:10px;
	width:150px;
	text-align:right;
}
.checkout input, .form-layout input{
	width:225px;
	margin-right:100px;
}
input[type="image"]{
	width:auto;
}
input[type="checkbox"]
{
	width:16px;
}
input[type="radio"]
{
	width:16px;
	margin:0;
}
.checkout input[type="submit"]
{
	width:105px;
}
.checkout select, .form-layout select{
	width:230px;
	height:18px;
}
.shopbutton {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	background-color:#D15F31;
	color:#FFFFFF;
}
.shortnavbutton{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	background-color:#A9C16F;
	color:#FFFFFF;
	width:75px;
}
#shipping { margin-top:10px; }

#shipping label{
	float:left;
	display:inline;
	margin-bottom:190px;
}
#shipping ul, #payment ul{
	display:inline;
	margin: 0;
	width: 345px;
}
#shipping ul { float:left; margin: 0 0 20px 5px; }
#shipping li, #payment li{
	width:345px;
	margin:0 0 10px 0;
}
#shipping li { display:inline; }
#shipping li label, #payment li label{
	text-align:left;
	width:100%;
	margin:auto;
	font-weight:bold;
	float:none;
}

.checkout_formtxt { padding-bottom: 5px; line-height:1.4em;}

.payment select{
	width:112px !important;
}
.confirm-btn{
	margin: 0 0 0 160px;
}
.cart table{
	margin:0 0 10px 0;
}
.cart th, .checkout th, .priceadjust th{
	border-bottom:solid #CCC 1px;
	font-weight:bold;
}
.checkout td{
	padding:5px 10px 5px 0;
	vertical-align:text-top;
}
.cart td{
	padding:5px 10px 5px 0;
	vertical-align:text-top;
	border-bottom:solid #CCC 1px;
}
.cart input[type="text"] {
	width:45px;
	margin-right:5px;
}

.cart input[type="text"]#promo_code,
.cart input[type="text"]#promo_code_cloner {
	width:150px;
	font-size:12px;
}

.cart input[type="image"]{ 
	vertical-align: middle; *vertical-align: text-bottom; 
} 
.cart input[type="submit"]{
	vertical-align: middle; *vertical-align: text-bottom; 
} 
.align-button-center{
	vertical-align: middle; *vertical-align: text-bottom;
}
.cart .col1{ width:60px;}
.cart .col2{ width:150px;}
.cart .col3{ width:165px;}
.cart .col4{width:60px;}
.cart .col5{width:60px;}

.confirm .col1{ width:60px;}
.confirm .col2{ width:250px;}
.confirm .col3{ width:60px;}
.confirm .col4{width:60px;}

.checkout_container{
	background-color:#FFFFFF;
}

.priceadjust .col2{ width:50px;}
.priceadjust .col3{ width:350px;}
.priceadjust .col4{width:60px;}

/** Cart popup **/
.cartpop{
	visibility: hidden;
}
.cartpop{
	border: 3px solid #6AACB5;
	font-size: 9px;
	position: absolute;
	right: 70px;
	top: 145px;
	width: 320px;
	z-index: 10000;
}
.bag-info{
	background: #fff;
	clear: both;
	font-size: 1.2em;
	padding: 5px 0 10px 10px;
}
.itemsadd{
	background: #fff;
	color: #3d9481;
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px;
}
.bag-close{
	height: 25px;
	background: #fff;
	width: 320px;
}
.bag-close a{
	background: #fff;
	border: 1px solid #6AACB5;
	padding: 5px;
	font-weight:bold;
	color:#3d9481;
	float:right;
}
.bag-err{
	color:#FF0000;
	margin:0px 2px 5px 0px;
	display:none;
}
#bagTB{
	width:310px;
}
#bagTB .col2{ width:45px;}
#bagTB .col3{ width:165px;}
#bagTB .col4{width:50px;}
#bagTB .col5{width:50px;}

/****** Checkout new design *******/
#billing{
	width:400px;
	background-color: #6AACB5;
}
#nothanks {
	margin-right:15px;
}
#item-sub{
	width:950px;
	background-color: #ffffff;	
}
#item-gird{
	width: 950px;
}
#item-gird10{
	width: 950px;
	padding-left:15px;
}
#item-gird13{
border-style:solid none none;
border-width:1px 0 0;
height:50px;
width:950px;
border-color:#999595;	
}
#item-gird14{
	width: 905px;
	padding-left: 45px;
}
#item-gird16{
	width: 905px;
	padding-left: 45px;
	
}
#item1 {
border-color:-moz-use-text-color #000000;
border-style:none none solid solid;
border-width:1px 0 1px 1px;
float:left;
height:28px;
width:95px;
}
#item2 {
border-color:-moz-use-text-color  #000000;
border-style:none solid solid;
border-width:0 1px 1px;
float:left;
height:28px;
width:46px;
}
#item3 {
border-bottom:1px solid #000000;
border-right:0 none;
border-top:0 solid #000000;
float:left;
height:28px;
margin-top:0;
padding-top:0;
width:568px;
}
#item4 {
border-color:-moz-use-text-color -moz-use-text-color #000000 #000000;
border-style:none none solid solid;
border-width:0 0 1px 1px;
float:left;
height:28px;
width:47px;
}
#item5 {
border-color:#000000;
border-right:0 none;
border-style:none none solid solid;
border-width:1px 0 1px 1px;
float:left;
height:28px;
width:76px;
}
#item6 {
border-color:-moz-use-text-color #000000 #000000;
border-right:1px solid #000000;
border-style:none solid solid;
border-width:0 1px 1px;
float:left;
height:28px;
width:57px;
}
#item7 {
border-color:-moz-use-text-color #000000 #000000 -moz-use-text-color;
border-right:1px solid #000000;
border-style:none solid solid none;
border-width:0 1px 1px 0;
float:left;
height:28px;
width:52px;
}

#item12{
	float:left;
height:30px;
width:100px;
margin-left:5px;
}
#item13{
	color:#FF0000;
float:left;
font-weight:bold;
margin-left:45px;
}
#item14{
float:left;
height:320px;
width:50%;
}
#item142{
float:right;
height:320px;
width:50%;
}
#item16-1{
float:left;
width:50%;
}
#item16-2{
float:right;
width:50%;
}
#item17-1{
	height:150px;
width:950px;
}
#item17-2{
	height:25px;
width:950px;
}
#item11 {
border-color:-moz-use-text-color #000000;
border-left:1px solid #000000;
border-style:inset none solid solid;
border-width:1px;
float:left;
height:28px;
width:95px;
}
#item21 {
border-color:-moz-use-text-color #000000;
border-style:inset none solid solid;
border-width:1px;
float:left;
height:28px;
width:46px;
}
#item31 {
border-color:-moz-use-text-color -moz-use-text-color #000000;
border-style:inset none solid solid;
border-width:1px 0 1px 1px;
float:left;
height:28px;
margin-top:0;
padding-top:0;
height:28px;
width:568px;
}
#item41 {
border-color:-moz-use-text-color -moz-use-text-color #000000 #000000;
border-style:inset none solid solid;
border-width:1px 0 1px 1px;
float:left;
height:28px;
width:47px;
}
#item51 {
border-color:-moz-use-text-color -moz-use-text-color #000000 #000000;
border-right:0 none;
border-style:inset none solid solid;
border-width:1px 0 1px 1px;
float:left;
height:28px; 
width:76px;
}
#item61 {
border-right:1px none;
border-style:inset none solid solid;
border-top:1px inset;
border-width:1px;
float:left;
height:28px;
width:57px;
}
#item71 {
border-color:-moz-use-text-color -moz-use-text-color #000000 #000000;
border-style:solid solid outset inset;
border-width:1px;
float:left;
height:28px;
width:52px;
}
#sub1{
	width: 950px;
	border:1px solid #999595;
	background-color: #ffffff;
}
#text{
	width: 100px;
	float: left;
	padding-left: 6px;
}
#infomation{
	float: left;
	width:290px;
	
}
#text2{
	width: 130px;
	float: left;
	padding-left: 6px;
}
#infomation2{
	float: left;
	width:260px;
	
}
#checkoutfooter {
	background-image:url("/images/home-widget-bg.gif");
	background-position:center bottom;
	height:10px;
	width:981px;
}
/******^^ Checkout new design ^^*******/
	
/******^^ Checkout, Registration, Cart, Forms ^^*******/

.form-layout2 label{
	display:block;
}
.form-layout2 td{
	padding:5px 0;
}
.form-layout2 input, .form-layout2 textarea{
	width:225px;
}
.form-layout2 select{
	width:230px;
}
.form-layout2 input[type="image"]
{
	width:auto;
}
.form-layout2 .form-location select{
	width:110px;
}
.form-layout2 .form-location input{
	width:47px;
}
.form-layout2 .form-location{
	float:left;
	display:inline;	
	margin: 0 10px 0 0;
}
	
.orderdetails { margin-top:10px; }
ul.profile li { padding:3px 0; line-height:1.4em;}
.subhead { font-weight:bold; display:inline;}
#product-list-body .slickbox p { margin-left:60px; }
#product-list-body .rowheader { background-color: #FFF; padding:8px 0 8px 5px; }
#product-list-body .rowheader h5 { color:#0A5A74; }
.clearfixheader{text-align: center;}
.clearfixheader a{color:#067fa6; font-weight: bold;line-height: 20px; font-size:16px;}
#filter_form { display:inline; }

.breadcrumb { font-size: 14px; }

.shippinginfo td, th {border:1px solid #D5E4AB; padding:2px 2px 2px 2px; vertical-align:top;}
.shippinginfo th {color: navy; font-weight:bold;}

.widePadding {
	padding:0 15px 15px 15px;
}

table.simple {
	width:100%;
}
table.simple th {
	padding:3px;
	border: 1px solid #D5E4AB;
	color:#504530;
}
table.simple td {
	background-color:#FFF;
	padding:5px 3px;
	color:#504530;
}
table.simple tr:nth-child(odd) td,
table.simple tr.alt td {
	background-color:#EEE;
}
table.simple.clickable td {
	cursor:pointer;
}
table.simple.clickable tr:hover td {
	background-color:#53acbc;
	color:#FFF;
}


#postToTicket {
	margin-bottom:10px;
	border:1px solid #CCC;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
}

img.paymentIcon {
	height:23px;
	margin-left:5px;
	vertical-align:middle;
}
.addressCard {
	display:inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:10px 20px 10px 20px;
	min-width:300px;
	color:#000;
	margin:10px 0 10px 0;
	font-size:13px;
	height:170px;
	overflow:hidden;
}
.addressCard.autoHeight {
	height:auto;
}
.addressCard .cloudUserPhotoIcon {
	float:left;
	margin-right:8px;
}
.addressCard .name {
	font-weight:bold;
	color:#000;
	margin-bottom:4px;
	font-size:15px;
}
.addressCard .address {
	color:#999;
	margin-bottom:4px;
	font-size:13px;
}
.addressCard .contact {
	font-size:13px;
	color:#3875D7;
}
.addressCard img.vcard {
	height:32px;
	width:32px;
	float:right;
	opacity:0.6;
	margin-left:8px;
}
.addressCard img.vcard:hover {
	opacity:1.0;
}
.addressCard .pf {
	color:#322EFF;
}
ul.profiles {
	list-style:none;
	padding:0;
	margin:0;
}
ul.profiles li {
	float:left;
	list-style:none;
	margin:0 10px 10px 0;
}
.addressCard .ctl {
	float:right;
	display:none;
	text-align:right;
}
.addressCard .ctl div {
	margin-bottom:3px;
}
.addressCard:hover .ctl {
	display:inline-block;
}
.addressCard .ctl img {
	margin-left:5px;
	cursor:pointer;
}
input.pfb {
	margin-left:10px;
}
table.custProfileSelect {
	width:100%;
}
table.custProfileSelect td {
	width:50%;
}

.alert,
.niceAlert, 
.alertNote {
	background:#CCC url('/admin/images/icons/alert-icon.png') 5px 5px no-repeat;
	display:inline-block;
	border:1px solid #0EAFE3;
	background-color:#d2f0fa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:11px 14px 10px 33px;
	min-height:14px;
	color:#555;
	font-size:12px;
	margin:10px 0 10px 0;
	cursor:default;
}
.cart input[type="text"].cartPrice, 
input.cartPrice {
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	font-size: 13px;
	margin: 0 0 0 4px;
	padding: 2px;
	text-align: center;
	width: 60px;
}

table.tbli input[type="text"] {
	border:1px solid #CCC;
	display:block;
	padding:4px;
	width:94%;
	background-color:#EEE;
}
table.tbli th {
	padding:4px 8px;
	font-weight:bold;
}
table.tbli input[type="text"]:focus,
table.tbli input[type="text"]:hover {
	background-color:#FFF;
	border:1px solid #067FA6;
}
table.tbli input.iqty {
	text-align:center;
	margin:0 auto;
	width:50px;
}
.phone-fax {
	font-family: "Helvetica Neue" sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #807152;
	float: left;
	vertical-align: middle;
}
.phone-fax span.phone-type {
	color: #42a0bf;
	margin-left: 5px;
	display: inline;
}
.phone-fax img {
	display: inline;
}