html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}

input {
	color: #757979;
}

a img {
	border: 0;
}

p {
	text-align: justify;
}
h2 {
	color: #a2c622;
	font: normal 24px Tahoma;
	text-indent: 66px;
	padding: 0px;
	margin: 30px 0px;
}
table {
	border-collapse: collapse;
}
.specif td, .specif th  {
	padding:2px 10px;
	border-bottom: 1px dashed #537CC2;
	text-align:center;
}
.specif .align_l {
	text-align: left;
}
.views {
	float: right;
	width: 250px;
	margin-left: 10px;
}
.views .lable  {
	margin-bottom:30px;
	font-size:80%;
	color: #666;
	text-align:center;
}

#main {
	margin: 0px 15px 0px 15px;
	left:auto;
	right:auto;
}
#header_box {
	position: relative;
	height:212px;
	background:url(/assets/templates/unmedia/images/bg_body.jpg) repeat-x top;
}
#header {
	position: relative;
	height:212px;
	background:url(/assets/templates/unmedia/images/bg_head.jpg) no-repeat top right;
}
#header_corner_left {
	background:url(/assets/templates/unmedia/images/top_corner_left.gif) no-repeat top left;
	height:212px;
	padding-top:9px;
}
#slogan {
	position: absolute;
	top:90px;
	left:12px;
	z-index:3;
	color: #fff;
	text-transform:uppercase;
	font:600 16px Arial, Helvetica, sans-serif;
}
#phone {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #ff8213;
	font:500 18px Franklin Gothic Medium,  Arial, Helvetica, sans-serif;
}

#phone span {
	color: #ff8213;
	font-size: 28px;
}
#menu_box {
	height: 40px;
	margin: 0px 291px 0px 226px;
	background:url(/assets/templates/unmedia/images/menu_top_corner.png) no-repeat left bottom;
	padding-left: 10px;
}
#menu {
	height: 40px;
	background:url(/assets/templates/unmedia/images/bg_menu_top.png) repeat;
	color: #ffffff;
	font:bold 13px Tahoma;
	padding:  0px 10px 0px 0px;
	white-space:nowrap;
	text-align:center;
}

#menu img {
	height: 27px;
	width: 17px;
	position: absolute;
	top: 0;
	z-index: 5;
}

#menu img.left {
	left: 0;
}

#menu img.right {
	right: 0;
}

#menu a {
	display: inline-block;
	padding: 10px 15px 0px 17px;
	text-decoration: none;
	color: #0737e0;
	background: url('images/menu_marker.gif') no-repeat;
	background-position: 0 12px;
}
#left {
	width: 211px;
	float: left;
	padding-top:15px;
}

#center {
	/*margin: 15px 234px 0px 221px;*/
	margin: 15px 240px 0px 230px;
	font-size: 12px;
	position:relative;
}
*html #center {
	margin-right: 240px;
	height: 1px;
}
.content_block_header {
	height: 26px;
	margin: 0 auto 15px;
	background:#3E84B0 url('/assets/templates/unmedia/images/header_corner_left.gif') no-repeat top left;
	font-family: Tahoma;
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
}
*html .content_block_header {
	/*width:95%;
	margin-right:15px;*/
	margin-left:0px;
	position: relative;
}
/*
.content_block_header img {
	margin: 0px;
	padding: 0px;
	position:absolute;
	right:0px;
	top:0px;
}
*html .content_block_header img {
	right:-1px;
}
*/
.content_block_header h1 {
	font-size: 15px;
}
.thumbnails {
	text-align: center;
	position: relative;
}
*html  .thumbnails {
	float:left;
}
.thumbnail {
	text-decoration: none;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 5px 20px;
}
*html  .thumbnail {
	float:left;
}
.thumbnail div.link {
	margin-bottom: 3px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height:80px;
	position: relative;
}
.thumbnail div.link table td {
	height:80px;
	width:156px;
	vertical-align:bottom;
	text-align:center;
}
.thumbnail .link a {
	color: #3e84b0;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: auto;
	text-align: center;
	width: 100%;
}
*html .thumbnail .link a {
	position: inherit;
}
.thumbnail .r {
	/*width: 13em;*/
	float: left;
	width:156px;
	position: relative;
}
*html .thumbnail  .r  .catImage {
	position: relative;
}
#right {
	width: 224px;
	float: right;
	padding-top: 15px;
}

.block {
	padding: 0;
	margin: 0 0 20px;
}

.block.gray {
	background-color: #eaebec;
}

.block.blue {
	background-color: #d7ebfa;
}

.block.green {
	background-color: #ebf2dd;
}

.block .top, .block .bottom {
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

.block .top {
	background-position: left bottom;
}

.block .bottom {
	background-position: left top;
}

.block.gray .top {
	height: 12px;
	background-image: url('images/block_gray_top.gif');
}

.block.gray .bottom {
	height: 9px;
	background-image: url('images/block_gray_bottom.gif');
}

.block.blue .top {
	height: 13px;
	background-image: url('images/block_blue_top.gif');
}

.block.blue .bottom {
	height: 13px;
	background-image: url('images/block_blue_bottom.gif');
}

.block.green .top {
	height: 13px;
	background-image: url('images/block_green_top.gif');
}

.block.green .bottom {
	height: 13px;
	background-image: url('images/block_green_bottom.gif');
}

#ajaxSearch_form {
	margin: 0 auto;
	padding: 0;
	width: 165px;
	color: #26678d;
	font-size: 11px;
}

#ajaxSearch_input {
	width: 90px;
	border: 1px solid #b3b9c3;
	height: 16px;
	padding: 0;
	margin: 5px 0 0;
}

#ajaxSearch_submit {
	width: 59px;
	height: 19px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-image: url('images/search.gif');
	border: 0;
	cursor: pointer;
}

.ajaxSearch_result {
	margin: 0 15px 5px;
}

.ajaxSearch_resultExtract {
	font-style: italic;
}

.ajaxSearch_resultDescription {
	display: block;
	font-size: 9px;
}

.menu2 {
	font-family: Tahoma;
	font-size: 11px;
}

.menu2 a, .menu2 span {
	display: block;
	padding-left: 18px;
	margin: 5px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('images/menu_marker.gif');
	color: #29698a;
	text-decoration: none;
	font-weight: bold;
}

.menu2 span {
	background: none;
}

.dotted {
	border-top: 1px dotted #666666;
	height: 1px;
	font-size: 1px;
	margin: 1px 10px;
}

.auth_str {
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	padding: 5px 0;
}

.text_image {
	margin: 0 25px 15px 0;
	float: left;
}

.bold {
	font-weight: bold;
}

.big_button {
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	font-family: Tahoma;
	width: 225px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('images/button_green_bg.gif');
	text-decoration: none;
}

.big_button img {
	width: 44px;
	height: 44px;
	margin-left: 13px;
	float: left;
}

.big_button span {
	position: relative;
	top: 11px;
	left: 10px;
}

.content_block_header2 {
	width: 225px;
	height: 26px;
	margin: 20px auto 0;
	background-repeat: no-repeat;
	background-image: url('images/content_block_header2.gif');
	font-family: Tahoma;
	color: #ffffff;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
}

.sidebar {
	width: 205px;
	background-repeat: repeat-y;
	background-image: url('images/sidebar_bg.gif');
	padding: 10px 10px 0;
	margin: 0;
}

.sidebar_bottom {
	padding: 0;
	margin: 0;
	width: 225px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('images/sidebar_bottom.gif');
}

#wlpeLogin form a {
	color: #537cc2;
}

#wlpeLogin input {
	border: 1px solid #b3b9c3;
	width: 145px;
	padding: 0px;
	margin: 0;
}


#wlpeLogin .ok {
	width: 38px;
	height: 18px;
	border: 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('images/ok.gif');
	cursor: pointer;
}

#wlpeLogin form td {
	vertical-align: middle;
}

#wlpeLogin form .cancel {
	width: 59px;
	height: 18px;
	border: 0;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url('images/cancel.gif');
	cursor: pointer;
}

#wlpeLogin form .email {
	width: 200px;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

form table {
	width: 100%;
	margin-top: 5px;
}

#wlpeLogin table {
	width: auto;
}

#wlpeStayLoggedIn {
	width: 12px !important;
	height: 12px;
	border: 0;
}

form #wlpeReminderButton, form #wlpeRegisterButton {
	background: none;
	display: inline;
	border: 0;
	outline: 0;
	color: #537cc2;
	text-decoration: underline;
	padding: 0;
	width: 100px;
	font-size: 10px;
}


a {
	color: #537cc2;
}

.news_date {
	padding: 3px;
	margin-left: 10px;
	background-color: #fff4c1;
	color: #757979;
	font-size: 10px;
}

.news_link {
	display: block;
	color: #537cc2;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 12px;
}
/*
.partner, .partner p, .partner a {
	text-align: center;
	margin: 0;
	padding: 0;
}*/

.partner img {
	display: block;
	margin-bottom: 0;
	margin: 0 auto;
}

.for_all_news {
	text-align: right;
}

.nav {
	font-size: 12px;
	margin: 0 0 10px;
	padding-bottom: 5px;
	color: #537cc2;
	border-bottom: 1px dashed #537cc2;
	height: 58px;
}

.nav a {
	color: #537cc2;
/*	text-decoration: none;*/
}

.childs {
	margin: 10px;
}

.childs ul {
	padding: 0;
	margin: 0;
}

.childs li {
	color: #537cc2;
	padding: 12px 0 0 55px;
	margin: 0;
	list-style-position: inside;
	vertical-align: top;
	list-style-type: none;
	width: 45%;
	height: 33px;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url("images/menu_marker.gif")
}

.childs a {
	color: #537cc2;
}


.ticketMes {
	width: 90%;
	height: 100px;
}

#create_ticket {
	display: none;
}

.from_user, .from_admin {
	padding: 5px;
	margin: 5px 0;
	width: 89%;
}

.from_user {
	background-color: #efefef;
}

.from_admin {
	background-color: #e0f4ff;
}



#footer {
	position: relative;
	border-top: 1px dotted #666666;
	margin-top: 50px;
	padding-top: 10px;
}

#footer a {
	color: #0dacbf;
}

#footer .right {
	position: absolute;
	right: 0;
	top: 10px;
	width: 40%;
}
#footer .left {
	position: absolute;
	left: 0;
	top: 10px;
	width: 40%;
}
#footer .phone {
	color: #29698a;
	font-size: 12px;
}



.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

table.private {
	width: 75%;
	border-collapse: collapse;
	margin: 0 auto;
}

table.private td {
	padding: 3px 7px;
	border: 1px solid gray;
}

table.private td i {
	color: #585858;
}

tr.capt {
	font-weight: bold;
}





.wlpeMessage {
	color: #bb0000;
}

#center table {
	width: auto;
}

#center table.rest {
	width: 100%;
}
*html #center table.rest {
	width: 99%;
}
.private  input {
	color: #131313;
}

#center .required {
	color: #ff0000;
	display: inline-block;
	width: 0.5em;
}

#center td {
	padding: 4px 5px;
}

img#wlpeCaptchaImage {
	border: 1px solid gray;
	cursor: pointer;
}

#center  input[type="text"],
#center  textarea{
	width: 280px;
	outline: 0;
	border: 1px solid gray;
	color: #131313;
	font-size: 10pt;
}

.hide {
	display: none;
}

tr.even {
	background-color: #efefef;
}

tr.hover {
	background-color: #dfdfdf;
}

.del {
	font-weight: bold;
	color: #dd0000;
}

#subphone {
	width: 75px !important;
}









.private .pr {
	color: #000000;
	width: 75px !important;
}

.private  .submit {
	width: auto !important;
	padding: 0 10px;
	cursor: pointer;
}


.private .column {
	width: 29.5%;
	padding: 0 1.5%;
	display: -moz-inline-box;
	display: inline-block;
	float:left;
	min-width: 200px;
	margin-top: 1%;
	vertical-align: top;
}
*html .private .column {
	display: block;
}


.c50 {
	width: 45.5% !important;
}

.ch {
	width: auto !important;
}

.private .button {
	display: block;
	color: #537cc2;
	background-color: #f8f8f8;
	width: 173px;
	height: 16px;
	padding: 3px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("/assets/templates/unmedia/images/button.gif");
	text-align: center;
}

.orders td {
	text-align: center;
}

fieldset {
	display: inline-block;
	margin-top: 15px;
}

fieldset legend {
	font-size: 10pt;
	font-weight: bold;
}


.private input[type="submit"], .private input[type="button"] {
	background-image: url('/assets/templates/unmedia/images/button_bg.gif');
	background-repeat: repeat-x;
	/*background-position: ;*/
	height: 22px;
	border: 1px solid #353535;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
}

#f1, #f2 {
	display: inline-block;
	float:left;
	vertical-align: top;
}

#f1 {
	width: 63%;
	border-right: 1px dotted #696969;
	margin-right:3%;
}
#f2 {
	width: 33%;
}

#f1 .column {
	width: 45%;
}

#f2 .column {
	width: auto;
}

#clmns td {
	width: 30%;
	padding: 0 1.5%;
	min-width: 200px;
	padding-top: 1%;
	vertical-align: top;
}

.wlpeUsersList thead {
	font-weight: bold;
	cursor: pointer;
	background-color: #efefef;
}

.wlpeUsersList thead img {
	vertical-align: middle;
}


div.gray1 {
	color: #989898;
	margin-top: 5px;
	text-align: center;
}


.ilnk {
	padding: 0 20px;
}
#mrda {
	color: #a2c622;
	font: normal 24px Tahoma;
	text-indent: 66px;
	padding: 0px;
	margin: 30px 0px;
}
#zagh1 {
	color: #a2c622;
	font: normal 24px Tahoma;
	text-indent: 66px;
	padding: 0px;
	margin: 30px 0px;
}
