@charset "utf-8";
/* CSS Document */

#content{ margin:20px 0 0 0; padding:0 40px 0px 40px;}

#left_select{ float:left; padding:0 8px 15px 8px; width:214px;}
#left_select ul{ border-top:1px #666 dotted; }
#left_select li{ border-bottom:1px #666 dotted; padding:10px 10px 10px 5px;}
#left_select li a{ font-size:15px; color:#727171; display:block; background-image:url(../img/panter_left_arrow.png); background-position:right; background-repeat:no-repeat;}
#left_select .active a{ color:#692a1f; font-weight:bold; background-image:url(../img/panter_left_arrow2.png);}

.right_select{ float:right; text-align:left; width:870px; margin-right:0px;}
.right_select a{ display:block; font-size:16px; color:#707070; margin-bottom:15px;}
.right_select a:hover{ color:#67291f;}
.right_select .circle{ width:4px; height:4px; background-color:#67291f; border-radius:2px; float:left; margin-right:6px; margin-top:9px;}


#left_select.fix{ position:fixed; top:90px;}
