/*
  $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
*/

.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: #090A86; text-decoration: underline; }

BODY {
  background: #ECF2FE url(images/background.gif) repeat-y scroll center;/*#f2efde;*/
  background-image: url(images/background.gif);
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align:center;
  margin: 0px;
}

/*jaume*/
.prod_llistat
{
	border-bottom:#FF9900 2px solid; 
	margin:0px; 
	width:350px;
}

.preu
{
	color:#000000;
  font-family:Verdana;
	font-size:11px;
	text-decoration:line-through;
	
}

.tpc_dscompte
{
	color:#FF0000;
  font-family:Verdana;
	font-size:11px;
}

.preu_final
{
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
	color:#000000; 
}

.nom_prod
{
	font-weight:bold;
	 font-size:10px;
	 color:#000000;
	 text-align:left;
}
.nom_prod a
{
	color:#000000;
	 text-align:left;
}
#pagina
{
	width: 990px;
	margin: 0px auto;
}

.img-shadow {
float:left;
background: url(images/shadowAlpha.png) no-repeat bottom right !important;
background: url(images/shadow.gif) no-repeat bottom right;
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
}

.img-shadow img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px -15px -6px;
padding: 4px;
}


/* fi jaume*/

A {
  color: #090A86;
  text-decoration: none;
}

A:hover {
  color: #800000;
  
  font-weight : bold;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffbf0c;
}

TR.headerNavigation {
  background: #958673;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #958673;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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: #090A86;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #090A86;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: /*#600000#A3A7E4*/#B9D1FF;
  border-left: 1px solid #6A6DD1;
  border-right: 1px solid #6A6DD1;
}
/* LListat esquerra*/
.infoBoxContents {
  background: /*#e1ba87*/#B9D1FF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #090A86;
  padding:5px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBox01 {
  background: /*#600000#A3A7E4#B9D1FF*/#ECF2FE;
  border: 1px solid #6A6DD1;
}

.infoBoxContents01 {
  background: /*#e1ba87*/#ECF2FE;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #090A86;
  padding:5px;
}

.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;
 /* background: #800000;*/
 background-image: url(images/infobox/corner_right_left.gif);
  color: #ffffff;
}

TD.infoBoxFooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
 /* background: #800000;*/
 background-image: url(images/infobox/corner_bottom_right_left.gif);
  /*color: #ffffff;*/
}

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: #b6b7cb;
  border-spacing: 1px;
}

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



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

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

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

TD.pageHeadingOferta, DIV.pageHeadingOferta {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align:center;
  color: #c00000;
  background: #ffff00;
}

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

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







/* header menu */
#menu {
  width:990px;
  height:32px;
	background-color:#fbeec1;
	font-size:13px; color:#FFFFFF; font-weight:bold; text-align:center;
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90
}

#menu  ul li {
	float: left;
	height:32px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 25px;
	list-style-type: none;
	background-color:#fbeec1;
	background-repeat:no-repeat top; 
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0.9em 0.8em 0.5em 1em;
}

#menu  ul li a:hover {
	color: #000;
	text-decoration: none;
}

#menu  ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 200px;
	visibility: hidden;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ffcc00;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #fff;
	float: none;
	margin: 0;
	padding: 0;
	width: 195px;
	line-height: auto;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	padding: 5px 9px 5px 5px;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	background-color: #FF8401;
	background-image: none;
}





#noticiero {
	float:left	;
	background-color:#fbd4d2;
	width:160px;
	text-align:center;
	padding: 0px 0px 10px 0px;
	border: 0px;	
	margin: auto;
}
#noticiero h2 {
  padding-top:10px;
}

#noticiero a, #noticiero a, #noticiero a:hover,#noticiero a:hover {

}

#noticiero p{
	font-size:small;
	padding:5px;
	margin:5px;
	border:1px solid #aaaaaa;
	background-color:ffffff;
}

#noticiero h2{
	color:#0033cc;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* EOF: Additional Images */
