﻿body 
{
		margin:0px;
		padding:0px;
		padding-top:2px;
		padding-bottom:2px;
		background-color:black;
		font-family:Arial, sans-serif;
		font-size:12px;
		color:#FFF;
		text-align: justify;
}

a:link {color: #750045; text-decoration:none}
a:visited {color: #750045; text-decoration: none}
a:hover {color:#890054; text-decoration: underline}
a:active {color:#890054; text-decoration: underline}

.header
{
			
			background-image:URL(img/h.jpg);
			background-repeat:repeat-x;
			margin-bottom:5px;	
			min-height:100px;
			min-width:800px;		
}

.header_center
{
			
			height:100px;
			width:1010px;
			margin: auto;
}

.header_left
{
			float:left;
			background-image:URL(img/logo.png);
			background-repeat:no-repeat;
			height:100px;
			width:310px;
			padding:0px;
			margin:0px;
}

.header_srodek
{
			float:left;
			height:100px;
			width:590px;
			padding:0px;
			padding-left:10px;
			margin:0px;
			position:relative;
}

.header_right
{
		float:left;
		height:100px;
		width:100px;
		max-width:100px;
		margin:0px;
		padding:0px;
		text-align:justify;
}


.cont {
	/*position: relative;*/
	background-color: #000000;
	/*height: 100%; */
	margin: 0px auto;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center
}

.cont100 {
	/*position: relative;*/
	background-color: #000000;
	/*height: 100%; */
	margin: 0px auto;
	width: 100%;
	/*max-width:1200px;*/
	padding-top: 5px;
	padding-bottom: 10px;
}


.left 
{
		background-color: #000000;
		min-width:750px;
		padding: 10px;
		/*height: 100%; */
		vertical-align:middle;
}

.left100 
{
		
		background-color: #000000;
		/*min-width:750px;*/
		/*padding: 10px;*/
		/*height: 100%; */
		margin-left:3px;
	float:left;
	width:77%;
}

.box{
	margin-bottom:10px;
	border:1px solid #282B30;
	background-color:#0e0e0e;
	/*
	background-color:#17191C;
	*/
	padding:7px;
}

.validator 
{
	margin-bottom:10px;
	border:1px solid #282B30;
	background-color:#0e0e0e;
	padding:7px;
	margin-left:auto; 
	margin-right:auto; 
	width:400px;
}

.ad
{
	margin-bottom:2px;
	margin-top:5px;
	padding:5px;
	background-color:#000000;
}

.footer 
{
	
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
}

.right 
{
	float:right;
	margin-top:0px;
	/*margin-left:5px;*/
	margin-right:5px;
	background-color: #330000;
	width:20%;
	min-width:200px;
	border:1px solid #282B30;
	background-color:#0e0e0e;
	padding:7px;
		
}

.productlist li
{
    display: inline;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align:center;
}

.imgs
{
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    text-align:center;
	border:1px solid #282B30;
	max-width:260px;
	width:167px;
	
}

.h1
{
		font-size:16px;
		font-weight:bold;
}

/* mouseover row style */
.grid .row-over { background-color:#ECFBD4; }

/* mouseover row style */
.grid .row-select 
{ 
    background:#BCE774;
    color:#555;
}

.gridView tr:hover { background-color: #e5e5e5; }

.grid-view
{
   padding: 0;
   margin: 0;
   border: 1px solid #333;
}

.grid-view tr.header
{
   color: white;
   background-color: #FF5600;
   height: 25px;
   vertical-align: middle;
   text-align: center;
   font-weight: bold;
}

.grid-view tr.normal
{
   color: black;
   background-color: #FDC64E;
   height: 25px;
   vertical-align: middle;
   text-align: center;
}

.grid-view tr.alternate
{
   color: black;
   background-color: #D59200;
   height: 25px;
   vertical-align: middle;
   text-align: center;
}

.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
   background-color: Gray;
   color: black;
  
}

 .HiddenColumn {display:none;} 
  
 .t-img 
 {
 	color: black;
	padding: 0;
   margin: 0;
   border: 1px solid #333;
 }
 
 .t-img tr.normal 
 {
 	color: black;
 	background-color: #F7F6F3;
 	vertical-align: middle;
    text-align: center;
 }
 
 
 .t-img tr.alternate 
 {
 	color: black;
 	background-color: #FFFFFF;
 	vertical-align: middle;
    text-align: center;
 }
 
 .t-img tr.normal:hover, .t-img tr.alternate:hover 
 {
	background-color: Gray;
    color: black;
 }
 
 .boxCollapsed{
	margin-bottom:10px;
	
	background-color:#0e0e0e;
	/*
	background-color:#17191C;
border:1px solid #282B30;
	*/
	padding:7px;
	height:0px;
	width:510px;
	overflow:hidden;
}

.pager-n 
{
	background-color:#000000;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	font-size:medium;
	text-align:center;	
}

.pager 
{
	background-color:#000000;
	width:30px;
	height:25px;
	margin:5px 3px 5px 3px;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	font-size:medium;
	text-align:center;

	border:1px solid #700045;	
}

.pagerC
{
	background-color:#000000;
	width:30px;
	height:25px;
	margin:5px 3px 5px 3px;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	font-size:medium;
	text-align:center;
	border:1px solid #a2a2a2;
	
}

.pager-n a:link {color: #ffffff; text-decoration:none}
.pager-n a:visited {color: #ffffff; text-decoration: none}
.pager-n a:hover {color:#ffffff; text-decoration: underline}
.pager-n a:active {color:#ffffff; text-decoration: underline}

.bl
{
			
			background-image:URL(img/b.png);
			background-repeat:repeat;
			color:Black;
			min-height:20px;
			min-width:400px;		
}

.signinbox_input {
background-color:#202020;
border:2px solid #656565;
color:#676767;
font-weight:bold;
}

.signinbox_input2 {
background-color:#202020;
border:2px solid #656565;
color:#FFFFFF;
}

.signinbox_input:focus {
background-color:#202020;
border-color:orange;
color:orange;
}