/* main selectors */
html {
	background: #FFF url(/images/background-body.gif) repeat-x;
	font-size: 100.01%;
}
body {
	margin: 0;
	padding: 0;
	font: 86% Arial, Helvetica, sans-serif;
	color: #474747;
	min-width: 990px;
}

body.index {
	background: url(/images/background-container2.gif) no-repeat 50% 29px;
}

a {
	color: #025397;
}

a:hover {
	background-color: #025397;
	color: #fff;
	text-decoration: none;
}

a.nobg {
	background: none;
}
p {
	margin: 0;
	padding: 0 0 18px 0;
	line-height: 19px;
}

ul li {
	line-height: 19px
}

img {
	display: block;
	border: none;
}

div.ad {
	margin-bottom: 35px;
}

div.ad img {
	margin: 0 auto;
}

form {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0 0 18px 0;
	padding: 0 0 0 30px;
	border-left: 3px solid #98BEDD;
	color: #5392C6;
	font: italic 130% 'Georgia', "Times New Roman", Times, serif;
}

.graybox {
	padding: 12px;
	background: #fff url(/images/grayboxbg.jpg) repeat-x;
	border: 1px solid #e6e6e6;
}
.pollheader {
	padding-left: 5px;
	line-height:35px;
	background: #fff url(/images/pollheader.jpg) repeat-x;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	
}
.pollquestion {
	padding: 12px;
	background: #fff url(/images/boxbackground.jpg) repeat-x;
	border: 1px solid #cccccc;
}


blockquote p {
	padding-bottom: 0;
}

/* SEO headings */

.logo {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 35px;
	text-indent: -9999px;
	overflow: hidden;
	width: 230px;
	height: 54px;
	background: url(/images/logo.jpg) no-repeat;
}
.logo:hover {
	background-color: #fff;
}
.index h1 {
	left: 33px;
}

h1 {
	padding: 0;
	margin: 0 0 0.4em;
}

h2,.h-two {
	margin: 0;
	padding: 0 0 12px 0;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

h3, .h-three {
	margin: 0;
	padding: 0 0 8px 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

h3 span,.h-three span {
	color: #8A8B8B;
}

h4,.h-four {
	margin: 0;
	padding: 0 0 8px 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

/* container section */
#container {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	position: relative;
}

/* footer section */
#footer {
	padding: 10px 0 0 0;
	font-size: 80%;
	width: 100%;
	overflow: hidden;
}



#footer p.copy {
	padding: 0 12px 10px 0;
	float: right;
}

/* bottom navigation section */
#navigation-bottom {
	margin: 0;
	padding: 0 0 10px 25px;
	list-style: none;
	float: left;
}

.index #navigation-bottom {
	padding-left: 0;
}

#navigation-bottom li {
	float: left;
	border-left: 1px solid #ccc;
	padding: 0 16px 0 15px;
}



#navigation-bottom li.first {
	border-left: none;
	padding-left: 12px;
}

/* flash section */
#flash {
	margin-bottom: 3px;
}

/* header section */
#header {
	width: 100%;
	z-index: 5;
	position: relative;
}

#header div.bg {
	background: url(/images/background-header.png) no-repeat;
	width: 100%;
}


#header div.content {
	position: relative;
	width: 100%;
	height:139px;
}on

.index #header div.bg {
	background: none;
	
}
.index #container #header .bg{
background: none;
}

.index #header div.content {
	height: 121px;
}

/* main navigation section */
#navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 77px;
	left: 302px;
	font-size: 90%;
}

#navigation-main li {
	float: left;
	position: relative;
	padding: 0 2px;
	border-left: 2px solid #CFCFCF;
}

#navigation-main li a {
	display: block;
}

* html #navigation-main li a {
	float: left;
}

#navigation-main li a span {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 30px;
	background-repeat: no-repeat;
	cursor: pointer;
}

* html #navigation-main li a span {
	float: left;
}

#navigation-main li a.buy span {
	width: 102px;
	background-image: url(/images/navigation-buy.gif);
}
#navigation-main li a.sell span {
	width: 110px;
	background-image: url(/images/navigation-sell.gif);
}
#navigation-main li a.slocator span {
	width: 179px;
	background-image: url(/images/navigation-slocator.gif);
}
#navigation-main li a.lifestyle span {
	width: 126px;
	background-image: url(/images/navigation-lifestyle.gif);
}
#navigation-main li a.auctions span {
	width: 126px;
	background-image: url(/images/navigation-auctions.gif);
}
#navigation-main li a.partners span {
	width: 139px;
	background-image: url(/images/navigation-partners.gif);
}
#navigation-main li a:hover,
#navigation-main li:hover a,
#navigation-main li.hover a {
	background: url(/images/navigation-hover.gif) repeat-x;
}
#navigation-main li a:hover span,
#navigation-main li:hover a span,
#navigation-main li.hover a span {
	background-position: 0 -30px;
	cursor: pointer;
}

#navigation-main ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -2px;
	margin: 0;
	padding: 2px;
	list-style: none;
	border-left: 2px solid #CFCFCF;
	background-color: #FFF;
	line-height: 24px;
	float: left;
}

#navigation-main li:hover ul,
#navigation-main li.hover ul {
	display: block;
}

#navigation-main li ul li {
	border: none;
	padding: 0 0 1px 0;
	margin: 0 0 -1px 0;
	float: none !Important;
	line-height: 196%;
}

#navigation-main li ul li a {
	float: none !important;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	background: none !important;
	color: #000;
	white-space: nowrap;
}

#navigation-main li ul li a:hover,
#navigation-main li ul li:hover a {
	background: url(/images/navigation-hover.gif) repeat-x !important;
	color: #000;
}

/* extra navigation section */
#navigation-extra {
	position: absolute;
	top: 8px;
	right: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
}

#navigation-extra li {
	float: left;
	border-left: 1px solid #FFF;
	padding: 0 12px 0 11px;
}

#navigation-extra li.first {
	border-left: none;
	color:#fff;
}

#navigation-extra li a,
#navigation-extra li a:hover {
	color: #FFF;
	text-decoration: none;
}

/* teasers section */
#teasers {
	margin-bottom: 5px;
	background: url(/images/background-teasers.gif) repeat-y;
	font-size: 90%;
}

#teasers div.bg {
	background: url(/images/background-teasers.png) no-repeat bottom left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#teasers div.item {
	float: left;
	padding-right: 3px;
	width: 245px;
}

#teasers div.sales {
	width: 247px;
}

#teasers div.slocator {
	width: 244px;
}

#teasers div.lifestyle {
	padding-right: 0;
}

#teasers strong.head {
	display: block;
	border-bottom: 3px solid #FFF;
	height: 35px;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #292D35;
	background: url(/images/teasersbg.gif) repeat-x;
}
#teasers strong.head div{
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	margin: 9px 0px 0px 13px;
}

/*#teasers div.sales strong.head {
	background-image: url(/images/teaser-sales.gif);
}
#teasers div.reservations strong.head {
	background-image: url(/images/teaser-reservations.gif);
}
#teasers div.slocator strong.head {
	background-image: url(/images/teaser-slocator.gif);
}
#teasers div.lifestyle strong.head {
	background-image: url(/images/teaser-lifestyle.gif);
}*/
/*
#teasers div.item:hover strong.head,
#teasers div.hover strong.head {
	background-color: #013966;
	background-position: 0 -35px;
}
*/
#teasers div.body {
	border-top: 1px solid #98989A;
	border-right: 1px solid #98989A;
	border-left: 1px solid #98989A;
	padding: 10px 9px 0 10px;
	overflow: hidden;
}

/* tabset section */
#teasers ul.tabset {
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
	position: relative;
	font-weight: bold;
	font-size: 90%;
	overflow: hidden;
	width: 100%;
}

#teasers ul.tabset li {
	float: left;
}

#teasers ul.tabset li.sell {
	margin-left: -11px;
}

#teasers ul.tabset a {
	display: block;
	width: 103px;
	line-height: 28px;
	padding: 0 13px;
}

#teasers ul.tabset li.buy a {
	background: url(/images/tabset-buy.gif) no-repeat;
}

#teasers ul.tabset li.sell a {
	background: url(/images/tabset-sell.gif) no-repeat;
	padding-left: 20px;
	width: 96px;
}
#teasers ul.tabset li a:hover {
	color: #025397;
	text-decoration: underline;
}

#teasers ul.tabset li a.active {
	background-position: 0 -28px;
	position: relative;
}

/* teaser inner boxes section */
#teasers p.note {
	font-size: 90%;
	background-color: #DEDEDE;
	padding: 10px;
	margin-bottom: 10px;
	line-height: normal;
}

#teasers img {
	margin-bottom: 10px;
}

#teasers select {
	font: 11px Arial, Helvetica, sans-serif;
	color: #474747;
}

#teasers input.text {
	font: 11px Arial, Helvetica, sans-serif;
	color: #474747;
}

#teasers input.submit {
	display: block;
	margin-left: 65px;
}

#rv-buy input.submit {
	margin-left: 55px;
}

/* teasers forms section */
#rv-locator {
	padding-left: 0px;
}
#rv-locator p,
#rv-buy p {
	margin: 0;
	padding: 0 0 8px 0;
	width: 100%;
	overflow: hidden;
	font-size: 90%;
}

#rv-locator label,
#rv-buy label {
	display: block;
	width: 50px;
	padding: 3px 5px 0 0;
	float: left;
}

#rv-locator label {
	width: 100px;
}

#rv-buy span {
	padding: 0 5px;
}

#rv-locator .zip,
#rv-buy .zip {
	width: 50px;
}

/* links list section */
ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.links li {
	width: 100%;
	line-height: 24px;
}

ul.links li a {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: bold;
	padding-bottom: 2px;
}

ul.links li a:hover {
	text-decoration: underline;
	color: #025397;
	background-color: transparent;
}

ul.links li a.acenter {
	background-image: url(/images/icon-acenter.gif);
}
ul.links li a.blogs {
	background-image: url(/images/icon-blogs.gif);
}
ul.links li a.creservations {
	background-image: url(/images/icon-creservations.gif);
}
ul.links li a.partners {
	background-image: url(/images/icon-partners.gif);
}
ul.links li a.greviews {
	background-image: url(/images/icon-greviews.gif);
}
ul.links li a.magazine {
	background-image: url(/images/icon-magazine.gif);
}
ul.links li a.insurance {
	background-image: url(/images/icons/moneyicon.gif);
}
ul.links li a.protection {
	background-image: url(/images/icons/shieldicon.gif);
}
ul.links li a.racing {
	background-image: url(/images/icon-racing.gif);
}


/* content section */
#content {
	padding-top: 25px;
	background: url(/images/background-content.png) repeat-y;
	margin-top: -16px;
	width: 100%;
}
#contentwhite {
	padding-top: 25px;
	background: url(/images/background-content-white.png) repeat-y;
	margin-top: -16px;
	width: 100%;
}
#content-inner {
	width: 968px;
	padding: 0 11px 20px 11px;
	background: url(/images/background-content-inner.png) no-repeat bottom left;
	overflow: hidden;
	min-height: 300px;
}

#content-inner-white
{
	background: url(/images/background-content-inner-white.png) no-repeat bottom left;
	overflow: hidden;
	min-height: 300px;
	width: 928px;
	padding: 0 31px 20px;
}

* html #content-inner {
	height: 300px;
	overflow: visible;
}

/* left content column */ 
#content-left {
	width: 598px;
	float: left;
	padding: 0 17px 0 20px;
}

#content-right {
	width: 300px;
	float: right;
	padding: 0 16px 0 17px;
}

/* right content boxes section */
div.box {
	margin-bottom: 30px;
}

div.box strong.head {
	font-size: 18px;
	display: block;
	color: #333;
	padding: 4px 12px;
	background-color: #C3D7E8;
	border-bottom: 1px solid #75A8D1;
}
div.recentview strong.head {
	font-size: 18px;
	display: block;
	color: #333;
	padding: 4px 12px;
	background-color: #C3D7E8;
	border-bottom: 1px solid #75A8D1;
}

/* box list section */
ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

ul.list li {
	width: 100%;
}

* html ul.list li {
	float: left;
	clear: left;
}

ul.list li a {
	display: block;
	padding: 5px 10px 4px 25px;
	color: #025397;
	border-bottom: 1px solid #D1DFEA;
	background: url(/images/bullet-list.gif) no-repeat 13px 12px;
	width: 265px;
}

ul.popular li a {
	color: #757575;
}

ul.list li a:hover {
	color: #025397;
	background-color: #D1DFEA;
	background-image: url(/images/bullet-list-hover.gif);
	text-decoration: none;
}

ul.list li a span {
	color: #333;
}

/* extra links section */
ul.extra {
	margin: 0;
	padding: 0 0 4px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	font-size: 90%;
	font-weight: bold;
}

ul.extra li a {
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 2px 18px;
}

ul.extra li.subscribe {
	float: left;
}

ul.extra li.subscribe-email {
	float: right;
}

ul.extra li.subscribe a {
	background-image: url(/images/icon-subscribe.gif);
	color: #DC4D01;
}

ul.extra li.subscribe-email a {
	background-image: url(/images/icon-subscribe-email.gif);
	color: #1F68A4;
	padding-left: 22px;
}

/* quick search section */
#quick-search {
	margin: 0;
	padding: 12px;
	background-color: #C3D7E8;
	border: 1px solid #75A8D1;
	height: 1%;
	overflow: hidden;
}

#quick-search span {
	display: block;
	width: 174px;
	height: 21px;
	border: 1px solid #75A8D1;
	background: #FFF url(/images/background-quick-search.gif) no-repeat;
	float: left;
	padding: 2px 4px;
}

.safari #quick-search span {
	border: none;
	background-image: none;
	padding: 0;
}

#quick-search input.text {
	border: none;
	font-size: 16px;
	/*color: #D9D9D9;*/
	background-color: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: bold;
}

#quick-search input.submit {
	display: block;
	float: right;
	margin-top: 2px;
}

/* article box section */
div.article {
	margin-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
	width: 100%;
	overflow: hidden;
}

div.article div.text {
	border-bottom: 0px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	padding-top: 16px;
	width: 100%;
	overflow: hidden;
}

div.article p.info {
	color: #777777;
	font-weight: bold;
	padding-bottom: 14px;
}

div.article ul.actions {
	margin: 0;
	padding: 8px 0;
	list-style: none;
	float: left;
	font-weight: bold;
	font-size: 86%;
}

div.article ul.actions li {
	float: left;
	padding-right: 10px;
}

div.article ul.actions li a {
	padding: 3px 0;
}

div.article ul.actions li a.comments {
	padding-left: 22px;
	background: url(/images/icon-comments.gif) no-repeat left;
}
div.article ul.actions li a.readmore {
	padding-left: 22px;
	background: url(/images/icons/page_white_go.png) no-repeat left;
}
div.article img.icon {
	margin-bottom: 4px;
}

div.article img.icon-left {
	float: left;
	padding-right: 20px;
}

div.article img.icon-right {
	float: right;
	padding-left: 20px;
}

/* article roll section */
ul.article-roll {
	margin: -15px 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
	font-size: 86%;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}

ul.article-roll li.prev {
	float: left;
	padding-left: 10px;
}

ul.article-roll li.next {
	float: right;
	padding-right: 10px;
}

/* search results section */
ul.results-roll {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	color: #8A8B8B;
}
ul.results-roll li {
	display: inline;
}

ul.results-roll li a
{
	border:solid 1px #025397;
	padding:0.3em 0.5em 0.2em 0.4em;
	text-decoration:none;
}

ul.results-roll li.active {
	color: #fff;
	background-color:#025397;
	border:solid 1px #025397;
	padding:0.3em 0.5em 0.2em 0.4em;
	
}

ul.results-roll li.prev {
	padding-right: 10px;
}
ul.results-roll li.next {
	padding-left: 6px;
}
ul.results-roll li.noborder
{
	border:none;
}
/* search results list */
ul.search-list {
	margin: 0;
	padding: 0 0 25px 0;
	list-style: none;
}

ul.search-list li {
	background-color: #EBECED;
	overflow: hidden;
	padding: 15px;
	height: 1%;
	border-bottom:solid 1px #D1DFEA;
}

ul.search-list li.lite {
	background-color: #FFF;
}


ul.search-list div.icon {
	float: left;
	padding-right: 15px;
}

ul.search-list div.icon img {
	border: 1px solid #D3D3D3;
	padding: 2px;
	background-color: #FFF;
}

ul.search-list div.description {
	display: table;
	height: 1%;
}

ul.search-list div.description h4,ul.search-list div.description .h-four {
	padding-bottom: 4px;
}

ul.search-list div.description h4 a:hover,ul.search-list div.description .h-four a:hover {
	text-decoration: none;
}

ul.search-list div.description dl {
	margin: 0;
	padding: 0;
}

ul.search-list div.description .price {
	font-size: 116%;
	padding-bottom: 6px;
}

ul.search-list div.description dl dt {
	margin: 0;
	padding: 0 5px 0 0;
	font-weight: bold;
	color: #333333;
	display: block;
	float: left;
	clear: left;
}

ul.search-list div.description dl dd {
	margin: 0;
	padding: 0;
	color: #686969;
	display: table;
}

ul.search-list div.description dl dd.price {
	color: #019715;
	font-weight: bold;
}

/* search results tabset section */
ul.sresults {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

ul.sresults li {
	float: left;
	padding-right: 1px;
}

ul.sresults li a {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	background: #E1E1E2 url(/images/sresults-left.gif) no-repeat;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	line-height: 39px;
	font-weight: bold;
}

ul.sresults li a span {
	display: block;
	background: url(/images/sresults-right.gif) no-repeat top right;
	cursor: pointer;
	padding: 0 20px 0 10px;
}

ul.sresults li a:hover,
ul.sresults li a.active {
	background-position: 0 -39px;
	background-color: #F2F3F3;
	color: #2069A4;
	text-decoration: none;
}
ul.sresults li a:hover span,
ul.sresults li a.active span {
	background-position: 100% -39px;
	background-color: #F2F3F3;
}

/* search options box section */
#search-options p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#search-options select {
	margin: 0;
}

#search-options input.text {
	border: 1px solid #7F9DB9;
	margin: 0;
}

#search-options input.zip {
	width: 98px;
}

#search-options input.stock {
	width: 98px;
}

#search-options .required {
	background-color: #FFFFA0;
}

#search-options label {
	display: block;
	font-weight: bold;
	float: left;
	width: 70px;
	padding-right: 5px;
}

#search-options span {
	padding: 0 2px;
}

#search-options span.inline {
	float: left;
}

#search-options span.inline label {
	display: block;
	float: none;
	width: auto !important;
}

/* friendsearch options box section */
#friendsearch-options {
	width: 100%;
	overflow: hidden;
	padding: 10px 10px 0px 20px;
}
#friendsearch-options p {
	width: 50%;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	float:left;
}

#friendsearch-options select {
	margin: 0;
}

#friendsearch-options input.text {
	border: 1px solid #7F9DB9;
	margin: 0;
}

#friendsearch-options input.zip {
	width: 98px;
}

#friendsearch-options input.stock {
	width: 98px;
}

#friendsearch-options .required {
	background-color: #FFFFA0;
}

#friendsearch-options label {
	display: block;
	font-weight: bold;
	float: left;
	width: 80px;
	padding-right: 5px;
}

#friendsearch-options span {
	padding: 0 2px;
}

#friendsearch-options span.inline {
	float: left;
}

#friendsearch-options span.inline label {
	display: block;
	float: none;
	width: auto !important;
}
.selMake
{
	width:174px;
}
img.noblock
{
	display:inline;
}
/* vehicle detail section start */

#content-left #vehoptions ul
{
	text-align:left;
	margin-left:0px;
	padding:0px;
}
#content-left #vehoptions li
{
	display:inline;
}
#content-left img.vamiddle
{
	padding-bottom:3px;
	padding-right:3px;
}
#content-right .heading
{
	font-size:130%;
	font-weight:bolder;
	padding-bottom:2px;
}
#content-left .heading
{
	font-size:130%;
	font-weight:bolder;
	padding-bottom:15px;
}
#content-left h1.heading{
	font-size:113%;
}
#content-left .slideshow
{
	padding-bottom:20px;
}

#content-right .admin
{
	text-align:center;
}
#content-right input.button
{
	width:75px;
}
#content-left hr
{
	width:615px;
	text-align:left;
}
#content-right .details
{
	padding:10px;
	background:url(/images/details-bg.jpg) repeat-x #FAFAFA;
	border:solid 1px #D4D4D4;
	margin-bottom:15px;
	
}
#content-right .details h2,#content-right .details .h-two{
	color:#00529B;
	font-size:18px;
}
#content-right #details
{
	padding-top:0px;
	
}
#content-right #details .bgtop
{
	background:url(/images/details/bg-top.gif) no-repeat;
	width:303px;
	height:16px;
}
#content-right #details .bgmiddle
{
	background:url(/images/details/bg-middle.gif) repeat-y;
	width:303px;
	padding-left:20px;
}
#content-right #details .bgmiddle td
{
	padding-top:2px;
}
#content-right #details .bgbottom
{
	background:url(/images/details/bg-bottom.gif) no-repeat;
	width:303px;
	height:16px;
}
/* vehicle detail section end */

.partners .large
{
	float:left;
	margin:8px;
}
.partners .small
{
	float:left;
	margin:6px;
}
.clear
{
clear:both;
}
.perpage .active
{
	color:#025397;
	font-weight:bold;
}
.perpage a
{
	text-decoration:underline;
}

#sort-box
{
	width:100%;
	border-top:solid 1px #E0E0E0;
	border-bottom:solid 1px #E0E0E0;
	margin:0 0 10px 0;
	padding:5px 0;
}
#sort-box ul
{
	list-style-image:none;
	line-height:0px;
	padding:0 10px 0 0;
	display:inline;
}

#sort-box ul li 
{
	display:inline;
	line-height:0px;
	border-right:solid 1px #000;
	padding:0 10px 0 10px;
}
#sort-box ul li img
{
	display:inline;
}

#sort-box ul li .active
{
	color:#025397;
	font-weight:bold;
}

#requestquote
{
	display:none;
}

.button
{
	padding:5px;
	background-color:#2E394D;
	color:#fff;
}
.pollquestionbutton
{
	padding:0px;
	background: #fff url(/images/buttons/vote.jpg) repeat-x;
	width:89px;
	height:29px;
}
.pages a
{
text-decoration:underline;
font-size:100%;
font-weight:bold;
}
.pages .previous
{
	float:left;
}
.pages .next
{
	float:right;
}
.elemwid
{
	width:145px;
}
.yearwid
{
	width:60px;
}
.errorlabel
{
	color:#CC0000;
}

#listing {
	font-weight:bold;
}

#listing .listingtb {
	border:#7E9DB9 solid 1px;
	width:185px;
}

.field-desc {
	margin: 0;
	color: #666;
	font-style: italic;
	clear: both;
	padding: 0;
}
.field-desc li {
	margin: 0px 0px 1px 2px;	
	list-style-type: none;	
}
.charcounter {
	font-weight: bold;
}

div.largebox strong.head {
	background-color: #005699;
	border-bottom:none;
	color: #fff;
	display:block;
	font-size:18px;
	padding:4px 12px;
	
}
div.largebox {
	background-color: #fff;
	padding:0 0 17px 0;
}
div.largebox .content{
	border:solid 1px #C7C7C7;
	padding:10px;
}



/* forgot password form elements */
#forgot-password {
	width: 100%;
	overflow: hidden;
	padding-left: 20px;
	color: #000;
}
#forgot-password label {
	color: #333333;
	display: block;
	font-weight: bold;
	float: left;
	width: 105px;
	padding: 2px 5px 0px 0px;
}
#fpsubmit {
	display: block;
	font-weight: bold;
	float: left;
	padding: 10px 0px 0px 110px;
}
#forgot-password input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
/* end forgot password form elements */

/* invite friends form elements */
#invite {
	width: 598px;
	overflow: hidden;
	padding-left: 0px;
	color: #000;
}
#invite label {
	color: #333333;
	display: block;
	font-weight: bold;
	float: left;
	width: 68px;
	margin: 0px 10px 0px 0px;
	text-align: left;
}
#invite-submit {
	display: block;
	font-weight: bold;
	float: left;
	padding: 10px 0px 0px 96px;
}
#invite input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#invite textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
/* end invite friends form elements */

/* email friend form */
#emailfriend textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#emailfriend label {
	color: #333333;
	display: block;
	font-weight: bold;
	float: left;
	width: 140px;
	margin: 0px 10px 0px 0px;
	text-align: left;
}
#emailfriend-submit {
	display: block;
	font-weight: bold;
	float: left;
	padding: 10px 0px 0px 150px;
}

/* profile form elements */
#profile {
	width: 100%;
	overflow: hidden;
	padding-left: 20px;
	color: #000;
}
#profile label {
	color: #333333;
	display: block;
	font-weight: bold;
	float: left;
	width: 90px;
	margin: 0px 2px 0px 0px;
	text-align: left;
}
#profile-submit {
	display: block;
	font-weight: bold;
	float: left;
	padding: 0px 0px 0px 100px;
}
#profile-input {
	margin: 0px 0px 0px 0px;
}
#profile input {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#profile textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
/* end profile form elements */

/* Orange Bordered Boxes */
div.tipbox{
	margin:0px 0px 15px 0px;
	border:solid 2px #F47820;
	background-color:#FFFFCC;
	clear:both;	
	padding:10px;
}

div.tipbox .title{
	border-bottom:solid 1px #C7C7C7;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:5px;
}
div.tipbox .alerts{
	list-style:none;
	display:table-row-group;
}
div.tipbox .alerts li{
	padding:0 0 5px 20px;
	background: transparent url(/images/icons/tipboxitem.gif) no-repeat;
}

/* End Orange Bordered Boxes */

.header{
			color:#005298;
			padding:0px;
		}
#hr{
	width:600px;
	height:3px;
	background-color:#A5A6A8;
	margin-bottom:10px;
}
.errorbox{
	border:solid 1px #DD3C0E;
	background-color:#FFECE8;
	padding:10px;
	margin:10px 0;
}
.errorbox h3{
	font-size:16px;
	padding:0;
}
.yellowbox{
	border:solid 1px #F47820;
	background-color:#FFFFCC;
	clear:both;	
	padding:10px;
	display:table;
	margin:10px;
}
.note{
	font-size:11px;
}
.note p{
	padding:0;
}
.delete-fav{
float: right;
}
.greyborder{
	border:solid 1px #D7D7D7;
}
div.serviceboxleft strong.head {
	background-color: #005699;
	border-bottom:none;
	color: #fff;
	display:block;
	font-size:18px;
	padding:4px 12px;
	width: 264px;
	float: left;
	
}
div.serviceboxleft {
	background-color: #fff;
	padding:0 0 17px 0;
	width: 288px;
	float: left;
}
div.serviceboxleft .content{
	border:solid 1px #C7C7C7;
	padding:10px;
	height: 215px;
}
div.serviceboxright strong.head {
	background-color: #005699;
	border-bottom:none;
	color: #fff;
	display:block;
	font-size:18px;
	padding:4px 12px;
	width: 264px;
	float: right;
	
}
div.serviceboxright {
	background-color: #fff;
	padding:0 0 17px 0;
	width: 288px;
	float: right;
}
div.serviceboxright .content{
	border:solid 1px #C7C7C7;
	padding:10px;
	height: 215px;
}
#servicecontent {
width: 598px;
}
