/* Copyright (c) 2006 FL - Fabio Lombardo. */



body, table, th, input, select, textarea {
	font-family: verdana, sans-serif;
	font-size: x-small;
	font-size: small;
    color: #333;
}

html>body, html>body td, html>body th, html>body input, html>body select, html>body textarea {
    font-size: small;
}

.bodyhome {
	background-image: url(images/sfondohome.jpg);
	background-repeat: repeat-x;
}
.bodypage {
	background-image: url(images/sfondopage.jpg);
	background-repeat: repeat-x;
}
.redhome {
	background-image: url(images/sfondohomered.jpg);
	background-repeat: repeat-x;
}
.redpage {
	background-image: url(images/sfondopagered.jpg);
	background-repeat: repeat-x;
}


/* elimina il padding dalle immagini */
div.mainImage div { padding: 0 !important; }



th { text-align: left; }

li { line-height: 140%; }

a:link { text-decoration: none; color: #990000; }
a:hover { text-decoration: none; color: #CC0000; }
a:visited { text-decoration: none; color: #990000; }


/* Headers */
h1 { color: #666; font-family: arial; font-size: 160%; margin: 0 0 0.5em 0; padding: 0; }
h2 { color: #666; font-family: arial; font-weight: normal; font-size: 140%; border-bottom: 1px solid #ccc; margin: 0 0 0.5em 0; padding: 0; clear: both; }
h3 { color: #666; font-family: arial; font-weight: bold; font-size: 100%; margin: 1 0 0.2em 0; border-bottom: 1px solid #999; }

/* Content */
#bodyContent { text-align: left; width: 720px; margin: 0 auto; }
#content { padding-left: 1em; }

/* Search */
.searchCount { font-weight: bold; margin-bottom: 0.5em; }

/* Header */
#header { 

COLOR: #666666;
	FONT-FAMILY: "Times New Roman", Times, serif;
	FONT-SIZE: 15px;
	text-align: left;
	font-variant: small-caps;
	text-shadow:#CCCCCC;

}
#header a:link  { color: #666666; text-decoration: none; }
#header a:hover { color: #CC0000; text-decoration: none;  }
#header a:visited { color: #666666; text-decoration: none; }


#header span { margin-left: 1em; }
#headerNavigation { padding: 0.5em; font-size: 85%; text-align: left; }
#headerNavigation ul { margin: 0; padding: 0; list-style: none; }
#headerNavigation ul li { border-right: 1px solid #b8b8b8; display: inline; margin: 0; padding: 0 1em; }

/* Languages */

#languages { padding: 0.5em; font-size: 85%; text-align: left; }
#languages ul { margin: 0; padding: 0; list-style: none; }
#languages ul li {
	display: inline;
	margin: 0px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
#languages img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* searchBox */
#searchBox {margin-top: 3px; padding: 5px; }
#searchBox input {
	font-size:80%;
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
	width: 90px;
	height: 13px;
}
#searchbutton  input { font-size:80%; border-style : solid; border-width : 1px; border-color : #999999; }


/* Login */
#login {
	border: 1px solid #dcdcdc;
	margin-top: 1em;
	padding: 2px;
	width: 300px;
}
#login h3 {
	border-bottom: 3px solid #CC0000;
	font-size: 16px;
	text-indent: 10px;
}


#login #loginContent {   padding: 1em 0; }
#loginContent ul {  list-style: none; margin: 2px; padding: 0.5em; }
#loginContent ul li { padding-left: 1em; white-space: nowrap; }
#loginContent ul li a { color: #cc0000; }
#loginContent li a:hover { color: #333333; }

#login label { font-size:80%; }
#login input {
	font-size:80%;
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
}
#login a:link { text-decoration: none; color: #cc0000; }
#login a:hover { text-decoration: none; color: #CC0000; }
#login a:visited { text-decoration: none; color: #cc0000; }

#login .rememberPassword { border-top: 1px solid #ddd; display: block; font-size:80%; margin-top: 0.7em; padding-top: 0.7em; }
#login .signin { display: block; font-size:80%; margin-top: 0.7em; padding-top: 0.7em; }

/* Departments */
.path h1 { margin-top: 0; padding-top: 5px; }
#departments {
	border: 1px solid #dcdcdc;
	margin-top: 1em;
	padding: 2px;
	text-align: left;
	width: 300px;
}
#departments h3 {
	border-bottom: 3px solid #CC0000;
	font-size: 16px;
	text-indent: 10px;
}
#departments ul {  list-style: none; margin: 2px; padding: 0.5em; }
#departments ul li { padding-left: 1em; white-space: nowrap; }
#departments ul li a { color: #cc0000; }
#departments li a:hover { color: #333333; }

#subDepartments { padding: 0.5em; white-space: nowrap; }
#subDepartments a { text-decoration: none; }
#subDepartments a:visited { list-style: none; }

/* Products */

.hometext {
	border: 1px solid #ffffff;
	margin: 5px;
	padding:5px;
	width: 620px;
}


.products .product {
	border: 1px solid #ddd;
	margin: 5px;
	padding:5px;
	width: 310px;
}

.products th { background: #f1f2f6; border: 1px solid #eee; border-bottom: 1px solid #330000; color: #333; font-weight: normal; }
.products td {  border-bottom: 1px solid #eee; }

.productName {  }
.productProducer { font-size: small; font-weight: normal; }
.productImage { float: left; padding: 0 2em 1em 0; }
.productPrice { color: #ff0000; font-weight: bold; }
.productPriceList { color: #cc0000; text-decoration: line-through; }

.productChart { text-align: left; }
.productChart h2 { margin: 0.5em 0 0.5em 0; }
.productChart th { background: #f1f2f6; border: 1px solid #eee; color: #333; font-weight: normal; }
.productChart td { border-bottom: 1px solid #eee; }

.paging { }

/* Cart */

#cart { }
#cart th { background: #fafafa; border: 1px solid #eee; border-bottom: 2px solid #330000; color: #333; font-weight: normal; }
#cart td { border-bottom: 1px solid #eee; }
#cart #totalRow {  }
#cart td#totalLabel { font-weight: bold; }
#cart td#total { font-weight: bold; }
#cart td#totalTax { font-size: 120%; font-weight: bold; }
#cart #delivery { margin: 1em 0 1em 0; }

#cartEmptyBox { padding: 2em; margin-right: 15em; }

/* Order */

.orders th { background: #f1f2f6; border: 1px solid #eee; color: #333; font-weight: normal; }
.orders td { border-bottom: 1px solid #eee; }

.orderCart { }
.orderCart th { background: #f1f2f6; border: 1px solid #eee; color: #333; font-weight: normal; }
.orderCart td { border-bottom: 1px solid #eee; }
.orderCart #totalRow { background: #ffc; }
.orderCart td#totalLabel { font-weight: bold; }
.orderCart td#total { font-weight: bold; }
.orderCart #delivery { margin: 1em 0 1em 0; }

.orderDetail {}

/* Checkout */

#note { text-align: center; }

#checkoutStages { font-size: 120%; text-align: center; color: #666666; }
#checkoutStage { color: #ee3300; font-weight: bold; }
#checkoutForm { width: 95%; }
#checkoutButtons { text-align: center; margin-top: 1em; margin-bottom: 5em; padding-top: 1em; border-top: 1px solid #ccc; }

/* Footer */

#footer {
{ background: #ffffff; font-family: Arial, Helvetica, sans-serif; color: #000000; }

#footer ul { padding: 0; margin: 0; }
#footer li { padding-right: 1em; display: block; float: left;  }
#copyright { text-align: center; color: #330000; margin-top: 2em; }
#copyright > img { margin-top :0.5em; }

/* Closed */

#closed { padding: 5em; text-align: center; }

/* Forms */

form { padding: 0; margin: 0; display: inline; }

.required { vertical-align: top; color: red; }

.message {
    color: red;
    font-weight: bold;
    text-align: center;
    background: #ffffd5;
    border-top: 1px solid #f5f6be;
    border-right: 2px solid #f5f6be;
    border-bottom: 2px solid #f5f6be;
    border-left: 1px solid #f5f6be;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.messageInfo {
    color: #333333;;
    font-weight: bold;
    text-align: center;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.fieldError { background: #ffffff; }

.error { color: red; display: block; }

.errorSummary {
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.but {
	background-image:url(images/sfbut.jpg);
	background-color:#ffffff;
	border-width : thin;
	border-height : thin;
	color :#444444;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #666666;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 9px;
}
.Inputcontatti {
	width: 350px;
	font-size:80%;
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
}