/**
* Template designed by ozdesign.com.ar
* ozdesign.com.ar  
 * 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, html {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #888888;
}
#contenido {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	height: auto;
	min-height: 100%;
}
.blue-link a {
	color: #03C;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}
#columnCenter {
	padding-left: 0px;
	padding-bottom: 0;
	width: 780px;
}
h1 {
	background-color: #F8F8F8;
	font: bold 24px Arial;
	color: #666;
	padding: 2px 0 2px 5px;
	margin: 0 0 0 0 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	}

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

h3 {
	}

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

h1, h2, h3, h4, h5, h6 {
	}
h2.greeting {
	font-size: 12px;
	margin: 0px;
}
/*  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: 12px;
	margin: 0.1em;
}
SELECT, INPUT {
	background-color: #f8f8f8;
	border: 1px solid #d6d6d6;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	background-color: #f8f8f8;
	border: 1px solid #d6d6d6;
	}
/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/

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

FIELDSET {
	padding: 13px;
	border: 1px solid #d6d6d6;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 17px;
	margin-left: 10px;
	}

LEGEND {
	padding: 4px 6px;
	color: #818181;
	background-color: #F9F9F9;
	border: 1px solid #D6D6D6;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0.2em;
	line-height: 23px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 100px;
	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: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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: 5px;
	border: 1px dotted #F00;
	margin: 0;
	}

.messageStackWarning, .messageStackError {
	background-color: #FCC;
	color: #F00;
	}

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 945px;
}
#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.topper-menu li {
	font: 11px verdana;
	float: left;	
	margin: 9px 2px 0 14px;
}

#logoWrapper{
	height: 145px;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#logo {
	padding: 0px;
}

#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;
	width: 44%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

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

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

.navSplitPagesLinks a {
	color: #6e6e6e;
	padding: 2px;
	margin: 0px;
	border: 1px solid #cecece;
	background-color: #F6F6F6;
	text-decoration: none;
}
.navSplitPagesLinks a:hover {
	color:#000;
	background-color: #FFF;
	text-decoration: none;
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background: url("../images/bg-copy.png") repeat-x 0 0;
	*background: none;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navSuppWrapper {
	margin: 0;
	padding: 12px 0 12px 0;
}
#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 {
	color: #818181;
	font-family: tahoma;
	font-size: 10px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.5em;
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navBreadCrumb a {
	color: #818181;
	font-weight: bold;
}

#top_nav {
	background: url("../images/ezpages_bg.png");
	font: bold 12px arial;
	height: 37px;
	*margin-bottom: -2px;
}
.carteles {
	height: 30px;
	background-image: url(../images/bg-menu.png);
}
.carteles li {
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	float: left;
	color: #5a5a5a;
}
.carteles li a, .carteles li a:active, .carteles li a:visited {
	text-decoration: none;
	color: #5a5a5a;
}
.carteles li a:hover {
	color: #111;
}
.carteles li#mayorista {
	margin-left: 32px;
	*margin-left: 32px;
	_margin-left: 20px;
}
.carteles li#micuenta {
	margin-left: 95px;
}
.carteles li#vercarro {
	margin-left: 115px;
}
.carteles li#guia {
	margin-left: 90px;
}
.carteles li#soporte {
	margin-left: 75px;
}
#tab_nav a {
	color: #5A5A5A;
	text-decoration: none;
}

#tab_nav li {
/*	margin: 10px 15px;*/
	float: left;
/*	display: inline;*/
	padding: 0 0 0 5px;
}
#tab_nav li a {
	display: block;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	padding-right: 20px;
}

#tab_nav li:hover {
	background-position: left -40px;
}
#tab_nav li:hover a {
	background-position: right -40px;
	color: #000;
}

#tab_nav #tab_active{
	background-position: 0 -78px;
}
#tab_nav #tab_active a {
	background-position: right -78px;
}
#login_logout_section, #login_logout_section a {
	font: normal 11px verdana;
	color: #5A5A5A;
	padding: 12px 7px;
	text-decoration: none;
}
#login_logout_section a:hover {
	color: #000;
}

.top-nav-right {
	height: 39px;
	width: 6px;
	float: right;
}
.top-nav-left {
	height: 39px;
	width: 6px;
	float: left;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}
/* Tools section styles */
#tools_wrapper {
	height: 55px;
	margin: 0 !important;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	color: #333;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {
	background: url("../images/search_header_bg.gif") no-repeat left top;
	height: 23px;
	float: left;
	width: 145px;
	padding-left: 10px;
	margin-top: 2px;
	margin-left: 15px;
}

.search-header {
}
.search-header input {
	border: 0px;
	background: none;
	margin: 0px;
	height: 23px;
	width: 30px;
	margin-top: 2px;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	width: 50px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 0;
}
.advanced_search a {
	font: 11px Verdana;
	text-decoration: none;
	color: #333;
}
.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;
}
.full {
	background: url("../images/cart_full_icon.gif") no-repeat left top;
}
.empty {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}
.td-search-header {
	width: 303px;
}
.td-languages {
	width: 303px;
}
.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;
}
.languages-wrapper .float-right {
	color:#000;
	font-weight: bold;	
}
/* /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;
	color: #999;
	}

#productAttributes {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F8F8F8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
	}
.centerColumn {
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color: #0075E2;	
	margin: 1px 8px;
}

/*Shopping Cart Display*/
#cartAdd {
	text-align:right;
}

.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: #0075E2;
}
.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: #6e6e6e;
	}

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

#productPrices, #reviewsInfoDefaultPrice {
	color: #F00;
	float: right;
	margin-top: 250px;
	*margin-left: -145px;
	_margin-left: -245px;
	text-align: center;
	width: 240px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: absolute;
	font-weight: normal;
	background-image: url(../images/bg_precio.png);
	background-repeat: repeat-x;
}
.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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 15px 15px 10px ;
}
#productMainImage {
	height: 120px;
	width: 140px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg, .wrapperAttribsOptions  input#attrib-1-11 , .back .attribsRadioButton {
	/*width: 20%;
	margin: 0.3em 0em;*/
	display: none;
}

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

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

.centerBoxWrapper {
	margin-bottom: 10px;
	width: 100%;
	}
h2.centerBoxHeading {
	color: #5A5A5A;
	padding: 0 0 5px 0;
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.centerBoxWrapper h2 {
	font: bold 24px Arial;
	color: #666;
	padding: 0 0 2px 5px !important;
	margin: 0 0 0 0 !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	background-color: #F8F8F8;
}

/*sideboxes*/
.columnLeft {
	padding: 0 28px 0 0;
}
.columnRight {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 18px arial;
	color: #818181;
	background: url("../images/content-bg.png") repeat-x 0 0;
	}

h3.leftBoxHeading, h3.rightBoxHeading {
	color: #818181;
	background: url("../images/content-bg.png") repeat-x 0 0;
	}

h3.leftBoxHeading a, h3.rightBoxHeading a {
	color: #6e6e6e;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000;
	text-decoration: none;
	} 
.sidebox-header-left {
	background: url("../images/content-bg.png") repeat-x 0 0;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-left {
	background: url("../images/content-bg.png") repeat-x 0 0;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-right {
	background: url("../images/content-bg.png") repeat-x 0 0;
	padding: 0 0 0 0.3em;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	color: #818181;
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	padding: 0.4em 0.3em 0.4em 0.4em !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 5px 0 5px 5px;
	width: 200px;
	}

.sideBoxContent {
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color: #ffffff;
/*	padding: 0.7em 0.4em 1em 0.4em;*/
	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px verdana;
	color: #454545;
	line-height: 17px;
}
.sidebox-products {
	display: block;
	color: #6e6e6e !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f4fcfd !important;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #6e6e6e;
	}

.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;
	}
.categoryListBoxContents {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	background-color: #F8F8F8;
	}
.categoryListBoxContents:hover {
	background-color: #FFF;
	}
.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: 0;
	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: #111;
	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: #000;
	}
A.category-subs:hover, A.category-products:hover {
	text-decoration: underline;
}

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: #fdfdfd;
	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: #dadada;
	height: 2em;
	}
.productListing-rowheading {
	height: 2em;/*	color: #FFFFFF;*/
	background-color: #f7f7f7
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.productListing-even {
}

#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: #FFF;
	background-image: none;
	}
.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;
	}
#bannerOne, #bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 9px 0;
}
.monedas {
	width: 40px;
	padding: 0px;
	border: 0px;
}
.centeredContent.back {
	padding: 0px;
	margin: 0px;
}
#productDetailsList {
	padding: 0px;
	list-style-type: none;
	font-weight: bold;
	color: #999;
}
#attrib-grid-table input {
	width: 28px;
	height: 15px;
	border: 1px solid #ccc;	
}
.nombproduct, a.nombproduct, a.nombproduct:active, a.nombproduct:visited {
	color: #7e7e7e;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-right: 16px;
}
a.nombproduct:hover {
	text-decoration: underline;
}
.precioproduct {
	color: #2d2d2d;
	float: right;
	margin-top: -18px;
	position: relative;
	margin-right: 20px;
}
.imagen2 {
	color: #2d2d2d;
	position: absolute;
	background-color: #F00;
	height: 200px;
	width: 192px;
	margin-top: -200px;
	display: none;
}
.ver2 {
	height: 219px;
	width: 192px;
	margin-left: 16px;
	
}
.ver2:hover .imagen2 {
	display: block;
}
.legalCopyright a {
	color: #FFF;
	text-decoration: none;	
}
.legalCopyright a:hover {
	text-decoration: underline;
}
.navNextPrevWrapper.centeredContent {
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	margin-bottom: 5px;
}
.red {
	color:#F00;
}
.listingProductImage {
	padding: 5px;
}
.infoproducto {
	position:absolute;
	float: left;
	margin-left: 300px;
	*margin-left: -100px;
}
.navNextPrevList  {
	float:left;
	margin-left: 5px;
}
.navNextPrevList .button_prev {
	margin-left: 175px;
}
ul.tips li {
	list-style-image: url(../images/icons/tip.png);
}ul.ticks, ul.tips {
	padding-top: 0px;
	padding-left: 25px;
	margin: 0px;
}
ul.ticks ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul.ticks li {
	list-style-image: url(../images/icons/s_success.png);
}
ul.ticks ul li {
	list-style-image: url(../images/icons/mas.gif);
}
.addthis_default_style {
	float: right;
	margin-top: 10px;
}

/* tags */
.widget-area ul ul.tags {
	margin: 0px;
	padding: 0px;
}
.widget-area ul ul.tags li {
	display: inline;
}
.better-tag-cloud-shortcode {
	text-align:				center;
}
.better-tag-cloud-shortcode a {
	vertical-align:			middle;
	line-height:			25px;
}
#chatonline {
	position:relative;
	bottom:0px;
	text-indent:0;
	clear: both;
}
.contenido, #productListing {
	padding-left: 16px;
	padding-top: 18px;
}
