 /* Task #46449 - 'Left Nav offer was removed.' */
#opinion {
  display:block;
}
/* Task #46449 - 'Left Nav offer was removed.' */
/*
##############################################
# 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 */

.dr_Content {
  font:16px Arial,Verdana,Helvetica,sans-serif;
  color:#333333;
  line-height:22px;
  text-align:left;
  background-color:#FFFFFF;
  /*padding:8px;*/
  margin:0px auto 0;
  max-width:860px;
}
.dr_Content h3 {
  font-size:16px;
}
.dr_Content h2 {
  font-size:14px;
  line-height:normal;
}
.dr_Content h1 {
  font-size:16px;
  line-height:normal;
  color:#464646;
  margin: 5px 0px 10px 0px;
}
.dr_error {
  font-weight:bold;
  color:red;
  position:relative;  
}
.dr_Content img {
  border:0px; 
}
.dr_hiddenText {
  display:none;
}
/* Form button styles */
/* button alignment */
#dr_siteButtons {
  margin:10px 0px;
  text-align:right;
  clear:both;
}
/* button design */
input.dr_button, body a.dr_button {
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size:16px;
  line-height:normal;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#C0C0C0;
  border:1px solid #C0C0C0;
  height:21px;
  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 {
  height:21px;
  padding:3px 5px 2px 5px;
  color:#FFFFFF;
  position:relative;
  bottom:-2px;
}
.dr_hr_line {
  width:100%;
  border-bottom:1px solid #C0C0C0;
}

/* 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 0;
}
/* Table styles - Can be overridden with a direct id call. (i.e. #dr_ConfirmOrder table#dr_confirmTbl) */
.dr_Content table {
  border:0px solid #C0C0C0;
  border-collapse:collapse;
  width:100%;
  font-size:16px;
  line-height:normal;
  color:#333333;
}
/* Table header styles */
.dr_Content table th {
  border:1px solid #C0C0C0;
  background-color:#C0C0C0;
  font-weight:bold;
  font-size:16px;
  line-height:normal;
  color:#FFFFFF;
  padding:3px 8px;
}
/* Table odd and even row styles */
.dr_Content table tr.dr_evenRow {
  background-color:#FFFFFF;
}
.dr_Content table tr.dr_oddRow {
  background-color:#FFFFFF;
}
/* Table header style for product name */
.dr_Content th.dr_productName {
  padding-left:3px;
  text-align:left;
  width:65%;
}
/*
.dr_Content td.dr_productName {
  padding:5px 3px;
}
*/
/* Table cell styles */
.dr_Content table td {
  /*border:1px solid #C0C0C0;*/
  border-right:0px;
  border-left:0px;
  padding:2px 5px;
  vertical-align:top;
}
/* 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_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:2px 5px;
  white-space:nowrap;
}
/* Shipping Line Item style */
.dr_Content table #dr_shippingEstimator td {
  border:0px;
  padding:6px 0px;
}
.dr_Content table #dr_subTotal td {
    padding:6px 0;
}
.dr_Content table .dr_label {
  display:none;
}
/* Styles for the lineitem details for a product in the order */
a.dr_expandDetails  {
  color:#0000FF;
  font-size:11px;
  line-height:normal;
  text-decoration:none;
}
.dr_productDetails {
  padding:2px;
  margin:2px 0px 2px 12px;
  font-size:11px;
  line-height:normal;
  list-style-type:none;
  font-weight: normal;
}
a.dr_details  {
  color:#666;
  font-size:11px;
  line-height:normal;
  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;
  line-height:normal;
  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: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;
}
#dr_ContactForm ul {
    padding-left:15px;
}
#dr_CustomerServiceOrderSearch ul {
	padding: 10px 0 10px 30px;
}
@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:#C0C0C0;
  color:#FFFFFF;
  margin:0px;
  padding:2px;
  font-size:1em;
  line-height:normal;
}
/* Fieldset, these are goupings of similar form elements */
.dr_Content fieldset {
  border:1px solid #C0C0C0;
  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;
}
/* 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:3px 10px;
  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:130px;*/
}
#dr_QuickBuyCart.dr_Content fieldset .dr_label {
    font-weight:bold;
}
.dr_Content fieldset .dr_label_right {
  display:block;
  float:left;
  width:80%;
}
.dr_Content fieldset#dr_optIn label {
  float:right;
  width:95%;
}
.dr_Content fieldset#dr_optIn #optIn {
  float:left;
}
/* 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:10px 0px;
}
/* END GENERIC STYLES */

/*
######################################################
# SPECIFIC PAGE CSS                                  #
# The following CSS declarations are for specific    #
# pages within the site.                             #
######################################################
*/

/* BEGIN HOME/WELCOME PAGE CSS */
/* Styles for the advanced home page with merchandising offers */
#dr_Home #dr_column1 {
  width:65%;
  float:left;
}
#dr_Home #dr_column2 {
  width:30%;
  margin:0px 0px 0px 10px;
  float:left;
}
#dr_Home #dr_topSellersOffer h3 {
  text-align:center;
}
#dr_Home #dr_storeSpecialsOffer {
  text-align:center;
}
#dr_featuredItemsOffer .dr_thumbnailImage img {
  float:left;
  margin:0px 5px 5px 0px;
}
#dr_Home .dr_button {
  margin:0px;
}
/* Styles for the basic product listing home page */
#dr_Home #dr_totalSize {
  text-align:right;
  margin-bottom:8px;
}
#dr_homeProductListIteration #dr_column1 {
  width:25%;
  float:left;
}
#dr_homeProductListIteration #dr_column2 {
  width:70%;
  float:left;
}
#dr_homeProductListIteration .dr_button {
  margin:0px;
}
/* END HOME/WELCOME CSS */

/* BEGIN PRODUCT LISTING PAGE CSS */
/* Styles for CategoryProductList page */
#dr_CategoryProductList #dr_totalSize, #dr_ProductSearchResults #dr_totalSize {
  text-align:right;
  margin-bottom:8px;
}
#dr_CategoryProductList #dr_column1 {
  width:25%;
  float:left;
}
#dr_CategoryProductList #dr_column2 {
  width:70%;
  float:left;
}
#dr_CategoryProductList .dr_button, #dr_ProductSearchResults .dr_button {
  margin:0px;
}
/* Styles for ProductSearchResults page */
#dr_ProductSearchResults #dr_column1 {
  width:10%;
  float:left;
}
#dr_ProductSearchResults #dr_column2 {
  width:25%;
  float:left;
}
#dr_ProductSearchResults #dr_column3 {
  width:55%;
  float:left;
}
/* END PRODUCT LISTING CSS */

/* BEGIN PRODUCT DETAIL PAGE CSS */
#dr_ProductDetails #dr_thumbnailImage {
  width:35%;
  float:left;
}
#dr_ProductDetails #dr_purchaseDetails {
  width:45%;
  float:left;
}
#dr_ProductDetails .dr_button {
  margin:0px;
}
table#dr_vlpPointLevels {
  width:300px;
}
/* END PRODUCT DETAIL CSS */

/* BEGIN INTERSTITIAL (USCS) PAGE CSS */
#dr_interstitialIteration td{
  margin: 4px 0px;
  padding:2px;
  border:0px;
}
#dr_ProductCrossSell span.dr_productName {
  font-weight:bold;
}
/* 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 */

/* BEGIN SHOPPING CART PAGE CSS */
#dr_cartTbl {
  clear:both;
  width:100%;
  margin:10px auto;
  font-size:16px;
  color:#333333;
}
#dr_cartTbl .dr_productName {
  padding-right: 20px;
}
#dr_ShoppingCart ul#dr_banner_ads {
  list-style-type:none;
  text-align:center;
}
* html #dr_ShoppingCart a.dr_button {
  bottom:2px;
}
#dr_ShoppingCart #dr_orderNumber {
  float:left;
  padding:4px 0px;
}
#dr_ShoppingCart #dr_currencySelector {
  text-align:right;
  padding:0px 0px 5px 0px;
}
#dr_ShoppingCart #dr_orderNumber p,
#dr_ShoppingCart #dr_currencySelector p 
{
  padding:0px;
  margin:0px;
}
#dr_ShoppingCart #nonUpdateableQty {
  padding:0px 5px;
  margin:0px 21px 0px 0px;
}
#dr_ShoppingCart #nonUpdateableQty {
  padding:0px 5px;
  margin:0px 30px 0px 0px;
}
#dr_ShoppingCart .dr_couponCode {
  /*background-color:#efefef;*/
  padding:5px;
}
#dr_ShoppingCart .dr_couponCode .dr_button {
  margin:3px 0px 1px 0px;
}
/*
#dr_shippingCartHeader {
  border:1px solid #C0C0C0;
  background-color:#C0C0C0;
  font-weight:bold;
  font-size:16px;
  color:#FFFFFF;
}*/
#dr_cartTbl .dr_CandyRack, 
#dr_cartTbl .dr_backUpCD,
#dr_cartTbl .dr_EDS 
{
  padding:4px 5px;
}
#dr_cartTbl .dr_CandyRack{
	background-color: #ececec;
	border-top: 2px solid #d2d2d2;
	float:none;
}
#dr_cartTbl .dr_CandyRack td{
	padding: 2%;
	text-align: left;
	vertical-align: middle;	
}
#dr_cartTbl .dr_CandyRack td.productImg{
	text-align: center;
}
#dr_cartTbl .dr_CandyRack .dr_price, #dr_cartTbl .dr_CandyRack .addtocartBtn{
	text-align: right;
}
.dr_candyProdName .dr_candyRackProdDesc{
	font-size: 12px;
}
#dr_cartTbl .dr_CandyRack .productImg a img{
	max-width: 60px;
	width: 100%;
}
#dr_cartTbl #dr_candyRackBottom .dr_emptyTab{
	padding: 0.5%;
}
#dr_cartTbl tr#dr_EmptySpace td{
	padding: 1%;
} 
#dr_cartTbl #dr_candyRackHeader td{
	padding: 1% 0;
}
#dr_cartTbl #dr_candyRackHeader td h3{
	padding: 0 1%;
}
#dr_cartTbl .dr_CandyRack input,
#dr_cartTbl .dr_backUpCD input,
#dr_cartTbl .dr_EDS input {
  margin:3px 5px 0px 0px;
}
#dr_QuickBuyCart .dr_shopCartBtns{
	float: right;
	padding: 10px 0 0;
}
#dr_TwoPgCheckoutShoppingCart #dr_payPalExpressCheckoutButton,
#dr_ShoppingCart #dr_payPalExpressCheckoutButton,
#dr_QuickBuyCart #dr_payPalExpressCheckoutButton,
#dr_ThreePgCheckoutShoppingCart #dr_payPalExpressCheckoutButton, .dr_shopCartBtns #dr_checkoutButton{
	float: left;
}
#dr_payPalExpressCheckoutButton #lnkPayPalExpressCheckout img{
	margin-top: -8px;
}
#dr_TwoPgCheckoutShoppingCart #dr_payPalExpressCheckoutButton span,
#dr_ShoppingCart #dr_payPalExpressCheckoutButton span,
#dr_QuickBuyCart #dr_payPalExpressCheckoutButton span,
#dr_ThreePgCheckoutShoppingCart #dr_payPalExpressCheckoutButton span{
	margin: 0 15px;
	vertical-align: top;
}
#dr_cartPricingDisclaimer{
	clear:both;
}
#dr_ShoppingCart #dr_continueShoppingButton {
  float:left;
  width:40%;
  text-align:left;
  margin:1px 0px 0px 0px;
}
#dr_ShoppingCart #dr_saveOrderButton {
  float:left;
  text-align:right;
  margin:1px 0px 0px 0px; 
}
#dr_ShoppingCart select{
  width:150px;
  text-transform:none;
  margin-left:10px;
}
#cartSummary {
    position:relative;
}
#cartSummary .loading {
    display:none;
    background-color:#fff;
    border:2px solid #000;
    border-radius:10px;
    opacity:1;
    padding:10px 20px;
    position:absolute;
    z-index:1000;
    left:52px;
}
/* END SHOPPING CART CSS */

/* BEGIN CHECKOUT & SHIPPING CSS */
#dr_CheckoutPayment fieldset#dr_payment .dr_label {
  margin-bottom:10px;
}
#dr_CheckoutPayment fieldset#dr_payment p {
  margin-left:12px;
}
.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_CheckoutPayment ul#dr_formNavigator {
  display:none;
}
#dr_CheckoutPayment .dr_loginButton {
  padding:15px 0px;
  text-align:right;
  font-size:10px;
  margin: 0px;
	/*float: right;	*/
	clear:both;
	width: 90%;
}
#dr_CheckoutPayment a.dr_morePaymentInfo {
  color:#666;
  font-size:11px;
  margin:0px;
  padding:0px;
  text-decoration:none;
}
#dr_CheckoutPayment #dr_paypalImage {
  padding:0px 5px 0px 0px;
}
/* END CHECK OUT 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 PAGE CSS */
/*
#dr_ConfirmOrder #dr_orderNumber {
  float:left;
  margin-top:9px;
}*/
#dr_confirmVAT {
  clear:both;
}
#dr_confirmTbl {
  clear:both;
}
.dr_confirmElement {
  /*width:45%;*/
  margin:10px 10px 0px 0px;
  float:left;
}
/* \*/
.dr_confirmElement, div.dr_thankYouElement {
  max-width:580px;
}
/*#dr_confirmShipping, #dr_confirmShippingMethod {
  width:49%;
  float:right;
}
.dr_confirmElement h3 {
  border:1px solid #C0C0C0;
  background-color:#C0C0C0;
  color:#FFFFFF;
  font-size:16px;
  padding:3px;
  text-align:right;
  margin-bottom:5px;
}
*/
.dr_confirmElement p {
  margin:0px;
  padding:0px 5px 5px 0;
  display: block;
}
#dr_ConfirmOrder #dr_confirmAddress h3, #dr_ConfirmOrder #dr_confirmPaymentMethod  h3, #dr_ConfirmOrder #dr_confirmVAT 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;
}
/* 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 0;
}

/* mac a-hack \*/
.dr_confirmElement adress {
  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_thankYouElement {
  border:0px;
  width:100%;
  margin:3px 0px;
  padding:0px;
  /*clear:both;*/
  background-color:white;
}
/*
.dr_thankYouElement h3{
  background-color:#C0C0C0;
  border:1px solid #C0C0C0;
  color:#FFFFFF;
  font-size:16px;
  margin:0px;
  padding:3px;
}*/
.dr_thankYouElementPadding {
  margin:3px 0;
}
.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_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:#C0C0C0;
  border:1px solid #C0C0C0;
  border-right:0px;
  padding:3px;
  text-align:left;
}
#dr_ThankYou #dr_productTbl th.dr_productName {
  width:85%;
}
#dr_ThankYou #dr_productTbl th.dr_qty {
  text-align:center;
}
/*
#dr_ThankYou #dr_productTbl td {
  text-align:left;
  border-bottom:1px solid #C0C0C0;
}*/
#dr_ThankYou #dr_productTbl td.dr_qty {
  text-align:center;
  border-bottom:1px solid #C0C0C0;
}
#dr_ThankYou #dr_productInformation {
  border:0px;
}
/*
#dr_ThankYou #dr_productInformation, #dr_ThankYou #dr_additionalProductInformation, #dr_ThankYou #dr_downloadInstructions, #dr_ThankYou #dr_globalCheckInstructions {
  float:right;
}*/
#dr_ThankYou #dr_productTbl td.dr_qty {
  border-left: 0px;
  border-bottom: 0px;
}
#dr_ThankYou #dr_productTbl td.dr_productName {
  border-right: 0px;
  border-bottom: 0px;
  /*font-weight: bold;*/
}
#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_download {
  padding:0px;
  margin:0px 0px 10px 0px;
}
.dr_download .dr_button {
  margin:0px 5px 0px 0px;
}
.dr_download .dr_downloadName {
  margin:0px;
  padding:3px 0px 0px 0px;
}
#dr_ThankYou form {
  max-width:580px;
  float:left;
  margin-top:13px;
}
#dr_ThankYou .dr_thankYouElement {
  float:left;
  max-width:520px;
}
/* END THANK YOU */

/* BEGIN INVOICE */
#dr_Invoice #dr_billingAddress, #dr_Invoice #dr_shippingAddress {
  margin:10px;
  margin-left:0px;
  width:255px;
  float:left;
}
#dr_Invoice #dr_invoiceTbl {
  width:100%;
}
/* END INVOICE */

/* BEGIN HELP/CUSTOMER SERVICE PAGES */
#dr_Help .dr_continueShopping {
  margin: 10px 0;
}
#dr_helpColumnLeft {
  width:48%;
  margin:3px;
  padding:0px;
  float:left;
}
#dr_helpColumnRight {
  width:48%;
  margin:3px;
  padding:0px;
  float:right;
}
#dr_nvidiashield {
    /*display:none;*/
}
.dr_helpElement h3, #dr_ContactForm h1, #dr_TechnicalAssistance h1, #dr_DownloadInformation h1, #dr_Login h1, #dr_ReturnAndCancellations h1, #dr_OrderInformation h1, #dr_PrivacyAndSecurity h1, #dr_ShippingInformation h1, #dr_EditProfile h1, #dr_AddEditAddress h1, #dr_AddEditPayment h1, #dr_AccountOrderList h1 {
  background:none;
  color:#999;
  border-bottom:1px solid #999;
  font-size:20px;
  font-weight:normal;
  min-height:30px;
  line-height:1.8;
  margin:0px;
  padding:2px 2px 2px 4px;
}
#dr_ContactForm h1, #dr_TechnicalAssistance h1, #dr_DownloadInformation h1, #dr_Login h1, #dr_ReturnAndCancellations h1, #dr_OrderInformation h1, #dr_PrivacyAndSecurity h1, #dr_ShippingInformation h1, #dr_EditProfile h1, #dr_AddEditAddress h1, #dr_AddEditPayment h1, #dr_AccountOrderList h1 {
    margin-bottom:0.5em;
}
#dr_EditProfileForm {
    width:71% !important;
    margin-right:1%;
}
#dr_Help h1 {
  margin:5px 0px;
}
#dr_Help #dr_anchors ul {
  margin:5px 2px 30px 0px;
  float: left;
}
#dr_Help #dr_anchors ul#dr_anchorsRight {
  margin-left:160px;
}
#dr_Help #dr_anchors ul li {
  list-style-type:none;
}
#dr_Help ul li a, #dr_DownloadInformation dd a, #dr_PrivacyAndSecurity dd a, #dr_OrderInformation dd a, #dr_ShippingInformation dd a, #dr_TechnicalAssistance a, #dr_ReturnAndCancellations dd a, #dr_ContactForm a {
  color:#589D0C;
}
#dr_DownloadInformation  ul {
    margin:0.5em 0 0.5em 1.5em;
}
.tblShipTime {
    border:2px solid black;
    padding:10px;
    max-width:500px;
}
.tblShipTime table th {
    border-width:0 0 2px 0;
    border-bottom:2px solid black;
    color:black;
    background-color:transparent;
    font-weight:bold;
}
.tblShipTime table td {
    padding:3px 8px;
}
#dr_quickOrderFAQ {
  margin-bottom:10px;
}
#dr_quickOrderFAQ a {
  color:#589D0C;
}
#dr_Help .dr_OrderFindButton {
  /*width: 225px;*/
}
#dr_Help .dr_OrderFindButton .dr_button {
  /*border-radius:5px;
  float:right;*/
}
#dr_Help .dr_label {
  display:block;
  float:left;
  width:110px;
}
#dr_Help .dr_helpColumnLeft{
  float:left;
	padding-right: 2.4%;
  width:48%;
}
#dr_ContactForm h1{
	border-bottom: 0 none;
	font-weight: bold;
	text-align: center;
}
#dr_ContactForm #dr_siteButtons{
	float: right;	
	width:30%;
}
#dr_ContactForm .left{
	width:100%;
}
#dr_ContactForm .right {
	padding-top: 3%;
	width:100%;
}

.dr_way2Contact{
	color: #589d0c;
	font-weight: bold;
}
.dr_way2ContactWrap{
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 2% 0;
}
#dr_Help .dr_helpColumnRight{
  float:right;
  padding-left: 2%;
  width:47%;
}
.dr_cols #dr_separator{
	background: #D2D2D2;
	float: left;
	width: 1px;
}
.dr_helpElement ul {
  margin:4px 2px 30px 18px;
  padding:0px;
}
.dr_Content dt {
  font-weight:bold;
}
.dr_Content dd {
  margin:6px 0px 30px 30px;
}
/* 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 #C0C0C0;
}
#dr_myAccountColumn2 h3{
  background-color:#C0C0C0;
  border:1px solid #C0C0C0;
  color:#FFFFFF;
  font-size:16px;
  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;
}
.dr_OrderPassword, .dr_OrderNumber {
  overflow:auto;
}
/* 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%;
}
/*
#############################################
# Invisible Text in IE? Do the following:   #
# * html #elementID { height:0.01%; }       #
#############################################
*/
* html #dr_ThankYou {
  height:0.01%;
}
body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset, a {
  margin: 0;
  padding: 0;
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
  font-family:DINPro,Arial,sans-serif;
}
#logo {
  max-width: 1160px;
  height: 70px;
  padding-top: 10px;
  margin: 0 auto;
}
#logo #logo_img {
  width:150px;
  padding-left:3%;
}
#header {
  width: 100%;
  height: 97px;
  border-bottom: 3px solid #6B9C0C;
  margin-bottom:10px;
  /*margin-bottom: 70px;*/
  background-color: #000;
}
#footer {
  clear: both;
  width: 100%;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  padding-top: 27px;
  color: #fff;
  background-color:#000;
  margin: 0 auto;
  border-top:3px solid #6B9C0C;
}
#footer  #extole-placeholder-global_footer {
		float: left;
    margin-bottom: 10px;
    margin-left: 120px;
}
#footer  #extole-placeholder-global_footer  a{
		color: #76B900;
    font-size: 16px;
    text-decoration: none;
}
a.footer_link:link, a.footer_link:active, a.footer_link:visited {
  color: #000;
  text-decoration: none;
}
a.footer_link:hover {
  text-decoration: underline;
}
#sidebar {
  position: relative;
  float: left;
  width: 198px;
}
#nav_links {
  padding-left: 30px;
  padding-top: 65px;
  height: 130px;
  color: #7D7D7D;
  text-decoration: none;
}
#content {
  float: right;
  padding-top: 10px;
  width: 644px;
}
#opinion {
  position: relative;
  float: left;
  width: 198px;
  height: 228px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/opinion2.jpg) no-repeat;
}
#opinion dl {
  margin: 0; 
  padding-left: 0;
}
#opinion dt { float: left;
  padding-top: 10px;
  padding-left: 80px;
}
#opinion dt a {
  display: block;
  height: 0px !important;
  height /**/:24px; /* IE 5/Win hack */ 
  padding: 28px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
#opinion dt a:hover { background-position: 0 -23px; } 
dt#opinion_button a {
  width: 27px;
  height: 24px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/opinion_arrow.gif) no-repeat;
  text-decoration: none;
}
.opinion_header {
  font-size: 15px;
  font-weight: bold;
  padding-top: 162px;
  text-align: center;
  color: #676767;
}
.opinion_link {
  width: 148px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
  padding-top: 10px;
  text-align: center;
  color: #87A54B;
  text-decoration: none;
}
.opinion_link a{
  color: #87A54B;
  text-decoration: none;
}
.opinion_link a:hover{
  text-decoration: underline;
}
#promo {
  position: relative;
  float: left;
  width: 198px;
  height: 182px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/promo_background.gif) no-repeat;
}
#global_nav {
  float: left;
  height: 29px;
  margin: 0px 0px 0px 0px;
  clear:both;
}
#global_nav dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#global_nav { padding-left: 0px; } 
/*/ 
#global_nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#global_nav dt { float: right; }
#global_nav dt a {
  display: block;
  height: 0px !important;
  height /**/:29px; /* IE 5/Win hack */ 
  padding: 49px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
#global_nav dt a:hover { background-position: 0 -49px; }  
dt#nav_account a {
  width: 107px;
  height: 98px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/homepage/nav_account_v5.jpg) no-repeat;
    /* background-color: 6db004; */
  text-decoration: none;
}
dt#nav_order a {
  width: 118px;
  height: 98px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/homepage/nav_order_v5.jpg) no-repeat;
  text-decoration: none;
}
dt#nav_customer a {
  width: 117px;
  height: 98px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/homepage/nav_customer_v5.jpg) no-repeat;
  text-decoration: none;
}
dt#nav_shopping a {
  width: 118px;
  height: 98px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/homepage/nav_shopping_v5.jpg) no-repeat;
  text-decoration: none;
}
a.nav_link:link, a.nav_link:active, a.nav_link:visited {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  padding-left: 20px;
    padding-top: 5px;
  display:block;
  height:18px;
  /*background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/arrow.gif) no-repeat; */
}
#nav_links br {
  display:none;
}
a.nav_link:hover {
  text-decoration: underline;
  color: #87A54B;    
}
#header_nav {
  float: left;
  height: 99px;
  margin: 0px 0px 0px 0px;
}
#header_nav dl { margin: 0; padding: 0; }
/* IE5 Mac Hack \*/ 
#header_nav { padding-left: 0px; } 
/*/ 
#header_nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */
#header_nav dt { float: right; }
#header_nav dt a {
  display: block;
  height: 0px !important;
  height /**/:99px; /* IE 5/Win hack */ 
  padding: 99px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
#header_nav dt a:hover { background-position: 0 -99px; }  
dt#header_button a {
  width: 980px;
  height: 99px;
/*  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/header_bg_nvidia3.jpg) no-repeat;  */
  text-decoration: none;
}
.product_column {
  position: relative;
  float: left;
  width: 255px;
}
.small_product {
  position: relative;
  float: left;
  width: 252px;
  height: 144px;
  /* background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/small_product_background2.jpg) no-repeat; */
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/homepage/small_product_background2_new.jpg) no-repeat;    
}
.small_product .image {
  position: relative;
  float: left;
  padding-top: 19px;
  padding-left: 14px;
}
.small_product .info {
  position: relative;
  float: left;
  width: 150px;
  height: 100px;
}
.small_product .info .category {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #7cbd0f;
}
.small_product .info .title {
  padding-left: 5px;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  color: #464646;
  height:15px;
  overflow:hidden;
}
.small_product .info .desc {
  padding-top: 10px;
  padding-left: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #464646;
  height:41px;
  overflow:hidden;
}
.small_product .info .desc span{
  font-weight: bold;
  text-decoration: none;
  color: #464646;
}
.product_column .large_product {
  width: 252px;
  height: 288px;
  /* background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/large_product_background_new.jpg) no-repeat; */
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/homepage/large_product_background_new.jpg) no-repeat;    
}
.product_column .large_product .info_header {
  position: relative;
  float: left;
  width: 150px;
}
.product_column .large_product .info_header .category {
  padding-top: 20px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #7cbd0f;
}
.product_column .large_product .info_header .title {
  padding-left: 20px;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  color: #464646;
  width:220px;
}
.product_column .large_product .image {
  position: relative;
  float: left;
  padding-left: 14px;
  padding-top: 10px;
}
.product_column .large_product .info {
  position: relative;
  float: left;
  width: 230px;
  height: 69px;
}
.product_column .large_product .info .desc {
  font-size: 10px;
  line-height: 12px;
  margin-left: 30px;
  color: #464646;
}
.product_column .large_product .info div span{
  font-weight: bold;
  text-decoration: none;
  margin-left: 27px;
  color: #464646;
}
.price {
  float: left;
  padding-left: 5px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #464646;
}
.more a{
  float: right;
  padding-left: 15px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #464646;
}
.more a:hover{
  color: #cccccc;
}
.shopping {
  position: relative;
  float: left;
  width: 220px;
  padding-left: 20px;
}
.shopping .buy_now a {
  float: right;
  width: 90px;
  height: 26px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/buy_now.gif) no-repeat;
  text-decoration: none;
}
.shopping .buy_now a:hover {
  background-position: 0 -26px;
}


.shopping .go a {
  float: right;
  width: 40px;
  height: 27px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/component_go.gif) no-repeat;
  text-decoration: none;
}
.shopping .go a:hover {
  background-position: 0 -27px;
}
.title a{
  text-decoration: none;
  color: #464646;
}
.title a:hover{
  text-decoration: underline;
}
#cart_column {
  float: right;
  width: 138px;
}
.cart_header {width: 138px;
  height: 55px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/cart_header.jpg) no-repeat;
}
.cart_status {
  width: 98px;
  padding-top: 16px;
  padding-left: 20px;
  font-size: 10px;
  color: #ffffff;
}
.cart_body {width: 138px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/cart_body.jpg) repeat-y;
}
.cart_text {
  width: 98px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}
.cart_price {
  width: 98px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #76b900;
}
.cart_divider {width: 138px;
  height: 10px;
  font-size: 6px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/cart_divider.jpg) no-repeat;
}
.cart_footer {width: 138px;
  height: 83px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/cart_footer.jpg) no-repeat;
}
.cart_total {
  width: 98px;
  padding-top: 16px;
  padding-left: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #76b900;
}
#search_input {
  margin-left:10px;
  margin-top:11px;
  padding:0px 0px 0px 0px;
}
#search_input[id] {
  margin-left:10px;
  margin-top:11px;
  padding:0px 0px 0px 0px;
}
#search_input input{
  color: #464646;
  float: left;
  font-size: 13px;
  width: 120px;
  border: 0;
  margin:-2px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}
.dr_Content a:link,a:visited,a:active {
  color:#545454;
  text-decoration:none;
}
.dr_Content a:hover {
  color:black;
  text-decoration:underline;
}
#checkout_nav {
  float: left;
  height: 23px;
  padding-top: 15px;
  padding-left: 14px;
  margin: 0px 0px 0px 0px;
}
#checkout_nav dl {
  margin: 0; 
  padding-left: 0;
}
#checkout_nav dt { float: left; }
#checkout_nav dt a {
  display: block;
  height: 0px !important;
  height /**/:23px; /* IE 5/Win hack */ 
  padding: 23px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
#checkout_nav dt a:hover { background-position: 0 -23px; }  
dt#checkout_button a {
  width: 108px;
  height: 23px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/checkout.gif) no-repeat;
  text-decoration: none;
}

body {  
  /*width: 980px;*/
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  /*min-width:360px;*/
  /*background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/background_gradient.gif) #ffffff repeat;*/
  /*background-color: #000;*/
}

#map1 {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

#navigation_bar {
  position: relative;
  float: left;
  height: 49px;    
    width: 980;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/homepage/nav_main_tag_4.jpg) no-repeat;
}

#left_navigation {
  position: relative;
  float: left;
  width: 190px; 
  height: 285px;
  /* background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/uber/left_nav_box.jpg) no-repeat; */
}

#home_content {
  /*width: 860px;*/
  padding-top: 10px;
  margin: 0 auto;
  font-family:DINPro,Arial,sans-serif;
  font-size:16px;
  line-height:22px;
    margin-bottom:50px;
}

#featured {
  position: relative;
  float: right;
  width: 767px;
  height: 300px;
  /* background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/store_theater_flash_bg.jpg) no-repeat; */
}

#no_flash {
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/images/hp_nonflash.jpg) no-repeat;
}

.shopping .tour a {
  float: left;
  width: 100px;
  height: 26px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/tour.gif) no-repeat;
  text-decoration: none;
}

.shopping .tour a:hover {
  background-position: 0 -26px;
}

#store_search {
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/2013-Redesign/search_box_new.png) no-repeat;
  display: inline-block;
  height: 31px;
  width: 172px;
}

#search_input{
  float: left;
  width: 118px;
  height: 45px;
}

#search_button {
  float: right;
  width: 33px;
  height: 38px;
}

#search_button dl { margin: 0; padding: 0; }

/* IE5 Mac Hack \*/ 
#search_button { padding-left: 0px; } 
/*/ 
#search_button { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#search_button dt { float: right; }

#search_button dt a {
  display: block;
  height: 0px !important;
  height /**/:38px; /* IE 5/Win hack */ 
  padding: 38px 0 0 0;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* #search_button dt a:hover { background-position: 0 -38px; }  */

dt#search_go a {
  width: 33px;
  height: 38px;
  background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/2013-Redesign/search_go_new.png) no-repeat;
  text-decoration: none;
}
#dr_forgotPassword {
  float:left;
}

#dr_forgotPassword .dr_error {
  float:right;
  padding:8px 1px 0 0;
}

#dr_ThankYou h1,#dr_ThankYou #dr_CheckoutBreadcrumb,#dr_ThankYou #dr_span_text{
*position:relative;
}

#dr_ShoppingCart #dr_shippingEstimator td div.dr_formLine strong{
  font-size:15px !important;
  color:#FF3A00;
}
#dr_paymentContainer {
  position:relative;
  padding:35px 0;
}
#dr_paymentContainer #dr_geoTrust {
  position:absolute;
  right:5px;
  top:50px;
}
#dr_paymentContainer #dr_paypalExpressImage {
  padding: 5px 0 0 10px;
}
#dr_optInContainer {
    padding:35px 0;
    border-top:2px solid #D2D2D2;
    border-bottom:2px solid #D2D2D2;
}
#dr_breadcrumbBackground #dr_geoTrust {
  display: none;
}
#dr_ShoppingCart #dr_shipMethod {
  width:275px;
}
/*#dr_cartTbl td.dr_cart_title, #dr_cartTbl td.dr_orderNumber, #dr_confirmTbl td.dr_cart_title, #dr_productTbl td.dr_cart_title {
  border-bottom: 1px solid #999;
}*/
#dr_confirmTbl #dr_subTotal td, #dr_productTbl #dr_subTotal td {
  border-top: 1px solid #999;
}
#dr_cartTbl td.dr_couponCode {
  /*border-top: 1px solid #999;*/
  height: 30px;
  /*vertical-align: bottom;*/
}
#dr_billingContainer .dr_requiredFieldsLabel {
  font-weight:bold;
}
#dr_billingContainer label {
  display:block;
  float:none;
}
#dr_loginContainer .dr_loginButton a {
  font-size: 16px;
  display: inline-block;
  line-height:37px;
}
#dr_cartTbl tr#dr_shippingCartHeader td {
  /*border-bottom: 2px solid #d2d2d2;
  line-height: 40px;*/
  padding:20px 0;
}
#dr_TCFooter {
    padding:0 0 27px;
    color:#fff;
    text-align:left;
    font-size:16px;
		margin-left: 35px;
}
#dr_TCFooter p {
    width:100%;
    max-width:1160px;
    margin:0 auto;
}
#dr_cartTbl a:link,a:visited,a:active,a:hover, #dr_loginContainer .dr_loginButton a, #dr_TCFooter a, .dr_confirmElement a.dr_confirmEditLink, #dr_ThankYou #dr_TYDownloadInstructions a,#dr_AddressEntryInstructions2  a.dr_privacyPolicy{
  color:#76b900;
  text-decoration:none;
}
#dr_support a {
  color:#76b900;
	line-height: 24px;
  text-decoration:none;
}
#home_content .pagetitle a:link, #home_content .pagetitle a:visited, #home_content .pagetitle a:hover, #home_content .pagetitle a:active {
  color:#76b900;
  text-decoration:none;
}
.dr_confirmElement a.dr_confirmEditLink {
  font-size:14px;
  font-weight:bold;
  float:left;
  /*width:500px;*/
} 
#dr_TCFooter a.dr_aboutDigitalRiver {
  color:#fff;
  text-decoration:none;
}
#dr_cartTbl a.dr_productName {
  text-decoration:none;
  font-weight:bold;
  font-family:DINPro,Arial,sans-serif;
  text-transform:uppercase;
  font-size:16px;
  color:#333333;
}
.dr_couponCode input {
  vertical-align:bottom;
}
.dr_couponCode input.dr_couponApply {
  height:22px;
  padding:2px;
}
#dr_ShoppingCart {
  width:860px;
  margin:0 auto;
}
#dr_confirmProducts, #dr_ThankYou #dr_productInformation {
  width:290px;
  float:right;
  border:1px solid #999;
  padding:8px;
  margin-top:50px;
}
#dr_ThankYou #dr_productInformation {
  margin-top:40px;
  margin-bottom: 15px;
}
#dr_shippingNote {
  max-width:860px;
  margin:5px auto 0;
  border-top:2px solid #d2d2d2;
  border-bottom:2px solid #d2d2d2;
  padding:25px 0;
}
#dr_CheckoutPayment, #dr_ConfirmOrder, #dr_ThankYou {
  max-width:860px;
  margin:0 auto;
}
#dr_CheckoutPayment, #newLoginContainer {
  /*margin-top:30px;*/
	clear: both;
}
#dr_CheckoutPayment label {
    text-transform:uppercase;
}
.dr_Content fieldset h3,
.dr_confirmElement h3,
div.dr_thankYouElement h3, .dr_cols h1 {
  background:none;
  color:#76b900;
  text-transform:uppercase;
  font-size:24px;
  font-weight:bold;
  line-height:normal;
  min-height:30px;
}
#newLoginContainer h3 {
	padding-top: 10px;
	font-size: 24px;
	color: #76b900;
	text-transform: uppercase;
	min-height: 30px;
	font-weight: bold;
	line-height: normal;
}
.dr_confirmElement h3,
div.dr_thankYouElement h3 {
  margin-top:10px;
}
#dr_ThankYou h1 {
  color:#999;
  font-size:20px;
  font-weight:normal;
  line-height:normal;
  margin-bottom:0;
}
.dr_confirmElement #dr_shipmentMethodDetails {
  font-size:12px;
  line-height:normal;
  padding:8px 0 0 10px;
  display:inline-block;
  height:20px;
}
#dr_confirmTbl td.dr_thumbnailImage img,
#dr_productTbl td.dr_thumbnailImage img {
  max-width:45px;
  max-height:45px;
} 
#dr_confirmTbl span.dr_productName,
#dr_productTbl span.dr_productName {
  font-weight:bold;
}
#dr_confirmTbl span.dr_qty,
#dr_productTbl span.dr_qty {
  display:block;
}
#dr_confirmTbl tr.dr_oddRow td,
#dr_confirmTbl tr.dr_evenRow td,
#dr_productTbl tr.dr_oddRow td,
#dr_productTbl tr.dr_evenRow td {
  padding:5px;
}
#dr_cartTbl .dr_cart_title h3, #dr_candyRackHeader h3 {
  font-size:24px;
  line-height:normal;
  color:#76b900;
  font-family:DINPro,Arial,sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  padding-left:0px;
}
#dr_confirmProducts #dr_CartTitle,
#dr_productInformation #dr_CartTitle {
  font-size:16px;
  color:#696969;
}
#dr_ShoppingCart #dr_orderNumber,
#dr_ConfirmOrder #dr_orderNumber,
#dr_productInformation #dr_orderNumber {
  font-size:16px;
  color:#333333;
  font-weight:bold;
  float:right;
}
#dr_newAccountContainer,
#dr_billingContainer {
  width:410px;
  padding:35px 0;
}
#dr_loginContainer {
  border-top: 2px solid #D2D2D2;
	background-color: #ececec;
	border-bottom: 2px solid #D2D2D2;
	float: left;
	margin-bottom: 10px;
	width: 49%;
}
#dr_CheckoutPayment > #dr_checkoutoutTypeContainer{
	border-top: 2px solid #D2D2D2;
	background-color: #ececec;
	border-bottom: 2px solid #D2D2D2;
	float: right;
	margin-bottom: 10px;
	width: 49%;
}
#dr_checkoutoutTypeContainer #dr_checkoutType{
	padding: 2% 4%;
  text-align: center;
}
#dr_checkoutoutTypeContainer #dr_checkoutType p{
	padding: 15px 0;
}
#dr_loginContainer #dr_login{
	padding: 2% 4% 2% 10%;
}
#dr_loginContainer .dr_formLine {
	clear: none;
	float: left;
	width: 100%;
}

#dr_billingContainer {
    clear:both;
    width:100%;
		padding:0px;
}
#dr_billingContainer h3 {
	color: #333333;
	font-size: 16px;
	border-bottom: 2px solid #D2D2D2;
	margin-bottom: 15px;
}
.dr_loginInstructions {
    margin:10px 0 20px;
}
#dr_loginContainer input{
    background-color:#fff;
}
.dr_Content fieldset .dr_formLine {
  margin: 5px 0;
}
#dr_cartTbl .dr_shippingTitle {
  float:right;
  padding-top:6px;
  text-align:right;
  font-weight:bold;
}
#dr_cartTbl #dr_shippingEstimator .btnContinue {
    display:none;
}
#dr_cartTbl .dr_shippingTitle span.dr_price,
#dr_cartTbl #dr_shippingEstimator span.dr_price,
#dr_confirmTbl span.dr_price,
#dr_productTbl span.dr_price,
#dr_subTotal span.dr_price {
  width:125px;
  display:inline-block;
}
#dr_subTotal span.dr_price {
    font-size:24px;
}
#dr_QuickBuyCart {
  background-color:#FFF;
}
#dr_QuickBuyCart .dr_emptyCart {
  margin:0 0 15px 0;
}
#dr_login #loginPass,
#dr_login #loginID,
#dr_newAccount input {
  width:90%;
  height:24px;
  margin:1px 0px;
  background-color:#f1f1f1;
  border:1px solid #c1c1c1;
}
#dr_login #loginPass,
#dr_login #loginID {
  background-color:#fff;
  border:1px solid #c1c1c1;
}
/*#dr_AddressEntryFields {
  overflow-y:auto;
  overflow-x:hidden;
}*/
#dr_AddressEntryFields .left, #dr_shipping .left {
  float:left;
  width:410px;
}
#dr_AddressEntryFields .right, #dr_shipping .right, #dr_AddressEntryFields #newLoginCustomer, #dr_AddressEntryFields #dr_AddressEntryInstructions2 {
  float:right;
  width:410px;
}
#dr_AddressEntryFields #dr_AddressEntryInstructions2 {
	margin-top: 20px;
}
#dr_AddressEntryFields .dr_formLine input,
#dr_AddressEntryFields .dr_formLine select,
#dr_shippingContainer .dr_formLine input,
#dr_shippingContainer .dr_formLine select,
#dr_billingContainer .dr_formLine input,
#dr_billingContainer .dr_formLine select, 
#dr_creditCardSection .dr_formLine input, 
#dr_creditCardSection .dr_formLine select {
  width:99%;
  height:24px;
  margin:1px 0px;
  background-color:#f1f1f1;
  border:1px solid #c1c1c1;
}
#shippingDifferentThanBillingIndicator {
  line-height: 27px;
  margin: 15px 0 0 0;
}
#dr_billingContainer #shippingDifferentThanBillingIndicator input {
  margin-right: 10px;
  width: auto;
}
#dr_billingContainer #shippingDifferentThanBillingIndicator label {
  display: inline;
  vertical-align: top;
}
#dr_ExpandShippingDetails {
  font-size: 16px;
  margin: 0px 23px;
}
#dr_login .dr_formLine .dr_label,
#dr_newAccount .dr_formLine .dr_label,
#dr_AddressEntryFields .dr_formLine .dr_label {
  /*width:150px;*/
  width:100%;
}
#dr_shippingContainer .dr_formLine select,
#dr_billingContainer .dr_formLine select,
#dr_AddressEntryFields .dr_formLine select,
#dr_shippingMethod .dr_formLine select {
  width:99%;
  height:29px;
  padding:4px;
}
#dr_shippingMethod .dr_formLine select {
  margin:1px 0;
  max-width:410px;
  background-color:#F1F1F1;
  border:1px solid #c1c1c1;
}
#dr_billingContainer .dr_formLine.stateprovince, #dr_billingContainer .dr_formLine.country {
  /*width:222px;*/
  width:54%;
}
#dr_billingContainer .dr_formLine.stateprovince {
  float:left;
  clear:none;
  margin-top:0;
}
#dr_billingContainer .dr_formLine.zippostal {
  /*width:155px;*/
  width:42%;
  margin-right:1%;
  float:right;
  clear:none;
  margin-top:0;
}
#dr_QuickBuyCart.dr_Content fieldset {
  padding:0;
  margin:0;
}
#dr_creditCardSection {
/*width:800px;*/
overflow-y:auto;
}
#dr_CheckoutPayment fieldset#dr_payment .dr_ExpandPaymentDetails {
  font-size:14px;
  font-family:DINPro,Arial,sans-serif;
  color:#333;
  padding:0;
  margin:10px 0;
}
#dr_CheckoutPayment fieldset#dr_payment .dr_ExpandPaymentDetails  p {
  margin-left:0;
}

#dr_CheckoutPayment fieldset#dr_payment .dr_ExpandPaymentDetails  p br {
  display:none;
}
/*.dr_Content table td { font-size:13px; }*/
#dr_cartTbl td {
    padding:28px 0;
}
#dr_cartTbl td.dr_productName {
  width:35%;
  /*width:47%;*/
}
#dr_cartTbl div.dr_qty {
  color:#333333;
}
#dr_cartTbl div.dr_qty select {
  width:auto;
  max-width:50px;
  margin-left:10px;
}
#dr_cartTbl td.dr_deliveryMethod {
  width:13%;
  /*width:1%;*/
  color:#333333;
  font-weight:bold;
}
#dr_cartTbl td.dr_stockStatus {
  width:23%;
  color:#333333;
  padding:26px 0 28px;
}
#dr_cartTbl th.dr_price,
#dr_cartTble th.dr_priceVAT,
#dr_cartTbl td.dr_price,
#dr_cartTble td.dr_priceVAT {
  width:12%;
  font-weight:bold;
}
#dr_cartTbl td.dr_thumbnailImage {
  width:17%;
  padding:10px 0;
}
#dr_cartTbl td.dr_thumbnailImage img {
  width:75%;
	max-width:110px;
}
#dr_cartTbl .dr_cart_header td {
  padding:2px 5px;
}
#dr_cartTbl tr.dr_evenRow, #dr_cartTbl tr.dr_oddRow {
  border-top:2px solid #d2d2d2;
}
.dr_totals {
/*font-weight:bold;*/
  padding-left:0px;
}
.totalsText,
#dr_cartTbl td.dr_totals {
  font-weight:bold;
}
.dr_feeDetails .dr_feeName{
	text-align: right;
	word-break: break-all;
}
#dr_ccSecurityCodeEntry a {
  color:#000;
  text-decoration:underline;
}
.dr_expInfo {
  width:400px;
  float:left;
  display:inline;
}
#cr_creditCardSection .dr_formLine {
  display:inline;
}
#dr_ccNumEntry {
  width:46%;
  float:left;
  clear:none;
  margin-right:2%;
}
#dr_expDateSelect {
  width:33%;
  float:left;
  clear:none;
  margin-right:2%;
}
#dr_expDateSelect label br {
  display:none;
}
#dr_ccSecurityCodeEntry {
  width:16%;
  float:left;
  clear:none;
}
#dr_creditCardSection .dr_formLine #expirationDateMonth {
  width:47%;
  height:29px;
  padding:4px;
}
#dr_creditCardSection .dr_formLine #expirationDateYear {
  width:47%;
  margin-left:1%;
  height:29px;
  padding:4px;
}
.dr_expInfo {
  margin-left:-200px;
  margin-top:3px;
}
.dr_ccAccepted {
  float:left;
}
.dr_vbvMCSC {
  float:right;
  padding-right:200px;
}
#dr_lineOfCredit {
  padding-left:10px;
}
#dr_lineOfCredit {
  display:none;
}
.dr_CandyRack{
  padding:10px 10px 0px 15px;
  float:left;
}
#dr_loginError {
  /*margin:10px 0 0 235px;*/
  margin:10px 0 0 0px;
  font-weight:bold;
  color:#ff0000;
}
#header #dr_support {
  float:right;
  margin-right:3%;
  text-align:right;
}
#header #dr_support li{
	float: left;
	list-style: none;
}
#header #dr_support li.dr_navLink{
	border-right: 1px solid #404040;	
	padding-right: 16px;
}
#header #dr_support .dr_cartImage {
	padding-left: 16px;
}
#dr_loginContainer #dr_cc_login, .preOrderOverlay .dr_button, #dr_checkoutoutTypeContainer .dr_button {
  /*background-color: #00A305;
  background-image: linear-gradient(bottom, rgb(60,131,24) 44%, rgb(123,199,1) 87%);
  background-image: -o-linear-gradient(bottom, rgb(60,131,24) 44%, rgb(123,199,1) 87%);
  background-image: -moz-linear-gradient(bottom, rgb(60,131,24) 44%, rgb(123,199,1) 87%);
  background-image: -ms-linear-gradient(bottom, rgb(60,131,24) 44%, rgb(123,199,1) 87%);
  background-image: -webkit-linear-gradient(bottom, rgb(60,131,24) 44%, rgb(123,199,1) 87%);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(60,131,24)), color-stop(0.87, rgb(123,199,1)) );
  border: 1px solid #191919;
  border-radius: 6px;
  box-shadow: 0 0 1px 1px #191919;
  color: #ebebeb;*/

  background-color:#FFF;
  border: 1px solid #76b900;
  color:#76b900;  
  cursor: pointer;
  font-family: DINPro, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  /*text-shadow: #666 1px 1px 1px;*/
  text-transform: uppercase;
  display:inline-block;
  margin-left:25px;
  padding:0 15px;
  position:relative;
}
#dr_checkoutoutTypeContainer .dr_button {
	width: 220px;
}
#dr_loginContainer #dr_cc_login:hover, .preOrderOverlay .dr_button:hover, #dr_checkoutoutTypeContainer .dr_button:hover {
  color:#FFF;
  background-color:#76b900;
 /* background-color: #5DD600;
  background-image: linear-gradient(bottom, rgb(0,163,5) 44%, rgb(93,214,0) 87%);
  background-image: -o-linear-gradient(bottom, rgb(0,163,5) 44%, rgb(93,214,0) 87%);
  background-image: -moz-linear-gradient(bottom, rgb(0,163,5) 44%, rgb(93,214,0) 87%);
  background-image: -ms-linear-gradient(bottom, rgb(0,163,5) 44%, rgb(93,214,0) 87%);
  background-image: -webkit-linear-gradient(bottom, rgb(0,163,5) 44%, rgb(93,214,0) 87%);
  background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.44, rgb(0,163,5)), color-stop(0.87, rgb(93,214,0)) );*/
}
 #dr_loginContainer #dr_cc_login, .preOrderOverlay .dr_button {
  float:right;
  box-shadow:none;
/*  border:none;
  padding:0 25px;*/
}
#dr_breadcrumbBackground {
  width:860px;
  height:30px;
  margin:10px auto;
  background:url('//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/nvidiaStore/THOR/breadcrumb_bg.png') no-repeat 0 0;
}
#dr_breadcrumbBackground span {
  color:#FFF;
  display:inline-block;
  padding:4px 10px;
  text-transform:uppercase;
  font-size:20px;
}
#home_content .pagetitle {
  clear:both;
  margin:70px auto 0;
  border-bottom:2px solid #D2D2D2;
  padding-bottom:30px;
  max-width:860px;
}
#home_content .pagetitle h1 {
  font-family:DINPro,Arial,sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  font-size:36px;
  line-height:normal;
}
#home_content .pagetitle a {
  text-transform:capitalize;
  text-decoration:none;
  float:right;
  line-height:46px;
  font-family:DINPro,Arial,sans-serif;
}
#dr_ThankYou #dr_siteButtons {
  text-align:right;
 /* padding-left:440px;*/
}
#dr_CheckoutPayment #dr_creditCardImages {
  display:inline-block;
  margin-top:10px;
  margin-top:10px;
}
.dr_error {
  display:block;
}
/* code to change alignment of error messages */

#dr_QuickBuyCart.dr_Content fieldset .dr_label .dr_error {
  display:inline;
  padding-left:10px;
}
#dr_QuickBuyCart.dr_Content fieldset .dr_label br {
    display:none;
}

/* end code to change alignment of error messages */
#dr_shippingEstimator td.continueShopping {
  /*font-size:12px;
  line-height:normal;
  font-weight:bold;*/
  text-transform:capitalize;
}
#dr_CheckoutShipping form {
  /*max-width:95.5%;*/
  margin:0 auto;
}
#dr_CheckoutShipping h1,
#dr_suggestionForm h1 {
  background:none;
  color:#000;
  font-size:20px;
  line-height:normal;
  font-weight:normal;
  height:30px;
  width:100%;
}
#dr_CheckoutShipping .instructions {
  padding:0 0 10px 0;
}
#dr_suggestionForm {
  padding:15px 30px;
}
#dr_suggestionForm #dr_billingContainer {
  max-width:450px;
  margin:10px 0;
}
#dr_suggestionForm #selectionButton {
/*  background-color:#589D0C;
  background-image: linear-gradient(bottom, rgb(74,139,20) 4%, rgb(114,177,5) 52%);
  background-image: -moz-linear-gradient(bottom, rgb(74,139,20) 4%, rgb(114,177,5) 52%);
  background-image: -webkit-linear-gradient(bottom, rgb(74,139,20) 4%, rgb(114,177,5) 52%);
  background-image: -ms-linear-gradient(bottom, rgb(74,139,20) 4%, rgb(114,177,5) 52%);
  border:1px solid #589D0C;
  border-radius:3px;
  font-size:13px;
  line-height:normal;
  height:auto;
  margin:0 0 20px 0;
  padding:8px;
  text-shadow: #555 0.1em 0.1em 0.2em;
  text-transform:uppercase;*/
}
#dr_ConfirmOrder .confirmHeader {
  display:none;
  background: none;
  color: #999;
  font-size: 20px;
  line-height:normal;
  font-weight: normal;
  height: 30px;
}
#dr_ConfirmOrder .dr_confirmCartEditLink {
  color:#589D0C;
  float:left;
  font-size:14px;
  line-height:normal;
  font-weight:bold;
  text-decoration:underline;
}
#dr_cartTbl .dr_deliveryMethodSmall,
#dr_cartTbl .dr_stockStatusSmall {
  display:none;
}
.dr_cart_header .dr_cart_title h3 {
  float:left;
}
.dr_cart_header .dr_cart_title #dr_orderNumber {
  float:right;
}
#dr_cartTbl .estimatedShipping {
  float:left;
  font-weight:bold;
  text-transform:uppercase;
}
#dr_expandDetailsPayPalExpress {
  display:none;
}
#dr_ExpandPaymentDetailsPayPalExpress.dr_ExpandPaymentDetails p {
  /*color:#000;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:normal;
  margin:0;*/
}
#dr_AccountOrderList table th {
  text-align: left;
}
#dr_CustomerServiceOrderDetail table th {
  text-align: left;
}
#dr_CheckoutBreadcrumb {
  position:absolute;
  background-color:#262626;
  left:0;
  /*top:100px;*/
  top:99px;
  border-top:1px solid #6B9C0C;
  width:100%;
}
#dr_breadcrumbBackground {
    background:none !important;
  height:60px;
  max-width:860px;
  width:100%;
  line-height:58px;
  margin: 0 auto;
}
#dr_breadcrumbBackground span {
  font-family:DINPro,Arial,sans-serif;
  text-transform:uppercase;
  display:block;
  float:left;
  padding:0;
  color:#787878;
  /*background:url() right center no-repeat;*/
}
#dr_breadcrumbBackground span.active {
  color:#ffffff;
}
#dr_breadcrumbBackground span.dr_completeorder {
  background:none;
}
#dr_breadcrumbBackground span.divider {
  height:60px;
  width:50px;
  background:url(//drh.img.digitalriver.com/DRHM/Storefront/Site/nvidia/cm/images/2013-Redesign/breadcrumbarrow.gif) center 18px no-repeat;
}
.mobileOnly {
  display:none;
}
.ico{
	color: #FFF;
	font-family:"icons";
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	vertical-align: middle;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.ico.ico-cart:before{
	content:"\e601";
}
.ico.ico-cart:hover{
	color: #76b900!important;
}
#dr_support .dr_cartImage a #qtyCart{
	background-color: #76b900;
	border-radius: 50px;
	color: #fff!important;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	min-height: 23px;
	line-height: 24px;
	padding: 2px 0 0;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	min-width: 23px;
}

@media screen and (max-width:860px) {
  #home_content {
    /*max-width:860px;
    width:auto;*/
  }
  #home_content .pagetitle, .dr_Content,#dr_TCFooter p {
    width:98%;
    padding-left:1%;
    padding-right:1%;
  }
  #dr_QuickBuyCart #dr_payment {
    width:98%;
  }
  #dr_CheckoutBreadcrumb {
    /*display:none;*/
    width:98%;
    padding:0 1%;
  }
    #dr_breadcrumbBackground span {
        font-size:17px;
    }
    #dr_breadcrumbBackground span.divider {
        background-position: center 17px;
    }
  #dr_ShoppingCart {
    max-width:860px;
    width:auto;
  }
  #dr_newAccountContainer {
    width:47%;
  }
  #dr_creditCardSection {
    width:auto;
  }
  .dr_Content fieldset h3 {
    font-size:18px;
  line-height:normal;
  }
  #dr_ConfirmOrder #dr_confirmProducts {
    float:none;
    margin-top:5px;
    width:auto;
  }
  #dr_ConfirmOrder #dr_confirmProducts td.dr_price {
    text-align:right;
  }
  #dr_ConfirmOrder .dr_confirmElement {
    width:48%
  }
  .dr_Content fieldset#dr_optIn label {
    width:93%;
  }
  #dr_ConfirmOrder #dr_confirmAddress,
  #dr_ConfirmOrder #dr_confirmPaymentMethod {
    float:left;
  }
  #dr_ConfirmOrder #dr_confirmShipping,
  #dr_ConfirmOrder #dr_confirmShippingMethod {
    float:right;
  }
  #dr_ConfirmOrder #dr_siteButtons {
    padding-left:0;
    text-align: right;
  }
  #dr_ConfirmOrder .confirmHeader {
    display:block;
  }
  .dr_confirmElement h3,
  div.dr_thankYouElement h3 {
    margin-top:10px;
    clear:both;
  }
  #dr_ThankYou #dr_productInformation {
    float:none;
    margin-top:5px;
    width:auto;
  }
  #dr_ThankYou form, #dr_ThankYou .dr_thankYouElement {
    float:none;
  }
  #dr_ThankYou #dr_downloadInstructions,
  #dr_ThankYou #dr_shippingInformation {
    max-width:580px;
    width:auto;
  }
  #footer {
    width:auto;
  }
  #dr_AddressEntryFields .right, #dr_AddressEntryFields .left, #dr_shipping .left, #dr_shipping .right, #dr_AddressEntryFields #newLoginCustomer, #dr_AddressEntryFields #dr_AddressEntryInstructions2 {
    width:47%;
  }
}
@media screen and (max-width:750px) {
    .mobileOnly {
        display:block;
    }
    #dr_ContactForm .left, #dr_ContactForm .right {
        float:none;
        width:auto;
        margin:1em 0;
    }
    #dr_breadcrumbBackground {
        line-height:38px;
        height:40px;
    }
    #dr_breadcrumbBackground span {
        font-size:14px;
    }
    #dr_breadcrumbBackground span.divider {
        background-position: center 7px;
        height:40px;  
        line-height:40px;
        width:40px;
    }
    #home_content .pagetitle {
        margin-top:40px;
    }
		#dr_cartTbl .addtocartBtn a.dr_candyRackBtn{
			font-size: 12px !important;
		}
}
@media screen and (max-width:625px) {
    #dr_CheckoutBreadcrumb {
        display:none;
    }
    #home_content .pagetitle {
        margin-top:0px;
    }
    #dr_ShoppingCart select {
        margin-left:0;
    }
}
@media screen and (max-width:600px) {
  #logo #logo_img {
    max-width: 25%;
    width: auto;
  }
  #dr_confirmShipping {
    display: none;
  }
  #dr_cartTbl .dr_deliveryMethodSmall,
  #dr_cartTbl .dr_stockStatusSmall {
    display:block;
  }
  #dr_cartTbl .dr_deliveryMethod {
    display:none;
  }
  #dr_cartTbl td.dr_productName {
    width:auto;
  }
  #dr_newAccountContainer {
    float:none;
  }
  #dr_CheckoutPayment #dr_billingContainer {
    clear:both;
    width:auto;
  }
  #dr_loginContainer, #dr_CheckoutPayment #dr_checkoutoutTypeContainer{
		width: 100%;
	}
  #dr_newAccountContainer {
    clear:both;
    width:auto;
  }
  #dr_paymentContainer #dr_geoTrust, .dr_cols #dr_separator {
    display:none;
  }
  #dr_ConfirmOrder #dr_confirmAddress,
  #dr_ConfirmOrder #dr_confirmPaymentMethod,
  #dr_ConfirmOrder #dr_confirmShipping,
  #dr_ConfirmOrder #dr_confirmShippingMethod,
  #dr_Help .dr_helpElement, 
  #dr_Help .dr_helpColumnLeft, 
  #dr_Help .dr_helpColumnRight {
    float:none;
		padding: 0;
    width:auto;
  }
  #dr_ConfirmOrder .dr_confirmElement h3 {
    margin-bottom: 5px;
  }
  .dr_Content fieldset#dr_optIn label {
    width:90%;
  }
  #dr_ThankYou #dr_siteButtons {
    text-align:right;
    padding-left:0;
  }
  #dr_Help #dr_anchors ul#dr_anchorsRight {
    margin-left:15%;
  }
  #dr_AddressEntryFields .right, #dr_AddressEntryFields .left, #dr_shipping .left, #dr_shipping .right, #dr_ccNumEntry, #dr_expDateSelect, #dr_ccSecurityCodeEntry, #dr_AddressEntryFields #newLoginCustomer, #dr_AddressEntryFields #dr_AddressEntryInstructions2 {
    width:100%;
    clear:both;
    display:block;
    float:none;
  }
  #dr_billingContainer .dr_formLine.zippostal {
    margin-right:1%;
    width:42%;
  }
  #dr_creditCardSection .dr_formLine #expirationDateYear, #dr_creditCardSection .dr_formLine #expirationDateMonth, #dr_creditCardSection .dr_formLine #cardSecurityCode {
    width:30%;
  }
	#dr_ContactForm #dr_siteButtons{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:480px) {
  #dr_cc_login {
    font-size:15px;
    padding:0 10px;
    height:30px;
    line-height:30px;
  }
  #home_content, .dr_Content table, #dr_cartTbl, .dr_Content {
    font-size:14px;
  }
  #home_content .pagetitle a {
    float:none;
    line-height:normal;
  }
	#header #dr_support .dr_cartImage a {
		margin-left:2px;
	}
	#dr_support a {
		font-size:14px;
	}
	#dr_CheckoutPayment .dr_loginButton {
		margin-right:0;
		width:100%;
	}
	#dr_login #loginPass, #dr_login #loginID, #dr_newAccount input{
		width:99%;
	}
	#dr_QuickBuyCart .dr_shopCartBtns{
		text-align: center;
	}
	.dr_shopCartBtns #dr_payPalExpressCheckoutButton{
		width: 100%;
	}
	.dr_shopCartBtns #dr_checkoutButton{
		margin: 15px 0;
		width: 100%;
	}
}
#dr_CustomerServiceOrderDetail .dr_error {
  display: none;
}

#dr_general_modal_overlay{
  background-color: #000;
	filter: alpha(opacity=65);
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
	z-index: 1;
  display:none;
}
.preOrderOverlay {
	background-color: white;
	border: 4px solid #6b9c0c;
	color: #000;
	display: none;
	filter: alpha(opacity=95);
	left: 15%;
	/* min-height: 40%; */
	opacity: 0.95;
	padding: 2%;
	position: absolute;
	top: 20%;
	width: 64%;
	z-index: 1000001;
}
.preOrderOverlay .closeLinkWrapper {
	clear: both;
	overflow: hidden;
}
.preOrderOverlay a.closeLink {
	cursor: pointer;
}
.preOrderOverlay a.closeLink:hover {
  color:#fff;
  text-decoration: none;
}
.preOrderOverlay .overlayContent {
	clear: both;
	margin: 4%;
	overflow: hidden;
}
#dr_paymentContainer {
	z-index: 1;
}
#dr_shipInfoPopUp {
	clear: both;		
	padding: 10px 0px 0;
  margin-bottom: -10px;
}
#dr_ShipInfoShadow {
	display: none;
	opacity: 0.6;
	left: 0px; 
	height: 100%; 
	top: 0px; 
	width: 100%; 
	background: #090705; 
	position: fixed;
	z-index: 2;
}
#dr_ShipInfo {
	position: absolute; 
	border: 1px solid green;
	display: none;
	left: 0px; 
	opacity: 1; 
	top: 20%; 
	background: rgb(255, 255, 255);		
	padding: 10px 15px;
	z-index: 3;
	font-weight: normal;
  text-transform: none;
}
#dr_ShippingContent {
	clear: both;
}
.dr_closeBtn {
	text-align: right; 
	cursor: pointer;
	float: right;
}
.dr_ship {
	padding: 10px 0;
}
.dr_shippingTimes {
	padding: 0 25px 10px 25px;
}
.dr_bold {
	font-weight:bold;
}
#dr_shipInfoPopUp a.dr_ImpShipInfo {
  font-weight: normal;
  text-transform: none;
  float: right;
  width: 45%;
}
@media screen and (max-width:640px) {
	#dr_shipInfoPopUp a.dr_ImpShipInfo {
		width: 100%;
	}
}

@media screen and (max-width:360px) {
	.dr_Content table#dr_cartTb{
		font-size: 12px;
	}
	#dr_cartTbl td.dr_thumbnailImage{
		padding: 28px 0;
	}
	#dr_cartTbl td.dr_thumbnailImage img, #dr_cartTbl .dr_CandyRack .productImg a img{
		min-width: 20px;
		padding-right: 2px;
	}
	#dr_cartTbl .dr_productName{
		padding-right: 4px;
	}
	#dr_cartTbl .dr_CandyRack .dr_price, #dr_cartTbl .dr_CandyRack .addtocartBtn{
		text-align: center;
	}
	#dr_cartTbl td.dr_price, #dr_cartTbl td.dr_priceVAT, #dr_cartTble td.dr_priceVAT,
	#dr_cartTbl td.dr_price, #dr_cartTbl td.dr_priceVAT, #dr_cartTble td.dr_priceVAT{
		white-space: normal;
	}
	#dr_cartTbl a.dr_productName{
		font-size: 12px;
		word-wrap: break-word;
	}
}

@media screen and (max-width:340px) {
	#dr_TwoPgCheckoutShoppingCart #dr_payPalExpressCheckoutButton span,
	#dr_ShoppingCart #dr_payPalExpressCheckoutButton span,
	#dr_QuickBuyCart #dr_payPalExpressCheckoutButton span,
	#dr_ThreePgCheckoutShoppingCart #dr_payPalExpressCheckoutButton span{
		margin: 0;
	}
	#header #dr_support{
		max-width: 100%;
	}
}
input.dr_button, body a.dr_button, .dr_Content a.dr_button {
  font-family:DINPro,Arial,sans-serif;
  font-size:16px;
  line-height:19px;
  font-weight:bold;
  color:#76b900;
  background-color:#FFF;
  border:1px solid #76b900;
  padding: 1px 10px;
  height:22px;
  margin-left:10px;
  cursor:pointer;
  text-transform: uppercase;
  text-decoration: none;
}
#dr_siteButtons input.dr_button, #dr_siteButtons a.dr_button, #dr_siteButtons a.dr_button, #dr_siteButtons a.dr_button:visited {
  color:#76b900;  
  font-size:18px;
  line-height: 18px;
  padding: 15px;
  height:48px;
  text-decoration: none;
  vertical-align: middle;
}
#dr_siteButtons a.dr_button, #dr_siteButtons a.dr_button:visited {
  padding: 14px 15px 13px;
}
a.dr_button {
  padding:1px 5px 4px 5px;
  text-decoration:none;
}
#dr_checkoutButton a.dr_button{
	padding: 8px 12px 6px;
}
#dr_cartTbl .addtocartBtn a.dr_candyRackBtn{
	display: inline-block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 1% 3% 0.5%;
	text-align: center;
}
#dr_checkoutoutTypeContainer .dr_button{	
	height: auto;	
	margin: auto;
	white-space: normal;
}
a.dr_button:hover, .dr_Content a.dr_button:hover, input.dr_button:hover, #dr_siteButtons input.dr_button:hover, #dr_siteButtons a.dr_button:hover, #dr_siteButtons a.dr_button:active, #dr_cartTbl .addtocartBtn a.dr_candyRackBtn:hover{
  color:#FFF;
  background-color:#76b900;
}
