/* main.css */

body.revert-bootstrap {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/main/main-top-bg.jpg)  no-repeat #fff center top;
	-pie-background: url(bg-image.png) no-repeat, linear-gradient(#CCC, #EEE); /*PIE*/
}

.flash {
	padding: 20px;
}

#page {
	margin: 0 auto;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
}

#logo {
	font-size: 150%;
	padding: 15px 25px 0;
	position: relative;
	z-index: 1005;
}

#logo .name {
	position: absolute;
	top: 50px;
	left: 120px;
	color: #965c2d;
	font-size: 30px;
	line-height: 30px;
}

#logo .description {
	position: absolute;
	top: 80px;
	left: 120px;
	color: #1b5a5a;
	font-size: 12px;
	text-transform: uppercase;
}

#header-right {
	position: absolute;
	right: 20px;
	top: 5px;
	text-align: right;
}

#header-right .contacts {
	color: #ad9079;
	font-size: 18px;
	font-weight: bold;
}

#header-right .contacts span {
	color: #965c2d;
	margin-right: 8px;
}
#header-right .contacts .phone, 
#header-right .contacts .fax {
	margin: 10px 0;
	color: #1b5a5a;
	font-size: 20px;
}
#header-search {
	position: absolute;
	right: 320px;
	top: 60px;
	width: 220px;
	height: 30px;
}

.search {
	position: relative;
}
.search input[type="text"]{
	width: 212px;
	background: url(../images/main/seqrch-bg.png) 0 0 no-repeat;
}

.search input[type="submit"] {
	position: absolute;  
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: transparent url("../images/main/lupa.png") no-repeat center center;
	border: 0;
	cursor: pointer;
	padding: 2px;
}

.jqueryslidemenu {
	margin: -7px 0 15px;
	background: url(../images/main/sprite.png) 0 0 no-repeat;
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 1000;
}

.jqueryslidemenu ul {
	padding: 2px 1px;
	margin: 0 0 0 1px;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
	z-index:999;
	zoom: 1;
	*display: inline;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	padding: 8px 10px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/main/menu-bg.jpg) 0 0 no-repeat;
}

* html .jqueryslidemenu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a img {
	display: none;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #000;
}

.jqueryslidemenu ul li a:hover, 
.jqueryslidemenu ul li.active a, 
.jqueryslidemenu ul li ul li a:hover, 
.jqueryslidemenu ul li ul li.active a {
	color: #1b5a5a;
	background-color: #a8c4c4;
	text-decoration: none;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width: 200px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	color: #1b5a5a;
	background-color: #a8c4c4;
	text-transform: none;
	border-bottom: 1px #8f8f8f solid;
	height: 25px;
	line-height: 25px;
	background-image: none;
}

.jqueryslidemenu ul li ul li a:hover, 
.jqueryslidemenu ul li ul li.active a {
	/*sub menus hover style*/
	color: #96302d;
	background-color: #efefef;
}

#content {
	padding: 20px;
}

#buttons {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 270px;
	height: 50px;
	z-index: 100;
	text-align: right;
}

#buttons .button {
	height: 40px;
	display: inline-block;
	background: #fff; /* Для старых браузров */
	color: #965c2d;
	text-decoration: none;
	padding: 5px 0;
	font-size: 12px;

	background: -moz-linear-gradient(left, #a8c4c4 0%, #fff 15%, #fff 85%, #a8c4c4 100%); /* Firefox 3.6+ */
	/* Chrome 1-9, Safari 4-5 */
	background: -webkit-gradient(linear, left center, right center, 
                color-stop(0%,#a8c4c4), color-stop(15%,#fff), color-stop(85%,#fff), color-stop(100%,#a8c4c4));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(left, #a8c4c4 0%, #fff 15%, #fff 85%, #a8c4c4 100%);
	background: -o-linear-gradient(left, #a8c4c4 0%, #fff 15%, #fff 85%, #a8c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #a8c4c4 0%, #fff 15%, #fff 85%, #a8c4c4 100%); /* IE10 */
	background: linear-gradient(left, #a8c4c4 0%, #fff 15%, #fff 85%, #a8c4c4 100%); /* CSS3 */ 
	-pie-background: linear-gradient(left, #a8c4c4 0%, #fff 15%, #fff 85%, #a8c4c4 100%); /*ie 6-9 via PIE*/

	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-khtml-border-radius: 15px; /* KHTML */
	border-radius: 15px; /* CSS3 */

	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4); /* Для Firefox */
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4); /* Для Safari и Chrome */
	box-shadow: 0 0 4px rgba(0,0,0,0.4); /* Параметры тени */

	zoom: 1;
	position: relative;
	behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
}

#buttons .button span {
	display: block;
	text-align: left;
	padding-left: 35px; 
	cursor: pointer;
}

#buttons .douwnload span {
	width: 110px;
	background: url(../images/main/word.png)  no-repeat  5px 50%;
}

#buttons .feedback {
	margin-left: 10px;   
}

#buttons .feedback span {
	width: 75px;
	background: url(../images/main/mail.png)  no-repeat  5px 50%;
}

#main-slider {
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-khtml-border-radius: 15px; /* KHTML */
	border-radius: 15px; /* CSS3 */
	zoom: 1;
	position: relative;
	behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}

#main-gallery, 
#last-news {
	height: 163px;
	background: #fff;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Firefox */
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Safari и Chrome */
	box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Параметры тени */
	zoom: 1;
	position: relative;
	behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
	margin-bottom: 30px;
}
#main-gallery .jcarousel {
	overflow: hidden;
	height: 126px;
	width: 100%;
}
#main-gallery .jcarousel li {
	list-style: none;
	float: left;
}
#last-news .news-container .new-container {
	padding: 10px;
}
#last-news .news-container ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#last-news .news-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 130px;
	overflow: hidden;
}
#last-news .news-container ul li .date{
	color: #7a7a7a;
}
#last-news .all-news {
	position: absolute;
	bottom: 10px;
	right: 20px;
	
}
#main-content {
	background: #fff;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */

	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Firefox */
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Safari и Chrome */
	box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Параметры тени */

	zoom: 1;
	position: relative;
	behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */

	padding: 15px;
}

#main-content:before, #main-content:after {
    content: "";
    display: table;
    line-height: 0;
}
#main-content:after {
    clear: both;
}
#main-content:before, #main-content:after {
    content: "";
    display: table;
    line-height: 0;
}
.top-banners {
	width: 645px;
	height: 50px;
	margin: 20px;
}

#sidebar {
	padding: 20px 0 0 20px;
}

.padding20 {
	padding: 20px;
}

#submenu {
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Firefox */
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Safari и Chrome */
	box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Параметры тени */

	zoom: 1;
	position: relative;
	behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */

	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#submenu li {
	background: #a8c4c4;
	border-bottom: 1px #8f8f8f solid;
}

#submenu li a {
	padding: 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#submenu li a:hover, 
#submenu li.active a {
	background: #efefef;
	color: #96302d;
}

#left-banners .left-banner {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#footer {
	zoom: 1;
	position: relative;
	background-color: #1B5A5A;
	font-size: 0.9em;
	margin-top: -15px;
	padding: 15px 20px 20px;
	position: relative;
	z-index: 100;
	color: #fff;

	-moz-border-radius:  0 0 15px 15px; /* Firefox */
	-webkit-border-radius: 0 0 15px 15px; /* Safari, Chrome */
	-khtml-border-radius: 0 0 15px 15px; /* KHTML */
	border-radius: 0 0 15px 15px; /* CSS3 */

	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.5); /* Для Firefox */
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.5); /* Для Safari и Chrome */
	box-shadow: 0 0 7px rgba(0,0,0,0.5); /* Параметры тени */

	behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
}
#footer .search {
	position: absolute;
	right: 20px;
	top: 30px;
	width: 220px;
	height: 30px;
}
#footer .footer-right {
	float: right;
}

#footer .footer-right a {
	color: #e7b489;
	text-decoration: none;
}

#footer .footer-right a:hover {
	color: #fff;
	text-decoration: underline;
}

#footermenu {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -15px;
	margin-bottom: 20px;
}

#footermenu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	float: left;
	position: relative;
	left: 50%;
}

#footermenu ul li {
	float: left;
	list-style: none;
	position: relative;
	right: 50%;
}
#footermenu ul li a {
	color: #528A8A;
	display: block;
	padding: 3px 10px;
}
#footermenu ul li a:hover, 
#footermenu ul li.active a {
	color: #e7b489;
	text-decoration: none;
	background-color: #965c2d;
}
#footermenu ul li ul {
	display: none;
}

div.flash-error, div.flash-notice, div.flash-success {
	padding: 15px;
	margin-bottom: 10px;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	-khtml-border-radius: 8px; /* KHTML */
	border-radius: 8px; /* CSS3 */

	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Firefox */
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Safari и Chrome */
	box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Параметры тени */

	zoom: 1;
	position: relative;
	behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
}

div.flash-error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

div.flash-notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

div.flash-success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

div.flash-error a {
	color: #8a1f11;
}

div.flash-notice a {
	color: #514721;
}

div.flash-success a {
	color: #264409;
}

div.form .rememberMe label {
	display: inline;
}

div.view {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs {
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span {
	font-weight: bold;
}

div.search-form {
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet {

}

.sub-menu {
	padding: 3px 8px;
	background: #B7D6E7;
}

.portlet-decoration {
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content {
	font-size: 0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background: #EFFDFF;
}

.portlet-content ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.portlet-content li {
	padding: 2px 0 4px 0px;
}

.operations {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li {
	padding-bottom: 2px;
}

.operations li a {
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited {
	color: #0066A4;
}

.operations li a:hover {
	background: #80CFFF;
}

.post {
	margin: 0 0 20px;
}

.post .title {
	font-size: 1.5em;
	border-bottom: 1px solid #C9E0ED;
}

.post .title a {
	color: #555;
	text-decoration: none;
}

.post .author {
	color: #888;
	margin: 0 0 5px;
}

.post .nav {
	-moz-border-radius: 7px;
	padding: 5px;
	background: #EFFDFF;
}

.comment {
	-moz-border-radius: 7px;
	padding: 10px;
	background: #F5F5F5;
	margin: 5px 0;
}

.comment .comment-body {
	margin-left: 36px;
}

.comment .avatar {
	float: left;
}

.comment .content {
	margin: 10px 0;
}

.comment .author {
	margin: 5px 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #DDD;
}

.comment .time {
	color: #888;
	font-size: 0.8em;
}

.comment a.cid {
	color: #CCC;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	text-decoration: none;
}

.comment a.cid:hover {
	color: #555;
}

.comment .pending {
	color: red;
}

.yupeDownload a b {
	font-size: 11px;
	line-height: 17px;
}

.yupeDownload a:hover {
	background-color: #f85600;
	background-repeat: repeat-x;
}
.yupeDownload a {
	background: none repeat-x scroll 0 0 #F89200;

	border: 1px solid rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-style: solid;
	border-width: 1px;
	border-image: none;

	margin: 10px 0;
	padding: 4px 14px;
	cursor: pointer;

	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);

	display: -moz-inline-stack;
	display: inline-block;
	_overflow: hidden;
	*zoom: 1;
	*display: inline;

	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: middle;
	color: #FFF;
	font-size: 14px;
	line-height: normal;
}

.siteDescription
{
	vertical-align: -20px;
}


div.form_reg_edit {
	width: 100%;
	margin: 20px auto 0 auto;

}

div.form_reg_edit input,
div.form_reg_edit textarea,
div.form_reg_edit select {
	margin: 0.2em 0 0.5em 0;
}

div.form_reg_edit fieldset {
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 7px;
}

div.form_reg_edit label {
	font-weight: bold;
	font-size: 0.9em;

}

div.form_reg_edit .row {
	margin: 5px 0;
}

div.form_reg_edit .hint {
	margin: 0;
	padding: 0;
	color: #999;
}

div.form_reg_edit .note {
	font-style: italic;
}

div.form_reg_edit span.required {
	color: red;
}

div.form_reg_edit div.error label,
div.form_reg_edit label.error,
div.form_reg_edit span.error {
	color: #C00;
}

div.form_reg_edit div.error input,
div.form_reg_edit div.error textarea,
div.form_reg_edit div.error select,
div.form_reg_edit input.error,
div.form_reg_edit textarea.error,
div.form_reg_edit select.error {
	background: #FEE;
	border-color: #C00;
}

div.form_reg_edit div.success input,
div.form_reg_edit div.success textarea,
div.form_reg_edit div.success select,
div.form_reg_edit input.success,
div.form_reg_edit textarea.success,
div.form_reg_edit select.success {
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form_reg_edit .errorSummary {
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form_reg_edit .errorMessage {
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p {
	margin: 0;
	padding: 5px;
}

div.form_reg_edit .errorSummary ul {
	margin: 0;
	padding: 0 0 0 20px;
}


div.form_reg_edit div.re-left, div.form_reg_edit div.re-right
{
	float:left; 
	clear:right;
}


div.form_reg_edit div.list
{
	display: table;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.form_reg_edit div.list div.name
{
	width: 140px;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: right;
	font-weight: bolder;
	margin-right: 10px;
	margin-top: 4px;
}

div.form_reg_edit div.last
{
	margin-left: 150px;
}

div.form_reg_edit input[type="submit"], div.form_reg_edit input[type="button"]
{
	height: 27px;
	padding: 0 10px;
	font-family: Arial Narrow;
	font-size: 13px;
	color: #636262;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
	background: url(../web/images/btn_save.jpg);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.form_reg_edit div.accession input[type="button"]
{
	height: 27px;
	padding: 0 10px;
	font-family: Arial Narrow;
	font-size: 13px;
	color: #636262;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
	background: url(../web/images/btn_save.jpg);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.form_reg_edit div.list div.form
{
	float: left;
	width: 175px;
	margin-right: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

div.form_reg_edit div.list div.form.provider
{
	width: 200px;
}

div.form_reg_edit div.list div.form input[type="password"], div.form_reg_edit div.list div.form select,
div.form_reg_edit div.list div.form input[type="text"]
{
	border: 1px solid #d4d4d4;
	font-family: Tahoma;
	font-size: 11px;
	color: #8f8f8f;
	width: 165px;
}

div.form_reg_edit div.list div.form input.name-provider
{
	width: 70px;
}

div.form_reg_edit div.list div.form input.e-mail
{
	width: 95px;
}

div.form_reg_edit div.list div.accession
{
    float: left;
    width: 90px;
    font-size: 10px;
}

#gallery .summary
{
    text-align: left;
}

#gallery .items img
{
    width: 100%;
    padding-top: 10px;
}
#gallery .image:not(.img-polaroid) .image-changes {
    position: relative;
}

#gallery .image:nth-child(odd) {
    clear: both;
    margin-right: 50px;
    margin-left: 35px;
}

#gallery .pager
{
	float: left;
	margin: 30px 0 10px;
}

#add-image-form
{
	float: left;
	margin-top: 15px;
}

.captcha-refresh-link
{
	display: block;
	padding-bottom: 10px;
}

.blog-body {
	margin-left: 80px;
}

.blog-icon {
	float: left;
}

.stat {
	font-style: italic;
	font-size: 12px;
	color: #696969;
}
.revert-bootstrap .list-view {
    padding-top: 0;
}

.items .review {
    clear: both;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 30px;
}
.items .review .title, 
.items .review .title a {
    color: #ad9079;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    
}
.items .review .title {
    padding: 0 0 15px;
}
.items .review img {
    float: left;
    width: 200px;
    height: auto;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3); /* Для Safari и Chrome */
    box-shadow: 0 0 3px rgba(0,0,0,0.3); /* Параметры тени */

    zoom: 1;
    position: relative;
    behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
}
.items .review .content {
    padding-top: 10px;
    background: url(../images/main/review-q-up.jpg) 0 0 no-repeat;
}
.items .review .content .q-dwn {
    background: url(../images/main/review-q-dwn.jpg) 100% 0 no-repeat;
    width: 100%;
    height: 9px;
}
.items .review .content.with-image {
    margin-left: 220px;
}

.new {
    clear: both;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 30px;
}
.items .new .title,
.items .frame .title{
    background: url(../images/main/new-line.jpg) 0 100% no-repeat;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.items .new .title a{
    font-size: 18px;
    font-weight: bold;
    
}
.date {
    color: #7a7a7a;
}
.items .new img {
    float: left;
    width: 160px;
    height: auto;
    margin: 0 15px 15px;
    
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Safari и Chrome */
    box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Параметры тени */

    zoom: 1;
    position: relative;
    behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
}
.all-news, 
.all-vacancy {
    text-align: right;
}
.new img {
    float: left;
    width: 200px;
    height: auto;
    margin: 0 20px 20px 0;
    
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); 
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);  
    box-shadow: 0 0 4px rgba(0,0,0,0.3);  

    zoom: 1;
    position: relative;
    behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
}

.vacancy {
    clear: both;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 30px;
}
.items .vacancy .title {
    background: url(../images/main/new-line.jpg) 0 100% no-repeat;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.items .vacancy .title a{
    font-size: 18px;
    font-weight: bold;
    color: #965c2d;
    text-decoration: none;
}
.frame {
    background: #fff;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px; /* KHTML */
    border-radius: 8px; /* CSS3 */

    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Safari и Chrome */
    box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Параметры тени */

    zoom: 1;
    position: relative;
    behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */

    padding: 15px;
    margin-bottom: 20px;
}
.row {
    position: relative;
}
.revert-bootstrap .errorMessage {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 5px;

    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border-radius: 4px; /* CSS3 */

    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Для Safari и Chrome */
    box-shadow: 0 0 4px rgba(0,0,0,0.3); /* Параметры тени */

    zoom: 1;
    behavior: url(/themes/logistsibir/web/css/PIE/PIE.php); /* учим IE */
}
.revert-bootstrap input, 
.revert-bootstrap button,
.revert-bootstrap select,
.revert-bootstrap textarea {
    font-family: inherit;
}

.frame .title {
    font-size: 18px;
    font-weight: bold;
}
.frame .date {
    margin-left: 15px;
}
.frame .name {
    font-size: 18px;
    font-weight: bold;
    color: #ad9079;
}
.dl-horizontal dt {
    color: #486868;
}
table.tarif-table tr td {
	border: solid 1px #777;
}
#main-gallery .pager {
	display: none;
}