﻿/*** General & OverRides:: Begin ***/
body
{
	background-color: #e1dfd2;
	font: normal 12px Arial;
	color: #000;
	padding: 0;
	margin: 0;
}

p.FirstParagraph
{
	margin-top: 0;
}

h1
{
	color: #1b5790;
	font-size: 18px;
	margin: 0;
}

h2
{
	color: #3b5e0c;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.HardClear
{
	border: 0 none;
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.AlignRight
{
	float: right;
	margin-left: 10px;
}

.AlignLeft
{
	float: left;
	margin-right: 10px;
}
/*** General & OverRides:: End ***/


/*** Page :: Begin ***/
.Page
{
	width: 950px;
	padding: 0 6px;
	margin: 0 auto;
	background: #e1dfd2 url('../images/bg_repeat.gif') repeat-y top center;
}
.PageFooter
{
	width: 962px;
	height: 6px;
	line-height: 0;
	font-size: 0;
	margin: 0 auto;
	background: url('../images/footer_bg_shadow.gif') bottom center no-repeat;
}
/*** Page :: End ***/


/*** Header :: Begin ***/
.Header
{
	width: 91.6%;
	margin: 0 auto;
	padding: 10px 0;
}
/*** Header :: End ***/


/*** Navigation :: Begin ***/
.Navigation
{
	width: 91.6%;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #90b557;
}

.Navigation a
{
	padding: 5px;
	margin: 5px 0 5px 5px;
	background-color: #e5ecf3;
	color: #3b5e0c;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.Navigation a:link
{
	background-color: #e1dfd2;
}
.Navigation a:visited
{
	background-color: #e1dfd2;
}
.Navigation a:hover
{
	background-color: #e1dfd2;
	text-decoration: underline;
}
.Navigation a:active
{
	background-color: #e1dfd2;
}
/*** Navigation :: End ***/


/*** Page Content :: Begin ***/
.Content
{
	width: 91.6%;
	margin: 0 auto;
}

.CTAButton
{
	background-color: #1b5790;
	border: 1px solid #90b557;
	font-size: 26px;
	font-weight: bold;
	color: #e5ecf3;
	text-decoration: none;
	padding: 7px 40px;
	display: inline-block;
}
/*** Page Content :: End ***/


/*** Footer :: Begin ***/
.Footer
{
	width: 100%;
	text-align: center;
	background-color: #90b557;
	color: #FFF;
	font-weight: bold;
	padding: 16px 0;
}

.Footer a
{
	color: #FFF;
	font-weight: bold;
}
.Footer a:link
{
	text-decoration: underline;
}
.Footer a:visited
{
	text-decoration: underline;
}
.Footer a:hover
{
	text-decoration: none;
}
.Footer a:active
{
	text-decoration: underline;
}
/*** Footer :: End ***/


/*** Content :: Begin ***/
.Column
{
	width: 100px;
	font-weight: bold;
	display: inline-block;
}

.StepsContainer
{
	background-color: #e5ecf3;
	border: 1px solid #90b557;
	padding: 4px;
	width: 302px;
	height: 280px;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.StepsContainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.StepsContainer ul li
{
	height: 260px;
}

.StepsContainer .One, .StepsContainer .Two, .StepsContainer .Three, .StepsContainer .Four
{
	background-color: #3b5e0c;
	display: inline-block;
	width: 20px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.ContentContainer
{
	width: 550px;
	float: right;
	margin-bottom: 10px;
}

.InfoContainer
{
	background: #E5ECF3 url('../images/stranded-motorist.jpg') no-repeat;
	border: 1px solid #90b557;
	color: #1b5790;
	width: 862px;
	height: 166px;
	padding: 0 4px 4px 4px;
	margin-bottom: 10px;
	font-weight: bold;
}

.InfoContainer ul
{
	width: 44%;
	margin: 0;
}

.InfoContainer .CTAButton
{
	margin: 5px 0 0 28px;
}

.FacebookBadge, .WordpressBadge, .RatingBadge
{
	background-color: #E5ECF3;
	border: 1px solid #90b557;
	color: #1b5790;
	float: left;
	width: 273px;
	height: 128px;
	padding: 4px;
	margin-bottom: 10px;
}

.FacebookBadge img
{
	margin: 28px 32px 0 32px;
}

.WordpressBadge
{
	margin: 0 10px;
	-margin: 0 9px;
}

.WordpressBadge img
{
	margin: 30px 32px 0 32px;
}

.RatingBadge img
{
	margin: 5px 30px 0 30px;
}

.DealerForm
{
	display: none;
}
/*** Content :: End ***/


/*** Bidding Tabs :: Begin ***/
.CustomTabs {}

.ajax__tab_container
{
	width: 100%;
}

.ajax__tab_header
{
	margin-bottom: -4px;
}

.ajax__tab_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{
	background-color: #90B557;
	border-bottom: 1px solid #90B557;
	padding: 5px;
	margin-right: 10px;
}

.ajax__tab_header .ajax__tab_active .ajax__tab_inner .ajax__tab_tab
{
	background-color: #E1DFD2;
	border-top: 1px solid #90B557;
	border-left: 1px solid #90B557;
	border-right: 1px solid #90B557;
	border-bottom: 1px solid #E1DFD2;
	font-weight: bold;
}

.ajax__tab_body
{
	background-color: #E1DFD2;
	border: 1px solid #90B557;
	margin-bottom: 10px;
	height: 400px;
}

.ajax__tab_panel
{
	padding: 10px;
}

.ajax__tab_panel span
{
	font-weight: bold;
}

.ajax__tab_panel p
{
	margin-left: 20px;
}
/*** Bidding Tabs :: End ***/
