/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright © 2009 Software Candy™. Portions Copyright © 2003-2007 Shillo Ben-David
 * @version $Id: stylesheet.css,v 1.26 2009/11/02 04:48:24 root Exp $

Background Image Template
    background: url('../images/') no-repeat;
    width:;
    height:;
*/
body {
	margin: 0;
	font-family: Arial;
	font-size: 10pt; /* 62.5%; */
	color: #747474; /* dark grey */
	background-color: white; /* pure white */
	margin-bottom:10px;
	}

a img {border: none; }

a, #navEZPagesTOC ul li a, ul li a {
	color: #34638B; /* greyish blue  */
	text-decoration: underline;
	font-size:10pt;
	cursor:pointer;
	font-weight:normal;
	outline-color:Silver;  /* silver */
	padding:0;
	}
ul li
{
    padding-bottom:6px;
    color: #747474; /* dark grey */
}
a:hover 
{
    color:Black;  /* black */
    text-decoration:none;
}
#navEZPagesTOC ul li a 
{
    line-height:22px;
}
div 
{
    margin:0;
}
h1 {
	font-size: 1.5em;
	color: #FF6000;	/* orange */
	cursor:default;
	}

h2 {
	font-size: 1.4em;
	color: #ff6000;	/* orange */
	cursor:default;
	}

h3 {
	font-size: 1.4em;
	color: #79AA23; /* shilo green */
	cursor:default;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .larger{
	font-size: 1.1em;
	cursor:default;
	}

.biggerText {
	
	}

h1, 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-family:Sans-Serif;
	font-size: 1em;
	}

FORM, SELECT {
/*	display: inline; */
	padding: 2px;
	font-size: 1em;
	margin: 0.1em;
	font-size:10pt;
	font-family:Verdana;
	}
SELECT {
	border:1px solid silver;
	cursor:pointer;
	font-size:0.8em
}
SELECT OPTION:hover {font-style:italic;}
TEXTAREA {
	margin: auto;
	display: block;
	width: 240px;
    height:100px;
    border:1px solid silver;
    font-size:10pt;
	font-family:Verdana;
	}
INPUT 
{
/*	display: inline; */
	border:1px solid silver;
	padding: 2px;   
	font-size: 1em;
	margin: 0.1em;
	font-size:10pt;
	font-family:Verdana;
}
.buttonRow input, #cartAdd input , #cartAddTop input{ /* cancel border for buttons of type "input" */
	border:none;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.2em;
	}

LABEL {

	padding: 0.2em;
	}

h4.optionName {

	padding: 0.4em;
	}
	
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
#logo 
{
    position:absolute;
    top:4px;
    left:10px;
}
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;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	border: none;
	border-bottom: 1px solid #96c833;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000; /* pure red */
	color: #ffffff; /* pure white */
	}

.messageStackSuccess {
	background-color: #99FF99;	/* light green */
	color: #000000;  /* black */
	}

.messageStackCaution {
	background-color: #FFFF66;	/* yellow */
	color: #000000;  /* black */
	}

.pureYellowMarker {
	background-color: #ffff00;	/* pure yellow */
	color: #000000;  /* black */
	}

.fluorescentGreenMarker {
	background-color: #ccff00;	/* fluorescent green */
	color: #000000;  /* black */
	}
	
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff; /* pure white */
	text-align: left;
	width: 870px;
	vertical-align: top;
	border:none;
	position:relative;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	}
#logoWrapper{
	background-color: #ffffff; /* pure white */
	position:relative;
	height:62px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 234px;
	}
	
#tagline {
	color: #1eafcb;	/*  trusty blue(previously orange, previously black)*/
	font-size: 1.4em;
	vertical-align: middle;
	text-align: center;
	
    padding-left:32px;
    /* padding-right:6px; */
    /* padding-top:26px; */
    /* padding-bottom:6px; */
    word-spacing:-1px;
	
    position:absolute;
    top:0;right:0;
    margin-top:0px;
    margin-right:4px;
    width:420px;
    height:82px;
/*    background: url('../images/medium_tile.gif') right no-repeat; */
	
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {font-size:11px;font-weight:bold;padding-top:1px; word-spacing:-1px;}
.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 {
	
	padding: 1px 1px;
	font-weight: bold;
	color: #ffffff; /* pure white */
	}
#navMainWrapper 
{
    background: url('../images/roundBorderGray.gif') center no-repeat ;
    width:100%;
    height:44px;
    position:relative;
}navMain        


#navCatTabsWrapper {
	background-color: #ffffff; /* pure white */
	color: #9a9a9a; /* dark grey */
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	}

#navMain 
{
    padding-left: 32px;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	float:left;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	padding: 0em 1em;
	margin: 0;
}
	
#navSupp ul {
	padding-left: 2em;
	padding-top: 2em;
    background: url('../images/round_border_bottom.gif') center no-repeat ;
    width:100%;
    height:44px;
    position:relative;
}
	
	
#navMain ul li.second-child a 
{
    padding: 0em 1em 0em 0.8em;
}
#navCatTabs ul li a {
	color: #9a9a9a; /* dark grey */
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a; /* dark grey */
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navEZPagesTOC ul li {
	
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	padding-right:30px;
	padding-top:2px;
	}

#navBreadCrumb {
	padding: 0.4em 1.3em;
	background-color: #ffffff; /* pure white */
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	margin-bottom:2px;
	border-bottom:1px solid #d7d7d7; /* light grey */
	}

#navEZPagesTop {
	background-color: #abbbd3;	/* blue grey (metalic)  */
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*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: 0.5em;
	}
.content 
{
    padding:0;
    margin:0;
}
.alert {
	color: #FF0000; /* pure red */
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 1.0em 1.2em;
	}
#bannerThree
{
    padding-bottom:0;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd , #cartAddTop {
	float: right;
	text-align: center;
	margin: 1em;
	border: 0px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9; /* very light grey */
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;/* shiny green */
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099; /* purple */
	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; /* light blue (techelet) */
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000; /* pure red */
	}

.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 {
}

/*
#categoryIcon a:link {
  text-decoration:none;
}

.categoryIcon:link,  #categoryIcon:link {
  background:Transparent none;
  cursor:Pointer;
  color: #79aa23; 
  padding:0;
  border:0;
  font-weight:bold;
  text-decoration:none;
}

a.categoryIcon:active, .categoryIcon:focus {
  padding:0;
  font-weight: bold;
}

a.categoryIcon:hover {
  color: #000000;
}
*/

#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 {
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	color: #79aa23; /* shilo green */
	background: url('../images/tile_shortTitle.png') no-repeat;
	width:100%;
	padding: 14px 20px;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14pt;
	color: #ff6000;	/* orange */
	padding:8px 12px;
	text-align:left;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff; /* pure white */
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background: transparent url(../images/catsBg.gif) no-repeat;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-top: 1.5em;
	padding-bottom:6px;
	/* margin-bottom: 10em */
	/*height:150px;*/
	}



.centeredContent, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bannerTwo{
    position:absolute;
    top: 4px;
    right: 0px;
    text-align: right;
    padding: 0em 0em; /* y, x */
}

.centerBoxContentsNew:first-child 
{
    padding-left:30px;
}	
.centeredContent
{
	margin-top:0px;
	margin-bottom:6px;
	margin-left:6px;
	margin-right:0px;
	
    padding-left:3px;
    padding-right:3px;
    padding-top:0px;
    padding-bottom:0px;
}
#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; /* pure blue */
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

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;
	}

#shoppingCartDefault input
{ 
    padding: 0px;
 	margin: 0em;
}
	
.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8; /* light grey */
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	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 {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	height: 3em;
	border:3px solid silver;
	}

#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;}

#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;
	}
#quick_find_header-Go 
{
	position:absolute;
	right:0;
	margin-right:32px;
	top:10px;
/*	border-left: 2px solid silver; */
	padding-left:4px;
}
#navMainSearch input 
{
	padding: 5px;
	padding-right:50px;
	width:200px;
}
#quick_find_header-Go input {
	padding-top: 2px;
	padding-bottom: 2px;
}	

.orange 
{
    color:#FF9453;
}
#contentMainWrapper a 
{
 
    
}
#navMain a 
{
    line-height:18px;
}
#categories_tabs 
{
    position:absolute;
    top:0;right:0;
    margin-top:54px;
    margin-right:4px;
    width:426px;
    height:82px;
    background: url('../images/medium_tile.png') right no-repeat;
}
#categories_tabs_main 
{
    width:100%;
    list-style:none;
    text-align:center;
    padding: 20px 25px 0 25px;
}
#categories_tabs_main div, #categories_tabs_imgs div  
{
    float:left;
}
#categories_tabs_main a 
{
    outline:0;
}
.greenText
{
    color:#79aa23; /* shilo green */
    font-weight:normal;
    text-decoration:none;
}
.greenBold
{
    color:#79aa23; /* shilo green */
    font-weight:bold;
    text-decoration:none;
}
.separator1 
{
    background: url('../images/seperator.gif') top no-repeat;
    width:10px;
    height:23px;
}
#categories_tabs_imgs 
{
    position:absolute;
    top:-17px;right:0;
    margin-top:0px;margin-right:75px;
    background:transparent;
    list-style:none;  
}
.cats_tabs_img2 
{
    padding-right:85px;
}
.cats_tabs_img1 
{
    padding-right:68px;
}
#header-separator 
{
    width: 100%;
    height:34px;
    background: url('../images/tile_totop.gif') repeat-x;
    margin-top:4px;
}
#navBreadCrumb 
{
    font-weight:normal;
    height:17px;
}
#navBreadCrumb a 
{
    font-weight:bold;
}
.category-top{
}
.category-links
{
    font-weight:bold;
}
.sideBoxContent {
	background-color: #ffffff;
	padding: 0;
	padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	margin:0;
	}
ul.sideBoxContent {
  list-style-position: inside;
  list-style-type: disc;
}
.sideBoxContent li {
    color: #96c833;
}
.sideBoxContent li a {   
}
#ezpages .leftBoxContainer

#informationContent.sideBoxContent ul li {
  list-style-position: inside;
  list-style-type: disc;
/*  margin-left: 12px; */
}

.noUnderline
{
    text-decoration:none;
}
#catBoxDivider
{
    
}
.catBoxDivider_li
{
    list-style:none;
    text-align:center;
    padding: 0 26px 0 0;
    line-height:0;
}

/*
.centerColumn h3:first-child
{
    background: url('../images/tile_longTitle.gif')  no-repeat;
    width: 633px;
    height: 85px;
    padding-left:20px;
    padding-top:10px;
}
*/
.prodCounter
{
    color: #747474; /* dark grey */
}
#productListHeading
{
    color: #79aa23; /* shilo green */
    
}
.productListHeader
{
    background: White url('../images/tile_longTitle.png') no-repeat;
    height:85px;
    position:relative;
    padding: 2px 20px 0 20px;
}
#filterResults
{
    position:absolute;
    top:7px;
    right:12px;
}
#HomePageWelcome
{
    color: rgb(245, 244, 244); 
    line-height: 16px;
    font-size:12px;
    background: url('../images/grdNote.gif')  no-repeat;
    width: 611px;
    height: 74px;
    font-weight:normal;
}
#HomePageWelcomeContent
{
    padding: 14px 14px 14px 40px;
	color:#000000; /* black */
}

.WelcomeImg
{
    float: left; 
    padding-right: 8px;
    padding-top:0;
}
.presTitle
{
    color:#747474; /* dark grey */
}
.productListing-even
{
    background-color: #f3f3f3;
    padding:6px;
}
.productListing-data
{
    padding:6px 10px;
}

.btn_r {
  background:Transparent none;
  cursor:Pointer;
  color: #79aa23; /* shilo green */
  padding:0;
  border:0;
  border-left: 1px solid silver;
  font-family: Arial;
  font-size: 10pt;
  font-weight:bold;
  text-decoration:none;
}

.btn_r:active, .btn_r:focus {
  padding:0;
  font-weight: bold;
}
.btn_r:hover {
  color: #000000;
}

/* 
 * Add a Floating Twitter Follow Me/US Button to your website
 * http://www.computingunleashed.com/2009/07/easily-add-floating-twitter-follow-meus.html
*/
#twitter-follow { 
  border: 0;
  position: fixed;
  top: 200px;
  right:0;
}
#facebook-fan { 
  border: 0;
  position: fixed;
  top: 320px;
  right:0;
}

/* Read more: http://www.computingunleashed.com/2009/07/easily-add-floating-twitter-follow-meus.html#ixzz0VGIwR2YE */


/**
 ************* Snazzy Borders ************
 * starting with a dot (.) means the selector's tag name is ommitted and selector is used by ALL HTML elements that have the class.
 * starting with a pound (#) means and ID selector (match element with an id attribute)
*/
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.2em; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #D7D7D7;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 10px; 
font-size:10px;
}
.xsnazzy {
background: transparent; 
width:240px; 
float:left; 
margin:0 0;
padding: 10px 0;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #D7D7D7;
border-right:1px solid #D7D7D7;
}
.xb1 {
margin:0 5px; 
background:#D7D7D7;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #D7D7D7; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}

.color_a {
background:#c9ba65;
color:#fff;
}
.color_b {
background:#d4d8bd; 
color:#000;
}
.color_c {
background:#758279; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}

/**
img, div, #categories_tabs  { 
behavior: url(includes/templates/candy/jscript/iepngfix.htc) 
}
*/