html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #DDDDDD;
	color: black;
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
	padding: 0;
}

.main {
	width: 100%;
	height: 100%;
	
	text-align: center;
	margin: auto;
 
	border: none;
	background-color: #DDDDDD;
	
	background-image: url(../img/bg_stripe_grins2.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.banner {
	width: 800px;
	height: 120px;
	margin: 0 auto 10px auto;

	border: 1px solid #CCCCCC;

	background-image: url(../img/banner_fast.jpg);
	background-repeat: no-repeat;
	display: block;
}	

.menu1 {
	width: 800px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #EEEEEE;
}

.menu2 {
	width: 800px;
	height: 30px;
	margin: 2px auto 0 auto;
	padding: 0;
	background-color: #EEEEEE;
}

.inner_menu {
	width: 100%;
	height: 25px;
	padding: 5px 0 5px 0;
	
	background-color: white;
}

.content {
	width: 798px;
	margin: 0 auto 10px auto;

	background-color: white;
	border: 1px solid #BBBBBB;
	border-top-color: white;

}

.footer {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	
	border: 1px solid #AAAAAA;
}

.page_top {
	height: 18px;
	background-image: url(../img/bg_stripe_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.page_bottom {
	height: 18px;
	background-image: url(../img/bg_stripe_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

.lang_icon {
	border: none;
	padding: 2px;
}

/***** table based menus */
.menu_tab1 {
	width: 100%;
	height: 100%;
	background-color: inherit;
}

.menu_tab1 a {
	color: black;
	font-family: "lucida console", "century gothic", sans-serif;
}

.menu_tab1 td {
	width: 160px;
	height: 30px;
}

.menu_tab1 img {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}

.menu_tab1 .pos1 {
	width: 160px;
	height: 30px;
}
.menu_tab1 .pos1 a {
	width: 160px;
	height: 30px;
	background-image: url(../img/button_long_out.gif);
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding-top: 4px;
}
.menu_tab1 .pos1 a:hover {
	width: 160px;
	height: 30px;
	background-image: url(../img/button_long.gif);
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding-top: 4px;
}
.menu_tab1 .selected a {
	width: 160px;
	height: 30px;
	background-image: url(../img/button_long_white.gif);
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
}

/************************/
.menu_tab2 {
	width: 100%;
	height: 100%;
	background-color: inherit;
}

.menu_tab2 a {
	font-family: "lucida console", "century gothic", sans-serif;
	color: black;
}

.menu_tab2 td {
	width: 100px;
	height: 30px;
}

.menu_tab2 img {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}

.menu_tab2 .pos1 {
	width: 100px;
	height: 30px;
}
.menu_tab2 .pos1 a {
	width: 100px;
	height: 30px;
	background-image: url(../img/button_mid_out.gif);
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 2px;
}
.menu_tab2 .pos1 a:hover {
	width: 100px;
	height: 30px;
	background-image: url(../img/button_mid.gif);
	display: block;
	text-decoration: none;
	color: black;
	padding-top: 2px;
}
.menu_tab2 .selected a {
	width: 100px;
	height: 30px;
	background-image: url(../img/button_mid_white.gif);
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding-top: 2px;
}

/************************/
.menu_tab3 {
	width: 100%;
	height: 100%;
	
	background-color: #F7F7F7;
}

.menu_tab3 td a {
	text-decoration: none;
}

.cars {
	width: 200px;
}

.cars a {
}

.promo_button {
	width: 100px;
	background-color: red;
	color: white;
}

.promo_button a {
	color: white;
}

.search_text {
	width: 160px;
	text-align: right;
}

.search_text input {
	border: 1px solid gray;
}

.search_button {
	width: 50px;
	text-align: center;

	margin-top: 5px;
}

.search_button input {
	border: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #F7F7F7;
}

/*****************************************/
.langs a {
	text-decoration: none;
	color: black;
	margin-bottom: 2px;
}

/*****************************************/
.contact_table {
	width: 100%;
	height: 100%;
	
	margin: 10px 0 10px 0;
}
.contact_table td {
	font-size: 11px;	
}

.contact_table .image {
	width: 120px;
	height: 120px;	
	border: 1px solid #BBBBBB;
}

.contact_table .desc {
	width: 25%;	
	text-align: center;		
	
	border: 1px solid #BBBBBB;
	background-color: #DDDDDD;
}

.prod_table {
	width: 100%;
	height: 89%;
}

.prod_table td {
	width: 25%;
	height: 50%;
	
	border: 1px solid gray;
	text-align: center;
	font-size: 11px;
}



.thumbs_table {
	width: 100%;
	margin: auto;

}

.thumbs_table th {
	width: 50%;
	padding: 5px 0 5px 0;
}

.thumbs_table th p {
	background-color: #EEEEEE;
	font-size: 12px;
}


.thumbs_table td {
	width: 25%;
}

.thumb {
	width: 100%;	
	font-size: 11px;
/*	border: 1px solid #EEEEEE;	*/
}

.thumb td {
	text-align: center;
}

.thumb_image {
	height: 204px;
	border: 1px solid #AAAAAA;
}

.thumb_text {
	background-color: #CCCCCC;	
	border: 1px solid #AAAAAA;
}

.price_text {
	background-color: #EEEEEE;	
	border: 1px solid #AAAAAA;
}

.thumb_text a {
	text-decoration: none;
	color: black;
}

.thumb_image img {
	border: none;
	margin: auto;
	padding: 0;
	display: block;
/*	width: 100%;*/
}

.thumb_no_image {
	border: none;
}

.details {
	width: 100%;
	height: 100%;
}

h1
{
	font-size: 11px;
	width: 100%;
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
	border-width: 1px 0 1px 0;
}

.prod_header {
	width: 100%;
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
	border-width: 1px 0 1px 0;
}

.prod_desc {
	text-align: left; 
	padding-left: 20px;
	background-color: #F7F7F7;
	border-top: 1px solid #EEEEEE;
}

.prod_image {
	border: 1px solid #EEEEEE;
}

/******** searches */
.search_p_odd {

	text-align: left;
	padding: 3px 0 3px 20px;
	background-color: #EEEEEE;	
}

.search_p_even {

	text-align: left;
	padding: 3px 0 3px 20px;
}

/******** technologie */

.tech_table {
	width: 100%;
	height: 100%;
}

.tech_p {
	padding: 0 10px 0 10px;
	text-indent: 15px;
	text-align: justify;
}

.tech_icon {
	float: left;
	padding: 0 10px 0px 4px;
}

.content ul {
	text-align: left;
}

.about_icon {
	float: right;
	padding: 10px 5px 5px 10px;
}

.prof_p {
	border-right: 2px solid #AFAFAF;
}
.nowa_l {
	border-left: 2px solid #AFAFAF;
}

.ndn {
	text-align: left;
	width: 100px; 
}

.ndn_l {
	text-align: left;
	width: 150px; 
}

.ndn_c {
	text-align: left;
	width: 350px; 
}

.ndn_r {
	text-align: left;
	width: 100px;
	text-indent: 15px;
	color: red; 
}

input {
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 9pt;
    padding-left: 5px;
	border: #AFAFAF 1px solid;
}

textarea {
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 9pt;
    padding-left: 5px;
	border: #AFAFAF 1px solid;
}