/*
  $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, Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #a0a0a0;
  margin: 0px;
/*  font-family: Tahoma, Verdana, Arial, sans-serif;*/
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px; 
}

.categories a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}

A {
  color: #FEA000;
  text-decoration: none;
}

A:hover {
  color: #9C6300;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  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: #bbc3d3;
}

TD.footer {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #D0D0D0;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  padding: 3px 0 1px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #D0D0D0;
  color: #242424;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

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: #D0D0D0;
  border-spacing: 1px;
}

.productListing-heading {
  padding: 2px 10px 3px 0px;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #D0D0D0;
  color: #242424;
}

TD.productListing-data {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #FEA000;
}

A.pageResults:hover {
  color: #9C6300;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #F49C04;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: justify;
color:#878686;
padding-top:20px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Tahoma, 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: Tahoma, Verdana, Arial, sans-serif;*/
  /*color: #ff0000;*/
color:#FF9F02;
font-size:20px;
font-weight:bold;
}

SPAN.productSpecialPrice2 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
/*  color: #ff0000;*/
color:#FF9F02;
  font-size: 14px;
}

SPAN.productSpecialPriceText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 14px;
}

SPAN.errorText {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; color: #ff0000; }



/* Naical */

#content {

	/* width: 983px; */
	width: 1018px;
}
.header {
  height: 113px;
  /*background-image: url('images/backgrounds/header.jpg');
  background-repeat: no-repeat;*/
}
.header-table {
  width: 983px;
  height: 113px;
}
.header-logo {
  width: 575px;
  padding: 33px 0 0 37px;
  vertical-align: top;
}
.header-language {
  width: 186px;
  padding: 0 0 15px;
  text-align: center;
}
.header-items {
  width: 187px;
  padding: 30px 0;
  text-align: center;
  font-size: 10px;
}
.header-items a {
  color: #000000;
}
.header-items a:hover {
  color: #000000;
}
.header-number-items {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}
.submenu-left {
  width: 185px;
  height: 34px;
  color: #BA2A29;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.submenu-back {
  width: 798px;
  height: 34px;
  background-color: #D0D0D0;
}
.submenu {
/*  width: 575px;*/
  padding: 0 0 0 22px;
  font-size: 11px;
}
.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.submenu li {
  display: inline;
  margin: 0;
  padding: 0 11px 0 7px;
  background-image: url('images/bar-red.jpg');
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
.submenu a {
  color: #383838;
}
.submenu a:hover {
  color: #787878;
}
.currency {
  width: 80px;
  padding: 0 60px;
  text-align: center;
}
.categories {
  /*width: 165px;*/
  /*padding: 30px 20px 50px;*/
/*padding:5px 0 20px;*/
padding:5px 0 0;
  /*background-color: #D0D0D0;*/
  font-size: 11px;
}
.categories a {
/*  color: #383838;*/
color: #8B8B8B;
}
.categories a:hover {
  color: #787878;
}
.categories ul {
  list-style-type: none;
  /*margin: 0;*/
  /*padding: 0;*/
/*padding:0 9px;*/
background-image:url(images/fondo-menu-box.gif);
padding:0 20px;
margin:-14px 0 0;
background-repeat:repeat-y;
}
.categories li.parent, .categories li.parent-expanded, .categories li.parent-finished {
  margin: 0;
/*  background-image: url('images/bar-red.jpg');*/
/*  background-repeat: no-repeat;*/
/*  font-weight: bold;*/
}
.categories li.parent {
  padding: 5px 0 4px 6px;
  background-position: 5px 2px;
width:140px;
}
.categories li.parent-expanded {
/*
  padding: 2px 0 12px 12px;
  background-position: 5px 5px;
*/
  padding: 5px 0 4px 6px;
  background-position: 5px 2px;
width:140px;
}
.categories li.parent-finished {
  /*padding: 15px 0 2px 12px;*/
  padding: 5px 0 4px 6px;
  background-position: 5px 2px;
width:140px;
/*  background-position: 5px 18px;*/
}
.categories li.normal {
  margin: 0;
  padding: 2px 0 2px 20px;
/*
  border-bottom: 1px dashed #FFFFFF;
  background-image: url('images/dot-red.jpg');
  background-repeat: no-repeat;
  background-position: 5px 7px;
*/
}
.submenu-column {
/*
  width: 165px;
  padding: 30px 20px 100px;
  background-color: #D0D0D0;
  font-size: 11px;
*/
font-size:10px;
padding-top: 15px;
/*padding:0 5px;*/
}
.submenu-column a {
/*  color: #383838;*/
color:#8B8B8B;
}
.submenu-column a:hover {
  color: #787878;
}
.submenu-column ul {
  list-style-type: none;
/*  margin: 0;*/
margin:0 0 -10px;
  padding: 0;
}
.submenu-column li {
/*
  margin: 0;
  background-image: url('images/bar-red.jpg');
  background-repeat: no-repeat;
  font-weight: bold;
*/
font-weight:bold;
margin:0;
}
.submenu-column li {
/*
  padding: 2px 0 2px 12px;
  background-position: 5px 5px;
*/
padding:2px 0 2px 12px;
}
.copyright {
/*
  padding: 10px;
  color: #FFFFFF;
  background-color: #5E5E5E;
  background-image: url('images/backgrounds/copyright.jpg');
  background-repeat: repeat-x;
  background-position: top;
  font-size: 10px;
*/
font-size:10px;
color:#8B8B8B;
/*padding:10px;*/
}
.copyright a {
/*  color: #FFFFFF;*/
}
.copyright a:hover {
  color: #AAAAAA;
}
.copyright img {
/*  margin: 5px 2px 0 0;*/
margin:5px -3px 0 0;
}
.vertical-separator {
  width: 2px;
  background-image: url('images/vertical-separator.jpg');
  background-repeat: no-repeat;
  background-position: left center;
}
.horizontal-separator {
  height: 1px;
  background-image: url('images/horizontal-separator.jpg');
  background-repeat: no-repeat;
}
.body-text {
  width: 597px;
  padding: 15px;
}
.item {
  padding: 15px 10px 25px;
  vertical-align: top;
}
.item-table {
/*  font-size: 18px;*/
  text-align: center;
  vertical-align: top;
}
.item-photo {
  width: 110px;
  text-align: left;
  vertical-align: top;
  font-size: 11px;
  padding: 0 20px;
}
.item-info {
  text-align: justify;
  vertical-align: top;
}
.item-title {
  padding: 0 0 4px;
  color: #8B8B8B;
  font-weight: bold;
  text-align: left;
}
.item-title a {
  color: #878787;
font-family: Arial;
}
.item-title a:hover {
  color: #555555;
font-family: Arial;
}
.item-desc {
  padding: 0 0 6px;
color: #7d7c7c;
  text-align: left;
font-size:11px;
font-family: Verdana;
}
.item-price {
  padding: 0 0 8px;
/*  color: #000000;*/
color:#8B8B8B;
  font-weight: bold;
  font-size: 16px;
}
.item-price-number {
  font-size: 20px;
  font-weight: bold;
/*  color: red;*/
color:#FF9F02;
}
.item-date {
  padding: 0 0 8px;
  color: #BB0000;
  font-size: 10px;
}
.item-date-number {
  font-size: 11px;
  font-weight: bold;
}
.item-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.item-links li {
  display: inline;
  padding: 0 8px 0 5px;
  background-image: url('images/list.jpg');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-size: 14px;
  font-weight: bold;
}
.item-details a {
  color: #7D7D7D;
}
.item-details a:hover {
  color: #AAAAAA;
}
.item-addtocart a {
  color: #FF9F02;
}
.item-addtocart a:hover {
  color: #9C6300;
}
.list {
  list-style-type: none;
  margin: 10px 20px;
  padding: 0;
}
.list li, .list li.double {
  margin: 0;
  padding: 2px 0 2px 14px;
  background-image: url('images/dot-red.jpg');
  background-repeat: no-repeat;
  background-position: 5px 10px;
}
.list li.double {
  padding: 2px 0 20px 14px;
}
.big, .subtitle {
  color: #F49C04;
  font-size: 14px;
  font-weight: bold;
}
.color {
  color: #F49C04;
}


.normalText {
	font-size: 11px;
}


.tabla-gris {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
.tabla-gris th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(160, 160, 160) rgb(160, 160, 160) rgb(160, 160, 160) rgb(160, 160, 160);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.tabla-gris td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(160, 160, 160) rgb(160, 160, 160) rgb(160, 160, 160) rgb(160, 160, 160);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	color: #a9a9a9;
}




.producto-precio {
  width: 100%;
  padding: 10px 10px 0 0;
  color: #FF9F02;
  font-weight: bold;
  font-size: 25px;
  text-align: right;
}
.producto-fabricante {
  font-size: 10px;
}
.producto-fabricante-nombre {
  text-align: center;
  font-size: 12px;
}
acronym {
  border-bottom: 1px dotted #F49C04;
  text-decoration: none;
  cursor: help;
}
.item-galleries { text-align: center; }
.item-galleries-photo, .item-galleries-photo-pointer, .item-galleries-photo-rest {
  width: 102px;
  height: 82px;
  text-align: center;
}
.item-galleries-photo, .item-galleries-photo-pointer {
  border: 1px solid #CBC4BA;
  background-color: #FFFFFF;
}
.item-galleries-photo-pointer { cursor: pointer; }
.item-galleries-photo-table {
  width: 100px;
  height: 80px;
  text-align: center;
}
.press-date {
  width: 100px;
  color: #F49C04;
  font-size: 14px;
  font-weight: bold;
}
.press-group {
  color: #F49C04;
  font-size: 14px;
}
.press-item {
  padding: 2px 10px;
  font-size: 11px;
}
.press-item a {
  color: #545454;
}
.press-item a:hover {
  color: #989898;
}

/* Modificacions tema nou Naical 210909 */
#SearchBox {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: white;
	left: 426px;
	position: relative;
	top: 105px;
	width: 178px;
}

#carrito_header_p {
	left: 226px;
	position: relative;
	top: 41px;
}

.center_header {
	padding-left: 180px;
}

.apegat_adal {
	margin-top: -3px;
}

.apegat_adal2 {
	margin-top: -2px;
}

.banners {
/*	margin-left: -10px;*/
}

.banner_normal {
/*	padding-right: 34px;*/
padding-left:3px;
padding-top:15px;
}

.item-price-tachado {
/*color: red;*/
color:#FF9F02;
	font-size: 15px;
	font-weight: bold;
}

.parent, .parent-expanded, .parent-finished {
	background-image:url(images/fondo-menu.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
}

.categories p {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
/*width:170px;*/
}

.fondo_menu_top {
background-image:url(images/fondo-menu-title.gif);
background-repeat:no-repeat;
height:32px;
padding-top:5px;
}

.fondo_menu_bottom {
/*background-image:url(images/fondo-menu-bottom.jpg);
background-repeat:no-repeat;*/
/*height:110px;*/
margin-left:-1px;
margin-top:0;
}



.fondo_menu2_top {
padding-top:5px;
/*height:40px;*/
margin-bottom:-10px;
}

.new_box {
/*
	background-image:url(images/oportunidades-middle.jpg);
	background-repeat:repeat-y;
*/
/*	background-position:5px 7px;*/
}

.new_box li {
/*
background-image:url(images/oportunidades-soption.jpg);
background-repeat:repeat-x;
margin-top:10px;
*/
/*
background-image:url(images/oportunidades-soption.jpg);
background-position:0 -2px;
background-repeat:repeat-y;
*/
background-image:url(images/oportunidades-soption.jpg);
/*
background-position:0 3px;
background-repeat:repeat-y;
margin-top:5px;
*/
}

.fondo_menu2_bottom {
margin-top:10px;
/*margin-top:0px;*/
}

.menu_newstyle a {
	color: #ff5c00;
}

.menu_newstyle {
	/* S'ha de fer + alt i treure la línea de fons */
}

.top_unamica {
height:100px;
}

.reduir {
	width: 99px;
}

.banner_normal2 {

}

.footer-links a {
color:#8B8B8B;
margin-left:15px;
}

.diferencies {
color:#C5C5C5;
background-color: #C5C5C5;
height:1px;
border: 0;
}

.footer_bottom {
color:#8B8B8B;
font-size:9px;
}

.toleft {
width:300px;
}

.toleft2 {
width:270px;
}

.toleft3 {
width:210px;
}

.toright {
float:right;
}

.toright2 {
float:right;
}

.horizontal-separator-empty {
	padding-bottom: 10px;
}

.main h2 {
	color: #FF5C00;
	font-size: 14px;
	font-weight: bold;
}

.reduce_text {
	font-size: 10px;
}

.nar a {
	text-decoration: none;
}
