/*------------------------------------------------------------------*/
/* formulare v hlavni casti prezentace 							  --*/
/* 		- obecna definice formular (vychozi, krome pripadu nize)  --*/
/*------------------------------------------------------------------*/


input.noborder {
	border: 0em;
}


form td.formComment {
	font-weight: bold;
	padding: 3px;    
}

form td.formSentence {}


input.formElSubmit {	
    float: right;
    width: auto;
}

input.formElCheckbox {
	border: none;
	width: auto;
}

input.formElRadio {
	border: none;
	width: auto;
}

input.formElFile {}

input.formElButton {}

/*------------------------------------------------------------------*/
/* diskuzni forum 												  --*/
/*------------------------------------------------------------------*/

#messform {}

#messform fieldset {}

#comment {
	width: 100%;
}

/*------------------------------------------------------------------*/
/* prohledavani inzeratu 										  --*/
/*------------------------------------------------------------------*/


 #bsearch_form fieldset {}

/*------------------------------------------------------------------*/
/* registrace 												  	  --*/
/*------------------------------------------------------------------*/


 #formRegistration fieldset {}

#formRegistration legend {}

/*------------------------------------------------------------------*/
/* registrace do diskuse 										  --*/
/*------------------------------------------------------------------*/


#login_form  fieldset {}

#login_form th, #login_form td {
	text-align: left;
}
 
/*------------------------------------------------------------------*/
/* podrobne hledani 											  --*/
/*------------------------------------------------------------------*/
#formASearchForm fieldset {}

/*------------------------------------------------------------------*/
/* formular komentaru pod clankem								  --*/
/*------------------------------------------------------------------*/
 
#formArticleComments {}
#formArticleComments fieldset {}
#formArticleComments legend{}
#formArticleComments table{}
 
/*------------------------------------------------------------------*/
/* formular objednavky 											  --*/
/*------------------------------------------------------------------*/
#formProductOrderItems {
	width: 425px;
}
#formProductOrderItems fieldset {}
#formProductOrderItems legend {}
#formProductOrderItems table {
	width: 100%;
}
#formProductOrderItems th { 
	background: #5A5A5A; 
	color: #FFFFFF; 
	width: auto; 
	padding: 2px;
}

#formProductOrderItems td { 
	padding: 2px;
}
 
#formProductOrderItems input {
	width: 20px;
	text-align: right;
}

#formProductOrderItems input.formElSubmit {	
    float: right;
    width: auto;
    text-align: center; 
}

#formProductOrderItems div.productPrice, #formProductOrderItems div.productPriceVat {
	text-align: right;
}

#formProductOrderItems div.productPriceOld, #formProductOrderItems div.productPriceVatOld { 
	text-decoration: line-through; 
	text-align: right;
	display: none;
}

/*------------------------------------------------------------------*/
/* zbytek												  --*/
/*------------------------------------------------------------------*/
 
#formProductComments textarea { 
   width: 100%;
   height: 50px;
}
   
#formLogin table td {}
#formLogin table th {
	width: 40%
}
#formLogin .linkRegistration, #formLogin .linkPassword {
	float: right;
	padding-left: 15px;
}
 
.articleVote  table td input, .productVote table td input {
	width: 100%
}
.articleVote  table td,.productVote table td {
	text-align: center;
	font-weight: normal;
	background: #F7F7F7;
	vertical-align: middle;
}
 
.productByEmail {}





/* ------------------------------------------- */
/* textara hodnoceni clanku------------------- */
/* ------------------------------------------- */
/*.textareaNormal{
	width: 350px;
	height: 50px;
}*/
