body{
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #333333;

}

body,td,th {
	cursor: default;
}

.title{
	color : #D5CDB5;
	font-family : Trebuchet MS, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 130%;
	filter : Shadow(Color=#000000, Direction=180, Strength=2);
	/*width: 100%;*/
}
.price{
	color : #D5CDB5;
	font-family : Trebuchet MS, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 90%;
	filter : Shadow(Color=#000000, Direction=180, Strength=2);
	text-align: right;
}
.mass{
	color : #D5CDB5;
	font-family : Trebuchet MS, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 90%;
	filter : Shadow(Color=#000000, Direction=180, Strength=2);
}
.descr{
	color : #D5CDB5;
	font-family : Trebuchet MS, Helvetica, sans-serif;
	font-size : 90%;
}
.rem{
	font-size : 85%;
	color : #D5CDB5;
}
.digi{
	font-family: Georgia;
}
.date {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
}

.lang{
}

.leftmenu {
  margin: 10px;
}

td{
	font-size : 80%;
}
td.menu{
		background-color: #009900;
		background-image : url(/res/gfx/bg_menu_item.gif);
		behavior: url(/res/menuitem.htc);
}
th{
	text-align : left;
}
p{
	text-indent : 20px;
}

u.a,a.u,a.u:hover {
	color: #D5CDB5;
	cursor: default;
}
a{
	color: #D5CDB5;
	behavior: url(/res/a.htc);
}
a:hover {
	color: #66cc00;
}



button,.button, textarea, input{
	border:1 solid #ffffff;
	background-color : #D5CDB5;
	background-image : url(/res/gfx/bg_form.gif);
	font-size : 100%;
	scrollbar-base-color : #D5CDB5;
}
.button{
	cursor: hand;
}

textarea{
	padding:5px;
}

/* vote classes */
div.vote {
  padding: 10px;
  width: 200px;
  background-color: #444;
  /*float: right;*/
}
table.vote {
  width: 100%;
  font-size: 14px;
  color: #D5CDB5;
}
.vote_q {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 5px;
}
input.vote {
  background-color: transparent;
  background-image: none;
  border: 0px;
}
button.vote {
  font-size: 10px;
}

.vote_bar1 {
  border:1px solid #D5CDB5;
  font-size:6px;
  height:8px;
  margin:0px;
  padding:0px;
  width:100%;
  margin-bottom:5px;
}

.vote_bar2 {
  font-size:6px;
  height:8px;
  margin:0px;
  padding:0px;
  background-image:url('/res/gfx/vr.gif');
}
/* / vote classes */