/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.titol_producte{
	font-size:16px;
	font-weight:bold;
	color:#ec3d12;
}
.caracteristiques_producte{
	font-size:12px;
	color:#ec3d12;
}
.col_esq{
	float:left;
	width:340px;
	margin-right:20px;
	text-align:justify;
}
.submenu{
	background-color:#b7b7b0;
}
.submenu div{
	color:#a50021;
}
.menu_gran{
	width:150px;
	height:25px;
	margin-left:38px;
	margin-top:10px;
	border-bottom-style:solid;
	border-bottom-color:#666;
	border-bottom-width:2px;
}
.menu_gran a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
}
.menu_gran a:hover{
	color:#ec3d12;
}
.menu_gran_ultim{
	width:150px;
	margin-left:38px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.menu_petit{
	width:150px;
	height:10px;
	margin-left:38px;
	margin-top:5px;
}
.menu_petit_ultim{
	width:150px;
	height:15px;
	margin-left:38px;
	margin-top:5px;
	border-bottom-style:solid;
	border-bottom-color:#666;
	border-bottom-width:2px;
}
.menu_petit a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
}
.menu_petit a:hover{
	color:#ec3d12;
}
.menu_petit_ultim a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
}
.menu_petit_ultim a:hover{
	color:#ec3d12;
}
.links ul{
	width:auto;
	text-align:right;
	margin-left:695px;
}
.links ul li{
	float:left;
}
.links ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
	margin-right:10px;
}
.links ul li a:hover{
	color:#ec3d12;
}
.product-name h3{
	width:100px;
	text-align:center;
}
#atributs{
	width:350px;
}
.img_davant{
	background-color:#fff;
}
#opcions_producte{
	text-align:center;
	background-color:#fff;
}
#opcions_producte th{
	width:70px;
	text-align:center;
	background-color:#ccc;
}
.opcions_taula{
	border:1px solid #ccc;
}