﻿@charset "utf-8";

    #con {
	    FONT-SIZE: 12px;
		margin-right:8px;

		
    }
    #tags {
		margin:0px;
		padding:0px;
		height:30px;
		width:100%;
		
    }
    #tags LI {
	    FLOAT: left; MARGIN-RIGHT: 1px; LIST-STYLE-TYPE: none; HEIGHT: 23px
    }
    #tags LI A {
	  text-decoration:none;
	  background-color:#F5F8F3;
	  width:150px;
	  text-align:center;
	  float:left;
	  color:#CC6600;
	  height:30px;
	  margin-right:5px;
	  font-weight:bold;
	  margin-bottom:0px;
	  overflow:hidden;
	  line-height:30px;
    }
 
    #tags LI.selectTag A {
	    color: #CC6600; 
	    background-color:#EFEDE1;
		width:150px; 
		text-align:center;
		font-weight:bold;
		height:30px;
		margin-right:4px;
		line-height:30px;
		overflow:hidden;
    }
    #tagContent 
    {
    	background-color:#EFEDE1;
		padding:15px;

    }
    .tagContent  
    {
		COLOR: #72AE28;
		margin:0px;
		width:600px;
		padding:0px;
		margin:0px;
		display:none;
		overflow:hidden;
		background-color:#EFEDE1;		
    }
    #tagContent DIV.selectTag {
	    DISPLAY: block
    }


