/**
 * 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 $
 */
 
@import "stylesheet-desplegable.css"; 
 
*{ margin:0; padding:0; }

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
	
	
}

body {
	margin-top:10px;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	background-image:url(/includes/templates/the9/images/background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
	
	}

a img {border: none; }

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

a:active {
	color: #333;
	}

#contentMainWrapper a {
	/*color:#ffcc99;*/
	color:#000;
	}

p, span { 
	font-size:1em;
	line-height:1.43em;
	padding:0px; }

h1 {
	color: #663300;
	font-size:1.43em;
	line-height:1em;
	}

h2 {
	font-size: 1.28em;

	}

h3 {
	font-size: 1.14em;
	}

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

	}

.biggerText {
	font-size: 1.14em;
	line-height:0.79em;
	}



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

FORM, SELECT, INPUT {
	display: inline;
	}

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 #FFCC99;
	background-color:#fff;
	}

LEGEND {
	
	padding: 0.3em;
	}

LABEL, h4.optionName {
	
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	
	}

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

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 {
	
	border: 1px solid #000000;
	}

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	text-align:justify;
	width: 964px;
	/*background-image:url(/pergokit/includes/templates/the9/images/background-content.jpg);*/
	background-position:0px 100px;
	background-repeat:no-repeat;
	}

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

#headerWrapper {
	background-color:#fff;
	
	margin-top:50px;
	position:relative;
	height:100px;
	}

#logoWrapper {
	position:absolute;
	top:-40px;
	left:15px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	/*background-color:#BE8955;*/
	
	}
	
	
#contentMainWrapper {
	margin:15px 0px 15px 15px;
	width:940px;
	
	
	}

#tagline {
	color:#000000;
	
	text-align : center;
	vertical-align: middle;
	}

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

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

.floatingBoxNew { 
	margin-top:15px;
	padding:5px;
	background-color:#fff;
	border:1px solid #ffcc99;}

.floatingBoxReturning {
	margin-top:15px;
	padding:5px;
	background-color:#FFCC99;
	border:1px solid #fff;}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {

	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	
	list-style-type: none;
	}
#navMain {
	float:right;
	background-color:#ffcc99;
	margin-right:15px;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	
	background-color: #fff;
	padding:5px;
	
	color: #996633;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {

	
	list-style-type:none;

	}

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

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	
	margin: 0;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	

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

#navThe9 {
	color:#996633;
	
	}
#navThe9 .navThe9Butt {
	background-color:#fff;
	padding:10px 10px 0px 10px;
	float:left;
	margin-right:2px;
	height:20px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #fff6a6;
	margin:0px 25px 10px 0px;
	padding-left:5px;
	font-size:12px;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	
	
	}

#navColumnOne {
	background-color: #FFCC99;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}
#productsListingBottomNumber a, #productsListingListingBottomLinks a, #productInfoLink a {
	
}

#productInfoLink a {
	color:#ffcc99;
	}
/*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;*/
	
	}

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

.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	
	}
	
#indexDefaultHeading { font-style:italic;}

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

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

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

#cartSubTotal {
	border-top: 1px solid #cccccc;
	
	text-align: right;

	}

.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: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

.cartBoxTotal {
	text-align: right;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

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

.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 {

	}

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

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

.amount {
	width: 5.5em;
	}

/*Image Display*/
#docGeneralDisplay p {
	
	padding:0px;
	}

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 0em 0em 0em ;
	}

.categoryIcon h1{
	
	}

.categoryIcon a {
	color:#fff;
	}

#cartImage {
	margin: 0.5em 1em;
	}

.mainProductImage {
	background-color:#fff;
	padding:3px;
	padding-bottom:12px;
	border:1px solid #ffcc99;
	}
	

.mainProductImage a {
	margin-top:5px;
	}

.mainProductImage a:hover{
	text-decoration:none;
	}

.mainProductImage .imgLink {
	margin-top:5px;
	}
.listingProductImage {
	margin:0px;
	}

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

.attributesComments {}

/*list box contents*/
#tabular_table {
	width:100%;
	}
#tabular_table Table {
	background-color:#FFF;
	width:200px;
	height:205px;
	float:left; 
	margin-right:30px; 
	margin-bottom:30px;
	border:5px;
	}
#tabular_table Table img{
	padding:1px;
	}
	

.itemTitle { 
	text-align:left;
	display:block;
	margin:5px; }


.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	
	}
	
#indexCategoriesHeading, #productListHeading, .categoryIcon {
	font-family:Georgia;
	font-style:italic;
	
	}

.catDescContent {
	margin:0;

	}
	
.categoryListBoxContents {
	margin-right:13px;
	margin-top:15px;
	background-color:#fff6a6;
	border:1px solid #ffcc99;
	padding:1px;
	white-space:nowrap;
}

.categoryListBoxContents:hover {
	margin-right:13px;
	margin-top:15px;
	background-color:#ffcc99;
	border:1px solid #ffcc99;
	padding:1px;
	white-space:nowrap;
}



.categoryListBoxContents a:hover{
	text-decoration:none;
	}
.categoryListBoxTextLink {
	font-family:Georgia, serif;

	
	
	display:block;
	margin:10px 5px 5px 5px;
	}
.categoryListBoxTextLink:hover {
	text-decoration:underline;
	}

.productListing-data a {	
	color:#333;
}

.productListing-heading {
border-bottom:1px solid #663300;

}
.productListing-heading a {
border:none;

}

.productListing-odd td, .productListing-even td{
	border:1px solid #ffcc99;
 }


.productListing-odd td:hover, .productListing-even td:hover{
	border:1px solid #ffcc99;
	background-color:#FFCC99;
 }


         

.listingDescription{
	text-align:left;
	margin:0px;
	padding:0px;	
	}
	

#fichaDocument{
	float:left;
	background-color:#fcfcfc;
	border:1px solid #ffcc99;
	min-height:290px;
	font-family:Georgia, serif;
	}



#fichaProduct{
	background-color:#fff;
	border:1px solid #ffcc99; 
	min-height:280px;
	width:100%;
	
	max-width:934px;
	font-family:Georgia, serif;
	}
	
#productName { background-color:#ffcc99;
	
}

#productPrices { background-color:#fcfcfc;}

#productPrices .resaltado { background-color:#FFCC00;}

#productAttributes {
	
	margin:15px;
	}

.docGeneral {
	margin-top:0px;
	width:550px;
	background-color:#ffcc99;
	}
	
.productGeneral {
	
	}

#productName h1 { 
	font-weight:normal; 
	
	padding:12px; }

*html #productName h1 {  
	margin:12px; }

#productName h4 { 
	font-weight:normal;
	padding:12px; }

*html #productName h4 {  
	margin:12px; }

#documentDescription {
	padding-left:12px;
	width:500px; 
	}
#documentDescription #productDescription{	
	font-family:Georgia; 
	margin:0px;
	}
#configurator {
	margin-top:25px;
	border:1px solid #FFCC99;
	background-color:#FFFFFF;
	padding:5px;
	
	width:510px;

	
	
	/*background-image:url(/pergokit/includes/templates/the9/images/configuration-icon.png);
	background-repeat:no-repeat;
	background-position:bottom left 10px;*/
	
	}
	
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

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

h3.rightBoxHeading, h3.rightBoxHeading a {

	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

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

/*misc*/
.back {
	float: left;
	margin-left:3px;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	margin-right:18px;
	}



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

.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, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	}
#seShipTo {
	padding: 0.2em;
	}

