/* /////////// BTNS ////////// */


#p-rcb #navigation a.btn_range{
	width: 290px; /* 480px - 30px */
	height: 134px; /* 164px - 30px */
	display:block;
	outline:none;
	background:url(../images/general/btns_dect_01_small.png) 0 -172px no-repeat;/* set background to 0 0 when li fader won't work in several browsers */
	padding:30px 0 0 30px;
	margin-top:2px;
	font-size:12px;
	line-height:16px;
}
#p-rcb #navigation a.btn_range2{
	width: 290px;
	height: 134px;
	display:block;
	outline:none;
	background:url(../images/general/btns_dect_02_small.png) 0 -172px no-repeat;
	padding:30px 0 0 30px;
	margin-top:2px;
	font-size:12px;
	line-height:16px;
}
#p-rcb #navigation a.btn_range3{
	width: 290px;
	height: 134px;
	display:block;
	outline:none;
	background:url(../images/general/btns_dect_03_small.png) 0 -172px no-repeat;
	padding:30px 0 0 30px;
	margin-top:2px;
	font-size:12px;
	line-height:16px;
}

/* ////////////////////////////// BUTTONS ////////////////////////////// */
/* CSS PART BTNS */
#p-rcb .btns_wrap{
	width:960px;
	float:left;
	padding:0px 0 2px 0;
}
#p-rcb .btns_wrap ul{
	list-style:none;
}
#p-rcb .btns_wrap ul li{
	width:320px;
	float:left;
}
#p-rcb .btns_wrap ul li p{
	margin:0;
}
#p-rcb .btns_wrap ul a{
	color:#ecebee;
	font-size:10x;
	text-decoration:none;
}

/* /////////// BTNS ////////// */


.copy_our_phones {
    font-size: 12px;
    line-height: 16px;
	width: 140px;
}

.copy_mysound {
	font-size: 12px;
	line-height: 16px;
	width: 140px;
}

.copy_news {
	font-size: 12px;
	line-height: 16px;
	width: 140px; 
	margin-top: -15px;
}

#p-rcb #news .news_intro_img{
    float: left;
    margin: 30px 30px 0 0;
    text-align: center;
    width: 165px;
}

.news_intro_left {
	float: left;
	width: 735px;
	padding-top: 40px;
}

.news_intro_right {
	float: left;
	width: 450px;
	padding-top: 40px;
}

#p-rcb #news  p.news_intro_right {
	float: left;
	margin: 0;
	padding: 0;
}

#p-rcb #news #article1 .small {
    background: url("../images/phone_closed_top_first.jpg") no-repeat scroll left top #F5F5F5;
    height: 200px;
}

#p-rcb #news .news_full_img{
    float: left;
    width: 375px;
}

#p-rcb #news .news_full_img IMG {
    float: left;
    margin-left: 50px;
    margin-top: -3px;
}

#p-rcb #news .news_content{
    float: left;
    width: 525px;
	margin: 30px 0 0 30px;
}

/* popup */
.popup{
	width:506px; /* player height + padding left and right (486 + 20)*/
	display:none;
	background:#fff;
	border:1px solid black;
	padding:4px;
}

.popup .navigation {
	float:right;	
}

.popup .content{
	padding:10px;
}

.popupbrightcove{
	height:447px; /* player height + padding top and bottom + close button height (412 + 20 + 15)*/
}