@charset "utf-8";
/* CSS Document */

body
{
	width:100%;
	height:auto;
	margin:0;
	padding:20px 0px 20px 0px;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #ffffff;
}

#wrapper
{
	width:1000px;
	margin:0 auto;
	padding:0px;
	text-align:left;
}


#wrapper .header
{
	float:left;
	width:1000px;
	margin:0px;
	padding:0;
}

#wrapper .header .logo
{
	float:left;
	width:164px;
	height:55px;
	margin:0;
	padding:0;
}

#wrapper .header .menu
{
	float:right;
	width:820px;
	height:auto;
	text-align:right;
}

#wrapper .header .quickSearch
{
	float:left;
	width:204px;
	height:48px;
	margin:40px 0px 0px 0px;
	background:url(../../../images/public/searchBg.gif) no-repeat;
}

#separator
{
	width:100%;
	margin:0px 0px 0px 0px;
	height:10px;
	background:#ededed;
	line-height:0px;
	font-size:0px;
}

#topSide
{
	width:1000px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#topSide .quickSearch
{
	float:left;
	width:169px;
	height:25px;
	margin:0;
	padding:10px 0px 10px 35px;
	background:url(../../../images/public/searchBg.gif) no-repeat;
	display:inline;
	margin-left: -24px;
	margin-right: 24px;
}

#topSide .googleads
{
	float:right;
	width:775px;
	padding:15px 0px 10px 0px;
}

#topSide .loginArea
{
	float:left;
	width:161px;
	height:auto;
	margin:10px 0px 0px 24px;
	padding:0;
	margin-left: -1px;
	margin-right: 1px;
}

#topSide .loginArea .top
{
	float:left;
	width:161px;
	height:10px;
	padding:0;
	margin:0;
	background:url(../../../images/public/boxTop.gif) no-repeat;
}


#topSide .loginArea .middle
{
	float:left;
	width:151px;
	height:auto;
	padding:10px 5px;
	margin:0;
	background:#f0f0f0;
}

#topSide .loginArea .bottom
{
	float:left;
	width:161px;
	height:10px;
	padding:0;
	margin:0;
	background:url(../../../images/public/boxbottom.gif) no-repeat;
}


#topSide .banner
{
	float:right;
	width:800px;
	height:212px;
	padding:0px;
	background:url(../../../images/public/banner.jpg) no-repeat;
	/*margin:14px 0px 0px 0px;*/
	margin:6px 0px 0px 0px;
}

#container
{
	margin:0 auto;
	width:1000px;
	height:auto;
	padding:0px;
	text-align:left;
	margin-top:20px;
}

#container .leftSide
{
	float:left;
	width:760px;
	height:auto;
	padding:0;
	margin:0;
}

#container .rightSide
{
	float:right;
	width:207px;
	height:auto;
	padding:0;
	margin:0;
}

.rightSideItem{
	margin-bottom: 20px;
	width: 207px;
}

/*used in view video/photo on the right side*/
.rightSideItemNoMarginBottom {
	width: 207px;
}

#footer
{
	margin:0 auto;
	width:980px;
	background:url(../../../images/public/footerBg.gif) no-repeat;
	height:55px;
	padding:18px 10px 10px 10px;
	margin-top:15px;
	margin-bottom:15px;
}

.loggedOnBanner{
	float:right;
	height:212px;
	margin:16px 0 0;
	padding:0;
	width:830px;
}

/* blog tags*/
.tagLetters{
	float: right;
	letter-spacing:3px;
	text-align: center;
}

.tagSubtitleContainer{
	width: 100%;
	height: 30px;
}

.tagLetterSelectedContainer{
	background-color: #f3f3f3;
	height: 30px;
	width: 40px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

.tagLetterSelected{
	color:#535353;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	padding-top:6px;
	padding-left:10px;
}

.bksl{
	background-image: url('../../../../../../images/public/bksl.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 28px;
	height: 30px;
	float: left;
}

.tagList{
	border: 1px solid #efefef;
	padding-left:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width:745px;
}

.tagListItem{
	float:left;
	width:152px;
	padding-top:3px;
}

.tagListItem a{
	padding: 0px;
	margin: 0px;
	padding-left: 3px;
	width:135px;
}

.tagSubtitleContainer{
	width: 100%;
	height: 30px;
}

.tagSubtitle{
	background-color: #f3f3f3;
	height: 100%;
	width: 300px;
	float: left;
}

.tagSubtitleItem{
	padding-top:6px;
	padding-left:10px;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:16px;
	font-weight:lighter;
	width:100%;
}
/* end blog tags*/

/* browse.php */

#blogs{
	/* width: 760px; */
}

/* /browse.php */


/* Q&A */
.aqInFront{
	color:#535353;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	float:left;
	padding:3px 5px;
	cursor:pointer;
	margin-right:3px;
}

.aqInBackground{
	border:1px solid #f2f2f2;
	color:#535353;
	background-color: #FFF;
	float:left;
	padding:3px 5px;
	cursor:pointer;
	margin-right:3px;
}

.aqBox{
	background-color: #f2f2f2;
	width:740px;
	margin-top:-1px;
	margin-right:10px;
	padding:10px;
	height: 30px;
}

.errorMessage {
	color:red;
	text-align:left;
}

.quickSearchRight{

}

.quickSearchRightNone{
	display: none;
	margin-top: 7px;
}

.searchInputWrapper{
	float: left;
}

.searchInputRight{
	width: 165px;
	border:1px solid #DCDCDC;
	color:#555555;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	padding:4px;
	background-color: #ffffff;
}

.searchImg{
	float: left;
	margin-left: 3px;
}

.login{
	margin-top: 10px;
}
/* end Q&A */


.continue a{
	text-decoration: none;
}

/* start blog page right side tags*/
.tagInFront{
	background-color:#F0F0F0;
	border:1px solid #F0F0F0;
	color:#666666;
	cursor:pointer;
	float:left;
	padding:5px;
	width:195px;
}

.tagInBackground{
	background:transparent url(/images/public/plus.gif) no-repeat scroll 5px 9px;
	color:#C52239;
	float:left;
	padding:5px;
	width:195px;
	cursor:pointer;
}

.tagBoxTitle{
	border-bottom:1px solid #dcdcdc;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:16px;
	font-weight:lighter;
	margin-left:5px;
	padding:8px 5px 5px;
	text-align:left;
	width:184px;
}

.tabTagsMenu{
	width: 211px;
}

.tagBox{
	background: #f8f8f8 url('../../../images/public/fadeBgToDo.png') repeat-x scroll left top;
	width:205px;
	border-bottom:2px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	margin-top:-1px;
	padding-bottom: 10px;
}

.tagsCols{
	float: left;
	width: 98px;
	padding-top:10px;
	margin-left: 4px;
	line-height: 15px;
}

.categ{
	margin-bottom:4px;
}

.tagsViewMore{
	padding: 10px 10px 0px 0px;
	float: right;
}

/* end blog right side tags */

.subtitle{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:lighter;
	color: #2B5898;
	border-bottom: 1px dotted #2B5898;
}

.listingPics{
	margin-bottom:20px;
	text-align: center;
}

.listingPics img{
	margin-bottom:10px;
	border: 1px solid #d5d5d5;
}
/* dealer page */

#wrapper .content
{
	width:998px;
	height:auto;
	float:left;
	margin:0;
	margin-top:-1px;/*ie6*/
	padding:0;
	background:#fff;
	border:1px solid #e7e3e3;
	border-top: none;
	z-index:0;
	text-align:center;
	position:relative;
	padding-bottom: 25px;
}

#wrapper .content .restContent
{
	float:left;
	width:960px;
	height:auto;
	margin:0 auto;
	margin-top:10px;
	1margin-bottom:25px;
	margin-left:20px !important;/*ie6*/
	margin-left:10px;/*ie6*/
	padding:0;
	text-align:left;
}

.formItem{
	float:left;
	width:100%;
	margin-bottom:15px;
}

.formItemHalfLeft{
	float:left;
	width:360px;
}

/*Postal Code*/
.formItemHalfLeftPostal{
	float: left;
	width: 172px;
}

.postalCodeSeparator {
	width: 10px;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	padding-top: 6px;
	float: left;
}
/*Postal Code*/

.formItemHalfRight{
	float:right;
	width:360px;
}

.formItem3cols{
	float:left;
	width: 253px;
	text-align: left;
}

.formItem4cols{
	float:left;
	width:162px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 3px
}

.formItem5cols{
	float:left;
	width:152px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 3px
}

.formItem6cols{
	float:left;
	width:126px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 3px
}

.formVfCode{
	width:100%;
	margin-top: 3px;
}

.formVfCodeCaptcha{
	float: left;
}

.formVfCodeCaptcha img{
	margin-top: 4px;
}

.formVfCodeInput{
	float: left;
	margin-left: 15px;
	margin-top: 14px;
}

.formVfCodeInput input{
	font-size:20px;
	height:25px;
	letter-spacing:8px;
	width:230px;
}

.half{
	width:50%;
}

.commentItem{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #efefef;
}

.commentLeftSide{
	float: left;
	width: 100px;
	text-align:center;
}

.commentItemUserPic{
}

.commentItemUserName{
	font-size: 12px;
}

.commentItemDate{
	color:#8F8F8F;
	padding:10px 0px 0px 0px;
	font-size: 10px;
}

.commentRightSide{
	float:right;
	width: 640px;
	padding: 0px 10px;
	line-height:16px;
	text-align: justify;
}

.commentQuotedBox{
	border: 1px dotted #f0f0f0;
	width:620px;
	padding: 10px;
	background:#f3f3f3;
	margin-bottom: 15px;
}

#quotingText{
	border: 1px dotted #f0f0f0;
	width: 740px;
	padding: 10px;
	background:#f3f3f3;
	margin-bottom: 15px;
	margin-top: 3px;
}

.commentText{
	text-align: justify;
	width: 100%;
	margin-bottom: 15px;
}

.carSearch{
	position: relative;
}

#hitsCounterBox{
	width: 144px;
	position: absolute;
	text-align: center;
	right: 0px;
	margin-top: -10px 0px 0px 2px;
	padding: 10px 0px;
	border: 1px solid #e3e3e3;
}

.hitsCounterBoxInput{
	margin: 5px 0px;
}

.hitsCounterBoxInput input{
	width:125px;
}

.hitsCounterBoxInfo{
	margin: 10px 5px;
	font-weight: bold;
	font-size: 12px;
}

/*search page*/

.searchBoxes{
	float: left;
	width: 602px;
	padding: 0px;
	margin: 0px;
}

.searchCategory{
	float:left;
	width:600px;
	padding:0;
	margin:0;
	border: 1px solid #e3e3e3;
	margin-bottom: 15px;
}

.searchSubCategory{
	margin-bottom: 10px;
}

.searchCategoryBi{
	float:left;
	width: 291px;
	padding: 0;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;
}

.searchCategoryTri{
	float:left;
	width: 192px;
	padding: 0;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;
}

.searchCategoryTitle{
	padding: 5px;
	font-size: 14px;
	background-color: #e3e3e3;
}

.searchSubCategoryTitle{
	padding: 5px;
	font-size: 12px;
	background-color: #e0e0e0;
}

.searchCategoryBox{
	padding: 7px 5px;
}

.makesModelsRow{
	margin:0px 0px 3px 0px;
}

#makes_models{
	padding: 3px 0px 0px 0px;
}

.greyDottedLine{
	border-bottom: 1px dotted #e3e3e3;
	margin: 5px 0px;
	width: 100%;
}

/* /search page*/

/* ratings */
.noteBox{
	/*background: transparent url(/images/public/noteBackground.png) no-repeat 0px 0px;
	float:right;
	text-align:center;
	width: 83px;
	height: 75px;
	padding-top: 25px*/
	float:right;
	height:45px;
	text-align:center;
	width:40px;
	color: #A24451;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: bold;
	font-size: 40px;
}
/* end ratings */

.vipInfo{
	color: #A24451;
}

.unreadMessage{
	cursor: pointer;
	color: #A24451;
	font-weight: bold;
}

.readMessage{
	cursor: pointer;
	color: #666666;
}

.ridesViews{
	color: #A24451;
	font-size: 16px;
	margin: 10px 0px;
}

.deleteButton{
	color:#c52239;
	font-weight:bold;
	cursor:pointer;
	float: right;
}

.messageTitle{
	float: left;
	font-weight: bold;
}

.sortImg{
	float:left;
	height:17px;
	margin-top:8px;
	width:20px;
}

.tableHeaderColTitle{
	float: left;
}

.groupTopImg{
	float: left;
}

.groupTopInfo{
	border: 1px solid #e3e3e3;
	padding: 10px;
	background: #efefef none repeat scroll 0% 0%;
	float: left;
	width: 460px;
	float: right;
}

.groupTopInfoItem{
	padding: 3px 0px;
}

.forumTitle{
	float: left;
	width: 345px;
	margin-bottom: 10px;
}

.forumQuickOp{
	float: right;
	width: 150px;
}

.groupsPages{
	background-color:#FFFFFF;
	border:1px solid #DCDCDC;
	color:#555555;
	font-family:Tahoma,Geneva,sans-serif;
	font-size: 11px;
	height: 400px;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 4px;
	width: 100%;
}

.dropper{
	text-align: center;
	width: 100%;
}

.dragger{
	margin-bottom: 5px;
}

.dropperDeleteButton{
	text-align: center;
	width: 100%;
}

.rightSearchItemLeftHalf{
	float: left;
	width: 175px;
}

.rightSearchItemLeftHalf select{
	border:1px solid #e3e3e3;
	font-family:tahoma;
	font-size:11px;
	height:20px;
	width: 170px;
	margin-bottom: 3px;
}

.rightSearchItemRightHalf{
	float: right;
	width: 30px;
	padding-top: 10px;
}

.viewStyleWrapper{
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

.viewStyleIcon{
	float:right;
	margin-right: 5px;
}

.viewStyleText{
	float:right;
	margin-right:3px;
}

#editPhotoItemSpace{
	margin-bottom: 15px;
}

#randomPhotos {
	background-color:#DCDBDB;
	border:1px solid #DCDBDB;
	padding:4px 0 15px 5px;
	width:757px;
}

#randomVideos {
	background-color:#DCDBDB;
	border:1px solid #DCDBDB;
	padding:4px 4px 25px 5px;
	width:750px;
}

.randomPhotosItem{
	float:left;
	margin-left:5px;
}

.randomPhotosItem a {
	filter: alpha(opacity=40);
	opacity:0.4;
	zoom: 1;
}

.randomPhotosItem a:hover{
	opacity:0.9;
	filter: alpha(opacity=90);
}

.randomPhotosItem img {
	border:1px solid #828286;
}

.relatedPhotos{
	border-bottom: 1px solid #b8b7b9;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 750px;
}


.google_announce{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #E3E3E3;
}

.searchImgQATab{
	float: left;
	margin-left: 3px;
	margin-top: 4px;
}

.qaClearFilters{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.qaAnswers{
	width: 100px;
	background-color: #f2f2f2;
	padding: 10px 7px 10px 7px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #7A7879;
	text-align: center;
}

.qaInterested{
	width: 100px;
	background-color: #cfcfcf;
	padding: 10px 7px 10px 7px;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #7A7879;
	text-align: center;
}

.qaLeftInfoWrapper{
	float:left;
	width:120px;
	padding-top: 30px;
	padding-left: 15px;
}

.qaItemTitle{
	color:#666666;
	cursor:pointer;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:16px;
}

.formInputAddText{
	float: left;
	padding: 7px;
}

.selectedPage{
	color: #5D5D5D;
	font-size:12px;
	cursor: pointer;
}

.wideGreyBoxLeftSide{
	float: left;
	width: 260px;
	padding: 0px 10px 10px 0px;
}

.wideGreyBoxRightSide{
	float: right;
	width: 460px;
}

.ridesTopDescription{
	width: 460px;
	padding: 10px 0px;
	text-align: justify;
}

.motoInfoPowerdByRight{
	float: right;
	width: 130px;
}

.motoInfoPowerdByLeft{
	float: left;
	width: 600px;
}

.motoInfoItem{
	float: left;
	width: 300px;
	padding: 1px 0px;
}

.motoInfoItemLeft{
	float: left;
	width: 100px;
	line-height:15px;
	color:#333;
	font-weight: bold;
}

.motoInfoItemRight{
	line-height:15px;
	color:#333;
	float: right;
	width: 200px;
}

.dealerInfoPowerdByRight{
	float: right;
	width: 80px;
}

.dealerInfoPowerdByLeft{
	float: left;
	width: 650px;
}

.dealerInfoItem{
	float: left;
	width: 325px;
	padding: 1px 0px;
}

.dealerInfoItemLeft{
	float: left;
	width: 125px;
	line-height:15px;
	color:#333;
	font-weight: bold;
}

.dealerInfoItemRight{
	line-height:15px;
	color:#333;
	float: right;
	width: 200px;
}

.rightSideMap{
	width: 207px;
	height: 250px;
}

.rightSideFormItem{
	margin-bottom: 7px;
}

.rightSideFormItem .input{
	width: 195px;
	margin: 5px 0px;
	border:1px solid #DCDCDC;
	color:#555555;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	padding:4px;
}

.rightSideFormItem .textarea{
	margin-top:5px;
	width:195px;
	height:70px;
	border:1px solid #DCDCDC;
	color:#555555;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	margin: 5px 0px;
	padding:4px;
}

.techInfoItem{
	float: left;
	width: 245px;
	padding: 1px 0px;
}

.techInfoItemLeft{
	float: left;
	width: 100px;
	line-height:15px;
	color:#333;
	font-weight: bold;
}

.techInfoItemRight{
	line-height:15px;
	color:#333;
	float: left;
	width: 145px;
}

.techInfoImg{
	float: right;
	width: 200px;
}

.techInfoDetails{
	float: left;
	width: 540px;
}

.additionalInfoHeader{
	width: 100%;
}

.additionalInfoHeaderLeft{
	float: left;
	width: 360px;
	font-weight: bold;
}

.additionalInfoHeaderRight{
	float: right;
	width:395px;
	font-weight: bold;
}

/* avatar for motos, where aren't enough photos */
#avatar_no_carousel {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 760px; /* important */
	height: 60px; /* important */
	margin: 0px;
	padding:0px;
	background: #EFEFEF;
	border: 1px solid #e3e3e3;
}

/* avatar carousel */
#avatar {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 300px; /* important */
	height: 60px; /* important */
	margin: 0px;
	padding:0px;
	background: #EFEFEF;
	border: 1px solid #e3e3e3;
}

#avatar_frame {position: relative !important; position: absolute; }
#avatar_previous {float: left; background: #EFEFEF; width:21px; height:75px; padding-top:15px;}
#avatar_next {float: right; background: #EFEFEF; width:25px; height:75px; padding-top:15px; text-align: right}


#avatar_content {
	position: absolute;
	top: 0;
	padding:0px;
	margin: 0px 21px 0px 21px;
	width: 50000px;
}

#avatar_content li {
	list-style: none;
}
#avatar_content {
	height: 155px;
}
#avatar ul li {
	display: block;
	float: left;
	background-color: #EFEFEF;
}
#avatar ul li img {
	display: block;
	cursor:pointer;
}

.avatar_selected
{
	background: #A24451;
}

.avatar_over
{
	background: #A24451;
}

.avatar_box
{
	padding: 4px;
}

/* /avatar carousel */

.splitHeader{
	width: 100%;
}

.splitHeaderLeft{
	float: left;
	width: 600px;
}

.splitHeaderRight{
	float: left;
	width: 150px;
	text-align: right;
}

.thumbBoxContainer{
	float: left;
	width: 190px;
	text-align: center;
}

.userHomeInfoImg{
	float: left;
	width: 150px;
}

.userHomeInfoDetails{
	float: right;
	width: 560px;
}

.userHomeInfoLeftCol{
	float: left;
	width: 280px;
}

.userHomeInfoRightCol{
	float: right;
	width: 280px;

}

.techInfoItem{
	width: 245px;
	padding: 2px 0px;
}

.wideGreyBoxTitleLeft{
	float: left;
	width: 500px;
}
.wideGreyBoxViewMore{
	float: right;
	width: 200px;
	text-align: right;
	font-weight: lighter;
}

.ownerInfoImg{
	float:left;
	width:80px;
	text-align: center;
}

.ownerInfoWrapper{
	float: left;
	margin-left: 10px;
	width: 650px;
}
.ownerInfoItem{
	float:left;
	padding:1px 0;
	width:600px;
}

.ownerInfoItemLeft{
	float:left;
	font-weight:bold;
	line-height:15px;
	width:150px;
}

.ownerInfoItemRight{
	float:right;
	line-height:15px;
	width:450px;
}

.loginLeft{
	margin-left: 10px;
}

.registerOptionTitle{
	height:84px;
	width:100%;
	dispaly: block;
	cursor: pointer;
}

.registerOptionTitle span{
	cursor:pointer;
	display:block;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:28px;
	font-weight:lighter;
	padding-left:95px;
	padding-top:25px;
}

#private{
	background: transparent url(/images/public/private.png) no-repeat 0px 0px;
}

#professional{
	background: transparent url(/images/public/prof.png) no-repeat 0px 0px;
}

#registerPrivateWrapper{
	float: left;
}

#registerProfessionalWrapper{
	float: left;
	margin-left: 10px;
}

.registerOptionDescription{
	padding: 10px;
}

.registerTab {
	border-bottom:1px solid #d4d4d4;
	display:block;
	float:left;
	padding-right:200px;
}

.registerTabItem {
	display:block;
	float:right;
	height:25px;
	margin-left:4px;
}

a.registerTabItemSelected {
	background:transparent url(/images/public/aerRegisterTabs.png) no-repeat scroll 0 0;
	color:#535353;
	display:block;
	height:25px;
	text-decoration:none;
}

a.registerTabItemSelected span {
	background:transparent url(/images/public/aerRegisterTabsRight.png) no-repeat scroll 100% 0;
	display:block;
	height:12px;
	padding:7px 11px 6px 13px;
}

.registerTabItem a {
	background:transparent url(/images/public/aerRegisterTabs.png) no-repeat scroll 0 92%;
	color:#797979;
	display:block;
	height:25px;
	text-decoration:none;
}

.registerTabItem a span{
	background:transparent url(/images/public/aerRegisterTabsRight.png) no-repeat scroll 100% 92%;
	display:block;
	height:12px;
	padding:7px 11px 6px 13px;
}

.wrapper{
	width:1000px;
	padding:0;
	height:auto;
	text-align:left;
	margin: 35px auto;
}

.content{
	width: 800px;
}

.printTitle{
	border-bottom:1px solid #666666;
	margin:0 0 15px;
	padding:0 0 5px;
	width:1000px;
}

.printTitleLeft{
	float:left;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:22px;
	font-weight:lighter;
	text-align:left;
	width:600px;
	padding-top: 20px;
}

.printTitleRight{
	float:right;
	text-align:right;
	width:200px;;
	height: 55px;
}

.printOfferBox{
	border:1px solid #E3E3E3;
	float:left;
	margin:0px 0px 20px 0px;
	padding:10px;
	width:1000px;
}

.printOfferBoxTitle{
	border-bottom:1px solid #E3E3E3;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
}

.printInfoImg{
	float:right;
	width:270px;
	text-align: right;
}

.printInfoDetails{
	float:left;
	width:100%;
}

.printInfoDetailsLeft{
	float:left;
	width:720px;
}

.printInfoItem{
	width: 350px;
	margin-left: 10px;
	float: left;
	padding: 2px 0px 3px 0px;
}

.printInfoItemLeft{
	color:#333333;
	float:left;
	font-weight:bold;
	line-height:15px;
	width:150px;
}

.printInfoItemRight{
	color:#333333;
	float:left;
	line-height:15px;
	width:200px;
}

.siteMapN1{
	margin: 3px 0px;
}

.siteMapN1 a{
	color:#C52239;
	cursor:pointer;
	font-size:14px;
	text-decoration:underline;
}

.siteMapN2{
	margin:2px 0px 2px 50px;
}

.siteMapN2 a{
	color:#C52239;
	cursor:pointer;
	font-size:12px;
}

.siteMapN3{
	margin:1px 0px 1px 100px;
}

.siteMapN3 a{
	color:#c52239;
	cursor: pointer;
	text-decoration: none;
}


/* carousel_photo carousel */
#carousel_photo {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 760px; /* important */
	height: 115px; /* important */
	margin: 0px;
	padding:0px;
	background: #EFEFEF;
	border: 1px solid #e3e3e3;
}

#carousel_photo_frame {position: relative !important; position: absolute; }
#carousel_photo_previous {float: left; background: #EFEFEF; width:21px; height:75px; padding-top:45px;}
#carousel_photo_next {float: right; background: #EFEFEF; width:25px; height:75px; padding-top:45px; text-align: right}


#carousel_photo_content {
	position: absolute;
	top: 0;
	padding:0px;
	margin: 0px 21px 0px 21px;
	width: 50000px;
}

#carousel_photo_content li {
	list-style: none;
}
#carousel_photo_content {
	height: 115px;
}
#carousel_photo ul li {
	display: block;
	float: left;
	background-color: #EFEFEF;
	margin: 10px 2px;
}
#carousel_photo ul li img {
	display: block;
	cursor:pointer;
}

.carousel_photo_selected
{
	background: #A24451;
}

.carousel_photo_over
{
	background: #A24451;
}

.carousel_photo_box
{
	padding: 4px;
}

/* /avatar carousel */

.dealerSearchItem{
	text-align: center;
	width: 110px;
	height: 120px;
	float: left;
	margin-right: 5px;
	corder: 1px solid #d4d4d;
}

.dealerSearchItemImg{
	margin: 4px 0px;
	cursor: pointer;
}

.dealerSearchItemName{
	margin: 0px 0px 5px 0px;
}

#joinNowText{
	float:right;
	padding:10px;
	width:320px;
	line-height:16px;
}

.secondFooterMenu{
	float: right;
	margin-top: 15px;
}

.topAd{
	text-align: center;
	margin-top: 45px;
}

.lastMembersItem{
	margin-bottom:5px;
	float:left;
	width: 69px;
	text-align: left;
}

#videoBox{
	position: relative;
}

.videBox{
	position:absolute;
	width:25px;
	height:25px;
	top:45px;
	left:80px
}

.homeBlogListing{
	width:355px;
	height:auto;
	margin-bottom:20px;
}

.homeBlogListingLeft{
	float:left;
	width:140px;
	height:auto;
}

.homeBlogListingRight{
	float:right;
	width:200px;
	line-height:15px;
}

.wideBoxHalf{
	width:372px;
	height:auto;
}

.wideBoxHalfImg{
	float:left;
	margin:0px 3px 3px 0px
}

.left15{
	margin-left: 15px;
}

.right10{
	margin-right: 10px;
}

.cols3{
	width: 195px;
	float: left;
}

.cols3T2{
	width: 190px;
	float: left;
}

.cols4T2{
	width: 145px;
	float: left;
}

.footerMenu{
	float: right;
	text-align: right;
}

.quickSearchItem{
	width:190px;
	float: left; 
}

.quickSearchItem .quickSearchInput{
	background-color:#FFFFFF;
	border:1px solid #E0E0E0;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	margin-bottom:0;
	margin-top:3px;
	padding:4px;
	width:165px;
}

.quickSearchItem .quickSearchSelect{
	background-color:#FFFFFF;
	border:1px solid #DCDCDC;
	color:#555555;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:11px;
	margin-top:3px;
	padding:3px 4px;
	width:175px;
}

.quickSearchItemRadio{
	float: left;
	width: 120px;
	padding-top: 5px;
}

.quickSearchItemRadio input{
}

.orderIconField{
	width: 100%;
}
.orderIcon{
	float:left;
	margin-left:5px;
	margin-top:2px;
}

.join{
	background:transparent url(/images/public/joinM.png) no-repeat scroll left center;
	height: 20px;
	padding-left: 30px;
}

.loggedOnBannerItemImg{
	width: 260px;
	height: 180px;
	text-align: center;
	overflow:hidden;
}

.buildFilter{
	margin: 5px; 
	text-align: left; 
	padding: 2px;
}

.filterListingItem{
	border-bottom:1px solid #e3e3e3;
	float:left;
	margin:4px 20px 0px 0px;
	padding: 4px 0px;
	width: 226px;
}

.filterListingItemText{
	float: left;
	width: 215px;
}

.buildFilterListingItem{
	width: 130px;	
	margin:3px 0px 0px 0px;
	padding: 3px 0px;
	border-bottom:1px dotted #e3e3e3;
}

.buildFilterListingItemText{
	float: left;
	width:115px;
}

.buildFilterDelete{
	cursor: pointer;
	float: right;
	width: 10px;
	padding-top: 2px;
}

.filterListingItemDelete{
	cursor: pointer;
	float: right;
	width: 10px;
}
