/* -----------------------------------------------------------------------------

    LT WebDevelopment (www.lukastomek.cz)

    Výstupní zařízení: screen, projection
    Autor:             Lukáš Tomek (info@lukastomek.cz)
    Vytvořeno:         08/02/2010

----------------------------------------------------------------------------- */

/* -- Basics -- */
html, body, div, p, ul, ol, li, form, fieldset, h1, h2, h3, h4, h5, h6, address   { margin: 0; padding: 0; list-style: none; }

html, body      { height: 100%; }
body		        { font: normal 62.8%/1.4 sans-serif; color: #666666; text-align: center; background-color: #f7f7f7 !important; }
a			          { color: #ef7407; }
a:hover	        { text-decoration: underline !important; }
a img   	      { border:0; }
input,
select,
textarea        { font-family: lucida, sans-serif; font-size: 1em; vertical-align: middle; }
input.button,
select.button,
textarea.button { background: #fff; padding: 2px 0; border: 1px solid #595959; color: #000 !important; vertical-align: middle; }
button.button   { margin: 0; padding: 0; height: 18px; border: none; text-decoration: underline; font-weight: bold; color: #00CCFF; cursor: pointer; }
input.submit    { width: 98px; height: 25px; overflow: visible; padding: 0 5px; color: #fff; font-weight: bold; border: none; cursor: pointer; }
label           { cursor: pointer; padding-right: 5px; line-height: 20px; vertical-align: middle; }

h1	{ font-size: 2em; }
h2	{ font-size: 1.45em; }
h3	{ font-size: 1.4em; }
h4	{ font-size: 1.1em; }
h5	{ font-size: 1.1em; }
h6	{ font-size: 1em; }

h1, h2, h3, h4, h5, h6  { color: #87888a; font-weight: normal; }

table           { border-collapse: collapse; width: 100%; }
table th        { text-align: left; }
table td.right  { padding-left: 5px; }
table th.right  { padding-left: 5px; }
table td.left   { padding-right: 5px; }
table th.left   { padding-right: 5px; }

blockquote  { margin: 0; padding: 10px 20px; color: #333333; line-height: 1.6; font-family: Georgia, serif; }
fieldset    { border: 0 !important; }
address     { font-style: normal; }

/* -- User friendly features --*/
.hidden { display: none; }
.noscreen { width: 200px; position: absolute; left: 0; top: -999px; }

/* -- Basics layout -- */
#view    { text-align: left; position: relative; }
#head    { font-size: 1.2em; position: relative; z-index: 10; }
#content { font-size: 1.2em; z-index: 1; }
#foot    { font-size: 1.2em; z-index: 1; }

/* -- Main classes -- */
.fr		     { float: right !important; }
.fl		     { float: left !important; }
.clear     { clear: both !important; }
.right	   { text-align: right !important; }
.left		   { text-align: left !important; }
.center	   { text-align: center !important; }
.last		   { margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none; padding-bottom: 0; background: none !important; }
.small	   { font-size: .9em; }
.big       { font-size: 1.5em; }
.light     { color: #999999 !important; }
.clearfix  { width: 100%; overflow: hidden; padding-bottom: .6em; }
.alt       { font-weight: bold; }
.test      { border: 1px black solid; }
.inlink    { display: block; padding-left: 14px; background: url('../images/bg-inlink.gif') 0 4px no-repeat; }

/* -- Graphic overlays -- */
a.overlaid,
.overlaid a     { display: block; cursor: pointer; overflow: hidden; }
.overlaid       { position: relative; width: 100%; height: 100%; }
.overlaid span  { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

/* -- Forms layout -- */
.formBox .lab			      { float: left; width: 19%; text-align: right; padding-right: 1%; }
.formBox .con			      { float: right; width: 80%; }
.formBox .clearfix	    {  }
.formBox .w100          { width: 98%; }
.formBox .button:focus  { border-color: #000; }

/* -- Basic content constructs -- */
.offsetTop    { margin-top: 1em; }
.offsetBottom { margin-bottom: 1em; }
.info         { font-size: .91em !important; margin-bottom: 5px; color: #999999 !important; }

/* -- Cols layout -- */
.cols { overflow: hidden; height: 100%; }
.cols .col1 { float: left; }
.cols .col2 { float: right; }

.cols1v2 .col1 { width: 265px; padding: 405px 0 0 55px; }
.cols1v2 .col2 { width: 586px; }

.cols50 .col1,
.cols50 .col2 { width: 48% !important; padding: 0 !important; }

/* -- Body backgrounds -- */
.body_hp { background: url('../images/bg-body.jpg') 50% 0 no-repeat; }
.body_faq { background: url('../images/bg-body-faq.jpg') 50% 0 no-repeat; }
.body_about_old { background: url('../images/bg-body-about-old.jpg') 50% 0 no-repeat; }
.body_wrote_about { background: url('../images/bg-body-wrote-about.jpg') 50% 0 no-repeat; }
.body_products { background: url('../images/bg-body-products.jpg') 50% 0 no-repeat; }
.body_using { background: url('../images/bg-body-products.jpg') 50% 0 no-repeat; }

/* -- Layout -- */
#view         { min-height: 100%; border-top: 6px #ededed solid; }
#head         { height: 65px; padding-top: 45px; }
#content      { overflow: hidden; height: 100%; padding-bottom: 140px; }
#foot         { clear: both; position: absolute; bottom: 0; left: 0; width: 100%; height: 72px; padding-top: 20px; overflow: hidden; border-bottom: 1px #e1e1e1 solid; background-color: #ededed; }

  #view .holder { width: 960px; margin: 0 auto; }

  #head #mainMenu { float: right; }
        #mainMenu li { float: left; padding: 0 4px; border-bottom: 7px #fff solid; background: url('../images/bg-menu-separator.gif') 100% 50% no-repeat; }
        #mainMenu li a { display: block; padding: 15px; color: #87888a; text-decoration: none; }
        #mainMenu li.active { border-color: #ef7407; }
        #mainMenu li.active a { color: #ef7407; }
        
  #head #topMenu { position: absolute; top: 10px; right: 20px; }
        #topMenu li { float: left; }
        #topMenu li a { display: block; height: 16px; padding: 5px 10px; color: #fff; text-decoration: none; }
        
        #topMenu li.eshop { width: 118px; background: url('../images/bg-button-eshop.gif') no-repeat; }
        #topMenu li.phone { padding: 5px 20px 0 0; font-size: 1.1em; }
        
  #foot { }
  #foot .fl { width: 800px; }
  #foot .fl .links { margin: 15px 0 0 0; overflow: hidden; height: 100%; }
  #foot .fl .links .h { float: left; font-size: 1em; margin-right: 5px; font-weight: bold; color: #666666; }
  #foot .fl .links li { display: inline; }
  #foot .fl .links li a { margin: 0 10px 0 6px; }
  
  #foot .fr { width: 170px; }
  #foot .fr p { float: left; }
  #foot .fr ul { float: right; }
  #foot .fr ul li { float: left; width: 16px; height: 16px; margin-left: 8px; }
  #foot .fr ul li a { display: block; }
  
  #foot .fr ul li.email span { background: url('../images/bg-foot-facebook.gif') no-repeat; }
  #foot .fr ul li.rss span { background: url('../images/bg-foot-rss.gif') no-repeat; }
  #foot .fr ul li.facebook span { background: url('../images/bg-foot-facebook.gif') no-repeat; }
  #foot .fr ul li.twitter span { background: url('../images/bg-foot-twitter.gif') no-repeat; }
  
  #content { padding-top: 5px; }
  #content .main { line-height: 1.2em; border-bottom: 8px #e4e4e4 solid; font-size: 30px; padding-bottom: 5px; margin: 0 25px 15px 0; font-family: Georgia, "New York CE", utopia, serif; font-weight: normal; }
  #content .main strong { display: block; font-weight: normal; color: #ef7407; font-size: 36px; text-transform: uppercase; font-family: sans-serif; }
  
  #content .price { font-weight: bold; margin-top: 5px; }
  #content .price strong { color: #ef7407; font-size: 24px; vertical-align: middle; margin-left: 8px; }
  
  #content .buttons { margin: 10px 0 0 0 !important; }
  #content .buttons li { float: left; width: 124px; list-style: none; background: url('../images/bg-button-orange.gif') no-repeat; }
  #content .buttons li a { display: block; color: #fff; height: 16px; padding: 5px 8px; text-decoration: none; }
  
  #content #hpFlash { width: 714px; height: 261px; float: right; margin-top: 40px; }
  
  #content .box { padding: 10px 25px 0 0; }
           .box .in { overflow: hidden; height: 100%; }
  
  #content .boxFaq {}
           .boxFaq .in .item { position: relative; margin-bottom: 15px; }
           .boxFaq .in .item .self { padding: 15px 28px 15px 18px; border: 1px #e4e4e4 solid; background: #dcdcdc url('../images/bg-faq-item.gif') repeat-x; }
           .boxFaq .in .item .self .title { font-size: 1em; color: #d4731e; padding-left: 30px; font-weight: bold; }
           .boxFaq .in .item .self strong { color: #d4731e; position: absolute; }
           .boxFaq .in .item .overlaid { position: absolute; width: 21px; height: 23px; top: 12px; right: 15px; }
           .boxFaq .in .item .closed span { background: url('../images/bg-faq-closed.gif') no-repeat; }
           .boxFaq .in .item .opened span { background: url('../images/bg-faq-opened.gif') no-repeat; }
           .boxFaq .in .item .rhombus { display: none; padding: 18px 18px 1px; background-color: #ededed; }
           .boxFaq .in .item .rhombus .close { text-align: right; }
           .boxFaq .in .active .self .title,
           .boxFaq .in .active .self strong { color: #666666; }
           .boxFaq .in .active .rhombus { display: block; }
           
  #content .boxArticles {}
           .boxArticles .in { }
           .boxArticles .in .item { overflow: hidden; height: 100%; margin-bottom: 35px; }
           .boxArticles .in .item .img { float: left; width: 65px; height: 83px; padding: 5px; margin-top: 3px; border: 1px #e1e0e0 solid; background-color: #fff; }
           .boxArticles .in .item .self { margin-left: 90px; }
           .boxArticles .in .item .self .title { color: #ef7407; margin-bottom: 5px; }
           .boxArticles .in .item .self .perex {}
           
  #content .boxWroteAboutUs {}
           .boxWroteAboutUs .item { width: 265px; height: 110px !important; overflow: hidden; margin-bottom: 50px !important; }
           .boxWroteAboutUs .item .more { margin-top: 15px; }
           
  #content .boxProducts {}
           .boxProducts .item { position: relative; overflow: hidden; height: 100%; padding: 20px 0; border-bottom: 1px #666666 dotted; }
           .boxProducts .item .img { width: 110px; float: left; }
           .boxProducts .item .self { margin-left: 125px; text-align: justify; }
           .boxProducts .item .self .title { font-size: 24px; color: #ef7407; text-transform: uppercase; margin-bottom: 8px; }
           .boxProducts .item .more { margin-top: 6px; }
           .boxProducts .item .position { position: absolute; top: 20px; right: 0; font-size: 24px; color: #ef7407; }
           .boxProducts .item .text { padding-right: 0 !important; }
           .boxProducts .last { border-bottom: none !important; }
           .boxProducts .item .like { position: absolute; left: 300px; bottom: 19px; }
           
  #content .boxUsing { }
           .boxUsing .in { position: relative; overflow: visible; }
           .boxUsing .in .bookmarks { font-size: 1.2em; text-align: center; text-transform: uppercase; height: 30px; }
           .boxUsing .in .bookmarks li { width: 138px; float: left; }
           .boxUsing .in .bookmarks li a { display: block; padding: 5px 0 8px; color: #a9abac; text-decoration: none; background: url('../images/bg-boxusing-bookmarks1.gif') 0 100% no-repeat; }
           .boxUsing .in .bookmarks li.active a { color: #ef7407; background: url('../images/bg-boxusing-bookmarks2.gif') 0 100% no-repeat; }
           .boxUsing .in .content { position: relative; margin-top: 30px; padding-right: 20px; width: 520px; height: 500px; overflow: hidden; }
           .boxUsing .in .content ul.tabs { width: 3660px; }
           .boxUsing .in .content ul.tabs li.item { position: relative; width: 540px; float: left; margin-right: 20px; }
           .boxUsing .in .content .title { color: #ef7407; font-size: 24px; text-transform: uppercase; margin-bottom: 5px; }
           .boxUsing .in .content .img { width: 181px; height: 181px; float: left; padding: 6px; border: 1px #e5e4e4 solid; background-color: #fff; }
           .boxUsing .in .content .self { margin-left: 210px; text-align: justify; padding-right: 0 !important; }
           .boxUsing .in .content .info { position: absolute; right: 0; top: 0; font-size: 24px !important; color: #87888a !important; }
           
           .boxUsing .in .navi li { position: absolute; top: 230px; width: 24px; height: 45px; }
           .boxUsing .in .navi li.prev { left: -35px; }
           .boxUsing .in .navi li.prev span { background: url('../images/bg-boxusing-prev.gif') 0 100% no-repeat; }
           .boxUsing .in .navi li.next { right: -15px; }
           .boxUsing .in .navi li.next span { background: url('../images/bg-boxusing-next.gif') 0 100% no-repeat; }
           .boxUsing .in .navi li.active span { background-position: 0 0 !important; }
           
  #content .boxMiraclesFree { margin-bottom: 30px; }
           .boxMiraclesFree .overlaid { width: 563px; height: 249px; }
           .boxMiraclesFree .overlaid span { background: url('../images/bg-miracles-free.jpg') no-repeat; }
           .boxMiraclesFree .in .title { font-size: 2.5em; color: #f88f1c; line-height: 1.3em; margin-bottom: 20px; }
           .boxMiraclesFree .in .title span { display: block; font-size: 1.3em; }
           
  #content .boxMiraclesFreeForm { }
           .boxMiraclesFreeForm .in { padding-top: 55px; background: url('../images/bg-boxMiraclesFreeForm.png') 100% 0 no-repeat; }
           .boxMiraclesFreeForm .in .title { margin-bottom: 15px; font-size: 2.2em; }
           .boxMiraclesFreeForm .in form { padding: 22px; margin: 20px 0 5px; font-size: .9em; color: #747474; background-color: #e6e6e6; }
           .boxMiraclesFreeForm .in form .clearfix { padding-bottom: 1.3em; }
           .boxMiraclesFreeForm .in form .block { display: block; margin-bottom: 3px; }
           .boxMiraclesFreeForm .in form .button { padding: 5px; color: #747474 !important; border: 1px #aeaeae solid; }
           .boxMiraclesFreeForm .in form .w100 { width: 94% !important; }
           .boxMiraclesFreeForm .in form .submit { width: auto; height: auto !important; padding: 5px 30px; color: #fff !important; font-size: 18px; margin-top: 20px; background-color: #f88f1c; }
           .boxMiraclesFreeForm .in .success { font-size: 1.5em; margin: 40px 0 0; }
           
  #content .paging { padding: 15px; background-color: #eeeeef; }
           .paging ul { text-align: center; }
           .paging ul a { text-decoration: none; }
           .paging ul .prev { float: left; }
           .paging ul .prev a,
           .paging ul .prev span { display: block; padding: 2px 0 4px 25px; background: url('../images/bg-paging-prev.gif') 0 100% no-repeat; }
           .paging ul .next { float: right; }
           .paging ul .next a,
           .paging ul .next span { display: block; padding: 2px 25px 4px 0; background: url('../images/bg-paging-next.gif') 100% 100% no-repeat; }
           
           .paging ul .prev.active span { background-position: 0 0; }
           .paging ul .next.active span { background-position: 100% 0; }
           
           .paging ul .number { display: inline; }
           .paging ul .number a,
           .paging ul .number span { margin: 0 4px 0 2px; }
           
           
  #sidebar .boxPoints { padding: 15px 25px; background: #eeeeef; }
           .boxPoints .h { font-size: 20px; color: #87888a; margin-bottom: 20px; }
           .boxPoints .h strong { font-weight: normal; color: #ef7407; }
           .boxPoints .in ul.points { margin-bottom: 15px; }
           .boxPoints .in ul.points li { position: relative; padding-left: 25px; margin-bottom: 10px; }
           .boxPoints .in ul.points li strong { position: absolute; top: 3px; left: 0; width: 14px; height: 14px; text-align: center; font-size: 10px; color: #fff; background-color: #ef7407; }
           
  #content .hpPage .like { padding: 17px 0 0 20px; float: left; }
  
  /* -- Content text -- */
  #content .text { padding-right: 25px; }
           .text img,
           .text a img { border-width: 0; }
           .text img { margin: 4px 0 5px; }
           .text img.fl { margin-right: 20px; }
           .text img.fr { margin-left: 20px; }
           
           .text ul,
           .text ol { color: #552826; padding-left: 20px; }
           .text ul li { list-style: square; }
           .text ol li { list-style: decimal; }
           
           .text table { border-collapse: separate; }
           .text table th,
           .text table td { padding: 5px 10px; }
           .text table th { color: #552826; background-color: #ceb08c; }
           .text table td { vertical-align: top; background-color: #e7d2b4; }
           
           .text p,
           .text ul,
           .text ol,
           .text table { margin-bottom: 15px; }
           
           .text h4 { color: #4d4d4d; }
           .text h4 em { font-weight: normal; font-style: normal; }
           .text h3,
           .text h4 { font-weight: bold; }
           .text h3 { font-size: 1.2em; }
           
           .text address { font-style: normal; }
