﻿#tabs_cell {
	width:546px;
}

#tabs 
{
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
}

#tabs ul {
	display:block;
	margin:0;
	padding:0;
}

#tabs li {
	list-style:none;
	text-align:center;
	display:inline;
}

#tabs a
{
    color: #33CCFF;
    text-decoration: none;
    display: block;
    padding: 3px 14px 3px 9px;
    font-size: 11px;
    display: inline;
    background-image: url('../images/products/tab_bg.gif');
    background-position: right top;
    background-repeat: no-repeat;
    height: 16px;
    margin-right: -3px;
    border-left: 1px solid #CCCCCC;
}

#tabs a:hover {
	color:#CCCCCC !important;
	background-image:url('../images/products/tab_bg_selected.gif');
}

.tabs_selected {
	color:#85761A !important;
	padding:3px;
	font-size:13px;
	background-color:#EEEEEE !important;
}

.tabcontent
{
    width: 750px;
    display: none;
    overflow: auto;
    background-color: #FFFFFF;
}

#tab_express
{
    background-position: 30px 30px;
    padding: 1px;
    min-height: 310px;
    height: auto !important;
    height: 310px;
    background-image: url('../images/VersionImages/ServiceMasterBoxExpress.jpg');
    background-repeat: no-repeat;
}
#tab_standard {
    background-position: 30px 30px;
	padding: 1px;
	min-height:310px;
	height:auto !important;
	height:310px;
	background-image: url('../images/VersionImages/ServiceMasterBoxStandard.jpg');
	background-repeat: no-repeat;
}
#tab_enterprise {
    background-position: 30px 30px;
	padding: 1px;
	min-height:310px;
	height:auto !important;
	height:310px;
	background-image: url('../images/VersionImages/ServiceMasterBoxEnterprise.jpg');
	background-repeat: no-repeat;
}