﻿/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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 3215 2006-03-20 06:05:55Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana;
	font-size: 62.5%;
	color: #FFFFFF;
	background-color: #000000;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #FFFF00;
	text-decoration: none;
	}
 
a:visited {
	color: #6600FF;
	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: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

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

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

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

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

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

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

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

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo {
	margin-top: 30px;
	float: left;
	margin-left: 4em;
	}

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

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

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

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

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

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

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	display: none;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #000000;
	text-align: left;
	width: 900px;
	vertical-align: top;
	height: auto;
	}

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

#contentMainWrapper {
	margin-top: 5em;
	}

#logoWrapper {
	width:900px;
	height:250px;
	background-image: url(../images/header.gif);
	background-repeat:no-repeat;
	background-position: 29em 10em;
	}

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

#headerWrapper {
	height: 285px;
	background-image: url(../images/gif_animado_arriba.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#tagline {
	padding-top:100px;
	color:#ffff11;
	font-size: 2em;
	text-align : left;
	padding-left: 1px;
	vertical-align: middle;
	}


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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*inicio: para que no aparezca la cabecera de listado de productos nuevos ni el correspondiente desplegable*/
#newProductsDefaultHeading {
	display: none;
	}
#sorter {
	display: none;
	}
/*fin: para que no aparezca la cabecera listado de productos nuevos ni el correspondiente desplegable*/


/*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, #navCatTabsWrapper {
	display: none;
	margin: 0em;
	background-color: #000000;
	font-weight: bold;
	color: #000000;
	height: 1%;
	width: 100%;
	}

/*#navSuppWrapper {
	background-image: url(../images/botones_abajo.gif);
	background-repeat: no-repeat;
	height: 53px;
	padding-top:5em;
	margin-top: 1em;
	}
*/
	
#navSupp {
	background-image: url(../images/gif_animado_abajo.gif);
	height:50px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	}
	
#navSupp ul {
	display: none;
	}

#navSupp li {
	display: none;
	}

.botones_abajo {
	list-style-type: none;
	padding-bottom: 3em;
	margin-left: 0px;
	padding-left: 0px;	
	}


.botones_abajo li {float:left;}
.botones_abajo a {background-image:url(../images/3_botones_abajo.gif);display:block; height:53px; text-indent:-9000%; outline:0;}

/*ESTADO NORMAL*/
.menu_inicio_abajo a {width:380px; background-position:-0px 106px;}	
.menu_novedades_abajo a {width:150px; background-position:-380px 106px;}
.menu_contacto_abajo a {width:367px; background-position:-530px 106px;}


/*ESTADO ROLLOVER*/
.menu_inicio_abajo a:hover {background-position:-0px 53px;}
.menu_novedades_abajo a:hover{background-position:-380px 53px;}
.menu_contacto_abajo a:hover {background-position:-530px 53px;}


/*ESTADO ACTIVO*/
.menu_inicio_abajo a.active {width:231px; background-position:-0px 106px;}
.menu_novedades_abajo a.active{width:150px; background-position:-380px 106px;}
.menu_contacto_abajo a.active {width:367px; background-position:-530px 106px;}

/*#navMain 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: none;
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	display: none;
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ABABAB;
	}
*/

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

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

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

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

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

#navBreadCrumb {
	display: none;
	/*margin-top:16px;
	background-image:url(../images/centercolumn_capsule.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em 0 0.5em 1.5em;
	*/
	}

#navEZPagesTop {
	display: block;
	}

.nav_top {
	display: block;
	}

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

#navtabs {
	list-style-type: none;
	}
	
.botones {
	list-style-type: none;
	padding-top:3em;
	padding-left:0px;
	margin-left: 0px;
	margin-top: 0em;
	}
	
.botones li {float:left;}
.botones a {background-image:url(../images/5_botones_juntos.gif);display:block; height:53px; text-indent:-9000%; outline:0;}

	
/*ESTADO NORMAL*/
.menu_inicio a {width:231px; background-position:-0px 53px;}	
.menu_novedades a {width:150px; background-position:-232px 53px;}
.menu_contacto a {width:150px; background-position:-382px 53px;}
.menu_sugierenos a {width:145px; background-position:-532px 53px;}
.menu_si_eres_tienda a {width:222px; background-position:-677px 53px;}


/*ESTADO ROLLOVER*/
.menu_inicio a:hover {background-position:-0px 106px;}
.menu_novedades a:hover{background-position:-232px 106px;}
.menu_contacto a:hover {background-position:-382px 106px;}
.menu_sugierenos a:hover {background-position:-532px 106px;}
.menu_si_eres_tienda a:hover {background-position:-677px 106px;}


/*ESTADO ACTIVO*/
.menu_inicio a.active {width:231px; background-position:-0px 53px;}
.menu_novedades a.active{width:150px; background-position:-232px 53px;}
.menu_contacto a.active {width:150px; background-position:-382px 53px;}
.menu_sugierenos a.active {width:145px; background-position:-532px 53px;}
.menu_si_eres_tienda a.active {width:222px; background-position:-677px 53px;}


/*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;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding-left: 0.8em;
	padding-right: 0.0em;
	padding-top:1.5em;
	}

.centerColumn {
	padding-left: 1.5em;
	padding-top: 1.5em;
	width: 550px;
	}

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

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

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

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

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

.cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay, .cartProductDisplay, .cartQuantity {
	text-align: center;
	color: #000000;
	padding-right: 0.2em;
	padding: 0.5em 0em;
	}


#scUpdateQuantity {
	width: 2em;
	}

.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;
	}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

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

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

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

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 1em;
	color: #000000;
	}
	
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover{
	color: #FFFF33;
	text-decoration: none;
	} 

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-image:url(../images/sidebox_top.gif);
	background-repeat:no-repeat;
	padding: 0.2em 0.2em;
	}

.centerBoxHeading {
	background-image:url(../images/title_bg.gif);
	background-repeat:no-repeat;
	padding: 0.2em 0.2em;
	}

.leftBoxContainer {
	background-image:url(../images/sidebox_middle.gif);
	background-repeat:repeat-y;
	margin-top: 1.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	}
	
.rightBoxContainer {
	background-image:url(../images/sidebox_middle.gif);
	background-repeat:repeat;
	margin-top: 1.5em;
	margin-left: -0.05em;
	margin-right: 0.2em;
	}	

.sideBoxContent {
	/*background-image:url(../images/sidebox_bottom.gif);*/
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0.50em;
	}

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

.categoryListBoxContents {
	font-size: 14px;
	}

.centeredContent {
	text-align: left;
	size: 15px;
	}	

#editablesidebox {
    margin-top: -0.5em;
	}

#editablesideboxHeading {
	display: none;
	}

#editablesideboxContent {
	background-color: #000000;
	background-image: url(../images/gif_animado_de_interes.gif);
	height: 160px;
	width: 150px;
	}
.boton_de_interes {
	list-style-type: none;
	padding-left:2.25em;
	margin-left: 0px;
	margin-top: 0em;
	margin-bottom: 1em;
	}

.boton_de_interes a{
	background-image: url(../images/boton_de_interes.gif);
	display: block;
	height: 53px;
	text-indent: -9000%;
	outline:0;
	}

/*ESTADO NORMAL*/
.menu_de_interes a{height: 54px; width:119px;}

/*ESTADO ROLLOVER*/
.menu_de_interes a:hover {height: 54px; width:119px; background-position: 0px -54px;}

#editablesidebox2Heading {
	display: none;
	}

#editablesidebox2Content {
	background-color: #000000;
	background-image: url(../images/gif_animado_sugierenos.gif);
	height: 160px;
	width: 150px;
	}

.boton_sugierenos {
	list-style-type: none;
	padding-left:2.25em;
	margin-left: 0px;
	margin-bottom: -1.5em;
	margin-top: -0.75em;
	}

.boton_sugierenos a{
	background-image: url(../images/boton_sugierenos.gif);
	display: block;
	height: 54px;
	text-indent: -9000%;
	outline:0;
	}
	
/*ESTADO NORMAL*/
.menu_heading_sugierenos a{height: 55px; width:119px;}

/*ESTADO ROLLOVER*/
.menu_heading_sugierenos a:hover {height: 55px; width:119px; background-position: 0px -54px;}

#editablesidebox3Heading {
	display:none;
	}
	
#editablesidebox3Content {
	background-image: url(../images/gif_animado_mas_vendidos.gif);
	background-color:#000000;
	height: 160px;
	width: 150px;
	} 

.boton_mas_vendidos {
	list-style-type: none;
	padding-left:2.25em;
	margin-left: 0px;
	margin-top: 1em;
	margin-bottom: 0em;
	}
	
.boton_mas_vendidos a{
	background-image: url(../images/boton_mas_vendidos.gif);
	display: block;
	height: 53px;
	text-indent: -9000%;
	outline:0;
	}
	
/*ESTADO NORMAL*/
.menu_heading_mas_vendidos a{height: 54px; width:119px;}

/*ESTADO ROLLOVER*/
.menu_heading_mas_vendidos a:hover {height: 54px; width:119px; background-position: 0px -54px;}
	
#editablesidebox4 {
	margin-top: -0.5em;
	}

#editablesidebox4Heading {
	display: none;
	}

.boton_categorias {
	list-style-type: none;
	padding-left:2.25em;
	margin-left: 0px;
	margin-top: 0em;
	margin-bottom: 1em;
	}

.boton_categorias a{
	background-image: url(../images/boton_categorias.gif);
	display: block;
	height: 53px;
	text-indent: -9000%;
	outline:0;
	}

/*ESTADO NORMAL*/
.menu_boton_categorias a{height: 54px; width:119px;}

/*ESTADO ROLLOVER*/
.menu_boton_categorias a:hover {height: 54px; width:119px; background-position: 0px -54px;}

#editablesidebox4Content {
	background-image: url(../images/gif_animado_categorias.gif);
	background-color:#000000;
	height: auto;
	width:150px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	}
	
.botones_categorias {
	list-style-type: none;
	padding-top:1.25em;
	padding-left:2.25em;
	/*padding-bottom: 0.25em;*/
	margin-left: 0px;
	margin-bottom:20px;
	}
	
.botones_categorias li {
	}

.botones_categorias a {
	background-image: url(../images/menu_categorias.gif);
	display: block;
	text-indent: -9000%;
	outline:0;
	}
	
/*ESTADO NORMAL*/
.menu_anillos a {height:54px; width:101px; background-position: 0px -6px;}
.menu_gafas a{height:50px; width:101px; background-position: 0px -60px;}
.menu_pendientes a{height:48px; width:101px; background-position: 0px -110px;}
.menu_relojes a{height:46px; width:101px; background-position: 0px -158px;}
.menu_colgantes a{height:49px; width:101px; background-position: 0px -204px;}
.menu_hebillas a{height:49px; width:101px; background-position: 0px -253px;}
.menu_hebillas_personalizar a{height:49px; width:101px; background-position: 0px -302px;}
.menu_cintos a{height:48px; width:101px; background-position: 0px -351px;}
.menu_bandanas a{height:49px; width:101px; background-position: 0px -399px;}
.menu_durag a{height:48px; width:101px; background-position: 0px -448px;}
.menu_gorras_espuma a{height:49px; width:101px; background-position: 0px -496px;}
.menu_gorras_fashion a{height:49px; width:101px; background-position: 0px -545px;}
.menu_gorras_visera_plana a {height:50px; width:101px; background-position: 0px -594px;}
.menu_camisetas a{height:48px; width:101px; background-position: 0px -644px;}
.menu_ropa a{height:49px; width:101px; background-position: 0px -692px;}
.menu_nuestros_productos a{height:53px; width:101px; background-position: 0px -741px;}
.menu_otros a{height:53px; width:101px; background-position: 0px -795px;}

/*ESTADO ROLLOVER*/
.menu_anillos a:hover {height:54px; width:101px; background-position: 0px -864px;}
.menu_gafas a:hover {height:50px; width:101px; background-position: 0px -918px;}
.menu_pendientes a:hover {height:48px; width:101px; background-position: 0px -968px;}
.menu_relojes a:hover {height:46px; width:101px;background-position: 0px -1016px;}
.menu_colgantes a:hover {height:49px; width:101px;background-position: 0px -1062px;}
.menu_hebillas a:hover {height:49px; width:101px; background-position: 0px -1111px;}
.menu_hebillas_personalizar a:hover {height:49px; width:101px; background-position: 0px -1160px;}
.menu_cintos a:hover {height:48px; width:101px; background-position: 0px -1209px;}
.menu_bandanas a:hover {height:49px; width:101px; background-position: 0px -1257px;}
.menu_durag a:hover {height:48px; width:101px; background-position: 0px -1306px;}
.menu_gorras_espuma a:hover {height:49px; width:101px; background-position: 0px -1354px;}
.menu_gorras_fashion a:hover {height:49px; width:101px;background-position: 0px -1403px;}
.menu_gorras_visera_plana a:hover {height:50px; width:101px; background-position: 0px -1452px;}
.menu_camisetas a:hover {height:48px; width:101px; background-position: 0px -1502px;}
.menu_ropa a:hover {height:49px; width:101px;background-position: 0px -1550px;}
.menu_nuestros_productos a:hover {height:53px; width:101px; background-position: 0px -1599px;}
.menu_otros a:hover {height:53px; width:101px; background-position: 0px -1652px;}

/*ESTADO ACTIVO*/
/*
.menu_anillos a.active {height:48px; width:101px; background-position: 0px -8px}
.menu_gafas a.active{height:50px; width:101px; background-position: 0px -56px;}
.menu_pendientes a.active{height:49px; width:101px; background-position: 0px -109px;}
.menu_relojes a.active{height:50px; width:101px; background-position: 0px -158px}
.menu_colgantes a.active{height:48px; width:101px; background-position: 0px -209px}
.menu_hebillas a.active{height:48px; width:101px; background-position: 0px -260px}
.menu_hebillas_personalizar a.active{height:49px; width:101px; background-position: 0px -309px}
.menu_cintos a.active{height:48px; width:101px; background-position: 0px -360px}
.menu_bandanas a.active{height:49px; width:101px; background-position: 0px -409px}
.menu_durag a.active{height:48px; width:101px; background-position: 0px -460px}
.menu_gorras_espuma a.active{height:49px; width:101px; background-position: 0px -509px}
.menu_gorras_fashion a.active{height:48px; width:101px; background-position: 0px -560px}
.menu_gorras_visera_plana a.active {height:49px; width:101px; background-position: 0px -609px}
.menu_camisetas a.active{height:48px; width:101px; background-position: 0px -660px}
.menu_ropa a.active{height:50px; width:101px; background-position: 0px -709px}
.menu_nuestros_productos a.active {height:48px; width:101px; background-position: 0px -660px}
.menu_otros a.active{height:50px; width:101px; background-position: 0px -709px}
*/

#editablesidebox5Heading {
	display: none;
	}

#editablesidebox5Content {
	background-image: url(../images/diamantes_informacion_animado.gif);
	background-color:#000000;
	width:150px;
	height: 300px;
	padding-top:0em;
	}

.boton_informacion {
	list-style-type: none;
	padding-left:2.25em;
	margin-left: 0px;
	margin-top: 0em;
	margin-bottom: -2.25em;
	}
	
.boton_informacion a{
	background-image: url(../images/boton_informacion.gif);
	display: block;
	height: 53px;
	text-indent: -9000%;
	outline:0;
	}
	
/*ESTADO NORMAL*/
.menu_boton_informacion a{ height: 54px; width:119px;}

/*ESTADO ROLLOVER*/
.menu_boton_informacion a:hover {height: 54px; width:119px; background-position: 0px -54px;}

.nueva_caja_informacion {
	list-style-type: none;
	padding-top:3em;
	padding-left:2.25em;
	margin-left: 0px;
	margin-top: 0em;
	}
	
.nueva_caja_informacion li{
	}	

.nueva_caja_informacion a {
	background-image: url(../images/informacion_juntas.gif);
	display: block;
	text-indent: -9000%;
	outline:0;
	height: 238px;
	}

/*ESTADO NORMAL*/
.informacion_envios_devoluciones a {height:50px; width:101px; background-position: 0px -6px;}
.informacion_politica_privacidad a {height:50px; width:101px;background-position: 0px -56px;}
.informacion_condiciones_uso a {height:50px; width:101px; background-position: 0px -106px}
.informacion_contactanos a {height:50px; width:101px; background-position: 0px -156px}
.informacion_baja_boletin a {height:50px; width:101px; background-position: 0px -206px}

/*ESTADO ROLLOVER*/
.informacion_envios_devoluciones a:hover {height:50px; width:101px; background-position: 0px -264px }
.informacion_politica_privacidad a:hover{height:50px; width:101px; background-position: 0px -314px}
.informacion_condiciones_uso a:hover{height:50px; width:101px; background-position: 0px -364px }
.informacion_contactanos a:hover{height:50px; width:101px; background-position: 0px -414px}
.informacion_baja_boletin a:hover{height:50px; width:101px; background-position: 0px -464px}

/*ESTADO ACTIVO*/
/*
.informacion_envios_devoluciones a.active{height:49px; width:101px; background-position: 0px -10px;}
.informacion_politica_privacidad a.active{height:48px; width:101px; background-position: 0px -60px;}
.informacion_condiciones_uso a.active{height:49px; width:101px; background-position: 0px -109px}
.informacion_contactanos a.active{height:49px; width:101px; background-position: 0px -159px}
.informacion_baja_boletin a.active{height:49px; width:101px; background-position: 0px -211px}
*/

#loginboxHeading {
	display: none;
	}

#loginboxContent {
	background-image: url(../images/gif_animado_registro.gif);
	background-color:#000000;
	background-position:-4pt;
	padding-left: 24pt;
	padding-top: 15pt;
	height: 160px;
	width: 150px;
	}

#loginboxContent ul {
	list-style-type: none;
	text-align: center;
	margin-left: 0pt;
	padding-left: 0pt;
	padding-top: 3em;
	line-height: 30px;
	width: 100px;
	}

#loginboxContent li {
	}

.loginBoxLinks {
	}

.boton_heading_login {
	list-style-type: none;
	padding-left:2.25em;
	margin-left: 0px;
	margin-top:0em;
	margin-bottom: -2em;
	}
	
.boton_heading_login a{
	background-image: url(../images/boton_registro.gif);
	display: block;
	height: 53px;
	text-indent: -9000%;
	outline:0;
	}

/*ESTADO NORMAL*/
.menu_cabecera_login a{height: 54px; width:119px;}

/*ESTADO ROLLOVER*/
.menu_cabecera_login a:hover {height: 54px; width:119px; background-position: 0px -54px;}


#whosonlineHeading {
	display: none;
	}
	
#whosonlineContent {
	background-image: url(../images/gif_animado_quien_esta_en_linea.gif);
	background-color:#000000;
	text-align:center;
	line-height: 20px;
	height: 160px;
	width: 150px;
	}

.boton_quien_esta_en_linea {
	list-style-type: none;
	padding-left:2.25em;
	margin-left: 0px;
	margin-top:1em;
	margin-bottom: 1em;
	}

.boton_quien_esta_en_linea a{
	background-image: url(../images/boton_quien_esta_en_linea.gif);
	display: block;
	height: 53px;
	text-indent: -9000%;
	outline:0;
	}

/*ESTADO NORMAL*/
.menu_heading_quien_esta_en_linea a{height: 54px; width:119px;}

/*ESTADO ROLLOVER*/
.menu_heading_quien_esta_en_linea a:hover {height: 54px; width:119px; background-position: 0px -54px;}
	
#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;
	}

/*inicio: listado novedades mostrado en columnas*/
.new_products {
	float: left;
	width: 135px;
	height: 200px;
	text-align: center;
	}
#newProductsDefaultListingBottomNumber {
	margin-top: 20em;
	}
#newProductsDefaultListingBottomLinks {
	margin-top: 20em;
	}	
/*fin: listado novedades mostrado en columnas*/

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

.forward {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #666666;
	height: 1.5em;
	vertical-align: top;
	}

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

#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 {
	background-color: #000000;
	}
	
.listingPrice {
	color:#FFFF00;
	text-align: right;
	font-size:16px;
	/*font: bolder;*/
	}

#checkoutShippingHeadingMethodTiendas {
	color: #FF0000;
	}

#shippingInfoHeading {
	padding-top: 3em;
	}
	
#privacyDefaultHeading  {
	padding-top: 3em;
	}

#conditionsHeading {
	padding-top: 3em;
	}
	
.hide {
	display: none;
}
