/**
 * 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 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	margin-top: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	background-image: url('../images/wallpaper_2.gif');
	background-color: #e5edf5;
	}

a img {border: none; }

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

a:active {
	color: #ACC742;
	}

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 3px;

}

h1#checkoutPayAddressDefaultHeading{
margin-bottom:20px;
margin-left:10px;
}
h2#checkoutPayAddressDefaultAddress{
font-size:12px;
margin-left:10px;
}
h1#checkoutShipAddressDefaultHeading{
margin-bottom:20px;
margin-left:10px;
}
h2#checkoutShipAddressDefaultAddress{
font-size:12px;
margin-left:10px;
}
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 #a7a7a7;
	}
fieldset#comments{border:none; margin:0px; padding:0px; width:70%; float:left;}
fieldset#methods{border:none; margin:0px; padding:0px; width:70%; float:left;}
fieldset#payments{ margin:0px 0px 5px 0px; padding:5px 5px 0 5px; }
#checkoutPayAddressDefault fieldset{margin:10px;}
#checkoutShipAddressDefault fieldset{margin:10px;}
LEGEND {
	font-weight: bold;
	color: #191c1f;
	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;
	}

LABEL.inputLabel {
	width: 11em;

	}

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;

	}
ADDRESS#newaddress{margin-left:5px;}
.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
	
.dotHR {
	height: 1px;
	margin-top: 5em;
	border: none;
	border-bottom: 1px dotted #9a9a9a;
	}
	
.tablegastos {
	border: thin solid;
	border-color: Gray;
}


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

.messageStackWarning, .messageStackError {
	background-color: #faebe7;
	color: #eb340a;
	border: 1px solid #eb340a;
	line-height: 1em;
	padding-top:0;
	}
.messageStackError img{
	margin:3px 3px 0 3px;
	}

.messageStackSuccess {
	background-color: #ACC742;
	color: #000000;
	}

.messageStackCaution {
	background-color: #faebe7;
	color: #eb340a;
	border: 1px solid #eb340a;
	line-height: 1em;
	padding-top:0;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 800px;
	vertical-align: top;
	}

#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin-top: 0.5em;
	padding: 0em;
	}
#contentMainWrapper{
	padding: 0em;
	margin: 0em;
}
#headerWrapper{
	padding: 0em;
	margin: 0em;
	height:109px;
	width:100%;
}
#upperWrapper{
	width:614px;
	height:109px;
	float:left;
	padding: 0em;
	margin: 0em;
}
#logoWrapper{
	width:186px;
	height:109px;
	float:left;
	padding: 0em;
	margin: 0em;
	border-bottom:solid 1px #e9e9e9;
}
#mainWrapper{
	padding: 0em;
	margin: 0em;
}
#navMainCartSummary {
	float:right; 
	margin-right:0.5em;
	padding:5px;
	text-align:center;
	background-color: #515251;
	position:relative;
	top:-80px;
	filter: alpha(opacity=80); 
	opacity: .8;
}
#navMainCartSummary span{float:left;}
#navMainCartSummary a#carrito{color:#ffffff;}
#navMainCartSummary a#carrito:hover{color:#acc742;}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
} 

#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

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

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

.wrapperAttribsOptions {
	margin: 0.3em 0em 0 0;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0 0em;
	list-style-type: none;
	}
#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	border-top: 1px solid #cccccc;
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	height: 1%;
	width: 100%;
	text-align: right;
	}
#logo{margin:0; padding:0;}
#upper{ 
	margin:0; 
	padding:0;
	width:614px;
	height:109px;
}

#navMainWrapper {
	margin-top: 0.5em;
	margin-right:0.5em;
	padding:0.2em 0.5em;
	background-color: #515251;
	font-weight: bold;
	color: #000000;
	float: right;
	text-align: right;
	position:relative;
	top:-110px;
	filter: alpha(opacity=80); 
	opacity: .8;
}
#navMainWrapper td.pad{padding-right:8px;}
#navMainWrapper td  form input{margin:0; padding:0;}

	
#navMainWrapper a{color:#ffffff;}
#navMainWrapper a:hover{color:#acc742;}
	
#navSupp {
	margin:7px 0px 7px 0px;
	text-align: center;
}

#siteinfoLegal{
	text-align: right;
	padding-right: 1em;
	padding-bottom:7px;
}
	
#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: 1em;
	}

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

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

#navCategoryIcon, #indexProductListCatDescription {
	margin: 0.5em;
	}
#navBreadCrumb {
	background-color: #ffffff;
	margin:0px;
	font-size: 0.95em;
	font-weight: bold;
	padding-left:20px;
	}

#navEZPagesTop {
	background-color: #ffffff;
	}

#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	padding-bottom:0;
	}

#navColumnOne {
	background-color: #FFFFFF;
	}

#navColumnTwo {
	background-color: #FFFFFF;
	}

/*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;
	text-align:justify;
	}

.alert {
	color: #FF0066;
	margin-left: 0.5em;
	}
#fee{line-height:20px;}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

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

/*Shopping Cart Display*/
#cartAdd {
	float: left;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	/*border: 1px solid #000000;*/
	background-color: #e9e9e9;
	padding: 1em;
	width:256px;
	height:80px;
	}

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

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;
	color:#353738;
	font-size:12px;
	height:25px;
	padding-bottom:5px;
	}
#cartSubTotal p{
margin:0;
padding:0;
padding-top:10px;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	font-size: 11px;
	text-align:center;
	}

.cartUnitDisplay, .cartTotalDisplay {

	padding-right: 0.2em;
	border-right:1px solid #cccccc;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {

	border-right:1px solid #cccccc;
	}
.cartProductDisplay{
	border-right:1px solid #cccccc;
}
.cartNewItem {
	color: #ACC742;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

.cartBoxTotal {

	font-weight: bold;
	}

.cartRemoveItemDisplay {

	}

.cartAttribsList {
	margin:0;
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

#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: 0em 1em 1em 0em ;
	}

#productPrices {
	text-align: left;
	font-size: 1.2em;
	color:#353738;
}
	
.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 {
	border-right: 1px solid #e9e9e9;
	}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.2em;
	color: #ACC742;
	text-align: left;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FFFFFF;
	padding: 0.2em 0.2em;
	}
	
#centerBoxHeadingleft{
text-align: left;
}

#shoppingcart {
	border: 1px solid #ACC742;
	margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#sidepay {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: top;
}
.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 0.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.2em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}
#blanksideboxHeading{
padding:0;
margin:0;
height:0px;
}
h3.leftBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

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

.productListing-data {
	border-top: 1px dotted #cccccc;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-right: 1em;
	text-align: left;
	}	

.bestsellers_thumbnail {
width: 40px;
padding-right: 0.5em;
float: left;
margin: 0em;
  }

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

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

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

#bannerboxHeading {
	background-color: #ffffff;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
#shoppingCartDefault{
padding:20px;
}
#checkoutShipping{
padding:20px 20px 0 20px;
}
#checkoutPayment{
padding:20px 20px 0 20px;
}
#checkoutConfirmDefault{
padding:20px;
}
#checkoutOrderTotals{
padding:0 5px 5px 5px;
}
#checkoutPaymentHeadingTotal{
padding:0px;
}
#methods{
padding:20px;
}
#botones{
padding:20px;
}
.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	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;
	} 
	
#important2 {
	font-style: normal;
	color: Aqua;
}

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

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

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	font-size:12px;
	font-family:arial;
	}

#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%;}
	
#crossSell{
border-top: 1px solid #cccccc;
}

#languagesHeading{
	vertical-align: top;
	margin-top: -0.8em;
	padding: 0em;
	}
	
#checkoutSuccessOrderNumber{
font-size: 1.1em;
font-weight: bold;
}
	
	/* Login Page */
#logpage{margin: 5px; padding: 8px; /*border: 1px solid #CCCCCC;*/ height: 265px;}
#returncus {margin-bottom: 1.5em; padding: 0; width: 100%; float: left; border-top: 1px solid #cccccc; border-right: 1px solid #cccccc; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
#returncusheading {margin: 0;	padding: 0.5em 0; font-size: 1.3em; background-color: #FFFFFF; color: #FF0066; width: 270px; text-align: left}
#returncus label.inputLabel {width: 8em;	float: left;}
.logcontent {padding: 0 5px; background-color: #FFFFFF; }
#newcusheading {margin: 0;	padding: 0.5em 0; font-size: 1.3em; background-color: #FFFFFF; color: #FF0066; width: 270px; text-align: left}
#newcus legend, #returncus legend  {margin: 0; padding: 0.3em 0; font-weight: bold;	color: #000000;}
#newcus {margin-bottom: 1.5em; margin-left: 0px;  padding: 0; width: 100%; float: left; border-top: 1px solid #cccccc; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}
/* End Login Page */

#tekst {
display: none;
padding: 5px;
font-size: 12px;
}

#coupon {
	float: right;
	margin-top: 4 em;
	font-style: icon oblique;
	font-size:12px
	}
	
	
/*beginning of Product Display code*/
#productGeneral{
margin-top:0px;
}
#productName{
	margin-top:10px;
	margin-bottom:10px;
}
.imagenes{
	float:left;
	width:280px;
	margin-left:15px;
	margin-right:8px;
}
.product_columnright{
width:280px;
float:left;
}
.additionalImages {
	border:dotted 1px #bfbfbf;
	overflow:hidden;
	height:100px;
	width:100px;
	margin-bottom:0;
}

#productAdditionalImages { 
	margin-top:-10px;
}
#productMainImage{
width:270px;
	margin-top:30px;
	margin-bottom:0;

}
.navNextPrevWrapper{
	margin-right:8px;
	text-align:center;
	margin-top:-20px;
}

.productDetailsList{
margin:0;
float:left;
width:250px;
margin-bottom:12px;
}
.productDetailsList p{
margin:0;
padding:0;
}
#cantidad {
	text-align: left;
	font-size: 1.2em;
	color:#353738;
	margin-top:12px;
}


#productDescription{
	float:left;
	width:560px;
	padding:0;
	margin:0;
	margin-top:15px;
	margin-left:15px;
	margin-bottom:20px;
}
#productAttributes{
margin:0;
margin-top:8px;
float:left;
width:290px;
}
#productAttributes h4.optionName{
line-height:20px;
font-weight: bold;
}
#productAttributes h4.optionName label{
padding:0;
margin:0;
font-weight: bold;
font-size: 10px;
}
#productAttributes h4{
padding:0;
margin:0;
font-weight: normal;
margin-bottom:0.1em;
font-size: 10px;
}
#productAttributes h4#attribsOptionsText{
margin-bottom:0.8em;
margin-top:0.8em;
}
#favoritos{
float:left;
}
#stock{
width:15px;
height:15px;
background-image: url(../images/visto-green.png);
}
#iva{
font-weight:normal;
font-size:9px;
}
/*End of Product Display Code*/

/*Shopping cart*/
#cartInstructionsDisplay{
margin-bottom:12px;
text-align:justify;
}
/*End Shopping cart*/
/*categorias col left*/
.betterCategories{}
.betterCategories img{}
.betterCategories a{}
/*End categorias col left*/
#ezPageDefault{
font-size:11px;
text-align:justify;
}
/*Login*/
#loginDefault{
width:590px;
margin:10px 10px 10px 20px;
float:left;
}
.loginDefaultImage{margin-top:10px;}
#entrarcuenta{
margin-top:-15px;
width:290px;
float:right;
}
#usuarionuevo{
margin-top:-15px;
width:290px;
float:left;
}
#usuarionuevo div{
margin:0 0 5px 0; 
padding:5px; 
text-align:justify;
font-size:11px;
}
#izq{
float:left;
width:250px;
margin-right:20px;
}
#der{
width:220px;
float:left;
}
#tres{float:left; margin-right:5px;}
fieldset#entrardatos{
padding-top:10px;
}
fieldset#newaddress{
padding-top:0px;
}
#alertlogin{margin-right:10px;}

#entrarcuenta input{margin:0; padding:0; margin-top:10px;}
#registrarse{width:590px;}
#registrarse div{max-width:590px;}
/*End Login*/

/* Form Elements */
input.input-text, select, textarea { border:1px solid #b6b6b6; font-family: "HelveticaNeue-Light-Extended", Helvetica, Arial, sans-serif; font-size:12px;}
option, optgroup { font-family: "HelveticaNeue-Light-Extended", Helvetica, Arial, sans-serif; font-size:12px;}
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }

/*#navMainSearch input{border:none; padding:0px;}
#navMainSearch textarea, select, input.input-text{border:none; padding:0px;}
 Form lists */
.group-select {
    margin: 0;
    padding:22px 15px 12px 5px;
    background:#fbfaf6;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 0px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
    }
.group-select label{color:#343435;}
.group-select li { padding:4px 0px; 	list-style-type: none;}
.group-select li .input-box { float:left; width:240px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:440px; }
.group-select li .input-box .input-text, .group-select li .input-box textarea { width:200px; }
.group-select li .input-box select { width:206px; }

 .betterCategories img{float:left; margin-bottom:5px;}

#contactocart{	
background-image: url('../images/contacto-cart.jpg');
width:160px;
height:387px;
margin-left:-15px;
margin-top:-20px;
overflow:visible;
}

#checkoutOrderTotals{
font-size:  	;
}
#methods{
margin:0 12px;
font-size:11px;
}
#methods p{
font-size:12px;
}
#checkoutSuccessMainContent{margin-left:15px;}
#checkoutSuccessOrderNumber{margin-left:15px;}
#checkoutSuccessOrderLink{margin-left:15px;}
#checkoutSuccessContactLink{margin-left:15px;}
#checkoutSuccessThanks{margin-left:15px; margin-bottom:12px; }
.glossarytable{ margin:0 auto; padding:0;}
.glossary{background-color:#ffffff; text-align:left;}
.glossary p{
font-family: "HelveticaNeue-Light-Extended", Helvetica, Arial, sans-serif; 
color:#575a5d;
font-size: 12px;
font-weight: bold;
margin:5px 0 5px 0;
padding:0;
}
.glossary h5 a { 
color:#777; 
text-decoration: none; 	
font-family: "HelveticaNeue-Light-Extended", Helvetica, Arial, sans-serif; 
font-weight: ligth;
font-size: 11px;
}
.glossary h5 a:hover{color:#acc742;}
.glossary p a { 
font-family: "HelveticaNeue-Light-Extended", Helvetica, Arial, sans-serif; 
color:#575a5d;
 font-size: 12px;
font-weight: bold;
text-decoration: none; 
}
.glossary p a:hover{color:#acc742;}
.glossary .marcas .marcasone{float:left; margin-right:2px;}
.glossary .marcas .marcastwo{float:right;}
.glossary .glossarytable .otros .otrosgloss a{
font-family: "HelveticaNeue-Light-Extended", Helvetica, Arial, sans-serif; 
color:#575a5d;
font-size: 12px;
font-weight: bold;
line-height:18px;
}
.glossary .glossarytable .otros .otrosgloss a:hover{color:#acc742;}
.footerimage{
width:128px;
height:283px;
background-image:url(../images/footerimage.gif);
background-color:#ffffff;
margin:0;
}
#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
#testimonialDefault h2{margin:0;padding:10px 0;font-size:1.3em;font-weight:700;}
#testimonials-manager{
border:1px solid #acc742;
font-family:Trebuchet MS, verdana;
}

h3#testimonials-managerHeading{margin:5px 4px; font-size:14px;}

blockquote {
margin:0 !important;
padding:0 !important;
border:1px solid #acc742;
height:1%;
}

blockquote div {
padding:20px;
height:1%;
}
.testimonialImage {
margin: 0;
padding: 0;
text-align: center;
}
 #testimonialDefault fieldset {
	padding: 0.5em;
	margin: 0.5em 0;
	display:block;
	border:1px solid #000;
}
 #testimonialDefault fieldset ol {  
padding: .5em .5em 0 .5em;  
list-style: none;
}
 #testimonialDefault fieldset li {  
padding-bottom: .5em;
}
fieldset #personal, fieldset #order, fieldset #write{
	padding:0;
	border:1px solid #000;
	border-width: 1px 0 1px 0;
}
 #testimonialDefault legend {
	padding: 0.3em;
	font-size: 1.1em;
	color: #000;
	font-weight:bold;
}
 #testimonialDefault select {
	margin: 0.1em;
}
 #testimonialDefault textarea {
margin: auto;
padding:0.5em;
display: inline;
width: 40%;
border:1px solid #ccc;
overflow:auto;
}
 #testimonialDefault label.inputLabel {
	width: 11em;
	float: left;
	color: #000;
	}
#testimonials-managerContent a{margin:0px; padding:0px; font-weight:bold;}
.testimonial{margin-top:-15px; padding:0px;}
#testimonials-managerContent a#readmore{float:right;}
#testimonials-managerContent .bettertestimonial a{color:#acc742; float:right; margin-bottom:5px;}
#productsListingBottomNumber {margin-bottom:10px;}
#facebook{
background-image: url('../images/facebook_todolifestyle.jpg');
width:144px;
height:44px;
}
#prensa_a{
background-image: url('../images/prensa_a.gif');
width:167px;
height:42px;
}
#prensa_b{
background-image: url('../images/prensa_b.jpg');
margin-top:10px;
width:110px;
height:42px;
}
#prensa_c{
background-image: url('../images/prensa_c.jpg');
margin-top:10px;
width:92px;
height:42px;
}
#fondo{
width:585px;
height:239px;
background-image:url("../images/mainslides/fondo1.jpg");
text-align:left;
}
#primero{
width:47px;
height:47px;
background-image:url("../images/mainslides/cuadro1.jpg");
position:relative;
top:183px;
left:350px;
border:2px solid #cccccc;
}
#segundo{
width:47px;
height:47px;
background-image:url("../images/mainslides/cuadro2.jpg");
position:relative;
top:132px;
left:410px;
border:2px solid #cccccc;
}
#tercero{
width:47px;
height:47px;
background-image:url("../images/mainslides/cuadro3.jpg");
position:relative;
top:81px;
left:470px;
border:2px solid #cccccc;
}
#cuarto{
width:47px;
height:47px;
background-image:url("../images/mainslides/cuadro4.jpg");
position:relative;
top:30px;
left:530px;
border:2px solid #cccccc;
}
.instructions{
width:50%;
float:left;
margin-left:40px;
text-align:justify;
}
#checkoutNewAddres{
margin:20px;
}