/**
 * Stylesheet for purchase process
 *
 *
 * @date 2007-06-24
 * @link http://neteye.de
 * @author jhr
 *
 *
 * TOC
 * @section cart
 * @section data
 * @section additionals
 * @section success
 * @section overview
 * @section history
 */
/**
 * @section cart
 */
 .center .cart-bg{
 	background-image:url(/style/images/cart_bg.jpg);
 	background-position:bottom left;
 	background-repeat:no-repeat;
 }
 .center .cart-bg-check{
 	background-image:url(/style/images/cart_bg_clean.jpg);
 	background-position:bottom left;
 	background-repeat:no-repeat;
 }
 div.cart {
 	margin-left:21px;
 	width:496px;
 	background:none;
 }
 .cart ul {
 	width:496px;
 	display:block;
 	background:#000;
 	position:relative;
 	overflow:hidden;
 	margin-bottom:35px;
 }
.cart ul li {
	display:block;
	float:left;
	_display:inline;
	height:32px;
}
.cart ul li a,
.cart ul li span {
	height:32px;
	display:block;
	text-indent:-999em;
	background-position:0 0;
}
.cart ul li a:hover,
.cart ul li a.act,
.cart ul li span.act {
	background-position:0 -32px;
}
li.shopping-cart a,
li.shopping-cart span{
	width:124px;
	background:url(/style/images/nav/shopping_cart.gif) top left no-repeat;
}
li.your-data a,
li.your-data span {
	width:124px;
	background:url(/style/images/nav/your_data.gif) top left no-repeat;
}
li.cart_overview a,
li.cart_payment span{
	width:124px;
	background:url(/style/images/nav/cart_order_overview.gif) top left no-repeat;
}
li.payment a,
li.payment span{
	width:124px;
	background:url(/style/images/nav/cart_payment.gif) top left no-repeat;
}
li.send a,
li.send span{
	width:122px;
	background:url(/style/images/nav/send.gif) top left no-repeat;
}
.cart table {
	table-layout:fixed;
	width:404px;
	float:none;
	clear:left;
	background:#2d2d2d;
	/*margin:0 0 40px 0;*/
	margin:0 0 20px 0;
}
.cart table th {
	vertical-align:bottom;
	background:#000;
	border-top:0;
}
.cart table col.first {
	width:117px;
}
.cart table col.second {
	width:221px;
}
/**
 * @comment different width of cols needed for order overview
*/
.cart table.check col.second {
	width:204px;
}
.cart table col.third {
	width:38px;
}
.cart table col.fourth {
	width:68px;
}
.cart table col.fifth {
	width:50px;
}
.cart table.check col.fifth {
	width:68px;
}
td.shop-spacer {
	height:10px;
	background:url(/style/images/shop_spacer.gif) repeat-x top left;
}
tr.cart-entry td{
	background:#2d2d2d;
	text-align:left;
	color:#ffffff;
	padding:10px 0;
	border-top:1px solid #919191;
	font-size:11px;
}
tr.first td {
	border-top:0;
}
tr.cart-entry td input {
	width:35px;
	background:#acacac;
}
tr.cart-entry td input:focus,
tr.cart-entry td  input.focus {
	background:#fff;
}
tr.cart-entry td a {
	color:#ffffff;
	display:block;
}
tr.cart-entry td span {
	display:block;
	color:#9e8c5a;
}
tr.cart-entry td.price {
	text-align:right;
	padding-right:4px;
}
tr.cart-entry td.del,
tr.cart-entry td.quantity {
	text-align:center;
}
/*
TEMP DUE to Express-Shipping
tr.cart-entry td.shipping,
*/
tr.meta td.shipping {
	padding:10px 15px 0;
	color:#fff;
}
tr.cart-entry td.shipping {
	padding-left:15px;
}
tr.cart-entry td.shipping input {
	vertical-align:-3px;
	margin-right:5px;
	*margin-right:0;
	background:#2D2D2D;
	width:auto;
}
tr.voucher input.voucher {
	width:170px;
	margin-left:20px;
	background:#ACACAC;
}
tr.voucher td.voucher-error{
	padding-left:20px;
	color:#bf2121;
	font-weight:bold;
}
tr.voucher td.voucher-error div {
	margin-bottom:10px;
}
tr.cart-entry td.costs {
	padding-left:18px;
	*padding-left:20px;
}
tr.cart-entry td.sum {
	text-align:right;
}
tr.summary td {
	font-weight:bold;
}
tr.summary-spacer td {
	height:3px;
	background:url(/style/images/summary_spacer.gif) repeat-x top left;
}
.cart input.refresh{
	color:#ffffff;
	border:0;
	font-family:arial,helvetica,sans-serif;
	text-align:center;
	text-decoration:underline;
	background:transparent;
	cursor:pointer;width:auto;
	margin-right:5px;
	_font-size:11px;
	_font-weight:bold;
}
.cart input#send,
.cart input.send,
.cart input.change {
	 width:173px;
	 height:31px;
	 margin:0 0 100px 320px;
}
/*
.cart input.send,
.cart input.change {
	margin:0 0 100px 147px;
	display:block;
	float:left;
}
.cart input.change {
	margin-left:0;
}
*/
.cart input#send-order,
.cart input.continue {
	 width:173px;
	 height:31px;
	 margin:0 0 25px 320px;
}
.cart input#send-order {
	width:155px;
	margin:0 0 25px 338px;
}
/**
 * @section data
 */
 .data {
 	clear:left;
	position:relative;
	overflow:hidden;
 	border-top:1px solid #919191;
 	border-bottom:1px solid #919191;
 }
 .data div {
	border-top:1px solid #000000;
 	border-bottom:1px solid #000000;
 	background:#2d2d2d;
 	width:455px;
 	padding:17px 20px;
 	overflow:hidden;
 	position:relative;
 	color:#ffffff;
}
 .cart h3.invoice {
 	display:block;
 	text-indent:-999em;
 	width:260px;
 	height:20px;
 	background:url(/style/images/invoice_address.gif) no-repeat top left;
 }
 .cart h3.delivery {
 	display:block;
 	text-indent:-999em;
 	width:288px;
 	height:20px;
 	background:url(/style/images/delivery_address.gif) no-repeat top left;
 	/*margin-top:35px;*/
 }
 .cart h3.login {
 	display:block;
 	text-indent:-999em;
 	width:126px;
 	height:20px;
 	background:url(/style/images/login.gif) no-repeat top left;
 	margin-top:35px;
 }
 .cart h3.payment {
 	display:block;
 	text-indent:-999em;
 	width:191px;
 	height:20px;
 	background:url(/style/images/payment.gif) no-repeat top left;
 	margin-top:35px;
 }
 .cart h3.account {
 	display:block;
 	text-indent:-999em;
 	width:84px;
 	height:20px;
 	background:url(/style/images/jack_account.gif) no-repeat top left;
 	margin-top:35px;
 }
  .cart h3.check_order {
 	display:block;
 	text-indent:-999em;
 	width:247px;
 	height:20px;
 	background:url(/style/images/check_order.gif) no-repeat top left;
 	margin-top:35px;
 }
 fieldset {
 	display:block;
 	float:left;
 	width:222px;
 	margin:0 10px 10px 0;
 	overflow:hidden;
 }
  fieldset.full{
  	width:454px;
  }

 fieldset label{
 	color:#ffffff;
 	display:block;
 }
  fieldset.salutation {
  	margin-right:15px;
  	width:auto;
  }
  fieldset.salutation input,
  fieldset.payment input,
  fieldset.customer input{
  	width:auto;
  	*background:transparent;
  }
 fieldset.salutation label,
 fieldset.payment label,
 fieldset.customer label {
 	vertical-align:3px;
 	display:inline;
 }
 fieldset.payment {
 	margin-bottom:15px;
 }
 #male,
 #female {
 	width:auto;
 	background:transparent;
 }
 .male {
 	margin-right:300px;
 }
 fieldset input {
 	background:#acacac;
 	width:218px;
 }
 fieldset a {
 	color:#ffffff;
 }
 fieldset input:focus,
  fieldset input.focus {
 	background:#ffffff;
 }
 fieldset.no-margin-right {
 	margin-right:0;
/* fixed ie display bug - rendering last fieldset error */
 	_margin-right:-1px;
 }
 fieldset.solo {
 	*margin-right:218px;
 }
 fieldset fieldset {
 	width:auto;
 	margin-bottom:0;
 }
 #street {
 	width:170px;
 }
 #streetno {
 	width:34px;
 }
 input.zip,
 #cc-no-check {
 	width:44px;
 }
input.city {
 	width:160px;
 }
 #byear {
 	width:97px;
 }
  .cc-type {
 	width:218px;
 }
 fieldset .cc-no {
 	width:49px;
 }
 fieldset.birthday select {
 	width:52px;
 	margin-right:5px;
 }
 .submit-row {
 	width:494px;
 	position:relative;
 	overflow:hidden;
 	margin-top:51px;
 	margin-bottom:25px;
	z-index:50;
 }
 .submit-row p {
 	display:block;
 	float:left;
 	width:321px;
 	_width:315px;
 	color:#9e8c5a;
 }
 .submit-row p span {
 	display:block;
 	font-weight:bold;
 	color:#ffffff;
 }
 .submit-row div {
 	display:block;
 	float:left;
 	width:321px;
 	_width:315px;
 	color:#9e8c5a;
 }
 .submit-row div fieldset {
 	display:block;
 	float:none;
 	width:auto;
 }
 .submit-row div fieldset label {
 	display:inline;
 	vertical-align:3px;
 }
 .submit-row input.confirm {
 	float:left;
 	display:block;
 	width:173px;
 	height:31px;
 }
 div.payment {
 	margin-bottom:15px;
 }
fieldset.customer {
	width:235px;
	margin-top:3px;
}
fieldset.customer input {
	width:auto;
	background:transparent;
}
fieldset.customer label {
	display:inline;
}
fieldset.pass,
fieldset.pass input {
	width:190px;
}
#confirm {
 	float:left;
 	display:block;
 	width:173px;
 	height:31px;
}
fieldset.solo a {
	display:block;
	margin:5px 0;
	position:relative;
}
div.login {
	margin-bottom:25px;
}
div.text-box {
	color:#ffffff;
	width:455px;
 	padding:17px 20px;
}
div.text-box strong {
	font-weight:bold;
}
div.text-box a {
	color:#ffffff;
}
.check fieldset {
	color:#ffffff;
}
.check fieldset strong {
	font-weight:bold;
}
.check fieldset  a {
	margin-top:8px;
	display:block;
	font-weight:bold;
}
/**
 * @section cart
 */
.success {
	margin:0 0 15px 21px;
	width:494px;
}
.success p {
	color:#9e8c5a;
	width:365px;
	margin:0 0 10px 35px;
}
.success p strong {
	color:#ffffff;
	font-weight:bold;
}
.success a {
	display:block;
	margin-left:404px;
}
.check input#change {
	 width:173px;
	 height:31px;
}
/**
 * @section overview
 */
 /**
 * @section history
 */
 div.history {
 	margin-left:21px;
 	width:494px;
 	background:none;
 }
  .history h3.invoice {
 	display:block;
 	text-indent:-999em;
 	width:253px;
 	height:20px;
 	background:url(/style/images/invoice_address.gif) no-repeat top left;
 }
 .history table {
	table-layout:fixed;
	width:494px;
	float:none;
	clear:left;
	background:#2d2d2d;
	margin:0 0 40px 0;
}
.history table th {
	text-align:center;
	background:#000;
	color:#ffffff;
	padding-bottom:5px;
}
.history table col.first {
	width:70px;
}
.history table col.second {
	width:70px;
}
.history table col.third {
	width:70px;
}
.history table col.fourth {
	width:168px;
}
.history table col.fifth {
	width:80px;
}
.history table td,
.history table td a {
	color:#9e8c5a;
	padding:5px;
	text-align:center;
}
.history table tr.alt {
	background:#000000;
}
/* additional stuff - to sort */
.login .submit{
	 width:104px;
	 height:31px;
}
fieldset.error label,
label.error,
fieldset.error a,
fieldset.error,
tr.cart-entry td span.error {
	/*color:#832626;*/
	color:#bf2121;
}
/*
TEMP Due to Express-Shipping
*/
tr.cart-entry td.shipping span.error,
tr.cart-entry td.shipping span {
	display:inline;
}
fieldset.error input {
	background:#ffffff;
}
div #birthday {
	padding:0;
	margin:0;
	width:218px;
	background:#2d2d2d;
	border:0;
}
#toggle-me {
	margin:0;
	padding:0;
}
.check fieldset label {
	display:inline;
}
.submit-row fieldset input {
	width:auto;
	background:transparent;
}
.forms {
	padding-bottom:25px;
}
.forms h1  {
	font-size:13px;
	margin:10px 0;
}
.center .no-padding-top {
	padding-top:0;
}
.center .no-padding-top .cart h3.login {
	margin-top:15px;
}
.cart h3.payment {
	margin-top:0;
}
.center .overview {
	padding-bottom:150px;
	text-align:center;

}
.center .overview ul {
	margin:30px 0 30px 67px;
	width:442px;
}
.center .overview ul li{
	display:block;
	float:left;
	width:191px;
	margin:30px 30px 0 0;
}
.center .overview ul li a {
	display:block;
	width:191px;
	height:54px;
	text-indent:-999em;
}
.center .overview ul li a.your-data {
	background:url(/style/images/btn_your_data.gif) 0 0 no-repeat;
}
.center .overview ul li a.your-payment {
	background:url(/style/images/btn_your_payment.gif) 0 0 no-repeat;
}
.center .overview ul li a.your-orders {
	background:url(/style/images/btn_your_orders.gif) 0 0 no-repeat;
}
.center .overview ul li a.change-data {
	background:url(/style/images/btn_change_your_data.gif) 0 0 no-repeat;
}
.login fieldset div.error,
.data div.error {
	border:0;
	padding:10px 0;
	color:#832626;
	font-weight:bold;
}
div.plain   {
	width:455px;
	background:#2d2d2d;
}
div.plain ul {
	background:#2d2d2d;
	display:block;
	margin-bottom:0;
	overflow:hidden;
	position:relative;
	width:455px;
}
div.plain ol {
list-style:decimal outside none;
margin:10px 0 0 15px;
padding-left:0;
}
div.plain ul li,
div.plain ol li {
	height:auto;
	margin-bottom:8px;
}
div.plain ol li {
	list-style:decimal outside none;
	margin-left:15px;
	padding-left:0;
}
div.plain h2 {
	margin:15px 0;
	font-weight:bold;
}

/* color:#832626; */
