﻿/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(images/tabs/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(images/tabs/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(images/tabs/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tabs/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tabs/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    /*border:solid 1px #d7d7d7;*/
    border-top-width:0;
}

/* TAB CONTENT */

.group {
	float: left;
	height: 300px;
	padding-bottom:20px;
	line-height:normal;
	width: 25%;
}
.group h3 {
	border-bottom: 1px solid #BBB;
	color: #373737;
	font-size: 12px;
	font-weight: bold;
	margin: 0 15px 5px 0;
}
.group dd
{
    font:normal 11px Arial;
    line-height:normal;
    color:Black;
    width:100%;
    margin-left:0;
}
.group dl {
	float: left;
	margin-right: 15px;
	vertical-align:top;
}
.group dt {
	font-weight: bold;
	line-height:normal;
}
.group.span dl {
	
}
.group.col2 {
	width: 50%;
}
.group.col2 dl
{
    width:40%;
}
.group.col3 {
	width: 75%;
}
.group.col3 dl
{
    width:29%;
}
.group.col4 {
	width: 100%;
}
.group.col4 dl
{
    width:21%;
}
