/*
  $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;
	color:#004C99;
	font-size: 11.5px;
	border:5px;
	border-color:#000000;
}
.errorBox {
	font-family :   Verdana, Arial, sans-serif;
	font-size : 11.5px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family :   Verdana, Arial, sans-serif;
	font-size : 11.5px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-family :   Verdana, Arial, sans-serif;
	font-size : 11.5px;
	color: #70d250;
	text-decoration: underline;
}
BODY {
	background: #ffffff;
	font-family: Arial;
	color: #004c99;
	margin: 0px;
}
A {
	color: #00356B;
	text-decoration: none;
}
A:hover {
	color:#0099FF;
	text-decoration: underline;
}
FORM {
	display: inline;
}
TR.header {
	background: #1F69B8;
}
TR.headerNavigation {
	background: #bbc3d3;
}
TD.headerNavigation {
	font-family: Verdana;
	font-size: 11.5px;
	background: #fff;
	color: #004C99;
	font-weight : normal;
}
A.headerNavigation {
	color: #004C99;
}
A.headerNavigation:hover {
	color: #AFC5DC;
	text-decoration:none;
}
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:   Verdana, Arial, sans-serif;
	font-size: 18px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.footer {
	background: #bbc3d3;
}
TD.footer {
	font-family: Comic Sans MS;
	font-size: 12px;
	background: #004c99;
	color: #ffffff;
	font-weight: bold;
}
.infoBox {
	background: #dddddd;
}
.infoBoxNew {
	background: #ffffff;
}

.infoBoxCat {
	background: #ffffff;
}
.infoBoxContents {
	background: #f9f9f9;
	font-family:   Verdana, Arial, sans-serif;
	font-size: 15px;
}

.infoBoxLogin {
	color:#000000;
	font-family:   Verdana, Arial, sans-serif;
	font-size: 15px;
}

.infoBoxContentsNew {
	background: #eee;
	font-family:   Verdana, Arial, sans-serif;
	font-size: 15px;
	text-align:center;
	width:196px;
	border:5px;
	border-color:#333333;
}

.infoBoxContentsCat {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 15px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
}
TD.infoBoxHeading {
	/*font-family:   Verdana, Arial, sans-serif;*/
  font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(images/infobox/barra.gif);
	background-repeat:repeat-x;
}

TD.infoBoxHeading2 {
    font-family: Arial;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	color: #ffffff;
	background-image:url(images/infobox/barra.gif);
	background-repeat:repeat-x;
}

TD.infoBox, SPAN.infoBox {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
}
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: 11.5px;
	background: #b6b7cb;
	color: #FFFFFF;
	font-weight: bold;
}
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11.5px;
}
A.pageResults {
	color: #0000FF;
}
A.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004C99;
	text-decoration:overline;
}
TR.subBar {
	background: #f4f7fd;
}
TD.subBar {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
	color: #000000;
}
TD.main, P.main {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
	line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#1F69B8;
}
TD.smallText2, SPAN.smallText2, P.smallText2 {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
	font-weight:normal;
	color:#333333;
}
TD.smallText2 a, SPAN.smallText2 a, P.smallText2 a {
	font-family: Arial, sans-serif;
	color: #00356B;
	font-size: 12px;
	font-weight:bold;
}
TD.smallText2 a:hover, SPAN.smallText2 a:hover, P.smallText2 a:hover {
	color:#0099CC;
}
.smallText3 a {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight:500;
	color:#000066;
	margin:0;
	line-height:22px;
}
.smallText3 a:hover {
	font-family:  Arial, sans-serif;
	color:#0066CC;
	font-size: 15px;
	font-weight:600;
	margin:0;
	line-height:22px;
}
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: 11.5px;
	color: #ff0000;
}
CHECKBOX, INPUT, RADIO, SELECT {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
}
TEXTAREA {
	width: 100%;
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
}
SPAN.greetUser {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
	color: #333333;
	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: 11.5px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
	color: #000000;
}

#tableExposicion img{
	border:2px #0066CC solid ;
	
}
/* message box */

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

.inputRequirement {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 11.5px;
	color: #ff0000;
}
/*===========================
   AFEGIT A L'ORIGINAL
   =======================*/
   
TD.mainText, P.mainText {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding:20px;
	background-color:#ececec;
	color:#000044;
	text-align:justify;
}

.mainTextTitle {
	font-family:Arial;
	font-size: 18px;
	line-height: 1.5;
	padding:5px;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	letter-spacing:0px;
	text-align:justify;
}
.mainTextImag {
	font-family:   Verdana, Arial, sans-serif;
	border:0px;
	height:150px;
	border-style:solid;
	font-size: 14px;
	line-height: 1.5;
	padding:20px;
	background-color:#ececec;
	color:#000044;
	text-align:justify;
}

.mainTextImag2 {
	font-family:   Verdana, Arial, sans-serif;
	border:0px;
	border-style:solid;
	font-size: 14px;
	line-height: 1.5;
	padding:20px;
	background-color:#ececec;
	color:#000044;
	text-align:justify;
}


TD.mainTextImag {
	font-family:   Verdana, Arial, sans-serif;
	border:2px;
	border-color:#000000;
	height:125px;
	border-style:solid;
	font-size: 14px;
	line-height: 1.5;
	padding:20px;
	background-color:#ececec;
	color:#000044;
	text-align:justify;
}

TD.mainTextImag2 {
	font-family:   Verdana, Arial, sans-serif;
	border:2px;
	border-color:#000000;
	height:30px;
	border-style:solid;
	font-size: 14px;
	line-height: 1.5;
	padding:20px;
	background-color:#ececec;
	color:#000044;
	text-align:justify;
}

TD.mainTitle {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 18px;
	color:#0066CC;
	font-weight:bold;
	letter-spacing:5px;
	text-transform:uppercase;
	border-bottom:#0066CC solid 5px;
}

TD.contact {
	font-family:   Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color:#000000;
}
/*===== menu ============*/
/*#menu {
	width:200px;
	margin:5px;
	text-align:left;
	}
#menu ul {
	list-style:none;
	padding-left:0px;
}
#menu li {
	list-style:none;
	display:block;
	line-height:32px;
	height:32px;
	margin:3px 0;
	width:200px;
}
#menu li a {
	display:block;
	height:32px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:32px;
	padding:0 0 0 25px;
	text-decoration:none;
	color:#808080;
	cursor:pointer;
	background:url(images/menu/menu_014_l.jpg) no-repeat left;
	
}
#menu li a span {
	display:block;
	height:32px;
	line-height:32px;
	color:#808080;
	background:url(images/menu/menu_014_r.jpg) no-repeat right;
	padding:0 0px 0 5px;
}

#menu li a.current, #menu li a.current:hover {
	display:block;
	height:32px;
	color:#676767;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:url(images/menu/menu_014_h_l.jpg) no-repeat left;
	line-height:32px;
	text-decoration:none;
	padding:0 0 0 25px;
}
#menu li a.current span, #menu li a.current:hover span {
	display:block;
	background:url(images/menu/menu_014_h_r.jpg) no-repeat right;
	height:32px;
	color:#676767;
	line-height:33px;
	padding:0 0px 0 5px;
	width:174px;
	color:#000000;
}*/

#menu{
background:#bbc1df;
width:200px;
#width:210px;
padding:0px;
}

#menu ul{
list-style:none;
padding:0px;
#margin-left:5px;


}

			#menu li{
				list-style:none;
				margin:2px 0;
			}
				#menu li a{
					list-style:none;
					background:#83ad3e;
					color:#fff;
					text-transform:uppercase;
					font-size:14px;
					font-family: Arial;
					font-size-adjust:inherit;
					font-weight:bold;
					text-decoration:none;
					border:solid #6f9234;
					border-width:0 6px 0 6px;
					display:block;
					height:30px;
					line-height:30px;
					padding:0 0 0 10px;
				}
					#menu li a:hover{
						background:#6f9234;
						color:#fff;
						text-decoration:none;
					}
				#menu li a.green{
					background:#83ad3e;
					border:solid #6f9234;
					border-width:0 6px 0 6px;
				}
					#menu li a:hover.green{
						background:#6f9234;
					}
				#menu li a.blue{
					background:#5284B8;
					border:solid #1F69B8;
					border-width:0 6px 0 6px;
				}
					#menu li a:hover.blue{
						background:#1F69B8;
					}
				#menu li a.orange{
					background:#ff7327;
					border:solid #d65611;
					border-width:0 6px 0 6px;
				}
					#menu li a:hover.orange{
						background:#d65611;
					}
				#menu li a.brn{
					background:#a53cbe;
					border:solid #87249f;
					border-width:0 6px 0 6px;
				}
					#menu li a:hover.brn{
						background:#87249f;
					}

