/*
html {
	height:100%;
}

#Wrapper {
	height:100%;
}

#ContentWrap {
	height:100%;
}

#Content {
	height:100%;
}
*/
.right {
	float: right;
}

.left {
	float: left;
}

.eof, .clearfix, .clear {
	clear: both;
}

.bold, .duty {
	font-weight: bold;
}

hr {
	border: none;
	border-top: 1px solid #c5c5c6; 
}

#Content.single {
	width: 950px;
	padding: 0px 50px;
}

div#wrap-popup {
	padding: 20px;
	text-align: left;
	background: #e1e1e3;
}

div.checkout-bar {
	width: 1000px;
	margin: 0px;
	border-spacing: 0px;
	margin: 0px -25px;
	height: 100%;
}

div.checkout-bar > div {
	background: url(../images/column_bg.png) repeat-y left #ececec;
	padding: 10px;
	margin: 0px;
	vertical-align: top;
	border-top: 1px solid #c5c5c6;
	width: 90px;
	float: left;
	min-height: 520px;
	text-align: center;
	height: 100%;
}

div.checkout-bar > div.past {
	background: url(../images/column_bg_right.png) repeat-y right #ececec;
}

div.checkout-bar > div.selected {
	background: url(../images/column_bg_active.png) repeat-y right;
	width: 540px;
	text-align: left;
}

div.checkout-bar > div > h2 a {
	letter-spacing: 0em;
}

div.faux-cart {
	background: url(../images/faux_bg_cart.png) repeat-y;
}

div.faux-address {
	background: url(../images/faux_bg_address.png) repeat-y;
}

div.faux-payment {
	background: url(../images/faux_bg_payment.png) repeat-y;
}

div.faux-confirmation {
	background: url(../images/faux_bg_confirmation.png) repeat-y;
}

div.faux-success {
	background: url(../images/faux_bg_success.png) repeat-y;
}

table {
	width: 100%;
	line-height:1.23;
	letter-spacing:0.08em;
	font-size: 11px;
	border-spacing: 0px;
	margin-bottom: 20px;
}

table th {
	background: #ececec;
	padding: 10px 5px;
	border-bottom: 1px solid #FFF;
}

table td {
	padding: 3px;
	border-bottom: 1px solid #FFF;
		vertical-align: top;
}

table tr.alt {
	background: #f7f7f7;
}

table td.alt {
	background: #efefef;
}

table a {
	font-weight: bold;
}

form {
	/*margin: 0px 0px 20px 0px;*/
}

a.button-red {
	font-family: Arial,Helvetica,sans-serif;
	display:inline-block;
	line-height:1em;
	padding:5px 20px;
	background:#9D9EA0;
	font-size:12px;
	font-weight:100;
	letter-spacing:0.09em;
	text-align: center;
	margin: 5px 0px;
}

a.button-red span {
	color:#FFFFFF;
	width: auto !important;
}

div.button-red {
	text-align: center;
	margin: 5px 0px;
	padding: 0px;
}

a.button-red:hover, div.button-red input:hover {
	background: #000000;
	font-weight: normal !important;
}

div.button-red input {
	font-family: Arial,Helvetica,sans-serif;
	cursor: pointer;
	line-height:1em;
	font-size:12px;
	font-weight:100;
	letter-spacing:0.09em;
	background:#9D9EA0;
	color: #FFFFFF;
	margin: 0px;
	border: none;
	padding: 3px 20px;
	height: 22px;
	width: auto;
}

div.warning, div.hint, div.error, div.success, div.highlight {
	padding: 10px;
	font-weight: bold;
	margin: 10px 0px;
	clear: both;
}

div.warning, div.highlight {
	background: #e1cf53;
	border-top: 3px solid #b0a244;
	border-bottom: 3px solid #b0a244;
}

div.hint {
	background: #D8D7D6;
	border-top: 3px solid #9C9D9F;
	border-bottom: 3px solid #9C9D9F;
}

div.error {
	background: #e7b8b8;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
}

div.success {
	background: #b1f3a9;
	border-top: 3px solid #73c668;
	border-bottom: 3px solid #73c668;
}

ul.buttons li {
	float: left;
	display: block;
	width: 33%;
	text-align: center;
	padding-left: 0px !important;
}

ul.buttons li:first-child {
	width: 34%;
}

ul.buttons li:first-child * {
	float: left;
}

ul.buttons li:last-child * {
	float: right;
}


ul.rating li, ul.rating label, ul.rating input {
	float: left;
	clear: none;
}

ul.rating input {
	margin: 4px 2px !important;
}

tr.payment-odd {
	cursor: pointer;
	background: #fafafa;
}

tr.payment-even {
	background: #FFF;
}

table input, table select {
	margin: 0px;
	display: inline;
}

span.highlight {
	width: auto !important;
	display: inline !important;
	float: none !important;
}

/******
FORMS
******/

legend {
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	padding:5px;
}

select {
	display:block;
	margin-bottom:15px
}

fieldset {
	width: 44%;
	border: 1px solid #c5c5c6;
	float: left;
	margin: 10px 20px 10px 0px;
	padding: 5px;
}

fieldset input {
	width: 95%;
}

fieldset div.dob input {
	width: auto;
}

div.warning input {
	display: inline;
	margin: 0px 7px;
}

div.warning label {
	display: inline;
	cursor: pointer;
}

fieldset li {
	letter-spacing: 0em !important;
	line-height: 1.2 !important;
	margin-bottom: 10px;
}

input.error {
	border: dashed 1px #bb2525;
	background: #efb4a9;
}

.input-checkbox, .input-radio {
	display: inline;
	padding: 0px;
	margin: 0px 5px 4px 0px;
	width: auto;
}

fieldset span, table span {
	float: none !important;
	display: inline !important;
}

fieldset > span.error {
	visibility: hidden;
	float: right !important;
	position: relative;
	top: -35px;
	font-weight: bold;
}

fieldset div.dob input {
	display: inline;
}

fieldset div.cc-select select {
	display: inline;
}


/******
 pagination
******/


div.paging-info {
	float: left;
	width: 300px;
	padding: 4px 0px;
}

div.paging-links {
	float: right;
}

div.paging-links ul {
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
}

div.paging-links ul li {
	float: left;
	background: transparent url(../images/button_red.jpg) repeat-x 0 0;
	margin: 0px 1px !important;
}

div.paging-links li a {
	display: block;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
}

div.paging-links ul li.current {
	padding: 3px;
	background: #FFF;
	font-weight: bold;
}

div.shipping-box {
	border: 1px solid #ECECEC;
	height: 110px;
	overflow: auto;
}

.fullsize {
}  

.orders {
  border-right: 1px solid #C5C5C6;
}

.settings {
  border-right: 1px solid #C5C5C6;
}
.account {
	border:1px solid #C5C5C6;
}	
.account td {
	border-bottom:1px solid #C5C5C6;
}

#Onlineshop .selected table input {
	float: right;
}
