body {
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica, Tahoma, Verdana; 
	color: #666666;
	font-size: 13px;
 	background: #ffe8ae url(/templates/pictures/body_top_fon.jpg) repeat-x;
}

form{ 
	margin: 0px;
}

table{
	font-size: 13px;
}

a img {
	border: none;
}

a {
	color: #0057a6;
	}

a:hover {
	color: #0057a6;
	text-decoration: none;
	}
	
a.sel {
	color: #666666;
	}
	
.reds {
	color: #c60000;
	}

label {
	cursor: pointer;
	}
	
div.rel {
	position:relative; 
	width:100%;
	height: 100%; 
	}
	
h1{
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	color: #ca2b10;
	}
	
h2{
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	color: #c60000;
	}
	
h3{
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	color: #666666;
	}
	
/*-------элементы формы----------*/
input.text{
  	border : 1px solid #7fadd2;
	width: 500px;
	height:22px;
	background: #f9f9f9;
}

input.smtext{
  	border : 1px solid #7fadd2;
	width: 200px;
	height:22px;
	background: #f9f9f9;	
}

textarea{
  	border : 1px solid #7fadd2;
	width: 500px;
	height: 150px;
	background: #f9f9f9;
}


.inbottom{
	width: 150px;
	height:22px;
	font-weight: bold;
	cursor: pointer;
	border : 1px solid #666666;
	color: #ffffff;
	font-size: 11px;
	background: #3c565c;
}


input.numtext{
  	border : 1px solid #666666;
	width: 30px;
	height:22px;
	background: #f9f9f9;	
}

input.bimage {
	cursor: pointer;
	}

/*-------элементы формы----------*/

div.img {
	padding: 2px;
	margin: 0px 6px 6px 0px;
	position:relative;
	float: left;
	}
	
.small {
	font-size: 11px;
	}
.new{
	vertical-align:super;
	font-size:10px;
	color:red;
}

/*вкладки*/
.corn_lt, .corn_rt{
position:absolute;
width:8px;height:8px;top:0px;
font-size:1px;
}
.corn_lt{
background:url(/templates/pictures/corn_tl.png);
left:0;
}
.corn_rt{
background:url(/templates/pictures/corn_tr.png);
right:0;
}

* html .corn_lt{_background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/pictures/corn_tl.png', sizingMethod='crop');}
* html .corn_rt{_background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/pictures/corn_tr.png', sizingMethod='crop');}


.pad{padding:8px;}

.tab{position:relative;width:172px;background-color:#f3f3f3;cursor:pointer}
.tab h1{font-size: 20px; color:#035da7;}
.tab_unactive{
background:url(/templates/pictures/tab_unactive_bg.jpg) bottom;
color:white;
}
.tab_unactive h1{color:white}

a.claim,a.unclaim,a.clame_send,a.show_compare{
display:block;
width:139px;
height:20px;padding-top:6px;
color:white;
font-size:14px;
font-weight:bold;
text-align:center;
text-decoration:none;
}

a.claim{
background:url(/templates/pictures/clame_add.jpg);
}
a.unclaim{
background:url(/templates/pictures/clame_remove.jpg);
}
a.clame_send{
background:url(/templates/pictures/clame_send.jpg);
width:291px;
font-size:13px;
margin:0 0 5px auto
}

a.claim:hover,a.unclaim:hover,a.clame_send:hover{
color:white;
text-decoration:underline;
}

#claim{
z-index:1000;
}

object,embed {
z-index:0;
}


a.show_compare{
display:block;
background:url(/templates/pictures/claim_compare/compare_bg.jpg);
width:291px;
font-size:13px;
margin:0 0 5px auto
}

a.show_compare:hover{
color:white;
text-decoration:underline;
}


