@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic');

@media print 
{
	#configurator > div {
		display: block !important;
	}
}

body
{
	margin: 0;
	padding: 0;
	background: url('../img/bg.jpg');	
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;	
	font-size: 15px;
	color: #222222;
}

a img 
{
	border: 0 !important;
}

.clear
{
	float: none !important;
	clear: both;
	font-size:0;
	line-height:0;
	height:0;
}

.nopad
{
	padding: 0 !important;
}

.header
{
	background: url('../img/header-bg.jpg') #2c0011 no-repeat top center;
	height: 120px;
	text-align: center;	
	overflow: hidden;
	min-width: 990px;
}

.header .menu
{
	width: 990px;
	margin: 0 auto;
}

.header ul
{
	list-style: none;
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: bold;
	font-size: 16px;		
	text-align: center;
	text-transform: uppercase;
}

.header ul li
{
	float: left;
	position: relative;
	right: 50%;
	padding: 32px 25px 0 25px;	
}

.header ul li a
{
	text-decoration: none;
	color: #ede891;
}

.header ul li.logo
{
	padding-top: 0;
} 

.body 
{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.content
{
	width: 930px;
	margin: 0 15px;
	background: url('../img/body-bg-top.png') #f6f6f6 no-repeat top center;
	position: relative;
	text-align: left;	
	padding: 28px 14px 36px 16px;
}

.body .left-shadow
{
	width: 15px;
	height: 440px;
	background: url('../img/body-bg-left.png') no-repeat;
	position: absolute;
	left: 0;
}

.body .right-shadow
{
	width: 15px;
	height: 440px;
	background: url('../img/body-bg-right.png') no-repeat;
	position: absolute;
	right: 0;
}

.footer
{
	width: 916px;
	margin: 0 auto 30px auto;
	background: url('../img/footer-bg-top.png') no-repeat top center;
	padding: 19px 22px;
	font-size: 14px;
	color: black;
	text-shadow: 1px 1px 0 #f1eadb;
	text-align: left;	
	clear: both;
}

.footer .facebook
{
	border:none; 
	overflow:hidden;
	height:25px;
	width: 160px;
}

.footer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul.left li
{
	float: left;		
	padding-right: 15px;
}

.footer ul.right > li
{
	float: right;		
	padding: 0 15px;
	border-left: 1px solid black;
}

.footer ul.right li:first-child
{
	padding-right: 0;
}

.footer ul.right li.currency
{
	border: none;
	padding-left: 7px;
}

.footer ul.right li.currency select
{
	width: 80px;
}

.footer ul.right li:last-child
{
	border: none;
	padding-right: 0;
}

.footer a
{
	color: black;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.homepage .banners
{
	width: 930px;
	height: 210px;
}

.homepage .banners > div
{
	float: left;
	margin-left: 14px;	
	width: 300px;	
	position: relative;
}

.homepage .banners img
{
		position: relative;
		left: 4px;
		top: 2px;
}

.homepage .banners > div:first-child
{
	margin-left: 2px;
}

.homepage .banners > div span
{
	font-size: 16px;
	font-weight: bold;
	/*text-shadow: 1px 1px 0 black;*/
	text-align: center;
	position: absolute;
	display: block;
	top: 15px;
	left: 0px;
	width: 286px;
	color: #ede891;
	z-index: 999;
	text-transform: uppercase;
}

.homepage .banners div.dark
{
	background-color: black;
	z-index: 990;
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 210px;
	display: none;
}

.homepage .banners div.frame
{
	background: url('../img/hp-banner-frame.gif') no-repeat;
	height: 210px;
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.homepage .slider-wrapper .slider-mask-top
{
	position: absolute;
	top: 0; 
	left: 0;
	height: 10px;
	width: 926px;
	z-index: 999;
	background: url('../img/hp-slider-mask-top.png') no-repeat;
}

.homepage .slider-wrapper .slider-mask-left
{
	position: absolute;
	top: 10px; 
	left: 0;
	height: 326px;
	width: 10px;
	z-index: 999;
	background: url('../img/hp-slider-mask-left.png') no-repeat;
}

.homepage .slider-wrapper .slider-mask-right
{
	position: absolute;
	top: 10px; 
	left: 916px;
	height: 326px;
	width: 10px;
	z-index: 999;
	background: url('../img/hp-slider-mask-right.png') no-repeat;
}

.homepage .slider-wrapper .slider-mask-bottom
{
	position: absolute;
	top: 326px; 
	left: 0;
	height: 10px;
	width: 926px;
	z-index: 999;
	background: url('../img/hp-slider-mask-bottom.png') no-repeat;
}

.homepage .slider-wrapper div.dark
{
	background-color: black;
	z-index: 990;
	position: absolute;
	top: 0;
	left: 0;
	width: 922px;
	height: 332px;
	display: none;
}

.homepage .slider-wrapper div.caption
{
	font-size: 16px;
	font-weight: bold;
	color: #ede891;
	/*text-shadow: 1px 1px 0 black;*/
	position: absolute;
	bottom: 60px;
	z-index: 999;
	left: 0;
	text-align: center;
	width: 922px;
	text-transform: uppercase;
}

.content h1
{
	color: #660033;
	font-weight: normal;
	font-size: 26px;
	margin: 0 0 15px 0;
	padding: 0;
}

.content h1 a
{
	float: right;
	margin-right: 10px;
}

.content h2
{
	color: #660033;
	font-weight: normal;
	font-size: 23px;
	margin: 22px 0 8px 0;
	padding: 0;
}

.content h3
{
	color: #660033;
	font-weight: normal;
	font-size: 19px;
	margin: 22px 0 8px 0;
	padding: 0;
}

.content a
{
	color: #660033;
}

.content .text-left
{
	width: 600px;
	float: left;
}

.content .text-banners
{
	width: 300px;
	float: right;
}

.content .text-banners img
{
	margin-bottom: 5px;
}

.content ul, .content ol
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.gallery a 
{
	display: block;
	background: url('../img/gallery-shadow.jpg') no-repeat center bottom;
	float: left;
	padding-bottom: 1px;
	margin: 0 0 15px 24px;
}

.gallery a:first-child
{
	margin-left: 0;
}

.testimonials
{
	font-style: italic;
	background: url('../img/testimonials-bg.png') repeat-y;
	padding: 5px 30px 5px 20px;
	line-height: 20px;
}

.testimonials span
{
	color: #660033;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 10px;
}

.testimonials span.name
{
	font-size: 16px;
	line-height: 35px;
	color: #7e4159;
}

.testimonials div.response
{
	color: #222222;
	font-style: normal;
	font-size: 15px;	
	padding-top: 8px;
}

.testimonials-top
{
	background: url('../img/testimonials-top.png') no-repeat;
	height: 9px;
}

.testimonials-bottom
{
	background: url('../img/testimonials-bottom.png') no-repeat;
	height: 10px;
	margin-bottom: 10px;	
	position: relative;
}

.testimonials-bottom a
{
	display: inline-block;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.testimonials.disabled,
.testimonials.disabled span
{
	color: silver;
}

.testimonials.faq
{
	font-style: normal;
	padding-bottom: 12px;
}

.testimonials.faq span.name
{
	line-height: 20px;		
	display: inline-block;
	margin-bottom: 10px;
}

.form-top
{
	background: url('../img/form-top.png') no-repeat;
	height: 12px;
}

.form
{
	background: url('../img/form-bg.png') repeat-y;
	padding: 5px 30px 20px 20px;
}

.form.shadowed
{
	background: url('../img/checkout-shadow.png') #eeebe4 no-repeat center top;
	border-left: 1px solid #d6d6c9;
	border-right: 1px solid #d6d6c9;
	padding-top: 20px;
	width: 538px;	
}

.form h2
{
	color: #660033;
	font-weight: normal;
	font-size: 19px;
	margin: 0px 0 22px 0;
	padding: 0;
}

.form .input
{
	margin-bottom: 5px;
	clear: both;
}

.form label
{
	font-size: 14px;
	width: 130px;
	clear: left;
	float: left;
	display: block;	
	line-height: 40px;
}

.form input, .form textarea
{
	font-size: 16px;
	color: #000;
	border: 1px solid #d6d6c9;
	padding: 10px;
	border-radius: 6px;
	font-family: 'Source Sans Pro', sans-serif;
}

.form input
{
	width: 255px;
}

.form .input.full input,
.form .input input.full
{
	width: 380px;
}

.form .input.short input,
.form .input input.short
{
	width: 100px;
}

.form .input.medium input,
.form .input input.medium
{
	width: 177px;
}

.form textarea
{
	width: 380px;
	height: 160px;
}

.form .input.small textarea,
.form textarea.small
{
	height: 60px;
}

.form input.checkbox
{
	width: auto;
	height: 40px;
	border: 0px;
	padding: 0px;
}

.form .input.err
{
	color: red;
}

.form .input.err input, 
.form .input.err textarea
{
	border-color: red;
}

.form .message {
	margin-bottom: 10px;
	clear: both;	
	font-weight: bold;
}

.form .message.err {
	color: red;
}

.form .input span
{
	color: #888888;
	font-size: 12px;
}

.form .input .radio-input
{
	padding: 4px 5px 16px 0;
	float: left;
}

.form .input .radio-desc
{
	float: left;
	padding-right: 25px;
}

.form .input .check-input
{
	padding: 0 5px 0 0;
	float: left;
}

.form .input .check-desc
{
	float: left;	
	padding: 2px 25px 0 0;
}

.form-bottom
{
	background: url('../img/form-bottom.png') no-repeat;
	height: 68px;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 30px;	
	position: relative;
}

.form-bottom img
{
	margin-top: 15px;
}

.form-bottom a.left-btn
{
	float: left;
	margin-left: 20px;
}

.form-bottom span
{
	font-size: 12px;
	display: inline-block;
	float: left;
	padding: 25px 0 0 20px;	
}

.config-image
{
	width: 480px;
	margin: 0 10px 300px 0;
	float: left;	
	position: relative;
}

.config-image .frame
{
	background: url('../img/editor-frame-gif.gif') no-repeat;
	width: 480px;
	height: 675px;
	position: absolute;
	top: -5px;
	left: -10px;
}

#acc-image {
	position: absolute;
	top: 130px;
	left: 230px;
	display: none;
}

.config
{
	float: left;
	width: 440px;
}

.config h3
{
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 1px 0 #978f7b;
	background: url('../img/config-caption-bg.png') no-repeat;
	border: 0px;
	font-weight: normal;
	height: 35px;
	padding: 8px 0 0 0;
	padding-left: 20px;
	margin: 0 10px 0 0;	
	position: relative;
}

.config .ui-accordion h3
{
	padding-left: 30px;
}

.config h3 span
{
	font-size: 15px;
	color: #ebe7df;
	padding-right: 5px;
}

.config h3 span.price
{
	background:url('../img/config-price-bg.png') no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #ffffff !important;
	height: 40px;
	width: 80px;
	line-height: 40px;
	text-align: right;
	padding-right: 18px;	
}

.config h3 span.discount
{
    font-size: 14px;
    color: #ede891;
}

.config h3 span.no-discount-price
{
    text-decoration: line-through;
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    display: none;
}
.config h3 span.final-price
{
    color: #ffffff;
    font-size: 18px;
}

.config h3 span.discount span.no-discount-price
{
    display: inline;
}

.config h3 span.discount span.final-price
{
    color: #ede891;
}

.config h3.total-price
{
	height: 32px;
}

.config .ui-state-active {
	background: url('../img/config-caption-active-bg.png') no-repeat;
}

.config .ui-state-active span {
	color: #d3afbc;
}

.config #total-price {
	font-weight: bold;
}

.config .items3 div
{
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 0 9px 5px 1px;
	position: relative;
}

.config .items3 div img,
.config .items5 div img
{
	cursor: pointer;
}

.config .items3 div span,
.config .items5 div span
{
	/*padding-left:2px;*/
	/*font-weight: bold;*/
	color: #4e0323;
}

.config .items3 div div
{
	background:url('../img/config-selected-3.png') no-repeat;
	width: 136px;
	height: 118px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	cursor: pointer;
}

.config .items5 div
{
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 0 8px 5px 1px;
	position: relative;
}

.config .items5 div div
{
	background:url('../img/config-selected-5.png') no-repeat;
	width: 78px;
	height: 68px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	cursor: pointer;
}

.config .items3 div.selected div,
.config .items5 div.selected div
{
	display: block;
}

.config .items3 div.selectbox {
	float: left;
	background: url("../img/config-select-bg.gif") 0 0 no-repeat;
	cursor: pointer;
	position: relative;
	width: 133px;
}
.config .items3 div.selectbox > span:first-child {
	color: #000000;
	display: block;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	text-align: right;
	width: 70px;
	overflow: hidden;
}
.config .items3 div.selectbox select {
	color: #000000;
	cursor: pointer;
	display: none;
	font-size: 18px;
	left: 0px;
	position: absolute;
	top: 0px;	
	width: 133px;
	text-align: right;
}
.config .items3 div.selectbox > ul {
	background: #d7d7d7;
	border: 1px solid #c2c1bd;
	display: none;
	left: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42px;
	width: 133px;
	height: 150px;
	overflow: auto;
	z-index: 999;
}
.config .items3 div.selectbox > ul li {
	background: none;
	color: #000000;
	font-size: 16px;
	height: auto;
	padding: 5px 10px
}
.config .items3 div.selectbox > ul li.active,
.config .items3 div.selectbox > ul li:hover {
	background: #3399ff;
	color: #ffffff;
}

.add-to-cart
{
	border-left: 1px solid #d6d6c9;
	border-right: 1px solid #d6d6c9;
	border-bottom: 1px solid #d6d6c9;
	width: 396px;
	height: 35px;
	padding: 12px 12px 12px 20px;
	font-size: 13px;
	color: #666666;	
	position: relative;
}

.add-to-cart input
{
	position: absolute;
	top: 12px;
	right: 12px;
}

.config-text
{
	font-size: 13px;
	color: #666666;
	background-color: #edece8;
	border-left: 1px solid #d6d6c9;
	border-right: 1px solid #d6d6c9;
	width: 396px;
	padding: 12px 12px 0 20px;
}

.config-bottom
{
	width: 431px;
	height: 17px;
	background: url('../img/config-bottom.png') no-repeat;
}

#letters
{
	width: 70px;
	height: 35px;
	position: absolute;
	display: none;	
	font-size: 12px;
	left: 290px;
	top: 410px;
	background-position: no-repeat;
	padding: 15px 0 0 0;
	text-align: center;
}

#shopping-cart
{
	display: block;
	position: relative;
	color: #cc0000;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	background: url('../img/shopping-cart.png') no-repeat;
	width: 45px;
	height: 45px;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	padding-top: 30px;	
	padding-left: 15px;
}

.cart-progress
{
	margin-top: 20px;
	background: url('../img/checkout-progress-bg.png') no-repeat;
	height: 68px;
	text-align: center;
	font-size: 12px;
}

.cart-progress .step-1
{	
	padding-top: 40px;
	background: url('../img/checkout-progress-1.png') no-repeat center 10px;
}

.cart-progress .step-2
{	
	padding-top: 40px;
	background: url('../img/checkout-progress-2.png') no-repeat center 10px;
}

.cart-progress span
{
	width: 100px;
	display: inline-block;
	text-align: center;
	padding: 0 40px;
}

.cart-item
{
	background: url('../img/checkout-shadow.png') no-repeat center top;
	border-left: 1px solid #d6d6c9;
	border-right: 1px solid #d6d6c9;
	width: 553px;
	padding: 20px 15px 25px 20px;
}

.cart-item .item-description
{
	width: 410px;
	margin-right: 20px;
	float: left;
	font-size: 14px;
}

.cart-item .item-description h2
{
	font-size: 19px;
	margin: 0 0 14px 0;
	padding: 0;
}

.cart-item .item-description h2 a
{
	color: #cb3435;
	font-size: 14px;
	float: right;
	background: url('../img/checkout-remove.png') no-repeat 0 2px;
	padding-left: 22px;
}

.cart-item .item-description ul
{
	margin: 0;
	padding: 0;
}

.cart-item .item-description ul li
{
	color: #660033;
	margin-left: 20px;
	background: url('../img/checkout-dots.png') repeat-x 0 12px;
	padding: 1px 0 0 1px;
}

.cart-item .item-description ul.summary
{
	list-style: none;
}

.cart-item .item-description ul.summary li
{
	margin: 0;
}

.cart-item .item-description ul li span
{
	color: #222222;
	background-color: #f6f6f6;
	padding: 0 10px 0 0;
}

.cart-item .item-description ul li span span
{
	padding: 0;
}

.cart-item .item-description ul li span.price
{
	float: right;
	padding: 0 2px 0 10px;
	font-weight: bold;
}

.cart-item .item-description .total-price
{
	background: url('../img/checkout-price-bg.png') no-repeat;
	font-size: 16px;
	color: #660033;
	font-weight: bold;
	margin-top: 15px;
	padding: 8px;
}

.cart-item .item-description .total-price div
{
	background: url('../img/checkout-dots.png') repeat-x 0 14px;
}

.cart-item .item-description .total-price span
{
	background-color: #ede7d8;
	padding: 0 10px 0 0;
}

.cart-item .item-description .total-price span span
{
	padding: 0;
}

.cart-item .item-description .total-price span.price
{
	float: right;
	padding: 0 0 0 10px;
}

.cart-item .item-image
{
	width: 122px;
	position: relative;
	float: left;
}

.cart-item .item-image .main-image
{
	width: 115px;
	border: 1px solid #d6d6c9;
}

.cart-item .item-image .acc-image
{
	position: absolute;
	top: 32px;
	left: 57px;
}

.cart-item .item-image .letters
{
	width: 13px;
	height: 9px;
	position: absolute;
	left: 76px;
	top: 106px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 1px 0 0 0;
	text-align: center;
	font-size: 7px;	
}

.form .label 
{
	float: left;
	width: 125px;
}

.form .value
{
	color: #555555;
}

table.list
{
	width: 100%;
	table-layout: fixed;
}

table.list th
{
	background-color: #d6d6c9;
}

table.list th,
table.list td
{
	padding: 3px 4px;
	cursor: pointer;
}

table.list tr.even
{
	background-color: #e7e7e7;
}

table.list tr:hover
{
	background-color: #d6d6c9;
}

.order-status
{
	margin-top: 20px;
	background: url('../img/checkout-progress-bg.png') no-repeat;
	height: 55px;
	padding-top: 13px;
	text-align: center;
	font-size: 15px;
}

.banner-box
{
	background: url('../img/banner-box-bg.png') no-repeat;
	padding: 20px;
}

.banner-box h3
{
	margin-top: 0;
}

.banner-box.form .input
{
	margin: 10px 0;
}

.banner-box.form .input.medium input,
.banner-box.form .input input.medium
{
	width: 230px;
	padding: 7px 10px;
}

.banner-box.form input.btn
{
	width: auto;
	padding: 0;
}

