h1.checkout_step_text {
	position:relative;
	background-image:url(/img-bin/checkout/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0px;
	padding-top:48px;
	padding-left:10px;
	height:41px;
	line-height:35px;
	color:#FFFFFF;
	font-size:200%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	clear:both;
	font-weight:normal;
}

h1.checkout_step_text span {
	position:absolute;
	top:0px;
	right:10px;
	padding-top:48px;
	font-size:85%;
	color:#CED5A1;
	line-height:35px;
}

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:#EDEDED;
	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:30px;
}

table.checkout a {
	color:#C10535;
}

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:#CED5A1;
	border:#A3B24C 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:#C10535;
	border-bottom: #A3B24C 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:#A3B24C;
	text-decoration:underline;
	font-size:90%;
}




form.checkout_details label {
	position:relative;
	width:10%;
	float:left;
	margin-right:10px;
	text-align:right;
	padding:4px;
	margin:5px;
}

form.checkout_details label.label_double {
	position:relative;
	width:70%;
	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:#C10535;
}

form.checkout_details input {
	position:relative;
	width:32%;
	float:left;
	margin:5px;
	padding:4px;
	border:#B6B6B6 1px solid;
	background-color:#FAFAFA;
}

form.checkout_details input.checkbox {
	position:relative;
	border:none;
/*	background-color:none;*/
	width:auto!important;
}

.clearleft {
	position:relative;
	clear:left;
}

.clearright {
	position:relative;
	clear:right;
}

form.checkout_details input.selectBoxInput {
	position:relative;
	width:32%;
	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:#CED5A1;
	border:#A3B24C 1px solid;
	color:#000000;
	padding:4px;
	font-weight:bold;
	cursor:pointer;
	float:right;
}













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:34%!important;
}

























	
/*************************/
/* Page Navigation       */
/*************************/

.pagination_style {
	width: 21px;
	color: #757555;
	padding: 1px 6px;
	margin: 0 1px;
	border: 1px solid #A5AD4A;
	background: #E7E7C6;
	text-align:center;
	font-weight: bold;
}
a.pagination_style:link {
  color: #757555;
  padding: 1px 6px;
  margin: 0 1px;
  text-decoration: none;
  border: 1px solid #A5AD4A;
  font-weight: normal;
  background: #E7E7C6;
}
a.pagination_style:visited {
  color: #757555;
  padding: 1px 6px;
  margin: 0 1px;
  text-decoration: none;
  border: 1px solid #A5AD4A;
  font-weight: normal;
  background: #E7E7C6;
}
a.pagination_style:hover {
  color: #FFF;
  padding: 1px 6px;
  margin: 0 1px;
  border: 1px solid #A5AD4A;
  font-weight: normal;
  background: #A5AD4A;
}



div.media_container					{ background-color:#283700; float:left; padding:7px; width:586px; clear:both; }
div.media_inner						{ float:left; background-color:#4c6311; padding:5px; width:576px; clear:both; }
div.media_container a				{ display:block; height:124px; overflow:hidden; float:left; width:178px; border:#273500 6px solid; background-color:#000000; margin-bottom:3px; color:#FFFFFF; }
div.media_container a:hover			{ border:#c10535 6px solid; }
div.media_container a span			{ padding:6px; clear:both; display:block; }
div.media_container a.media_pad		{ margin-right:3px; margin-left:3px; }

