/* -- start setup -- */

* {
font-family : Verdana,Helvetica,Arial,sans-serif;
font-size : xx-small;
margin : 0;	
border : none;
padding : 0;
color:#424143;
color:#434343;
}

/* -- common -- */

.m2 {margin : 2px;}
.m5 {margin : 5px;}
.m10 {margin : 10px;}
.m20 {margin : 20px;}
.m30 {margin : 30px;}

.mt5 {margin-top : 5px;}
.mt10 {margin-top : 10px;}
.mt14 {margin-top : 13px;}

.mt20 {margin-top : 20px;}
.mt40 {margin-top : 40px;}

.ml5 {margin-left : 5px;}
.ml10 {margin-left : 10px;}
.ml20 {margin-left : 20px;}
.ml40 {margin-left : 40px;}

.mb5 {margin-bottom : 5px;}
.mb10 {margin-bottom : 10px;}
.mb20 {margin-bottom : 20px;}
.mb40 {margin-bottom : 40px;}

.mr5 {margin-right : 5px;}
.mr10 {margin-right : 10px;}
.mr20 {margin-right : 20px;}
.mr40 {margin-right : 40px;}

.b1red {border : 1px solid Red;}
.b1bl {border : 1px solid Black;}
.b2bl {border : 2px solid Black;}
.b1wh {border : 1px solid White;}
.b2wh {border : 2px solid White;}

.b1oranz {border : 1px solid #FE5815;}

.p2 {padding : 2px;}
.p5 {padding : 5px;}
.p10 {padding : 10px;}
.p20 {padding : 20px;}
.p30 {padding : 30px;}
.p60 {padding : 60px;}

.pt2 {padding-top : 2px;}
.pt5 {padding-top : 5px;}
.pt10 {padding-top : 10px;}
.pt20 {padding-top : 20px;}
.pt30 {padding-top : 30px;}

.pr2 {padding-right : 2px;}
.pr5 {padding-right : 5px;}
.pr10 {padding-right : 10px;}
.pr20 {padding-right : 20px;}
.pr30 {padding-right : 30px;}

.pb2 {padding-bottom : 2px;}
.pb5 {padding-bottom : 5px;}
.pb10 {padding-bottom : 10px;}
.pb20 {padding-bottom : 20px;}
.pb30 {padding-bottom : 30px;}

.pl2 {padding-left : 2px;}
.pl5 {padding-left : 5px;}
.pl10 {padding-left : 10px;}
.pl20 {padding-left : 20px;}
.pl30 {padding-left : 30px;}

.ml0 {margin-left : 0;}

/* -- text -- */
.bez_podtrz {text-decoration : none;}
.b {font-weight : bold;}
.norm {font-weight : normal;}
.i {font-style : italic;}
.u {text-decoration : underline;}
.text_doprostred {text-align : center;}
.text_blok {text-align : justify;}
.text_doleva {text-align : left;}
.text_doprava {text-align : right;}
.vcenter {vertical-align : middle;}

/* -- colors --*/
.wh {color : White;}
.cervena {color : Red;}
.cerna {color : Black;}
.blue {color : #00A0C6;}
.green {color: #87AF12;}

/* -- display --*/
.neviditelny {visibility : hidden;}
.skryty {display : none;}

/* -- font size -- */
.mediuml {font-size : medium;}
.small {font-size : small;} /* -- start size --*/
.x_small {font-size : xx-small;}
.font_x_small {font-size : 10px;}
.xx_small {font-size : xx-small;}
.horni_index {vertical-align : super;}

/* -- float -- */
.float_left {float : left;}
.float_right {float : right;}

.clear {clear : both;}
.clearZero {
clear : both; 
height:0;
line-height:0;
font-size:0;
}

/* -- all pages -- */
hr {display : none;}

body {
background-color : White;
text-align: center;
}

#container {
text-align: left;
width:900px;
margin:0 auto;	
position:relative;
}

#header {
height:110px;
background-image: url(../pcs/pcs_layout/header-background.jpg);
background-position: center;
background-repeat: no-repeat;
border-bottom:2px solid #009ED3;
}

#homeRun {
display:block;
width:390px;
height:100px;
position:absolute;
top:5px;
left:5px;
}

#topMenu {
position:absolute;
top:15px;
right:18px;	
}

#topMenu li {
list-style-type: none;
display:block;
float:left;
padding:4px 5px 4px 5px;
border-left:1px solid White;
}

#topMenu li.last {border-right:1px solid White;}

#topMenu li a {
text-decoration:none;
color:#E3E7F5;
margin:0 2px;
font-size:110%;
}

#topMenu .home a, #topMenu .mail a {
display:block;
width:11px;
height:11px;
background-image: url(../pcs/pcs_layout/ico-home.gif);
background-position: center;
background-repeat: no-repeat;
} 

#topMenu .mail {
border-left: 1px none White;
padding-left:0px;
} 

#topMenu .mail a {background-image: url(../pcs/pcs_layout/ico-mail.gif);}
#topMenu li a:HOVER {color:White;}

#topSearch {
position:absolute;
top:67px;
right:0;
}

#topSearch p {
display:inline;
padding-left:4px;
}

#topSearch input {
background-color: #FBFCFC;
background-image: url(../pcs/pcs_layout/top-search-background.jpg);
background-position: top left;
background-repeat: repeat-x;
border-bottom:2px solid #808285;
padding:3px 0 3px 15px;
color:#221E1F;
font-size:120%;
}

#topSearch input.submit {
background-color: #B1B7BC;
background-image: url(../pcs/pcs_layout/top-search-submit.jpg);
background-position: top left;
background-repeat: repeat-x;
border-bottom:2px solid #808285;
padding:2px 0 2px 0;
width:34px;
height: 20px;
}

#main {
width:710px;
margin-top:4px;
float:left;
}

#sideBar {
float:left;
width:186px;
margin:4px 0 0 4px;
}

#topNavig li {
list-style-type: none;
height:24px;
line-height:24px;
float:left;
background-image: url(../pcs/pcs_layout/top-navig-background.jpg);
background-position: top;
background-repeat: repeat-x;
}

#topNavig li a {
display:block;
height:24px;
line-height:24px;
float:left;
/*padding: 0 19px 0 18px;*/
text-align:center;
border-right:4px solid White;
color:White;
text-transform: uppercase;
text-decoration: none;
font-weight:bold;
}

#topNavig li a.stroje {width:156px;}
#topNavig li a.produkty {width:151px;}
#topNavig li a.sluzby {width:75px;}
#topNavig li a.kariera {width:79px;}
#topNavig li a.kooperace {width:99px;}

#topNavig li a.diskuse {
width:130px;
border-right:none;
}

#topNavig li a:HOVER, #topNavig li a.selected {background-image: url(../pcs/pcs_layout/top-links-background.jpg);}


ul#topLinks  { margin: 0px; padding: 0px; margin-bottom:4px; }

#topLinks li {
list-style-type: none;
height:28px;
line-height:24px;
float:left;
margin: 0px;
padding: 0px;
background-image: url(../pcs/pcs_layout/top-links-background.jpg);
background-position: top;
background-repeat: repeat-x;
}

#topLinks li a {
display:block;
height:24px;
line-height:24px;
float:left;
padding: 0 14px 0 14px;
border-right:4px solid White;
color:White;
text-transform: uppercase;
text-decoration: none;
font-weight:bold;
text-align: center;
}

#topLinks li.first a {
border-right:none;
padding: 0px;
width: 60px;
border-right: 4px solid white;
}

#topLinks li.middle a {
border-right:none;
padding: 0px;
width: 47px;
border-right: 4px solid white;
}

#topLinks li.last a {
border-right:none;
padding: 0px;
width: 71px;
}

/*	main content	*/
#content {
padding-top:4px;
background-image: url(../pcs/pcs_layout/content-background.gif);
background-position: bottom left;
background-repeat: no-repeat;
}

#clearContent {padding-top:4px;}	/*	admin	*/

/*	sort - filtry	*/
#sortArea {
width:185px;	
float:left;
}

#mainContent {
width:521px;	
float:left;
margin-left:4px;
}

#mainContentAdmin {
width:521px;	
float:left;
margin-left:4px;
}

/*	box - nadpis sekci	*/
p.box, h1.box {
height:24px;
line-height:24px;
padding-left: 18px;
color:White;
text-transform:uppercase;
background-image: url(../pcs/pcs_layout/box-background.jpg);
background-position: top left;
background-repeat: repeat-x;
font-weight:bold;
}

/*	vetsi paddin	*/
#mainContent p.box, #mainContentAdmin p.box {padding-left: 27px;}

div.greyBox {
padding:15px 12px 15px 18px;
color:#2D2B2C;
background-image: url(../pcs/pcs_layout/grey-box-background.jpg);
background-position: top left;
background-repeat: repeat-x;
background-color: #E5E6E8;
border-bottom:4px solid White;
}

.textBox {
background-image: url(../pcs/pcs_layout/text-box-background.jpg);
background-position: top left;
background-repeat: repeat-x;	
background-color: #DDDEDF;
padding:30px 20px 30px 30px;
}

/*	intro	*/
.flashBox {
height:353px;
background-image: url(../pcs/pcs_layout/intro-background.jpg);
background-position: left bottom;
background-repeat: no-repeat;
position:relative;
border-bottom:4px solid White;
}

.flashBox h2 {
position:absolute;
top:133px;
left:27px;
width:200px;
color:White;
font-weight:bold;
font-size:130%;
line-height:150%;
}

.flashBox h2.second {left:277px;}

.flashBox ul {
position:absolute;
top:180px;
left:27px;
width:200px;
}

.flashBox ul li {
width:170px;
list-style-type: none;
color:White;
font-size:130%;
padding-left:17px;
background-image: url(../pcs/pcs_layout/dot-flash-box.gif);
background-position: top left;
background-repeat: no-repeat;
line-height:140%;
font-weight:bold;
}

.flashBox ul.second {left:277px;}

.blueBox {
height:143px;
background-image: url(../pcs/pcs_layout/Banner_1_72dpi.gif);
background-position: top left;
background-repeat: repeat-x;
margin-bottom:4px;
}

/*	form	*/
/*	side form	*/
#sortArea .form select, #sortArea .form input {
width:153px;
color:#231F20;
padding:2px 0 2px 10px;
margin:0 0 8px 0;	
border-bottom:2px solid #838486;
border-left:2px solid #838486;
}

#sortArea .form input {width:141px;}
#sortArea .form option {padding-left:10px;}
#sortArea .form p.doubleInput input {float:left;}

#sortArea .form .submit, #sortArea .form .back {
height:22px;
line-height:19px;
background-image: url(../pcs/pcs_layout/form-submit-background.jpg);
background-position: top left;
background-repeat: repeat-x;
color:White;
width:73px;
text-align:center;
text-transform:uppercase;
margin-right:7px;
border:2px solid #36B0D9;
padding:0;
}

#sortArea .form .back {
background-image: url(../pcs/pcs_layout/form-back-background.jpg);
margin-right:0;
border:2px solid #B3B4B8;
}

#sortArea p.formLinks {margin:1em 0 1em 13px;}

#sortArea p.formLinks a {
display:block;
margin:5px 0;
}

a.link {
text-decoration:none;
font-weight:bold;
color:#231F20;
}

a.link:HOVER {
text-decoration:underline;
color:Black;
}

/*	dot oddelovac	*/
.odd, .oddShort {
height:20px;
background-image: url(../pcs/pcs_layout/odd-background.gif);
background-position: center;
background-repeat: repeat-x;
}

.oddShort {height:10px;}

.oddGrey  {
height:20px;
background-image: url(../pcs/pcs_layout/odd-admin.gif);
background-position: center;
background-repeat: repeat-x;
}

/*	inzerat	*/
.inzerat  {padding:7px 5px 0 15px;}

.inzeratImg {
float:right;
width:40px;
padding:0;
margin:0;
}

.inzeratImg a {
display:block;
background-position: center;
background-repeat: no-repeat;
width:40px;
height:34px;
}

.inzeratTyp0-cs, .inzeratTyp1-cs, .inzeratTyp2-cs, .inzeratTyp0-en, .inzeratTyp1-en, .inzeratTyp2-en {
width:60px;
height:70px;
background-position: bottom center;
background-repeat: no-repeat;
}

.inzeratTyp0-cs {background-image: url(../pcs/pcs_layout/inz-symbol3.jpg);}
.inzeratTyp1-cs {background-image: url(../pcs/pcs_layout/inz-symbol2.jpg);}
.inzeratTyp2-cs {background-image: url(../pcs/pcs_layout/inz-symbol1.jpg);}
.inzeratTyp0-en {background-image: url(../pcs/pcs_layout/inz-symbol4.gif);}
.inzeratTyp1-en {background-image: url(../pcs/pcs_layout/inz-symbol5.gif);}
.inzeratTyp2-en {background-image: url(../pcs/pcs_layout/inz-symbol6.jpg);}

.inzerat p  {
float:left;
width:100px;
font-weight:normal;
}

.inzerat p span {
display:block;
margin-bottom:10px;
color:#EC3639;
}

.inzerat a {
display:block;
color:#50C7F4;
}

/*.inzerat .inzeratImg, .inzerat .inzeratIco  {float:right;}
.inzerat .inzeratIco  {margin-top:5px;}
*/




/* prave inz. */
.shortInzerat  {padding:0 5px 0 15px;}

.shortInzerat p  {
float:left;
width:110px;
}

.shortInzerat a  {
text-decoration: none;
}

.shortInzerat a:hover, .shortInzerat a:hover strong  {
color: #00A6DA;
}

.shortInzerat .inzeratImg   {float:right;}

.linkDiskuze, .linkHlavniBanner, .linkHlavniBanner-cs, .linkHlavniBanner-en, .linkMSV {
display:block;
background-position: center;
background-repeat: no-repeat;
margin:5px 0;
}

.linkDiskuze {
background-image: url(../pcs/pcs_layout/link-diskuze.jpg);
height:170px;
}

.linkMSV {
background-image: url(../pcs/pcs_layout/LOGO_MSV2009.jpg);
height:170px;
}

.linkHlavniBanner {
height:204px;
padding: 0px;
text-align: right;	
}

.linkHlavniBanner img {
border: 0px;
margin: 0px;
padding: 0px;
}

.linkHlavniBanner-cs {
background-image: url(../pcs/pcs_layout/BANER_2_ICZ.gif);
height:204px;
}

.linkHlavniBanner-en {
background-image: url(../pcs/pcs_layout/BANER_2_ICZ.gif);
height:204px;
}

/*	img replace	*/
h2.novinkyReplace {
position:relative;
display:block;
height:70px;	
width:379px;
 }

h2.novinkyReplace span {
display:block;
position:absolute;
top:0;
left:0;
background-position: top left;
background-repeat: no-repeat;	
background-image: url(../pcs/pcs_layout/h2-novinky.jpg);
height:53px;
width:379px;
font-size:0.6em;
}

/*	img replace	*/
h2.partneriReplace {
position:relative;
display:block;
height:110px;	
width:265px;
float:right;
}

h2.partneriReplace span {
display:block;
position:absolute;
top:0;
left:0;
background-position: top left;
background-repeat: no-repeat;	
background-image: url(../pcs/pcs_layout/h2-partneri.jpg);
height:110px;	
width:265px;
font-size:0.6em;
}

/*	main	*/
.mainItemList ul {
margin:35px 0;
}

.mainItemList li {
list-style-type: none;
padding-left:17px;
background-image: url(../pcs/pcs_layout/dot-main.gif);
background-position: top left;
background-repeat: no-repeat;
line-height:120%;
margin:0 0 15px 0;
font-size:110%;
color:Black;

/*	pekaboo	*/
position:relative;
line-height:12px;
}

.mainItemList li strong {
display:block;
font-size:110%;
color:Black;
}

.mainItemList li a {color:Black;}

.mainItemList li a.more {
font-size:100%;
color:#2DBBE3;
}

#pageEnd {
clear:both;
background-image: url(../pcs/pcs_layout/page-end-background.gif);
background-position: top center;
background-repeat: no-repeat;
padding-top:10px;
text-align:center;
margin-bottom:15px;
color:#939597;
}

#pageEnd a {
text-decoration:none;
color:#939597;
}

#pageEnd a:HOVER {text-decoration:underline;}

#clearPageEnd {
clear:both;
padding-top:10px;
text-align:center;
margin-bottom:15px;
color:#939597;
}

#clearPageEnd a {
text-decoration:none;
color:#939597;
}

#clearPageEnd a:HOVER {text-decoration:underline;}

/*	admin	*/
/*	left menu	*/
.adminMenuBox {border-bottom:4px solid White;}
.adminMenuBox ul li {list-style-type: none;margin: 0px;padding: 0px;}

.adminMenuBox ul li a {
display:block;
margin: 0px;
text-decoration:none;
text-transform:uppercase;
/*line-height:22px;	*/
padding: 6px 6px 6px 19px;
/*height: 22px;*/
/*padding: 0 0 0 19px;*/
border-bottom:2px solid #888888;
background-color: #C1BFC0; /*	treti level	 - bez class */
}

.adminMenuBox ul li a.level1 {background-color: #EFEFEF;}
.adminMenuBox ul li a.level2 {background-color: #D5D7D6;}
.adminMenuBox ul li a.level3 {background-color: #C1C1C1;}
.adminMenuBox ul li a.level4 {background-color: #B3B3B3;}

.adminMenuBox ul li a:HOVER, .adminMenuBox ul li a.active {
color:#010101;
text-decoration:underline;
background-color: #B6B4B5;
}

.adminMenuBox ul li a.level1:HOVER, .adminMenuBox ul li a.level1.active {background-color: #E4E4E4;}
.adminMenuBox ul li a.level2:HOVER, .adminMenuBox ul li a.level2.active {background-color: #CACCCB;}
.adminMenuBox ul li a.level3:HOVER, .adminMenuBox ul li a.level3.active {background-color: #AAAAAA;}
.adminMenuBox ul li a.level4:HOVER, .adminMenuBox ul li a.level4.active {background-color: #888888;}
/*.adminMenuBox ul li a.aukce {background-color: rgb(141,227,255);}*/

/* page + path */
.paging, .pagingBlank {
/*
height:30px;
*/
line-height:30px;
text-align:right;
padding-right:8px;
padding-bottom:1px;
background-image: url(../pcs/pcs_layout/odd-admin.gif);
background-position: bottom left;
background-repeat: repeat-x;
}

.pagingBlank {background-image: none;}

.paging p {
text-align: left;
line-height: 10px;
font-size: 80%;
font-style: italic;
margin: 3px 10px 10px 10px;
}

.paging a, .pagingBlank a {
color:#ACACAC;
text-transform:uppercase;
text-decoration:none;
}

.paging a:HOVER, .pagingBlank a:HOVER {color:#6A6A6A;}

.paging span, .pagingBlank span {
color:#00A6DA;
text-transform:uppercase;
}

.path {
float:left;	
padding-left:8px;
color:#00A6DA;
}

.path a {
color:#00A6DA;
text-transform:uppercase;
text-decoration:none;
}

.path span a {color:#ACACAC;}

.path a:HOVER {}

.path input.search {border: 1px solid #00A6DA; margin-right: 10Px; padding: 1px;}

.adminFiltrace {
color:#00A6DA;
height:48px;
line-height:48px;
padding:0 0px 0 15px;
padding-bottom:1px;
background-image: url(../pcs/pcs_layout/odd-admin.gif);
background-position: bottom left;
background-repeat: repeat-x;	
}

.adminFiltrace p {
float:right;
width:100px;
text-align: right;
}

.adminFiltrace p.akce {width:65px;}

.adminFiltrace a {
color:#00A6DA;
text-decoration:none;
font-size: 95%;
}

.adminFiltrace a:HOVER {text-decoration:underline;}

.adminFiltrace span {
color:#ACACAC;
margin-right:15px;
font-size:110%;
}

.adminItem {
padding:4px 8px;
background-image: url(../pcs/pcs_layout/odd-admin.gif);
background-position: bottom left;
background-repeat: repeat-x;		
}

.adminItem .itemImg {
float:left;
margin-right:10px;
margin-left:7px;
}

.adminItem .desc, .adminItem .descLong {
float:left;
width:270px;
}

.adminItem .descLong {width:325px;}

.adminItem .desc a, .adminItem .descLong a {
font-size:130%;
text-decoration:none;
}

.adminItem .desc a:HOVER, .adminItem .desc a:HOVER strong, .adminItem .desc a:HOVER span, .adminItem .descLong a:HOVER, .adminItem .descLong a:HOVER strong, .adminItem .descLong a:HOVER span {color:#00A6DA;}

.adminItem .desc a strong, .adminItem .descLong a strong {
font-size:100%;
color:Black;
}


.adminItem .desc span, .adminItem .descLong span {
font-size:110%;
display:block;
color:Black;
margin-top:2px;
}

.adminItem .desc span a, .adminItem .descLong span a {
font-size:100%;
color:Black;
}

.adminItem .desc a.moreInfo, .adminItem .descLong a.moreInfo {
font-size:100%;
color:#00A6DA;
text-decoration:underline;
}

.adminItem .desc a.moreInfo:HOVER, .adminItem .descLong a.moreInfo:HOVER {text-decoration:none;}

.typIco0-cs, .typIco1-cs, .typIco2-cs, .typIco0-en, .typIco1-en, .typIco2-en {
float:left;
width:55px;
height:40px;
background-position: top center;
background-repeat: no-repeat;
}

.typIco0-cs {background-image: url(../pcs/pcs_layout/inz-symbol3.jpg);}
.typIco1-cs {background-image: url(../pcs/pcs_layout/inz-symbol2.jpg);}
.typIco2-cs {background-image: url(../pcs/pcs_layout/inz-symbol1.jpg);}
.typIco2-en {background-image: url(../pcs/pcs_layout/inz-symbol6.jpg);}
.typIco1-en {background-image: url(../pcs/pcs_layout/inz-symbol5.gif);}
.typIco0-en {background-image: url(../pcs/pcs_layout/inz-symbol4.gif);}

.editTools {
float:left;
width:67px;
}

.editTools div {
height:17px;
line-height:17px;
text-decoration:none;
padding-left:25px;
background-position: left center;
background-repeat: no-repeat;
color:#00A6DA;
}

.editTools div.edit {background-image: url(../pcs/pcs_layout/ico-edit.gif);}
.editTools div.show {background-image: url(../pcs/pcs_layout/ico-show.gif);}
.editTools div.delete {background-image: url(../pcs/pcs_layout/ico-delete.gif);}
.editTools div.prepay {padding-left:0px; width: 85px;}

.editTools a {
text-decoration:none;
color:#00A6DA;
}

.editTools a:HOVER {text-decoration:underline;}

/*  link v modrem nadpisu */
.box span {
float:right;
color:White;
padding-right:10px;
}

.box span a {
color:White;
text-transform: none;
}

/*	text - main	*/
.text {
margin:1em 20px 1em 20px;
font-size:120%
}

.text * {font-size:100%}

#mainContent h2, #mainContent h3, #mainContentAdmin h2, #mainContentAdmin h3 {
color:white;
margin:1.7em 15px 1em 15px;
font-size:140%;
}

#mainContent h2#flashBoxLeft, #mainContent h2#flashBoxRight, #mainContentAdmin h2#flashBoxLeft, #mainContentAdmin h2#flashBoxRight {margin: 0px;}


/*	form	*/
.formular {margin:20px 0;}
.formular div {margin:5px 20px 5px 20px;}
.formular .wgl div {margin:3px 5px 3px 5px;}

.formular label {
float:left;
text-align:left;
width:140px;
text-transform : uppercase;
padding-top:2px;
}

.formular .wg label {
float:left;
text-align:left;
width:180px;
text-transform : uppercase;
padding-top:2px;
}

.formular .wgl label {
float:left;
text-align:left;
width:170px;
text-transform : uppercase;
padding-top:2px;
}

.formular label.sec_code_label {
padding-top:30px;
}

.formular fieldset {
margin: 10px 10px;
padding: 10px 0px;
border:0px solid #00A9DF;
}

.formular fieldset legend {
padding: 5px;
margin-left: 10px;
font-weight: bold;
font-size: 120%;
color: #00A9DF;
}

.formular select, .formular input,  .formular textarea {
width:300px;
border:1px solid #00A9DF;
color:Black;
font-size:120%;
padding:2px;
}


.formular input,  .formular textarea {width:293px;}
.formular input.form_checkbox {width: auto}
.formular textarea {height:170px;}
.formular select.short {width:148px;}
.formular input.short {width:140px;}
.formular input.checkbox {width:20px;}
.formular input.short2 {width:215px;}
.formular input.second {margin-left:2px;}
.formular input.checkBox {width:15px;border:0px;}
.formular input.veryShort, .formular select.veryShort {width:65px;}
.formular select.veryShort4 {width:50px;}
.formular select.veryShort2 {width:40px;}
.formular input.file {width:200px;}

.formular option {
color:Black;
font-size:100%;
}

.formular optgroup option {font-size:120%;}

.formular input {padding:3px;}
.formular input.readonly {background:#E0E0E0;}
.formular input.ods {margin-left: 10px;}

.formular p select, .formular p input {
width:144px;
border:1px solid #00A9DF;
color:#00A9DF;
float:left;
margin-right:5px;
}

.formular input.submitForm, .formular input.cancelForm, .formular input.otherForm {
height:22px;
line-height:19px;
background-image: url(../pcs/pcs_layout/form-submit-background.jpg);
background-position: top left;
background-repeat: repeat-x;
color:White;
width:73px;
width:110px;
text-align:center;
text-transform:uppercase;
margin-right:7px;
border:2px solid #36B0D9;
margin:10px 0 10px 220px;
padding:0;
}

.formular input.submitForm {
margin:10px 0 10px 5px;
}
.formular .wg input.submitForm {
margin:10px 0 10px 0px;
}
.formular input.thinMargin {
margin:2px 0 2px 0px;
}

.formular input.longer {
width: 150px;
}


.formular input.cancelForm, .formular input.otherForm {
margin:10px 0 10px 10px;
}

.formular .odsleva {margin-left: 150px;}


#navigation-drop {
float: left;
}

#navigation-drop h3 {
color: #00A9DF;
}

#navigation-drop h3 {
margin: 5px;
}

#navigation-drop h3 a {
color: #00A9DF;
font-size: 110%;
}

#navigation-list-manager {
float: right;
margin: 5px 5px;
}

#navigation-list-manager a {
font-size: 110%;
}

div#mail_area {
float: left;
width: 70px;
height: 32px;
margin: 2px 220px 2px 0px;
clear: right;
font-size: 120%;
text-align: center;
}

div#mail_area div {
margin: 2px 1px;
}

table.admin {
margin: 10px 0px;
width: 498px;
border: 1px solid #00A9DF;
}

table.admin th {
background: #E0E0E0;
font-weight: bold;
font-size: 110%;
padding: 3px;
}

table.admin tr:hover {
background: #BDBDBD;
}

table.admin td {
font-size: 100%;
padding: 3px;
}

table.admin td a {
text-decoration: none;
font-size: 100%;
font-family: Arial;
}

table.admin td a:hover {
text-decoration: underline;
}

table.admin caption {
font-size: 100%;
text-align: left;
font-weight: bold;
color: #00A9DF;
}

div#psw_area {margin: 0px;}

div#selector {float:left;line-height:20px;padding-left: 5px;}
div#pager {float:right;line-height:20px; padding-right: 5px;}
div#sel-pager {background:url(../pcs/pcs_layout/odd-admin.gif) left bottom repeat-x;}

div#sel-pager strong {padding: 5px; font-size: 110%; text-transform: uppercase}

div#selector input[type="text"], div#selector select {border: 1px solid #BDBDBD;padding: 1px; margin-right: 10px;}

/*	text - page	*/
#mainContent .pageMainTitle, #mainContentAdmin .pageMainTitle {
font-size:145%;
color:Black;
margin:1em 20px 1em 20px;
}

#mainContent .pageMainTitle a, #mainContentAdmin .pageMainTitle a {
font-size:100%;
text-decoration: none;
}

.pageMainTitle a.cat_kind {
color: #00A9DF;
font-size:125%;
}

#mainContent .pageMainSubtitle, #mainContentAdmin .pageMainSubtitle {
font-size:120%;
color:#00A5C7;
margin:1em 20px 0 20px;
}

#mainContent .clasifieds_list h3.pageMainTitle {margin: 1em 5px 5px 5px}
#mainContent .clasifieds_list p.text {margin-top: 5px;}

/*	tab	*/
table.table1 {margin:5px 10px 1em 10px;}

table.table1 th, table.table1 td { 
text-align:left;
padding:8px 20px 8px 10px;
border-bottom: 1px dotted #A9A9A9;
vertical-align: top;
}

table.table1 td { 
padding:10px 20px 5px 10px;
border-bottom: 1px dotted #A9A9A9;
border-right: 1px dotted #A9A9A9;
}

table.table1 td.last { border-right: none;}

table.table1 th { 
background-image: url(../pcs/pcs_layout/table-header-background.gif);  
background-position: center;  
background-repeat: repeat-x;   
color:White;
}

table.table1 th a { 
color:White;
text-decoration:none;
}

table.table1 th a:HOVER { text-decoration:underline;}

div.tableDetail {}
div.tableDetail p { margin: 7px; font-size: 110%;}


#refresh-holder {position: relative}
#auction-detail {width: 300px;}

/*	table - detail	*/
table.tableDetail {margin:4px 10px 1em 5px;}
table.float { display: inline; float: left; width: 250px;}
table.wide { width: 500px;}

table.tableDetail th, table.tableDetail td { 
text-align:left;
vertical-align: top;
font-size:110%;
}

table.tableDetail td { padding:2px 10px 2px 0;}
table.tableDetail td.image { padding:2px 0 2px 4px; width:240px;}
table.tableDetail td.desc { border-top: 1px dotted #A9A9A9;}
table.tableDetail td.label { width:90px;}

table.tableDetail td.typIco0 {
background-position: top left;
height:30px;
margin-left:-7px;
}

table.tableDetail td + td + td { 
padding: 2px 0px;
width: 250px;
}


table.tableDetail th { 
background-image: url(../pcs/pcs_layout/table-header-background.gif);  
background-position: center;  
background-repeat: repeat-x;   
color:White;
}

table.tableDetail th a { 
color:White;
text-decoration:none;
}

table.tableDetail th a:HOVER { text-decoration:underline;}

img.themeImg {
border: 0px;
margin-left: 20px;
float: left;
margin-right: 10px;	
margin-bottom: 10px;	
}

a.cat_link {
color:#00A5C7;
margin:1em 2px 0;
text-decoration: none;
}

a.cat_link:hover {
text-decoration: underline;
}

strong.nabidka {
margin-top: 2px;
display: block;
color: #00A9DF;
text-transform: uppercase;
font-size: 75%;
}

table.users {
width: 498px;
}

.clientLogo {
display:block;
width:74px;
height:30px;
background-position: center;
background-repeat: no-repeat;
margin:0 0 10px 18px;
}

h3.warning {background-color: #00A9DF;padding: 5px; text-align: center;}

.bublinaFaze {
margin-top:30px;
float:left;
display:block;
width:120px;
background-image: url(../pcs/pcs_layout/faze-inactive.gif);
background-position: top center;
background-repeat: no-repeat;
text-align:center;
padding-top:12px;
text-decoration:none;
font-weight:bold;
}

.bublinaFaze.first {margin-left:12px;}

.bublinaFaze span {
font-size:250%;
color:#aaadad;
}

.bublinaFaze p {
font-size:120%;
color:#aaadad;
padding:15px 10px 0 10px;
}

.bublinaFaze:HOVER, .bublinaFaze.active {background-image: url(../pcs/pcs_layout/faze-active.gif);}
.bublinaFaze:HOVER span, .bublinaFaze.active span {color:#199dbf;}
.bublinaFaze:HOVER p, .bublinaFaze.active p {color:#199dbf;}

span.new_message_count {color: red;}
p.auction_link {text-align: left; display: block; margin-top: 10px;width:195px;white-space: nowrap;}
p.auction_link a, p.auction_link span {color: #00A9DF; font-weight: bold; font-size: 120%;text-decoration: none;}
p.auction_link a:hover {color: #424143;}

#mainContent h2.sekceTitleRed, #mainContent h2.sekceTitleGreen {
color:#009ce2;
margin:15px 0 0 20px;
font-size:130%;
font-weight: bold;
}

#mainContent h1.sekceTitle, #mainContent h2.sekceTitle, #mainContent p.sekceTitle {
	color: #009CE2;
	font-size: 155%;
	margin: 15px 0 0 20px;
	font-weight:bold;
}
#mainContent h1.sekceTitle {font-size: 150%;}
#mainContent h2.sekceTitleRed {color:#ea201c;}
#mainContent h2.sekceTitleGreen {color:#88c53a;}

.mainBanner {
width:501px;
background-position: center;
background-repeat: no-repeat;
margin:15px 0 20px 12px;
}

.smallBanner {
width:255px;
height:198px;
background-position: center;
background-repeat: no-repeat;
margin-top:15px;
margin-bottom:20px;
}

.mainBannerProdukty-cs {
background-image: url(../pcs/pcs_layout/banner-produkty.jpg);
background-repeat: no-repeat;
height:341px;
}

.mainBannerProdukty-en {
background-image: url(../pcs/pcs_layout/banner-products.jpg);
background-repeat: no-repeat;
height:341px;
}

.mainBannerSluzby-cs {
background-image: url(../pcs/pcs_layout/banner-sluzby.jpg);
background-repeat: no-repeat;
height:341px;
}

.mainBannerSluzby-en {
background-image: url(../pcs/pcs_layout/banner-services.jpg);
background-repeat: no-repeat;
height:341px;
}

.mainBannerKariera-cs {
background-image: url(../pcs/pcs_layout/banner-kariera.jpg);
background-repeat: no-repeat;
height:341px;
}

.mainBannerKariera-en {
background-image: url(../pcs/pcs_layout/banner-career.jpg);
background-repeat: no-repeat;
height:341px;
}

.mainBannerDiskuze {
background-image: url(../pcs/pcs_layout/banner-diskuze.jpg);
background-repeat: no-repeat;
height:341px;
}

.mainBannerNabidka-cs {
background-image: url(../pcs/pcs_layout/banner-nabidka.jpg);
background-repeat: no-repeat;
height:241px;
}

.mainBannerNabidka-en {
background-image: url(../pcs/pcs_layout/banner-offer.jpg);
background-repeat: no-repeat;
height:241px;
}

.mainBannerPoptavka-cs {
background-image: url(../pcs/pcs_layout/banner-poptavka.jpg);
background-repeat: no-repeat;
height:241px;
}

.mainBannerPoptavka-en {
background-image: url(../pcs/pcs_layout/banner-request.jpg);
background-repeat: no-repeat;
height:241px;
}

.smallBannerAukce-cs {
float:left;
background-image: url(../pcs/pcs_layout/small-banner-aukce.jpg);
background-repeat: no-repeat;
margin-right:20px;
margin-left:12px;
}

.smallBannerAukce-en {
float:left;
background-image: url(../pcs/pcs_layout/small-banner-aukce.jpg);
background-repeat: no-repeat;
margin-right:20px;
margin-left:12px;
}


.smallBannerNabidka-cs {
float:right;
background-image: url(../pcs/pcs_layout/small-banner-nabidka.jpg);
background-repeat: none;
margin-right:12px;
margin-left:12px;
}

.smallBannerNabidka-en {
float:right;
background-image: url(../pcs/pcs_layout/small-banner-offer.jpg);
background-repeat: none;
margin-right:12px;
margin-left:12px;
}

.smallBannerPoptavka-cs {
float:right;
background-image: url(../pcs/pcs_layout/small-banner-poptavka.jpg);
background-repeat: none;
margin-right:12px;
margin-left:12px;
}

.smallBannerPoptavka-en {
float:right;
background-image: url(../pcs/pcs_layout/small-banner-request.jpg);
background-repeat: none;
margin-right:12px;
margin-left:12px;
}

.textForm {
font-size:100%;
float:left;
line-height:24px;
margin:2px 20px 0 20px;
}

.textWrapForm {
font-size:100%;
float:left;
margin:5px 10px 0 20px;
line-height:95%;
}

.textAukceForm {
font-size:100%;
float:left;
margin:5px 10px 0 0;
line-height:95%;
}

.textWrapNabidka, .textWrapPoptavka, .textWrapAukce {
font-size:120%;
padding-right:30px;
background-position: right center;
background-repeat: no-repeat;
line-height:95%;
height:24px;
margin-right:35px;
}

.textFloatNabidka-cs, .textFloatPoptavka-cs, .textFloatNabidka-en, .textFloatPoptavka-en {
font-size:120%;
padding-right:30px;
background-position: right center;
background-repeat: no-repeat;
line-height:95%;
height:24px;
width:170px;
margin-left:20px;
margin-top:20px;
}

.textWrapNabidka-cs, .textFloatNabidka-cs { background-image: url(../pcs/pcs_layout/symbol-nabidka.gif); background-repeat: no-repeat;background-position: right center;font-size:100%;padding-top: 1px; padding-bottom: 1px; padding-right:30px;}
.textWrapPoptavka-cs, .textFloatPoptavka-cs { background-image: url(../pcs/pcs_layout/symbol-poptavka.gif); background-repeat: no-repeat;background-position: right center;font-size:100%;padding-top: 1px; padding-bottom: 1px; padding-right:30px;}
.textWrapNabidka-en, .textFloatNabidka-en { background-image: url(../pcs/pcs_layout/symbol-offer.gif); background-repeat: no-repeat;background-position: right center;font-size:100%;padding-top: 1px; padding-bottom: 1px; padding-right:30px;}
.textWrapPoptavka-en, .textFloatPoptavka-en { background-image: url(../pcs/pcs_layout/symbol-request.gif); background-repeat: no-repeat;background-position: right center;font-size:100%;padding-top: 1px; padding-bottom: 1px; padding-right:30px;}

.textWrapAukce-cs { 
margin-top:20px;
background-image: url(../pcs/pcs_layout/symbol-aukce.gif); 
background-repeat: no-repeat;
background-position: 470px center;
padding-right:60px;
padding-top: 1px;
padding-bottom: 1px;
font-size:100%;
}

.textWrapAukce-en { 
margin-top:20px;
background-position: 470px center;
background-image: url(../pcs/pcs_layout/symbol-auction.gif); 
background-repeat: no-repeat;
padding-right:60px;
padding-top: 1px;
padding-bottom: 1px;
font-size:100%;
}

.formButton, .formButtonAukce, #contact_button {
line-height:24px;
height:24px;
float:left;
padding:0 20px;
background-image: url(../pcs/pcs_layout/box-background.jpg);
background-position: center;
background-repeat: repeat-x;
text-decoration:none;
text-align:center;
color:White;
text-transform: uppercase;
margin: 0 20px 0 0;
}

.formButtonAukce {margin: 0 0 0 0; padding: 0 15px}

div#bad_cat_warning {
margin: 5px 20px;
background-image: url(../pcs/pcs_layout/warning-sign.jpg);
background-position: 10px center;
background-repeat: no-repeat;
padding: 5px;
padding-left: 80px;
border: 1px solid #C4C4C4;
}



div#clasified-image, div#user-image {
float: right;
display: inline;
width: 250px;
text-align: center;
}

div#clasified-image a#main-image {
padding: 10px 5px 10px 5px;
}


#mainContent h1.titleDetail {margin: 10px 20px; font-size: 135%; color: #434343}
#mainContent h2.subtitleDetail {margin: 5px 20px; font-size: 115%; color: #434343}

/*	flash - home	*/
.flashHome {
margin:5px 0 0 10px; 
width:269px;
height:310px;
}

.homeTxt {
float:right;
width:230px;
}

#mainContent h3.homeTitle {
margin: 5px 20px;
color: #434343;
font-size: 125%;
}

ul.homeItemList {
margin-top: 1.5em;
}

ul.homeItemList2 {
margin:1em 20px 1em 20px;
}

ul.homeItemList li, ul.homeItemList2 li  {
list-style-type: none;
font-size:120%;
padding-left:19px;
background-image: url(../pcs/pcs_layout/dot-logo.gif);
background-position: 2px 4px;
background-repeat: no-repeat;
line-height:140%;
font-weight:normal;
}

.textLogo {
padding-left:19px;
background-image: url(../pcs/pcs_layout/dot-logo.gif);
background-position: 2px 4px;
background-repeat: no-repeat;
margin:1em 20px 1em 20px;
font-size:120%
}

.textLogo strong {
font-size:105%;
display: block;
}

.imgRight {
float:right;
margin:13px 10px 15px 25px;
}

.imgLeft {
float:left;
margin:13px 25px 15px 12px;
}

.clankyHome {
margin:1em 20px 0 39px;
font-size:130%;
color:#00A5C7;
font-weight:bold;
}

.fixHeight {min-height:700px; color: #434343}

#auction_login_box {position: absolute; border: 0px; width: 225px; right: 0; top: 0px}

table#contact-list, table#kontakt {
width: 100%;
border: 0px;
margin: 20px;
}

table#contact-list td {
margin: 5px 10px;
vertical-align: top;
font-size: 95%;
}

table#contact-list td div {
font-size: 135%;
margin: 3px 0px;
}

table#contact-list td div strong {
font-size: 105%;
}

table#contact-list td div a {
font-size: 95%;
color: #00A9DF;
}

table.mailer_item {
border:0px; 
margin:0px; 
padding: 0px;
width: 400px;
}

table.mailer_item td span {
font-size: 9px;
}

#nasi-partneri {
margin-top: 20px;
padding: 0px;
border: 0px;
border-spacing: 0px;
}

#nasi-partneri td {
padding: 5px;
text-align: center;
vertical-align: center;
}

#nasi-partneri a {
display: block;
float: left;
width: 90px;
height: 90px;
}

div.user_buttons {
margin: 0px;
padding: 0px;
width: 500px;
height: 42px;
}

h1.home {
font-size:130%;
text-transform: uppercase;
margin:1em 20px;
}

p.catdescription {
margin: 10px;
}

#mainContent h1.view {
font-size: inherit;
color: inherit;
font-weight: bold;
margin: inherit;
padding: inherit;
}

#mainContent h2.view {
font-size: inherit;
color: inherit;
font-weight: bold;
margin: inherit;
padding: inherit;
}

#mainContent h3.view {
font-size: inherit;
color: inherit;
font-weight: bold;
margin: inherit;
padding: inherit;
}

#mainContent h2.descLong {
font-size: 95%;
color: inherit;
font-weight: normal;
margin: inherit;
padding: inherit;
margin: 0px;
padding: 4px 8px;
}


/*	poptavka	*/
.poptavkaBox-cs {
background-image: url(../pcs/pcs_layout/poptavka-background-cz.jpg);
background-position: top left;
background-repeat: no-repeat;
padding-bottom:2px;
margin-bottom:5px
}

.poptavkaBox-en {
background-image: url(../pcs/pcs_layout/poptavka-background-en.jpg);
background-position: top left;
background-repeat: no-repeat;
padding-bottom:15px;
margin-bottom:5px
}

.poptavkaBox-cs p, .poptavkaBox-en p {
color:White;
padding:90px 10px 20px 15px;
font-weight:bold;
font-size:10px;
}

.poptavkaBox-cs a, .poptavkaBox-en a {
text-transform:uppercase;
margin-left:15px;
color:White;
display:block;
text-decoration:none;
background-image: url(../pcs/pcs_layout/poptavka-submit-background.jpg);
background-position: center;
background-repeat: no-repeat;
width:139px;
padding-left:20px;
height:20px;
line-height:20px;
text-align:left;
font-weight:bold;
font-size:10px;
}

#contact_form {
margin: 10px;
}

h2#contact_title {
color: #224499;
margin: 10px 5px 20px 5px;
font-size: 135%;
font-weight: bold;
}

#contact_form .contactItem {
margin-bottom: 20px;
}

#contact_form .contactItem div {
font-size: 120%;
margin: 0px 40px 5px 20px;
}

#contact_form .contactItem strong {
font-size: inherit;
color: #224499;
}

#contact_form input, #contact_form select, #contact_form textarea {
border: 1px solid #00A5C7;
width: 300px;
font-size: 120%;
padding: 3px;
margin: 2px;
}

#contact_form textarea {
width: 540px;
height: 220px;
}

#contact_form label {
width: 100px;
padding: 1px;
margin: 3px 2px 2px 2px;
clear: left;
display: block;
float: left;
color: #224499;
font-size: 120%;
}

#contact_form p.text {
color: #224499;
}

input#submit_contact_form {
width: 80px;
line-height:24px;
height:24px;
float:left;
padding:0 20px;
background-image: url(../pcs/pcs_layout/box-background.jpg);
background-position: center;
background-repeat: repeat-x;
text-decoration:none;
text-align:center;
color:White;
text-transform: uppercase;
margin: 0 20px 0 0;
}

#contact_form_close {
float: right;
margin: 0px 10px;
font-size: 200%;
}

#contact_form_box {
position: absolute;
top: 200px;
left: 60px;
width: 750px;
border: 2px #224499;
padding: 10px 10px 20px 10px;
background: #D4E6FC;
color: white;
}

#web_link {
margin: 15px 10px 0px 10px;
text-align: right;
}

#web_link a {
font-size: 110%;
text-decoration: none;
font-weight: bold;
}

#web_link a:hover {
text-decoration: underline;
}