#mainHeaderArray {
	position: relative;
	width: 774px;
	height: auto;
	text-align: left;
	background: none;
	border: black 0px solid;
	margin: auto;
	padding: 0px;
}
#mainLogo	{
	position: relative;
	width: 288px;
	height: 124px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: black 0px solid;
	background: none;
}
#mainRightBackground	{
	position: relative;
	width: 100%;
	height: 124px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border: black 0px solid;
	background: url('../cmsImages/mainRightBackground.gif') no-repeat;
}

#mainRightBackground #backgroundInner	{
	padding: 5px 0px 0px 0px;
}

#mainRightBackground #mainTopObluk	{
    width:133px;
    height:85px;
    z-index:100;
    position:absolute;
	background: url('../cmsImages/mainTopObluk.gif') no-repeat;	
	border: black 0px solid;
}
#mainRightBackground #mainTopOblukInner{
	padding: 31px 0px 0px 0px;
}

#mainMenu	{
	height: 23px;
	color: white;
	text-align: right;
	background-image: url('../cmsImages/tableHeader.gif');
}
#mainMenu form	{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
#mainMenu input	{
	border: 0px;
	vertical-align: middle;
}

#mainMenu table	{
	height: 100%;
	text-align: center;
	float: right;
}

#mainBottomLine	{
	position: relative;
	width: 774px;
	height: 13px;
	background-image: url('../cmsImages/mainBottomLine.gif');
	background-repeat: repeat-x;
	margin: auto;
	padding: 0px;
}
#mainHTML	{
	position: relative;
	width: 774px;
	height: 100%;
	text-align: left;
	background: white;
	padding: 0px 0px 0px 0px;
	margin: auto;
	border: black 0px solid;
}
#mainNews{
	width: 254px;
	height: 100%;
	color: black;
	text-align: left;
	margin: auto;
	background-color: rgb(218,219,221);
	border: black 0px solid;
}
#mainHorizontalLine	{
	position: relative;
	width: 99%;
	height: 11px;
    background-image: url('../cmsImages/cmsHorizontalLine.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#mainVerticalLine	{
	position: relative;
	width: 2px;
	height: 100%;
	padding: 0px;
	margin: auto;
	display: block;
	border: black 0px solid;
}

#userRegistred	{

	position: relative;
	width: 100%;
	height: 100%;
	text-align: left;
	margin: auto;
	border-top: 1px solid black ;
	border-bottom: 1px solid black ;
}
#userRegistred table {
	font-size:11px;
	background:#CC6600;
}
#userRegistred	#user{
	color:black;
	margin: 0px 0px 0px 5px;
}
#userRegistred	a{
	color:black;
	font-weight:bold;
	padding: 0px 10px 0px 0px;
}
#userRegistred	a:hover{
	text-decoration: underline;
	color:black;
	font-weight:bold;
}
.userPage	{
	font-size: 11px;
}

.userPage h1	{
	font-size: 13px;
	color: white;
	padding: 3px;
	margin: 0px;
}

.userPageUL	{
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
}

.userPageUL li	{
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	border: 1px solid rgb(73, 128, 186);
}

.userPageUL li a	{
	display: block;
	color: white;
	padding: 3px;
	margin: 0px;
	background: rgb(73, 128, 186);
	text-decoration: none;
	vertical-align: middle;
}

.userPageUL li a:hover	{
	display: block;
	color: white;
	padding: 3px;
	background: rgb(117, 178, 221);
	text-decoration: none;
	vertical-align: middle;
}

.userPageUL li a img	{
	vertical-align: middle;
}
table	#productTable{
  width:85%;
  text-align:center;
  border:1px gray solid;
}
#productTable .productHover{
	border-collapse: collapse;
  margin:5px;
  border:1px gray solid;  
  background:white;
}
#productTable td{
	border-collapse: collapse;
  margin:5px;
  border:1px gray solid; 
}
.boxProduct{
  width:523px;
  margin:auto;
  border:0px black solid;  
}
.boxProduct .boxProductHeader{
    border:0px black solid;
    width:523px;
    height: 34px;
    background: url('../cmsImages/boxHeaderProduct.gif') no-repeat;  
}
.boxProduct .boxProductBody{
    width:523px;
    height:100%;   
    background: url('../cmsImages/boxProductBody.gif') repeat-y;  
}
.boxProduct .boxProductBody .inner{
   padding: 10px 15px 10px 15px;
}
.boxProduct .boxProductFooter{
    background: url('../cmsImages/backgroundFooterProduct.gif') no-repeat;  
    height: 5px;  
}
.boxProduct .productList{
    border:0px black solid;
    width:237px;
}
.boxProduct .productList h2{
    margin:0px;
    padding:0px;
    border:0px black solid;
    color:black;
    font-size:13px;
    width:240px;
    height: 25px;
    background: url('../cmsImages/boxProductHeaderList.jpg') no-repeat;    
}
.boxProduct .productList h2 .inner{
    margin:0px;
    padding:5px; 
}
.bodyProductList{
    border:0px black solid;
    background: rgb(235,239,242);  
    margin:0px 0px 15px 0px;
    padding:10px; 
     
}
.bigH1{
    text-align:center;
    margin:10px;
    font-size:18px;
    line-height:normal;    
    font-weight:bold;
    color:black;    
}
.bigH2{
    text-align:center;
    margin:10px;
    font-size:14px;
    font-weight:bold;
    color:black;    
}
.green{
  background-color:green;
}
.red{
  background-color:red;
}
