/*
 *
 * Stylesheet for ^opel
 *
 * @section screen
 * @author Krzysztof ojniewski
 * @version 1.00
 * @copyright zaciecie.pl
 * @media screen
 *
 *
 * @colordef dark blue #6b8c9e
 * @colordef yellow #fae4a4
 */

/* general styles
_________________________________________________*/
@import "reset.css";

body {
 background: #fff;
 font: normal 11px/16px Verdana,Arial,Geneva,Helvetica,sans-serif;
}
a {color: #6b8c9e}
strong {font-weight: bold}
em {font-style: italic}

/* page sections
_________________________________________________*/
.container {position:relative; width: 929px; margin: 5px auto 0}
#content {float: left;width: 100%;background: url('../images/default/content_bg.jpg') repeat-y}
#sidebar {
 background:#fff;
 float: left;
 width: 163px;
 margin-right:1px;
 padding-top: 28px;
}
#sidebar img {float: left}
#sidebar ul {
 float: left;
}
#sidebar li { display: block; clear: both; float:left; width:100%}
#main-content {float: right;width:765px;min-height:680px}
#left-collumn {width: 606px;float:left;}
#main-content p {margin-top: 10px}
#header {
 display: block;
 width: 100%;
 clear: both;
 height: 24px;
 padding-top: 2px;
 background: url(http://www.cst.nevo.pl/gm/opel_2008/www_images/header_bg.gif) repeat-x bottom;
 margin-top: 12px;
}
#header ul li {display: inline}
#header ul a {
 color: #6B8C9E;
 font-size: 10px;
 font-weight: bold;
 text-decoration: none;
 background: url(http://www.cst.nevo.pl/gm/opel_2008/www_images/header_a_bg.gif) no-repeat 0 0;
 padding: 0 9px 0 10px;
}
#header ul a:hover {color:#fae4a4}
#header ul li:first-child a {background: none}
#head-promo {width: 100%; padding: 0%; text-align: center;}
#informations {width: 96%;padding: 2%;background: url(http://www.cst.nevo.pl/gm/opel_2008/www_images/informations_bg.gif) repeat-x}
/* right collumn */
#right-collumn {
 float: right;
 width: 149px;
 background: #2e2e2e url(http://www.cst.nevo.pl/gm/opel_2008/www_images/right_col_bg.gif) no-repeat top left;
 color: #fff;
 padding: 5px 5px 0;
 margin-top: 34px;
 position:relative;
 z-index:100;
}
right-collumn a {color:#fae4a4}
#right-collumn h3 {font-weight: bold;color:#fae4a4;margin-top: 10px}
#right-collumn .foot {
 background: url(http://www.cst.nevo.pl/gm/opel_2008/www_images/right_foot.gif) no-repeat right bottom;
 float: right;
 height: 13px;
 width: 159px;
 margin: 5px -5px 0 -5px;
 display: inline;
}

TABLE.more_info {
 background: url(http://www.cst.nevo.pl/gm/opel_2008/www_images/more_info_bg.gif) repeat-x;
 padding: 10px;
 margin-top: 20px;
 margin-bottom: 2px;
 }

#left-collumn a { color: #000}
#right-collumn a { color: #fff}
caption, th, td { vertical-align: top }



TD.used_title {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 background-color: #D9DEE2;
 padding: 5px;
 margin: 5px;
 font-weight: bold;
 }

TD.used_main {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 padding: 5px 5px 5px 5px;
 margin: 5px 5px 5px 5px;
 }

TABLE.used_table {
 border: 1px solid #D9DEE2;
 }

TABLE.used_foto {
 border: 1px solid #000000;
 text-align: center;
 }

P.used_txt {
 padding: 2px;
 margin: 2px;
 }

SELECT, INPUT, TEXTAREA {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 background:#ffffff;
 text-decoration: none ;
 border-width: 1px;
 border-color: #D9DEE2;
 }