@charset "utf-8";
html {
	height: 100%;
}
body {
	margin: 0;
	background: #e9dbb5 url(/images/common/b_page.png) center repeat-y;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #58585a;
	height: 100%;
}
#container {
	min-height: 100%;
   position: relative;
   width: 980px;
   margin: auto;
}
#page {
	position: relative;
	margin: auto;
	width: 980px;
	padding-bottom: 14px;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #044c37;
}
a:hover {
	color: #58575c;
}
h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	font-family: Timeless;
	color: #044c37;
	font-weight: normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 32px;
}
h5 {
   font-size: 120%;
   font-weight: normal;
	color: #044c37;
}
p {
	margin: 0 4px 6px 0;
}
hr {
	clear: both;
	margin: 18px 0 15px 0;
	height: 2px;
	border: none;
	background: #cae1c9 url(/images/common/hr.gif);
}
#map_canvas {
	border: 2px solid #bcd9bb;
	width: 391px;
	height: 370px
}

/* Header */

#header {
	width: 100%;
	height: 150px;
	clear: both;
	text-align: center;
	background: url(/images/common/b_header.png) repeat-x;
}
#head-img {
	position: absolute;
	left: 0;
	top: 14px;
}
#logo {
	border: 0;
	position: relative;
	margin: auto;
}
#login {
	position: absolute;
	top: 90px;
	right: 60px;
	width: auto;
}
#login a {
	position: absolute;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #044c37;
}
#login a:hover {
	text-decoration: none;
}
#login #username, #login #password-clear, #login #password {
	margin: 0 0 4px 0;
	padding: 4px 0 0 3px ;
	width: 85px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #c0dbbf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #044c37;
}
#logged {
	position: absolute;
	top: 24px;
	right: 60px;
}
#logged, #logged a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #044c37;
}
#logged a {
	font-weight: bold;
	text-decoration: none;
}
#logged a:hover {
	text-decoration: underline;
}
#logged span {
	margin: 0 12px;
	color: #bcd9bb;
}
#submit {
	cursor: pointer;
	position: absolute;
	right: 0px;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #044c37;
	text-decoration: underline;
}
#submit:hover {
	text-decoration: none;
}

/* Menu */
#menu {
	height: 24px;
	width: 100%;
	clear: both;
	background: #044c37 url(/images/common/b_menu.png) repeat-x;
}
#menu ul {
	position: relative;
	margin: auto;
	padding: 0;
	width: 856px;
	height: 24px;
	background: url(/images/common/menu.png) no-repeat center;
}
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	height: 24px;
}
#menu img {
	margin-top: 1px;
	height: 21px;
	opacity:0;
	filter:alpha(opacity=0);
}
#menu img:hover {
	opacity:.2;
	filter:alpha(opacity=20);
}
#menu img.current {
	opacity:.3 !important;
	filter:alpha(opacity=30) !important;
}

/* Page */
#content {
	position: relative;
	width: 100%;
	clear: both;
}
#content-footer {
	width: 100%;
	clear: both;
}
#content p {
	text-align: justify;
}
.content-green {
	background-color: #f4f9f5;
}
.content-yellow {
	background-color: #fefaef;
}
#cart {
	position: absolute;
	right: 60px;
	top: 9px;
}
#cart img {
	float: left;
	margin: -2px 8px 0 0;
}
#cart a {
	text-decoration: underline;
}
#col-left {
	position: relative;
	float: left;
	left: 60px;
	width: 440px;
	margin: 40px 0 100px 0;
   background: url(/images/common/b_v.png) repeat-y top right;
}
#col-right {
	position: relative;
	float: right;
	right: 60px;
	width: 395px;
	margin: 40px 0 100px 0;
}
#col-big {
	position: relative;
	margin: auto;
	width: 860px;
	padding: 40px 0 100px 0;
}
.static-img {
	border: 2px solid #bcd9bb;
}
#col-left-small {
	position: relative;
	float: left;
	left: 60px;
	width: 137px;
	padding: 0 52px 0 0;
	margin: 40px 0 100px 0;
	background: url(/images/common/hr_vert.gif) repeat-y right;
}
#col-left-small h2 a {
	color: #58575c;
	text-decoration: none;
}
#col-right-big {
	position: relative;
	float: right;
	right: 60px;
	width: 620px;
	margin: 40px 0 100px 0;
}
#col-right-big img.static {
	border: 2px solid #bcd9bb;
	margin-bottom: 16px;
}
.product-preview {
	position: relative;
	display: block;
}
.product-preview div.image {
	float: left;
	width: 136px;
}
.product-preview img {
	border: 2px solid #bcd9bb;
	margin-bottom: 0;
}
.product-preview .detail {
	position: absolute;
	left: 151px;
	bottom: 5px;
	text-decoration: underline;
}
.product-preview .detail:hover {
	text-decoration: none;
}
.product-preview .price {
	position: absolute;
	text-align: right;
	top: 0px;
	right: 0px;
}
.product-preview .cart {
	position: absolute;
	bottom: 5px;
	right: 0px;
}
.cart img {
	border: none;
}
.cart:active, .cart:focus {
	bottom: 4px;
}
.product-foot {
	width: 100%;
	clear: both;
}
#product-photo {
   width: 271px;
	display: block;
	float: left;
}
#product-photo a img {
	margin-top: 11px;
}
#product-photo .return {
	margin-right: 23px;
}
#product-description {
	float: right;
	width: 565px;
}
#product-description hr {
	margin-top: 0px;
	margin-bottom: 7px;
}
.register {
	margin: 0 0 10px 0;
	padding: 0;
	border-spacing: 0px;
	width: 100%;
}
.register tr {
	padding: 0;
	margin-top: 20px;
}
.register td {
   margin: 2px;
   padding: 2px;
}
.register input {
	border: 1px solid #bcd9bb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}
.register textarea {
	width: 100%;
	height: 70px;
	border: 1px solid #bcd9bb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	resize: none;
}
.cerca div {
	margin-bottom: 16px;
}
.cerca input {
	position: relative;
	top: 2px;
	margin: 0 6px 10px 0;
}
#invia {
	margin-top: 30px;
	border: none;
	width: 62px;
	height: 32px;
	background-color: #044c37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
#shopping-cart td {
	background-color: #dde9d5;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}
#shopping-cart td h2 {
	margin: 0;
}
#shopping-cart a:hover {
	color: #999933;
}
#shopping-cart-links {
	margin: 3px 5px 0 0;
	float: right;
}
#shopping-cart-links .return {
	margin-right: 5px;
}
#disclaimer {
	margin: 50px 0 0 5px;
}
.product-cell {
	background-color: #eaf0df !important;
}

/* Footer */

#footer {
   position: absolute;
   bottom: 0;
	overflow: hidden;
	height: 14px;
	width: 100%;
	clear: both;
	background: #bcd9bb url(/images/common/b_footer.png) center repeat-y;
}

#message_bar {
   padding: 10px 10px 0px 10px;
   width: 960px;
   height: 30px;
   text-align: center;
   background-color: #e1eee1;
}

#update_bar {
   padding: 10px 10px 0px 10px;
   width: 960px;
   height: 30px;
   text-align: center;
   background-color: #e1eee1;
   display: none;
}

.ricerca_ul
{
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.ricerca_li1
{
   background-image: url(/images/page/button.png);
   background-repeat: no-repeat;
   background-position: 10px 0px;
   padding-left: 30px;
   padding-bottom: 10px;
   cursor: pointer;
}

.ricerca_li2
{
   background-image: url(/images/page/button.png);
   background-repeat: no-repeat;
   background-position: 10px 0px;
   padding-left: 30px;
   padding-bottom: 10px;
   cursor: pointer;
}

.ricerca_li3
{
   background-image: url(/images/page/button.png);
   background-repeat: no-repeat;
   background-position: 10px 0px;
   padding-left: 30px;
   padding-bottom: 10px;
   cursor: pointer;
}

.ricerca_li4
{
   background-image: url(/images/page/button.png);
   background-repeat: no-repeat;
   background-position: 10px 0px;
   padding-left: 30px;
   padding-bottom: 10px;
   cursor: pointer;
}

.ricerca_li_selected
{
   background-image: url(/images/page/button-selected.png);
   background-repeat: no-repeat;
   background-position: 10px 0px;
   padding-left: 30px;
   padding-bottom: 10px;
}
