﻿/* 

STYLE SHEET FOR SED BUY&SELL WEB SITE
Created by Vivid Associates
www.vividassociates.com */

/* --------- Generic  --------- */
body
{
	line-height:1.2;
	color:black;
	background:white
}
	
h2, h3, h4, h5, h6, blockquote, address
{
	margin: 0;
	padding: 0;
}
.arrowcolour
{
	color: #f04f24;
}
a img
{
	border: 0;
}
/* clearfloat replaced by clearleftfloat on some pages otherwise adverts break the page */
.clearfloat
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearleftfloat
{
	clear: left;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.noBottomMargin
{
	margin-bottom: 0;
}
.arrows
{
	color: #0d559f;
	font-size: 1.2em;
}
.brandColour1
{
	color: #0d559f;
}
div.skipNav a
{
	position: absolute;
	margin-left: -9000px;
}
div.skipNav a:focus, div.skipNav a:active
{
	margin-left: 50px;
	width: 11em;
	display: block;
	color: #FFF;
}

img.floatRight
{
	float: right;
	margin: 0 0 10px 10px;
	border: solid 1px #666;
}

/* ----- Added / modified by RBI ------------ */
/* set width to match ww.sed.com site */
#wrapper,#content,#topBannerAds,.site-menu
{
	width: 984px;
}
/* Box styles vary between sites */
#adsBottom
{
	background-image: url(../Images/ads_box_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}
#logoContainer
{
	margin:25px 0 0 25px;
}

#mainLogo {
	width:45%;
	float: left;
	display: inline;
}

#mainLogo img
{
	padding-left: 0;
}

#poweredBy {
	width:45%;
	height:99px;
	float: right;
	display: inline;
}
#poweredBy img
{
	float: right;
}

#breadcrumbContainer
{
	border-bottom:1px dotted #ccc;
	margin-bottom: 10px;
	font-size:60%;
	text-transform:uppercase;
}
#breadcrumb
{
	padding:5px 0 6px 0;
}

#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited,#breadcrumb span
{
	color: #474747;
	text-decoration: none;
	background: url(../Images/arrow_crumb.gif) no-repeat top left;
	padding:0 2px 0 14px;
}
#breadcrumb > a:first-child
{
	background:none;
	padding-left:0;
}
#breadcrumb a:hover, #breadcrumb a:active
{
	text-decoration: underline;
}
#breadcrumb span {
	color: #000;
}
#register {
	background: url(../Images/login_button.png) no-repeat 0 0;
}
#wrapper #register a {
	color: #fff;
	text-decoration:underline;
}
#wrapper #register a:hover 
{
	color:#0b5b9f;
}
/* Navigation*/
#nav_bg {
	background: #ecc02d;
	color: #000;
	width: 100%;
	clear: both;
	height: 70px;
}

.site-menu {float:left;}

.navigation
{
	background:#2E4386;
	clear:both;
	display:block;
	overflow:hidden;
	margin:0px; 
	padding: 0px;
}
.navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navigation li
{
	border-right: solid 1px #FFF;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	font-size: 12px;
	line-height:2.5;
	font-weight: 700;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	float: left;
}
.navigation li a, .navigation li a:link, .navigation li a:visited
{
	display: block;
	color: #fff;
	padding: 4px 7px;
	text-decoration: none;
	text-align: center;
}
.navigation li.OnPage a
{
	background:#ecc02d;
	color:#333;
}
.navigation li a:hover, .navigation li a:active
{
	background:#3b55ab;
	color: #fff;
}

.subNav ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	background:#ecc02d;
	color:#000;
	clear: both;
}
.subNav li
{
	margin: 0;
	padding: 3px 0 0;
	font-size: 11px;
	line-height: 1.25em;
	float: left;
	border-right:none;
}
.subNav li a, .subNav li a:link, .subNav ul li a:link, .subNav ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	text-align: center;
	background:#ecc02d;
	color:#000;
	font-weight:400;
}
.subNav ul li a:hover, .subNav ul li a:active
{
	overflow: hidden;
	text-decoration: underline;
	background:#ecc02d;
	color:#000;
	font-weight:400;
	
}
/* shift advertiser tab to the right */
.navigation li.menuRightAlign
{
	font-weight:700;
	float:right;
	border-right: 1px solid #2e4386;
}
.navigation .subNav li.menuRightAlign
{
	font-weight:normal;
	border-right:none;
}
/* IE6 Filter for SED 365 (CJ) site only  */
* html .navigation
{
	display:inline-block;
	width:1000px;
}

/* contentBkg  */

#contentBkg
{
	width: 858px;
}
#contentBkg p
{
	font-size: 75%;
}

#contentFooter, #header
{
	border:none;
}
#header
{
	background:transparent url(../Images/header.jpg) no-repeat  0 0;
}
#plainCornersTop
{
	background-image: url(../Images/white_box_top.gif);
}
#shadedCornersTop
{
	background-image: url(../Images/greenCornersTop.gif);
}

.imageViewPanel
{
	padding: 5px;
	display: inline-block;
	font-size: 70%;
	width: 80px;
	float: left;
}
/* wide page styles and 3 column page styles */
#buyBoxContent, #buyBoxContentWide, #locationsBoxContent, #savedSearches, #maintainPassword, #AZbrowseAgents
{
	background-color: #FFF;
	color: #4b4b4b;
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	padding: 0 20px 5px;
}

#buyBoxContentWide
{
	margin: 0 14px;
}

.wideContentBox#buyBoxContentWide, #savedSearches, #maintainPassword
{
	padding: 0 0 5px;
}
#buyBoxContentWide.noPadding
{
	padding:0;
}
#buyBoxContent h2, #maintainPassword h2, #mainContent h2, .LoginTitle h2, #maintainPassword h2
{
	font-size: 1.1em;
	color: #4b4b4b;
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.5;
}

#mainContent h2
{
	margin: 0 18px 10px;
	color: #0d559f;
	font-size: 1em;
}
#mainContent #buyBoxContent h2
{
  	margin:0 4px 10px;
  	font-size:0.95em;
}

.pageHeader h2
{
	color: #4B4B4B;
	background: #FFF;
}
.subHeader
{
	background: #E2F1CF;
	color: #4B4B4B;
	border-top: solid 1px #0d559f;
	border-bottom: solid 1px #0d559f;
	padding: 4px 15px 0;
}
.first
{
	border-top: none;
}
.notLoggedIn
{
	border:none;
	padding: 4px 15px 6px;
}
.Validation p.alignRight input
{
	margin-left: 604px;
}
.subHeader p
{
	margin-left: 30px;
}
#mainContent #locationsBoxContent h3
{
	margin: 0 0 8px;
	line-height: 1.5;
	font-size: 0.8em;
	font-weight: 700;
	color: #0d559f;
}
#mainContent #locationsBoxContent div
{
	padding: 0 0 10px;
}
#mainContent a.LocationSelect
{
	color: Gray;
	font-weight: 700;
	display: block;
}

/* Login change password etc. */
#maintainPassword .NarrowInputRow input
{
	width: 280px;
}
#maintainPassword .controlBox ul
{
	background-color: Red;
	font-size: 140%;
}

#maintainPassword textarea
{
	margin: 4px 0 4px 55px;
}

#buyBoxContent .ckbox
{
	background-color: Red;
}

#buyBoxContent input.splitTextBox, #buyBoxContentWide input.splitTextBox,#buyBoxContent .ckbox,#searchResultsContent .searchResultsItemContainer .searchResultsListItemContent div.sellerLogo
{
	width: 120px;
}
#buyBoxContentWide .shorterInputBox input, #buyBoxContentWide .SiteCreditCreditBoxes input
{
	width: 54px;
}
#buyBoxContentWide .shortInputBox input
{
	width: 182px;
}
#buyBoxContentWide .shortPlusInputBox input
{
	width: 244px;
}
#buyBoxContent select.dropDownBox, #buyBoxContent div.uploadPanel input, #buyBoxContentWide select.dropDownBox, .wideContentBox .mediumInputBox input
{
	width: 326px;
}

#buyBoxContent div.inputBox input, #buyBoxContentWide div.inputBox input
{
	width: 360px;
}
.homeDescription
{
	height:0;
}
.homeDescription p
{
	position:relative;
	left:0;
	top:760px;
	width:510px;
	display:inline;
}

#buySearchBox
{
	color: #0d559f;
	background-image: url(../Images/buy_search_box_bkg.jpg);
	background-repeat: no-repeat;
	padding: 20px 0 0 15px;
	background-position: left top;
	height: 88px;
	font-size: 1em;
	font-weight: 700;
}
#whatWhereBox
{
	width: 346px;
	float: left;
	font-size: 85%;
	font-weight:900;
	margin:1.8em 0 0 0.3em;
}
#mainContent #what, #mainContent #where
{
	width: 80px;
	font-size: 0.85em;
	padding: 0.1em;
}
#buySearchBox  #buySubmitButton
{
	margin-top: 1.55em; 
} 
#buySearchBox input
{
	width: 98px;
	font-size: 0.7em;
	padding: 0 0.2em;
	margin: 0 0.3em;
}
#buySearchBox #whatWhereBox input
{
	width:106px;
	height:1.52em
}
#buySearchBox form
{
	margin: 0;
	padding: 0;
}
#ads
{
	margin: 10px 0 0;
}
#adsTop
{
	background-image: url(../Images/ads_box_top.gif);
	background-repeat: no-repeat;
	height: 14px;
	line-height: 0;
	font-size: 0;
}
#adsContent
{
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	padding: 0;
	background-image: url(../Images/ads_content_bkg.jpg);
	background-repeat: repeat-y;
	background-position: 0;
	background-color: #FFF;
	min-height:299px;
}
#featuredAds
{
	width: 296px;
	float: left;
	padding: 0 0 0 10px;
}
#adsContent h2
{
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 0;
	color: #0d559f;
}
#recentAds
{
	width: 210px;
	float: left;
	padding: 0 0 0 10px;
}
#featuredAds .adItem, #recentAds .adItem
{
	float: left;
	width: 85px;
	height: 120px;
	margin: 0;
	padding: 0 10px 10px 0;
}
#featuredAds .adItem p
{
	font-size: 70%;
	margin: 5px 0 0;
}
#recentAds .adItem p
{
	font-size: 70%;
	margin: 5px 0 0;
}

.adItem p em
{
	font-size: 80%;
}

#keywords
{
	margin: 10px 0 0;
}
#keywordsTop
{
	background-image: url(../Images/keywords_top.gif);
	background-repeat: no-repeat;
	height: 49px;
}
#keywordsContent
{
	background-color: #f6f6f6;
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	font-size: 0.8em;
	color: #666;
	padding: 0 20px;
	min-height:67px;
}

#AZContent, #logoCarouselContent
{
	background-color: #f6f6f6;
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	font-size: 0.8em;
	color: #666;
	padding: 0 20px;
}
#AZContentNoBorder
{
	font-size: 0.8em;
	color: #666;
	padding: 0 20px;
	margin-bottom: 10px;
}
#AZTop, #logoCarouselTop
{
	background-image: url(../Images/A-Z_top.gif);
	background-repeat: no-repeat;
	height: 49px;
}
#AZBottom, #logoCarouselBottom
{
	background-image: url(../Images/keywords_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
	position:relative;
	margin-bottom: 100px;
}
ul.AZMenu {padding:0;list-style-type:none;margin:5px 0 0 0; font-size:11px;}
ul.AZMenu li {padding:0;list-style-type:none;display:inline;}
ul.AZMenu li span {padding:0;border-right:1px solid #676863;}
ul.AZMenu li a { padding: 0px 5px 0px 4px;}
ul.AZMenu li.Last span {border-right:none}
ul.AZMenu li span.live {padding: 0px 5px 0px 4px;border-right:1px solid #676863; color:#f00}
ul.AZMenu li.Last span.live {border-right:none}
#logoCarouselBottom
{
	margin-bottom: 10px;
}
#keywordsBottom
{
	background-image: url(../Images/keywords_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#searchFeaturedAdsTop
{
	background-image: url(../Images/featured_ads_header.gif);
	background-repeat: no-repeat;
	height: 21px;
	font-size: .8em;
	font-weight: 700;
	color: #0d559f;
	padding: 3px 0 0 10px;
}
#searchFeaturedAdsContent
{
	background-color: #FFF;
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	padding: 10px 20px 0;
}
#searchFeaturedAdsBottom
{
	background-image: url(../Images/white_box_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
	line-height: 0;
	font-size: 0;
}
#searchFeaturedAds .searchFeaturedAdDetails
{
	width: 126px;
	background-image: url(../Images/search_featured_ad_bkg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 10px 0 25px;
	float: left;
}
#searchFeaturedAds .searchFeaturedAdDetails img
{
	border: solid 1px #666;
	margin: 0;
}
#searchFeaturedAds .searchFeaturedAdDetails p
{
	font-size: .7em;
	margin: 4px 0 0;
}
.searchLinkBtns
{
	margin: 10px 0;
}
.searchLinkBtns img
{
	padding: 0 20px 0 0;
}
#searchResults p
{
	font-size: 0.7em;
}
#searchResults a, #searchResults a:link, #searchResults a:visited
{
	color: #666;
	text-decoration: none;
}
#searchResults a:hover, #searchResults a:active
{
	color: #CCC;
	text-decoration: underline;
}
#searchResults #searchResultsContent .paginationTop .landed, #searchResults #searchResultsContent .paginationBottom .landed, .removeLinkStyle, #contentBkg a.removeLinkStyle
{
	color: #0d559f;
}
.removeLinkStyle
{
	font-size: 85%;
}
#contentBkg a.removeLinkStyle
{
	font-size: 60%;
	margin-left: 15px;
}

#searchResultsTop
{
	background-image: url(../Images/search_results_header.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding: 5px 0 0 25px;
	font-size: 0.7em;
	color: #FFF;
}
#searchResultsTop #pageNumber
{
	float: left;
	width: 80px;
	padding-top: 5px;
}
#searchResultsTop #viewAs
{
	float: left;
	width: 250px;
	padding-top: 5px;
}

#searchResultsTop #sortBy #resultsSortBy
{
	width: 90px;
}
#searchResultsTop form
{
	padding: 0;
	margin: 0;
}

#searchResultsSoldBy
{
    display: inline-block;
    margin: 2px 0 4px;
    padding: 2px 13px;
    float:right;
    font-size:0.7em;
    
}

#searchResultsContent
{
	background-color: #FFF;
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	padding: 10px 20px 0;
	color: #4b4b4b;
}

#searchResultsContent .searchResultsItemContainer
{
	border-bottom: dotted 1px #0d559f;
	padding: 0 0 15px;
	margin: 0;
	min-height: 90px;
}
/* WD 30/06/2009 margin changed from 0 0 0 10px to fix IE7 bug on edit advert  */
#searchResultsContent .searchResultsItemContainer .searchResultAdminButtons, #moreDetailsContainer #soldBy .searchResultAdminButtons
{
	width: 110px;
	margin: 0;
	padding: 0;
	float: right;
	padding-top:4px;
}
#searchResultsContent .searchResultsItemContainer .searchResultAdminButtons img
{
	margin: 3px 0 0 5px;
}

#moreDetailsContainer #soldBy .searchResultAdminButtons
{
	float: right;
}

#moreDetailsContainer #soldBy input.NormalButton, #searchResultsContent .searchResultsItemContainer input.NormalButton
{
	min-width: 83px;
	width: 110px;
	margin: 0 0 2px;
}

#searchResultsContent .searchResultsItemContainer .searchResultAdminButtons span, #moreDetailsContainer #soldBy .searchResultAdminButtons span
{
	background-color: #f5a916;
	border: solid 1px #000;
	color: #fff;
	display: inline-block;
	font-size: 66%;
	font-weight: 700;
	margin: 2px 0 4px;
	min-width: 100px;
	width: 100px;
	padding: 2px 4px;
}
/* set a width for IE6  */
#moreDetailsContainer
{
	width: 487px;
}
#searchResultsContent .searchResultsItemPic
{
	float: left;
	width: 100px;
}
#searchResultsContent .searchResultsItemPic img
{
	border: solid 1px #666;
}
#searchResultsContent .searchResultsItemDesc
{
	display: block;
	width: auto;
	font-size: .7em;
}
#searchResultsContent .searchResultsItemSponsor
{
	float: left;
	width: 128px;
}
/* code moved to fix IE6 bug */
#plainCornersBottom
{
	background-image: url(../Images/white_box_bottom.gif);
}
#plainCornersTop, #plainCornersBottom, #shadedCornersTop
{
	background-repeat: no-repeat;
	height: 14px;
	line-height: 0;
	font-size: 0;
}
#mainContent #searchResultsTop a, #mainContent #searchResultsTop a:link, #mainContent #searchResultsTop a:visited
{
	color: #FFF;
	text-decoration: none;
}
#mainContent #searchResultsTop a:hover, #mainContent #searchResultsTop a:active
{
	color: #ffdd00;
	text-decoration: underline;
}
#mainContent #searchResultsTop #viewAs .landed
{
	color: #f5a916;
}
#searchResultsContent div.paginationTop
{
	margin: .8em 0 10px;
	padding: 0 0 1.4em;
	background-image: url(../Images/pagination_top_bkg.gif);
	background-repeat: repeat-x;
	display: block;
	background-position: bottom;
	clear:both;
}
.paginationTop label
{
	font-size:90%;
	font-weight:700;
}
.selectAllChkBox
{
	text-align:left; 
	margin:-1.2em 0 0 2em;
}
#searchResultsContent .selectAllChkBox p
{
	margin: 0;
}
#searchResultsContent p.paginationBottom
{
	margin: 20px 0 0;
	padding: 10px 0 0;
	background-image: url(../Images/pagination_top_bkg.gif);
	background-repeat: repeat-x;
	display: block;
	background-position: top;
}
/* end of search results styles */
/* rbi added main content, more products and buy box content styles */
#mainContent h3
{
	margin: 10px 0;
	font-size: 0.8em;
	font-weight: 700;
	color: #0d559f;
}
#moreProductsContainer .moreProductsItem
{
	width: 150px;
	float: left;
	padding-right: 10px;
	margin: 0;
	font-size: .7em;
}
#moreProductsContainer .moreProductsItem img
{
	width: 83px;
	float: left;
	margin: 0 5px 0 0;
	border: solid 1px #666;
}
#detailImagesContainer
{
	margin: 0 0 10px;
	background-color: #FFF;
	height: 215px;
}
#detailImagesContainer #mainPic
{
	width: 300px;
	border: solid 1px #666;
	float: left;
	height: 204px;
}
/* cursor hand was needed for older browsers. */
#detailImagesContainer .smallPics
{
	height: 60px;
	width: 80px;
	float: left;
	padding: 0;
	margin: 0 0 10px 10px;
	border: solid 1px #666;
	cursor: pointer;
	cursor: hand;
}
#detailImagesContainer .smallPicsNoBorder
{
	height: 60px;
	width: 80px;
	float: left;
	padding: 0;
	margin: 0 0 10px 10px;
	border: solid 1px #FFF;
}
#detailImagesContainer .buttons
{
	width: 80px;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	border: none;
	padding-top: 35px;
}

.similarProductsContainer .similarProductsItem
{
	width: 150px;
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
	margin: 0;
	font-size: .7em;
}
.similarProductsItem a
{
	width:55px;
	word-break: break-all;
	word-wrap: break-word;
}
.similarProductsContainer img
{
	width: 83px;
	margin: 0 5px 0 0;
	border: solid 1px #666;
}
#moreDetailsContent
{
	background-color: #FFF;
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	padding: 0 20px;
	color: #4b4b4b;
	margin: 0;
}
#moreDetailsContainer #soldBy
{
	float: left;
	padding-right: 12px;
	width: 108px;
	font-size: .85em;
}
#moreDetailsContainer #soldBy img
{
	margin: 0 0 8px;
}
#moreDetailsContainer #soldBy a, #moreDetailsContainer #soldBy a:link, #moreDetailsContainer #soldBy a:visited
{
	color: #0F70C5;
	display: block;
	margin-bottom: 8px;
	font-size: 80%;
	font-weight: 700;
}
#detailsInfo
{
	float: left;
	width: 366px;
}

#detailsInfo td, #detailsInfo th
{
	font-size: 75%;
	padding: 5px 4px 8px 0;
	vertical-align: top;
	text-align: right;
}

#detailsInfo th
{
	text-align: left;
}

#detailsInfo td, #detailsInfo th
{
	border-bottom: dotted 1px #0d559f;
}
#moreDetailsDescription
{
	margin: 6px 0;
}
#mainContent #moreDetailsDescription p
{
	margin:0;
}
#mainContent a, #mainContent a:link, #mainContent a:visited
{
	color: #0F70C5;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active,#moreDetailsContainer #soldBy a:hover, #moreDetailsContainer #soldBy a:active
{
	color: #0d559f;
	text-decoration: underline;
	word-wrap:break-word;
}

#mainContent .backBtnBorder
{
	margin: 0;
	padding: 5px 0 0;
	display: block;
	font-size: .8em;
	background-position: top;
	float:right;
}

#mainContent .backBtnBorderTop
{
	margin: 20px 0 0;
	padding: 10px 0 0;
	background-image: url(../Images/pagination_top_bkg.gif);
	background-repeat: repeat-x;
	display: block;
	font-size: .8em;
	background-position: top;
}
/* override link styles for category cloud  */
#mainContent .CategoryCloud .contentBox a
{
	padding-right: 5px;
	font-weight: 400;
	text-decoration: none;
}

#searchResultsContent #searchResultsImageContainer
{
	border: none;
}
.searchResultsImageLeft img, .searchResultsImageMiddle img, .searchResultsImageRight img
{
	border: solid 1px #666;
}
#searchResultsContent .searchResultsImageContainer .searchResultsImageLeft
{
	float: left;
	width: 165px;
	background-image: url(../Images/short_vertical_dots.jpg);
	background-repeat: no-repeat;
	background-position: 158px 0;
}
.searchResultsImageMiddle
{
	float: left;
	width: 150px;
}
.searchResultsImageRight
{
	float: left;
	width: 150px;
	padding: 0 0 0 15px;
	background-image: url(../Images/short_vertical_dots.jpg);
	background-repeat: no-repeat;
	background-position: 8px 0;
}
#searchResultsContent .searchResultsImageContainer p
{
	font-size: .7em;
	margin: 4px 0 8px;
}
.searchAgain
{
	text-align: right;
	margin: 10px 0 0;
}
input#loginButton
{
	width: 58px;
}
#mainContent .dividerBar
{
	margin: 15px 0;
	padding: 0;
	background-image: url(../Images/pagination_top_bkg.gif);
	background-repeat: repeat-x;
	height: 8px;
	display: block;
	font-size: 0;
	line-height: 0;
	background-position: top;
}
#mainContentSeller
{
	width: 830px;
	margin: 32px 0 0 15px;
}
#plainCornersTopWide
{
	background-image: url(../Images/plainCornersTopWide.gif);
}
#plainCornersTopWideWhite
{
	background-image: url(../Images/plain_corners_top_wide.gif);
	background-repeat: no-repeat;
	font-size: 0;
	height: 11px;
	line-height: 0;
}

#plainCornersBottomWide
{
	background-image: url(../Images/white_box_bottom_wide.gif);
	margin: 0 14px;
}
#shadedCornersBottomWide
{
	background-image:url(../images/plainCornersBottomWideGreen.gif);
	margin: 0 14px;
}
#plainCornersBottomWideGrey
{
	background-image: url(../images/plainCornersBottomWideGrey.gif);
	background-repeat: no-repeat;
	font-size: 0;
	height: 11px;
	line-height: 0;
}
#plainCornersTopWide, #plainCornersBottomWide, #shadedCornersBottomWide
{
	background-repeat: no-repeat;
	height: 11px;
	line-height: 0;
	font-size: 0;
}

#mainContentSeller #sellerContent
{
	background-color: #FFF;
	border-left: solid 1px #0d559f;
	border-right: solid 1px #0d559f;
	padding: 0 20px;
	background-image: url(../Images/sellerContent_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#mainContentSeller #sellerContent #mapDetails
{
	float: left;
	width: 280px;
	padding: 0 20px 0 0;
}
#mainContentSeller #sellerContent #dealerInfo
{
	float: left;
	width: 488px;
}

#mainContentSeller h3
{
	margin: 10px 0;
	font-size: 1em;
	font-weight: 700;
	color: #666;
}
#mainContentSeller p
{
	font-size: 0.85em;
	margin: 0 0 10px;
	padding: 0;
}

.CollapsiblePanel
{
	margin: 0;
	width: 486px;
	padding: 0;
	text-align: left;
}
.CollapsiblePanelTab
{
	margin: 0;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #0d559f;
	font-size: 1em;
	padding: 5px 0;
	border-top: solid 1px #0d559f;
	border-bottom: solid 1px #0d559f;
	font-weight: 700;
}
.CollapsiblePanelContent
{
	margin: 0;
	padding: 0;
}
.CollapsiblePanelTab a
{
	color: #000;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab
{
	background-color: #EEE;
}
.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover
{
	background-color: #FFF;
}
.CollapsiblePanelFocused .CollapsiblePanelTab
{
	background-color: #39F;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm form
{
	margin: 0;
	padding: 0;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm table
{
	background-color: #f4e5e2;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm
{
	float: left;
	width: 466px;
	padding: 10px;
	background-color: #f4e5e2;
	margin: 10px 0 0;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm input, #CollapsiblePanel2 .CollapsiblePanelContent .contactForm textarea
{
	width: 149px;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm #send
{
	width: 60px;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm .noTableBorder
{
	border-bottom: none;
	padding-bottom: 0;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm td, #CollapsiblePanel2 .CollapsiblePanelContent .contactForm th
{
	padding: 5px 0 0px;
	font-size: .8em;
}
#CollapsiblePanel2 .CollapsiblePanelContent .contactForm h3
{
	color: #666;
	margin-top: 0;
	font-weight: 700;
}

#CollapsiblePanel2 .contactFormMessage
{
	width: 451px !important;
	margin: 0 !important;
}

#CollapsiblePanel2 .contactFormMessage textarea
{
	width: 310px !important;
}

#CollapsiblePanel2 .contactFormMessage input[type="checkbox"]
{
	margin: 0 0 0 -3px;
	width: 20px;
}

h2.contactSeller
{
	color: #0d559f;
	font-size: 1em;
	display: block;
	padding: 5px 0;
	border-top: solid 1px #0d559f;
	border-bottom: solid 1px #0d559f;
}
#CollapsiblePanel2 .CollapsiblePanelContent #contactDetails
{
	float: right;
	width: 159px;
	margin: 10px 0 0;
	padding: 0 0 0 15px;
}
#CollapsiblePanel2 .CollapsiblePanelContent #contactDetails h3
{
	color: #0d559f;
	margin-top: 0;
	font-weight: 700;
}
#CollapsiblePanel2 .CollapsiblePanelContent #contactDetails a, #CollapsiblePanel2 .CollapsiblePanelContent #contactDetails a:link, #CollapsiblePanel2 .CollapsiblePanelContent #contactDetails a:visited
{
	color: #0d559f;
	font-weight: 700;
	text-decoration: underline;
}
#CollapsiblePanel2 .CollapsiblePanelContent #contactDetails a:hover, #CollapsiblePanel2 .CollapsiblePanelContent #contactDetails a:active
{
	color: #0d559f;
	text-decoration: none;
}

#mainContentSeller #sellerContent #dealerInfo .item1
{
	padding: 0;
	margin: 0 0 15px;
	border: solid 1px #666;
	height: 70px;
}
#mainContentSeller #sellerContent #dealerInfo .item1 p
{
	font-size: .8em;
	padding: 8px 0 0;
	margin: 0;
}
#mainContentSeller #sellerContent #dealerInfo .item1 img
{
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	border: none;
	border-right: solid 1px #666;
}
#mainContentSeller #sellerContent #dealerInfo h2
{
	font-size: 1.3em;
	color: #f05026;
}
#dealerInfo a.sellerURL, #dealerInfo a:link.sellerURL, #dealerInfo a:visited.sellerURL
{
	color: #666;
	font-weight: 700;
	text-decoration: none;
	font-size: 1em;
}
#dealerInfo a:hover.sellerURL, #dealerInfo a:active.sellerURL
{
	color: #666;
	font-weight: 700;
	text-decoration: underline;
	font-size: 1em;
}
/*sidebar 1 (Left)*/

#sidebar1
{
	float: left;
	width: 150px;
	padding: 0 10px;
}
#sidebar1 #advancedSearch
{
	background-color: #0d559f;
	background-image: url(../Images/advanced_search_right_border.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow: hidden;
	margin:0 0 10px;
}
#sidebar1 #advancedSearch ul
{
	margin: 10px 0 5px 20px;
	list-style-type: none;
	padding: 0;
}
#sidebar1 #advancedSearch ul li
{
	margin: 0;
	padding: 0;
}
#sidebar1 #advancedSearch a, #sidebar1 #advancedSearch a:link, #sidebar1 #advancedSearch a:visited
{
	color: #FFF;
	font-size: 0.6em;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
#sidebar1 #advancedSearch a:hover, #sidebar1 #advancedSearch a:active
{
	color: #FFF;
	font-size: 0.6em;
	text-decoration: none;
}
#sidebar1 #advancedSearch span
{
	color: #FFF;
	font-size: 0.85em;
	font-weight: 700;
}
#sidebar1 #advancedSearch h3
{
	margin: 0 0 10px;
	background-color: #999;
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	padding: 0.3em;
	background-image: url(../Images/advanced_search_bkg.jpg);
	background-repeat: repeat-x;
}
#sidebar1 #advancedSearchFooter
{
	height: 16px;
	line-height: 0;
	font-size: 0;
}
#sidebar1 #advancedSearchForm
{
	margin: 0;
	padding: 0 0 0 4px;
}
#sidebar1 #advancedSearchForm select
{
	margin: 0 0 10px;
	padding: 0;
	width: 142px;
	font-size: 0.7em;
}

#sidebar1 #partners
{
	background-image: url(../Images/graduated_left_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 0;
	height: 250px;
}
#sidebar1 #partners h3
{
	margin: 0 0 10px;
	display: block;
	font-size: 0.8em;
	height: 40px;
	padding: 20px 0 0 8px;
	color: #666;
	background-image: url(../Images/affiliate_deals_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#sidebar1 #partners ul
{
	margin: 10px 0 0 10px;
	padding: 0;
	list-style-type: none;
}
#sidebar1 #partners ul li
{
	margin: 0 0 8px;
	padding: 0;
	font-size: 0.7em;
	line-height: 110%;
}
#sidebar1 #partners ul li a, #sidebar1 #partners ul li a:link, #sidebar1 #partners ul li a:visited
{
	margin: 0;
	width: 125px;
	padding: 0 0 0 15px;
	font-style: italic;
	color: #333;
	display: block;
	background-image: url(../Images/affiliate_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
}
#sidebar1 #partners ul li a:hover, #sidebar1 #partners ul li a:active
{
	margin: 0;
	padding: 0 0 0 15px;
	font-style: italic;
	color: #666;
	display: block;
	width: 125px;
	background-image: url(../Images/affiliate_bullet_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#sidebar1 #refineSearch
{
	background-color: #0d559f;
	background-image: url(../Images/advanced_search_right_border.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#sidebar1 #refineSearch h3
{
	margin: 0;
	background-color: #999;
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
	padding: 5px 0 5px 15px;
	background-image: url(../Images/advanced_search_bkg.jpg);
	background-repeat: repeat-x;
}
#sidebar1 #refineSearch h4
{
	margin: 0;
	background-color: #f5a916;
	font-size: 0.8em;
	color: #fff;
	text-align: left;
	padding: 5px 0 5px 15px;
	background-image: url(../Images/refine_search_h4_bkg.jpg);
	background-repeat: repeat-x;
	border-right: solid 1px #000;
}
#sidebar1 #refineSearchFooter
{
	height: 16px;
	line-height: 0;
	font-size: 0;
	margin-top: -15px;
}
#sidebar1 #refineSearch ul
{
	margin: 5px 0 15px 20px;
	list-style-type: none;
	padding: 0;
}
#sidebar1 #refineSearch ul li
{
	margin: 0;
	padding: 0;
	width: 126px;
	line-height: 1.1;
}
#sidebar1 #refineSearch a, #sidebar1 #refineSearch a:link, #sidebar1 #refineSearch a:visited
{
	color: #FFF;
	font-size: 0.7em;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#sidebar1 #refineSearch a:hover, #sidebar1 #refineSearch a:active
{
	color: #ffa553;
	text-decoration: underline;
}

#sidebar1 #refineSearch a.landed, #sidebar1 #refineSearch a:link.landed, #sidebar1 #refineSearch a:visited.landed
{
	text-decoration: underline;
}


/*sidebar 2 (right)*/

#sidebar2
{
	float: left;
	margin: 0 0 0 10px;
	width: 140px;
}
#sidebar2 #relatedContent
{
	margin: 40px 0;
	background-color: Transparent;
	background: url(../Images/graduated_left_border.gif) no-repeat top left;
}
#sidebar2 #relatedContent h2#relatedHeader
{
	margin: 0 0 10px;
	display: block;
	font-size: 0.8em;
	height: 30px;
	padding: 20px 0 0 0;
	color: #666;
	background-image: url(../Images/affiliate_deals_bkg.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#sidebar2 #relatedContent h3
{
	font-size: 0.8em;
	color: #666;
	margin: 0;
	padding: 10px 0 0 15px;
}
#sidebar2 #relatedContent p
{
	font-size: 0.7em;
	color: #666;
	margin: 10px 0 0;
	padding: 0 0 6px 15px;
	display: block;
	background-image: url(../Images/grey_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* Quick Post an Advert */
#sellers a
{
	background: url(../Images/sellers_btn.png) no-repeat -4px 0;
	height: 75px;
	width: 138px;
	display: block;
}
/* IE6 - only code to implement transparency in this obsolete browser need to use the full url as relative URL varies from page to page  */ 
* html #sellers a
{
    background:none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://www.roadtransport.com/buyandsell/App_Themes/CJ/Images/sellers_btn.png',sizingMethod='scale');
    cursor:pointer;
	cursor:hand;
} 
* html #register {
	background: url(../Images/login_button.gif) no-repeat 0 0;
}
#sellers span
{
	display:none;
	cursor:pointer;
}

#relatedContent a, #relatedContent a:link, #relatedContent a:visited
{
	color: #666;
	text-decoration: underline;
}
#relatedContent a:hover, #relatedContent a:active, #sellers a:hover
{
	text-decoration: none;
	color: #333;
}


.homePage
{
	color: #0d559f;
	font-size: 1.1em;
	margin-left: 15px;
}

span.success
{
	color: #007F0E;
}

span.warning
{
	color: #FF6A00;
}

span.error
{
	color: #FF0000;
}
/* margin on span within a cell for Post an Advert */
h2 span, td span
{
	margin-left: 15px;
}

.NormalButton, .NormalButtonReverse, .repostButton, .refreshButton, .pullAdvertButton, .deleteButton
{
    background-image: url(../Images/input_button.jpg);
	background-color: #FFF;
	font-size: 10px;
	padding: 2px 20px 2px 5px;
	margin-left: 28px;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #000;
	width: auto;
	min-width: 430px;
}

.repostButton, .refreshButton, .pullAdvertButton, .deleteButton
{
    margin: 0 0 2.6em;
    padding:0 10px 2px 0;
    width: 120px;
	min-width: 120px;
	float: left; 
	font-weight:700;
	font-size:66%;
}
.refreshButton, .deleteButton
{
	margin: 0 0 0 2px
}

.pullAdvertButton
{
	float: right;
}

.NormalButtonReverse
{
	background-image: url(../Images/input_button_rev.jpg);
	display: block;
	padding: 2px 5px 2px 20px;
	background-position: left center;
	min-width: 75px;
}
/* make an action button and a utility button  */

#buyBoxContentWide .WarningButton, .SubmitButtonActive .WarningButton
{
	border-left: 1px solid #D90000;
	border-top: 1px solid #FF2424;
	background: #FF0000 url(../Images/warning_btn.gif) repeat-x 0 0;
}

p.valid input.UtilityButton, p.valid a.UtilityButton
{
	border-left: 1px solid #b0e5ca;
	border-top: 1px solid #57ac80;
	background: #57ac80 url(../Images/utility_btn.gif) repeat-x 0 0;
}
input.UtilityButton, a.UtilityButton, input.WarningButton
{
	background: #57ac80;
	border: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 700;
	height: 25px;
	padding: 3px 0 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: auto;
}

p.valid input.ActionButton, span.valid input.ActionButton
{
	border-left: 1px solid #f8d590;
	border-top: 1px solid #f2ac22;
	background: #f2ac22 url(../Images/action_btn.gif) repeat-x 0 0;
}

p.valid input.ActionButtonWide
{
	border-left: 1px solid #f8d590;
	border-top: 1px solid #f2ac22;
	background: #f2ac22 url(../Images/action_btn.gif) repeat-x 0 0;
	margin-right: 5px;
}

input.ActionButton, input.ActionButtonWide
{
	background: #f2ac22;
	border: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 700;
	height: 25px;
	padding: 3px 0 5px;
	margin-left: 526px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 98px;
}

input.ActionButtonWide
{
	padding: 3px 5px 5px 0;
	margin-right: 5px;
	width: auto;
}

input.NarrowerMargin
{
	margin-left: 2px;
}
input.NarrowMargin
{
	margin-left: 160px;
}
input.LoginMargin
{
	margin-left: 342px;
}

input.WideMargin
{
	margin-left: 625px;
}

div.ChkBoxResults
{
	padding-left: 94px;
}
#actions
{
	margin: 20px 0;
}
#actions input.NormalButton
{
	margin-left: 0;
}
.searchLinkBtns img
{
	padding: 0 15px 0 0;
}

#sortBy select
{
	font-size: 11px;
}

/* overwrite these rules */
#searchResultsTop #viewAs
{
	width: 245px;
}
#login .username, #login .password
{
	width: 80px;
	font-size: 0.85em;
	padding: 0.1em;
}
/* Style Post New Advert Page */
.addFileUpload, .buttonStyle
{
	margin-left: 80px;
}
#buyBoxContent table.contactDetailTable td input
{
	width: 289px;
}
#buyBoxContent table.contactDetailTable td input[type="checkbox"], #buyBoxContent input[type="Checkbox"]
{
	width: 20px;
	margin-left: -2px;
}

#buyBoxContent .sectionBorder, #maintainPassword .sectionBorder
{
	border-bottom: 1px solid #0d559f;
}
#buyBoxContent input.fileUpload
{
	letter-spacing: 2.5px;
}
.inputBox
{
	padding-top: 8px;
	margin: 0 0 0 80px;
}
.searchResultsListItemContent
{
	display: inline-block;
	width: 384px;
}
#searchResultsContent .searchResultsItemPicCont
{
	float: left;
	font-size: 0.7em;
	width: 252px;
}
.featuredAd .searchResultsItemPicCont div.searchResultsTitle
{
	background-color: #FFF0C4;
	width: 100%;
	padding: 8px 130px 8px 4px;
}
div.searchResultsDetails
{
	padding: 0 4px;
	text-align: left;
	margin: 0;
}
.link
{
	text-decoration: underline !important;
}

/* Dashboard */

div.DashboardCreditInfo
{
	width: 225px;
	border: solid 1px #0d559f;
	background-color: #fff;
	padding: 10px;
}

div.DashboardContactActivityContainer
{
	margin: 0 auto;
	width: 520px;
	padding: 10px 0;
}

div.DashboardContactDetails
{
	width: 225px;
	height: 200px;
	border: solid 1px #0d559f;
	background-color: #fff;
	padding: 10px;
	float: left;
	margin: 0;
	word-break: break-all;
	word-wrap: break-word;
	overflow: auto;
}
#ContactDetailsName, #ContactDetailsEmailAddress, #ContactDetailsLiveAdverts
{
	font-size: 80%;
}
div.DashboardAdditionalInfo
{
	width: 510px;
	height: 200px;
	border: solid 1px #0d559f;
	background-color: #fff;
	padding: 10px;
	margin: 0 auto;
}
div.DashboardActivityStats
{
	width: 225px;
	height: 200px;
	border: solid 1px #0d559f;
	background-color: #fff;
	padding: 10px;
	float: right;
	margin: 0 0 15px;
}
div.DashboardLatestAds
{
	margin: 0 auto;
	clear: both;
	width: 510px;
	border: solid 1px #0d559f;
	background-color: #fff;
	padding: 5px;
}

table.ActivityStats
{
	width: 100%;
	font-size: .65em;
	border: solid 1px #000;
	margin: 10px 0;
}

tr.AltRow
{
	background-color: #ddd;
}

table.ActivityStats th
{
	color: #fff;
	background-color: #0d559f;
	border-bottom: solid 1px #000;
	padding:3px;
}

div.ActivityStatsFullReportsLink
{
	text-align: right;
	width: 100%;
	font-size: .75em;
	margin-top: 5px;
}

/* End Dashboard */

#buyBoxContent #Username
{
	margin-left: 80px;
}

#buyBoxContent #NewPassword
{
	padding-top: 10px;
	margin-left: 48px;
}
#buyBoxContent #OldPassword
{
	padding-top: 10px;
	margin-left: 55px;
}
#buyBoxContent #RetypeNewPassword
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.photoBox div, .logoBox div
{
	padding: 2px;
}
.photoBoxSelect
{
	margin: 2px 2px 2px 20px;
}

table.advertDetails, table.contactDetailTable
{
	width: 100%;
	margin: 0;
}
tr.oddRow, .photoBox, .logoBox
{
	background-color: #FAF9D4;
}
/* Error message panel styling */
.ValidationSummaryFormErrors
{
	border: solid 1px #EF5026;
	font-size: 75%;
	padding: 8px 25px 4px;
	background: #FFF0F0;
	margin-top:2.5em;
}
.ValidationSummaryFormErrors ul li
{
	background: transparent url(../Images/error_cross_10px.gif) no-repeat scroll 0 4px;
	list-style: none;
	color: #000 !important;
	padding-left: 16px;
	line-height: 1.5;
}
.ValidationSummaryFormErrors em
{
	font-style: normal;
	font-weight: 700;
}
.ValidationMessage
{
	color: #FF0000;
	font-size: 75%;
	padding: 0 25px;
}

ul.progress_bar li.highlighted
{
	color: #F33503;
	font-weight: 700;
	border-top: solid 2px #F33503;
}
ul.progress_bar li.visited
{
	color: #F33503;
	font-weight: 400;
	border-top: solid 1px #F33503;
}

fieldset .oddRow
{
	background-color: #FAF9D4;
}

fieldset p.SubmitButtonActive input.UtilityButton
{
	border-left: 1px solid #b0e5ca;
	border-top: 1px solid #57ac80;
	background: #57ac80 url(../Images/utility_btn.gif) repeat-x 0 0;
	margin-right: 0;
}

fieldset .listSubHeading
{
	padding-left: 25px;
	width: 800px;
	font-weight: 700;
}
fieldset .boxWidth
{
	width: 500px;
}
.wideContentBox .checkBoxList input[type="checkbox"], #maintainPassword .checkBoxList input[type="checkbox"], #maintainPassword .radioList input[type="radio"]
{
	width: 40px;
	margin: 0 12px;
}
.wideContentBox .checkBoxList label, .boldLabel, .radioList label
{
	font-size: 80%;
	font-weight: 700;
}
.boldLabel
{
	padding-left: 50px;
}
.wideContentBox .checkBoxList input[type="text"]
{
	width: 80px;
}


.ContextHelpItem
{
	border: 1px solid #0d559f;
	background-color: #FCF5E8;
	width: 580px;
	overflow: auto;
	min-height: 421px;
	height: auto;
}
.ContextHelpDragItem
{
	text-align: center;
	background-color: #c6d3ed;
	line-height: 30px;
	height: 30px;
	font-weight:700;
	font-size: 1.5em;
}
.ContextHelpTextSection
{
	height: 377px;
	max-height: 377px;
	overflow: auto;
	padding: 4px 4px 0;
}
.ModalPopupBackground
{
	background-color: #999;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.CloseContextHelp
{
	color: #c00;
	font-size: 90%;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	cursor: pointer;
	line-height: 19px;
	height: 25px;
	font-weight: 700;
}
.CloseContextHelp span
{
	margin-left: 0;
}
.CloseContextHelp img
{
	height: 15px;
	vertical-align: text-top;
	padding-left: 5px;
}
.CloseContextHelp:hover
{
	cursor: pointer;
}
.rememberMe
{
	padding: 0;
	margin: 0;
	width: 0;
	float: right;
	font-family: verdana;
	font-size: 11px;
}

#maintainPassword .LoginRememberMe input
{
	width: 10px;
}
span.LoginRememberMe
{
	margin: 0;
	font-weight: 700;
	font-size: 70%;
}
span.LoginRememberMe label
{
	margin: 0 10px;
}
.PasswordForgotten
{
	margin-left: 155px;
	font-size: smaller;
	color: #F43400;
	font-size: 10px;
	font-family: verdana;
	line-height: 16px;
}
.TextBoxUser
{
	margin-right: 5px;
	padding-bottom: 2px;
	width: 230px;
}

.LoginControl
{
	padding: 12px;
	background-color: #E3E4E6;
	font-family: verdana;
	font-size: 11px;
}
.FailureTextLogin
{
	font-size: smaller;
	color: Red;
	margin-left: 4px;
}
.TextBoxPasswordLogin
{
	margin-bottom: 2px;
	width: 230px;
}
.LoginTitle
{
	clear: both;
	font-size: 1.45em;
	font-weight:700;
	margin: 0;
	padding: 8px 0 0;
}

#mainContent #maintainPassword span p
{
	padding: 10px 15px;
}

/* styles for controls using table layout */
.controlBox
{
	width: 526px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	background-color: #FFF;
}
/* override normal span margin */
.controlBox p span, #mainContent #maintainPassword .controlBox p span a
{
	margin-left: 0;
}
#searchResultsContent .searchResultAdminButtons span.blackText
{
	color: #000;
}
/* search results Sort By drop down selection boxes */
#sortBy
{
	width: 168px;
	margin-top: -4px;
	padding: 0;
	float: left;
}
#sortBy li
{
	padding: 0 0 2px;
}
#searchResults #sortBy fieldset
{
	margin: 8px 0 0;
}
.stackedLabel
{
	width: 48px;
	text-align: right;
	float: left;
	padding: 2px 4px 0 0;
}
.stackedInputBox
{
	width: 108px;
	text-align: left;
	float: left;
	clear: none;
}

h2#advertTitle
{
	margin: 0 0 5px -15px;
	font-size: 1em;
	font-weight: 700;
	color: #0d559f;
}

.premiumLabel
{
	font-size: 6pt;
	color: Red;
}
/* Activity Tables */
table.filtersTable, table.statsTable, table.tableAll
{
	width: 96%;
	font-weight:700;
	font-size: Small;
	font-family: Arial,Verdana,sans-serif;
	color: #4B4B4B;
	background-color: #F2F2F2;
	border-collapse: collapse;
	margin-left: 15px;
}
table table
{
	background: #F93;
	color: #4B4B4B;
}
table.clientTable table
{
	background: #FFF;
}
table.tableAll
{
	width: 60%;
	margin: 0 0 15px 160px;
	border: 1px solid #4B4B4B;
}
.statsTable tr, .statsTable td, table.filtersTable, table.statsTable, tr.firstRow
{
	border: 1px solid #000;
}
.statsTable td span, .filtersTable td span, .statsTable td, .gridViewTable td, .clientTable td, .clientTable th
{
	padding: 0 2px;
	margin: 0;
}
.gridViewTable
{
	margin-left: 15px;
}
tr.firstRow
{
	color: #fff;
	background-color: #696969;
	font-size: small;
	text-decoration: none;
}
th.firstCol
{
	width: 25%;
}
table.statsTable
{
	margin-bottom: 15px;
}
.positionGrid
{
	margin-left: 25px;
}
#HelpContainer h3
{
	margin: 10px 0;
	font-weight: 700;
	color: #0d559f;
}
#HelpContainer h2
{
	margin: 10px 0;
	font-weight: 700;
	color: #0d559f;
}

/* Viper login buttons*/
.form_actions input
{
		background: #d95600 url(../Images/LoginButton.png) repeat-x 0 0;
	color: #FFF;
	font-weight: bold;
	width: 120px;
	height: 25px;
	border: 0px;
}
.aut-horizontal .form_actions input { background: #d95600 url(../Images/LoginButton.png) repeat-x 0 0; color: #FFF; font-weight: bold; }

.ViperNarrow #CoreRegistration .passwordchangelabel,
.ViperNarrow #CoreRegistration .passwordchangetext,
.ViperNarrow #CoreRegistration .passwordchange,
.ViperNarrow #CoreRegistration .passwordchange .passwordstrength
{ background-color: #FAF9D4; }

.contactForm #CoreRegistration h2 { color: #666666; font-size: 1.6em;}

.contactForm #CoreRegistration,
.contactForm #CoreRegistration .corereg-field-username,
.contactForm #CoreRegistration .corereg-field-username-confirmemail,
.contactForm #CoreRegistration .firstname,
.contactForm #CoreRegistration .lastname
{ background-color: #F4E5E2; margin-bottom: 5px; }

.contactForm #CoreRegistration h2 { color: #f4e5e2; font-size: 1.6em;}