#layer_basket_wrapper {
	position: fixed;
	width: 960px;
	height: 448px;
	z-index: 2001;	
}

/* Layer Basket */
#layer_basket {
	width: 960px;
	height: 448px;
	position: absolute;
	left: 0px;
	top:0px;
	background: #fff;
	z-index: 2001;
}

#layer_basket #basket_shopline {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 936px;
	height: 36px;
	font-size: 13px;
	color: #333;
}

#layer_basket #basket_articles {
	position: absolute;
	top: 72px; 
	left: 12px;
	width: 323px;
	height: 364px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: url(../images/basket_articles_bg.png) 0 0 repeat-y;
}

#layer_basket #basket_articles .article {
	position: relative;
	width: 298px;
	margin: 0;
	background: #ededee;
}

#layer_basket #basket_articles .article .top_line {
	width: 298px;
}

#layer_basket #basket_articles .article .top_line .left {
	width: 68px;
	float: left;
}

#layer_basket #basket_articles .article .top_line .left .image {
	position: relative;
	width: 56px;
	height: 44px;
	margin: 6px 0 0 6px;
}

#layer_basket #basket_articles .article .top_line .middle {
	width: 211px;
	float: left;
}

#layer_basket #basket_articles .article .top_line .middle .title {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
	margin: 6px 0 0 6px;
}

#layer_basket #basket_articles .article .top_line .middle .description {
	font-size: 11px;
	color: #333333;
	margin: 4px 0 0 6px;
	font-weight: normal;
}

#layer_basket #basket_articles .article .top_line .right {
	float: left;
	width: 19px;
}

#layer_basket #basket_articles .article .top_line .right .remove {
	width: 19px;
	height: 20px;
	cursor: pointer;
}

#layer_basket #basket_articles .article .bottom_line {
	width: 298px;
	margin: 12px 0 0 0;
	line-height: 14px;
	font-size: 11px;
	color: #333333;
}

#layer_basket #basket_articles .article .bottom_line .amount {
	float: left;
	width: 69px;
	margin: 0 0 0 6px;
}

#layer_basket #basket_articles .article .bottom_line .amount input {
	font-size: 10px;
	font-weight: bold;
	background: #fff;
	height: 14px;
	width: 23px;
	line-height: 14px;
	border: none;
}

#layer_basket #basket_articles .article .bottom_line .price {
	float: left;
}

#layer_basket #basket_articles .article .bottom_line .price_complete {
	float: right;
	margin: 0 3px 0 0;
}

#layer_basket #basket_articles .article .bottom_line .refresh {
	float: left;
	text-decoration: underline;
	cursor: pointer;
	display: none;	
}

#layer_basket #basket_articles .article .divider {
	width: 298px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 6px 0 18px 0;
}

#layer_basket #basket_articles .basket_empty {
	position: relative;
	width: 286px;
	color: #333;
	margin: 12px 6px 0 6px;
	font-weight: bold;
}

#layer_basket #basket_articles .article_sum {
	position: relative;
	width: 298px;
	overflow: hidden;
	background: #ededee;
	border-bottom: 12px solid #ededee;
	border-top: 6px solid #ededee;	
}

#layer_basket #basket_articles .article_sum .article_sum_right {
	float: right;
}

#layer_basket #basket_articles .article_sum .article_sum_right table {
	margin-right: 3px;
}

#layer_basket #basket_articles .article_sum .article_sum_right table tr td.td1 {
	width: 200px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	font-weight: bold;	
}

#layer_basket #basket_articles .article_sum .article_sum_right table tr td.td2 {
	width: 12px;
}

#layer_basket #basket_articles .article_sum .article_sum_right table tr td.td3 {
	width: 65px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

#layer_basket #basket_articles .article_sum .article_sum_right table tr.net td {
	font-weight: normal;
}

#layer_basket #basket_confirm_articles {
	position: absolute;
	width: 597px;
	height: 364px;
	overflow-x: hidden;
	overflow-y: scroll;
	left: 346px;
	top: 69px;	
}

#layer_basket #basket_confirm_articles #article_confirm_background {
	background: #e9eca3;	
	padding: 12px 0 12px 0;
}

#layer_basket #basket_confirm_articles h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333333;
}

#layer_basket #basket_confirm_articles .article {
	position: relative;
	width: 597px;
	margin: 0;
}

#layer_basket #basket_confirm_articles .article .top_line {
	width: 597px;
}

#layer_basket #basket_confirm_articles .article .top_line .left {
	width: 68px;
	float: left;
}

#layer_basket #basket_confirm_articles .article .top_line .left .image {
	position: relative;
	width: 56px;
	height: 44px;
	margin: 6px 0 0 6px;
}

#layer_basket #basket_confirm_articles .article .top_line .middle {
	width: 494px;
	float: left;
}

#layer_basket #basket_confirm_articles .article .top_line .middle .title {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
	margin: 6px 0 0 6px;
}

#layer_basket #basket_confirm_articles .article .top_line .middle .description {
	font-size: 11px;
	color: #333333;
	margin: 4px 0 0 6px;
	font-weight: normal;
}

#layer_basket #basket_confirm_articles .article .top_line .right {
	float: left;
	width: 19px;
}

#layer_basket #basket_confirm_articles .article .top_line .right .remove {
	width: 19px;
	height: 20px;
	cursor: pointer;
}

#layer_basket #basket_confirm_articles .article .bottom_line {
	width: 597px;
	margin: 12px 0 0 0;
	line-height: 14px;
	font-size: 11px;
	color: #333333;
}

#layer_basket #basket_confirm_articles .article .bottom_line .amount {
	float: left;
	width: 69px;
	margin: 0 0 0 6px;
}

#layer_basket #basket_confirm_articles .article .bottom_line .amount input {
	font-size: 10px;
	font-weight: bold;
	background: #eee;
	height: 14px;
	width: 23px;
	line-height: 14px;
	border: none;
}

#layer_basket #basket_confirm_articles .article .bottom_line .price {
	float: left;
}

#layer_basket #basket_confirm_articles .article .bottom_line .price_complete {
	float: right;
	margin: 0 24px 0 0;
}

#layer_basket #basket_confirm_articles .article .bottom_line .refresh {
	float: left;
	text-decoration: underline;
	cursor: pointer;
	display: none;	
}

#layer_basket #basket_confirm_articles .article .divider {
	width: 597px;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	margin: 6px 0 18px 0;
}

#layer_basket #basket_confirm_articles .article_sum {
	margin-top: 6px;
}

#layer_basket #basket_confirm_articles .article_sum .article_sum_right {
	float: right;
}

#layer_basket #basket_confirm_articles .article_sum .article_sum_right table {
	width: 350px;
	margin-right: 8px;
}

#layer_basket #basket_confirm_articles .article_sum .article_sum_right table tr {
	height: 22px;
}

#layer_basket #basket_confirm_articles .article_sum .article_sum_right table tr td.td1 {
	width: 200px;
	text-align: right;
	font-size: 14px;
	color: #333333;
}

#layer_basket #basket_confirm_articles .article_sum .article_sum_right table tr td.td2 {
	width: 12px;
}

#layer_basket #basket_confirm_articles .article_sum .article_sum_right table tr td.td3 {
	width: 75px;
	text-align: right;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

#layer_basket .form {
	position: absolute;
	width: 446px;
	height: 448px;
	overflow: hidden;
	left: 346px;
	top: 69px;
}

#layer_basket .form h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
	padding: 0;
	color: #333333;
}

#layer_basket .form label a {
	text-decoration: underline;
	color: #952f00
}

#layer_basket .form form .form_row {
	margin-bottom: 3px;
}

#layer_basket .form form .form_row .form_col {
	float: left;
	margin-left: 24px;
}

#layer_basket .form form .form_row .form_col label {
	display:block;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0 0 3px 0;
}

#layer_basket .form form .form_row label.checkbox {
    display: block;
    clear: none;
    width: 410px;
    font-size: 12px;
    font-family: sans-serif;
    margin-left: 20px;
}

#layer_basket .form form .form_row .form_col input.textbox {
	width: 205px;
	height: 20px;
	line-height: 20px;
	color: #333;
	border: none;
	background: #ededee;
	text-indent: 5px;
}

#layer_basket .form form .form_row .form_col select {
	width: 205px;
	height: 20px;
	line-height: 20px;
	color: #333;
	border: none;
	font-size: 12px;
	background: #ededee;
	text-indent: 4px;
}

#layer_basket .form form .form_row .form_col label span.link_terms {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

#layer_basket #paying_form .form_row .form_col #paying_select,
#layer_basket #paying_form .form_row .form_col #shipping_select {
	position: relative;
	width: 205px;
	height: 20px;
	background: #ededee url(../images/basket_combo_arrow.png) 190px 8px no-repeat;
	cursor: pointer;
}

#layer_basket #paying_form .form_row .form_col #paying_select p,
#layer_basket #paying_form .form_row .form_col #shipping_select p {
	position: absolute;
	color: #333333;
	padding: 0;
	margin: 0;
	top: 3px;
	left: 6px;
}

#layer_basket #paying_form .form_row .form_col #paying_list,
#layer_basket #paying_form .form_row .form_col #shipping_list {
	position: absolute;
	background: #ededee;
	display: none;
	border-top: 1px solid #ffffff;
}

#layer_basket #paying_form .form_row .form_col #paying_list .entry,
#layer_basket #paying_form .form_row .form_col #shipping_list .entry {
	position: relative;
	color: #333333;
	width: 205px;
	height: 20px;
	cursor: pointer;
}

#layer_basket #paying_form .form_row .form_col #paying_list .entry:hover,
#layer_basket #paying_form .form_row .form_col #shipping_list .entry:hover {
	background: #333333;
	color: #ededee;
}

#layer_basket #paying_form .form_row .form_col #paying_list .entry p,
#layer_basket #paying_form .form_row .form_col #shipping_list .entry p {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 3px;
	left: 6px;
}

#layer_basket #basket_address_confirmation {
	position: absolute;
	top: 72px; 
	left: 12px;
	width: 315px;
	height: 364px;
	overflow: hidden;
	background: #ededee;
}

#layer_basket #basket_address_confirmation p {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 275px;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
}

#layer_basket #basket_address_confirmation p span.title {
	font-weight: bold;
}

#layer_basket #basket_address_confirmation p span.change {
	color: #952f00;
	text-decoration: underline;
	cursor: pointer;
}

#layer_basket #basket_address_confirmation p a {
	text-decoration: underline;
	color: #952f00
}

#layer_basket #basket_thanks {
	position: absolute;
	width: 597px;
	height: 332px;
	left: 346px;
	top: 69px;	
}

#layer_basket #basket_thanks h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
	padding: 0;
	color: #333333;
}

#layer_basket #basket_thanks p {
	color: #333333;
	line-height: 16px;
}

#layer_basket .buttons {
	position: absolute;
	bottom: 12px;
	left: 0px;
	width: 943px;
	text-align: right;
}

#layer_basket #basket_confirm_articles .confirm_buttons {
	float: right;
	margin: 6px 6px 18px 0;
}

#layer_basket .buttons .button,
#layer_basket #basket_confirm_articles .confirm_buttons .confirm_button {
	display: inline-block;
	background: #333;
	cursor: pointer;	
	margin-left: 6px;
}

#layer_basket .buttons .button p,
#layer_basket #basket_confirm_articles .confirm_buttons .confirm_button p {
	padding: 3px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#layer_basket .mandatory {
	position: absolute;
	top: 70px;
	right: 36px;
	font-size: 12px;
	color: #333333
}

#layer_mask {
	width: 960px;
	height: 448px;
	position: absolute;
	left: 0px;
	top:0px;
	background: #000;
	z-index: 2;
	display: none;
}

#layer_basket_abort {
	position: absolute;
	top: 0;
	left: 941px;
	z-index: 2005;
	cursor: pointer;
}

/* Layer legal, privacy, revocation */
#layer_basket_legal,
#layer_basket_privacy,
#layer_basket_revocation {
	width: 960px;
	height: 448px;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2003;
	display: none;
}

#layer_basket_legal #legal_wrapper,
#layer_basket_privacy #privacy_wrapper,
#layer_basket_revocation #revocation_wrapper {
	position: absolute;
	top: 74px;
	left: 160px;
	width: 640px;
	height: 300px;
	background: #fff;
	border: 6px solid #cecbcb;
}

#layer_basket_legal #legal_wrapper #legal_content,
#layer_basket_privacy #privacy_wrapper #privacy_content,
#layer_basket_revocation #revocation_wrapper #revocation_content {
	padding: 20px;
	height: 260px;
	overflow-y: scroll;
}

#layer_basket_legal #legal_wrapper #legal_content p,
#layer_basket_privacy #privacy_wrapper #privacy_content p,
#layer_basket_revocation #revocation_wrapper #revocation_content p {
	font-size: 11px;
	color: #333333;
	line-height: 16px;	
	margin-bottom: 20px;
}

#layer_basket_legal #legal_wrapper #legal_content h1,
#layer_basket_privacy #privacy_wrapper #privacy_content h1,
#layer_basket_revocation #revocation_wrapper #revocation_content h1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 24px 0;
	padding: 0;
	color: #333333;
}

#layer_basket_legal #legal_wrapper #legal_close,
#layer_basket_privacy #privacy_wrapper #privacy_close,
#layer_basket_revocation #revocation_wrapper #revocation_close {
	position: absolute;
	top: 4px;
	left: 603px;
	cursor: pointer;
}