/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,	del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,	b, u, i, center,	dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
    { margin: 0; padding: 0; border: 0;	outline: 0;	font-size: 100%; vertical-align: baseline; background: transparent;}
  body {line-height: 1;}
  ol, ul {list-style: none;}
  blockquote, q {quotes: none;}
  blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
  :focus {outline: 0;}
  ins {text-decoration: none; }
  del {text-decoration: line-through;}
  table {border-collapse: collapse; border-spacing: 0;}

/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	
  body {  background: #BBD6E4 url(img/bg.png) repeat-x 0 0px; 
      font: 62.5% verdana, arial, 'lucida grande', tahoma, sans-serif; text-align: center;}
  html, body {height: 100%;}
  hr { display: none;	}
  strong { font-weight: bold;}
  em { font-style: italic;}
  abbr, acronym { border-bottom: 1px dotted #999; cursor: help;}
  input, textarea, select {font: 1.2em Arial, Helvetica, sans-serif;}
  a {color: #0066CC; text-decoration: none;}
  a:hover, a:active {color: #ff0000; text-decoration: none;}
	
/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	
  .hide {display: none;}
  .clearfix {clear: both; overflow: hidden;}

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------*/
  .container { width: 970px; margin: 0 auto; text-align: left; color: #333;}
	#header { height: 162px; padding-left: 10px; width: 960px; position: relative;}
	#content-wrapper { background: #ffffff; margin:0 0 0 10px; padding: 0px; width: 960px;}
    .content-wrapper-padding {padding: 15px; display: block; overflow: hidden; }
	#wrapper { width: 682px; float: left;  overflow: hidden;}
	#content { width: 360px; float: left;}
	#inner-sidebar { width: 250px; float: right;}
	#sidebar { width: 235px; float: right;  overflow: hidden;}
	#footer {}

/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	
  #header { background: url(img/mongolia.jpg) no-repeat 10px 28px;}
	#header h1, #header h1 span, #header .logo a, #header .logo span {
		display: block; width: 265px; height: 95px; overflow: hidden; cursor: pointer;
	}
	#header h1,	#header .logo { position: absolute;	top: 0; left: 0px;	}
	#header h1 span, #header .logo span {	position: absolute; top: 0; left: 0; z-index: 10; 
    background: url(img/logo.jpg) no-repeat;}
	#accessibility-links { position: absolute; left: -1000em; text-align: left; }
  #about { position: absolute;right: 0px; font-size: 1.1em; line-height: 24px; top: 0px; color: #2B609F;}
    #about li {display: inline; padding: 0 0 0 10px; height: 24px; line-height: 25px;}
    #about a { color: #C9DCE4; text-decoration: none; }
    #about a.selected, #about a:hover {color: #FF0;}
  /*
  .description { position: absolute; left: 260px; font-size: 11px; line-height: 1.5em; top: 38px; color: #afeeee;
    font-family: 'lucida grande', Tahoma, Verdana, Arial, sans-serif;}    
  .description strong {font-size: 14px;}
  */
  #lang { position: absolute; right: 0px; font-size: 12px; line-height: 1.5em; top: 35px; display: none; }
    #lang li {display: inline; padding: 0 0 0 10px; height: 24px; line-height: 24px;}
    #lang a {color: #fff; font-weight: bold;}
    #lang a.selected, #lang a:hover {color: #FF0;}
    
  #top-navigation { position: absolute; left: 10px; top: 100px; width: 960px; height: 66px; padding:0; }
    #top-navigation { background: transparent url(img/bg_nav.gif) repeat-x bottom left; }
    #top-navigation ul {margin:0; padding:0; display: block;}
    #top-navigation li {display: block; float:left; color: #ccc; font-size: 12px; font-weight: bold; text-transform: uppercase;  letter-spacing: 0px; margin:0; padding:0;}
    #top-navigation li a {background: #BBD6E4; color: #1A3A61; padding: 6px 15px 6px 15px; margin: 6px 3px 0 0; display: block; float:left;} 
    #top-navigation li.selected a {background: #1A3A61; color: #FFFFFF; padding: 10px 15px; margin: 0px 3px 0 0;}
    #top-navigation li ul {width: 953px; background: #1A3A61; display: none; overflow: hidden; 
      position: absolute; top: 33px; left: 0px; padding-left: 7px;}
    #top-navigation li.selected ul {display: block;}
    #top-navigation li li {font-size: 11px;  font-weight: bold; text-transform: none;}
    #top-navigation li li span {margin: 0 3px 0 0; padding: 10px 0px 10px 7px !important; display: block; float:left;}
    #top-navigation li li a { background: #1A3A61; color: #FFFFFF; padding: 10px 8px !important; margin: 0 3px 0 0; } 
    #top-navigation li li a:hover { color: #FFFF00 !important; margin: 0 3px 0 0; padding: 10px 8px !important; background: url(none);  } 
    #top-navigation li.mytrendy {float:right;}
    #top-navigation li.mytrendy a {margin-right: 0 !important; background: #FF6600; color: #FFFFFF;}
    /* #top-navigation li.mytrendy li a {padding: 8px 8px 9px 8px !important; background-color: transparent}
		#top-navigation li.mytrendy ul {border-top: 3px solid #FF6600; } */
    #top-navigation li.mytrendy ul {background: #FF6600;}
    #top-navigation li li.current a {color: yellow}
    
/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
  #content {}
  
  .left {float:left;}
  .right {float: right;}
  
  .entry {
    display: block; 
    overflow: hidden;
    font-size: 11px;
    line-height: 1.4em;
    text-align: justify;
  }
    .entry h2 { margin: 0 0 1.0em 0; padding : 0.25em 0; font: bold 1.5em/1.2em Arial, Verdana, sans-serif; border-bottom: 2px solid #91B6D0;}
    .entry h2 span {color: #FF6600;}
    .entry p { margin: 0 0 1.5em 0;}
    .entry hr {display: block; background-color: #ccc; color: #ccc; height: 1px; border:0; margin-bottom: 15px;}
    .entry h3 {margin: 0.5em 0;}
    .entry img.left {margin-right: 15px; border: 1px solid #999; padding: 1px;}
    .entry img.right {margin-left: 15px; border: 1px solid #999; padding: 1px;}
    
  a.more {float: right; font-size: 1.1em; padding: 5px; margin:0; color: #f30; font-weight: bold;} 
  a.more:hover {color: red; text-decoration: underline;}

  h2 cite {font-size: 12px; font-weight: bold; text-transform: uppercase;font-style: normal;}
  
  .tools {margin-bottom: 8px; text-align: right;}
  .print {background: url(img/print.gif) no-repeat top left; padding-left: 18px;}
  .send-to-friend {background: url(img/send-to-friend.gif) no-repeat top left; padding-left: 18px;}

  .pagination {clear:both;font-size: 11px; text-align: right; padding: 10px 0 10px 0;}
  
  .entry form { margin: 10px 0;}
    .entry form label {width: 100px; overflow: hidden; display: block; float:left; text-align: right; padding-right: 8px;}
    .entry form input {border: 1px solid  #b0c4de; padding: 1px 5px; width: 180px; font-size: 11px;}
    .entry form input.radio {width: auto; vertical-align: top; border:0;}
    .entry form input.checkbox {width: auto; vertical-align: middle; border:0;}
    .entry form td { padding-right: 20px;}
    .entry form select {border: 1px solid  #b0c4de; padding: 1px 0 1px 0px; width: 192px;}
    .entry form textarea {border: 1px solid  #b0c4de; padding: 1px 0 1px 0px; width: 500px;}
    .entry form div {margin-bottom: 5px; display: block; overflow: hidden; clear:left;}
    .entry input.btn {
      background: #2F5F75; width: auto; font-weight: bold; color: #CDE2EB; padding: 2px 8px;
      text-transform: uppercase; font-size: 11px; letter-spacing: 1px; 
      border-top: 1px solid #69A6C2; border-left: 1px solid #69A6C2;
      border-bottom: 1px solid #152933; border-right: 1px solid #152933;
    }
    
  .entry ul {list-style: disc; margin-left: 20px;}
  .message {padding-left: 105px; color: red;}
  .message p {margin:0; padding:0;}
  
/* 2.2.1	Featured
-----------------------------------------------------------------------------------------------*/	    
  #wrapper h2 { margin: 0 0 0.75em 0; padding : 0.25em 0; font: normal 18px/1.2em Arial, Verdana, sans-serif; border-bottom: 2px solid #91B6D0;
    color: #666;
  }

  #featured {display: block; overflow: hidden; margin-bottom: 10px; border-bottom: 1px solid #ccc;}
  #featured ul li {display: inline; float:left; width: 136px; text-align: center;}
  #featured ul li img {border: 1px solid #999; padding: 0px;}
  #featured ul li a {display: block;}
  #featured ul li a:hover img {border-color: #666;}
  
  #stock ul li {display: inline; float:left; text-align: center; border: 1px solid #CCF;
      margin: 0 4px 10px 4px; padding: 0; font-size: 11px; line-height: 1.5em; font-family: Tahoma, Verdana, Arial, sans-serif;}
  #stock ul li img {margin: 3px; width: 155px; width: 210px; height: 158px; }
  #stock ul li a {display: block; padding-bottom: 10px;}
  #stock ul li a:hover { background: #D7E1EE; }
  #stock ul li a:hover img {border-color: #666;}
  #stock .car {font-size: 12px; font-weight: bold; display: block;}
  #stock .year {color: #444; font-weight: bold; display: block;}
  #stock .price {font-size: 12px; color: #f00;  font-weight: bold; display: block;}
  #stock .price cite {font-size: 10px;  color: #666; font-style: normal;}
  .opt { height: 16px; line-height: 16px; padding-left: 20px; font-weight: normal !important;
  		background: url(img/options.gif) no-repeat 0px 0px; color: #111; margin: 3px 0; display: none;}
  .check {background-position: 0px -16px; display: block;}
  
/* 2.2.2	Home Spesific
-----------------------------------------------------------------------------------------------*/	  
  .home-wrapper h3  {font-size: 13px; padding: 0 0 3px 0; margin: 0 0 3px 0; border-bottom: 1px solid #91B6D0; color: #000;}  
  .half-home {width: 335px; text-align: left; line-height: 1.5em; font-size: 11px;}
  .howto-home {background: url(img/home_howto_bg.jpg) no-repeat top left; 
    padding: 10px; height: 150px; display: block; overflow: hidden; margin-bottom: 8px;} 
  .about-home {background: url(img/home_about_bg.jpg) no-repeat top left; padding: 10px; height: 124px; 
    text-align: right; display: block; overflow: hidden; margin-bottom: 8px;} 
  .about-home h3 {border:0; text-align:left; padding-left: 13px;}
  
  .half-home h4 {margin-top: 3px;}
  .half-home li {margin-bottom: 8px;}
  .half-home .date {font-size: 9px; line-height: 1.0em;}
  .half-home .right {text-align: right; display: block;}

  

  
/* 2.3	Inner Sidebar
-----------------------------------------------------------------------------------------------*/	

/* 2.4	Sidebar
-----------------------------------------------------------------------------------------------*/	
  #sidebar { font-size: 1.1em; line-height: 1.2em;}
    .side-contact {border:1px solid #BBD6E4; padding: 7px; text-align: center; margin-bottom: 8px;}
    .side-step { margin-bottom: 8px;}
    .side-currency {margin-top: 10px;}
    .side-currency table {margin-top: 5px;border-right: 1px solid #ccc; border-top: 1px solid #ccc; margin-left: 1px;}
    .side-currency table td {
      border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;
      padding: 5px 8px;
      font-size: 10px;
      text-align: right;}
    .side-box {
      background: url(img/side-box.gif) no-repeat top left; height: 105px; margin-bottom: 8px;
      padding: 10px;
    }
    .side_search {
      border: 1px solid #eee;
      padding: 10px;
      margin-bottom: 7px;
    }
		.side_search #maker_id, .side_search #car_name_id {width:100%;margin-bottom:5px;}
    
/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	
  #footer-wrapper { clear: both; position: relative; margin: 0 0 0 10px; padding-bottom: 15px;}
  #footer { width: 960px; margin: 0 auto; position: relative;
      text-align: left; font-size: 1.1em; line-height: 1.3em;
      border-top: solid 1px #EEE; padding: 7px 0; color: #333;}
    #footer p { margin-bottom: 0.5em;}
    #footer #designby { position: absolute; right: 0; }


/* 2.5	Car Detail
-----------------------------------------------------------------------------------------------*/	
  #car-detail {width: 340px; float:right; padding: 0; font-size: 11px; margin:0;}    
    #car-detail table {width: 100%}
    #car-detail tr.o td { background: #f0f0f0;}
    #car-detail td {padding: 4px 5px; line-height: 1.2em;}
    #car-detail td:first-child {font-weight: bold; width: 80px; padding-left: 10px;}
    #car-detail td ul {list-style: disc; margin-left: 15px;}
	#car-image {position:relative; margin-top: 0px; width: 330px; float: left;}
  #car-image .nav  {display: block; overflow: hidden; clear: both; font-size: 11px; padding:0; margin:0; display: none;}
  #car-image .caption {font-size: 11px;}
  #main_image {height:276px;width:330px;}
  
  /* Used by jQuery Galleria */
  .galleria {list-style:none;width:322px; padding: 4px;clear:both;  background: #eee; overflow: hidden;}
  .galleria li {display:block;width:76px;height:56px;overflow:hidden;float:left;margin:0px 0px 0px 0; 
  padding: 2px;}
  .galleria li a{display:none}
  .galleria li div{position:absolute;display:none;top: 0px; left:0px; padding: 5px;  background: #eee;}
  .galleria li div img{cursor:pointer; width: 320px; height: 240px; position: relative;}
  .galleria li.active div img,.galleria li.active div{display:block}
  .galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
  .galleria li .caption{display:block;padding-top:.5em}
  * html .galleria li div span{width:320px} /* MSIE bug */     
   