body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #D6D6D6;
	background-color:#828282;
/*	background-image:url(../images/bg.jpg); 
	background-repeat:repeat;	*/

  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;

	}


.greeting {
	font-weight:normal;
}
a {
  outline: none;
  cursor: pointer;
  color: #D6D6D6;  
}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	text-decoration: none;
}
 
a:visited {
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	/*color: #666666;*/
	text-decoration:underline;
	}

a:active {

	}
a.underline { text-decoration: underline; }
a.underline:hover { text-decoration: none; }

h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
	}

h2 {
	font-size: 13px;
	}

h3 {
	font-size: 13px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	}

.biggerText {
	font-size: 12px;
	}

h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-size: 12px;
	}

SELECT, INPUT {
	display: inline;
  font-size: 13px;
  margin: 0.1em;    
}

FORM {
  padding: 0;
  margin: 0;
}

input.textInput {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  font-family: Helvetica, Arial, sans-serif;
}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 98%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 5px 5px;
  overflow: auto;
  resize:vertical;
}

input.textInput, textarea {
  background: #4d4d4d;
  color: #D6D6D6;
  border: 1px solid #918d8c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-text-size-adjust: none !important;
}
.fieldset select, .fieldset input {
  margin: 0;
}
.fieldset select {
  background: #4d4d4d;
  color: #D6D6D6;
  border: 1px solid #918d8c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-text-size-adjust: none !important;
  padding: 3px;
  line-height: 22px;
  margin: 0;
}

input:focus, select:focus, textarea:focus {

	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #000000;
	}

.anchor {
  font-size: 1px;
  content: ".";
  font-size:0;
  line-height:0;
  height:0;
  overflow:hidden;  
}
.hasFixedMenu .anchor {
  padding-top: 69px;
}  

h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0 7px;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

ADDRESS {
	padding: 0.5em 0;
}

P {
	margin: 10px 0;
  padding: 0;
}

address {
	font-style: normal;
  line-height: 16px;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.message_list {
  margin-bottom: 25px;
}
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 17px;
	padding: 7px 20px;
  /*margin-bottom: 25px;*/
  margin-bottom: 0;
	}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
  display: none;
}

.messageStackWarning, .messageStackError, .messageStackCaution {
	background-color: #e53617;
	color: #ffffff;
	}
.messageStackWarning a, .messageStackError a, .messageStackCaution a {
	color: #ffffff;
  font-weight: bold;
	}

.messageStackSuccess {
  padding: 7px 0;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
  vertical-align: middle;
}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 960px;
	
	/*background-image:url(../images/bgmain_white.png);*/
  background-color: #000;
	vertical-align: top;
	clear:both;
	}

#homeBody #mainWrapper {
  /*background:url(../images/bgmain_black_960.gif) center center repeat-y;*/
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper{
	width: 960px;	
	margin:auto;
	/*padding-bottom:10px;*/
	text-align:center;
	border:0px solid black;
	}
#logoWrapper{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position: center top;
	height:69px;
	width:960px;
	margin: 0 auto;
	position: relative;
  z-index: 9998;  
	}
#logo{
	padding: 0 0 0 0;
	margin-left:20px;
	margin-top: 5px;
	margin-bottom:0px;
	}
#logo a{
	display: block;
	height: 50px;
	width: 200px;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper {
	margin-left: 2px;/* pakeista */
	margin-right: 15px;/* pakeista */
	}
#navColumnTwoWrapper {
  padding-bottom: 10px;
  padding-top: 1px;
}	
	
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	/*margin: 0.3em 0em;*/
	padding-left: 10px;
	}

/*navigation*/

.navSplitPagesResult {
  float: left;
  padding: 15px 0;
  font-size: 12px;
}
.navSplitPagesLinks {
  float: left;
  font-size: 12px;
  margin-left: 35px;
  padding: 15px 0;
}
.navSplitPagesLinks strong.current {
  background-color: #2f2f2f;
  
}
.navSplitPagesLinks a, .navSplitPagesLinks strong { 
  text-align: center;
  padding: 0 1px;
}
.navSplitPagesLinks strong {
  padding: 0 4px;
  font-weight: normal;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.navSplitPagesLinks .prev {
  margin-right: 10px;
  padding: 0 1px;
}
.navSplitPagesLinks .next {
  margin-left: 10px;
  padding: 0 1px;
}

.navNextPrevCounter {
	margin: 0em;
	font-size: 14px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper{
	background-color: #999;
	padding: 15px 0 0 0;
	width:958px;
	margin:0px auto 0 auto;
	color: #000000;
	height: 1%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
	}
#navSupp {
  text-align: center;
  text-transform: uppercase;
}
#navMainWrapper{		
	position:absolute;
	margin: 0em;
	right:16em;
	font-weight:bold;
	padding: 0 1em 0 0;
	color: #505050;
	border:0px solid #000000;
	z-index:30;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin:0px;
	/*padding-top:7px;*/
	/*position:relative;*/
	list-style-type: none;
	text-align: center;
	padding-left: 0;
	}

#navMain ul li, #navSupp ul li{
	display: inline;
	font-size:12px;
	font-weight: bold;
	color: #2f2f2f;
  padding-top: 1px;  
	}

#navSupp ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #2f2f2f;
	}
#navSupp ul li span.sep {
  font-size: 12px;
  padding-top: 0;  
}
#navMain ul li a{
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size:14px;
	color: #505050;
	}
#navMain ul li a:hover{
	text-decoration:underline;
	color: #505050;
}
#navCatTabs ul li {
	display: inline;
	}
#navCatTabs ul li a {
	color: #000000;
	text-decoration:underline;
	}
#navCatTabs ul li a:hover{
	color:#666666;
	}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navMainSearch {
	top:70px;
	right:-18px;
	width:160px;
	position:absolute;
	padding:0 0 0 0;
	border:0px solid black;
	}

#navMainSearch1 {
  width:245px;
  float: right;
  padding-top: 5px;
}

#altLinks{
	float:right;
	color:#000000;
	font-size:14px;
	padding: .3em 3em 0 0;
}
#altLinks a{
	color:#000000;
	text-decoration:none;
	padding: 0 .5em 0 .5em;
	}
#altLinks a:hover{
	text-decoration:underline;
	}

#navEZPagesTop {
	font-size: 14px;
	margin:0;
	font-weight: bold;
	text-align:center;
	}


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding-top: 20px;
	}

#productDescription {
	text-align:justify;
}	

.alert {
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{
  padding: 5px 0;
}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn
{
	width:620px;
	border:0px solid black;
	padding: 20px 26px 30px;
  background-color: #4D4D4D;
  margin: 33px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;            
}
.centerColumn h1 {
  padding: 10px 0;
  margin-bottom: 10px;
}
.centerColumn h2 {
  font-size: 16px;
  font-weight: bold;
}
.centerColumnHolder {
  width: 670px;
}
.centerColumn ul.orange {
  list-style: none;
  padding-left: 15px;
}
.centerColumn ul.orange li {
  padding-left: 15px;
  background: url(../images/icons/menu_arrow_orange.png) center left no-repeat;
}
.centerColumnBlack
{
	width:680px;
	border:0px solid black;
	padding: 0px;
	/*text-align: justify;*/
	padding-top: 12px;
	padding-bottom: 20px;
}
.centerColumnDark {
  background-color: #2f2f2f;
}
.infoNote {
  background-color: #2f2f2f;
  padding: 22px 32px;
  font-weight: bold;
  margin-bottom: 5px;  
}
.radius6, .infoNote {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;  
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 11px;
	}
#siteinfoLegal {
	background-color: #2f2f2f;
	font-size: 11px;
	color: #808080;
  padding: 10px 0;
}	
#siteinfoLegal a {
  color: #d6d6d6;
  font-weight: bold;
}
#siteinfoLegal a:hover {
  color: #fff;
  text-decoration: none;
}

/*Shopping Cart Display*/
#cartAdd {
	/*float: right;*/
	/*text-align: center;*/
	/*margin: 1em;*/
	/*border: 1px solid #000000;*/
	/*padding: 1em;*/
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}


.tableHeading {
	background-color: #e9e9e9;
	 }

.tableRow, .tableHeading, #cartSubTotal, #cartQuantityDiscount {
	height: 2.2em;
	}

#cartSubTotal, #cartQuantityDiscount {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.7em;
	padding-right: 2.5em;
	height: 2.7em;
	}

#scUpdateQuantity {
	width: 35px;
	}

.cartNewItem {
	/*color: #33CC33;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	/*color: #660099;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	font-size: 17px;
  color: #fff;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
  text-align: left;
  font-size: 12px;  
}
.cartAttribsList ul {
  padding-left: 25px;
  margin-top: 8px;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 70px;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle {
  font-weight: bold;
}
.lineTitle, .amount {
	text-align: right;
	padding: 3px;
  position: relative;
	}

.amount {
	width: 5.5em;
	}

/* Buttons */
button.newSubmit::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.newSubmit { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.newSubmit, a.newSubmitLink {
  background: none;
  padding: 0;
  border: 0 none;
  height: 26px;
  cursor: pointer;
  overflow: hidden;
  width: auto;
  outline: none;
  display: block;  
}
button.newSubmit span, a.newSubmitLink span {
  display: block;
  position: relative;
  height: 26px;
  overflow: hidden;    
  float: left; 
}

button.newSubmit:hover span, a.newSubmitLink:hover span  {
  background-position: center bottom;
}
button.newSubmit span img, a.newSubmitLink  span img {
  visibility: hidden;
}
button.newSubmitSmall, a.newSubmitLinkSmall,
button.newSubmitSmall span, a.newSubmitLinkSmall span {
  height: 14px;
}

/* Fieldsets */
.fieldset {
  border: 1px solid #808080;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-text-size-adjust: none !important;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: 616px;  
}
.fieldsetHalf {
  width: 301px;
}
.fieldsetHalf .fieldset {
  width: 299px;
}
.fieldsetMargin {
  margin-top: 5px;
}
.fieldset .legend {
  height: 22px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-bottom: 20px;
  background-color: #808080;
}
.fieldsetTable {
  padding-bottom: 15px;
}
.fieldsetTable .legend {
  margin-bottom: 25px;
}
.fieldset .formList {
  list-style: none;
  padding: 0 16px;
  margin: 15px 0;;
}
.fieldset .formList .fields {
  clear: both;
  margin-bottom: 8px;
}
.fieldset .formList .fields label {
  line-height: 26px;
}
.fieldset label.inputLabel {
  width: 145px;
}
.fieldset .textInput {
  width: 220px;
}
.fieldset select {
  width: 232px;
}
.fieldsetHalf label.inputLabel {
  width: 95px;
}
.fieldset .alert {
  font-size: 22px;
  margin-left: 5px;
}
.fieldset .alert span {
  font-size: 13px;
}
.fieldset .required span {
  font-size: 11px;
  display: block;
  margin-top: -10px;
  margin-right: 10px;
}
.fieldset .information {
  margin-bottom: 5px;
  padding: 0 16px;
}
.fieldset .inner {
  padding: 0 16px;
}

#loginDefault .information {
  margin-bottom: 5px;
  padding: 0 16px;
}
#loginDefault .loginForm {
  padding: 0px 15px 5px 15px;
}
#loginDefault .fieldset {
  min-height: 185px;
}
#loginDefault .fieldset .information a, .darkLink {
  color: #808080;
}
#newsletter_and_email_options {
  padding-bottom: 5px;
}
#newsletter_and_email_options legend {
  margin-bottom: 15px;
}
#createAcctDefaultLoginLink a {
  color: #808080;
}
.fieldsetTable table {
  margin: 0 16px;
}
.fieldsetTable .tableHeading {
  display: none;
}
.fieldsetTable td {
  padding-bottom: 10px;
  vertical-align: top;
}
.fieldset #orderTotals {
  margin-top: 20px;
}
.flatHeader {
  margin: 35px 0 20px;
}
.front-news .flatHeader,
.front-projects .flatHeader {
  margin-top: 0;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	}

h2.centerBoxHeading {
	font-size: 14px;
	color: #666666;
	text-align:left;
	padding-left: 2em;
	}

h3.leftBoxHeading, h3.rightBoxHeading {
	font-size: 18px;
	color: #fff;
	font-weight:bold;
  padding-top:9px;
	}
h3.leftBoxHeading a, h3.rightBoxHeading a{
	color: #000000;
	font-weight:bold;
	padding-top:6px;
	}
#categories, #categoriesnew {
  width: 195px !important;
}
#categories h3, #categoriesnew h3 { margin-top: 27px; padding-top: 4px; }
#homeBody #categories h3, #homeBody #categoriesnew h3 { margin: 0; }
.leftBoxHeading label, .rightBoxHeading label {
	font-size: 14px;
	color: #000000;
  padding-top:10px;
}
#shoppingcart {
  margin-top: 33px;
  margin-bottom: 20px;
}
#homeBody #shoppingcart {
  margin-top: 10px;
} 
#shoppingcartHeading {
  background: url(../images/cart_header.png) center center no-repeat;
  height: 22px;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}
#shoppingcartContent {
  background-color: #2f2f2f;
  padding: 20px 14px;
  position: relative;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.rightBoxHeading {
	margin: 0em;
	height:22px;
	padding:0px;
	}
.leftBoxContainer, .rightBoxContainer {
	margin: 0px;
	margin-bottom: 7px;
	}
.rightBoxContainer {
  width: 190px;
  margin-left: 1px;
}
.sideBoxContent {
	margin:0;
  padding: 12px 0 22px;
	border-top: none;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #000000;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.productListing-data {
	border:1px solid #cccccc;
}	

#bannerboxHeading {

}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}
#scProductsHeading {
  text-align: left;
  padding-left: 20px;
}
/* categories box parent and child categories */
.sideBoxContent a.category-top, .sideBoxContent ul.products a
/*, #ezpages6Content a*/ {
  color: #d6d6d6;
	text-decoration: none;
  display: block;      
}
.sideBoxContent ul.products a.product-link-selected {
  color: #fff;
}
.sideBoxContent a.category-top:after {
  clear: both;
}
.sideBoxContent a.category-top {
	padding:0;
  font-size: 15px;
  line-height: 17px;
  padding: 4px 0 2px;
}
.sideBoxContent a.category-top-active span {
  color: #fff;
}
.sideBoxContent a.category-top .icon {
  float: left;
  width: 5px;
  height: 8px;
  margin: 4px 9px 0 1px;
  background: url(../images/sprites/const_icons.png) -195px -1px no-repeat;
}
.sideBoxContent a.category-top:hover, .sideBoxContent ul.products a:hover {
	/*color: #b3b3b3;*/
  color: #fff;
	}
.sideBoxContent a.category-top span.category-title {
  float: left;
  width: 180px;
  white-space:nowrap;  
}

.sideBoxContent a.category-79 span.category-title {
  color: #ea6a10 !important;
}

.sideBoxContent ul.products {
  padding: 0;
  margin: 0 0 10px 25px;
  display: none;
}
.sideBoxContent ul.products .row-first {
  margin-top: 4px;
}
.sideBoxContent ul.products-active {
  display: block;
}
.sideBoxContent ul.products-last {
  margin-bottom: 0;
}
.sideBoxContent ul.products li {
  list-style: none;
}
.sideBoxContent ul.products li a {
  font-size: 13px;
}
.sideBoxContent ul.products li a span {
  display: block;
  padding: 1px 0;
}
A.category-links, A.category-links:visited {
	color: #666666;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	text-decoration: none;
	}
SPAN.category-subs-parent, SPAN.category-subs-selected {
	/*color: #b3b3b3;*/
  color: #fff;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	}
#accountLinksWrapper ul {
  padding-left: 15px;
} 
#accountLinksWrapper li {
  list-style: none;
  background: url(../images/icons/menu_arrow_orange.png) left center no-repeat;
  padding-left: 15px;
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top;
  font-size: 16px;
  font-weight: bold;
	}

.accountProductDisplay {
  font-weight: bold;
}
.accountProductDisplay .orderAttribsList {
  font-weight: normal;
  font-size: 12px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background: #cacaca;
	height: 2em;
	color: #000000;
	}
.productListing-rowheading a:link, .productListing-rowheading a:visited{

	}

#siteMapList {
    margin-left: 50px;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #4D4D4D;
	}
	
#sideBoxContent_reviewTitle {
  font-weight: bold;
}

#reviewsContent {
  padding-top: 10px;
}

.tabTable {
  	border-collapse: collapse;
}

#productMainImage img {
  padding: 5px;
  border: 1px solid #D3D3D3;
}

#productMainImageWrapper {
  margin-top: 5px;
  margin-bottom: 15px;
}

h2#productPrices, h2#productPrices2 {
  font-size: 20px;
}

.productBoxContainer td {
  padding: 5px;
  vertical-align: top;
}

.productImageContent {
  padding: 5px;
  padding-right: 10px !important;
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.productBoxDescription {
  padding-right: 10px;
}

.productTextContent {
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.productBoxHeading {
  font-size: 16px;
}

.productBoxMoreInfo {
  padding-top: 10px;
}

.productBoxPrice {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0px;
  text-align: left;
}

.productBoxMoreInfo {
  font-weight: bold;
}

.productAttrsPlace  {
  padding-left: 15px;
  width: 210px;
}

#productDetailsList {
  padding: 0;
  margin: 0;
  list-style: none;
}

#siteinfoIP {
  margin-top: 0px;
}

.reviewBoxBottomLink {
  text-align: left;
  padding-top: 10px;
  font-weight: bold;
}

.shippingType {
  line-height: 30px;
  vertical-align: middle;
}

.upsShippingLogo {
  vertical-align: middle;
}
#orderTotals .upsShippingLogo, #checkoutOrderTotals .upsShippingLogo {
  position: absolute;
  left: -25px;
  margin-top: -4px;
}
#myAccountShipMethod .upsShippingLogo {
  margin-left: 10px;
}
#myAccountShipAddress, #myAccountBillAddress {
  margin-bottom: 10px;
}

#productDescParams {
  padding: 20px 0px 0px 0px;
  /*padding-right: 20px;*/
}
.productDescList {
  text-align: left;
}
.productDescList {
  padding-left: 0px;
  margin-left: 15px;
}

fieldset#productAttrList {
  /*padding-top: 0;*/
  margin-top: 0;
}

.productDetailExtraFunc {
  text-align: right;
}

#ezPageDefault {

}

.cartQuantity {
  width: 60px;
}

.cartQuantity input {
  width: 45px !important;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

.cartProductItemCount {
  font-weight: bold;
  color: #EA6A10;
  font-size: 13px;
  float: left;
  width: 20px;
}
#cartBoxListWrapper ul {
  margin-bottom: 12px;
}
#cartBoxListWrapper li {
  margin-bottom: 5px;
}
#cartBoxListWrapper li a {
  float: left;
  width: 142px;
  color: #fff;  
}
#cartBoxListWrapper li a:hover {
  text-decoration: none;
  color: #b3b3b3;
}
.cartProductItemName {
  font-size: 13px;
  line-height: 15px;
}

#ccFooterBox {
  padding: 5px 0px;
  padding-left: 20px;
}

.sideboxItemSelected {
  font-weight: bold;
}

.witPlace {
  font-size: 11px;
  padding-left: 5px;
}

#whatIsThisPage {
  padding: 20px;
}

.reviewsProductName {
  font-size: 14px;
}

.productReviewsListBox {
  padding: 14px 0;
  margin: 14px 0;
}
#orderHistoryStatus {
  padding-top: 0;
}
.orderHistoryDate {
  padding-right: 20px;
  width: 250px;
  
}
#cartSubTotal, #cartQuantityDiscount {
  font-size: 13px;
}

#shoppingCartDefault #cartContentsDisplay tr td {
  height: 60px;
}
#shoppingCartDefault .helpButton {
  margin-top: 15px;
}

#shoppingCartDefault .cartProductDisplay, #shoppingCartDefault .cartUnitDisplay, #shoppingCartDefault .cartTotalDisplay, #shoppingCartDefault .cartRemoveItemDisplay {
  padding-top: 5px;
}
.cartProdTitle {
  font-weight: bold;
}

.center {
  text-align: center;
}

.otCouponP {
  margin:0;
  padding: 3px 0;
}
.otCouponP a {
  color: #808080;
  font-weight: bold;
}

.moduleRow, .moduleRowSelected {
  font-size: 13px;
  font-weight: bold;
}

.imageBorder img {
  padding: 5px 0;
  max-width: 620px;
}

#checkoutSuccessContactLink {
  padding-left: 0;
}
.instructions {
  float: right;
  width: 410px;
}
	
#eZPagesNext {
  text-align: right;
  padding-right: 10px;
}
#checkoutSuccessOrderNumber {
  padding-top: 10px;
}
#checkoutSuccessOrderNumber span {
  padding: 3px 9px 3px 8px;
  font-weight: bold;
  border: 2px solid #ea6a10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#checkoutShipAddressDefault .moduleRow,
#checkoutPayAddressDefault .moduleRow {
  padding-top: 5px;
}
#checkoutShipAddressDefault .moduleRow input,
#checkoutPayAddressDefault .moduleRow input {
  margin: 0 7px 0 0;
}
#addressBookDefault .fieldset .buttonRow,
#createAcctSuccess .fieldset .buttonRow {
  margin: 10px 0 20px;
}
#addressBookDefault .fieldset .buttonRow .newSubmitLinkSmall,
#createAcctSuccess .fieldset .buttonRow .newSubmitLinkSmall {
  margin-right: 15px;
}
#addressBookDefaultPrimary, .addressBookDefaultName {
  padding: 0;
  margin: 0;
}

#contactUsInfoHeading {
  padding-bottom: 10px;
}
#contactUsDefault .learnMoreMouseover {
  height: 19px;
  padding: 4px 0 0 30px;
  margin-top: 4px;
}
#contactUsDefault #contactPhone {
  background: url(../images/icons/phone.png) left center no-repeat;
}
#contactUsDefault #contactSkype {
  background: url(../images/icons/skype.png) left center no-repeat;
}
#contactUsDefault #contactEmail {
  background: url(../images/icons/email.png) left center no-repeat;
  margin-bottom: 5px;
}
#contactUsDefault .learnMoreMouseover .contact {
  float: left;
}
#contactUsDefault .learnMoreMouseover .note {
  position: relative;
  float: left;
  margin-left: 15px;
}
#contactUsDefault .learnMoreMouseover .icon {
  cursor: default;
  display: block;
  width: 47px;
  height: 16px;
  margin-top: 3px;
  background: url(../images/sprites/note.png) center top no-repeat;
}
#contactUsDefault .learnMoreMouseover .icon:hover {
  background-position: center bottom;
}
#contactUsDefault .learnMoreMouseover .infoBlock {
  font-size: 12px !important;
  line-height: 14px !important;
  padding: 11px 10px 11px !important;
  margin-top: -6px !important;
  width: 195px !important;
}

h1#loginDefaultHeading {
  padding-bottom: 16px;
}

#addToCartText {
  font-weight: bold;
  padding-bottom: 10px;
}

#addToCartButton {
  margin-left: 20px;
}

.centerColumn .designerInfo {
  position: relative;
  padding: 5px 0 25px;
}
.centerColumn .designerInfo img {
  float: left;
  margin-right: 15px;
}
.centerColumn .designerInfo h2 {
  padding-top: 105px;
  margin: 0;
}
.centerColumn .designerInfo span {
  color: #808080;
  font-size: 12px;
  line-height: 15px;
}
.centerColumnNoTop {
  margin-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.designers_presentations {
  padding: 0 20px !important;
}
.designers_presentations .logoText {
  margin-bottom: 10px;
}
.designers_presentations .logoText img {
  float: left;
}
.designers_presentations .logoText img.margin {
  margin: 5px 20px 0 0;
}
.designers_presentations .logoText img.marginLeft {
  margin-left: 10px;
}
.designers_presentations .logoText div {
  float: left;
  min-width: 70px;
}
.designers_presentations .logoText b {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
}
.designers_presentations .logoText span {
  font-size: 12px;
  color: #808080;
}

#indexProductListCatDescriptionP {
  /*padding: 0.5em 0;*/
	margin: 1em 0;
}

#reviewsInfoDefault .forward {
  padding-left: 10px;
}

#subscribeButton {
  vertical-align: top;
}

h1 a, h1 a:visited {

}

/* music */
.ProductInfoMusicAttr {
  border-spacing: 0;
  width: 100%;
}
.ProductInfoMusicAttr td {
  font-size: 12px;
}
.ProductInfoMusicAttrTitle {
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  padding-left: 0;
  width: 200px;
  font-size: 13px !important;
}
.ProductInfoMusicAttrPlay {
  text-align: center;
}
.ProductInfoMusicAttrValues {
  vertical-align: middle;
  padding: 5px;
}
.ProductInfoMusicAttrHeader {
  height: 30px;
  background-color: #808080;
}
.ProductInfoMusicAttrHeader th {
  text-align: left;
}

.rowOddMusic td {
  border-top: 1px solid #808080;
}

.rowEvenMusic td {
  border-top: 1px solid #808080;
}
.rowFirst td {
  border: 0 none;
}
.rowFirst td.subrowFirst {
  padding-top: 22px;
}
.rowFirst .ProductInfoMusicAttrTitle {
  padding-top: 14px;
}
.rowFirst .ProductInfoMusicAttrPlay {
  padding-top: 9px;
}
.subrowFirst {
  padding-top: 11px;
}
#downloads td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.downloadName {
  padding-left: 5px;
  padding-right: 5px;
}
.downloadSize, .downloadExpiryDate, .downloadExpiryQty {
  text-align: center;
}
.downloadFilenamePadding {
  width: 30px;
}
.downloadProductName td {
  font-weight: bold;
  padding-left: 15px;
}
.downloadButton {
  text-align: center;
}
.ProductInfoMusicAttrPlay img {
  cursor: pointer;
}
.downloadsAvailable {
text-align: center;
width: 130px;
}
#audioPage {
  margin-top: 33px;
}
#audioImage img {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#audioPage .fieldset {
  margin: 10px 0 20px;
}
#audioPage h3 {
  font-size: 15px;
  margin-top: 20px;
}
#audioPage .new_gallery {
  margin-bottom: 15px;
}
#audioPage #productDescription {
  padding-top: 0;
}
#audioPage p a {
  text-decoration: underline;
}
#audioPage p a:hover {
  text-decoration: none;
}
#productNameAudio {
  margin-bottom: 0;
}
#productNameAudio a {
  text-decoration: none;
}
/* 080620 */
#checkoutConfirmDefault .cartTableHeading {
  height: 30px;
}
#checkoutConfirmDefault #ccProductsHeading, #accountHistInfo #myAccountProducts, #dlFileNameHeading {
  text-align:left;
  padding-left: 60px;
}
.button_replace_loading {
  background: url(../images/loading_button.gif) center center no-repeat;
  height: 42px;
  width: 42px;
  display: none;
}
#btn_submit_disabled {
  display: none;
  cursor: default;
}
#btn_submit_disabled span {
  background-position: center bottom;
  float: right;
}
#btn_submit_disabled.loading {
  background: url(../images/loading_button.gif) left center no-repeat;
  padding-left: 25px;
}
#accountHistInfo table {
  margin-top: 10px;
}
#accountHistInfo #myAccountOrdersStatus tr {
  height: 25px;
}
#accountHistInfo #downloads {
  margin-bottom: 15px;
}
#accountHistInfo h4 {
  margin-top: 20px;
}
#accountHistoryDefault .navSplitPagesResult,
#accountHistoryDefault .navSplitPagesLinks {
  padding-top: 0;
}
#checkoutSuccess #downloads {
  margin-top: 10px;
}
#myAccountStatusComments {
  text-align: left;
  padding-left: 50px;
}
#returningCustomers #login-password, #returningCustomers #login-email-address {
  width: 150px;
}
#tellAFriendAdvisory {
  padding-top: 10px;
}
#tellAFriendDefault #email-message {
  margin-top: 5px;
}
#reviewsDefaultListingTopNumber, #reviewsDefaultOtherLink {

}
.productTextAfterName {
  font-size: 13px;
}
/* 080715 */
.productImageFieldset #main_product_image {
  border: 0;
  
  padding: 0px;
  
}
.productImageFieldset {
  width:666px;
  }

/* --- */
/* 080716 */
#productReviewsDefaultListingTopNumber {
  margin-top: 15px;
}
/* --- */
#indexDefault {
  padding-top: 0px;
}
/* IE stuff */
* .topQuotes img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
* .topQuotes { display: inline-block; }
* .topQuotes { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/quote.png'); }

.imgfl {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.imgfr {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}
.useBorder {
  padding: 5px;
  border: 1px solid #D3D3D3;
}

.inThePressEl {
  padding-bottom: 5px;
  padding-left: 25px;
}

/* News | start */
#newsArticle img {
  max-width: 620px;
}
.newsListingArticleText {
  padding: 5px 0 15px;
  font-size: 14px;
  line-height: 17px;
}
.newsListingArticleText a {
  text-decoration: underline;
}
#newsarticleBody .newsListingArticleText {
  padding-bottom: 25px;
}
.newsItem {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #808080;
}
.newsItemFirst {
  margin-top: 0px;
  padding-top: 0px;
  border: 0 none;
}
.articleHeading {
  padding-bottom: 0px;
  margin-bottom: 0px;
  
}
.articleHeading a {
  font-size: 18px;
  text-decoration: none;
}
#pressReleasesDefault .articleHeading a {
  font-size: 16px;
}
.articleDate {
  padding: 5px 0 10px;
  font-size: 13px;
  color: #808080;
  font-style: italic;
}
.articleReadMore img, .articleBackToNews img {
  padding-right: 5px;
  padding-top: 2px;
}
.articleReadMore img {
  padding-right: 5px;
  padding-top: 2px;
}
#newsArticlePage .articleHeading {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
}
#newsList, #newsArticlePage {
  padding-top: 0px;
}
.footerArrayList {
  padding-top: 10px;
  padding-bottom: 10px;
}
.archiveArticlesPlace {
  padding-bottom: 10px;
}
/* News | end */
.blockList .listItem {
  float: left;
  width: 325px;
}
.blockList .listItemFirst {
  margin-right: 20px;
}
.blockList .actionPlace {
  margin-top: 22px;
}
.listItemHover .actionPlace .actionButton span {
  background-position: center bottom;
}

.oldprice {
  text-decoration: line-through;
  color: #000;
}
.newprice {

}
#productinfoBody {}
#indexBody {}

.catMenuExtra {

  font-weight: bold;
}

#productPrices2 .emailrebate, #indexBody .emailrebate {
  display: none;
}
#productPrices .newprice, #productPrices .emailrebate {
  font-size: 14px;
}

#loginBody fieldset {
  padding-top: 0;
  margin-top: 10px;
}
#passwordForgottenMainContent {
  margin: 0;
  padding: 0;
  padding: 10px 15px 5px 15px;
}
#passwordForgottenMainForm {
  margin: 0;
  padding: 0;
  padding: 0px 15px 10px 15px;
}
#checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 49%;

}

#checkoutShipto .changeAddress, #checkoutBillto .changeAddress {
  padding-right: 20px;
  margin-top: 8px;
}
#checkoutShipping #shipToOptions .important {
  font-weight: normal !important;
  margin-top: 8px;
}
#checkoutShipping #shipToOptions .upsShippingLogo {
  margin-left: 10px;
}
#checkoutShipping #checkoutShippingMethodChoose,
#checkoutPayment #checkoutPaymentMethodChoose {
  font-weight: bold;
  margin-bottom: 15px;
}
#checkoutPayment #billToOptions .selection {
  margin-bottom: 7px;
}
#checkoutShipping #shipToOptions input,
#checkoutPayment #billToOptions input {
  margin-left: 0;
  margin-right: 
}
#checkoutPayment #billToOptions img {
  vertical-align: middle;
  margin-bottom: 4px;
}
.continueToStep {
  margin-left: 15px;
  margin-top: -5px;
}
#checkoutShipping .changeAddressInfo, #checkoutPayment .changeAddressInfo,
#checkoutPayAddressDefault .changeAddressInfo {
  width: 250px;
  padding-top: 5px;
} 
#checkoutSpecialCode .formList .inputLabel {
  width: 100px;
}
#checkoutConfirmDefault #checkoutBillto .fieldset,
#checkoutConfirmDefault #checkoutShipto .fieldset {
  padding-bottom: 15px;
}
#checkoutConfirmDefault #checkoutBillto .legend,
#checkoutConfirmDefault #checkoutShipto .legend {
  margin-bottom: 15px;
}
#checkoutConfirmDefault #checkoutShipto .changeAddress,
#checkoutConfirmDefault #checkoutBillto .changeAddress {
  padding-right: 0;
  margin-top: 8px;
}
/* Music attr */
.productAttrBlockHide {
  border: none;
  padding: 0;
}
.productAttrBlockHide legend {
  display: none;
  padding: 0;
  margin: 0;
}
.main-image-copyright {
  text-align: right;
  font-size: 11px;
  padding-right: 30px;
  padding-top: 5px;
  color: #a1a1a1;
}

/* Since 2009.06.15 */
#frontBalkis {
  position: absolute;
  height: 34px;
  background-image:url(../images/frontBalkisBg.gif);
  width: 737px;
}
#productinfoBody .hide_in_cat {
  display: none;
}
#new_signature {
  background-image:url(../images/new_dfpc_signature.png);
  background-repeat: no-repeat; 
  width: 262px;
  height: 38px;
}
.productGeneral.productID199 {
  margin-top: 30px;
  * margin-top: 50px;
}
#productGeneral {
  position: relative;
}
#subscribe {
  border-top: 1px solid #808080;
  padding-top: 21px;
}
#subscribeContent {
  padding-left: 0px;
  position: relative;
  margin-top: 5px;
}
#subscribeContent .text-input, #subscribePageForm .text-input {
  width: 137px;
  border: 1px solid #808080;
  border-right: 0;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  padding: 0 3px 0 5px;
  margin: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-text-size-adjust: none !important;
  font-weight: normal !important;
}
#subscribeContent .button-submit {
  background: url(../images/sprites/const_buttons.png?20190305) -218px -191px no-repeat;
  margin: 0;
  width: 44px;
  height: 26px;
  border: none;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  /*top: 12px;*/
  left: 145px;
  cursor: pointer;
}
#subscribeContent .button-submit:hover {
  background-position: -218px -164px;
}
#subscribeContent .archive {
  margin-top: 10px;
}
#subscribeContent .archive a {
  color: #808080;
}
#subscribeContent .archive a:hover {
  color: #b3b3b3;
  text-decoration: none;
}
#subscribePageForm {
  position: relative;
}
#subscribePageForm .text-input {
  width: 295px;
  background-color: #4D4D4D;
  font-size: 12px;
  padding-right: 7px;
}
#subscribePageForm .button-submit {
  left: 305px;
  overflow: hidden;
  position: absolute;
  top: 0px;
}
#newsletterPolicy {
  padding: 15px 15px 15px 70px;
  background: #2F2F2F url(../images/icons/spam.png) 15px center no-repeat;
  font-size: 12px;
  line-height: 14px;
}
#shoppingintheinternetageBody h2 a, #shoppingintheinternetageBody h2 a:visited {
  color: #000000 !important;
}
.chronoWarning {
  color: #8F1558;
  font-weight: bold;
}
#comp-images img {
  margin-right: 15px;
}

#blackbodyProductPage h3 {
  font-weight: bold;
  color: #444444;
  font-size: 14pt;
  padding: 0 5px !important;
}
#blackbodyProductPage p {
  padding: 0 5px !important;
}

#blackbodyProductPage .fullWidth {
  position: relative;
  margin-left: -33px;
  /* * margin-left: -28px; */
  width: 737px;
  padding: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#mainProductImageFullWidth {
  position: relative;
  margin-left: -33px;
  /* * margin-left: -28px; */
  margin-top: -27px;
  width: 737px;
}
#productName2 {
  /*margin-top: 20px;*/
  font-size: 27px;
}

.fullWidthBlock {
  width: 673px;
  position: relative;
  margin-left: -29px;
  /* * margin-left: -28px; */
  padding: 0 32px;  
}
.fullWidthTitle {
  position: absolute;
  margin-left: -20px;
  display: inline;
  padding: 12px 20px 0 20px;
  text-transform: uppercase;
  font-size: 13px;
}
#productCartBlock {
  background-color: #cdcdcd;
  padding-top: 25px;
  padding-bottom: 20px;
}
.inputColumn input {
  width: 35px;
}
.priceColumn {
  font-size: 18px;
  font-weight: bold;
}
.priceTextColumn, .quantityColumn {
  padding-top: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
}
.soonColumn {
  padding-left: 20px;
  font-weight: bold;
  font-size: 12px;
}

#productSpecialsBlock {
  background-color: #ececec;
  padding-top: 30px;
  padding-bottom: 25px;
  color: #444444;
  margin-bottom: 10px;
  font-size: 9pt;
}
/*
#productSpecialsTitle {
  margin-top: -55px;
  background-color: #ececec;
}
*/
#productSpecialsBlock .quantityDiscounts {
  padding-left: 2px;
}

#productDescriptionTitle {
  margin-top: -35px;
  margin-left: -15px;
  background-color: #FFF;
}

/* reviews edit */
#reviewsWrite #productMainImageWrapper {
  margin-top: 15px;
}
#reviewsWrite #productMainImageWrapper img {
  float: left;
}
#reviewsWriteProductPageLink {
  float: left;
}
#reviewsWrite #productMainImageWrapper .newSubmitLink {
  margin: 219px 0 0 18px;
}
#reviewsWrite #reviewsWriteReviewsNotice {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
#reviewsWriteRelated span {
  display: block;
  padding-bottom: 10px;
}
#reviewsWrite #review-text {
  margin-top: 15px;
}
#reviewsWriteRelated input {
  margin-right: 5px;
}
#reviewsWriteRelated label {
  margin-right: 30px;
  font-weight: bold;
  font-size: 12px;
}
#reviewsDefault, #pressReviews {
  margin-top: 33px;
}
#reviewsHeader {
  position: relative;
}
#reviewsHeader .count {
  position: absolute;
  left: 335px;
  bottom: 28px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
#reviewsDefault #tabs {
  border-width: 0 1px;
  border-color: #2F2F2F;
  border-style: solid;
  height: 60px;
}
#reviewsDefault #tabs ul {
  margin: 35px 0 0 26px;
  z-index: 999;
}
#reviewsDefault .centerColumn {
  background-color: #2f2f2f;
  margin: 0;
  padding: 20px 27px;
  width: 616px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#reviewsDefault .reviewsProductName,
#pressReviews h2.reviewTitle,
#tradeShowsDefault h2.reviewTitle {
  margin: 0;
  font-size: 18px;
}
#reviewsDefault .reviewDate,
#pressReviews .reviewDate,
#tradeShowsDefault .reviewDate {
  margin: 8px 0 10px;
  font-style: italic;
  color: #808080;
}
#reviewsDefault .reviewNew .reviewDate,
#pressReviews .reviewNew .reviewDate,
#tradeShowsDefault .reviewNew .reviewDate {
  background: url(../images/icons/new.png) left center no-repeat;
  padding-left: 50px;
}
#reviewsDefault .reviewContent,
#pressReviews .reviewContent,
#tradeShowsDefault .reviewContent {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
}
#tradeShowsDefault .reviewContent {
  margin-bottom: 5px;
}
#reviewsDefault .toggle {
  display: none;
  margin-right: 15px;
}
#reviewsDefault .collapsed .collapse {
  display: none;
}
#reviewsDefault .collapsed .expand {
  display: block;
}
#reviewsDefault .expanded .expand {
  display: none;
}
#reviewsDefault .expanded .collapse {
  display: block;
}
#reviewsDefault .expandedWrap {
  cursor: default !important;
}
#reviewsDefault .productsDetailsHover .expand span {
  background-position: center top !important; 
}
#reviewsDefault .expandable:hover .productReviewsListBox {
  cursor: pointer;
}
#reviewsDefault .expandedWrap .productReviewsListBox,
#reviewsDefault .expandedWrap .productInfo {
  cursor: default !important;
}
#reviewsDefault .productReviewsListBoxWrap {
  border-top: 1px solid #808080;
}
#reviewsDefault #reviewsUsedwithTab .productReviewsListBoxWrap,
#reviewsDefault #reviewsVsTab .productReviewsListBoxWrap {
  padding: 15px 0 0;
}
#reviewsDefault .productReviewsListBox:hover .expand span {
  background-position: center bottom;
}
#reviewsDefault .centerColumn .note {
  font-size: 12px;
  color: #808080;
  font-style: italic;
  padding: 7px 0;
}
#reviewsDefault .review_gallery {
  padding: 5px 0 10px;
}

#reviewsDefault .collapsed .review_gallery {
  display: none;
}

#reviewsDefault #reviewsPagination {
  padding-left: 27px;
  margin-bottom: 20px;
}
#reviewsDefault #reviewsPagination div {
  padding-top: 0;
  padding-bottom: 0;
}
#reviewsDefault .grayNote {
  background-color: #4D4D4D;
  padding: 15px 30px 15px 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 16px;
  margin-top: 10px;
}
#reviewsDefault .grayNote p {
  width: 392px;
  margin: 0;
  font-size: 14px;
}
#reviewsDefault .grayNote img {
  padding-top: 2px;
}
#reviewsDefault .audiogonList p {
  border-top: 1px solid #808080;
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
}
#reviewsDefault .audiogonList p.first {
  border-top: 0 none;
}
#reviewsDefault .audiogonList p b {
  text-transform: uppercase;
}
#reviewsDefault .audiogonList p i {
  color: #808080;
  font-size: 13px;
}
#reviewsDefault .audiogonList .read_feedback {
  margin: 10px 0;
}
#reviewsDefault #reviewsFilter {
  margin: 20px 0 15px; 
}
#reviewsDefault #reviewsDefaultNoReviews {
  border-top: 1px solid #808080;
  padding: 10px 0;
}
#reviewsFilter .filterBlock {
  float: left;
  position: relative;
  margin-right: 10px;
}
#reviewsFilter .active span {
  background-position: center center !important;
}
#reviewsFilter .infoBlockGray {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #404040;
  width: 250px;
  text-align: left;
  font-size: 15px;
  padding: 12px 0;
  line-height: 23px;
  top: 28px;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#filterByDate .infoBlockGray {
  width: 128px;
}
#reviewsFilter .infoBlockGray a {
  display: block;
  padding-left: 20px;
}
#reviewsFilter .infoBlockGray a:hover,
#reviewsFilter .infoBlockGray a.active {
  background-color: #4D4D4D;
  text-decoration: none;
}
#reviewsDefault .productImage {
  float: left;
}
#reviewsDefault .productInfo {
  display: block;
  padding: 15px 0;
  margin-bottom: 15px;  
}
#reviewsDefault #reviewsUsedwithTab .productInfo {
  margin-left: -14px;
  padding: 15px 14px 13px;
  width: 615px;  
}
#reviewsDefault .productDetails {
  margin-left: 86px;
  position: relative;
  display: block;
  height: 75px;
}
#reviewsDefault .productName {
  color: #ea6a10;
  font-size: 14px;
  margin: 0;
  height: 16px;
  display: block;
  font-weight: bold;
}
#reviewsDefault .productDesc {
  margin: 2px 0 3px;
  padding: 0;
  color: #808080;
  font-size: 12px;
  line-height: 13px;
  display: block;
}
#reviewsDefault .productInfo .price {
  color: #fff;
  position: relative;
  display: block;
}
#reviewsDefault .productInfo .priceFrom {
  text-transform: uppercase;
  font-size: 7px;
  font-weight: bold;
  display: block;
  height: 10px;
}
#reviewsDefault .productInfo .priceSign {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  margin-top: -2px;
}
#reviewsDefault .productInfo .priceNumber {
  font-size: 21px;
  position: absolute;
  margin-left: 8px;
  margin-top: -5px;
}
#reviewsDefault .productInfo .buttons {
  margin-top: 20px;
}
#reviewsDefault #reviewsUsedwithTab .productReviewsListBox,
#reviewsDefault #reviewsVsTab .productReviewsListBox {
  display: none;
  border-top: 1px solid #808080;
  padding-top: 0;  
}
#reviewsDefault #reviewsUsedwithTab .productReviewsListBox h2,
#reviewsDefault #reviewsVsTab .productReviewsListBox h2 {
  margin-top: 14px;
}
#reviewsDefault .productReviewsListBox h2 span.sub {
  font-weight: normal;
}
#reviewsDefault .productReviewsListBox h2 span.gallery {
  padding-left: 20px;
}
#reviewsDefault .productReviewsListBox h2 img {
  height: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
}
#reviewsDefault #reviewsUsedwithTab .productReviewsListBox,
#reviewsDefault #reviewsVsTab .productReviewsListBox
 {
  margin: 15px 0 0;
}
#reviewsDefault #reviewsUsedwithTab .productReviewsListBox .toggle,
#reviewsDefault #reviewsVsTab .productReviewsListBox .toggle {
  display: block;
}
#reviewsDefault #reviewsUsedwithTab .usedWithWrap,
#reviewsDefault #reviewsVsTab .usedWithWrap {
  margin-bottom: 15px;
}
#reviewsDefault #reviewsUsedwithTab .usedWithWrap:hover .productInfo,
#reviewsDefault #reviewsUsedwithTab .expandedWrap .productInfo,
#reviewsDefault #reviewsUsedwithTab .expanded .productInfo {
  background-color: #191919;
}
#reviewsDefault #reviewsUsedwithTab .collapsed .productInfo,
#reviewsDefault #reviewsVsTab .collapsed .productInfo {
  cursor: pointer;
}
#reviewsDefault .usedWithWrap:hover .expand span {
  background-position: center bottom;
}
#reviewsDefault #reviewsUsedwithTab .productInfoWrap,
#reviewsDefault #reviewsVsTab .productInfoWrap {
  width: 290px;
  padding-right: 15px;
  float: left;
}
#reviewsDefault .reviewProductFunction {
  font-size: 12px;
  line-height: 15px;
  float: left;
  width: 310px;
}
#reviewsDefault .reviewProductFunction i {
  color: #808080;
  font-style: normal;
}
#reviewsDefault #reviewsVsTab .reviewProductFunction {
  font-size: 12px;
  line-height: 15px;
  float: left;
  width: 243px;
  margin-left: 58px;
  padding: 0 9px 14px 14px;
}
#reviewsDefault #reviewsVsTab .productInfo {
  background: url(../images/sprites/reviews_vs_bg.png) left top no-repeat;
}
#reviewsDefault #reviewsVsTab .usedWithWrap:hover .productInfo,
#reviewsDefault #reviewsVsTab .expandedWrap .productInfo,
#reviewsDefault #reviewsVsTab .expanded .productInfo {
  background: url(../images/sprites/reviews_vs_bg.png) right top no-repeat;
}
#reviewsDefault #reviewsVsTab .usedWithWrap:hover .reviewProductFunction,
#reviewsDefault #reviewsVsTab .expandedWrap .reviewProductFunction,
#reviewsDefault #reviewsVsTab .expanded .reviewProductFunction {
  background-color: #191919;
}
#reviewsDefault #reviewsVsTab .productInfo {
  margin-left: -14px;
  padding: 15px 0 0 14px;
  width: 629px;  
}
#reviewsDefault #reviewsVsTab .reviewProductFunction table {

}
#reviewsDefault #reviewsVsTab .reviewProductFunction td {
  height: 110px;
  vertical-align: middle;
}
#pressReviews #reviewsFilter {
  border: 1px solid #2F2F2F;
  border-top: 0 none;
  padding: 35px 26px 10px 26px;
  margin-bottom: 20px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 5px 5px;
}
#pressReviews #reviewsFilter .note {
  margin-top: 25px;
  color: #808080;
  font-size: 12px;
  font-style: italic;
}
#pressReviews  .reviewsPagination {
  margin-left: 27px;
}
#pressReviews .navSplitPagesResult, #pressReviews .navSplitPagesLinks {
  padding-bottom: 0;
}
#pressReviews  #reviewsPaginationBottom .navSplitPagesResult, #pressReviews  #reviewsPaginationBottom .navSplitPagesLinks {
  padding-top: 0;
  margin-top: -10px;
}
#pressReviews .productReviewsListBoxWrap,
#tradeShowsDefault .productReviewsListBoxWrap
 {
  background-color: #2f2f2f;
  margin: 0 0 27px;
  padding: 10px 27px 27px;
  width: 616px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#pressReviews .productReviewsListBox,
#tradeShowsDefault .productReviewsListBox {
  padding: 0;
  margin: 0;
}
#pressReviews .read_review,
#tradeShowsDefault .read_review {
  margin-right: 15px;
}
#pressReviews .reviewLogos,
#tradeShowsDefault .reviewLogos {
  /*padding-bottom: 10px;*/
  margin-bottom: 12px;
  border-bottom: 1px solid #808080;
}
#pressReviews h2.reviewTitle,
#tradeShowsDefault h2.reviewTitle {
  padding-top: 10px;
}
#pressReviews #pressReviewsNoReviews {
  margin-left: 27px;
}
#pressReviews .reviewContent a,
#tradeShowsDefault .reviewContent a {
  text-decoration: underline;
}
#pressReviews .reviewContent a:hover,
#tradeShowsDefault .reviewContent a:hover {
  text-decoration: none;
}
#pressReviews .reviewContent .read_review,
#tradeShowsDefault .reviewContent .read_review {
  margin: 3px 0 20px;
}
#pressReviews .reviewContent .review_gallery {
  float: right;
  margin-left: 15px;
}
#pressReviews .reviewContent .review_gallery a {
  margin-top: 0;
}

.productReviewsListBox .review_gallery a {
  margin-right: 5px !important;
  margin-top: 5px !important;
}

.rightBoxContainer #reviewsContent {
  border-top: 1px solid #808080;
  padding-top: 35px;
  margin-top: 10px;
}
#sideboxReviewsBanner {
  display: block;
  text-indent: -9999px;
  width: 190px;
  height: 48px;
  background: url(../images/sprites/sidebox_print_friendly.png) center top no-repeat;
}
#sideboxReviewsBanner:hover {
  background-position: center bottom;
}
/* ------------ */

#blackbody-qa h3 {
  color: #444444;
  font-weight: bold;
  font-size: 14pt;
  padding: 0 5px !important;
}
#blackbody-qa p {
  padding: 0 5px !important;
}
.useFullwidth .fullWidth, #blackbody-qa .fullWidth {
  position: relative;
  margin-left: -29px;
  /* * margin-left: -28px; */
  width: 737px;
  padding: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.new-layout p {
  padding: 0 5px !important;
}
.new-layout h3, .cat72Header {
  color: #444444;
  font-weight: bold;
  font-size: 14pt;
  padding: 0 5px !important;
}

/* --- */
.cat72Header a, .cat72Header a:visited {
  color: #444444 !important;
}
.new-layout sup {
  font-size: 6px;
}

.over200 {
  text-align: left;
  margin-top: -19px;
  margin-bottom: 10px;
}

.over200_cat72 {
  text-align: right;
}

/* free music */
.musicFullwidth #mainProductImageFullWidth {
  margin-top: -20px;
}
.musicFullwidth #priceBlock {
  padding: 10px 0 5px 0;
  line-height: 25px;
}
.musicFullwidth #priceBlock span {
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.musicFullwidth h3 {
  font-weight: bold;
  color: #444444;
  font-size: 14pt;

}
.musicFullwidth #productDescription {
  padding: 20px 0 5px 0 !important;
}
.musicFullwidth p {
  padding: 0 !important;
}
.musicFullwidth .productAttrBlockShow {
  margin-top: 20px;
}

#footer-links {
	font-size: 10px;
	color: #2f2f2f;
	text-align: center;
	margin: 15px 0 20px;
	padding: 0 23px;
  line-height: 12px;
}
#footer-links a {
  color: #2f2f2f;
  white-space: nowrap;
}

.centerColumn203 #productDescription {
  padding-top: 0 !important;
}
.centerColumn203 #productAttrList200000, .centerColumn203 #productAttrList300000 {
  margin-top: 15px;
}

.centerColumn195 .wrapperAttribsOptions {
  padding-top: 10px;
}

.frontLinks a {
  color: #444;
}

.centerColumn196 .wrapperAttribsOptions {
  /*float: left;*/
  padding-top: 2px;
}
.centerColumn196 .wrapperAttribsOptions label {
  padding-left: 6px;
}

#mainProductImageFullWidthBlack {
  position: relative;
  margin-left: -29px;
  /* * margin-left: -28px; */
}
#productCartBlockBlack {
  background-color: #cdcdcd;
  padding-top: 25px;
  padding-bottom: 20px;
}
.fullWidthBlockBlack {
  width: 674px;
  position: relative;
  margin-left: -33px;
  padding: 0 32px;
}
#containerBackgroundBlack h3 {
  color: #ccc;
}
#containerBackgroundBlack p {
  font-size: 10pt;
}
.new-layout p {
  font-size: 10pt;
}

.centerColumn79, .centerColumn80 {
  padding-bottom: 0 !important;
}

#containerBackgroundBlackEzPage, #containerBackgroundBlackProduct {
  position: relative;
  background-color: #000;
  color: #ccc;
  /*margin-top: -20px;*/
  width: 705px;
}
.fullWidthBlockBlackEzPage, .fullWidthBlockBlackProduct {
  width: 674px;
  position: relative;
  margin-left: -33px;
  * margin-left: -32px;
  background-color: #000;
}
.fullWidthBlockBlackEzPageContent, .fullWidthBlockBlackProductContent {
	background-image:url(../images/blackbody/bg.gif);
	background-repeat:repeat-y;
	width: 617px;
	padding: 0 60px;
	text-align: left;
	font-size: 10pt;
	color: #d6d6d6;
}

.fullWidthBlockBlackProductContentGradient {
	background-image:url(../images/blackbody/gradient-bckgnd.png) !important;    
}
.fullWidthBlockBlackProductContentTransparent {
	background-image:url(../images/blackbody/transparent_bg.gif) !important;    
}
.fullWidthBlockBlackProductBottomTransparent {
  background-image:url(../images/blackbody/line-rounded-bottom.png) !important;
  height: 10px !important;
}

.fullWidthBlockBlackEzPageContentTitle, .fullWidthBlockBlackProductContentTitle {
	background-image:url(../images/blackbody/bg.gif);
	background-repeat:repeat-y;
	width: 737px;
	padding: 5px 0;
}
.fullWidthBlockBlackEzPageContent p, .fullWidthBlockBlackProductContent p {
  margin: 0 !important;
  padding: 1em 0 0 0; 
}
.fullWidthBlockBlackEzPageBottom, .fullWidthBlockBlackProductBottom {
	background-image:url(../images/blackbody/bottom.gif);
	background-repeat:no-repeat;
	width: 737px;
	height: 4px;
}
.fullWidthBlockBlackEzPageTop, .fullWidthBlockBlackProductTop {
	background-image:url(../images/blackbody/top.gif);
	background-repeat:no-repeat;
	width: 737px;
	height: 4px;
}

.fullWidthBlockBlackProductContent a {
  color: #d6d6d6;
}

.fullWidthBlockBlackProductInline {
  background-color: #404040;
  padding: 18px 20px;
  zoom: 1;
}

.fullWidthBlockBlackProductInlineTop {
	background-image:url(../images/blackbody/inlinetop.gif);
	background-repeat:no-repeat;
	width: 617px;
	height: 2px;
}

.fullWidthBlockBlackProductInlineBottom {
	background-image:url(../images/blackbody/inlinebottom.gif);
	background-repeat:no-repeat;
	width: 617px;
	height: 2px;
}

.new_gallery a {
  display: block;
  margin: 7px 7px 0 0;
  float: left;
  outline:none;
}
.new_gallery a.last {
  margin-right: 0 !important;
}
.new_gallery a img {
  border: 3px solid #2F2F2F;
}
.fullWidthBlockBlackProductContentTransparent .new_gallery a img {
  border: 3px solid transparent;
}
.new_gallery a:hover img {
  border: 3px solid #ea6a10;
}
.new_gallery .firstRow a {
  margin-top: 0;
}
.new_gallery_2 a {
  margin-right: 15px;
}
.new_gallery_2 a img {
  border: 0 none;
}
.new_gallery_2 a:hover img {
  border: 0 none;
}
.new_gallery_grey a img {
  border: 3px solid #4D4D4D;
}
.gallery_downloads {

}
.gallery_downloads .galleryItem {
  float: left;
  margin: 7px 8px 3px 0;
}
.gallery_downloads .galleryItemLast {
  margin-right: 0;;
}
.gallery_downloads .galleryItem .popLink {
  display: block;
  outline: none;
}
.gallery_downloads .galleryItem .popLink img {
  border: 3px solid transparent;
}
.gallery_downloads .galleryItem .popLink:hover img {
  border: 3px solid #ea6a10;
}
.gallery_downloads .galleryItem .galleryItemInfo {
  padding: 7px 3px;
  position: relative;
}
.gallery_downloads .galleryItem .galleryItemInfo .filesize {
  position: absolute;
  right: 3px;
}
#logos .logo {
  padding: 3px 0 17px;
}
#logos .logo img {
  vertical-align: middle;
  margin: 0 10px 3px 0;
}
.pdf_downloads .downloadLink {
  padding: 8px 0 0 40px;
  background: url(../images/icons/pdf-21.png) left top no-repeat;
  height: 13px;
  margin: 3px 0 4px 5px;  
}
.pdf_downloads a {
  float: left;
}
.pdf_downloads .downloadLink span,
.pdf_downloads .downloadLinkExplain span {
  float: left;
  width: 22px;
  height: 14px;
  background-color: #000;
  margin: 1px 0 0 10px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.pdf_downloads .downloadLinkExplain {
  font-size: 11px;
  margin: 20px 0 15px;
}
.pdf_downloads .downloadLinkExplain span {
  margin-left: 5px;
}

#cartOptions h3 {
  font-size: 10pt;
}
#cartOptions label {
  font-size: 10pt;
  padding: 0.2em;
}

table.music td {
  padding: 5px 30px 10px 0;
}
table.music2 td {
  padding: 0px 20px 0 0;
}
#new_anchorwave {
  background-image:url(../images/new_anchorwave.png);
  width: 262px;
  height: 37px;
}

.inThePressHeader {
  font-weight: bold;
  color: #444444;
  font-size: 14pt;
  padding: 0 5px !important;
}
.inThePressLinks a {
  font-weight: bold;
  color: #444444;
  font-size: 14pt;
  padding: 0 5px !important;
}
.inThePressArrow {
  height: 30px;
  line-height: 30px;
  padding-left: 35px;
  background: url(../images/icons/inThePressArrow.png) no-repeat left center;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  margin-left: 180px;
  margin-top: 65px;
}

.dfpcConfigBlock {
  height: 515px;
  position: relative;
  margin-left: -3px;
  width: 620px;
  padding-top: 25px;
  background: url(../images/dfpc/Four-configuration-steps-BACKGROUND.png) no-repeat center top; 
}
.dfpcConfigBlock label.attribsRadioButton {
  font-size: 16px !important;
  font-weight: bold;
  padding-left: 15px !important;
  * padding-left: 10px !important;
}
.dfpcConfigBlock input {
  padding: 0;
}
.dfpcConfigBlock .cartQty {
  padding: 2px;
}
.dfpcConfigBlock .learnMore, #cartOptions .learnMore {
  text-align: right;
  position: relative;
}
.dfpcConfigBlock .learnMore .more, #cartOptions .learnMore .more {
  display: block;
  height: 20px;
  width: 95px;
  background: url(../images/pop/learn-more-button.png) top center no-repeat;
  margin-left: 22px;
  cursor: pointer;
}
.dfpcConfigBlock .active .more, #cartOptions .active .more {
  background-position: bottom center;
}
.dfpcConfigBlock .learnMore .infoBlock .close, #cartOptions .learnMore .infoBlock .close {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/pop/close-button.png) no-repeat center center;
  cursor: pointer;
  margin-left: 235px;
}

.cmarcpcConfigBlock {
  height: 589px;
  background: url(../images/cmarc/Four-configuration-steps-BACKGROUND.png) no-repeat center top; 
}

#mainWrapper .learnMoreMouseover .button {
  display: block;
}
#mainWrapper .dfpcConfigBlock .infoBlock, #mainWrapper .learnMoreMouseover .infoBlock, #mainWrapper .learnMore .infoBlock {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #000;
  width: 230px;
  text-align: left;
  font-size: 13px;
  padding: 10px 30px 15px 20px;
  left: 22px;
  top: 25px;
  color: #fff;
  zoom: 1;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.dfpcConfigBlock .infoBlock h3, #cartOptions .infoBlock h3 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.dfpcConfigBlock .infoBlock h3 span {
  color: #636363;
}
.dfpcConfigBlock .option_radio_length {
  margin-bottom: 6px;
}
.dfpcConfigBlock .option_radio_length label {
  font-weight: normal;
}
.dfpcConfigBlock .option_radio_length label span {
  color: #EA6A10;
  font-weight: bold;
}
.dfpcConfigBlock #cart_quantity_input {
  font-size: 16px;
}
.dfpcConfigBlock .option_image {
  display: block;
  height: 88px;
  background-position: center left;
  background-repeat: no-repeat;
  float: right;        
}
.dfpcConfigBlock .option_image_plugs {
  width: 133px;
}
.dfpcConfigBlock .option_image_iec {
  width: 114px;
}
.dfpcConfigBlock .option_image_selected {
  background-position: center right;
}

#tabs {

}
#tabs ul {
	float: left;
  padding: 0;
  margin: 0;
  position: absolute;
  margin-top: -29px;
}
#tabs li {
	margin-left: 7px;
	list-style: none;
}
#tabs li.first {
  margin-left: 0;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs li a {
  height: 46px;
  width: 201px;
  text-indent: -9999px;
  display: block;
  background-position: top left;
}
#tabs li a:hover {
  background-position: top center;
}
#tabs ul li.active a {
  background-position: top right;
  cursor: default;
  height: 46px;
}
#tabs div.content {
	clear: both;
}
#tabs ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
  height: 25px;
}

.fullWidthBlockBlackProductContent .questionTitle {
  color: #ea6a10;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

.learnMoreMouseover {
  position: relative;
}
#mainWrapper .learnMoreMouseover .infoBlock {
  width: 160px;
  padding: 12px 20px 12px 20px;
  margin-top: 25px;
  margin-left: -22px;
  z-index: 1000;
  font-size: 16px;
}

.reviewsDisclaimer {
  color: #666666;
}
.reviewsDisclaimer b {
  font-size: 11px;
}
.reviewsDisclaimer p {
  font-size: 9px;
}

.downloadsIcon {
  background: url(../images/icons/download.png) 0 2px no-repeat;
  padding-left: 47px !important;
}
.pressIcon {
  background: url(../images/icons/press.png) 0 2px no-repeat;
  padding-left: 47px !important;
}

/* ------------- */
#downloadDialog {
  background-color: #4D4D4D !important;
  margin: 0;
  padding: 30px 40px 10px;
}
.catchaTable {
  font-size: 30px;
}
.catchaTable td {
  padding: 5px 5px;
}
.catchaTable .text {
  font-size: 30px;
  width: 60px;
  height: 30px;
  text-align: center;
  padding-top: 2px;
}
.captchaError {
  color: #ff0000;
}
.link {
  cursor: pointer;
  outline:none;
}
.sharedTechnology {
  padding-top: 10px;
  margin-left: -36px;
  padding-bottom: 6px;
}
/*
a .imgText {
  border-bottom: 1px solid #2F2F2F;
}
a:hover .imgText {
  border-bottom: 1px solid #EA6A10;
}
*/
#eZPagesNext2 {
  text-align: right;
  padding-right: 10px;
}
#eZPagesNext2 a, #productPageNext a {
  color: #666666;
  font-size: 26pt;
  font-weight: bold;
}
#video_link_1 {
  height: 16px;
  padding: 2px 0 0 25px;
  float: right;
  background:url(../images/tv.png) no-repeat left -2px;
}

.new_gallery_2 a {
  margin-right: 15px;
}
.new_gallery_2 a img {
  border: 0 none;
}
.new_gallery_2 a:hover img {
  border: 0 none;
}

#cartSubTotalRow td, .cartTotalsRow td {
  border-top: 1px solid #808080;
  vertical-align: middle;
  padding: 10px 0;
}

.cartTotalsRow td {
  height: 10px !important;
  padding: 20px 0;
}
#cartTotalRow td {
  padding-bottom: 10px;
}
#cartSubTotalRow td div, .cartTotalsRow td div{
	text-align: right;

}
#cartSubTotalRow .cartQuantity {
  font-weight: bold;
  font-size: 16px;
}
#cartSubTotalRow .cartQuantity span {
  width: 57px;
  display: block;
  text-align: center;
}
#checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipmentTitle, #checkoutBillto .important {
  font-weight: normal;
  padding: 5px 0;  
}
#checkoutConfirmDefaultShipmentTitle .upsShippingLogo {
  margin-left: 10px;
}
#checkoutConfirmDefaultComments {
  margin: 20px 0;  
}
#checkoutConfirmDefaultComments b {
  margin-bottom: 5px;
}
.cartProductDisplayFirst {
  width: 417px;
}
#checkoutConfirmDefault #cartContentsDisplay .cartQuantity {
  font-weight: bold;
  font-size: 16px;
}
#checkoutConfirmDefault #cartContentsDisplay .cartProductDisplay {
  font-weight: bold;;
}
#checkoutConfirmDefault #cartContentsDisplay .cartAttribsList {
  font-weight: normal;
}
#checkoutConfirmDefault #cartContentsDisplay .cartAttribsList {
  font-weight: normal;
  font-size: 12px;
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.more_13 .more_button, .title_more_13 .more_button,
.title_more_23 .more_button,
.title_more_43 .more_button {
  display: block;
  width: 54px;
  height: 12px;
  background-image: url(../images/sprites/const_buttons.png?20190305);
  background-repeat: no-repeat;
}
.more_13 .more_button, .title_more_13 .more_button {
  background-position: -1px -217px; 
}
.more_23 .more_button, .title_more_23 .more_button {
  background-position: -1px -230px; 
}
.more_43 .more_button, .title_more_43 .more_button {
  background-position: -1px -256px; 
}
.more_13:hover .more_button, .title_more_13:hover .more_button,
.more_23:hover .more_button, .title_more_23:hover .more_button,
.more_43:hover .more_button, .title_more_43:hover .more_button {
  background-position: -1px -243px;
}
.title_more_13 .more_button,
.title_more_23 .more_button,
.title_more_43 .more_button {
  float: right;
  margin: 5px 15px 0 0;
}

/* top menu > */
.isFixed {
  position: fixed;
  z-index: 3000;
  left: 50%;
  margin-left: -480px;
  width: 960px;
}
#topMenuContainerReplace {
  height: 69px;
  display: none;
}
#topMenu {
  position: absolute;
  right: 29px;
  top: 25px;
}
#topMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#topMenu li {
  float: left;
  /*margin-left: 6px;*/
  
}
#topMenu li li {
  float: none;
}
#topMenu li a.menuItem {
  display: block;
  padding: 0 2px;
}
#topMenu li a.menuItem:hover img, #topMenu li a.active img, #headerWrapper .learnMoreMouseover:hover a.menuItem img {
  opacity: 0;
  filter:alpha(opacity=0);
}

#headerWrapper .learnMoreMouseover a {
  cursor: pointer;
}
#headerWrapper .learnMoreMouseover .infoBlock {
  display: none;
  position: absolute;
  z-index: 9999;
  text-align: left;
  font-size: 13px;
  width: 960px;
  left: 0;
  margin-top: 0px;
  top: 19px;  
}
#headerWrapper .learnMoreMouseover:hover .infoBlock {
  display: block; 
}
#headerWrapper .learnMoreMouseover .infoBlockContent {
  margin-top: 25px;
  padding: 20px 20px 15px 33px;
  background-color: #000;
  border-bottom: 1px solid #000;    
}
#headerWrapper .learnMoreMouseover:hover .menuArrows {
  height: 24px;
  margin-top: -2px;
  position: relative;
}
#headerWrapper .learnMoreMouseover:hover .menuArrows div {
  height: 24px;
  width: 22px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -11px;
}
#headerWrapper #menutop_products .menuArrows div, #headerWrapper #menutop_reviews .menuArrows div {
  background: url(../images/sprites/const_icons.png) -47px -25px no-repeat;
}
#headerWrapper #menutop_contact_us .menuArrows div, #headerWrapper #menutop_shopping_tools .menuArrows div, #headerWrapper #menutop_technology .menuArrows div, #headerWrapper #menutop_videos .menuArrows div {
  background: url(../images/sprites/const_icons.png) -1px -25px no-repeat;
}
#menutop_products .infoBlock {
  margin-left: -377px;
}
#menutop_reviews .infoBlock {
  margin-left: -479px;
}
#menutop_products .infoBlockContent, #menutop_reviews .infoBlockContent {
  background: #2F2F2F url(../images/menu/extra/Gradient1px.gif) repeat-x center top !important;
  height: 580px;   
}
#menutop_reviews .infoBlockContent {
  height: 550px;
}
#menutop_technology .infoBlock, #menutop_videos .infoBlock {
  margin-left: -28px;
  width: 376px !important;
}
#menutop_shopping_tools .infoBlock {
  margin-left: -695px;
}
#menutop_contact_us .infoBlock {
  margin-left: -823px; 
}
#menutop_contact_us .infoBlockContent, #menutop_shopping_tools .infoBlockContent, #menutop_technology .infoBlockContent, #menutop_videos .infoBlockContent {
  background-color: #4D4D4D !important;
  padding-bottom: 40px !important;  
}

#menutop_products .infoBlock .menuCol {
  width: 284px;
  float: left; 
}

#menutop_products .infoBlock .menuCol .block {
  margin-bottom: 30px;
}
#menutop_products .infoBlock .menuCol span.header {
  display: block;
  width: 284px;
  height: 55px;
}
#menutop_products .infoBlock .menuCol .menuProducts li {
  background-color: #191919;
  width: 284px;
}
#menutop_products .infoBlock .menuCol .menuProducts li.last {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#menutop_products .infoBlock .menuCol li:hover .menuProducts li:hover {
  background-color: #404040;
}
#menutop_products .infoBlock .menuCol .menuProducts .productImage {
  float: left;
}
#menutop_products .infoBlock .menuCol .menuProducts .productInfo {
  padding: 0px 14px 0px 13px;
  display: block;
}
#menutop_products .infoBlock .menuCol .menuProducts .productInfo:hover {
  text-decoration: none;
}
#menutop_products .infoBlock .menuCol .menuProducts .productInfoPlace {
  border-top: 1px solid #747071;
  position: relative;
  display: block;
  padding: 12px 0px 12px 0px;  
}
#menutop_products .infoBlock .menuCol li.first .productInfoPlace {
  border: 0 none;
  padding-top: 20px;
}
#menutop_products .infoBlock .menuCol li.last .productInfoPlace {
  padding-bottom: 20px;
}
#menutop_products .infoBlock .menuCol .menuProducts .productDetails {
  margin-left: 86px;
  position: relative;
  display: block;
  height: 75px;
}
#menutop_products .infoBlock .menuCol .menuProducts .productName {
  color: #ea6a10;
  font-size: 14px;
  margin: 0;
  height: 16px;
  display: block;
  font-weight: bold;
}
#menutop_products .infoBlock .menuCol .menuProducts .productDesc {
  margin: 2px 0 5px;
  padding: 0;
  color: #808080;
  font-size: 12px;
  line-height: 13px;
  display: block;
}
#menutop_products .infoBlock .menuCol .productInfo .price {
  color: #fff;
  position: relative;
  display: block;
}
#menutop_products .infoBlock .menuCol .productInfo .priceFrom {
  text-transform: uppercase;
  font-size: 7px;
  font-weight: bold;
  display: block;
  height: 10px;
}
#menutop_products .infoBlock .menuCol .productInfo .priceSign {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  margin-top: -2px;
}
#menutop_products .infoBlock .menuCol .productInfo .priceNumber {
  font-size: 21px;
  position: absolute;
  margin-left: 8px;
  margin-top: -5px;
}
#menutop_products .infoBlock .menuCol .productInfo .productMore {
  display: block;
  width: 90px;
  height: 14px;
  background: url(../images/sprites/const_buttons.png?20190305) -56px -217px no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
#menutop_products .infoBlock .menuCol .menuProducts li:hover .productInfo .productMore {
  background: url(../images/sprites/const_buttons.png?20190305) -56px -232px no-repeat;
}

#menu_dd_block_cables span.header,
#menu_dd_block_interconnects span.header,
#menu_dd_block_loudspeakers span.header,
#menu_dd_block_speakercables span.header,
#menu_dd_block_conditioners span.header,
#menu_dd_block_conditioners2 span.header,
#menu_dd_block_source span.header,
#menu_dd_block_digital span.header,
#menu_dd_block_signal span.header,
#menu_dd_block_analogue span.header,
#menu_dd_block_bulk span.header {
  background-image: url(../images/sprites/dd_products_headers.png?170406);
  background-repeat: no-repeat;
}

#menu_dd_block_cables:hover span.header { background-position: -286px -1px; }
#menu_dd_block_cables span.header, #menu_dd_block_cables span.header:hover { background-position: -1px -1px; }

#menu_dd_block_interconnects:hover span.header { background-position: -286px -57px; }
#menu_dd_block_interconnects span.header, #menu_dd_block_interconnects span.header:hover { background-position: -1px -57px; }

#menu_dd_block_loudspeakers:hover span.header { background-position: -286px -113px; }
#menu_dd_block_loudspeakers span.header, #menu_dd_block_loudspeakers span.header:hover { background-position: -1px -113px; }

#menu_dd_block_speakercables:hover span.header { background-position: -286px -169px; }
#menu_dd_block_speakercables span.header, #menu_dd_block_speakercables span.header:hover { background-position: -1px -169px; }

#menu_dd_block_conditioners:hover span.header { background-position: -286px -225px; }
#menu_dd_block_conditioners2:hover span.header { background-position: -286px -225px; }
#menu_dd_block_conditioners span.header, #menu_dd_block_conditioners span.header:hover { background-position: -1px -225px; }
#menu_dd_block_conditioners2 span.header, #menu_dd_block_conditioners2 span.header:hover { background-position: -1px -225px; }

#menu_dd_block_source:hover span.header { background-position: -286px -505px; }
#menu_dd_block_source span.header, #menu_dd_block_source span.header:hover { background-position: -1px -505px; }

#menu_dd_block_digital:hover span.header { background-position: -286px -337px; }
#menu_dd_block_digital span.header, #menu_dd_block_digital span.header:hover { background-position: -1px -337px; }

#menu_dd_block_signal:hover span.header { background-position: -286px -393px; }
#menu_dd_block_signal span.header, #menu_dd_block_signal span.header:hover { background-position: -1px -393px; }

#menu_dd_block_analogue:hover span.header { background-position: -286px -449px; }
#menu_dd_block_analogue span.header, #menu_dd_block_analogue span.header:hover { background-position: -1px -449px; }

#menu_dd_block_bulk:hover span.header { background-position: -286px -561px; }
#menu_dd_block_bulk span.header, #menu_dd_block_bulk span.header:hover { background-position: -1px -561px; }

#menutop_reviews .infoBlock .menuCol {
  width: 436px;
  float: left;
}
#menutop_reviews .infoBlock .menuCol .block {
  text-decoration: none;  
}
#menu_dd_block_press_reviews .block .header,
#menu_dd_block_user_reviews .block .header {
  display: block;
  width: 436px;
  height: 55px;
  background-image: url(../images/sprites/dd_reviews_headers.png?1212311);
  background-repeat: no-repeat;
}
#menu_dd_block_press_reviews .block .header { background-position: -1px -57px; }
#menu_dd_block_press_reviews .block:hover .header,
#menu_dd_block_press_reviews .active .header { background-position: -438px -57px; }

#menu_dd_block_user_reviews .block .header { background-position: -1px -1px; }
#menu_dd_block_user_reviews .block:hover .header,
#menu_dd_block_user_reviews .active .header { background-position: -438px -1px; }

#menu_dd_block_press_reviews .block .content,
#menu_dd_block_user_reviews .block .content {
  display: block;
  padding: 35px 27px 10px;
  background-color: #191919;
  color: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#menu_dd_block_press_reviews .block:hover .content,
#menu_dd_block_user_reviews .block:hover .content,
#menu_dd_block_press_reviews .active .content,
#menu_dd_block_user_reviews .active .content {
  background-color: #404040;
}
#menu_dd_block_press_reviews .block .content .quote,
#menu_dd_block_user_reviews .block .content .quote {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #747071;
  margin-bottom: 15px;
  height: 95px;
  overflow: hidden;
}
#menu_dd_block_press_reviews .block .content .quote span,
#menu_dd_block_user_reviews .block .content .quote span {
  display: block;
}
#menu_dd_block_press_reviews .block .content .quoteSign,
#menu_dd_block_user_reviews .block .content .quoteSign {
  width: 80px;
  height: 71px;
  float: left;
  background: url(../images/sprites/const_icons.png) -223px -1px no-repeat;
  margin-top: 3px;
}
#menu_dd_block_press_reviews .block .content .quoteText,
#menu_dd_block_user_reviews .block .content .quoteText {
  margin-left: 100px;
  font-size: 20px;
  position: relative;
  line-height: 25px;
}
#menu_dd_block_press_reviews .block .content .quoteText span,
#menu_dd_block_user_reviews .block .content .quoteText span {
  font-size: 13px;
  color: #808080;
  font-style: italic;
}
#menu_dd_block_press_reviews .block .content .contentImage {
  background: url(../images/Press-logo-sprite.png?1207251) center top no-repeat;
}
#menu_dd_block_press_reviews .block:hover .content .contentImage,
#menu_dd_block_press_reviews .active .content .contentImage {
  background: url(../images/Press-logo-sprite.png?1207251) center -243px no-repeat;
}
#menu_dd_block_press_reviews .block .content .contentImage,
#menu_dd_block_user_reviews .block .content .quotesMore {
  display: block;
  height: 243px;
  overflow: hidden;
}
#menu_dd_block_press_reviews .button,
#menu_dd_block_user_reviews .button {
  float: right;
  margin-top: 25px;
}
#menu_dd_block_press_reviews .button {
  width: 216px;
  height: 26px;
  background: url(../images/sprites/const_buttons.png?20190305) -1px -163px no-repeat;
}
#menu_dd_block_press_reviews .button:hover,
#menu_dd_block_press_reviews .button.active {
  background: url(../images/sprites/const_buttons.png?20190305) -1px -190px no-repeat;
}

#menu_dd_block_user_reviews .block .content .quotesMore {
  float: left;
  width: 180px;
}
#menu_dd_block_user_reviews .block .content .quotesMore span {
  display: block;
  line-height: 22px;
  font-size: 13px;
}
#menu_dd_block_user_reviews .block .content .quotesMore span span {
  float: left;
  width: 10px;
  height: 7px;
  background: url(../images/sprites/const_icons.png) -201px -2px no-repeat;
  margin-right: 10px;
  padding: 0;
  margin-top: 8px;
}
#menu_dd_block_user_reviews .button {
  width: 236px;
  height: 26px;
  background: url(../images/sprites/const_buttons.png?20190305) -1px -109px no-repeat;
}
#menu_dd_block_user_reviews .button:hover,
#menu_dd_block_user_reviews .button.active {
  background: url(../images/sprites/const_buttons.png?20190305) -1px -136px no-repeat;
}
 
#menutop_shopping_tools .infoBlock .cols, #menutop_contact_us .infoBlock .cols {
  margin-top: 20px;
}
#menutop_shopping_tools .infoBlock .menuCol, #menutop_contact_us .infoBlock .menuCol {
  width: 260px;
  float: left;
}
#menu_dd_block_st_shipping, #menu_dd_block_st_transaction,
#menu_dd_block_cu_meet, #menu_dd_block_cu_2 {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #7e7878;
}
#menutop_shopping_tools h3, #menutop_contact_us h3, #menutop_technology h3, #menutop_videos h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: -5px 0 15px;
}
#menutop_shopping_tools .links li, #menutop_contact_us .links li {
  margin-bottom: 10px;
  width: 260px;
}
#menutop_shopping_tools .links a, #menutop_contact_us .links a, #menutop_technology .links a, #menutop_videos .links a {
  display: block;
}
#menutop_shopping_tools .links a:hover, #menutop_contact_us .links a:hover, #menutop_technology .links a:hover, #menutop_videos .links a:hover {
  text-decoration: none;
}
#menutop_shopping_tools .links a span, #menutop_contact_us .links a span, #menutop_technology .links a span, #menutop_videos .links a span {
  display: block;
}
#menutop_shopping_tools .links a span.icon, #menutop_contact_us .links a span.icon, #menutop_technology .links a span.icon, #menutop_videos .links a span.icon {
  height: 21px;
  width: 21px;
  float: left;
}
#menutop_shopping_tools .links a .text, #menutop_contact_us .links a .text, #menutop_technology .links a .text, #menutop_videos .links a .text {
  margin-left: 36px;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
}
#menutop_shopping_tools .links a .text .title, #menutop_contact_us .links a .text .title, #menutop_technology .links a .text .title, #menutop_videos .links a .text .title {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
#menutop_shopping_tools .links a:hover .text .title, #menutop_contact_us .links a:hover .text .title, #menutop_technology .links a:hover .text .title, #menutop_videos .links a:hover .text .title {
  color: #b3b3b3;
}
#menu_dd_block_st_shipping_fs .icon {
  background: url(../images/sprites/const_icons.png) -118px -4px no-repeat;
  height: 16px !important;
}
#menu_dd_block_st_shipping_ro .icon {
  background: url(../images/sprites/const_icons.png) -23px -1px no-repeat;
  width: 18px !important;
}
#menu_dd_block_st_shipping_c .icon {
  background: url(../images/sprites/const_icons.png) -140px -2px no-repeat;
  width: 17px !important;
}
#menu_dd_block_st_shipping .block, #menu_dd_block_st_transaction .block {
  display: block;
  width: 260px;
  margin-top: 35px;
}
#menu_dd_block_st_shipping .block span, #menu_dd_block_st_transaction .block span {
  display: block;
}
#menu_dd_block_st_shipping .block .title {
  height: 22px;
  background: url(../images/sprites/dd_elements.png) 0px 0px no-repeat;
  position: relative;
}

#menu_dd_block_st_shipping .block .content {
  height: 107px;
  background: url(../images/dd_map.png) 0px 0px no-repeat;
}

#menu_dd_block_st_transaction_cs .icon {
  background: url(../images/sprites/const_icons.png) -158px -2px no-repeat;
  width: 19px !important;
  height: 19px !important;
}
#menu_dd_block_st_transaction_pp .icon {
  background: url(../images/sprites/const_icons.png) -97px -5px no-repeat;
  width: 20px !important;
  height: 14px !important;
}
#menu_dd_block_st_transaction_tu .icon {
  background: url(../images/sprites/const_icons.png) -62px -2px no-repeat;
  width: 19px !important;
  height: 19px !important;
}
#menu_dd_block_st_transaction .block .title {
  height: 22px;
  background: url(../images/sprites/dd_elements.png) 0px -46px no-repeat;
  position: relative;
}
#menu_dd_block_st_transaction .block .content {
  height: 107px;
  background: url(../images/sprites/dd_elements.png) 0px -69px no-repeat;
}
#menu_dd_block_st_transaction .block {
  text-decoration: none;
  color: #000;
}
#menu_dd_block_st_transaction .block .content span {
  display: block;
  padding: 56px 17px 0;
  font-size: 12px;
}
#menu_dd_block_st_account .links li, #menu_dd_block_t .links li {
  margin: 0;
}
#menu_dd_block_st_account .links a, #menu_dd_block_t .links a {
  padding: 0 24px;
  background-color: #2f2f2f;
}
#menu_dd_block_st_account .links a:hover, #menu_dd_block_t .links a:hover {
  background-color: #404040;
}
#menu_dd_block_st_account .links a:hover .text .title, #menu_dd_block_t .links a:hover .text .title {
  color: #fff;
}
#menu_dd_block_st_account .links .first a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#menu_dd_block_st_account .links .last a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#menu_dd_block_st_account .links a .place, #menu_dd_block_t .links a .place {
  border-top: 1px solid #747071;
  padding: 20px 0;
}
#menu_dd_block_st_account .links .first a .place, #menu_dd_block_t .links .first a .place {
  border-top: 0 none;
}
#menu_dd_block_st_account_l .icon {
  background: url(../images/sprites/const_icons.png) -82px -3px no-repeat;
  width: 14px !important;
  height: 17px !important;
}
#menu_dd_block_st_account_c .icon {
  background: url(../images/sprites/const_icons.png) -178px -3px no-repeat;
  width: 15px !important;
  height: 17px !important;
}


#menu_dd_block_cu_cu_audio .icon {
  background: url(../images/sprites/const_icons.png) -42px -1px no-repeat;
  width: 19px !important;
  height: 19px !important;
}
#menu_dd_block_cu_cu_int .icon {
  background: url(../images/sprites/const_icons.png) -1px -1px no-repeat;
  width: 21px !important;
  height: 21px !important;
}

#menutop_contact_us .infoBlock .menuCol .designerImage {
  float: left;
}
#menutop_contact_us .infoBlock .menuCol .designerInfo {
  display: block;
}
#menutop_contact_us .infoBlock .menuCol .designerInfo:hover {
  text-decoration: none;
}
#menutop_contact_us .infoBlock .menuCol .designerInfoPlace {
  border-top: 1px solid #747071;
  position: relative;
  display: block;
  padding: 30px 0px 30px 0px; 
  height: 105px; 
}
#menutop_contact_us .infoBlock .menuCol li.first .designerInfoPlace {
  border: 0 none;
  padding-top: 4px;
}
#menutop_contact_us .infoBlock .menuCol li.last .designerInfoPlace {
  padding-bottom: 0px;
}
#menutop_contact_us .infoBlock .menuCol .designerDetails {
  margin-left: 114px;
  position: relative;
  display: block;
}
#menutop_contact_us .infoBlock .menuCol .designerName {
  color: #fff;
  font-size: 16px;
  margin: 0;
  display: block;
  white-space: nowrap;          
}
/*
#menutop_contact_us .infoBlock .menuCol .designerInfo:hover .designerName {
  color: #b3b3b3;
}
*/
#menutop_contact_us .infoBlock .menuCol .designerDesc {
  margin: 0 0 5px;
  padding: 0;
  color: #808080;
  font-size: 12px;
  line-height: 15px;
  display: block;
}
#menutop_contact_us .infoBlock .menuCol .designerMore {
  margin-top: 14px;  
}
#menu_dd_block_cu_2 li {
  margin-bottom: 24px;
}
#menu_dd_block_cu_2 li a {
  display: block;
  color: #808080;
  font-size: 12px;
}
#menu_dd_block_cu_2 li a:hover {
  text-decoration: none;
}
#menu_dd_block_cu_2 li a span {
  display: block;
  margin-bottom: 6px;
  width: 260px;
  height: 26px;
}
#menu_dd_block_cu_2_upload a span {
  background: url(../images/sprites/const_buttons.png?20190305) -1px -1px no-repeat;
}
#menu_dd_block_cu_2_upload a:hover span {
  background: url(../images/sprites/const_buttons.png?20190305) -1px -28px no-repeat;
}
#menu_dd_block_cu_2_subscribe a span {
  background: url(../images/sprites/const_buttons.png?20190305) -1px -55px no-repeat;
}
#menu_dd_block_cu_2_subscribe a:hover span {
  background: url(../images/sprites/const_buttons.png?20190305) -1px -82px no-repeat;
}
#menu_dd_block_cu_2 .block {
  display: block;
  width: 260px;
  margin-top: 34px;
}
#menu_dd_block_cu_2 .block span {
  display: block;
}
#menu_dd_block_cu_2 .block .title {
  height: 22px;
  background: url(../images/sprites/dd_elements.png) 0px -23px no-repeat;
  position: relative;
}
#menu_dd_block_cu_2 .block .content {
  height: 61px;
  background-color: #b3b3b3;
  padding: 23px 15px;
  font-size: 12px;
  line-height: 15px;
  color: #000;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#menu_dd_block_cu_2 .block:hover {
  text-decoration: none;
}
/*
#menu_dd_block_cu_2 .block:hover .content {
  background-color: #d9d9d9;
}
*/
#menu_dd_block_cu_2 .block .content span.icon {
  float: left;
  width: 37px;
  height: 37px;
  margin: 5px 14px 20px 0;
  background: url(../images/sprites/const_icons.png) -72px -25px no-repeat;
}
#menu_dd_block_cu_cu .links {
  margin-bottom: 36px;
}
#menu_dd_block_cu_cu_social {
  background-color: #2f2f2f;
  padding: 15px 20px 18px;
  height: 97px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#menu_dd_block_cu_cu_social a {
  display: block;
  color: #fff;
  height: 20px;
  padding-bottom: 7px;
}
#menu_dd_block_cu_cu_social a:hover {
  text-decoration: none;
  color: #b3b3b3;
}
#menu_dd_block_cu_cu_social a span {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

#menu_dd_block_cu_cu_social #social_tw span,
#menu_dd_block_cu_cu_social #social_tw:hover span,
#menu_dd_block_cu_cu_social #social_yt span,
#menu_dd_block_cu_cu_social #social_yt:hover span,
#menu_dd_block_cu_cu_social #social_gp span,
#menu_dd_block_cu_cu_social #social_gp:hover span,
#menu_dd_block_cu_cu_social #social_fb span,
#menu_dd_block_cu_cu_social #social_fb:hover span {
  background-image: url(../images/sprites/const_icons.png);
  background-repeat: no-repeat;
}


#menu_dd_block_cu_cu_social #social_tw span {
  background-position: -112px -25px;
}
#menu_dd_block_cu_cu_social #social_tw:hover span {
  background-position: -112px -46px;
}
#menu_dd_block_cu_cu_social #social_yt span {
  background-position: -133px -25px;
}
#menu_dd_block_cu_cu_social #social_yt:hover span {
  background-position: -133px -46px;
}
#menu_dd_block_cu_cu_social #social_gp span {
  background-position: -154px -25px;
}
#menu_dd_block_cu_cu_social #social_gp:hover span {
  background-position: -154px -46px;
}
#menu_dd_block_cu_cu_social #social_fb span {
  background-position: -175px -25px;
}
#menu_dd_block_cu_cu_social #social_fb:hover span {
  background-position: -175px -46px;
}

#menutop_shopping_tools .infoBlock {
  /*display:block !important;*/ 
}

#menutop_technology .infoBlockContent, #menutop_videos .infoBlockContent {
  padding: 40px 29px !important;
  border-left: 1px solid #000;
}
#menutop_technology .infoBlock .menuCol, #menutop_videos .infoBlock .menuCol {
  float: left;
  width: 100%;
}
#menutop_technology .links a span.icon, #menutop_videos .links a span.icon {
  height: 40px;
  width: 40px;
  float: left;
  background: url(../images/menu/dd_tech_icon.png) 0 0 no-repeat;
}
#menutop_technology .links a .text, #menutop_videos .links a .text {
  margin-left: 62px;
  font-size: 12px;
  line-height: 15px;
  color: #808080;
}
#menu_dd_block_t .links a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* < top menu */

.columns-set {
  margin: 10px 0 20px;
}
.columns-set-last {
  margin-bottom: 0;
}
.columns-set .column {
  float: left;
  width: 326px;
  font-size: 15px;
  position: relative;
}
.columns-set .column a.content {
  color: #fff;
  display: block;
}
.columns-set .column-2 {
  margin-left: 18px;
}
.columns-set .column a.content:hover,
.columns-set .columnHover a.content {
  text-decoration: none;
}
.columns-set .column a.content:hover .desc,
.columns-set .columnHover a.content .desc {
  /*color: #b3b3b3;*/
  color: #fff;
}
.columns-set .column a.content span {
  display: block;
}
.columns-set .column .new {
  position: absolute;
  width: 68px;
  height: 32px;
  background: url(../images/sprites/const_icons.png) -1px -53px no-repeat;
  margin-top: -11px;
  margin-left: 23px;
}
.columns-set .column .content .title {
  font-weight: bold;
  margin: 16px 0 10px;
}
#homeBody .columns-set .column .content .title {
  margin-top: 12px;
}
.columns-set .column .content .icon {
  height: 8px;
  width: 5px;
  background: url(../images/sprites/const_icons.png) -195px -1px no-repeat;
  float: left;
  margin: 4px 10px 0 0;
}
.columns-set .column .content .desc {
  color: #d6d6d6;
  float: left;
  text-align: left;
  width: 310px;
  line-height: 17px;
  margin: 0 0 10px;  
}
.columns-set .column .actionPlace {
  margin-top: 10px;
}
.columns-set .column .duration {
  padding: 10px 0 0 5px;
  font-size: 12px;
}
#technology .columns-set, #videos .columns-set {
  margin-bottom: 35px;
}

#downloads .columns-set,
#installations .columns-set {
  margin-bottom: 30px;
}
.columns-set .columnHover .actionButton span {
  background-position: center bottom;
}
.front-projects {
  padding-bottom: 30px;
}
.front-projects a.title {
  display: block;
  width: 670px;
  height: 22px;
  margin-bottom: 20px;
  background: url(../images/sprites/frontpage_elements.png) -1px -152px no-repeat;
}
.front-separator div {
  border-top: 1px solid #161616;
  border-bottom: 1px solid #8e8e8e;
  width: 893px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.front-news {
  padding-bottom: 30px;
}
.front-news .front-separator {
  margin-bottom: 30px;
}
.front-press {
  color: #fff;
}
.recent-press, .latest-news {
  width: 670px;
}
.recent-press a.title {
  display: block;
  width: 670px;
  height: 22px;
  background: url(../images/sprites/frontpage_elements.png) -1px -129px no-repeat;
}
.front-press-active a.recent-press-link span {
  background-position: -1px -243px;
}
.recent-press .block1 {
  background-color: #2f2f2f;
  padding: 20px 20px;
  height: 126px;
  overflow: hidden;
  position: relative;
}
.recent-press .block2 {
  margin-top: 2px;
}
.recent-press .block2 a {
  display: block;
  height: 140px;
  background: url(../images/sprites/press_logos_front.png) center top no-repeat;
}
.recent-press .block2 a:hover,
.front-press-active .block2 a {
  background-position: center bottom;
}
.recent-press .block1 .quotes {
  float: left;
  width: 470px;
}
.recent-press .block1 .quote {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.recent-press .block1 .quote i {
  color: #808080;
  font-size: 13px;
}
.recent-press .block1 .quote span {
  float: left;
  width: 10px;
  height: 7px;
  background: url(../images/sprites/const_icons.png) -212px -2px no-repeat;
  margin-right: 10px;
  padding: 0;
  margin-top: 3px;
}
.recent-press .block1 .click-here-for {
  float: right;
  width: 139px;
  height: 104px;
  background: url(../images/sprites/frontpage_elements.png) -281px -1px no-repeat;
  color: #fff;
}
.recent-press .block1 .click-here-for:hover,
.front-press-active .block1 .click-here-for {
  background-position: -421px -1px;
  text-decoration: none;  
}
.recent-press .block1 .click-here-for span {
  display: block;
  width: 139px;
  text-align: center;
  font-size: 60px;
  line-height: 45px;
  margin-top: 31px;
}
.latest-news {
  margin: 30px 0;
}
.latest-news a.title {
  display: block;
  width: 670px;
  height: 22px;
  background: url(../images/sprites/frontpage_elements.png) -1px -106px no-repeat;
}
.latest-news .block1 {
  padding: 22px 20px;
  background-color: #d9d9d9;
  height: 298px;
  overflow: hidden;
  position: relative;
}
.latest-news .block1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.latest-news .block1 li {
  float: left;
  width: 196px;
  margin-left: 21px;
}
.latest-news .block1 li.first {
  margin: 0;
}
.latest-news .block1 a {
  color: #000;
  display: block;
}
.latest-news .block1 a:hover {
  color: #808080;
  text-decoration: none;
}
.latest-news .block1 a span {
  display: block;
}
.latest-news .block1 a .date {
  font-size: 9px;
  text-transform: uppercase;
  color: #808080;
  margin-top: 8px;
}
.latest-news .block1 a .title {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 11px 0 7px;
}
.latest-news .block1 a .desc {
  font-size: 13px;
  line-height: 16px;
}
.recent-press .block1 , .latest-news .block1, .side-user-reviews-wrap {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.side-user-reviews {
  vertical-align: top;
}
.side-user-reviews a.title {
  display: block;
  width: 190px;
  height: 22px;
  background: url(../images/sprites/frontpage_elements.png) -1px -175px no-repeat;
}

.side-user-reviews-active a.title span {
  background-position: -1px -243px;
}
.side-user-reviews-wrap {
  position: relative;
  height: 989px;
  width: 152px;
  padding: 22px 18px 20px;
  border: 1px solid #8e8e8e;
  border-top: 0;
}
.side-user-reviews-wrap .click-here-for {
  display: block;
  width: 139px;
  height: 104px;
  background: url(../images/sprites/frontpage_elements.png) -1px -1px no-repeat;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 24px;    
}
.side-user-reviews-wrap .click-here-for:hover,
.side-user-reviews-active .click-here-for {
  background-position: -141px -1px;
  text-decoration: none;  
}
.side-user-reviews-wrap .click-here-for span {
  display: block;
  width: 139px;
  text-align: center;
  font-size: 60px;
  line-height: 45px;
  margin-top: 31px;
}
.side-user-reviews-wrap .list {
  height: 865px;
  overflow: hidden;
}
.side-user-reviews-wrap .list #vmarquee div {
  margin-bottom: 140px;
}
.side-user-reviews-wrap a {
  text-decoration: none;
}
.side-user-reviews-wrap .list a {
  display: block;
  margin-bottom: 10px;
}
.side-user-reviews-wrap .list a .icon {
  height: 8px;
  width: 5px;
  background: url(../images/sprites/const_icons.png) -195px -1px no-repeat;
  float: left;
  margin: 4px 7px 0 0;
}
.side-user-reviews-wrap .list a .desc {
  float: left;
  width: 140px;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px;  
}
.side-user-reviews-wrap .list a:hover .desc {
  color: #fff;
}
.side-user-reviews-wrap .list a .desc i {
  display: block;
  color: #808080;
}
.front-quote .quote {
  padding: 20px 55px;
  background-color: #2f2f2f;
  width: 560px;
  margin: 30px 0 60px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.front-quote .quote .icon {
  float: left;
  width: 18px;
  height: 14px;
  background: url(../images/sprites/const_icons.png) -195px -10px no-repeat;
  margin-right: 10px;
  padding: 0;
  margin-top: 2px;
}
.front-quote .quote .desc {
  float: left;
  width: 530px;
  height: 34px;
}
.front-quote .quote .desc span {
  width: 530px;
}

.fullWidthBlockBlackEzPage h4, .fullWidthBlockBlackProduct h4 {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 12px 0 15px;
  padding: 0;
}
.fullWidthBlockBlackEzPage h5, .fullWidthBlockBlackProduct h5 {
  font-size: 13px;
  margin-bottom: 6px;
  margin-top: 0;
}
.fullWidthBlockBlackQuestion {
  padding-left: 33px;
  * padding-left: 31px;  
}
.fullWidthBlockBlackQuestionPadding {
  padding-top: 30px;
  padding-bottom: 17px;
}
.fullWidthBlockBlackQuestion .question {
  background: url(../images/questionB.png) no-repeat left center;
  padding-left: 65px;
  min-height: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.grayNote {
  background-color: #404040;
  padding: 15px 30px 15px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 16px;
}
.grayNote .orange {
  font-weight: bold;
  color: #EA6A10;
  text-transform: uppercase;
}
#popupVideo {
  background-color: #000;
}

/* IE */
.centerColumn,
.fieldset,
#shoppingcartContent,
#menutop_products .infoBlock .menuCol .menuProducts li.last,
#menu_dd_block_press_reviews .block .content,
#menu_dd_block_user_reviews .block .content,
#menu_dd_block_st_account .links .first a,
#menu_dd_block_st_account .links .last a,
#menu_dd_block_cu_2 .block .content,
#menu_dd_block_cu_cu_social,
.recent-press .block1 , .latest-news .block1, .side-user-reviews-wrap,
.front-quote .quote,
.crossContainer .fadeThumbs .fadeNumber,
input.textInput, textarea,
#subscribeContent .text-input, #subscribePageForm .text-input,
.radius6, .grayNote, .infoNote 
{
  position: relative;
  zoom: 1;
  behavior: url(includes/templates/iC_AthemeV1.3/PIE.htc);
}
.columns-set {
  zoom: 1; 
}
.fieldset .formList .inputBox {
  * float: left;
}

#payment-options {
  padding-left: 15px;
}

#payment-options li {
  padding: 5px 0;
}
#payment-options li img {
  vertical-align: middle;
  margin-top: 4px;
}

#bg_image_preload_place {
	background: url(../images/sprites/dd_products_headers.png?170406) no-repeat -9999px -9999px,
		    url(../images/sprites/dd_reviews_headers.png?1212311) no-repeat -9999px -9999px,
        url(../images/sprites/const_icons.png) no-repeat -9999px -9999px,
		    url(../images/menu/extra/Gradient1px.gif) no-repeat -9999px -9999px,
		    url(../images/Press-logo-sprite.png?1207251) no-repeat -9999px -9999px,
		    url(../images/sprites/dd_elements.png) no-repeat -9999px -9999px,
        url(../images/dd_map.png) no-repeat -9999px -9999px,
        url(../images/menu/dd_tech_icon.png) -9999px -9999px;
}