html *{
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}

body {
	min-width: 1000px;
	text-align: center;
  font-size: 10px;
  font-family: verdana, tahoma, arial;
  background-color: #aaa;
  font-style: normal;
  font-weight: normal;
}

h1 { font-size: 1.9em; text-align: center; font-weight: 100;}

h2 { font-size: 1.7em; font-weight: 100; }

h3 { font-size: 1.6em; font-weight: 100; }

h4 { font-size: 1.5em; }

h5 { font-size: 1.4em; }

strong { font-weight: normal; }

a { text-decoration: none; color: #000;}

img { border: 0; }

td  { vertical-align: top; }

.kursiv { font-style: italic; }

.small { font-size: 13px; }

.underline { text-decoration: underline; }

/*-------------------head-------------------------------*/
#head {
  width: 100%;
  height: 200px;
  background-image: url('images/logo0001.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fff;
}

#logo {
  width: 30%;
  max-width: 400px;
  height: 160px;
  background-image: url('images/logo0000.jpg');
  background-repeat: no-repeat;
  background-position: left;
  float: left;
}

#underH1 {
  text-align: center;
  font-size: 1.3em;
}

#underH1 a{
  padding: 10px 0 10px 150px;
  display: block;
  color: #bbb;
}

#banner {
  width: 60%;
  height: 172px;
  float: left;
}

#banner a{
  display: block;
  margin: 60px 0 40px 10%;
  width: 468px;
  height: 60px;
  background-image: url('images/banner.gif');
  background-repeat: no-repeat;
  color: #669;
  text-indent: 8%;
  line-height: 150%;
}

#buy {
	position:relative;
	width:10%;
	height:172px;
  float: left;
}
#buy a{
	display:block;
	height:160px;
	text-decoration:none;
}

.clear { clear: both; }

/*-------------------content----------------------------------------*/

span.required {
	color: red;
}

#content {
  background-color: #c8e9f9;
}
#centerBlock {
  text-align: justify;
  margin: 20px 310px 20px 20px;
  font-size: 1.3em;
  text-indent: 20px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #bbb;
  padding: 10px;
  min-width: 500px;
  width: 64%;
}

#centerBlock h1 {
	text-align: left;
}

#centerBlock a {
  font-style: italic;
}

#centerBlock table {
  width: 100%;
  margin: 10px 0px 10px 0px;
}

#centerBlock table tr, td {
  padding-bottom: 8px;
}

#spisok {
  width: 40%;
  text-align: left;
}

#formi {
  width: 60%;
  text-align: left;
}

.textBox {
  width: 400px;
}

.textArea {
  width: 400px;
  height: 50px;
}

.cbUsable {
  margin-left: 200px;
  text-align: center;
  background: url('images/s10.gif') no-repeat center;
  width: 300px;
  height: 24px;
  margin-top: 24px;
}

.usable {
  display: block;
  font-size: 12px;
  padding-top: 4px;
}

#infoBlock {
  position: absolute; top: 220px; right: 0px;
  width: 300px;
  background-color: #c8e9f9;
  text-align: left;
  height: 200px;
  font-size: 1.3em;
  vertical-align: top;
  background-image: url('images/x2.gif');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 5px;
}

.statMini {
  display: block;
  padding-left: 20px;
  background: url('images/stat_mini.png') no-repeat left;
}

.noteMini {
  display: block;
  padding-left: 20px;
  background: url('images/note_mini.png') no-repeat left;
}

.cartMini {
  display: block;
  padding-left: 20px;
  background: url('images/cart_mini.png') no-repeat left;
}

.infoName { padding: 5px;}

.infoName a { color: #000; text-decoration: underline;}

#topMenu {
  height: 30px;
  width: 600px;
  position: absolute; top: 0px; left: 30%;
  background-image: url('images/topmenu_center.jpg');
  background-repeat: repeat-x;
  background-position: top;
  font-size: 1.5em;
}

#topMenu a{
  display: block;
  color: #003;
  padding: 0 10px 0 10px;
  margin-top: 5px;
}
.tm1 {
  width: 15px;
  background: url('images/topmenu_left.jpg') no-repeat left;
}

.tm2 {
  width: 15px;
  background: url('images/topmenu_right.jpg') no-repeat left;
}
/*--------------------------- foot----------------------------------*/
#footBlock {
  height: 50px;
  background-color: #acd6eb; 
  border-top: 1px solid #FFFFFF; 
  margin-top: 30px;
  width: 100%;
}

#footBlock a{
  display: block;
  padding: 10px 5px 5px 5px;
  float: right;
}







div.FormViewErrorBox {
	margin: 10px 0;
	padding: 6px;
	border-color: #ff0000;
	border-width: 1px 1px 1px 6px;
	border-style: solid;
	color: #a80707;
	background-color: #ffe5e5;
	font-size: 12px;
	text-indent: 0;
}

div.FormViewErrorBox p {
	font-size: 12px;
	color: #a80707;
	margin: 0;
	padding: 0;
}
