body{
	padding:0 0 0px 0px;
	margin:0;
	background-image:url('/media/layout/bg.gif');
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}
body,input,select,textarea,table{
	font-family:Tahoma;
	font-size:11px;
	color:#393939;
}

img{
	border:0px;
}
a{
	text-decoration:none;
	color:#D70000;
}
h1{
	margin:10px 0 10px 7px;
	font-size:16px;
	color:#D70000;
}
h2{
	padding:12px 13px 7px 0;
	margin:0 0 7px 0;
	text-align:right;
	font-size:16px;
	color:#D81013;
	border-bottom:3px solid #DEDEDE;
}
h3{
	margin:0;
}
form{
	margin:0;
}
.clear{
	clear:both;
}


#container{
	width:990px;
	margin:0 auto;
}


#header{
	height:111px;
	padding:6px 0 0 20px;
}
#logo{
	padding:15px 15px 0 0;
	float:left;
}
#banner_top{
	float:left;
}


#menu{
	padding-left:76px;
	clear:both;
}
#menu a{
	width:138px;
	height:35px;
	margin-right:3px;
	background-image:url("/media/layout/bg_button_off.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	line-height:2.9;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#181818;
	display:block;
	float:left;
}
#menu a.on{
	background-image:url("/media/layout/bg_button_on.gif");
}


#page_container{
	background-image:url("/media/layout/bg_page.gif");
	background-repeat:repeat-y;
	clear:both;
}
#page{
	padding-bottom:10px;
	background-image:url("/media/layout/bg_page_top.gif");
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
		
}


#left_column{
	width:184px;
	padding-left:21px;
	padding-top:15px;
	float:left;
}
#menu_left_container{
	background-image:url("/media/layout/bg_menu.gif");
	background-position:right;
	background-repeat:repeat-y;
}
#menu_left{
	padding-bottom:9px;
	background-image:url("/media/layout/bg_menu_bottom.gif");
	background-position:bottom right;
	background-repeat:no-repeat;
}
#menu_left ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu_left li{
	width:160px;
	margin:3px 8px 2px 8px;
	padding-left:8px;
	padding-bottom:3px;
	background-image:url("/media/layout/menu_bullet.gif");
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:1px solid #D80808;
}
#menu_left li.submenu{
	background:none;
	padding-left:15px;
	width:153px;
}
#menu_left a{
	font-weight:bold;
	color:#ffffff;
}
#menu_left li.on a{
	text-decoration:underline;
}	

#search_form{
	margin:13px 0;
}
#search_text{
	width:104px;
	height:14px;
	padding:8px 15px;
	background-image:url("/media/layout/bg_input_grey.gif");
	background-repeat:no-repeat;
	border:0px;
	color:#7A7A7A;
	float:left;
}
#search_button{
	margin:1px 0 0 5px;
	float:left;
	border:0px;
}


#contents_column{
	width:342px;
	margin:0 13px 0 17px;
	float:left;
}
#page_contents{
	width:342px;
	max-width:342px;
	word-wrap:break-word;
	text-align:justify;
}
#url_map{
	height:12px;
	padding:12px 23px 9px 0;
	text-align:right;
	font-size:10px;
}
#url_map img{
	vertical-align:text-bottom;
}
a#url1{
	color:#5B5B5B;
}
a#url2{
	color:#9B0000;
}
a#url3{
	font-weight:bold;
	color:#9B0000;
}
#sort_form{
	margin:0;
	padding:8px 0;
	text-align:right;
	border-bottom:1px solid #DEDEDE;
}
#sort_form a{
	float:left;
	line-height:2;
}
select{
	padding:1px 1px 1px 5px;
	border:1px solid #BBBBBB;
	color:#7B7B7B;
}
#log_in{
	padding-bottom:15px;
}
#log_in a{
	font-weight:bold;
	color:#D70000;
}

table#add_list{
	width:342px;
	overflow:hidden;
}
#add_list td{
	padding:10px 3px 0 0;
}
#add_list td.img_td{
	width:100px;
	padding:10px 12px 10px 3px;
	text-align:center;
	border-bottom:1px solid #DEDEDE;
}
#add_list h3 a{
	padding-top:10px;
	font-size:13px;
	text-decoration:underline;
	color:#D40000;
}
#add_list td.expiry_date{
	padding:5px 3px 10px 0;
	text-align:right;
	font-style:italic;
	color:#8F8F8F;
	border-bottom:1px solid #DEDEDE;
}


#news_column{
	width:209px;
	float:left;
	overflow:hidden;
}

#subscribe_form{
	margin:0;
	padding:10px 0 8px 10px;
	border:0px;
}
#subscriber_email{
	width:104px;
	height:14px;
	padding:8px 15px;
	background-image:url("/media/layout/bg_input_white.gif");
	background-repeat:no-repeat;
	border:0px;
	color:#7A7A7A;
	float:left;
}
#subscribe_button{
	margin:1px 0 0 5px;
	float:left;
}


.article_intro{
	padding:8px 5px;
}
.article_intro h3{
	padding-left:8px;
	font-size:11px;
}
.article_intro h3 a{
	color:#D70000;
}
.article_intro .publish_date{
	padding:0 0 5px 8px;
	font-size:10px;
	color:#A1A1A1;
}
.article_intro img{
	margin:4px 5px 0 0;
	float:left;
}
.article_intro a img{
	border:3px solid #E3E3E3;
}
ul#other_titles{
	margin:0;
	padding:0;
	list-style:none;
}
ul#other_titles li{
	margin-left:8px;
	padding:1px 0 4px 10px;
	background-image:url("/media/layout/bullet_arrow.gif");
	background-position:left;
	background-repeat:no-repeat;
}
ul#other_titles a{
	color:#393939;
}

#premium_column{
	width:193px;
	padding-left:3px;
	height:100px;
	float:left;
}
#premium_column h2{
	margin-bottom:16px;
}
#adauga_premium{
	padding-right:10px;
	margin-bottom:20px;
	text-align:right;
}
.premium_add{
	padding:0 10px 0px 8px;
	border-bottom:1px solid #eeeeee;	
	padding-top:8px;
}
.premium_add img{
	margin-top:-2px;
	margin-left:7px;
	float:right;
}
.premium_add a{
	padding-top:5px;
/*	text-decoration:underline;*/
	color:#002645;
}
.premium_add .clear{
	height:10px;
	font-size:5px;
}

#footer{
	padding-top:20px;
	background-image:url("/media/layout/bg_footer.gif");
	background-position:top;
	background-repeat:no-repeat;
	font-size:10px;
	color:#6E6E6E;
}
#menu_bottom{
	padding-bottom:40px;
	color:#ffffff;
}
#menu_bottom a{
	margin:0 5px;
	color:#ffffff;
}
#menu_bottom a.on{
	text-decoration:underline;
}


form.tablestyle td{
	padding:4px;
}
td.label_cell{
	text-align:right;
}
.field{
	border:1px solid #BBBBBB;
	color:#7B7B7B;
}
input.field, textarea.field{
	width:222px;
	padding:3px;
}
textarea.field{
	height:100px;
}
select.field{
	width:230px;
	padding:3px 2px 3px 3px;
}
input.longer, textarea.longer{
	width:252px;
}
textarea.longer{
	height:400px;
}
select.longer{
	width:260px;
}
.submit{
	padding:3px 8px;
	border:0px;
	background-color:#D70000;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
.mandatory{
	font-weight:bold;
	color:#D70000;
}
#note{
	padding-top:10px;
	margin-top:30px;
	border-top:1px solid #BBBBBB;
	text-align:center;
}
.message a{
	font-weight:bold;
}
.message h4{
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	margin:20px 0;
/*	padding:5px 0 7px 30px;*/
	padding:5px;
}
.success h4{
/*	background-color:#B81724;
	background-image:url(/media/layout/bifa.gif);*/
	background-color:#D70000;
	background-position:left top;
	background-repeat:no-repeat;
}
.error h4{
/*	background-color:#9C0226;
	background-image:url(/media/layout/cross.gif);*/
	background-color:#D70000;
	background-position:left top;
	background-repeat:no-repeat;	
}
.message ul{
	list-style-type:none;	
	font-weight:bold;
	margin:15px 15px 35px 0;
	border-bottom:1px dashed #B81822;
	padding: 0 0 20px 20px;
}
.message li.first{
	list-style-type:disc;	
	font-weight:normal;
}


#user_zone ul{
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5;
}
#user_zone li h4{
	margin:0;
	padding:10px 0 0 0;
	font-size:11px;
}

#my_adds tr:hover{
	background-color:#f4f4f4;
}
#my_adds tr.section_name:hover{
	background-color:#ffffff;
}
#my_adds td{
	padding:10px 5px;
}
#my_adds a{
	margin:0 5px;
}

#anuntul td{
	padding:5px;
	word-wrap:break-word;
}
.td_border_bottom{
	border-bottom:1px solid #eeeeee;
}
.small_links a { 
	background-color:#D70000;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	padding:5px;
}


#pages_scroll{
	padding:10px;
	font-size:10px;
}
#pages_scroll a{
	margin:0 5px;
}


.article_intro_big{
	padding:8px 5px;
}
.article_intro_big h3{
	margin-top:3px;
	font-size:11px;
}
.article_intro_big h3 a{
	color:#D70000;
}
.article_intro_big .publish_date{
	padding:0 0 5px 0;
	font-size:10px;
	color:#A1A1A1;
}
#article .publish_date{
	padding:0 0 10px 0;
	color:#A1A1A1;
}
.article_intro_big img, #article img{
	margin:0 16px 0 0;
	float:left;
}
#other_links h3{
	margin:20px 0 10px 0;
	font-size:12px;
}
#other_links br{
	line-height:50%;
}

#contact_form{
	margin:20px;
}


ul#search_results{
	margin:10px 0;
	padding:0;
	list-style-type:none;
}
ul#search_results li{
	margin-bottom:5px;
}

.notify{
	padding:0 7px;
}


.package{
	padding:10px;
	margin:10px 0;
	border:1px solid #e7e7e7;
}
.package h3{
	margin-bottom:10px;
	font-size:14px;
	color:#D70000;
}
.package h4{
	margin:10px 0;
	font-size:11px;
}
