/**
 * 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) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

@import url('home.css');
@import url('catalogo.css');

body {
	color: #4B3D3D;
}

a {
	color: #B31200;
}

a:hover {
	color: #B31200;
	text-decoration: none;

}

#main {
	padding-top: 20px;
	border-top: 1px solid #C4C1BC;
}

#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	font-size:25px;
}

#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:12px;
	color:#FF6600;
	
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:12px;
	color:#4B3D3D;
	padding-top:20px;
	text-decoration:underline;
	
}

.header-nav-container {
	background: none;
	background-color:#EFE7E7;
	width: 950px;
	margin: 0 auto;
	overflow:auto;

}


.quick-access {
	margin: 0;
	padding: 0;
	height: 140px;
}

.language-switcher {
	padding-top: 10px;
	background-color: #f5f5f5;
	color: #333;
	padding: 5px 20px 5px 20px;
}

.language-switcher span {
	padding: 0 5px 0 5px;
}



.language-switcher a {
	color:	#006699;
	color:  #B31200;
}


.shop-access {
	position: absolute; 
	bottom: 0; 
	right: 0;
	width: auto;
	font-size: 1.2em;
}

.shop-access div {
	float: right;

}


.shop-access a, 
.shop-access a:hover { 
	color:#ffffff; 
	font-size:1em; 
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 5px 15px 15px 15px;
	margin: 0;
}

.shop-access a:hover { 
	color: #4B3D3D;
	background-color: #EFE7E7;
	background-color:#DFD0D0;
}

.shop-access .active a {
	color: #4B3D3D;
	background-color: #EFE7E7;

}




.shop-access li {
	float:left;
	padding: 0;
	margin: 0;
}

.shop-access li.last { 
	padding-right:0; 
	background:none; 
}



/* colori vari */
.layered-nav h3,
.validation-advice, 
.required ,
.login-box h4,
#nav li.active a,
.base-mini .head h4,
#nav li.over a, 
#nav a:hover { 
	color:#B31200; 
}


/* font */
.page-head, 
.page-head-alt,
.category-head {
	font-family:Georgia, "Times New Roman", Times, serif;
}


.page-head {
border-bottom:none;
margin:0pt 0pt 15px;
}


/* buttons */
.form-button, 
.form-button-alt {
 background:#fff none repeat scroll 0% 50%;
 color: #B31200;
 border: 1px solid #B31200;
}


/* layered nav */
.layered-nav {
	border: 1px solid #C4C1BC
	
}

.layered-nav .border-creator {
	border: none;
}
.layered-nav h3 {
	display: block;
	min-height:16px;
	padding:1px 0pt 1px 21px;
	text-transform:uppercase;
}

.layered-nav .head {
	background:#FFFFFF url(../images/base_mini_head_bg.gif) repeat-x scroll 0% 0%;
	border-bottom:1px solid #DDDDDD;
	margin:0pt 1px;
	padding:2px 8px;
	height: auto;
}

.narrow-by dl {
	background-color: #F8F7F5;
}

/* tabelle catalogo */
table.pager, table.view-by
{
	border:1px dotted #C4C1BC;
	background: none;
}

table.view-by {
	border-top: none;
}

table.view-by td,
table.pager td {
	border-top: none;
	padding: 6px 8px;
}

.generic-product-grid td {
	border-left: 1px dotted #C4C1BC;
	border-right: none;
	text-align: center;
}

.generic-product-grid td.last {
	border-right: 1px dotted #C4C1BC;
}

.product-essential {
	background: none;
}

.product-info-box {
	border:1px dotted #C4C1BC;
}
.product-collateral .collateral-box h4,
.product-info-box .product-name {
		color:#B31200; 
}

.product-collateral {
	background: none;
	border-top: 1px dotted #C4C1BC;
}

.product-collateral .head {
	border-bottom: 1px solid #C4C1BC;
	font-size:1.15em;
	margin-bottom:1em;
	padding-bottom:5px;
}

.product-info-box h3.product-name {
	border-bottom: 1px solid #C4C1BC;
	font-size:1.15em;
	margin-bottom:1em;
	padding-bottom:5px;

}



/* FOOTER */
.footer {
	color: white;
}

