/* COMMON */

.test {
	background-color: red;

}
html {
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
	padding: 0px;
	
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}

form {
    padding: 0px;
    margin: 0px;
}

table {
	margin: 0px;
	padding: 0px;
    /*border: 0px;*/
}

img {
    border: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

	text-align: left;
	vertical-align: top;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

select {
	font-family: Arial, Helvetica, sans-serif;
}

.debug {
	font-family: Arial;
	font-size: 12px;	
}






.link-main-menu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 10px;
	white-space: nowrap;
}
.link-main-menu a{
	color: #FFFFFF;
	text-decoration: none;
}
.link-main-menu a:hover{
	text-decoration: underline;
}

.link-main-submenu {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4D85DA;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 10px;
	white-space: nowrap;
}
.link-main-submenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.link-main-submenu a:hover {
	text-decoration: underline;
}


.link-secondary-menu {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
	
.link-secondary-menu a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.link-secondary-menu a:hover{
	text-decoration: none;
}	


.page-header {
	padding: 20px;
}

.favorites-list {
	color: #4D85DA;
	width: 160px;
	text-align: left;
	padding-left: 20px;
}

.favorites-list ul{
	padding-left: 0px;
}
.news-column-header {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CBCBCB;
	height: 20px;
	padding-top: 5px;
	text-align: left;
	padding-left: 25px;
}

.news-column-body {
	font-size: 10px;
	width: 180px;
	color: #666666;
	text-align: left;
}



.td-main-menu {
	background-color: #4D85DA;
	width: 565px;
}

.td-outzone {
	background-color: #E1E1E1;
}

.td-face {
	width: 565px;
	height: 127px;
	padding-top: 96px;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: right;
	background-image: url(../images/common-page/face.jpg);
}

.td-admin-menu {
	text-align: center;
	font-size: 12px;
	color: #B3260D;
}
.td-admin-menu a{
	text-decoration: underline;
	color: #4D85DA;
	font-weight: bold;
}
.td-admin-menu a:hover{
	text-decoration: none;
}	

.td-secondary-menu {
	height: 50px;
	width: 565px;
	background-image: url(../images/common-page/bg-blue.gif);
}

.td-region {
	background-color: #CCCCCC;
	background-image: url(../images/common-page/bg-region.gif);
	width: 180px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.preloader {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	font-weight: bold;
	cursor: wait;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.preloader span {
	color: #333333;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center
}

.table-td-icon-item {
	width: 18px;
	height:16px;
	text-align: right;
}

.table-view-margin {
	margin: 0px 15px 20px 20px;
}

.table-td-view-aditional {
	color: #4889e0;
	background-color:#f2f2f2;
}

.table-tr-view-price {
	color: orange;
	font-size: 12px;
	font-weight: bold;
}

.table-td-red {
	width: 10px;
	color: red;
}


/* MAIN PAGE */

.partHeader {
	color: #4D85DA;
	font-weight: bold;
}


.news-item {
	padding: 10px;
	text-align: left;
}
.news-item a {
	font-size: 10px;
	color: #666666 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

