/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.2em 0.5em .5em 0; /* padding for the news article summary */
    margin: 0 0.5em .5em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummary img{
width:auto;
height:120px;
margin:0;
padding:0;
}

#contentbox .NewsSummary img{
margin:0;
padding:0;
}

.NewsSummary p{
margin:0;
padding:0;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummarySummary p {
margin-top:0;
padding-top:0;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
padding-bottom:10px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {padding:0 0 10px 0;}

/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Menu' */
/********************
MENU
*********************/


#menu_vert ul {padding:0; margin:0;}
#menu_vert {
   padding:0;
   margin:1em 1em 1em 1em;

}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #ababab;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 4.5em 0.8em 1.5em; /* some air for it */
   color: #fff; /* this will be link color for all levels */
   background: /*url(images/cms/arrow-right.gif)*/ no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 2.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   
}

/* hover state for all links */
div#menu_vert a:hover {
   background: url(./images/chsc/li_arrow_hover.gif) 162px center no-repeat #404040;
}
div#menu_vert a.activeparent:hover {
   /*background-color: #C3D4DF;*/
   color: #fff;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   
   /*background-color: #385C72;*/
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   /*background: url(./images/chsc/li_arrow.gif) no-repeat 0.4em center;*/
   /*background-color: #385C72;*/
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #fff;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(./images/chsc/li_arrow.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #fff;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Menu' */

/* Start of CMSMS style sheet 'Layout Merc 2009' */
body{background-colour:#404040; background:#404040 url(./images/chsc/body_bg.gif) repeat-x 0 0; margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#404040;}

#content img, div, h1, h2, h3, h4, h5, h6, td {margin:0; padding:0;border:0;}

#content table td p {margin:0; padding:0;}

#content p{line-height:18px;}

#content ul, li{list-style:none;}

#content ul, li {margin:0; padding:0;}

#pagewrapper{width:764px; margin:0 auto;}


#banner{width:760px; height:149px; margin:40px 0 0 0; padding:0; float:left; background:#000;}
/*#banner h1{width:388px; height:150px; background:url(./images/chsc/logo.gif); display:block; float:left;}
#banner h1#logo_specialistcars{background:url(./images/chsc/logo3.gif);}
#banner h1 a{width:388px; height:150px; display:block; float:left;}
#banner h1 span{display:none;}*/

#header h1{
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
}

#banner #logo{width:388px; height:150px; float:left;}
#banner div#flash{float:left; width:372px; height:150px;}
#banner img{border:none;}

#content{width:760px; background:#7f7f7f url(images/chsc/bg_content.jpg) 0 0 repeat-y; float:left; padding:0; margin:0;}

#content_merc{width:760px; background:#7f7f7f url(images/chsc/bg_content.jpg) 0 0 repeat-y; padding:0; margin:0;}

#sidebar{width:200px; float:left; background:url(./images/chsc/sidebar_bg.gif) repeat-x top #7f7f7f; margin:0; padding:0 0 11px 0;}
/*#sidebar{width:199px; border-right:1px solid #fff; float:left}*/

#main{float:left;width:559px; background:#fff; border-left:1px solid #fff;}
#saab_box{width:280px; height:158px; background:url(./images/chsc/saab.gif); float:left; margin:0 0px 0px 0;}

#saab_box.limo{width:280px; height:158px; background:url(./images/chsc/tile_latestoffers.jpg); float:left; margin:0 1px 0px 0;}


#new_stock{width:186px; height:158px; background:url(./images/chsc/newcars.jpg); float:left; margin:0 1px 0px 0;}

#sale_top{width:186px; height:158px; background:url(./images/chsc/tile_sale_top.jpg); float:left; margin:0 1px 0px 0;}
#sale_bottom{width:186px; height:158px; background:url(./images/chsc/tile_sale_bot.jpg); float:left; margin:0 1px 0 0;}

#limo_top{width:278px; height:158px; background:url(./images/chsc/tile_limo_top.jpg); float:left; margin:0 0px 0px 0;}
#limo_bottom{width:278px; height:158px; background:url(./images/chsc/tile_service.jpg); float:left;margin:0;}

#cars{width:185px; height:158px; float:left; margin:0 1px 0px 0;border:0;}


#chrysler2_box{width:185px; height:52px; float:left; margin:0; padding:0; background:url(./images/chsc/chrysler2.gif); margin:1px 0 0 0;border:0;}
#chrysler2_box a{width:185px; height:52px; display:block;border:0;}

#dodge_box{width:185px; height:52px; float:left; margin:0; padding:0; background:url(./images/chsc/dodge.gif);}
#dodge_box a{width:185px; height:52px; display:block;}


#jeep_box{width:185px; height:53px; float:left; margin:0; padding:0;background:url(./images/chsc/jeep.gif);}
#jeep_box a{display:block; width:185px; height:53px;}


#search_box{width:270px; height:98px; background:url(./images/chsc/search_box3.gif) no-repeat; float:left; margin:0 1px 0px 0; padding:60px 0 0 10px;}
*html #search_box{overflow:hidden;}

#search_box select{font-size:9px; height:18px; border:1px solid #bbb; color:#6f6f6f;}
#search_box .srch_frmelement{border:1px solid #afb7c5; margin-bottom:0.6em; width:150px;}
#search_box .srch_submit{margin:8px 0 0 90px;}
#search_box label {clear:left; display:block; width:75px; float:left; text-align:left; padding:4px 0 0 15px; font-size:11px;}


#latest_news_box{width:178px; height:117px; background:url(./images/chsc/latest_news.gif); float:left; margin:0 1px 0 0; padding:42px 0 0 8px;overflow:hidden;clear:both;}
#latest_news_box p{line-height:1.6em; padding:0 0 5px 0; display:none;}
#latest_news_box a{text-decoration:underline; color:#353535; font-weight:900;}
#latest_news_box a:hover{text-decoration:none; }
#latest_news_box .NewsSummaryPostdate{display:none;}
#NewsPostDetailCategory{display:none;}
#NewsPostDetailAuthor{display:none;}
#main_typicalpage .NewsSummary{margin:0 0 20px 0;}

.NewsSummaryCategory{border:none;}
hr{display:none;}

.NewsSummaryMorelink{display:none;}

#latest_news_box .NewsSummaryLink{margin-top:1px;}
#latest_news_box .NewsSummaryLink a {line-height:13px;}


#gallery_box{width:186px; height:158px; background:url(./images/chsc/gallery.jpg); float:left; margin:0 1px 0 0;}
#specialist_cars_box{width:185px; height:158px; background:url(./images/chsc/specialist_cars.jpg); float:left;margin:0;}
#saab_box a, #new_stock a, #chrysler_box a, #gallery_box a, #specialist_cars_box a, #upcoming_box a,  #sale_top a, #sale_bottom a,#limo_top a, #limo_bottom a {display:block; width:275px; height:158px;border:0; float:left;}
#saab_box a span, #new_stock a span, #cars a span, #gallery_box a span, #specialist_cars_box a span, #upcoming_box a span, #sale_top a span, #sale_bottom a span, #limo_top a span, #limo_bottom a span {display:none;border:0;}

#welcome{border-top:4px solid #c80e25; float:left; width:559px; margin:1px 0 0 0; padding:0 0 30px 0;height:270px;}
#welcome img{margin:0px 0 0 15px;padding:2px; border:1px solid #c80e25;}

*html #welcome{height:300px; overflow:visible;}

#welcome h2{font-weight:100; color:#252525; padding:17px 0 17px 43px; background:url(./images/chsc/welcome_arrow.gif) 20px 19px no-repeat;}
#welcome p{margin:0;padding:0px 30px 10px 40px;}

#footer{width:730px; height:49px; background:url(./images/chsc/footer_bg.gif) repeat-x 0 1px #fff; float:left; padding:20px 0 0 30px; margin:0 0 20px 0; color:#6c6c6c;clear:both;}
*html #footer{height:39px; padding:25px 0 0 30px;}
#footer p{background:url(./images/chsc/footer_arrow.gif) 0 2px no-repeat; padding:0 0 0 20px;}
#footer a{color:#6c6c6c; text-decoration:none;}
#footer a:hover{text-decoration:underline;}

#footer2{width:710px; margin:0 auto; padding:0 0 100px 50px; color:#999999; }
#footer2 a{color:#999999; text-decoration:none;}

/**** TYPICAL PAGE *********/
#main_typicalpage{float:left; width:529px; background:url(./images/chsc/typical_page_bg.gif) repeat-x #d6d6d6; border-left:1px solid #fff; padding:0 30px 0 0; line-height:1.7em;}

#main_typicalpage img{border:5px solid #939393; margin:0 0 10px 11px;}

#main_typicalpage a{color:#c40e24; text-decoration:underline;}
#main_typicalpage a:hover{text-decoration:none;}
#main_typicalpage h2{font-weight:100; color:#252525; padding:35px 0 25px 43px; background:url(./images/chsc/h2_arrow.gif) 20px 37px no-repeat;}

#main_typicalpage #contentbox {padding:0 30px 30px 42px; min-height:300px;}
*html #main_typicalpage #contentbox{height:300px; overflow:visible;}


/*********SPECIALIST CARS**********/
#main_specialistcars{float:left; width:559px; border-left:1px solid #fff; background:url(./images/chsc/specialistcars.gif) repeat-x 0 0px #d6d6d6; padding:0 0 0 0; line-height:1.7em; min-height:650px;}

*html #main_specialistcars{height:650px; overflow:visible;}

#main_specialistcars #gallery_box{border:none; width:186px; margin:0;}
#main_specialistcars #search_box2{float:left; width:185px; height:158px; background:url(./images/chsc/search_box2.gif); border-right:1px solid #fff; border-left:1px solid #fff;}
#upcoming_box{float:left; width:186px; height:158px; background:url(./images/chsc/upcoming_box.gif);}
#main_specialistcars h2{color:#fff; font-weight:100; padding:14px 0 25px 43px; background:url(./images/chsc/h2_arrow_specialistcars.gif) 20px 16px no-repeat;}
/*#main_specialistcars p{padding:0 40px 30px 42px;}*/
#main_specialistcars ul{margin: 0 0 0 0;}
#main_specialistcars ul li{padding:0 0 3px 50px; background:url(./images/chsc/li_arrow_specialist.gif) no-repeat 30px 5px;}

#pagewrapper #content #main_specialistcars #contentbox .picturelist .thumb {background:none;}
.picturelist li {float:right;}

#main_specialistcars #contentbox{padding:0 30px 30px 42px;}
#main_specialistcars #contentbox a{color:#353535; text-decoration:none;}

#footer_specialist{width:730px; height:49px; background:url(./images/chsc/footer_bg_specialist.gif) repeat-x 0 0px #fff; float:left; padding:15px 0 0 30px; margin:0 0 20px 0; color:#6c6c6c;}
*html #footer_specialist{height:39px; padding:25px 0 0 30px;}
#footer_specialist p{background:url(./images/chsc/footer_arrow_specialist.gif) 0 2px no-repeat; padding:0 0 0 20px;}
#footer_specialist a{color:#6c6c6c; text-decoration:none;}
#footer_specialist a:hover{text-decoration:underline;}

iframe{border:none; margin:0 0 0 -10px;}

ol li{list-style:decimal;}

/********* album changes **************/
code{font-family: Verdana; font-size:11px;}

.captcha{padding:10px 0 0 0;margin:0;width:250px;}
.captcha captchapict {padding:0px 0 0 0;margin:0;}
/* End of 'Layout Merc 2009' */

