.hide{ text-indent:-9999px; outline:0; display:block; }
.clear{ clear:both; }
.menu-x li{ float:left; }

#cart_panel{ z-index:9997; position:absolute; top:0; left:0; min-height:220px; height:50%; width:98%; padding:1%; padding-top:40px; background:#535353 url(/resources/img/cart/cart_bg.png) repeat-x bottom center; font-size:12px; font-family:Arial, Verdana, sans-serif; overflow:hidden; }
#cart_panel_top_gradient { top:0; left:0; position:absolute; width:100%; height:30px; background:transparent url(/resources/img/cart/cart_top_bg.png) repeat-x top center; }
#cart_panel input[type=button], #cart_panel input[type=submit] { cursor:pointer; } 

.cart_status_update_space { padding-top:6px; font-size:14px; text-align:center; font-weight:bold; color:#fff; }

#show_hide_cart { cursor:pointer; z-index:9998; top:0; right:0; position:absolute; width:134px; height:38px; background:transparent url(/resources/img/cart/show_hide_cart.png) no-repeat top left; border:0; }
#cart_panel #hide_cart_link { position:absolute; display:block; width:100%; text-align:center; bottom:10px; left:0; }
#cart_panel #hide_cart_link a { color:#fff; text-decoration:underline; }
#logout_cart { display:none; /*top:0; right:0; position:absolute; width:88px; height:38px; background:transparent url(/resources/img/cart/cart_logout.png) no-repeat top right; border:0; */}

#cart_content { height:80%; overflow:auto; background:#272727 url(/resources/img/cart/cart_table_bg.png) repeat-x bottom center; color:#fff; border:1px solid #000; -webkit-border-radius:5px; -moz-border-radius:5px; text-align:left; }

#checkout_wrapper { margin-top:10px; position:relative; }
#checkout_wrapper form, #checkout_wrapper input[type=button] { display:block; float:right; margin-left:5px; }
#clear_cart { width:86px; height:31px; background:transparent url(/resources/img/cart/clear_cart.png) no-repeat center; border:0; }
.paypalbutton { width:208px; height:31px; background:transparent url(/resources/img/cart/cart_checkout.png) no-repeat center; border:0; }

#cart_crumbs{ overflow:hidden; margin:10px; padding:5px 0; list-style-type:none; }
#cart_crumbs a{ color:blue; font-size:14px; }
#cart_crumbs h2{ color:#000; font-size:14px; margin:0; }

#menu{ overflow:hidden; border:3px solid #d6d6d6; -webkit-border-radius:3px; -moz-border-radius:3px; background:#262524; margin:10px; }
#myaccount_nav{ float:left; position:relative; left:50%; padding:0; margin:0; list-style-type:none; }
#myaccount_nav li{ float:left; position:relative; right:50%; }
#myaccount_nav div{ display:block; font-size:14px; padding:5px 10px; color:#fff; }
#myaccount_nav div:hover, #myaccount_nav a.here{ color:#333; background:#d6d6d6; text-decoration:none; }

.cart_main_panel{ overflow:hidden; background:#252525; color:#fff; padding:5px; margin:10px; }
.cart_main_panel h3{ margin:5px 0; font-size:14px; }
.cart_main_panel p{ margin:10px 0; position:relative; line-height:1.4em; }
a.edit, a.save{ width:42px; height:20px; background:url(/RESOURCES/IMG/public/cart/btnEdit.gif) no-repeat; text-decoration:underline; color:#000; margin:5px 0; }
a.save{ background:url(/RESOURCES/IMG/public/cart/btnSave.gif) no-repeat; }

a#chgPassword{ margin:0 10px; width:158px; height:24px; background:url(/RESOURCES/IMG/public/cart/chgPassword.gif) no-repeat; }
a#chgPassword:hover, a#chgPassword.here{ background-position:0 -24px; }
#password_form{ display:none; background:#fff; padding:10px; color:#000; width:340px; margin:-1px 10px 0; border:1px solid #a3a3a3; }


.user_info{ float:left; width:230px; padding:10px; }
.user_info input{ background:#252525; color:#fff; border:0; font-size:12px; margin:2px; }
.user_info label{ display:none; }

#wishlist_content{ margin:0 10px; overflow:hidden; width:555px; float:left; height:400px; overflow-y:scroll; }
.wishlist_item{ height:230px; overflow:hidden; border:1px solid #4f4f4f; width:155px; text-align:center; float:left; background:#262626; color:#fff; padding:10px; }
.alt_wishlist_item{ background:#333; }
.wishlist_item img{ margin:10px 0; padding:1px; border:2px solid #fff; background:#000; }
.wishlist_item a{ color:#fff; font-size:16px; }
.add_to_cart{ width:81px; height:23px; background:url(/RESOURCES/IMG/public/cart/addToCart.gif) no-repeat; margin:10px auto; }

#wishlist_share{ float:left; padding:10px; margin:0 10px; background:#333; color:#fff; }
#wishlist_share h3{ margin:10px 0; font-size:18px; }
#wishlist_back{ color:#fff; }

#btnShare{ width:79px; height:24px; background:url(/RESOURCES/IMG/public/cart/btnShare.gif) no-repeat; float:right; }

.cancel_link{ color:#fff; text-decoration:underline; }

#order_history_table{ width:100%; }
#order_history_table td{ vertical-align:middle; padding:10px; }
td.order_status{ text-transform:uppercase; font-size:16px; }
#order_history_table a{ font-size:16px; color:#fff; }
#order_history_table tr.alt_order_history_row td{ background:#333; }

#message, #password_message{ padding-left:14px; margin-left:5px; display:inline-block; }
.success{ color:#0f0; background:url(/RESOURCES/IMG/public/cart/12-em-check.png) no-repeat left; }
.error{ color:#f00; background:url(/RESOURCES/IMG/public/cart/12-em-cross.png) no-repeat left; }

/* cart product details */
#cart_detail_table { width:100%; padding:5px; border-spacing:2px; text-align:center; }
#cart_detail_table thead { }
#cart_detail_table tr {  }
#cart_detail_table tr td { padding:5px; background-color:#3d3d3d; border:solid 1px #555; max-height: 100px; overflow:auto; color:#fff; }
#cart_detail_table tr.total_row td { height:auto; font-size:14px; }
#cart_detail_table tr.checkout_row td { height:auto; }

#cart_detail_table h2 { font-size:14px; }
.cart_item_subtotal, .cart_total { font-size:14px; font-weight:bold; }
.cart_item_update { width:85px; height:30px; background:url(/resources/img/cart/update_cart.png) no-repeat center; border:0; }

#cart_center_form { width:500px; margin:10px auto; text-align:center; }
#cart_center_form table { width:100%; }
#cart_center_form table tr td { padding:5px; background-color:#3d3d3d; border:solid 1px #555; color:#fff; }

/* SHIPPING CALCULATOR */
#shipping_calc_popup {display:none;background-color:#fff;border:#000 1px solid;width:600px;height:400px;position:absolute;}
.shipping_button {  }
.shipping_button:hover {  }

/*.cart_product_detail img { float:left; width: 115px; height: 95px; margin:0 5px 5px 0; border:3px solid #d6d6d6; -webkit-border-radius:3px; -moz-border-radius:3px; }
.cart_product_detail h2 { float:left; width:160px;font-size:14px; text-align:left; }
.detail_subscription { margin:5px 0; text-align:left; }
.detail_quantity { margin:5px 0; text-align:left; }
.detail_price { margin:5px 0; text-align:left; }
.detail_description { margin:5px 0; text-align:left; }
*/

