html, body {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

 table  {
 	font-size: 12px;
 	color: #717171;
 }

h1 {
	margin: 9px 0px 9px 0px;
	font-family:Vardana, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #505662;
}

h2 {
	margin: 9px 0px 9px 0px;
	font-size: 13px;
	color: #5578B5;
}

p {
	margin: 9px 0px 9px 0px;
}

p.blue {
	color: #5578B5;	
}

/* Меню */
table.menu div.mainmenu	{
	float:right;
	margin-top: 8px;
}
table.menu div.mainmenuSeparate	{
	float:right;
	background: #696968;
	width:1px;
	height:29px;
	margin: 0px 10px 0px 10px;
}

table.menu table.submenu td{
	padding-right:10px;
}

table.menu table.submenu td div.underline{
	background: #1651B9;
	margin-top: 3px;
	height:3px;
}
table.menu table.submenu td div.selUnderline{
	background: #E3038C;
	margin-top: 3px;
	height:3px;
}

table.menu div.submenu{
	float:left;
	margin: 0px 15px 5px 0px;
	padding-left:8px;
	background-image: url('../images/menu/marker.gif');
	background-repeat: no-repeat;
	background-position: left;
}

/* \Меню\ */
/* Коллаж */
.bgCollageLeft {
	background-image: url('../images/collage/main_left.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height:381px;
}

.bgCollageCenter {
	background-image: url('../images/collage/main_center.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height:381px;
	text-align:center;
}

.bgCollageRight {
	background-image: url('../images/collage/main_right.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height:381px;
}
.bgShadowCollage {
	height:381px;
	background-image: url('../images/collage/shadow_collage.gif');
	background-repeat: repeat-x;
	background-position: 0px 290px;
}
/* \Коллаж\ */

/* формы */
form {
	margin:0px;
	padding:0px;
}
label {
	margin-top: 0px;
	padding: 0px;
}
input, select, textarea{
	margin:0px 0px 1px 0px;
	padding:1px;
	border:1px solid #A7A6AA;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.login, select.login, textarea.login{
	width:99%;
}

input.loginCheckRadio{
	border:0px;
	margin-top:3px;
}

input.button{
	border:0px;
	margin: 3px 10px 0px 10px;
}

input.buttonSubmit{
	color:#4B4B4D;
	margin: 3px 10px 3px 10px;
	padding: 3px 20px 3px 10px;
	text-align:center;
	background-color:#E0E0E2;
	background-image: url('../images/marker_red.gif');
	background-repeat: no-repeat;
	background-position: 85% 55%;
	border-top:1px solid #EFEFF1;
	border-left:1px solid #EFEFF1;
	border-right:1px solid #9C9C9E;
	border-bottom:1px solid #9C9C9E;
}

/* \формы\ */

div#ebay{
	position:absolute;
	top:70px;
	left:20px;
}

a{
	color:#5578B5;
}


a.product:link{color:#1E1E1E; text-decoration:none;}
a.product:visited{color:#1E1E1E; text-decoration:none;}
a.product:active{color:#1E1E1E; text-decoration:none;}
a.product:hover{color:#E3038C; text-decoration:none;}

a.productSubGroup:link{color:#184CA9; text-decoration:none; font-weight:normal;}
a.productSubGroup:visited{color:#184CA9; text-decoration:none; font-weight:normal;}
a.productSubGroup:active{color:#184CA9; text-decoration:none; font-weight:normal;}
a.productSubGroup:hover{color:#184CA9; text-decoration:none; font-weight:normal;}

a.navigation{color:#000000; text-decoration:none; font-size:13px;}

a.footer{
	color:#717171;
}

/* Авторизация */
table.autorizise td{
	padding:10px;
	background: #E9E9EB;
}
table.autorizise td.title{
	padding:0px;
	color:#797979;
	padding-left:25px;
	font-size:14px;	
	font-weight:bold;
	background: #FFFFFF;
}

div.message , div.err_message{
	text-align:center;
	color:black;
	font-weight:bold;
}

div.err_message{
	color:red;
}

/* Плашка с ошибкой */
div.error{
	width:300px;
	height:90px;
	background:#D7A63D;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;	
	margin:20px;
	padding:10px;
}

