body {
    background-color: black;
	background-color: #666666;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #007fe0;
	font-weight: bold;
}

ol,ul,li {
	margin:0;
	padding: 0;
}

h1 {
	font-size: 18px;
	background: #CCCCCC url('/static/img/h1_back.jpg') repeat-x;	
    	height: 29px;
	padding: 2px 2px 2px 20px;
    	margin-top:0px;
    	margin-bottom: 0px;
}

div.prod-name {
	font-size: 18px;
	background: #CCCCCC url('/static/img/h1_back.jpg') repeat-x bottom;
	padding: 2px 2px 15px 20px;
	width: 773px;
	margin-top:0px;
	float: left;
	margin-bottom: 0px;
}

h2 {
	background: #CCCCCC url('/static/img/h1_back.jpg') repeat-x;	
    height: 29px;
	font-size: 16px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 2px 2px 2px 20px;
	margin: 12px 0px 6px 0px;
}

img {
	border: 0;
}

input, select {
	border: solid 1px black;
}

button {
	border: solid 1px black;
}

hr {
	color: black;
	background-color: black;
    height: 1px;
    line-height: 1px;
    border: 0;
}

.type_list {
	margin-left: 15px;
}

ul.type_list li{
	margin-bottom: 10px;
}

#doc {
	margin:auto;
	width:975px;
	background-color: black;
    margin-bottom: 20px;
    margin-top: 5px;
}

#docMain0 {
	background-color: black;
    float: left;
	background-color: black;
}

#banner {
    float: left;
    clear: both;
    width:975px;
}

#header {
	/* background-image:url(/static/img/header.jpg);*/
	/* background-color: #343233; */
	height: 99px;
	width:975px;
	text-align: center;
	background-repeat:no-repeat;
}

#header a {
    color: black;
}

#header #header-1 {
	background: url(/static/img/logo_top.jpg) no-repeat left;
    height: 65px;
    width: 381px;
    margin: 10px 0px 0px 17px;
    display: inline;
    float: left;
}

#header #header-2 {
    float: left;
	background: #297dcc url(/static/img/header_2.jpg) no-repeat left;
    height: 99px;
    width: 363px;
    display: inline;
}

#header #header-3 {
    float: left;
	background: #8dbdd8 url(/static/img/header_3.jpg) no-repeat left;
    height: 99px;
    width: 214px;
    display: inline;
}

#header #header-3 #work-offer {
    margin: 40px 0px 0px 0px;
    display: inline;
}

#header #contact {
    text-align: left;
    font-weight: bold;
    margin: 20px 0px 0px 80px;
    font-size: 13px;
}

#footer {
	clear:both;
	background-color: #4F4F4F;
	text-align:center;
	color: white;
	padding: 6px 0px;
	width: 975px;
}

#content {
	width:975px; 
	padding: 0px 0px 20px 0px;
	min-height: 400px;
	clear:right;
	font-size: 12px;
	float:right;
	background-color:white;
}

#offer #content {
   width:auto;
}

.content-pad {
    float: left;
	padding: 10px 20px 0px 20px;
}

#left-menu {
	float: left;
	width: 180px;
	clear: left;
	/* background-color: #343233; */
	color: white;
	font-size: 13px;
	padding-bottom: 100px;
}

#left-menu a {
	color: white;
}

#left-menu .product_type {
	color:#8dbdd8;
	margin-top: 2px;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}

#left-menu .series_name {
	color:white;
	margin-top: 2px;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
    font-size:15px;
    margin-top:12px;
    margin-bottom:12px;
    background-color: #111111;
}

#top-menu {
	/*background-image:url(/static/img/button_back.jpg);*/
	/*background-color: #343233;*/
    background-color: black;
	clear:both;
	float:left;
	width:975px;	
	height: 20px;
    padding: 2px 0px 3px 0px;
    text-align: center;
    /*overflow: hidden;*/
}

#top-menu .menu-item {
	float:left;
	width: 105px;
    height: 25px;
    margin-left:3px;
    font-size: 13px;
}

#top-menu .top-menu-item, .submenu div {
	cursor: pointer;
}

#top-menu .top-menu-item {
    background-color: #4f4f4f;
    margin: 0px 0px 0px 2px;
	width: 100px;
	float:left;
	height: 20px;
	text-align:center;
	padding-top: 5px;
}

.sub-menu-item {
	width: 110px;
	float:left;
	height: 100%;
	text-align:left;
	padding-top: 10px;
	padding-left:10px;
	font-size: 14px;
}

#top-menu .menu-item a {
	color: #EEEEEE;
    background: url('/static/img/menu_item_back.jpg') repeat-x;
    background-color: #4f4f4f;
    line-height: 21px;
    display: block;
}

#top-menu a:hover {
	background: #338AFF;
}

.submenu {
	float:left;
	clear:left;
	display: none;
	position:relative;
}

.submenu a {
    width: 105px;
}

.submenu div {
	clear:left;
	background-color: black;
	padding-bottom: 5px;
}

#left-news {
    float:left;
    width: 185px;
    padding-right: 8px;
}

#news_list {
    width: 395px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    float: left;
    padding-left:5px;
}

#news_list hr {
    width: 390px;
    background-color: gray;
    float: left;
    clear: left;
}

#news_list .news {
	margin: 10px 0px 10px 0px;
    width: 390px;
    float: left;
    clear: left;
}

#news_list .news .news-title {
	font-size:16px;
}

#news_list .news .news-date {
	font-size:10px;
}

#news_list .news .news-text {
    float:left;
}

#news_list .news-pic {
    float: right;
    margin: 0px 0px 10px 10px;
    width: 300px;
}

.news-detail-pic {
    float: left;
    text-align: center;
    margin-left:20px;
}

.news-content {
    float: left;
    width: 380px;
}

#news-gallery {
    float: left;
    clear: both;
}

#news-paginator {
    float: left;
    clear: left;
	text-align: center;
	font-size: 18px;
    width: 390px;
}

#right_news {
    float: right;
    width: 330px;
    padding-left: 10px;
}

.faq-item-list {
	margin-left:20px;
}

.faq-item-list li {
	padding-left: 10px;
	list-style-type: decimal;
}

.faq-item-list .question {
	font-weight: bold;
}

/*-- PRODUCT TYPE LIST */
#producttype-list h2 {
    background-position: 0px -5px;
    height: 14px;
    font-size: 14px;
    padding-left: 8px;
}

#producttype-list .type_header {
    clear: both;
    margin: 0px;
}

#producttype-list .subtype {
    font-weight: normal;
    width: 186px;
    float: left;
    padding-left: 3px;
    margin-left: 5px;
    padding:1px 0px 1px 3px;
    display: block;
}

#producttype-list .subtype-over {
    background-color: #8DBDD8;
    color: white;
}

.subtype:hover {
    background-color: #8DBDD8;
    color: white;
}



#map-div {
	margin-top: 30px;
	float: left;
}

#dealers-div {
	float:left;
	margin: 10px 0px 0px 0px;
	width: 440px;
}

#dealers-div #dealer-select-table {
    margin: 5px 0px 10px 0px;
}

#dealers-div .dealer-item {
    margin: 0px 0px 12px 0px; 
}

.dealer-name {
	font-weight: bold;
}

.dealer {
	float: left;
	margin-right: 50px;
margin-top: 20px;
}

.dealer .name {
	font-size: 16px;
}

.dealer .city {
	font-size: 14px;
	font-weight: bold;
}

#dealers-div h2 {
	margin: 0px;
}

.products-table td {
	padding: 5px;	
}

#left-menu .company {
	background-color: #4F4F4F;
	margin-top: 2px;
	padding: 2px 0px 2px 5px;
}

#left-menu .left-navi1 {
    display: block;
	color:white;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
    margin-top: 4px;
    font-size:15px;
    background-color: #666666;
}

#left-menu a.left-navi2 {
	background-color: #4F4F4F;
	margin-bottom: 2px;
	padding: 2px 0px 2px 5px;
    display: block;
}

#left-menu a:hover {
    background-color: #8DBDD8;
}

#left-menu a.left-navi-over {
    background-color: #8DBDD8;
}

#left-menu #pricelist-link {
    margin-top: 20px;
}

#product_list {
	margin-top: 30px;
}

#no-results {
	display:none;
	margin-top: 50px;
}

#title {
	background-color: #CCCCCC;
	float:left;
	clear:right;
}

#product-dealers {
	float:left;
	clear:both;
    margin-top: 10px;
}

#product-dealers #select-div {
    float: left;
    margin-left: 10px;
}

#prod-box #product-dealers #dealers {
    float: left;
    clear: both;
    width: 390px;
    margin-bottom: 20px;
}

#prod-box ul {
    padding: 0px 0px 0px 15px;
}

#product-dealers #dealers .region {
    width: 388px;
    clear: left;
    float: left;
}

#product-dealers #dealers .dealer-item {
    float: left;
    clear: left;
    margin: 10px 0px 0px 10px;
}

#product-dealers #dealers .dealer-name {
    font-size: 14px;
    font-weight: bold;
}

#prod-box #product-desc {
	float:left;
	width: 380px;
	clear:both;
    padding: 10px 5px 20px 5px;
}

#product-gallery {
	float: left;
	clear: left;
	width:100%;
}

#product-gallery #pictures{
	margin: 10px 10px 20px 10px;

}

#product-gallery #pictures a {
    display: block;
    margin: 10px 10px 10px 10px;
    float: left;
}

#product-review {
	float: right;
	clear:right;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
}
#product-documents {
	float:left;
	width: 100%;
    margin: 10px 10px 10px 10px;
}
#product-documents .document {
	margin-top: 5px;
}

#product-menu {
    margin-left: 0px;
}

#product-menu a {
    float:left;
    display:block;
    padding: 4px 4px;
    margin-right: 3px;
    height: 16px;
    background-color: gray;
    font-size: 12px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border: solid 1px gray;
}

#product-menu a.product-menu-item-sel {
    border-bottom: solid 1px white;
    color: black !important;
    background-color: white;
    position: relative;
    height: 17px;
    z-index: 100;
}

#prod-box {
    clear:left;
	float:left;
	width:388px;
    border: solid 1px gray;
    position: relative;
    z-index: 5;
    top: -1px;
}

#content #product-reviews .reviews {
    width: 385px;
    margin-top: 5px;
    text-align: center;
    float: left;
    border: black solid 1px;
}

#content #product-reviews .reviews th {
    background-color: black;
    color: white;
}

#content #product-reviews .reviews tr.odd {
    background-color: #DDDDDD;
}

#prod-box .prod-left-div {
    display:none;
}

#prod-left-column {
    border: solid 1px gray;
    width: 390px;
    display: inline;
    margin-left: 5px;
    min-height: 200px;
    float: left;
    clear: left;
    text-align: left;
}

#prod-left-column #product-pict {
	overflow: hidden;
    text-align: center;
    margin-left: 10px;
}

#prod-right-column {
	float:right;
    clear: right;
	width: 390px;
    margin-right: 5px;
}
.pricelist-table {
	border: solid 1px black;
}
#pricelist a {
    /*color: black;*/
}

#product-spec {
	clear:left;
	float:left;
	width: 100%;
}
.specification-table {
	width: 95%;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	float: left;
	color: #454757;
}
.specification-table td {
	padding: 6px;
	border-bottom: solid 1px white;
}
.specification-table .name-cell {
	background-color: #d9dee3;
}
.specification-table  .value-cell {
	background-color: #e5e8ec;
}
img.news-picture {
	border: solid 1px black;
}
#news-gallery h2 {
	width: 100%;
}
.news-picture-div {
	margin-right:10px;
	float:left;
}
#left-menu .back-link-div {
    background-color: #8dbdd8;
    padding: 4px 0px 3px 0px;
}

#left-menu .back-link-div a {
    padding-left: 5px;
    margin-bottom: 5px;
    color: #007fe0;
}

#content .back-link-div {
    margin: 5px 0px 5px 5px;
}

.bigger-font {
	font-weight: bold;
	font-size: 16px;
}
#discount .discount-div{
	float:left;
	clear:left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #d9dee3;
	width: 100%;
}

#discount td.discount-pic {
    text-align: center;
    background-color: #e5e8ec;
    width: 310px;
    text-align: center;
}

#discount td.discount-text {
    padding: 10px;
}

#discount td.discount-text .discount-desc {
    font-size: 12px;
    font-weight: normal;
}

#discount td.discount-text .discount-desc p {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#discount .discount-pic-div{
	float:left;
	width: 300px;
	min-width:300px;
	overflow: hidden;
}
#discount .discount-desc-div{
	background-color: #d9dee3;
	padding: 20px;
	width: 410px;
	float:left;
}
#discount .discount-desc-div .discount-desc {
    font-size: 12px;
    font-weight: normal;
}

#discount hr {
	clear:both;
}
.company-logo {
    float: left;
    margin: 6px;
    width: 170px;
    height: 170px;
    font-size: 20px;
}
.red {
	color: red;
}
.stroke {
	text-decoration:line-through;
}

.text-right {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}

/* --- EVENT LIST --- */
#event-list {
    float: left;
    width: 755px;
    clear: both;
}

#event-list hr {
    float: left;
    clear: both;
    margin: 10px 0px 10px 0px;
    height: 1px;
    width: 755px;
}

#event-list .event {
border: black solid 1px;
    float: left;
    clear: both;
}

#event-list .event .event-date {
	font-size:10px;
}

.review-list .tablesorter {
    white-space: nowrap;
    margin-left: 10px;
}

.review-list .tablesorter td {
    padding-bottom: 4px;
}

#producer-link {
    float: right;
    margin-right: 10px; 
    font-size: 16px;
}

.proddivide {
    border-right:1px solid #CACACA;
}

.prod-bot-border {
    border-left:1px solid #CACACA;
}

.productcell {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #CACACA;
	float:left;
	height:280px;
	text-align:center;
	width:200px;
}

div.navi-left-side {
	float: left;
	width: 120px;
	border: 1px solid #CACACA;
	margin-right: 10px;
}

div.navi-left-side a {
	float: left;
	display: block;
	clear: left;
	margin: 0px 0px 5px 5px;
}

div.navi-left-side .navi-elem {
	float: left;
	display: block;
	clear: left;
	margin: 0px 0px 5px 5px;
}

div.navi-left-side h3 {
	margin: 2px 0px 2px 5px;
}

div.navi-left-side .nav-section {
	float: left;
	clear: left;
	width: 100%;
}

div.navi-left-side .nav-section h4 {
	font-size: 14px;
	border-bottom:1px solid #CACACA;
	border-top:1px solid #CACACA;
	margin: 5px 0px 5px 0px;
	padding-left: 5px;
}

div#products {
	float: left;
	width: 805px;
}

div#sort-links {
    border:1px solid #CACACA;
    float:left;
    width: 793px;
    padding: 5px;
}

div.product_picture {
	width:200px;
	height: 200px;
	vertical-align: middle;
	line-height:200px;
}

div.product_picture img {
	vertical-align: middle;
}

.product-no-photo {
	width: 200px;
	height: 150px;
	font-size: 20px;
	padding-top:50px;	
}

.bold {
	font-weight: bold;
}


