/* CSS Basic Styles Document */
/* Main DIVs */

* {
  margin: 0;
  padding: 0;
}

body {
  text-align:center;
}

/* Main Backgrounds */
body {
  background: #fff url(../images/body-bk.jpg) repeat-y top center;
  color:#000;
}

body, textarea, input {font-family:Helvetica, Arial, sans-serif;}
ol, ul {
  list-style-type:none;
}

div.clearall{
  clear:both;
}

div#entire {
  margin: 0 auto 0px auto;
  width: 770px;
}

#header {
  background-image:url(../images/header_bk.jpg);
  background-position:top left;
	background-repeat:repeat;
  display:block;width:770px;height:80px;
  color: #fff;
  font-size:12px;
  text-align:left;
}
#header h1.home a {
  background-image:url(../images/logo.png);
  background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
  display:block;width:369px;height:80px;
  text-indent:-9999px;
}
#header div.user_dock {
  position:relative; top:10px; right:10px;
  text-align:right;
  float:right;
  line-height:15px;
  width:300px;
}
#header div.user_dock #user_loggedin a {
  color:#fff;
}
#header div.user_dock #user_loggedin a#user_sign_out {
  color:#ddd;
  text-decoration:none;
  font-size:10px;
}
#header div.user_dock #user_loggedin a:hover { text-decoration:underline; }
#header div.user_dock #cart_stat a, #header div#cart_stat a {
  color:#fff;
  text-decoration:none;
  font-size:11px;
}
#header div.user_dock #cart_stat a:hover, #header div#cart_stat a:hover { text-decoration:underline; }
#header div#sf_guard_auth_form {
  position:relative; right:10px;
  width:300px;
  float:right;
  text-align:right;
  line-height:18px;
}

/* not logged in state */
#header div#cart_stat {
  position:relative; top:11px; right:10px;
  text-align:right;
  color:#fff;
  float:right;
  line-height:15px;
  width:300px;
}

#header div#sf_guard_auth_form fieldset{
  border:none;
}
#header div#sf_guard_auth_form fieldset .form-row input {
  height:15px;
  margin-bottom:2px;
}
#header div#sf_guard_auth_form a#sign_up {
  color:#fff;
  font-size:11px;
}

/*
#header div#sf_guard_auth_form form input {
  background:#6c4124;
	color:#fff;
	font-size:10px;
	float:right;
  display:block;width:63px;height:22px;
  border:1px solid #000;
  margin-top:-22px;
}
#header div#sf_guard_auth_form form input:hover {
  background:#7d4d2d;
}
*/

div#content {
  float:none;
  width:770px;
}

#left_content {
  position:absolute;
  /*float:left;*/
  background:#fff;
  width:120px;
}

#left_content #side_nav .menu {
  font-size:12px;
  color:#000;
  text-align:left;
  margin-left:5px;
}

#left_content #side_nav .menu a {
  text-decoration:none;
  font-size:12px;
  color:#606060;
}

#left_content #side_nav .menu a:hover {
  text-decoration:underline;
}

#left_content #side_nav .menu h3 {
  background-image:url(../images/category_title_bk.gif);
  background-position:middle left;
	background-repeat:no-repeat;
	display:block;width:108px;height:25px;
  margin-top:25px;
  margin-bottom:10px;
  color:#fff;
  font-weight:normal;
  line-height:27px; text-indent:10px;
}

#left_content #side_nav .menu li {
  padding-left:10px;
  margin-bottom:5px;
}

#left_content #side_nav .menu li.selected {
  background-image:url(../images/selected_bullet.gif);
  background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:-10px;
	margin-bottom:1px;
	padding-top:4px;
	position:relative; top:-4px;
	/*display:block;width:50px;height:18px;*/
}

#left_content #side_nav #side_login {
  margin:30px 0px 0px 2px;
  height:95px;
  text-align:left;
  font-size:11px;
}
#left_content #side_nav #side_login .form-row {
  margin-top:3px;
}
#left_content #side_nav #side_login fieldset {
  border:none;
}

#left_content #side_nav #side_login input {
  border:1px solid #666;
  width: 100px;
}
#left_content #side_nav #side_login #sign_in {
  width: 53px;
  align:right;
  margin-top:3px;
}

#main {
  position:relative;
  left: 120px;
  font-size:11px;
  width:650px;
  border-left:2px solid #8a8a8a;
}

#main #top_main h1, #main h1 {
  font-size:35px;
  text-align:left;
  margin-left:30px;
  padding-top:20px;
  color:#ccc;
  border-bottom:5px solid #ccc;
}
#main .h2_style {
  font-size:25px;
  text-align:left;
  margin-left:30px;
  padding-top:20px;
  color:#ccc;
  border-bottom:5px solid #ccc;
}
#main #top_main span.sorter ul {
  position:relative;top:10px;left:80px;
  font-size: 14px;
  width:611px;height:18px;
  color:#909090;
}

#main ul.info_block {
  position:relative;top:20px;left:40px;
  width:611px;
  padding-bottom:20px;
  text-align:left;
  font-size:12px;
}

#main #top_main span.sorter li {
  float:left;
}

#main #top_main span.sorter li a {
  margin-left:50px;
  color:#70430f;
  text-decoration:none;
}

#main #top_main span.sorter li a:hover {
  text-decoration:underline;
}
#main div.pagination {
  text-align: center;
  font-size:14px;
  width: 300px;
  margin: 0 auto;   /* align for good browsers */
}
#main div.pagination ul {
  margin-top:20px; 
  /*padding-left:160px;
  width:491px;height:18px;*/
  color:#909090;
}

#main div.pagination li {
  float:left;
  margin-left:10px;
}

#main div.pagination li a {
  color:#70430f;
  text-decoration:none;
}
#main div.pagination li a:hover {
  text-decoration:underline;
}
#main ul#product_list {
  position:relative;
  top:10px; 
  font-size:11px;
}
#main ul#product_list h3 {
  padding-top: 3px;
  width: 125px; height: 27px;
}
#main ul#product_list h3 a {
  text-decoration:none;
  font-weight:normal;
  font-size:11px;
  color:#70430f;
}
#main ul#product_list div.description {
  width: 125px; height: 15px;
  border-bottom:1px solid #909090;
  margin-bottom:3px;
}
#main div.description #tags a {
  color:#70430f;
  text-decoration:none;
}
#main div.description #tags a:hover {
  text-decoration:underline;
}
#main ul#product_list span.brand, #main ul#product_list span.brand a {
  float:left;
  color:#7d7d7d;
  font-size:10px;
}
#main ul#product_list span.brand a {
  text-decoration:none;
}
#main ul#product_list span.brand a:hover {
  text-decoration:underline;
}
#main ul#product_list span.price {
  float:right;
  color:#7d7d7d;
  font-size:12px;
}
#main ul#product_list span.quan_label {
  font-size:9px;
}
#main ul#product_list span.quan_label input {
  border:1px solid #888;
  position:relative;
  padding-top:3px;
  top:0px;
  height:18px;
  text-align:center;
}

#main ul#product_list .add_cart_but {
  background:#6c4124;
	color:#fff;
	font-size:10px;
	float:right;
  display:block;width:63px;height:22px;
  border:1px solid #000;
  margin-top:0px;
}
#main ul#product_list a.add_cart_but {
  text-decoration:none;
  text-indent:7px;
  line-height:22px;
}
#main ul#product_list .add_cart_but:hover {
  background:#7d4d2d;
}

#main ul#product_list h3 a:hover {
  text-decoration:underline;
}
#main ul#product_list img {
  /*border:1px solid #888;*/
  border:none;
  padding:2px 0 2px 0 ;
  margin-bottom:5px;
}
#main ul#product_list div.thumb {
  overflow:hidden; width:127px; height:160px;
}
#main ul#product_list .thumb a {
  color:#000;
}
#main ul#product_list .thumb em {
  position:relative; left:-9999px;
}
#main ul#product_list div.thumb img {
  position:relative; left:0px; top:0px;
}
#main ul#product_list li.first, 
#main ul#product_list li.product_item{
  float:left;
  height:226px;width:125px;
  padding:4pt 6pt 10px 4pt;
  margin:0px 5px 5px 5px;
  text-align:left;
  border:1px solid #909090;
}
#main ul#product_list li.first {
  clear:left;
  margin-left:40px;
}
#main ul#product_list div.checked {
  background-image:url(../images/checked.png);
  background-position:bottom left;
  width:20px;height:20px;
  float:right;
  position:relative; top:-25px;
  visibility:hidden;
}

#main ul#product_list li {
  position:relative;
}
#main ul#product_list div.thumb a {
	text-decoration: none;
}
#main ul#product_list div.thumb span {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/isnew.png) no-repeat;
	z-index: 4;
}


/* product detail */
#gallery li{ 
  opacity: .9; background-position: 80% 80%; 
  cursor: pointer; border: 3px solid #fff; 
  outline: 1px solid #ddd; margin: 6px 3px 10px 5px;
  display:block;
  float:left;
  height:40px;
  width:40px;
}

div#main div.top {
  display:block;
  height:476px;
}

div#main div.top_left {
  display:block;width:280px;height:400px;
  position:relative; top:0px; left:0px;
  float:left;
  padding: 20px 5px 10px 30px;
}
div#main div.top_left a {
  color:#70430f;
  font-size:12px;
  text-decoration:none;
}
div#main div.top_left a:hover {
  text-decoration:underline;
}
div#main div.top_left div.brand {
  display:block;width:280px;height:30px;
  border-bottom:1px solid #000;
  padding-bottom:10px;
  margin-bottom:15px;
}
div#main div.top_left div.brand a.brand {
  display:block;width:187px;height:19px;
  float:left;
}
div#main div.top_left div.brand a.check_out {
  text-align:left;
  display:block;width:82px;height:25px;
  float:right;
}
div#main div.top_left div.brand a.brand img {
  margin-bottom:5px;
  border:1px solid #ccc;
}
div#main div.top_left div#pic_container {
  position:relative; top:0px; left:0px;
  clear:all;
  display:block;width:270px;height:352px; border:2px solid #bbb;
  overflow:hidden;
}

div#main div.top_right {
  text-align:left;
  display:block;width:275px;
  float:left;
  margin: 30px 5px 10px 20px;
  padding:15px;
  border:1px solid #aaa;
  font-size:10px;
  color:#707070;
}
div#main div.brand h1 {
  font-size:19px;
  color:#6c4022;
  font-weight:normal;
  padding-bottom:2px;
  border-bottom: none; margin-left: 0px; padding-top: 0px;
}
div#main div.brand h2 {
  text-align:right;
  font-size:12px;
  font-weight:normal;
  margin:0 10px 0 0;
}
div#main div.top_right div.prices {
  text-align:right;
  font-size:14px;
  float:right;
  display:block;width:275px;height:50px;
  padding-bottom:15px;
}
div#main div.top_right div.prices form {
  float:left; text-align:right;
  position:relative; top:-10px;
  display:block;width:275px;height:50px;
}
div#main div.top_right div.prices input#add_cart {
	background:#fff; background-image:url(../images/add_cart_but_bk.gif); background-position:bottom left;
	background-repeat:no-repeat;
	display:block;width:145px;height:36px;
	border:none;
	color:#fff; font-size:14px;
	margin-top:6px;
	float:left;
}
div#main div#added_msg {
  display:block;
  color:#333; border:1px solid #333; 
  width:300px; height:40px; 
  margin:10px; background:none; float:right;
}
div#main div.top_right div.prices input#add_cart:hover {
  font-weight:bold;
}
div#main div.top_right div.description li {
  margin-left:10px;
}

/* product detail - bottom */
div#main div.bottom {
  background: #eee;
  margin:15px 0 0 30px;
  border:1px solid #ccc;
  height:330px;
}
div#main div.bottom div.rounded {
  position:relative;
  margin:0px auto;
  min-width:8em;
  max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
  color:#fff;
  z-index:1;
  margin-left:12px; /* default, width of left corner */
  margin-bottom:0.5em; /* spacing under dialog */
  
  padding:15px 5px 5px 5px;
  width:287px;
  float:left;
}

div#main div.bottom div.rounded div.round_container,
div#main div.bottom div.rounded .t,
div#main div.bottom div.rounded .b,
div#main div.bottom div.rounded .b div {
  background:transparent url(../images/round_corner_bk.png) no-repeat top right;
}
div#main div.bottom div.rounded div.round_container {
  position:relative;
  zoom:1;
  _overflow-y:hidden;
  padding:0px 12px 0px 0px;
  height:255px;
}
div#main div.bottom div.rounded .t {
  position:absolute; left:0px;top:0px;
  width:12px;
  margin-left:-12px;
  height:100%;
  _height:1600px; /* IE6 */
  background-position:top left;
}
div#main div.bottom div.rounded .b {
  position:relative;
  width:100%;
}
div#main div.bottom div.rounded .b,
div#main div.bottom div.rounded .b div {
  height:32px; /* height of bottom cap/shade */
  font-size:1px;
}
div#main div.bottom div.rounded .b {
  background-position:bottom right;
}
div#main div.bottom div.rounded .b div {
  position:relative;
  width:12px; /* bottom corner width */
  margin-left:-12px;
  background-position:bottom left;
}
div#main div.bottom div.rounded h2,
div#main div.bottom div.rounded h3,
div#main div.bottom div.rounded img {
  position:relative;
}
div#main div.bottom div.rounded h2 {
  padding-top:15px;
  padding-bottom:0px;
  font-size:14px;
  font-weight:normal;
}
div#main div.bottom div.rounded .recommend_unit {
  height:90px;
}
div#main div.bottom div.rounded .recommend_unit img {
  float:left;
  margin-right:10px;
  border:1px solid #555;
}
div#main div.bottom div.rounded .recommend_unit h3 a {
  float:left;
  text-decoration:none;
  color:#000;
}
div#main div.bottom div.rounded .recommend_unit h3 a:hover {
  text-decoration:underline;
}
div#main div.bottom div.rounded .recommend_unit .pic_container {
  width:125px; height:157px; overflow:hidden;
}
div#main div.bottom div.rounded .recommend_unit {
  position:relative;
}
div#main div.bottom div.rounded .recommend_unit span {
  position:absolute;top:14px;left:78px;
}
div#main div.bottom div.rounded .recommend_unit span.price {
  top:30px;
}
div#main div.bottom div.rounded .recommend_unit2 .rec_row {
  height:270px;
}
div#main div.bottom div.rounded .recommend_unit2 {
  position:relative;
  display:block; width:124px;
  margin-right:12px;
  margin-left:1px;
  float:left;
  z-index:20;
  padding-top:15px;
}
div#main div.bottom div.rounded .recommend_unit2 img {
  border:1px solid #555;
}
div#main div.bottom div.rounded .recommend_unit2 h3 {
  padding:5px 0 5px 0;
}
div#main div.bottom div.rounded .recommend_unit2 a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
div#main div.bottom div.rounded .recommend_unit2 a:hover {
  text-decoration:underline;
}
div#main div.bottom div.rounded .recommend_unit2 span {
  padding-top:10px;
}

/* cart page */
div#main h1#cart_title {
  text-align:left;
  padding:25px 0 15px 15px;
  margin:0 22px 15px 15px;
  font-size:30px;
}
div#main ul.cart_row, div#main ul.cart_header, div#main ul.cart_total, div#main ul#cart_shipping, div#cms ul.cart_row, div#cms ul.cart_header, div#cms ul.cart_total, div#full ul.cart_row, div#full ul.cart_header, div#full ul.cart_total {
  width: 600px; height:40px;
  font-size:12px;
  text-align:left;
  margin-left:12px;
  border-bottom:1px solid #ccc;
  padding:10px 0 5px 15px;
}
div#full ul.cart_row, div#full ul.cart_header, div#full ul.cart_total {
  width: 680px; 
}
div#full div#main {
  position:relative; left: 20px; border-style:hidden;
}
div#cms ul.cart_row, div#cms ul.cart_header, div#cms ul.cart_total {
  height:80px;
}
div#main ul.cart_order, div#main #cart_orderview ul.cart_row {
  width: 582px;
  margin-left:30px;
}
div#main ul.cart_order, div#main #cart_orderview ul.cart_row span.cart_sku {
  font-size:9px;
}
div#main ul.cart_header, div#main ul.cart_total, div#main ul#cart_shipping,
div#cms ul.cart_header, div#cms ul.cart_total {
  background:#ccc;
  padding:12px 0 0 15px;
  height:20px;
}
div#main ul#cart_shipping {
  background:#ddd;
}
div#main ul.cart_row li, div#main ul.cart_header li, div#main ul.cart_total li, div#main ul#cart_shipping li,
div#cms ul.cart_row li, div#cms ul.cart_header li, div#cms ul.cart_total li {
  float:left;
  display:block;
}
div#main ul.cart_row li.cart_quantity, div#main ul.cart_header li.cart_quantity, div#main ul.cart_total li#cart_quantity, div#main ul#cart_shipping li#cart_quantity, div#cms ul.cart_row li.cart_quantity, div#cms ul.cart_header li.cart_quantity, div#cms ul.cart_total li#cart_quantity {
  width:120px;
}
div#main ul.cart_row li.description, div#main ul.cart_header li.description, div#main ul.cart_total li.description, div#main ul#cart_shipping li.description, div#cms ul.cart_row li.description, div#cms ul.cart_header li.description, div#cms ul.cart_total li.description {
  width:290px;
}
div#main ul.cart_row li.price, div#main ul.cart_header li.price, div#main ul.cart_total li.price, div#main ul#cart_shipping li.price, div#cms ul.cart_row li.price, div#cms ul.cart_header li.price, div#cms ul.cart_total li.price {
  width:80px;
}
div#main ul.cart_row li.total, div#main ul.cart_header li.total, div#main ul.cart_total li.total, div#main ul#cart_shipping li.total {
  width:80px;
  text-align:right;
}
div#main ul.cart_order li.cart_quantity, div#main #cart_orderview ul.cart_row li.cart_quantity {
  width:115px;
}
div#main ul.cart_order li.description, , div#main #cart_orderview ul.cart_row li.description {
  width:280px;
}
div#main ul.cart_order li.price, div#main #cart_orderview ul.cart_row li.price {
  width:77px;
}
div#main ul.cart_order li.total, div#main #cart_orderview ul.cart_row li.total {
  width:77px;
}
a#check_out {
  display:block; width:120px; height:26px;
  line-height:30px;
  margin:20px 30px;
  float:right;
  background:#666;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  border:1px solid #aaa;
}

#paypal_checkout a img {
  border:none;
}

/* Registration form page */
div.reg_form {
  margin-top:40px;
  padding-bottom:70px;
  width:400px;
  text-align:left;
}
div.reg_form span {
  display:block; width:120px; float:left;
  text-align:right;
  padding-right:10px;
}
div.reg_form input {
  display:block; width:120px; height:14px; float:left;
  border:1px solid #333;
}
div.reg_form span#submit_signup {
  padding-top:10px;
  padding-left:130px;
}

/* check out */
div#co_cont {
  display:block; height:230px;
  position:relative; left:10px;
}
#billing_add, #shipping_add {
  float:left;
  text-align:left;
  padding: 40px;
  display:block; height:200px; width:280px;
}
#billing_add .label, #shipping_add .label {
  display:inline; min-width:100px;
}
#billing_add input, #shipping_add input {
  border:1px solid #666;
  margin-top:6px;
}

#billing_add .error_msg, #shipping_add .error_msg {
  font-size:9px;
}

ul#billing_add .label, ul#shipping_add .label {
  vertical-align:bottom; valign:bottom;
}

#check_out_submit {
  margin:60px 0 10px;
}

#check_out_login {
  margin:30px auto 0 auto;
  width: 400px; 
}

#check_out_login div#sf_guard_auth_form {
  padding:10px;
}

.confirm_form {
  width:640px; height:175px;
  margin:0 auto 0 auto;
}
.confirm_form li {
  float:left;
  width:320px;
}

.confirm_form .label {
  width:165px;
}

/* footer */
#footer {
  float:left;
  padding:30px 0 20px 20px;
  text-align:left;
  font-size: 9px;
  border:none;
  width:770px;
}
#footer ul.menu {
  padding-bottom:5px;
}
#footer ul.menu li {
	display:inline;
	border-left:1px solid #888;
	padding:0 4px 0 6px;
}
#footer ul.menu li.first {padding-left:0px;border:none;}
#footer ul.menu li a {color:#888;	text-decoration: none;}
