html {background:transparent}

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:0px 1px;
	background:#ffffff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0;
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */




/* Required IE fixes
================================================*/
/* Serve gif images to IE/Win pre version 7 */
* html .i1,
* html .i2 {background-image:url(images/borders.gif);}
* html .bt,
* html .bt div,
* html .bb,
* html .bb div {background-image:url(images/box.gif);}
/* Set a height to fix up some rendering issues. */
* html .i1,
* html .i3 {height:1px;}

/* Give the absolutely positioned box a width (including IE 7)*/
.one {width:70%;}

/* Custom rules for the buttons */
/* All IE versions need a width */
.button {width:20em;}
/* IE 7 does not need these */
* html .button .i1,
* html .button .i2 {background:transparent;}
* html .button .bt,
* html .button .bt div {background-image:url(../../button.gif);}


* html .button .bb,
* html .button .bb div {background-image:url(../../button.gif);}
/*
/////////////////////////////////////////////////////////////
/////////////////Personalizare text////////////////////////*/

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-attachment: scroll;
	background:#fff url(images/page-background.gif);
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EFEFEF;
	margin-top: 20px;
}

a:link {
	color: #E12526;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #E12526;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: #E12526;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}







.nav_bar:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.nav_bar:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.nav_bar:hover {
    background-color: #FFFFFF;
	text-decoration: none;
	color: #E12525;
	font-weight: bold;
}
.nav_bar:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.new_client_focuss_head {
	background-attachment: scroll;
	background-image: url(images/newstyle_content_head1.png);
	background-repeat: repeat-y;
	display: block;
	border: 1px solid #FFDDFF;
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 1px;
	padding: 0px 4px 0px 4px;
    font-weight: bold
}

.new_client_focuss_body {
	border: 1px solid #FFDDFF;
	display: block;
	background-color: #f2f2f2;
	color: #000;
	padding: 0px 4px 0px 4px;
}

.abonamente_business {
  line-height: 14px;
}
.abonamente_personale_head {
 color: #ffffff;
 padding-left: 5px;
 font-size: 13px;
 font-weight: bold;
}
.abonamente_personale_body {
  line-height: 14px;
}

.meniu_head {
	display: block;
	border: 1px solid #FFDDFF;
	font-size: 13px;
	margin-bottom: 1px;
	padding: 0px 4px 0px 4px;
    font-weight: bold
}

.meniu_body {
	border: 1px solid #FFDDFF;
	display: block;
	background-color: #F2F2F2;
	color: #000;
	padding: 0px 4px 0px 4px;
}

.sc:link {
	color: #E12526;
	text-decoration: none;
	font-weight: bold;
}
.sc:visited {
	color: #E12526;
	text-decoration: none;
	font-weight: bold;
}
.sc:hover {
	background-color: #E12526;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.sc:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.sc2:link {
	background-color: #FFFFFF;	
}
.sc2:visited {
	background-color: #FFFFFF;	
}
.sc2:hover {
	background-color: #FFFFFF;	
}
.sc2:active {
	background-color: #FFFFFF;	
}
