body {
	min-width:1000px;
	background-color:#f0f0f0;
	font:12px Tahoma, Geneva, sans-serif;
	line-height:16px;
	color:#5b5b5b
}

h1, h2, h3, p {
	margin:0 0 16px 0
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
  	font-size:22px;
	font-weight: normal;
	text-transform:uppercase;
	line-height:32px;
	color:#fff
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;  
	line-height:18px;
}


hr {
	color:#e8e8e8;
	background-color:#e8e8e8; /* Firefox, Opera, Safari*/ 
	border:0 none; 
	height:1px;	
	clear:both;
	margin-bottom:15px
}

a {
 	color:#0059a8;
	text-decoration:none;
	
}
/*
a:visited {
 
}
*/
a:hover {
	text-decoration:underline
}

ol {  					/*numerovanyy*/
  	margin:0 40px 10px 40px;
}
	ol li {
		margin-bottom:10px; 
		font-weight:bold;
	}
	ol li span {
		font-weight: normal
	}

ul {					/*markovanyy*/
  	margin:0 40px 10px 36px;
}
	ul li {
		margin-bottom:10px; 
		list-style: disc; 
	}

blockquote {
	padding-left:28px;
	padding-top:3px;
	margin: 15px 20px 30px 20px;
	background:url(../images/i-blockquote.gif) 0 0 no-repeat;
	font-style:italic
}

/**************************************************************
   Tables
 **************************************************************/

table.default {
  	width:100%;
  	margin:0 0 16px 0;
}

table.default th,
table.default td {
  	padding:8px;
	vertical-align:top;
}

table.default thead th {
	font-weight:normal;
	padding:0 10px 1px;
	white-space:nowrap;
	color:#a7a7a7
}

table.default tfoot td {
}



/**************************************************************
   Form
 **************************************************************/

label { 
	float:left;
	text-align:right;
	width:272px;
	padding:7px 16px 0 0;
	color:#a7a7a7;
}
	label span { 
		color: #dd1849;
	}
input {
	margin:0
}

.input-text,
textarea,
select {
	width:304px;
  	padding:7px 7px;
	margin:0;
  	font:12px Arial, Helvetica, sans-serif;
	line-height:16px;
  	color:#545454;
  	background:#fafafa;
  	border:1px solid #d6d6d6;
}
	select {
		padding:2px 2px;
	}
	.input-text {
		height:16px;
	}

optgroup {
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 5px;
}

.input-text:focus,
textarea:focus,
select:focus {
	background:#fff;
}


/**************************************************************
   Added
 **************************************************************/

.clear-both {
	clear:both;
}

