/*------------------------------------------------------------------ 
# Trams - 'Mac For Business' Style Sheet
#  
# 2009 OctoberFive Design
# Version:    1.0 
# Last change:   08/07/2010
# -------------------------------------------------------------------*/ 

/*------ Tertiary Navigation Buttons ------*/
/*--Overview Button--*/
.overview {
	background:url(../assets/macforbusiness/icons/overview_off.gif) left no-repeat;
}
.overview:hover {
	background:url(../assets/macforbusiness/icons/overview.gif) left no-repeat;
}
.overview_off {
	background:url(../assets/macforbusiness/icons/overview.gif) left no-repeat;
	color:#000;
	display:block;
	text-align:right;
	padding:15px 0 15px 50px;
}
/*--Reasons Button--*/
.reasons {
	background:url(../assets/macforbusiness/icons/reasons_off.gif) left no-repeat;
}
.reasons:hover {
	background:url(../assets/macforbusiness/icons/reasons.gif) left no-repeat;
}
.reasons_off {
	background:url(../assets/macforbusiness/icons/reasons.gif) left no-repeat;
	color:#000;
	display:block;
	text-align:right;
	padding:15px 0 15px 50px;
}
/*--Choice Button--*/
.choice {
	background:url(../assets/macforbusiness/icons/choice_off.gif) left no-repeat;
}
.choice:hover {
	background:url(../assets/macforbusiness/icons/choice.gif) left no-repeat;
}
.choice_off {
	background:url(../assets/macforbusiness/icons/choice.gif) left no-repeat;
	color:#000;
	display:block;
	text-align:right;
	padding:15px 0 15px 50px;
}
/*--Request Button--*/
.request {
	background:url(../assets/macforbusiness/icons/request_off.gif) left no-repeat;
}
.request:hover {
	background:url(../assets/macforbusiness/icons/request.gif) left no-repeat;
}
.request_off {
	background:url(../assets/macforbusiness/icons/request.gif) left no-repeat;
	color:#000;
	display:block;
	text-align:right;
	padding:15px 0 15px 50px;
}
/*------ Tabs -------*/
/*--- Jquery Dependancy ---*/
.ui-tabs .ui-tabs-hide {
	display: none;
}
/*--- Tabs Columns ---*/
#tabs_leftcol {
	float:left;
	width:400px;
	border-right:1px solid #ccc;
	margin:20px 0 0 0;
}
#tabs_rightcol {
	width:450px;
	float:right;
	margin:90px 0 0 0;
}
/*--- Tabs List ---*/
#tabs ul {
	margin:20px 0 0 0;
	width:auto;
	float:right;
}
#tabs ul li {
	display:block;
	float:right;
	width:360px;
	padding:12px 10px 12px 10px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#tabs .ui-state-hover {
}
#tabs .ui-state-active {
	background:#FFF url(../assets/macforbusiness/tab_bg.gif) left repeat-y;
	width:361px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	position:relative;
	left:1px;
}
/*--- Tabs Content ---*/
.tab {
	float:left;
	width:400px;
	height:auto;
}
/*------- Misc Styles -------*/
/*--- List ---*/
.benefits {
	list-style: none;
	margin:1.3333333em 0 0 1.3333333em;
}
.benefits li {
	padding:0 0 1.3333333em 0;
	list-style:disc;
}
.green_quote {
	width:350px;
	padding:20px;
	background:#C1D82F;
	float:left;
}
.green_quote_bot {
	margin-top:20px;
}

