body
{
	margin:0;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	font-size: 0.7em;
	background:#ffffff;
	color:#808080;
}
* {
	padding: 0;
	margin: 0;
	border: 0px none;
}
.invisible {
     position:absolute;
     top:-2000px;
     left:0;
     width:1px;
     height:1px;
     overflow:hidden;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
	display:block;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
input, select, textarea {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1em;
}


/*Page*/
#page {
	width:931px;
	margin:0px auto;
	text-align:left;
}
/*Page*/

/*Header*/
#header {
	height:143px;
	position:relative;
	overflow:hidden;
}

/*Logo*/
#logo-box {
	position:absolute;
	top:32px;
	left:4px;
}
a.logo{
	color:#808080;
	font-weight:bold;
	font-size:1.5em;
	display:block;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	width:160px;
	height:81px;
}
a.logo span{
	display:block;
    position:absolute; left:0; top:0; z-index:1;
	background:url(../images/layout/logo.png) top left no-repeat;
	width:160px;
	height:81px;
}
/*Logo*/

#home-banner {
position:absolute;
top:58px;
left:228px;
}

/*Header-icons*/
#header-icons {
	position:absolute;
	top:78px;
	left:734px;
}
#header-icons ul li {
	list-style-type:none;
	display:inline;
	margin-right:5px;
}
/*Header-icons*/
/*Header-search*/
#header-search {
	position:absolute;
	top:76px;
	left:815px;	
}
#header-search input {
	float:left;
}
#header-search .hs-text {
	border:1px solid #9f9f9f;
	padding:2px 5px;
	width:74px;
}
#header-search .hs-submit {
	margin-left:5px;
	marging-top:12px;
}
/*Header-search*/

/*Header-account*/
#header-account {
	width:931px;
	text-align:right;
	position:absolute;
	top:46px;
}
#header-account span {
	padding:0px 3px;
}
#header-account a {
	color:#808080;
}
#header-account a:hover {
	color:#cfd829;
}
/*Header-account*/
/*Header*/

/*Main-menu*/
#main-menu {
	position:relative;
	width:931px;
	height:41px;
	background:url(../images/layout/bg-main-menu.png) left top no-repeat;
	padding-left:1px;
}
#main-menu ul li{
	margin-right:2px;
	float:left;
	list-style-type:none;
}
#main-menu ul li#mm-last{
	margin-right:0px;	
}
#main-menu ul li a{
	color:#808080;
	text-decoration:none;
	display:block;
	height:41px;
	float:left;
	line-height:41px;
	text-align:center;
	overflow:hidden;
	letter-spacing:2px;
}
#main-menu ul li a#mm-home{
	width:144px;
}
#main-menu ul li a#mm-store{
	width:136px;
}
#main-menu ul li a#mm-sluzby{
	width:152px;
}
#main-menu ul li a#mm-o-nas{
	width:140px;
}
#main-menu ul li a#mm-aktuality{
	width:184px;
}
#main-menu ul li a#mm-kontakty{
	width:163px;
}
#main-menu ul li.act a, #main-menu ul li a:hover{
	background:url(../images/layout/bg-mm-hover.png) left top repeat-x #ebefa8;
}
#main-menu ul li.act a#mm-home, #main-menu ul li a#mm-home:hover{
	background:url(../images/layout/bg-mm-home-hover.png) left top no-repeat #ebefa8;
}
#main-menu ul li.act a#mm-kontakty, #main-menu ul li a#mm-kontakty:hover{
	background:url(../images/layout/bg-mm-last-hover.png) right top no-repeat #ebefa8;
}
/*Main-menu*/

/*Sub-menu*/
#sub-menu {
	position:relative;
	width:931px;
	height:28px;
	background:url(../images/layout/bg-submenu.png) left top no-repeat;
	margin-top:-4px;
}
#sub-menu ul {
	padding-left:2px;
	padding-top:4px;
}
#sub-menu ul li{
	padding-right:1px;
	float:left;
	list-style-type:none;
	height:24px;
	background:url(../images/layout/bg-submenu-li.png) right top no-repeat;
}
#sub-menu ul li#sm-last{
	background:none;
}
#sub-menu ul li a{
	float:left;
	display:block;
	height:24px;
	line-height:24px;
	color:#808080;
	text-decoration:none;
	padding:0px 18px;
	letter-spacing:1px;
}
#sub-menu ul li.act a, #sub-menu ul li a:hover{
	background:url(../images/layout/bg-submenu-a-hover.png) left top repeat-x;
}
/*Sub-menu*/

/*Main*/
#main {
	width:931px;
	overflow:hidden;
	padding-top:13px;
	padding-bottom:30px;
}
#main p {
	line-height:1.4em;
	padding:8px 0px;
}
#main p.p-notop-padding {
	padding-top:0px;
}
#main p.intro-text {
	font-size:1.5em;
	text-transform:uppercase;
	line-height:1.3em;
}
#main p.it-border {
	border-bottom:1px dashed #d2d2d2;
	padding-bottom:12px;
	margin-bottom:10px;
}
#main a {
	color:#808080;
}
#main a:hover {
	color:#cfd829;
}
#main h3 {
	font-size:1.3em;
	line-height:1.2em;
	padding:10px 0px 0px 0px;
}
#main h4 {
	font-size:1.2em;
}
#main ul, #main ol {
	padding:6px 0px 6px 40px;
}
#main ul li, #main ol li{
	line-height:1.4em;
	padding:2px 0px;
}

#main h1 {
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:3px;
	height:41px;
	line-height:41px;
}

/*H2*/
#main h2 {
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:3px;
	height:41px;
	line-height:41px;
}

#main h2.simple {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: normal;
	height: auto;
	line-height: 15px;
}

#main h2.h2-novinky {
	padding-left:29px;
	background:url(../images/layout/bg-h2-novinky.png) left center no-repeat;
}
#main h2.h2-aktualne {
	padding-left:29px;
	background:url(../images/layout/bg-h2-aktualne.png) left center no-repeat;
}
#main h2.h2-clarexon {
	padding-left:29px;
	background:url(../images/layout/bg-h2-clarexon.png) left center no-repeat;
}
#main h2.h2-kontakt {
	padding-left:29px;
	background:url(../images/layout/bg-h2-kontakt.png) left center no-repeat;
}
#main h2.h2-account {
	padding-left:29px;
	background:url(../images/layout/bg-h2-account.png) left center no-repeat;
}
#main h2.h2-no-icon {
	padding-left:12px;
}
#main h2.h2-no-box {
	padding-left:0px;
}
/*H2*/

/*Index-subheader*/
#index-subheader {
	width:931px;
	overflow:hidden;
	padding-bottom:12px;
	height:281px;
	overflow:hidden;
}
.is-left {
	width:156px;
	float:left;
	overflow:hidden;
	height:277px;
	background:url(../images/layout/bg-is-left.png) left top no-repeat;
	padding:2px 12px;
}
#main .is-left h3 {
	font-size:1.1em;
	line-height:1.2em;
	padding-top:2px;
}
#main .is-left p {
	padding-top:0px;
	padding-bottom:12px;
}
#index-subheader .is-right {
	width:743px;
	float:left;
	overflow:hidden;
	margin-left:7px;
}
/*Index-subheader*/

/*Columns-left-wide*/
.columns-left-wide {
	width:931px;
	overflow:hidden;
}
.columns-left-wide .clw-left {
	width:744px;
	overflow:hidden;
	float:left;
}
.columns-left-wide .clw-right {
	width:180px;
	overflow:hidden;
	float:left;
	margin-left:7px;
}
/*Columns-left-wide*/

/*Columns-right-wide*/
.columns-right-wide {
	width:931px;
	overflow:hidden;
}
.columns-right-wide .crw-left {
	width:180px;
	overflow:hidden;
	float:left;
}
.columns-right-wide .crw-left .is-left {
	margin-bottom:10px;
}
.columns-right-wide .crw-right {
	width:744px;
	overflow:hidden;
	float:left;
	margin-left:7px;
}
.crwr-left {
	width:542px;
	overflow:hidden;
	float:left;
}
.crwr-lpadding {
	padding-left:25px;
	padding-right:20px;
	width:497px;
	overflow:hidden;
	float:left;
}
.crwr-right {
	width:180px;
	overflow:hidden;
	float:left;
	margin-left:17px;
}
#main .crwr-right h4{
	padding-bottom:10px;
	margin-top:-4px;
}
/*Columns-right-wide*/

/*H2-box*/
.h2-box {
	height:41px;
	overflow:hidden;
	background:url(../images/layout/bg-h2-box.png) left top no-repeat;
	padding-left:12px;
	margin-bottom:4px;
}
.h2-box strong {
	display:block;
	height:41px;
	background:url(../images/layout/bg-h2-box-strong.png) right top no-repeat;
}
/*H2-box*/

/*Aktualne-boxes*/
.aktualne-boxes {
	width:744px;
	overflow:hidden;
	margin-bottom:10px;	
}
.aktualne-boxes .ab-boxik {
	width:180px;
	float:left;
	overflow:hidden;
	margin-right:7px;
	position:relative;
}
.aktualne-boxes .ab-last {
	margin-right:0px;
	position:relative;
}

.pocetBox, .pocetBoxInvert {
position:absolute;
top:14px;
right:5px;
width:22px;
height:22px;
line-height:22px;
text-align:center;
background-image: url(../pcs/pcs_bazar/pocet.png);
background-position: center;
background-repeat: no-repeat;
color:#c8d20a;
font-size:11px;
font-weight:bold;
}

.pocetBoxInvert {
background-image: url(../pcs/pcs_bazar/pocet-invert.png);
color:White;
}

#main .aktualne-boxes .ab-boxik h3 {
	padding-top:2px;
}
/*Aktualne-boxes*/

/*Dealer-ul*/
#main ul.dealer-ul {
	padding-left:0px;
}
#main ul.dealer-ul li {
	list-style-type:none;
	display:inline;
}
#main ul.dealer-ul li img {
	margin:0px 7px 7px 0px;
	margin:0px 7px 10px 0px;
}
/*Dealer-ul*/

/*Bazar-boxes*/
.bazar-boxes {
	width:744px;
	overflow:hidden;
}
.bazar-boxes .bb-boxik {
	width:356px;
	overflow:hidden;
	float:left;
	border-bottom:1px dashed #d2d2d2;
	padding-bottom:4px;
	padding-top:6px;
	margin-bottom:6px;
	margin-right:24px;
}
.bazar-boxes .bbb-right {
	margin-right:0px;
}
.bazar-boxes .bb-boxik .foto {
	width:120px;
	float:left;
}
.bazar-boxes .bb-boxik .text {
	width:222px;
	float:left;
	margin-left:14px;
}
#main .bazar-boxes .bb-boxik .text p {
	padding:0px 0px 6px 0px;
}
#main .bazar-boxes .bb-boxik .text p.date {
	float:right;
}
#main .bazar-boxes .bb-boxik .text h3 {
	padding:0px 0px 8px 0px;
}
#main .bazar-boxes .bb-boxik .text h3 a{
	color:#000000;
}
#main .bazar-boxes .bb-boxik .text h3 a:hover {
	color:#cfd829;
}
#main .bazar-boxes .bb-boxik .text p.price {
	color:#000000;
	font-size:1.3em;
	font-weight:bold;
}
/*Bazar-boxes*/



/*Table-ucet*/
table.ucet {
	width:99%;
	border-collapse:collapse;
	margin:20px 0px;
	border-bottom:1px solid #949494;
}
table.ucet td, table.ucet th {
	padding:6px 14px;
}
table.ucet th {
	font-weight:bold;
	color:#ffffff;
	background:#c7d20a;
}
table.ucet tr.suda {
	background:#fafbed;
}
/*Table-ucet*/

/*Account-box*/
#account-box {
	background:url(../images/layout/bg-acount-box.png) left top no-repeat;
	padding-top:13px;
	height:115px;
	padding-left:15px;
	width:165px;
	overflow:hidden;
}
#main #account-box p {
	padding-left:29px;
}
#main #account-box h2 {
	padding-top:0px;
	padding-bottom:0px;
	height:22px;
	line-height:22px;
	overflow:hidden;
}
/*Account-box*/

/*Main*/

/*Footer*/
#footer {
	width:930px;
	background:url(../images/layout/bg-footer.png) left top repeat-y;
	font-size:0.9em;
}
#footer #footer-in {
	min-height:228px;
	background:url(../images/layout/bg-footer-in.png) left top no-repeat;
	width:930px;
	padding-top:5px;
}
#footer-bottom {
	background:url(../images/layout/footer-bottom.png) left top no-repeat;
	width:930px;
	height:7px;
	overflow:hidden;
}
#footer h2 {
	font-size:1.5em;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:4px;
}
#footer h2.h2-padding {
	margin-top:15px;	
}
#footer h3 {
	font-size:1.3em;
	text-transform:uppercase;
	margin-top:5px;
}
#footer a {
	color:#808080;
	text-decoration:none;
}
#footer a:hover {
	color:#cfd829;
}
#footer ul {
	padding:3px 0px;
}
#footer ul li{
	list-style-type:none;
}
#footer ul.footer-ul-inline li{
	display:inline;
}
/*Footer-box1*/
#footer-box1 {
	float:left;
	width:161px;
	overflow:hidden;
	padding-left:10px;
}
#footer-box1 input {
	border:1px solid #9f9f9f;
	padding:2px 5px;
	float:left;
}
#footer-box1 .login-name, #footer-box1 .login-password {
	width:53px;
	margin-right:2px;
}
#footer-box1 .newsletter {
	width:120px;
	margin-right:2px;	
}
#footer-box1 .footer-submit {
	border:none;
	padding:0px;
	margin-left:3px;
	margin-top:-1px;
}
/*Footer-box1*/
/*Footer-box2*/
#footer-box2 {
	width:142px;
	margin-left:31px;
	float:left;
}
/*Footer-box2*/
/*Footer-box3*/
#footer-box3 {
	width:352px;
	margin-left:40px;
	float:left;
	overflow:hidden;
}
#footer-box3 .fb3-boxik {
	width:88px;
	overflow:hidden;
	float:left;
}
/*Footer-box3*/
/*Footer-box4*/
#footer-box4 {
	width:160px;
	margin-left:25px;
	float:left;
	overflow:hidden;
}
/*Footer-box4*/
/*Footer*/

/*Footer2*/
#footer2 {
	font-size:0.9em;
	text-align:center;
	margin:11px 0px;
}
#footer2 p{
	padding:3px 0px;
}
#footer2 a {
	color:#808080;
	text-decoration:none;
}
#footer2 a:hover {
	color:#cfd829;
}
/*Footer2*/

.clear {clear: both;}
.bezPodtr {text-decoration:none;}

.imgLeft {
float:left;
margin:5px 5px 0 0;
}

#chybove_odeslani {
margin:15px 0 0 0;
font-weight:bold;
color:Black;
}

/*	bazar detail	*/
p.price {
color:#000000;
font-size:1.3em;
font-weight:bold;
}




/*		formular	*/
.formular {padding : 10px 0 20px 0;}

.form_sada {
margin : 5px 0;
padding : 3px 0;
}

.formular label  {
display : block;
float : left;
width : 120px;

width : 90px;
height : 23px;
line-height : 23px;
}

#leasingForm label {width : 140px;}

.formular label.second  {margin-left : 10px;}
.formular label.second  {margin-left : 30px;}

.formular input, .formular textarea,  .formular select  {
background-color : White;
border: 1px solid #C8D20A;
padding: 3px;
}

.formular input.error, .formular textarea.error  {border : 1px solid #C8D20A;}

.formular textarea, .formular textarea.vyssi  {
width : 518px;

width : 498px;
height : 85px;
}

.formular textarea.vyssi  {height : 170px;}
.formular textarea.vyssi  {height : 250px;}

.formular input {
float : left;
width : 130px;
width : 180px;
width : 140px;
}

#leasingForm input {width : 171px;}

.formular select  {
float : left;
width : 187px;
}

.formular input.long, .formular select.long  {width : 334px;}
.formular input.short, .formular select.short  {width : 105px;}
.formular input.verylong  {width : 448px;}
.formular select.long  {width : 331px;}
.formular select.verylong  {width : 456px;}
.formular input.chBox {width:20px;}

.formular input.submit  {
width : 187px;
padding: 7px 0;
color: #808080;
background-color: White;
border:2px solid #C8D20A;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}

#leasingForm input.submit {width : 179px;}

span.povinna_polozka {
font-size : 9px;
color :  #EB2C2C;
}

.vysvetlivky_red {
font-size : 9px;
margin-top : 7px;
}

/*	odesilani	*/
#chybove_odeslani {
background-color : White;	
padding: 15px;
padding-left : 40px;
border : 1px solid #EB2C2C;
width : 400px;
font-weight : bold;
margin: 15px 0;
}

#uspesne_odeslani {
background-color : #C7D20A;	
color:White;
font-size:12px;
padding: 15px;
padding-left : 40px;
width : 400px;
font-weight : bold;
margin: 15px 0;
}

.bazarBox {
width: 270px;
padding: 5px;
height: 180px;
border: 1px solid #C8D20A;
overflow: auto;
}