DIV.search-engine {
	width:590px;
	text-align:left;
}

DIV.cart-container {
	margin:10px;
	margin-right:10px;
}

DIV.cart-container H1 {
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
	padding-left:30px;
	background:url('../images/icon-cart-big.gif') no-repeat 0 0;
}


DIV.cart-container H4 {
	color:#036;
	font-size:14px;
	border-bottom:1px solid #036;
	padding-bottom:5px;
}

DIV.cart-container H4 SPAN {
	display:block;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

DIV.cart-navi {
	margin-top:5px;
	width:570px;
	clear:both;
	line-height:18px;
}

DIV.cart-navi A {
	color:#036;
	font-size:11px;
	background:url('../images/icon-go-back.gif') no-repeat 0 3px;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	floaT:left;
}

DIV.cart-empty {
	margin-top:5px;
	width:570px;
	clear:both;
	line-height:18px;
	font-size:12px;
	color:#C00;
}

TABLE.cart-items {
	border-collapse:collapse;
	border-spacing:0;
	margin-top:10px;
	color:#222;
	clear:both;
}

TABLE.cart-items TH {
	font-size:12px;
	padding:8px 5px;
	border:1px solid #dfdfdf;
	background-color:#f1f1f1;
}

TABLE.cart-items TH.counter {
	width:20px;
	text-align:center;
	border-left:none;
}

TABLE.cart-items TH.item {
	width:300px;
	text-align:left;
}

TABLE.cart-items TH.quantity {
	width:37px;
	text-align:center;
}

TABLE.cart-items TH.value {
	width:87px;
	text-align:right;
}

TABLE.cart-items TH.options {
	width:81px;
	text-align:center;
	border-right:none;
}

TABLE.cart-items TD {
	padding:8px 5px;
	font-size:12px;
	background-color:#fff;
	vertical-align:top;
	text-align:left;
	border:1px solid #dfdfdf;
}

TABLE.cart-items TR.even TD {
	background-color:#f6f6f6;
}

TABLE.cart-items TR.last TD {
	border-bottom:1px solid #dfdfdf;
}

TABLE.cart-items TR.deliver TD {
	border-bottom:1px solid #EEBFA5;
	background-color:#FDFADD;
}

TABLE.cart-items TR.delivery-address TD {
	border-bottom:1px solid #dfdfdf;
	border-left:0;
	border-right:0;
	background-color:#FEFDF6;
	padding:0;
}

TABLE.cart-items TR.delivery-address TD DIV.header {
	background:#F55E23;
	margin-bottom:5px;
	font-weight:bold;
	color:#FFF;
	padding-left:37px;
	height:20px;
	line-height:20px;
}

TABLE.cart-items TR.delivery-address TD DIV.header SPAN {
	float:left;
}

TABLE.cart-items TR.delivery-address TD DIV.header A.remove {
	color:#fff;
	font-size:11px;
	float:right;
	margin-right:10px;
	display:inline;
	font-weight:normal;
}

TABLE.cart-items TD.item {
	color:#c00;
	font-weight:bold;
}

TABLE.cart-items TD.item span.cart-promo-marker {
    border:1px solid #9FD19D;
    color:#299324;
    padding:1px 4px;
    background:#F5FFE6;
}

TABLE.cart-items-summary TD.item span.cart-promo-marker {
    border:1px solid #9FD19D;
    color:#299324;
    padding:1px 4px;
    background:#F5FFE6;
}

/*

TABLE.cart-items TD.item A.delivery {
	color:#666;
	font-weight:normal;
	background:url('../images/icon-cart-mail.gif') no-repeat 0 2px;
	display:block;
	font-size:11px;
	padding-left:18px;
	margin-top:4px;
}

TABLE.cart-items TD.item A.delivery SPAN {
	color:#036;
	font-weight:bold;
}

*/

TABLE.cart-items TD.item DIV.gifts, TABLE.cart-items-summary TD.item DIV.gifts {
	color:#036;
	font-size:11px;
	line-height:18px;
}

TABLE.cart-items TD.item DIV.gifts B, TABLE.cart-items-summary TD.item DIV.gifts B {
	background:url('../images/icon-cart-gift.gif') no-repeat 0 0;
	display:block;
	color:#036;
	padding-left:18px;
	margin-top:8px;
}

TABLE.cart-items TD.item DIV.gifts SPAN, TABLE.cart-items-summary TD.item DIV.gifts SPAN {
	display:block;
	line-height:16px;
	padding-left:18px;
}

TABLE.cart-items TD.item SPAN {
	font-size:11px;
	color:#666;
	font-weight:normal;
}

TABLE.cart-items TD.options A.address {
	color:#036;
	font-size:11px;
	display:block;
	font-weight:normal;
}

TABLE.cart-items TD.counter {
	text-align:center;
	border-left:none;
}

TABLE.cart-items TD.counter IMG {
	display:block;
	margin-left:4px;
	margin-top:4px;
}

TABLE.cart-items TD.quantity {
	text-align:center;
}

TABLE.cart-items TD.value {
	font-weight:bold;
	text-align:right;
}

TABLE.cart-items TD.value SPAN {
	font-size:11px;
	font-weight:normal;
	color:#666;
}

TABLE.cart-items TD.value b.old-price {
	text-decoration:line-through;
    color:#666;
    font-size:11px;
    font-weight:normal;
}

TABLE.cart-items-summary TD.value b.old-price {
	text-decoration:line-through;
    color:#666;
    font-size:11px;
    font-weight:normal;
}

TABLE.cart-items TD.value b.new-price {
    color:#299324;
}

TABLE.cart-items-summary TD.value b.new-price {
    color:#299324;
}

TABLE.cart-items TD.options {
	text-align:center;
	border-right:none;
}

TABLE.cart-items TD.empty {
	border:none;
}

TABLE.cart-items TD.sum-header {
	font-weight:bold;
	background-color:#f1f1f1;
	border-left:none;
	border-right:none;
	text-align:center;
}

TABLE.cart-items TFOOT TD.sum-quantity {
	font-weight:bold;
	text-align:center;
	border-left:none;
}

TABLE.cart-items TFOOT TD.sum-quantity.ecard A {
    color:#036;
    background:url('../images/icon-cart-ecard.gif') no-repeat 0 3px transparent;
    padding-left:21px;
}

TABLE.cart-items TFOOT TD.sum-quantity.ecard SMALL {
    color:#444;
    font-size:11px;
}

TABLE.cart-items TFOOT TD.sum-value {
	font-weight:bold;
	text-align:right;
	border-right:none;
	color:#c00;
}

TABLE.cart-items TFOOT TD.sum-value span.old-price {
    text-decoration:line-through;
    color:#666;
    font-weight:normal;
}

TABLE.delivery-formular {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	width:570px;
	margin-left:5px;
}

TABLE.delivery-formular TD {
	border:0 !important;
	padding:3px 0 !important;
}

TABLE.delivery-formular TD.label {
	padding-left:32px !important;
	width:180px;
	font-size:11px;
	line-height:19px;
}

TABLE.delivery-formular TR.odd TD {
	background-color:#FAF8E9 !important;
}

TABLE.delivery-formular INPUT.text {
	width:300px;
	font-size:11px;
	letter-spacing:1px;
	color:#036;
	padding-left:2px;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

TABLE.delivery-formular INPUT.submit {
	font-weight:bold;
	font-size:12px;
	padding:2px 0;
	width:110px;
}


DIV.cart-options {
	margin-top:10px;
}

DIV.cart-options H3 {
	font-size:14px;
	border-bottom:1px solid #d00;
	background-color:#f6f6f6;
	padding-top:3px;
}

DIV.cart-summary {
	font-size:12px;
	color:#222;
	margin:10px 0;
	padding:10px 0;
}

DIV.order-form-info {
	font-size:12px;
	color:#0285D1;
	height:29px;
	margin:8px 0;
	line-height:18px;
	background:url('../images/icon-form-info.gif') no-repeat 0 0;
	padding:14px 10px 5px 50px;
}

DIV.order-form-info SPAN.warning {
	font-weight:bold;
	color:#d00;
}

DIV.order-form-info SPAN.intext-image-holder {
	background:url('../images/icon-required.gif') no-repeat 0 3px;
	padding:0 4px;
}

TABLE.order-formular {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	width:570px;
}

TABLE.order-formular TD {
	border:0;
	padding:5px 0;
}

TABLE.order-formular TD.label {
	padding-left:14px;
	width:200px;
	font-size:12px;
	line-height:19px;
	color:#222;
}

TABLE.order-formular TD.input {
	color:#036;
	font-size:12px;
}

TABLE.order-formular TD.input.empty {
	font-style:italic;
	color:#999;
}

TABLE.order-formular TD.label.required {
	background-image:url('../images/icon-required.gif');
	background-repeat:no-repeat;
	background-position:3px 11px;
}

TABLE.order-formular TD.label.error {
	text-decoration:underline;
	color:#D00;
}

TABLE.order-formular TR.odd TD {
	background-color:#f6f6f6;
}

TABLE.order-formular INPUT.text {
	width:300px;
	font-size:12px;
	letter-spacing:1px;
	color:#036;
	padding-left:2px;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

TABLE.order-formular INPUT.text.error {
	border-top:1px solid #D00;
	border-left:1px solid #D00;
	color:#d00;
}

TABLE.order-formular TEXTAREA {
	width:300px;
	height:80px;
	font-size:12px;
	letter-spacing:1px;
	overflow:auto;
	color:#036;
	padding-left:2px;
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

TABLE.order-formular INPUT.submit {
	font-weight:bold;
	font-size:12px;
	padding:2px 0;
	width:110px;
}

TABLE.order-formular INPUT.checkbox {
	margin:0 3px 0 0;
}

TABLE.order-formular LABEL {
	font-size:11px;	
	line-height:20px;
}

TABLE.order-formular LABEL.agree {
	font-size:9px;
	line-height:14px;
	display:block;
	width:300px;
	color:#666;
	text-align:justify;
	margin-bottom:5px;
}

TABLE.cart-items-summary {
	border-collapse:collapse;
	border-spacing:0;
	margin-top:1px;
	margin-bottom:5px;
	color:#222;
}

TABLE.cart-items-summary TH {
	font-size:12px;
	padding:8px 5px;
	border:1px solid #dfdfdf;
	background-color:#f1f1f1;
}

TABLE.cart-items-summary TH.counter {
	width:20px;
	text-align:center;
	border-left:none;
}

TABLE.cart-items-summary TH.item {
	width:440px;
	text-align:left;
}

TABLE.cart-items-summary TH.value {
	width:90px;
	text-align:right;
}

TABLE.cart-items-summary TFOOT TD.sum-quantity {
	font-weight:bold;
	border-left:none;
	border-bottom:none;
}

TABLE.cart-items-summary TFOOT TD.sum-quantity.ecard A {
    color:#036;
    background:url('../images/icon-cart-ecard.gif') no-repeat 0 3px transparent;
    padding-left:21px;
}

TABLE.cart-items-summary TFOOT TD.sum-quantity.ecard SMALL {
    color:#444;
    font-size:11px;
}

TABLE.cart-items-summary TFOOT TD.sum-value {
	font-weight:bold;
	text-align:right;
	border-right:none;
	border-bottom:none;
	color:#c00;
}


TABLE.cart-items-summary TFOOT TD.sum-value span.old-price {
    text-decoration:line-through;
    color:#666;
    font-weight:normal;
}


TABLE.cart-items-summary TD {
	padding:5px;
	font-size:12px;
	background-color:#fff;
	vertical-align:top;
	text-align:left;
	border:1px solid #e1e1e1;
}

TABLE.cart-items-summary TD.item {
	color:#C00;
	font-weight:bold;
}

TABLE.cart-items-summary TD.item SPAN {
	font-size:11px;
	color:#666;
	font-weight:normal;
}

TABLE.cart-items-summary TD.item DIV.delivery {
	color:#035;
	font-weight:normal;
	font-size:11px;
}

TABLE.cart-items-summary TD.counter {
	text-align:center;
	border-left:none;
}

TABLE.cart-items-summary TD.value {
	font-weight:bold;
	text-align:right;
	border-right:none;
}

TABLE.cart-items-summary TD.value SPAN {
	font-size:11px;
	font-weight:normal;
	color:#666;
}

TABLE.cart-items-summary TD.empty {
	border:none;
}

TABLE.cart-items-summary TD.sum-header {
	font-weight:bold;
	background-color:#f1f1f1;
	border-left:none;
	border-right:none;
	text-align:center;
}

TABLE.cart-items-summary TFOOT TD.sum-quantity {
	font-weight:bold;
	text-align:center;
	border-left:none;
}

TABLE.cart-items-summary TFOOT TD.sum-value {
	font-weight:bold;
	text-align:right;
	border-right:none;
	color:#c00;
}


TABLE.payment-formular {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
	width:570px;
}

TABLE.payment-formular TD {
	border:0;
	padding:5px 0;
	width:275px;
	text-align:center;
	border:1px solid #EEE;
}

TABLE.payment-formular TD.group-label {
	font-size:12px;
	font-weight:bold;
	padding:10px 0;
	border:0;
	background-color:#f6f6f6;
}

TABLE.payment-formular TD.bank-payment {
	font-size:12px;
	text-align:left;
	color:#222;
	padding:10px;
	line-height:18px;
}

TABLE.payment-formular TD.payment-submit {
	border:0;
	text-align:center;
	padding-top:10px;
}

TABLE.payment-formular TD LABEL {
	font-size:12px;
	color:#222;
	font-weight:bold;
	display:block;
	text-align:center;
}

TABLE.payment-formular TD.label {
	padding-left:14px;
	width:200px;
	font-size:12px;
	line-height:19px;
	color:#222;
}

DIV.cart-steps {
	width:568px;
	padding:4px 1px 0 1px;
	height:87px;
	background:url('../images/cart/steps-bg.gif') no-repeat 0 0;
}

DIV.cart-steps DIV.step {
	width:114px;
	height:84px;
	float:left;
	text-align:center;
}

DIV.cart-steps DIV.step-arrow {
	width:32px;
	height:32px;
	float:left;
	margin-top:25px;
}