


div.ls_section {
	background:#FFF;
	border:0px none #EF8136;
	color:#000;
	margin:6px;
	padding:0px;
}

div.ls_section h2.ls_header {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color:#EDE9E3;
	background:#ACCFF0 url(../design/left/headers/sky/left_back.gif) repeat-x 0 0;
}

div.ls_section span.ls_corner{
	display:block;
	background:url(../design/left/headers/sky/right_back.gif) no-repeat 100% 0;
}


div.ls_section span.ls_text{
	display:inline-block;
	padding:3px;
	font-weight:bold;
	font-size:11px;
	color:#EDE9E3;
	text-decoration:none;
	padding-right:20px;
}


div.ls_section a.ls_button{
	display:block;
	text-decoration:none;
	background:url(../design/left/headers/sky/up_down.gif) no-repeat 100% 50%;
}

div.ls_section a.ls_button:hover{
	background-image:url(../design/left/headers/sky/up_down_hover.gif);
}

div.ls_section a.ls_button:hover span.ls_text{
	color:#FFF;
}

div.ls_section h2.ls_header a.opened{background-image:url(../design/left/headers/sky/up.gif);}
div.ls_section h2.ls_header a.opened:hover{background-image:url(../design/left/headers/sky/up_hover.gif);}

div.ls_section h2.ls_header a.closed{background-image:url(../design/left/headers/sky/down.gif);}
div.ls_section h2.ls_header a.closed:hover{background-image:url(../design/left/headers/sky/down_hover.gif);}

div.ls_section h2.ls_header a.closeit{background-image:url(../design/left/headers/sky/close.gif);}
div.ls_section h2.ls_header a.closeit:hover{background-image:url(../design/left/headers/sky/close_hover.gif);}



div.ls_section div.ls_content {
	padding:0px;
	margin:0px;
	display:block;
	border:1px solid #CAC1B3;
	border-top:0px none;
	background:#EDE9E3;
}


div.ls_section div.ls_paddings {
	padding:5px;
}






div.ls_section_without_header {
	background:#EDE9E3;
	border:1px solid #CAC1B3;
	color:#000;
	margin:6px;
	padding:0px;
}
div.ls_section_without_header div.ls_content {
	padding:0px;
	margin:0px;
	display:block;
	
}
div.ls_section_without_header div.ls_paddings {
	padding:5px;
}














div.ls_section_light {
	background:#FFF;
	border:0px none #EF8136;
	color:#000;
	margin:6px;
	padding:0px;
}

div.ls_section_light h2.ls_header {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color:#000;
	border:0px none;
	background:#60A1DE url(../design/left/headers/sky/light_left_back.gif) repeat-x 0 0;
}
div.ls_section_light span.ls_corner{
	display:block;
	background:url(../design/left/headers/sky/light_right_back.gif) no-repeat 100% 0;
}

div.ls_section_light span.ls_text{
	display:inline-block;
	padding:3px;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	padding-right:20px;
}


div.ls_section_light a.ls_button{
	display:block;
	text-decoration:none;
	background:url(../design/left/headers/sky/light_up_down.gif) no-repeat 100% 50%;
}

div.ls_section_light a.ls_button:hover{
	background-image:url(../design/left/headers/sky/light_up_down_hover.gif);
}

div.ls_section_light a.ls_button:hover span.ls_text{
	color:#FFF;
}



div.ls_section_light h2.ls_header a.opened{background-image:url(../design/left/headers/sky/light_up.gif);}
div.ls_section_light h2.ls_header a.opened:hover{background-image:url(../design/left/headers/sky/light_up_hover.gif);}

div.ls_section_light h2.ls_header a.closed{background-image:url(../design/left/headers/sky/light_down.gif);}
div.ls_section_light h2.ls_header a.closed:hover{background-image:url(../design/left/headers/sky/light_down_hover.gif);}

div.ls_section_light h2.ls_header a.closeit{background-image:url(../design/left/headers/sky/light_close.gif);}
div.ls_section_light h2.ls_header a.closeit:hover{background-image:url(../design/left/headers/sky/light_close_hover.gif);}



div.ls_section_light div.ls_content {
	padding:0px;
	margin:0px;
	display:block;
	border:1px solid #CAC1B3;
	border-top:0px none;
	background:#EDE9E3;
}

div.ls_section_light div.ls_paddings {
	padding:5px;
}







#main_left_section {
	/*background:#FAFAFA url(../design/left/headers/sky/slide_background.jpg) repeat-y 100% 0;*/
	background: transparent;
}


#main_left_section_closed {
	background:transparent url(../design/left/headers/sky/press_here.gif) no-repeat 50% 0;
	height:158px;
	display:block;
	cursor:pointer;
}

#main_left_section_close {
	background:#C6DFFF;
	cursor:pointer;
	display:block;
	height:25px;
	border:1px solid #6593CF;
	border-top:0px none;
	border-left:0px none;
}

#main_left_section_close div{
	background: url(../design/left/headers/sky/slide-left.png) no-repeat 50% 50%;
	width:10px;
	height:10px;
	float:right;
	margin:8px;
}

