﻿@charset "utf-8";
/* CSS Document */


/* root element for tabs  */
.tab_wrapper
{
	width: 590px;
	float: left;
	margin-top: 10px;
}

#main_content .tab_wrapper hr
{

	width: 550px;
	float: left;


}

#main_content .tab_wrapper .ul_circle
{
	width: 550px;

}

#main_content .tab_wrapper .ul_circle li
{
	float:left;
	width: 530px;
}

.tb_price
{
	font-size: 11px;
}

.tb_price th
{
	font-size: 10px;
	vertical-align: top;
	text-align: center;
	background-color: #585858;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;	
}

.tb_price td
{
	vertical-align: top;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}



.title_wrapper
{
	width: 580px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 1px;
	color: #FFFFFF;
}

#main_content ul.tabs
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	height: 30px;
}

/* single tab */
#main_content ul.tabs li
{
	float: left;
	text-indent: 0;
	padding: 0;
	margin: 0 !important;
	list-style-image: none !important;
	list-style-type: none;
}

/* link inside the tab. uses a background image */
#main_content ul.tabs a
{
	font-size: 13px;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #000;
	margin: 0px 1px 0px 0px;
	position: relative;
	font-weight: bold;
	width: 120px;
	text-align: center;
	cursor: pointer;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
	background-position: bottom;
	color: #676767;
	background-color: #EBEBEB;
}


/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
	cursor: default !important;
	background-position: bottom;
	color: #676767;
	background-color: #EBEBEB;
}


.panes
{
	padding: 10px;
	background-color: #EBEBEB;
	width: 569px;
	float: left;
}

.panes li
{

	float: left;
}

.panes li h3
{
	text-align: center;
}

.panes div
{
	padding: 10px 10px 50px 10px;
	background-color: #FFF;
	float: left;
}

.panes div ul
{
	padding: 0px;
	margin: 0px;

}

.panes div ul li
{
	list-style-type: none;
	display: inline;
}

.panes div ul li a
{
	padding: 1px;
	border: 5px solid #4D4D4D;
	float: left;
	margin-right: 5px;
}

.panes div ul li a:hover
{
	border: 5px solid #A7A7A7;
}

.panes div hr
{
	width: 529px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
}


/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

.larger
{
	font-size: 14px;
}

