/**
 * 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 4813 2006-10-23 02:13:53Z drbyte $
 */

/* other background color or image changes */
body {
	/*background:#84A4C1; /* main site background color, blue default */
	background-color:#ffffff;
	padding:0;
	margin:0;
	color:#000000;  /* main site font color*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
a:focus{ outline:none; }
	
input:focus, select:focus, textarea:focus {
	background:#e0e8ef; /* background color for input boxes, light blue default */
}
	
.messageStackWarning, .messageStackError {
	background:#990000;  /* background color for warning messages, red default */
	}

.messageStackSuccess {
	background:#929292;  /* background color for success messages, grey default */
	}

.messageStackCaution {
	background:#FFFF99;  /* background color for caution messages, yellow default */
	}
	
TR.tableHeading {
	background:#cacaca; /* background color for various table headings (including shopping cart heading), medium grey default */
	}
	
.rowEven {
	background:#F0F0F0;  /* background color for even listings, very light grey default */
	}
	
	
input.search {
	background: url("../images/rounded-search-input.gif") top left no-repeat; /* rounded search image for the search sidebox */
	}

	
/* font color changes */
h3.leftBoxHeading, h3.rightBoxHeading {
	color:#ffffff; /* right and left box heading color */
	}
	
.leftBoxHeading a, .rightBoxHeading a {
	color:#ffffff; /* right and left box LINK heading color */
	}
	
.leftBoxHeading a:hover, .rightBoxHeading a:hover {
	color:#E8E9E9; /* right and left box LINK heading color when hovered over*/
	}
	
#tagline {
	color:#333333; /* tagline text color */
	}
	
	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount, .alert {
	color:#d02323; /* color of sale prices and alerts */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.messageStackWarning, .messageStackError {
	color:#ffffff; /* color of warning message text */
	}
	
/* end of site font color changes */


/* site and main content width section */
	
html>body {
	width: auto;
	padding:0;
	margin:0;
	}
	
#main {
	width:947px;
	margin:0 auto;
	position:relative;
	background: url("../images/hipercohete2_body_bg.jpg") top repeat-y;
}

/*wrappers - page or section containers*/
#headerWrapper {
	/*float:left;*/
	width:100%;
	position:relative;
	height:95px;
}
		
#navMainWrapper {
	width:520px;
	position:absolute;
	right:60px;
	top:45px;
	}
	
#logoWrapper {
	/*width:100%;
	background-image:url(../images/header_hiper_admin_deg.gif);
	background-repeat:repeat-x;*/
	
	position:absolute;
	left:60px;
	}
	
#logo {
	/*float:left;
	margin-left:60px;
	text-align:center;*/
	}

#taglineWrapper {
	width:75%;
	float:left;
	}

#tagline {
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding:25px 8px 35px 8px;
	}
	
#navEZPagesTop {
	width:auto;
	/*padding:7px 0;*/
	padding-top:15px;
	padding-bottom:0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	border:0px solid red;
	display:none;
	}

#navEZPagesTop a {
	padding:0 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	}

#navEZPagesTop a:hover {
	color:#b1ae6c;

}
	
	
#contentMainWrapper {
	line-height:1.4;
	min-height: 100%;
	}

#contentMainWrapperb {
	min-height: 100%;
	}
	
* html #contentMainWrapper {
	height: 100%;
	}

.outer {
	/*padding-left: 165px;  Same width as margin-left for the float-wrap div */
	/*padding-right: 150px;  Our right column width */
	padding-left: 170px; 
	padding-right: 170px; 
	/*background-image:url(../images/fons_outer.gif);
	background-repeat:repeat-y;*/
	}
	
.inner {
	width: 100%;
	}

.float-wrap {
	float: left;
	width: 97%;
	margin-left: -165px; /* Same length as .outer padding-left but with negative value */
	}

#content {
	float: right;
	/*margin-right: -165px;  Same length as .outer padding-left but with negative value */
	margin-right:-170px;
	width: 100%;
	line-height:1.6;
	position: relative; /* IE needs this  */
	background-color:#FFFFFF;
	}

.contentWrap{
	/*padding: 0px 0 5px 5px;*/
	padding:25px 15px;
}
	
#navColumnOne { 
	float: left;
	position: relative; /* IE needs this  */
	background:#e0e5e4;
	margin-left:15px;
	}
	
#navColumnTwo {
	float: right; 
	/*margin-right: -150px;  This negative margin-right value is in this example the same as the right column width. */
	margin-right:-143px;
	position: relative; /* IE needs this  */
	background:#e0e5e4;
	}
	
/* end wrappers - page or section containers*/


* {
	margin:0;
	padding:0;
	}

body {
	font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:73.5%;
	margin-top:20px;
	}

a img {
	border:none; 
	}
	
ul, ol {
	text-align:left;
	padding-left:25px;
	margin-left:10px;
	margin-bottom:10px;
	}

h1 {
	font-size:1.3em;
	}

h2 {
	font-size:1.2em;
	}

h3 {
	font-size:1.1em;
	}

/*h4, h5, h6, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size:1.0em;
	}*/
h4, h5, h6, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size:1.0em;
	}
	
LEGEND {
	color:#333;
	}

.biggerText {
	font-size:1.1em;
	}

h1, h2, h3, h4, h5, h6 {
	margin:.3em 0;
	}

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

FORM, SELECT {
	display:inline;
	font-size:1em;
	margin:.5em;
	}
	
option {
	padding-right:.5em;
	}

INPUT{
	margin:.3em .5em;
	}

html>/**/body input[type=checkbox], html>/**/body input[type=radio] {
	float:left;
	clear:both;
	}
	
html>/**/body .checkboxLabel, html>/**/body .radioButtonLabel {
	margin:0 .2em .5em 0;
	float:left;
	}
	
.ratingRow input[type=radio]{
	float:none;
	margin:0 .5em;
	}

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

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

LEGEND {
	font-weight:bold;
	padding:.3em;
	}

h4.optionName {
	padding-right:1em;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float:left;
	}


LABEL.inputLabel {
	width:90%;
	float:left;
	margin:.3em;
	} 

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

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

ADDRESS {
	font-style:normal;
	padding-right:40px;
	}

.clearBoth {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

HR {
	height:1px;
	margin:.5em 0;
	border:none;
	border-bottom:1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding:.2em;
	}
	
/* product info page css */
	


#productAttributes {
	width:100%;
	float:left;
	border:1px solid #bfbfbf;
	padding-left:5px;
	margin:5px 0 0 10px;
	}

#productImage {
	margin:0 auto;
	text-align:center;
	}

.imgLink {
	text-align:center;
	margin:0 auto;
	display:block;
	width:100%;
	}

#friendReview {
	width:200px;
	padding:15px 0 10px 0;
	float:left;
	clear:left;
	text-align:left;
	}
	
.reviewCount {
	float:left;
	padding-left:2px;
	}
	
#productReviewLink {
	padding:5px 0;
	}
	
.wrapperAttribsOptions {
	line-height:2em;
	width:auto;
	float:left;
	}
	
.wrapperAttribsOptions h4 {
	padding-right:15px;
	}
	
/* end product info page css */


/* css for top menu tabs */

#navMain {
	line-height:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}

#navMain ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
	  
#navMain li {
	display:inline;
	float:left;
	position:relative;
}
	  
#navMain a {
	float:left;
	text-decoration:none;
	color:#ffffff;
	}
	
#navMain a span {
	float:left;
	display:block;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span { float:none; }
/* End IE5-Mac hack */

#navMain a span:hover { color:#ffbb20; }

#navMain a img {
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	cursor:pointer;
}

/* end css for top menu tabs */

	
.navNextPrevWrapper {
	margin-bottom:1em;
	}
	
.navPrevCounter {
	font-size:.9em;
	}
	
.navNextPrevList {
	display:inline;
	white-space:nowrap;
	padding:0 1em;
	list-style-type:none;
	position:relative;
	}
	
#navSuppWrapper {
	width:100%;
	margin:0 auto;
	float:left;
	}
	
#navSupp {
	margin:0 auto;
	text-align:center;
	padding-top:1em;
	}
	
#navSupp ul {
	list-style-type:none;
	text-align:center;
	line-height:1.5em;
	padding: .3em 0;
	}
	
#navCatTabs ul {
	list-style-type:none;
	text-align:center;
	}
	
#navSupp li, #navCatTabs li {
	display:inline;
	padding:0 .5em;
	}

#navSupp ul li a, #navCatTabs ul li a {
	text-decoration:none;
	white-space:nowrap;
	display:inline;
	font-weight:bold;
	width:0;
	}

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

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

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

#navEZPagesTOC ul li a {
	padding:0 .5em;
	}

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

#navMainSearch {
	/*float:left;
	width:120px;*/
	/*position:absolute;*/
	float:right;
	border:0px solid red;
	/*right:0px;
	top:40px;*/
	z-index:999;
	position:relative;
	top:60px;
	}

input.search {
	border: 0;
	width: 100px; /* width of text-display area */
	padding: 3px 15px 4px 20px;
	font-size: 11px;
	}
	
input#searchTop {
	border: 0;
	width: 115px; /* width of text-display area */
	padding: 4px 15px 5px 20px;
	font-size: 12px;
	}
	
* html input#searchTop {
	background-attachment: fixed;
	}
	
#navBreadCrumb {
	text-align:left;
	line-height:1.6em;
	font-size:.95em;
	padding:0 0 5px 0;
	color:#000000;
	background-color:#FFFFFF;
	padding-left:5px;
	}
#navBreadCrumb a{
color:#000000;
font-weight:bold;
	}
    
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align:top;
	}

#productDescription, .shippingEstimatorWrapper {
	padding:.5em;
	}

.important {
	font-weight:bold;
	padding:.5em;
	}

.gvBal {
	float:right;
	}
	
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding:.8em;
	}
			
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size:.9em;
	}
	
#siteinfoLegal {
	padding-bottom:1em;
	clear:both;
	}

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

#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:.5em 0 0;
	}
	
#cartProdTitle {
	text-align:center
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align:center;
	padding-right:.2em;
	}
	
.cartRemoveItemDisplay input[type=checkbox] {
	float:none;
	margin-bottom:1em;
	}

#scUpdateQuantity {
	width:1.8em;
	}
	
#scProductsHeading {
	padding-left:2em;
	}

.cartQuantity {
	width:4em;
	}

.cartNewItem {
	position:relative;  /*do not remove-fixes stupid IEbug*/
	}

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

#cartBoxListWrapper{
	color:#000000;
	}
	
#cartBoxListWrapper a{
	color:#ffffff;
	text-decoration:none;
	}
#cartBoxListWrapper a:hover{
	color:#ffffff;
	text-decoration:underline;
	}

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

.cartRemoveItemDisplay {
	width:5em;
	}

.cartAttribsList {
	margin-left:1em;
	}

#mediaManager {
 	width:50%; 
  	margin:.2em;
  	padding:.5em;
  	}

.normalprice, .productSpecialPriceSale {
	text-decoration:line-through;
	color:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	}

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

#ezPageBoxList li{
	padding:.2em 0;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
  	font-weight:bold;
  	}

.totalBox {
	width:5.5em;
	text-align:right;
	padding:.2em;
	}

.lineTitle, .amount {
	text-align:right;
	padding:.2em;
	}

.amount {
	width:5.5em;
	}

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin:.5em 1em 0 0 ;
	}

#cartImage {
	margin:.5em 1em;
	}

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

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin:1em 0;
	}
	
.centerBoxContentsProducts {
	margin:0 auto;
	text-align:center;
	width:95%
	}
	
h3.leftBoxHeading, h3.rightBoxHeading {
	font-size:1.1em;
	font-weight:normal;
	height:1.5em;
	padding:.2em 0 0 0;
	}

h2.centerBoxHeading {
	margin:5px auto;
	padding:.5em 0;
	text-align:center;
	border-bottom:1px solid #1d2a55;
	line-height:normal;
	width:100%;
	color:#1d2a55;
	background-color:#FFFFFF;
	}
h2.ezPagesHeading {
	margin:5px auto;
	padding:.5em 0;
	text-align:center;
	border-bottom:1px solid #1d2a55;
	line-height:normal;
	width:100%;
	color:#1d2a55;
	background-color:#FFFFFF;
	}
	
.leftBoxHeading, .rightBoxHeading {
	}

.sideBoxContent {
	/*font-size:1.1em;*/
	font-size:13px;
	padding:5px;
	/*background-color:#000000;*/
	border:0px solid green;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	}
	
.sideBoxContent a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	text-decoration:none;
	}
.sideBoxContent a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b1ae6c;
	text-decoration:none;
	}
	
.sideBoxContent ul {
	text-align:left;
	list-style-type:none;
	padding:0 0 0 10px!important;
	margin:0!important;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	}

.sideBoxContent li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	padding-bottom:3px;
	}

.sideBoxContent li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	text-decoration:none;
	}
.sideBoxContent li a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b1ae6c;
	text-decoration:none;
	}
	

#bestsellersContent{ text-align:left; }
#bestsellersContent ol{ margin:0; padding:0 0 0 25px; }
#bestsellersContent ol li{ padding:0; margin:0; color:#0d154b; font-weight:bold; }
#bestsellersContent ol li a{
	padding:4px 3px 4px 3px;
	margin:0;
	color:#0d154b;
	display:block;
}
#bestsellersContent ol li a:hover{ text-decoration:none; }

#categoriesContent, #documentcategoriesContent {
	text-align:left;
	text-transform:lowercase;
}
#categoriesContent a{
	background:url(../images/hipercohete2_list_star.png) no-repeat left;
	color:#0d154b;
	text-decoration:none;
	padding:4px 3px 4px 20px;
	margin:0;
	font-weight:bold;
}
#categoriesContent a:hover{ text-decoration:none; }

.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, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align:center;
	}

.productListing-data img {
	padding:10px;
	}

#upProductsHeading {
	text-align:left;
	}

#upDateHeading {
	text-align:right;
	}

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

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight:bold;
	}

.rowOdd {
	height:1.5em;
	vertical-align:top;
	}

.rowEven {
	height:1.5em;
	vertical-align:top;
	}

.hiddenField {
	display:none;
	}
	
.visibleField {
	display:inline;
	}

#accountLinksWrapper li {
	padding:.5em 0;
	display:block;
	list-style:none;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width:20%;
	text-align:right;
	}

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

TR.tableHeading {
	height:2em;
	}

#siteMapList {
	width:90%;
	float:right;
	margin-top:20px;
	}
#siteMapList a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	text-decoration:none;
	font-weight:bold;
	}
#siteMapList a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b1ae6c;
	text-decoration:underline;
	font-weight:bold;
	}
.ratingRow {
	margin:1em 0 1.5em 0;
	}

LABEL#textAreaReviews {
	font-weight:normal;
	margin:1em 0;
	}
	
.information {
	padding: 10px 3px; 
	line-height: 150%;
	}
	
.smallProductImage {
	padding:1em;
	} 
	
#sendSpendWrapper {
	border:1px solid #cacaca;
	float:right;
	margin:0 0 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width:46%;
	}

/* css for product image drop shadow and border. To disable the drop shadow and border, simply delete or comment out this section */

#productMainImage {
 	/*float:left;*/
	/*background: url("../images/shadowAlpha.png") no-repeat bottom right !important;*/
	/*background: url("../images/shadow.gif") no-repeat bottom right;*/
	margin: 0 !important;
	}

#productMainImage img {
	display: block;
	position: relative;
	background: #ffffff;
	margin: -3px 6px 6px -3px;
	/*border: 1px solid #a9a9a9;*/ /* defines the border for the product image. To remove the border delete or comment out this line, AND padding: 4px; below */
	border:0px solid #a9a9a9;
	padding: 4px;
	}
	
/* end css for product image drop shadow */






/* --------------------------------
			CINETIC
----------------------------------- */

#bestsellersHeading{
background:url(../images/hipercohete2_heading_box.gif) top left;
padding:6px 5px 3px 10px;
margin:8px 0 0 0;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
text-align:left;
}
#categoriesHeading{
background:url(../images/hipercohete2_heading_box.gif) top left;
padding:6px 5px 3px 10px;
margin:8px 0 0 0;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
text-align:left;
}
#categoriesHeading2{
background-image:url(../images/gourmet.gif);
background-repeat:no-repeat;
background-position:0px 8px;
border:0px solid red;
padding-top:3px;
padding-bottom:3px;
}
#shoppingcartHeading{
background-image:url(../images/tucesta.gif);
background-repeat:no-repeat;
background-position:bottom;
border:0px solid red;
text-align:left;
}
#shoppingcartHeading a{
background-image:url(../images/tucesta.gif);
background-repeat:no-repeat;
background-position:bottom;
border:0px solid red;
text-decoration:none;
width:88px;
display:block;
text-align:left;
}
#shoppingcartContent{
background-color:#807e4e;
color:#000000;
}


#featuredHeading a{
background-image:url(../images/sugerencias.gif);
background-repeat:no-repeat;
background-position:left bottom;
border:0px solid red;
text-decoration:none;
width:168px;
display:block;
text-align:left;
}

#featuredContent{
border:0px solid red;
text-align:left;
}

#specialsDefault .centerBoxHeading h2{
background-image:url(../images/productos_oferta.gif);
background-repeat:no-repeat;
background-position:bottom;
border:1px solid red;
}

#ezPageDefault, #contactUsDefault, #siteMap, #loginDefault, #accountDefault, #shoppingCartDefault, #checkoutShipping, #advSearchDefault,
#checkoutPayment, #checkoutConfirmDefault, #createAcctSuccess, #logoffDefault, #checkoutSuccess{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
/*width:522px;
padding-left:10px;
padding-right:10px;*/
}

.centerColumn{
/*background-color:#FFFFFF;*/
border:0px solid red;
/*width:542px;*/
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}
.centerColumn a{
color:#003366;
text-decoration:none;
}
.centerColumn a:hover{
color:#000000;
text-decoration:underline;
}

.centerBoxWrapper{
background-color:#FFFFFF;
border:0px solid red;
margin-bottom:10px;
}

.centerBoxWrapperContents{
background-color:#FFFFFF;
border:0px solid red;
}

.greeting{
display:none;
}


#rightFloat {
float:right;
/*width:45%;*/
font-family:Arial, Helvetica, sans-serif; 
text-align:right;
width:290px;
margin-top:10px; 
}

#leftFloat {
float:left;
width:210px;
/*left:15px;*/
margin-top:10px;
font-family:Arial, Helvetica, sans-serif;
}


#productGeneral{
background-color:#FFFFFF;
color:#000000;
}
.titul_product{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:22px;
padding:0;
margin:0;
text-align:left;
color:#1d2a55;
}
.preu_product{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:normal;
padding:0;
margin:0;
text-align:left;
color:#d33232;
}
#productDescription {
border:0px solid #bfbfbf;
margin-top:5px;
clear:both;
font-family:Helvetica, sans-serif;
font-size:11px;
}
#productDetailsList {
/*float:left;*/

border-top:1px solid #1d2a55;
border-bottom:1px solid #1d2a55;
}
	
ul#productDetailsList {
list-style:none;
margin:0;
padding-bottom:5px;
padding-top:5px;
}

#cartAdd {
width:200px;
text-align:right;
margin:10px auto;
float:right;
height:auto;
padding-right:10px;
border:0px solid red;
background-color:#ffebbc;
}

#cartAdd input {
border:1px solid #bfbfbf;
color:#444444;
text-align:center;
}
.atributos_productos{
/*border:0px solid #d4dfe1;*/
border:0px solid red;
height:auto;
font-family:Arial, Helvetica, sans-serif;
}
#attribsOptionsText{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
margin-left:15px;
margin-top:15px;
}
h4.optionName{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
margin-left:15px;
}
.attribsRadioButton{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}

#productAttributes {
/*width:100%;
float:left;
border:1px solid #bfbfbf;*/
float:left;
width:200px;
height:auto;
border:0px solid red;
padding-left:5px;
margin:5px 0 0 0px;
}
#productAttributes_right{
/*width:100%;
float:left;
border:1px solid #bfbfbf;*/
float:left;
width:280px;
height:auto;
border:0px solid red;
padding-left:5px;
margin:5px 0 0 0px;
}

#loginDefault{
background-color:#FFFFFF;
}

#indexProductList{
/*padding-top: 10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
background-color:#FFFFFF;
width:520px;*/
}

#productsListingBottomNumber{
margin-top:20px;
}
#productsListingListingBottomLinks{
margin-top:20px;
}

#specialsListing {
/*padding-top: 5px;
background-color:#FFFFFF;*/
}

.centerBoxWrapperContents a{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#1d2a55;
font-weight:bold;
text-decoration:none;
}
.centerBoxWrapperContents a:hover{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#b1ae6c;
font-weight:bold;
text-decoration:underline;
}

.main a{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#1d2a55;
font-weight:bold;
text-decoration:none;
}
.main a:hover{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#b1ae6c;
font-weight:bold;
text-decoration:underline;
}

#whatsNew a{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#1d2a55;
font-weight:bold;
}
#specialsDefault a{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#1d2a55;
font-weight:bold;
}

.productListing-data a{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#1d2a55;
font-weight:bold;
line-height:15px;
width:140px;
display:block;
}
.productListing-data a:hover{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#b1ae6c;
font-weight:bold;
text-decoration:underline;
line-height:15px;
}

.copyright{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
font-weight:normal;
padding:20px 0;
margin:0 60px;
}
.copyright a{ color:#FFFFFF; text-decoration:none;}
.copyright a:hover{ color:#FFFFFF; text-decoration:underline;}

#productsListingTopNumber{
margin-bottom:15px;
}

.productListing-heading{
background-color:#c6c489;
}

#bannernovedades{
border:0px solid red;
width:542px; 
margin-bottom:10px;
}

.vermasofertas{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-align:center;
}
.vermasofertas a{
color:#000000;
text-decoration:underline;
}
.vermasofertas a:hover{
color:#000000;
text-decoration:underline;
}


.box_receta{
width:520px;
height:auto;
border:0px solid red;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

/*----------------
	  MYTABLE
------------------*/

table.MYTABLE {
border-bottom:1px dashed #9A9A9A;
border-left:1px dashed #9A9A9A;
border-right:1px dashed #9A9A9A;
}
td.MYTABLE0 {
border-bottom:1px dashed #9A9A9A;
border-right:1px dashed #9A9A9A;
border-top:1px dashed #9A9A9A;
}
td.MYTABLE1 {
border-bottom:1px dashed #9A9A9A;
border-right:1px dashed #9A9A9A;
border-top:1px dashed #9A9A9A;
font-size:12px;
font-weight:bold;
}
th.MYTABLE1 {
border-bottom:1px dashed #9A9A9A;
border-right:1px dashed #9A9A9A;
border-top:1px dashed #9A9A9A;
font-size:12px;
}

/*----------------
	  RECETAS
------------------*/

/*#ezPagesHeading{
border-bottom:1px solid #1d2a55;
margin-bottom:30px;
color:#ee007d;
font-size:22px;
text-align:left;
}*/
#ezPagesHeading{
display:none;
}

.row_receta{
width:249px;
height:60px;
background-color:#ebebea;
border:0px solid blue;
float:left;
margin-left:3px;
}
.row_receta2{
width:249px;
height:60px;
background-color:#ffffff;
border:0px solid blue;
float:left;
margin-left:3px;
}
.img_row_receta{
float:left; width:71px; height:52px;
padding-top:3px;
}
.txt_row_receta{
float:left; width:160px; margin-left:10px; padding-top:15px;
}

.clear{
clear:both;
}

.ficha_receta_left{
width:300px;
float:left;
border:0px solid red;
padding-top:15px;
}
.ficha_receta_right{
padding-top:15px;
width:190px;
float:right;
border:0px solid red;
background-color:#ebebea;
}
.ficha_receta_right a{ color:#000000; text-decoration:none;}
.ficha_receta_right a:hover{ color:#000000; text-decoration:underline;}


.titul_ficha_recetas{
color:#1d2a55;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
}

.buttonRow1{
float:left;
margin-right:50px;
}
.buttonRow2{
float:left;
position:relative;
top:-4px;
}
.buttonRow3{
float:right;
}

.links_cliente{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	padding-bottom:3px;
	font-size:13px;
	}

.links_cliente a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#1d2a55;
	text-decoration:none;
	}
.links_cliente a:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#b1ae6c;
	text-decoration:none;
	}

.specialsListBoxContents a{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#1d2a55;
font-weight:bold;
text-decoration:none;
}
.specialsListBoxContents a:hover{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#b1ae6c;
font-weight:bold;
text-decoration:underline;
}

#minproduct{
position:relative;
top:-18px;
left:95px;
border:0px solid red;
width:35px;
text-align:right;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
float:left;
}

#masinfo_listing{
border:0px solid red;
width:75px;
float:left;
position:relative;
left:15px;
display:none;
}

/* ESTILS PLANTILLA 2010 BY CINETIC */
.navSplitPagesResult, .navSplitPagesLinks{ padding:0 8px; }

#HiperContentHome{ margin:0 50px 0 50px; padding:0; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; }
#HiperContentHome .HiperContentHomeWrap{ padding:25px 12px; background:#FFFFFF; }

#HiperContentIntern{ margin:0 50px 0 50px; background:#FFFFFF; /*padding:0 50px 0 50px;*/ font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; }
#HiperContentIntern .HiperContentInternWrap{ padding:25px 12px; background:#FFFFFF; }

.HiperColLeft{ width:150px; float:left; background-color:#e3e6e6; }
.HiperColCenter{ width:504px; float:left; margin:0 8px 0 9px; background-color:#FFFFFF; }
.HiperColRight{ width:150px; float:right; padding:5px 0 5px 0; background-color:#e3e6e6; text-align:center; }

.HiperColCenter h1{ width:465px; height:32px; background:url(../images/hipercohete2_h1_bg.png) no-repeat; color:#FFFFFF; font-size:12px; font-weight:bold; padding:8px 20px; border:0; }
.HiperColCenter h2{ width:465px; height:32px; background:url(../images/hipercohete2_h1_bg.png) no-repeat; color:#FFFFFF; font-size:12px; font-weight:bold; padding:8px 20px; border:0; margin-top:25px; }

.HiperFooter{ margin:0; padding:15px 60px 15px 60px; font-size:11px; color:#FFFFFF; }
.HiperFooter a, .HiperFooter a:link, .HiperFooter a:active, .HiperFooter a:visited, .HiperFooter a:hover{ text-decoration:none; color:#FFFFFF; }

.banner_right{ padding:0; margin:12px 0 12px 0; }
.banner_fbk{ width:141px; height:375px; padding:0; margin:12px 0 12px 5px; background:#FFFFFF;}

#banerOnline{ background:#dfe3e3; padding:0; margin:0; }
#banerOnline .bannerLeft{ width:540px; height:200px; float:left; padding:8px 0 5px 0; margin:0; background:url(../images/hipercohete2_ban_online_peninsula.gif) no-repeat bottom center; }
#banerOnline .bannerLeft .one{ width:210px; height:125px; float:left; margin:15px 0 0 0; padding:0; }
#banerOnline .bannerLeft .two{ width:220px; height:125px; float:right; margin:15px 25px 0 0; padding:0; }
#banerOnline .bannerLeft .number{ width:95px; float:left; margin:0; padding:0; line-height:125px; font-size:170px; font-weight:bold; color:#FFFFFF; }
#banerOnline .bannerLeft .text{ width:115px; float:right; margin:0; padding:0; color:#0c134b; font-size:15px; font-weight:bold; text-align:center; }
#banerOnline .bannerRight{ width:283px; height:200px; float:right; padding:8px 0 5px 0; margin:0; background:#c7cbcb; }
#banerOnline .bannerRight ul{  margin:0; padding:5px 15px 12px 42px; color:#0c134b; font-size:13px; font-weight:bold; }
#banerOnline .bannerRight ul li{ margin:0; padding:2px 0 2px 0; list-style:url(../images/hipercohete2_tick.png) outside; }
#banerOnline .bannerHeadBlue{ display:block; height:37px; padding:5px 0 0 0; margin:0; background:url(../images/hipercohete2_ban_online_headleft.gif) repeat-x center top; color:#FFFFFF; font-size:13px; font-weight:bold; text-align:center; }
#banerOnline .bannerHeadOrange{ display:block; height:37px; padding:5px 0 0 0; margin:0; background:url(../images/hipercohete2_ban_online_headright.gif) repeat-x right top; color:#FFFFFF; font-size:13px; font-weight:bold; text-align:center; }

#bannerOfertas{ position:relative; padding:0; margin:15px 0 0 0; width:823px; height:280px; }
#bannerOfertas .bannerHeadBlueTrans{ /*position:absolute;*/ position:relative; z-index:1; width:808px; height:37px; padding:5px 0 0 15px; margin:0; background:url(../images/hipercohete2_ban_headbluetrans.png) repeat-x center top; color:#FFF; font-size:13px; font-weight:bold; text-align:left; }
#bannerOfertas .bannerLeft{ /*float:left;*/ position:absolute; top:0px; left:0px; width:300px; padding:50px 0; margin:0; /*background:#8aa5bd url(../images/hipercohete2_ban_ofertas_bgbottom.gif) no-repeat bottom left;*/ }
#bannerOfertas .bannerLeft .products{ padding:40px 0 10px 0; margin:0; background-color:#FFFFFF; text-align:center; }
#bannerOfertas .bannerLeft .products a, #bannerOfertas .bannerLeft .products img{ padding:0; margin:0; text-decoration:none; }
#bannerOfertas .bannerRight{ /*float:right;*/position:absolute; top:0px; right:0px;width:485px; padding:50px 0 0 0; margin:0; }

#banerYoutube{ width:520px; height:295px; float:left; background:#dfe3e3; padding:8px 0 5px 0; margin:15px 0 0 0; }
#banerYoutube .bannerHeadBlue{ display:block; height:37px; padding:5px 0 0 0; margin:0; background:url(../images/hipercohete2_ban_online_headleft.gif) repeat-x center top; color:#FFFFFF; font-size:13px; font-weight:bold; text-align:center; }
#banerYoutube .bannerLeft{ width:295px; float:left; margin:0 0 0 20px; padding:2px 0 0 0; text-align:center; }
#banerYoutube .bannerRight{ width:170px; float:right; margin:0 20px 0 0; padding:30px 0 0 0; color:#0c134b; font-size:15px; font-weight:bold; text-align:center; }
#banerYoutube .bannerRight p{ padding:10px 0; }

#bannerSocial{ width:283px; height:298px; float:right; padding:10px 0 0 0; margin:15px 0 0 0; background:#dfe3e3; color:#0c134b; font-size:15px; font-weight:bold; text-align:center; }
#bannerSocial p{ padding:5px 0; }
#bannerSocial .fbk{ width:260px; height:200px; overflow:hidden; padding:0; margin:0 11px; background:#FFFFFF; }


.bannerButton{ padding:5px 10px; margin:10px 0; background:url(../images/hipercohete2_ban_button_bg.gif) repeat-x; text-align:center; color:#FFFFFF; font-size:11px; font-weight:bold; text-decoration:none; }


.block_tiendas{background:url(../images/mapa_tiendas.jpg) no-repeat; height:260px; margin: 0 10px;}
.block_tiendas ul{ list-style:none; padding:0px; margin:0px; display:block;}
.block_tiendas li{ width:148px; margin:0 20px 0 0; float:left;}
.block_tiendas li.last{ margin:0px;}
.block_tiendas h2{ background: none repeat scroll 0 0 transparent; border-bottom: 1px solid #88A7FA; color: #10166E; font-size: 12px; height: auto; padding: 0 0 2px 5px; margin: 5px 0; text-transform: uppercase; width: 143px;} 
.block_tiendas p{ padding:0 0 2px 5px;}
.block_tiendas p a{ color:#0e156d; text-decoration:none;}
.block_tiendas p a:hover{ color:#0e156d; text-decoration:underline;}

.block_casetes{}
.block_casetes h2{color:#0e156d; width:465px; height:32px; background:url(../images/hipercohete2_head_groc.png) no-repeat; font-size:12px; font-weight:bold; padding:8px 20px; border:0;}
.block_casetes p{color:#0e156d; margin: 0 10px; font-size: 11px;}
.block_casetes p b{ font-size:12px;}

.link_volver_tiendas{margin-top:4px; text-align:left;}
