@charset "utf-8";
/* CSS Document */

/* Page headers */

h2 {
	height: 0px;
	margin-left: 27px;
	padding-top: 28px;
	overflow: hidden;
}
h3 {
	color: #3399cc;
	font-size: 1.4em;
}

.description {
	font-size: 1.3em;
	margin-left: 27px;
	margin-bottom: 20px;
}
.additional-description {
	margin-left: 27px;
}
h2#basket {
	background: url(../images/basket/header_basket.png) left top no-repeat;
}
h2#header-personal {
	background: url(../images/checkout/header_personal.png) left top no-repeat;
}
h2#header-delivery {
	background: url(../images/checkout/header_delivery.png) left top no-repeat;
}
h2#header-creditcard {
	background: url(../images/checkout/header_creditcard.png) left top no-repeat;
}
h2#confirmation {
	background: url(../images/checkout/header_congratulations.png) left top no-repeat;
}
h2#failure {
	background: url(../images/checkout/header_failure.png) left top no-repeat;
}

/* Common elements - left column */

#continue-shopping {
	margin-top: 20px;
	margin-left: 32px;
}

/* Basket */

.item {
	margin-bottom: 20px;
	margin-left: 27px;
	padding-top: 30px;
	border-top: 1px dotted #d7d7cf;
	overflow: auto;
	width: 671px; 
}
.item img.voucher,
.item div.wood,
.item div.black,
.item div.silver,
.item div.light-wood,
.item div.dark-wood {
	float: left;
	margin-right: 60px;
}
.item img.voucher {
	width: 125px;
	height: 88px;
}
.item img.landscape {
	width: 125px;
	height: 84px;
}
.item img.portrait {
	width: 84px;
	height: 125px;
	margin: 0 16px;
}
.item .wood .landscape {
	padding: 31px 27px;
	background: transparent url(../images/elements/frames/landscape-small-birch.jpg) no-repeat scroll left top;
}

.item .palisander .landscape {
	padding: 31px 27px;
	background: transparent url(../images/elements/frames/landscape-small-palisander.jpg) no-repeat scroll left top;
}

.item .black .landscape {
	padding: 31px 27px;
	background: transparent url(../images/elements/frames/landscape-small-black.jpg) no-repeat scroll left top;
}
.item .silver .landscape {
	padding: 31px 27px;
	background: transparent url(../images/elements/frames/landscape-small-silver.jpg) no-repeat scroll left top;
}
.item .light-wood .landscape {
	padding: 31px 27px;
	background: transparent url(../images/elements/frames/landscape-small-light-wood.jpg) no-repeat scroll left top;
}
.item .dark-wood .landscape {
	padding: 31px 27px;
	background: transparent url(../images/elements/frames/landscape-small-dark-wood.jpg) no-repeat scroll left top;
}
.item .wood .portrait {
	padding: 28px 31px;
	background: transparent url(../images/elements/frames/portrait-small-birch.jpg) no-repeat scroll left top;
}

.item .palisander .portrait {
	padding: 28px 31px;
	background: transparent url(../images/elements/frames/portrait-small-palisander.jpg) no-repeat scroll left top;
}

.item .black .portrait {
	padding: 28px 31px;
	background: transparent url(../images/elements/frames/portrait-small-black.jpg) no-repeat scroll left top;
}
.item .silver .portrait {
	padding: 28px 31px;
	background: transparent url(../images/elements/frames/portrait-small-silver.jpg) no-repeat scroll left top;
}
.item .light-wood .portrait {
	padding: 28px 31px;
	background: transparent url(../images/elements/frames/portrait-small-light-wood.jpg) no-repeat scroll left top;
}
.item .dark-wood .portrait {
	padding: 28px 31px;
	background: transparent url(../images/elements/frames/portrait-small-dark-wood.jpg) no-repeat scroll left top;
}

.item h3 {
	border-bottom: 1px dotted #d7d7cf;
	margin: 0 0 10px 240px;
	padding: 0 10px 8px 0;
}
.item h3 span.price {
	color: #000;
	float: right;
	display: inline;
	margin-top: -4%;
}

.item p {
	margin: 0 0 10px 240px;
}
.item p a {
	display: block;
	color: #3399cc;
	text-decoration: none;
	font-weight: bold;
	min-height: 20px;
}
.item p a.edit {
	float: left;
	padding-right: 36px;
	background: url(../images/elements/icon_pencil.png) right top no-repeat;
}
.item p a.delete {
	float: right;
	margin-right: 16px;
	padding-right: 28px;
	background: url(../images/basket/icon_x.png) right top no-repeat;
}

#voucher_form {
	height: 10em; /* TODO: delete this line when adding vouchers */
	clear: left;
	border-top: 1px dotted #d7d7cf;
	margin-left: 27px;
	margin-right: 8px;
	padding-right: 270px;
}
#voucher_form h3 {
	margin: 25px 0 20px 0;
}
#voucher_form label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
#voucher_form #discount-code {
	float: left;
}
#voucher_form a {
	padding-left: 10px;
}

#total_price_container {
	float: right;
	width: 193px;
	margin-top: -8.5em;
	margin-right: 8px;
	padding: 20px 10px 10px;
	border: solid 1px #d7d7cf;
}
#total_price_container h3 {
	margin: 0 0 17px 10px;
	font-size: 1.5em;
	color: #000;
}
#total_price_container h3.light {
	font-weight: normal;
}
#total_price_container p {
	margin: 0 0 17px 10px;
}
#total_price_container .price,
#total_price_container a {
	color: #3399cc;
}
#total_price_container ul {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #d7d7cf;
	list-style-type: none;
}
#total_price_container ul li {
	margin: 0 0 10px 29px;
}
#total_price_container ul li label {
	display: block;
	margin-left: -24px;
	font-weight: bold;
}

/* Checkout */

.basket-breadcrumbs {
	margin: 0 8px 50px 27px;
	border-bottom: solid 1px #d7d7cf;
	color: #666666;
}
.basket-breadcrumbs a {
	color: #666666;
}
.basket-breadcrumbs a.current {
	color: #3399cc;
}
.checkout_form {
	margin-left: 27px;
}
.checkout_form td {
	padding: 1px 5px 1px 0px;
}
.checkout_form select {
	max-width: 258px;
	margin-left:2px;
	padding:2px;
	border:1px solid #d7d7cf;
}
.checkout_form .text_input_1 {
	width: 229px;
	height: 19px;
	margin-left: 2px;
	padding: 2px 21px 2px 2px;
	border: 1px solid #d7d7cf;
}
.checkout_form .text_input_2 {
	width: 50px;
	height: 19px;
	margin-left: 2px;
	padding: 2px 21px 2px 2px;
	border: 1px solid #d7d7cf;
}
.checkout_form .no_show {
	display: block;
	height: 0px;
	overflow: hidden;
}
.checkout_form strong {
	color: #3399cc;
}
.mandatory {
	color: #333;
}
.checkout_table {
	width: 674px;
	margin: 14px 0 20px 0;
	padding: 17px 0px 20px 0;
	border-style: dotted;
	border-color: #d7d7cf;
	border-width: 1px 0px;
}
.checkout_table td.input_label {
	width: 180px;
}
.note {
	color: #666666;
}
.short-note p {
	width: 450px;
}
p.error {
	color: #cd0000;
}
.checkout_form td.highlight_error select,
.checkout_form select.error {
	border:1px solid #CD0000;
}
.checkout_form td.highlight_error input,
.checkout_form input.error {
	background-image: url(../images/checkout/icon_error.png);
	background-position: 229px 0;
	background-repeat: no-repeat;
	border: 1px solid #CD0000;
}

/* Order confirmation */

#confirmation_order_details,
#confirmation_delivery_details {
	margin-left: 30px;
	margin-bottom: 25px;
	border-top: 1px dotted #d7d7cf;
}
#confirmation_order_details td,
#confirmation_delivery_details td,
#confirmation_order_details th,
#confirmation_delivery_details th {
	padding-bottom: 3px;
}

#confirmation_order_details th,
#confirmation_delivery_details th {
	padding-right: 2em;
	font-size: 1em;
	text-align: left;
}
#ordered-header {
	margin: 0 0 0 27px;
	padding-top: 20px;
	border-top: 1px dotted #d7d7cf;
}
#buttons {
	width: 679px;
	margin-left: 27px;
	border-top: 1px dotted #d7d7cf;
	padding-top: 20px;
	overflow: auto;
}
#buttons #btn_print {
	float: left;
	width: 236px;
	padding-top: 6px;
}
#buttons #btn_print a {
	padding-right: 30px;
	color: #3399cc;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/checkout/icon_print.png) right top no-repeat;
}

#price-summary {
	padding-left: 270px;
}
#price-summary h4 {
	margin: 0;
	color: #000;
	font-size: 1.4em;
}
#price-summary p {
	margin-top: 5px;
}
#price-summary .price {
	color: #3399cc;
}


/* Basket - not editable */

.item-noteditable {
	overflow: auto;
	margin-bottom: 0px;
	padding-bottom: 30px;
	border-top: none;
	border-bottom: 1px dotted #d7d7cf;
}
.item-noteditable dl {
	margin-bottom: 0px;
	border-bottom: none;
}

