h1.checkout_step_text {
	position:relative;
	clear:both;
	margin:0px;
	padding:0px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	color:#000000;
	border-bottom:none;
}

h1.checkout_step_text span {
	position:absolute;
	top:0px;
	right:10px;
	padding-top:0px;
	font-size:85%;
	color:#8E9BC0;
	line-height:35px;
	font-weight:normal;
}

div.checkout_msg {
	position:relative;
	clear:both;
	text-align:center;
	background-color:#EDEDED;
	border-bottom:#DBDBDB 1px solid;
	height:27px;
	line-height:27px;
	font-size:90%;
	padding-left:10px;
	padding-right:10px;
}

div.checkout_subnav {
	position:relative;
	clear:both;
	text-align:left;
	background-color:#E8E8E8;
	border-bottom:#DBDBDB 1px solid;
	height:27px;
	line-height:27px;
	font-size:100%;
	padding-left:10px;
	padding-right:10px;
}

div.checkout_subnav a {
	color:#333333;
	font-weight:bold;
	margin-right:10px;
	text-decoration:none!important;
}

table.checkout a {
	color:#EF892A;
}

div.checkout_container {
	position:relative;
	margin-top:10px;
	width:100%;
	float:left;
	clear:both;
}

div.checkout_height {
	min-height:165px;
	height:auto !important;
	height:165px;
}

div.checkout_container div.checkout_col_left {
	position:relative;
	float:left;
	width:48%;
}

div.checkout_container div.checkout_col_right {
	position:relative;
	float:right;
	width:48%;
}

div.checkout_container div.checkout_col_right label {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	color:#202020;
}

form.signin_form input {
	width:96%;
	padding:4px;
	border:#B6B6B6 1px solid;
	margin-bottom:5px;
	background-color:#FAFAFA;
}

form.signin_form ul {
	margin:0px;
	margin-left:20px;
	padding:0px;
}

form.signin_form input.submit {
	width:125px;
	padding:4px;
	background-color:#D3D8E7;
	border:#7671B2 1px solid;
	color:#000000;
	padding:4px;
	font-weight:bold;
	cursor:pointer;
}

h2.checkout_title {
	position:relative;
	clear:both;
	margin:0px;
	padding:0px;
	height:35px;
	line-height:35px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	color:#4A2D1F;
	border-bottom: #F3A660 2px solid;
}

form.signin_form p {
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
}

div.checkout_container div.checkout_rightalign {
	position:relative;
	margin-top:10px;
	clear:both;
	text-align:right;
}

a.checkout_forgotten_password {
	display:block;
	text-align:right;
	color:#7671B2;
	text-decoration:underline;
	font-size:90%;
}




form.checkout_details label {
	position:relative;
	width:18%;
	float:left;
	margin-right:10px;
	text-align:right;
	padding:4px;
	margin:5px;
}

form.checkout_details label.label_double {
	position:relative;
	width:60%;
	float:left;
	margin-right:10px;
	text-align:left;
	padding:4px;
	margin:5px;
}

form.checkout_details div.info {
	position:relative;
	width:auto;
	float:left;
	margin-right:10px;
	text-align:right;
	padding:4px;
	margin:5px;
}

form.checkout_details div.info a {
	color:#EF892A;
}

form.checkout_details input {
	position:relative;
	width:22%;
	float:left;
	margin:5px;
	padding:4px;
	border:#B6B6B6 1px solid;
	background-color:#FAFAFA;
}

form.checkout_details input.checkbox {
	position:relative;
	border:none;
	background-color:#ffffff;
	width:auto!important;
}

.clearleft {
	position:relative;
	clear:left;
}

.clearright {
	position:relative;
	clear:right;
}

form.checkout_details input.selectBoxInput {
	position:relative;
	width:22%;
	float:left;
	margin:0px;
	padding:0px;
	border:none;
	background-color:#FAFAFA;
}


form.checkout_details select {
	position:relative;
	float:left;
	margin:5px;
	padding:4px;
	border:#B6B6B6 1px solid;
	background-color:#FAFAFA;
	font-size:125%;
}

form.checkout_details input.submit {
	width:125px;
	padding:4px;
	background-color:#D3D8E7;
	border:#7671B2 1px solid;
	color:#000000;
	padding:4px;
	font-weight:bold;
	cursor:pointer;
	float:right;
}

form.checkout_details textarea {
	position:relative;
	float:left;
	margin:5px;
	padding:4px;
	height:150px;
	width:68.5%;
	border:#B6B6B6 1px solid;
	background-color:#FAFAFA;
}












div.autocomplete {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  margin:0px;
  padding:0px;
  text-align:left;
  max-height:300px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #E5EFD1;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0px;
  cursor:pointer;
  padding:2px;
}

.combo /* look&fell of scriptaculous select box*/
{
  display : block;
  background: url('/img-bin/checkout/bg_select.gif') right;
  cursor: pointer;
  width:24%!important;
}

























	
/*************************/
/* Page Navigation       */
/*************************/

.pagination_style {
	width: 21px;
	color: #000000!important;
	padding: 1px 6px;
	margin: 0 1px;
	border: 1px solid #7671B2;
	background: #DEDDED;
	text-align:center;
	font-weight: bold;
}
a.pagination_style:link {
  color: #808080!important;
  padding: 1px 6px;
  margin: 0 1px;
  text-decoration: none!important;
  border: 1px solid #7671B2;
  font-weight: normal;
  background: #ffffff;
}
a.pagination_style:visited {
  color: #808080!important;
  padding: 1px 6px;
  margin: 0 1px;
  text-decoration: none!important;
  border: 1px solid #7671B2;
  font-weight: normal;
  background: #ffffff;
}
a.pagination_style:hover {
  color: #000!important;
  padding: 1px 6px;
  margin: 0 1px;
  border: 1px solid #EF892A;
  font-weight: normal;
  background: #EDE8DD;
}




















#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#000000;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img-bin/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img-bin/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img-bin/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	












table.basket td		{ padding-top:5px; padding-bottom:5px; }

a.button_delete		{ display:block; width:50px; padding:5px; font-weight:bold; color:#ffffff; background-color:#E27E29; text-align:center; }
input.button_update		{ margin:0px; padding:0px; border:none; display:block; width:70px; padding:5px; font-weight:bold; color:#000000; background-color:#D3D8E7; text-align:center; float:left; margin-left:62px; }
a.button_save		{ display:block; width:50px; padding:5px; font-weight:bold; color:#000000; background-color:#D3D8E7; text-align:center; float:left; margin-left:20px; }
a.button_continue	{ display:block; width:130px; padding:5px; font-weight:bold; color:#000000; background-color:#D3D8E7; text-align:center; float:left; margin-left:20px; }
a.button_checkout	{ display:block; width:130px; padding:5px; font-weight:bold; color:#ffffff; background-color:#E27E29; text-align:center; float:left; margin-left:20px; }


