/* Default
##############################################
# 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:#FFFFFF;
 font:12px Arial,Verdana,Helvetica,sans-serif;
 color:#000000;
}
.dr_Content {
 font:12px Arial,Verdana,Helvetica,sans-serif;
 color:#000000;
text-align:left;
 background-color:#FFFFFF;
padding:8px;
/* peekaboo fix */
  position:relative;
min-width:0;
}
.dr_Content h3 {
	font-size:15px;
}
.dr_Content h2 {
	font-size:16px;
}
.dr_Content h1 {
	font-size:16px;
 color:#E78526;
	margin: 5px 0px 10px 0px;
}
.dr_error {
	font-weight:bold;
	color:red;
}
.dr_Content img {
	border:0px;
}
.dr_hiddenText {
	display:none;
}
#contentWrapper {
	width:780px;
	margin:8px auto;
	position:relative;
	z-index:0;
}
#rightNav {
	float:left;
	width:170px;
	margin-top:-3px;
	padding:0px 5px;
	position:absolute;
	top:190px;
	left:616px;
	z-index:0;
}
#dr_ProductDetails.dr_Content {
	width:590px;
        position:relative;
        z-index:1;
}
#socialNetworkLinks {
	background:#fff url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/socailNetworkLinksBg.gif) no-repeat;
	left:670px;
	padding:5px 8px;
	position:relative;
	margin-bottom:5px;
	width:121px;
	z-index:99;
}
#dr_currencySelector {
	color:#575757;
	font-weight:normal;
	font-size:11px;
	float:right;
	margin-top:-38px;
	margin-right:10px;
}
#currencySelectorToken select {
	width:55px;
}
#bodyWrapper {
	margin-top:-35px;
	padding:0px;
	width:620px;
}
#contentWrapper .a2topiclinks h1 {
	color:#fff;
	font:normal 20px Arial;
	left:-65px;
	padding:13px 0px 0px 0px;
	position:relative;
	text-align:left;
}
/* Form button styles */
/* button alignment */
#dr_siteButtons, .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:12px;
	font-weight:bold;
 color:#FFFFFF;
 background-color:#E0E9F2;
 border:1px solid #E0E9F2;
	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 #E0E9F2;
}
a:link {
 color:#4B616F;
	text-decoration:none;
}
a:visited {
 color:#4B616F;
	text-decoration:none;
}
a:hover {
 color:#4B616F;
	text-decoration:underline;
}
/* 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;
}
/* Table styles - Can be overridden with a direct id call. (i.e. #dr_ConfirmOrder table#dr_confirmTbl) */
.dr_Content table {
 border:0px solid #E0E9F2;
	border-collapse:collapse;
	width:100%;
 font-size:12px;
 color:#000000;
}
/* Table header styles */
.dr_Content table th {
 border:1px solid #E0E9F2;
 background-color:#E0E9F2;
	font-weight:bold;
 font-size:12px;
 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 #E0E9F2;
	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_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:6px 5px;
}
.dr_Content table .dr_label {
	display:none;
}
/* Styles for the lineitem details for a product in the order */
a.dr_expandDetails {
 color:#4B616F;
	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:none;
	margin:0px;
	padding:0px;
}
#dr_breadcrumbTitles li {
	display:inline;
	margin:10px 10px 10px 0px;
	padding:0px;
}
#dr_breadcrumbTitles li.dr_titleOn {
	margin-left:-8px;
	padding:0px;
}
/* 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:#E0E9F2;
 color:#FFFFFF;
	margin:0px;
	padding:2px;
	font-size:1em;
}
/* Fieldset, these are goupings of similar form elements */
.dr_Content fieldset {
 border:1px solid #E0E9F2;
	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_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: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 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;
}
#dr_Home #dr_homePageTopBanner img {
	height:165px;
	width:780px;
}
#dr_featuredItemsOffer .productBox {
	width:250px;
	float:left;
	margin:15px;
	position:relative;
	overflow:hidden;
}
#dr_featuredItemsOffer .productBox .dr_thumbnailImage img {
	float:left;
	padding-right:10px;
	width:85px;
	position:relative;
	overflow:hidden;
}
#dr_featuredItemsOffer .productBox a.dr_productName {
	width:150px;
	float:left;
	font-weight:bold;
	font-size:11px;
}
#dr_featuredItemsOffer .productBox .dr_actualPrice {
	font-size:11px;
	color:#ee7e1a;
	width:125px;
	float:left;
	padding:10px 0px;
}
#dr_featuredItemsOffer .productBox .salesPitch {
	width:100%;
	clear:both;
	padding:0px;
	margin-bottom:-10px;
}
#AllProducts #dr_homeProductListIteration .dr_productData ul {
	list-style-type:none;
	font-size:11px;
	width:290px;
	margin:0px 0px 10px 0px;
	float:left;
}
#AllProducts #dr_homeProductListIteration .dr_productData ul li {
	background-image: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ar_dbl_blue.png);
	padding-left:15px;
	background-repeat: no-repeat;
	background-position:0px 0px;
}
/* END HOME/WELCOME CSS */

/* BEGIN PRODUCT FINDER PAGE CSS */
#dr_ProductFinder #dr_load {
	color:#999999;
	float:left;
	font:11px/16px tahoma, verdana, arial;
	margin:0px;
	padding:23px 0px 0px 0px;
}
#dr_ProductFinder #dr_load img {
	color:#999999;
	padding:0px 0px 0px 12px;
}
#dr_ProductFinder #dr_ProductFinderNav fieldset {
	float:left;

	margin:0px;
	padding:0px;
}
#dr_ProductFinder #dr_ProductFinderNav .dr_formLine {
	float:left;
	padding:0px 10px 0px 0px;
}
#dr_ProductFinder #dr_ProductFinderNav .dr_formLine label {
	display:block;
	padding:0px 0px 5px 0px;
}
#dr_ProductFinder #dr_ProductFinderNav .dr_formLine select {
	background-color:#fff;
	border:1px solid #7F9DB9;
	color:#000000;
}
#dr_ProductFinder #dr_ProductFinderNav .dr_formLine #dr_siteButtons {
	padding:9px 0px 0px 0px;
	text-align:left;
}
#dr_ProductFinder a.toolTip {
	color:#3e6b8a;
	font:11px arial, verdana, sans-serif;
	padding:0px;
	position:relative;
	text-decoration:none;
	z-index:10;
}
#dr_ProductFinder a.toolTip:hover {
	background:none;
	text-decoration:none;
}
#dr_ProductFinder a.toolTip span {
	display:none;
}
#dr_ProductFinder a.toolTip:hover span {
	border:1px solid #7F9DB9;
	color:#666;
	display:block;
	font:10px/18px arial, verdana, sans-serif;
	left:5px;
	padding:3px;
	position:absolute;
	margin:10px;
	width:175px;
	top:15px;
}
/* END PRODUCT FINDER PAGE CSS */
/* BEGIN DYNAMIC PRODUCT LIST CSS */
#dr_DynamicProductList .dr_siteButtonsTop, #dr_DynamicProductList .dr_siteButtonsBottom {
	clear:both;
	float:right;
	margin:10px;
}
#dr_DynamicProductList .dr_dynamicProductListItem {
	clear:both;
}
#dr_DynamicProductList .dr_thumbnailImage {
	float:left;
	margin:5px;
	width:20%;
}
#dr_DynamicProductList .dr_productNameAndDescription {
	float:left;
	width:50%;
}
#dr_DynamicProductList .dr_price {
	float:left;
	margin:15px;
	width:10%;
}
#dr_DynamicProductList .dr_qty {
	margin:12px 7px;
}
#dr_DynamicProductList .dr_buyNowButton img {
	margin-top:10px;
}
/* END DYNAMIC PRODUCT LIST 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;
}
#dr_CategoryProductList .dr_productDescription table, #dr_CategoryProductList .dr_productDescription table td, #dr_CategoryProductList .dr_productDescription td, #dr_CategoryProductList .dr_productDescription th {
	width:auto;
	border:none;
}
/* Styles for ProductSearchResults page */
#dr_ProductSearchResults #dr_productSearchResultsIteration {
	float:left;
	clear:both;
	width:75%
}
#dr_ProductSearchResults #dr_column1 {
	width:10%;
	float:left;
	padding:0px;
	margin:0px;
}
#dr_ProductSearchResults #dr_column2 {
	width:25%;
	padding:0px;
	margin:0px;
	float:left;
}
#dr_ProductSearchResults #dr_column3 {
	width:50%;
	padding:0px;
	margin:0px;
	float:left;
}
/* END PRODUCT LISTING CSS */

/* BEGIN PRODUCT DETAIL PAGE CSS */
#dr_ProductDetails #siteButtons, #siteButtons #activeSubmit, #siteButtons #inactiveSubmit {
	float:right;
        margin:3px 0px;
        padding:0px;
}
#dr_ProductDetails #dr_thumbnailImage {
	width:35%;
	float:left;
}
#dr_ProductDetails #dr_purchaseDetails {
	width:60%;
	float:left;
}
#dr_ProductDetails .dr_button {
	margin:0px;
}
table#dr_vlpPointLevels {
	width:300px;
}
#dr_ProductDetails #dr_purchaseDetails table, #dr_ProductDetails #dr_purchaseDetails td, #dr_ProductDetails #dr_purchaseDetails th {
	max-width:410px;
	width:auto;
	padding: 0px;
}
#dr_ProductDetails #dr_purchaseDetails table table, #dr_ProductDetails #dr_purchaseDetails table table td, #dr_ProductDetails #dr_purchaseDetails table table th {
	border:none;
	width:inherit;
}
#dr_ProductDetails #dr_socialNetworkLinks, #dr_ProductDetails #dr_socialNetworkLinks span {
	margin:10px 10px 10px 0px;
}
#dr_ProductDetails #CSchat {
	float:right;
	margin:40px 0px 0px 0px;
}
#dr_ProductDetails #termsAndConditions {
	position:relative;
	overflow:hidden;
	clear:both;
	padding:10px 0;
}
#dr_ProductDetails #dr_productSummary #dr_variationPanel fieldset {
	width:330px;
}
#dr_ProductDetails #dr_purchaseDetails #dr_variationPanel fieldset #pd_qty .pd_label {
	width:125x;
	margin:0;
	padding:0;
}
#dr_ProductDetails #dr_purchaseDetails #dr_variationPanel #pd_qty input {
	width:45px;
	padding:0px;
	margin:0px 0px 0px 10px;
}
#my_def_list dd ul li {
	background: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ar_dbl_blue.gif) no-repeat 0px 6px;
	margin: 0px;
	padding: 1px 0px 1px 15px;
}
#dr_ProductDetails #dr_purchaseDetails #dr_variationPanel fieldset #pd_serialNumber .pd_label {
	width:125x;
	margin:5px 0px -10px 15px;
	padding:0px;
}
#dr_ProductDetails #dr_purchaseDetails #dr_variationPanel #pd_serialNumber input {
	width:150px;
	margin:5px 0px -10px 10px;
	padding:0px;
}
#dr_ProductDetails #dr_purchaseDetails #dr_variationPanel .pd_label {
	float:left;
	font-size:12px;
	color:#696969;
	width:130px;
	padding:0px;
	margin:5px 0px 0px -10px;
}
#dr_ProductDetails #dr_productSummary #dr_variationPanel select {
	/*width:155px;*/
}

#dr_ProductDetails p.dr_price,
#dr_ProductDetails div.pd_label{
font-weight:bold;
}

#pd_price p.dr_price {
	font-size:12px;
	color:#696969;
}
#pd_price span.dr_actualPrice {
	color:#E78526;
	font-weight:bold;
	position:relative;
	margin-left:85px;
}
#productConfigList p {
	font-weight:bold;
	margin:0px 0px 5px 10px;
	padding:0px;
}
#productConfigList {
	margin:0 0 0 -10px;
	padding:0px;
	position:relative;
	clear:both;
	z-index:99;
}
#productConfigList li {
	color:#4B616F;
	cursor:hand;
	background-image: url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ar_dbl_blue.png);
	padding-left:15px;
	background-repeat: no-repeat;
	background-position:0px 0px;
	list-style-type:none;
}
#productConfigList li a:hover {
	cursor:hand;
	position:relative;
	text-decoration:underline;
}
#productConfigList li div a {
	border-bottom: 1px solid #797979;
	background: #cacaca url(//drh.img.digitalriver.com/DRHM/Storefront/SiteImplementation/globalss/globalssSI/version/4/images/popup_title_bar_back.gif) repeat-x top left;
	display:block;
	padding:3px;
	position:relative;
	text-align:right;
}
#productConfigList li div {
	background: #cacaca url(//drh.img.digitalriver.com/DRHM/Storefront/SiteImplementation/globalss/globalssSI/version/4/images/popup_title_bar_back.gif) repeat-x top left;
	border: 1px solid #797979;
	position:relative;
	width:330px;
}
#productConfigList li div p {
	background:#fff;
	border: 1px solid #797979;
	margin:8px;
	padding:10px;
}

/* 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;
}
#dr_ProductUpSell .dr_productSelect, #dr_ProductCrossSell .dr_productSelect {
	display:block;
	float:left;
	width:10px;
}
#dr_ProductUpSell .dr_price, #dr_ProductCrossSell .dr_price {
	display:block;
	float:left;
	margin:0px 0px 0px 10px;
}
/* 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 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:#E0E9F2;
 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 #E0E9F2;
}
#dr_myAccountColumn2 h3 {
 background-color:#E0E9F2;
 border:1px solid #E0E9F2;
 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%; }       #
#############################################
*/

/* Tab Content */
#my_def_list {
	width:600px;
	padding:0px;
	margin:0px;
	float:left;      
}
#my_def_list dd {
	background-color:#eee;
	border-top:#507c9a solid 2px;
	position: relative;
	font-size:12px;
	padding:13px 7px 23px 7px;
	margin:0px;
	word-wrap: break-word;
}
#my_def_list dt {
	margin:0px 0px;
}
#my_def_list dt span {
	display:block;
}
#my_def_list .active_tab {
	background:#507c9a url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/largeActiveImage.jpg) top left no-repeat;
	color:#fff;
	font-weight:bold;
	margin:0px 5px 0px 0px;
	padding:5px 0px 0px 5px;
}
#my_def_list .active_tab span {
	background:#507c9a url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/largeActiveImage.jpg) top right no-repeat;
	margin-top:-5px;
	height:29px;
	padding:9px 14px 3px 5px;
	text-align:center;	
}
#my_def_list .inactive_tab {
	background:#CCDAE3 url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/largeInactiveImage.jpg) top left no-repeat;
	color:#43515A;
	font-weight:normal;
	margin:3px 5px -3px 0px;
	padding:5px 0px 0px 5px;
}
#my_def_list .inactive_tab span {
	background:#CCDAE3 url(//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/largeInactiveImage.jpg) top right no-repeat;
	margin-top:-5px;
	padding:7px 14px 1px 5px;
	text-align:center;
}

#my_def_list .active_tab span,
#my_def_list .inactive_tab span{
cursor:pointer;
cursor:hand;
}

#my_def_list ul li {
	list-style-type:none;
	line-height:18px;
	padding:0px 0px 0px 7px;
	margin:0px;
}
#my_def_list p.homePageTabHeader {
	color:#345973;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 0px 7px;
}
#my_def_list p.homePageTabHeader img {
	padding:0px;
	margin:0px 7px 0px 0px;
}
/* ###########################################################################
GLOBAL ASSETS RELEASE v5.0
BUILD DATE: 20090623
COPYRIGHT SUN MICROSYSTEMS INC. 2009
IF YOU WISH TO ADD TO OR EDIT THIS CSS CONTACT US AT http://www.sun.com/secure/contact/cer.jsp?id=1073e17d-8d6c-43f6-b7e8-cf210cc89ba9 FIRST!
########################################################################### */

/* DETAULT CSS STYLE SHEET */ 
/* text styles */
span.rightarrowblue {
	color:#3E6B8A
}
span.rightarrowdkblue {
	color:#35556B
}
span.rightarrowgrey {
	color:#333
}
span.rightarrowyellow {
	color:#FFC726
}
a.redlink, a.redlink:visited, .red, .sunblue .red, .sunyellow .red, b.error, span.error {
	color:#D12124
}
a.greylink, a.greylink:visited {
	color:#333
}
a.ltgreylink, a.ltgreylink:visited {
	color:#9A9A9A
}
div.resultstitle b, .note {
	color:#000
}
.newscap {
	text-transform:uppercase;
	color:#000
}
.grey1copy {
	color:#999
}
.grey2copy {
	color:#696969
}
.grey3copy {
	color:#9A9A9A
}
.sunbluecopy {
	color:#584EBF
}
.ltgreycopy {
	color:#888
}
.medgreycopy {
	color:#666
}
.dkgreycopy {
	color:#4D4D4D
}
.vdkgreycopy {
	color:#333
}
/* pad & spacer */
.pad0x10, .sitelinks, .pagetitle2 {
	padding:0px 10px
}
.padbottom6 {
	padding:0px 0px 6px 0px
}
.padtop6 {
	padding:6px 0px 0px 0px
}
.pad6 {
	padding:6px
}
.pad8 {
	padding:8px
}
.pad10 {
	padding:10px
}
.pad2x5 {
	padding:2px 5px
}
.pad10x0 {
	padding:10px 0px
}
.pad0x3 {
	padding:0px 3px
}
.pad10x10x10x0 {
	padding:10px 10px 10px 0px
}
.pad0x0x0x20 {
	padding:0px 0px 0px 20px
}
.pad0x0x0x10 {
	padding:0px 0px 0px 10px
}
.pad8x20 {
	padding:8px 20px
}
.pad1x10 {
	padding:1px 10px
}
.cellpadtop {
	padding:6px 6px 0px 6px
}
.cellpadbottom {
	padding:0px 6px 6px 6px
}
.headerpadding2 {
	padding:1px 10px 1px 5px
}
.sp10 {
	line-height:8px;
	font-size:8px
}
.sp8 {
	line-height:7px;
	font-size:7px
}
.sp5 {
	line-height:5px;
	font-size:5px
}
.sp2 {
	line-height:2px;
	font-size:2px
}
/* table colors */
.sunred {
	background:#E76F00
}
.sunblue {
	background:#35556B
}
.sunyellow {
	background:#FFC726
}
.sunblue, td.sunblue a {
	color:#FFF
}
td.sunred b, td.sunred div.navtitle {
	color:#FFF;
	font-weight:bold
}
td.sunred ul, td.sunred ul li {
	margin-left:7px;
	padding-left:0px
}
td.sunblue li, td.sunblue ul {
	color:#FFF;
	list-style-image:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ic_bullet_white.gif")
}
td.sunred .rightarrowwhite, td.sunred a:link, td.sunred a:visited, td.sunyellow b, td.sunyellow div.navtitle, td.sunyellow a:link, td.sunyellow a:visited {
	color:#3E6B8A
}
td.sunyellow a:hover {
	color:#594FBF;
	text-decoration:underline
}
table.dkgrey {
	background:#666
}
table.BLACK, table.black {
	background:#000
}
table.blue3 {
	background:#5D7789
}
td.black, th.black, tr.black td, tr.black th, table tr td.black, table tr th.black {
	background:#000;
	color:#FFF
}
td.dkgrey, th.dkgrey, tr.dkgrey td, tr.dkgrey th, table tr td.dkgrey, table tr th.dkgrey {
	background:#666;
	color:#FFF
}
td.blue3, th.blue3, tr.blue3 td, tr.blue3 th, table tr td.blue3, table tr th.blue3 {
	background:#5D7789;
	color:#FFF
}
table.ltgrey, td.ltgrey, th.ltgrey, tr.ltgrey td, tr.ltgrey th, table tr td.ltgrey, table tr th.ltgrey {
	background:#E5E5E6
}
table.vltgrey, td.vltgrey, th.vltgrey, tr.vltgrey td, tr.vltgrey th, table tr td.vltgrey, table tr th.vltgrey {
	background:#DDD
}
table.white, td.white, th.white, tr.white td, tr.white th, table tr td.white, table tr th.white, td.white, table.white1, td.white1, th.white1, tr.white1 td, tr.white1 th, table tr td.white1, table tr th.white1 {
	background:#FFF
}
table.grey3, td.grey3, th.grey3, tr.grey3 td, tr.grey3 th, table tr td.grey3, table tr th.grey3 {
	background:#E3E3E3
}
table.grey4, td.grey4, th.grey4, tr.grey4 td, tr.grey4 th, table tr td.grey4, table tr th.grey4 {
	background:#F0F0F0
}
table.grey5, td.grey5, th.grey5, tr.grey5 td, tr.grey5 th, table tr td.grey5, table tr th.grey5 {
	background:#999
}
table.grey6, td.grey6, th.grey6, tr.grey6 td, tr.grey6 th, table tr td.grey6, table tr th.grey6 {
	background:#DDE6EC
}
table.grey7, td.grey7, th.grey7, tr.grey7 td, tr.grey7 th, table tr td.grey7, table tr th.grey7 {
	background:#E5E5E5
}
table.grey8, td.grey8, th.grey8, tr.grey8 td, tr.grey8 th, table tr td.grey8, table tr th.grey8 {
	background:#C8C8C8
}

table.blue1, td.blue1, th.blue1, tr.blue1 td, tr.blue1 th, table tr td.blue1, table tr th.blue1 {
	background:#5382A1
}
table.blue2, td.blue2, th.blue2, tr.blue2 td, tr.blue2 th, table tr td.blue2, table tr th.blue2 {
	background:#DDE6EC
}
table.yellow2, td.yellow2, th.yellow2, tr.yellow2 td, tr.yellow2 th, table tr td.yellow2, table tr th.yellow2 {
	background:#F9F9F9
}
table.medgrey, td.medgrey, th.medgrey, tr.medgrey td, tr.medgrey th, table tr td.medgrey, table tr th.medgrey {
	background:#707277;
	color:#FFF
}
table.featshade1, td.featshade1, th.featshade1, tr.featshade1 td, tr.featshade1 th, table tr td.featshade1, table tr th.featshade1 {
	background:#DDE6EC
}
table.featshade2, td.featshade2, th.featshade2, tr.featshade2 td, tr.featshade2 th, table tr td.featshade2, table tr th.featshade2 {
	background:#EBEEF0
}
table.rose, td.rose, th.rose, tr.rose td, tr.rose th, table tr td.rose, table tr th.rose {
	background:#D4C0AE
}
table.dkrose, td.dkrose, th.dkrose, tr.dkrose td, tr.dkrose th, table tr td.dkrose, table tr th.dkrose {
	background:#AA9A8B
}
.featshade2 div.pad10, .featshade1 div.pad10 {
	padding-left:15px
}
table.blue1 tr td {
	padding:0px
}
table.blue1 table.white1 {
	border:#B2BC00 solid 1px
}
td.sunblue {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/bg_sunblue.gif") repeat-x left top #5382A1;
	border-top:#fff solid 6px
}
td.sunred {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/bg_sunorange.gif") repeat-x left bottom #E76F00
}
td.sunyellow {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/bg_sunyellow.gif") repeat-x left bottom #FFC726
}
/* a0 */
body.a0v0, div.a0v0, div.a0v4 {
	margin:0px auto;
	width:800px;
	padding:0px
}
body.a0v1, div#a0v1 {
	width:100%;
	max-width:1770px
}
body.a0v1, div#a0v1 {
	_width:98%
}/* iepc56 */
/* a1 */
.a1 {
	margin:2px 22px 3px 23px;
	float:none
}
* html .a1 {
	margin:0 22px
}
.a1 div.a1v0, .a1 div.a1v1, .a1 div.a1v2, .a1 div.a1v3, .a1 div.a1v4, .a1 div.a1v5 {
	width:100%;
	min-width:755px
}
.a1 .skiplink {
	position:absolute;
	left:-2000px
}
.a1 .skiplink:focus {
	left:0;
	padding:5px;
	border:1px #35556B solid;
	margin:10px;
	background:#FFD868;
	text-decoration:underline
}
div.a1 .a1menu {
	padding:0;
	margin-top:9px;
	float:none;
	visibility:hidden;
	position:absolute;
	z-index:40;
	left:0;
	top:-20000px
}
.toolbarlinks {
	float:left
}
.siteid {
	float:right;
	display:block;
	padding:1px 0 0 0
}
div.a1 .a1menux1 {
	height:4px;
	overflow:hidden;
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") -129px -65px transparent no-repeat;
	margin:1px 3px 0 -3px;
	padding:0
}
div.a1 .a1menuw1 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") repeat-x -129px -70px #fafbfc;
	padding:10px;
	border:#5b87a5 solid 1px;
	border-top:0;
	margin:0px 0px 0px -3px
}
div.a1 .a1menuw1 a {
	font-size:12px;
	border:0;
	padding:0
}
div.a1menuw2 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") 100% 100% no-repeat;
	padding:0 3px 3px 0;
	margin:0
}
* html div.a1 div.a1menux1 {
	margin:6px 0 0 0
}
* html div.a1 .a1menuw1 {
	margin:0
}
* html div.a1menuw2 {
	padding:0;
	margin:0
}
div.a1Large {
	width:472px
}
div.a1Large .a1menuw1 {
	width:450px
}
* html div.a1Large .a1menuw1 {
	width:394px
}
div.a1Medium {
	width:302px
}
div.a1Medium .a1menuw1 {
	width:280px
}
div.a1Small {
	width:202px
}
div.a1Small .a1menuw1 {
	width:180px
}
.a1r1 .selectorlinks {
	float:right;
	padding-right:10px
}
.toolbarlinks a.k2over {
	border-right:0
}
.toolbarlinks a.lastlink, .selectorlinks span.lastlink {
	border-right:0;
	padding:0 3px 0 2px;
	font-size:11px
}
.siteid, .siteid span, .siteid a, .selectorlinks span a, .selectorlinks span.lastlink a {
	font-size:11px
}
.siteid span {
	padding:0 2px 0 3px
}
.siteid a, .siteid span.nolink {
	border-left:1px solid #A3B8CB;
	padding:0 2px 0 6px
}
.siteid a.firstlink, .siteid span.firstlink {
	border-left:0;
	padding-left:0
}
.browserExplorer7 div.a1 .a1menu {
	background:url("//drh1.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/a.gif") repeat 0 0
}
* html div.a1 .a1menu {
	margin-top:2px
}
.a1menu p {
	margin:0;
	font-size:11px
}
.toolbarlinks a, .selectorlinks span {
	margin-right:10px;
	padding:0 5px 0 2px;
	font-size:11px;
	border-right:0px solid #A3B8CB
}
span.toolbarlinks a.karrow {
	background:transparent
}
span.toolbarlinks a.k2over, .siteid a.language-select {
	padding-right:12px;
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") 100% -392px no-repeat;
	margin-right:10px;
	border-right:0
}
div.a1 span.toolbarlinks a.dividelink {
	border-right:0;
	margin-right:20px
}
div.a1 h5 {
	margin-bottom:6px
}
a.language-select, a:link.language-select, a:visited.language-select, a:hover.language-select, a:active.language-select {
	text-decoration:none;
	cursor:default;
	color:black
}
* html .a1-2colwrap {
	background:url("//drh1.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/a.gif")
}
.a1-2colwrap {
	float:left
}
.a1-2colul ul {
	width:47%;
	margin-right:10px;
	float:left
}
.a1 ul.bluearrows li {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat -117px -220px
}
/* a1 - OLD */
.a1 table {
	width:100%;
	background:#fff;
	margin-top:5px
}
/* a2 */
.a2w0 .a2 {
	float:none
}
.a2w0 {
	float:left;
	position:relative;
	_height:55px;
	width:100%;
	z-index:30
}
.a2w0 + table, .a2w0 + br, .a2w0 + div, .a2w0 + form > table {
	clear:both
}
.a2 {
	padding:4px 0 3px 0px;
	float:none;
	min-width:780px;
	clear:both;
	width:100%
}
.a2w1 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat -10px -393px;
	margin:0 10px
}
.a2w2 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat 100% -453px;
	height:60px;
	_overflow:hidden
}
.a2w3 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") repeat-x 0 0;
	margin:0 10px 0 107px
}
.a2, .a2w4 {
	min-height:60px;
	background-position:0 0;
	background-repeat:no-repeat
}
.a2 li a:link, .a2 li a:hover, .a2 li a:active, .a2 li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left
}
.a2 li a:hover, .a2 li a:focus {
	text-decoration:underline
}
.a2search {
	float:right;
	background-color:transparent;
	text-align:right;
	margin:0;
	padding:0;
	position:relative;
	z-index:2;
	white-space:nowrap
}
.a2search select {
	float:right;
	margin-left:8px
}
#a2v3 .a2search {
	float:right;
	width:215px
}
#a2v3 .a2search input {
	float:left
}
.a2searchmenu {
	float:right;
	width:195px;
	left:-20px
}
.a2searchmenu select {
	float:left;
	margin:0
}
.a2searchmenu input {
	float:right
}
.a2search a:link, .a2search a:visited {
	color:#fff
}
#venuespacer {
	display:block;
	left:-94px;
	position:relative
}
#sunlogo, .sunlogo {
	float:left;
	padding:1px;
	display:block;
	height:50px;
	width:107px;
	position:relative;
	left:-107px
}
#sunlogo span {
	display:none
}
#searchfield, .searchfield {
	width:89px !important;
	height:16px;
	margin:0 0px 0 0;
	padding:3px 17px 1px 5px;
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat -202px -1170px;
	border:0;
	color:#0e3752;
	position:relative;
	z-index:39
}
#searchfield:focus, .searchfield:focus, .sfieldfocused {
	background-position:-202px -1131px !important
}
#searchbttn {
	padding:1px;
	vertical-align:middle;
	margin-right:1px;
	width:15px;
	z-index:40;
	position:relative
}
#a2v0 .a2search, #a2v6 .a2search {
	padding:16px 0px 0 0
}
#a2v1 .a2search, #a2v2 .a2search, #a2v3 .a2search {
	margin:0;
	padding:8px 2px 0 0;
	position:relative;
	top:0px
}
.a2topiclinks {
	position:relative;
*z-index:29
}
.a2topiclinks ul {
	margin:0;
	padding-left:7px;
	float:left
}
.a2topiclinks li {
	display:block;
	float:left;
	margin:0 0 0 5px;
	padding:0
}
#mtopics {
	position:absolute;
	z-index:31;
	left:0;
	top:0;
	_left:-6px
}
#mtopics li {
	position:relative;
	z-index:35
}
#a2v0 li a, #a2v4 li a {
	height:36px;
	padding:19px 7px 0 4px;
	margin:0;
	display:block
}
#a2v1 li a, #a2v3 li a, #a2v5 li a {
	height:18px;
	margin:0;
	padding:0 5px 4px;
	display:block
}
div.a2m {
	position:absolute !important;
	margin:0;
	padding:0 15px 12px 20px !important;
	display:none;
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat 20px 100%;
	width:179px;
	margin-top:55px;
	left:0;
	z-index:32
} /* left margin in js */
#a2v1 #mtopics, #a2v3 #mtopics, #a2v5 #mtopics {
	top:33px
}
#a2v1 div.a2m, #a2v2 div.a2m, #a2v3 div.a2m, #a2v5 div.a2m {
	margin-top:22px
}
div.a2m ul {
	display:block;
	margin:0;
	padding:3px 3px 0 0;
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") 100% -902px no-repeat
}
div.a2m ul li {
	display:block;
	margin:0 !important;
	padding:0;
	height:auto !important
}
#mtopics li ul li a, div.a2m ul li a {
	margin:0 !important;
	padding:4px 8px !important;
	height:auto !important;
	font-weight:normal !important;
	width:168px
}
#mtopics li ul li.firstchild a {
	padding-top:5px;
	border:0
}
#mtopics li ul li:hover {
	background:#1e3647
}
#mtopics li ul li.newgroup {
	border-top:#4a687b 1px solid;
	margin-top:6px !important;
	padding-top:6px
}
div.a2m ul li a:hover, div.a2m ul li a:focus {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") -203px -981px no-repeat #e8730a !important;
	padding-top:4px
}
* html div.a2m ul li a:hover {
	background-image:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") !important
}
#mtopics li.a2mshow, #mtopics li:hover {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") -203px -901px no-repeat
}
#a2v1 #mtopics li.a2mshow, #a2v3 #mtopics li.a2mshow, #a2v5 #mtopics li.a2mshow, #a2v1 #mtopics li:hover, #a2v3 #mtopics li:hover, #a2v5 #mtopics li:hover {
	background-position:-205px -879px;
	background-repeat:no-repeat
}
.a2mshow div.a2m, #mtopics li:hover div.a2m {
	display:block
}
.a2nomenu {
	background:transparent !important
}
#searchsubmit {
	border:0;
	background:transparent;
	width:15px;
	position:relative;
	z-index:6;
	left:1px
}
#searchsubmit {
	cursor:pointer
}
/* a2 - LEGACY */
.a2 .cornerTL {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat -10px -393px;
	margin:0 10px
}
.a2 .cornerTR {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat 100% -453px
}
.a2 .cornerBL {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") repeat-x 0 0;
	margin:0 10px 0 107px
}
.a2 .cornerBR {
	height:60px;
	position:relative;
	z-index:34;
	background-position:0 0;
	background-repeat:no-repeat
}
.a2 table {
	position:absolute;
	left:0px;
	z-index:34;
	margin:0 0 0 -100px
}
.a2 td {
	position:relative
}
.a2 td.navlinks {
	vertical-align:top;
	padding:0 7px 0 6px
}
.a2 td.navlinks a {
	color:#fff !important;
	padding-top:21px;
	display:block;

	font-weight:bold;
	white-space:nowrap
}
.a2 table #sunlogo, .a2 table .sunlogo {
	left:0;
	float:none
}
.a2 td.navlinks div {
	position:relative;
	height:60px
}
.a2 td.navlinks div.a2m {
	margin:0 0 0 -26px !important;
	top:55px !important;
	height:auto !important
}
.a2 td.navlinks div.a2m a {
	white-space:normal
}
.a2 td .a2search {
	padding-top:0;
	position:relative;
	left:60px
}
td.a2mshow, td.navlinks:hover {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") -203px -901px no-repeat
}
td.a2mshow div.a2m, td.navlinks:hover div.a2m {
	display:block
}
.a2 td.navlinks a {
	color:#fff !important;
	padding-top:21px;
	display:block;
	font-weight:bold;
	white-space:nowrap
}
#a2v1 td.navlinks div, #a2v3 td.navlinks div {
	height:21px
}
#a2v1 td.navlinks a, #a2v3 td.navlinks a {
	padding-top:2px
}
#a2v1 td.a2mshow, #a2v1 td.navlinks:hover, #a2v3 td.a2mshow, #a2v3 td.navlinks:hover {
	background-position:-205px -878px
}
#a2v1 td.navlinks div.a2m, #a2v3 td.navlinks div.a2m {
	top:22px !important;
*top:21px !important
}
#a2v2 td.navlinks a, #a2v5 td.navlinks a {
	padding-top:33px
}
#a2v2 td.a2mshow, #a2v2 td.navlinks:hover, #a2v5 td.a2mshow, #a2v5 td.navlinks:hover {
	background-position:-205px -845px
}
body div.a2, div#a2v1, div#a2v2, div#a2v3, div#a2v5, div#a2v6, div#a2v7 {
	background:transparent !important
}
* html .a2, * html .a2w4 {
	height:60px
}
/* a4 */
div#breadcrumb, div.breadcrumb {
	clear:both;
	padding:5px 25px;
	color:#3E6B8A
}
/* a5 */
.a5 {
	margin:5px 16px 10px 8px;
	font-size:11px
}
#a5 {
	z-index:40;
	position:relative
}
#a5 ul {
	margin:6px 0 0 4px;
	padding:0;
	width:100%
}
#a5 ul li {
	float:left;
	padding:2px 15px 0 6px;
	margin:0;
	list-style:none;
	list-style-image:url("//drh1.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/a.gif");
	position:relative
}
#a5 ul li a, #a5 ul li span#pwdby {
	font-size:11px;
	float:left;
	display:block;
	padding:0
}
#a5 ul li a span {
	font-size:11px
}
#a5 ul li.copyright {
	float:right
}
#a5 ul li a#pwdby, #a5 ul li span#pwdby {
	padding-right:57px;
	float:left;
	display:block;
	width:67px;
	height:27px;
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") 100% -358px no-repeat;
	color:#fff
}
#a5 ul li a#pwdby span, #a5 ul li span#pwdby span {
	display:none
}
#a5 ul li div.a5menu ul li a {
	display:inline;
	float:none;
	font-size:12px
}
#a5 ul li div.a5menu ul li {
	display:block;
	float:none;
	clear:both;
	padding:0 0 4px 15px
}
#a5 ul li.hasmenu {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") 100% -579px no-repeat;
	padding-right:12px;
	margin-right:10px
}
#a5 div.a5menu {
	left:-2500px;
	position:absolute;
	top:-150px;
	width:195px;
	z-index:50;
	display:none
}
#a5 ul li.a5show div.a5menu {
	left:0px;
	display:block
}
#a5 ul ul {
	margin:0
}
#a5:after, #a5 .a5menuw1:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
#a5 .a5menuw1 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") repeat-x -129px -145px #fafbfc;
	padding:10px;
	border:#5b87a5 solid 1px;
	margin:0;
}
#a5 .a5menuw2 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat 100% 100%;
	padding:0 3px 3px 0;
	margin:0
}
#a5 .a5menux2 {
	height:8px;
	margin-top:-5px;
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.png") no-repeat -200px -815px transparent
}
#a5 .a5menuw1 {
	_height:1px
}
#a5 ul li ul li {
	min-height:1px
}
#a5 .a5menu {
	_margin-top:6px
}
/*IE 6 */
* html #a5 ul li.hasmenu, * html #a5 .a5menuw1, * html #a5 .a5menuw2, * html #a5 .a5menux2, * html div.a1 .a1menux1, * html div.a1 .a1menuw1, * html div.a1menuw2, * html span.toolbarlinks a.k2over, * html .siteid a.language-select, * html .a1 ul.bluearrows li, * html .a2w1, * html .a2w2, * html .a2w3, * html #searchfield, * html .searchfield, * html div.a2m, * html div.a2m ul, * html #mtopics li.a2mshow, * html #mtopics li:hover, * html .a2 .cornerTL, * html .a2 .cornerTR, * html .a2 .cornerBL, * html td.a2mshow, * html td.navlinks:hover {
	/*background-image:url("//drh1.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/a1a2_sprite.gif")*/
background-image:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/a1a2_sprite_3.gif");
}
* html .a2 * {
	zoom:1
}
/* COMMON CSS STYLE SHEET */
/* misc */
.e15 ul li, .l5v0 ul li, ul.bluearrows li {
	margin:0;
	padding:0 0 3px 17px !important;
	list-style-image:url("//drh1.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/a.gif");
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ar_dbl_blue.png") no-repeat 5px 0 !important
}
.e15 ul li, .l5v0 ul li, ul.bluearrows li {
	_background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ar_dbl_blue.gif") no-repeat 5px 0 !important
}
/* font size */
body, h6, input, select, textarea, button {
	font-size:12px
}
div.sitelinks, #breadcrumb, .breadcrumb, div.footlinks {
	font-size:11px
}
div.smallpagetitle, div.pagetitle, span.pagetitleblue, div.pagetitlenopad, div.smallpagetitle h1, div.pagetitle h1, div.pagetitlenopad h1 {
	font-size:21px
}
/* generic */
body {
	color:#000
}
code, kbd, tt, pre {
	color:#444
}
h1, h2, h3, h4, h5, h6 {
	margin:3px 0px 0px 0px;
	padding:0px;
	text-decoration:none
}
a[name]:hover {
	text-decoration:none
}
a {
	text-decoration:none
}
a:visited {
	color:#917E9C
}
a:link, a.named:visited, div#breadcrumb a:visited, div.breadcrumb a:visited, div.sitelinks a:visited, .e2 table.navblue a:visited, .e5 a:visited, .e8v0 a:visited, .e9v0 a:visited {
	color:#3E6B8A
}
a:hover, a:focus, b.error, span.error {
	text-decoration:underline
}
dt {
	font-weight:bold;
	padding:5px 0px 0px 0px
}
ul li {
	list-style-image:url("../im/ul_bullet.gif")
}
form {
	display:inline
}
form, select, input, textarea {
	margin:0px;
	padding:0px
}
li {
	margin-left:15px;
	padding-left:0px
}
ul, ul li, ol, ol li {
	margin-left:13px;
	padding-left:0px
}
/* text styles */
div.smallpagetitle {
	padding:0px 10px
}
div.smallpagetitle, div.smallpagetitle h1 {
	font-weight:bold;
	color:#E76F00;
	margin:0px
}
#sharepage.smallpagetitle .sharepagew1 {
	display:none;
}

div.sharepage{
display:none;
}
/* e8 */
.e8v1, .e8 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/bg_dksunblue.gif") repeat-x left bottom #35556B;
	margin-bottom:10px;
	width:170px
}
.e8v2 .e8w1, .e8v0 div.cornerBR, .e8v1 div.cornerBR {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/sidenav_corners.gif") no-repeat bottom right;
	padding:0
}
.e8v0 div.cornerBR, .e8v1 div.cornerBR {
	height:8px
}
.e8v1 .copy a:link, .e8v1 div.copy a:visited {
	color:#fff
}
.e8v1 .title, .e8v2 h5 {
	color:#ED9B09;
	font-weight:bold;
	padding:8px 8px 2px 8px;
	margin:0
}
.e8v1 div.copy {
	color:#fff;
	padding:2px 8px 4px 8px
}
/* e4 */
.e4v2 .pad {
	padding:7px 7px 0 7px
}
.e4v2 {
	padding-bottom:7px
}
.e4v0 {
	border:1px solid #B2BC00;
	padding:0;
	margin-bottom:10px
}
.e4 ul {
	margin:0;
	padding:0;
	list-style:none;
	padding:4px 5px
}
.e4 li {
	margin:0;
	padding:0;
	list-style-image:url("//drh1.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/a.gif");
	padding:1px 0 3px 21px;
	font-weight:bold;
	background-position:2px 2px;
	background-repeat:no-repeat
}
.e4 li.e4-go {
	background-image:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ic_e4arrows.gif")
}
.e4 li.e4-contact {
	background-image:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ic_email.gif")
}
.e4 li.e4-phone {
	background-image:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ic_phone.gif")
}
.e4 li.e4-chat {
	background-image:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/ic_chat.gif")
}
.e4v3 {
	background:url("//drh2.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/e4_bg_sprite.gif") no-repeat 0 0 #d9dd78;
	width:154px;
	padding:0 8px;
	border-bottom:8px solid #d9dd78;
	margin-bottom:10px
}
.e4v3 img {
	margin-bottom:6px
}
.e4v3 h6.small {
	margin-top:-2px
}
.e4v3 h6.e4x1 {
	color:#333;
	padding:7px 0 0 0;
	margin:0;
	_height:19px;
	min-height:19px
}
.e4v3 ul {
	padding:2px 5px 6px 5px
}
.e4v3 h6.small {
	color:#333;
	padding:2px 0 0 8px;
	font-weight:normal
}
.e4v3 .e4w2 {
	padding:0 0 2px 0
}
/* e15 */
.e15 {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/bg_navblue.gif") repeat-x bottom left #DDE6EC;
	margin-bottom:10px;
	width:170px;
	clear:both
}
.e15v1 a {
	font-weight:bold
}
.e15v1r1 a {
	display:block
}
.e15 h5 {
	margin:2px 0 0 0;
	color:#444;
	font-size:13px;
}
.e15 ul {
	margin:3px 0 6px -3px;
	padding:0
}
.e15 ul li {
	padding-left:16px !important
}
.e15w1, .e15 div.cornerTR {
	background:url("//drh.img.digitalriver.com/DRHM/Storefront/Site/globalss/cm/images/SUN_corp_images/SUNCorp/sidenav_corners.gif") no-repeat top left
}
.e15w2 {
	padding:4px 8px 3px 10px
}

span.dr_lineItemDetails{
display:none;
}
#dr_ProductDetails #dr_productSummary .smallpagetitle{
	padding-bottom:11px;
}
#dr_ProductDetails #termsAndConditions{
	clear:left;
	float:left;
	padding-bottom:30px;
	width:400px;
}
#dr_ProductDetails .dr_productDataTbl th{
	color:#000;
	background-color:#C3CCD3;
}
#dr_ProductDetails .dr_productDataTbl td{
	color:#000;
	border-color:#bbb;
}
#dr_ProductDetails #siteButtons{
text-align:right;
}
#dr_ProductDetails #siteButtons #acceptError{
width:400px;
}
#my_def_list table th{
	color:#000000;
	background: #C3CCD3;
}
#my_def_list table td {
	border-bottom: 1px solid #BBBBBB;
}
#pd_serialNumberHidden {
	display:none;
}
#dr_ProductDetails #dr_purchaseDetails #dr_variationPanel fieldset #pd_serialNumber .pd_label {
margin:5px 0 -10px 0;
padding:0;
}
*html #dr_ProductDetails #dr_purchaseDetails #dr_variationPanel .pd_label{
padding-left:10px;
}