/* Main Tegs Formating.Start */

body {
	background		:	#ffffff url('/img/bg/bot.jpg') repeat-x bottom;
	margin			:	0px;
	padding			:	0px;
}

form {
	margin			:	0px;
	padding			:	0px;
}

body, p, td, form
{
	font-family:Tahoma;
	font-size:8pt;
	font			:	messagebox;
	/*color			:	#666666;*/
	/*, input, select */
}

h1.h1 {
	font			: 	caption;
	text-transform	:	uppercase;	
	margin			:	0 10 22 0;
}

h2 {
	font			: 	small-caption;
	margin			:	0 10 0 0;
	color			:	#007FB7;
}

h3 {
	font			: 	small-caption;
	margin			:	20 10 0 0;
	color			:	#3A97C7;
}
 
p {
	margin			:	4 0 8 0;
	padding			:	0px;
}

ol, ul {
	margin			:	4 10 10 0;
	padding			:	0px;
}

ul li {
	margin			:	4 10 0 18px;
	list-style-image: 	url('/Images/2/li.gif');
}

a:link, a:visited, a:active{
   	color			:	#3A97C7;
}

a:hover{
   	color			:	#666;
}
/* Main Tegs Formating.End */ 

/* Text Fromating .Start */
.MenuL1 {
	padding			:	12 3 4 1;
}

.MenuL2 {
	padding-bottom	:	92px;
	color			:	#007FB7;
}

.Way {
	margin			:	0 30 9 30px;
	color			:	#CFE5F2;
}

.CopyR {
	padding			:	0 40 0 3px;
	font-size		:	10px;
	text-transform	:	uppercase;
	color			:	Gray;
}
 
h3.LibAnn {
	font			: 	bold 11px Arial;
	margin			:	0 10 0 0;
	color			:	#007FB7;
}
 
.Td_Cont {
	padding-top		:	33px;
} 

.T20 {
	padding-top		:	20px;
}

.B4 {
	padding-bottom	:	4px;
}

.B12 {
	margin-bottom	:	12px;
}

.B9 {
	padding-bottom	:	9px;
}

.LR_3 {
	padding			:	0 3 0 3;
}

.LR_5 {
	padding			:	0 5;
	color			:	#fff;
}

.TB_10 {
	padding			:	10 0;
}

.R15 {
	margin-right	:	15px;
}

.L17_R11 {
	padding			:	0 11 0 17;
}

.upper{
	text-transform	:	uppercase;
}

.sm_font{
	font-size		:	9px;
}	

.font10{
	font-size		:	10px;
}

.ann {
	font-size		:	10px;
	margin			:	0px;
	padding			:	5 20 0 0;
}
/* Text Fromating. End */

/* Links Formating.Start */
a.none:link, a.none:visited, a.none:active {
	text-decoration :	none;
}

a.none:hover {
	color			:	#666666;
}

a.grey_href:link, a.grey_href:visited, a.grey_href:active{
   	color			:	#666666;
	text-decoration :	none;
}

a.grey_href:hover{
   	color			:	#007FB7;
}

a.bluelight_href:link, a.bluelight_href:visited, a.bluelight_href:active{
   	color			:	#D8F5FF;
}

a.bluelight_href:hover{
   	color			:	#fff;
}

a.blueunder_href:link, a.blueunder_href:visited, a.blueunder_href:active{
   	color			:	#007FB7;
}

a.blue_href:link, a.blue_href:visited, a.blue_href:active{
   	color			:	#007FB7;
	text-decoration :	none;
}

a.blueunder_href:hover, a.blue_href:hover{
   	color			:	#666666;
}

a.light_href:link, a.light_href:visited, a.light_href:active{
   	color			:	#CFE5F2;
	text-decoration :	none;
}

a.light_href:hover{
   	color			:	#007FB7;
}
/* Links Formating.End */


/* Colors Variants. Start */
.greyd {
	color			:	#333333;
}

.green {
	color			:	#51CC87;
}

.red {
	color			:	#FF826F;
}

.yell {
	color			:	#FDAB1B;
}

.yell_l {
	color			:	#E0CB1D;
}

.green_l {
	color			:	#B2C400;
}

.blue {
	color			:	#1D7ABA;
}

.blue_l {
	color			:	#309ADE;
}

.blue_eshop {
	color			:	#3A97C7;
}

.blue2 {
	color			:	#007FB7;
}

.white {
	color			:	#fff;
}
/* Colors Variants. End */


/* Forms Formating. Start */
/*input, */
textarea{
	font			:	normal 8pt Tahoma;
	padding			: 	0 2 0 2;
}

input.white {
	width			:	122px;
	height			:	16px;
	border			:	1px solid #fff;
	background		:	#3290C6;
	color			:	#D8F5FF;
	margin-bottom	:	2px;
}

input.blue {
	width			:	122px;
	border			:	1px solid #007FB7;
	background		:	#fff;
	color			:	#007FB7;
	margin-bottom	:	2px;
	padding-top		:	1px;
}

input.bluel {
	width			:	122px;
	border			:	1px solid #3A97C7;
	background		:	#fff;
	color			:	#3A97C7;
	margin-bottom	:	2px;
}

select.order, input.order, textarea.order{
	border			: 	1px solid #007FB7;
	width			: 	314px;
	height			: 	15px;
	margin-top		:	4px;
	color			:	#333333;
}

textarea.order{
	overflow				: 	hidden;
	height					: 	75px;
}

select.dark{
	color			:	#000000;
	font-size		:	10px;
}
/* Forms Formating. End */

/* Background Formating.Start */
.Bg_No {
	background-repeat:	no-repeat;
	background-position:left top;
}

.Bg_X {
	background-repeat:	repeat-x;
}

.BgLT_Y{
	background-repeat		: repeat-y;
	background-position		: left top;
}

.BgRT_Y{
	background-repeat		: repeat-y;
	background-position		: right top;
}

.BgRB_No {
	background-repeat		: no-repeat;
	background-position		: right bottom;
}

.Bg_Line {
	background				:	url('/Images/2/bg/line.gif') no-repeat left top;
	padding					:	7 8 10 15;
}

.DotLine {
	background-image		:	url('/Images/2/bg/between.gif');
	margin					:	0 15;
}
/* Background Formating.End */
