* {
	padding:0;
	margin:0;
}

html, body {
	height:100%;
	font: 500 13px Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

a {
	outline: none;
}

li {
	list-style-image: url("http://static.arrivo.ru/img/all/li.png");
}

/* все кроме footer */
.wrap {
	width: 100%;
	height: auto;
	min-height: 100%;
}

/* задает ширину для блока с контентом */
.cwrap {
	margin: 0 auto;
	width: 964px;
	height: auto;
	min-height: 100%;
	position: relative;
}






















/*************************************************************************************************************************/

.header {
	height: 100px;
	background: url("http://static.arrivo.ru/img/all/orange.png") repeat-x scroll 0 0 transparent;
}

/* logo */
.header .left {
	margin: 33px 0 0 1px;
	width: 210px;
	height: 100%;
	float: left;
}

/* search */
.header .right {
	margin: 49px 0 0 0;
	width: 291px;
	height: 100%;
	float: right;
}

.searchInput {
	padding: 3px 2px 3px 5px;
	width: 209px;
	height: 16px;
	border: 1px solid #686868;
	background-color: white;
	color: #878787;
	font: 500 13px Arial;
}

.searchButton {
	padding: 5px 0 0 21px;
	width: 39px;
	height: 19px;
	background: url("http://static.arrivo.ru/img/all/search-button-bg.png") repeat scroll 0 0 #262221;
	color: white;
	cursor: pointer;
	float: right;
}

.header .searchButton:hover{	
	background: #4a3e39;
}


.header .center {
	margin: 0 380px 0 260px;
	padding: 30px 0 0;
	height: 100%;
	text-align: left;
	color: #222;
	font: italic 500 13px Arial;
}

.header .center a{
	color: #222;
	font: italic 500 13px Arial;
	text-decoration: none;
}

.header .center a:hover{
	text-decoration: underline;
}

.header .center .else{
	position: absolute;
	top: 70px;
	left: 530px;
	color: #eee;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.header .center .else:hover{
	color: #fca;
}






.headerprint{
	display: none;
}


/**************************************************************************************************/


.mapurlprint{
	height: 1px;
	opacity: 0;
}












/********************************************************************************************************************/

.menu {
	/*border-bottom: 1px solid #1e1e1e;*/
	background-color: #4f433e;
}

/* заливка для меню */
.menu .cwrap  {
	height: 33px;
	/*background: url("http://static.arrivo.ru/img/all/bghmenu.png") repeat scroll 0 0 transparent;*/
	background-color: #39312f;
	text-transform: none;
}

/* меню1 */
.menu ul, .menu ul li{
	display: inline;
}
.menu .menu1 {
	padding: 9px 17px 8px;
	float: left;
	position:relative;
	color: #ccc;
	cursor: pointer;
	font: 700 13px Arial;
	/*text-transform: uppercase;*/
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* для нажатия */
.menu .click {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:12;
	display: none;
}

/* меню 1 стрелка */
.menu .arr1 {
	width: 19px;
	height: 15px;
	float: right;
	background: url("http://static.arrivo.ru/img/all/arr1.png") no-repeat scroll right -29px transparent;
	z-index: 12;
}

/* меню 1 цвет при наведении */
.menu .menu1.active,
.menu .menu1.hover{
    color: #ec6400;
}

/* меню 1 стрелка при наведении */
.menu .menu1.active .arr1,
.menu .menu1.hover .arr1{
    background-position: right 1px;
}

/* меню 1 фон при нажатии */
.menu .menu1.active {
    /*background: url("http://static.arrivo.ru/img/all/bghmenu1.png") repeat scroll 0 0 transparent;*/
    background-color: #f8f8f8;
}

/* меню2 */
.menu .menu1 ul {
	border: 1px solid #dfdfdf;
	border-top: 0px;
	border-left: 0px;
	width: 231px;
	position:absolute;
	display: none;
	top:33px;
	left: 0px;
	background-color: #f8f8f8;
	text-transform: none;
	z-index: 15;
}

.menu .menu1 ul.text {
	width: 180px;
}

.menu .menu2 a{
	padding: 7px 15px;
	width: 150px;
	display: block;
	float: left;
	color: #444;
	text-decoration: none;
	/*border-bottom: 1px solid #dfdfdf;*/
	font: 500 13px Arial;
}

/* меню2 стрелка */
.menu .menu2 .arr2 {
	width: 50px;
	height: 30px;
	float: right;
	background: url("http://static.arrivo.ru/img/all/arr5.png") no-repeat scroll right 0px transparent;
	/*border: 1px solid #dfdfdf;*/
	border-right: 0;
	border-top: 0;
	z-index: 12;
}

/* меню2 наведение */
.menu .menu2 a:hover {
	/*color: #ec6400;*/
}
.menu .menu2.active a {
	/*color: #da4901;*/
	text-decoration: underline;
}
.menu .menu2.active menu3 a {
	/*color: #da4901;*/
	text-decoration: menu;
}
.menu .menu2.active .arr2 {
	background-position: right -27px;
}

/* меню 3 */
.menu .menu3 {
	width: 300px;
	border: 1px solid #dfdfdf;
	border-top: 0px;
	border-left: 0px;
	position: absolute;
	display: none;
	left: 231px;
	background-color: #f8f8f8;
	z-index: -1;
}

.menu .menu3 .left,
.menu .menu3 .right {
	float: left;
	width: 150px;
}

.menu .menu3 a{
	padding: 7px 15px 11px;
	width: 150px;
	height: 11px;
	border: 0;
	display: block;
}
.menu .menu2.active .menu3 a {
	color: #444;
	text-decoration: none;
}
.menu .menu2.active .menu3 a:hover{
	/*color: #da4901;*/
	text-decoration: underline;
}


/* места */
.menu .a {
	cursor: default;
	margin: 0;
	padding: 8px 0 9px;
	background: none;
}

.menu .menu1.active.a{
	/*background: url("http://static.arrivo.ru/img/all/bghmenu.png") repeat scroll 0 0 transparent;*/
	background-color: #39312F;
}

.menu .a a{
	padding: 8px 20px;
	color: #ccc;
	text-decoration: none;
}
.menu .a.activemenu a{
	color: #ec6400;
}
.menu .a a:hover{
	color: #ec6400;
}

/* рейтинги и тексты*/
.menu .s a{
	width: 201px;
}




/**************************************************** кнопки вход и регистрация ******************************************************/
.menu .button{
	margin: 9px 9px 0;
	float: right;
	color: #ccc;
	font: 500 13px Arial;
}

.menu .button div{
	float: left;
}

.menu .button .l{
	color: #5c5150;
}

.menu .button .auth,
.menu .button .reg,
.menu .button .exit{
	margin: 0 5px;
	padding: 0 1px;
	/*border-bottom: 1px dotted;*/
	cursor: pointer;
}

.menu .button a.exit{
	color: #ccc;
	text-decoration: none;
}

.menu .button .name{
	margin: 0 5px;
	padding: 0 1px;
}

.menu .button .name a{
	color: #ccc;
	text-decoration: none;
}

.menu .button .name a:hover{
	border-bottom: 1px solid;
	color: #eee;
}

.menu .button .auth:hover,
.menu .button .reg:hover,
.menu .button .exit:hover,
.menu .button .name1:hover{
	color: #eee;
	/*border-bottom: 1px dotted;*/
}

.menu .button .active {
	color: #eee;
	border-bottom: 0px;
	cursor: default;
}

.menu .block_reg,
.menu .block_auth{
	padding: 23px 22px 15px;
	width: 270px;
	border: 1px solid #999;
	border-radius: 2px;
	top: 34px;
	right: 0;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	display: none;
	opacity: 0;
}

.menu .block_reg .row,
.menu .block_auth .row
{
	padding: 9px 0;
	font: 500 14px Arial;
	color: #333;
}

.menu .block_reg .row input,
.menu .block_auth .row input{
	float: right;
	width: 200px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	position: relative;
	top: -2px;
	color: #333;
}

.menu .block_reg .row1,
.menu .block_auth .row1{
	padding: 12px 5px 0;
}

.menu .block_reg .row1 input,
.menu .block_auth .row1 input{
	position: relative;
	top: 3px;
	border: 1px solid #ccc;
}

.menu .block_reg .row1 a,
.menu .block_auth .row1 a{
	font: 500 11px Arial;
	color: #045fba;
	text-decoration: none;
}

.menu .block_reg .row1 a:hover{
	color: #77aacc;
}

.menu .send{
	margin: 12px 0 0;
	padding: 2px 5px;
	height: 16px;
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	font: 500 14px Arial;
	float: right;
	background: url("http://static.arrivo.ru/img/all/pdf1.png") repeat scroll 0 0 transparent;
}

.menu .send:hover{
	color: #000;
}

.menu .block_reg_send,
.menu .block_auth_send{
	color: #555;
	font: 500 12px Arial;
}


.menu .close{
	padding: 3px;
	position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;
	opacity: 0.5;
}

.menu .close:hover{
	opacity: 1;
}






/*************************************************************************************************/

.footerboth {
	clear:both;
	padding: 0 0 95px;
}





/*************************************************************************************************/

.footer {
	margin: -95px 0 0 0;
	width: 100%;
	height: 95px;
	background-color: #39312f/*4f433e*/;
	position: relative;
	z-index: 3;
}

.footer .cwrap{
	/*background: url("http://static.arrivo.ru/img/all/bg.png") repeat scroll 0 0 transparent;*/
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .top{
	height: 51px;
}

.footer .top .left{
	margin: 19px 0 0 0;
	width: 210px;
	float: left;
}

.footer .top .copy{
	margin: 35px 0 0 0;
	width: 150px;
	height: 20px;
	color: white;
	font:500 11px Arial;
	float: right;
	text-align: right;
}

.footer .bot {
	border-top: 1px solid #5c5250;
	height: 43px;
}

.footer .bot .fmenu {
	margin: 11px 0 0 0;
	width: 750px;
	float: left;
}

.footer .bot .fmenu a {
	margin: 0 30px 0 0;
	display: block;
	float: left;
}

.footer .bot .count {
	margin: 1px 0 0 0;
	width: 180px;
	float: right;
	opacity: 0.3;
}








/**************************************************************************************************************/
.upline {
	position:fixed;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #eee;
	width: 100px;
	height: 100%;
	z-index: -1;
	cursor: pointer;
}

.upline:hover {
	background-color: #ccc;
}

.upline1 {
	position: relative;
	top: 10px;
	left: 22px;
	font: 700 12px Arial;
	color: #223;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.upline1 img {
	position: relative;
	top: 2px;
}

.upline:hover .upline1 {
	opacity: 1;
	filter: alpha(opacity=100);
}
















.slideshow {
	border-top: 1px solid #1e1e1e;
	height: 353px;
	background: url("http://static.arrivo.ru/img/main/slideshow.png") repeat scroll 0 0 transparent;
}

/****************************************************************************************************************/

.slideshow .allcountry {
	width: 654px;
	height: 325px;
	position: absolute;
	z-index: 14;
	display: none;
	background-color: #fff;
}
.slideshow .allcountry .gotoslideshow {
	margin: 0 10px 10px 0;
	font: 500 11px Arial;
	cursor: pointer;
	border-bottom: 1px dotted;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #444;
}
.slideshow .allcountry .gotoslideshow:hover {
	color: #777;
}
.slideshow .allcountry .allcountry1 {
	background-color: #ecebeb;
}
.slideshow .allcountry .allcountry1 h1{
	padding: 5px 0 7px 15px;
	font: 500 18px Arial;
	color: #444;
}
.slideshow .allcountry .allcountry1 a{
	padding: 7px 15px;
	display: block;
    float: left;
    width: 100px;
    text-decoration: none;
    color: #444;
    font: 500 14px Arial;
}
.slideshow .allcountry .allcountry1 a:hover{
	color: #777;
}
.slideshow .allcountry .allcountry1 a span{
	border-bottom: 1px dotted;
}

.slideshow .allcountry .allcountry2 .country img{
	position: relative;
	top: 6px;
}

.slideshow .allcountry .allcountry2 .country a{
	color: #045fba;
	font: 500 18px Arial;
	text-decoration: none;
}

.slideshow .allcountry .allcountry2 .city a{
	color: #045fba;
	padding: 14px 0 0 15px;
	display: block;
    float: left;
    width: 115px;
    text-decoration: none;
    font: 500 14px Arial;
}

.slideshow .allcountry .allcountry2 .country a:hover,
.slideshow .allcountry .allcountry2 .city a:hover{
	text-decoration: underline;
}






.slideshow .left {
	margin: 14px 0 0;
	width: 654px;
	height: 100%;
	float: left;
}

.slideshow .left .img {
	position: absolute;
}

.slideshow .left .img img{
	opacity: 0;
	width: 654px;
	height: 325px;
}

.slideshow .left .img.show img {
	z-index: 10;
}

.slideshow .left .img.show .text {
	z-index: 13;
}


.slideshow .left .colorline {
	position: absolute;
	top: 279px;
	width: 654px;
	height: 60px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #000;
	z-index: 11;
}

.slideshow .left .img .text {
	position: absolute;
	top: 250px;
	padding: 23px 10px 10px 15px;
	width: 500px;
	opacity: 0;
	z-index: 12;
}

.slideshow .left .img .text h1,
.slideshow .left .img .text h2,
.slideshow .left .img .text h3 {
	font: 700 17px Arial;
	color: #f0f0f0;
}

.slideshow .left .img .text p {
	padding: 5px 0 0;
	font: 500 13px Arial, Helvetica, sans-serif;
	color: #f0f0f0;
}

.slideshow .left .img .text a {
	text-decoration: none;
	color: #f0f0f0;
}

.slideshow .left .img .text a:hover h3 {
	text-decoration: underline;
}

.slideshow .left .nav {
	position: absolute;
	top: 310px;
	left: 520px;
	z-index:13;
}

.slideshow .left .nav .play {
	background: url("http://static.arrivo.ru/img/main/play.png") repeat scroll 0 0 transparent;
}

.slideshow .left .nav .slide {
	background: url("http://static.arrivo.ru/img/main/carusel.png") repeat scroll 0 23px transparent;
}

.slideshow .left .nav a{
	width: 23px;
	height: 23px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	outline: none;
}

.slideshow .left .nav .slide:hover{
	background-position: 0 46px;
}

.slideshow .left .nav .slide.show{
	background-position: 0 0;
}

/***********************************************************************************************************************/

.slideshow .right {
	margin: 9px 0 0;
	width: 300px;
	height: 100%;
	float: right;
}

.slideshow .right .name {
	padding: 0 3px 5px;
	border-bottom: 1px solid #5c5250;
	font: 500 18px Arial;
	color: #d9d9d9;
}

.slideshow .right .cols1,
.slideshow .right .cols2{
	padding:  3px 0 0 3px;
	width: 130px;
	float: left;
}

.slideshow .right .cols2{
	width: 150px;
}

.slideshow .right .cols1 div,
.slideshow .right .cols2 div{
	padding: 7px 0;
}

.slideshow .right .cols1 div a,
.slideshow .right .cols2 div a{
	color: #ccc;
	font: 500 14px Arial;
	text-decoration: none;
}

.slideshow .right .cols1 div a:hover span,
.slideshow .right .cols2 div a:hover span{
	border-bottom: 1px dotted;
}





















/***************************************************левый контент на главной***************************************************/

.content .left585 {
	padding: 0 10px 0 0;
	border-right: 1px solid #eae8e8; /* полоса с правой колонкой */
	width: 643px;
	min-height: 700px;
	float: left;
	color: #333;
}

.content .left585 .block {
	padding: 20px 0 21px;
}

.content .left585 h1 {
	color: #da4901;
	font: 500 22px Arial,Helvetica,sans-serif;
}

.content .left585 h2{
	color: #2a2a2a;
	font: 500 18px Arial,Helvetica,sans-serif;
}

.content .left585 h3{
	color: #444;
	font: 700 13px Arial,Helvetica,sans-serif;
	display: inline;
}

.content .left585 p {
	padding: 10px 0 0;
	line-height: 15px;
}

.content .left585 .news {
	line-height: 20px;
}

.content .left585 .news span{
	padding-right: 7px;
	font: 500 12px Arial;
	color: #777;
}

.content .left585 .top {
	line-height: 28px;
}

.content .left585 .hr {
	width: 643px;
	height: 1px;
	clear: both;
	background: url("http://static.arrivo.ru/img/main/hrv5.png") repeat scroll 0 0 transparent;
}

.content .left585 .block img {
	margin: 0 15px 23px 0;
	//padding: 1px;
	//border: 1px solid #ccc;
	box-shadow: 2px 2px 3px #aaa;
	float: left;
}

.content .left585 a {
	color: #045fba; /*#344d76*/
	text-decoration: none;
}

.content .left585 a:hover,
.content .left585 a.hover {
	text-decoration: underline;
}

.content .left585 .music {
	margin: 10px 0 20px;
	float: left;
	width: 637px;
	height: 20px;
	border: 3px solid #ecebeb;
	/*border-radius: 3px 3px 3px 3px;*/
	background-color: #ecebeb;
}

.content .left585 #musicbox {
	position: absolute;
	width: 200px;
	float: left;
}

.content .left585 #musictitle {
	position: relative;
	top: 3px;
	left: 250px;
	width: 250px;
	float: left;
	color: #444;
}

.content .left585 #musicmenu {
	position: relative;
	top: 3px;
	left: 290px;
	width: 129px;
	float: left;
}

.content .left585 #musicmenu a{
	color: #444;
}

.content .left585 #musicmenu1 {
	position: absolute;
	display: none;
	top: 15px;
	left: -3px;
	padding: 10px 0 0;
	min-width: 119px;
	border: 8px solid #111;
	border-radius: 0 3px 3px 3px;
	background-color: #111;
	color: #eeeeee;
	opacity: 0.9;
}

.content .left585 #musicmenu1 a{
	display: block;
	color: #eeeeee;
}

.content .left585 .blockleft {
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
}

.content .left585 .blockleft .week { /* фото недели */
	position: absolute;
}

.content .left585 .blockleft .week img {
	margin: 0;
}

.content .left585 .blockleft .week a:hover .text {
	text-decoration: underline;
}

.content .left585 .blockleft .bg { /* подпись к фото недели */
	position: absolute;
	display: none;
	top: 316px;
	width: 244px;
	height: 50px;
	background-color: #000;
	opacity: 0.7;
}

.content .left585 .blockleft .text { /* подпись к фото недели */
	position: absolute;
	display: none;
	top: 334px;
	left: 15px;
	color: #fff;
}

.content .left585 .blockleft a{
	text-decoration: none;
}

.content .left585 .blockleft h1,
.content .left585 .blockright h1 {
	padding: 0 0 15px;
	text-align: center;
}

.content .left585 .blockright h2{
	padding: 0 0 10px;
}

.content .left585 .blockright {
	float: left;
	padding: 0 0 20px 0;
	width: 315px;
}

.content .left585 .blockright img {
	margin: 0 0 12px;
}

.content .newrow {
	clear: both;
	padding: 15px 0 0;
}

.content .newrowleft {
	padding: 0 20px 0 0;
	width: 170px;
	float: left;
}

.content .left585 .block .newrowleft img{
	//box-shadow: 0 0 0;
}

.content .left585 .newrowright .point {
	font: 500 11px Arial;
}



.content .left585 .p18 h1 {
	padding: 5px 0 5px 19px;
	width: 250px;
	font: 500 14px Arial;
	color: #333;
	background: url("http://static.arrivo.ru/img/all/arr3.png") no-repeat scroll 0px -25px transparent;
}
.content .left585 .p18 h1:hover {
	cursor: pointer;
	text-decoration: underline;
}

.content .left585 .p18 .text{
	display: none;
}

.content .left585 .p18 li{
	padding: 3px 0;
	max-width: 500px;
	font: 500 13px Arial;
	color: #333;
	list-style-position: outside;
	position: relative;
	left: 25px;
	top: 0px;
}

.content .left585 .p18 .up{
	padding: 10px 0;
	width: 100px;
	color: #045fba; /*#344d76*/
}

.content .left585 .p18 .up:hover {
	cursor: pointer;
	text-decoration: underline;
}







/****************************************************************************************************************************/

.content .right {
	padding: 0 0 10px 10px;
	width: 300px;
	height: 100%;
	float: right;
	color: #333;
}

.content .right .block {
	margin: 20px 0 0;
	clear: both;
}

.content .right .block h1 {
	padding: 0 0 5px 4px;
	color: #444;
	font: 500 18px Arial;
	border-bottom: 1px solid #eae8e8;
}

.content .right .block p {
	line-height: 20px;
}



.content .right .class12{
	padding: 5px 0 5px;
}

.content .right .class12 p,
.content .right .class8 p {
	padding: 6px 0 7px 4px;
}

.content .right .class12 p a {
	font: 500 13px Arial;
	color: #045fba;
}

.content .right .class12 p span {
	padding-top: 2px;
	display: none;
	font: 500 11px Arial;
}

.content .right .class8{
	padding: 0 0 5px;
}

.content .right .class8 a {
	padding: 0 0 0 15px;
	color: #045fba;
	text-decoration: none;
	background: url("http://static.arrivo.ru/img/all/lio.png") no-repeat scroll 5px 5px transparent;
}

.content .right .class8 a:hover{
	text-decoration: underline;
}

.content .right .class8 a:hover span {
	border-bottom: 1px dotted;
}

.content .right #up {
	color: #045fba;
	position: relative;
	top: 39px;
	float: right;
}

.content .right #up:hover span {
	border-bottom: 1px dotted;
}

.content .right .class9{
	padding: 10px 0 5px;
}





.content .right .class5 p{
	padding: 5px 0 5px 30px;
	background: url("http://static.arrivo.ru/img/main/forum.png") no-repeat scroll 5px 8px transparent;
}

.content .right .class5 p a{
	font: italic 500 13px Arial;
	color: #333;
}

.content .right .class3 p{
	padding: 5px 0 5px 35px;
	background: url("http://static.arrivo.ru/img/all/li.png") no-repeat scroll 19px 9px transparent;
}

.content .right .class17 p{
	padding: 5px 0 4px 5px;
}

.content .right .class17 p a{
	color: #045FBA;
}
.content .right .class17 p span{
	display: block;
	font: 500 11px Arial;
	color: #878787;
}



.content .right .class24{
	margin: 12px 0;
}

.content .right .class24 a span {
	position: relative;
	top: 5px;
	color: #045FBA;
}

.content .right .class24 a:hover span {
	text-decoration: underline;
}

.content .right .class24 a:hover .vk,
.content .right .class24 a:hover .fb {
	background-position: 0 0;
}

.content .right .class24 .vk {
	margin: 0 17px 5px 5px;
	width: 26px;
	height: 26px;
	float: left;
	background: url("http://static.arrivo.ru/img/all/vkontakte.png") no-repeat scroll 0 -26px transparent;
}

.content .right .class24 .fb {
	margin: 0 17px 5px 5px;	
	width: 26px;
	height: 26px;
	float: left;
	background: url("http://static.arrivo.ru/img/all/facebook.png") no-repeat scroll 0 -26px transparent;
}

.content .right .class24 .vk:hover,
.content .right .class24 .fb:hover {
	background-position: 0 0;
}











.content .right .bgnoclick,
.content .right .bg {
	padding: 9px 0 0;
	width: 339px;
	height: 25px;
	background: url("http://static.arrivo.ru/img/main/bgright.png") no-repeat scroll 0 0 transparent;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

.content .right .bglight {
	padding: 10px 0 0;
	width: 339px;
	height: 25px;
	background: url("http://static.arrivo.ru/img/main/bglight.png") no-repeat scroll 0 0 transparent;
	text-transform: uppercase;
	color: #222;
	text-align: center;
}

.content .right .bglight:hover {
	background: 0 100px;
}

.content .right .bgnoclick {
	padding: 9px 0 11px;
}

.content .right a{
	text-decoration: none;
}

.content .right p a:hover{
	text-decoration: underline;
}

.content .right .bg:hover {
	background-image: none;
}

.content .right .bg1,
.content .right .bg2 {
	position: absolute;
	width: 339px;
	height: 34px;
	z-index: -1;
}

.content .right .bglight1{
	position: absolute;
	width: 339px;
	height: 35px;
	z-index: -1;
}

.content .right .bg2 img{
	/*box-shadow: 0 2px 3px #555555;
	-webkit-box-shadow: 0 1px 3px #555555;*/
}

.content .right .blue {
	display: none;
}

.content .right .bgblue {
	padding: 10px 0 13px;
	/*width: 339px;*/
	height: 25px;
	/*background: url("http://static.arrivo.ru/img/main/bgblue.png") no-repeat scroll 0 0 transparent;*/
	//text-transform: uppercase;
	color: #121212;
	text-align: center;
}

.content .right .bgblue:hover {
	background: 0 100px;
}

.content .right .bgblue img{
	padding: 0 0 1px 10px;
}

.content .right .bgblue1 img{
	/*box-shadow: 0 2px 3px #555;*/
	box-shadow: 0 1px 1px #777;
}

.content .right .bgblue1 {
	position: absolute;
	width: 339px;
	height: 34px;
	z-index: -1;
}

.content .right .a {
	padding: 10px 0 10px 4px;
	font: 700 13px Arial;
}

.content .right .q1,
.content .right .q2 {
	position: relative;
	left: 4px;
	float: left;
	padding: 2px 0;
	width: 339px;
	font: 500 11px Arial;
}

.content .right .q1 input,
.content .right .q2 input {
	position: relative;
	top: 3px;
}

.content .right .q2 {
	width: 150px;
}

.content .right .tourButton {
	margin: 27px 0 27px 5px;
	padding: 4px 0 0 13px;
	width: 77px;
	height: 19px;
	background: url("http://static.arrivo.ru/img/all/knopa_points.png") repeat scroll 0 0;
	border: 1px solid #999;
	color: #121212;
	cursor: pointer;
	font: 12px Arial,Helvetica,sans-serif;
}

.content .right .tourButton:hover{	
	background: #f1f1f1;
}



/* search button */
.content .searchButtonRight {
    margin: 10px 0 20px;
	padding-left: 13px;
    padding-top: 3px;
	background: url("http://static.arrivo.ru/img/main/knopa_bg.png") repeat scroll 0 0 #262221;
    border-color: #555555 #222222 #222222 #555555;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #222222;
    border-style: solid;
    border-width: 1px;
    color: white;
    cursor: pointer;
    float: right;
    font: 12px Arial,Helvetica,sans-serif;
    height: 19px;
    width: 75px;
}

/* button:hover */
.content .searchButton:hover{	
	background: #363231;
}



.content .right .popflag {
	padding: 5px 0 0 5px;
	width: 39px;
	height: 27px;
	float: left;
}

.content .right .popflag img{
	padding: 0px;
	border: 1px solid #ccc;
}


.content .right .popname {
	padding: 8px 0 0 17px;
	width: 100px;
	height: 20px;
	font: 500 13px Arial;
	float: left;
}

.content .right a .popname {
	color: #045fba;
	text-decoration: none;
}

.content .right a:hover .popname {
	text-decoration: underline;
}

.content .right .popadvert {
	padding: 6px 0 0 10px;
	width: 110px;
	height: 23px;
	float: left;
}

.content .right .paper {
	text-align: center;
}



.content .right .img{
	margin: 0 auto;
	width: 260px;
	height: 195px;
}




/****************************************************************************************************************/


.content121212 {
	border: 0px solid #CCCCCC;
    height: 100%;
    margin: 16px 0 30px;
    padding: 0px;
    width: 643px;
}


.content121212 li{
	padding: 3px 0;
	max-width: 500px;
	font: 500 13px Arial;
	color: #333;
	list-style-image: url("http://static.arrivo.ru/img/all/li.png");
	list-style-position: outside;
	position: relative;
	left: 25px;
	top: 0px;
}

.content121212 .orange li{
	list-style-image: url("http://static.arrivo.ru/img/all/lio.png");
}


.content .left585 .content121212 h1{
	padding: 0 0 3px;
	font: 500 29px Arial;
	color: #da4901;
}

.content .left585 .content121212 h2{
	padding: 14px 0 5px;
	font: 500 20px Arial;
	color: #222222;
}

.content .left585 .content121212 h3{
	padding: 9px 0 5px;
	font: 700 15px Arial;
	color: #2a2a2a;
}

.content .left585 .content121212 h4{
	padding: 9px 0 10px;
	font: 700 13px Arial;
	color: #2a2a2a;
}

.content .left585 .content121212 p{
	padding: 4px 0;
	font: 500 13px Arial;
	color: #333;
	text-align: left;
}

.content .left585 .content121212 img{
	//box-shadow: 2px 2px 3px #AAAAAA;
}

.content .left585 .content121212 a{
	color: #045fba; /*#344d76*/
	text-decoration: none;
}

.content .left585 .content121212 a:hover{
	text-decoration: underline;
}

.content .left585 .content121212 .texttable {
	border-collapse: collapse;
	margin: 12px 0;
}

.content .left585 .content121212 .texttable td {
	padding: 2px 7px;
	border: 1px solid #555;
	color: #444;
}
.content .left585 .content121212 .texttable td p {
	padding: 0;
}

.content .left585 .content121212 .textalt {
	position: relative;
	left: -19px;
}
.content .left585 .content121212 .textalt td {
	padding-left: 10px;
	vertical-align: top;
	color: #333;
}
.content .left585 .content121212 .textalt h2 {
	padding: 0 0 5px;
	font: 500 18px Arial;
	color: #222;
}
.content .left585 .content121212 .textalt p {
	padding: 0;
}

.content .left585 .content121212 img{
	box-shadow: 2px 2px 3px #AAAAAA;
}

.content121212 tr.sub td {
	padding: 3px;
	font: 500 italic 11px Arial;
	color: #444;
	text-align: center;
}
.content121212 tr.sub td p{
	padding: 0;
	font: 500 italic 11px Arial;
	color: #444;
	text-align: center;
}


.content121212 .h160,
.content121212 .h320 {
	padding: 5px 0 5px;
}




.content121212 .h160 table.texttable td,
.content121212 .h320 table.texttable td {
	padding: 2px 7px;
}

.content121212 .h80 table.texttable,
.content121212 .h160 table.texttable,
.content121212 .h320 table.texttable {
	left: 0;
}


.content121212 .h160 table {
	position: relative;
	left: -2px;
}

.content121212 .h320 table {
	position: relative;
	left: -2px;
}

.content121212 .hOrig table {
	position: relative;
	left: -2px;
}


/***********************************************************************************************/


.search121212 {
	margin: 16px 0 30px;
	width: 583px;
}

.search121212 form {
	padding: 20px 0 30px 0;
}

.search121212 form .searchInput{
	width: 380px;
	border: 1px solid #aaa;
}

.search121212 a.big{
	font: 500 24px Arial;
}

.search121212 a.small{
	font: 500 18px Arial;
}

.search121212 .description{
	padding: 0 0 30px;
}

.content .left585 .search121212 h2{
	padding: 0 0 30px;
	font: 500 18px Arial;
	text-transform: uppercase;
	color: #9c9c9c;
}


/*******************************************************************************************************************************/

.points121212 {
	margin: 16px 0 30px;
	width: 583px;
}

.content .left585 .points121212 h2 {
	padding: 15px 0;
	font: 700 13px Arial;
}

.points121212 .select {
	margin: 0 0 10px 0;
	width: 190px;
	border:1px solid #ccc;
}

.points121212 .select select {
	border:0;
	width: 190px;
	color: #555;
}

.points121212 .cols{
	padding: 30px 0;
	width: 145px;
	float: left;
}

.points121212 .cols .rows {
	padding: 2px 0;
}

.points121212 .cols .rows input{
	position: relative;
	top: 2px;
}

.points121212 .pointsButton {
	padding: 4px 0 0 13px;
	width: 130px;
	height: 19px;
	background: url("http://static.arrivo.ru/img/all/knopa_points.png") repeat scroll 0 0;
	border: 1px solid #999;
	color: #121212;
	cursor: pointer;
	font: 12px Arial,Helvetica,sans-serif;
}

.points121212 .pointsButton:hover{	
	background: #f1f1f1;
}

.points121212 .result{
	padding: 20px 0;
}


/*******************************************************************************************************************************/

.tour121212 {
	margin: 16px 0 30px;
	width: 643px;
}

.tour121212 a{
	font: 500 22px Arial;
}

.tour121212 .country{
	padding: 20px 0 20px 0;
}

.tour121212 .country img{
	position: relative;
	top: 4px;
	margin: 0 10px 20px 0;
	height: 34px;
	border: 1px solid #ccc;
	float: left;
}

.tour121212 .country em{
	display: block;
}

.tour121212 .city{
	position: relative;
	padding: 0 0 30px 0;
	clear: both;
}

.tour121212 .city img{
	margin: 0 18px 30px 0;
	height: 114px;
	float: left;
}

.tour121212 .city .pic1{
	position: absolute;
	top: 100px;
	left: 188px;
	padding: 0 0 0 19px;
	background: url("http://static.arrivo.ru/img/all/pic1.png") no-repeat scroll 0 0;
}

.tour121212 .city .pic2{
	position: absolute;
	top: 100px;
	left: 377px;
	padding: 0 0 0 16px;
	background: url("http://static.arrivo.ru/img/all/pic2.png") no-repeat scroll 0 0;
}

.tour121212 .city .pic3{
	position: absolute;
	top: 100px;
	left: 480px;
	padding: 0 0 0 16px;
	background: url("http://static.arrivo.ru/img/all/pic3.png") no-repeat scroll 0 0;
}

.tour121212 .city .pic1 a,
.tour121212 .city .pic2 a,
.tour121212 .city .pic3 a{
	font: 500 13px Arial;
	color: #777;
	cursor: pointer;
}



.content .left585 .tour121212 p{
	padding: 8px 0;
}

/*******************************************************************************************************************************/

.allcountry121212 {
	margin: 16px 0 30px;
	width: 583px;
}

.allcountry121212 .p{
	margin: 15px 0px 15px;
}

.allcountry121212 .p a{
	display: block;
	width: 190px;
	height: 20px;
	float: left;
}

.allcountry121212 .p a .arr{
	margin: 0 3px 0 0;
	width: 22px;
	height: 17px;
	background: url("http://static.arrivo.ru/img/all/allcountryarr.png") no-repeat scroll 0 -17px;
	float: left;
}

.allcountry121212 .p a .click{
	background-position: 0 0;
}

.allcountry121212 .pcity a{
	font: 500 22px Arial;
}

.allcountry121212 .pcity .country{
	padding: 20px 0 20px 0;
}

.allcountry121212 .pcity .country span{
	position: relative;
	top:9px;
}

.allcountry121212 .pcity .country img{
	position: relative;
	top: 4px;
	margin: 0 10px 20px 0;
	width: 51px;
	height: 34px;
	border: 1px solid #ccc;
	float: left;
}

.allcountry121212 .pcity .country em{
	display: block;
}

.allcountry121212 .pcity .city{
	position: relative;
	padding: 0 0 30px 0;
	clear: both;
}

.allcountry121212 .pcity .city img{
	margin: 0 18px 30px 0;
	height: 114px;
	float: left;
}

.allcountry121212 .pcity .city .pic1{
	position: absolute;
	top: 100px;
	left: 188px;
	padding: 0 0 0 19px;
	background: url("http://static.arrivo.ru/img/all/pic1.png") no-repeat scroll 0 0;
}

.allcountry121212 .pcity .city .pic2{
	position: absolute;
	top: 100px;
	left: 377px;
	padding: 0 0 0 16px;
	background: url("http://static.arrivo.ru/img/all/pic2.png") no-repeat scroll 0 0;
}

.allcountry121212 .pcity .city .pic3{
	position: absolute;
	top: 100px;
	left: 480px;
	padding: 0 0 0 16px;
	background: url("http://static.arrivo.ru/img/all/pic3.png") no-repeat scroll 0 0;
}

.allcountry121212 .pcity .city .pic1 a,
.allcountry121212 .pcity .city .pic2 a,
.allcountry121212 .pcity .city .pic3 a{
	font: 500 13px Arial;
	color: #777;
	cursor: pointer;
}



.content .left585 .allcountry121212 .pcity p{
	padding: 8px 0;
}





/*******************************************************************************************************************************/

/* верхняя полоса */
.content .hrv {
	/*position: absolute;
	margin: 0 0 0 605px;
	top: 0;
	width: 1px;
	height: 175px;
	background: url("http://static.arrivo.ru/img/main/hrv1.png") repeat scroll 0 0 transparent;
	z-index: 4;*/
}

/* нижняя полоса */
.footer .hrv {
	margin: 0 0 0 653px;
	width: 1px;
	height: 700px;
	position: absolute;
	bottom: 95px;
	background: url("http://static.arrivo.ru/img/main/hrv5.png") repeat scroll 0 0 transparent;
}




















/*************** light menu ****************/

.menu .menu1.activemenu {
    /*background: url("http://static.arrivo.ru/img/all/bghmenu1.png") repeat scroll 0 0 transparent;*/
    background-color: #f8f8f8;
	color: #ec6400;
	z-index: 2;
}
.menu .menu1.activemenu .arr1 {
    background-position: right 1px;
    z-index: 2;
}

/*****************************************************************************************************************************/

.crumbs {
	height: 31px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eae8e8;
}
.crumbs .cwrap {
	/*
	background: url("http://static.arrivo.ru/img/all/ten.png") repeat-x scroll 0 0 transparent;
	*/
}
.crumbs .element {
	padding: 7px 11px 7px 11px;
	color: #000;
	float: left;
	font: 500 13px Arial;
}
.crumbs .element a {
	padding: 0 0 0 10px;
	color: #444;
	text-decoration: none;
	float: left;
}
.crumbs .element a:hover {
	text-decoration: underline;
}

.crumbs .arr3 {
	width: 21px;/*17*/
	height: 16px;
	float: right;
	background: url("http://static.arrivo.ru/img/all/arr3.png") no-repeat scroll 7px -30px transparent;
	z-index: 12;
}

.crumbs .arr3:hover{
    background-position: 7px 0;
    cursor: pointer;
}



.crumbs .element1 {
	padding: 0 10px 5px 0;
	border: 1px solid #eae8e8;
	border-top: 0;
	position: absolute;
	top: 31px;
	background-color: #f8f8f8;
	font: 500 13px Arial;
	z-index: 3;
	display: none;
}
.crumbs .element1 a {
	padding: 5px 0 3px 10px;
	min-width: 47px;
	display: block;
	clear: both;
}



/************************************************************************************************************************/

.gmap {
	border-top: 1px solid #5e4f50;
	width: 100%;
	height: 350px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.gmap1 {
	border-top: 1px solid #5e4f50;
	height: 350px;
	display: none;
}
.gmap .linkmap{
	position: absolute;
	top: 295px;
	right: 0px;
	padding: 1px 11px;
	height: 15px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: block;
	text-decoration: none;
	color: #000;
	font: 500 11px Arial;
	background-color: #fff;
}
.gmap iframe {
	width: 100%;
	height: 350px;
	border: 0;
}

/****************************************************************************************************************/


.gmapbutton {
	margin: 0 0 13px;
	border-top: 1px solid #5e4f50;
	height: 35px;
}

.gmapbutton .button{
	width: 241px;
	height: 35px;
	background-color: #393130;
	cursor: pointer;
}

.gmapbutton .button1{
	width: 241px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	display: none;
}

.gmapbutton .button:hover,
.gmapbutton .button1:hover{
	background-color: #645550;
}

.gmapbutton img{
	margin: 5px 5px 0 0;
	border: 0px solid #aaa;
	float: right;
}

.gmapbutton a {
	margin: 5px 0 0 10px;
	display: block;
	float: left;
	text-decoration: none;
	font: 500 20px Arial;
	color: #fff;
}





/******************************************* left content ****************************************************/

.leftcity {
	padding: 12px 0 0 0;
	width: 240px;
	float: left;
	z-index: 3;
}

.leftcity h1,
.leftcity div.h1{
	font: 500 18px Arial;
	padding: 0 0 5px 5px;
	color: #444;
}

.leftcity a.allcity{
	position: absolute;
	top: 19px;
	left: 180px;
	font: 500 11px Arial;
	color: #444;
	text-decoration: none;
}

.leftcity a.allcity:hover{
	text-decoration: underline;
}

/************ header in left menu ***************/

.leftcity .lefthead{
	padding: 7px 0 0;
	width: 100%;
	height: 23px;
	border-top: 1px solid #888382;
	border-top: 1px solid #aeabaa;
	background: url("http://static.arrivo.ru/img/all/bghmenu.png") repeat scroll 0 0 transparent;
	text-align: center;
	font: 500 14px Arial;
	text-transform: uppercase;
	color: #fff;
}
.leftcity a.a {
	text-decoration: none;
}
.leftcity a .lefthead{
	cursor: pointer;
}
.leftcity a .lefthead:hover{
	color: #ec6400;
}


/**************** content in left menu **********/

.leftcity .leftbody{
	width: 100%;
	border-top: 1px solid #eae8e8;
	/*background: url("http://static.arrivo.ru/img/all/tenbig.png") repeat-x scroll 0 0 transparent;*/
	font: 500 13px Arial;
}

/* one col */
.leftcity .leftbody .c1,
.leftcity .leftbody .c2 {
	padding: 5px 5px 14px 5px;
	width: 230px;
	float: left;
}

/* two col */
.leftcity .leftbody .c2 {
	width: 110px;
}

.leftcity .leftbody .all {
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
	width: 230;
	border-bottom: 1px dotted #333;
	float: right;
	text-decoration: none;
}




.leftcity .leftbody a {
	padding: 1px;
	display: block;
	color: #0066cc;
	text-decoration: none;
}

.leftcity .leftbody a.two {
	/*display: block;*/
	display: none;
	margin: 1px 1px 1px 50px;
}

.leftcity .leftbody .allshow2 a.zero {
	/*padding-bottom: 3px;*/
}

.leftcity .leftbody .allshow2 a.one {
	/*padding-top: 3px;
	padding-bottom: 3px;*/
}



.leftcity .leftbody a:hover {
	color: #da4901;
}
.leftcity .leftbody a.active {
	color: #da4901;
	/*font-weight: 700;*/
}




/* border for white link */
.leftcity .whitelefthead {
	border-top: 1px solid #bfbfbf;
}

.leftcity .whiteleft {
	padding: 5px 0 1px;
	width: 100%;
	height: 24px;
	text-align: center;
	font: 500 16px Arial;
	border-bottom: 1px solid #bfbfbf;
	/*background: url("http://static.arrivo.ru/img/all/bghmenu1.png") repeat scroll 0 0 transparent;*/
	background-color: #fff;
}

.leftcity .whiteleft a{
	display: block;
	color: #4b4b4b;
	text-decoration: none;
}

.leftcity .whiteleft a:hover{
	color: #ec6400;
}

.leftcity .whiteleft a.active{
	color: #ec6400;
}

/* padding footer for white */
.leftcity .whiteleftfoot {
	margin: 0 0 23px;
}

/* shot about a euro */
.leftcity .about {
	padding: 0 0 23px;
	font: 500 11px Arial;
	line-height: 17px;
}

.leftcity .about h1 {
	padding: 0 0 10px;
	font: 700 14px Arial;
}

/* music */

.leftcity .music {
	margin: 3px 0 50px;
	width: 235px;
	height: 20px;
	border: 3px solid #ecebeb;
	background-color: #ecebeb;
}

.leftcity .music #musicbox {
	position: absolute;
	width: 235px;
}

.leftcity #musictitle {
	position: relative;
	top: 25px;
	left: 9px;
	width: 150px;
	font: 500 11px Arial;
	float: left;
	color: #4e4e4e;
	z-index: 15;
}

.leftcity #musicmenu {
	padding: 0 5px 0 0;
	position: relative;
	top: 25px;
	width: 80px;
	font: 500 11px Arial;
	float: right;
	text-align: right;
}

.leftcity #musicmenu a{
	color: #4e4e4e;
	text-decoration: none;
}

.leftcity #musicmenu a:hover{
	text-decoration: underline;
}


.leftcity .music #musicmenu1 {
	position: absolute;
	display: none;
	top: 11px;
	left: -208px;
	padding: 10px 0 0;
	width: 225px;
	border: 8px solid #111;
	border-radius: 0 3px 3px 3px;
	background-color: #111;
	color: #eee;
	opacity: 0.9;
	z-index: 1;
}

.leftcity .music #musicmenu1 a{
	display: block;
}

.leftcity .but {
	margin: 0 0 80px;
}

.content .right .but {
	height: 26px;
	margin: 12px 0;
}

.leftcity .but .vk,
.content .right .but .vk {
	margin: 0 8px 0 5px;
	width: 26px;
	height: 26px;
	float: left;
	background: url("http://static.arrivo.ru/img/all/vkontakte.png") no-repeat scroll 0 -26px transparent;
}

.leftcity .but .vk:hover,
.content .right .but .vk:hover {
	background-position: 0 0;
}

.leftcity .but .fb,
.content .right .but .fb {
	width: 26px;
	height: 26px;
	float: left;
	background: url("http://static.arrivo.ru/img/all/facebook.png") no-repeat scroll 0 -26px transparent;
}

.leftcity .but .fb:hover,
.content .right .but .fb:hover {
	background-position: 0 0;
}

/********************************************* right content **********************************************************/

.rightcity {
	border: 1px solid #eae8e8;
	border-top: 0px;
	padding: 10px 10px 0 10px;
	width: 693px;
	float: right;
}

/* фотогалерея вверху  на 6 фоток */

.rightcity .photocity {
	margin: 0 0 25px;
	/*padding: 5px;*/
	width: 693px;
	height: 278px;
	background-color: #eee;
}

.rightcity .photocity .frame {
	position: relative;
	width: 417px;
	height: 278px;
	float: left;
}

.rightcity .photocity .frame div.frame1,
.rightcity .photocity .frame div.frame2,
.rightcity .photocity .frame div.frame3,
.rightcity .photocity .frame div.frame4,
.rightcity .photocity .frame div.frame5
{
	position: absolute;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

.rightcity .photocity .frame div.frame0{
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}

.rightcity .photocity .frame div .line_a{
	position: absolute;
	display: none;
	width: 417px;
	height: 35px;
	top: 243px;
	background-color: #000;
	opacity: 0.5;
}

.rightcity .photocity .frame div .text_a{
	position: absolute;
	display: none;
	top: 246px;
	left: 5px;
	font: 300 13px Arial;
	color: #fff;
	opacity: 1;
}

.rightcity .photocity .frame div .text_a a{
	color: #fff;
	text-decoration: none;
}

.rightcity .photocity .frame div .text_b{
	position: absolute;
	display: none;
	top: 259px;
	left: 300px;
	opacity: 1;
}

.rightcity .photocity .frame div .text_b a{
	font: 700 11px Arial;
	color: #fff;
	text-decoration: none;
}

.rightcity .photocity .frame div .text_b a:hover,
.rightcity .photocity .frame div .text_a a:hover{
	text-decoration: underline;
}



.rightcity .photocity .menuframe div img {
	padding: 0 0 1px 1px;
	width: 137px;
	height: 92px;
	float: left;
	cursor: pointer;
}

.rightcity .photocity .menuframe div .youtube,
.vertical div .youtube
 {
	width: 61px;
	height: 43px;
	position: absolute;
	cursor: pointer;
	left: 39px;
	top: 22px;
	background: url("http://static.arrivo.ru/img/all/youtube.png") no-repeat scroll 0 -43px transparent;
}

.rightcity .photocity .menuframe div:hover .youtube
{
	background-position: 0 0;
}

.rightcity .photocity .titleframe {
	position: absolute;
	top: 249px;
	background-color: #000;
	opacity: 0.5;
	padding: 12px 0 0 5px;	
	width: 412px;
	height: 30px;
	float: left;
	font: 500 14px Arial;
	color: #fff;
}

.rightcity .photocity .titleframe a{
	color: #fff;
	text-decoration: none;
}

.rightcity .photocity .titleframe a:hover{
	text-decoration: underline;
}

.rightcity .photocity .titleframe div {
	position: absolute;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 298px;
}

.rightcity .photocity .titleframe div.frame0 {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 298px;
}

/* ссылка на галерею */
.rightcity .photocity .linkframe {
	padding: 13px 0 0 0;
	width: 250px;
	height: 30px;
	float: left;
	font: 500 14px Arial;
}

.rightcity .photocity .linkframe a {
	color: #ec6400;
	text-decoration: none;
}

.rightcity .photocity .linkframe a:hover {
	text-decoration: underline;
}

/* основной контент */

.rightcity .citytext {
	margin: 0 0 30px;
	/*padding: 10px;
	width: 678px;*/
	height: 100%;
	/*border: 1px solid #ccc;*/
}

.rightcity .citytext h1{
	padding: 0 0 3px;
	font: 500 22px Arial;
	color: #da4901;
}

.rightcity .citytext h1 div{
	padding: 2px 0;
	font: italic 500 13px Arial;
	color: #444;
}


.rightcity .citytext h2{
	padding: 5px 0 5px;
	font: 500 18px Arial;
	color: #444;
}

.rightcity .citytext h3{
	padding: 9px 0 5px;
	font: 500 16px Arial;
	color: #2a2a2a;
}

.rightcity .citytext h4{
	padding: 9px 0 10px;
	font: 700 13px Arial;
	color: #2a2a2a;
}

.rightcity .citytext p{
	padding: 4px 0;
	font: 500 13px Arial;
	color: #444;
	text-align: left;
}

.rightcity .citytext img{
	box-shadow: 2px 2px 3px #AAAAAA;
}

.rightcity .citytext option{
	padding: 1px 8px 1px 3px;
}



.rightcity .citytext .textw{
	float: right;
	position: relative;
	top: 1px;
}

.rightcity .citytext .textw img{
	box-shadow: none;
}


.rightcity .citytext a{
	color: #045fba; /*#344d76*/
	text-decoration: none;
}

.rightcity .citytext a.hover,
.rightcity .citytext a:hover{
	text-decoration: underline;
}

.rightcity .citytext a.underline{
	text-decoration: underline;
}

.rightcity .citytext a.underline:hover{
	text-decoration: none;
}

.rightcity .citytext .textalt h2 a{
	color: #045FBA;/*222*/
}

.rightcity .citytext .texttable {
	border-collapse: collapse;
	margin: 12px 0;
}

.rightcity .citytext .texttable td {
	padding: 2px 7px;
	border: 1px solid #555;
	color: #444;
}
.rightcity .citytext .texttable td p {
	padding: 0;
}

.rightcity .citytext .textalt {
	position: relative;
	left: -19px;
}
.rightcity .citytext .textalt td {
	padding-left: 10px;
	vertical-align: top;
	color: #333;
}
.rightcity .citytext .textalt h2 {
	padding: 0 0 5px;
	font: 500 18px Arial;
	color: #222;
}
.rightcity .citytext .textalt p {
	padding: 0;
}

.rightcity .citytext .sovet {
	margin: 10px 0;
	padding: 15px 10px 10px 10px;
	background: url("http://static.arrivo.ru/img/all/sovet.png") repeat-x 0 0 transparent;
}

.left585 .sovet {
	margin: 10px 0;
	padding: 15px 10px 10px 10px;
	background: url("http://static.arrivo.ru/img/all/sovet.png") repeat-x -100px 0 transparent;
}

.rightcity .citytext .avptour {
	margin: 10px 0;
	padding: 15px 10px 10px 10px;
	background: url("http://static.arrivo.ru/img/all/avptour.png") repeat-x 0 0 transparent;
}

.male,
.female,
.season1,
.season2,
.season3,
.season4
 {
	display: none;
}
.asex.aseason {
	display: block;
}

.rightcity .citytext .take,
.left585 .take {
	position: relative;
}

.content .left585 .content121212 .take img{
	box-shadow: none;
}

.rightcity .citytext .takeradio,
.left585 .takeradio {
	marfin: 0 auto;
	padding: 15px 0 0;
	position: relative;
	left: -14px;
	text-align: center;
	color: #2f2f2f;
}
.rightcity .citytext .takeradio input,
.left585 .takeradio input{
	margin: 0 5px 0 28px;
	position: relative;
	top: 2px;
}
.rightcity .citytext .takeleft,
.rightcity .citytext .takeright{
	padding: 10px 0 0 45px;
	vertical-align: top;
	width: 270px;
}

.left585 .takeleft,
.left585 .takeright {
	padding: 10px 0 0 5px;
	vertical-align: top;
	width: 270px;
}

.rightcity .citytext .takeright,
.left585 .takeright {
	#position: absolute;
	#top: 0px;
	#left: 320px;
	#float: right;
}

.rightcity .citytext .takeright input,
.left585 .takeright input{
	padding: 1px;
	border: 1px solid #777;
	width: 200px;
	color: #676767;
	font: 500 12px Arial;
}


.rightcity .citytext .takeleft h2,
.rightcity .citytext .takeright h2,
.left585 .content121212 .takeleft h2,
.left585 .content121212 .takeright h2 {
	padding: 19px 0 15px;
	font: 700 12px Arial;
	color: #2e2e2e;
}

.rightcity .citytext .thing,
.left585 .thing {
	padding: 2px 0 0 0;
	font: 500 12px Arial;
	color: #2e2e2e;
}

.rightcity .citytext .deltake,
.left585 .deltake {
	padding: 3px 15px 0 0;
	position: relative;
	left: 3px;
	box-shadow: none;
	cursor: pointer;
}

.rightcity .citytext .addtake,
.left585 .addtake {
	padding: 0 0 10px;
	position: relative;
	left: 30px;
	top: 10px;
	box-shadow: none;
	cursor: pointer;
}


.rightcity .citytext li{
	padding: 3px 0;
	max-width: 600px;
	font: 500 13px Arial;
	color: #333;
	list-style-position: outside;
	position: relative;
	left: 25px;
	top: 0px;
}

.rightcity .citytext .hr {
	margin: 0 0 20px 0;
	width: 678px;
	height: 1px;
	position: relative;
	top: 10px;
	background: url("http://static.arrivo.ru/img/all/hr.png") repeat scroll 0 0 transparent;
	clear: both;
}

.rightcity .citytext tr.sub td {
	padding: 3px;
	//font: 500 italic 11px Arial;
	font: 500 11px Arial;
	color: #444;
	text-align: center;
}
.rightcity .citytext tr.sub td p{
	padding: 0;
	font: 500 italic 11px Arial;
	color: #444;
	text-align: center;
}

.rightcity .citytext tr.sub td a{
	font: 500 13px Arial;
}

.rightcity .citytext .h80,
.rightcity .citytext .h160,
.rightcity .citytext .h320 {
	padding: 10px 0 5px;
}
.rightcity .citytext .h80 td {
	padding: 0 10px;
}
.rightcity .citytext .h80 table {
	position: relative;
	left: -10px;
}



.rightcity .citytext .h80 table.texttable td,
.rightcity .citytext .h160 table.texttable td,
.rightcity .citytext .h320 table.texttable td {
	padding: 2px 7px;
}

.rightcity .citytext .h80 table.texttable,
.rightcity .citytext .h160 table.texttable,
.rightcity .citytext .h320 table.texttable {
	left: 0;
}

.rightcity .citytext .h160 td {
	padding: 0 5px 0 10px;
}
.rightcity .citytext .h160 table {
	position: relative;
	left: -12px;
}

.rightcity .citytext .h320 td {
	padding: 0 25px;
}
.rightcity .citytext .h320 table {
	position: relative;
	left: -25px;
}

/********************************************************************************************************************/
.apdf {
	position: absolute;
	right: 15px;
	width: 190px;
	height: 19px;
	padding: 4px 0 0 35px;
	border: 1px solid #999;
	background: url(http://static.arrivo.ru/img/all/pdf3.png) repeat scroll 0 0;
}

.buttonprint {
	margin: 15px 0 0;
	padding: 4px 0 0 5px;
	width: 98px;
	height: 19px;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	color: #555;
	font: 500 12px Arial;
	background: url('http://static.arrivo.ru/img/all/print3.png') repeat scroll 0 23px;
}

.buttonprint:hover {
	color: #111;
	background-position: 0 0;
}


/****************************************************** места *******************************************************/

.pointframe {
	padding: 0 0 22px;
}

.pointframe .buttonpoint {
	margin: 0 1px 0 0;
	padding: 8px 0 0;
	width: 72px;
	height: 24px;
	/*border: 1px solid #000;*/
	border-bottom: 0;
	text-align: center;
	float: left;
	background-color: #eee;/*#7b7b7b;*/
	color: #444;
	font: 500 14px Arial;
	cursor: pointer;
}

.pointframe .buttonpoint:hover {
	background-color: #555;
	background-color: #ccc;
}

.pointframe .buttonpoint.active1 {
	background-color: #231f1f;
	background-color: #ccc;
}




.rightcity .citytext .pointframe a {
	color: #444;
}





.pointframe .pictureandtext {
	/*border: 1px solid #000;*/
	background-color: #eee; /*#231f1f;*/
}

.pointframe .pictureandtext .picture{
	width: 414px;
	height: 276px;
	float: left;
}



.pointframe .pictureandtext .picture div{
	position: absolute;
}

.pointframe .pictureandtext .picture .frame{
	z-index: 1;
	position: relative;
}

.pointframe .pictureandtext .picture img{
	position: absolute;
	box-shadow: none;
}
.pointframe .pictureandtext .picture .line{
	width: 414px;
	height: 50px;
	position: absolute;
	display: none;
	top: 226px;
	left: 0;
	background-color: #000;
	z-index: 1;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.pointframe .pictureandtext .picture .left,
.pointframe .pictureandtext .picture .right {
	width: 29px;
	height: 29px;
	position: absolute;
	#display: none;
	top: 235px;
	left: 333px;
	background: url("http://static.arrivo.ru/img/all/galleryarrleft.png") no-repeat center;
	border: 1px solid #fff;
	z-index: 2;
	opacity: 0;
}
.pointframe .pictureandtext .picture .right {
	left: 373px;
	background: url("http://static.arrivo.ru/img/all/galleryarrright.png") no-repeat center;
}
.pointframe .pictureandtext .picture .right.active {
	cursor: pointer;
	opacity: 1;
}
.pointframe .pictureandtext .picture .left.active {
	cursor: pointer;
	opacity: 1;
}





.pointframe .pictureandtext .picture .pictureframe{
	z-index: -1;
}

.pointframe .pictureandtext .picture iframe{
	width: 414px;
	height: 276px;
}

.pointframe .pictureandtext .picture .picturearr{
	top: 201px;
}

.pointframe .pictureandtext .picture .picturearr1{
	top: 201px;
	left: 660px;
}




.pointframe .pictureandtext .text{
	padding: 0 10px;
	width: 242px;
	float: left;
}

.pointframe .pictureandtext .text .buttonpoint1,
.pointframe .pictureandtext .text .buttonpoint2{
	font: 700 13px Arial;
	color: #045fba;
	cursor: pointer;
}

.pointframe .pictureandtext .text .buttonpoint1.active1,
.pointframe .pictureandtext .text .buttonpoint2.active1{
	display: none;
}

.pointframe .pictureandtext .text .buttonpoint1:hover,
.pointframe .pictureandtext .text .buttonpoint2:hover{
	border-bottom: 1px dotted;
}


.pointframe .pictureandtext .text h2 {
	padding: 10px 0;
	color: #b4d3ff;
}

.pointframe .pictureandtext .text p {
	color: #444;
	font: 500 12px Arial;
}



/****************************************************************************************************************/


.rowtrans {
	margin: 15px 0 0 0;
	min-height: 160px;
	position: relative;
	padding: 10px;
	/*border: 1px solid #ddd;*/
}
.rowtrans:hover {
	border-color: #ccc;/*#f5851e*/
	/*background-color: #f5f5f5;*/
}
.rowtrans .name{
	position: absolute;
	padding: 0 10px 0 0;
	left: 265px;
	font: 500 18px Arial;
	color: #222;
	text-decoration: none;
}
.rowtrans:hover .name span{
	text-decoration: underline;
}
.rowtrans .teaser{
	padding: 10px 0 0;
	font: 500 12px Arial;
	color: #444;
}
.rowtrans .teaser li{
	padding: 0px 0;
	max-width: 470px;
	font: 500 13px Arial;
	color: #333;
	list-style-position: outside;
	position: relative;
	left: 15px;
	top: 0px;
}

.rowsmall a {
	padding: 7px 0 1px 13px;
	max-width: 300px;
	display: block;
	background: url("http://static.arrivo.ru/img/all/lio.png") no-repeat 0 11px;
}


.left525 .mainpoint a:hover{
	text-decoration: none;
}
.left525 .mainpoint a .rowtrans a{
	text-decoration: underline;
}




.rowpoint {
	margin: 15px 0 0 0;
	min-height: 136px;
	position: relative;
	clear: both;
	//padding: 10px;
	/*border: 1px solid #ddd;*/
}

.rowpoint img{
	//width: 204px;
	//height: 136px;
}

.rowpoint .teaser1 img{
	width: 641px;
	//height: 100%;
}

.rowpoint:hover {
	border-color: #ccc; /* f5851e*/
	/*background-color: #f5f5f5; /* fcfcfc*/
}
.rowpoint .name{
	position: absolute;
	left: 185px;
	left: 222px;
	font: 500 18px Arial;
	color: #045FBA;
	text-decoration: none;
}

.rowpoint .at{
	position: absolute;
	left: 222px;
	top: 30px;
	font: 500 12px Arial;
	color: #444;
}

.left585 .rowpoint .teaser{
	position: absolute;
	left: 222px;
	max-width: 312px;
	font: 500 13px Arial;
	color: #444;
}

.citytext .rowpoint .teaser{
	position: absolute;
	left: 222px;
	max-width: 405px;
	font: 500 13px Arial;
	color: #444;
}



/*******************************************************************************************************/


.citytext .music {
	margin: 10px 0 20px;
	width: 672px;
	height: 20px;
	border: 3px solid #111;
	border-radius: 3px 3px 0 0;
	background-color: #111;
}

.citytext #musicbox1 {
	position: absolute;
	width: 200px;
	float: left;
}

.citytext #musictitle1 {
	position: relative;
	top: 3px;
	left: 250px;
	width: 450px;
	float: left;
	color: #eeeeee;
}

.citytext #musicmenu {
	position: relative;
	top: -20px;
	width: 672px;
	border: 3px solid #eee;
	border-radius: 0 0 3px 3px;
	background-color: #eee;
}

.citytext #musicmenu a{
	padding: 2px 10px;
	max-width: 350px;
	display: block;
	color: #333;
}

.citytext #countrymusic {
	/*
	padding: 0px 20px 15px;
	width: 632px;
	border: 3px solid #282828;
	border-radius: 3px 3px 3px 3px;
	background-color: #282828;*/
	margin: 0 0 10px;
	width: 672px;
}

.citytext #countrymusic  h2{
	padding: 7px 0;
	font: 700 14px Arial;
    color: #DA4901;
}

.citytext #countrymusic a {
	color: #111;
}

.citytext #countrymusic img {
	position: relative;
	top: 7px;
	right: 5px;
	box-shadow: none;
	border: 1px solid #ccc;
}

.citytext #countrymusic td {
	padding: 3px 20px 3px 5px;
	width: 150px;
	font: 500 13px Arial;
}


.citytext .numpages {
	margin-top: 25px;
	border-collapse: collapse;
}

.citytext .numpages td {
	width: 30px;
	border:1px solid #aaa;
	color: #fff;
	text-align: center;
}

.citytext .numpages td a {
	padding-top: 4px;
	width: 30px;
	height: 20px;
	display: block;
	text-align: center;
	color: #555;
	background-color: #fff;
	text-decoration: none;
}

.citytext .numpages td a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}

.citytext .numpages td a.arr {
	opacity: 0.7;
}

.citytext .numpages td a.arr:hover {
	opacity: 1;
}

.citytext .numpages td img {
	box-shadow: none;
	position: relative;
}



/****** комменты ***************/

.content121212 .commenttext,
.citytext .commenttext {
	margin: 0 0 15px;
	padding: 0 0 15px;
	min-height: 50px;
	clear: both;
}

.content121212 .commenttext.underline,
.citytext .commenttext.underline {
	border-bottom: 1px solid #ededed;
}


.content .left585 .content121212 .commenttext img,
.citytext .commenttext img{
	box-shadow: none;
}

.content121212 .commenttext .commenttext_right,
.citytext .commenttext .commenttext_right {
	position: absolute;
	width: 50px;
	height: 50px;
}

.content121212 .commenttext .commenttext_right img,
.citytext .commenttext .commenttext_right img {
	width: 50px;
	height: 50px;
}

.content121212 .commenttext .commenttext_left,
.citytext .commenttext .commenttext_left {
	padding: 0 0 0 64px;
	width: 610px;
}

.content121212 .commenttext .commenttext_left{
	width: 493px;
}

.content121212 .commenttext .commenttext_left .clickdel,
.citytext .commenttext .commenttext_left .clickdel{
	cursor: pointer;
	opacity: 0.5;
}

.content121212 .commenttext .commenttext_left .clickdel:hover,
.citytext .commenttext .commenttext_left .clickdel:hover{
	opacity: 1;
}

.content121212 .commenttext_user,
.citytext .commenttext_user {
	padding:  0 0 0 1px;
	font: 700 12px Arial;
	color: #333;
}


.content .left585 .content121212 .commenttext_user a,
.citytext .commenttext_user a {
	color: #333;
}

.content121212 .commenttext_user .commenttext_user_logo,
.citytext .commenttext_user .commenttext_user_logo {
	padding: 0 3px 0 0;
	float: left;
}

.content121212 .commenttext_text,
.citytext .commenttext_text {
	padding: 10px 0 0;
	position: relative;
}

.content121212 .commenttext_text p,
.citytext .commenttext_text p{
	padding: 0;
	color: #333;
}

.content121212 .commenttext_text textarea,
.citytext .commenttext_text textarea{
	border:1px solid #ccc;
	width:625px;
	height: 48px;
	color: #999;
	font: 500 13px Arial;
}

.content121212 .commenttext_text textarea{
	width:577px;
}

.content121212 .commenttext_text .button,
.citytext .commenttext_text .button,
.content121212 .commenttext_text .buttonreg,
.citytext .commenttext_text .buttonreg,
.content121212 .commenttext_text .buttonauth,
.citytext .commenttext_text .buttonauth{
	background: url(http://static.arrivo.ru/img/all/pdf1.png) repeat scroll 0 23px transparent;
	border: 1px solid #DCDCDC;
	color: #555555;
	cursor: pointer;
	font: 500 12px Arial;
	height: 19px;
	margin: 12px 0 0;
	padding: 4px 0 0 5px;
	width: 65px;
}

.content121212 .commenttext_text .buttonauth,
.citytext .commenttext_text .buttonauth{
	padding-left: 15px;
	width: 50px;
	float: left;
}

.content121212 .commenttext_text .buttonreg,
.citytext .commenttext_text .buttonreg{
	margin-left: 15px;
	
	width: 120px;
	float: left;
}

.content121212 .commenttext_text .button:hover,
.citytext .commenttext_text .button:hover,
.content121212 .commenttext_text .buttonreg:hover,
.citytext .commenttext_text .buttonreg:hover,
.content121212 .commenttext_text .buttonauth:hover,
.citytext .commenttext_text .buttonauth:hover{
	color: #111;
}

.content121212 .commenttext_time,
.citytext .commenttext_time{
	padding: 10px 0 0;
	color: #a0a0a0;
	font: 500 11px Arial;
}

/*****************************************************************************************************************/

.gallery {
	position: relative;
	/*border-top: 1px solid #5E4F50;*/
}
.gallery h1 {
	padding: 15px 0 20px 0;
	font: 500 22px Arial;
	color: #da4901;
}
.gallery .teaser {
	padding: 15px 0 20px 5px;
	position: absolute;
	top: 10px;
	right: 179px;
	font: 500 12px Arial;
	color: #333;
}

.gallery .frame{
	margin: 0 0 25px;
	width: 783px;
	height: 522px;
	position: relative;
	border: 1px solid #333;
	background: url("http://static.arrivo.ru/img/gallery/gallery.gif") no-repeat 50% 50%;
}
.gallery .frame img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	max-height: 522px;
	-ms-interpolation-mode: bicubic;
}

.gallery .frame .photonum{
	position: absolute;
	top: -16px;
	right: -1px;
	color: #5e5e5e;
	font-size: 11px;
}

.gallery .frame .change .photonum{
	display: none;
}

.gallery .frame .ipad{
	padding: 2px 11px 3px;
	/*width: 29px;
	height: 29px;*/
	position: absolute;
	bottom: 11px;
	left: 11px;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #000;
	font: 700 20px Georgia, Arial;
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50) !important;
}

.gallery .frame .line {
	width: 783px;
	height: 50px;
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70) !important;
}
.gallery .frame .text {
	position: absolute;
	display: none;
	top: 490px;
	left: 11px;
	font: 500 14px Arial;
	color: #fff;
}
.gallery .frame .text a {
	text-decoration: underline;
}
.gallery .frame .text span{
	color: #777;
	font: 500 9px Arial;
	position: relative;
	top:2px;
}
.gallery .frame .left,
.gallery .frame .right {
	width: 29px;
	height: 29px;
	position: absolute;
	display: none;
	bottom: 11px;
	right: 51px;
	background: url("http://static.arrivo.ru/img/all/galleryarrleft.png") no-repeat center;
	border: 1px solid #fff;
	border-radius: 0px;
	opacity: 0;
}
.gallery .frame .right {
	right: 11px;
	background: url("http://static.arrivo.ru/img/all/galleryarrright.png") no-repeat center;
}
.gallery .frame .right.active {
	cursor: pointer;
	opacity: 1;
}
.gallery .frame .left.active {
	cursor: pointer;
	opacity: 1;
}
.gallery .vertical {
	width: 135px;
	height: 524px;
	position: absolute;
	float: right;
	top: 61px;
	right: 0px;
}
.gallery .vertical img {
	vertical-align: top;
	margin: 0 0 10px 0;
}
.gallery .vertical img.shadow {
	opacity: 0.5;
	filter: alpha(opacity=50); 
	cursor: pointer;
}
.gallery .vertical .up {
	margin: 0 0 12px 0;
	width: 100%;
	height: 30px;
	background-color: #e3e3e3;
	background-image: url("http://static.arrivo.ru/img/all/galleryarrup.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.gallery .vertical .up.active:hover {
	background-color: #ccc;
}
.gallery .vertical .down {
	position: absolute;
	top: 482px;
	left: 0px;
	margin: 12px 0 0;
	width: 100%;
	height: 30px;
	background-color: #e3e3e3;
	background-image: url("http://static.arrivo.ru/img/all/galleryarrdown.png");
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.gallery .vertical .down.active:hover {
	background-color: #ccc;
}



.gallery .black {
	margin: 0 0 25px;
	padding: 0 10px;
	height: 95px;
	background-color: #0a0a0a;
	color: #eee;
}

.gallery .black .click01{
	padding: 8px 15px 0;
	float: left;
}

.gallery .black .click0,
.gallery .black .click1{
	margin: 7px 0;
	height: 16px;
	float: left;
	font: 500 14px Arial;
	color: #9bc1f7;
}

.gallery .black .click0.active,
.gallery .black .click1.active {
	color: #999;
	border-bottom: 1px dotted;
}

.gallery .black .click0.active:hover,
.gallery .black .click1.active:hover{
	cursor: pointer;
	color: #777;
}

.gallery .black .td,
.gallery .black .td1{
	width: 185px;
	height: 50px;
	float: left;
}

.gallery .black .td1{
	display: none;
}

.gallery .black a{
	padding: 1px 0 1px 11px;
	background-image: url("http://static.arrivo.ru/img/all/li1.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
	display: block;
	color: #eee;
	text-decoration: none;
}
.gallery .black a:hover{
	text-decoration: underline;
}

.gallery .stext{
	clear: both;
	margin: 0 0 25px;
}

.gallery .stext h1{
	padding: 0 0 3px;
	font: 500 29px Arial;
	color: #da4901;
}

.gallery .stext h2{
	padding: 14px 0 5px;
	font: 500 20px Arial;
	color: #222222;
}

.gallery .stext h3{
	padding: 9px 0 5px;
	font: 700 15px Arial;
	color: #2a2a2a;
}
.gallery .stext p{
	padding: 4px 0;
	font: 500 13px Arial;
	color: #333;
	text-align: left;
}

.change iframe {
	position: relative;
	z-index: 1;
}

/****************************************************************************************************************************************/

.userpage_all{
	margin: 20px auto;
	padding: 14px 19px;
	width: 924px;
	border: 1px solid #ccc;
}

.userpage_top{
	margin: 0 0 14px;
	padding: 0 0 17px 0;
	border-bottom: 1px solid #ededed;
}

.userpage_top a{
	font: 500 13px Arial;
	color: #333;
	text-decoration: none;
}

.userpage_top a:hover{
	text-decoration: underline;
}

.userpage_top div{
	font: 700 13px Arial;
	color: #f36621;
}

.userpage_left {
	width: 241px;
	float: left;
	padding: 0 19px 19px 0;
	border-right: 1px solid #ddd;
	min-height: 600px;
}

.userpage_info {
	float: right;
	width: 644px;
}

.userpage_info a{
	line-height: 20px;
	color: #045FBA;
	text-decoration: none;
}

.userpage_info a:hover{
	text-decoration: underline;
}