@charset "UTF-8";
/* CSS Document */
.tabcontent{
	display:none;
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 270px;
	overflow: hidden;
	font-size: 10px;
	color: #747474;
}
.mainmenutab{
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 0px;
	margin: 0px;
	height: 30px;
}
.mainmenutab ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mainmenutab li{
	display: inline;
	padding: 0;
	text-transform:uppercase;
	height: 30px;
	margin: 0;
	line-height: 20px;
}
.mainmenutab a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	background-color: #530759;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 5px;
	height: 30px;
}
.mainmenutab a:hover{
	background-color: #B08EC1;
	color: white;
}
.mainmenutab a.selected{ /*currently selected tab*/
	background-color: #9561A9;
	color: white;
}
#tabcontainer {
	height: 270px;
}
.tabcontent a:link, .tabcontent a:visited {
	text-decoration: none;
	color: #54065C;
	font-weight: bold;
}
.tabcontent a:active, .tabcontent a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
.tabcontent p {
	line-height: 12px;
	margin: 0px;
	padding-bottom: 5px;
}
#cosmetic {
	height: 230px;
	width: 350px;
	background-image: url(../images/cosmetic-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 120px;
	padding-top: 40px;
}
#mohs {
	height: 230px;
	width: 335px;
	background-image: url(../images/mohs-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 135px;
	padding-left: 10px;
}
#laser {
	height: 230px;
	width: 325px;
	background-image: url(../images/laser-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 140px;
}
#skin {
	height: 230px;
	width: 230px;
	background-image: url(../images/skin-care-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 40px;
	padding-left: 240px;
	padding-right: 10px;
}
@media print {
.tabcontent {
display:block !important;
}
}
