/* html5 elements */
article, aside, figure, footer, header, hgroup, nav, section { display:block }

html, body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #BEBDBA;
	background-image: url(images/gradient.jpg); 
	background-repeat:repeat-x;
	background-attachment:fixed;
}

textarea {	font: 100% Arial, Helvetica, Verdana, sans-serif;
	color: #414141;
}
/*img { border:0; margin:0px auto;
	text-align: center; }*/

/* define icons (optimized for famfamfam set) */
.icon { background-repeat:no-repeat; background-position:left center; padding:2px 0 2px 19px }
/* example: .icon-print { background-image:url(/images/icons/print.png) } */

/* message styles */
.message { padding:10px; margin: 0px 0px 15px 0px; display:block }
.message-title { font-weight:bold; font-size:14px }
.message-body { margin-top:4px; }
.error, .notice, .success { padding:8px; margin-bottom:10px; border:2px solid #ddd }
.error { background:#FBE3E4; color:#8a1f11; border-color:#FBC2C4 }
.notice { background:#FFF6BF; color:#514721; border-color:#FFD324 }
.success { background:#E6EFC2; color:#264409; border-color:#C6D880 }
.error a { color:#8a1f11 }
.notice a { color:#514721 }
.success a { color:#264409 }
#left_col{float:left;border:0px solid #f0f0f0; width:100%;}
#right_col{float:left;border:0px solid #f0f0f0;}
#container{background-color: transparent;
	width:910px;
	margin:0px auto; padding: 0px 5px 15px 5px;
	border:1px solid #f0f0f0;; 
	
}

#minicart{
width:270px;
height:100px;
border:1px solid #000;
margin-top:3px;
margin-bottom:10px;
padding-top:10px;
padding-left:5px;
background:#fff;
font-size:12px;
color:#000;
font-weight:normal;
}

#minicart div,h4{text-align:left;}

#itemsCount{text-align:right;}
#minicart #thumb{width:80px;float:left;height:80px;border:1px solid #ccc;margin-right:5px;}
#minicart #itemName{float:left;font-weight:bold;text-align:left;width:180px;height:30px;}
#minicart #itemQty{float:left;text-align:left;width:180px;height:30px;}
#minicart #itemQty #price{font-weight:bold;padding-left:20px;}

#shopping_cart{border:1px solid #ccc;width:875px;margin:20px 0px 20px 20px ;float:left;background:none;}
#row{width:875px;border:0px solid #ccc;}
.evens  #bodies {background-color:#f0f0f0 !important; }
.odds #bodies {background-color:#fff !important;}

#bodies{float:left;width:875px;border-bottom:1px solid #ccc;}
#row #headings{
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 0px 5px 0px;
	background-color: #5c3317;
	font-size: 14px;
	height:20px;
}
#row #headings #name{
	float:left;
	width:497px;
	border-right:1px solid #ccc;
	min-height:20px;
	border-bottom:1px solid #ccc;
	color: #FFFFFF;
	padding-left:3px;
}
#row #headings #qty{float:left;width:147px;border-right:1px solid #ccc;min-height:20px;border-bottom:1px solid #ccc;
	color: #FFFFFF;padding-left:3px;}
#row #headings #price{float:left;width:117px;border-right:1px solid #ccc;min-height:20px;border-bottom:1px solid #ccc;
	color: #FFFFFF;padding-left:3px;}
#row #headings #totall{float:left;width:97px;min-height:20px;border-bottom:1px solid #ccc;
	color: #FFFFFF;padding-left:3px;}

#row #bodies div[id^=name_]{float:left;width:493px;border-right:0px solid #f0f0f0;min-height:100px;
	font-size: 14px;
	margin:10px 5px 10px 5px;}
#row #bodies div[id^=qty_]{float:left;width:147px;border-right:0px solid #ccc;min-height:100px;padding-left:0px;
	font-size: 14px;padding-left:3px;}
#row #bodies div[id^=price_]{float:left;width:117px;border-right:0px solid #ccc;min-height:100px;padding-left:0px;
	font-size: 14px;padding-left:3px;}
#row #bodies div[id^=total]{font-weight:bold;float:left;width:96px;min-height:100px;padding-left:0px;
	font-size: 14px;padding-left:5px;}
#row #bodies{min-height:100px;margin:0; padding:0;}
#row_total{
text-align:right;
width:100%;
font-weight:bold;
	margin:0px 0px 0px 0px;
	min-height:30px;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #5c3317;
	float:left}
#row_total1,#row_total2{
text-align:right;width:100%;font-weight:bold;
	margin:0px 0px 0px 0px;
	min-height:20px;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #5c3317;float:left;
	}

#category_box{overflow:scroll; height:100px;}
.slider{
	width:152px;
	height: 200px;
	float:left;
	border:0px solid #F3EEAE;
	margin:0px 0px 50px 25px;
	display:inline;
	text-align:center;
}
#left-arrow,#right-arrow{float:left;width:40px;height:200px;}

a.product1,
a.product1:link,
a.product1:active,
a.product1:visited {
	padding-left:4px;
	color:#666666;
	font-weight:normal;
	font-size:12px;
	border-right:0px solid #CCCCCC;
	text-decoration: none;
	text-align:center;
}
a.product1:hover {
	text-decoration:underline;
	color:#333333;
}
a.productlink,
a.productlink:link,
a.productlink:active,
a.productlink:visited {
	margin:0px;
	padding:0px;
	color:#666666;
	font-weight:normal;
	font-size:11px;
	border-right:0px solid #CCCCCC;
	text-decoration: none;
	text-align:left;
}
a.productlink:hover {
	text-decoration:none;
	color:#333333;
}

a.add-to-wish-list,
a.add-to-wish-list:link,
a.add-to-wish-list:active,
a.add-to-wish-list:visited {
	padding:4px;
	color:#999999;
	font-weight:normal;
	font-size:11px;
}
a.add-to-wish-list:hover {
	text-decoration:none;
	color:#333333; margin:-30px 0px 0px 0px;
}

#pagination{
	width:900px;
	border-top:1px solid #F3EEAE;
	float:right;
	margin:10px 0px 10px 0px;
	text-align: right;
}
#pagination a,
#pagination a:link,
#pagination a:visited {
	padding:4px;
	color:#999999;
	font-weight:normal;
	font-size:11px;
	border-right:0px solid #CCCCCC;
	text-decoration: none;
}
#pagination a:hover {
	text-decoration:none;
	color:#333333;
}
#pagination a.active {
	text-decoration:none;
	color:#333333;
}


#toppagination{width:900px;border-bottom:0px solid #F3EEAE; float:right;
	margin:10px 0px 10px 0px;
	text-align: right;}
#toppagination a,
#toppagination a:link,
#toppagination a:visited {
	padding:4px;
	color:#999999;
	font-weight:normal;
	font-size:11px;
	border-right:0px solid #CCCCCC;
	text-decoration: none;
}
#toppagination a:hover {
	text-decoration:none;
	color:#333333;
}
#toppagination a.active {
	text-decoration:none;
	color:#333333;
}
/*photos on detail page */

#mainphoto{border:1px solid #ccc;float:left;width:400px;
	margin:0px 0px 10px 0px;}
.smallphoto{ float:left;display:inline; width:100px;border:1px solid #f0f0f0;}
#smallphotowrapper{float:none;width:1000px;height:100px;border:0px solid #000;}

#left-half-col{width:420px; padding:20px 5px 10px 10px;float:left;}
#right-half-col{margin:20px 5px 10px 10px;
	width:420px;
	padding:20px 10px 10px 10px;
	float:left;
	border:1px solid #f0f0f0;
}
#right-half-col #productDetails{
	text-align: left;
	border-bottom:1px inset #f0f0f0;
	float:left;
	width:100%;
	padding:0px 0px 10px 0px;
	color:#333333;
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-weight: lighter;
}
#right-half-col #description{
	float:left;
	padding:0px 10px 10px 0px;
	margin:10px 0px 10px 5px;
	border-bottom:1px inset #f0f0f0;
	color:#333333;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#right-half-col #price{
	float:right;
	margin:25px 0px 5px 0px;
	border-bottom:0px inset #f0f0f0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
#quantity{margin:5px;border-bottom:0px inset #f0f0f0; float:left; text-align:left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:50%;
 }
#submitbuttonrow  {margin:5px;border-bottom:1px inset #f0f0f0; display:inline;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:50%; }
#buttonrow  {
	margin-top:0px;
	border-bottom:0px inset #f0f0f0;
	color:#666666;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:50%;
	text-align: justify;
}
#buttonrow1 {
	margin-top:0px;
	border-bottom:0px inset #f0f0f0;
	color:#666666;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:50%;
	text-align: justify;
}
#optrow{margin:10px 0px 10px 0px; text-transform:capitalize;
	text-align: left;
	float:left;}
#zoomer{display:none;}
#breadcrumbs{float:left;
	font-size: 12px;}
#lg_image{width:450px;height:450px;float:left;}
#product_info{float:left; border:1px inset #f0f0f0;width:450px;}
#list_product_name{
	text-transform:capitalize; text-align:center;
	width:100%;
	font-size:11px;
	color:#5b3417;
	line-height: 12px;
}
.product_name{
	margin:5px 0px 20px 0px;
	text-transform:capitalize;
	float:left;
	width:100%;
	font-size:11px;
	color:#5b3417;
	line-height: 12px;border-bottom:0px inset #f0f0f0;
}
.product_price{float:right;width:100%;margin:10px 0px 10px 10px;border-bottom:1px inset #f0f0f0;}
div[class^=rem_]{width:100px; display:inline; cursor:auto;}
div[id^=properties_]{
border:0px solid #ccc;
display:none;
width:200px;
height:150px;
position:relative;
z-index:99999;
top:50px;
left:100px;
background:#fff;
 padding:10px 5px 10px 5px;
}

#total{font-weight:bold;}

/*checkout*/
#maincheckout{
	width:960px;
	float:right;
	border:0px solid #000;
	text-align:center;
	padding-top:10px;
	margin:0px;
}
#login {
    border-right: 1px solid #f0f0f0;
	width:460px; display:inline;
	float:left;
	text-align:center;
	padding-top:10px;
	margin:0px;
}
#login label {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	width: 150px;
	padding: 0px;
}
#login ul {
    margin: 0;
    padding: 0;
}
#login li {
    clear: both;
    line-height: 22px;
    list-style: none outside none;
    padding-top: 3px;
	text-align:right;
	border:0px solid #000;
	margin: 0px 50px 0px 0px;
}
#login .small {
    clear: both;
    color: #666666;
    float: left;
    line-height: 15px;
    text-align:center;
    width: 430px;
	border:0px solid #000;
	margin: 10px 0px;
}
#login .forgotPwd {
    clear: both;
    color: #333333;
    float: left;
    font-weight: bold;
    line-height: 15px;
    text-align:center;
    width: 430px;
}
#login h3 {
    clear: both;
	font-size: 14px;
    clear: both;
    color: #666666;
}
#login  .smalltxt {
    width: 430px;
    color: #333333;
	font-size: 12px;
    text-align:center;
	margin: 10px 0px 0px 100px;
}
#keepshopping{width:400px; float:left;border:0px solid #000;text-align:center;padding-top:10px;margin-right:20px;}
#checkout{
	width:480px; display:inline;
	float:left;
	border:0px solid #000;
	text-align:center;
	padding-top:10px;
	margin:0px;
}

#checkout label {
	font-size: 12px;
	font-weight: normal;
    text-align: right;
    vertical-align: middle;
    width: 150px;
    padding: 0px;
	margin: 0px;
}
#checkout ul {
    margin: 0;
    padding: 0;
}
#checkout li {
	float:right;
    clear: both;
    line-height: 22px;
    list-style: none outside none;
    padding-top: 3px;
	text-align:left;
	border:0px solid #000;
	margin: 0px 80px 0px 0px;
}
#checkout h3 {
    clear: both;
	font-size: 14px;
    clear: both;
    color: #666666;
}
#checkout h1{text-align:center;
	font-size:12px;}
#checkout  .smalltxt {
    width: 430px;
    color: #333333;
	font-size: 12px;
    text-align:center;
	margin: 10px 0px 0px 200px;
}
#profileContainer li {
	line-height: 16px;
	list-style: none outside none;
	overflow: visible;
}

.guestSignInSubmit {
    clear: both;
    margin: 10px 0px 5px 0px;
}
.row{width:500px; margin:5px 0;}
.row label{width:120px;float:left;display:block;}

#shippingNoAddressForm {
    float: left;
    width:400px;
	border:0px solid #f0f0f0;
	margin-bottom:10px;
}

#billingNoAddressForm {
    float: left;
    width:400px;
	border:0px solid #000;
	margin-left:20px;
	margin-right:80px;
	text-align:center;
	margin-bottom:10px;
}
.billing_style3 {
    padding-top: 5px;

    width: 400px;
	border:0px solid #f0f0f0;
	margin-left:20px;
	float:left;
	margin-right:80px;
}
.billing_style4 {
    padding-top: 5px;
    width: 400px;
	border:0px solid #f0f0f0;
	margin-bottom:30px;
	float:left;
	text-align:left;
}
div.row span.BillingRegister_creditCard_inputType {
    float: left;
    margin-top: -5px;
    padding-bottom: 3px;
    text-align: left;
    width: 400px;
}
.shippingDetails_formInputs {
    float: left;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    width: 270px;
	
}

.shippingDetails_formText {
    float: left;
    margin-left: 2px;
    margin-top: 10px;
    text-align: left;
    width: 120px;

}
.formLabel {
    color: #333333;
    font-weight: bold;
}

.shippingDetails_formText {
    text-align: left;
}
span {
    color: #333333;
    font-family: verdana,arial,lucida,sans-serif;
    font-size: 11px;
    line-height: 14px;
}
.row1{float:left;clear: both;
    padding-top: 5px;}
	
	
#recipient{

width:100%;
min-height:30px;
float:left;
background-color:#fff;


}	

.step-heading{width:100%;height:40px;text-align:center}
.formrow{width:400px; border:0px solid #000;float:left;margin:5px 0;}
.billing-form{display:none;}
.shipping-form{display:none;}
div[id^=selected_billing_]{
display:none;
margin-top:10px;
width:100%; 
height:80px;
border:0px solid #000;
float:left; 
font-weight:bold;
text-align:left;
}
div[id^=selected_shipping_]{
display:none;
margin-top:10px;
width:100%; 
height:80px;
border:0px solid #000;
float:left;
font-weight:bold;
text-align:left;

}


#loginfromwishlit{ 
display:none;
position:relative;
left:40px;
background:#fff;
width:250px;
height:166px;
border:1px solid #ccc;
text-align:center;
padding-top:5px;
top:-100px;
}
#loginerror{display:none;}
#loginfromwishlit div{
margin:3px 0;

}
#loading{display:none;width:300px;height:50px;}
#recommend{
border:0px solid #000;float:left;width:920px;text-align:center;margin-left:5px}
#recommend_product{float:left;border:0px solid #000;}
#loginform h1{font-weight:bold;}
#ship_additional_info{color:red; margin-bottom:10px;}
#error{margin-top:5px;}
#content{float:left;border:1px solid #000;width:900px;text-align:left;}
#content #heading{width:100%;float:left;}
#signature{margin-top:30px;}

div[id^=product_]{
float: left;
list-style: none;
margin: 0; 
padding: 0px;
background-color: white;

}

div[id^=product_] div[id=zooms] {
margin: 0; 
float: left;
position: relative;
width: 152px;
height: 160px;

}

div[id^=product_] div[id=zooms] img {
width: 152px;
border: 0px solid #ddd;
background: #fff;
position: absolute;
left: 0; top: 0;
-ms-interpolation-mode: bicubic; 
}

#empty{display:none;}
.slideme{float:left;}
.slideme ul{
list-style-type:none;
padding: 0px;
margin: 0px;
}
.slideme ul li img{text-align:center !important;margin:0px!important;}
.slideme ul li{border:1px solid #dedede;text-align:center;margin:0px 10px 5px 0px; padding:0px 0px 50px 0px; width:110px;}
.prev,.next{float:left;margin-top:48px;margin-right:3px;cursor:pointer;border:none;}
.prev{background:url(/images/previous.png) no-repeat;width:21px;height:21px;}
.next{background:url(/images/next.png) no-repeat;width:21px;height:21px;}
td.thinborder{width:100px;float:left}
#row_total #field{width:90%;display:block;float:left;height:20px;border:0px solid #000;color:#5C3317;}
#row_total #carttotalreceipt{float:left;display:block;width:9%;height:20px;text-align:right;margin-left:2px;}
#row_total1 #field{width:90%;display:block;float:left;height:20px; border:0px solid #000;color:#5C3317;}
#row_total2 #field{width:90%;display:block;float:left;height:20px;border:0px solid #000;color:#5C3317;}
#grandtotal,#taxtotal,#carttotal{text-align:right;display:block;float:left;border:0px solid #000;width:8%;height:20px;margin-left:2px;}

#contact_info{width:290px;float:left; text-align:left}
#billing_info{width:290px;float:left;text-align:left}

#shipping_info{width:290px;float:left;text-align:left}

#order_info{margin-left:20px;font-family: Arial,Helvetica,Verdana,sans-serif;float:left;border:0px solid #000;}
#shipping_info div,#billing_info div,#contact_info div{margin-top:5px;}
#shipping_info #heading,#billing_info #heading,#contact_info #heading{font-weight:bold;}

#order_wrap{margin-top: 5px; width:92%;float:left;border:1px solid #F5E6C5;padding:10px; color:#5C3317;margin-left:25px;}
#order_wrap a{color:#5C3317;}

.odd{background:#F5E6C5;}
.even{background:#fff;}

#order_wrap div{margin-top:5px;}
#order_contact div{margin-top:5px;}
#order_summary{float:left;width:875px;border:0px solid #000;margin-left:20px;}


