.expander {
	position: relative;
	width: 165px;		
}

.expander .top{
	width: 165px;		
	height: 35px;	
	overflow: hidden;
	font-size: 40px;
	font-family: Arial, tahoma verdana;
	color: #FFF;
	letter-spacing: -0.1em;
	font-weight: bolder;
	padding: 35px 0 0 0;
	margin: 0px;
	cursor: pointer;
}


.expander .top a{
	color: #FFF;
}

.expander .top a:hover{
	color: #CC0000;
}

.expander .middle{
	width: 145px;		
	min-height: 88px; 
	overflow: show;
	background: url('../images/expander_bg.png') no-repeat bottom left white;
	padding: 10px 10px 0 10px;
}

.expander .middle img{
	margin: 0 0 0 10px;
}

.expander .middle .minheight{
	margin: 0px;
	width: 0px; 
	height: 88px; 
	float: left;s
}


.expander .bottom{
	width: 165px;		
	height: 27px;	
}

#index #leftcol {
	width: 190px;
	float: left;
}

#index #leftcol select {
	width: 180px;
	font-size: 11px;
}

#index #leftcol input[type=submit] {
	margin: 5px 0 15px 0;
}

#index #leftcol h1 {
	font-size: 20px;
}

#index #leftcol .namenr {
	margin: 15px 0 0 0;
	background: #D1D1D1;
	padding: 10px;
}

#index #leftcol .namenr input[type=text] {
	width: 160px;
}

#container #leftcol .spec{
	margin: 10px 0 10px 10px; 			
}

#container #leftcol .spec img{
	vertical-align: middle;
	margin: 5px 10px 5px 0; 			
}

#container #leftcol .spec a{
	font-size: 13px;
	font-weight: bold;			
}


#index #leftcol #popular {
	margin: 10px 0 20px 0;		
}

#index #leftcol #popular ul {
	margin: 0px;
	padding: 0px;	
}

#index #leftcol #popular li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #AFCBE2 solid;
	display: block;
}

#index #leftcol #popular a {
	font-family: Trebuchet MS, Arial, Verdana;
	color: #003366;
	font-size: 13px;
	display: block;
	padding: 5px 0 5px 5px; 
	text-decoration: none;
}


#index #leftcol #popular a:hover {
	display: block;
	padding: 5px 0 5px 5px; 
	background: #5589B1;
	color: #FFF;	
}


#index #leftcol #popular b {
	font-weight: normal;
}


#index #rightcol {
	position: relative;
	width: 545px;
	float: right;
}

#index #rightcol #chocolate {	
	width: 100%;
	height: 420px;
}

#index #rightcol #chocolate ul{
	margin: 0px;
	padding: 0px;
}

#index #rightcol #chocolate li{
	list-style-image: url(../images/link_arrow.gif);
	margin: 0 0 0 10px;
}

#index #rightcol #chocolate li h1{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 12px;
}

#index #rightcol #chocolate .more{
	list-style-image: url(../images/down_arrow.gif);
	margin: 0 0 0 10px;
	color: #CC0000;
}

#index #rightcol #chocolate .more a{
	color: #CC0000;
	text-decoration: none;
}


#index #rightcol #chocolate #sea {
	position: absolute;	
	left: 0px;
	top: 0px;
	float: left;
	z-index: 50;
}

#index #rightcol #chocolate #lake {
	position: absolute;	
	left: 190px;
	top: 0px;
	width: 165px;
	z-index: 50;
}


#index #rightcol #chocolate #mountain {
	position: absolute;	
	left: 380px;
	top: 0px;
	z-index: 50;
}

#index #rightcol #chocolate #ski {
	position: absolute;	
	left: 0px;
	top: 220px;
	z-index: 10;
}

#index #rightcol #chocolate #active {
	position: absolute;	
	left: 190px;
	top: 220px;
	z-index: 10;
}

#index #rightcol #chocolate #city {	
	position: absolute;	
	left: 380px;
	top: 220px;
	z-index: 10;
}



#index #rightcol #featured {
	height: 500px;
}

#index #rightcol #featured #inner {
	padding: 10px 5px 10px 5px;
}

#index #rightcol #featured h1 {
	background: url(../images/i_featured_bg.gif) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 0 10px 10px;
	margin: 0 0 10px 16px;
}

#index #rightcol #featured #inner table{
	width: 100%;
	border-collapse: collapse;
}

#index #rightcol #featured #inner td{
	width: 150px;
	vertical-align: top;
	text-align: center;
}

#index #rightcol #featured #inner td img{
	border: 1px #CCC solid;
	padding: 3px;
}






