@charset "utf-8";

/**
 * Main CSS Stylesheet for Ad Hominem
 *
 */


body {
	background: #000;
	background-image:url(/images/structure/main_bg.jpg);
	background-repeat:repeat;
	background-position:top;
	background-attachment:fixed;	
	color: #fff;
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:14px;
	}

a img {
	border: none 0;
	text-decoration:none;
	}

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

a:link, a:visited {
	color: #fff;
	text-decoration:underline;
	}

a:hover {
	color: #fff;
	text-decoration:none;
	}
 

#navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #fff;
	text-decoration:none;
	}

a:active {
	color: #fff;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size:100%;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: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%;
	}
*/

 .index_column {
 	text-align:center;
	}

/* DROP DOWN MENU */

#main_block {
	width:auto;
	padding-left:110px;
	*padding-left:23%; /* targets IE6 and 7 */
	_padding-left:10%; /* targets IE6 */
	text-transform:uppercase;
	text-align:center;
	background-image:url(/images/structure/top_nav_bg.jpg);
	background-repeat:repeat-x;

	}
	
/* html>body #main_block {
  padding-left:54%; 
} */

ul#navmenu-h {
	margin:0;
	padding-top:
	width:auto; /*For KHTML*/
	list-style: none;
	height: 27px;
	z-index:10;
}

ul#navmenu-h li {
  margin: 0;
  padding: 0;
  float:left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 25px;
}

ul#navmenu-h ul {
  margin: 0;
  border:none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width:11em;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  padding:6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
	background-image:url(/images/structure/top_nav_hover.jpg);
	background-repeat:repeat;
	color:#000;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
	float: none;
	text-align:left;
	background-image:url(/images/structure/mainbody_bg.png);
	background-repeat:repeat;
	color:#fff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
	background-image:url(/images/structure/top_nav_hover.jpg);
	background-repeat:repeat;
	color:#000;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background-image:url(/images/structure/mainbody_bg.png);
	background-repeat:repeat;
	color:#fff;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background-image:url(/images/structure/top_nav_hover.jpg);
	background-repeat:repeat;
	color:#000;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
	background-image:url(/images/structure/mainbody_bg.png);
	background-repeat:repeat;
	color:#fff;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background-image:url(/images/structure/top_nav_hover.jpg);
	background-repeat:repeat;
	color:#000;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left:154px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

#store {
	}
	
/* COMPANY MENU END */

	
/*- Menu Tabs C--------------------------- */

#signin_tab {
	display:block;
	float:right;
	width:773px;
	margin:0;
	padding:0;
	font-size:93%;
	margin-left:auto;
	margin-right:auto;
	}

#signin_tab ul {
	  margin:0;
	  padding:0 10px 0 50px;
	  list-style:none;
      }

#signin_tab li {
      display:inline;
      margin:0;
      padding:0;
      }
#signin_tab a {
      float:right;
      background:url(/images/structure/sign_in_tab_left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
      }
#signin_tab a span {
      float:right;
      display:block;
      background:url(/images/structure/sign_in_tab_right.gif) no-repeat right top;
      padding:3px 15px 5px 6px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#signin_tab a span {
	float:none;
	}
    /* End IE5-Mac hack */
	
#signin_tab a:hover span {
      color:#999;
      }
	  
	  #signin_tab a:hover {
      float:right;
      background:url(/images/structure/sign_in_tab_left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
      }

.crumb {
	width:753px;
	height:auto;
	margin:0px auto;
	padding:0 0 6px 20px;
	font-size:93%;
	color:#fff;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

.crumb a:link, .crumb a:visited {
	color:#fff;
	text-decoration:underline;
	}

.crumb a:hover {
	color:#fff;
	text-decoration:none;
	}

#pageHeading {
  font-size:130%;
  font-weight:bold;
  color:#999;
  text-transform:uppercase;
  padding-bottom:0.5em;
  }

.pageHeading {
  font-size:130%;
  font-weight:bold;
  color:#fff;
  text-transform:uppercase;
  padding:10px 0 10px 20px;
  }

.pageHeading a:link, .pageHeading a:visited {
	color:#fff;
	text-decoration:underline;
	}

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

div #indexDefaultMainContent .content {
	font-size:500%
	}

.main {
	width:735px;
	padding:20px;
	}

.main_category {
	width:735px;
	padding:0 20px 20px 20px;
	}

.main a:link, .main a:visited {
	color:#fff;
	text-decoration:underline;
	}

.main a:hover {
	color:#fff;
	text-decoration:none;
	}

.products_main {
	}

.categoryListBoxContents {
	color:#fff;
	float: left;
	vertical-align: top;
	margin: 1em 0em;
	text-align: center;
	text-decoration:none;
	}

.categoryListBoxContents a:link, .categoryListBoxContents a:visited {
	color:#fff;
	text-decoration:underline;
	}

.categoryListBoxContents a:hover, .categoryListBoxContents a img, .categoryListBoxContents img {
	text-decoration:none;
	}

#categoryImgListing {
	text-align:center;
	}

.imgLink a:link {
	padding-top:80px;
	}

/* PRODUCTS */

.product_shot {
	display:block;
	float:right;
	width:280px;
	max-height:240px;
	padding-top:46px;
	padding-bottom:18px;
	padding-right:20px;
	text-align:center;
	background-image:url(/images/structure/product_frame.png);
	background-repeat:no-repeat;
	}

.product_image {
	position:relative;
	text-align:center;
	width:278px;
	background-color:#333;
	z-index:0;
	}
	
.product_frame a:link {
	text-align:center;
	font-size:80%;imgLink
	text-decoration:underline;
	background:none;
	}

.product_frame {
	position:relative;
	padding-left:44px;
	text-align:center;
	}

.prod_atribs {
	width:320px;
	padding:5px 10px;
	text-align:left;
	}

.prod_atribs .options {
	text-align:center;
	padding:0 10px 10px 0;
	font-size:80%;
	}
	
.prod_atribs .options_name {
	font-size:120%;
	color:#ccc;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:10px;
	}

.productModel {
	font-size:80%;
	color:#e8e8e8;
	font-style:italic;
	}

.product_image_button {
	padding-bottom:20px;
	}

.productName {
	text-transform:uppercase;
	color:#fff;
	}

#productDescription {
	font-size:120%;
	color:#fff;
	}

.productPrice {
	color:#fff;
	font-size:160%;
	font-weight:bold;
	float:left;
	width:20%;
	}

#attribsOptionsText {
	font-weight:normal;
	font-size:100%;
	padding-bottom:20px;
	color:#fff;
	}


CODE {
	font-size: 1em;
	}

FORM {
	display: inline;
	font-size:100%;
	margin: 0;
	}

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

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

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

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

h4.optionName {
	font-size: 120%;
	color: #ccc;
	text-transform: uppercase;
	font-weight: bold;
	font-style:italic;
	padding-bottom: 10px;
	}

LABEL {
	text-align: center;
	padding-top: 0pt;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0pt;
	font-size: 100%;
	color:#fff;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

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

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

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

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

#contactUsNoticeContent .content {
	padding-top:10px;
	padding-bottom:10px;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style:normal;
	font-size:120%;
	font-weight:bold;
	}

.instructions {
	text-align:center;
	padding-top:10px;
	font-style:italic;
	}

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #999;
	}

.messageStackWarning, .messageStackError {
	color: #ff0000;
	}

.messageStackSuccess {
	
	color: #fff;
	}

.messageStackCaution {
	color:#ff0000;
	}

.discountLabel {
	white-space:nowrap;
	line-height:3em;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	width:775px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-image:url(/images/structure/mainbody_bg.png);
	background-repeat:repeat;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	background-color: #000;
	}

#header {
	width:100%;
	height:122px;
	background-color:#000;
	}

#header_inner {
	position: relative;
	width: 773px;
	height:122px;
	margin: 0 auto;
	background-color:#000;
	}

/* Logo */

#logo {
	text-align:center;
	padding:6px 0 6px 0;
	}

.header_cart {
	color:#d40072;
	text-align:right;
	font-size:80%;
	padding:0 10px 0 0;
	margin:0;
	}

.header_cart a:link, .header_cart a:visited {
	color:#d40072;
	text-decoration:underline;
	}

.header_cart a:hover {
	color:#d40072;
	text-decoration:none;
	}
	
.main_nav {
	display:block;
	padding-left:24%;
	margin-left:auto;
	margin-right:auto;
	height:1.5em;
	text-transform:uppercase;
	padding-bottom:8px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

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

#accountLinksWrapper {
	margin: 0;
	white-space:nowrap;
	line-height:1.6em;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}
.termsconditions {
	color:#D40072;
	font-size:110%;
	}

.termsiagree {
	font-size:110%;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	text-align:center;
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	border:solid 1px blue;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain {
	display:block;
	position:static;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px yellow;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#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;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

#bigDiscountList {
	font-size:110%;
	line-height:2em;
	}

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

#homeMainContent {
	line-height:1.4em;
	}

/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	float:left;
	padding: 0.5em;
	}

.alert {
	color: #d40072;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/

#cartContentsDisplay {
	padding-right:20px;
	}

#cartAdd {
	float:left;
	text-align: center;
	margin: 1em;
	padding: 1em;
	}

span.cartProdEdit, span.cartProdEdit a:link, span.cartProdEdit a:visited, span.cartProdEdit a:hover {
	font-size:80%;
	text-decoration:none;
	}

.tableHeading {
	border-bottom: 1px solid #999;
	 }
#scQuantityHeading {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	}

#scUpdateQuantity {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	}

#scProductsHeading {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	}

#scUnitHeading {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	}

#scTotalHeading {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	}

#scRemoveHeading {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px dotted #999;
	}

.cartQuantity {
	border-left:1px solid #999;
	border-bottom:1px dotted #999;
	}

.cartQuantityUpdate {
	border-left:1px dotted #999;
	border-right:1px solid #999;
	border-bottom:1px dotted #999;
	}

.cartProductDisplay {
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	}

.cartUnitDisplay {
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	text-align:right;
	padding-right:5px;
	white-space:nowrap;
	}

.cartTotalDisplay {
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	text-align:right;
	padding-right:5px;
	white-space:nowrap;
	}

.cartRemoveItemDisplay {
	border-left:1px dotted #999;
	border-right:1px solid #999;
	border-bottom:1px dotted #999;
	}

#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

#ccQuantityHeading {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	padding-top:5px;
	padding-bottom:5px;
	}

#ccProductsHeading {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	padding-top:5px;
	padding-bottom:5px;
	}

#ccTotalHeading {
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-bottom:1px dotted #999;
	padding-top:5px;
	padding-bottom:5px;
	}

.cccartTotalDisplay {
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	border-bottom:1px dotted #999;
	text-align:right;
	padding-right:5px;
	white-space:nowrap;
	}
	
	
	
	

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

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding:20px;
	}




.cartQuantity {
	width: 4.7em;
	}

.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;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

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

.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.2em 0em;
	} 

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

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

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*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, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	
	padding: 0.4em;
	}

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

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.productListing-data {
  font-size:90%;
  color:#fff;
  text-decoration:none;
}

.productListing-data a:link, .productListing-data a:visited {
  text-decoration:underline;
}

.productListing-data a:hover {
  text-decoration:none;
}

.productListing-data img {
	}

#productListing {
	padding:20px;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

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

.forward, #shoppingCartDefault #PPECbutton {
	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;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.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: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/* PRESS */

#press_wrap {
	width:100%;
	padding-top:20px;
	}

.press_logo {
	display:block;
	min-height:100px;
	float:left;
	padding-bottom:10px;
	}

.press_copy {
	display:block;
	font-size:110%;
	padding-left:150px;
	}

.style2 {color: #d40072}

/* FOOTER */

.footer { 
  padding:0 !important;
  margin:0;
  }

.sole {
	width:753px;
	padding:10px 0 10px 20px;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
	color:#ccc;
	text-align:center;
	line-height:1.4em;
	background-color:#000;
	}

.sole a:link, .sole a:visited {
	text-decoration:underline;
	color:#fff;
	}

.sole a:hover {
	text-decoration:none;
	color:#fff;
	}

/* SMOOTHBOX START */

#sb_hide {
	visibility:hidden;
	}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff; text-decoration:none;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #333;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	color:#fff;
	font-size:100%;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-image: url(/images/structure/top_nav_bg.jpg);
	background-repeat: repeat-x;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}

#gallery {
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

#homepage_gallery {
	height:100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
#no_flash_block {
	height:100%;
	}

/* -- TAB MENU START -- */
	
	#slidetabsmenu {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  }
#slidetabsmenu ul {
  margin:0;
  padding:10px 10px 10px 10px;
  list-style:none;
  }
#slidetabsmenu li {
  display:inline;
  margin:0;
  padding:0;
  font-weight: bold;
  }
#slidetabsmenu a {
  float:left;
  background:url(/images/tpp/tableft13.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#slidetabsmenu a span {
  float:left;
  display:block;
  background:url(/images/tpp/tabright13.gif) no-repeat right top;
  padding:5px 13px 4px 6px;
  color:#3B3B3B;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */
#slidetabsmenu a:hover {
  background-position:0% -125px;
  }
#slidetabsmenu a:hover span {
  background-position:100% -125px;
  color: black;
  }
#slidetabsmenu a.current {
  background-position:0% -125px;
  }
#slidetabsmenu a.current span {
  background-position:100% -125px;
  color: red;
  }
.tabcontent{
  clear: both;
  float:left;
  width:100%;

  color: black;
  display:none;
  }
 
.CeonManualCardFormGadgetError { background: #ff6633; }
.CeonManualCardCardIcon { margin-right: 4px; margin-bottom: 4px; }

/* FOOTER */

.footer {
  font-size:80%;
  color:#333;
  text-align:center;
  padding-top:10px;
	}

.footer a:link, .footer a:visited {
	text-decoration:underline;
	color:#333;
	}

.footer a:hover {
	text-decoration:none;
	color:#333;
	}