

BODY{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	min-width: 750px;
	}

P, TD, INPUT, TEXTAREA, SELECT, SUBMIT, RESET, BUTTON, OPTION, TABLE, TR  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	}

IMG {border:none}

A, A:VISITED {
	color: #00478A;
	text-decoration: none;
}

A:ACTIVE, A:HOVER{
	color : #EE0000;
	text-decoration : underline;
}

H2  {
	font-size : 17px;
	text-align: center;
	}
hr {
	width: 100%;
	color: #777777;
	height: 1px;
	}
/* 
	SCROLL
	Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn. 
   hold div height accommodates scrollbar in this example    
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:100%; height:160px; z-index:100
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:100%; height:140px; 
	clip:rect(0px, 100%, 140px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of divs will be off in some browsers  */
div#scrollbar { 
  position:absolute; left:0; top:140px;
  width:100%; height:11px;
  font-size:1px; z-index:2
  }
div#track { 
  position:absolute; left:11px; top:0;
  width:98%; height:11px; z-index:1;
  background: url('/images/nav/track.gif') #336 repeat
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:20px; height:9px; z-index:1;
  background-color:#ceced6
  }  
div#left { position:absolute; left:0; top:0; z-index:2 }  
div#right { position:absolute; right:0; top:0; z-index:3 }
  
/*
FADING
*/	

.gradualshine{
	filter:alpha(opacity=100);
	-moz-opacity:0.99;
	border: 1px solid #575757
	}

.fadetransparent{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	border: 1px solid #FF0000
	}	

/*
DROPSHADOW
*/

	.shadow {
		}
	.shadowedimg {
		}

/*
FORMS
*/
#form_account {
	text-align: left;
	border: 1px solid Silver;
	background-color: #EEEEEE;
	}
#form_account td{
	padding: 2px;
	}
#form_account .label{
	text-align: right;
	width: 50%;
	}
#form_account hr{
	color: Silver;
	height: 1px;
	}
	
/*
BOX DI LOGIN
*/
td.tab_round_title{
	border-top: 1px solid #BBBBBB;
	padding: 1px 0px 1px 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	}
td.tab_round_cell{
	border: 1px solid #BBBBBB;
	padding: 6px 4px 14px 4px;
	border-bottom-width: 0px;
	}
td.tab_round_bottom{
	border-bottom: 1px solid #BBBBBB;
	height: 12px;
	}

/*
FOOTER
*/
#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;
	}
#footer hr {
	width: 100%;
	color: #777777;
	height: 1px;
	}
	
/*
HEADER
*/
#header {
	background-color: #544A49;
	height: 150px;
	padding: 0px;
  margin: 0px
	}
#header h1 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	}

/*
LANGUAGE BAR
*/
#languagebar {
	float: right;
	position: absolute;
	right: 10px; top: 5px;
	color: #FFFFFF;
	}
#languagebar A, #languagebar A:VISITED {
	color: #CCCC00;
	text-decoration: none;
	}
#languagebar A:ACTIVE, #languagebar A:HOVER{
	color : #FFFFFF;
	text-decoration : underline;
	}

/*
NAVIGATION BAR
*/
#navbar {
	position: absolute;
	top: 122px; 
	left: 0px; 
	width: 100%;
	color: #00008B;	
	height: 18px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 2px;
	}
#navbar A, #navbar A:VISITED {
	color: #CAC7B6;
	text-decoration: none;
	}
#navbar A:ACTIVE, #navbar A:HOVER{
	color : #FFFFFF;
	text-decoration : underline;
	}
.navbar_button_left {
	background-color: #6A685B;
	height: 14px;
	background-repeat: no-repeat;
	padding: 1px;
	float: left;
	border: 1px solid;
	border-color: #000033;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}
.navbar_button_right {
	background-color: #6A685B;
	height: 14px;
	background-repeat: no-repeat;
	padding: 1px;
	float: right;
	border: 1px solid;
	border-color: #000033;
	margin-right: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
/*
SEARCH BAR
*/
#searchbar {
	background-color: #6294BB;
	margin-top: 0px;
	padding: 2px;
	width: 100%;
	}
#searchbar A, #searchbar A:VISITED {
	color: #000066;
	text-decoration: none;
	}
#searchbar A:ACTIVE, #searchbar A:HOVER{
	color : #FFFFFF;
	text-decoration : underline;
	}

/*
ADVANCED SEARCH
*/
#advancedsearchbox {
	text-align: left;
	width: 98%;
	border: 1px solid Silver;
	background-color: #EEEEEE;
	}
#advancedsearchbox .label{
	text-align: right;
	width: 50%;
	}
	
/*
WISHLIST
*/
#wishlistbox {
	text-align: left;
	width: 98%;
	border: 1px solid Silver;
	background-color: #EEEEEE;
	}
#wishlistbox .label{
	text-align: right;
	width: 50%;
	}
#wishlistbox hr{
	color: Silver;
	height: 1px;
}

/*
LAYOUT
*/
#col_sx {
	background-color: #FFFFFF;
	padding: 4px;
	width: 180px;
	}
#col_center {
	background-color: #FFFFFF;
	padding: 4px;
	text-align: center;
	}
#col_dx {
	background-color: #FFFFFF;
	padding: 4px;
	width: 180px;
	}

/*
BOX RECOMMENDED
*/
#recommended_title {
	background-color: #384151;
	color: #FFFFFF;	
	font-size: 17px;
	height: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#recommended_box {
	background-color: #FFFFFF;
	padding: 0px;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	}
	
/*
BOX CORRELATED
*/
#correlated_title {
	background-color: #384151;
	color: #FFFFFF;	
	font-size: 17px;
	height: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#correlated_box {
	background-color: #FFFFFF;
	padding: 0px;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	}
	
/*
BOX CATEGORIE
*/
#categories_title {
	background-color: #000066;
	color: #FFFFFF;		
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#categories_box {
	background-color: #FFFFCC;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	padding: 4px 0px 4px 4px;
	}
#categories_box hr {
	width: 90%;
	color: #777777;
	height: 1px;
	}
#categories_box A,#categories_box A:VISITED {
	color: #384151;
	text-decoration: none;
	}
#categories_box  A:HOVER,#categories_box  A:ACTIVE {
	color : #7C4E41;
	text-decoration : none;
	}
#categories_selected {
	background-color: #FFFFFF;
}
#categories_special_title {
	background-color: #DA41E4;
	color: #FFFFFF;		
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#categories_special_box {
	background-color: #FFFFCC;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	padding: 4px 0px 4px 4px;
	}
#categories_special_box hr {
	width: 90%;
	color: #777777;
	height: 1px;
	}	
#categories_special_box A, #categories_special_box A:VISITED {
	color: #000066;
	text-decoration: none;
	}
#categories_special_box  A:HOVER, #categories_special_box  A:ACTIVE {
	color : #EE0000;
	text-decoration : none;
	}
#categories_special_selected {
	background-color: #E0EDFC;
}

/*
BOX CART
*/
#cartbox_title {
	background-color: #000066;
	color: #FFFFFF;		
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#cartbox_box {
	background-color: #FFFFCC;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	padding: 4px 0px 4px 4px;
	}
#cartbox_box hr {
	width: 90%;
	color: #777777;
	height: 1px;
	}
#cartbox_box A, #cartbox_box A:VISITED {
	color: #2C323D;
	text-decoration: none;
	}
#cartbox_box  A:HOVER, #cartbox_box  A:ACTIVE {
	color : #7C4E41;
	text-decoration : none;
	}


/*
BOX LASTVIEWED
*/
#lastviewed_title {
	background-color: #000066;
	color: #FFFFFF;		
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#lastviewed_box {
	background-color: #FFFFFF;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	padding: 4px 0px 4px 4px;
	}
#lastviewed_box hr {
	width: 90%;
	color: #777777;
	height: 1px;
	}
#lastviewed_box A, #lastviewed_box A:VISITED {
	color: #384151;
	text-decoration: none;
	}
#lastviewed_box  A:HOVER, #lastviewed_box  A:ACTIVE {
	color : #7C4E41;
	text-decoration : none;
	}

/*
BOX BESTSELLERS
*/
#bestsellers_title {
	background-color: #FFDE00;
	color: #000000;		
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#bestsellers_box {
	background-color: #FFFFFF;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	padding: 4px 0px 4px 4px;
	}
#bestsellers_box hr {
	width: 90%;
	color: #777777;
	height: 1px;
	}
#bestsellers_box A, #bestsellers_box A:VISITED {
	color: #384151;
	text-decoration: none;
	}
#bestsellers_box  A:HOVER, #bestsellers_box  A:ACTIVE {
	color : #7C4E41;
	text-decoration : none;
	}
	
/*
BOX SUPERDEAL
*/
#superdeal_title {
	background-color: #DA41E4;
	color: #FFFFFF;		
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	width: 98%;
	border: 1px solid #2C323D;
	}
#superdeal_box {
	background-color: #FFFFFF;
	width: 98%;
	border-left: 1px solid #2C323D;
	border-right: 1px solid #2C323D;
	border-bottom: 1px solid #2C323D;
	padding: 4px 0px 4px 4px;
	}
#superdeal_box hr {
	width: 90%;
	color: #777777;
	height: 1px;
	}
#superdeal_box A, #superdeal_box A:VISITED {
	color: #384151;
	text-decoration: none;
	}
#superdeal_box  A:HOVER, #superdeal_box  A:ACTIVE {
	color : #7C4E41;
	text-decoration : none;
	}
	
/* 
PAGEHEADER
*/
#pageheader_recommended {
	color: #003300;	
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 100%;
	}
#pageheader_category {
	color: #003300;	
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 100%;
	}
#pageheader_allcategory {
	color: #003300;	
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 100%;
	}
#pageheader_search {
	color: #003300;	
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 100%;
	}
#pageheader_wishlist {
	color: #003300;	
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 100%;
	}
#pageheader_itemsheet {
	color: #003300;	
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 100%;
	}
	
.error{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;	
	text-align: center;
	width: 98%;
	line-height: 20px;
	}
.notice{
	font-size: 12px;
	background-color: #F1FFF1;
	color: #006400;	
	text-align: left;
	width: 98%;
	margin: 10px 0px 0px 0px;
	}

/* 
SPANBAR
*/
.spanbar {
	background-color: #FFFFFF;
	font-size: 9px;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px dashed Silver;
	word-spacing: 1px;
	width: 100%;
	}
.spanbar td{
	font-size: 9px;
	}
.spanbar .selected{
	font-weight: bold;
	}
.spanbar img{
	margin-left: 7px;
	}

/* 
BOX ARTICOLO
*/
.boxarticolo {
	background-color: #FFFFEE;
	text-align: left;
	padding: 0px;
	width: 98%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #E6E683;
	}
.boxarticolo_special {
	background-color: #FFF5EE;
	text-align: left;
	padding: 0px;
	width: 98%;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFC0CB;
	}
.boxarticolo_title {
	font-size: 20px;
	margin-bottom: 10px;
	background-color: #FAFAD2;
	padding: 3px;
	}
.boxarticolo_title_special {
	font-size: 20px;
	margin-bottom: 10px;
	background-color: #FFE4E1;
	padding: 3px;
	}
.boxarticolo_title .categorytitle {
	font-size: 50%;
	}
.boxarticolo_title_special .categorytitle {
	font-size: 50%;
	}
.prezzotitle {
	float: right;
	font-weight: bold;
	font-size: 80%;
	}
.importante {
	color: Red;
}
.boxarticolo_img {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	}
.boxarticolo_corpo {
	padding-left: 10px;
	padding-right: 5px;
	}
.boxarticolo_corpo li {
	margin-left: 5px;
	}

/* 
BOX VARIANTE
*/
.boxvariante {
	clear: both;
	width: 90%;
	}
.boxvariante_title {
	clear: both;
	font-size: 15px;
	padding-left: 10px;
	margin-bottom: 10px;	
	margin-top: 5px;
	background-color: #FAFAD2;
	border-top: 1px solid #F0E68C;
	}
.boxvariante_img {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
.boxvariante_corpo {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	}
.boxvariante_tabletaglie {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	}
.boxvariante_tabletaglie input {
	font-size: 10px;
}
.boxvariante_tabletaglie table {
	background-color: Silver;
	}
.boxvariante_tabletaglie th {
	background-color: #DCDCDC;
	text-align: center;
	}
.boxvariante_tabletaglie td {
	background-color: #F5F5F5;
	padding: 2px 10px 2px;
	}
.orderbuttons {
	width: 100%;
	text-align: right;
	padding-right: 15px;
	}
.orderbuttons td{
	padding-right: 10px;
	}
	
/* 
BOX MINI ARTICOLO
*/
.boxminiarticolo_title {
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #FAFAD2;
	padding: 3px;
	}
.boxminiarticolo_title_special {
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #FFE4E1;
	padding: 3px;
	}
.boxminiarticolo_title .categorytitle {
	font-size: 70%;
	}
.boxminiarticolo_title_special .categorytitle {
	font-size: 70%;
	}
.boxminiarticolo_img {
	clear: both;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	}
.boxminiarticolo_corpo {
	padding-left: 10px;
	padding-right: 5px;
	}
.boxminiarticolo_corpo li {
	margin-left: 5px;
	}
.boxminiarticolo_wishlist {
	clear: both;
	margin: 3px;
	text-align: center;
	}
	
/*
CATEGORIES LIST
*/
#pageheader_categorieslist {
	background-color: #FFFFFF;
	color: #00008B;	
	font-size: 17px;
	height: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-bottom: 5px;
	width: 100%;
	}
#tablecategorieslist {
	text-align: left;
}	
#tablecategorieslist td {
	padding: 1px;
}	
#tablecategorieslist .rowspacer {
	height: 10px;
}
#tablecategorieslist .rowfirstcat {
	background-color: #C3E2E6;
}
#tablecategorieslist .rowcat0 {
	background-color: #F6F6F6;
}
#tablecategorieslist .rowcat1 {
	background-color: #E9E9E9;
}
#tablecategorieslist .rowfirstcat_special {
	background-color: #FFDAB9;
}
#tablecategorieslist .rowcat0_special {
	background-color: #F6F6F6;
}
#tablecategorieslist .rowcat1_special {
	background-color: #E9E9E9;
}

/* 
CART
*/
#cart_cart {
	border: 1px solid #4682B4;
	width: 600px;
}
#cart_cart th{
	padding: 2px 0px 2px 0px;
	background-color: #4682B4;
	color: #ffffff;
}
#cart_cart td{
	padding: 10px 5px 5px 5px;
	border-top-color: #4682B4;
	border-top-style: solid;
	border-top-width: 1px;
	}
#cart_cart tr.item{
	background-color: #F7FAFC;
}
#cart_cart tr.total{
	background-color: #E0EBF3;
}
#cart_cart tr.shipping{
	background-color: #E0EBF3;
}
#cart_sample {
	border: 1px solid #2E8B57;
	width: 600px;
}
#cart_sample th{
	padding: 2px 0px 2px 0px;
	background-color: #2E8B57;
	color: #ffffff;
}
#cart_sample td{
	padding: 10px 5px 5px 5px;
	border-top-color: #2E8B57;
	border-top-style: solid;
	border-top-width: 1px;
	}
#cart_sample tr.item{
	background-color: #F0F9F6;
}
#cart_sample tr.total{
	background-color: #D7EFE7;
}
#cart_sample tr.shipping{
	background-color: #D7EFE7;
}
#totaltable td{
	border: 0px;
	font-weight: bold;
	padding: 3px
}
#cart_manager {
	width: 700px;
	border: 1px solid Silver;
	background-color: #EEEEEE;
}
#cart_manager th{
	background-color: #DCDCDC;
}
#cart_manager td{
	padding:10px;
}
#order_submit {
	width: 700px;
	border: 1px dashed Silver;
	background-color: #EEEEEE;
}
#order_submit td{
	padding:10px;
}

/* 
HISTORY
*/
#history_list {
	border: 1px solid #B06F8B;
	width: 600px;
}
#history_list th{
	padding: 2px 0px 2px 0px;
	background-color: #B06F8B;
	color: #ffffff;
}
#history_list th a{
	color: #ffffff;
}

#history_list td{
	padding: 5px 10px 5px 10px;
	border-top-color: #B06F8B;
	border-top-style: solid;
	border-top-width: 1px;
	}
#history_list .dapagare{
	background-color: #FFE1A6;
}
#history_list .summarytable td{
	border: 0px;
}

