@import url('reset.css');
 img, div, input { behavior: url("../js/iepngfix.htc") }
body {
	color:#2f2f2f;
	background:#fff;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:16px;
}
h5 {
	font-size:15px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
	color:#fff;
}
a {
	color:#0597ba;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#0060bf;
}
.header-advert {
	height:130px;
	width:930px;
	margin:0 auto;
}


.header-advert728x90 {
	height:91px;
	width:720px;
	margin:0 auto;
}


.yellow-bar {
	float:left;
	width:100%;
	height:34px;
	background:url(../img2010/yellowbar.gif) repeat-x;
}
.yellow-bar-wrapper {
	margin:0 auto;
	width:1000px;
	font-weight:bold;
	color:#000;
}
.yellow-bar-wrapper a {
	color:#000;
	text-decoration:none;
}
.yellow-bar-wrapper a:hover {
	text-decoration:underline;
}
.rss {
	padding:10px 0 0 14px;
	float:left;
}
.rss img {
	float:left;
	width:10px;
	margin:0 10px 0 0;
}
.rss p {
	float:left;
}
.yellow-bar-wrapper ul {
	float:right;
	margin:6px 14px 0 0;
	color:#f5de84;
}
.yellow-bar-wrapper ul li {
	float:left;

}
.yellow-bar-wrapper ul li img {
	position:relative;
	top:3px;
	margin-right:6px;
}
.lightblue-grad {
	float:left;
	height:110px;
	background:url(../img2010/lm_bg.gif) repeat-x;
	width:100%;
}
.lb-wrapper {
	margin:0 auto;
	width:1000px;
}
.logo {
	float:left;
	width:233px;
	margin:10px 10px 0 0;
}
.blue-box {
	float:left;
	background:url(../img2010/blue_box.gif) no-repeat;
	height:50px;
	margin:10px 1px 0 0;
	width:167px;
}
.blue-box:hover {
	background:url(../img2010/blue_box_hover.gif) no-repeat;
}
.blue-box img {
	float:left;
	margin:1px 6px 0 4px;
}
.blue-box p {
	float:left;
	width:102px;
	margin:8px 0 0 0;
}
.blue-box p a {
	color:#056cb9;
}
.search-fieldset {
	float:left;
	margin:10px 0 0 20px;
	width:230px;
}
.search-input-bg {
	float:left;
	width:162px;
	height:22px;
	background:url(../img2010/search_bg.gif) no-repeat;
	margin:0 8px 0 0;
}
.search-input {
	border:0 none;
	background:0 none;
	margin:4px 0 0 6px;
	font-size:11px;
	width:148px;
	color:#3f8796;	
}
.small-menu {
	float:left;
	margin:2px 0 0 27px;
}
.small-menu li {
	float:left;
	color:#83d3e8;
}
.small-menu li a {
	color:#056cb9;
}


.jqueryslidemenu1 {
	height:16px;
	width:120px;
	margin-top:0px;
	float:left;	
	display:block;
	position:relative;	
	z-index:150;

}

.jqueryslidemenu1 ul {
	float:left;
	margin:0 0 0 0px;
	list-style-type:none;	
}

/*Top level list items*/
.jqueryslidemenu1 ul li {
	display:inline;
	position:relative;
}

/* Top level menu link items style */	
.jqueryslidemenu1 ul li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin:0px 0px 0 0px;
	width:120px;
	height:16px;
	padding:0px 0 0 0;
	text-align:center;
	padding-bottom:3px; /* distance between main menu and dropdowns */
}

* html .jqueryslidemenu1 ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}

/*1st sub level menu*/
.jqueryslidemenu1 ul li ul {
	display:block;
	left:10;
	position:absolute;
	visibility:hidden;
	border-top:1px solid #65bad1; /* border top of first sub level menu */	
}
/* Sub level menu list items (undo style from Top level List Items) */
.jqueryslidemenu1 ul li ul li {
	display:list-item;
	float:none;
	position:relative;
}
/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu1 ul li ul li ul {
	margin-top:-1px; 
	border-top:1px solid #65bad1;	
	margin-left:-1px;
}
.jqueryslidemenu1 ul li ul li ul a {
	top:0;
}
/* Sub level menu links style */
.jqueryslidemenu1 ul li ul li a {
	width:155px; /* width of sub menus */
	background:#fff;
	border-top-width:0;
	text-align:left;
	padding:4px 0 0 10px;
	margin:0;
	height:20px;
	border-bottom:1px solid #65bad1;
	border-left:1px solid #65bad1;
	border-right:1px solid #65bad1;
}
.jqueryslidemenu1 ul li ul li a:hover {
	color:#ff0000;
}





.jqueryslidemenu {
	float:left;
	height:30px;
	width:1000px;
	background:url(../img2010/main_menu_bg.gif) no-repeat;
	margin-top:6px;
	
	display:block;
	position:relative;	
	z-index:100;

}
.jqueryslidemenu ul {
	float:left;
	margin:0 0 0 4px;
	list-style-type:none;	
}

/*Top level list items*/
.jqueryslidemenu ul li {
	float:left;
	display:inline;
	position:relative;
}

/* Top level menu link items style */	
.jqueryslidemenu ul li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin:3px 2px 0 2px;
	width:86px;
	height:24px;
	padding:4px 0 0 0;
	text-align:center;
	padding-bottom:0px; /* distance between main menu and dropdowns */
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}

.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul .selected a {
	background:url(../img2010/main_menu_hover.gif) no-repeat;
	color:#fff;
	text-decoration:none;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	display:block;
	left:0;
	position:absolute;
	visibility:hidden;
	border-top:1px solid #65bad1; /* border top of first sub level menu */	
}
/* Sub level menu list items (undo style from Top level List Items) */
.jqueryslidemenu ul li ul li {
	display:list-item;
	float:none;
	position:relative;
}
/* All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	margin-top:-1px; 
	border-top:1px solid #65bad1;	
	margin-left:-1px;
}
.jqueryslidemenu ul li ul li ul a {
	top:0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	width:155px; /* width of sub menus */
	background:#fff;
	border-top-width:0;
	text-align:left;
	padding:4px 0 0 10px;
	margin:0;
	height:20px;
	border-bottom:1px solid #65bad1;
	border-left:1px solid #65bad1;
	border-right:1px solid #65bad1;
}
.jqueryslidemenu ul li ul li a:hover {
	background:#0597bb;
}

.blue-gradient {
	float:left;
	background:url(../img2010/blue_gradient.png) repeat-x;
	height:290px;
	width:100%;
}
.blue-gradient-wrapper {
	margin:0 auto;
	width:1000px;
}
.blue-left {
	float:left;
	width:160px;
	margin:19px 4px 0 0;
}
.panica {
	background:url(../img2010/panica_bg.gif) no-repeat top;
	float:left;
	width:160px;
	height:44px;
}
.panica img {
	float:left;
	width:49px;
	margin:0 6px 0 0;
}
.panica p {
	float:left;
	width:100px;
	color:#0597ba;

}
.panica p a {
	font-weight:bold;
	text-decoration:none;
	margin-top:6px;
	display:block;	
}
.special-club {
	background:url(../img2010/cs_bg.gif) no-repeat;
	float:left;
	width:160px;
	height:81px;	
	margin-top:10px;
}
.special-club img {
	float:left;
	width:33px;
	margin:0 6px 0 10px;	
}
.special-club .special-club-title a {
	font-weight:bold;
	text-decoration:none;
	margin-top:6px;
	display:block;	
}
.club-overview {
	margin-left:10px;
}
.h-concursuri {
	background:url(../img2010/left_blue_bg.gif) no-repeat;
	float:left;
	height:28px;
	width:160px;
	margin-top:10px;
}
.h-concursuri img {
	float:left;
	width:16px;
	margin:5px 6px 0 8px;
}
.h-concursuri p a {
	float:left;
	font-weight:bold;
	text-decoration:none;
	margin-top:6px;
	display:block;		
}
.blue-right {
	float:left;
	width:300px;
	position:relative;
	left:15px;
	top:20px;
}
#body-wrapper {
	margin:0 auto;
	width:1000px;
}
#interior-wrapper {
	margin:0 auto;
	width:1000px;
}
.left-bar {
	float:left;
	width:160px;
	margin:10px 0 0 0;
}
.yellow-time {
	float:left;
	width:100%;
	height:80px;
	background:url(../img2010/time_bg.jpg) no-repeat;
}
.yellow-time h5 {
	margin:10px 0 0 12px;
}
.yellow-time h5 a, .yellow-time h5 a:hover {
	color:#655d29;
	text-decoration:none;
}
.left-menu {
	float:left;
	width:160px;
	margin-top:10px; 
}
.left-menu .blue-bullet {
	float:left;
	width:6px;
	margin:10px 0 0 10px;
}
.left-menu .mm1-list, .left-menu .mm2-list, .left-menu .mm3-list, .left-menu .mm4-list, .left-menu .mm5-list, .left-menu .mm6-list, .left-menu .mm7-list {
	float:left;
	width:100%;
}
.left-menu .mm1-list {
	background:url(../img2010/mm1_bg.gif) no-repeat;
	height:128px;	
}
.left-menu .mm2-list {
	background:url(../img2010/mm2_bg.gif) no-repeat;
	height:139px;	
}
.left-menu .mm3-list {
	background:url(../img2010/mm3_bg.gif) no-repeat;
	height:107px;	
}
.left-menu .mm4-list {
	background:url(../img2010/mm4_bg.gif) no-repeat;
	height:193px;	
}
.left-menu .mm5-list {
	background:url(../img2010/mm5_bg.gif) no-repeat;
	height:159px;	
}
.left-menu .mm6-list {
	background:url(../img2010/mm6_bg.gif) no-repeat;
	height:193px;	
}
.left-menu .mm7-list {
	background:url(../img2010/mm7_bg.gif) no-repeat;
	height:143px;	
}
.left-menu .top-m h6 {
	padding:5px 0 0 0;
	margin-left:8px;
	float:left;
	width:128px;
}
.mm1-list ul, .mm2-list ul, .mm3-list ul, .mm4-list ul, .mm5-list ul, .mm6-list ul, .mm7-list ul  {
	float:left;
	width:140px;
	margin:5px 0 0 0px; 
}
.mm1-list ul li, .mm2-list ul li, .mm3-list ul li, .mm4-list ul li, .mm5-list ul li, .mm6-list ul li, .mm7-list ul li {
	float:left;
	width:130px;
	margin:1px 0 1px 10px;
}
.mm1-list ul li a, .mm2-list ul li a, .mm3-list ul li a, .mm4-list ul li a, .mm5-list ul li a, .mm6-list ul li a, .mm7-list ul li a {
	color:#fff;
	text-decoration:none;
}
.mm1-list ul li a:hover, .mm2-list ul li a:hover, .mm3-list ul li a:hover, .mm4-list ul li a:hover, .mm5-list ul li a:hover, .mm6-list ul li a:hover, .mm7-list ul li a:hover  {
	text-decoration:underline;
}

.yellow-box {
	float:left;
	background:url(../img2010/yellow_bg.gif) no-repeat;
	height:60px;
	width:160px;
	margin:10px 0 0 0;
}
.yellow-box p a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
.yellow-box p a:hover {
	text-decoration:underline;
}
.yellow-box .yb-horoscop {
	margin:22px 0 0 0;
	text-align:center;	
}
.yellow-box .yb-calculatoare {
	margin:16px 0 0 0;
	text-align:center;
}
.yellow-box .yb-abonare {
	margin:16px 0 0 0;
	text-align:center;
}
.left-add {
	float:left;
	width:160px;
	margin-top:10px;
}
.h-wrapper {
	float:left;
	width:830px;
	margin:10px 0 0 8px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}
.int-wrapper {
	float:left;
	width:830px;
	margin:10px 0 0 8px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}
.h-left {
	float:left;
	width:520px;
}
.h-right {
	float:right;
	width:300px;
}
.h-right-ad {
	margin-bottom:10px;
}
.nume-copii {
	float:left;
	background:url(../img2010/nume_copil_bg.png) no-repeat;
	height:80px;
	width:255px;
	margin-right:10px;
}
.nume-copii h5 {
	color:#3da5bf;
	margin:8px 0 0 8px;
	float:left;
}
.nume-copii h6 {
	color::000066;
	margin:0px 0 0 0px;
	width:200px;
	float:left;

}
.nume-copii-fieldset {
	float:left;
	width:200px;
	margin:10px 0 0 10px;
}
.nume-copii-fieldset select {
	float:left; 
	width:74px;
	margin:0 10px 0 0;
}
.calculator-ov-fieldset {
	float:left;
	width:240px;
	margin:5px 0 0 10px;
}
.calculator-ov-fieldset select {
	float:left; 
	width:40px;
	margin:0 10px 0 0;
}
.nc-cauta {
	float:left;
	width:49px;
}
.calculator-ov {
	float:left;
	background:url(../img2010/calc_ov_bg.jpg) no-repeat;
	height:80px;
	width:255px;
}
.calculator-ov h5 {
	color:#000;
	margin:8px 0 0 8px;
}
.ov-date {
	float:left;
	width:92px;
	height:22px;
	background:url(../img2010/ov_date_bg.gif) no-repeat;
	margin-right:6px;	
}
.ov-date input {
	background:0 none;
	border:0 none;
	width:86px;
	font-size:11px;
	margin:3px 0 0 2px;
	color:#0597b8;
	float:left;
}
.ov-calendar-icon {
	float:left;
	width:14px;
	margin:3px 6px 0 0; 
}

#tabs {
	margin:10px 0 0 0;
	width:516px;
	float:left;
}
.ui-tabs { 
	float:left;
	width:100%;
}
.ui-tabs .ui-tabs-nav { 
	position:relative;
	float:left;
	width:100%;
}
.ui-tabs .ui-tabs-nav li { 
	position:relative; 
	float:left; 
	font-weight:bold;
	margin:0 1px 0 0;
	top:1px;
	height:25px;
}
.ui-tabs .ui-tabs-nav li a { 
	float:left; 
	text-decoration:none; 
	color:#000;
	display:block;
	padding:5px 14px 7px 14px;	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
	color:#737373;

}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor:text; 
	color:#737373;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer; 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ 
.ui-tabs .ui-tabs-panel { 
	display:block; 
	border-width:0; 
	background:none;
}
.ui-tabs .ui-tabs-hide { 
	display: none !important; 
}
/* these styles apply only for selected/active tabs */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .tab-left {
	float:left;
	width:6px;
	height:25px;
	background:url(../img2010/active_tab_left.gif) no-repeat;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .tab-middle {
	float:left;
	height:25px;	
	background:url(../img2010/active_tab_middle.gif) repeat-x;	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected .tab-right {
	float:left;
	width:6px;
	height:25px;	
	background:url(../img2010/active_tab_right.gif) no-repeat;
}

/* these styles apply only for normal/non-active tabs */
.ui-tabs-nav li .tab-left { 
	float:left;
	width:6px;
	height:25px;
	background:url(../img2010/nonactive_tab_left.gif) no-repeat;
}
.ui-tabs-nav li .tab-middle { 
	float:left;
	height:25px;	
	background:url(../img2010/nonactive_tab_middle.gif) repeat-x;
}
.ui-tabs-nav li .tab-right { 
	float:left;
	width:6px;
	height:25px;
	background:url(../img2010/nonactive_tab_right.gif) no-repeat;
}
.ui-tabs-nav .eva-tab .tab-left {
	float:left;
	width:6px;
	height:25px;
	background:url(../img2010/eva_tab_left.gif) no-repeat;		
}
.ui-tabs-nav .eva-tab .tab-middle {
	float:left;
	height:25px;	
	background:url(../img2010/eva_tab_middle.gif) repeat-x;		
}
.ui-tabs-nav .eva-tab .tab-right {
	float:left;
	width:6px;
	height:25px;	
	background:url(../img2010/eva_tab_right.gif) no-repeat;
}
.ui-tabs-nav .eva-tab .tab-middle a {
	color:#fff;
}

.tab-content-wrapper {
	float:left;
    width:100%; 
	padding:0px 0 14px 0;
}
.tabc-frm {
	margin:0 10px 0 10px; 
	overflow:auto;
	height:320px; 
	width:496px; 
}
.tabc-frame p {
	width:468px;
}
.tabc-top {
	float:left;
	width:516px;
	height:8px;
	background:url(../img2010/tab_top.gif) no-repeat top;
}
.tabc-middle {
	float:left;
	width:516px;	
	background:url(../img2010/tab_middle.gif) repeat-y;
}
.tabc-bottom {
	float:left;
	width:516px;	
	height:8px;	
	background:url(../img2010/tab_bottom.gif) no-repeat top;	
}
.h-news-list {
	float:left;
	width:456px;
	border-bottom:1px dotted #64bad1;
	padding-bottom:10px;
}
.h-news-list li {
	float:left;
	background:url(../img2010/blue_arrow.gif) no-repeat 2px 2px;
	width:100%;
	margin:2px 0 2px 0;
}
.h-news-list li a {
	padding-left:20px;
	color:#1b596c;
	float:left;
}
.hnews-img {
	float:left;
	border:1px solid #999999;
	margin:12px 10px 0 0;
}

	
.tab-content-wrapper .tabc-middle p {
	margin:6px 0 8px 0; 


}
.hnews-date {
	color:#ac9e3c;
	font-size:10px;
	margin:0;
	width:360px;
}
.tabc-middle h6 {
	margin:10px 0 0 0;
	width:358px;
	float:left;
}
.tabc-middle h6 a {
	color:#0597ba;
	text-decoration:underline;
}
.hnews-rm {
	float:right;
	margin:4px 10px 0 0;
	font-weight:bold;
}
.hmiddle-ad {
	float:left;
	width:530px;
}
.hlatest-posts {
	float:left;

}
.hlatest-posts h5 {
	float:left;
	width:300px;
	border-bottom:2px solid #d1eaf1;
	color:#0597ba;
	padding-bottom:2px;
}
.hlatest-posts ul {
	float:left;
	width:300px;
	margin-top:4px;
}
.hlatest-posts ul li {
	float:left;
	width:100%;
	margin:8px 0 8px 0;
}
.hlatest-posts img {
	float:left;
	width:38px;
	margin:0 10px 0 0;
}
.hlatest-posts p {
	float:left;
	width:250px;
}
.h-threeblocks {
	float:left;
	width:838px;
	margin:10px 0 0 -10px;
}
.ht-block {
	float:left;
	width:268px;
	background:url(../img2010/ht_block_bg.gif) no-repeat bottom;
	height:150px;
	margin:0 0 0 10px;
}
.ht-block h6 {
	color:#1b596c;
	margin-left:4px;
}

.ht-blockBazar {
	float:left;
	width:260px;
	height:250px;
	margin:0 0 0 8px;
}
.ht-blockBazar h5 {
	color:#1b596c;
	padding:10px 0 0 14px;
}

.ht-content {
	float:left;
	margin:15px 0 0 0;
	width:100%;
}
.ht-content p {
	margin:5px 0 5px 0;
}
.ht-content .htb {
	margin-left:6px;
}
.ht-content ul {
	float:left;
	width:255px;
	margin:4px 0 0 10px;
}
.ht-content ul li {
	background:url(../img2010/blue_arrow.gif) no-repeat 3px 3px;
	float:left;
	margin:2px 0 2px 0;        
}
.ht-content ul li a {
	margin-left:24px;
	color:#1b596c;
}
.htleft-img {
	float:left;
	width:106px;
	margin:0 10px 0 10px;
	border:1px solid #999999;
}
.ht-rm {
	float:right;
	margin:0 10px 0 0;
	font-weight:bold;
}
.hstandard-wrapper {
	float:left;
	width:836px;
	margin:0 0 0 -10px;
}
.hstandard-block {
	float:left;
	width:406px;
	height:204px;
	background:url(../img2010/hstandard_bg.gif) no-repeat;
	margin:10px 0 0 11px;
	text-align:left;
}
.hstandard-block span {
	color:#3300CC;
        font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.hstandard-block h6 {
	color:#1c5a6c;
	float:left;
	width:174px;
	margin:3px 0 0 10px;
}
.hst-top-links {
	float:right;
	width:216px;
	margin:3px 0 0 0;
}
.hst-top-links a {
	margin:0 6px 0 6px;
	font-weight:bold;
	color:#1b596c;
}
.hst-content .hst-img {
	float:left;
	width:118px;
	height:118px;
	margin:10px 10px 0 10px;
	border:1px solid #999999;
}
.hst-content h6 {
	float:left;
	width:266px;
	margin:10px 0 0 0;
}
.hst-content p {
	float:left;
	width:266px;	
	margin:2px 0 2px 0;
}
.hst-tagcloud {
	float:left;
	margin:8px 0 0 10px;
	width:392px;
}
.hbody-ad {
	float:left;
	width:730px;
	margin:10px 0 0 45px;
}
.blue-footer {
	float:left;
	width:100%;
	background:#effcfe;
	margin-top:20px;
	border-top:1px dotted #64bad1;
}
.blue-footer-wrapper {
	margin:0 auto;
	width:1000px;
	padding-top:20px;
}
.blue-footer-wrapper h6 {
	font-size:12px;
}
.bf-links {
	float:left;
	width:990px; 
	padding-bottom:20px;
}
.bf-links li {
	float:left;
	width:320px;
	height:130px;
	margin:0 10px 0 0; 
}
.blue-footer-wrapper h6 {
	padding-bottom:3px;
}
.blue-footer-wrapper .red {
	color:#ff0000;
}
.blue-footer-wrapper .green {
	color:#00ea00;
}
.blue-footer-wrapper .blue {
	color:#0597b8;
}
.blue-footer-wrapper .darkblue {
	color:#0000ff;
}
.blue-footer-wrapper .violet {
	color:#b200ff;
}
.blue-footer-wrapper .orange {
	color:#ff7f00;
}
.bf-links li p a {
	color:#909090;
}
.bf-links li p a:hover {
	color:#0597b8;
}
.footer {
	float:left;
	width:100%;
}
.footer-wrapper {
	margin:0 auto;
	width:1020px;
}
.footer-content {
	float:left;
	margin:0 0 0 260px;
	padding-bottom:10px;
}
.footer-content ul {
	font-size:12px;
	float:left;
	margin:26px 20px 0 0;
}
.footer-content ul li {
	float:left;
	margin:0 3px 0 3px;

}
.footer-content ul li a {
	color:#19596c;
}
.footer-icons {
	float:left;
	margin:26px 0 0 0;	
}
.footer-icons img {
	margin-right:10px;
}
.copyright {
	float:left;
	color:#19596c;
	margin:0 0 0 230px;
	padding-bottom:34px;
}
.copyright a {
	color:#19596c;
}
.simple-clear {
	clear:both;
}
	
/* START slider styles */
.anythingSlider                         { float:left; width:510px; height:244px; position: relative; border:3px solid #fff; margin:20px 0 0 4px; }
.anythingSlider .wrapper                { width:510px; overflow: auto; height:244px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; } /* slider container */
.anythingSlider ul li                   { display: block; float: left; padding: 0; height:244px; width:510px; margin: 0; position:relative; }
.anythingSlider .arrow                  { display: block; height: 44px; width: 60px; background: url(../img2010/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 12px; cursor: pointer; right:0; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -68px 0; left: 380px; }
.anythingSlider .forward:hover          { background-position: 0 -50px; }
.anythingSlider .back:hover             { background-position: -68px -50px; }

.anythingSlider ul li .slide-desc { 
	background:url(../img2010/slider_tr.png) repeat-x; 
	width:510px; 
	height:70px; 
	position:absolute; 
	bottom:0; 
	left:0; 
}
.anythingSlider ul li .slide-desc h4, .anythingSlider ul li .slide-desc h4 a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:3px 5px 2px 5px;
	width:490px;
	text-decoration:none;
	float:left;
}
.anythingSlider ul li .slide-desc p {
	color:#fff;
	font-size:11px;
	margin:0 5px 6px 10px;
	width:490px; display:inline;
	float:left;
}
.anythingSlider ul li .slide-desc p a {
	color:#fff;
	text-decoration:underline;
}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background-image: url(../img2010/pause_active.png); background-repeat: repeat-x; color: white; 
width: 45px; height:45px; position: absolute; right: 47px; top: 8px; text-indent:-9999px; }
#start-stop.playing                     { background-image: url(../img2010/pause.png); }
#start-stop:hover                       { background-image: url(../img2010/pause_active.png); }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* END slider styles */

.co-input, .co-drop {
	float:left; 
	font-size:10px; 
	margin:3px 3px 0 10px; 
	display:inline; 
	padding:0; 
	line-height:10px;
}

.article-wrapper {
	float:left;
	width:828px;
}
.article-preview {
	float:left;
	width:828px; 
	margin:0 0 0 3px;
}
.interior-banners {
	float:left;
	width:60px;
}
.ib-right {
	margin:0 0 14px 0;
}
.artprev-img {
	float:left;
	margin:0 10px 10px 0;
}
.article-preview h3 {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:bold;
	margin:0 0 2px 0;
}
.article-preview h3 a {
	color:#ff0000;
	text-decoration:none;
}
.article-preview h3 a:hover {
	text-decoration:underline;
}
.article-preview p {
	float:left;
	width:100%;
	line-height:18px;
	margin:10px 0 4px 0;
}
.article-preview p span {
	color:#0597b8;
	font-size:14px;
	font-weight:bold;
}
.art-misc {
	font-size:10px;
}
.art-misc a {
	text-decoration:none;
}
.art-misc a:hover {
	text-decoration:underline;
}
.rm {
	float:left;
}
.article-actions {
	float:left;
	width:674px;
}

.article-actions-2 {
	float:left;
}
.article-actions-2 img {
	float:left;
	margin:0 2px 0 4px;
}


.article-actions img {
	float:left;
	margin:0 2px 0 4px;
}
.aa-desc {
	font-size:10px;
        float:left;
	margin:0 4px 0 1px;
}

.aa-desc-v2
.aa-desc a {
	text-decoration:none;
	color:#016cac;
}
.aa-ev {
	font-size:10px;
	float:left;
	margin:0 0px 0 5px;	
}
.aa-desc-v2
.aa-desc a:hover {
	text-decoration:underline;
}
.article-left {
	float:left;
	width:512px;
	margin:20px 14px 0 4px;
	width:510px;
}
.article-left p {
	width:100%;
	font-size:12px;
}

.article-left table {
float:left;
}

.article-left ul  {
	font-size:12px;
}



.article-right {
	float:left;
	width:300px;
	margin:20px 0 0 0;	
}
.art-ad {
	width:300px;
	height:250px;
}
.mc-block {
	float:left;
	width:300px;
	margin:20px 0 0 0;
}
.mc-top, .mc-middle, .mc-bottom {
	float:left;
}
.mc-top {
	width:100%;
	height:24px;
	background:url(../img2010/mc_top.gif) no-repeat top;
}
.mc-middle {
	float:left;
	background:#eefcfe;
	width:298px; 
	border-left:1px solid #a2d5e3;
	border-right:1px solid #a2d5e3;	
}
.mc-bottom {
	width:100%;
	float:left;
	height:12px;
	background:url(../img2010/mc_bottom.gif) no-repeat top;
}
.mc-top h5 {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin:4px 0 0 10px;
}
.mc-middle h6 {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#5a5a5a;
	margin:12px 0 4px 0;
}
.mc-middle ul {
	float:left;
	width:100%;
}
.mc-middle ul li {
	float:left;
	width:270px;
	padding:0 10px 0 10px;
}
.mc-middle ul li a {
	color:#016cac;
}
.mch-img {
	float:left;
	margin:12px 8px 0 10px;
}
.forum-s {
	float:left;
	width:300px;
	margin:16px 0 0 0;
}
.forum-s h5 {
	color:#f60;
	font-size:12px;

}
.forum-s ul {
	float:left;
}
.forum-s ul li {
	float:left;
	margin:0px 0 0px 0;
}
.forum-s ul li h6 {
	float:left;
	width:200px;
	font-weight:normal;
}
.forum-s ul li h6 a {
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}
.forum-s ul li h6 a:hover {
	text-decoration:underline;
}
.forum-s ul li img {
	float:left;
	margin:4px 12px 0 0;
}
.forum-s ul li p {
	float:left;
	width:200px;
	margin:0;	
}
.article-tag {
	float:left;
	width:278px;
	border:1px solid #a2d5e3;
	background:#f3fdfe;
	margin:16px 0 0 0;
	padding:10px;
}
.article-tag a {
	color:#0597b8;
	text-decoration:none;
}
.article-tag a:hover {
	text-decoration:underline;
}
.supereva-news {
	float:left;
	width:300px;
	margin:12px 0 0 0;
	padding-bottom:16px;
	position:relative;
}
.supereva-news h6 {
	font-weight:bold;
	color:#fff;
	background:url(../img2010/eva_top.gif) no-repeat top;
	width:100%;
	height:26px;
}
.supereva-news ul {
	float:left;
	width:100%;

	height:375px;
	border-left:1px solid #ac9e3c;
	border-right:1px solid #ac9e3c;
	border-bottom:1px solid #ac9e3c;	
	background:url(../img2010/eva_list_bg.gif) repeat top;	

}
.supereva-news ul li {
	width:135px;
	margin:10px 0 0 10px;
}
.supereva-news ul li img {
	border:1px solid #c61e65;
}
.supereva-news ul li p {
	color:#666666;
	width:135px;
	margin:2px 0 0 0;
}
.supereva-visit {
	position:absolute;
	right:22px;
	bottom:18px;
	clear:both;
}
.supereva-visit a {
	color:#ac2867;
}

.article-right .hlatest-posts p {
	float:left;
	width:250px;
	margin:0;
}
.article-pagination, .article-rating  {
	margin:30px 0 0 0;
	float:left;
 }
.article-pagination .pr-label, .article-rating .pr-label {
	font-weight:bold;
	font-size:11px;
	float:left;
	margin:0 3px 0 0;
}
.article-pagination ul {
	float:left;
}
.article-pagination ul li {
	float:left;
	width:12px;
	height:16px;
	font-weight:bold;
	font-size:10px;
	padding:0 0 0 6px;
	margin:0 1px 0 1px;
	background:url(../img2010/pag_bg.gif) no-repeat;
}
.article-pagination ul li:hover {
	background:url(../img2010/pag_bg_hover.gif) no-repeat;
}

.article-pagination ul li a {
	text-decoration:none;
}
.article-pagination ul .pag-arrow {
	padding:0;
	width:18px;	
}
.ar-marginfix {
	margin-left:18px;
}
.article-pagination ul .pag-selected {
	color:#32797e;

}
.ultimele-articole, .trimite-prieten {
	color:#32797e;
	font-size:12px;
	font-weight:bold;
	float:left;	
	height:23px;
	padding:6px 0 0 0;
	text-align:center;		
	margin-right:4px;
}
.ultimele-articole {
	background:url(../img2010/ultimele_articole.gif) no-repeat;
	width:149px;
}
.trimite-prieten {
	background:url(../img2010/trimite_prieten.gif) no-repeat;
	width:159px;
}
.trimite-prieten a {
	color:#0597b8;
	text-decoration:none;
}
.trimite-prieten a:hover {
	text-decoration:underline;
}
.at-top-border {
	float:left;
	width:100%;
	height:3px;
	background:#b7dce0;
}
.ac-odd, .ac-even {
	float:left;
	width:100%;
}
.ac-odd {
	background:#effcfe;
}
.ac-even {
	background:#dcf3f5;
}
.ac-avatar {
	float:left;
	margin:12px 14px 0 12px;
	border:1px solid #9a9a9a;
}
.ac-content {
	float:left;
	width:604px;
	margin:10px 0 0 0;
}
.ac-date {
	float:left;
	width:100%;
}
.ac-date a {
	font-weight:bold;
	color:#0597b8;
}
.ac-content p {
	width:100%;
	margin:6px 0 0 0;
	padding-bottom:8px;
}
.article-form {
	float:left;
	width:100%;
	font-size:12px;
	font-size:normal;
	margin:14px 0 0 0;	
}
.article-form .delimeter {
	color:#b4e0ea;
	font-weight:normal;
}	
.article-form span {
	color:#666666;
	font-weight:bold;
}
.article-form a {
	font-weight:bold;
}
.articlec-fieldset {
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
.artc-one, .artc-two {
	float:left;
	width:100%;

	padding:10px 0 10px 0;
}
.artc-one {
	background:#cfedef;
}
.artc-two {
	background:#effcfe;
}
.articlec-fieldset label {
	float:left;
	margin:1px 6px 0 16px;
}
.artc-nume-input {
	float:left;
	width:200px;
	color:#666666;
	font-size:11px;
	margin-right:22px;
}
.artc-textarea {
	float:left;
	width:634px;
	border:1px solid #999;
	margin:4px 0 0 16px;
	height:138px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img2010/artc_textarea.gif) repeat;
	line-height:20px;
	color:#666666;
}
.artc-code {
	float:left;
	width:145px;
	margin:12px 10px 0 16px;
}
.artc_validare {

}
.artc-validare-input {
	float:left;
	margin:15px 0 0 0;	
	width:100px;
}
.artc-two .artc-validare-label {
	margin:18px 8px 0 14px;
	float:left;
}
.artc-send {
	float:right;
	width:149px;
	margin:15px 19px 0 0;
}

/* start article tag styles */
.article-tag {
	font-weight:bold;
	line-height:22px;
}
.at-11 {
	font-size:11px;
}
.at-12 {
	font-size:12px;
}
.at-16 {
	font-size:16px;
}
.at-18 {
	font-size:18px;
}
.at-17 {
	font-size:20px;
}
.at-15 {
	font-size:15px;
}
/* end article tag styles */

.breadcrumbs {
	float:left;
	width:822px;
	margin:0 0 10px 0;
}
.cm-banner {
	float:left;
	width:530px;
	margin:0 0 0 40px;
	margin:0;	
}
.fast-index {
	float:left;
	width:100%;
	margin:10px 0 12px 0;
}
.fast-index ul li {
	display:inline;
	color:#cccccc;
}
.fast-index ul .fi-title {
	color:#0597b8;
	font-size:14px;
	font-weight:bold;
}
.fast-index ul li a {
	text-decoration:none;
}
.fast-index ul li a:hover {
	text-decoration:underline;
}
.categ-posts {
	float:left;
	width:100%; 
	margin:3px 0 5px 0;
	width:500px;
}
.categ-posts h3 {
	margin:0;
	width:372px;
}
.categ-posts p {
	margin:3px 0 6px 0;
	width:372px;
}
.category-name {
	color:#0597b8;
	float:left;
	width:100%;
	padding-bottom:6px;
}
.categ-list {
	float:left;
	width:508px; 
	margin:20px 8px 0 0;
}
.categ-list h4 {
	color:#39a2c0;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:100%;
}
.categ-list ul {
	float:left;
	margin:3px 0 20px 0;
	width:100%;
}
.categ-list ul li {
	background:url(../img2010/blue_arrow.gif) no-repeat 0px 2px;
	padding-left:20px;
	margin:3px 0 4px 0;
}
.categ-list ul li a {
	color:#1b596c;
}

/*lightbox*/
#fade {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
}

.lightboxText {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -180px;
	width: 420px;
	height: 360px;
	padding: 16px;
	z-index: 1002;
	overflow: auto;
	text-align: left;
	color:#5a5a5a;
	background:#ffffff;
	border:3px solid #3cacca;
}
.lb-close {
	float:right;
	width:50px;
	font-size:11px;
	font-weight:normal;
}
.request-fieldset {
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
.request-fieldset ul li {
	float:left;
	width:100%;
	margin:3px 0 3px 0;
}
.request-fieldset label {
	float:left;
	width:120px;
}
.r-input {
	float:left;
	width:200px;
	border:1px solid #d4d4d4;
	font-size:11px;	
	padding:2px;
	color:#5a5a5a;
}
.r-textarea {
	float:left;
	width:200px;
	height:120px;
	border:1px solid #d4d4d4;
	font-size:11px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	overflow:hidden;
}
.r-button {
	float:left;
	margin-left:120px;
}
.request-text {
	float:left;
	font-size:11px;
	width:100%;
}
.request-text p {
	margin:8px 0 8px 0;
}
.request-text h4 {
	font-size:14px;
	font-weight:bold;
	color:#0597b8;
	margin:12px 0 4px 0;
}
/* end lightbox */

.ba-left {
	float:left;
	width:188px;	
	height:600px;	
}
.header-advert2 {
	height:120px;
	width:1400px;
	margin:0 auto;
}
.art-intro {
	width:700px; 
	float:left; 
}
.art-rm {
	width:100%;
}
.categ-wrapper {
	float:left;
	width:508px;
	margin-right:20px; 
}
.categ-preview {
	float:left;
	width:100%;
	margin-top:10px;
	position:relative;
}
.categ-preview img {
	display:block;
}
.categ-right {
	float:left;
	width:300px;
	margin-top:10px;
}
.categ-preview-txt {
	position:absolute;
	bottom:0;
	left:0;
	width:504px;
	background:url(../img2010/slider_tr.png) repeat; 
	color:#fff;
}
.categ-preview-txt h4 {
	font-size:16px;
	font-weight:bold;
	margin:10px 10px 0 10px;
	width:482px;	
}
.categ-preview-txt p {
	margin:10px 10px 0 10px;
	padding-bottom:10px;
	line-height:14px; 
	width:482px;
	font-size:11px;
}
.categ-preview-txt a {
	color:#fff;
	text-decoration:underline;
}
.art-intro-2, .article-actions-2 {
	width:504px; 
	float:left;
	margin-top:6px;
}
.artleft-fix {
	margin-top:-10px;
}
.artright-fix {
	margin-top:0;
}
.article-comments {
	float:left;
	width:100%;
	margin-top:10px;
}
.generic {
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
.generic h3 {
	color:#0597b8;
}

.contact-fieldset {
	float:left;
	margin-top:10px;
	width:500px;	
}
.contact-fieldset ul li {
	float:left;
	margin:5px 0 5px 0;
	width:100%;	
}
.contact-fieldset ul li label {
	float:left;
	width:110px;
	font-size:12px;
	margin:2px 16px 0 0;
	
}
.c-input, .c-input-code {
	border:1px solid #999999;
	color:#505050;
	height:16px;
	margin:2px 0 0 2px;	
	padding:2px;
	width:300px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;			
}
.c-textarea {
	border:1px solid #999999;
	color:#505050;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;	
	height:134px;
	padding:2px;	
	margin:2px 0 0 2px;
	overflow:auto;
	width:300px;
}
.contact-button {
	margin-left:128px;
}
.contact-code {
	float:left;
	margin:0 10px 0 2px;
}
.c-input-code {
	width:143px;
}



a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(img2010/calendar_icon.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 70px;
	float: left;
}

/* menu stanga */

.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar {
font: normal 12px Tahoma;
color: white;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 1px;
text-transform: uppercase;
padding: 3px 0 3px 20px; /*31px is left indentation of header text*/
background: #8B0000 url(arrowstop.gif) no-repeat 7px 7px; /*last 2 values are the x and y coordinates of bullet image*/
}


.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.urbangreymenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;

    color: white;


padding: 3px 0;
line-height: 11px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}


.urbangreymenu ul li a:visited{
color: white;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: yellow;
background: black;
}

.listagenerala
{

   list-style-type:square;
    display:inline-block;

}

.listagenerala li
{
   list-style-type:circle;
   list-style-position:inside;
   padding-left: 15px; 
   padding-bottom: 2px; 
   margin-bottom: 3px;
   margin-top: 3px;
   margin-left: 3px;


}