/* Main formating */
body, html { /* predefinovano pro IE */
	border: 0px none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}


.resetovac {
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}


img, table, tr, th, td, h1, h2, h3, h4, h5 {
	border:  0px none;
	margin:  0px;
	padding: 0px;
}


input {
	font-family: Arial, Helvetica, sans-serif;
}

legend {
	font-size: 9pt;
	color: #BEC9CF;
	padding: 0 6px 0 4px;
}


a {
	color: #23439A;
}


a:hover {
  background: #EFDEEC;
}


h1 {
	/*color: #AD1488;*/
	color: #AD1488;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 12px 0 0 0;
}


h1 a {
	color: #AD1488;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}


a:hover h1 {
	text-decoration: underline;
}


h3 {
	font-size: 10.2pt;
}


h4 {
	font-size: 10.2pt;
}


/* ******************************************************************* */
/* common classes */
/* ******************************************************************* */

.required-field {
  font-size: 13pt;
	color: #AD1488;
}


.left {
	float: left;
}


.right {
	float: right;
}


.middle {
	float: left;
}


/* ************************************************************************ */

div.error-msg {
	font-weight: bold;
	color: red;
	margin: 0 0 10px 0;
}

div.error-msg p {
  padding: 0;
  margin: 0;
}


/* ************************************************************************ */

#shipping-time-note {
	color: #AD1488;
	padding: 8px 0 8px 0;
	text-align: center;
	font-size: 10.5pt;
	border-top: 1px solid #AD1488;
	border-bottom: 1px solid #AD1488;
} 
