body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.br_1 {          
  border: 1px solid;
}

/**
 * PureGreen Template designed by zen-cart-power.com
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #333333;
	background: #e5edf5;
	line-height: 16px;
	}

a img {border:medium none;}

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

a:visited {
	color: #2b2b2b;
	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: #00B7FC;
	text-decoration: underline;
	}

a:active {
	color: #2b2b2b;
	}

.blue-link a {
	color: #0075e2;
	font-weight:bold;
	}

.columnLeft a, .columnRight a {
	text-decoration: none;
	}

.columnLeft a:hover, .columnRight a:hover {
	text-decoration: none;
	color:red;
	}

#columnCenter {
	padding: 14px 0 0 0;
	}

h1 {
	font: bold 14px Tahoma;
	color: #4e637e;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 2px 0;
	margin: 0 0 17px 0 !important;
	}

h2 {
	font: bold 18px tahoma;
	padding: 5px 0 5px  5px !important;
	display: block;
	}

h3 {
	font-size: 1.3em;
	padding-bottom: 10px;
	}

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

.biggerText {
	font-family:tahoma;
	font-size:12px;
	padding-left:5px;
	}

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: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
/*	display: inline;*/
	font-size: 11px;
	margin: 0.1em;
	font-family:tahoma;
	}

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

/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/

/* Only for IE7*/
*+ html FIELDSET {
	padding: 5px 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
	}

/* /Only for IE7*/

FIELDSET {
	padding: 5px 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #d6d6d6;
	}

LEGEND {
	font: bold 12px Verdana;
	padding: 4px 6px;
	color: #4e6a96;
	background: #f3f3f7;
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 20px;
	}

h4.optionName {
	padding: 0;
	margin: 0;
	width: 180px;
	font: bold 11px verdana;
	}

/*.optionName label {
	font: bold 12px Verdana;
	}*/

/*.attribsSelect {
	width: 120px;
	float: left;
	}*/

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

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

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

P, ADDRESS {
	padding: 0em;
	margin: 0 0 0.8em;
	}

ADDRESS {
	font-style: normal;
	width: 50%;
	}

.clearBoth {
	clear: both;
	line-height:0;
	}

HR {
	height: 1px;
	margin: 5px 0;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	}

.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
	}

.float-right {
	float: right;
	}

.float-left {
	float: left;
	}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	} 

ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
	}

.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.3em;
	margin: 0 10px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #cf0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #e0f8b6;
	color: #000000;
	border: 1px solid #d0e46e;
	}

.messageStackCaution {
	background-color: #ffe3a8;
	color: #000000;
	}

.fl {
	float:left;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 969px;
	vertical-align: top;
/*	border: 1px solid #9a9a9a;*/
	}

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

#headerWrapper {
	background-color: FFF; 
}
.topper-menu {
	margin:0 5px 0 0;
	}

.topper-menu li {
	font: 11px tahoma;
	float: left;	
	margin:5px 5px 0;;
	}

#logoWrapper{
	height: 80px;
	}

#logo {
	padding: 0.6em 0 0 0;
	
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.2em;
	margin-right: 0.2em;
	}

#tagline {
/*	margin: 0.7em 0 0 1em;
	padding: 0 0 0.4em 1em;*/
	float: left;
	}

#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	padding:5px;
	width: 44%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.current {
	font-size: 12px;
	padding: 2px;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	color: #0075E2;
	padding: 2px;
	margin: 0px;
}

.navNextPrevCounter {
	margin: 0em;
	}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
/*	background-color: #abbbd3;*/
	padding: 0.5em 0.2em;
	font-weight: bold;
/*	color: #ffffff;*/
	height: 1%;
	}

#navSuppWrapper {
	background:url("../images/bg_foot.gif") repeat-x scroll 0 0 transparent;
	height:70px;
	margin:10px 0 0;
	padding:5px 0 12px;
}

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

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

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

#navMain 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 0.5em 1.5em;
	font: 12px tahoma;
	margin: 0em;
	color: #999999;
	}

#navBreadCrumb a {
	color: #999999;
	}

div#menuWrapper {
	border-bottom:5px solid #00B7FC;
	clear:both;height:25px;
	overflow:hidden;
	}

.top_nav {ss
	background-color:white;
	clear:both;float:left;
	font:normal 12px Tahoma;
	height:25px;
	overflow:hidden;
	position:relative;
	list-style-type:none;
	text-transform:capitalize;
	width:570px;
	z-index:3;
	padding-left:0;
	margin:0;
	}
	
.top_nav li {
	float:left;
	margin-left:3px;
	}
	
.top_nav a:link, .top_nav a:visited, .top_nav a:active{
	background:url("../images/tabright.gif") no-repeat right -4px;
	color:black;
	display:block;
	text-decoration:none;
	}
	
.top_nav span{
	background:url("../images/tableft.gif") no-repeat left -4px;
	display:block;
	left:-2px;
	line-height:10px;
	padding:8px 20px 15px;
	position:relative;
	vertical-align:middle;
	}
.top_nav a:hover{
	background-position:100% -42px;
	}
.top_nav a:hover span{
	background-position:0% -42px;
	color:white;
	}
	
.top_nav .current2{
	color:white;
	}

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

.login {
	list-style-type:none;
	margin:4px 10px;
	text-align:right;
	}




/* Tools section styles */

#tools_wrapper {
	height: 28px;
	margin: 0 4px !important; 
	padding: 2px 3px 0px 3px;
	}

.line-header {
	margin: 0 4px;
	}

.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 21px;
	padding: 1px 0 0 3px;
	float: left;
	}

.search-header {
	margin: 3px 0;
	}

.search-header input {
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
	}

.search-header form {
	float: left;
	}

.search-header input:focus {
	background: none;
	}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 4px 0 0 10px;
	}

.advanced_search a {
	font: 11px Verdana;
	text-decoration: none;
	color: #757575;
	}

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

.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
	}

.cart-header span {
	font-weight: bold;
	}

.cart-icon {
	width: 16px;
	height: 15px;
	margin: 1px 6px 0 0;
	}

.td-search-header {
	width: 300px;
	}

.td-languages {
	width: 350px;
	}

.languages-wrapper select, .languages-wrapper {
	font: 11px tahoma, arial !important;
	}

.languages-wrapper select {
	height: 18px;
	}

.languages-wrapper form {
	float: right;
	}

.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important;
	}

/* /Tools section styles */

/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}


/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
	}

.tabcontent ul, ol {
	margin-bottom:10px;
	margin-left:0px;
	padding-left:15px;
	text-align:left;
	list-style-type:square;
	}

#productAttributes {
	padding: 0px 6px;
	margin: 0;
	border-top: 1px #f3ecd9 solid;
	background: FFF;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}

.advisory {}

.important {
	font-weight: bold;
	}

.notice {}

.rating{}

.gvBal {
	float: right;
	}

/*** fixed 20091210***/
.centerColumn, #bannerOne {
	padding: 0;
	}

.centerColumn, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.centerColumn {
	padding: 0.2em 0.4em;
	}

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

#siteinfoIP {
	float: left;
	}


.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .specialsListBoxContents {
	border:1px solid #EBEBEB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-size:12px tahoma;
	height:200px;
	margin:5px 3px 0 !important;
	padding:5px;
	width:182px !important;
	}

.centerBoxContentsNew {
	border:1px solid #EBEBEB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-size:12px tahoma;
	height:200px;
	margin:5px 3px 0 !important;
	padding:5px;
	width:182px !important;
	}


.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color: #478a00;	
	margin: 0;
	}

/*Shopping Cart Display*/

#cartAdd {
	border:1px solid #E2E2E2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	float:right;
	padding:5px;
	text-align:center;
	margin:0 11px 5px 0px;
	width:210px;
	}
#cartAdd .addthis_toolbox .addthis_default_style {
}

#verify img{
	cursor:pointer;
	}

#freeShippingIcon {
	border-bottom:1px dotted;
	margin:5px 0;
	padding-bottom:5px;
	}

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

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	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: #0075E2;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

#cartBoxListWrapper a {
	color:#478A00;
	font-family:tahoma;
	font-size:11px;
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9;	
	}

#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
	}

.mediaTitle {
	float: left;
	}

.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color:red;
	font-weight:bold;
	}

#productPrices, #reviewsInfoDefaultPrice {
	font: bold 14px arial;
	color: #a30101;
	display: block;
	border-bottom:1px dotted;
	border-top:1px dotted;
	padding:3px;
}

.orderHistList {
	margin: 0;
	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: 0px 15px 0px 10px ;
	height:250px;
	width:250px;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/

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

.attributesComments {
	margin: 10px 0;
	color: #83785c;
	}

/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
/*	border: 1px solid #e6e6e6;*/
	height: 1%;
	margin: 1px 0;
/*	padding: 12px;*/
	}

h2.centerBoxHeading {
	font: bold 12px Arial;
	color: #4e637e;
	padding: 0 0 2px 0;
	margin: 0px 0 5px 0 !important;
	}

.centerBoxWrapper h2 {
	margin: 10px 0 0 0 !important;
	background:transparent url(../images/centerboxheading.gif) no-repeat scroll left bottom;
	}

#categoryImgListing img{
    height: 1px;
    width: 1px;
}
	


/*sideboxes*/

.columnLeft {
	padding: 0px;
	}

.columnRight {
	padding: 0px;
	}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.1em tahoma, verdana, arial;
	color: #2B2B2B;
	border-bottom:1px solid #BBB;
	}

h3.leftBoxHeading a, h3.rightBoxHeading a {
	font: normal 11px tahoma, verdana, arial;
	color: #4E637E;
	text-decoration: none;
	}

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

.sidebox-header-left {
	background: url("../images/top_box_l.gif") no-repeat left top !important;
	}

.sidebox-header-right {
	background: url("../images/top_box_r.gif") no-repeat left top !important;
	}


#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
	color: #2B2B2B;
	}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 0.4em 0.3em 0.4em 0.4em !important;
	}

.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 16px 0 4px 0;
	}

.sideBoxContent {
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color: #ffffff;
/*	padding: 0.7em 0.4em 1em 0.4em;*/
	padding: 0.4em 0.4em;
	}

.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px verdana;
	color: #454545;
	line-height: 13px;
	display:block;
	}

.sidebox-products {
	display: block;
	color: #478a00 !important;
	padding: 2px;
	}

#shoppingcartContent {
	background: #f9fbee !important;
	}

.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, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.additionalImages a {
	text-decoration: none;
	}

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

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px;
	}

#bestsellers li {
	padding-bottom:5px;
	margin: 0.3em 0em 0.3em 0em;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-top {
	font: 12px arial;
	text-decoration: none;
	padding: 0 0 0 9px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
	}

A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}

.categories-top-list {
	padding: 4px 0;
	background: url("../images/dotted_line.gif") repeat-x 0 top;
	}

.no-dots {
	background: none;
	}

.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
	}

.subcategory {
	padding: 0 0 6px 12px;
	}

.subcategory a {
	line-height: 12px !important;
	}

A.category-subs, A.category-products {
	color: #0075E2;
	text-decoration: underline;
	}

A.category-subs:hover, A.category-products:hover {
	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 {
	background-color: #f4f4f4;
	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;
	list-style:none outside none;
	padding-left:15px;
	text-decoration:underline;
	} 

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

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

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

.productListing-rowheading {
	background-color: #cfd8e6;
	height: 2em;
/*	color: #FFFFFF;*/
	}

.tabTable {
	margin: 6px 0 4px 0;
	}

.tabTable td {
	padding: 12px 8px;
	text-align: left;
	}

.productListing-even {
	background-color: #f7f7f3;
	}

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

.block-banner-1 {
	margin-left:3px;
	}

.block-banner-2 {
	margin-bottom:1px;
	} 

#shippingInfo p {
	margin: 0 0 0.8em;
	}

/*==============================others===============================*/

/*define menu*/
.menu {font-size:12px;width:182px;padding-left:2px;padding-bottom:4px;float:left; z-index:500; position:relative;}
.menu ul {background:transparent; float:left;}
.menu ul ul {width:183px;}
.menu ul li {float:left;display:block;width:180px;height:24px;line-height:24px; font-weight:bold;}
.menu ul li a{ text-decoration:none;}
.menu ul ul li {display:block;width:161px;height:auto; line-height:140%;border:0;font-weight:normal;padding:2px 0 2px 20px; border-right:2px solid #a6a6a6;background-position:0 -33px;background-color:#fff;}

.menu ul ul .b_top {background-position:0 -1px;border-top:1px solid #A6A6A6;border-right:2px solid #A6A6A6;padding-top:10px;}
.menu a, .menu a:visited {display:block;float:left;height:100%; width:180px; font-size:1em;text-decoration:none; padding:0;text-indent:1em;}

.menu ul ul li a, .menu ul ul li a:visited {display:inline;color:#000;background:none;text-indent:0;width:auto;}
.menu ul ul li a:hover {color:#8D0011;background:none;text-decoration:underline;}
.menu ul ul :hover > a {color:#8D0011;background:none;text-decoration:underline;}

.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}
* html .menu a:hover {color:#000;position:relative; z-index:100; text-decoration:none;background:#fff url(../images/menu_arrow_bg.gif) no-repeat -1px -130px;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#000;background:#fff url(../images/menu_arrow_bg.gif) no-repeat -1px -130px;}
.menu ul ul {position:absolute;height:0;top:-10000000px;left:156px; width:183px;padding-bottom:4px;height:auto;background:url(../images/menu_arrow_bg.gif) no-repeat 0 100%;}

.menu ul :hover ul {top:-1px;}


#feautre_category li {
float:left;
height:282px;
margin:10px 0;
padding:0 14px;
width:150px;
}

/** addthis toolbox **/
.addthis_toolbox .vertical
{
    width: 136px;
    padding: 10px 0 10px 0;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .vertical a
{
    width: 102px;
    padding: 4px 0 4px 34px;
    position: relative;
    display: block;
    text-decoration: none;
    color: blue;
}

.addthis_toolbox .vertical a:hover
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    text-decoration: none;
}

.addthis_toolbox .vertical span
{
    position: absolute;
    left: 14px;
    top: 4px;
}

.addthis_toolbox .vertical .more
{
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 10px 0 10px;
    text-align: center;
}

.addthis_toolbox .vertical .more a
{
    padding: 4px 0;
    margin: 0;
}

.addthis_toolbox .vertical .more span {
    display: none;
}

#productQuantityDiscounts table {
	color:#333333;
	width:100%;
}

#productQuantityDiscounts td {
	border:1px solid #333333;
	padding:2px;
	text-align:center;
}


/** site map **/

.site_map ul {
	float:left;
	height:600px;
	width:188px;
}

.site_map a {
	padding-top:4px;
	padding-bottom:4px;
}

.border_r {
	border-right:1px solid #DDDDDD;
}

.pad_l_10px {
	padding:2px 0 2px 10px;
}

.border_b {
	border-bottom:1px solid #E5E5E5;
}

.line_30px {
	line-height:30px;
}

.imgtop {
	position:absolute;
	right:-16px;
	top:-2px;
}

.g_t_c {
	text-align:center;
}

/** footer **/

#footer {
	background: none repeat scroll 0 0 #E5E5E5;
	margin:0;
	padding:0;
	}

#footer ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}

#footimg {
	margin:0 auto;
	padding-top:30px
	width:969px;
}

.footer-links li {
	font: normal 11px verdana;
	float: left;
	margin: 0 2px 0 14px;
	}

.bottom-columns {
	border-color:#E5E5E5 -moz-use-text-color #E5E5E5 #E5E5E5;
	border-style:solid none solid solid;
	border-width:1px medium 1px 1px;
	clear:both;
	font-size:11px;
	margin:15px 0 0;
	width:100%;
}

.bottom-columns td {
	border:1px solid #FFF;
	padding:5px;
}

.menuTitle {
	background-color:lightgray;
	color:#444444;
	font:bold 12px arial;
	margin:0;
	padding-bottom:0.3em;
	text-align:left;
}

.bottom-columns .column {
	width:25%;
}

.legalCopyright {
	text-align:center;
	font: 11px verdana !important;
	height: 60px;
	}

.legalCopyright img{
	width:1px;
	}

/** addon most viewed **/
#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;
	}

And try to replace it with this:
ESP: Prueba de poner estos datos: 


.bestsellers_thumbnail {
width: 26px;
padding-right: 4px;
float: left;
margin: 0px;
  }

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

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

#bestsellers li {
  margin-left: 3px;
	padding-top: 5px;
	margin: 0em 0em 1.3em 0em;
	clear: both;
	}

/** flot right **/
a.nine-eagles-parts, a.nine-eagles-parts:active, a.nine-eagles-parts:visited {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
}
a.nine-eagles-parts:hover {
    color: #666666;
}

a.syma-spare-parts, a.syma-spare-parts:active, a.syma-spare-parts:visited, a.syma-spare-parts:hover {
    background: url("../images/syma-spare-parts.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 123px;
    left: 100%;
    margin-left: -22px;
    position: fixed;
    top: 20%;
    width: 23px;
}

a.syma-spare-parts:hover {
    background-position: -23px 100%;
}

a.nine-eagles-parts, a.nine-eagles-parts:active, a.nine-eagles-parts:visited, a.nine-eagles-parts:hover {
    background: url("../images/nine-eagles-parts.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 123px;
    left: 100%;
    margin-left: -22px;
    margin-top: 124px;
    position: fixed;
    top: 20%;
    width: 23px;
}

a.nine-eagles-parts:hover {
    background-position: -23px 100%;
}

a.sanhuan-parts, a.sanhuan-parts:active, a.sanhuan-parts:visited, a.sanhuan-parts:hover {
    background: url("../images/sanhuan-parts.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 123px;
    left: 100%;
    margin-left: -22px;
    margin-top: 248px;
    position: fixed;
    top: 20%;
    width: 23px;
}

a.sanhuan-parts:hover {
    background-position: -23px 100%;
}
