/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*estilo modificado por Leire Castillo 18/01/2007 */

/* COLORIDO BÁSICO ORGANIZADO:

Color claro (casi blanco) #EEEEEE

Color medio #BBBBAA

Color oscuro #666666

Hover #BB1122

*/

/*estilos añadidos 18/01/2007 */
/*controla las propiedades del contenedor de toda la tienda*/
.borde_0 {
	border: none;
}
/*estilo que quita los bordes de los radiobuttons y los checkbox*/
.sin_bordes input {
	border: none;
}
/*margen inferior para cada una de las cajitas de las columnas izquierda y derecha*/
.column_left .infoBox {
	margin-bottom: 15px;
}
.column_right  .infoBox {
	margin-bottom: 15px;
}
/*aqui definimos el ancho del cuerpo de la tienda y la alineación*/
.contenedor {
	width: 860px;
	margin: 0 auto;
	background: #FFF;
	padding: 0px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
}
/*damos el margen de los contenidos que hay entre las dos columnas*/
.contenidos_centrales {
	padding: 0px 20px 0px 20px;
}
/*estilos de la cajita de presentación del inicio*/
.caja_ini {
	background: url(images/fnd_caja_ini.jpg) left bottom repeat-x;
	width: 100%;
	}
.title_inicio {
	font-size: 22px;
	background: url(images/fnd_title.gif) left 5px repeat-x;
}
.title_inicio span {
	padding-right: 10px;
	color: #666666;
	background:#FFF;
}
.bienvenida {
	font-size: 12px;
	padding: 20px 10px 10px 15px;
}
.texto_descripcion {
	font-size: 18px;
	font-weight:bold;
	color: #666666;
	background: url(images/fnd_ini.jpg) left bottom no-repeat;
	padding: 15px 10px 30px 15px;
}
.imagen_home {
	height:215px;
	width:176px;
}
/*FIN cajita de presentación del inicio*/
.header {
  background: #ffffff;
  text-align: left;
}
/*fondo para cuando no han insertado un logotipo*/
.header .logo {
	float: left;
	display:block;
	width: 70px;
	height:70px;
	margin: 10px 0px 0px 0px;
	background: url(images/no_logo.gif) left top no-repeat;
	vertical-align:middle;
}
.header .logo td {
	background: #FFF;
}
/*nombre de la tienda en la cabecera*/
.nombretienda {
	font-size: 25px;
	color: #666666;
	text-align:left;
	line-height:110%;
	width: 100%;
	font-weight:bold;
	padding-left: 20px;
}
/*estilo para maquetacion*/
.both {
	clear: both;
	font-size: 1px;
}
/*menu en la cabecera*/
.menu {
	height: 20px;
	color: #FFF;
	font-size:11px;
	font-weight:bold;
}
.menu a {
	color: #FFF;
	font-size:11px;
	font-weight:bold;
}
.menu a:hover {
	color: #FFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.menu_top {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.menu_top li {
	margin: 0px 10px 0px 0px;
	padding:0px;
	height:20px;
	list-style:none;
	display:block;
	float: right;
	background: #999 url(images/pst_right.gif) right top no-repeat;
}
.menu_top li a {
	padding: 4px 10px 0px 10px;
	display: block;
	float: left;
	height: 20px;
	background: url(images/pst_left.gif) left top no-repeat;
}
/*FIN menu en la cabecera*/
/* FIN estilos añadidos*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #BB1122; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #666666; text-decoration: underline; }

BODY {
	text-align:center;
  background: #666666 url(images/fnd_body.jpg) left top repeat-x;
  color: #333;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #BB1122;
  text-decoration: underline;
}

FORM {
	display: inline;
}



TR.headerNavigation {
  background: #BBBBAA;
  height: 25px;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #BBBBAA;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #666666;
   border-top: 1px solid #666666;
}

A.headerNavigation { 
  color: #666666; 
}

A.headerNavigation:hover {
  color: #FFF;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TABLE.footer {
   background: #BBBBAA;
   height: 25px;
   margin-top: 10px;
  border-bottom: 1px solid #666666;
   border-top: 1px solid #666666;
}
TR.footer {
}
.footer_td {
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	color: #666666;
	background:none;
  	font-weight: bold;
}
.infoBox {
  background: #BBBBAA;
}

.infoBoxContents {
  background: #EEEEEE;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #BBBBAA;
  color: #666666;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #BBBBAA;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #BBBBAA;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #666666;
  font-weight:bold;
}

A.pageResults:hover {
  color: #666;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

INPUT, CHECKBOX, RADIO,SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #CCC;
}
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #CCC;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #E6E6E6; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E6E6E6; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
