html {
     overflow: -moz-scrollbars-vertical;
}


body {
	margin:0;
	background-color:#E9E9E9;
}

a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #F78A00;
	text-decoration: underline;
}

/* NEWS ROLLOVER */
.news_off {
	background-image:url(../images/body/news_fill.jpg); 
	background-repeat:no-repeat; 
	background-position:left top; 
}
.news_on {
	background-color: #F2F2F2;
}
/* NEWS ROLLOVER */

.txt_gray {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
	line-height: 13px;
}
.txt_gray_link_large {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 12px;
	font-weight: normal;
	color: #797979;
	text-decoration: underline;
}
.txt_gray_link_large:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 12px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
.txt_gray_link {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
.txt_gray_link:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
.txt_gray_link_underlined {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: underline;
}
.txt_gray_link_underlined:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

/*
.txt_white {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
}
.txt_white_link {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	text-decoration: none;
}
.txt_white_link:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	text-decoration: underline;
}
*/
.autentificare_box_small {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/left_nav/autentificare_box_fill_small.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	width: 116px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-attachment: fixed;
}
td>.autentificare_box_small {
    background-attachment: scroll;
}
.input {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/content/input_fill.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	width: 116px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-attachment: fixed;
}
td>.input {
    background-attachment: scroll;
}
.input_off {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/content/input_fill_off.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	width: 116px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-attachment: fixed;
}
td>.input_off {
    background-attachment: scroll;
}
.input_mid {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/content/input_mid_fill.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 160px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-attachment: fixed;
}
td>.input_mid {
    background-attachment: scroll;
}
.input_long {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/content/input_long_fill.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 280px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-attachment: fixed;
}
td>.input_long {
    background-attachment: scroll;
}
.input_long2 {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/content/input_long2_fill.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 310px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-attachment: fixed;
}
td>.input_long2 {
    background-attachment: scroll;
}
.input_large {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/content/formular_background_large_fill.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 272px;
	height: 126px;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;	
	text-indent: 2px;
	background-attachment: fixed;
	/* TEXTAREA SCROLL
	scrollbar-arrow-color: #333333;
	scrollbar-base-color: #FFFFFF;
	scrollbar-dark-shadow-color: #E8E8E8;
	scrollbar-track-color: #F6F6F6;
	scrollbar-face-color: #EFEFEF;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3d-light-color: #E8E8E8;
	*/
}
td>.input_large {
    background-attachment: scroll;
}
.input_box {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #797979;
	border: 1px solid #FFFFFF;
	background-image: url(../images/content/oferta_domenii/input_fill.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 116px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
	background-attachment: fixed;
}
td>.input_box {
    background-attachment: scroll;
}
.dropdown {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	width: 52px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 2px;
}
.dropdown_large {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	color: #797979;
	width: 116px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 3px;
}
.dropdown_long {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	color: #797979;
	width: 160px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: 3px;
}
.oferta_domenii_pret {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5A6F8E;
	padding-top: 3px;
	padding-right: 2px;
	background:url(../images/content/oferta_domenii/pret_domeniu_fill.jpg) no-repeat
}
.cpanel_button_off {
 	background-image:url(../images/content/cpanel/button_off_fill.jpg); 
	background-repeat:repeat-x; 
	font-weight:bold; 
	padding-bottom:8px;
}
.cpanel_button_on {
 	background-image:url(../images/content/cpanel/button_on_fill.jpg); 
	background-repeat:repeat-x; 
	font-weight:bold; 
	padding-bottom:8px;
	color: #6F96D0;
}
.oferta_hosting {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	background-image: url(../images/content/oferta_hosting/box_fill.jpg);
	background-repeat: repeat-x;
	height: 23px;
	border-right: 1px solid #EBEAEC;
	width:120px; text-align:right; padding-top:1px;
}
.oferta_hosting_content {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	background-image: url(../images/content/oferta_hosting/box_fill.jpg);
	background-repeat: repeat-x;
	height: 23px;
	border-right: 1px solid #EBEAEC;
	border-left: 1px solid #FFFFFF;
	text-align:center;
}
.oferta_hosting_content_end {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	background-image: url(../images/content/oferta_hosting/box_fill.jpg);
	background-repeat: repeat-x;
	height: 23px;
	border-left: 1px solid #FFFFFF;
	text-align:center;
}
.oferta_hosting_price {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	background-image: url(../images/content/oferta_hosting/box_fill.jpg);
	background-repeat: repeat-x;
	height: 23px;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	color: #A6A6A6;
	padding: 0px;	
	margin: 0px;
	margin-bottom: 10px;
}
.vimore-com {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #A6A6A6;
	text-decoration: underline;
}
.vimore-com:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #F78A00;
	text-decoration: underline;
}
.footer_link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #6E6E6E;
	text-decoration: underline;
}
.footer_link:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #F78A00;
	text-decoration: underline;
}
/* css victor */
.header {
    background-color: #FFFFFF; 
    border-bottom: 1px solid #FFFFFF; 
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}
.header TD {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 2px solid #D7DFE8;
	height: 20px;
}
.header DIV {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #5180C6;
	text-align: left;
	width: 875px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 9px;
}
td>.header DIV {
   padding-left: 0px;

}
.white_border {
    margin: 0px;
    padding: 0px;
    border: 1px solid #FFFFFF;
    width: 184px;
}
.gray_line {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 186px; 
    height: 1px;  
    font-size: 1px;
    background-color: #E8E8E8;
}
.autentificare {
    padding: 0px;
    margin: 0px;
    border: 1px solid #C8C8C8; 
    width: 182px; 
    background-color: #EBEBEB;
}
.autentificare_title {
    background-image:url(../images/left_nav/fill_gray.jpg); 
    background-repeat: repeat-x; 
    padding: 0px;
	padding-bottom: 3px; 
    margin: 0px; 
    height: 24px;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #757575;
	letter-spacing: -1px;
}
/* css george */
.contact {
    padding: 0px;
    margin: 0px;
    border: 1px solid #E86F00; 
    width: 182px; 
    background-color: #FF9900;
}
.contact_title {
    background-image:url(../images/left_nav/fill_orange.jpg); 
    background-repeat: repeat-x; 
    padding: 0px; 
	padding-bottom: 3px;
    margin: 0px; 
    height: 24px;
    padding-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
}
.meniu {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
    padding: 0px;
    margin: 0px;
    border: 1px solid #A8B7CC; 
    width: 182px; 
    background-color: #D5DCE6;
}
.meniu_title {
    background-image:url(../images/left_nav/fill_blue.jpg); 
    background-repeat: repeat-x; 
	padding-left: 8px;
    margin: 0px; 
    height: 24px;    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #757575;
	letter-spacing: -1px;
}
.menu_link {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #757575;
	text-decoration: none;
}
.menu_link:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #4673A9;
	text-decoration: none;
}
/* voiku, ca i-o fost lene la george :P */
.txt_white {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
}
.txt_white_link {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	text-decoration: none;
}
.txt_white_link:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 13px;
	text-decoration: underline;
}
.sitemap_link {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
.sitemap_link:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: none;
}

.txt_orange_link_underlined {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
.txt_orange_link_underlined:hover {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.title {
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 18px;
	font-weight: normal;
	color: #516683;
	text-decoration: none;
	line-height: 18px;
}
/*added by AdinaC*/
#menu {position:absolute; left:100px; top:100px; width:194px; height:93px; z-index:1; visibility: hidden;}
.img2px{width: 2px; height: 2px;}
.imgFill2px{width: 186px; height: 2px}

#content{position:absolute; left:144px; top:183px; width:679px; height:93px; z-index:2; visibility: hidden;}
.contentTopFill{background:#FFFFFF url(../images/body/content_top_fill.jpg) top no-repeat; padding-top:10px; padding-bottom:5px;}
.contentTopFill1{background:#FFFFFF url(../images/body/content_top_fill.jpg) top no-repeat; padding-top:20px; padding-bottom:20px}
.contentLeft{background:url(../images/body/content_left.jpg) left repeat-y; width:2px; font-size:2px;}
.contentRight{font-size:2px;background:url(../images/body/content_right.jpg) repeat-y; width:2px}
.contentRight1{background:url(../images/body/content_right.jpg) right repeat-y; width:2px; font-size:1px}
.contentBoxMarginFill{background-image:url(../images/content/oferta_domenii/content_box_margin_fill.jpg); background-repeat:repeat-y; font-size:3px; width:3px}

.formularMarginFill{background:url(../images/content/formular_margin_fill.jpg) repeat-y}
.formularTopFill{background:#F3F3F3 url(../images/content/formular_top_fill.jpg) top no-repeat; padding-top:20px}
.newsFill{background:url(../images/body/news_fill.jpg) left top no-repeat; padding:6px; padding-left:10px; border-top: 2px solid #EFEFEF}

.titleBarFill{background-image:url(../images/top_nav/title_bar_fill.jpg); background-repeat:repeat-x;padding-left:220px}
.productBarFill{background:url(../images/content/lista_produse/product_bar_fill.jpg) repeat-x}
.detailsBoxFill{background:url(../images/content/cpanel/details_box_fill.jpg) repeat-x; padding-top:1px}
.details2BoxFill{background:url(../images/content/cpanel/details2_box_fill.jpg) repeat-x;}

.leftFill{background:url(../images/left_nav/left_fill.gif) repeat-y; width: 2px; font-size:1px}
.rightFill{background:url(../images/left_nav/right_fill.gif) repeat-y; width: 2px; font-size:1px}
.imgArrowDown{background-color:#FFFFFF; margin:4px; padding:8px; border:1px solid #E7E7E7}

.errorStyle{background-color:#FFFFFF; border:1px solid #E2E2E2; color:#FF9900; padding:4px; margin:0;text-align:left}
.divStyle1{font-size:1px; width:100%; height:1px; border-bottom:1px solid #D7D7D7; padding-top:8px}
.divStyle2{font-size:1px; width:100%; height:1px; border-top:1px solid #FFFFFF; padding-bottom:8px}
.obsFieldFill{background:url(../images/content/oferta_domenii/obs_field_fill.jpg) repeat-x}
.topBarFill{background:url(../images/content/lista_produse/top_bar_fill.jpg) repeat-x}
.buttonMenuFill{width:109px; background:url(../images/content/cpanel/button_menu_fill.jpg); background-repeat:repeat-x; font-weight:bold; padding-bottom:8px; color:#FF9900}

.horizontalFill{background:url(../images/top_nav/horizontal_fill.jpg) repeat-x; height:154px}
.menuTopBorderFill{background:url(../images/content/cpanel/menu_top_border_fill.jpg) repeat-y; width:3px; font-size:3px}
.bodyFill{background:url(../images/body/body_fill.jpg) repeat-x; height:126px}
.formularCpanelTopFill{background:#F3F3F3 url(../images/content/cpanel/formular_cpanel_top_fill.jpg) top no-repeat; padding-top:20px}
.borderLeftFill{background:url(images/left_nav/border_left_fill.jpg) repeat-y}
.borderRightFill{background:url(images/left_nav/border_right_fill.jpg) repeat-y}