.left-side{
float:left;
width:202px;
}

.mytitle{
font-weight:bold;
font-size:12px;
color:#66CC00;
background:url(../img/title-m.jpg);
background-repeat:repeat-x;
height:33px;
line-height:33px;
vertical-align:middle;
margin-right:9px;
margin-left:9px;
}

.mytitle_left{
float:left;
background:url(../img/title-l.jpg);
width:9px;
height:33px;
*margin-right:-9px;
}

.mytitle_right{
float:right;
background:url(../img/title-r.jpg);
width:9px;
height:33px;
*margin-left:-9px;
}

.bottom_left{
float:left;
background:url(../img/bottom-l.jpg);
background-repeat:no-repeat;
width:9px;
height:9px;
*margin-right:-3px;
margin-bottom:20px;
_margin-bottom:10px;
}

.bottom_right{
float:right;
background:url(../img/bottom-r.jpg);
background-repeat:no-repeat;
width:9px;
height:9px;
*margin-left:-3px;
margin-bottom:20px;
_margin-bottom:10px;
}

.bottom_middle{
background-color:#123A05;
height:8px;
border-bottom:1px solid #467B07;
*margin-top:-4px;
margin-bottom:20px;
_margin-bottom:10px;
}

.left-side .search_site{
width:195px;
background:#123A05;
border-left:1px solid #467B07;
border-right:1px solid #467B07;
padding:5px 0;
padding-left:5px;
padding-bottom:10px;
}

.left-side .search_site .submit{
background:url(../img/submit.png);
border:none;
cursor:pointer;
width:81px;
height:25px;
}

.left-side .category_lists{
width:180px;
background:#123A05;
border-left:1px solid #467B07;
border-right:1px solid #467B07;
padding:5px 10px;
overflow:hidden;
}

.left-side .category_lists a{
color:#FFCC66;
text-decoration:none;
}

.left-side .category_lists a:hover{
text-decoration:underline;
}

.left-side .category_lists .dotted{
border-style:dotted none none none;
border-top-width:1px;
border-top-color:#999999;
height:1px;
margin-bottom:10px;
*margin-bottom:0;
}

.left-side .category_lists .more{
float:right;
}

.left-side .contaction{
width:180px;
background:#123A05;
border-left:1px solid #467B07;
border-right:1px solid #467B07;
padding:5px 10px;
color:#fff;
overflow:hidden;
line-height:200%;
}

.left-side .contaction p{
font-weight:bold;
font-size:14px;
margin:0;
margin-bottom:10px;
}

.left-side .contaction .more{
float:right;
}

.left-side .contaction a{
color:#fff;
text-decoration:none;
}

.left-side .contaction a:hover{
text-decoration:underline;
}