﻿.idTabs
{
	position:relative;
	clear:both;
	margin: 0 0 20px; /*30px 0 20px*/
	font-size:10px;
}
.idTabs ul
{
	=zoom:1; /*IE hack to enable hasLayout=1*/
	margin-left: 1px;
}
.idTabs li
{
	float:left;
	list-style-type: none;
}
.idTabs li a
{
	display: block;
	=zoom:1; /*IE hack to enable hasLayout=1*/
	text-transform:uppercase;
	text-align:center;
	
	font-size: 10px;
	font-weight: normal;
	width: 127px;
	height:28px;
	line-height:28px;
	margin: 0 0 -1px -1px;

	color: #ed4c9c;
	background: #fee9f5 url(img/prescriptions_btn_pink.png) left top no-repeat;
}
.idTabs li a:hover
{
	text-decoration:none;
}
.idTabs li a.selected
{
	padding-bottom:6px;
	border-bottom: 0;
	background: #fff;
	color: #ed4c9c;
	
	padding-bottom:0;
	border-bottom: 0;
	background: none;
	color: #f47fc5;
	background: url(img/prescriptions_btn_white.png) left top no-repeat;
}
.idTabs .tabContainer
{
	clear:both;
	padding: 15px;
	border: 1px solid #e9068b;
}
.idTabs div.TL
{
	top:27px;
	left: 0;
	background: url(img/main_frame_cornerTL.png) left top no-repeat;
}
.idTabs div.TR
{
	top:27px;
	right: 0;
	background: url(img/main_frame_cornerTR.png) right top no-repeat;
}
.idTabs div.BL
{
	bottom:0;
	left: 0;
	background: url(img/main_frame_cornerBL.png) left bottom no-repeat;
}
.idTabs div.BR
{
	bottom:0;
	right:0;
	background: url(img/main_frame_cornerBR.png) right bottom no-repeat;
}
