body {
	background-image: url(../images/template/outer_bg.png);
	background-repeat: repeat;
	background-color: #000000;
	width: 980px;
	margin: 0 auto 20px;
	font-family: 'Tahoma', 'Trebuchet MS', 'Arial', 'Times New Roman';
	font-size: 8pt;
	color: #999999;
}

#logo {
	padding: 10px 0 15px 30px;
	float: left;
}

#head_right {
	float: right;
}

#now_playing {
	float: right;
	padding-right: 18px;
}

#now_playing #left_corner {
	background-image: url(../images/template/now_playing_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 13px;
	height: 24px;
	float: right;
}

#now_playing #title {
	background-image: url(../images/template/now_playing_title_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 24px;
	padding-right: 8px;
	float: right;
	line-height: 20px;
	white-space: nowrap;
	font-size: 7pt;
	color: #222222;
}

#now_playing #now_playing_cont {
	background-image: url(../images/template/now_playing_cont_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 24px;
	float: right;
	padding-left: 5px;
	line-height: 18px;
	white-space: nowrap;
	color: #3589be;
}

#now_playing #right_corner {
	background-image: url(../images/template/now_playing_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 13px;
	height: 24px;
	float: right;
}

#top_search {
	padding: 20px 52px 0 0;
	float: right;
}

#top_search #image {
	background-image: url(../images/template/top_search_input_bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 246px;
	height: 26px;
	float: right;
}

#top_search_input {
	width: 230px;
	height: 18px;
	margin: 1px -246px 0 0;
	padding: 6px 5px 0 5px;
	float: right;
	background-color: #303030;
	border: none;
	color: #666666;
}

#top_search_btn {
	width: 32px;
	height: 26px;
	right: -278px;
	float: right;
	position: relative;
}

ul#top_menu {
	background-image: url(../images/template/top_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	width: 980px;
	height: 40px;
}

ul#top_menu li {
	display: inline;
}

ul#top_menu li#top_menu_left {
	background-image: url(../images/template/top_menu_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 10px;
	height: 40px;
	padding-right: 20px;
	float: left;
}

ul#top_menu li#top_menu_right {
	background-image: url(../images/template/top_menu_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 10px;
	height: 40px;
	float: right;
}

ul#top_menu .div  {
	background-image: url(../images/template/top_menu_div.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 40px;
	padding: 0 1px;
	margin-left: -1px;
	float: left;
}

ul#top_menu li a.menu_link {
	background-image: url(../images/template/top_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 40px;
	padding: 0 20px;
	float: left;
	display: block;
	white-space: nowrap;
	line-height: 40px;
	color: #b8b8b8;
	text-transform: uppercase;
	text-decoration: none;
}

ul#top_menu li a.menu_link:hover {
	background-position: 0 -40px;
	color: #3589be;
}






/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	background-image: url(../images/template/top_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 40px;
	padding: 0 20px;
	float: left;
	display: block;
	white-space: nowrap;
	line-height: 40px;
	color: #b8b8b8;
	text-transform: uppercase;
	text-decoration: none;
}

/* style the links hover */
.menu a:hover{
	background-position: 0 -40px;
	color: #3589be;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top: 40px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu ul li ul li a {
	width:100px;
	background: #333;
}














#submenu {
	background-image: url(../images/template/submenu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	width: 950px;
	height: 21px;
	padding: 5px 15px;
	text-transform: uppercase;
}

#path {
	float: left;
}

#date {
	float: right;
}

#submenu .textbox_left {
	background-image: url(../images/template/submenu_textbox_left.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	width: 5px;
	height: 20px;
	float: left;
}

#submenu .textbox {
	background-image: url(../images/template/submenu_textbox_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 20px;
	padding: 0 5px;
	line-height: 18px;
	float: left;
}

#submenu .textbox_right {
	background-image: url(../images/template/submenu_textbox_right.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	width: 5px;
	height: 20px;
	float: left;
}

#submenu .textbox .div {
	padding: 0 3px;
}

#body {
	width: 960px;
	min-height: 450px;
	padding: 10px;
	background-color: #1c1c1c;
}

* html .body {
	height: 450px;
}

#google_ad {
	width: 960px;
	margin: auto;
	padding: 2px;
	background-color: #333333;
	border: solid 1px #3d3d3d;
	text-align: center;
}

.box,
.box_inline {
	margin-top: 10px;
}

.box .colhead {
	background-image: url(../images/template/box_colhead_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #000000;
	height: 30px;
}

.box .colhead img {
	margin: 5px 10px 5px 10px;
	float: left;
}

.box .colhead h2 {
	float: left;
	line-height: 30px;
	font-weight: normal;
	color: #bbbbbb;
	text-transform: uppercase;
}

.box .body .arrow {
	background-image: url(../images/template/box_colhead_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000000;
	width: 19px;
	height: 10px;
	margin-bottom: 5px;
}

.box .body_foot .arrow  {
	background-image: url(../images/template/box_colhead_foot_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000000;
	width: 19px;
	height: 10px;
	margin-bottom: 5px;
}

.box .body {
	background-image: url(../images/template/box_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #000000;
	min-height: 92px;
}

.box .body .cont {
	padding: 0 10px 0 10px;
}

.box_inline .cont {
	padding: 0 10px 10px 10px !important;
}

.box .body .box_left,
.box_inline .box_left {
	background-image: url(../images/template/box_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000000;
	width: 10px;
	height: 10px;
	float: left;
}

.box .body .box_right,
.box_inline .box_right {
	background-image: url(../images/template/box_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #000000;
	width: 10px;
	height: 10px;
	float: right;
}

.box .body_foot {
	padding: 0 10px 10px 10px;
	background-image: url(../images/template/box_foot_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #333333;
	min-height: 92px;
}

* html .box .body,
* html .box .body_foot {
	height: 92px;
}

.box_inline {
	background-color: #000000;
}

.foot_box_inline {
	background-color: #333333;
}

.box_inline .box,
.foot_box_inline .box {
	margin-top: 0;
}

ul.list {
	margin-left: 20px;
	line-height: 18px;
	list-style-type: square;
}

#news {
	width: 550px;
	float: left;
}

#aboutus {
	width: 400px;
	float: right;
}

.inline_left,
.inline_center {
	width: 280px;
	float: left;
}

.inline_right {
	width: 400px;
	float: left;
}

#foot {
	margin-bottom: 10px;
}

#foot_left{
	width: 365px;
	float: left;
}

#foot_center  {
	width: 355px;
	float: left;
}

#foot_right {
	width: 260px;
	float: left;
}

#float_left {
	width: 705px;
	float: left;
	text-align: center;
}

#float_right {
	width: 245px;
	margin-top: 10px;
	float: right;
}

#aboutus .body img {
	float: right;
	padding: 0 10px;
}

.img_box50 {
	width: 52px;
	height: 52px;
	margin: 0 3px 3px 0;
	float: left;
	background-color: #191919;
	border: solid 1px #403f3f;
}

.img_box50 img,
.img_box80 img  {
	padding: 1px;
}

.last_img {
	margin-right: 0;
}

input.field {
	width: 225px;
	height: 16px;
	padding: 2px 2px 0 2px;
	background-color: #b6b6b6;
	border: solid 1px #767676;
	color: #333333;
}

input.btn {
	background-image: url(../images/template/btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 70px;
	height: 20px;
	padding-bottom: 2px;
	float: right;
	border: none;
	cursor: pointer;
	color: #bbbbbb;
	font-size: 8pt;
}

input.btn:hover {
	background-position: 0 -20px;
	color: #ffffff;
}

.div_h {
	background-image: url(../images/template/div_225_h.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 225px;
	height: 2px;
	margin-bottom: 10px;
}

#block_link {
	display: block;
	margin: 20px 0;
}

#links {
	text-align: center;
}

.ascultatori_top {
	background-image: url(../images/template/ascultatori_top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 345px;
	height: 10px;
}

.ascultatori {
	width: 325px;
	padding: 0 10px;
	background-color: #000000;
}

.ascultatori_bottom {
	background-image: url(../images/template/ascultatori_bottom.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 345px;
	height: 10px;
}

.img_box80 {
	width: 102px;
	height: 111px;
	float: left;
	background-color: #000000;
	border: solid 1px #5e5e5e;
}

.text {
	width: 198px;
	padding: 5px 10px;
	float: left;
	color: #888888;
}

.text h2 {
	margin-bottom: 8px;
	font-size: 10pt;
}

.more {
	line-height: 12px;
	font-weight: bold;
	font-size: 11pt;
	color: #3589be;
}

#foto_album {
	width: 250px;
	float: left;
}

ul.gallery li {
	height: 15px;
	margin-bottom: 5px;
	padding: 5px 0 5px 0;
	line-height: 15px;
	border-bottom: solid 1px #333333;
}

ul.gallery li a {
	width: 100%;
	display: block;
}

.album_cont {
	width: 670px;
	padding: 0 20px 0 20px;
	float: left;
}

h1.big_title {
	margin: 0 0 0px 0px;
	line-height: 20px;
	font-size: 14pt;
	color: #3589be;
	margin-left:-20px;
	width:500px;
}

a.foto {
	width: 104px;
	height: 84px;
	margin: 0 5px 0 5px;
}

a.foto img {
	padding: 1px;
	background-color: #000000;
	border: solid 1px #5E5E5E;"
}

.line {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #333333;
}

.dj_img {
	width: 64px;
	padding: 2px;
	margin: 0px 10px 0px 0px;
	float: left;
	background-color: #000000;
	border: 1px solid #5E5E5E;
}

.dj_descr {
	width: 100%; padding: 0 0px 0px 0; float: left; font-size: 10pt; font-family: trebuchet ms; line-height: 16px; text-indent: 20px; text-align: justify;
}

ul.foot_list {
	margin-left: 20px;
	line-height: 20px;
	list-style-type: decimal;
	color: #3589be;
}

ul.foot_list li {
	border-bottom: solid 1px #3d3d3d;
}

ul.foot_list a {
	display: block;
	color: #d6d6d6;
}

ul.foot_list .light {
	padding: 5px 0 0 0;
}

ul.foot_list .dark {
	padding: 0 0 5px 5px;
	color: #888888;
}

ul.foot_list .dark a {
	color: #888888;
}

ul#sites {
	list-style-image:url(../images/template/foot_arrow_bullet.png);
}

ul#foot_menu {
	background-image: url(../images/template/foot_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	width: 980px;
	height: 31px;
	margin-bottom: 10px;
}

ul#foot_menu li {
	display: inline;
}

ul#foot_menu li#foot_menu_left {
	background-image: url(../images/template/foot_menu_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 10px;
	height: 31px;
	padding-right: 20px;
	float: left;
}

ul#foot_menu li#foot_menu_right {
	background-image: url(../images/template/foot_menu_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 10px;
	height: 31px;
	float: right;
}

ul#foot_menu .div  {
	background-image: url(../images/template/foot_menu_div.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 31px;
	padding: 0 1px;
	margin-left: -1px;
	float: left;
}

ul#foot_menu li a.menu_link {
	background-image: url(../images/template/foot_menu_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	height: 31px;
	padding: 0 20px;
	float: left;
	display: block;
	white-space: nowrap;
	line-height: 31px;
	color: #b8b8b8;
	text-transform: uppercase;
	text-decoration: none;
}

ul#foot_menu li a.menu_link:hover {
	background-position: 0 -31px;
	color: #3589be;
}

ul#foot_menu li#foot_text {
	padding-right: 20px;
	float: right;
	line-height: 31px;
}

#valid {
	padding: 10px 20px 0 0;
	float: right;
}

ul.numb_list,
ul.numb_list ul {
	line-height: 20px;
	margin-bottom: 10px;
}

ul.numb_list li {
	list-style-type: decimal;
	margin-left: 25px;
	line-height: 16px;
}

.dots_list {
	list-style-type: disc !important;
}

.simple_list {
	list-style-type: none !important;
}

.list_title {
	color: #3589be;
}

p {
	line-height: 16px;
}

p.paragraph {
	text-indent: 10px;
}

a {
	color: #3589be;
	text-decoration: none;
}

a:hover,
ul.foot_list a:hover {
	color: #cc4a30;
	text-decoration: none;
}

.clr {
	clear: both;
}