

.container {margin: 5px 25px; font-size:13px;}
ul.tabs {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
width: 100%;
}
ul.tabs li {
float: left;
margin: 0;
padding: 0;
height: 31px;
line-height: 31px;
border: 1px solid #ccc;
border-left: none;
margin-bottom: -1px;

overflow: hidden;
position: relative;
}
ul.tabs li a {
text-decoration: none;
color: #666;
display: block;
font: 1.3em;
margin:0 auto;
padding: 2px 8px;
border: 1px solid #fff;
outline: none;
}
ul.tabs li a:hover {
background: #fff;
color: #666;
} html ul.tabs li.active, html ul.tabs li.active a:hover {
background: #fff;
border-bottom: 1px solid #fff;
color: #ccc;
}
.tab_container {
border: 1px solid #eee;
border-top: none;
float: left; width: 100%;
background: #fff;
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}

.tab_container a:link {color: #009900;}
.tab_containera:visited {color: #999999;}
.tab_containera:hover {color: #333333;}
.tab_container a:focus {color: #333333;}
.tab_container a:active {color: #009900;}

.tab_content {
padding: 5px 15px;
}

.tab_content h3 {
width:auto;
font-weight: bold;
color:#c50;
border-bottom: 1px dashed #ddd;
font-size: 1.3em;
background:#fafafa;
}

.tab_content h3 a{
font-size: 1.5em;
color: #254588;
}
.tab_content img {
float: left;
margin: 0 10px 10px 0;
padding: 2px;
}

.container1 {
    float:left;
    width:100%;
}
.col1 {
      background:#fff;
	float:left;
	width:600px;
      padding:5px;
	position:relative;
      border-right:2px solid #f9f9f9;
}
.col2 {
    float:right;
    width:240px;
    padding:2px;
}

a {
font-weight: bold;
}

a:link {
color: #069;
text-decoration: none;
}
a:visited {
color: #069;
text-decoration: none;
}
a:hover {
color: #09c;
text-decoration: underline;
}
a:active {
color: #660066;
text-decoration: none;
}

.sub_col {
width:500px;
margin:0;
padding: 5px;
border-right:1px solid #eee;

}
