

/* Start:/bitrix/templates/phpsolutions_agency_s1/components/phpsolutions/index.map/indexmap/style.css?15832281801292*/
#YMapsID{
	width: 100%;
	height: 520px;
}

#mapheader {
	float:left;
	margin-bottom: 10px;
	font-size: 140%;
}

#searchform {
	float:right;
	margin-bottom: 10px;
}

.curved-vt-2b {
    position:relative;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
 
.curved-vt-2b:before,
.curved-vt-2b:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.curved-vt-2b:before {
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
         border-radius:10px / 100px;
}
 
.imap {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 550px;
}

.imap div.mapframe{
	border: 1px solid darkgrey;
	visibility: hidden;
}

.placemark_image {
	padding: 1px;
	border: 1px solid lightblue;
	margin: 2px 4px 4px 0;
	float: left;
}

.placemark_title {
	font-size: 90%;
	margin-bottom: 4px;
}







/* End */


/* Start:/bitrix/templates/phpsolutions_agency_s1/components/phpsolutions/catalog.list/list/style.css?15832281807077*/
.article_text {
    padding: 25px;
    padding-top: 5px;
    margin-left: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}        
 
.article_text p {
    margin-bottom: 15px;
	text-align: justify;
}

.article_text h1, .article_text h2 {
    margin-bottom: 15px;
}

.article_text .detail_picture {
	float: left;
	padding: 2px;
	border: 1px solid lightblue;
	margin: 0 15px 15px 0;
}

.article_text .article_date {
	font-size: 80%;
	display: block;
	margin-bottom: 10px;
}

.article_text .agent_name {
	font-weight: bold;
	font-size: 140%;
	display: block;
	margin-bottom: 14px;
}

.article_text .agent_post {
	font-size: 85%;
	display: block;
	margin-bottom: 14px;
	font-weight: bold;
}

/*--------------------Table------------------------*/

table.objects_table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.objects_table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.objects_table a:active,
table.objects_table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table.objects_table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0 auto;
	border:#ccc 1px solid;
	width: 670px;
	margin-bottom: 20px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.objects_table th {
	padding: 8px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.objects_table th:first-child{
	text-align: left;
	padding-left:8px;
}
table.objects_table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.objects_table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.objects_table tr{
	text-align: center;
	padding-left:4px;
}
table.objects_table tr td:first-child{
	text-align: left;
	padding-left:4px;
	border-left: 0;
	width: 90px;
}
table.objects_table tr td {
	padding:4px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
	
	vertical-align: middle;
}
table.objects_table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.objects_table tr:last-child td{
	border-bottom:0;
}
table.objects_table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.objects_table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.objects_table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

/*-------------------------------------------------*/

/*-------------------pagination-----------------*/

#pagination-container {
    color: #666;
    font: 14px/24px sans-serif;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
    margin-bottom: 20px;
    margin-top: 10px;
}

.pagelink {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

a.pagelink:link, a.pagelink:visited {
    color: #717171;
    text-decoration: none;
}

a.pagelink.active {
    color: #f0f0f0;
    text-decoration: none;
}

.pagelink:hover, .pagelink.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pagelink.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.pagelink.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.pagelink.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.pagelink.dark:hover, .pagelink.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.pagelink.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.pagelink.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

/*--------------------------------------------*/

/*--------------------Map--------------------*/


.curved-vt-2b {
    position:relative;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
 
.curved-vt-2b:before,
.curved-vt-2b:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.curved-vt-2b:before {
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius:10px / 100px;
         border-radius:10px / 100px;
}
 
.imap {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
}

.imap div.mapframe{
	border: 1px solid darkgrey;
}

/*--------------------------------------------*/

.baloon_block .baloon_image {
	float: left;
	padding: 2px;
	border: 1px solid lightblue;
	margin: 0 4px 3px 0;
}

.baloon_block  {
	width: 250px;
}




/* End */
/* /bitrix/templates/phpsolutions_agency_s1/components/phpsolutions/index.map/indexmap/style.css?15832281801292 */
/* /bitrix/templates/phpsolutions_agency_s1/components/phpsolutions/catalog.list/list/style.css?15832281807077 */
