﻿body
{
	color: black;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
	
div.form-row
{
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0 0 1px;
	clear:both;
	padding:7px 0;
	width:100%;	
}

div.form-row label
{
	float:left;
	font-weight:normal;
	padding:0 7px;
	width:250px;
	line-height: 1.8em;
	cursor: pointer;
}

div.form-row-label
{
    float:left;
	font-weight:normal;
	padding:0 7px;
	width:250px;
	line-height: 1.8em;
}

div.form-row label.field_required
{
	font-weight:bold;
}

div.form-row div.content
{
	float: left;
	width: 60%;
}

div.form-row input.input_text
{
	background-color:#FFFFFF;
	border:1px solid #C3C6CF;
	font-size:9pt;
	padding:2px;
	width:180px;
}

a:visited
{
    color: Black;
}

.cls
{
	clear: both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}

.page_header_bar
{
	background-color:white;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	line-height:35px;
	padding:2px 5px;
	vertical-align:top;
}

.page_header_bar a
{
	color: #0453B1;
	font-weight: bold;
	text-decoration: underline;
}

.page_header_bar label
{
	color:#0453B1;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

span.bar_search_string
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin-left:5px;
	text-decoration:none;
}

span.category_path_current
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* LINKS   
----------------------------------------------------------*/
a
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    /*color: #444444;*/
    margin: 20px 0 10px 0;
    clear: both;
}

h1
{
    font-size: 1.8em;
    /*color: #ff9622;*/
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

/* zmiany - Wojtek
.page
{
    width: 1002px;
    margin-left: -501px;
    left: 50%;
    position: absolute;
}

*/

.page {
width: 1010px;
margin: 0 auto;
background: white;
padding-top: 10px;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
}

#logo
{
    width: 1000px;
    height: 159px;
}

#mainContent
{
    background-color: #FFF;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}


.columnsContainer
{
    position: relative;
}

.leftColumn
{
    width: 250px;
    margin-right: 10px;
    float: left;
}

.rightColumn
{
    float: left;
    width: 735px;
}

#footer
{
    color: #999;
    padding: 5px 0 0 0;
    border-top: 1px solid #5C87B2;
    text-align: center;
    line-height: normal;
}

#footer p
{
    padding: 5px 0;
    margin: 0;
}

/* MAIN MENU   
----------------------------------------------------------*/
ul#mainMenu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#mainMenu li
{
    display: inline;
    list-style: none;
}

ul#mainMenu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
}

ul#mainMenu li a:hover
{
    background-color: #FFF;
    text-decoration: underline;
}

ul#mainMenu li a:active
{
    background-color: #a6e2a6;
}

ul#mainMenu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn ul
{
    margin: 0;
    padding: 0 0 30px 0;
}

.leftColumn ul li
{
    list-style: none;
    line-height: normal;
}

.leftColumn ul li a
{
    list-style: none;
    padding: 5px;
    border: 1px solid #e8eef4;
    line-height: normal;
    display: block;
    text-decoration: none;
/*    background-color: #bebebe; */
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

.leftColumn ul li.odd a
{
/*    background-color: #cecccd; */
}

.leftColumn ul li a:hover
{
    text-decoration: underline;
}

.leftColumn h2
{
    height: 28px;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 1.2em;
    background: transparent url('/Content/Images/category_bg.png');
    color: black;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.field-validation-error
{
    color: Red;
}

.input-validation-message
{
    padding:0 7px;
    clear: both;
}

.top_menu-item-text
{
    float: left;
    margin-right: 10px;
}

.top_menu-item-img
{
    float: left;
    margin-right: 3px;
}

.top_menu-item a
{
    color: Black;
    text-decoration: none;
}

.top_menu-item img
{
    border: none;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{
    margin: 2em 0 1em 0;
    padding: 1em;
    border: 1px solid #ff9622;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background: #ff9622;
    padding: 5px 10px;
}

fieldset p 
{
    margin: 10px 12px 2px 10px;
}

fieldset label 
{
    display: block;
    font-weight: bold;
    margin: 5px 0 3px 0;
}

fieldset label.inline 
{
    display: inline;
}

input[type="text"], input[type="password"]
{
    width: 200px;
    border: 1px solid #cccccc;
	color: #333333;
}

textarea
{
	display:block;
	height: 100px;
	width: 400px;
	color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
    border: 1px solid #cccccc;
}

/* TABLE
----------------------------------------------------------*/
table 
{
}

table td 
{
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid black;
}

table thead td, table th
{
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #ff9622; 
}

table thead
{
    font-size: 1.2em;
    font-weight: bold;
}

table th
{
	background-color: #2F400D;
	text-transform: capitalize;
	color: white;
}

table tr.row-alternate
{
	background-color: #E4E4E4; 
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: #ff0000;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
	padding: 10px 10px 10px 35px;
	margin: 10px 0;
	border: 1px solid #dfdfdf;
	color: #ff0000;
	font-weight: bold;
	background: #fcf9ce url(icons/error.gif) 4px center no-repeat;
}

.errorMessage, .warningMessage, .infoMessage, #pageMessage
{
	padding: 10px 10px 10px 35px;
	margin: 5px 0;
	border: 1px solid #DFDFDF;
	color: #333333;
	font-weight: bold;
}

.errorMessage
{
	background: #fcf9ce url(icons/error.gif) 4px center no-repeat;
}

.warningMessage
{
	background: #fcf9ce url(icons/exclamation.gif) 4px center no-repeat;
}

.infoMessage, #pageMessage
{
	background: #fcf9ce url(icons/info.gif) 4px center no-repeat;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}


/* OTHER HTML TAGS  
----------------------------------------------------------*/
code, blockquote
{
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  background: #fafafa;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #ff9622;
}

code
{
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}

blockquote
{
	font: bold 1.2em/1.5em 'Trebuchet MS', Tahoma, sans-serif; 
	color: #666666;
}

ul, ol
{
	margin: 5px 5px;
}

ul
{
    list-style: none;
}

ol
{
	list-style-type: decimal;
}

img
{
	border-style: none;
}

img.float-right
{
	margin: 5px 0px 5px 15px;
	border-right: 3px solid #ff9622;
}

img.float-left
{
	margin: 5px 15px 5px 0px;
	border-left: 3px solid #ff9622;
}

#search_box
{
    height: 88px;
    color: White;
    font-weight: bold;
}

#search_box .title
{
    width: 489px;
    height: 24px;
    line-height: 1.8em;
    padding-left: 10px;
    color: Black;
    font-size: 14px;
    background-image: url('/Content/Images/search_bg.png');
}

#search_box .body
{
    height: 42px;
    padding-left: 10px;
    padding-top: 2px;
}

#search_box a
{
    color: White;
    text-decoration: none;
}

#adsBar
{
    line-height: 2em;
    height: 80px;
    border-bottom: 1px solid black;
    text-align: center;
}

#footer
{
    float: right;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    border-style: none;
}

#footer .project
{
    
}

#Static
{
    margin: 0px 15px 0px 10px;
    line-height: 1.2em;
    text-align: justify;
}

#Static p
{
    margin-bottom: 10px;
}

#Static h3
{
    margin-top: 30px;
}

#Static ul
{
    list-style-position: outside;
    list-style-image: url('/Content/Images/point.png');
}

#Static li
{
    margin-left: -15px;
}

#scroller_container
{
    float: left;
    position: relative;
    width: 1000px;
    height: 79px;
    overflow: hidden;
    color: Black;
}

#scroller .ad
{
    padding: 0 5px;
    float: left;
    text-align: left;
    font-size: 10px;
    max-width: 150px;
}

#scroller img
{
    border: solid 1px black;
}

.hidemodels
{
    display:none !important;
}
#_model
{
margin:10px 0 0 0;
}
.registration_form{padding:5px 0 0 0;}
#daty{margin:5px;}
#opis_wstep{margin:5px;}
#opis{margin:5px;}
#wyposarzenie_dodatkowe{margin:5px;}
#wyposarzenie_wewnetrzne{margin:5px;}
#wyposarzenie_zewnetrzne{margin:5px;}
#srodowisko{margin:5px;}

div.registration_form h3{margin:5px 5px 0 5px;color:#000;border-bottom:1px solid #000;font-size:14px;}

fieldset.motoryzacja
{
    margin: 2em 0 1em 0;
    padding: 1em;
    border: 1px solid #4F4C42;
}

fieldset.motoryzacja legend
{
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background: #4F4C42;
    padding: 5px 10px;
}

fieldset.motoryzacja p 
{
    margin: 10px 12px 2px 10px;
}

fieldset.motoryzacja label 
{
    display: block;
    font-weight: bold;
    margin: 5px 0 3px 0;
}

fieldset.motoryzacja label.inline 
{
    display: inline;
}

.counter
{
    background-color: #e0e0e0;
    width: 500px;
    height: 79px;
    padding-top: 10px;
    border-bottom: 1px solid black;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    font-weight: bold;
    color: Red;
}

td.adviser
{
    border-top: none;
}

div.adviser
{
    float: left;
    padding-top: 5px;
    width: 82px;
    height: 25px;
    text-align: center;
    background: transparent url('/Content/Images/doradca.png') no-repeat;
}

a.adviser
{
    font-size: 95%;
}

.adviser-title
{
    height: 36px;
    line-height: 15px;
    text-align: center;
}

#photos
{
    float: left;
}

.row-dark
{
    background-color: #EFEFEF;
}

.row-promo
{
    background-color: #fffae9;
}

.row-promo-dark
{
    background-color: #ffefb2;
}

.ad-list
{
    font-size: 115%;
    color: #0063aa;
    font-style: italic;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
    display: block;
}

div.form-row label.step-label
{
    width: 728px;
    padding-left: 7px;
    padding-right: 0px;
}
