@import "/public/theme/default/reset.css";

html {
	background: #5e94e3 url(/public/theme/default/img/html_bcg.jpg) top center repeat-x;
}

body {
	background: transparent url(/public/theme/default/img/body_bcg.jpg) top center no-repeat;
	font: normal normal normal .8em/1.5em normal Arial, "Helvetica CE", Tahoma, sans-serif;
	min-width: 1000px;
}

a {
	color: #003eaf;
	/*font-weight: bold;*/
}
a:hover {
    color: #81A3DC;
}
a:visited {
	font-weight: normal;
	color:  #002290;
}

h1, h2, h3, h4, h5, h6 {
	font: normal normal normal .8em/1.5em normal Arial, "Helvetica CE", Tahoma, sans-serif;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 1.2em 0 .6em 0;
	color: #623e00;
	line-height: 1em;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.2em 0 .2em 0;
	padding-bottom: .4em;
	color: #E35400;
	background: transparent url(/public/theme/default/img/dotline.png) left bottom repeat-x;
	line-height: 1em;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 1.2em 0 .6em 0;
	color: #b90000;
	line-height: 1em;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1.2em 0 .6em 0;
	color: #000;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.2em 0 .6em 0;
	color: #000;
}

p, ul, ol, dl {
	margin: .6em 0;
}
ul, ol {
    padding: 0 0 0 1em;
}
ul li {
	margin: .6em 0;
	list-style: disc outside;
}
ol li {
	margin: .6em 0;
	list-style: decimal outside;
}
dt {
	font-weight: bold;
	font-size: 1.1em;
}
dd {
	margin-bottom: .8em;
}
sub, sup {
	vertical-align:baseline;
	position:relative;
	font-size: .7em;
}
sub {
	top:0.4em;
}
sup {
	bottom:0.4em;
}

.info{
	font-size: .85em;
	color: #999;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth {
	clear: both;
}
/**-----------------------------------------------------------------------------
 *      LAYOUT
 *-----------------------------------------------------------------------------*/

#wrap {
	position: relative;
	width: 982px;
	margin: 0 auto;
}

#top-box {
	height: 153px;
}
#header-box {
	width: 962px;
	height: 161px;
	overflow: hidden;
	padding: 5px 10px;
	position: relative;
}
#header-frame {
	width: 982px;
	height: 171px;
	top:0px;
	left: 0px;
	background: transparent url(/public/theme/default/img/question_form_frame.png) center top no-repeat;
	position: absolute;
}
#middle-box {
	background: transparent url(/public/theme/default/img/middle_box.png) left top repeat-y;
	width: 962px;
	padding: 0 10px;
	position: relative;
}
#middle-box-top {
	background: transparent url(/public/theme/default/img/middle_box_top.png) left top no-repeat;
	width: 982px;
	height: 17px;
	position: relative;
}
#middle-box-bottom {
	background: transparent url(/public/theme/default/img/middle_box_bottom.png) left top no-repeat;
	width: 982px;
	height: 17px;
	position: relative;
}
#question-form-box {
	width: 982px;
	height: 171px;
	background: transparent url(/public/theme/default/img/question_form_bcg.jpg) center 7px no-repeat;
}
#question-form-frame {
	width: 962px;
	height: 161px;
	overflow: hidden;
	padding: 5px 10px;
	background: transparent url(/public/theme/default/img/question_form_frame.png) center top no-repeat;
	position: relative;
}
#top-menu {
	background: transparent url(/public/theme/default/img/menu_top_bcg.png) left top no-repeat;
	width: 962px;
	height: 32px;
	position: absolute;
}
#content-box {
	width: 760px;
	float: right;
	position: relative;
	padding-right: 1px;
}
#left-box {
	width: 201px;
	position: relative;
	background: transparent url(/public/theme/default/img/left_box_bcg.jpg) left top no-repeat;
	padding: 0 0 2em 0;
	min-height: 210px;

}
#content {
	padding: 20px 40px 66px 56px;
	min-height: 450px;
	background: white;
}

#footer-box {
	width: 922px;
	height: 26px;
	padding: 5px 30px;
}

/**-----------------------------------------------------------------------------
 *      TOP BOX
 *-----------------------------------------------------------------------------*/

#top-box h1 {
	display: block;
	background: transparent url(/public/theme/default/img/solarni_panely_txt.png) left top no-repeat;
	position: absolute;
	top: 47px;
	left: 363px;
	width: 546px;
	height: 41px;
	text-indent: -9999px;
	margin: 0;
}

#top-box img {
    position: absolute;
	top: 13px;
	left: 85px
}

#top-box h2 {
	display: block;
	background: transparent url(/public/theme/default/img/poradenstvi_servis_txt.png) left top no-repeat;
	position: absolute;
	top: 88px;
	left: 363px;
	width: 546px;
	height: 28px;
	text-indent:-9999px;
	margin: 0;
}

#solar-top {
    background: transparent url(/public/theme/default/img/solar_top.jpg) left top no-repeat;
    width: 218px;
    height: 39px;
    top: 123px;
    left: 140px;
    z-index: 2;
    position: absolute;
}

/**
 *      TOP MENU
 */

#top-menu ul {
	position: absolute;
	margin: 0 0 0 10px;
	padding: 0;
}
#top-menu li {
	float: left;
	margin: 0;
	position:relative;
	list-style: none;
}

#top-menu li.current, #top-menu li a {
	display: block;
	padding: 6px 17px 0 17px;
	height: 26px;
	text-decoration: none;
	font-size: 10pt;
	position:relative;
	text-transform: uppercase;
}

#top-menu li.current, #top-menu li.active {
	color: #705000;
	background: transparent url(/public/theme/default/img/menu_top_active.png) top left repeat-x;
	border-right: 1px solid #fffcef;
	border-left: 1px solid #b2aa73;
	color: black;
}

#top-menu li a {
	color: #705000;
	padding: 6px 17px 0 17px;
}
#top-menu li.active a {
	color: #705000;
	padding: 6px 17px 0 17px;
}
#top-menu li a:hover {
	color: black;
}
/**
 *      SEARCH
 */

#search {
	position: absolute;
	background: transparent url(/public/theme/default/img/search-bcg.jpg) left top no-repeat;
	right: 0;
	top: 0;
	width: 204px;
	height: 28px;
}

#search div{
	float: left;
	vertical-align: middle;
}

#search input#q{
	background: transparent url(/public/theme/default/img/search-input.png) left top no-repeat;
	border: none;
 	padding: 0px 5px;
	width: 159px;
	height: 18px;
	color: #1b42a2;
	vertical-align: middle;
	margin: 4px 0 0 5px;
}
#search input#search{
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 4px 7px 0 0;
}
.searchresult dt {
	font-size: .9em;
}
.searchresult .weight {
	color: #666;
	font-weight: normal;
}
/**-----------------------------------------------------------------------------
 *      HEADER
 *-----------------------------------------------------------------------------*/

#header-banner {
	background: transparent url(/public/theme/default/img/header_banner_bcg.jpg) left top no-repeat;
	width: 962px;
	height: 121px;
	margin-top: 2px;
}


/**-----------------------------------------------------------------------------
 *      LEFT MENU
 *-----------------------------------------------------------------------------*/

#left-box.otazky-a-odpovedi {
	background: transparent url(/public/theme/default/img/left_box_faq_bcg.jpg) left top no-repeat;
}

#left-box.kontakty {
	background: transparent url(/public/theme/default/img/left_box_contact_bcg.jpg) left top no-repeat;
}


#left-box.ke-stazeni {
	background: transparent url(/public/theme/default/img/left_box_download_bcg.jpg) left top no-repeat;
}


#left-box.novinky {
	background: transparent url(/public/theme/default/img/left_box_news_bcg.jpg) left top no-repeat;
}

 #left-box h2{
	color: #023c71;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 9px 21px;
	background: none;
	padding-top: 10px;
	letter-spacing: -0.06em;
}

#left-box ul{
	margin: 0 0 0 10px;
	padding: 0;
}
#left-box ul ul{
	margin: 0 0 0 3px;
	padding: 0 0 10px 12px;
}
#left-box ul li.current ul{
	margin: 12px 0 0 3px;
	padding: 0 0 10px 0;
}
#left-box li{
	line-height: 1.1em;
	list-style: none;
	margin: 0;
}
#left-box li li{
	background: none;
	font-size: .9em;
	border-left: 1px solid #b5bfd4;
}
#left-box li a, #left-box li.current{
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 11px 3px 12px 13px;
	white-space: nowrap;
	overflow: hidden;
}
#left-box li li a, #left-box li li.current{
	padding: 5px 3px 5px 10px;
}
#left-box li a:hover{
	text-decoration: underline;
}
#left-box li a{
	color: #4f6ea4;
	border-bottom: 1px solid #b5bfd4;
	margin-right: 10px;
}
#left-box li a:hover{
	color: #00f;
}

#left-box li.current, #left-box li li.current{
	color: black;
	background: transparent url(/public/theme/default/img/left_menu_active.png) right -2px no-repeat;

}


/**-----------------------------------------------------------------------------
 *      CONTENT BOX
 *-----------------------------------------------------------------------------*/

/**
 *      Breadcrumbs
 */

#breadcrumbs {
	padding: 0 0 0 56px;
	margin: -3px 0 0 0;
	font-size: .8em;
	color: #695300;
	position: absolute;
}
#breadcrumbs .lastitem {
	font-weight: normal;
	color: black;
}


/**
 *      Content
 */


 /* Home */

#content-home {
	width: 380px;
}

#reference-home {
	width: 256px;
	position: absolute;
	top: 88px;
	right: 15px;
}
#content-home h2, #reference-home h2 {
	clear: none !important;
	font-size: 1.4em;
	letter-spacing: -0.08em;
}

#content-header {
	background: transparent url(/public/theme/default/img/content_header_bcgrpt.jpg) left top repeat-y;
}

#content-header h1 {
	padding: 35px 66px 10px 56px;
	letter-spacing: -0.04em;
	margin: 0;
	background: transparent url(/public/theme/default/img/content_header_bcg.jpg) left top no-repeat;
}

#content-header h1.home {
	padding: 15px 66px 20px 56px;
}

.home #content {
	width: 380px;
}

#content .perex {
	font-weight: bold;
}

#content h1, #content h2{
	clear: both;
}

#content .error_message, #content .error {
	background: #fec url(/images/icons/dialog-warning.gif) 10px 6px no-repeat;
	padding: 5px 10px 5px 50px;
	color: #830;
	border: 1px solid #fba;
}

/**
 *      Image
 */
#content img {
    margin: 1em;
    border: 1px solid #aaa;
    padding: 3px;
    background: white;
}
#content .photoright {
	float: right;
	margin: 0 0 1em 1em;
}
#content .photoleft {
    float: left;
	margin: 0 1em 1em 0;
}
#content .noframe {
	border: none;
	padding: 0;
}
#content .imageframe {
	display: inline-block;
	border: 1px solid black;
}
#content .imagelegend {
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
}
.icon-file {
	border: none !important;
	vertical-align: middle;
	margin: 0 !important;
}
/*  List style */
#content dl dt {
	background: transparent url(/images/icons/resultset_next_yellow.png) left 90% no-repeat;
	padding-left: 20px;
	margin-top: 1em;
	padding-top: 1em;
	font-size: 1.2em;
	border-top: 1px solid #eef;
}
#content dl dd {
	padding-left: 20px;
}
#content dl {
	border-bottom: 1px solid #eef;
	padding-bottom: 1em;
	margin-bottom: 3em;
}

#content ul {
	padding-left: 0;
}
#content ul li {
	list-style: none;
	background: transparent url(/images/bullet_orange.gif) 0px 2px no-repeat;
	padding-left: 20px;
}
#content ol li {

}
#content ol {
	margin-left: 10px;
}
/**
 *      Contacts
 */

.phone {
	background: transparent url(/images/icons/telephone.png) 0px 0px no-repeat;
}

.email {
    background: transparent url(/images/icons/email.png) 0px 0px no-repeat;
}

.mobile {
    background: transparent url(/images/icons/phone.png) 0px 0px no-repeat;
}
.name {
    background: transparent url(/images/icons/user.png) 0px 0px no-repeat;
}
.gps {
    background: transparent url(/images/icons/map.png) 0px 0px no-repeat;
}
.mobile, .email, .phone, .name, .gps {
	padding-left: 25px;
}


/**
 *      News
 */

#left-box dl.news {
	margin: 0 20px 0 20px;
}
#left-box dl.news dt{
	font-size: .92em;
}
dl.news .date {
	font-size: .82em;
	color: #666;
}
#left-box dl.news dd {
	font-size: .92em;
	padding-bottom: .5em;
	border-bottom: 1px solid #b5bfd4;
}

#content dl.news dt {
	background: transparent url(/images/icons/newspaper.png) left 90% no-repeat;
	padding-left: 25px;
}
#content dl.news dd {
	padding-left: 25px;
}

div.news .news-info {
	font-size: .82em;
	color: #666;
	float: left;
	width: 110px;
}
div.news .summary, div.news .detail {
	padding-top: .5em;
}

div.news .summary, div.news .detail, div.news .extra, div.news .field, div.news .returnlink{
	margin-left: 130px;
}

/* News - reference*/
#reference_carousel a { color: #fff; }

  #reference_carousel {
     width: 255px;
     height: 220px;
     margin: 0;
     padding: 0;
     overflow: hidden;  /* this will make only show 1 li */
     position: relative;
  }
  #reference_carousel ul.reference {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #reference_carousel ul li {
  	list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    background: none !important;
    border: none !important;
  }
	#reference_carousel img{
    background: none !important;
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #reference_carousel ul.reference li p {
    position: absolute;
    top: 190px;
    width: 255px;
    left: 0;
    margin: 0;
  }
  #reference_carousel ul.reference li p strong {
    display: block;
    padding: 3px 10px 5px 10px;
    margin: 0;
    font-size: 13px;
    background: #444;
  }
  #reference_carousel ul.reference li p span {
    padding: 2px 5px;
    color: #000;
    font-size: 10px;
    line-height: 1em;
    background: #fff;
    display: none;
  }
  #reference_carousel ul.controls {
    position: absolute;
    top: 3px; right: 5px;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  #reference_carousel ul.controls li a {
    float: left;
    font-size: 10px;
    margin: 2px;
    padding: 2px 4px;
    background: #000;
    text-decoration: none;
    outline: none;
    line-height: 1em;
  }

  #reference_carousel ul.controls li a.active {
    border: 2px solid #ccc;
  }

  #reference_carousel .timer {
    background: #fff;
    border: 1px solid #000;
    height: 1px;
    left: 5px;
    position:absolute;
    top: 5px;
    width: 100px;
  }


/**
 *      Form contactform
 */

#question-form-frame div.contactform{
	padding: 0 0 0 0;
	color: #003f9c;
}
#question-form-frame div.info_txt {
	margin: 13px 0 0 20px;
	width: 272px;
}
#question-form-frame div.contactform h2 {
	margin: 0 0 10px -5px;
	padding: 0;
	color: #4f73af;
	font-style: oblique;
	width: 272px;
	height: 29px;
	background: transparent url(/public/theme/default/img/question_form_h2.png) top left no-repeat;
	text-indent: -9999px;
}
#question-form-frame div.contactform p{
	margin: 0;
	line-height: 1.8em;
	font-size: .82em;
}
#question-form-frame div.contactform div {
	padding: 0.25em 0 0.25em 0;
}
#question-form-frame div.contactform div.question_txt {
	position: absolute;
	top: 30px;
	left: 560px;
}
#question-form-frame div.contactform div.email_txt,  #question-form-frame div.contactform div.name_txt{
	position: absolute;
	left: 367px;
	top: 30px;
}
#question-form-frame div.contactform div.email_txt {
	top: 83px;
}
#question-form-frame div.contactform div label {
	display: block;
	font-size: .86em;
	color: #003f9c;
}
#question-form-frame div.contactform div.required label{
	color: #a00;
}
#question-form-frame div.contactform textarea {
	font-size: 12px;
	font: sans-serif;
	width: 363px;
	height: 70px;
	border: 1px solid #7ea2d8;
}
#question-form-frame div.contactform div.name_txt input {
	border: 1px solid #7ea2d8;
	width: 150px;
}
#question-form-frame div.contactform div.email_txt input {
    border: 1px solid #7ea2d8;
	width: 150px;
}
#question-form-frame div.contactform div.submit {
	position: absolute;
	top: 125px;
	left: 830px;
}
#question-form-frame div.contactform div.submit input{
	width: 97px;
	border: 1px solid #1f6093;
	color: #fff;
	font-size: .9em;
	background: #709dda url(/public/theme/default/img/btn_bcg.png) top left repeat-x;
}

/**
 *      Table
 */

/*Ke stažení*/
table.download {
	width: 100%;
}

table.download tr.odd {
	background-color: #fafafa;
}

table.download td {
	vertical-align: top;
	padding: 1em;
}

table.download td.icon {
	text-align: center;
	width: 15%;
}

table.download td.icon img{
	border: none !important;
	margin: 0 !important;
}
table.download td.icon a img{
	text-decoration: none !important;
}

/*Reference*/

table.reference th {
	text-align: left;
	width: 80px;
	font-weight: normal;
	color: #777;
}

.reference-thumb {
	clear: right;
	padding-top: 2em;
}
.reference-thumb img{
	margin: 0 7px 7px 0 !important;
}

.category_item {
	width: 192px;
	float: left;
	text-align: center;
	margin: 1em 0 2em 0;
}
.category_item img{
	margin: 0 !important;
	padding: 0 !important;
}

/* Technická specifikace */
table.techspec {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: .85em;
	padding: 0;
}
table.techspec th{
	background-color: #f0f0f0;
	text-align:left;
	border-bottom: 1px solid #999;
	padding: .6em 1em;
	color: #666;
}

table.techspec td{
	border-bottom: 1px solid #ddd;
	line-height: 1.2em;
	padding: .6em 1em;
}
table.techspec .info{
	font-size: 1em;
	color: #666;
}
table.techspec .new{
	color: #d30;
	text-transform: uppercase;
	padding: 0 2em;
}
/*Kontakty*/
table.kontakty {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fafafa;
	width: 100%;
	font-size: .85em;
	padding: 0;
}
table.kontakty th{
	background-color: #f0f0f0;
	text-align:left;
	border-bottom: 1px solid #999;
	padding: .6em 1em;
	color: #666;
}
table.kontakty th.phone, table.kontakty th.mobile {
	width: 10em;
}
table.kontakty th.phone, table.kontakty th.mobile, table.kontakty th.email, table.kontakty th.name {
	padding-left: 30px;
}
table.kontakty th.phone {
	background: #f0f0f0 url(/images/icons/telephone-grey.png) 8px center no-repeat;
}

table.kontakty th.email {
    background: #f0f0f0 url(/images/icons/email-grey.png) 8px center no-repeat;
}

table.kontakty th.mobile {
    background: #f0f0f0 url(/images/icons/phone-grey.png) 8px center no-repeat;
}
table.kontakty th.name {
    background: #f0f0f0 url(/images/icons/user-grey.png) 8px center no-repeat;
}
table.kontakty td{
	border-bottom: 1px solid #ddd;
	line-height: .9em;
	padding: .6em 1em;
}
table.kontakty .info{
	font-size: .9em;
}



/* -------------- content footer -------------- */
div.hr {
	border-bottom: 1px solid #EDC5A8;
	margin: 30px 0 0 0;
	clear: both;
}
.right49 {
	float: right;
	font-size: .82em;
	line-height: 1.5em;
}
.left49 {
	float: left;
	font-size: .82em;
	line-height: 1.5em;
	width: 600px;
	overflow: hidden;
}


/**-----------------------------------------------------------------------------
 *		FOOTER BOX
 *-----------------------------------------------------------------------------*/

#footer {
	color: #dde6f9;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #003f9c;
}


#created {
	color: #aac7f4;
	font-size: .8em;
	text-align: right;
	margin-bottom: 3em;
}
#created a {
	color: #aac7f4;
}
#created a:hover {
	color: #dde6f9;
}
/**-----------------------------------------------------------------------------
 *		ACCESSIBILITY
 *-----------------------------------------------------------------------------*/
.accessibility, hr {
	position: absolute;
	top: -999em;
	left: -999em;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
/* Hides from IE-mac \*/
	height: 1%;
/* End hide from IE-mac */
}
/* end clearing */


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
