/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { 
  	font-family: Tahoma, Arial, sans-serif; 
  	font-size: 12px;
  	padding:6px 4px 0 8px;
 }

.errorBox { 
  	font-family :Tahoma, Arial, sans-serif; 
  	font-size : 10px; 
  	background: #ffb3b5; 
  	font-weight: bold; }

.stockWarning { 
  	font-family : Tahoma, Arial, sans-serif; 
  	font-size : 12px; 
  	color: #f44200; 
  }

.productsNotifications { 
	background: #fbf7f2;
	padding:5px;
	}
.orderEdit { 
  	font-family : Tahoma, Arial, sans-serif; 
  	font-size : 12px; 
  	color: #945200; 
  	text-decoration: underline; 
	}

BODY {
   	background: #ffffff;
   	font-family : Tahoma, Arial, sans-serif;
   	color: #2a0d08;
  	margin: 0px;
	}


A {
 	color: #2a0d08;
  	text-decoration: none;
	}

A:hover {
  color: #945200;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: url(images/BgHeader.gif);
  height: 79px;
  text-align:center;
  
}

TR.headerNavigation {}

TD.headerNavigation {
  font-size: 10px;
  padding:10px 10px 10px 10px;
  background: #DED4C8;
  color: #331a15;
  border-bottom:1px dotted #331a15;
  border-top:1px dotted #331a15;
  text-transform:uppercase;
  font-weight: bold;
  font-family: Tahoma, Arial, sans-serif;
}
TD.banderas{
  background: #DED4C8;
  padding:3px 0 0 0 ;
  border-bottom:1px dotted #331a15;
  border-top:1px dotted #331a15;}

A.headerNavigation { 
  color:  #321912;  margin-top:-105px; 
}

A.headerNavigation:hover {
  color: #9A5401; 
}

TR.headerError {
	background: #EDE5DC;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #D03A00;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #EDE5DC;
}

TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #d74103;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #321912;
  margin:50px;
}

TD.footer {
  font-family:Tahoma,Arial,san-serif;
  font-size: 10px;
  background: #DED4C8;
  color: #331a15;
  border-bottom:1px dotted #331a15;
  border-top:1px dotted #331a15;
  text-transform:uppercase;
  padding:10px ;
  font-weight: bold;
}

.infoBox {
  background: #FBF7F2;
  margin-bottom:15px;
  border-bottom:3px solid #d48913;
  border-left:1px solid #d48913;
  border-right:1px solid #d48913;
  border-top:1px solid #d48913;
  }
.infoBox A B{
  font-size:11px;
  color:#945200;
}

.infoBoxContents {
 
  font-family:Tahoma, Arial, sans-serif;
  font-size: 12px;
  padding:3px 0; 
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #eda431;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-size: 14px;
  background: #d48913;
  font-weight:bold;
  padding: 5px 0;
  text-transform:uppercase;
  color: #fff;
  font-family: Arial, Tahoma, Tahoma,  sans-serif;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f9f9f8;
}

TR.accountHistory-even,TR.productListing-odd, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F9F9F8;
}
TABLE.productListing {
  border: 1px solid #AFA599;
  border-spacing: 1px;
  font-size:14px; 
}

.productListing-heading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  text-transform:uppercase;
  background: #EDE5DC;
  color: #945200;
  height:18px;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height:16px; 
  padding:10px;
  color: #2a0d08;
}
TD.productListing-data A{text-transform:uppercase; font-size: 12px;}
TD.productListing-data B{color:#9A5401; font-weight:bold;}
TD.productListing-data .more{color:#D03A00; font-weight:bold; font-size: 11px;}
TD.productListing-data .price{ color:#D03A00; font-size: 14px; font-weight:bold;}
S{
  color:#A8A7A7;
  font-size: 12px;
  }
A.pageResults {
  color: #4b2a01;
}


A.pageResults:hover {
  color: #4b2a01;
  background: #eae3d9;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 18px;
  padding-top:10px;
  font-weight: bold;
  color: #945200;
}
TD.pageHeadingprice, DIV.pageHeadingprice {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 22px;
  padding-top:10px;
  font-weight: bold;
  color: #D03A00;
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  padding:5px;
}
TD.main A{
  text-decoration:underline;
  color:#613601;}


/* estilo para destacar fotos en la home añadido*/
.fthome{
  	padding:0 ;
	background-image:url(images/bg_fthome.png);
	background-position:50% 0%;
	background-repeat:no-repeat;
	height:275px;
	}
.fthome P{
	font-size:11px;
	line-height:12px;
	margin:0;
	width:160px;
  	color:#333;
	font-weight:bold;
	}
.fthome P A{
	color:#333;
	padding:0 0 8px 0;
	margin:0;
	text-decoration:none;
	}
DIV.shadow{
	position:relative;
	margin:10px 0 0 0 ;
	background-image:url(images/bg_img.png);
	background-position:center top;
	background-repeat:no-repeat;
	}
.fthome P.pricehome{
	margin:0;
	width:120px;
	*width:130px;
	background-color:#fff;
	}	
.fthome P.pricehome B{
	font-size: 18px;
	color: #D03A00;
	font-weight: bold;
	}







TD.smallText{
  font-family:Tahoma,Arial,sans-serif;
  font-size:12px;
  color:#2a0d08;
  padding:20px 0 10px 0;
}
.ayuda, .ayuda A{ font: 12px Tahoma,Arial,sans-serif; color:#CC3300; padding:0; margin:0}
TD.smallText A{ 
  color:#6f2214;}
TD.smallText A:hover{
  text-decoration:none;
  color:#945200;}

SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	color: #aabbdd;
}
TD.fieldKey {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color:#6F2F1B;
	padding:0;
}
TD.fieldValue {
  	font-family: Tahoma, Arial, sans-serif;
	padding:0 10px;

	color:#6F2F1B;
}
.fieldValuePq INPUT{
  	font-family: Tahoma, Arial, sans-serif;
	margin:5px 10px;
	width:80px;
	color:#6F2F1B;
}
/*para busqueda avanzada*/
.avanzada{
	font-size: 14px;
  	color:#945200;
	display:block;
	padding:0 10px 0 0;
}
TD.valorpq INPUT {
	width:60px;
}
/**/


TD.tableHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}
IMG{ border:0;}

TEXTAREA {
  width: 90%;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #d23b02;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: dotted;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:Tahoma, Arial, sans-serif;
  font-size:14px;
  color: #D03A00;
}
SPAN.pageHeadingprice {
font-family: Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #D03A00;
}

SPAN.errorText {
  font-family: Tahoma, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #EDE5DC; cursor: pointer; cursor: hand; }
.moduleRowSelected {  background-color: #FBF7F2; }

.checkoutBarFrom, .checkoutBarTo { 
  font-family:Tahoma, Arial, sans-serif; 
  font-size: 12px; 
  color: #8c8c8c; }

.checkoutBarCurrent { 
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px; 
  color: #000000; }

.loginBoxCoco{
  display:block;
  border-bottom:1px solid #DED4C8;
  font-weight:bold;
  padding:0 0 3px 0;
  margin: 0 0 7px 0;
  color:#5F5A53;}  

/* message box */

.messageBox { 
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 10px; }

.messageStackError, .messageStackWarning { 
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px; 
  border:2px dotted #c22e01; 
  padding: 5px;
  margin-bottom:5px;}

.messageStackSuccess { 
  font-family: Tahoma, Arial, sans-serif; 
  font-size: 12px; 
  border:2px dotted #c22e01; 
  padding: 5px;}

/* input requirement */

.inputRequirement { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/****************change the menu hover color below**************/

#thecategories {
 margin:-11px 0 0 -6px;

}
#thecategories a {
  display: block;
  padding:5px 0 5px 0;
  border:1px dotted #FBF7F2;
}

#thecategories a:hover {
  background-color: #EDE5DC;
  text-decoration:none;
  border:1px dotted #d5c5b3;
}

.catwithsubs {
  padding-right: 5px;
}

.catwithnosubs {
  padding-right: 3px;
}

.activelink {
  display: block;
  font-weight: bold;
}



/*mozilla fix*/

html>body #thecategories a {
  width:auto;
}


/*end of mozilla fix*/

#topcat a {
  padding-left: 5px;
  color:#591f0c;
  font-size:13px;
  text-decoration:none;
}

#secondcat a {
  padding-left: 15px;
  color:#864a00;
  font-size:13px;
  text-decoration:none;
}

#thirdcat a {
  padding:2px 0 2px 25px;
  color:#321912;
  font-size:13px;
  text-decoration:none;
}



#fourthcat a {
  padding-left: 30px;
  color:#868585;
  font-size:10px;
  text-decoration:none;
}

#fifthcat a {
	padding-left: 5px;
	color:#9a9a9a;
	font-size:10px;
	text-decoration:none;
}
/*** Begin Header Tags SEO ***/
H1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #945200;
}
H2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
}
H2 P{
	margin:0;
	font-family: Tahoma, Arial, sans-serif;
	padding:0;
	font-size:14px;
}
H3{ 
	font-size:18px;	
	font-family: Verdana, Arial, sans-serif;
	color:#be6b04;
	text-align: center;
	}

P{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding:5px;
	}
/*** End Header Tags SEO ***/

/*
.fotoFicha{
	vertical-align:top;
	text-align:right;
	background:#ede5dc;
	border-top:1px dotted #331a15;
	border-bottom:1px dotted #331a15;
	padding:5px 10px;
}

.fotoFichaI{
	vertical-align:top;
	text-align:center;
	}
*/	
/*estilo para la imagen del libro en product_info*/	
.fotoficha{
	width:270px;
	padding:0;
	margin:20px 0 0 0;
	float:right;
	text-align:center;
	background:url(images/sombraft.png) no-repeat 100% 0;
}
.fotoinf{
	width:270px;
	height:25px;
	background:url(images/sombraft.png) no-repeat bottom;
	}
.fotosup{
	width:270px;
	height:25px;
	background:url(images/sombraft.png) no-repeat;
}
.fotofin{ height:8px; margin:15px 0 5px 0; background:url(images/fondofoto.png) no-repeat;}
.subfoto{	
	min-width:90px;
	display:block;
	padding:0;
	margin:0
}
.subfoto IMG{ padding:0 0 0 5px;}


