/* navigation elements */ @import url("navi_2010.css");
/* page elements */ @import url("page.css");
body{
	background: #ffffff url(../gfx/body_bg.gif) repeat-x;
	margin:0;
	text-align:center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#000;
}
a{
	color:#004a1d;
	text-decoration: none;
}
a:visited{
	color:#004a1d;
	text-decoration: none;
}
a:hover{
	color:#004a1d;
	text-decoration: underline;
}
img{
	border:none;
}
fieldset {
border:none;
padding: 0;
margin:0;
}
table, tr, td{
	font-size:11px;
}
#shadow_bg{
	margin:auto;
	margin-top: 37px;
	width:886px;
	height: auto;
	background: #ffffff url(../gfx/shadow_bg.gif) repeat-y;
}
#shadow_top{
	width:886px;
	background: url(../gfx/shadow_bg_top.jpg) no-repeat;
}
#main{
	margin: 0 auto;
	padding:0;
	background: #fff;
	min-height:540px;
	width:872px;
	text-align: left;
}
#header{
	height:92px;
	margin:0;
	padding:0;
	width:872px;
}
.header_KY{	
	background: url(../gfx/headerKY_bg.jpg) 166px 11px  no-repeat;
}
.header_TH{
	background: url(../gfx/headerTH_bg.jpg) 166px 11px  no-repeat;
}
.header_AV{
	background: url(../gfx/headerAV_bg.jpg) 166px 11px  no-repeat;
}
.header_KA{
	background: url(../gfx/headerKA_bg.jpg) 166px 11px  no-repeat;
}
img.logo{
	float:left;
}
#search{
	margin-top:32px;    
	margin-right: 18px;
	float:right;
	height:44px;
	width:133px;
	padding:3px 5px;
}
#search.KY{
	background: url(../gfx/search_bg.jpg) no-repeat;
}
#search.TH{
	background: url(../gfx/searchTH_bg.jpg) no-repeat;
}
#search.AV{
	background: url(../gfx/searchAV_bg.jpg) no-repeat;
}
#search.KA{
	background: url(../gfx/searchKA_bg.jpg) no-repeat;
}
#search input.field{
	width:92px;
	margin-bottom:4px;
}
#search input.submit{
	height:19px; 
	width:31px;
}
#page{
	width: 872px;
	height:auto;
	padding-bottom:5px;
}
#footer{
	background: #ffffff url(../gfx/shadow_footer.gif) no-repeat;
	height: 15px;
	width:886px;
	margin:auto;
	text-align: left;
	font-size:10px;
}
#footer_txt_left{
	padding-left:20px;
	padding-top: 3px;
	width:850px;
	float:left;
}
#footer_txt_right{
	float:right;
	padding-right:23px;
	padding-top: 3px;
	width:45%;
	text-align:right;
}
#footer a{
	color: #000;
	text-decoration:none;
}
#footer a:visited{
	color: #000;
	text-decoration:none;
}
#footer a:hover{
	/*color:#6b9d52;*/
	text-decoration:underline;
}
.clear{
	clear: both;
}
fieldset div.fm-opt input,
fieldset div.fm-req input{
	width:250px;
}
/* */
table.shopTable{
	width:590px; 
	border-collapse:collapse;
	border-left:1px solid #B3D476;
	border-top:1px solid #B3D476;
	border-right:1px solid #B3D476;
	margin-top:10px;
}
table.shopTable td{
	border-bottom:1px solid #B3D476;
	padding:2px 3px;
	vertical-align:top;
}
table.shopTable tr.tableHead th{
	background:#B3D476;
	color:#fff;
	padding:2px 3px;
	min-width:100px;
}