body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blocquote, pre, form, fieldset, legend { margin: 0; padding: 0 }
sup, sub, code { line-height: 1em }
table, acronym, textarea { font-size: 1em }

body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	text-align: center;
	background-color: #2a2c2c;
}

/* basic elements */
p { margin: 15px 0 }

a { color: #fe3f00; text-decoration: underline }
a:hover { text-decoration: none }

h1, h2, h3, h1 a, h2 a, h3 a { color: ##ff3e00 }
h1, h2, h3 { line-height: 1.1em; font-weight: normal; margin: 15px 0 }
h1 { font-size: 24px; margin: 0 }
h2 { font-size: 20px }
h3 { font-size: 17px }

ul, ol { margin: 15px 0 }
li { margin-left: 30px }

input, textarea, select {
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-size: 11px;
  margin: 0 0 3px 0;
  *margin: -1px 0 2px 0;
}

input[type=text], input[type=password], .button, textarea, select {
  border: 1px solid #d0d0d0;
  color: #000000;
  background: #FFFFFF;
  padding: 1px 0;
}

select { padding: 0 }

input.radio, input.checkbox {
  margin: 2px 0 3px 0;
  margin: -1px 0 3px 0\9;
  *margin-top: -2px;
  position: relative\9;
  left: -3px\9;
  *left: -4px;
}

.button {
  text-align: center;
  font-weight: bold;
  color: #c22e59;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  padding: 1px 7px;
  padding: 2px 10px\9;
  *padding: 2px 0 0 0;
  margin-top: 2px;
  *margin-bottom: 3px;
  cursor: pointer;
}

fieldset {
  border: 1px solid #d0d0d0;
  padding: 9px 15px 15px 15px ;
  margin: 15px 0 0 0;
  margin: 0\9;
}

legend {
  color: #c22e59;
  font-weight: bold;
  padding: 0 8px;
  padding: 0 6px 6px 6px\9;
  margin: 0 0 5px 0\9;
}

hr {
  height: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d0d0d0;
}

blockquote {
  font-style: italic;
  color: gray;
}

img { border: none }

.messages { text-align: center; font-weight: bold }

table td {
  vertical-align: top;
  /*padding-right: 10px;*/
}

/* common classes and id */
.img-shadow {
  float:left;
  background: url(/templates/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/templates/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 0 solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  /*padding: 4px;*/
}
.close {
  float: right;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-image: url(/templates/images/corner_x.png);
  background-repeat: no-repeat;
}
.star {
  background-image: url(/templates/images/star.gif);
  height: 12px;
  vertical-align: middle;
}
table.images td {
  padding-left: 10px;
}
.params {
  list-style: none;
}
.params li {
  list-style: none;
}
.params li span {
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
  vertical-align: middle;
}
.absmiddle {
  vertical-align: middle;
}
.evenRow{
  background-color: #F1F1F1;
}
.oddRow {
  background-color: #F9F9F9;
}
.highlightRow {
  background-color: #FFFFCC;
}
.alternator td {
  background-color: #F5F5F5;
  padding: 10px 10px 8px 10px;
  border-bottom: 3px double #D0D0D0;
}
* html .alternator td {
  padding-bottom: 10px;
}
.artforum-disable {
  display: none;
}

/* shop classes */
.discount-none {
  display: none;
}
.price_used {
}
.price_default {
  float: none !important;
  width: auto !important;
  font-weight: normal !important;
  margin: 0 !important;
  color: red;
  text-decoration: line-through;
}
#shop_subs {
  padding-bottom: 15px;
}
#shop_subs ul li {
  list-style: none;
  float: left;
  margin-left: 10px;
}
#shop_filter {
  padding-bottom: 15px;
  border: 1px solid #ffc169;
}
#shop_filter ul li {
  list-style: none;
  float: left;
  margin-left: 10px;
}

/* navigator */
#navigator {
  clear: both;
  margin-bottom: 15px;
}
#forum_topic_related {
  padding: 10px;
  width: 100%;
}
#forum_topic_related h3 {
  padding: 0;
  margin: 0;
}
table.topic_list td {
  height: 18px;
}
table.topic_list img {
  margin: 0;
  padding: 0;
}
table.topic_list a {
  border: none;
}
table.topic_list a:hover {
  border: none;
  text-decoration: underline;
}
#stars-set input {
  width: 20px;
  border: none;
  background-color: transparent;
  vertical-align: middle;
}

/* registration */
.registration label { float: left; text-align: right; width: 41%; margin-right: 5px }
.registration input[type=text], .registration input[type=password] { width: 160px }
.registration textarea { width: 330px; height: 79px }

/* cart */
table.cart { border-collapse: collapse }

table.cart td {
  vertical-align: middle;
  line-height: 15px;
  border: 1px solid #d0d0d0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 4px 5px;
  border-collapse: collapse;
}

table.cart tr.oddRow td, table.cart tr.evenRow td { border-left-width: 1px; border-right-width: 1px }

table.cart td.border-left { border-left-width: 1px }
table.cart td.border-right { border-right-width: 1px }

table.cart input { margin: -1px 0 -2px 0; *margin-bottom: -1px }
table.cart input.count { width: 25px; text-align: center }
table.cart input.radio { float: left; margin: 2px 0; *margin: -2px 0 -1px 0; margin: -1px 0\9 }
table.cart .price_label { position: relative; top: 1px }

table.cart #promocode { *margin: 0 }
table.cart .promocode .button { margin: -1px 0; *width: 40px; *vertical-align: top }

#gift_container { padding: 0 }
#gift_container div { padding: 5px 7px; *padding: 6px 7px 4px 7px; border-top: 1px solid #d0d0d0 }
#gift_container .checkbox, #gift_container .radio { float: none; position: relative; top: 2px; *top: 0; margin-right: 2px; margin-right: -4px\9 }
#gift_container .checkbox { margin-top: -4px }
#gift_container .radio { margin-top: -2px; margin-top: -4px\9 }

/* compare */
table.compare {
  border-collapse: collapse;
}

table.compare td {
  border: 1px solid #EFEFEF;
  padding: 5px;
}

table.compare .image img {
  display: block;
  margin: 15px 0 10px 0;
}

/* payment */
table.payment { margin: 0 auto }
table.payment td { padding-right: 5px }
table.payment .radio { margin: 2px 0 3px 0; margin: -1px -6px 0 0\9 }

/* order */
table.order td { padding-right: 5px }

/* website special */

#search {
  width: 300px;
  float: left;
  margin-right: 15px;
}

#search .button { padding: 0 7px; padding: 1px 7px\9 }

#advanced-search {
  width: 300px;
  border: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  padding: 10px;
}

#usermenu {
  float: right;
  width: 220px;
}

#usermenu input {
  width: 120px;
}
#usermenu .button {
  float: right;
  width: 80px;
  height: 80px;
}

#cart {
  margin-top: 20px;
  margin-left: 30px;
  background-image: url(/templates/images/cart.gif);
  background-repeat: no-repeat;
  padding-left: 25px;
  height: 25px;
}


#browse-container { margin: 15px 0 }

#article-container fieldset { display: inline-block }

.clear { clear: both; height: 0; line-height: 0 }

.image-right { float: right; margin-bottom: 11px }

.pagination { margin: 15px 0 }
.pagination .current { font-weight: bold; text-decoration: none; color: #000000 }

.form-container td { padding: 0 }
td.form-column-1 { text-align: right; padding-right: 5px }
td.form-column-2 { white-space: nowrap }
td.form-column-3 { padding-left: 5px }
td.form-column-2 .text, .form-column-2 textarea { width: 130px; vertical-align: top }
td.form-column-2 textarea { width: 270px; height: 65px }

.cloud-list { list-style: none; padding: 0; margin: 0 }
.cloud-list li { display: inline; margin-right: 15px }
.cloud { font-size: 8pt}
.cloud-10 { font-size: 120% }
.cloud-20 { font-size: 140% }
.cloud-30 { font-size: 160% }
.cloud-40 { font-size: 180% }
.cloud-50 { font-size: 200% }
.cloud-60 { font-size: 220% }
.cloud-70 { font-size: 240% }
.cloud-80 { font-size: 260% }
.cloud-90 { font-size: 280% }
.cloud-100 { font-size: 300% }

.ui-dialog .ui-dialog-titlebar { padding: 0; margin-right: -0.6px }
.ui-dialog .ui-dialog-title { margin: 5px 8px }
.ui-dialog .ui-dialog-titlebar-close { display: none }
.ui-dialog .ui-dialog-content { display: table; font-size: 12px; line-height: 18px; margin: 5px auto 0 auto }
.ui-dialog .ui-dialog-content p { display: table-cell; height: 50px; *height: auto; vertical-align: middle; text-align: center }
.ui-dialog .ui-dialog-buttonpane { text-align: center; padding: 2px 0 0 0 !important }
.ui-dialog .ui-dialog-buttonset { float: none !important }

/* mojkouc */

@font-face {
    font-family: 'FuturTEEMedConRegular';
    src: url('fe11044t-webfont.eot');
    src: url('fe11044t-webfont.eot?#iefix') format('embedded-opentype'),
         url('fe11044t-webfont.woff') format('woff'),
         url('fe11044t-webfont.ttf') format('truetype'),
         url('fe11044t-webfont.svg#FuturTEEMedConRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturTEELigConItalic';
    src: url('fe11062t-webfont.eot');
    src: url('fe11062t-webfont.eot?#iefix') format('embedded-opentype'),
         url('fe11062t-webfont.woff') format('woff'),
         url('fe11062t-webfont.ttf') format('truetype'),
         url('fe11062t-webfont.svg#FuturTEELigConItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BodonAntTEEConItalic';
    src: url('be44063t-webfont.eot');
    src: url('be44063t-webfont.eot?#iefix') format('embedded-opentype'),
         url('be44063t-webfont.woff') format('woff'),
         url('be44063t-webfont.ttf') format('truetype'),
         url('be44063t-webfont.svg#BodonAntTEEConItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


h2 {font-family: FuturTEEMedConRegular; font-size: 20pt; color: #ff3e00; text-transform: uppercase; font-style:normal; font-weight: lighter}
h3 {font-family: FuturTEEMedConRegular; font-size: 16pt; color: #fe8f00; text-transform: uppercase; font-style:normal; font-weight: lighter}
p.rucne {
	font-family: BodonAntTEEConItalic;
	font-size: 16pt;
	line-height: 20pt;
	padding: 20px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: justify;
	background-color: #F5F9FD;
	color: #0061CB;
}

#container {margin: auto; width: 960px; text-align: left}
#top {height: 91px; position: relative}
#top IMG#top-logo {position: absolute; top: 15px; left: 0px}
#menu {background-image:url(/templates/images/mojkouc-podklad-menu.jpg); height: 54px; background-position: 0% -10px}
#menu UL {list-style: none; margin: 0px; padding: 0px}
#menu UL LI {float: left; margin: 0px; padding: 0px; background-image:url(/templates/images/mojkouc-ciarocka.jpg); background-repeat: no-repeat; background-position: right; height: 54px; padding-right:9px; padding-left: 10px}
#menu UL LI.last {background: none; padding-right: 10px; padding-left: 12px}
#menu UL LI A {display: block; height: 54px; text-indent: -3000px; background-repeat: no-repeat; background-position: 50% -10px;}
#menu UL LI A:hover {background-position: 50% -84px;}

#menu-uvod A {background-image: url(/templates/images/mojkouc-uvod.jpg); width: 46px}
#menu-koucing A {background-image: url(/templates/images/mojkouc-koucing.jpg); width: 65px}
#menu-mentalnytrening A {background-image: url(/templates/images/mojkouc-mentalnytrening.jpg); width: 124px}
#menu-nasaponuka A {background-image: url(/templates/images/mojkouc-nasaponuka.jpg); width: 93px}
#menu-toptim A {background-image: url(/templates/images/mojkouc-toptim.jpg); width: 60px}
#menu-motivacnepribehy A {background-image: url(/templates/images/mojkouc-motivacnepribehy.jpg); width: 129px}
#menu-blog A {background-image: url(/templates/images/mojkouc-blog.jpg); width: 44px}
#menu-kontakt A {background-image: url(/templates/images/mojkouc-kontakt.jpg); width: 65px}
#menu-onas A {background-image: url(/templates/images/mojkouc-onas.jpg); width: 48px}
#menu-premedia A {background-image: url(/templates/images/mojkouc-premedia.jpg); width: 77px}

#menu-sporttest A {background-image: url(/templates/images/mojkouc-sporttest.jpg); width: 80px}

#menu-hrac A {background-image: url(/templates/images/mojkouc-hrac.jpg); width: 45px}
#menu-trener A {background-image: url(/templates/images/mojkouc-trener.jpg); width: 56px}
#menu-tim A {background-image: url(/templates/images/mojkouc-tim.jpg); width: 36px}
#menu-rodic A {background-image: url(/templates/images/mojkouc-rodic.jpg); width: 49px}
#menu-nastiahnutie A {background-image: url(/templates/images/mojkouc-nastiahnutie.jpg); width: 98px}
#menu-odhlasitsa A {background-image: url(/templates/images/mojkouc-odhlasitsa.jpg); width: 88px}

#ttfield {clear: both; border-top: 1px solid Black}
#ttfield IMG {float: left}
#ttfield DIV {float: left}
#content {background-color: #ffffff; padding: 20px; clear: both}
#footer {color: #c6c6c6; text-align: center; clear: both; margin-top: 20px;}
#footer a {text-decoration: none; color: #c6c6c6}
#footer a:hover {text-decoration: underline}

#navigator {
  color: silver;
  border-bottom: 1px dotted Silver;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#navigator A {	color: silver;	text-decoration: none;}
#navigator A:hover { text-decoration: underline; }

#index-container {}
#index-left {float: left; width: 265px; padding-right: 20px; border-right: 1px dotted silver;}
#index-right {float: left; width: 265px; margin-left: 20px; padding-right: 20px; border-right: 1px dotted silver;}
#index-blog {float: left; width: 265px; margin-left: 20px}

.index-article P {
	text-align:justify; line-height:14pt; 
}
.image-perex {
	width: 150px;
	margin-right:20px;
	float:left;
	margin-bottom:20px;
}
.index-perex {
	width: 260px;
	float:left;

}
.divider {clear:both}
.index-article {
	border-bottom: 1px dotted Silver;
	margin-bottom:10px;
	padding-bottom:10px;
}

table.images IMG, div.image-perex IMG, a.lightbox img {border-bottom: 0px solid #ff3e00}
div#programy table.images IMG {border-bottom: 0px}
.ttul {position: relative; left: 20px;}
div.multifoto {}
div.multifoto a.lightbox {margin-right: 10px;}
div.multifoto a.lightbox IMG {}
a.buton {padding: 10px; padding-left: 37px; padding-right:37px; text-transform: uppercase; background-color: #FF3C00; color: #FFF; font-size: 10pt; text-decoration: none; font-style:normal; font-weight: lighter; margin-right: 10px;}
a.buton:hover {color: Yellow; margin-bottom: 3px}
.istt { background-image: url(/content/images/s/stamp_thumb.jpg); background-position: top right; background-repeat: no-repeat}
ul.ulcheck li {list-style: none; background-image: url(/templates/images/fajka.png); background-position: left; background-repeat: no-repeat; padding-left: 24px; margin: 0px;}
ul.ttul li {list-style: none; background-image: url(/templates/images/fajka.png); background-position: 120px 2px; background-repeat: no-repeat;}

/* carousel */
.carucon { height: 1%; overflow:hidden; padding: 0px;   }
.viewport { float: left; width: 960px; height: 292px; overflow: hidden; position: relative; }
.buttons { display: none }
.next { background-position: 0 0; margin: 0px; }
.disable { display: none; }
.overview { position: absolute; padding: 0; margin: 0; width: 232px; left: 0 top: 0; }
.overview div { float: left; margin: 0px; padding: 0px; height: 292px; border: 0px solid #dcdcdc; width: 232px;}
/*#ttfield-container {position: relative}*/
#ttfield-slogan DIV {padding: 10px; background-color: #FE2E00; font-family: FuturTEEMedConRegular; font-size: 16pt; text-transform: uppercase; font-weight: lighter; color: #ffffff; font-style:normal; text-align:center; border-top: 0px solid black; margin-top: 1px}
#ttfield-slogan {display: none}

#not_logged IMG, #facebook IMG {position: relative; top: 4px;}
#not_logged INPUT, #facebook input {height: 15px; background-color: #FFFFFF; color: #000000; font-size: 12px; border: 0px; margin-top: 2px; border-bottom: 0px dotted #F18103}
#not_logged, #not_logged A, #facebook {color: #878787; text-decoration: none}
#not_logged A:hover, #facebook A:hover {text-decoration: underline}
#facebook {position: absolute; bottom: 10px; right: 0px;}
#top-user {position: absolute; top: 10px; right: 0px;}

/* homepage blog */
.blog-article {cursor: pointer; padding: 4px}
.blog-image {float: left; margin-right: 10px;}
.blog-perex p {margin: 0px; padding: 0px}
.index-article H3 {text-transform:none}

/* kroky mentalneho treningu */
#steps {border: 0px dotted Silver}
#steps TR TD {padding: 10px; vertical-align: top; border-bottom: 1px dotted Silver;}
.stepone { font-family: FuturTEEMedConRegular; font-size: 14pt; color: #0061CB;}
.steptwo {font-family: FuturTEEMedConRegular; font-size: 14pt; color: #0061CB; white-space: nowrap; text-transform: uppercase}

#stepX TR TD {padding: 10px; vertical-align: top; border-right: 1px dotted Silver; text-align: center}
.firstrow TD {font-family: FuturTEEMedConRegular; font-size: 14pt; color: #0061CB; background-color: #F5F9FD;}
.secondrow TD {font-weight: bold}
.thirdrow TD {}
table.images {margin-bottom: 15px;}
table.left {float: left; margin-right: 15px; }
table.right {float: right; margin-left: 15px; }

div.igallery {float: left; margin-right: 10px; padding: 10px; border: 1px dotted silver; margin-bottom: 10px;}

/* 2011-08-26 */
#ni-toparticle {float: left; width: 356px; height: 285px; overflow: hidden}
#ni-articles {float: left; width: 304px; height: 285px; overflow: hidden}
#ni-blogs {float: right; width: 260px; height: 490px; overflow: hidden}

.ni-topart {margin-right: 16px; background-color: #F9F9F9; border-bottom: 0px solid red; border-top: 0px solid red}
.ni-topart-image {padding-bottom: 7px;}
.ni-topart-image IMG {border-bottom: 0px solid red}
.ni-topart-content {padding-left: 10px; padding-right: 10px;}
.ni-topart-content a {}
.ni-topart-content p {margin-top: 5px; margin-bottom: 5px; padding-bottom: 10px}
.ni-article {padding-right: 10px; padding-bottom: 10px;}
.ni-article-image {width: 290px; border: 0px solid black}
.ni-article-content {text-align: center}
.ni-article-content p {margin-top: 5px; padding-bottom: 5px;}

#ni-blogs H3, #ni-blogs H3 A {color: gray; background-color: #F1F1F1; margin-bottom: 0px; text-align: right}
.ni-blog {margin-bottom: 1px; cursor: pointer}
.ni-blog-image {width: 40px; float: left; border: 0px solid black}
.ni-blog-content {float: left; margin-left: 10px; height: 60px; width: 175px; overflow: hidden}
.ni-blog-contenta {float: left; margin-left: 10px; height: 60px; overflow: hidden}
.ni-blog-content a, .ni-blog-contenta a {color: gray;}
.ni-blog-content span a, .ni-blog-content span a {color: gray; text-decoration: none}
.ni-blog-content span a:hover, .ni-blog-content span a:hover {text-decoration: underline}

#subcats li {list-style: none; margin: 0; margin-right: 5px; float: left}
div.browse_container div.ni-topart-image{float: left; width: 340px;}
div.browse_container div.ni-topart-content {float: left; width: 480px; margin-left: 20px}
div.browse_container div.ni-topart-content p {padding: 15px;}
/*
.artticle .image-perex {height: 100px}
.artticle .browse-perex {float: left}
*/

table.profily-blogerov {}
table.profily-blogerov tr td {padding: 5px; padding-left: 0px; margin-left: 0px; margin-right: 0px; text-align: center}
table.profily-blogerov tr.profily-obrazky td img {border: 1px solid silver; padding: 1px}
tr.profily-mena td {font-weight: bold}
tr.profily-titul {font-style:italic}
div#blogprofile {float: right; width: 310px; position: relative; margin-left: 50px; background-color: #F1F1F1; padding-left: 20px; padding-right: 20px; text-align: justify}
div#blogprofile H3 {color: #7E7E7E; text-align: right; font-size: 20pt}
div#blogprofile img {border: 1px solid #C0C0C0; padding: 2px;}

#ttfield-container {background-color: #3B3B3B;
padding-top: 16px;
padding-bottom: 16px;}
#ttfield-container div.caroufredsel_wrapper {margin: auto;
box-shadow: 0px 3px 5px black;}
#ni-novinky {float: left; height: 60px; overflow: hidden; margin-top: 10px; width:920px; background-color: #00C8DA;}
.ni-novinka {float: left; width: 227px}
.ni-blog-contentb p {display: inline}
.ni-blog-contentb {float: left; margin-left: 10px; overflow: hidden; padding: 10px;}
.ni-blog-contentb p { text-decoration:underline}
.ni-blog-contentb p:hover { text-decoration:none}
#ni-blogs h3 {background-color: #FE3001; color: white; padding: 5px; margin-top: 0px; text-align: left; padding-left: 10px;}
.ni-novinka.evenRow {background-color: #00B1C1; color: white}
.ni-novinka.oddRow {background-color: #00C8DA; color: white}
.ni-blog-image span, .ni-blog-content, .ni-blog-content a, .ni-blog-content span a {color: white}
.ni-topart-content p {height: 65px; overflow: hidden; text-align: justify}

#ci-articles {float: left; width: 660px; height: 383px; overflow: hidden}
.ci-article { margin-bottom: 10px;}
.ci-article:last-child {margin-bottom: 0px}
.ci-article-image { width: 230px; height: 120px; overflow: hidden; float: left}
.ci-article-content { width: 390px; float: right; margin-right: 20px; height: 120px; overflow: hidden}
.ci-article-content a.ci-aa {font-family: FuturTEEMedConRegular; font-size: 17pt;}