﻿@charset "utf-8";

    #con {
	    FONT-SIZE: 12px;
		margin-right:8px;
		width:750px;
		width:750px;!important;
		*width:720px;
		
		
		
    }
    #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-image:url(../Images/tab_b.jpg);
	  background-repeat:no-repeat;
	  width:94px;
	  text-align:center;
	  float:left;
	  color:#808080;
	  height:30px;
	  margin-right:5px;
	  font-weight:bold;
	  margin-bottom:0px;
	  overflow:hidden;
	  line-height:30px;
    }
 
    #tags LI.selectTag A {
	    color: #FFF; 
		background-image:url(../Images/tab_a.jpg);
		width:94px; 
		text-align:center;
		font-weight:bold;
		height:30px;
		margin-right:4px;
		line-height:30px;
		overflow:hidden;
    }
    #tagContent 
    {
    	border:1px solid #C0C0C0;
		padding:15px;

    }
    .tagContent  
    {
		COLOR: #72AE28;
		margin:0px;
		width:720px;
		padding:0px;
		margin:0px;
		display:none;
		overflow:hidden;
		
    }
    #tagContent DIV.selectTag {
	    DISPLAY: block
    }

