/* Меню для вкладок */
.tab {
	float: left; 
	width: 80%; 
	height: 149px;
	background: url(_tpl/img/tab_bg.jpg) no-repeat 0 100%;
}

.tab ul {
	float: left;
	list-style: none;
    margin: 2 0 0 0;
    border: none;
	height:36px;
	font-size:10pt;
}
		
.tab li {
	float: left;
	display: inline;
    width: 155px;
	background: url(_tpl/img/tab2.gif) no-repeat 0 0;
    margin: 0 3 0 0;
}

.tab li a {
    display: block;
    width: 155px;
    padding: 0px;
    text-decoration: none;
	text-align:center;
	color: #336699;
    padding: 9px 0 7px 0;
}

html>body .tab li a { width: auto; }

.tab li a:hover { 
	background: #E7EFF7 url(_tpl/img/tab3.gif) no-repeat 0 0;
}

.tab li#select {
    display: block;
    width: 155px;
    text-decoration: none;
	text-align: center;
	color: #fff;
	background: url(_tpl/img/tab1.jpg) no-repeat 0 0;
    padding: 9px 0px 7px 0;
}

.hid	{ display:none; }

#tab_p1 {
	float: right; 
	margin-top:-38px;
	width: 122px; 
	height: 149px;
	background: url(_tpl/img/p1.jpg) no-repeat 100% 100%;
}

#tab_p2 {
	float: right;
	margin-top:-38px;
	width: 76px; 
	height: 149px;
	background: url(_tpl/img/p2.jpg) no-repeat 100% 100%;
}

#tab_p3 {
	float: right; 
	margin-top:-38px;
	width: 125px; 
	height: 149px;
	background: url(_tpl/img/p3.jpg) no-repeat 100% 100%;
}

#tab_txt {
	float:left;
	padding:10 0 0 20;
	width: 420px;
}

.tab #tab_txt p {
	font-family: Arial;
	font-size:10pt;
	color: #fff;
	padding:0 0 5 10;
}

.tab #tab_txt p a{
	color: #fff;
}

.tab #tab_txt p a:hover {
	text-decoration: none;
}
