#parrucchelanza-2-0 {
	display: block;
	background: url('/images/layout/parrucchelanza-2-0.png');
	background-repeat: no-repeat;
	position: absolute;
	top: -95px;
	right: -25px;
	z-index: 10;
	width: 75px;
	height: 74px;
}

/* definizioni generali */

body {
	font-family: 'Trebuchet MS', 'Arial', 'sans-serif';
	font-size: 13px;
	background-color: #DEDEDD;
	background-image: url('/images/layout/body-bg.png');
	background-repeat: repeat-x;
	margin: 20px 0 20px 0;
	text-align: justify;
}

a {
	font-weight: bold;
	border: 0;
	color: #49377B;	
	text-decoration: none;
}

img {
	border-color: #49377B;
	border-style: solid;
	border-width: 1px;
}

a img {
	border: 0;
}

a:hover {
	color: #C6C2C1;
}

.barred {
	text-decoration: line-through;
	color: #C6C2C1;
}

.shadow {
	color: #C6C2C1;
}

table {
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 25px;
	color: #49377B;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 100%;
	border-bottom: 1px solid #49377B;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url('/images/layout/h1-bg.png')
}

h2 {
	font-size: 18px;
	color: #49377B;
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	font-weight: normal;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url('/images/layout/h2-bg.png')
}


form table {
	margin-top: 10px;
}

form table tr {
	height: 35px;
}

form table th {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #4E4B49;
	padding-right: 5px;
}

form table td {
	width: 200px;
}

input, select, textarea {
	font-size: 15px;
	font-family: 'Trebuchet MS', 'Arial', 'sans-serif';
	width: 200px;
	color: #4E4B49;
	border: 1px solid #989898;
}

input:focus, select:focus {
	background-color: #F2F2F2;
	border: 1px solid #49377B;
}

input.btn, a.btn {
	font-weight: bold;
	background: none;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('/images/layout/btn.png');
	width: 130px;
	height: 28px;
	color: #49377B;
	font-size: 16px;
	border: none;
	display:block;
	margin-top: 5px;
}

input.btn:hover, a.btn:hover {
	background-image: url('/images/layout/btn-hover.png');
	color: #C6C2C1;
	cursor: pointer;
}

form table th input {
	width: 15px;
	border: none;
}

div.hr {
	clear: both;
	display: block;
	background-repeat:none;
	background-position: top center;
	background-image: url('/images/layout/hr.png');
	width: 100%;
	height: 23px;
	border: 0;
	margin-top: 10px;
	border-style: none;
}

div.text-small {
	font-size: 11px;
}

div.speciale {
	color: #49377B;
	font-size: 25px;
	text-align: center;
}

div.msg {
	padding-left: 65px;
	padding-top: 2px;
	padding-right: 10px;
	min-height: 60px;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #989898;
	background-color: #F2F2F2;
}

*html div.msg {
	height: 60px;
	width: 100%;
}

*html td div.msg  {
	width: 390px;
}

div.warning {
	background-image:url('/images/layout/msg-warning.png');
	font-weight: bold;
}

div.ok {
	background-image:url('/images/layout/msg-ok.png');
}

div.info {
	background-image:url('/images/layout/msg-info.png');
}

div.error {
	background-image:url('/images/layout/msg-error.png');
	color: red;
}

div.msg-small {
	padding-left: 30px;
	padding-top: 1px;
	padding-right: 5px;
	min-height: 30px;
	font-size: 9px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border: 1px solid #989898;
	background-color: #F2F2F2;
}

*html div.msg-small {
	height: 30px;
	width: 100%;
}

div.info-small {
	background-image:url('/images/layout/msg-small-info.png');
}

div.prezzo-scadenza {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: center;
	color: #C6C2C1;
}

ul {
	list-style-image: url('/images/layout/raquo.png');
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	
}
ol {
	list-style-type:decimal;	
}

li {
	margin-bottom: 5px;
}

div.paginazione a {
	margin-left: 7px;
	margin-right: 7px;
}

div.paginazione .paginazione-active {
	font-weight: bold;
	font-size: 20px;
}

/* definizione layout principale */ 

#layout-mother {
	position: absolute;
	left: 50%;
	margin-left: -503px;
	width: 1006px;
	background: transparent;
}

#layout-header {
	background-image: url('/images/layout/header-bg.png');
	background-repeat: no-repeat;
	width: 1006px;
	height: 135px;
	z-index:2;
	position:absolute;
	margin-left: -1px;
}

#layout-footer {
	background-color: #DEDEDD;
	background-image: url('/images/layout/footer-bg.png');
	background-repeat: no-repeat;
	padding-top: 10px;
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #4E4B49;
}

#layout-main {
	margin-top: 120px;
	min-height: 900px;
	background-image: url('/images/layout/main-bg.png');
	background-repeat: repeat-y;
}

*html #layout-main {
	margin-top: 0px;
	height: 100%;
	position:absolute;
	top: 120px;
	width: 1005px;
}

#layout-col-left, #layout-col-right {
	height: 100%;
	width: 198px;
	background-repeat: repeat-y;	
	float:left;
	padding-bottom: 20px;
}

#layout-col-left{
	margin-left: 9px;
}

#layout-col-right div.layout-menu {
	margin-left: 7px;
}

#layout-container {
	padding-top: 3px;
	width: 589px;
	background-color: white;
	float: left;
	height: 100%;
	z-index: 1;
}

#layout-contents {
	margin: 5px;
	width: 579px;
	float: left;
	min-height: 850px;
}

/* deinizioni effetti layout */
#layout-header-menu {
	position:absolute;
	right: 10px;
	bottom: 10px;
}

#layout-header-menu a {
	margin-right: 10px;
}



a.layout-list {
	display: block;
	background-image: url('/images/layout/raquo.png');
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 15px;
	font-weight: normal;
}

a.layout-list:hover {
	background-position: 7px 2px;
	padding-left: 17px;
}

div.layout-menu {
	margin-top: 15px;
	margin-left: 5px;
}

div.layout-menu a {
	font-weight: normal;
}

div.layout-menu table {
	width: 190px;
}

div.layout-menu input {
	width: 120px;
	height: 18px;
	font-size: 10px;
}

div.layout-menu input.btn, div.layout-menu a.btn {
	font-weight: normal;
	height: 18px;
	font-size: 12px;
	background-image: url('/images/layout/btn-small.png');
	width: 84px;
	margin-right: 5px;
}

div.layout-menu input.btn:hover, div.layout-menu a.btn:hover {
	background-image: url('/images/layout/btn-small-hover.png');
	cursor: pointer;
}

div.layout-menu tr{
	height: 12px;
}

div.layout-menu th {
	font-size: 12px;
	color: #49377B;
}

div.layout-menu-contents {
	margin-left: 3px;
}

#layout-menu-le-nostre-collezioni, #layout-menu-assistenza-al-cliente, #layout-menu-chi-siamo, #layout-menu-qualche-vantaggio-per-lei, #layout-menu-le-nostre-offerte, #layout-menu-le-nostre-novita, #layout-menu-carrello, #layout-menu-aiutiamo-la-ricerca, #layout-menu-area-clienti {
	background-repeat: no-repeat;
	width: 190px;
	height: 25px;
}

#layout-menu-le-nostre-collezioni {
	background-image: url('/images/menu/le-nostre-collezioni.png');
}

#layout-menu-assistenza-al-cliente {
	background-image: url('/images/menu/assistenza-al-cliente.png');
}

#layout-menu-chi-siamo {
	background-image: url('/images/menu/chi-siamo.png');
}

#layout-menu-qualche-vantaggio-per-lei {
	background-image: url('/images/menu/qualche-vantaggio-per-lei.png');
}

#layout-menu-le-nostre-offerte {
	background-image: url('/images/menu/le-nostre-offerte.png');
}

#layout-menu-le-nostre-novita {
	background-image: url('/images/menu/le-nostre-novita.png');
}

#layout-menu-carrello {
	background-image: url('/images/menu/carrello.png');
}

#layout-menu-aiutiamo-la-ricerca {
	background-image: url('/images/menu/aiutiamo-la-ricerca.png');
}

#layout-menu-area-clienti{
	background-image: url('/images/menu/area-clienti.png');
}


#layout-menu-collezione-power-pieces, #layout-menu-collezione-stimulate, #layout-menu-collezione-stimulate-human, #layout-menu-collezione-raquel-welch, #layout-menu-collezione-ellen-wille, #layout-menu-collezione-accessori {
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 89px;
	margin-left: 0px;
}

#layout-menu-collezione-power-pieces {
	background-image: url('/images/menu/collezione-power-pieces.png');
}

#layout-menu-collezione-power-pieces:hover {
	background-image: url('/images/menu/collezione-power-pieces-hover.png');
}

#layout-menu-collezione-stimulate {
	background-image: url('/images/menu/collezione-stimulate.png');
}

#layout-menu-collezione-stimulate:hover {
	background-image: url('/images/menu/collezione-stimulate-hover.png');
}

#layout-menu-collezione-stimulate-human {
	background-image: url('/images/menu/collezione-stimulate-human.png');
}

#layout-menu-collezione-stimulate-human:hover {
	background-image: url('/images/menu/collezione-stimulate-human-hover.png');
}

#layout-menu-collezione-raquel-welch {
	background-image: url('/images/menu/collezione-raquel-welch.png');
}

#layout-menu-collezione-raquel-welch:hover {
	background-image: url('/images/menu/collezione-raquel-welch-hover.png');
}

#layout-menu-collezione-ellen-wille {
	background-image: url('/images/menu/collezione-ellen-wille.png');
}

#layout-menu-collezione-ellen-wille:hover {
	background-image: url('/images/menu/collezione-ellen-wille-hover.png');
}

#layout-menu-collezione-accessori {
	background-image: url('/images/menu/collezione-accessori.png');
}

#layout-menu-collezione-accessori:hover {
	background-image: url('/images/menu/collezione-accessori-hover.png');
}

table.layout-menu-box {
	color: #49377B;
	font-size: 12px;
	width: 185px;
}

b.layout-menu-box-special {
	color: #716F6E;
	text-decoration: line-through;
}

table.layout-menu-carrello {
	color: #49377B;
	width: 180px;
}

table.layout-menu-carrello th {
	font-size: 22px;
	font-weight: normal;
	text-align: right;
	word-spacing: -2px;
	vertical-align: middle;
	line-height: 17px;
	width: 15px;
	border-bottom: 1px solid #49377B;
	padding: 2px;
	background: url('/images/menu/carrello-quantita-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 9px;
}

table.layout-menu-carrello td {
	vertical-align: center;
	font-size: 10px;
	line-height: 10px;
	border-bottom: 1px solid #49377B;
	padding: 2px;
}

td.layout-menu-carrello-prezzo {
	width: 45px;
	text-align: right;
}

ul.layout-menu-news {
	margin-right: 10px;
}

ul.layout-menu-news h3 {
	color: #49377B;
	border-bottom: 1px solid #49377B;
	margin-top: 2px;
	margin-bottom: 1px;
	font-weight: normal;
	font-size: 14px;
}

ul.layout-menu-news div {
	font-size: 11px;
}


#layout-col-left-contatore {
	position:absolute;
	bottom: 45px;
	left: 20px;
	color: #49377B;
	font-size: 11px;
}


*html #layout-col-left-contatore {
	bottom: 50px;
}

#layout-bread-crumbs {
	font-size: 11px;
	color: #49377B;
	width: 579px;
	text-align: right;
	margin-top: 7px;
	margin-bottom: 10px;
}

#layout-bread-crumbs a {
	font-weight: normal;
}

.layout-clear {
	clear: both;
}