a, a:hover, a:visited  {
	text-decoration: none;
}
body {
	background-color: #FEECCA;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
table {
	margin: 0px;
	border-collapse: collapse;
	border: none;
}
td{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
th{
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.blackTxt {
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}

img.icons_right{
	margin-left: 7px;
	border: 0;
}
img.icons_left{
	margin-right: 7px;
	border: 0;
}

/* :::::::::::: LINKS ::::::::::::: */
a.text_black, a.text_black:visited {
	text-decoration: none;
	color: #000000;
}
a.text_black:hover  {
	text-decoration: none;
	color: #812100;
}
/* gold link */
a.text_gold, a.text_gold:visited{
	text-decoration: none;
	color: #B89F7B;
}
a.text_gold:hover  {
	text-decoration: none;
	color: #812100;
}
a.text_gold_big, a.text_gold_big:visited{
	font-size: 11px;
	text-decoration: none;
	color: #B89F7B;
}
a.text_gold_big:hover {
	font-size: 11px;
	text-decoration: none;
	color: #812100;
}
a.text_gold_huge, a.text_gold_huge:visited{
	font-size: 16px;
	text-decoration: none;
	color: #B89F7B;
}
a.text_gold_huge:hover {
	font-size: 16px;
	text-decoration: none;
	color: #812100;
}
/* END gold link */

/* subtitle link */
a.subtitle, a.subtitle:visited{
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #B89F7B;	
}
a.subtitle:hover {
	font-size: 13px;
	text-decoration: none;
	color: #812100;
}
/* END subtitle link */

/* :::::::::::: END LINKS ::::::::::::: */


/* :::::::::::: TEXT ::::::::::::: */

.text_gold {
	color: #B89F7B;
}
.text_gold_big{
	font-size: 11px;
	color: #B89F7B;
}
.subtitle{
	font-size: 11px;
	color: #9B8668;
}

}
.goldtitle{
	font-size: 16px;
	color: #812100;
}

/* :::::::::::: END TEXT ::::::::::::: */

.grayBaseBg {
background-color : #F5F0E6;
}
.whiteBaseBg {
background-color : #FFFFFF;
}
.goldBaseBg {
background-color : #B89F7B;
}
.pushBoxContent	{
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :  #000000;
	background-color : E4E4E4;
	padding: 0px 16px 8px 16px;
	vertical-align : top;
}
.pushBoxPhoto	{
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color :  #000000;
	background-color : E4E4E4;
	vertical-align : top;
}
.photoLeft	{
	text-align: left;
	padding: 4px 16px 4px 0px;
}
.photoRight	{
	text-align: left;
	padding: 4px 0px 4px 16px;
}
.contentList {
	font-style: italic;
	padding: 0 0 0 12px;
	margin: 0;
	list-style: none;
}
.contentList li {
	margin-bottom: 12px;
}

/* ::::::::::::::::: lightBox ::::::::::::::::::::::::::::: */

table.lightBox	{		
	vertical-align : top;
	padding: 0px 0px 0px 0px;	
}
table.lightBox td.lightBoxContent	{
	width: 100%;		
	color :  #000000;
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	padding: 0px 16px 8px 16px;
	vertical-align : top;
}
table.lightBox td.lightBoxTop {
	border-top: 1px solid #E4E4E4;
	height: 8px;
	vertical-align : top;
}
table.lightBox td.lightBoxBot {
	border-bottom: 1px solid #E4E4E4;
	height: 8px;
	vertical-align : top;
}
table.lightBox td.lightBoxLeftTop {
	background: url(../img/lightBox_corner_left_top.gif) no-repeat;	
	width: 8px;
	height: 8px;
	vertical-align : top;
}
table.lightBox td.lightBoxLeftBot {
	background: url(../img/lightBox_corner_left_bot.gif) no-repeat;	
	width: 8px;
	height: 8px;
	vertical-align : top;
}
table.lightBox td.lightBoxRightTop {
	background: url(../img/lightBox_corner_right_top.gif) no-repeat;	
	width: 8px;
	height: 8px;
}
table.lightBox td.lightBoxRightBot {
	background: url(../img/lightBox_corner_right_bot.gif) no-repeat;	
	width: 8px;
	height: 8px;
}
table.lightBoxHor td {	
	color :  #000000;
	font-size: 11px;	
	border-left: 1px solid #E4E4E4;
	padding: 8px 8px 8px 8px;
	vertical-align : top;
}
table.lightBoxHor td.first {
	border-left: none;	
}
table.lightBoxHor td.topBorder {
	border-top: 1px solid #E4E4E4;
	border-left: none;	
}
table.lightBoxHorWide {	
	/*border-bottom: 1px solid #E4E4E4;*/
	width: 100%;
	margin-bottom: 16px;
}
table.lightBoxHorWide td {	
	color :  #000000;
	font-size: 11px;	
	border-left: 1px solid #E4E4E4;
	padding: 8px 8px 8px 8px;
	vertical-align : top;
	width: 100%;
}
table.lightBoxHorWide td.first {
	border-left: none;	
}
table.lightBoxHorWide td.topBorder {
	border-top: 1px solid #E4E4E4;
	border-left: none;	
}


/* ::::::::::::::::: end lightBox ::::::::::::::::::::::::::::: */


/* ::::::::::::::::: Store ::::::::::::::::::::::::::::: */
ul.listaStore{
	margin-top: 0;
	margin-bottom: 0;
	/*line-height: 24px;*/
	list-style: none url(../img/list_icon.gif);
}
ul.listaStore li{
margin-bottom: 8px;
}
span.listaStore_orari{
display: block;
margin-left: 16px;
}
/* ::::::::::::::::: end Store ::::::::::::::::::::::::::::: */


/* ::::::::::::::::: Collezioni ::::::::::::::::::::::::::::: */
ul.listaCollezioni{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
	list-style: square;
}
/* ::::::::::::::::: end Collezioni ::::::::::::::::::::::::::::: */


/* ::::::::::::::::: popup ::::::::::::::::::::::::::::: */

table.popupBody {
	width: 100%;	
}
table.popupBody td.popupBody_header {
	padding: 8px 8px 8px 8px;
	vertical-align : top;
}
table.popupBody td.popupBody_card {
	padding: 8px 8px 8px 8px;
	vertical-align : top;
}

/* ::::::::::::::::: end popup ::::::::::::::::::::::::::::: */


/* ::::::::::::::::: ListPage ::::::::::::::::::::::::::::: */

ul.ListPage {
	font : 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #000000;
	margin-top: 160px;
	list-style: square;
}
/* ::::::::::::::::: end ListPage ::::::::::::::::::::::::::::: */


/* ::::::::::::::::: print Button ::::::::::::::::::::::::::::: */
div.printBtn {
	text-align: right;
	height: 20px;
	border-bottom: 1px dotted #B89F7B;
	margin-bottom: 16px;	
}
/* ::::::::::::::::: end print Button ::::::::::::::::::::::::::::: */

/* ::::::::::::::::: language Button ::::::::::::::::::::::::::::: */
div.languageBtn {
	position: relative;
	margin-top: -72px;
	margin-left: 16px;
}
div.languageBtnHome {
	position: relative;
	text-align: center;
	margin-top: -100px;
}
/* ::::::::::::::::: end language Button ::::::::::::::::::::::::::::: */


div.copyrightArea {
	margin-top: -16px;
	text-align: center;
	color:#B1A695;
}
div.noFlashArea{
	height: 100%;
}

/* ::::::::::::::::: Contatti ::::::::::::::::::::::::::::: */

table td.contatti_testo {
font-size: 11px;
}


/* ::::::::::::::::: end Contatti ::::::::::::::::::::::::::::: */
