/* * {border: 1px solid #F00;} */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
p {padding: 11px 0;}
ul{
	list-style: none;
}
ul li{
	display: inline-block;
	 zoom: 1; /* for IE7 */
    *display: inline; /* for IE7 */
}
html, body, #wrap { height: 100%; }
body > #wrap {height: auto; min-height: 100%;}
body {
	background:url("../images/line.jpg") #e7e7e7 repeat-y center top;
	font-family: 'ElektraTextBold', 'arial';
}


.page-top {
	background: url("../images/page-top.png") no-repeat 0 50%;
	padding: 0 0 0 40px;
	height: 25px;
	line-height: 25px;
	color: #a6a6a6;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	left: 40px;
}

.page-top:hover {
	color: #a6a6a6;
	text-decoration: underline;	
}


a {
	text-decoration:none;
	cursor:pointer;
	color:#a4056e;
	text-decoration:underline;	
}

a:hover {
	text-decoration:none;	
	color:#2777c2;
}
.wrapper {
	width: 978px;
	margin: 0 auto;
	
}

.fl {
	float: left;
}

.search-form {
	position: absolute;
	top: 0px;
	right: 200px;
	
	overflow: hidden;
}

.search-form input:focus {
    border: none;
    outline: none;
}

.search-form input {
	float: left;
	border: none;	
}

.search-form .txt-field {
	background: url("../images/txt-field-search.png") no-repeat;
	color: #c8c8c8;
	padding: 4px 10px 6px;
	width: 144px;
}

.search-form .submit {
	cursor: pointer;
	background: url("../images/submit-search.png") no-repeat;
	width: 30px;
	height: 25px;
	overflow: visible;
}

/* HEADER */
#header {
	float: left;
	width: 100%;
	background: #80a1b1;
	background: -moz-linear-gradient(top, #80a1b1, #66818e);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80a1b1), to(#66818e));
	height: 46px;
	border-bottom: 1px solid #adbcc3;
}
#header .right-block {
	float: right;
}
#header .languages {
	margin-right: 50px;
}
#header .languages ul li a.current {
	text-decoration: underline;
}
#header .menu {

	float: left;
}
#header .menu ul li a{
	margin-right: 25px;
}
#header .rss, .search {
	margin-right: 5px;
	height: 40px;
	line-height: 30px;
}
#header .rss a, .search a {
	float: left;
	margin-top: 12px;
	height: 18px;
}
#header .auth {
	margin-left: 19px
}
#header .auth ul li a.login {
	border-left: 1px solid #a4a4a4;
	padding-left: 10px;
}
#header .links ul li{
	margin-right: 5px;
}
#header .links ul li a{
	font-size: 12px;
	text-decoration: none;
	color: #f6f6f6;
	cursor: pointer;
	line-height: 46px;
	font-family: 'ElektraText', sans-serif;
}
#header .links ul li a:hover{
	text-decoration: underline;
}
.crumbs{
	margin-bottom:20px;
}
.crumbs a{
	font-size: 12px;
	text-decoration: none;
	color: #66818e;
	cursor: pointer;
	
	
	font-family: 'ElektraText', sans-serif;
}
.crumbs a:hover{
	text-decoration: underline;
}
/* Logo Zone */
#logo-zone {

	height: 157px;
}
#logo-zone div{
	float: left;
	margin: 20px 21px;
}

/* Menu */
#menu {
	float: left;
}
#menu .top-menu {
	width: 978px;
	height: 41px;
	line-height: 42px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	overflow: hidden;
}
#menu .top-menu-pink {
	background: #da3ba5;
	background: -moz-linear-gradient(top, #da3ba5, #ab2c81);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da3ba5), to(#ab2c81));
	border-bottom: 4px solid #a4056e;
}
#menu .top-menu-green {
	background: #abc249;
	background: -moz-linear-gradient(top, #abc249, #96b604);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#abc249), to(#96b604));
	border-bottom: 4px solid #719b12;
}
#menu .top-menu ul {
	padding: 0 10px;
}
#menu .top-menu ul li{
	float: left;
}
#menu .top-menu ul li a{
	font-size: 12px;
	text-decoration: none;
	color: #f6f6f6;
	cursor: pointer;
	line-height: 46px;
	font-family: 'ElektraText', sans-serif;
	padding: 16px 16px 14px;
}
#menu .top-menu-pink ul li a:hover{
	background: #a4056e;
}
#menu .top-menu-green ul li a:hover{
	background: #719b12;
}
#menu .top-menu-pink .current {
	background: #a4056e;
}
#menu .top-menu-green .current {
	background: #719b12;
}
#menu .bottom-menu {
	float: left;
	width: 978px;
	height: 33px;
	overflow: hidden;
}
#menu .bottom-main {
	background: #66818e;
}
#menu .bottom-pink {
	background: #d4008c;
	height: 33px;
}
#menu .bottom-green {
height: 33px;
	background: #abc249;
	background: -moz-linear-gradient(top, #abc249, #96b604);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#abc249), to(#96b604));
}
#menu .bottom-pink .current{
	background: #a4056e;
}
#menu .bottom-green .current {
	background: #719b12;
}
#menu .bottom-menu ul li{
	float: left;
}
#menu .bottom-menu ul li a{
	font-size: 12px;
	text-decoration: none;
	color: #f6f6f6;
	cursor: pointer;
	font-family: 'ElektraText', sans-serif;
	line-height: 33px;
}
#menu .bottom-pink ul li a {
	padding: 10px 13px;
	border-right: 1px solid #a4056e;
	border-bottom: 1px solid #a4056e;
}
#menu .bottom-green ul li a {
	padding: 10px 13px;
	border-right: 1px solid #719b12;
	border-bottom: 1px solid #719b12;
}
#menu .bottom-pink ul li a.last, #menu .bottom-green ul li a.last {
	border-right: 0!important;
}
#menu .bottom-main ul li a:hover{
	text-decoration: underline;
}
#menu .bottom-pink ul.bottom-links-menu li a:hover{
	background: #a4056e;
}
#menu .bottom-green ul.bottom-links-menu li a:hover{
	background: #719b12;
}
ul.bottom-links-menu {
	float: left;
}
ul.bottom-links-menu li a{
	padding: 0 20px;
}

/* Social buttons */
ul.social-buttons {
	float: right;
	overflow: hidden;
	margin: 3px 0;
}

ul.social-buttons li {
	float: left;
	margin-right: 2px;
}

ul.social-buttons li a {
	display: block;
	width: 27px;
	height: 26px;
	padding: 0!important;
	border: 0!important;
}

ul.social-buttons li a.fb {
	background: url("/img/social-buttons.png") no-repeat;
}

ul.social-buttons li a.vk {
	background: url("/img/social-buttons.png") no-repeat -29px 0;
}

ul.social-buttons li a.tw {
	background: url("/img/social-buttons.png") no-repeat -58px 0;
}

ul.social-buttons li a.in {
	background: url("/img/social-buttons.png") no-repeat -88px 0;
}

ul.social-buttons li a.fb:hover {
	background: url("/img/social-buttons.png") no-repeat 0 -27px;
}

ul.social-buttons li a.vk:hover {
	background: url("/img/social-buttons.png") no-repeat -29px -27px;
}

ul.social-buttons li a.tw:hover {
	background: url("/img/social-buttons.png") no-repeat -58px -27px;
}

ul.social-buttons li a.in:hover {
	background: url("/img/social-buttons.png") no-repeat -88px -27px;
}

.ad-top img{


}

/* Blocks */
.content {
	width: 715px;

}
.left-block {
	width: 340px;
	margin-left: 10px;
}
.center-block {
	width: 350px;
	margin-left: 15px;
}
.right-block {
	width: 50px;
	margin-left: 23px;
}

/* Slider Top News */
#slider {
	float: left;
	position: relative;
	margin-bottom: 20px;
	width: 326px;
	overflow: hidden;
}
#slider .slide {
	width: 326px;
}
#slider h1 {
	width: 326px;
	line-height: 18px;
	padding-top: 10px;
	float: left;
}
#slider h1 a {
	color: #475b64;
	font-size: 20px;
	text-decoration: none;
}
#slider h1 a:hover {
	text-decoration: underline;
}
#slider img {
	z-index: 0;
	width: 326px;
}
#slider .slide-img {
	width: 326px;
	height: 230px;
	overflow: hidden;
}
#slider a.prev {
	background: url('/img/prev.png') no-repeat;
	top: 97px;
	left: 20px;
}
#slider a.next {
	background: url('/img/next.png') no-repeat;
	top: 97px;
	right: 20px;

}
#slider a.next, a.prev {
	position: absolute;
	width: 16px;
	height: 35px;
	z-index: 1000;
	text-indent: -999em;
	opacity: 0.3;
}
#slider a.next:hover, a.prev:hover {
	opacity: 1;
}
#slider .pagination {
	display: none;
}

/* News Tape */
.nc-main {
	width: 326px;
}
.nc-date {
	width: 80px;
}
.nc-title {
	width: 235px;
	margin-right: 5px;
}
.pr-title {
	width: 300px;
	margin-right: 5px;
	margin-left: 10px;
}
/* Expert */
.expert {
	margin: 10px 0;
}
a.title-expert {
	font-size: 16px;
	color: #66818e;
	font-family: 'ElektraText', sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 15px;
	margin-top: 40px;
}
a.title-expert:hover {
	text-decoration: underline;
}
.expert-block {
	background: #f6f6f6;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: relative;
	width: 290px;
}
.name-expert {
	font-size: 16px;
	font-family: 'ElektraText', sans-serif;
	font-weight: bold;
	margin: 15px 15px 5px;
	width: 200px;
	height: 18px;
	overflow: hidden;
}
.about-expert {
	width: 205px;
	height: 31px;
	overflow: hidden;
	font-size: 14px;
	margin: 2px 0px 7px 15px;
	color: #000;
	font-family: 'ElektraText', sans-serif;
}
.question-expert {
	font-size: 14px;
	font-family: 'ElektraText', sans-serif;
	font-weight: bold;
	margin: 5px 15px;
	width: 260px;
	height: 32px;
	overflow: hidden;
}
.link-expert a{
	color: #000;
	text-decoration: none;
}
.link-expert a:hover{
	text-decoration: underline;
}
.avatar-expert {
	width: 115px;
	height: 115px;
	overflow: hidden;
	position: absolute;
	top: -40px;
	right: -40px;
}
.avatar-expert img{
	width: 115px;
}

/* Actual news */
#actual-news {
	width: 350px;
		font-size: 12px;
	font-family: 'ElektraText', sans-serif;
	font-weight:100;
}
#actual-news .title1, .title2, .title3, .title4, .title5, .title6, .title7, .title8, .title8, .title9, .title10, .title11, .title12, .title13  {
	color: #fff;
	width: 325px;
	font-size: 16px;
	font-family: 'ElektraText', sans-serif;
	padding: 5px 20px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-left: -10px;
	margin-right: -5px;
	text-decoration: none;
}
#actual-news a.title1, a.title2, a.title3, a.title4, a.title5, a.title6,a.title7, a.title8, a.title9, a.title10, a.title11, a.title12, a.title13 {
	text-decoration: none;
}
#actual-news a.title1:hover, a.title2:hover, a.title3:hover, a.title4:hover, a.title5:hover, a.title6:hover, a.title7:hover, a.title8:hover, a.title9:hover, a.title10:hover, a.title11:hover, a.title12:hover, a.title13:hover {
	text-decoration: underline;
}
#actual-news .shadow-title {
	background: url('../img/shadow-actual-news.png') no-repeat;
	position: absolute;
	top: 28px;
	right: -5px;
	width: 5px;
	height: 5px;
}
#actual-news .title1 {background: #b55085;}
#actual-news .title2 {background: #b55085;}
#actual-news .title3 {background: #b55085;}
#actual-news .title4 {background: #b55085;}
#actual-news .title5 {background: #b55085;}
#actual-news .title6 {background: #b55085;}
#actual-news .title7 {background: #b55085;}
#actual-news .title8 {background: #b55085;}
#actual-news .title9 {background: #b55085;}
#actual-news .title10 {background: #b55085;}
#actual-news .title11 {background: #b55085;}
#actual-news .title12 {background: #b55085;}
#actual-news .title13 {background: #b55085;}

#actual-news .block {
	background: #f6f6f6;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	position: relative;
	width: 350px;
	display: block;
}

#actual-news .last {
	border-bottom: 1px solid #f1f1f1;
}
#actual-news .img {
	width: 144px;
	height: 96px;
	overflow: hidden;
	border: 2px solid #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 20px 15px;
}
#actual-news img {
	width: 144px;
}
#actual-news .text {
	width: 170px;
	float: left;
	margin: 20px 0;
}
#actual-news h1 {
	font-size: 14px;
	font-family: 'myriad_proregular', sans-serif;
	font-weight: normal;
}
#actual-news h1 a {
	text-decoration: none;
	color: #000;
}
#actual-news h1 a:hover {
	text-decoration: underline;
}
#actual-news .date {
	font-size: 10px;
	color: #66818e;
	font-family: 'myriad_proregular', sans-serif;
	font-weight: normal;
	padding: 5px 0;
}
/* Actual listnews */
#actual-listnews {
	
}
#actual-listnews .title1, .title2, .title3, .title4, .title5, .title6 {
	color: #fff;

	font-size: 16px;
	font-family: 'ElektraText', sans-serif;
	padding: 5px 20px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	margin-left: -10px;
	margin-right: -5px;
	text-decoration: none;
}
#actual-listnews a.title1, a.title2, a.title3, a.title4, a.title5, a.title6 {
	text-decoration: none;
}
#actual-listnews a.title1:hover, a.title2:hover, a.title3:hover, a.title4:hover, a.title5:hover, a.title6:hover {
	text-decoration: underline;
}
#actual-listnews .shadow-title {
	background: url('../img/shadow-actual-news.png') no-repeat;
	position: absolute;
	top: 28px;
	right: -5px;
	width: 5px;
	height: 5px;
}
#actual-listnews .title1 {background: #a68e5b;}
#actual-listnews .title2 {background: #df5050;}
#actual-listnews .title3 {background: #50aa6e;}
#actual-listnews .title4 {background: #b55085;}
#actual-listnews .title5 {background: #5081b4;}
#actual-listnews .title6 {background: #72909e;}
#actual-listnews .block {
	background: #fff;
	border-left: 0px solid #f1f1f1;
	border-right: 0px solid #f1f1f1;
	position: relative;
	width: 350px;
	display: block;
}

#actual-listnews .last {
	border-bottom: 1px solid #f1f1f1;
}
#actual-listnews .img {
	width: 144px;
	height: 96px;
	overflow: hidden;
	border: 2px solid #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 20px 15px;
}
#actual-listnews img {
	width: 144px;
}
#actual-listnews .text {
	width: 170px;
	height:120px;
	overflow:hidden;
	float: left;
	margin: 20px 0;
}
#actual-listnews h1 {
	font-size: 14px;
	font-family: 'myriad_proregular', sans-serif;
	font-weight: normal;
}
#actual-listnews h1 a {
	text-decoration: none;
	color: #000;
}
#actual-listnews h1 a:hover {
	text-decoration: underline;
}
#actual-listnews .date {
	font-size: 10px;
	color: #66818e;
	font-family: 'myriad_proregular', sans-serif;
	font-weight: normal;
	padding: 5px 0;
}



/* AD Center */
.ad-center {
	width: 392px;
	height: 98px;
	margin: 20px 0;
}
.ad-center img {
	opacity: 0.3;
}
.big-ad-center {
	width: 704px;
	height: 185px;
	margin: 25px 2px;
}
.big-ad-center img{
	opacity: 0.5;
}
.ad-medium-center {
	width: 705px;
	height: 126px;
	margin: 25px 2px 20px;
}
.ad-medium-center img {

}
.ad-sidebar {
	width: 232px;
	height: 322px;
}
.ad-sidebar img {
	opacity: 0.5;
}

/* Journal main */
.journal-main {
	width: 230px;
	margin-bottom: 15px;
} 

/* Links tape */
ul.links-tape {
}
ul.links-tape li {
	margin: 2px 0;
	padding: 10px 0;
	border: 1px solid #f3f3f3;
	width: 100%;
}
ul.links-tape a li {
	text-decoration: none;
	cursor: pointer;
}
.tape1 {
	background: #f6f6f6;
}
.tape2 {
	background: #fcfcfc;
}
ul.links-tape li .title, ul.links-tape li .date, ul.links-tape li .title-business {
	font-family: 'ElektraText', sans-serif;
	display: inline-block;
}
ul.links-tape li .date {
	font-size: 9px;
	color: #595959;
	text-align: center;
	vertical-align:middle;
}
ul.links-tape li .title {
	font-size: 12px;
	color: #000;
	vertical-align: middle;
}
ul.links-tape li .title-business {
	font-size: 12px;
	color: #000;
	margin: 0px 13px;
	width: 204px;
}
ul.links-tape li:hover .date {
	color: #dadada;
}
ul.links-tape li:hover .title, ul.links-tape li:hover .title-business {
	color: #fff;
}
ul.links-tape li:hover {
	background: #67828f;
}

/* Sidebar News */
#sidebar-news {
    width: 230px;
    float: left;
    margin-bottom: 10px;
}
#sidebar-news h1{
    width: 309px;
    margin: 0px 10px 5px 10px;
    font-size: 16px;
    font-family: 'ElektraText', sans-serif;
	font-weight: normal;
}
#sidebar-news h1 a{
    text-decoration: none;
    color: #66818e;
}
#sidebar-news h1 a:hover{
    text-decoration: underline;
}
.sn-tape {
	width: 230px;
}
.sn-date {
	width: 80px;
}
.sn-title {
	width: 144px;
}

/* Journals */
.journals {
	width: 230px;
	margin: 5px 0;
}

/* Video main */
#video-main {

}
.video .img {
	width: 338px;
	height: 219px;
	overflow: hidden;
}
.video .img img{
	width: 338px;
}

#foto-list-main {
	margin-left: 15px;
	
		overflow: hidden;
}
.foto-list .img {
	width: 300px;
	height: 180px;
	overflow: hidden;
}
.foto-list .img img{
	width: 300px;
	
}

/* Photo main*/
.photo {
	float: left;
	position: relative;
	margin-bottom: 20px;
	width: 338px;
	
}
.photo .slide {
	width: 338px;
	float: left;
}
.photo img {
	z-index: 0;
	width: 338px;
}
.photo .slide-img {
	width: 338px;
	height: 219px;
	overflow: hidden;
}
.photo a.prev {
	background: url('/img/prev.png') no-repeat;
	top: 97px;
	left: 20px;
}
.photo a.next {
	background: url('/img/next.png') no-repeat;
	top: 97px;
	right: 20px;

}
.photo a.next, a.prev {
	position: absolute;
	width: 16px;
	height: 35px;
	z-index: 1000;
	text-indent: -999em;
	opacity: 0.3;
}
.photo a.next:hover, a.prev:hover {
	opacity: 1;
}
.photo .pagination {
	display: none;
}

/* Media */
.media-block {
	width: 705px;
}
.media {
	margin-left: 3px;
}
.media h1 {
	width: 300px;
    margin: 0px 10px 5px 10px;
    font-size: 16px;
}
.media h1 , .media h2{
	font-family: 'ElektraText', sans-serif;
	font-weight: normal;
}
.media h1 a, .media h2 a{
    color: #66818e;
    text-decoration: none;
}
.media h1 a:hover{
    text-decoration: underline;
}
.media h2 {
	width: 308px;
	margin: 10px 15px;
}
.media h2 a {
	font-size: 18px;
	display: block;
}
.media h2 a:hover {
	text-decoration: underline;
}

/* Full news */
#full-news {
	float: left;
	width: 700px;
	margin-left: 10px;
}
#full-news .img{
	width: 349px;
	height: 247px;
	overflow: hidden;
}
#full-news .img img{
	width: 349px;
}
#full-news .title{
	font-family: 'ElektraTextBold', sans-serif;
	font-size: 30px;
	color: #475b64;
	padding: 5px 15px;
	min-height: 237px;
	width: 320px;
}
#full-news .title2{
	font-family: 'ElektraTextBold', sans-serif;
	font-size: 30px;
	color: #475b64;
	padding: 5px 15px;
	margin-left:135px;
	width:500px;

	
}
#full-news .more {
	width: 152px;
}
#full-news .soc {
	width: 152px;
	text-align: center;
}
#full-news .date {
	width: 152px;
	color: #000;
	font-size: 10px;
	font-family: 'ElektraText', sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 25px 0;
}
#full-news .text {
	width: 545px;
	font-size: 13px;
	color: #1d1d1d;
	font-family: 'ElektraText', sans-serif;
	text-align: justify;
	margin-top: 10px;
}

/* New Journal */
#new-journal {
	width: 327px;
	float: left;
}
#new-journal img{
	width: 327px;
}
#new-journal h1{
	width: 327px;
	float: left;
	font-family: 'ElektraText', sans-serif;
	text-align: center;
	font-size: 18px;
	padding: 15px 0;
}
#new-journal h1 a {
	text-decoration: none;
	color: #485a64;
}
#new-journal h1 a:hover {
	text-decoration: underline;
}

/* Catalog */ 
.center-catalog {
	width: 535px;
}
a.add-catalog {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #da3ba5;
	background: -moz-linear-gradient(top, #da3ba5, #b9318b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da3ba5), to(#b9318b));
	border-bottom: 4px solid #a4056e;
	width: 231px;
	height: 19px;
	padding: 28px 0;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 20px 0px;
}
a.add-catalog:hover {
	background: #b9318b;
	background: -moz-linear-gradient(top, #b9318b, #da3ba5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9318b), to(#da3ba5));
}
a.add-catalog:active {
	background: #a4056e;
}
.category {
	margin: 20px 0px 20px 10px;
	width: 170px;
}
.category ul li{
	margin: 2px 0;
}
.category ul li a {
	float: left;
	width: 160px;
	background: #80a0b0;
	background: -moz-linear-gradient(top, #80a0b0, #67828f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80a0b0), to(#67828f));
	padding: 11px 0 11px 10px;
	color: #f6f6f6;
	font-size: 12px;
	text-decoration: none;
}
.category ul li a:hover {
	background: #67828f;
	background: -moz-linear-gradient(top, #67828f, #80a0b0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#67828f), to(#80a0b0));
}
.catalog-search-input {
	width: 330px;
	height: 30px;
	margin: 22px 0px 20px 30px;
}
.catalog-input-text {
	background: #efefef;
	padding: 0 5px;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	font-family: 'ElektraText', sans-serif;
}
.catalog-input-text:focus {
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
}
.catalog-input-button {
	background: #80a0b0;
	background: -moz-linear-gradient(top, #80a0b0, #67828f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#80a0b0), to(#67828f));
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	width: 160px;
	height: 30px;
	margin: 22px 0px;
	padding: 5px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'ElektraTextBold', sans-serif;
}
.catalog-input-button:hover {
	background: #67828f;
	background: -moz-linear-gradient(top, #67828f, #80a0b0);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#67828f), to(#80a0b0));
}

.company {
	margin: 0px 0px 30px 50px;
	height:140px;
}
.advert {
	margin: 0px 0px 30px 40px;
}
.company .img {
	width: 117px;
	height: 101px;
	overflow: hidden;
}
.advert .img{
	width: 129px;
	height: 131px;
	overflow: hidden;
}
.company img{
	width: 117px;
}
.advert img{
	width: 129px;
}
.catalog .title {
	text-align: center;
	padding-top: 5px;
}
.company .title {
	width: 117px;
}
.advert .title {
	width: 129px;
}
.catalog .title a{
	color: #698592;
	text-decoration: none;
	font-size: 12px;
}
.company .title a{
	width: 117px;
	
}
.advert .title a{
	width: 129px;
}
.catalog .title a:hover{
	text-decoration: underline;
}

/* Company Info */
#company-info {
	float: left;
	width: 535px;
	font-family: 'ElektraText', sans-serif;
}
#company-info .logo {
	width: 156px;
	height: 136px;
	overflow: hidden;
	margin: 20px 10px 20px 30px;
}
#company-info .logo img {
	width: 156px;
}
#company-info .title {
	color: #698592;
	font-size: 20px;
	margin: 30px 20px 30px 10px;
	font-family: 'ElektraTextBold', sans-serif;
}
#company-info .info {
	color: #1d1d1d;
	font-size: 12px;
	
	width: 150px;
	margin: 8px 0;
	line-height: 10px;
	margin-left: 10px;
}
#company-info .info i {
	width: 10px;
	height: 10px;
	float: left;
	padding-left: 5px;
}
#company-info .email i {
	background: url(../img/emial.png) no-repeat;
}
#company-info .phone i {
	background: url(../img/phone.png) no-repeat;
}
#company-info .site i {
	background: url(../img/site.png) no-repeat;
}
#company-info .site a{
	text-decoration: none;
	color: #1D1D1D;
}
#company-info .site a:hover{
	text-decoration: underline;
}
#company-info .from-title {
	color: #72909e;
	font-size: 12px;
	width: 300px;
	margin: 5px 0px 0px 15px;
}
#company-info .from {
	position: relative;
	width: 305px;
	height: 30px;
	background: #f3f3f3;
	color: #262626;
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
#company-info .triangle {
	border: 10px solid transparent;
	border-bottom: 15px solid #f3f3f3;
	position: absolute;
	top: -20px;
	left: 10px;
}
#company-info .text {
	color: #2f2f2f;
	font-size: 12px;
	margin: 10px 30px;
	text-align: justify;
}
#company-info .other-comapny {
	background: #efefef;
	color: #66818e;
	font-size: 13px;
	padding: 5px 10px;
	width: 455px;
	margin: 0 30px;
	font-family: 'ElektraTextBold', sans-serif;
	margin-bottom: 20px;
}

/* Shop */
#shop {
	float: left;
	width: 715px;
}
#shop .goods {
	width: 158px;
	margin: 0px 10px;
	text-align: center;
	margin-bottom: 20px;
}
#shop .img {
	width: 158px;
	height:250px;
	overflow:hidden;
}
#shop img {
	width: 158px;
}
#shop .title a{
	text-decoration: none;
	color: #6d8a98;
}
#shop .title a:hover {
	text-decoration: underline;
}
#shop .title {
	font-size: 12px;
	font-family: 'ElektraText', sans-serif;
	padding: 5px 0;
}
#shop .price {
	color: #d4008c;
	font-size: 15px;
	font-family: 'ElektraTextBold', sans-serif;
}
#shop button {
	padding: 3px 10px;
	color: #fff;
	font-size: 15px;
	font-family: 'ElektraTextBold', sans-serif;
	background: #da3ba5;
	background: -moz-linear-gradient(top, #da3ba5, #b9318b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#da3ba5), to(#b9318b));
	border-bottom: 4px solid #a4056e;
	cursor: pointer;
	text-align: center;
	margin: 5px 0;
}
#shop button:hover {
	background: #b9318b;
	background: -moz-linear-gradient(top, #b9318b, #da3ba5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9318b), to(#da3ba5));
}
#shop button:active {
	background: #a4056e;
}
#shop i{
	float: left;
	width: 15px;
	height: 13px;
	background: url(img/price.png) no-repeat;
	margin: 2px 4px;
}

/* Add advert */
#add-advert {
	width: 525px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#add-advert h1{
	color: #66818e;
	font-size: 14px;
	font-family: 'ElektraTextBold', sans-serif;
}
#add-advert .left{
	width: 160px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	color: #4a4a4a;
	font-size: 14px;
	font-family: 'ElektraText', sans-serif;
	padding-top: 5px;
}
#add-advert .right{
	width: 350px;
	display: inline-block;
	float: right;
}
#add-advert .block {
	margin-top: 5px;
	width: 100%;
}
#add-advert .input-text {
	height: 25px;
	width: 310px;
}
#add-advert .select select {
	border: 0 !important;            
	-webkit-appearance: none;           
	-moz-appearance: none;                     
	width: 340px;        
	padding: 0 5px;
	height: 24px;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	font-family: 'ElektraText', sans-serif; 
	background: rgba(0, 0, 0, 0);
}
#add-advert .select select:focus {
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
}
#add-advert .select {
	background: url('img/down.jpg') no-repeat scroll right center #EFEFEF;
	z-index: 999;
	width: 320px;
	overflow: hidden;
	height: 24px;
	line-height: 1px;
}
#add-advert textarea {
	width: 310px;
	resize: vertical;
	background: #efefef;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         inset 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
	padding: 5px;
	font-family: 'ElektraText', sans-serif;
	min-height: 80px;
	font-size: 14px;
}
#add-advert textarea:focus {
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         inset 0px 0px 7px 0px rgba(50, 50, 50, 0.55);
}
#add-advert .info {
	font-size: 10px;
	color: #4a4a4a;
	font-family: 'ElektraText', sans-serif;
	width: 105px;
	float: right;
}
#add-advert .current {
	background:  #efefef;
	padding: 5px 0 5px 10px;
	position: relative;
	width: 239px;
}
#add-advert .triangle {
	border: 7px solid rgba(0, 0, 0, 0);
	border-left: 17px solid #EFEFEF;
	position: absolute;
	right: -24px;
	top: 13px;
}
#add-advert .file-input {
	position: absolute;
	right: -70px;
	top: 8px;
	font-size: 11px;
	color: #4a4a4a;
	font-family: 'ElektraText', sans-serif;
	width: 50px;
}
#add-advert .no-current {
	padding-left: 10px;
}
#add-advert input[type=file] {
	margin: 5px 0;
	float: left;
}
#add-advert .email-info {
	font-family: 'ElektraText', sans-serif;
	font-size: 10px;
	color: #4a4a4a;
	width: 300px;
	margin-left: 10px;
	padding: 5px 0 10px;
}
#add-advert .button {
	font-family: 'ElektraText', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: #d63aa2;
	background: -moz-linear-gradient(top, #d63aa2, #d4008c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d63aa2), to(#d4008c));
	width: 310px;
	padding: 30px 0;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
#add-advert .button:hover {
	background: #d4008c;
	background: -moz-linear-gradient(top, #d4008c, #d63aa2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4008c), to(#d63aa2));
}

/* Footer */
#main { padding-bottom: 200px; }  /* must be same height as the footer */
#footer { 
    position: relative;
    margin-top: -180px; /* negative value of footer height */
    height: 200px;
    clear:both;
    background: #66818e;
    padding-top: 10px;
} 
/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.created {
	margin: 15px;
}

a.img {
	float: left;
}
a.text {
	width: 62px;
	font-size: 11px;
	color: #f6f6f6;
	text-decoration: none;
	font-family: 'myriad_proregular', sans-serif;
	font-weight: normal;
	padding-top: 11px;
}
a.text:hover {
	text-decoration: underline;
}

#footer .wrapper-footer {
	width: 725px;
}
#footer ul.menu {
	margin: 20px 0 20px 20px;
}
#footer ul.menu li {
	margin-left: 15px;
}
#footer ul.menu li a {
	color: #f6f6f6;
	font-size: 12px;
	font-family: 'ElektraText', sans-serif;
	font-weight: normal;
	text-decoration: none;
}
#footer ul.menu li a:hover {
	text-decoration: underline;
}
#footer .copyright {
	color: #f6f6f6;
	font-size: 12px;
	font-family: 'ElektraText', sans-serif;
	font-weight: normal;
	text-decoration: none;
	width: 215px;
	margin-left: 35px;
}
.sponsor-l1 {
	text-decoration: none;
	position: absolute;
	top: 80px;
	left: 46%;
	margin-left: -640px;
}

.sponsor-l2{
	text-decoration: none;
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: -640px;
}

.sponsor-l3{
	text-decoration: none;
	position: absolute;
	top: 380px;
	left: 50%;
	margin-left: -640px;
}

.sponsor-l4{
	text-decoration: none;
	position: absolute;
	top: 530px;
	left: 50%;
	margin-left: -640px;
}

.sponsor-l5{
	text-decoration: none;
	position: absolute;
	top: 680px;
	left: 50%;
	margin-left: -640px;
}

.sponsor-l6{
	text-decoration: none;
	position: absolute;
	top: 830px;
	left: 50%;
	margin-left: -640px;
}




.sponsor-r1 {
	text-decoration: none;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: 510px;
}

.sponsor-r2{
	text-decoration: none;
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: 510px;
}

.sponsor-r3{
	text-decoration: none;
	position: absolute;
	top: 380px;
	left: 50%;
	margin-left: 510px;
}

.sponsor-r4{
	text-decoration: none;
	position: absolute;
	top: 530px;
	left: 50%;
	margin-left: 510px;
}

.sponsor-r5{
	text-decoration: none;
	position: absolute;
	top: 680px;
	left: 50%;
	margin-left: 510px;
}

.sponsor-r6{
	text-decoration: none;
	position: absolute;
	top: 830px;
	left: 50%;
	margin-left: 510px;
}

.mL10{ margin-left: 10px; }
.mL20{ margin-left: 20px; }
.mL40{ margin-left: 40px; }
.mR5{ margin-right: 5px; }
.mR10{ margin-right: 10px; }
.mR20{ margin-right: 20px; }

.mT5{ margin-top: 5px !important;/* margin: 5px 0 0;*/}
.mT10{ margin-top: 10px; }
.mT15{ margin-top: 15px; }
.mT20{ margin-top: 20px; }
.mT40{ margin-top: 40px; }
.mB5{ margin-bottom: 5px; }
.mB10{ margin-bottom: 10px; }
.mB20{ margin-bottom: 20px; }
.mB40{ margin-bottom: 40px; }