/* site defaults */

html, body {
	padding:0;
	margin:0;
	height:100%;
	color: #000000;
}

div {
	padding:0;
	border:0;
}

body {
	background: url(../img/body_bg.gif) ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


img {
	border:0px;
}

a{
	color:#319bd4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	
}

form {
	
	padding:0;
	margin:0;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	background:#e9e9e9;
	border:1px solid #CCCCCC;
	margin: 0 0 5px 0;
	font-size: 12px;
	padding: 1px;
}

input.button {
	background:#65A4CE;
	border:1px solid #333;
}

input.button:hover {
	
	cursor:pointer;
	background:#e9e9e9;
}
input[type=image] {
	border:none;
	background:none;
	margin:0;
	padding:0;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background:#e9e9e9;
	font-size:11px;
	border:1px solid #b5b5b5;
	margin:0px 0 0 0;
	padding:5px;
}
select {
	border:1px solid #b5b5b5;
	margin:0px 0px 0 0px;
	background:#e9e9e9;
}

.ast {
	font-size:13px;
	color:red;	
	font-weight:bold;
}
h1{
	margin:10px 0 10px 0;
	color:#EF8221;
	font-size:16px;
	
}
h2 {
	display:table;
	clear:both;
	
	width:100%;
	margin:0 0 5px 0;
	padding:7px 0px 5px 0px;
	
	color:#333;
	background: #CAE0F0;
	
	border-top:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:10px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	color: #E88126;
	padding: 0;
	margin:10px 10px 0 270px;

}
h5{
	margin:10px 0 10px 0;
	color:#3182AD;
	font-size:14px;
	
}
h5 a {
	color:#319bd4;
	text-decoration:underline;

}
ol li {
	padding:5px;
}

th {
	text-align:left;
	vertical-align:top;
	padding:10px 0 0 0;
}

/* framework */

#shell {
	display:table;
	width:882px;
	background: url(../img/body_vert_rep.png) repeat-y;
	margin:auto;
	padding:0 ;
	
}

#shellpadding{
	margin:0 26px 0 29px;
	
}

/* header */

#header {
	height:96px;
	
}

#header div {
	float:left;
}

/* header logo */
#header #logo {
	height:54px;
	width:299px;
	background: url(../img/logo.gif);
}

#header #logo a {
	display:block;
	height:54px;
	width:249px;
	text-decoration:none;
}

#header #slogan {
	height:54px;
	width:388px;
	background:  url(../img/slogon.gif);
}

#header #woof {
	height:54px;
	width:138px;
	background:  url(../img/micky_top.jpg);
}

/* header links */
#header #links {
	height:42px;
	width:438px;
	float:left;
	display:table;
	margin:0;
	padding:0;
	
}

#header #links ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#header #links ul li{
	display:table;
	float:left;
}


#header #links a {
	display:table;
	float:left;
	margin:0;
	padding:0;
}

#header #mickys-corner {
	height:42px;
	width:386px;
	background: url(../img/micky_crnr_bg.gif);
	text-align:left;
}

#header #mickys-corner a {
	display:block;
	margin:12px 0 0 200px;
	width:20px;
}


/********************************************** start columns *******************************/

.mainContent {
	display:block;
	float:left; 
	margin:8px 0 0 0px;
	padding:0px;
	width: 648px;
}

.mainContent p {
	margin:0;
	padding:10px 0px 0 10px;
	line-height:1.6em;
}
.mainContent img {
	float:left;
	margin: 0 10px 0 0;
}

#threecolwrap {
	float:left;
	width:824px;
}

/*************************************** right column ****************************************/
#right-col-wrap {
	display:table;
	float:right;
	width:170px;
	margin:0px 4px 0 0;
	
}

#right-col {
	display:table;
	float:right;
	background: url(../img/banner_side_footer_80.gif) no-repeat 0 100%;
	height:620px;
	overflow:hidden;
	
}

#right-col .banners{
	display:table;
	width:100%;
	border-top:2px solid #fff;
	padding:15px 5px 5px 5px;
	text-align:center;
	
}
#right-col .banners a{
	display:table;
	width:100%;
	text-align:center;
	
}

.firefox {
	text-align:center; 
	padding:10px 0px 10px 0px;
	margin:0 10px 0 5px;
	background:#E8E8E8;
}

/************************ MY ACCOUNT *********************************/

#my-account-wrap {
	display:table;
	background:#FFFFFF;
	padding:10px 5px 10px 5px;
	border-bottom:2px solid #fff;
	margin:0;
}
#my-account {
	display:table;
	width:150px;
	background:#3182AD;
	
	padding:0px;
	margin:0 ;
	font-size:10px;
	/*background:url(../img/my_chase_title.gif) #fff no-repeat top;*/
}
#my-account ul {
	width:100%;
	margin:0;
	padding:0 0 0 10px;	
}
#my-account ul li {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	line-height:16px;
}
#my-account ul a {
	display:block;
	color:#fff;
	text-decoration:underline;
}

#my-account img {
	padding:0;
	margin:0;
}



#accountItems img {
	float:left;
	width:60px;
}
.top {
	width:156px;
	height:6px;
	margin: 0px;
	background: url(../img/my_chase_bgTop.gif) no-repeat bottom;
}

.bottom {
	width:156px;
	height:5px;
	margin:0 ;
	background: url(../img/my_chase_bgBot.gif) no-repeat top;
}
.welcome {
	font-weight:bold;
	font-size:10px;
	color:#333;
}





/* 2 column wrapper */
#leftcolwrap {
	display:block;
	float:left;
	clear:left;
	
	width:200px;
	padding:15px 0 0 0;
	margin:0 0 10px 0;
}

#leftcolwrap .footer {
	display:block;
	height:5px;

	background: url(../img/footer_srchinv.gif) no-repeat;
	
}

/*********************************** BROWSE SECTION ***************************************/
#browse {
	padding:0;
	height:34px;
	overflow:hidden;
	clear:both;

	
}

#browse h1 {
	margin:0;
	background:  url(../img/title_buy_sell.gif) no-repeat ;
	/* TRICK: hides h1 text while retaining accessibility */
	height:0;
	padding-top:34px;
	overflow:hidden;
	/* END TRICK */
	width:648px;
}



#browse .member {
	margin:0;
	background:  url(../img/title_member_area.gif) no-repeat ;
	/* TRICK: hides h1 text while retaining accessibility */
	height:0;
	padding-top:34px;
	overflow:hidden;
	/* END TRICK */
	width:648px;
	
}

#browse-breadcrumb {
	display:table;
	margin: 0 1px 0 1px;
	padding:5px;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	width:100%;
	background:#e8e8e8;
}

#browse-wrap {
	display:block;
	float:left;
	width:645px;
	background:#fff;
	color:#333;
	/*margin: -1px 0px 0 0px;*/
	border:1px solid #999;
	border-top:none;
	border-bottom:none;
	
	
}
#browse-wrap h2 {
display:table;
	padding:7px 0px 5px 0px;
	color:#333;
	background: #CAE0F0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*border-right:1px solid #808080;
	border-left:1px solid #808080;
	border-top:1px solid #808080;*/
	border-bottom:none;
}




#browse-wrap .contentPad {

	margin:0 0px 0 0;
	padding:10px;
	/*border-left:1px solid #808080;
	border-right:1px solid #808080;*/
}


#browse-wrap input, select {
	margin:5px 0 0 3px;
}

#browse-wrap p {
	margin:10px 0 10px 0;
	padding:0;
}



#browse-wrap .red {
	margin:0 0 0px 0;
	padding:7px 5px 5px 10px;
	background: #e8e8e8;
	border-bottom:1px solid #b5b5b5;
	border-top:1px solid #b5b5b5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}

#browse-wrap ul {
	float:left;
	list-style:none;
	margin:0 40px 0 0px;
	padding:0;
}

#browse-wrap ul li{
	margin:2px 0 0 10px;
}

#browse-footer {
	display:table;
	float:left;
	height:5px;
	width:648px;
	background: url(../img/footer_main.gif) no-repeat;
}

#place-add {
	display:table;
	margin:0px 0 0 0;
	clear:left;
	
}

#place-add h1 {
	padding:0;
	margin:0;
	background:  url(../img/title_placeadd.gif);
	/* TRICK: hides h1 text while retaining accessibility */
	height: 0px;
	padding-top:62px;
	overflow:hidden;
	/* END TRICK */
	width:231px;
}

#place-add p {
	display:table;
	padding:10px;
	margin:0 0 0 1px;
	border:1px solid #b5b5b5;
	border-top:0;
	border-bottom:0;
	width: 207px;
	height: 218px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	line-height:18px
}

#place-add .footer {
	display:block;
	height:6px;
	background: url(../img/footer_placead.gif);
	font-size:1px;
}


#search-inventory {
	display:block;
	margin:0px 0 0 0;
	padding:35px 0 0 0;
	background:  url(../img/title_searchinventory.gif)  no-repeat;
	
}

#search-inventory h1 {
	margin:0;
	padding:0;
	background:  url(../img/title_searchinventory.gif)  no-repeat;
	/* TRICK: hides h1 text while retaining accessibility */
	height: 0px;
	font-size:0px;
	padding-top:35px;
	overflow:hidden;
	/* END TRICK */
	
	
}

#searchWrap {
		display:table; 
		
}

#blockWrap {
	margin:0 1px 0 0;
	border:1px solid #808080;
	border-top:none;
}
#searchBlock1 {
	display:table;
	float:left;
	width:180px;
	height:140px;

}

#searchBlock2 {
	display:table;
	height:140px;
	margin:0 0 0 0;
	border-left:1px solid #808080;

}

#searchBlockContent {
	display:block;
	margin:auto;
	padding:5px 10px 5px 0px;
}

#searchBlockContent2 {
	display:table;
	float:left;
	margin:10px 0px 5px 13px;
	text-align:center;
}

.categories {
	display:table;
	float:left;
	width:150px;
	height:22px;
	font-size:12px;
	text-align:center;
	}
	

.categories a {
	display:table;
	width:100%;
	margin:5px 0 0 0;
	text-decoration:underline;
}


.formRow {
	display:block;
	float:right;
	padding:5px 0px 5px 0px;

}




/********************** FEATURED LISTINGS **********************/


#featured-wrap {
	display:table;
	background:#FFFFFF;
	padding:0px 5px 10px 5px;
	border-bottom:2px solid #fff;
	margin:0;
	width:100%;
}
#featured{
	display:table;
	width:156px;
	background:#e8e8e8;
	
	padding:5px 0 5px 0;
	margin:0 ;
	font-size:10px;
	/*background:url(../img/my_chase_title.gif) #fff no-repeat top;*/

}

#featured img{
	margin:10px 0 0 0;
	border:1px solid #666;

}

.featured-top {
	width:156px;
	height:34px;
	margin: 0px;
	background: url(../img/featured_title.gif) no-repeat bottom;
}

.featured-bottom {
	width:156px;
	height:5px;
	margin:0 ;
	background: url(../img/featured_bottom.gif) no-repeat top;
}

#featured .listings {
	
}
#featured .listings td{
	border-left:1px solid #e8e8e8;
}



#featured img {
}

#featured .viewall {
	display:table;
	float:left;
	margin:-26px 0 0 145px;
	
}


#featured h1{
	float:left;
	/* TRICK: hides h1 text while retaining accessibility */
	height: 0px;
	width:0px;
	padding:36px 0 0 0px;
	overflow:hidden;
	 /*END TRICK */
}

#featured .bottom {
	display:table;
	float:left;
	clear:left;
	margin:0;
	font-size:1px;
	height:6px;
	width:100%;
	background: url(../img/footer_featured.gif) no-repeat bottom left;
	
}

/*** ADVANCED SEARCH ***/

#advanced {
	float:left;
	margin:0px;
	margin-top:11px;
	width:100%;
	padding-bottom:10px;
}

#advanced h1{
	padding:0;
	margin:0;
	background: url(../img/title_adsrch.gif);
	/* TRICK: hides h1 text while retaining accessibility */
	height: 0px;
	padding-top:36px;
	overflow:hidden;
	/* END TRICK */
}

#advanced h2 {
	padding: 8px 0px 8px 16px;
    margin:0;
    background: url(../img/title_bg.gif);
	color: #e98934;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	
}

#advanced .breadCrumb{
	padding:5px 0 0 5px;
	margin: 0 0 0 1px;
	height:20px;
	background:#E8E8E8 url(../img/footer_advanced.gif) no-repeat 50% 100%;
	border: 1px solid #b5b5b5;
	border-top:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:9px;
	font-weight:bold;
	text-align:left;
}

#advanced .contentBox{
	margin: 0 0 0 1px;
	font-family:Arial, Helvetica, sans-serif;
}

/*** FORM STYLES ***/
/* MAIN FORM DIV */
.contentBox .formStyle{
	padding-top:20px;
	float:left;
	width:667px;
	border:1px solid #b5b5b5;
	border-top:none;
	border-bottom:none;
	/*background:#FFFFFF url(../img/search_tip.gif) no-repeat 50% 100%;*/
	background-color:#FFFFFF;
	background-image: url(../img/search_tip.gif);
	background-repeat:no-repeat;
	/*background-position:360px 50px;*/
	background-position:83% 7%;
}

/* ALL LABELS - FORMATTING */
.formStyle label{
	font-size:12px;
	font-weight:bold;
	color:#216d96;
		/*vertical-align:top;*/
}

/* ALL DIVS - BLOCK ELEMENT */
.formStyle div{
	display:block;
	padding:0px 10px 0 0;
}

/* ALL SELECTS - FONT SIZE */
.formStyle select{
	font-size:10px;
}

/* ALL INPUTS - FONT SIZE */
.formStyle input{
	font-size:10px;
}
/* END: MAIN FORM DIV */




/****** END: CLASSES FOR LABELS ******/



/*** END ADVANCED SEARCH ***/

.listings{
	border-bottom:1px solid #888;
}

.listings div{
	display:block;
	width:164px;
	text-align:center;
	float:left;
	margin:5px 0 0 0;
}

.listings div span {
	border:2px solid #0D4D73;
	display:block;
	width:150px;
	height:100px;
	margin:0 5px 5px 5px;
}

.listings div p {
	border-top:1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
	background:#F1F1F1;
	display:block;
	padding:3px;
	margin:0px;
}

.listings div a {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#0D4D73;
}

#listingTable {
	border:1px solid #888;
}

#listingTable img{
	padding:0;
	margin:0;
}


#listingTable th {
	background:#e9e9e9;
	border-bottom:1px solid #888;
	padding:8px 0 8px 0;
	text-transform:uppercase;
}
#listingTable th a {
	text-decoration:underline;
}



#listingTable .number {
	text-align:center;
	vertical-align:top;
	border-bottom:1px solid #888;
	width:10px;
}

#banners {
	float:left;
	width:670px;
	padding-bottom:10px;
}

.price {
	color:#CC0000;
	font-weight:bold;
}



#banners h1{
	padding:0;
	margin:0;
	background: url(../img/banner_header.gif);
	/* TRICK: hides h1 text while retaining accessibility */
	height: 0px;
	padding-top:13px;
	overflow:hidden;
	/* END TRICK */
}

#banners p {
	margin:0px 3px 0 1px;
	padding:10px;
	background:#E8E8E8 url(../img/banners_footer.gif) no-repeat 50% 100%;
}
#banners p img {
	margin:0px 2px;
	padding:0px;
	background:#E8E8E8 url(../img/banners_footer.gif) no-repeat 50% 100%;
}

#contactTitle {
	display:table;
	margin:8px 0 0 1px;
	padding:0px;
	height: 35px;
	width:100%;
	
}

#contactTitle h1 {
	margin:0;
	padding:0;
	background:  url(../img/title_contactUs.gif) no-repeat;
	height:35px;
	/* TRICK: hides h1 text while retaining accessibility 
	height: 0px;
	padding-top:35px;
	overflow:hidden;
	 END TRICK */
}

#contactForm {
	display:table;
	text-align:left;
	
}



/************************  DROP DOWN MENUS ***************************/

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#listingActions {
	display:block;
	float:right;
	
	width:177px;
	margin:10px 10px 0 15px;
	
}
#listingActions ul {
	display:block;
	float:left;
	list-style-type:disc;
	
	margin:0px;
	padding:5px 5px 5px 20px;
	line-height:18px;
	background: url(../img/listing_actions_rep.gif) repeat-y;
}


#listingStats {
	display:block;
	font-size:10px;
	margin:0 0 10px 10px;
}

#listingDetails {
	display:table;
	float:right;
	width:280px;
}

#listingImage {
	display:block;
	clear:left;
	float:left;
	width:310px;
	margin:5px 5px 5px 10px;
}
#listingImage img{
	border:1px solid #333;
}

/*** not using listingnav drop menu now ****/ 

#listingnav {
	float:left;
	clear:right;
	margin: 0 20px 0 40px;
	padding:0 20px 0 40px;
	list-style: none;
	height:27px;
	width:134px;
	background: url(../img/btn_actions.gif) no-repeat;
}
#listingnav ul {
	list-style: none;
}

#listingnav a {
	display: block;
	color:#fff;

	
	
}

#listingnav li {
font-size:12px;
padding:7px 0 0 25px;
	float: left;
	
	list-style-type:none;
	
}
#listingnav li img {
}

#listingnav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	background:#129BDF;
	border:1px solid #333;
	
}

#listingnav li ul li{
	width:100%;
	padding:5px;
}

#listingnav li ul li a {
	width:100%;
}

#listingnav li:hover ul {
	z-index:10;
	left: auto;
}

#listingnav li.sfhover ul {
	left: auto;
	
	margin:38px 0 0 -155px;
}



/************************* FOOTER **************************************/

#footer {
	display:table;
	float:left;
	
	margin:20px 4px 0 4px ;
	border-top:2px solid #333;
	padding-top:10px;
	background:#3182AD;
	color:#fff;
}

#footer a {
	color:#fff;
}
#footer td {
	color:fff;
}

/****************** EXPANDABLE CONTENT **************/

.handcursor{
cursor:hand;
cursor:pointer;

}

h3 {
	padding: 0 0 0 130px;
	margin:0;
	font-size:12px;
}

h3:hover {
text-decoration:underline;
}

#expandContent {
	padding:15px;
	background:#F6FBFE;

}

/********************************* VEHICLE DETAILS *********************/

/* TOOL BAR */
#toolbar{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	background: url(../img/toolbar_bg.gif) no-repeat;
	height:24px;
	margin:9px;
	width:420px;
	
	
	
	
}

#toolbar a {
	display:block;
	float:left;
	
	color:#fff;
	font-size:9px;

	text-align:left;
	text-decoration:none;
}

#toolbar a:hover {
	text-decoration:underline;
}
/* END TOOL BAR */
	
	.photo{
            padding:2px 2px 2px 8px;
}

.pagination {
	text-align:center;
	margin:0 0 5px 0;
	font-size:16px;
}

.pagination a {
	
}


#gridView table {
	margin:0 0 0 10px;

}

#gridView .padder {
	display:block;
	clear:both;
	padding:5px 0 0 0px;
	text-align:center;
		border:1px solid #000;

}
#searchAdv td{
}

#bold td {
	color:orange;
}

.dealerView {
	display:table;
	float:left;
	clear:both;
	margin:5px 0 0 10px;
}

#dealerLogo {
	display:table;
	width:100%;
	text-align:center;
}
#dealerLogo img {
	float:none;
}

.checkAll {
	width:60px;
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
	color:blue;
}
.totalChecked {
	text-align: right;
	
}




#dealerBannerList {
	float:left;
	width:300px;
	margin:10px 0;

}

#dealerBannerList ul {
	font-size:24px;
}

#dealerBannerList li {
	display:table;
	margin: 5px 0;
}

#dealerList {
	float:left;
	width:250px;

}

#dealerList ul {
	display:block;
	margin:10px;
	font-size:24px;
}

.storefrontBanners {
	display:table;
	float:right;
}