@import "style_common.css";

body {
	background : #D3D3D3 url(../images/body_bck.gif) repeat-x;
}
#container {
	width: 808px;
	background : url(../images/container_bck.gif);
}
#middle_for_bck{
	width: 808px;
	background : url(../images/middle_bck.gif) no-repeat;
}

/*/////////////////////////////////////////////////////////////*/

#top {
	width : 808px;
	height : 109px;
	background : url(../images/top_bck.gif) transparent;
}

/*/////////////////////////////////////////////////////////////*/

#footer{
	clear: both;
	width: 100%;
	/*height: 130px;*/
	height: 90px;
	background : url(../images/footer_bck.gif) transparent;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#footer .footer_inner {
	left: 250px;
	position: absolute;
	top: 26px;
	width: 466px;
}
#footer .warning{
	clear: both;
	color: #0f7aa4;
	font: italic 8pt/18px Verdana;
	margin-bottom: 10px;
}
#footer .title, #footer .title a, #footer .sep {
	 color: #0f7aa4;
	 font: 100 8pt/18px Verdana;
}

/*/////////////////////////////////////////////////////////////*/

#middle {
	clear: both;
	width: 808px;
	height: 100%;
}
#middle .part_1 {
	width: 236px;
	border-right: 1px solid #C6CED1;
}
#middle .part_1 .container{
	width: 220px;
	background: #FFFFFF;;
	margin: 0px 0px 0px 17px;	
}
#middle .part_2 {
	width: 570px;
}
#middle .part_2 .container{
	width: 529px;
	margin: 12px 12px 0px 12px;
}

/*/////////////////////////////////////////////////////////////*/

#left_menu {
	width: 220px;
	background: #F2F2F2;
}
#left_menu .content{
	width : 172px;
	margin: 12px 24px 12px 24px;
}
#left_menu ul {
	list-style : none;
	margin : 0px;
	padding : 0px;
}
#left_menu a {
	width: 100%;
	overflow: hidden;
	height: 20px;
	font : 100 11px/20px Tahoma;
	display : block;
	margin : 0px;
	text-decoration : none;
}
#left_menu .parent a {
	color : #616161;
	width: 100%;
	overflow: hidden;
	height: 20px;
	background : url(../images/icon_01.png) transparent no-repeat 0px 8px;
	padding-left: 20px;
	font : 100 11px/20px Tahoma;
	border-bottom : 1px solid #E1E1E1;
	border-width : 1px;
	display : block;
	text-decoration : none;
}
#left_menu .parent a:hover {
	text-decoration : underline;
}
#left_menu .child a {
	color : #F76106;
	overflow: hidden;
	height: 20px;
	padding-left: 20px;
	font : 100 11px/20px Tahoma;
	display : block;
	text-decoration : none;
}
#left_menu .child a:hover {
	text-decoration : underline;
}

/*/////////////////////////////////////////////////////////////*/

.left_top_caption {
	background : transparent url(../images/left_top_caption_bck.gif);
	width: 220px;
	height: 24px;
	font : bold 9pt/24px Tahoma;
	color: #FFFFFF;
}
.left_top_caption span{
	padding-left: 37px;
}

/*/////////////////////////////////////////////////////////////*/

.left_caption {
	background : transparent url(../images/left_caption_bck.png);
	width: 220px;
	height: 24px;
	font : bold 9pt/24px Tahoma;
	color: #FFFFFF;
}
.left_caption span{
	padding-left: 37px;
}

/*/////////////////////////////////////////////////////////////*/

.main_poll {
	margin: 9px 1px 9px 24px;
}
.main_poll table{
	width : 195px;
}
.main_poll .question{
	padding: 0px 0px 9px 0px;
	font : 100 11px/15px Tahoma;
}
.main_poll .radio_button input{
	height: 17px;
}
.main_poll .item{
	width: 100%;
	font: normal 8pt/15px Tahoma;
}
.main_poll .poll_button{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 86px;
	height: 21px;
	color: #555555;
	background : transparent url(../images/main_poll_button.png) no-repeat;
	font: normal 8pt/21px Tahoma;
}
/*/////////////////////////////////////////////////////////////*/
.main_gallery{
	padding: 10px 1px 10px 24px;
}
.main_gallery .inner{
	width: 190px;
	overflow-x: hidden;
}
.main_gallery .item{
	height: 62px;
	overflow-y: hidden;
	margin-bottom: 10px;
}
.main_gallery img{
	border: none;
	width: 45px;
	height: 60px;
	margin-right: 5px;
	border: 1px solid #CCD3D6;
}
.main_gallery .title{
	font: bold 8pt/15px Tahoma;
}
.main_gallery .image_count{
	font: 100 8pt/15px Tahoma;
	color: #999999;
}
.main_gallery .link{
	clear: both;
	text-align: right;
	margin-top: 4px;
}
.main_gallery .link a{
	color: #F86D0A;
	font: 700 8pt/14px Tahoma;
}
/*/////////////////////////////////////////////////////////////*/

.main_ad_product {
	padding: 9px 0px 9px 24px;
}
.main_ad_product .inner{
	font: normal 8pt Tahoma;
	width : 196px;
}