/*
	Shopping cart
*/
#shopping-cart table,
#order-confirm table{
	width: 100%;
	
	color: #6a163e;
}

#shopping-cart tbody tr,
#order-confirm tbody tr{
	border-bottom: 1px solid #eae7de;
}

#order-confirm td, 
#order-confirm th{
	width: 50%;
}

#shopping-cart td, 
#shopping-cart th,
#order-confirm td, 
#order-confirm th{
	padding: 10px;

	border-left: 1px dashed #eae7de;
	text-align: center;
	vertical-align: middle;
}

#shopping-cart th,
#order-confirm th{
	padding-bottom: 3px;

	border-bottom: 3px solid #eae7de;
	text-transform: uppercase;
}

#shopping-cart td:first-child,
#shopping-cart th:first-child{
	border-left: none;
}

#shopping-cart th:first-child{
	text-align: left;
}

#shopping-cart td.info{
	width: 39%;

	border-left: none;
	text-align: left;
}

#shopping-cart table a{
	display: table;
	
	font-weight: bold;
}

#shopping-cart table span{
	color: #847b5f;
}

#shopping-cart button{
	margin: 0;
	padding: 0;

	background: transparent;
	border: none;
}

#order-summary dl{
	overflow: hidden;
	
	color: #6a163e;
}

#order-summary dt, 
#order-summary dd{
	width: 47.5%;
	padding: 3px 1%;
	float: left;
}

#order-summary dt{
	text-align: right;
}

#order-summary dd{
	font-weight: bold;
}

#order-summary .button-link{
	width: 180px;
	margin: 1em auto;
}

/*
	Contact
*/
.contact-list{
	width: 49%;
	float: left;
	overflow: hidden;
	margin-bottom: 2em;
}

.contact-list dt,
.contact-list dd{
	width: 100%;
}

.contact-list dt{
	padding-left: 3px;
	
	font-weight: bold;
}

.contact-list dd{
	padding-bottom: 1.5em;
}

#contact-form,
#order-confirm{
	color: #6a163e;
}

#contact-form .lower{
	margin-top: 5px;
	padding-bottom: 5px;
}

#contact-form .lower input{
	vertical-align: middle;
}

/*
	Category
*/
#customize-listing-form{
	position: absolute;
	top: 0.5em;
	right: 1em;
	
	color: #6a163e;
	line-height: 24px;
}
#customize-listing-form form{
	float: left;
	margin-right: 1.6em;
}
#customize-listing-form fieldset,
#customize-listing-form p{
	float: left;
}
#customize-listing-form legend{
	display: none;
}
#customize-listing-form select{
	width: 170px;
}
#customize-listing-form .button-link{
	width: 70px;
	float: left;
	line-height: 21px;
}

#customize-listing-form b{
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.12em;
	float: left;
}

#customize-listing-form a img,
#customize-listing-form select{
	vertical-align: middle;
}

/*
	Product preview
*/
#product-preview{
	overflow: hidden;
}

#product-preview .image{
	width: 200px;
	float: left;
}

#product-preview .image ul{
	position: absolute;
	top: 0;
	left: 0;
}

#product-preview .summary{
	margin-left: 200px;
}

#product-preview .title{
	color: #6a163e;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
}

#product-preview .short{
	margin: 1em 0;
}

#product-preview .price{
	font-size: 1.44em !important;
}

#product-preview .more{
	margin: 0.5em 0;
}

#product-preview .more button{
	vertical-align: top;
	margin-left: 5px;
}

/*
	Products list (Category, Product preview)
*/
.listing{
	overflow: hidden;
	padding: 1em 0;
	border-top: 1px solid #f8f7f4;
}
.listing:first-child{
	border-top: none;
	padding-top: 0;
}

.listing > li{
	width: 30%;
	padding: 1.5em 1.6%;
	float: left;
	border-left: 1px solid #f3f1ea;
}
.listing > li:first-child{
	border-left: none;
}

.listing .image,
#product-preview .image{
	position: relative;
	
	text-align: center;
}

.listing .image ul{
	position: absolute;
	top: 0;
	right: 0;
}

.listing .image li{
	width: auto;	
	margin: 0 0 -7px 0;
	float: none;
}

.listing h5{
	margin-top: 6px;
	height: 2.4em;
	overflow: hidden;
}
.listing h5 a{
	color: #847b5f;
}

.listing .description{
	margin: 6px 0;
	height: 3.6em;
	overflow: hidden;
}

.listing .price{
	margin: 0.75em 0 6px 0;
	color: #6a163e;
	font-size: 1.14em;
}

#product-preview .price{
	margin-top: 0.75em;

	color: #6a163e;
	font-size: 1.14em;
}

.listing .more{
	position: relative;
}

.listing .more button{
	position: absolute;
	top: -1px; 
	left: 100px;
}

.pager{
	position: relative;
	height: 25px;
	margin-top: 1em;
	clear: both;
	overflow: hidden;

	color: #6a163e;
	font-weight: bold;
	text-align: right;
}

.pager ul{
	position: absolute;
	right: 0;
}

.pager li{
	margin: 0;
	float: left;	
}

.pager .prev{
	margin-right: 0.5em;
}

.pager .next{
	margin-left: 0.5em;
}

.pager a,
.pager span{
	display: block;
	height: 18px;
	padding-top: 2px;
}

.pager a{
	width: 20px;

	background: url(./../images/pager-item-background-trans.png);
	color: white;
	font-size: 0.92em;
	font-weight: bold;
	text-align: center;
}

.pager span{
	width: 150px;
	padding-right: 1em;
}

/*
	Product
*/
#product{
	overflow: hidden;
	font-size: 1.2em;
}

#product .images{
	width: 260px;
	float: left;
}

#product .images .image{
	position: relative;
	width: 257px;
	height: 254px;
	padding-top: 4px;
	display: block;

	text-align: center;
}

#product .images ul{
	overflow: hidden;
}

#product .images li{
	width: 62px;
	height: 58px;
	margin: 1px;
	padding-top: 4px;
	float: left;
	
	background: url(./../images/product-thumbnail-background.png) no-repeat;
	text-align: center;
}

#zoom-image{
	position: absolute;
	bottom: 0;
	right: 0;
}

#product .description{
	margin-left: 270px;
	
	color: #6a163e;
}

#product .name{
	margin-top: 1em;
	overflow: hidden;
}

#product .name dt{
	/*width: 23%;*/ 
	float: left;
	margin-right: 1em;
	font-weight: bold;
	clear: both;
}

#product .name dd{
	/*width: 72%;*/
	float: left;
}

#product ul{
	margin: 1.5em 0;
}

#product ul li{
	display: inline;
}

#product-form h5{
	display: block;
	padding: 15px 80px 15px 0;
	
	background: #ede9dd;
	font-size: 1.5em;
	text-indent: 1em;
}

#product-form dl{
	margin: 3em 1em 0;
	overflow: hidden;
}

/*#product-form dl + dl{
	margin-top: 6px;
}*/

#product-form dt{
	width: 20%;
	float: left;
}

#product-form dd{
	margin-left: 25%;
}

#product-form .price{
	margin-top: 1em;
	line-height: 1.2em;
}

#product-form .price dd{
	font-size: 1.5em;
	font-weight: bold;
}

#product-form p{
	padding-left: 100px;
}

#product-form button{
	margin: 2em 0;
	padding: 0;
	
	background: transparent;
	border: none;
}


#shipment-payment{
	margin-bottom: 2em;
}
#shipment-payment label{
	display: block;
	text-align: left;
	line-height: 2em;
}

.shop{
	overflow: auto;
	clear: both;
}
.shop-img{
	width: 203px;
	height: 110px;
	float: left;
	margin: 0 10px 20px 0;
}