@media print{
 .hide_when_printed{
 display: none !important;
 }
 .show_when_printed{
 display: block !important;
 }
}

@charset "utf-8";
/* Kamehameha
   Updated: 04/01/2010
   Author: Alex Hackbart
   ----------------------------------------------------*/

/* SECTION INDEX
			-------------
   =ZEROING ALL ELEMENTS
   =GLOBAL ELEMENTS
   =GLOBAL CLASSES
   =GLOBAL FORMS RULES
   =WRAPPER
   =HEADER
   =NAVBAR
   =MAIN
	 =COLUMN-LEFT
	 =COLUMN-RIGHT
   =BOTTOM WRAP AND FOOTER
   =DISCLAIMERS
   =SFNT PAGE
   =CTGY PAGE
   =PROD PAGE
   =SRCH PAGE
   =LOGN PAGE
   =BASK AND CHECKOUT PAGES
*/

/* =ZEROING ALL ELEMENTS
   ----------------------------------------------------*/
   
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

html {
	overflow-y: scroll;
}

body { 
	background:#004976 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/1.4 Arial, Helvetica, sans-serif; 
	color:#000;
	margin: 0; /* reiterating for webkit */
	}

h1, .h1	{ font-size:28px; color:#4fb8f7; font-weight: normal; }
h2, .h2	{ font-size:20px; color:#a4895e; padding-bottom: 4px; border-bottom: 1px solid #d5d9dc; font-weight: bold; }
h3	{ font-size:14px; color:#000; }
h4	{ font-size:12px; color:#000; }
h5	{ font-size:11px; color:#000; }
h6	{ font-size:10px; color:#000; }

blockquote { 
	margin: 0 10px 10px; 
	background:#EFEFEF; 
	padding: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	color: #3F3F3F;
}

a:link,a:visited	{ color:#4fb8f7; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#4fb8f7; text-decoration:none; outline:none; }

img {vertical-align: bottom;} /* to prevent a gap from showing below images in some browsers */

ol li {list-style-type: decimal;}
ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}

h1, h2, h3, h4, h5, h6, p, ul, dl, ol {
	margin-bottom: 10px;
}

/* ------------------------ GLOBAL CLASSES ------------------------ */

.clear	{ 
	clear:both;
	}

.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.float-left {
	float: left;
	display: inline;
}

.float-right {
	float: right;
	display: inline;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.hidden{
	display:none;
}

.grey-button {
	color:#000 !important; 
	background:#DFDFDF !important;
	cursor: pointer;
}

.button, a.button, .input_btn, a.input_btn { 
	color:#676767;
	background: #ccc;
	padding: 3px 25px;
	vertical-align: middle;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	margin: 0;
	text-decoration: none;
	width: 150px;
}  /* Extra selector a.button for inheritance */
	input.button {
		padding: 2px 25px;
		width: auto;
	}

.dark-border {
	border:1px solid #828282 !important; 
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body a.width-auto {
	width: auto;
}

/* ------------------------------- GLOBAL FORM ELEMENTS ------------------------------- */

fieldset {
	border: 1px solid #CCC;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}

legend {
	margin: 0 0 0 20px;
	padding: 3px 10px;
	font: normal normal bold 14px/14px Arial, sans-serif;
	color:#3583ac;
}

form { }

	form br { line-height:0; height:0; font-size: 0; } /* defaults vertical spacing between fields */
	
	input, textarea, select { 
		color:#676767;
		padding: 3px;
		vertical-align: middle;
		font: 12px Arial, Helvetica, sans-serif;
		border: 1px solid #a8a8a8;
		margin: 0;
		}
		input:focus {
			border: 1px solid #4fb8f7;
		}
		input.submit, label {
			cursor: pointer;
			width: auto;
			padding: 2px;
		}
	
	label {
			display:block;
			float:left;
			width:150px;
			text-align:right;
			margin-right:.5em;
			padding: 3px 0;
			cursor: pointer;
		}
	
	input {
		width: 150px;
		overflow: visible;
	}
	
	select { 
		width: auto;
	}
	textarea { 
		height:90px; 
		overflow:auto; 
		margin: 0 0 4px 0; 
		width: 200px; 
	}

/* ------------------------------- WRAP ------------------------------- */

#wrap {
	background:url("../images/bg-wrap.png") repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	}
	
	#inner-wrap {
		width: 950px;
		margin: 0 auto;
		padding: 7px 0 0;
		background:url("../images/bg-inner-wrap.jpg") repeat-y;
	}

/* ------------------------------- HEADER ------------------------------- */

#header {
	height: 42px;
	width: 970px;
	margin: 0 auto;
	background: url("../images/bg-header.png") repeat-y;
	position: relative;
	
}
	#header a {
		text-decoration: none;
	}
		#header a:hover {
			text-decoration: underline;
		}
	
	/* ------------------------ masthead framework ------------------------ */
	#masthead {
		background: url("../images/bg-masthead.png");
		display: block;
		height:21px;
		width: 235px;
		position: absolute;
		top: 0;
		left: 10px;
		margin: 0;
		}

	/* ------------------------ breadcrumbs ------------------------ */
	#breadcrumbs {
		position: absolute;
		top: 21px;
		left: 10px;
		margin: 0;
		color: #4FB8F7;
	}
		#breadcrumbs span {
			color: #a4895e;
		}
	
	/* ------------------------ search  ------------------------ */
		#search {
			float: right;
			margin: 11px 10px 0 0;
		}
			#search input {
				padding: 1px 2px;
				border-color: #a8a8a8;
			}
			#search #search-submit {
				width: 55px;
				height: 19px;
				border: none;
				padding: 0;
			}
			
			
	/* ------------------------ meta ------------------------ */
	#meta {
		text-align:right;
		float: right;
		margin: 11px 19px 0 0;
		}

		#meta li { /* if your li's float, you can adjust border height w/ line-height */
			padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
			display: inline;
			border-left: 1px solid #1a2c44;
			}
		#meta li.first { border: none; }
		
			#meta a:link, #meta a:visited {  }
			#meta a:hover, #meta a:active {  }

	/* ------------------------ mini-bask ------------------------ */
	#mini-bask {
		width: 906px;
		height: 35px;
		padding: 15px 30px 0 0;
		margin: 0 auto;
		background: url("../images/bg-mini-bask.jpg") no-repeat;
		text-align: right;
		font-size: 14px;
	}
		#mini-bask a {
			color:#FFF;
			text-decoration: none;
		}
			#mini-bask a:hover, #mini-bask a:hover span {
				text-decoration: underline;
				color:#fff;
			}
		#mini-bask #checkout-button {
			font-weight: bold;
			padding-left: 30px;
		}
		#mini-bask a span {
			color:#e28800;
		}
	
	
/* ------------------------------- NAVBAR ------------------------------- */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background: #EF9599 url("../images/bg-nav.jpg") no-repeat; 
	width:960px; 
	height:40px; 
	margin:0;
	padding:0; 
	}

/*#nav a { text-indent: -9999px; } UNCOMMENT THIS WHEN READY TO HIDE TEXT*/

#nav li, #nav a { 
	height:30px; /* change height here also */
	display:block;
	line-height: 40px;
} 

#nav li { 
	float:left; 
	list-style:none; 
	display:inline; 
	position:relative;
}

	#nav-01 { width: 79px; margin-left: 79px;}
	#nav-02 { width: 89px;}
	#nav-03 { width: 94px;}
	#nav-04 { width: 87px;}
	#nav-05 { width: 89px;}
	#nav-06 { width: 92px;}
	
		/*-------------- (-79px) X position of button / (-40px) height of image from above ------------- */
		#nav-01 a:hover { background:url("../images/bg-nav.jpg")  -79px -40px no-repeat; }
		#nav-02 a:hover { background:url("../images/bg-nav.jpg") -158px -40px no-repeat; }
		#nav-03 a:hover { background:url("../images/bg-nav.jpg") -247px -40px no-repeat; }
		#nav-04 a:hover { background:url("../images/bg-nav.jpg") -341px -40px no-repeat; }
		#nav-05 a:hover { background:url("../images/bg-nav.jpg") -428px -40px no-repeat; }
		#nav-06 a:hover { background:url("../images/bg-nav.jpg") -460px -40px no-repeat; }


/* ------------------------ MAIN ------------------------ */

#main {
	margin: 7px auto 0;
	width: 936px;
}

/* ------------------------ COLUMN-LEFT ------------------------ */
#column-left {
	width:223px;
	float:left;
	display: inline;
	background: url("../images/bg-column-left.jpg") no-repeat;
	padding: 41px 0;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl { }

	/* single column list */
	#column-left ul {
		margin: 0;
		padding: 0;
		border: 1px solid #dce0e3;
	}
		#column-left #cat-tree {
			margin-bottom: 5px;
		}
		#column-left ul li { 
			margin: 0;
			padding: 0;
			background: url("../images/cat-tree-li.jpg") repeat-x;
			line-height: 35px;
			list-style-type: none;
			font-size: 14px;
			font-weight: bold;
			float: left;
			width: 223px;
			}
			#cat-tree a {
				color: #000e23;
				text-decoration: none;
				display: block;
				background: url("../images/left-bullet.jpg") 9px 13px no-repeat;
				text-indent: 20px;
			}
			#column-left ul a:hover {
				color: #004976;
			}
			#column-left ul li ul {
				border: none;
			}
				#column-left ul li ul li {
					background: none;
					font-size: 12px;
					line-height: 24px !important; 
					float: left;
					width: 223px;
				}
				#column-left ul li ul li a {
					color: #000;
					background: none;
					text-indent: 30px;
				}
	
	.best-seller {
		margin-bottom: 5px;
	}	
	.best-left {
		float: left;
		display: inline;
		width: 50%;
	}
		.best-left img {
			display: block;
			margin: 0 auto;
			max-width: 65px;
			max-height: 65px;
		}
	.best-right {
		padding-top: 10px;
		width: 50%;
		float: right;
		display: inline;
	}
	
	/*------------------newsletter---------------------*/
	
	#newsletter {
		margin-bottom: 10px;
	}
		#newsletter input {
			float: left;
			padding: 1px 2px;
			border-color: #a8a8a8;
		}
		#newsletter #btn-sign-up {
			margin: 0 0 0 5px;
			padding: 0;
			height: 19px;
			width: 45px;
			border: 0;
		}
	

/* ------------------------ COLUMN RIGHT ------------------------ */

#column-right {
	width:697px;
	float:right;
	display: inline;
	background: url("../images/bg-column-right.jpg") no-repeat;
	}
	
	.single-column #column-right {
		width: 936px;
		background: url("../images/bg-column-right-wide.jpg") no-repeat;
	}

	#column-right p,
	#column-right h1,
	#column-right h2,
	#column-right h3,
	#column-right ul,
	#column-right dl {  }

	#column-right ul {
		margin-left: 20px;
		margin-right: 20px;
	}
		#column-right ul li { 
			/* background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; 0px = horizontal position for left, 6px = vertical position from top */
			/* padding-left:10px; pushes text to the right to display bg img */
			margin-left: 20px;
			}
	
	#banner {
		margin-bottom: 15px;
	}

/* ------------------------ BOTTOM WRAP ------------------------ */

#bottom-paragraph {
	border-top: 1px solid #b3b6bd;
	color:#595a5e;
	font-size: 10px;
	text-align: center;
	clear: both;
	padding: 30px 0;
	margin: 10px 0 0;
}


/* ------------ clears float of columns, if no bottom image, you can use the footer to clear ------------ */
#bottom-wrap {
	background: url(../images/bg-bottom-wrap.png) bottom no-repeat; /* delete if not needed */
	clear:both; /* important - do not remove */
	width: 970px;
	margin: 0 auto;
	height: 9px;
	font-size: 0;
	}

/* ------------------------ FOOTER ------------------------ */
#footer {
	width:970px;
	margin:0 auto;
	text-align:center;
	padding: 35px 0 10px;
	background: url(../images/bg-footer.jpg) bottom right no-repeat;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration: none; }
#footer a:hover, #footer a:active { color:#fff; }

#footer ul { line-height: 12px; margin-bottom: 25px; }
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }


/* ------------------------ DISCLAIMERS ------------------------ */


/* ------------------------ SFNT PAGE ------------------------ */


/* ------------------------ CTGY PAGE ------------------------ */

#category-header {
	margin: 0 auto;
	display: block;
}

#featured { }
	#featured-product {
		float: right;
		margin: 0 70px 30px 20px;
	}
	

.cat-prod-wrap {
	width: 160px;
	text-align: center;
	min-height: 200px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 200px;
	margin: 0 0 30px 52px;
}	
	.cat-prod-wrap a, .cat-prod-wrap p {
		display: block;
		margin: 0;
	}
	
	.cat-prod-wrap img {
		max-width: 160px;
		width:expression( this.scrollWidth > 99 ? "160px" : "auto" ); /* sets max-width for IE */
	}
	
		.cat-prod-wrap p {
			font-size: 10px;
		}
			.cat-prod-wrap span {
				color: #e68700;
			}
	.cat-prod-wrap input {
		width: auto;
		height: auto;
		padding: 0;
		border: none;
	}
	
.pagination {
	text-align: right;
	color: #4fb8f7;
}
	.pagination a {
		text-decoration: none;
	}
	.view-all-link {
		margin: 0 10px;
	}

/* ------------------------ PROD PAGE ------------------------ */

#product-image {
	float: left;
	display: inline;
	margin-right: 15px;
}

#product-price {
	font-size: 28px;
}
	#product-price {
		font-weight: bold;
		margin: 0;
		line-height: 30px;
	}
		#product-price span {
			color:#e68700;
		}
	#regular-price {
		text-decoration:line-through;
		font-size: 14px;
	}
	#product-code {
		font-weight: bold;
		font-weight: 16px;
		margin: 15px 0;
	}
	
#description {
	margin: 15px 0 25px;
}
	
/*-----------------------product-form------------------------*/

#product-form {
	float: left;
	display: inline;
}

	#qty-label {
		float: left;
		font-weight: bold;
		width: auto;
		padding: 0;
	}
		#product-qty {
			width: 18px;
			float: left;
			display: inline;
			padding: 1px 2px;
		}
	
	#btn-add-to-cart {
		clear: both;
		width: auto;
		border: 0;
		margin: 24px 0 0;
	}
		

/*---------------------- reviews -----------------------*/

.review-wrap {
	
}
	.review-title {
		font-weight: bold;
		margin: 0;
	}
	.reviewer {
		font-size: 10px;
		margin: 0;
	}
	.review-text {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e9eef1;
	}

#column-right #review-links { 
	line-height: 10px;
	margin: 5px 25px 80px 0;
	font-size: 10px;
}
	#column-right #review-links li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #404040;
		margin: 0;
		}
	#column-right #review-links .first {
		border: none;
		padding-left: 0;
	}
	
/*---------------------- related -----------------------*/

.related-product {
	width: 160px;
	text-align: center;
	min-height: 200px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	_height: 200px;
	margin: 0 0 30px 52px;
}	
	.related-product a, .related-product p {
		display: block;
		margin: 0;
	}
		.related-product p {
			font-size: 10px;
		}
			.related-product span {
				color: #e68700;
			}
	.related-product input {
		width: auto;
		height: auto;
		padding: 0;
		border: none;
	}

/* ------------------------ SRCH PAGE ------------------------ */


/* Styles for the layout on this page are taken 
	from CTGY's product list layout */

#srch-form {
	margin: 0 0 20px 100px;
}
	#srch-form input, #srch-form label {
		padding: 1px 2px;
	}
	#srch-form #srch-submit {
		width: 55px;
		height: 19px;
		border: none;
		padding: 0;
	}

/* ------------------------ ACAD, ACED, AFAD, AFED AND OCST PAGES ------------------------ */
.logout-link{
	margin:12px 0;
	float:right;
}
#customer-fields label,
#affiliate-fields label {
	float:left;
	white-space:nowrap;
	text-align:right;
	padding:2px 5px 3px 0;
	display:inline;
	clear:both;
}
#affiliate-commissions label,
.OSEL .non-editable label {
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0 6px 0 0;
	display:inline;
}
#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div {
	width:170px;
	margin:0 0 4px 0;
}
#affiliate-commissions div.form_row div{
	float:left;
}
#customer-fields select, #affiliate-fields select{
	width:176px;
	margin:0 0 4px 0;
}
#fields-key .italic, #customer-fields .form_row label.italic{
	font-style:italic;
}
#fields-key .red{
	color:#d90000;
}
#login-details, #affiliate-information{
	margin:16px 0;
}
#affiliate-commissions .form_row{
	margin:0 0 8px 0;
}
#AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}
#AFED #affiliate-fields #affiliate-contact,
#AFED #affiliate-fields #affiliate-commissions {
	float:left;
	width:50%;
}
#affiliate-fields .form_row div.non-editable {
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}
.save-button, .continue-button {
	clear:both;
	text-align:right;
	padding:24px 0 0 0;
	margin-bottom: 15px;
}
.required{
	font-weight:bold;
}
#column-right h2.fields-heading {
	margin:0 0 12px 0;
	padding: 5px;
	font-size: 12px;
	text-align: left !important;
}
.address2-label {
	margin:0 0 14px 0;
}
.controls { 
	font:normal .75em Arial, Helvetica, sans-serif;
	visibility:hidden;
}
#customer-fields .controls label{
	float:none;
}
#ship-to, #bill-to{
	width:50%;
	float:left;
}
#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
	cursor:pointer;
}
div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input{
	border-color:#d90000;
}
div.invalid label{
	color:#d90000;
}
#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row {
	margin:0 0 6px 0;
	text-align:left;
}
#customer-fields.non-editable .form_row {
	margin:0 0 4px 0; 
	text-align:left;
}
#customer-fields.non-editable label,
#affiliate-fields.non-editable label {
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}
#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div {
	float:left;
}
.update-record{
	clear:both;
	margin:24px 0 0 24px;
}
.tax-fields label{
	font-weight:bold;
}

.form_row {
	margin-bottom: 5px;
}

/* ------------------------ LOGN AND ORDL PAGES ------------------------ */

#LOGN h2, #ORDL h2 {
	border-bottom: 0;
}

#logn-left, #logn-right{
	width:400px;
	margin:10px 0 25px;
	padding:0 25px;
}
	#logn-left{
		float:left;
	}
	#logn-right{
		float:right;
	}
	#logn-left h2, #logn-right h2{
		font:bold 18px Arial, Helvetica, sans-serif;
	}
#ordl-left, #ordl-center, #ordl-right{
	margin:10px 0 25px;
	padding:0 15px;
	text-align:center;
}
	#ordl-left{
		 width:235px;
		 float:left;
	}
	#ordl-center{
		 width:375px;
		 float:left;
	}
	 #ordl-center .ordl-wrappers{
		  border:solid #828282;
		  border-width:0 1px;
	 }
	#ordl-right{
		 width:235px;
		 float:right;
	}
	#ordl-left h2,
	#ordl-center h2,
	#ordl-right h2 {
		font:bold 18px Arial, Helvetica, sans-serif;
	}
.logn-wrappers{
	width:350px;
	height:250px;
	border:1px solid #828282;
	background:#ccc;
	padding:20px;
	margin-top:5px;
	font:normal 14px Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#333;
}
.ordl-wrappers{
	padding:15px;
	margin-top:5px;
}
	.logn-wrappers ul{
 		margin:10px 20px;
	}
	.logn-wrappers h3{
		font:bold 16px Arial, Helvetica, sans-serif;
	 	color:#333;
	}
	.logn-wrappers label, .ordl-wrappers label{
		width:80px;
		font-weight:bold;
	}
	
	.logn-inputs {
		width: 212px;
	}
	
	#Customer_Login {
		margin-bottom: 10px;
	}
	.logn-wrappers .input_btn{
		 font-weight:bold;
		 float:right;
	}
	.logn-wrappers .input_btn.login, .ordl-wrappers .input_btn.login{
		font-weight:bold;
		background:#060;
		color:#fff;
		float:right;
	}
	.logn-wrappers p, .ordl-wrappers p{
		font:normal 11px Arial, Helvetica, sans-serif;
		text-align:left;
		margin: 0 0 5px;
		clear:both;
	}
	#ordl-login {
		float: right;
		margin: 5px 20px 10px;
	}

.panelUN, .panelPW{
	clear:both;
	width:75%;
	margin:10px auto;
}
	.panelUN h3, .panelPW h3{
		font:bold 16px Arial, Helvetica, sans-serif;
	 	color:#333;
	}
	.panelUN label, .panelPW label, .panelUN .input_btn, .panelPW .input_btn{
		font-weight:bold;
	}



/* ------------------------ BASK, OCST, OSEL AND OPAY PAGES ------------------------ */

#BASK h1 {
	float: left;
	display: inline;
	margin: 4px 0 0 0px;
}

.basket {
	margin: 0 auto;
	border:none;
	clear:both;
}
	.basket td {
	 padding:5px;
	 }
	.basket img {
		display:block;
		margin:0 auto;
		max-width:100px;
		max-height:100px;
	}
		* html .basket img { 
			width:expression( this.scrollWidth > 99 ? "100px" : "auto" ); /* sets max-width for IE */
			max-width:100px; /* sets max-width value for all standards-compliant browsers */
	  		height:expression( this.scrollHeight > 99 ? "100px" : "auto" ); /* sets max-height for IE */
			max-height:100px; /* sets max-width value for all standards-compliant browsers */
		}
 .basket input.remove{
	 width:16px;
	 height:16px;
	 border:none;
	 outline:none;
 }
	input.checkout,
	a.checkout,
	a.continue,
	input.continue,
	input.place-order,
	a.place-order {
		 background:#016EA7;
		 color:#fff;
		 font-size:16px;
		 font-weight:bold;
		 padding: 6px 15px;
		 float: right;
		 display: inline;
		 margin: 0;
		 border: 3px solid #012A82;
		 text-align: center;
		 cursor: pointer;
	}
		#top-checkout-btn {
			margin: 4px 0px 10px 0;
		}
		
		#OCST .continue,
		#OSEL .continue,
		#OPAY .place-order {
			margin: 20px 0;
		}
 
#checkout-headers {
	border:1px solid #e9e9e9;
	background:#f6f6f6;
	margin:0 0 20px;
	padding:5px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#ccc;
}
	#checkout-headers .secure,
	#checkout-headers .ocst,
	#checkout-headers .osel,
	#checkout-headers .opay {
		 float:left;
		 display:inline;
		 padding:5px 10px;
		 margin:0 5px;
	 }
	#checkout-headers .secure {
		 padding:5px 10px 5px 30px;
		 background:url(../images/icons/lock.png) no-repeat 5px center;
		 color:#828282;
	 }
	#checkout-headers .id-page {
		 background:#828282;
		 color:#fff;
		 margin:0 0 0 5px;
	 }
	#checkout-headers .id-arrow {
		 float:left;
		 display:inline;
		 font-size:0px;
		 line-height:0%;
		 width:0px;
		 border-top:13px solid #f6f6f6;
		 border-left:20px solid #828282;
		 border-bottom:13px solid #f6f6f6;
		 margin-right:5px;
	}

#bottom-basket-left {
	width:55%; 
	float:left; 
	padding:15px 0;
}
	#estimate-shipping {
		margin-right: 94px;
	}

.basket-row {
	vertical-align:middle; 
	background:#DFDFDF; 
	color:#3F3F3F; 
	text-align:center;
	border-top: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
}

#charges-wrapper {
	float:right; 
	display: inline;
	text-align:right; 
	margin:15px 0;
}
	#charges-box {
		padding:10px 5px 0; 
		margin-bottom:10px; 
		border:1px solid #AFAFAF; 
		background:#DFDFDF;
	}

#OSEL #shipping .form_row, #OSEL #payment .form_row, #OPAY #payment .form_row{
		margin:0 0 20px;
	}
#OSEL #shipping label, #OSEL #payment label, #OPAY #payment label{
	float:left;
	width:165px;
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0; 
	font:bold 14px Arial, Helvetica, sans-serif;
}
#OSEL #shipping, #OSEL #payment{
	float:left;
	margin-right: 30px;
}
#OSEL #payment{
	padding-right:25px;
}
#ShippingMethod, #PaymentMethod {
	clear: both;
	display: block;
}
#osel-form{
}
 #osel-form h2{
	 font:bold 16px Arial, Helvetica, sans-serif;
	 border-bottom:1px solid #ccc;
 }
