/*
##############################################
# SITE WIDE STYLES                           #
# Add any styles which would be site-wide    #
# here. These can include error styles, list #
# styles, table styles and more.             #
##############################################
##############################################
# CONSOLIDATED STYLES                        #
# These styles are generic settings for all  #
# of the pages.                              #
# To override a style, you may need to       #
# define a more specific selector using      #
# the ID defined for that specific page:     #
#   ex.) add the new style for the specific  #
#      page you want to address. Example:    #
#      #dr_ShoppingCart h1                   #
##############################################
*/

/* BEGIN GENERIC STYLES */

body { 
  margin: 0;
  background:#000000;
  font:12px Verdana,Arial,Helvetica,sans-serif;
  color:#000000;
}
.dr_Content {
  font:12px Verdana,Arial,Helvetica,sans-serif;
  color:#000000;
  text-align:left;
  background-color:#FFFFFF;
  padding:0px;
  /* peekaboo fix */
  position:relative;
  min-width:0;
}
.dr_Content h3 {
  font-size:12px;
}
.dr_Content h2 {
  font-size:14px;
}
.dr_Content h1 {
  font-size:12px;
  color:#000000;
  margin: 0px 0px 10px 0px;
}
#dr_CheckoutPayment h1, #dr_CheckoutShipping h1 {
  display:none;
}
.dr_error {
  font-weight:bold;
  color:red;
}
.dr_Content img {
  border:0px; 
}
.dr_hiddenText {
  display:none;
}
.dr_greenBottom {
  background-color:#E8F4DE;
  border-bottom:1px solid #DCDCDC;
}
/* Form button styles */
/* button alignment */
#dr_siteButtons, .dr_siteButtons {
  margin:10px 29px 10px 0px;
  text-align:right;
  clear:both;
}
#dr_ShoppingCart #dr_siteButtons, .dr_siteButtons {
  margin:0px;
  padding:10px 29px 10px 0px;
  text-align:right;
  clear:both;
  background-color:#E8F4DE;
}
#dr_ShoppingCart #dr_tableSpacer {
  background-color:#f7faf4;
}
/* button design */
input.dr_button, body a.dr_button {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#000000;
  border:1px solid #000000;
  margin-left:10px;
  cursor:hand;
}
a.dr_button {
  padding:1px 5px 4px 5px;
  text-decoration:none;
}
a.dr_button:hover {
  color:#c0c0c0;
}
* html a.dr_button {
  padding:3px 5px 2px 5px;
  color:#FFFFFF;
  position:relative;
  bottom:-2px;
}
.dr_hr_line {
  width:100%;
  border-bottom:1px solid #000000;
}
a:link {
  color:#296F02;
}
a:visited {
  color:#296F02;
}
a:hover {
  color:#296F02;
}

/* Styles for clearing */
.dr_clearAfterBoth:after {
  clear:both; 
  content:"."; 
  display:block; 
  height:0; 
  visibility:hidden;
}
.dr_clearAfterLeft:after {
  clear:left; 
  content:"."; 
  display:block; 
  height:0; 
  visibility:hidden;
}
.dr_clearAfterRight:after {
  clear:right; 
  content:"."; 
  display:block; 
  height:0;
  visibility:hidden;
}
.dr_clearBoth {
  clear:both;
}
.dr_clearLeft {
  clear:left
}
.dr_clearRight {
  clear:right
}
/* End styles for clearing */


/* BEGIN POPUP WINDOW STYLES */
#dr_popUp {
  margin:5px;
}
#dr_closeWindow {
  text-align:center;
}
/* END POPUP WINDOW STYLES */

/* BEGIN PRODUCT LIST STYLES */
.dr_Content ul.dr_productList {
  list-style-type:none;
}
.dr_Content ul.dr_productList li {
  display:inline;
  margin:0px;
}
/* END PRODUCT LIST STYLES */

/* Address Styles - billing / shipping */
.dr_Content address {
  font-style:normal;
  padding:5px;
}
#dr_ConfirmOrder #dr_confirmAddress, #dr_ConfirmOrder #dr_confirmShipping {
  padding-top:10px;
}
#dr_ConfirmOrder address {
  padding:0px;
}
/* Table styles - Can be overridden with a direct id call. (i.e. #dr_ConfirmOrder table#dr_confirmTbl) */
.dr_Content table {
  border:0px solid #000000;
  border-collapse:collapse;
  width:100%;
  font-size:12px;
  color:#000000;
}
/* Table header styles */
.dr_Content table th {
  border:1px solid #000000;
  background-color:#000000;
  font-weight:bold;
  font-size:12px;
  color:#FFFFFF;
  padding:5px;
}
/* Table odd and even row styles */
.dr_Content table tr.dr_evenRow {
  background-color:#F3F8EF;
}
.dr_Content table tr.dr_oddRow {
  background-color:#D9EBCC;
}
/* Table header style for product name */
.dr_Content th.dr_productName {
  padding-left:29px;
  text-align:left;
  width:35%;
}
.dr_Content td.dr_productName {
  padding-left:29px;
}
/* Table cell styles */
.dr_Content table td {
/*  border:1px solid #000000; */
  border-right:0px;
  border-left:0px;
  padding:5px 5px;
  vertical-align:top;
  height:35px;
}
/* Empty cell styles - these are cells with no content (usually in the "totals" rows) */
.dr_Content table td.dr_emptyCell
{
  border:0px;
}
/* Totals cells - these are the cells that contain totals information */
.dr_Content table tr#dr_subTotal td.dr_qty,
.dr_Content table tr#dr_discountTotal td.dr_qty,
.dr_Content table tr#dr_shippingTotal td.dr_qty,
.dr_Content table tr#dr_shippingDiscountTotal td.dr_qty,
.dr_Content table tr#dr_taxTotal td.dr_qty,
.dr_Content table tr#dr_shippingEstimator td.dr_qty,
.dr_Content table tr#dr_feeTotal td.dr_qty,
.dr_Content table tr#dr_priceTotal td.dr_qty,
.dr_Content table td.dr_totals
{
  border:0px;
  text-align:right;
/*  padding:6px 3px; */
}
.dr_Content table tr#dr_priceTotal {
  font-weight:bold;
}
/* Used on entire price column, including lineitem prices and the totals */
.dr_Content table th.dr_price,
.dr_Content table th.dr_unitPrice,
.dr_Content table th.dr_extendedPrice,
.dr_Content table td.dr_price,
.dr_Content table td.dr_priceVAT,
.dr_Content table td.dr_unitPrice,
.dr_Content table td.dr_extendedPrice
{
  text-align:right;
/*  padding:6px 5px; */
  white-space:nowrap;
}
/* Shipping Line Item style */
.dr_Content table #dr_shippingEstimator td {
  border:0px;
  padding-left:29px;
}
.dr_Content table .dr_label {
  display:none;
}
/* Styles for the lineitem details for a product in the order */
a.dr_expandDetails  {
  color:#296F02;
  font-size:11px;
  text-decoration:none;
}
.dr_productDetails {
  padding:2px;
  margin:2px 0px 2px 12px;
  font-size:11px;
  list-style-type:none;
  font-weight: normal;
}
a.dr_details  {
  color:#666;
  font-size:11px;
  text-decoration:none;
}
.dr_Content #dr_cartTbl .dr_productName ul,
.dr_Content #dr_confirmTbl .dr_productName ul,
.dr_Content #dr_invoiceTbl .dr_productName ul {
  font-size:11px;
  list-style-type:none;
  padding:0px 0px 0px 10px;
  margin:5px 0px 0px 0px;
}
/* Styles for breadcrumbing on site */
#dr_CheckoutBreadcrumb {
  margin:0px;
  padding:0px;
}
ul#dr_breadcrumbTitles {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#dr_breadcrumbTitles li {
  display:inline;
  margin:10px 10px 10px 0px;
  padding:0px;
}
#dr_breadcrumbTitles li.dr_titleOn {
  font-weight:bold;
}
/* Forms */
.dr_Content form {
  margin:0px;
  padding:0px;
}
/* Legends - usually there for 508 compliance and set to display none */
.dr_Content legend {
  display:none;
  margin:0px;
  padding:0px;
}
@media aural {
  .dr_Content legend {
    display:block;
    margin:0px;
    padding:0px;
  }
}
@media screen {
  .dr_Content legend {
    display:none;
    margin:0px;
    padding:0px;
  }
}
/* Fieldset headers - these are more for screen (browsers) that screen readers such as jaws */
.dr_Content fieldset h3 {
  background-color:#000000;
  color:#FFFFFF;
  height:26px;
  line-height:26px;
  margin:0;
  padding:5px 5px 5px 29px;
  vertical-align:middle;
}
/* Fieldset, these are goupings of similar form elements */
.dr_Content fieldset {
  border:1px solid #000000;
  padding:0px;
  margin:0px;
  margin-bottom:10px;
  padding-bottom:10px;
}
.dr_Content fieldset{
  border:0px;
}
/* Input - input elements */
.dr_Content fieldset input {
  margin-left:10px;
}
#dr_AddressTable input {
  width:210px;
}
/* Select Boxes */
.dr_Content fieldset select {
  margin-left:10px;
}
/* Select Boxes */
.dr_Content fieldset textarea {
  margin-left:10px;
}
/* Form lines - this is a div that contains the label and input element. The default CSS will place
these on new lines */
/* mack a-hack \*/
.dr_Content fieldset .dr_formLine {
  clear:both;
}
/* */
.dr_Content fieldset .dr_formLine {
  margin:0px;
	padding:3px 0;
  /*height:3em;*/
}
/* mack a-hack \*/
.dr_Content fieldset .dr_formLine {
  height:auto;
}
/* */
/* Labels - this CSS will give the form a nice lined up columnar layout within each fieldset */
.dr_Content fieldset .dr_label {
  display:block;
  float:left;
  width:125px;
}
.dr_Content fieldset .dr_label_right {
  display:block;
  float:left;
  width:80%;
}
.dr_Content fieldset#dr_optIn label {
  width:92%;
  float:right;
}
.dr_Content fieldset#dr_ACHFormFields #dr_optInACH label {
  width:93%;
  float:right;
}
/* Subheadings in the forms */
.dr_Content fieldset h5 {
  display:inline;
  width:400px;
}
/* Style for pages with minimal text, such as error pages */
#dr_shortPage {
  text-align:center;
  margin:40px 0px 100px 0px;
}
/* Styles for Terms and Agreements text */
#dr_TCAgreement,
#dr_TCDisclosure,
#dr_TCFooter {
  clear:both;
  padding:0px 0px 10px 0px;
}
#dr_TCDisclosure, #dr_TCAgreement {
  display:none;
}
/* END GENERIC STYLES */

/*
######################################################
# SPECIFIC PAGE CSS                                  #
# The following CSS declarations are for specific    #
# pages within the site.                             #
######################################################
*/

/* BEGIN INTERSTITIAL (USCS) PAGE CSS */
#dr_interstitialIteration td{
  margin: 4px 0px;
  padding:2px;
  border:0px;
}
#dr_ProductCrossSell span.dr_productName {
  font-weight:bold;
}
#dr_ProductCrossSell .dr_childProduct {
  margin-bottom:30px;
}
/* END INTERSTITIAL PAGE CSS */

/* BEGIN INTERSTITIAL DETAIL POP UP PAGE CSS - linked to from USCS and cart product names */
#dr_ProductInterstitialDetails p#dr_productName {
  font-weight:bold;
  text-align:center;
}
#dr_ProductInterstitialDetails p#dr_productImage{
  text-align:center;
}
/* END INTERSTITIAL DETAIL POP UP PAGE CSS */

.dr_Content table td.dr_backUpCD, .dr_Content table td.dr_EDS {
  background-color:#E8F4DE;
}
#tbl_CD2GO_EDS .dr_EDS {
  background-color:#E8F4DE;
}
.dr_Content table#dr_cartTbl tr#dr_priceTotal {
  background-color:#E8F4DE;
}
#dr_checkoutButton,
#dr_checkoutButton input {
  margin:0px;
}

/* BEGIN AJAX_MINI_CART CSS */
#dr_scs_main_wrapper {position: relative; background-color: #ffffff; width: 158px; height: auto; border: 1px solid #cccccc; font-size: 11px; z-index: 1;}
#dr_scs_top_wrapper {z-index: 1; height: auto;}
#dr_scs_top_wrapper form {margin: 0; padding: 0;}
#dr_scs_cart_empty {height: 19px; background-color: #f2f2f2; border-bottom: 1px solid #cccccc; font-weight: bold; padding: 10px 10px 0px 10px; _height: 16px; _padding: 8px 10px 7px 10px; z-index: 1;}
#dr_scs_overlay_wrapper {background-color: #000000; cursor: wait; opacity: 0.65; width: 100%; position: absolute; left: 0px; top: 0px; display: none; filter:alpha(opacity=65); z-index: 100;}
#dr_scs_progress_wrapper {width: 150px; cursor: wait; position: absolute; left: 50%; top: 50%; display: none; z-index: 101;}
.dr_scs_clear {clear: both; height: 0px; font-size: 0px; line-height: 0px; margin-top: 0px; _margin-top: -12px;}
/* Top cart-full area */
#dr_scs_cart_full {position: relative; background-color: #f2f2f2; border-bottom: 1px solid #cccccc; height: 21px; font-weight: bold; padding: 10px 0px 10px 10px; line-height: 12px; _height: 23px; _padding: 8px 0px 9px 10px; z-index: 2;}
#dr_scs_cart_full #dr_scs_cart_img {position: absolute; top: 10px; right: 10px; width: 26px;}
#dr_scs_cart_full_arrow_wrapper {height: 8px; width: 13px; position: absolute; left: 11px; bottom: -8px; z-index: 3;}
#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_point {background-color: #cccccc; height: 1px; line-height: 1px; font-size: 1px; width: 1px; margin-left: 8px;}
#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_line_border1 {background-color: #f2f2f2; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; height: 1px; line-height: 1px; font-size: 1px; margin-left: 7px; width: 1px;}
#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_line_border2 {background-color: #f2f2f2; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; height: 1px; line-height: 1px; font-size: 1px; margin-left: 6px; width: 3px;}
#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_line_border3 {background-color: #f2f2f2; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; height: 1px; line-height: 1px; font-size: 1px; margin-left: 5px; width: 5px;}

#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_line_border4 {background-color: #f2f2f2; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; height: 1px; line-height: 1px; font-size: 1px; margin-left: 4px; width: 7px;}
#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_line_border5 {background-color: #f2f2f2; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; height: 1px; line-height: 1px; font-size: 1px; margin-left: 3px; width: 9px;}
#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_line_border6 {background-color: #f2f2f2; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; height: 1px; line-height: 1px; font-size: 1px; margin-left: 2px; width: 11px;}
#dr_scs_cart_full_arrow_wrapper .dr_scs_cart_arrow_line {background-color: #f2f2f2; height: 1px; line-height: 1px; font-size: 1px; margin-left: 2px; width: 13px;}
/* Cart contents */
#dr_scs_cart_contents_wrapper {position: relative;}
#dr_scs_cart_contents {position: relative; padding: 0px 10px 0px 10px; line-height: 12px; z-index: 1;}
.dr_scs_cart_prod_wrapper {width: 100%; padding: 10px 0px 10px 0px; border-bottom: 1px solid #cccccc;}
.dr_scs_cart_prod_wrapper input {margin-bottom: 5px; padding: 2px 0px 2px 0px; border: 1px solid #cccccc; font-size: 11px; color: #292929; background-color: #ffffff; width: 20px; text-align: center;}
.dr_scs_cart_prod_wrapper .dr_scs_cart_prod_left {float: left; width: 22px; text-align: center; vertical-align: top;}
.dr_scs_cart_prod_wrapper .dr_scs_cart_prod_left .dr_scs_button_refresh_image {width: 13px; height: 13px; border: 0px;}
.dr_scs_cart_prod_wrapper .dr_scs_cart_prod_right {float: right; width: 106px; padding-left: 10px; _padding-left: 0px;}
.dr_scs_cart_prod_wrapper .dr_scs_cart_prod_right .dr_scs_cart_prod_name_link {width: auto;}
.dr_scs_cart_prod_wrapper .dr_scs_cart_prod_right .dr_scs_cart_prod_delivery {font-weight: bold;}
/* Next/back links and checkout button */
#dr_scs_cart_buttons_wrapper {padding: 0px 10px 10px 10px; z-index: 1; _padding-bottom: 7px;}
#dr_scs_cart_buttons_wrapper #dr_scs_next_back_wrapper {width: 100%; padding-top: 5px; _margin: -2px 0px -4px 0px;}
#dr_scs_cart_buttons_wrapper #dr_scs_next_back_wrapper #dr_scs_next_back_left {float: left; text-align: left;}
#dr_scs_cart_buttons_wrapper #dr_scs_next_back_wrapper #dr_scs_next_back_right {float: right; text-align: right;}
#dr_scs_cart_buttons_wrapper #dr_scs_next_back_wrapper .dr_scs_next_back_link {width: auto;}
#dr_scs_cart_buttons_wrapper #dr_scs_next_back_wrapper .dr_scs_next_back_arrow {font-size: 15px; font-weight: bold; color: #838383;}
#dr_scs_cart_buttons_wrapper a img {margin-top: 10px;}
/* Product variation overlay */
.dr_scs_delivery_wrapper {width: 154px; position: absolute; right: 2px; display: none; z-index: 6;}
.dr_scs_delivery_wrapper .dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_middle {width: 138px; _width: 140px; background-color: #f2f2f2; border: 1px solid #838383; padding: 8px; margin: 0 auto; font-size: 10px; line-height: 12px;}
.dr_scs_delivery_wrapper .dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_middle .dr_scs_delivery_inner_table_title {font-weight: bold; margin-bottom: 7px;}
.dr_scs_delivery_wrapper .dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_middle p {margin: 6px 0 0 0; padding-top: 6px; border-top: 1px solid #cccccc;}
.dr_scs_delivery_wrapper .dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_middle select.dr_scs_delivery_select {width: 125px;}
.dr_scs_delivery_wrapper .dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_middle .dr_scs_delivery_button {margin-top: 6px; padding-top: 8px; border-top: 1px solid #cccccc; text-align: right;}
/* Product variation shadows */

.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_top_left {width: 8px; height: 8px; line-height: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow8_w.png); background-position: bottom right; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow8_w.png', sizingMethod='scale'); _background: none;}
.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_top_middle {height: 8px; line-height: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow1_w.png); background-position: bottom; background-repeat: repeat-x; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow1_w.png', sizingMethod='scale'); _background: none;}
.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_top_right {width: 8px; height: 8px; line-height: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow2_w.png); background-position: bottom left; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow2_w.png', sizingMethod='scale'); _background: none;}
.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_left {width: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow7_w.png); background-position: right; background-repeat: repeat-y; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow7_w.png', sizingMethod='scale'); _background: none;}
.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_right {width: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow3_w.png); background-position: left; background-repeat: repeat-y; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow3_w.png', sizingMethod='scale'); _background: none;}
.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_bottom_left {width: 8px; height: 8px; line-height: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow6_w.png); background-position: top right; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow6_w.png', sizingMethod='scale'); _background: none;}
.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_bottom_middle {height: 8px; line-height: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow5_w.png); background-position: top; background-repeat: repeat-x; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow5_w.png', sizingMethod='scale'); _background: none;}
.dr_scs_delivery_inner_table .dr_scs_delivery_inner_table_bottom_right {width: 8px; height: 8px; line-height: 8px; font-size: 1px; padding: 0px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow4_w.png); background-position: top left; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow4_w.png', sizingMethod='scale'); _background: none;}
/* Product variation overlay arrows */
.dr_scs_delivery_arrow_top_wrapper {position: absolute; z-index: 9; top: 1px; right: 109px; _right: 107px; height: 8px; width: 13px;}
.dr_scs_delivery_arrow_bottom_wrapper {position: absolute; z-index: 9; bottom: 1px; right: 109px; _right: 107px; height: 8px; width: 13px;}
.dr_scs_cart_arrow_point {background-color: #838383; height: 1px; line-height: 1px; font-size: 1px; width: 1px; margin-left: 8px;}
.dr_scs_cart_arrow_line_border1 {background-color: #f2f2f2; border-left: 1px solid #838383; border-right: 1px solid #838383; height: 1px; line-height: 1px; font-size: 1px; margin-left: 7px; width: 1px;}
.dr_scs_cart_arrow_line_border2 {background-color: #f2f2f2; border-left: 1px solid #838383; border-right: 1px solid #838383; height: 1px; line-height: 1px; font-size: 1px; margin-left: 6px; width: 3px;}
.dr_scs_cart_arrow_line_border3 {background-color: #f2f2f2; border-left: 1px solid #838383; border-right: 1px solid #838383; height: 1px; line-height: 1px; font-size: 1px; margin-left: 5px; width: 5px;}
.dr_scs_cart_arrow_line_border4 {background-color: #f2f2f2; border-left: 1px solid #838383; border-right: 1px solid #838383; height: 1px; line-height: 1px; font-size: 1px; margin-left: 4px; width: 7px;}
.dr_scs_cart_arrow_line_border5 {background-color: #f2f2f2; border-left: 1px solid #838383; border-right: 1px solid #838383; height: 1px; line-height: 1px; font-size: 1px; margin-left: 3px; width: 9px;}
.dr_scs_cart_arrow_line_border6 {background-color: #f2f2f2; border-left: 1px solid #838383; border-right: 1px solid #838383; height: 1px; line-height: 1px; font-size: 1px; margin-left: 2px; width: 11px;}
.dr_scs_cart_arrow_line {background-color: #f2f2f2; height: 1px; line-height: 1px; font-size: 1px; margin-left: 2px; width: 13px;}
/* Recommended products */
#dr_scs_recommended_products_wrapper {border-top: 1px solid #cccccc; z-index: 1; height: auto;}
#dr_scs_recommended_bar {background-color: #f2f2f2; font-weight: bold; padding: 11px 8px 10px 10px; z-index: 1;}
#dr_scs_recommended_products {border-top: 1px solid #cccccc; padding: 0 8px 10px 10px;}
#dr_scs_recommended_products .dr_scs_rec_prod_wrapper {padding-top: 10px; line-height: 12px; height: 100%;}
#dr_scs_recommended_products .dr_scs_rec_prod_wrapper .dr_scs_rec_prod_name {font-weight: bold;}
#dr_scs_recommended_products .dr_scs_rec_prod_wrapper .dr_scs_rec_prod_name_link {width: auto;}
/* Empty cart hero spot */
#dr_scs_hero {padding: 10px; line-height: 13px;}
#dr_scs_hero img {border: 1px solid #cccccc; margin-bottom: 5px;}
#dr_scs_hero #dr_scs_hero_prod_name {font-weight: bold;}
/* Progress bar shadow area */
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_top_left {width: 8px; height: 8px; line-height: 8px; font-size: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow8_b.png); background-position: bottom right; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow8_b.png', sizingMethod='scale'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_top_middle {height: 8px; line-height: 8px; font-size: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow1_b.png); background-position: bottom; background-repeat: repeat-x; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow1_b.png', sizingMethod='scale'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_top_right {width: 8px; height: 8px; line-height: 8px; font-size: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow2_b.png); background-position: bottom left; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow2_b.png', sizingMethod='scale'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_left {width: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow7_b.png); background-position: right; background-repeat: repeat-y; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow7_b.png', sizingMethod='scale'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_middle {background-image: url(/DRHM/Storefront/Library/images/scs_processing_back.gif); background-position: bottom; background-repeat: repeat-x; background-color: #ffffff; border: 1px solid #ffffff; padding: 5px; text-align: center; margin: 0 auto; font-size: 10px; line-height: 12px;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_middle .dr_scs_progress_bar {width: 120px; background-image: url(/DRHM/Storefront/Library/images/scs_progress_bar_shadow.png); background-repeat: no-repeat; margin: 0 auto; text-align: center; padding: 2px 0px 2px 0px; margin-bottom: 5px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_progress_bar_shadow.png', sizingMethod='image'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_middle .dr_scs_progress_bar img {border: 1px solid #919191;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_right {width: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow3_b.png); background-position: left; background-repeat: repeat-y; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow3_b.png', sizingMethod='scale'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_bottom_left {width: 8px; height: 8px; line-height: 8px; font-size: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow6_b.png); background-position: top right; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow6_b.png', sizingMethod='scale'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_bottom_middle {height: 8px; line-height: 8px; font-size: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow5_b.png); background-position: top; background-repeat: repeat-x; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow5_b.png', sizingMethod='scale'); _background: none;}
#dr_scs_progress_inner_table .dr_scs_progress_inner_table_bottom_right {width: 8px; height: 8px; line-height: 8px; font-size: 8px; background-image: url(/DRHM/Storefront/Library/images/scs_shadow4_b.png); background-position: top left; background-repeat: no-repeat; padding: 0px; border: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/DRHM/Storefront/Library/images/scs_shadow4_b.png', sizingMethod='scale'); _background: none;}
/* END AJAX_MINI_CART CSS */

/* BEGIN CHECKOUT & SHIPPING CSS */
#dr_CheckoutPayment td#dr_name1 {
  width:44%;
}
#dr_CheckoutPayment fieldset#dr_payment .dr_label,
#dr_CheckoutPaymentTBYB fieldset#dr_payment .dr_label {
  margin-bottom:0px;
}
#dr_CheckoutPayment fieldset#dr_payment .dr_label,

#dr_CheckoutPayment fieldset#dr_payment p,
#dr_CheckoutPaymentTBYB fieldset#dr_payment .dr_label,
#dr_CheckoutPaymentTBYB fieldset#dr_payment p {
  margin-left:30px;
}
#dr_CheckoutPayment .dr_billingInst {
  padding-left:29px;
}
.dr_Content fieldset .dr_label_paymentMethodName {
  margin:0px;
  padding:0px;
}
.dr_Content fieldset .dr_label_paymentMethodName_noRadio {
  margin:0px 0px 0px 12px;
  padding:0px;
}
#dr_optInEmail .dr_label {
  width:10px;
}
#dr_CheckoutPayment fieldset#dr_optIn p {
  width:92%;
  float:right;
}
#dr_optInEmail {
  font-size:0.9em;
  font-style:italic;
}
#dr_optInEmail .dr_formLine {
  padding-left:9px;
}
#dr_CheckoutPayment ul#dr_formNavigator,
#dr_CheckoutPaymentTBYB ul#dr_formNavigator  {
  display:none;
}
#dr_CheckoutPayment .dr_loginButton {
  padding:0px 0px 0px 130px;
  text-align:left;
  font-size:10px;
  margin:3px 10px;
}
#dr_CheckoutPayment a.dr_morePaymentInfo,
#dr_CheckoutPaymentTBYB a.dr_morePaymentInfo {
  color:#666;
  font-size:11px;
  margin:0px;
  padding:0px;
  text-decoration:none;
}
#dr_CheckoutPayment #dr_saveMyCc label.dr_label {
  width:94%;
}
#dr_CheckoutPayment #dr_paypalImage,
#dr_CheckoutPaymentTBYB #dr_paypalImage
 {
  padding:0px 5px 0px 0px;
}
#dr_CheckoutPayment #dr_clickandbuyImage,
#dr_CheckoutPaymentTBYB #dr_clickandbuyImage,
#dr_CheckoutPayment #dr_ipsImage,
#dr_CheckoutPaymentTBYB #dr_ipsImage,
#dr_CheckoutPayment #dr_paypalExpressImage,
#dr_CheckoutPaymentTBYB #dr_paypalExpressImage,
#dr_CheckoutPayment #dr_bpayImage,
#dr_CheckoutPaymentTBYB #dr_bpayImage {
  padding:0px 5px 0px 0px;
  float:left;
}
#dr_CheckoutPayment #dr_creditCardSection,
#dr_CheckoutPayment #dr_DirectDebitSection,
#dr_CheckoutPayment #dr_DelayedDirectDebitSection,
#dr_CheckoutPayment #dr_DSKKonbiniSection,
#dr_CheckoutPayment #dr_ACHSection {
  padding:0px 0px 0px 20px;
}
#dr_creditCard .dr_formLine {
	padding:2px 0px;
	margin:0;
}
#dr_creditCard input {margin:0;padding:0;}
#dr_CheckoutPayment .dr_formLine.dr_saveMyAccountInfo {
 padding:10px 0;
 overflow:hidden;
}
#dr_CheckoutPayment .dr_formLine.dr_saveMyAccountInfo input {
 margin-left:0;
}
#dr_CheckoutPayment .dr_formLine.dr_saveMyAccountInfo label{
 width:auto;
}
#dr_CheckoutPayment #dr_CheckoutBreadcrumb, #dr_CheckoutShipping  #dr_CheckoutBreadcrumb {
  display:none;
}
#dr_CheckoutPayment #dr_AddressEntryFields .dr_label, #dr_CheckoutShipping #dr_AddressEntryFields .dr_label, #dr_CheckoutShipping .dr_label {
  font-weight:bold;
}
#dr_CheckoutPayment #dr_AddressEntryFields #dr_addr1_dtls .dr_label {
  font-weight:normal;
}
#dr_CheckoutPayment #dr_AddressEntryFields #dr_addr2_dtls .dr_label {
  font-weight:normal;
}
#dr_CheckoutPayment #dr_AddressEntryFields table td, #dr_CheckoutShipping #dr_AddressEntryFields table td {
  border:none;
  margin:0px;
  padding:0px 0px 0px 29px;
}
#dr_CheckoutPayment #dr_AddressEntryFields #dr_AddressTable .dr_green1, #dr_CheckoutShipping #dr_AddressEntryFields #dr_AddressTable .dr_green1 {
  background-color:#D9EBCC;
}
#dr_CheckoutPayment #dr_AddressEntryFields #dr_AddressTable .dr_green2, #dr_CheckoutShipping #dr_AddressEntryFields #dr_AddressTable .dr_green2 {
  background-color:#F3F8EF;
}
#dr_CheckoutPayment #dr_securityCode {
  float:left;
  margin-left:15px;
  width:300px;
}
#dr_CheckoutPayment #dr_billing, #dr_CheckoutPayment #dr_newAccount, #dr_CheckoutShipping #dr_shipping, #dr_CheckoutShipping #dr_shippingMethodContainer {
  background-color:#D9EBCC;
  border:1px solid #DCDCDC;
  border-top:none;
}
#dr_VeraZIPAddressVerification {
  border:1px solid #DCDCDC;
  border-top:none;
  padding:6px;
}
#dr_VeraZIPAddressVerification p {
  margin:0px 0px 15px 0px;
}
#dr_ConfirmOrder #dr_ConfirmOrderInside {
	background-color:#F3F8EF;
	border:1px solid #DCDCDC;
	border-top:none;
	margin-bottom:10px;
	padding-bottom:10px;
}
#dr_ConfirmOrder #dr_ConfirmOrderInside h2 {
  margin-left:29px;
}
#dr_shippingMethodContainer #dr_shippingPageShipInstructions {
  padding-left:29px;
}
#dr_CheckoutPayment #dr_payment {
  background-color:#F3F8EF;
  border:1px solid #DCDCDC;
  border-top:none;
}
#dr_CheckoutPayment #dr_newAccount {
  background-color:#D9EBCC;
}
#dr_CheckoutPayment .formFieldNote, #dr_CheckoutShipping .formFieldNote {
  font-style: italic;
  font-size:0.9em;
}
#dr_CheckoutPayment .floatFieldLeft .formFieldNote {
  margin-left:5px;
}
#dr_CheckoutPayment #dr_securityCodeContainer {
  float:left;
  margin-left:15px;
}
#dr_CheckoutPayment #dr_securityCodeImage {
  float:left;
}
#dr_CheckoutPayment .formFieldLeft {
  margin-left:2px;
}
#dr_CheckoutPayment .floatFieldLeft {
  float:left;
  padding:6px 0px 0px 0px;
}
.dr_Content #dr_paymentContainer fieldset .dr_label {
  width:150px;
  font-weight:bold;
}
#dr_CheckoutPayment #dr_AddressEntryFields table td:first-child, #dr_CheckoutShipping #dr_AddressEntryFields table td:first-child {
  /*padding-left:29px;*/
}
#dr_CheckoutPayment #dr_creditCard, #dr_CheckoutPayment #dr_Check, #dr_CheckoutPayment #dr_WireTransfer {
  padding-left:19px;
}
#dr_CheckoutPayment .dr_creditCards {
  padding:0px;
  margin:0px;
}
#dr_CheckoutPayment #dr_optInEmail {
  padding-left:20px;
}
#dr_CheckoutShipping .dr_shippingInst {
  padding-left:29px;
}
#dr_CheckoutPayment #dr_tableSpacer, #dr_CheckoutShipping #dr_tableSpacer {
  height:15px;
  background-color:#f7faf4;
}
#dr_CheckoutPayment #dr_newAccount .dr_formLine {
  margin-top:13px;
  padding:0px 0px 20px 29px;
}
#dr_CheckoutShipping #dr_shippingMethodContainer .dr_formLine {
	margin:13px 0px;
	padding:0px 0px 0px 29px;
}
#dr_CheckoutPayment .dr_itemDescription {
  background-color:#FFF;
  padding:10px 0px;
  padding-left:29px;
  font-weight:bold;
}
#dr_securityFooter {
  height:98px;
}
#dr_securityFooter li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0px;
  padding:0px;
}
#dr_securityFooter ul {
  margin:0px;
  padding:0px;
}
#dr_TCFooter p {
  padding-left:29px;
}
#dr_CheckoutPayment #dr_newAccount .dr_label {
  font-weight:bold;
}
#dr_CheckoutPayment #dr_newAccount .dr_indent, #dr_CheckoutShipping .dr_indent {
  padding-left:29px;
}
/* END CHECK OUT CSS */

/* BEGIN CHECKOUTPAYMENT JS VALIDATION CSS */
select.dr_inputErrorBlur, select.dr_inputErrorSubmit {
   border: 1px solid #f00;
   background-color: #ffe8e9;
   padding: 1px;
   _padding: 1px 3px 1px 1px;
}
select.dr_inputErrorFocus {
   border: 2px solid #b4342b;
   background-color: #fff;
   padding: 0px;
   _padding: 0px 2px 0px 0px;
}
input.dr_inputErrorBlur {
   border: 1px solid #f00;
   background-color: #ffe8e9;
   padding: 1px 1px 3px 1px;
   _padding: 1px 3px 3px 1px;
}
input.dr_inputErrorFocus {
   border: 2px solid #b4342b;

   background-color: #fff;
   padding: 0px 0px 2px 0px;
   _padding: 0px 2px 2px 0px;
}
input.dr_inputErrorSubmit {
   border: 1px solid #f00;
   background-color: #ffe8e9;
   padding: 1px 1px 3px 1px;
   _padding: 1px 3px 3px 1px;
}
/* END CP JS VALIDATION CSS */

/* BEGIN PRODUCT RESTRICTION AND LIMITED BY LOCALE PAGES CSS */
#dr_ProductRestriction #dr_productRestrictionUpdateAddress, #dr_ProductRestriction #dr_productRestrictionDeleteProducts, #dr_ProductLimitedToSupportingLocales #dr_productLBLUpdateAddress, #dr_ProductLimitedToSupportingLocales #dr_productLBLDeleteProducts {
  width:48%;
  margin:10px 0px 10px 0px;
  float:left;
}
#dr_ProductRestriction #dr_siteButtons{
  text-align: center;
}
/* END PRODUCT RESTRICTION PAGE CSS */

/* BEGIN CONFIRM AND INICISPAYMENTINSTRUCTIONS PAGE CSS */
#dr_ConfirmOrder #dr_orderNumber {
  float:left;
  margin-top:9px;
}
#dr_confirmVAT {
  clear:both;
}
#dr_confirmTbl {
  clear:both;
}
#dr_ConfirmOrder table td {
  border:none;
  padding:0px;
}
#dr_ConfirmOrder table #dr_confirmTbl th {
  padding:0px;
}
#dr_ConfirmOrder table #dr_confirmTbl th.dr_productName {
  padding-left:29px;
}
#dr_ConfirmOrder table #dr_confirmTbl td.dr_productName {
  padding-left:29px;
}
#dr_ConfirmOrder table #dr_confirmTbl td {
  vertical-align:middle;
  font-weight:bold;
}
#dr_ConfirmOrder #dr_confirmTbl th.dr_price {
  height:35px;
  padding-right:30px;
}
#dr_ConfirmOrder #dr_confirmTbl th.dr_qty, #dr_ConfirmOrder #dr_confirmTbl td.dr_qty {
  text-align:right;
}
#dr_ConfirmOrder #dr_confirmTbl td.dr_price {
  padding-right:30px;
}
#dr_ConfirmOrder #dr_confirmTbl th.dr_productName {
  width:40%;
}
#dr_ConfirmOrder .dr_confirmElement {
  margin:0px;
}
.dr_Content table#dr_confirmTbl tr#dr_priceTotal {
  background-color:#D9EBCC;
}
.dr_Content  #dr_orderConfirmCart {
  padding:0px;
}
.dr_confirmElement {
  width:45%;
  margin:10px 0px 0px 0px;
  float:left;
}
#dr_ConfirmOrder .dr_confirmOrderModify {
  padding-left:29px;
}
#dr_ConfirmOrder #dr_confirmAddress {
  width:100%;
}
#dr_ConfirmOrder #dr_addressContainer h3 {
    margin-left:29px;
}
#dr_ConfirmOrder .dr_addressContainer {
  margin:0px 10px; padding:15px; border:1px solid #DCDCDC; background-color:#FFF;
}
/*#dr_ConfirmOrder .dr_siteButtons {
  background-color:#D9EBCC;
  clear:both;
  margin:0;
  padding:10px 29px 10px 0;
  text-align:right;
}*/
/* \*/
.dr_confirmElement {
  width:100%;
}
/* */
.dr_confirmElement h3 {
  border:1px solid #000000;
  background-color:#000000;
  color:#FFFFFF;
  font-size:12px;
  padding:3px;
  text-align:right;
  margin-bottom:5px;
  height:100%;
}
.dr_confirmElement p {
  margin:0px;
  padding:0px 5px 5px 5px;
}
#dr_ConfirmOrder h3 {
  margin-right:2px;
}
.dr_confirmElement h3:after {
  content:".";
  display:block;
  height:0px;
  overflow:hidden;
  clear:both;
  visibility:hidden;
}
* html .dr_confirmElement h3 {
  height:16px;
}
*:first-child+html .dr_confirmElement h3 {
 height:16px;
}
/* mac a-hack \*/
* html .dr_confirmElement h3 {
  height:1%;
}
/* */
.dr_confirmElement h3 span {
  float:left;
}
.dr_confirmElement h3 span {
  display:block;
  width:50%;
  float:left;
  text-align:left;
}
/* mac a-hack \*/
.dr_confirmElement h3 span {
  float:left;
  display:block;
  width:auto;
}
/* */
.dr_confirmElement address {
  clear:both;
  margin:0px;
  padding:0px 5px 5px 0px;
}

/* mac a-hack \*/
.dr_confirmElement address {
  margin-top:0px;
}
a.dr_confirmCartEditLink {
  float:right;
  margin-top:7px;
}
a.dr_confirmEditLink {
  float:right;
  color:#FFFFFF;
}
a:visited.dr_confirmEditLink {
  float:right;
  color:#FFFFFF;
}
a:hover.dr_confirmEditLink {
  float:right;
  color:#FFFFFF;
}
/* END CONFIRM */

/* BEGIN THANK YOU */
#dr_ThankYou {
  background-color:#FFF;
  border:1px solid #DCDCDC;
  border-top:none;
}
.dr_thankYouElement {
  border:0px;
  width:100%;
  margin:0px;
  padding:0px;
  clear:both;
  background-color:white;
}
.dr_thankYouElement h3{
  color:#000;
  font-size:12px;
  margin:0px;
  padding:0px 0px 0px 29px;
}
#dr_ThankYou .dr_confirmEmailZone {
  padding-bottom:15px;
}
#dr_ThankYou .dr_confirmEmailZone .dr_fontFamily {
  padding-left:0px;
}
.dr_thankYouElementPadding {
  margin:3px 29px 3px 0px;
}
.dr_thankYouElement ol {
  margin:0px;
  padding:0px 5px 5px 5px;
  list-style-position:inside;
}
.dr_thankYouElement ol li {
  padding:3px 0px;
  margin:0px;
}
#dr_ThankYou #dr_summaryHeader {	padding:0;	margin:0px 0px 0px 29px;	list-style:none;	float:left;	clear:both;	width:917px;	font-family:Verdana, Arial, Helvetica, sans-serif; }
#dr_ThankYou #dr_summaryHeader li{	width:33%;	float:left;	padding-bottom:5px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#000;}
#dr_ThankYou #dr_summaryHeader li strong{	color:#333333; }

#dr_ThankYou #dr_productTbl {
	 width:892px;  border-collapse:collapse;  border:0px;	margin:0;	padding:0;
}
* html #dr_ThankYou #dr_productTbl {
  margin-top:0px;
}
#dr_ThankYou #dr_productTbl {
  width:100%;
  border-collapse:collapse;
  border:0px;
  margin-top:1px;
}
* html #dr_ThankYou #dr_productTbl {
  margin-top:0px;
}
#dr_ThankYou #dr_productTbl th {
  background-color:#000000;
  border:1px solid #000000;
  border-right:0px;
  padding:5px;
  text-align:left;
}
#dr_ThankYou #dr_productTbl th.dr_productName {
  width:35%;
  border-right: 0px;
  border-bottom: 0px;
  font-weight: bold;
  padding-left:29px;
}
#dr_ThankYou #dr_productTbl th.dr_platformText {
  width:10%;
}
#dr_ThankYou #dr_productTbl th.dr_deliveryMethod {
  width:10%;
}
#dr_ThankYou #dr_productTbl td.dr_deliveryMethod {
  padding-left:5px;
}
#dr_ThankYou #dr_productTbl th.dr_qty {
  text-align:right;
  width:5%;
  padding-right:40px;
}
#dr_ThankYou #dr_productTbl td.dr_qty {
  text-align:right;
  width:5%;
  padding-right:40px;
}
#dr_ThankYou #dr_productTbl td {
  text-align:left;
  font-weight:bold;
}
#dr_ThankYou #dr_productInformation {
  border:0px;
  background-color:#FFF;
  margin-bottom:10px;
}
#dr_ThankYou #dr_productInformation, #dr_ThankYou #dr_additionalProductInformation, #dr_ThankYou #dr_downloadInstructions {
  float:right;
}
/*#dr_ThankYou #dr_globalCheckInstructions {
  float:right;
  padding-left:29px;
}/*
#dr_ThankYou #dr_productTbl td.dr_qty {
  border-left: 0px;
  border-bottom: 0px;
}
#dr_ThankYou #dr_productTbl .dr_downloadInformation {
  border: 0px;
}
#dr_ThankYou #dr_productTbl .dr_UnlockCodeDisplay {
  padding: 0px;
  margin: 0px;
}
#dr_ThankYou #dr_productTbl .dr_SNDisplay {
  padding: 0px;
  margin: 0px;
}
#dr_ThankYou #dr_shippingInformation {
  padding-top:15px;
  padding-left:29px;
}
.dr_download {
  padding:0px;
  margin:0px 0px 5px 0px;
}
.dr_download li {
  list-style-type:none;
  list-style-image:none;
}
#dr_ThankYou .dr_productDetails {
  list-style-image:none;
}
.dr_download .dr_button {
  margin:0px 5px 0px 0px;
}
.dr_download .dr_downloadName {
  margin:0px;
  padding:3px 0px 0px 0px;
}
#dr_ThankYou #dr_orderNumber {
  color:#00aeef;
}
#dr_ThankYou #dr_transPixel {
  padding:0px 29px 10px 29px;
}


#dr_ThankYou .dr_fontFamilyTY {
  padding:0px 0px 10px 29px;
}
.dr_indent {
  padding-left:29px;
}
#dr_ThankYou #dr_productTbl tr th {
  height:35px;
  color:#FFF;
}
#dr_ThankYou #dr_productTbl tr td {
  border:none;
  text-align:left;
  padding:5px 5px 5px 29px;
}
#dr_ThankYou #dr_productTbl tr td.dr_platformText {
  padding-left:5px;
}
#dr_ThankYou #dr_productTbl tr td.dr_serial {
  padding-left:5px;
  padding-right:29px;
}
#dr_ThankYou #dr_productTbl tr td ul {
  padding-left:0px;
}
#dr_ThankYou .dr_productDetails {
  padding:0px;
  margin:0px;
}
#dr_ThankYou #dr_productTbl ul.dr_productDetails {
  padding:0px;
  margin:0px;
}
#dr_ThankYou #dr_productTbl tr td li {
  list-style-type:none;
}
.dr_Content .dr_confirmationHeader table td {
  padding:0px;
  height:auto;
}
#dr_ThankYou #dr_productTbl td.dr_tableSpacer {
  height:10px;
  background-color:#f7faf4;
}
#dr_ThankYou .dr_emailInst {
  padding-bottom:20px;
  padding-right:29px;
}
#dr_ThankYou #dr_confirmTot {
  padding-right:29px;
}
#dr_ThankYou #dr_orderReceipt {
  padding-bottom:10px;
}
#dr_ThankYou #dr_shippingInformation address {
  padding:0px;
}
#dr_shippingInformation {
  padding-left:29px;
}

/* END THANK YOU */

/* BEGIN INVOICE */
#dr_Invoice {
	background-color:#FFF;

	border:1px solid #DCDCDC;
	border-top:none;
	margin-bottom:10px;
}
#dr_invoiceHeader {
  padding:15px 0 15px 0;
}
#dr_Invoice #dr_billingAddress, #dr_Invoice #dr_shippingAddress, #dr_Invoice #dr_endUserAddress {
  padding:10px 0px 10px 0px;
  width:255px;
  float:left;
}
#dr_Invoice #dr_InvoiceHeader #dr_billingAddress {
  padding-left:29px;
}
#dr_Invoice #dr_invoiceTbl {
  width:100%;
  font-weight:bold;
}
#dr_Invoice #dr_orderNumber {
  color:#00aeef;
}
#dr_Invoice .dr_siteButtons {
  background-color:#FFF;
}
/* END INVOICE */

/* BEGIN HELP/CUSTOMER SERVICE PAGES */
#dr_helpColumnLeft {
  width:48%;
  margin:3px;
  padding:0px;
  float:left;
}
#dr_helpColumnRight {
  width:48%;
  margin:3px;
  padding:0px;
  float:right;
}
.dr_helpElement h3 {
  background-color:#000000;
  color:#FFFFFF;
  font-size:12px;
  margin:0px;
  padding:2px 2px 2px 4px;
}
#dr_quickOrderFAQ {
  margin-bottom:10px;
}
#dr_Help .dr_label {
  display:block;
  float:left;
  width:110px;
}
.dr_helpElement ul {
  margin:4px 2px 30px 25px;
  padding:0px;
}
.dr_Content dt {
  font-weight:bold;
}
.dr_Content dd {
  margin:6px 0px 30px 30px;
}
#dr_CustomerServiceOrderDetail #dr_orderNumber {
  color:#00aeef;
}
/* centers lineitem info in quick order and my account lookup order listing page */
#dr_orderListTbl td {
  text-align:center;
}
/* following styles are for the add/edit address and add/edit payment pages in CS area */
#dr_myAccountColumn1 {
  width:72%;
  float:left;
}
#dr_myAccountColumn2 {
  width:23%;
  margin:0px 0px 0px 6px;
  float:left;
  border:1px solid #000000;
}
#dr_myAccountColumn2 h3{
  background-color:#000000;
  border:1px solid #000000;
  color:#FFFFFF;
  font-size:12px;
  margin:0px;
  padding:3px 4px;
}
#dr_myAccountColumn2Padding {
  margin:3px 4px;
}
/* return checkbox on self service returns and cancellations pages */
.dr_returnAllCheckbox{
  text-align:right;
}
#dr_CustomerServiceOrderDetail td.dr_productName  {
  border-right: 0px;
  font-weight: bold;
}
#dr_CustomerServiceOrderDetail td.dr_qty  {
  border-left: 0px;
}
/* END HELP/CUSTOMER SERVICE PAGES */


/*
#############################################
# FIXES                                     #
# These are minor fixes to get things  to   #
# work cross browser. If you need to add    #
# anything for browser bugs, here is the    #

# place. Of course a good resource for      #
# browser bugs is online at:                #
# http://php.digitalriver.com/brandon/tips/ #
#############################################

*/

#dr_testOptions table {
  width:350px;
}
#dr_testOptions table td{
  border:0px;
}
* html .dr_Content {
height: 1%;
}
*:first-child+html .dr_Content{ 
height: 1%; 

}
/*
#############################################
# Invisible Text in IE? Do the following:   #
# * html #elementID { height:0.01%; }       #
#############################################
*/

* html #dr_ThankYou {
  height:0.01%;
}
/*
#############################################
# HR BLOCK CSS - START                      #
#############################################
*/
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  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 */
}
ul {
  margin-left: 16px;
  margin-top: 12px;
  line-height: 16px;
  /*list-style-image: url(/DRHM/Storefront/Site/taxcut/cm/images/ul_bullet_sqr.png);*/
}

ul .content_list {
  color: #000000;
}
ol {
  margin-left: 22px;
  margin-top: 12px;
  line-height: 16px;
  list-style-type: decimal;
}
ol .content_list {
  color: #000000;
}
a:link, a:visited {
  color: #296f02;
  text-decoration: none;
}
a:hover {

  color: #296f02;
  text-decoration: underline;
}
/* bg fix for IE */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1px;
}
/* Containers------------------------------------------------------------------*/
#container {
  width: 950px;
  margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */
  text-align: left;
/* this overrides the text-align: center on the body element. */
}
#mainContent {
  width: 920px;
  padding:15px;
  margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */
  background-color: #FFF;
  overflow: visible;
}
/* Header------------------------------------------------------------------*/
#header {
  height: 98px;
  font-size: 11px;
  background-color: #FFF;
}
.hd_home_link {
  float: left;
  font-size: 11px;
  width: 40px;
  height: 16px;
  padding-left: 8px;
  margin-top: 1px;
  clear: right;
}
.hd_right {
  color:#666;
  font-size:11px;
  font-weight:bold;
  margin-right:28px;
  padding-top:8px;
  text-align:right;
}
.hd_logo_home {
  float: left;
  height: 62px;
  margin-top: 18px;
  margin-left: -20px;
  clear: right;
}
.hd_forms_container {
  float: right;
  padding-top: 6px;
}
.hd_btn {
  height: 18px;
  width: 18px;
}
#header input, #header form {
  margin:0px;
  padding:0px;
}
.hd_input_style {
  font-size: 10px;
  color: #666;
}
.form_title {
  font-weight: bold;
  padding-bottom: 2px;
}
.hd_form_0, .hd_form_0 a {
  color: #666;
  font-size: 11px;
  font-weight: bold;
}
.hd_form_a, .hd_form_b {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  padding-right: 4px;
}
#hd_form_1 {
  color: #666;
}

#searchform {
  color: #666;
  margin-top: 6px;
  margin-right: 29px;
}
#header a {
  color:#666666;
  text-decoration:none;
}
#header a:hover {
  color:#666666;
  text-decoration:underline;
}
/* Main navigation------------------------------------------------------------------*/
.main_nav {
  height: 37px;
  width: 951px;
  margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */
}
.main_nav .nav_image {
  height: 37px;
  width: 951px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/taxcut/cm/images/nav_software.png) no-repeat;
  border: 0px;
}
/* Pods------------------------------------------------------------------*/
.pod_full_page {
  width: 918px;
  border: 1px solid #DCDCDC;
  margin:0px;
  padding:0px;
}
/* full-page layout */
.pod_full_page .header {
  height: 100%;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  background-color: #7DC242;
  margin-top: 6px;
  margin-left: 6px;
  margin-right: 6px;
  overflow: visible;
}
.pod_full_page .header h1 {
  font-size: 24px;
  color: #FFF;
  padding-top: 14px;
  padding-left: 6px;
  padding-bottom: 10px;
}
.page_title1 {

}
.page_title2 h1 {
  color: #7DC242;
  padding-top: 0px;
  margin-top: 0px;
}
.pod_full_page .header h6 {
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  margin-top: -10px;
  padding-left: 6px;
  padding-bottom: 10px;
}
.pod_full_page .content {
  height: 100%;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-top: 0px;
  padding: 15px;
  overflow: visible;
  border: 1px solid #DCDCDC;
  border-top: none;
}
/* Footer------------------------------------------------------------------*/
/* Secondary navigation
------------------------------------------------------------------*/
.secondaryNavContainer
{
    float: right;
    margin: 1px 0px 0px 0px;
    width: 950px;
    height: 32px;
    background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/taxcut/cm/images/secondary_nav_bg.png) repeat-x;
}

.secondaryNavContainer .secondaryNavTabs
{
    float: right;
    padding: 8px 8px 0px 0px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.secondaryNavContainer .secondaryNavTabs a, 
.secondaryNavContainer .secondaryNavTabs a:link, 
.secondaryNavContainer .secondaryNavTabs a:visited {
    color: #6BB039;
}

.secondaryNavContainer .secondaryNavTabs a:hover {
    color: #6BB039;
}

.secondaryNavContainer .secondaryNavTabs .secNavOptionDivider
{
    margin: 8px 4px 0px 4px;
    color: #296f02;
}
#footer p {
  color:#FFFFFF;
  font-size:10px;
  line-height:17px;
  margin:0;
  padding:10px 0;
  text-align:center;
}
#footer a {
  color:#FFFFFF;
}
.ft_efile_logo {
  background:transparent url(//drh.img.digitalriver.com/DRHM/Storefront/Site/taxcut/cm/images/ft_efile_logo.png) no-repeat scroll 0 0;
  height:20px;
  margin:0 auto;
  padding-bottom:15px;
  width:85px;
}
#dr_tracking {
  color:#FFF;
}
#dr_tracking img {
  border:0px;
}
/* Disclaimer------------------------------------------------------------------*/
.disclaimer {
  font-size: 10px;
  font-style: italic;
  margin-top: 25px;
}
/* CSS specifically for autocomplete search------------------------------------------------------------------*/
#autocomplete ul, #autocompleteUpper ul {
  color: #296F02;
  font-size: 11px;
  list-style-image: none;
  list-style-type: none;
  margin: 0pt;
  padding: 0pt;
  width: 100%;
}
#autocomplete, #autocompleteUpper {
  text-align: left;
}
table#dr_headerTable {
  padding: 0px;
  margin: 30px 20px 0px 0px;
}
table#dr_headerTable td {
  text-align: right;
  padding: 4px 0px;
}
#container #mainContent .pod_full_page #dr_scHeader {
  height: 97px;
  width: 904px;
  padding: 0px 0px 26px 0px;
  margin: 6px 0px 0px 6px;
  border: solid 1px #DCDCDC;
  border-bottom:none;
}
#dr_cartTbl td, #dr_cartTbl td.dr_productName a {
  font-weight:bold;
  color:#000;
}
#dr_cartTbl #dr_shippingCartHeader td {
  color:#FFF;
}
#dr_ShoppingCart #dr_cartTbl tr#dr_tableSpacer td {
  height:15px;
  background-color:#f7faf4;
}
.dr_requiredField {
  color:#CA0D08;
  font-weight:bold;
}
#dr_ShoppingCart p {
  padding-left:29px;
  text-align:left;
}
#tbl_CD2GO_EDS td {
  border:none;
}


/*************figure out where to put these**************/
#dr_tyHeaderTbl td {
    padding-left:29px;
}
#dr_globalCheckInstructions {
    margin-left:29px;
    width:870px;
}
html body div#container div#mainContent div.pod_full_page div.content div#dr_ConfirmOrder .dr_Content div#dr_ConfirmOrderInside div.dr_confirmationHeader {padding:22px;margin:0;}
#expirationDateMonth {padding:0;margin:0;}
.dr_thankYouElement .dr_indent {padding:0 0 0 29px;}
.dr_thankYouElement address {padding:0 0 0 29px;}
.dr_thankYouElement #dr_TYDownloadInstructions {padding:0 0 0 29px;}
.dr_thankYouElement h3 {padding-top:15px;}
#dr_wireTransferPadding {padding-left:29px;}
div.dr_emptyCart h2 {text-align:left;padding-left:29px;}
#dr_ShoppingCart #dr_checkoutButton {background-color:#E8F4DE;border:none;}
#dr_invoiceTbl tbody tr#dr_subTotal td.dr_price, 
#dr_invoiceTbl tbody tr#dr_shippingTotal td.dr_price, 
#dr_invoiceTbl tbody tr#dr_taxTotal td.dr_price, 
#dr_invoiceTbl tbody tr#dr_priceTotal td.dr_price, 
#dr_invoiceTbl tbody tr.dr_oddRow td.dr_extendedPrice, 
#dr_invoiceTbl tbody tr.dr_evenRow td.dr_extendedPrice, 
#dr_invoiceTbl thead tr th.dr_extendedPrice,
#dr_invoiceTbl tbody tr#dr_discountTotal td.dr_totals {
	padding-right:29px;
  width:70px;
}
#dr_invoiceHeader #dr_billingAddress address, #dr_invoiceHeader #dr_shippingAddress address {padding:0;}
#dr_invoiceHeader #invoicePadding, #dr_invoiceHeader #dr_billingAddress, #dr_invoiceHeader #dr_shippingAddress {padding-left:29px;}

#dr_productTbl #dr_productTblHead th, #dr_invoiceTbl th {padding:10px 0;}
#dr_invoiceTbl th.dr_productName {padding-left:29px;}
/*
#############################################
# HR BLOCK CSS - END                        #
#############################################
*/

.dr_optInEmailMessage{
	display: none;
	}