/*
  $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: 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: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #0B3660; /*color texto azul de los enlaces de productos*/
  text-decoration: underline;
}

FORM {
	display: inline;
}
/*---------------------------------COMIENZO SEARCH BOX-------------------------------------*/


.search-box{ /*outer background*/
float:right; 
height: 23px; 
padding: 10px 10px 0px 10px; 
-moz-border-radius:16px;
-webkit-border-radius:16px;
border-radius:16px;
/*background-image: url(http://www.tiendaclicks.es/images/bg_search.png);*/

}

input.search-field{ /*input field */ 
color:#999999; 
float: left; 
border:1px dotted #CCCCCC; 
border-width: 1px 0px 1px 1px; 
margin:0; 
padding: 3px 0px 0px 4px; 
height:23px; 
width: 200px; 
font-style: italic;
font-size:12px;
font-family:Verdana;


}

input.search-go { /*search icon */ 
float:left; 
border:1px solid #CCCCCC; 
border-width: 1px 0px 1px 0px; 
margin:0; 
padding:0; 
margin-left: 0px; 
height: 23px; 
width: 99px;
background: #ffffff url(images/bt_buscar.png) no-repeat center left; 
cursor: pointer; 
}

input.search-go:hover{ /*search icon hover "Does Not work in ie6" */ /*background:url(images/bt_buscar.png) no-repeat bottom left;*/ }



/*------------------FIN SEARCH BOX------------------*/


TR.header {
/*  background: #ffffff; */
}

TR.headerNavigation {
  background: #FFFFFF;
}


TD.headerMenu {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #0B3660; /*color azul barra menu*/
  border:1px solid #ffffff;
  height: 30px;
  color: #ffffff;
  font-weight : bold;
 /* padding-left:15;*/
 text-align:center;

  
  

}

TD.headerMenu:hover {
background-color:#3D88A5;

  }

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #0B3660;
  color: #ffffff;
  font-weight : bold;
  
}

TD.headerCuentaCart {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: url(http://www.tienda-padel.com/images/barra_sup.png) repeat-x;
  color: #ffffff;
  font-weight : bold;
  height: 25px;
  vertical-align: middle;
  }
  
TD.busquedas {
/*background: url(http://www.tiendaclicks.es/images/bg_search.png);*/
vertical-align:middle;
height: 55px;

}


TD.headerCuentaCart:hover {
  color: #FFFF1F;
}

A.headerNavigation { 
  color: #FFFFFF; /*color de la letra*/
 /* background-color:#0B3660;*/
}

A.headerNavigation:hover {
  color: #FFFFFF; /*color de la letra*/
  background-color:#3D88A5;
  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;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;*/
  font-family:Arial, sans-serif;
 font-size:11px;
    margin: 10px 0;
  padding: 3px 0;
  background: #0B3660;
  border-top: 1px solid #065693;
  border-bottom: 1px solid #065693;
  color: #ffffff;
  font-weight: bold;
}

.headerCuentaCart {
color:#FFFFFF;}

.headerCuentaCart:hover {
color:#FFFFFF;}

.infoBox {
  background: #c4c4c4;/*  Color Gris del contorno de todos los modulos */
}

.infoBoxContents {
  background: #FFFFFF;
  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: 11px;
  font-weight: bold;
  text-align:center;
  background: #A5A5A5;/*  Color gris del Encabezado de todos los modulos */
  color: #FFFFFF;
  
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*  Modulo Productos Destacados - inicio */
TR.ProductosDestacados {
  background: url(images/productos_destacados.jpg);
}

TD.ProductosDestacados {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  background: #FFFFFF; /*  Color blanco del fondo de Productos Destacados */
  color: #06B006; /*  Color Verde Precio de Productos Destacados */
  font-weight : bold;
  border-color: #C3C3C3;
}

TD.ProductosDestacados:hover {
border:1px solid #c4c4c4;
font-weight: bold;
color:#0065B5;
}

A.ProductosDestacados { 
  color: #ffffff; 

}

A.ProductosDestacados:hover {
  color: #FFFF7F;
}
/*  Modulo Productos Destacados - fin */

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: #ffffff;
}

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: #ffffff;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #969696;
  border-spacing: 1px;
}

.productListing-heading {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
    color: #009900;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

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.smallText2 {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.Parrilla {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#1B9A1B;
  font-weight: bold;

}

TD.Parrilla:hover {
/*border:5px solid #c4c4c4;*/
font-weight: bold;
color:#1B9A1B;
font-family: Arial, sans-serif;
font-size: 12px;
background-color:#EEEEEE;
}

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;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.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; }

/* menu Solid - Show Sub-categories  Star */
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
display: block;
vertical-align: middle;
font-size: 12px;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
height: 15px;
text-decoration: none;
border: solid 1px #f8f8f9;
}

a.menucateg:hover {
border: solid 1px #113B66;
background-color:#AAD4FF;
text-decoration: none;
font-weight: bold;
color: #000000;
}

a.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
display: block;
vertical-align: middle;
font-size: 11px;
font-family:  Arial, Helvetica, sans-serif;
text-align: left;
height: 14px;
text-decoration: none;
border: solid 1px #f8f8f9;
}

a.menusubcateg:hover {
border: solid 1px #AAD4FF;
background-color:#AAD4FF;
text-decoration: none;
color: #000000;
}
/* menu Solid - Show Sub-categories  End */

ul.sitemap {
color: #ff0000;
}
/* Start of the new product listing & product info pages */
.pagelisting {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #9a9a9a;
}

.price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: red;
  font-weight: bold;
  line-height: 1.5;
}

.description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    font-weight: bold;
}


TD.maintop {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mains {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  font-weight:bold;
}

TD.mainsaviso {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #119011;
  line-height: 1.5;
  font-weight:bold;
}

TD.mainsagotado {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #9A9A9A;
  line-height: 1.5;
  font-weight:bold;
}

TD.mainsred {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #119011;
  line-height: 1.5;
  font-weight:bold;
}

/* End of new product listing & product info pages */

.Email {
	font-family: Arial, Verdana;
	font-size: 12px;
	}
