/***************************/
/* MAIN LAYOUT	   	   	   */
/***************************/
BODY {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	margin: 10px 0 30px 0;
	padding: 0;
	background-image: url(../images/sfumatura.jpg);
}

P {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}

TD {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

TH {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #723E95;
	margin: 12px 3px 8px 0px;
	padding: 0px 0px 2px;
}

H3 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

UL, OL {
	margin: 3px 0px 5px 20px;
}

P {
	margin: 0px 0px 10px 0px;
}

A {
	color: #A86BAD;
}

A:hover {
	color: #D18FC8;
}

LI {
	margin-bottom: 5px;
	list-style-type: square;
}

FORM {
	padding: 0px;
	margin: 0px;
}

INPUT {
	font-family: Tahoma, Arial;
	font-size: 11px;
	vertical-align: middle;
}
SELECT {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px inset;
}
TEXTAREA {
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: 1px;
}

HR {
	color: #bebebe;
	height: 1px;
}

H1 {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 20px 0;
	padding: 0;
}


/***************************/
/* LAYOUT 				   */
/***************************/

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#logo {
	background: #CCA8B2 url(../images/immagine_logo.jpg) repeat-x left center;
	height: 162px;
}

#flags {
	text-align: center;
	margin-bottom: 15px;
}

#pagebody{
	width: 100%;
}

#left, #right {
	padding-top: 10px;
	background-color: #EEF5FB;
	vertical-align: top;
	width: 140px;
}

#left {
	border-right: 1px solid #9DC4E6;
}

#right {
	border-left: 1px solid #9DC4E6;
}

/***************************/
/* TOP MENU 			   */
/***************************/

#topmenu .menu {
	overflow: visible;
	margin-bottom: 5px;
}

#topmenu .menu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topmenu .menu LI {
	list-style-type: none;
	margin: 1px;
	padding: 0px;
	float: left;
	width: auto ! important;
	white-space: nowrap;
	border-left: 0px solid #cccccc;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	background-color: #F4BDD3;
}

#topmenu .menu A {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	color: #444444;
	border: 1px solid #F4BDD3;
}

#topmenu .menu A:hover, #topmenu .menu .selected A {
	color: #000;
	background-color: #F2DEE6;
}


/***************************/
/* MODULES			        */
/***************************/

#mainbar .module, #auxbar .module, #login .module {
	margin: 3px 3px 6px 3px;
	padding: 3px;
	border: 1px solid #cccccc;
	background-color:#F8E9E9;
}

#auxbar .module, #login .module {
	margin: 3px 3px 6px 3px;
	padding: 3px;
	border: 1px solid #C8C8C8;
	background-color:#F1E7F1;
	-moz-border-radius: 5px;
}

#mainbar h2, #auxbar h2, #login h2, #cart H2 {
	margin: 0;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#mainbar h2, #auxbar h2, #login h2 {
	color: #4D4D4D;
	background-color: #cccccc;
}


/***************************/
/* MAINBAR MENU        	   */
/***************************/

#mainbar ul, #auxbar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#mainbar li, #auxbar li{
	margin: 1px;
	list-style-type: none;
	border-bottom: 1px none;
}

/* fix for browsers that don't need the hack */
html>body .menu li {border-bottom: none;}


#mainbar .menu a, #auxbar .menu a{
	display: block;
	text-decoration: none;
}

#mainbar .menu A.level1 , #auxbar .menu A.level1 {
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;

	padding: 3px 0px 3px 15px;
	color: #666666;
	background: #f2d7d8;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}

#mainbar .menu A.level2, #auxbar .menu A.level2 {
	padding: 3px 0px 3px 18px;
	font-weight:normal;
	border-bottom: 1px solid #c8c8c8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
}

#mainbar .menu A.level1:hover , #auxbar .menu A.level1:hover{
	color: #666666;
	background-color: #F1E7F1;
}

#mainbar .menu A.level2:hover , #auxbar .menu A.level2:hover{
	color: #666666;
	background-color: #F1E7F1;
}

/***************************/
/* USERLOGIN          	   */
/***************************/
.userlogin A {
	color: black;
}

.userlogin A:hover {
	color: #ffffff;
}

.userlogin label {
	font-weight: bold;
	display:block;
}

.userlogin .save{
	display: block;
}

.userlogin INPUT.btn {
	margin: 5px 0px 5px 0px;
	display: block;
	color: white;
}

.userlogin A.btn {
	margin: 5px 0px 5px 0px;
	color: #333333;
	display: block;
	width: auto;
}


/***************************/
/* LAYOUT              	   */
/***************************/
#center {
	padding: 6px;
	background-color: #f1ece7;
}

#messages {
	margin-left: 10px;
	margin-right: 10px;
}

#body {
	padding: 15px 10px 30px 10px;
}


#center, #left, #right {
	vertical-align: top;
	border: 1px solid #A4A4A5;
}

/***************************/
/* NAV              	   */
/***************************/
#nav A {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	padding-right: 5px;
}

#nav A:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}




/***************************/
/* COPYBAR                 */
/***************************/
#copybar {
	width: 100%;
}

#copybar TD {
	padding-top: 10px;
	color: #666666;
	text-align: center;
	vertical-align:top;
}

#copybar A {
	color: #666666;
}


/***********************/
/*	BUTTONS    		   */
/***********************/

INPUT.btn, INPUT.def, A.btn {
	color: #333333;
	background-color: #E8C8E3;
	border-color: #666666;
}

INPUT.btn:hover, INPUT.def:hover, A.btn:hover {
	color: #000;
}

/*********************/
/* SURVEY            */
/*********************/
.survey .question {
	padding: 3px;
	font-weight: bold;
}

.survey .answer {
	padding: 3px;
	margin: 1px;
	font-size: 90%;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CCC;
}




/***********************/
/*	USER    		   */
/***********************/
#user {
	width: 100%;
	text-align:center;
}

#user .module {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

#userLogged  {
	padding: 5px 30px 5px 10px;
	float: left;
	text-align: right;
	border-right: 1px solid #CCCCCC;
	color:#999999;
}

#userCompany  {
	font-size: 90%;
	padding-top: 5px;
	color: #777777;
}

#userLinks {
	font-family: Arial, sans-serif;
	/* Since we aren't floating li in this example we don't have to set a height on the div */
	padding-top: 5px;
	text-align: right;
}

#userLinks ul {
	text-align: right; /* We are using text-align: center on ul to horisontally align our menu */
	margin: 0; /* Just some margin to align the blue border below the menu */
	padding: 0;
}

#userLinks li {
	display: inline; /* The menu is horizontally aligned using display: inline */
}

#userLinks li a {
	padding: 7px 0 5px 10px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
	_padding: 0 0 0 5px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: url(tabbed-menu-left.gif) no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
	border-right: 1px solid #CCCCCC;
}

#userLinks li a:hover {
	color: #000000;
}

#userLinks li a span {
	padding: 7px 10px 17px 0;
}

#userCartFull A {
	color: red !important;
}






.bordo_ds_sx {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A20000;
	border-left-color: #A20000;
}

.rett_rosso {
	border: 1px solid #a10000;
	-moz-border-radius: 10px;
}

.rett_grigio {
	border: 1px solid #A4A4A5;
}
