/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Browser Reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }
 
option { padding-left: 0.4em; }
 

p {	margin: 1em 0; }

td, th { padding: 1px; }
 
html {
	height: 100%;
	margin-bottom: 1px;
}
	
/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

body#page {
	background: #ffffff;
}

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	padding: 10px 0px 0px 0px;
}

div.wrapper-tl {
	background: #ffffff url(../images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 10px 10px 10px 10px;
	background: url(../images/wrapper_br.png) 100% 100% no-repeat;
}

div#header {
	width: auto;  
	padding: 0px 0px 0px 0px;
	background: url(../images/header_m.png) 0 0 repeat-x;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#header div.header-l {
	background: url(../images/header_l.png) 0 0 no-repeat;
}

div#header div.header-r {
	height: 106px;
	background: url(../images/header_r.png) 100% 0 no-repeat;
}

div#toolbar {
	width: auto;  
	height: 25px;
	padding: 6px 10px 0px 225px;
	clear: both;  
}

div#date {
	margin: 4px 10px 0px 0px;
	float: left;
	font-size: 85%;
	color: #ffffff;
}

div#topmenu {
	margin: 4px 0px 0px 0px;
	float: left;
}

div#styleswitcher {
	height: 20px;
	margin: 3px 0px 0px 10px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 20px;
	float: right;
	text-decoration: none;
	display: block;
	 
}

a#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat;
}

a:hover#switchfontsmall {
	background: url(../images/styleswitcher_fontsmall.png) 0 -20px no-repeat;
}

a#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat;
}

a:hover#switchfontmedium {
	background: url(../images/styleswitcher_fontmedium.png) 0 -20px no-repeat;
}

a#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat;
}

a:hover#switchfontlarge {
	background: url(../images/styleswitcher_fontlarge.png) 0 -20px no-repeat;
}

a#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat;
}

a:hover#switchwidththin {
	background: url(../images/styleswitcher_widththin.png) 0 -20px no-repeat;
}

a#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat;
}

a:hover#switchwidthwide {
	background: url(../images/styleswitcher_widthwide.png) 0 -20px no-repeat;
}

a#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat;
}

a:hover#switchwidthfluid {
	background: url(../images/styleswitcher_widthfluid.png) 0 -20px no-repeat;
}

div#search {
	height: 18px;
	margin: 3px 0px 0px 10px;
	float: right;
}

div#headerbar {
	width: auto;  
	height: 72px;
	padding: 0px 10px 0px 225px;
	clear: both;  
}

div#headermodule {
	margin: 7px 0px 0px 0px;
	float: right;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div#menu {
	position: absolute;
	top: 68px;
	left: 220px;
	height: 35px;
}

div#banner {
	position: absolute;
	top: 5px;
	right: -10px;
	width: 0px;
	z-index: 3;
}

div#top {
	width: auto;  
	margin: 10px 0px 0px 0px;
	background: url(../images/top_t.png) 0 0 repeat-x;
	clear: both;  
}

div#top .top-b {	
	background: url(../images/top_b.png) 0 100% repeat-x;
}

div#top .top-l {
	background: url(../images/top_l.png) 0 0 repeat-y;
}

div#top .top-r {
	background: url(../images/top_r.png) 100% 0 repeat-y;
}

div#top .top-tl {
	background: url(../images/top_tl.png) 0 0 no-repeat;
}

div#top .top-tr {
	background: url(../images/top_tr.png) 100% 0 no-repeat;
}

div#top .top-bl {
	background: url(../images/top_bl.png) 0 100% no-repeat;
}

div#top .top-br {
	min-height: 60px;
	background: url(../images/top_br.png) 100% 100% no-repeat;
}

div#middle {
	width: auto;  
	margin: 10px 0px 0px 0px;
	clear: both;  
}

div#middle .background {
	min-height: 140px;
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 220px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

 
.left div#main {
	margin: 0px 0px 0px 230px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 10px 0px;
}

div#mainmiddle {
}

.showright div#mainmiddle {  
	background: transparent;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
}

 
div#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

 
.showright div#content {
	margin: 0px 190px 0px 0px;  
	padding: 0px 0px 10px 0px;
}

div#contenttop {
	margin: 0px 0px 10px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 10px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	background: url(../images/top_t.png) 0 0 repeat-x;
	clear: both;  
}

div#bottom .bottom-b {	
	background: url(../images/top_b.png) 0 100% repeat-x;
}

div#bottom .bottom-l {
	background: url(../images/top_l.png) 0 0 repeat-y;
}

div#bottom .bottom-r {
	background: url(../images/top_r.png) 100% 0 repeat-y;
}

div#bottom .bottom-tl {
	background: url(../images/top_tl.png) 0 0 no-repeat;
}

div#bottom .bottom-tr {
	background: url(../images/top_tr.png) 100% 0 no-repeat;
}

div#bottom .bottom-bl {
	background: url(../images/top_bl.png) 0 100% no-repeat;
}

div#bottom .bottom-br {
	min-height: 60px;
	background: url(../images/top_br.png) 100% 100% no-repeat;
}

div#footer {
	width: auto;  
	min-height: 100px;
	 
	padding: 10px 0px 0px 0px;
	clear: both;  
	text-align: center;
}

div#footer a.anchor {
	margin: 3px 10px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

/*
 * Clearing & Floating
 */
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}

.clearfix { display: block; }
 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width20 { width: 19.999%; }
.width25 { width: 24.999%; }
.width30 { width: 29.999%; }
.width33 { width: 33.333%; }
.width50 { width: 49.999%; }
.width66 { width: 66.666%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

h11, h11 a, h11 a:hover {
color:#EE8100;
font-family:Arial;
font-size:15px;
letter-spacing:-1px;
margin:0 0 3px;
}body.width-thin div.wrapper { width: 780px; }body.width-wide div.wrapper { width: 980px; }body.width-fluid div.wrapper { width: 90%; }div#styleswitcher { width: 45px; }/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * links
 */


a:link, a:visited {
	color: #1e87c8;
	text-decoration: none;
}

a:hover {
	color: #00afff;
	text-decoration: underline;
}

body.green a:link, body.green a:visited { color: #5a8c00; }
body.green a:hover { color: #73c800; }
body.pink a:link, body.pink a:visited { color: #aa2dd2; }
body.pink a:hover { color: #fa4bff; }
body.orange a:link, body.orange a:visited { color: #ff3200; }
body.orange a:hover { color: #ff6400; }
body.blue a:link, body.blue a:visited { color: #1e87c8; text-decoration:none;}
body.blue a:hover { color: #00afff;  text-decoration:underline; }


/*
 * preformatted text elements
 */

pre {
	margin: 2px 0px 2px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #f4f5f6;
	font-size: 90%;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}


/*
 * headings
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	color: #003366;
}

h2 {
	font-size: 150%;
	color: #003366;
}

h3 {
	font-size: 130%;
	font-weight: normal;
	color: #003366;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
}

h5 {
	font-size: 120%;
	font-weight: normal;
	color: #003366;
}

h6 {
	font-size: 105%;
	color: #000033;
}

body.green h1, body.green h4, body.green h6 { color: #739141; }
body.pink h1, body.pink h4, body.pink h6 { color: #c83cbe; }
body.orange h1, body.orange h4, body.orange h6 { color: #f06400; }
body.blue h1, body.blue h4, body.blue h6 { color: #5591d7; }/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * topmenu
 */

 
div#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

div#topmenu li a {
	height: 20px;
	padding: 0px 10px 0px 10px;
	background: url(../images/topmenu_item_bg.png) 0 4px no-repeat;
	float: left;
	display: block;
	position: relative;
	line-height: 17px;
	overflow: hidden;  
	font-size: 85%;
	text-decoration: none;
}

div#topmenu li.item1 a {
	padding: 0px 10px 0px 0px;
	background: none;
}

div#topmenu a:link, div#topmenu a:visited {
	color: #C8C8C8;
}

div#topmenu a:hover {
	color: #ffffff;
}

/*
 * menu
 */

 
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

div#menu li a, #menu li span.separator {
	height: 35px;
	display: block;
	float: left;
	line-height: 35px;
	text-decoration: none;
	color: #000000;
}

div#menu li span {  
	display: block;
}

div#menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#menu li a.current {  
	color: #aa1428;
}

div#menu a:hover, div#menu span.separator:hover, div#menu span.sfhover, div#menu a.current:hover {  
	color: #aa1428;
}

div#menu li.active {  
	font-weight: bold;
}

div#menu li.active ul {  
	font-weight: normal;
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu ul.menu {
}

div#menu li.level1 {
	margin-right: 5px;
}

div#menu a.level1 span, div#menu span.level1 span {
	padding: 0px 15px 0px 15px;
}

div#menu li.level1:hover, div#menu li.sfhover {  
	background: url(../images/menu_tab_l.png) 0 0 no-repeat;
}

div#menu li.sfhover li.sfhover {  
	background: none;
}

div#menu li:hover a.level1, div#menu li.sfhover a.level1, div#menu li:hover span.level1, div#menu li.sfhover span.level1 {  
	background: url(../images/menu_tab_r.png) 100% 0 no-repeat;
}

div#menu li.active {  
	background: url(../images/menu_tab_l.png) 0 0 no-repeat;
}

div#menu a.active {  
	background: url(../images/menu_tab_r.png) 100% 0 no-repeat;
}

div#menu li.active li {  
	background: none;
}

div#menu li.level2 a.active {  
	background: none;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 35px;
	left: -999em;  
	width: 165px;
	padding: 0px 0px 10px 0px;
	background: url(../images/menu_dropdown_bg.png) 0 100% no-repeat;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: 0px;  
	z-index: 100;
}

div#menu li.level1 li, div#menu li.level1 li span.separator {
   	width: 100%;  
	text-indent: 15px;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	height: 25px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: #ffffff url(../images/menu_level2_item.png) 100% 0 no-repeat;
	float: none;  
	display: block;
	line-height: 25px;
}

div#menu li.level2 a.parent, div#menu li.level2 span.parent {  
	background: #ffffff url(../images/menu_level2_item_parent.png) 100% 0 no-repeat;
}

 

 
div#menu li ul ul {
	margin: -36px 0 0 164px;  
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #C8C8C8;
}

 
div#menu li:hover ul ul, div#menu li.sfhover ul ul,  
div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul,  
div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#menu li li:hover ul, div#menu li li.sfhover ul,  
div#menu li li li:hover ul, div#menu li li li.sfhover ul,  
div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}


/*
 * sub menu
 */
 
 
div#middle div.module_menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
	background: #ffffff;
}

div#middle ul.menu li {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#middle ul.menu li a, div#middle ul.menu li span.separator {
	height: 25px;
	display: block;
	line-height: 25px;
	text-decoration: none;
	color: #000000;
}

div#middle ul.menu li span {  
	display: block;
}

div#middle ul.menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#middle ul.menu a.current {  
	color: #aa1428;
}

div#middle ul.menu a:hover, div#middle ul.menu span.separator:hover, div#middle ul.menu span.sfhover, div#middle ul.menu a.current:hover {  
	color: #aa1428;
}

div#middle ul.menu li.active {  
	font-weight: bold;
}

div#middle ul.menu li.active li {  
	font-weight: normal;
}

div#middle ul.menu li.parent span.separator {  
	cursor: pointer;
}

 
div#middle ul.menu li.level1 {
}

div#middle ul.menu a.level1, div#middle ul.menu span.level1 {
	background: #ffffff url(../images/submenu_level1_item.png) 100% 0 no-repeat;
	text-indent: 15px;
}

div#middle ul.menu li.parent a.level1, div#middle ul.menu li.parent span.level1 {  
	background: #ffffff url(../images/submenu_level1_item_parent.png) 100% 0 no-repeat;
}

 
div#middle ul.menu li.level2 {
}

div#middle ul.menu li.level2 a {
	height: 20px;
	line-height: 20px;
}

div#middle ul.menu a.level2 {
	background: #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 35px;
}

div#middle ul.menu a.level2 span {
	background: url(../images/submenu_level2_item_icon.png) 15px 2px no-repeat;
}

 
div#middle ul.menu li.level3 {
}

div#middle ul.menu a.level3 {
	background:  #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 45px;
}

div#middle ul.menu a.level3 span {
	background: url(../images/submenu_level3_item_icon.png) 25px 2px no-repeat;
}

 
div#middle ul.menu li.level4 {
}

div#middle ul.menu a.level4  {
	background: #ffffff url(../images/submenu_level2_item.png) 100% 0 no-repeat;
	text-indent: 55px;
}

div#middle ul.menu a.level4 span {
	background: url(../images/submenu_level4_item_icon.png) 35px 2px no-repeat;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/* reset header for all modules */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable-blank h3,
div.module h3,
div.module_menu h3,
div.module-blank h3,
div.module-white h3,
div.module-grey h3,
div.module-black h3,
div.module-blue h3,
div.module-green h3,
div.module-orange h3,
div.module-new h3,
div.module-top h3,
div.module-pick h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}

/*
 * header modules
 */
 
#headermodule div.module {
	margin: 0px 0px 0px 10px;
	float: right;
}

#headermodule div.module div {
	background: url(../images/headermodule_m.png) 0 0 repeat-x;
}

#headermodule div.module div div {
	background: url(../images/headermodule_l.png) 0 0 no-repeat;
}

#headermodule div.module div div div {
	height: 57px;
	padding: 5px 10px 5px 10px;
	background: url(../images/headermodule_r.png) 100% 0 no-repeat;
	overflow: hidden;
	text-align:justify;
	color: #646464;
	font-size: 90%;
}

 
#headermodule div.module div div div div {
	height: auto;
	padding: 0px 0px 0px 0px;
	background: none;
}

#headermodule div.module h3 {
	font-weight: bold;
}

/* blank */
#headermodule div.module-blank {
	margin: 0px 0px 0px 10px;
	overflow: hidden;
}

/*
 * top modules
 */
 
/* default */
#top div.moduletable {
	padding: 10px 15px 10px 15px;
	background: none;
	text-align:justify;
}

#top .seperator div.moduletable {
	background: url(../images/top_module_sep.png) 100% 100% no-repeat;
}

#top div.moduletable h3 {
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
}

/* blank */
#top div.moduletable-blank {
}

/*
 * middle modules (left, right, maintop, mainbottom, contenttop, contentbottom)
 */
 
/* default */
#middle div.module {
	background: url(../images/middle_module_br.png) 100% 100% no-repeat;
}

#middle div.module div {
	background: url(../images/middle_module_tr.png) 100% 0 no-repeat;
}

#middle div.module div div {
	background: url(../images/middle_module_bl.png) 0 100% no-repeat;
}

#middle div.module div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl.png) 0 0 no-repeat;
	overflow: hidden;
}

/* menu */
#middle div.module_menu {
	background: url(../images/middle_module_br_white.png) 100% 100% no-repeat;
}

#middle div.module_menu div {
	background: url(../images/middle_module_tr_white.png) 100% 0 no-repeat;
}

#middle div.module_menu div div {
	background: url(../images/middle_module_bl_white.png) 0 100% no-repeat;
}

#middle div.module_menu div div div {
	padding: 10px 1px 10px 1px;
	background: url(../images/middle_module_tl_white.png) 0 0 no-repeat;
	overflow: hidden;
}

/* white */
#middle div.module-white {
	background: url(../images/middle_module_br_white.png) 100% 100% no-repeat;
}

#middle div.module-white div {
	background: url(../images/middle_module_tr_white.png) 100% 0 no-repeat;
}

#middle div.module-white div div {
	background: url(../images/middle_module_bl_white.png) 0 100% no-repeat;
}

#middle div.module-white div div div {
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_white.png) 0 0 no-repeat;
	overflow: hidden;
}

/* grey */
#middle div.module-grey {
	background: url(../images/middle_module_br_grey.png) 100% 100% no-repeat;
}

#middle div.module-grey div {
	background: url(../images/middle_module_tr_grey.png) 100% 0 no-repeat;
}

#middle div.module-grey div div {
	background: url(../images/middle_module_bl_grey.png) 0 100% no-repeat;
}

#middle div.module-grey div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_grey.png) 0 0 no-repeat;
	overflow: hidden;
}

/* black */
#middle div.module-black {
	background: url(../images/middle_module_br_black.png) 100% 100% no-repeat;
}

#middle div.module-black div {
	background: url(../images/middle_module_tr_black.png) 100% 0 no-repeat;
}

#middle div.module-black div div {
	background: url(../images/middle_module_bl_black.png) 0 100% no-repeat;
}

#middle div.module-black div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_black.png) 0 0 no-repeat;
	color: #ffffff;
	overflow: hidden;
}

/* blue */
#middle div.module-blue {
	background: url(../images/middle_module_br_blue.png) 100% 100% no-repeat;
}

#middle div.module-blue div {
	background: url(../images/middle_module_tr_blue.png) 100% 0 no-repeat;
}

#middle div.module-blue div div {
	background: url(../images/middle_module_bl_blue.png) 0 100% no-repeat;
}

#middle div.module-blue div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_blue.png) 0 0 no-repeat;
	color: #ffffff;
	overflow: hidden;
}

/* green */
#middle div.module-green {
	background: url(../images/middle_module_br_green.png) 100% 100% no-repeat;
}

#middle div.module-green div {
	background: url(../images/middle_module_tr_green.png) 100% 0 no-repeat;
}

#middle div.module-green div div {
	background: url(../images/middle_module_bl_green.png) 0 100% no-repeat;
}

#middle div.module-green div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_green.png) 0 0 no-repeat;
	color: #ffffff;
	overflow: hidden;
}

/* orange */
#middle div.module-orange {
	background: url(../images/middle_module_br_orange.png) 100% 100% no-repeat;
}

#middle div.module-orange div {
	background: url(../images/middle_module_tr_orange.png) 100% 0 no-repeat;
}

#middle div.module-orange div div {
	background: url(../images/middle_module_bl_orange.png) 0 100% no-repeat;
}

#middle div.module-orange div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_orange.png) 0 0 no-repeat;
	color: #ffffff;
	overflow: hidden;
}

/* new */
#middle div.module-new {
	background: url(../images/middle_module_br_new.png) 100% 100% no-repeat;
}

#middle div.module-new div {
	background: url(../images/middle_module_tr_new.png) 100% 0 no-repeat;
}

#middle div.module-new div div {
	background: url(../images/middle_module_bl_new.png) 0 100% no-repeat;
}

#middle div.module-new div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_new.png) 0 0 no-repeat;
	overflow: hidden;
}

/* top */
#middle div.module-top {
	background: url(../images/middle_module_br_top.png) 100% 100% no-repeat;
}

#middle div.module-top div {
	background: url(../images/middle_module_tr_top.png) 100% 0 no-repeat;
}

#middle div.module-top div div {
	background: url(../images/middle_module_bl_top.png) 0 100% no-repeat;
}

#middle div.module-top div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_top.png) 0 0 no-repeat;
	overflow: hidden;
}

/* pick */
#middle div.module-pick {
	background: url(../images/middle_module_br_pick.png) 100% 100% no-repeat;
}

#middle div.module-pick div {
	background: url(../images/middle_module_tr_pick.png) 100% 0 no-repeat;
}

#middle div.module-pick div div {
	background: url(../images/middle_module_bl_pick.png) 0 100% no-repeat;
}

#middle div.module-pick div div div {
	min-height: 70px;
	padding: 10px 15px 10px 15px;
	background: url(../images/middle_module_tl_pick.png) 0 0 no-repeat;
	overflow: hidden;
}

 
#middle div.module div div div div,
#middle div.module_menu div div div div,
#middle div.module-white div div div div,
#middle div.module-grey div div div div,
#middle div.module-black div div div div,
#middle div.module-blue div div div div,
#middle div.module-green div div div div,
#middle div.module-orange div div div div,
#middle div.module-new div div div div,
#middle div.module-top div div div div,
#middle div.module-pick div div div div {
	min-height: 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

/* header */
#middle div.module h3,
#middle div.module_menu h3,
#middle div.module-white h3,
#middle div.module-grey h3,
#middle div.module-black h3,
#middle div.module-blue h3,
#middle div.module-green h3,
#middle div.module-orange h3,
#middle div.module-new h3,
#middle div.module-top h3,
#middle div.module-pick h3 {
	margin: -10px -15px 5px -15px;
	padding: 0px 0px 0px 15px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

#middle div.module-black h3,
#middle div.module-blue h3,
#middle div.module-green h3,
#middle div.module-orange h3 {
	color: #ffffff;
}

/*
 * left modules
 */
 
#left div.module,
#left div.module_menu,
#left div.module-white,
#left div.module-grey,
#left div.module-black,
#left div.module-blue,
#left div.module-green,
#left div.module-orange,
#left div.module-new,
#left div.module-top,
#left div.module-pick {
	margin: 0px 0px 10px 0px;
}

#left div.module h3,
#left div.module_menu h3,
#left div.module-white h3,
#left div.module-grey h3 {
	background: url(../images/left_module_header.png) 0 0 no-repeat;
}


#left div.module_menu h3 {
	margin: -10px -1px 0px -1px;
}

/* blank */
#left div.module-blank {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

/*
 * maintopbox & mainbottombox modules
 */
 
#maintop div.module, #mainbottom div.module,
#maintop div.module_menu, #mainbottom div.module_menu,
#maintop div.module-white, #mainbottom div.module-white,
#maintop div.module-grey, #mainbottom div.module-grey,
#maintop div.module-black, #mainbottom div.module-black,
#maintop div.module-blue, #mainbottom div.module-blue,
#maintop div.module-green, #mainbottom div.module-green,
#maintop div.module-orange, #mainbottom div.module-orange,
#maintop div.module-new, #mainbottom div.module-new,
#maintop div.module-top, #mainbottom div.module-top,
#maintop div.module-pick, #mainbottom div.module-pick {
	margin: 0px 0px 0px 0px;
	text-align:justify;
}

#maintop .seperator div.module, #mainbottom .seperator div.module,
#maintop .seperator div.module_menu, #mainbottom .seperator div.module_menu,
#maintop .seperator div.module-white, #mainbottom .seperator div.module-white,
#maintop .seperator div.module-grey, #mainbottom .seperator div.module-grey,
#maintop .seperator div.module-black, #mainbottom .seperator div.module-black,
#maintop .seperator div.module-blue, #mainbottom .seperator div.module-blue,
#maintop .seperator div.module-green, #mainbottom .seperator div.module-green,
#maintop .seperator div.module-orange, #mainbottom .seperator div.module-orange,
#maintop .seperator div.module-new, #mainbottom .seperator div.module-new,
#maintop .seperator div.module-top, #mainbottom .seperator div.module-top,
#maintop .seperator div.module-pick, #mainbottom .seperator div.module-pick {
	margin: 0px 10px 0px 0px;
}

/* blank */
#maintop div.module-blank, #mainbottom div.module-blank {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#maintop .seperator div.module-blank, #mainbottom .seperator div.module-blank {
	margin: 0px 10px 0px 0px;
}

/*
 * right modules
 */
 
#right div.module,
#right div.module_menu,
#right div.module-white,
#right div.module-grey,
#right div.module-black,
#right div.module-blue,
#right div.module-green,
#right div.module-orange,
#right div.module-new,
#right div.module-top,
#right div.module-pick {
	margin: 0px 0px 10px 0px;
}
 
#right div.module h3,
#right div.module_menu h3,
#right div.module-white h3,
#right div.module-grey h3 {
	background: url(../images/right_module_header.png) 0 0 no-repeat;
}

#right div.module_menu h3 {
	margin: -10px -1px 0px -1px;
}

/* blank */
#right div.module-blank {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

/*
 *contenttopbox & contentbottombox modules
 */

#contenttop div.module, #contentbottom div.module,
#contenttop div.module_menu, #contentbottom div.module_menu,
#contenttop div.module-white, #contentbottom div.module-white,
#contenttop div.module-grey, #contentbottom div.module-grey,
#contenttop div.module-black, #contentbottom div.module-black,
#contenttop div.module-blue, #contentbottom div.module-blue,
#contenttop div.module-green, #contentbottom div.module-green,
#contenttop div.module-orange, #contentbottom div.module-orange,
#contenttop div.module-new, #contentbottom div.module-new,
#contenttop div.module-top, #contentbottom div.module-top,
#contenttop div.module-pick, #contentbottom div.module-pick {
	margin: 0px 0px 0px 0px;
	text-align:justify;
}

#contenttop .seperator div.module, #contentbottom .seperator div.module,
#contenttop .seperator div.module_menu, #contentbottom .seperator div.module_menu,
#contenttop .seperator div.module-white, #contentbottom .seperator div.module-white,
#contenttop .seperator div.module-grey, #contentbottom .seperator div.module-grey,
#contenttop .seperator div.module-black, #contentbottom .seperator div.module-black,
#contenttop .seperator div.module-blue, #contentbottom .seperator div.module-blue,
#contenttop .seperator div.module-green, #contentbottom .seperator div.module-green,
#contenttop .seperator div.module-orange, #contentbottom .seperator div.module-orange,
#contenttop .seperator div.module-new, #contentbottom .seperator div.module-new,
#contenttop .seperator div.module-top, #contentbottom .seperator div.module-top,
#contenttop .seperator div.module-pick, #contentbottom .seperator div.module-pick {
	margin: 0px 10px 0px 0px;
}

/* blank */
#contenttop div.module-blank, #contentbottom div.module-blank {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#contenttop .seperator div.module-blank, #contentbottom .seperator div.module-blank {
	margin: 0px 10px 0px 0px;
}

/*
 * bottom modules
 */
 
/* default */
#bottom div.moduletable {
	padding: 10px 15px 10px 15px;
	background: none;
	text-align:justify;
}

#bottom .seperator div.moduletable {
	background: url(../images/top_module_sep.png) 100% 100% no-repeat;
}

#bottom div.moduletable h3 {
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 125%;
	font-weight: bold;
}

/* blank */
#bottom div.moduletable-blank {
}


span.elenco ul {
width:500px; /* Total width, whatever you want */
}
span.elenco ul li {
display:block;
float:left;
width:50%;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * YOOsearch
 */

div#yoo-search {
	width: 120px;
	height: 18px;
	padding: 0px;
	background: url(../images/search_bg.png) 0 0 no-repeat;
}

div#yoo-search input {
	width: 93px;  
	 
	height: 14px;  
	 
	padding: 2px 2px 2px 7px;
	 
	border: none;
	background: none;
	float: left;
	color: #646464;
	font-size: 75%;
}

div#yoo-search button {
	width: 18px;
	height: 18px;
	padding: 0px;
	border: none;
	background: url(../images/search_button.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent: 100px;
	line-height: 0px;
}

div#yoo-search:hover, div#search div.sfhover  {
	background: url(../images/search_bg.png) 0 -18px no-repeat;
}

div#yoo-search:hover input, div#yoo-search input.sfhover {
	color: #000000;
}

div#yoo-search input:focus, div#yoo-search input.sffocus {
	color: #000000;
}

/*
 * Joomla!
 */

 
.contentheading,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	line-height: 100%;
	font-weight: bold;
	color: #64696e;
}

body.green .contentheading, body.green .componentheading { color: #6ea028; }
body.pink .contentheading, body.pink .componentheading { color: #8c3caa; }
body.orange .contentheading, body.orange .componentheading { color: #f04600; }
body.blue .contentheading, body.blue .componentheading { color: #5087d7; }

 
#overDiv {
	line-height: 50%;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

 
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	color: #323232;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

 
.contentpane {
  margin: 0;
  padding: 0;
  width: auto;
}


.contentpaneopen {
  margin: 0;
  padding: 0;
  width: auto;
}

 
.contentpaneopen hr {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #c8c8c8;
	border-left: 0px;
	line-height: 0px;
	height: 1px;
}

.categoria-hi:hover {
	background: #ffffff;
}
.categoria-hi:hover {
	background: #f7edda;
}
 
.contentdescription {
}

 
.article_seperator {
	display: block;
	height: 16px;
}

 
.small {
	font-size: 95%;
	font-style: italic;
	color: #969696;
}

 
.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 95%;
	font-weight: bold;
	color: #646464;
}

 
.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 95%;
	color: #646464;
}

 
.buttonheading {
}

.buttonheading img {
	margin-right: 2px;
}

 
div.mosimage {
	margin: 5px;
}

div.mosimage_caption {
	font-size: 95%;
}

 
.button {
	font-size: 95%;
}

.inputbox {
}

 
.sectiontableheader {
	padding: 5px 5px 5px 5px;
	background: #ebebeb;
	border-bottom: 1px solid #b4b4b4;
	font-weight : bold;
}

 
tr.sectiontableentry1 td {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
tr.sectiontableentry2 td {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

 
td.sectiontableentry1 {
	padding: 5px 5px 5px 5px;
	background: #fafafa;
	border-bottom: 1px solid #dcdcdc;
}

 
td.sectiontableentry2 {
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #dcdcdc;
}

 
.poll {
}

.poll input.button {
	margin: 10px 0px 0px 0px;
}/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * YOOlogin
 */

#page span.quick span.yoo-login span.login {
	width: 231px;
	height: 45px;
	overflow: visible;
	font-size: 150%;
}

#page span.quick span.yoo-login span.login .login-button-text,
#page span.quick span.yoo-login span.login .login-button-icon {
	padding-right: 0px;
}

#page span.quick span.yoo-login span.login .lostpassword, 
#page span.quick span.yoo-login span.login .lostusername,
#page span.quick span.yoo-login span.login .registration {
	padding-top: 5px;
}

#page span.quick span.yoo-login span.logout {
	height: 30px;
	padding-top: 10px;
	overflow: visible;
	font-size: 130%;
}

#page span.quick span.yoo-login span.logout .logout-button-text,
#page span.quick span.yoo-login span.logout .logout-button-icon {
	padding-right: 0px;
}/*
 * NUOVO CODICE
 */

.dropcap {
	color: #003366;
	display: block;
	float: left;
	font: 60px/40px Georgia, Times, serif;
	padding: 7px 8px 0 0;
}

/* Inline Words Hilite ---*/
.highlight { background: #ffffdd; font-weight: bold; padding: 1px 5px; }

/* Special list style ---*/
ul.checklist li, ul.star li, ul.arrow li,
ul.address li, ul.phone li, ul.email li {
	background: none;
	margin-left: 8px;
	padding: 0 0 0 22px;
	position: relative;
	overflow: hidden;
}

ul.checklist span.icon, ul.star span.icon, ul.arrow span.icon,
ul.address span.icon, ul.phone span.icon, ul.email span.icon {
	background-image: url(../images/icons/icons-sprites-silk.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

ul.arrow 		span.icon { background-position: left top; }
ul.star 			span.icon { background-position: left -18px; }
ul.checklist	span.icon {	background-position: left -36px; }
ul.address 		span.icon { background-position: right -18px; }
ul.email 		span.icon { background-position: right -36px; }
ul.phone 		span.icon { background-position: right top; }

ul.bookmark-links li {
	background: url(../images/arrow.png) no-repeat 0px 10px !important;
	border-bottom: 1px dotted #e6e6e6;
	padding: 5px 0 5px 10px !important;
}

/* Big Number ---*/
p.blocknumber {
	position: relative;
	padding: 5px 0 5px 55px !important;
}

.bignumber-1, .bignumber-2, .bignumber-3 {
	background-image: url(../images/numberlist-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px !important;
	position: absolute;
	top: 0;
	left: 0;
	font: bold 20px/normal Arial, sans-serif;
	text-align: center;
}

.bignumber-1 { background-position: left top;}
.bignumber-2 { background-position: left -44px;}
.bignumber-3 { background-position: left -88px;}



/* Legend ---*/
.legend-title {
	background: #FFFFFF;
	display: block;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0 !important;
	padding: 0 5px !important;
	position: absolute;
	top: -12px;
}

.legend-hilite .legend-title {
	color: #006699;
}
.legend {
	border: 3px solid #CCCCCC;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

.legend-hilite {
	border: 3px solid #d6e9f3;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}


/* inizio codice immagini servizi - CHICCO*/
#layout_menu {
float:left;
width:220px;
background-color:#ffffff;
}

#menu_appartamenti{
margin:auto;
width:218px;
height:98px;
cursor: pointer;
background-image: url(../../../images/layout/BG_appartamenti.jpg);
background-position:left;
background-repeat:no-repeat;
text-align:right;
vertical-align:bottom;}

#menu_corsilingue{
margin:auto;
width:218px;
height:98px;
cursor: pointer;
background-image: url(../../../images/layout/BG_corsilingue.jpg);
background-position:left;
background-repeat:no-repeat;
text-align:right;
vertical-align:bottom;}

#menu_hotel{
margin:auto;
width:218px;
height:98px;
cursor: pointer;
background-image: url(../../../images/layout/BG_hotel.jpg);
background-position:left;
background-repeat:no-repeat;
text-align:right;
vertical-align:bottom;}

#menu_tempolibero{
margin:auto;
width:218px;
height:98px;
cursor: pointer;
background-image: url(../../../images/layout/BG_tempolibero.jpg);
background-position:left;
background-repeat:no-repeat;
text-align:right;
vertical-align:bottom;}

#menu_trasporti{
margin:auto;
width:218px;
height:98px;
cursor: pointer;
background-image: url(../../../images/layout/BG_trasporti.jpg);
background-position:left;
background-repeat:no-repeat;
text-align:right;
vertical-align:bottom;}

#menu_voli{
margin:auto;
width:218px;
height:98px;
cursor: pointer;
background-image: url(../../../images/layout/BG_voli.jpg);
background-position:left;
background-repeat:no-repeat;
text-align:right;
vertical-align:bottom;}

span.txt_banner1 {
float:right;
margin-right:15px;
margin-top:72px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#FF0000;
text-decoration:none;
letter-spacing: 1px;
}

span.txt_banner1:hover {
text-decoration:underline;
}

/* fine codice immagini servizi - CHICCO*/

a.link_int
{
background-color: #e1ecfc;
background-image: url(../../../images/layout/link_int.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 5px 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #d1e2fb;
color: #00123c;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 18px;
text-decoration: none !important; 
font-weight: normal;
}

a.link_int:hover
{
background-color: #679ef1;
background-image: url(../../../images/layout/link_int_over.gif);
color: #ffffff !important;
text-decoration: none !important;
}

body .inset-left {
margin: 15px 15px 10px 0px;
float: left;
}

body .inset-right {
margin: 15px 0px 10px 15px;
float: right;
}



#hotel-barra h2 {
background-image:url(../../../images/layout/block_title_bkg.gif);
background-repeat:no-repeat;
color:#000000;
font-size:14px;
height:25px;
margin-bottom:10px;
padding-left:8px;
padding-top:5px;
width:690px;
}


#map_canvas {
height:400px;
width:auto;
}

/* Tips, Error, Message, Hightlight ---*/
p.error, p.message, p.tips, p.rss, p.key, p.tag, p.cart, p.note, p.photo, p.doc, p.mobi {
	padding-left: 25px;
	position: relative;
}

p.error span.icon, p.message span.icon, p.tips span.icon, p.rss span.icon, p.key span.icon,
p.tag span.icon, p.cart span.icon, p.note span.icon, p.photo span.icon, p.doc span.icon, p.mobi span.icon {
	background-image: url(../images/icons/icons-sprites-silk.png);
	/*background-image: url(../images/icons/icons-sprites-tango.png);*/
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
}

p.error 		span.icon { background-position: left -54px; }
p.message	span.icon { background-position: left -72px; }
p.tips 		span.icon {	background-position: left -90px; }
p.key 		span.icon { background-position: left -108px; }
p.tag 		span.icon { background-position: left -126px;; }
p.cart 		span.icon { background-position: right -54px; }
p.doc 		span.icon { background-position: right -72px; }
p.note 		span.icon { background-position: right -90px; }
p.photo 		span.icon { background-position: right -108px; }
p.mobi 		span.icon { background-position: right -126px; }

p.error { color: #CC0000; }
p.message {	color: #2C79B3; }
p.tips {	color: #E58C00; }


.img_caption2.left p {
clear:left;
text-align:center;
}

.img_caption2 p {
background:#999999 none repeat scroll 0 0;
border-top:1px solid #FFFFFF;
color:#FFFFFF;
margin:0px 5px 0px 0px;
padding:3px 0;
text-transform:uppercase;
}

.img_caption2:hover p {
background:#CC0000 none repeat scroll 0 0;
}

img.caption2 {
margin:5px 5px 0px 0px;
}

/*
 * REKU GENERAL RULES
 */

.p-sl-flight-intro,
.p-sl-flight-links,
.p-sl-hotel-intro {
	text-align: justify;
}

/*
 * REKU FLIGHT FORM PAGE
 */
 
.sl-flight-legend {
	border:2px solid #CCCCCC; 
	padding:0 8px;
	height: 490px;
}

.sl-flight-intro { 
	width: 470px;
}

.sl-intro-green {
	color: green;
}

.sl-flight-column {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	
}

.sl-flight-search {
	height: 222px;
	padding-left: 100px;
	margin-top: 30px;
}

.sl-flight-links {
	width: 480px;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;

}

.most-request {
	line-height:10px;
	margin-bottom:10px;
	margin-top:35px;
}

.p-sl-flight {
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 0;
}

.p-sl-flight-links {
	color: red;
	font-weight: bold;	
	margin-top: 50px;
}

.a-sl-flight-links {
	line-height: 25px !important;
}


/*
 * REKU FLIGHT DETAIL PAGE
 */

.sl-details-legend {
	width: 450px;
}

.sl-details-h5 {
	padding-top: 5px;
	text-align: center;
}

.sl-fligh-detail-left {
	float: left;
	margin-left: 15px;
}

.sl-fligh-detail-right {
	float: right;
	margin-right: 15px;

}

.sl-fligh-detail-bottom {
	clear: both;
	padding: 5px 0;
	text-align: center;
}

/*
 * REKU HOTEL / HOSTEL PAGE
 */

.sl-hotel-legend {
	border: 2px solid #CCCCCC; 
	margin: 20px 0 0 0 !important;
}

.sl-hotel-h1 {
	padding-top: 10px;
	text-align: center;
	color: #cc0000;
}

.sl-hotel-links {
	display: block;
	background-repeat: no-repeat;
	background-position: 8px 10px !important;
	font-weight: bolder !important;
	font-size: 20px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	margin-bottom: 10px;
	padding-left:22px !important; 
}

.sl-hotel-center {
	display: block;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.sl-hotel-table {
	width: 560px;
	border: 0;
	padding-bottom: 5px;
	margin: auto;
	height:160px;
}

.sl-hotel-table-h1 {
	padding-bottom: 15px;
}
	
.sl-hotel-td-text {
	text-align: right;
	width: 200px;
	font-weight: bold;
}

.sl-hotel-td-select {
	width: 160px;
}
.sl-hotel-td-img {
	width: 200px;
	vertical-align: top;
}
.sl-hotel-td-button {
	padding-right: 15px;
	width: 400px;
	text-align: right;
}
.sl-h5-text-inline {
	background: white;
	float: left;
	font-size: 1.17em;
	left: 11px;
	margin: 0px 0px -9px 0px !important;
	padding: 0px 3px;
	position: relative;
	top: -9px;
	width: auto;
}

.sl-ul-list {
padding-left: 20px;
}

.sl-suggest-list {
padding-left: 8px;
}

.sl-house-links {
	display: block;
	background-repeat: no-repeat;
	background-position: 8px 10px !important;
	font-weight: bolder !important;
	font-size: 16px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	margin-bottom: 10px;
	padding-left:22px !important; 
}

.sl-hotel-legend > table {
	clear: both;
}

.sl-appartamenti-td-text {
	text-align: right;
	width: 170px;
	font-weight: bold;
}

.sl-appartamenti-td-select {
	width: 190px;
}


/*
table.sl-hotel-table td {
	background-color: red;
}
*//*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

body#page {
	background: #FADC9B url(../images/peach/page_bg.png) 0 0 repeat-x;
}

div.wrapper-tl {
	background: #ffffff url(../images/peach/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper-tr {
	background: url(../images/peach/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper-bl {
	background: url(../images/peach/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper-br {
	padding: 10px 10px 10px 10px;
	background: url(../images/peach/wrapper_br.png) 100% 100% no-repeat;
}