/*------------------------------------------------------------------*/
/* infoPanel -------------------------------------------------------*/
/*------------------------------------------------------------------*/

#infoPanelC {	
	width: 245px;
	margin: 0 0 20px 0;
	float: right;
	padding: 0;
}

#infoPanel {
	float: left;
	width: 228px;
	margin: 0;
	padding: 0;
	}
#infoPanel h3{}
.topBlock {	
	width: 311px;
	margin: 5px 0 0 0;
	height: 108px;
	float: right;
	padding: 0;
	background: url(../images/custom/bg-topBlock.png) top left no-repeat;
}
.rightMenuC {
	float: left;
	width: 200px;
	margin: 5px 0 0 0;
	padding: 6px 0 0 0;
	background: url(../images/custom/bg-h3-right.gif) top left no-repeat;
}
 
.rightMenu {
	padding: 5px 0 15px 0;
	float: left;
	width: 200px;
	margin: 0;
	background: url(../images/custom/bg-right-bottom.gif) left bottom no-repeat; 
}

.rightMenuC h3 {
	clear: both;
	width: 170px;
	color: #ffffff;
	float: left;
	padding: 5px 10px 10px 20px;
	display: block;
	margin: 0;
}

.rightMenuC ul {   
	margin: 0;
	padding: 0 0 0 18px;
	width: 160px;
	list-style: none;	
	float: left;
}

.rightMenuC li {
	margin: 0;	
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.rightMenuC li a {
	text-decoration: none;
	display: block;
	float: left;
	width: 120px;
	padding: 10px 0 10px 40px;
	margin: 3px 0 3px 0;
	color: #ffffff;
	background: url(../images/custom/bg-right-li.png) left no-repeat;
}

.rightMenuC li a:link, .rightMenuC li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.rightMenuC li a:hover, .rightMenuC li a:focus, .rightMenuC li a:active {
    color: #26a2b3;
    background: url(../images/custom/bg-right-lia.gif) left no-repeat;
	 text-decoration: none;
}

.rightLink {
	float: left;
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0;
}

.rightLink a {
	float: left;
	width: 200px;
	margin: 10px 0 10px 0;
	padding: 0;
}

/*------------------------------------------------------------------*/
/* vyhledavaci div--------------------------------------------------*/
/*------------------------------------------------------------------*/

#searchC {
	float: left;
	padding: 13px 0 0 0;
	clear: none;
	margin: 0;	
	width: 290px;
}
#search {
	font-weight: normal;
	float: right;
	width: 270px;
	margin: 0 0 0 0;

} 
#search label {display: none;}
#search div.searchInput {
	width: 180px;
	margin: 0;
	padding: 0 0 0 25px;
	float: left;
	height: 20px;
	background: url(../images/custom/bg-search.gif) top left no-repeat;
}
#search div.searchInput input {
	width: 179px;
	padding: 3px;
	float: left;
	font-size: 0.9em;
	margin: 0;
	border: none;
	background: url(../images/custom/bg-search-input.gif) left no-repeat;
}
#search .searchSubmit {
	float: right;
	padding: 0;
}
#search input.searchSubmitText{
	width: 48px;
	float: right;
	text-align: center;
	border: none;
	padding-bottom: 2px;
	color: #ffffff;
	font-weight: bold;
	clear: none;
	font-size: 0.9em;
	height: 20px;
	background: url(../images/custom/bg-search-sub.gif);
}

#search .searchSubmitImage {
	float: left;
	border: none;
}


/*------------------------------------------------------------------*/
/* logovaci div--přihlášení---------------------------------------------*/
/*------------------------------------------------------------------*/

#loginC {
	float: left;
	padding: 17px 0 0 0;
	clear: none;
	margin: 0;	
	width: 290px;
}

#login {
	font-weight: normal;
	float: right;
	width: 270px;
	margin: 0 0 0 0;
}

#login h3 {
	display: none;
}

#login fieldset {
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	width: 270px;
}

#login legend {
	display: none;
}

#login div.loginInput {
	margin: 0;
	padding: 0 0 0 0;
	display: block;
	width: 109px;
	float: left;
	clear: none;
}

#login div.loginInput input {
	width: 70px;
	float: right;
	clear: none;
	padding: 3px;
	margin: 0 10px 0 0;
	font-size: 0.9em;
	border: none;
	background: url(../images/custom/bg-login-input.gif) top no-repeat;
}

#login div.loginText{	
	float: left;
	clear: none;
	width: 20px;
	padding: 0 0 0 0;
	margin: 0;
}


#login div.loginText img {	
	padding: 0 0 0 0;
	margin: 0;
}

#login .loginSubmit {
}

#login input.SearchSubmitImage {
	
}

#login input.SearchSubmitText {	
	width: 48px;
	float: right;
	padding-bottom: 2px;
	border: none;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	margin: 1px 0 0 0;
	clear: none;
	height: 20px;
	background: url(../images/custom/bg-search-sub.gif);
}
#login div.loginRegister {
	float: left;
	width: 220px;
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 0 6px;
	margin: 3px 0 0 25px;
	background: url(../images/custom/bg-search-sipka.gif) left no-repeat;
}
#login div.loginRegister a {
	color: #ff8924;
	text-decoration: underline;
}
#login div.loginRegister a:link, 
#login div.loginRegister a:visited {
	color: #ff8924;
	text-decoration: underline;
}
#login div.loginRegister a:hover, 
#login div.loginRegister a:focus, 
#login div.loginRegister a:active {
    color: #ff8924;
	 text-decoration: none;
}
/*---------------- css pro stav "prihlasen" --------------*/


#login .loginAccountDetail {
	float: left;
	margin: 0 0 0 0;
	width: 270px;
	padding: 0;
}

#login .loginAccountDetail span {
	float: left;
	margin: 0 10px 0 0;
}

#login .loginAccountDetail a {
	float: left;
	clear: none;
	margin: 0 0 0 0;
}
#login .loginAccountDetail a:link, 
#login .loginAccountDetail a:visited {
}

#login .loginAccountDetail a:hover, 
#login .loginAccountDetail a:focus, 
#login .loginAccountDetail a:active {
}


#login .loginUserInformation {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	width: 270px;
	}

#login .loginUserInformation span { 
}

#login .loginUserInformation a {
	color: #4D4D4F;
}

#login .loginRequests {
	display: block;
	float: left;
	width: 130px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: left;
}

#login .loginLogout {
	display: block;
	float: right;
	width: 130px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: right;
}

#login .loginLogout a {
}

#login .loginLogout a:link, 
#login .loginLogout a:visited {
}

#login .loginLogout a:hover, 
#login .loginLogout a:focus, 
#login .loginLogout a:active {
}


/*------------------------------------------------------*/
/* container obsahujici polozky v informacnim panelu ---*/
/*------------------------------------------------------*/

.infoPanelItemC {
	float: left;
	width: 228px;
	margin: 20px 0 0 0;
	padding: 0 0 7px 0;
	background: url(../images/custom/bg-info-bottom.gif) left bottom no-repeat; 
}
   
.infoPanelItem {
	padding: 0;
	float: left;
	width: 228px;
	margin: 0;
	background: url(../images/custom/bg-info-repeat.gif) top left repeat-y;
}

.infoPanelItemC h3 {
	clear: both;
	width: 190px;
	color: #ffffff;
	float: left;
	padding: 15px 13px 11px 25px;
	display: block;
	margin: 0;
	background: url(../images/custom/bg-h3-info.gif) top left no-repeat;
}

.infoPanelItemC a {
}

.infoPanelItemC a:link, 
.infoPanelItemC a:visited {
}
.infoPanelItemC a:hover, 
.infoPanelItemC a:active, 
.infoPanelItemC a:focus {
}

.infoPanelItemC h3 a {
	color: #ffffff;
	text-decoration: none;
}

.infoPanelItemC h3 a:link, 
.infoPanelItemC h3 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.infoPanelItemC h3 a:hover, 
.infoPanelItemC h3 a:active, 
.infoPanelItemC h3 a:focus {
	text-decoration: underline;
	color: #ffffff;
}

.infoPanelBlockText {
	border: 0;
	margin: 0;
	float: left;
	width: 173px;
	padding: 5px 20px 5px 25px;
	
}

/*------------------------------------------------------*/
/* InfoPanelItemArticle --------------------------------*/
/*------------------------------------------------------*/

.infoPanelItemArticle {
	border: 0;
	margin: 0 0 0 0;
	width: 173px;
	padding: 17px 20px 17px 25px;
	float: left;
	background: url(../images/custom/bg-info-border.gif) top left no-repeat;
}


.infoPanelItem .infoPanelItemArticle.evenItem {

}

.infoPanelItemArticle span.infoArticleDate {
	font-weight: bold;
	margin: 0;
	float: left;
	width: 173px;
	padding: 0;
	}
.infoPanelItemAnnotation {
	font-weight: normal;
	margin: 0;
	float: left;
	width: 173px;
	padding: 5px 0;
}

.infoPanelItemAnnotation img {
	margin: 5px 5px 5px 0;
	
}
.infoPanelItemArticle h4 {
	margin: 0;
	float: left;
	width: 173px;
	padding: 0;
}

.infoPanelItemArticle span {
}
	
.infoPanelItemArticle h4 a {

}

.infoPanelItemArticle h4 a:link, 
.infoPanelItemArticle h4 a:visited {
}
.infoPanelItemArticle h4 a:hover, 
.infoPanelItemArticle h4 a:active, 
.infoPanelItemArticle h4 a:focus {
}

/*------------------------------------------------------*/
/* InfoPanelItemMessage --------------------------------*/
/*------------------------------------------------------*/
.infoPanelItemMessage {
	padding-bottom: 10px;
	font-size: 0.95em;
}
.infoPanelItemMessage span {color: #666666;}
.infoPanelItemMessage h4 {
	padding-top: 0;
}



/*------------------------------------------------------------------*/
/* container obsahujici ankety hlavni strany	--------------------*/
/*------------------------------------------------------------------*/


#hpInquiryC {
	float: left;
	width: 228px;
	margin: 20px 0 0 0;
	padding: 0 0 7px 0;
	background: url(../images/custom/bg-info-bottom.gif) left bottom no-repeat; 
}
   
.hpInquiry {
	padding: 0;
	float: left;
	width: 228px;
	margin: 0;
	background: url(../images/custom/bg-info-repeat.gif) top left repeat-y;
}

#hpInquiryC h3{
	clear: both;
	width: 190px;
	color: #ffffff;
	float: left;
	padding: 15px 13px 11px 25px;
	display: block;
	margin: 0;
	background: url(../images/custom/bg-h3-info.gif) top left no-repeat;
}

#hpInquiryC h4 {
	margin: 0;
	float: left;
	width: 173px;
	padding: 5px 20px 5px 25px;
}

#hpInquiryC h4 a {}
 
#hpInquiryC h4 a:link, 
#hpInquiryC h4 a:visited  {}

#hpInquiryC h4 a:hover, 
#hpInquiryC h4 a:focus, 
#hpInquiryC h4 a:active {}


form.formInquiryHP {	
	border: 0;
	margin: 0;
	float: left;
	width: 173px;
	padding: 5px 20px 5px 25px;
}

form.formInquiryHP fieldset {
	border: 0;
	margin: 0;
	float: left;
	width: 173px;
	padding: 0;
	}

form.formInquiryHP legend {
	display: none;
	}
	
	
form.formInquiryHP .hpInquiryOptions  {

  /*------snazit se do toho nezasahovat-------*/
	
}
	
form.formInquiryHP .inquiryText {
	float: left;
	clear: both;
	width: 173px;
	padding: 3px 0;
	margin: 0;
}

form.formInquiryHP .inquiryText a {}

form.formInquiryHP .inquiryText a:link, 
form.formInquiryHP .inquiryText a:visited {}

form.formInquiryHP .inquiryText a:hover, 
form.formInquiryHP .inquiryText a:focus, 
form.formInquiryHP .inquiryText a:active {}
	

form.formInquiryHP .inquiryImage {
	margin: 5px 2px 0 0 ;
	padding: 0;
	border:0;
	width: 140px;
	float: left;
	clear: none;
	height: 7px;	
}

form.formInquiryHP .inquiryImage img {
	height: 7px;
	margin:0;
	float: left;
}

form.formInquiryHP .inquiryPercent {
	float: right;
	margin: 0;
	padding: 0 0 0 0;
	clear: right;
}

.hpInquiryResults {
	width: 173px;
	padding: 5px 20px 10px 25px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}


/*  v pripade ankety pro konstruktivni odpoved uzivatele */

.hpInquiry.evenItem {
}

.hpInquiryDescription {}

#hpInquiryC .hpInquiryTextarea {
	text-align: center;
	width: 173px;
}

#hpInquiryC .hpInquiryTextarea textarea {	
	height: 30px;
	overflow: hidden;
	width: 140px;
	margin: 5px auto 0 auto;
}

.hpInquirySubmit {			  
	text-align: center;  
}

.hpInquirySubmit input {
	margin: 5px auto 0 auto;	
	width: 144px;	
}

/*-------------------------------------------------------*/



/*------------------------------------------------------*/
/* InfoPanelItemProduct --------------------------------*/
/*------------------------------------------------------*/
.infoPanelItemProduct {
}
.infoPanelItemProduct table { 
	width: 183px;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0.9em;
	border: 0;
}

td.evenRow {
}
 
td.oddRow {
}

span.infoPanelItemName {
}

span.infoPanelItemPrice { 
	float: right;
}

/* ----------------------------------------------------- */
/* styly pro magazin(zbyle styly jsou pouzity z article) */
/* ----------------------------------------------------- */
#magazineHead {}
.magazineComment {}
.magazineDeadline {}
#hpMagazineC {
	float: left;
	width: 228px;
	margin: 20px 0 0 0;
	padding: 0 0 7px 0;
	background: url(../images/custom/bg-info-bottom.gif) left bottom no-repeat; 
}

.hpMagazine {
	padding: 0;
	float: left;
	width: 228px;
	margin: 0;
	background: url(../images/custom/bg-info-repeat.gif) top left repeat-y;
}

#hpMagazineC h3{
	clear: both;
	width: 190px;
	color: #ffffff;
	float: left;
	padding: 15px 13px 11px 25px;
	display: block;
	margin: 0;
	background: url(../images/custom/bg-h3-info.gif) top left no-repeat;
}


.calendarInfoPanelC {
	float: left;
	width: 228px;
	margin: 10px 0 0 0;
	padding: 0 0 7px 0;
	
	background: url(../images/custom/bg-info-bottom.gif) left bottom no-repeat; 
}
   
.calendarInfoPanel {
	padding: 0;
	float: left;
	width: 228px;
	margin: 0;
	background: url(../images/custom/bg-info-repeat.gif) top left repeat-y;
}

.calendarInfoPanelC h3 {
	clear: both;
	width: 190px;
	color: #ffffff;
	float: left;
	padding: 15px 13px 11px 25px;
	display: block;
	margin: 0;
	background: url(../images/custom/bg-h3-info.gif) top left no-repeat;
}

.calendarInfoPanelC a {
}

.calendarInfoPanelC a:link, 
.calendarInfoPanelC a:visited {
}
.calendarInfoPanelC a:hover, 
.calendarInfoPanelC a:active, 
.calendarInfoPanelC a:focus {
}

.calendarInfoPanelC h3 a {
	color: #ffffff;
	text-decoration: none;
}

.calendarInfoPanelC h3 a:link, 
.calendarInfoPanelC h3 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.calendarInfoPanelC h3 a:hover, 
.calendarInfoPanelC h3 a:active, 
.calendarInfoPanelC h3 a:focus {
	text-decoration: underline;
	color: #ffffff;
}
.calendarInfoPanelC .eventItemC {
	border: 0;
	margin: 0;
	float: left;
	width: 173px;
	padding: 10px 20px 15px 25px;
	background: url(../images/custom/bg-info-border.gif) bottom left no-repeat;
}

.calendarInfoPanelC .eventItemC h3 {
	clear: both;
	width: 190px;
	float: left;
	color: #ff8425;
	padding: 0;
	font-size: 1.1em;
	display: block;
	margin: 0;
	background: none;
}

.calendarInfoPanelC .eventItemC h3 a {
	color: #ff8425;
	text-decoration: none;
}

.calendarInfoPanelC .eventItemC h3 a:link, 
.calendarInfoPanelC .eventItemC h3 a:visited {
	text-decoration: none;
	color: #ff8425;
}
.calendarInfoPanelC .eventItemC h3 a:hover, 
.calendarInfoPanelC .eventItemC h3 a:active, 
.calendarInfoPanelC .eventItemC h3 a:focus {
	text-decoration: underline;
	color: #26a2b3;
}

.calendarInfoPanelC #calendarControl {
	width: 173px;
	float: left;
	padding: 5px 20px 5px 20px;
}

