/**************************forms ***************************/
.formError {
  color: red;
}

.form-note {
	font-size: 85%;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 0;
	display: block;
    visibility: hidden;
}

.form-divide {
	padding: 0.3em 0;
	border-bottom: 1px solid #ddd;
}

.form-divide span {
	font-size: 85%;
}

.form-divide span img {
	vertical-align: middle;
}

.form-full {
	width: 100%;
}

#url-string {
	width: 680px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#bodytextpreview {
	overflow: hidden;
	width: 550px;
}

fieldset #url {
	width: 500px;
	display: inline;
}

.form-large .form-text, .form-large .form-text-variable, .form-large textarea, #topic-default1, #topic-default2, #topic-default3, .form-large select, .form-large .form-brief {
	font-size: 126%;
	background: #FFFADB url(../images/form-back.gif) repeat-x;
	border: 1px solid #CBB945;
	color: #776B1B;
	padding: 2px;
}

.form-large select {
	padding: 1px 0;
}

.form-large textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.form-large input {
	font-size: 126%;
	padding: 3px 7px !important;
}

.form-large div {
	padding-bottom: 1em;
	clear: left;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

input.button1, input.button2 {
	font-size: 100%;
	margin-top: 2px;
	padding: 3px 10px;
}

.button2 {
	color: #777;
}

.button3 {
	border: 1px solid #EEE8DD;
	color: #105CB6;
	margin: 0 5px;
	line-height: 2;
	background: #fff;
	cursor: pointer;
}

.button3:hover {
	border-color: #003;
}

.form-large .form-text {
	width: 260px;
	padding: 3px;
}

.form-large .form-brief {
	width: 200px;
} /*IE6*/

.form-large .form-text-variable {
	width: 96%;
}

.form-large textarea  {
	height: 7em;
	width: 97%;
}

.form-large label {
	float: none;
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #817A71;
	margin: 0.7em 0 0.1em 0;
}

.form-large label span {
	font-size: 80%;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
}

.form-large label.form-checkbox {
	display: inline;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.form-large .form-field {
	padding-bottom: 1em;
}

#topic-default1, #topic-default2, #topic-default3 {
	width: 1.5em;
	vertical-align: middle;
	text-align: center;
}

.form-url-text {
	font-size: 126%;
	font-weight: normal;
}

.col, .col dt, .col dd {
	margin: 0;
	padding: 0;
    white-space: nowrap;
}

.col, dl.col {
	float: left;
	margin-right: 8px;
}

.col {
	padding: 5px 5px 15px 5px;
} * html dl.col { height: 160px; }

#titlepreviewheading {
    min-height: 18px;
} * html #titlepreviewheading { height: 18px; }

#descriptionpreview {
    min-height: 18px;
} * html #descriptionpreview { height: 18px; }

.col label {
	font-weight: normal;
	display: inline;
}

fieldset .col dt {
	float: none;
	width: auto;
	text-align: left;
}

dl.col dt {
	font-weight: bold;
	font-size: 105%;
	margin-top: 5px;
}

dl.col dd {
	padding-left: 20px;
	padding-top: 2px;
	font-size: 80%;
}

dl.col label {
	font-weight: bold;
}

dl.col dd label {
	font-weight: normal;
	letter-spacing: 0em;
}

dl.col input {
	vertical-align: middle;
	margin-top: -1px;
}

#submit-topics dl.col dd, #submit-topics dl.col dt {
	padding-left: 5px;
}

.inline-footer {
	padding-top: 1em;
}

.inline-footer form {
	display: inline;
}

img.captcha {
	margin-top: 6px;
	vertical-align: middle;
}

.form-tools input {
	float: right;
	font-size: 105%;
	font-weight: bold;
}

.field-count {
	float: right;
	font: bold 105% sans-serif;
	margin-top: 4px;
	padding-right: 20px;
	color: #3B9300;
}

.field-count-over {
	color: #c00;
}

.side-help {
	float: right;
	width: 40%;
	margin-top: 16px;
}

.side-help li {
	margin-bottom: 4px;
}

.registration-form fieldset {
	width: 50%;
}

.registration-form .captcha {
	float: left;
	margin-right: 4px;
}
.registration-form input#captcha {
	margin-bottom: 1em
}
/***** fieldsets *****/

.query fieldset {
  padding: 0px;
  border: 0px;
}

/*fieldset {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 15px;
	clear: left;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #80A71F;
	padding: 0 0.5em;
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}

legend span {
	color: #999;
	font-size: 90%;
	letter-spacing: 0;
}

fieldset dl {
	margin: 0;
	padding: 0;
}

fieldset dt {
	clear: left;
	float: left;
	width: 18em;
	text-align: right;
	padding: 0 1em 0.5em 0;
}

fieldset dd {
	padding: 0 0 0.5em 0;
	font-weight: bold;
}

fieldset.labels label {
	width: 15em;
	float: left;
	text-align: right;
	display: block;
	padding: 0 0.5em 0.2em 0;
}

fieldset.labels div {
	padding: 0.2em 0;
	clear: left
}

.fieldset-footer {
	margin: 0;
	position: relative;
	left: -15px;
	padding: 10px 0 15px 15px;
	clear: left;
	top: 15px;
}

fieldset fieldset input {
	font-size: 100% !important;
}*/

/* Confirmation Dialogue */



/* Instruction List */

.instruction-list {
	margin: 0;
	padding: 0;
}

.instruction-list li {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 25px;
}

/* New Registration */

#wrapper {
	padding-top: 8px;
}

.main {
	margin-right: 340px !important;
}

.col-1 {
	width: 300px;
	float: left;
	margin: 0 !important;

}

.col-2 {
	clear: right;
	padding-left: 320px;
	margin-right: -340px;
}

.col-1 img {
	float: left !important;
	margin-bottom: 1em;
}

.col-1 hr {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 0;
}

.form-wrapper {
	clear: right;
}

.form-container {
	background: #f5efc9 url(../images/register-form-container-top-left.gif) top left no-repeat;
	width: 100% !important;
	margin: 10px 0 5px 0;
	position: relative;
	clear: left;
	position: relative;
}

.form-container form {
	background: transparent url(../images/register-form-container-top-right.gif) top right no-repeat;
	padding: 20px;
	padding-top: 5px;
}

.form-container form a,
.form-container form a:link,
.form-container form a:visited {
	text-decoration: underline !important;
}

.form-container form a:hover,
.form-container form a:active {
	text-decoration: underline;
}

.form-container h3 {
	clear: right;
	margin: 0 !important;
	padding: 0 1em 1em 1em !important;
	color: #333;
	float: left;
	width: 50%;
}

.form-container h4.login-prompt {
	float: right;
	clear: right;
	margin: -0.4em 0 0 0 !important;
	padding: 0 1em 1em 26px !important;
	color: #333;
	font-size: 0.9em !important;
	font-weight: bold;
	line-height: 1em;
	background: transparent;
}

.form-container h4.login-prompt span {
	font-size: 1em !important;
	font-weight: normal;
}

.form-footer-wrap {
	height: 10px;
	background: transparent url(../images/register-form-container-bottom-left.gif) top left no-repeat;
}

.form-footer {
	height: 10px;
	background: transparent url(../images/register-form-container-bottom-right.gif) top right no-repeat;
}

.form-container .or {
	width: 100%;
	height: 36px;
	position: absolute;
	top: -20px;
	left: 0;
	margin: 0 auto;
}

.form-container br.clear {
	clear: left;
}

div.inputs-horizontal {
	width: 100%;
	padding: 0em 0 0.8em 0;
}

div.inputs-horizontal input.narrow {
	margin-right: 2em;
}

/*.form-container form fieldset {
	border: 0;
    padding: 0 0 0 20px !important;
	color: #758656;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin: 0 !important;
}*/

.form-container form input#checkbutton {
	width: 10.4em;
	float: left;
	clear: right;
	margin-left: 0.5em !important;
	margin-right: 0 !important
}

/*.form-container form fieldset.wide.extra-pad {
	padding-top: 1em !important;
}*/

.formProfile .labelLeft {
  display: block;
}

.formProfile .labelLeft label {
  float: left;
  width: 130px;
}

.formProfile .labelLeft input, .formProfile .labelLeft textarea {
  width: 250px;
}

.formProfile .labelLeft span {
  font-size: 80%;
  float: right;
  width: 160px;
}

.formProfile .noneLeft {
  padding-left: 126px;
}

.formProfile #hobbies div {
  float: left;
  width: 170px;
}

.formProfile fieldset {
  border: 1px solid #bbbbbb;
}

.formProfile hr {
  border-top: 1px solid #bbbbbb;
}

.formChangePassword .labelLeft label {
  float: left;
  width: 170px;
}

.formChangePassword .labelLeft input {
  width: 210px;
}

.formChangePassword .labelLeft span {
  display: block;
  font-size: 80%;
  float: right;
  width: 160px;
}

.formRegister .labelLeft label {
  float: left;
  width: 170px;
}

.formRegister .labelLeft input {
  width: 210px;
}

.formRegister .labelLeft span {
  font-size: 80%;
  float: right;
  width: 100px;
}

.formUserActivation .labelLeft label {
  float: left;
  width: 160px;
}

.formUserActivation .labelLeft input {
  width: 200px;
}

.formUserActivation .labelLeft div {
  font-size: 80%;
  float: right;
  width: 100px;
}

.formForgotPassword .labelLeft label {
  float: left;
  width: 240px;
}

.formForgotPassword .labelLeft input {
  width: 200px;
}

.formForgotPassword .labelLeft span {
  font-size: 80%;
  float: right;
  width: 100px;
}

.formContentAdvise .labelLeft label {
  float: left;
  width: 150px;
}

.formContentAdvise .labelLeft input {
  width: 200px;
}

.formContentAdvise textarea {
  width: 550px;
}

.formProductsAdd {
  position: relative;
}

.formProductsAdd label {
  float: left;
  width: 150px;
}

.formProductsAdd textarea {
  width: 550px;
}

.formProductsAdd p input, .formProductsAdd p select {
  width: 200px;
}

.formProductsAdd fieldset label {
  float: none;
  width: auto;
}

.formProductsAdd fieldset p input, .formProductsAdd fieldset p select {
  width: auto;
}

.formEShopsAdd label {
  float: left;
  width: 150px;
}

.formEShopsAdd textarea {
  width: 550px;
}

.formEShopsAdd p input, .formEShopsAdd p select {
  width: 200px;
}

.formEShopsAdd #methodsOfPayment div, .formEShopsAdd #transportModes div {
  float: left;
  width: 170px;
}

.formEShopsAdd #methodsOfPayment input, .formEShopsAdd #methodsOfPayment label,
.formEShopsAdd #transportModes input, .formEShopsAdd #transportModes label {
  float: none;
  width: auto;
}

.formEShopsAdd fieldset {
  border: 1px solid #bbbbbb;
}

.formServicesAdd label {
  float: left;
  width: 150px;
}

.formServicesAdd textarea {
  width: 550px;
}

.formServicesAdd p input {
  width: 200px;
}

.formServicesNew label {
  float: left;
  width: 150px;
}

.formServicesNew textarea {
  width: 550px;
}

.formServicesNew p input, .formServicesNew p select {
  width: 200px;
}

.formServicesNew #productTypes div {
  float: left;
  width: 170px;
}

.formServicesNew #productTypes input, .formServicesNew #productTypes label {
  float: none;
  width: auto;
}

.formServicesNew fieldset {
  border: 1px solid #bbbbbb;
}

.formShoppingParksAdd label {
  float: left;
  width: 150px;
}

.formShoppingParksAdd textarea {
  width: 550px;
}

.formShoppingParksAdd p input, .formShoppingParksAdd p select, .formShoppingParksAdd td select {
  width: 200px;
}

.formShoppingParksAdd .cityRadioLabel {
  float: none;
  width: auto;
}

.formShoppingParksAdd fieldset label {
  width: 80px;
}

.formErrorReport label {
  float: left;
  width: 150px;
}

.formErrorReport textarea {
  width: 550px;
}

.formErrorReport p input {
  width: 200px;
}

.form-container form input.narrow {
	width: 90%;
	border: 1px solid #c0c0c0;
}

.form-container form input.submit {
	font-size: 1em;
	height: 2em;
	line-height: 2em;
	color: #333;
	margin: 1em 1em 0 0 !important;
	padding: 0 1em;
	clear: right;
}

.form-container form input.checkbox {
	width: 1em;
	height: 1em;
}

.form-container form a,
.form-container form a:link,
.form-container form a:visited {
/*	color: #758656;*/
	color: #333333;
  	text-decoration: none;
	height: 2em;
	line-height: 2em;
}

.form-container form a:hover,
.form-container form a:active {
	text-decoration: underline;
}

input.button {
	height: 1.8em;
	margin: 0 1em 0 0  !important;
	font-size: 1em !important;
	line-height: 1.8em !important;
}

.login-prompt {
	float: right;
	clear: right;
}

#audiocaptchalink {
	vertical-align: middle;
	margin-left: 5px;
}

/* new submission process */

.submission {
    margin: 17px 10px 15px 10px !important;
    overflow: hidden;
}

.submission h2,
.submission .error,
.submission .notice,
.submission .warning {
	clear: right;
}

.submission .col-1 h3 {
	font-weight: bold;
	padding-top: 0;
}

.submission .col-1 {
	width: 300px;
	float: left;
	padding-top: 1em;
}

.submission .col-2 {
	margin: 0;
	padding: 0 0 0 330px;
}

.submission .col-2 form {
	clear: right;
}


.submission .tab {
	margin-top: 0.5em;
	margin-left: 0;
	clear: both;
}

.submission .form-large {
	overflow: hidden;
}

.submission .form-large div {
        clear: right;
        padding-bottom: 0;
        margin-bottom: 1em;
}

.submission br.clear {
	clear: both;
}

.submission #url {
	position: relative;
	display: block;
	padding: 5px 3%;
	width: 94%;
}

.submission .tab,
.submission .tab h3 {
	margin-bottom: 0;
	clear: right;
}

.submission .tab-details {
	margin-bottom: 0;
	padding-bottom: 8px !important;
}

.submission .form-large #url {
	margin-top: 1em;
}

.submission .radio {
	float: left;
	width: 110px;
	height: 110px;
	margin: 1em 10px 0 3px;
	position: relative;
}

.submission .radio-img {
	float: left;
	width: 120px;
	height: 110px;
	margin: 1em 10px 0 3px;
	position: relative;
}

.submission .radio label {
	border: 1px solid #b7ceeb;
	width: 110px;
	height: 110px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	background-position: 50% 30%;
        background-position: 50% 15px;
	background-repeat: no-repeat;
 	line-height: 190px;
	text-align: center;
}


.submission .radio-img label {
	border: 1px solid #b7ceeb;
	width: 120px;
	height: 110px;
	margin: 0;
	overflow: hidden;
}

.submission .radio label:hover,
.submission .radio label:active,
.submission .radio-img label:hover,
.submission .radio-img label:active {
	cursor: pointer;
	color: #000;
	border: 1px solid #7e8ea2;
	z-index: 201;
	position: absolute;
	top: 0;
	left: 0;
}

.submission .radio input {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 301;
}

.submission .radio-img input {
	position: absolute;
	top: 45px;
	left: 5px;
	z-index: 301;
}

.submission .radio-img .wrap {
	position: absolute;
	top: 15px;
	left: 30px;
	border: 1px solid #a7a7a7;
	padding: 2px;
	z-index: 100;
}

.submission div.submit-inputs {
	height: 13em;
}

.submission .submit-inputs label {
	margin-top: 0;
        float: left;
	width: 120px;
}

.submission .button1 {
	margin: 0 100% 0 0;
}

.submission .submit-inputs input,
.submission .submit-inputs textarea {
	float: left;
	width: 60%;
	margin-right: 0.75em;
        margin-bottom: 0.5em;
	padding-left: 7px;
	padding-right: 0 !important;
}

.submission .submit-inputs .char-count {
	color: #568f1c;
	font-weight: bold;
}

.submission div.sub-thumbs {
       width: 700px;
}

#submission-step-2 .button1 {
     width: auto;
     font-weight: normal;
     padding: 0.2em 0.5em !important;
}

.submission hr {
        clear: left;
	width: 100%;
}

.submission .captcha-wrap {
	margin-top: 3em;
}

.submission .captcha {
	margin-top: 0;
}

.submission #audiocaptchalink {
	padding: 0.15em 0 0 20px;
}

.submission .topics-container {
        position: relative;
        border-bottom: 1px solid #ccc;
        margin-top: 0;
        margin-bottom: 0 !important;
        clear: both;
        padding: 0.5em !important;
        font-weight: bold;
}

.submission .topics-container h4 {
        color: #333;
        position: absolute;
        top: 0;
        left: 20px;
        font-size: 85%;
        margin: 0 !important;
        padding: 0.8em 0 0 0;
}

.submission .topics-container:hover {
        background-color: #e7f0f2;
}

.submission .topics-container ul {
        margin: 0;
        padding: 0 0 0 12em;
        list-style: none;
        font-size: 85%;
}

.submission .topics-container ul li  {
         margin-top: 0.2em;
         float: left;
}

.submission .topics-container ul li a:link,
.submission .topics-container ul li a:visited {
        cursor: default !important;
        padding: 0.3em 0.5em;
        color: #677cd8;
        text-decoration: none;
        border: 1px solid #fff;
}

.submission .topics-container:hover a:link,
.submission .topics-container:hover a:visited {
        border: 1px solid #e7f0f2;
}

.submission .topics-container ul li a:hover,
.submission .topics-container ul li a:active {
        background-color: #f8fbfb;
        color: #2745c7;
        border: 1px solid #2745c7 !important;
}

.submission .topics-container li.selected a:link,
.submission .topics-container li.selected a:visited,
.submission .topics-container li.selected a:hover {
        background-color: #2745c7;
        border: 1px solid #2745c7;
        color: #fff;
}

#sub-preview .news-body h3,
#sub-preview .news-body p {
        padding-right: 60px !important;
}

/* submission interim page */

body#submission-interim {
	padding-top: 100px;
}

body#submission-interim div {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

body#submission-interim div.top {
	height: 40px;
	background: #fff;
	color: #fff;
}

body#submission-interim div.bottom {
	background-color: #fff;
	padding: 30px 0;
	background: #fff;
}

body#submission-interim h2 {
	font-size: 145%;
	font-weight: bold;
}

body#submission-interim p {
	font-size: 100%;
}

body#submission-interim div.middle {
	height: 150px;
	background: #fff;
	text-align: left;
	color: #fff;
}

body#submission-interim div.middle-2 {
	height: 150px;
	background: #fff;
	text-align: left;
	color: #fff;
}

.button-processing {
  display: none;
}

.button-processing img {
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}

/* idee promo */
div.dupe .img-summary {
    margin-right: 200px;
}

div.idee-promo {
    width: 200px;
    padding-right: 20px;
    float: right;
    font-size: 85%;
    color: #666;
    text-align: right;
    line-height: 160%;
    z-index: 1001;
}

div.idee-promo img {
    margin-top: 5px;
}

div.idee-submit-plug {
    margin-bottom: 8px !important;
    line-height: 30px;
}

div.idee-submit-plug img {
    vertical-align: middle;
}

/****************komentare **************/
div.komentareItem {background:#EAF0F5;border-top:1px solid #C0C7CD;height:30px;padding:5px;color:#52718B;font-size:11px;}
div.komentareItem a {color:#52718B;}
.komentareSHodnocenim {
  position: relative;
  padding-right: 55px;
}
.komentareSHodnocenim .hodnoceni {
  position: absolute;
  right: 5px;
  top: 1px;
  font-size: 2em;
  color: #359468;
}
.komentareSHodnocenim .hodnoceni a {
  color: #359468;
  text-decoration: none;
}
#contentRatingDialog #eshop-rating-results {
  text-align: left;
  padding-top: 0px;
}
p.komentareText{font-family:Arial;font-size:13px;color:#333333;}
#greenBox{width:590px;height:auto;margin:5px auto;}
  #greenBoxHeader{width:590px;height:35px;background:url(../images/greenBoxHead.gif);overflow:hidden;float:left;}
  #greenBoxHeader h3 {color:#ffffff;font-weight:bold;font-size:16px;padding:0;margin:10px;}
  #greenBoxBody{width:590px;height:auto;background:#E7F3D9;color:#5C7956;float:left;}
  #greenBoxBody textarea {width:563px;}
  #greenBoxBody p {margin:10px;}

div.query textarea{
	border: solid #c0c0c0 1px;
	overflow: hidden;
}
div.query span.charcounterstyle {
	display: block;
	float: right;
}
div.query input.charcountstyle {
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	border: none;
	width: 1.5em;
	text-align: right;
}
.form-register div.form-note {
	visibility: visible;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	padding: 0pt 0em;
}

.form-register .form-row {
    padding-top: 10px;
}

#newCityDialogForm {
  text-align: left;
}

#newCityDialogForm label {
  float: left;
  width: 120px;
}

#newCityDialogForm input, #newCityDialogForm select {
  width: 240px;
}
