/* start shop nav */

#shop-nav{
	position:absolute;
	left:12px;
	bottom:0px;
	text-align: left;
}


#shop-nav .dropdown-container {
	float:left;
	padding:10px 5px 20px 5px;
	
}

#shop-nav .dropdown-container:hover {
	cursor:pointer;
	background:#1c0e09;
}

#shop-nav .dropdown-sub-container {
	top:53px;
	left:0px;
	width:360px;
	background:#4e4235 url('/images/public/bg_nav_dropdown.jpg') no-repeat 10px -1px;
	padding:10px;
	box-shadow:0px 0px 10px #000;
}

#shop-nav .dropdown-sub-container a {
	float:left;
	width:160px;
	padding:7px;
	display:block;
}


#shop-member-nav{
	position: absolute;
	right: 26px;
    top: 20px;
}

#member-info {
	padding-left: 5px;
}

#shop-member-nav span{
	text-transform: lowercase;
}

#shop-cart-link a{
	background: url('/images/public/cart.gif') no-repeat right;
	padding: 0 18px 0 5px;/*15*/
	text-transform: lowercase;
}

#shop-cart-link a:hover{
	background: url('/images/public/cart_over.gif') no-repeat right;
}

#store-nav{
	background: #584c3a;
	background-image: url("/images/public/breadcrumb_bg.gif");
	padding: 0;
	margin: 0;
}

#breadcrumb{
	border-right: 5px solid #2D1F18;
	text-align: left;
	width: 460px;
	min-height: 21px;
	float: left;
	padding: 22px 20px 23px 25px;	
}

#breadcrumb img{

	margin-left: -5px;
}

#jump-nav{
	width: 293px;
	height: 41px;
	padding: 12px 17px 12px 20px;
	float: right;
}

#jump-nav-title{
	float: left;
	padding: 10px 0 10px 0;
}

#jump-nav-items{
	float: right;
}

#jump-nav-items ul{
	
}

#jump-nav-items img{
	background-image: url("/images/public/dropdown_arrow.gif");
	background-position: right;
	background-repeat: no-repeat;
	padding: 10px 12px 10px 3px;
	margin-right: 5px;
}

/* end shop nav */

/* start shopping cart list */

#cart-items
{
	padding-top:20px;
}

#cart-item-list
{
	width: 100%;
}


#cart-item-list tr
{
	background: url("/images/public/dotted_line_horizontal.gif") repeat-x bottom left;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

#cart-item-list td
{
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	margin: 0px;
}

td.cart-item-select{ width: 30px; }

td.cart-item-code{ width: 50px; }

td.cart-item-product{ width: 90px; }

td.cart-item-size{ width: 190px; }

td.cart-item-collection{ width: 80px; }

td.cart-item-pattern{ width: 120px; }

td.cart-item-price{ width: 50px; }

td.cart-item-subtotal{ width: 50px; }

#cart-items td.cart-item-qty, 
#cart-items th.cart-item-qty
{
	width: 50px;
	text-align:right;
	padding: 0;
}

td.cart-item-qty input
{
	margin: 0;
	width: 35px;
}

#cart-total
{
	margin-top: 25px;
	float: right;
	clear: right;
}

#cart-total span
{
	font-size: 18px;
}	

#cart-submit
{
	margin-top: 15px;
	float: left;
}

#cart-shipping
{
	margin-top: 15px;
	float: right;
	
}

#cart-shipping table.form-frame{
	float:right;	
}

#cart-shipping td.form-input{
	padding: 0 0 0 5px;	
}

#cart-checkout
{
	margin-top: 15px;
	float: right;
	clear: right;	
}

#shipping-notices
{
	float:left;
	clear: left;
	width: 525px;
}
	

/* end shopping cart list */


/* order confirmation */

#order-details
{
	padding: 25px 0 25px 0;	
}

#order-details div
{
	float: left;	
}

#order-shipping,
#order-billing{
	width: 150px;	
}

#order-payment{
	width: 140px;	
}

#order-shipping,
#order-billing,
#order-payment
{
	background: url('/images/public/dotted_line_vertical.gif') repeat-y top right;
}

#order-shipping
{
	padding-right: 25px;
}
	
#order-billing,
#order-payment
{
	padding: 0 25px 0 25px;	
}

#order-gift
{
	width:160px;
	padding-left: 25px;
}

#order-confirm
{
	padding-top: 25px;
	float: right;
	clear: right;
}

#order-items table
{
	padding-bottom: 5px;	
}

#order-items td.cart-item-product{ width: 120px; }, 

#order-items td.cart-item-qty, 
#order-items th.cart-item-qty
{
	text-align:left;
}

#order-items td.cart-item-subtotal, 
#order-items th.cart-item-subtotal
{
	text-align:right;
}



#order-total
{
	padding-top: 25px;
	float:right;
	clear:right;
}

#order-total-values tr
{
	background: url("/images/public/dotted_line_horizontal.gif") repeat-x bottom left;
}

#order-total-values th
{
	width: 100px;
	padding: 5px 0;
}

#order-total-values td
{
	width: 140px;
	padding: 5px 0;
	text-align:right;
}

#order-total-values tr.order-total
{
	background: none;
}

tr.order-total th,
tr.order-total td
{
	font-size: 24px;
}

#order-shipping-form
{
	margin-top: 0px;
	float: right;
	width:400px;
}

#order-shipping-form table.form-frame{
	float:right;	
}

#order-shipping-form td.form-input{
	padding: 0 0 0 5px;	
}

/* end order confirmation */

/* start shop main page */

#product-page{
	clear: both;
}

#product-content{
	margin-top: 5px;
	width: 330px;
	float: right;
	position: relative;
}

#product-content span{
	display: block;
	padding: 25px 25px 25px 25px;
	line-height: 30px;
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 280px;
}

/* end shop main page */

/* start collection grid */

#product-collections{
	width: 505px;
	float: left;
}

#product-collections div{
	height: 225px;
	width: 505px;
	text-align:left;
	margin-top: 5px;
}

#product-collections span{
	display: block;
}

#product-collections span a{
	display: block;
	padding: 95px 0px 85px 0px;
	height: 45px;
	width: 250px;
	margin: 0;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

div.product-collection-1 img.collection-image{
	float: left;
}

div.product-collection-1 span{
	background: #ada18f;
	background-image: url("/images/public/collection_bg_1.gif");
	float: right;
}

div.product-collection-2 img.collection-image{
	float: right;
}

div.product-collection-2 span{
	background: #423c30;
	background-image: url("/images/public/collection_bg_2.gif");
	float: left;
}

div.product-collection-3 img.collection-image{
	float: left;
}

div.product-collection-3 span{
	background: #7d684e;
	background-image: url("/images/public/collection_bg_3.gif");
	float: right;
}

div.product-collection-divider{
	margin: 0;
	padding-top: 5px;
	border: 0;
}

/* end collection grid */

/* start category grid */

#product-categories{
	width: 510px;
	float: left;
	background-image: url("/images/public/thumbnail_filler.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#product-categories div{
	width: 165px;
	height: 195px;
	background: #716656;
	float: left;
	margin-top: 5px;
	border-right: 5px solid #2d1f18;
}

#product-categories div:hover{
	background: #82786a;
}

#product-categories img.category-thumbnail{
	width: 165px;
	height: 145px;
}

#product-categories a{
	display: block;
	height: 100%;
}

#product-categories span{
	display: block;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	height: 20px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url("/images/public/dotted_line_horizontal.gif");
	background-position: top;
	background-repeat: repeat-x;
}

img.category-thumbnail{
	display: block;
}

#product-category-detail{
	margin-top: 5px;
	width: 330px;
	float: right;
	position: relative;
}

#product-category-detail span{
	display: block;
	padding: 25px 25px 25px 25px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
}

/* end category grid */

/* start product grid */

#products{
	width: 510px;
	float: left;
	background-image: url("/images/public/thumbnail_filler.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#products div.product-thumbnail{
	width: 165px;
	height: 195px;
	background: #716656;
	float: left;
	margin-top: 5px;
	border-right: 5px solid #2d1f18;
}

#products div.product-thumbnail:hover{
	background: #82786a;
}

#products img.product-thumbnail{
	width: 165px;
	height: 125px;
	display: block;
}

#products a{
	display: block;
	height: 100%;
}

#products a:hover{
	text-decoration: none;
}

#products div.product-thumbnail-detail{
	display: block;
	cursor: pointer;
	padding: 15px 10px 10px 10px;
	height: 20px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url("/images/public/dotted_line_horizontal.gif");
	background-position: top;
	background-repeat: repeat-x;
}

#products span.product-name{
	display: block;
}

#products span.product-price{
	display: block;
	margin-left: 5px;
}

#products span.product-old-price{
	text-decoration:line-through;
	color:#9cf9fc;
}

/* end product grid */

#order-agreement {
	margin-top:25px;
	padding:15px;
	border:1px dotted #FFF;
	width:760px;
	
}

#order-agreement span,
#order-agreement input {
	
	font-size:16px;
}




