/***** Âêëàäêè **********/

.tabs {
	position:relative;
	zoom:1;
	margin:25px 0;
}

.tabs:after {
	clear:both;
	content:'';
	display:block;
	overflow:hidden;
}

/* IE 7 hack */

*:first-child+html .tabs dt , * html .tabs dt  {
margin:0 1px 0 0;
}

/* IE 7 hack */

.tabs dt {
	background: url(/templates/edm/img/tabs2.png) no-repeat -519px 0;	
	font-size:11px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	color:#404040;
	cursor:pointer;
	border-bottom:0;
	font-weight:bold;
}

.tabs dt:hover {
	background-position: -519px -31px;	
	color:#fff;	
}

.tabs dt.active {
	background-position: -519px -62px;	
	color:#000;
}

.tabs dt.active:hover {
	background-position: -519px -62px;	
	cursor:default !important; 
	color:#000 !important;	
}

.tabs dd {
	float:left;
	display:none;
	width:100%;
	border:1px solid #d3d3d3;
	margin:0;
}

.tabs dd.active {
	display:block;
	margin:0;
}


/* IE 7 hack */

*:first-child+html .tabs dd.active, * html .tabs dd.active  {
margin-top:0px;
margin-right: 1px;
}

/* IE 7 hack */

.tab-content {	
	margin:10px;

}

.tab-content td {
	padding:5px;
	vertical-align:top;
}

.tab-content .tab-img {
	padding:0 14px 0 6px;
	vertical-align:middle;
}

.tab-content .tab-text {
	padding:0 20px 0 0;
	
}

.tab-content .tab-text h1 {
	font-size:18px;
	font-weight:normal;
	margin:23px 0 11px;
}

.tab-content .tab-text img {
	width: 73px;	
	padding: 0 1px 1px 0;
	border: 1px solid #c4c4c4;
}

/* ïðåâüþ */
#test_logos #preview {
    list-style-type: none;
    height: 80px;
    width: 380px;
    margin: 0 auto;
    font-size: 0.75em;
    padding-left: 15px;
}

#test_logos #preview:after {
    content: "";
    display: block;
    clear: both
}

#test_logos #preview li {
    margin: 10px 2px 10px 20px;
    float: left;
}

#test_logos #preview li a {
    position: relative;
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    text-decoration: none
}

#test_logos #preview li a:hover {
    z-index: 100;
    display: inline
}

#test_logos #preview li a img {
    padding: 4px;
    background: #ffffff;
    border: solid 1px #bbb;
    position: absolute;
    left: 0;
    top: 0;
}

#test_logos #preview li a:hover img {
    left: -20px;
    top: -20px;
    width: 380px;
    height: 110px
}
