/*-------------------------
		   Reset
-------------------------*/

* {	
	border: 0;	
	padding: 0;	
	margin: 0;	
	outline: 0;
}

/*-------------------------
	   Miscellaneous
-------------------------*/

.clear {
	clear: both;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

img {
	border: 0;
}

/*-------------------------
		Typography
-------------------------*/

h2 {
	font-family: Arial;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0 0 4px 0;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 20px 0;
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #494747;
	margin: 0 0 12px 0;
}

h3 span {
	padding: 0 5px 1px 3px;
	background-color: #000;
}

#footer a {
	font-family: Arial;
	font-size: 10px;
	color: #a0a0a0;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0px 0 0;
}

#footer a:hover {
	color: #000;
}

#content p {
	margin: 0 0 20px 0;
}

#content a {
	font-family: Arial;
	font-size: 12px;
	color: #858585;
	text-decoration: none;
}

#content a:hover {
	color: #000;
	text-decoration: underline;	
}

#current_news {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}





/*-------------------------
		Structure
-------------------------*/

html, body {
	height: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 1050px;
	background-image: url(images/background.jpg);	
	background-repeat: no-repeat;
}

#content {
	float: left;
	padding: 18px 0 0 15px;
}

/*-------------------------
		  Header
-------------------------*/

#top {
	width: 980px;
	height: 36px;
	padding: 15px 70px 0 0;
	font-size: 10px;
	font-family: Arial;
	color: #404040;
	font-weight: bold;
}

#top .fr {
	width: 415px;
	height: 19px;
}

#music {
	margin: 3px 7px 0 0;
	float: left;
	color: #858585;
	/*visibility: hidden;*/
}

#language {
	margin: 3px 20px 0 0;
	float: left;
}

.lang_EN, .lang_IT {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	font-size: 9px;
	padding: 1px 2px;
}

#music a, .lang {
	font-size: 9px;
	text-decoration: none;
	color: #404040;
	padding: 1px 2px;
}


#music a:hover, .lang:hover {
	background-color: #000;
	color: #fff;
	padding: 1px 2px;
}

#search {
	float: right;
	vertical-align: top;
	padding-left: 0;
}

#menu {
	padding: 0 0 0 70px;
}

#logotype {
	float: left;
}

#buttons {
	margin: 0 0 0 28px;
	height: 39px;
	overflow: hidden;
	float: left;
}

.menu_img {
	margin: -39px 0 0 0;
	vertical-align: top;	
}

.menu_img:hover {
	margin: 0;
}

#menu_active {
	margin: 0;
}

#facebook{
	cursor: pointer;
	float: left;
}

/*-------------------------
 Subscribe to Newsletter
-------------------------*/

#subscribe_EN {
	height: 19px;
	width: 187px;
	overflow: hidden;
	margin: -30px 70px 0 0;
	float: right;
	display: inline;
}

#subscribe_IT {
	height: 19px;
	width: 212px;
	overflow: hidden;
	margin: -30px 70px 0 0;
	float: right;
	display: inline;
}

#subscribe_start {
	cursor: pointer;
}

#subscribe_form {
	margin: -5px 0 0 0;
}

#subscribe_button {
	vertical-align: middle;
}

#subscribe_result {
	float: right;
	padding: 0 10px 0 0;
}

.email_EN {
	background-color: #000;
	font-size: 11px;
	font-family: Arial;
	color: #fff;
	padding: 3px 5px 4px 5px;
	width: 130px;
	vertical-align: middle;
	height: 12px;
}

.email_IT {
	background-color: #000;
	font-size: 11px;
	font-family: Arial;
	color: #fff;
	padding: 3px 5px 4px 5px;
	width: 153px;
	vertical-align: middle;
	height: 12px;
}

/*-------------------------
		   Main
-------------------------*/

#main {
	padding: 20px 0 0 0;
	margin: 0 0 0 66px;
}

/*-------------------------
		  Footer
-------------------------*/

#footer {
	background-color: #fff;
	width: 920px;
	height: 111px;
	padding: 0 65px;
	margin: -8px 0 0 0;
}

#footer li {
	display: inline;
	float: left;
	margin: 38px 9px 0 0;
}

#footer_hotel_EN {
	float: left;
	margin: 15px 0 0 38px;
	background-image: url(images/hotel_logo_EN.jpg);
	width: 154px;
	height: 60px;
}

#footer_hotel_EN:hover {
	background-image: url(images/hotel_logo_hover_EN.jpg);
}

#footer_hotel_IT {
	float: left;
	margin: 15px 0 0 38px;
	background-image: url(images/hotel_logo_IT.jpg);
	width: 157px;
	height: 60px;	
}

#footer_hotel_IT:hover {
	background-image: url(images/hotel_logo_hover_IT.jpg);
}

#footer_music {
	float: right;
	margin: 30px 6px 0 0;
}

#footer_catalogue_EN {
	float: left;
	margin: 35px 0 0 30px;
	width: 175px;
	height: 46px;
	background-image: url(images/footer_catalogue_EN.jpg);
}

#footer_catalogue_EN:hover {
	background-image: url(images/footer_catalogue_hover_EN.jpg);
}

#footer_catalogue_IT {
	float: left;
	margin: 35px 0 0 30px;
	width: 157px;
	height: 46px;
	background-image: url(images/footer_catalogue_IT.jpg);
}

#footer_catalogue_IT:hover {
	background-image: url(images/footer_catalogue_hover_IT.jpg);
}

#footer_vota {
	float: left;
	margin: 35px 0 0 30px;
	width: 157px;
	height: 46px;
	background-image: url(images/ROTY2010_Banner_197x100.gif);
}

/*-------------------------
		 Sidebar
-------------------------*/

#sidebar {
	margin: 15px 0 0 0;
	float: left;
}

#sidebar_top {
	position: relative;
	margin: 0 0 8px 0;
	width: 205px;
	height: 190px;
	/*background-image: url('images/sidebar_png.png');*/
}

#sidebar_bottom {
	margin: 3px 0 0 0;
	width: 205px;
	height: 250px;
	background-image: url('images/sidebar_png.png');
}

#content {
	float: left;
	margin: 0 0 0 9px;
	padding-bottom: 50px;
	width: 560px;
}

#sidebar_menu {
	position: absolute;
	top: 86px;
	left: 10px;
	padding-bottom: 20px;
}

#sidebar_menu li {
	list-style: none;
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
}

.link {
	text-decoration: none;
	color: #404040;
	padding: 1px 2px;
}

.link:hover {
	background-color: #000;
	color: #fff;
	padding: 1px 2px;
}

#active {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 1px 2px;
}

/*-------------------------
	  Store locator
-------------------------*/

#region {
	display: none;
	margin: 2px 0 0 0;
	position: relative;
	top: 123px;
	left: 5px;
}

#storelocator {
	position: relative;
	top: 120px;
	left: 5px;
}

select {
	width: 195px;
	background-color: #000;
	color: #fff;
	border: 1px solid #636363;
}

option {
	background-color: #f1e7e8;
	color: #000;
}

.city {
	margin: 0 0 10px 0;
}

.store {
	width: 180px;
	float: left;
	margin: 0 4px 16px 0;
}

/*-------------------------
Lifestyle
-------------------------*/

#lifestyle {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 50;
	opacity: 0;
	display: none;
	background-color: #000;
	zoom: 1;
}

#lifestyle_flash {
	position: relative;
	z-index: 60;
	margin: 0 0 60px 55px;
}

/*-------------------------
Termspopup
-------------------------*/

#terms_popup {
	padding: 50px;
}

#terms_popup p {
	text-align: justify;
}

/*-------------------------
 Product Page
-------------------------*/
.products_cell_1 {
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.products_cell_2 {
	background-color: #e59a9e;
	height: 2px;
}
.products_cell_4 {
	background-color: #f5f7f6;
	height: 5px;
}
.products_cell_3 {
	background-color: #FFFFFF;
	height: 446px;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}
.categorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #404040;
}
.display_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	color: #010101;
}
.colors_patterns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #a3a3a3;
}
.products_cell_5 {
	background-color: #fff;
	height: 131px;
}
.free_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	clear:both;
}
.materials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
}
.thumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #5f6d73;
	margin-top: 53px;
}
.thumbs_img {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 0px;
	height: 70px;
	width:70px;
}

.colors_img_container{
	float: left;
	padding-right: 10px;
	height:40px;
}

.colors_text_container{
	height:40px;
	line-height: 80%;
	margin-bottom: 0px;

}

 
#mainImg{
	height: 460px;
	width: 460px;
}

.main_table{ ;
	border-width: 1px;  
	border-style: solid;  
	border-color: #cabebf; 
	margin: 0 0 10px -2px;
}

.back_filter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-left: 20px;
}

div.size_converter{
	margin: 17px 0 0 0;	
}

.size_converter a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #404040;
	text-decoration: none;
}

.size_converter a:hover {
	text-decoration: underline;
}
/* ----------------------- Player */



#menuMusic{
	float: right;
	margin: 30px 6px 0 0;
}
.musicOn{
	cursor: pointer;
	background-image: url('images/footer_music_on.jpg');
	background-repeat: no-repeat;
	width: 73px;
	height: 73px;
}
.musicOff{
	cursor: pointer;
	background-image: url('images/footer_music_off.jpg');
	background-repeat: no-repeat;
	width: 73px;
	height: 73px;
}


/***INTEGRAZIONI OOT***/

/**menu**/
#lifeMenu{font-family: Arial;width:205px;padding-top:100px;min-height:70px;height:auto !important;height:70px;/*background:#FFF;*/float:left;font-size: 10px;text-transform: uppercase;}
.gal_video, .gal_foto{
	font-family: Arial;
	display:block;
	width:100px;
	text-decoration: none;
	background-color: #000;
	color: #FFF;
	font-size:10px;
	padding: 1px 2px;
	margin:3px 0 0px 10px;
}
#lifeMenu .gal {font-family: Arial;display:block;width:100px;text-decoration: none;color: #404040;font-size:10px;padding: 1px 2px;margin:3px 0 0px 10px;}
#lifeMenu .gal:hover{font-family: Arial;display:block;width:100px;text-decoration: none;background-color: #000;color: #FFFFFF;font-size:10px;padding: 1px 2px;}
/**parte destra**/
#gal_content{font-family: Arial;float:left;margin-left:23px;padding-top:8px;}
#gal_content strong{font-family: Arial;font-size:18px;color:#000;}
#gal_content .gal_sub{font-family: Arial;padding:1px 2px 0 2px;width:100px;font-size:13px;}
#gal_content .ico_socialnw{font-family: Arial;width:458px;height:16px;text-align:right;padding-bottom:8px;}
#gal_content div#gal_player{font-family: Arial;width:458px;height:300px;float:left;}
#gal_content div#gal_detail{font-family: Arial;float:left;padding-left:13px;}
#gal_content .title_video{font-family: Arial;padding:1px 2px 0 2px;float:left;font-size:13px;}
#gal_content .text_video{font-family: Arial;padding-top:16px;width:209px;font-size:12px;}
#gal_content div#bottom_bar{font-family: Arial;font-size:10px;padding:5px 10px 35px 10px;width:438px;}
#gal_content div#bottom_bar a{font-family: Arial;font-size:10px;color:#000;text-decoration:none;}
#gal_content div#bottom_bar a:hover{font-family: Arial;text-decoration:underline;}
#gal_content div#bottom_bar .space{font-family: Arial;float:left;margin-right:40px;}
#gal_content div#gal_playlist{
	padding-bottom:23px;font-family: Arial;
}
.th_video{
	border:1px solid #CCC;font-family: Arial;
	width:108px;
	height:97px;
	margin-right:5px;
	float:left;
	font-size:10px;
}
.th_video p{
	font-size:10px;font-family: Arial;
	padding-left:4px;
}
.categoria{
	list-style:none;
	padding-left:25px;
	line-height:20px;
}


/*Scroll generale*/
.scrollgeneric {position:absolute;top:0px;left:0px;font-size:1px;line-height:1px;}
.vscrollerbase {width:10px;background:url(bg-scroll.gif) top center repeat-y;}
.vscrollerbar {cursor:pointer;width:10px;height:30px !important;background-color:#d62c1f;}
#scroll {outline:none;overflow:auto;position:relative;width:685px;margin:0px;}