#parrucchelanza-2-1 {
	display: block;
	background: url('/images/layout/parrucchelanza-2-1.png');
	background-repeat: no-repeat;
	position: absolute;
	top: -60px;
	right: -60px;
	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')
}

h3 {
	font-size: 11px;
	text-align: left;
	color: #49377B;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #746D9E;
	clear: both;
}


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 {
	clear: both;
	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-footer-by {
	position: absolute;
	right: 22px;
	bottom: 45px;
}

*html #layout-footer-by {
	bottom: 50px;
}

#layout-footer-by a {
	font-weight: normal;
}

#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;
}

*+html #layout-container {
	margin-top: 100px;
}

*+html #layout-col-right {
	margin-top: 125px;
}

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

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

#search-form {
	display: block;
	position:absolute;
	right: 10px;
	bottom: 10px;
}

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

#search {
	margin-bottom: 20px;
	margin-right: 10px;
	width: 173px;
	height: 15px;
	background-image: url('/images/layout/search-bg.gif');
	background-position: 153px center;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #999999;
}

#search:focus {
	color: black;
}

#search-container {
	position: absolute;
	top: 18px;
	width: 173px;
	background-image: url('/images/layout/search-container-bg.png');
	/*border:1px solid #989898;*/
	z-index: 10;
}

#search-container ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 3px;
}

#search-container li {
	display: block;
	clear: both;
	margin-top: 3px;
	width: 170px;
	height: 20px;
	margin-bottom: 5px;
}

#search-container img {
	border: none;
	display: block;
	float: left;
	margin-right: 5px;
}

#search-container a {
	margin-top: 5px;
	display: block;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
}


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;
}

a.layout-menu-contents-newsletter {
	display: block;
	margin-bottom: 7px;
	background: url('/images/layout/raquo.png');
	background-repeat: no-repeat;
	background-position: 165px top;
	width: 177px;
	border-bottom: 1px solid #49377B;
}

a.layout-menu-contents-newsletter:hover {
	background-position: top 168px;
	padding-left: 3px;
}

div.layout-menu .msg-small {
	margin-right: 10px;
	text-align: left;
}

#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, #layout-menu-newsletter {
	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-newsletter {
	background-image: url('/images/menu/newsletter.png');
}


#layout-menu-collezione-perucci, #layout-menu-collezione-nj, #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-hair-mania, #layout-menu-collezione-accessori, #layout-menu-collezione-madame-andre, #layout-menu-collezione-grandi-e-piccole {
	display: block;
	background-repeat: no-repeat;
	width: 185px;
	height: 89px;
	margin-left: 0px;
}

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

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

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

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

#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-hair-mania {
	background-image: url('/images/menu/collezione-hair-mania.png');
}

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

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

#layout-menu-collezione-grandi-e-piccole:hover {
	background-image: url('/images/menu/collezione-grandi-e-piccole-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');
}

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

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

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

span.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;
}


/* photogallery */
#photogallery-container {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 6;
}

#photogallery-container img {
	position: absolute;
	z-index: 7;
	border: none;
	margin: none;
	padding: none;
	margin-left: 7px;
	margin-top: 7px;
}

#photogallery-overlay {
	display: none;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:5;
}

#photogallery-shadow-top-left {
	position:absolute;
	background:url('../images/photogallery/shadow-top-left.png');
	width: 40px;
	height: 40px;
	left: -20px;
	top: -20px;
	z-index: 6;
}

#photogallery-shadow-top-right {
	position:absolute;
	background:url('../images/photogallery/shadow-top-right.png');
	width: 100%;
	height: 100%;
	right: -20px;
	top: -21px;
	z-index: 6;
	background-position: right top;
}

#photogallery-shadow-bottom-left {
	position:absolute;
	background:url('../images/photogallery/shadow-bottom-left.png');
	width: 100%;
	height: 100%;
	left: -20px;
	bottom: -20px;
	z-index: 6;
	background-position: left bottom;
}

#photogallery-shadow-bottom-right {
	position:absolute;
	background:url('../images/photogallery/shadow-bottom-right.png');
	width: 40px;
	height: 40px;
	right: -20px;
	bottom: -19px;
	z-index: 6;
}

#photogallery-button-close {
	position:absolute;
	background:url('../images/photogallery/button-close.png');
	width: 30px;
	height: 30px;
	right: -18px;
	top: -18px;
	z-index: 10;
	cursor: pointer;
	background-position: right top;
}

#photogallery-button-next, #photogallery-button-prev {
	display: block;
	position:absolute;
	width: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
	cursor: pointer;
}

#photogallery-button-prev {
	left: 15px;
}

#photogallery-button-next {
	right: 15px;
}

#photogallery-button-prev:hover {
	background-image: url('../images/photogallery/button-prev.png');
}

#photogallery-button-next:hover {
	background-image: url('../images/photogallery/button-next.png');
}

#iyp__shade {
	visibility: hidden;
}



table.table {
	border-spacing:0px;
	width: 100%;
}


table.table tr th {
	font-size: 18px;
	font-weight: normal;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url('/images/carrello/opzione-bg.png');
	padding: 7px;
	color: #49377B;
	white-space: nowrap;
}

table.table tr td {
	padding: 7px;
	border-bottom: 1px solid #CFCFCF;
}

table.table tr.odd td {
	background-color: #FCFCFC;
}

table.table tr.even td{
	background-color: #FFFFFF;
}

table.table {
	border-spacing:0px;
	width: 100%;
}


table.table-small tr th {
	font-size: 11px;
	font-weight: normal;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url('/images/carrello/opzione-bg.png');
	padding: 3px;
	color: #49377B;
	font-weight: bold;
}

table.table-small tr td {
	padding: 3px;
	font-size: 11px;
	border-bottom: 1px solid #CFCFCF;
	text-align: left;
}

table.table-small tr.odd td {
	background-color: #FCFCFC;
}

table.table-small tr.even td{
	background-color: #FFFFFF;
}
