* {
    margin: 0;
    padding: 0;
}

body {
    background: #71765C url("images/bkg_page.gif") repeat-x left top;
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

#wrapper {
    width: 715px;
    margin: 35px auto;
}

h1, h2, h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

/*** 
top container ***/

#masthead { 
    float: left;
    padding: 0 5px;
    background: url("images/bkg_masthead.gif") no-repeat left bottom;

}

#menucolumn {
    background: url("images/bkg_menucolumn.gif") repeat-y top left;
    float: left;
	position: relative;
    width: 230px;
}

#mmenu {
    padding: 10px 20px 0 20px;
    margin-bottom: 5px;
    margin-left: 15px;
    border-top: 15px solid #FFF;
    list-style-type: none;
    background-color: #BAC397;
}

#mmenu a {
	background: url("images/bkg_mmenu_item.gif") no-repeat 0 top;
    display: block;
    height: 36px;
    line-height: 36px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 16px;
    color: #252815;
    padding-left: 20px;
	text-decoration: none;
}

#mmenu a:hover {
    color: #7F8D44;
    background-position: 0 -72px ;
}

#mmenu a.selected, #mmenu a.selected:hover {
    color: #600;
    background-position: 0 -36px ;
}

#mmenu li {
    display: inline;
}

h1 a#logo{
    background: url("images/logotype.png") no-repeat left top;
    display: block;
    width: 230px;
    height: 100px;
    text-indent: -500em;
    letter-spacing: -500em;
    outline: 0;
}

#slideshow {
    width: 470px;
    float: left;
}

#slideshow img {
    display: block;
}

#main {
    clear: both;
    background: #FFF url("images/bkg_main.gif") repeat-y left top;
}

#choose_lang {
	list-style-type: none;	
	position: absolute;
	left: -20px;
	top: 130px;
}

#choose_lang a {
	background-repeat: no-repeat;
	background-position: left -30px;
	display: block;
	letter-spacing: -500em;
	height: 30px;
	overflow: hidden;
	text-indent: -500em;
	width: 20px;
}

#choose_lang a:hover, #choose_lang a.active  {
	background-position: left top;
}

#choose_lang a#en {
	background-image: url("images/ico_lang_en.png");
}


#choose_lang a#it {
	background-image: url("images/ico_lang_it.png");
}

/*** quickmenu ***/

#quickmenuwrap {
    margin: 0 5px;
    padding: 15px 15px 0 15px;
}

#quickmenu {
/*    width: 670px;*/
    list-style-type: none;
}

#quickmenu a {
    display: block;
    width: 215px;  
    height: 70px;
    line-height: 70px;
    float: left;
    text-indent: -500em;
    letter-spacing: -500em;
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 15px;
}

#quickmenu a:hover {
    background-position: 0 -70px;
}

#quickmenu li {
    display: inline;
}

a#qm_recipes_en {
    background-image: url("images/qm_recipes_en.gif");    
}

a#qm_renaissance_en {
    background-image: url("images/qm_renaissance_en.gif");
    margin-left: 0;
}

a#qm_rentals_en {
    background-image: url("images/qm_rentals_en.gif");
}

a#qm_recipes_it {
    background-image: url("images/qm_recipes_it.gif");    
}

a#qm_renaissance_it {
    background-image: url("images/qm_renaissance_it.gif");
    margin-left: 0;
}

a#qm_rentals_it {
    background-image: url("images/qm_rentals_it.gif");
}

a#qm_events_it {
    background-image: url("images/qm_events_it.gif");
}

a#qm_events_en {
    background-image: url("images/qm_events_en.gif");
}


/*** content ***/
#content {
	background: url("images/bkg_quicklaunch.gif") repeat-x left 15px;
    clear: left;
    margin: 0 5px;
   	padding: 40px 15px 15px;
    min-height: 250px;
	height: auto !important;
	height: 250px;
}

#content h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;    
}

#sidebar {
/*    border: 1px solid red;*/
    float: left;
    width: 215px;
}

#sidebar h2 {
    color: #252525;
}

#sidebar p {
	font-size: 13px;
	line-height: 120%;
	margin-bottom: 10px;
}

#sidebar p a {
    color: #DD5805;
}

/*** maincontent ***/
#maincontent {
    float: right;
    width: 443px;
}

#maincontent h2 {
    color: #600;
}

#maincontent p {
    color: #333;
    font-size: 12px;
    line-height: 140%;
	margin-bottom: 10px;
}

#maincontent p a {
    color: #DD5805;
}
/*** tours filter ***/

#tour_subsel {
/*	border-bottom: 1px solid #CCC;*/

}

#tour_subsel h2 {
	float: left;
}

#tour_subsel ul{
	float: right;
	list-style-type: none;
}

#tour_subsel ul a {
	color: #666;
	display: block;
	float: left;
	margin: 0 5px;
}

#tour_subsel ul a.active{
	color: #333;
	cursor: text;
	font-weight: bold;
	text-decoration: none;
}

#tour_subsel ul li {
	display: inline;
}

p.tour_subsel_desc {
	clear: both;
}

/*** description list ***/

/*** form di prenotazione ***/

form {
	margin: 0 10px;
}

form fieldset {
	border: 1px solid #CCC;
	margin: 15px 0;
	padding: 10px;	
}

form legend {
	font-size: 14px;
	font-weight: bold;
	color: #600;
}

form p {
    margin: 5px 0;
}

p.submit_btn {
    text-align: right;
}

p.submit_btn a {
	color: #C00;
}

form label {
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
}

form label span {
	color: #C00;
	font-weight: normal;
}

form input, form textarea {
    font-size: 11px;
    border: 1px solid #C9C9C9;
    padding: 2px;
}

form textarea {
	font-size: 13px;
}

form .fieldWithErrors input {
	border: 1px solid #C00;
}

span.errormsg {
	color: #C00;
	font-size: 11px;
	font-weight: bold;
}

form select {
    font-size: 11px;
    border: 1px solid #C9C9C9;
    margin-right: 4px;        
}

input.submit {
	border: 1px solid #C9C9C9;
    border-left-color: #F5F5F5;
    border-top-color: #F5F5F5;
    background-color: #DBDBDB;    
    color: #333;
    font-size: 12px;
    padding: 2px 5px;
}

#paypal_banner {
	display: block;
	margin: 5px auto 10px;
}

/*** listings list ***/
ul.listings {
/*	border: 1px solid red;*/
	list-style-type: none;
	margin-top: 20px;
}

li.listing_wrap {
/*	border: 1px solid aqua;*/
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 443px;
}

dl.listing_details {
}

dt.listing_img {
	background-color:#FFFFFF;
	border:1px solid #E0E0E0;
	float:left;
	width:120px;
}

dt.listing_img a img {
	border: none;
	display: block;
	margin: 10px auto;
}

dl.listing_details dd {
/*	float: left;*/
	color: #333;
	margin-left: 130px;
	padding: 1px 0;
}

dd.listing_title a {
	color: #DD5805;
	font-size: 13px;
	font-weight: bold;
}

dd.listing_place {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
}

/*** listing show ***/
h2.show_title {
/*	border: 1px solid red;*/
	margin-bottom: 15px !important;
}

h2.show_title span {
/*	border: 1px solid aqua;*/
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h3.show_smalltitle {
	color: #333;
	margin-bottom: 5px;
}

div.show_image {
	border: 1px solid #CCC;
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
}

div.show_image img {
	display: block;
}

div.show_more_det {
	margin-top: 20px;
}

table.show_details {
	border: 1px solid #ECECEC;
	border-collapse: collapse;
	float: right;
	margin: 0 0 5px 10px;
	width: 200px;
}

table.show_details tr.odd {
	background-color: #FAFAFA;
}

table.wide {
	width: 100%;
}

table.show_details td, table.show_details th {
	border: 1px solid #ECECEC;
	color: #333;
	padding: 4px;
}

table.show_details th {
	font-weight: bold;
	text-align: left;
}

table.wide th {
	width: 120px;
/*	text-align: right;*/
}

.show_desc p {
    line-height: 140% !important;
    margin-bottom: 10px;

}

.show_desc ul {
    color: #333;
    list-style-type: square;
    margin: 10px 30px;
}

/*** listing actions ***/

ul.show_actions {
	list-style-type: none;
}

ul.show_actions a {
	background-color: #ECECEC;
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #252815;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 5px 0 5px 28px;	
	text-decoration: none;
}

ul.show_actions a:hover {
	background-color: #BAC397;
	color: #7F8D44;
	color: #252815;
}

ul.show_actions li {
	display: inline;
}

a#ico_book {
	background-image: url("images/ico_book.gif");
}

a#ico_print {
	background-image: url("images/ico_print.gif");
}

a#ico_tell {
	background-image: url("images/ico_mail.gif");
}

a#ico_back {
	background-image: url("images/ico_back.gif");
}

a#ico_maps {
	background-image: url("images/ico_maps.gif");
}


/*** Tripadvisor ***/

#badge_wrap {
    margin: 20px auto;   
    width: 170px;
}


/*** link_list ***/
ul.link_list {
    list-style-type: square;
    margin: 10px;
    padding: 0 0 0 10px;
}

ul.link_list li {
    padding: 2px 0;
}

ul.link_list li a {
   color: #DD5805; 
}



/*** footer ***/
#footer {
    clear: both;
    margin: 0;
    padding: 20px 20px 25px;
    background: url("images/bkg_footer.gif") no-repeat center bottom;
}

#footer p {
    background: #BAC397 url("images/bkg_footer_p.gif") repeat-x left top;
    color: #252815;
    padding: 15px 10px 10px;
    text-align: center;
    font-size: 10px;
}

#footer span {
	font-size: 9px;
}

#footer a {
    color: #DD5805;
}