.totals_text { padding: 2px; }
a, a:link, a:visited { color: #DD3322; }
.hint_link { text-decoration: none; }
.vert_spacer { color: #DD3322; }

#wrapper { margin: 0 20px; width: auto; }

/*Header*/
#cart_header_buttons { clear: both; margin: 0 0 20px 0; overflow: hidden; }
#cart_footer_buttons { clear: both; margin: 0; overflow: hidden; width: 100%; }
.buttons .buttons_checkout { float: right; }

form#cart_form { position: relative; margin-right: -250px; min-height: 420px; min-width: 700px; width: 100%; }

/* Cart Body */
#cart_left { margin: 0 250px 0 0; }
#large_cart_items { float: left; margin-bottom: 75px; padding-top: 10px; width: 100%; min-width: 300px; }
#cart_right { float: right; min-height: 420px; width: 250px; }

/* Items table */
table#line_items { background: #fff; border-collapse: collapse; border: 0 !important; width: 100% }
  table#line_items th { background-color: #EEEEEE; border-color: #ccc; border-style: solid; border-width: 1px 1px 0px 0px !important; color: #333333; padding: 5px; text-transform: uppercase; text-align: center; }
    table#line_items th.first { border-left: #ccc solid 1px !important;}

  table#line_items td { border-color: #ccc; border-style: solid; border-width: 0 1px 1px 0px; height: 65px; }
    table#line_items td.first { border-left: #ccc solid 1px !important; padding: 0 5px; text-transform: lowercase; }

  table#line_items tr.dotted td { height: 65px; border-color: #ccc; border-style: dotted!important; border-width: 2px 2px 2px 0px !important; }
    table#line_items tr.dotted td.first { border-width: 2px 2px 2px 2px !important; }
    table#line_items tr.dotted td.body_items_item { color: #ccc; font-size: 1.4em; text-transform: lowercase; }
    table#line_items tr.dotted td.rightside div.extra  { #border: 1px solid green; background: green; }

  .price_each, .rightside { color: #000000; }

.item_description .item_att { color: #333333; }
.item_description .item_title { color: #CC1100; }

/* Remove item popup */
div.remove { position: relative; }
#remove_item_popup_mask{ display: none; background-color: #000; -moz-opacity: 0.2; opacity: 0.2; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter:alpha(opacity=25); position:absolute; top: 0; left: 0; z-index: 20; width: 100%; height: 100%; }

#remove_item_popup { background: url(/images/wm/cart/extra_item_popup.png) no-repeat left top; display: none; height: 106px; padding: 40px 0 0 100px; position: absolute; left: 75px; top: -30px; width: 376px; }
   /* IE6 fix*/ #remove_item_popup { _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wm/cart/extra_item_popup.png",sizingMethod="crop"); }
   #remove_item_popup p { color: #fff; font-size: 1.4em; text-transform: capitalize; }
   #remove_item_popup a {display: block; float: left; height: 28px; margin: 0 20px 0 0; text-indent: -1000000px; }
      #remove_item_popup a#deleteAll_button:hover { background-position: left bottom; }
      #remove_item_popup a#cancel_button:hover { background-position: left bottom; }

   #remove_item_popup a#deleteAll_button { background: #ff0097 url(/images/wm/cart/extra_item_deleteAll.gif) no-repeat left top; margin-left: 90px; width: 104px; }
   #remove_item_popup a#cancel_button { background: #ff0097 url(/images/wm/cart/extra_item_cancel.gif) no-repeat left top; width: 71px; }

/*Shipping*/
table { margin: 0 0 10px; }
table tr td { padding: 1px; background: none; }
#pre_ship_free { display: none; }

#shipping_box { margin: 0 !important; padding-top: 0 !important; width: 350px; }
  #shipping_options_top h3 { color: #000000; font-size: 11px; margin-top: 10px; }
  #shipping_options_bottom { background: transparent url(/images/wm/cart/zip-selector-bottom.gif) no-repeat scroll right bottom; padding: 10px 25px 20px 20px; width: 303px; }
  #shipping_options { padding: 10px 0px 10px 0px !important; display: block; width: 298px; }
  #shipping_options_top { background: transparent url(/images/wm/cart/zip-selector-top.gif) no-repeat scroll right bottom; text-transform: uppercase; overflow: hidden; padding: 0px 25px 10px 20px; width: 303px; }

  #pre_ship { margin: 0 0 5px 0; padding: 0; width: 100%; }

#shipping_box table{ background: none; border-collapse: collapse; padding: 0px; width: 300px; }
  #shipping_box table tr td.key { width: 240px; }
  #shipping_box table tr td.value { width: auto; }


/*Totals*/
#totals { background-color: #FFFFFF; border: none; }
#item_totals { 	margin: 5px 2px 5px; border-top: 1px solid #666666; }
#item_totals * { line-height: 1.0; }
#large_cart_totals .key, #large_cart_totals .value { background-color: #EEEEEE; border-right: 1px solid; line-height: none; font-weight: normal; color: #000000; }
#large_cart_totals .key { border-left: 1px solid; text-align: left; }
#large_cart_totals .value { width: 70px; }
#order_shipping .key, #order_shipping .value { font-weight: bold; background-color: #EED7E1; border-bottom: 1px solid #666666; }
#large_cart_totals #order_total .key, #large_cart_totals #order_total .value { background: none; border: none; text-indent: 10px; font-size: 12px; }
#large_cart_totals #order_total .key em { color: #FF11BB; }
#large_cart_totals #order_total .value { color: #FF11BB; text-indent: 0; }

/*Footer*/
#cart_footer_buttons { 	padding: 0; }


/* Combined Shipping */
#combined_shipping_invalid { color: #666; margin: 0 15px 0 18px; font-style: italic; }
#combined_shipping_invalid_mask { background: #EED7E1; display: block; height: 25px; -moz-opacity: 0.8; opacity: 0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); margin: 0; position: absolute; width: 300px; }

fieldset#shipping_radios { border: 0; background: transparent url(/images/wm/cart/zip-selector-middle.gif) repeat-y scroll left bottom; margin: 0; padding: 5px 28px 0 20px; width: 300px; }
div#combined_shipping_options { width: 100%; }

table#combined_shipping { margin: 0 5px 5px 0; }
table#combined_shipping td{ padding: 3px; vertical-align: top; }
table#combined_shipping td.key, table#combined_shipping td.value { color: #334455; font-size: 11px; }
table#combined_shipping input { margin: 0; }
table#combined_shipping a { background: none; display: inline; padding: 0; text-decoration: underline; }


/* What is this Pop Up */
#combinedShippingPopup { background: url(/images/wm/combined_shipping/combinedShippingPopup_top.png) no-repeat left top; color: #fff; font-family: Arial, Helvetica, sans-serif; padding-top: 21px; width: 456px; }
#combinedShippingPopup * { color: #fff; font-size: 12px; }
  #combinedShippingPopup .hint_middle { background: url(/images/wm/combined_shipping/combinedShippingPopup_middle.png) repeat-y left top; height: 235px; padding: 0 30px; width: 396px; }
    #combinedShippingPopup .hint_middle a.hint_close { background: none; display: block; height: 16px; margin: 0; padding: 0; text-indent: -9999px; position: absolute; right: 25px; top: 0; width: 24px; }
  #combinedShippingPopup .hint_bottom { background: url(/images/wm/combined_shipping/combinedShippingPopup_bottom.png) no-repeat left bottom; height: 35px; width: 456px; }

  #combinedShippingPopup h3 { color: #fff; font-size: 30px; font-weight: normal; margin: 0 0 5px 0; }
  #combinedShippingPopup h4 { color: #ff0000; font-size: 16px; font-weight: normal; margin: 0 0 5px 0; }
  #combinedShippingPopup p { color: #ebebeb; margin: 0; }
  #combinedShippingPopup ul { margin: 20px 0; }
    #combinedShippingPopup ul li { margin: 5px 0; font-size: 12px; }
  #combinedShippingPopup strong { color: #ff0000; font-size: 12px; }
#combinedShippingPopup a#find_out, #combinedShippingPopup a#back_cart { display: block; float: left; height: 32px; text-indent: -1000px; width: 113px; }
#combinedShippingPopup a#find_out { background: url(/images/wm/combined_shipping/find_out_more.gif) no-repeat left top; margin: 0 20px 0 55px; }
#combinedShippingPopup a#back_cart { background: url(/images/wm/combined_shipping/back_to_cart.gif) no-repeat left top; }
#combinedShippingPopup .hint_middle a.hint_close { background: url(/images/wm/combined_shipping/popup_close.gif) no-repeat left top; display: block; height: 16px; width: 25px; }



/* Cross Sell - Add etra item */
#extra { display: block; height: 0; position: relative; width: 100%; z-index: 0; }
#extra_item { background: url(/images/wm/cart/extra_item_bg.gif) repeat-y 67px; margin: 0; padding: 0; position: absolute; right: -260px; top: -177px; width: 300px; z-index: 10;} 
   /* Safari fix */ body:first-of-type #extra_item { top: -186px; }
   /* IE fix */ #extra_item { #top: -188px; }
  #extra_item_top{ background: url(/images/wm/cart/extra_item_top.png) no-repeat right top; width: 300px; /*ie6 fix*/_background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/wm/cart/extra_item_top.png",sizingMethod="crop"); }
  #extra_item_bottom { background: url(/images/wm/cart/extra_item_bottom.gif) no-repeat right bottom; clear: both; padding: 5px 25px 20px 85px; width: 190px; }
  #extra_item_mask { background: #fff; height: 100%; position: absolute; left: 0; top: 0; -moz-opacity: 0.8; opacity: 0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); width: 300px; z-index: 20; display: none;}

	#extra_item h1 { font-size: 2.8em; font-weight: bolder; letter-spacing: -1px; margin: 10px 0 -10px 0; text-align: right; text-transform: lowercase; }
	#extra_item p#additional_shipping { color: #454649; font-size: 11px; margin: 0 0 15px 0; text-align: right; text-transform: uppercase; }
	#extra_item p#additional_shipping span { color: #e80090; }

#item { height: 183px; margin: 0; padding: 10px 0 5px 0; position: relative; text-align: center; }
   #item h2 { font-size: 12px; margin: 6px 8px; text-align: left; }
   #item div#item_image { margin: 5px 0; width: 100%; }
   #item_image a#zoom_image { background: url(/images/wm/cart/extra_item_zoom.gif) no-repeat; display: block; height: 16px; position: absolute; right: 10px; bottom: 5px; text-indent: -100000px; width: 16px; }
      #item_image a#zoom_image:hover { background-position: left bottom ; }

#pricing { margin: 3px 0px 10px 3px; overflow: hidden; }
   #pricing h3#price { color: #e80090; display: block; float: left; font-size: 28px; font-weight: bold; margin: 0; padding: 0; text-align: center; width: 118px; }
   #pricing span { color: #666; float: left; font-size: 9px; margin: 0; padding: 0; }
   #pricing span#percent_off { display: block; overflow: hidden; text-align: left; width: 60px; margin: 5px 0 0 0; }
   #item span#regular_price { display: block; text-align: left; width: 65px; }

#available_sizes { margin: 10px auto 10px auto 0 auto; overflow: hidden;  text-align: center; width: 190px; }
   #available_sizes h3 { background: url(/images/wm/cart/extra_item_selectSize.gif) no-repeat left center; color: #000; display: block; font-size: 11px; height: 28px; margin: 10px auto 5px auto; text-indent: -1000000px; width: 90px;  }
      #available_sizes h3 span { display: none; }
   #available_sizes ul { margin: 5px 1px; overflow: hidden; padding: 0;}
   #extra #available_sizes ul li { float: left; list-style: none; margin: 0; padding: 0; }
   #available_sizes ul li a { background: url(/images/wm/cart/extra_item_availableSize.gif) no-repeat; color: #fff; display: block; font-size: 16px; font-weight: bold; margin: 0; padding: 15px 0 11px 2px; text-align: center; width: 45px;  }
   #available_sizes ul li a:hover { color: #e80090; text-decoration: none; }
   #available_sizes ul li a.not_available_size { background: url(/images/wm/cart/extra_item_notAvailableSize.gif) no-repeat; text-indent: -10000px; }
   #available_sizes ul li a.oneSize { background: url(/images/wm/cart/extra_item_oneSize.gif) no-repeat; padding: 8px 0; width: 114px; }

/* Large image panel */
  div#large_image_panel_mask{ display: none; background-color: #000; -moz-opacity: 0.2; opacity: 0.2; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; filter:alpha(opacity=25); position:absolute; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; }
  div#large_image_panel_c{ z-index: 150; }
  .underlay {display: none}
  div#large_image_panel{ display: none; margin: 0; position: absolute; left: 28%; top: 10%; z-index: 150;  }
    #large_image_panel div.hd{ width: 100%; clear: both; border: none; background: transparent url(/images/wm/cart/image_panel_top_bg.png) top left no-repeat; padding: 0; height: 18px; }
      #large_image_panel .hd a.box_close{ margin: 0 26px 0 0; }
    div.panel_image{ width: 490px; padding: 2px 16px 10px 0; background: transparent url(/images/wm/cart/image_panel_bg.png) top left repeat-y; }
      #large_image_panel img#large_product_image{ clear: both; display: block; margin: 0 auto; }
    div.panel_bottom{ height: 22px; width: 506px; clear: both; background: transparent url(/images/wm/cart/image_panel_bottom_bg.png) top left no-repeat; }

    div.ie6 div.hd{ background: #fff !important; }
      div.ie6 div.hd a.box_close{ margin: 0 0 0 0 !important; padding-right: 10px; }
    div.ie6 div.panel_image{ background-image: none; background-color: #fff; padding: 2px 0 10px 0; width: 506px; }
    div.ie6 div.panel_bottom{ background-image: none; }

  .faded_glory{ -moz-opacity: 0.5; opacity: 0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50); }
  .shiny_nickel{ -moz-opacity: 0.99; opacity: 0.99; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"; filter:alpha(opacity=99); } /*need this class for Safari bug*/

