	/* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 938px;
	position: relative;
	background: #ffffcc;
}

#page2 { 
	text-align: left;
}


* { 
 	margin: 0;
	padding: 0;
} 

a { 
 	cursor: pointer;
} 

a:link, a:visited { 
 	color: #4a5760;
	text-decoration: underline;
} 

a:link:hover, a:visited:hover { 
 	text-decoration: none;
}

a.normal:link, a.normal:visited {
	color: #6c7e8a;
	font-weight: normal;
}

a.self {
 	cursor: text;
}

a.self:link, a.self:visited, a.self:link:hover, a.self:visited:hover {
	text-decoration: none;
}

a.red:link, a.red:visited {
	color:red;
	text-decoration:none;
}

.hide {
	display: none;
}

.clear {
	width: 100%;
	overflow: hidden;
	clear: both;
}

body { 
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	color: #6c7e8a;
	background: #ffffcc
}

span.b {
	color: #000000;
}

#body2 { 
	
}

#body {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

img { 
 	border: none;
}

select option {
	padding-right: 5px;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
}

#header {
	position: relative;
	height: 180px;
	background: url(images/header.jpg) no-repeat 0 100%;
}

/*.simple*/ #header {
	height: 130px;
}

#colWrap {
	width: 100%;
	overflow: hidden;
	background: url(images/colwrap.jpg) repeat-y 0 0;
}

#content {
	padding: 10px;
	padding-top: 0px;
	position: relative;
}

#footer {
	background: url(images/footer.jpg) no-repeat 0 0;
	color: #666666;
	position: relative;
	padding-bottom: 5px;
}

#footer a:link, #footer a:visited {
	color: #666666;
}

/* END DIVURI */

/* CLASE */

.logoTop { 
	display: block;
	float: left;
	padding-top: 60px;
	padding-left: 10px;
}

/*.simple*/ .logoTop {
	padding-top: 0px;
}


.logoW, .logoB { 
 	display: block;
	overflow: hidden;
	position: absolute;
	height: 38px;
	top: 25px;
}

.logoW span, .logoB span {
 	display: block;
	width: 100%;
	height: 100%;
} 

.logoW:link, .logoW:visited, .logoB:link, .logoB:visited { 
 	text-decoration: none;
}


.logoW {
	right: 0px;
	width: 76px;
}

.logoB {
	right: 0px;
	width: 100px;
}

.logoW:link span, .logoW:visited span { background: url(images/wbv_footer1.jpg) no-repeat 0 0; }
.logoW:link:hover span, .logoW:visited:hover span { background: url(images/wbv_footer2.jpg) no-repeat 0 0; }

.logoB:link span, .logoB:visited span { background: url(images/bursa_footer1.jpg) no-repeat 0 0; }
.logoB:link:hover span, .logoB:visited:hover span { background: url(images/bursa_footer2.jpg) no-repeat 0 0; }



h1 {
	font-size: 210%;
	padding: 5px 0;
}

h2 {
	font-size: 150%;
	padding: 10px 0;
}

h3 {
	font-size: 140%;
	padding: 10px 0;
	clear: both;
}

h4 {
	border-right: none;
	border-left: none;
	background: #23A60A;
	padding: 4px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
}





.copyright {
	padding-top: 20px;
}

.copyright a:link, .copyright a:visited {
	color: #ffffff;
}

.meniuFooter {
	padding-top: 9px;
}

.meniuFooter a {
	padding: 0 3px;
}



.articol {
	margin-bottom: 10px;
}

.articol li {
	margin-left: 20px;
}

.articol p, .contact p {
	padding-bottom: 10px;
}



.formularStandard {
	clear: both;
}

.formularStandard .Text input, .formularStandard .Password input, .formularStandard .Email input  {
	border: solid 1px #a5acb2;
	height: 18px;
	width: 250px;
}

.formularStandard .Select select {
	width: 250px;
}

.formularStandard .err label, .formularStandard2 .err label {
	font-size: 110%;
	color: red;
	font-weight: bold;
}

.formularStandard .Textarea textarea {
	border: solid 1px #a5acb2;
	width: 250px;
	height: 100px;
}

.formularStandard .DateClassic input {
	width: 80px;
}

.formularStandard .Submit input, .formularStandard2 .Submit input {
	background: #ff9c00;
	padding: 2px 5px;
	color: #FFFFFF;
}

.formularStandard .Image input {
	margin-left: 180px;
}


.formularStandard label {
	display: block;
	float: left;
	width: 170px;
	padding: 0px 5px;
	text-align: right;
}

.formularStandard .odd, .formularStandard .even {
	padding: 3px 0;
	width: 100%;
	overflow: hidden;
	background: #ffffcc;
	clear: both;
}

.formularStandard .odd {
	/*background: #eeeeee;*/
}

.det .formularStandard .odd, .det .formularStandard .even {
	background: #ffffff;
}

.formularStandard .even {
	background: #f4f496 ;
}

.formularStandard .erori, .formularStandard2 .erori {
	padding: 10px;
	color: red;
	font-size: 120%;
}

.formularStandard .ok {
	color: green;
	font-weight: bold;
}

.formularStandard #swin {
	padding-left: 180px;
}

.formularStandard #swin .in {
	width: 250px;
	background: #ffffff;
}


.formularMic label {
	width: 50px;
}

.formularMic .Text input, .formularMic .Password input, .formularMic .Email input  {
	border: solid 1px #a5acb2;
	height: 18px;
	width: 125px;
}




.formularStandard2 {
	background: #FFFFCC;
}

.formularStandard2 label {
	display: block;
}

.formularStandard2 .sameRow label {
	float: left;
	width: 120px;
}

.formularStandard2 .odd, .formularStandard2 .even {
	padding: 3px 5px;
}

.formularStandard2 .Text input, .formularStandard2 .Password input {
	height: 17px;
	width: 180px;
}

.formularStandard2 .sameRow .Text input, .formularStandard2 .sameRow .Password input {
	width: 160px;
}

.formularStandard2 .Select select {
	width: 180px;
}

.formularStandard2 textarea {
	width: 300px;
	height: 100px;
}

.formularStandard2 .sameRow textarea {
	width: 160px;
}

.formularStandard2 .scurte input {
	width: 30px;
}



body .addForm label {
	width: 90px;
}

body .addForm {
	float: right;
	width: 330px;
	margin: 0;
}

body .addForm .Text input, body .addForm .Password input, body .addForm .Email input, body .addForm .Textarea textarea, body .addForm .Select select  {
	width: 220px;
}




.tabelStandard {
	clear: both;
}

.tabelStandard td {
	border: solid 1px #ffffff;
	background: #ffffcc;
	padding: 4px 4px;
}

.tabelStandard th {
	border: solid 1px #ffffff;
	background: #4a5760;
	padding: 6px 7px;
	color: #ffffff;
	font-weight: bold;
}

.tabelStandard tr.even td {
	background: #f4f496;
}

.tabelStandard tr.hover td {
	background: #4f6574;
	color: #ffffff;
}

.tabelStandard tr.det td {
	background: #ffffff;
}

.tabelStandard tr.HL1 td {
	border: solid 1px #ffffff;
	background: #4f6574;
	padding: 6px 7px;
	color: #ffffff;
	font-weight: normal;
}

.tabelStandard tr.HL1 td a:link, .tabelStandard tr.HL1 td a:visited {
	color: #ffffff;
}

.tabelStandard tr.mic td {
	padding: 7px;
}

.tabelStandard tr.hover td a:link, .tabelStandard tr.hover td a:visited {
	color: #ffffff;
}

.tabelStandard tr.inactiv {
	color: #aaaaaa;
}

.tabelStandard tr.inactiv a:link, .tabelStandard tr.inactiv a:visited {
	color: #aaaaaa;
}

.tabelStandard a {
	font-weight: bold;
}

.tabelStandard a:link, .tabelStandard a:visited {
	text-decoration: none;
}

.tabelStandard a.linkNormal {
	font-weight: normal;
	color: #6C7E8A;
}

.tabelStandard a.linkNormal:link, .tabelStandard a.linkNormal:visited {
	text-decoration: none;
}

.tabelStandard .sigla {
	width: 106px;
	background: #ffffff;
	border: solid 1px #6c7e8a;
	text-align: center;
}

.tabelStandard .sigla img {
	margin: 3px auto;
}

.tabelStandard .exp {
	width: 70px;
}

.tabelStandard .cat {
	width: 130px;
}

.tabelHover tr.even, .tabelHover tr.odd {
	cursor: pointer;
}

.fixedW .desc {
	width: 185px;
	overflow: hidden;
}



.tabelMic {
	background: #FFFFCC;
}

.tabelMic td {
	border: solid 1px #ffffff;
	background: #FFFFCC;
	padding: 5px;
}

.tabelMic th {
	border: solid 1px #ffffff;
	background: #4a5760;
	padding: 6px 5px;
	color: #ffffff;
	font-weight: normal;
}

.tabelMic h3 {
	border: solid 1px #ffffff;
	background: #4f6574;
	padding: 4px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
}

.tabelMic tr.even td {
	background: #F4F496;
}

.tabelMic tr.hover td {
	background: #4f6574;
	color: #ffffff;
}

.tabelMic td b {
	color: #4a5760;
}



.autentificare {
	float: right;
	width: 290px;
}

.autentificare .back {
	background: url(images/autentificare.jpg) no-repeat 100% 0;
	height: 36px;
	padding: 0 10px;
	padding-left: 60px;
	font-weight: bold;
	line-height: 17px;
	text-align: right;
}

.autentificare form {
	padding-left: 60px;
}

.autentificare .optiuni {
	margin-top: 5px;
	text-align: right;
	width: 100%;
	font-weight: bold;
}

.autentificare .optiuni a {
	background: url(images/bullet.jpg) no-repeat 100% 2px;
	padding-right: 15px;
}

.autentificare a:link, .autentificare a:visited {
	text-decoration: none;
}

.autentificare .odd, .autentificare .even {
	padding: 1px 0;
}

.autentificare .Text, .autentificare .Password {
	background: url(images/input.jpg) no-repeat 0 0;
	padding-left: 12px;
	height: 22px;
}

.autentificare .Text input, .autentificare .Password input {
	color: #ffffff;
	width: 205px;
	height: 16px;
	border: solid 1px #4a5760;
	background: #4a5760;
}

.autentificare .ImageSubmit {
	text-align: right;
}





.contulMeu .left {
	width: 48%;
	float: left;
}

.contulMeu .right {
	width: 48%;
	float: right;
}

.contulMeu .right label {
}

.contulMeu .desc textarea {
	height: 200px;
}



.paginatie {
	padding: 10px 0;
}

.paginatie .pagcenter a {
	background: url(images/pag.jpg) no-repeat 0 0;
	padding: 0 4px;
	padding-left: 2px;
}

.paginatie .pagcenter a:link, .paginatie .pagcenter a:visited {
	color: #ffffff;
	text-decoration: none;
}

.paginatie span.linkActive {
	font-weight: bold;
	font-size: 110%;
}

.paginatie .next {
	background: url(images/next.jpg) no-repeat 100% 0;
	padding-right: 18px;
}

.paginatie .prev {
	background: url(images/prev.jpg) no-repeat 0 0;
	padding-left: 18px;
}

.paginatie .next:link, .paginatie .next:visited, .paginatie .prev:link, .paginatie .prev:visited {
	color: #4b5861;
	text-decoration: none;
}



.center {
	padding: 0 120px;
}



.linkuriMici {
	position: absolute;
	left: 360px;
	top: 0px;
	font-weight: bold;
}

.linkuriMici span {
	font-size: 13px;
}

.linkuriMici a:link, .linkuriMici a:visited {
	text-decoration: none;
}

.rss {
	background: url(images/rss.gif) no-repeat 0 0;
	padding-left: 15px;
}



.path {
	padding-bottom: 5px;
}



#butM {
 	width: 66px;
}

#butM a:link span, #butM a:visited span {
 	background-position: 0px 0;
} 

#butM a:link:hover span, #butM a:visited:hover span, #butM a.self:link span, #butM a.self:visited span {
 	background-position: 0px -31px;
}

#butC {
 	width: 91px;
}

#butC a:link span, #butC a:visited span {
 	background-position: -66px 0;
} 

#butC a:link:hover span, #butC a:visited:hover span, #butC a.self:link span, #butC a.self:visited span {
 	background-position: -66px -31px;
}

#butCo {
 	width: 172px;
}

#butCo a:link span, #butCo a:visited span {
 	background-position: -157px 0;
} 

#butCo a:link:hover span, #butCo a:visited:hover span, #butCo a.self:link span, #butCo a.self:visited span {
 	background-position: -157px -31px;
}

#butAm {
 	width: 252px;
}

#butAm a:link span, #butAm a:visited span {
 	background-position: -329px 0;
} 

#butAm a:link:hover span, #butAm a:visited:hover span, #butAm a.self:link span, #butAm a.self:visited span {
 	background-position: -329px -31px;
}

#butIn {
 	width: 68px;
}

#butIn a:link span, #butIn a:visited span {
 	background-position: -581px 0;
} 

#butIn a:link:hover span, #butIn a:visited:hover span, #butIn a.self:link span, #butIn a.self:visited span {
 	background-position: -581px -31px;
}

#butVer {
 	width: 132px;
}

#butVer a:link span, #butVer a:visited span {
 	background-position: -649px 0;
} 

#butVer a:link:hover span, #butVer a:visited:hover span, #butVer a.self:link span, #butVer a.self:visited span {
 	background-position: -649px -31px;
}



/*
#butMI {
 	width: 109px;
}

#butMI a:link span, #butMI a:visited span {
 	background-position: 0px 0;
} 

#butMI a:link:hover span, #butMI a:visited:hover span, #butMI a.self:link span, #butMI a.self:visited span {
 	background-position: 0px -31px;
}

#butME {
 	width: 154px;
}

#butME a:link span, #butME a:visited span {
 	background-position: -109px 0;
} 

#butME a:link:hover span, #butME a:visited:hover span, #butME a.self:link span, #butME a.self:visited span {
 	background-position: -109px -31px;
}

#butCI {
 	width: 132px;
}

#butCI a:link span, #butCI a:visited span {
 	background-position: -263px 0;
} 

#butCI a:link:hover span, #butCI a:visited:hover span, #butCI a.self:link span, #butCI a.self:visited span {
 	background-position: -263px -31px;
}

#butCE {
 	width: 167px;
}

#butCE a:link span, #butCE a:visited span {
 	background-position: -395px 0;
} 

#butCE a:link:hover span, #butCE a:visited:hover span, #butCE a.self:link span, #butCE a.self:visited span {
 	background-position: -395px -31px;
}

#butContracte {
 	width: 157px;
} 

#butContracte a:link span, #butContracte a:visited span {
 	background-position: -562px 0;
} 

#butContracte a:link:hover span, #butContracte a:visited:hover span, #butContracte a.self:link span, #butContracte a.self:visited span {
 	background-position: -562px -31px;
}

#butInscriere {
 	width: 157px;
} 

#butInscriere a:link span, #butInscriere a:visited span {
 	background-position: -719px 0;
} 

#butInscriere a:link:hover span, #butInscriere a:visited:hover span, #butInscriere a.self:link span, #butInscriere a.self:visited span {
 	background-position: -719px -31px;
}
*/

.meniuTop { 
	width: 100%;
	overflow: hidden;
	padding-top: 11px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.meniuTop li {
 	float: left;
	height: 31px;
	overflow: hidden;
 	list-style: none;
	list-style-image: none;
}

.meniuTop li a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.meniuTop li span {
 	display: block;
	background: url(images/menu.jpg);
	width: 100%;
	height: 100%;
}



.searchbox {
	position: absolute;
	left: 165px;
	top: 0px;
	width: 350px;
}

.searchbox .Text {
	float: left;
	padding-right: 5px;
}

.searchbox .Select {
	float: left;
	padding-right: 5px;
}

.searchbox .Text input {
	height: 18px;
	width: 100px;
}

.searchbox .Text input, .searchbox .Select select {
	border: solid 1px #6C7E8A;
}

.searchbox .Select select option {
	padding: 0 3px;
}

.searchbox .Select select {
	font-size: 12px;
	height: 20px;
}


.trafic {
	position: absolute;
	top: 20px;
	right: 0px;
}

.twitter {
	position: absolute;
	top: 20px;
	right: 183px;
}

.linked {
	position: absolute;
	top: 20px;
	right: 245px;
}

.facebook {
	position: absolute;
	top: 20px;
	right: 100px;
}


.comentarii .row {
	padding-bottom: 10px;
}



.live {
	position: absolute;
	right: 0px;
	top: 150px;
	font-weight: bold;
	font-size: 110%;
	color: #ffffff;
	text-align: right;
}

.live span {
	color: #3a3a3a;
}


.butoane {
	position: absolute;
	top: 124px;
	left: 0px;
	width: 100%;
}

/*.simple*/ .butoane {
	top: 74px;
}

.butoane #but1 {
	width: 420px;
	float: left;
	text-align: right;
}

.butoane #but2 {
	width: 420px;
	float: right;
	text-align: left;
}




.butoane .butonsus {
	display: block;
	margin-top: 5px;
}

.butoane .butonjos {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

.butoane .butonjos:link, .butoane .butonjos:visited {
	text-decoration: none;
	color: #ffffff;
}

.butoane .orange {
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
}



.categorii {
	background: #eff1f3 url(images/tag-top.jpg) no-repeat 0 0;
	margin-bottom: 10px;
	color: #4a5760;
	width: 190px;
	float: left;
}

.categorii ul {
	background: url(images/tag-bot.jpg) no-repeat 0 100%;
	padding-top: 5px;	
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.categorii li {
	list-style: none;
	padding: 3px 0px 3px 5px;
}

.categorii a.self:link, .categorii a.self:visited {
	color: #6C7E8A;
}


.anunturiRight {
	float: right;
	width: 720px;
}



.anunturi li {
	list-style: none;
	width: 344px;
	float: left;
	height: 195px;
}

.anunturi li .left {
	width: 175px;
	float: left;
}

.anunturi li .img1 {
	height: 143px;
	padding: 0 5px;
	text-align: center;
	background: url(images/port-imagine.jpg) no-repeat 0 0;
}

.anunturi li .img1 img {
	margin: 5px auto;
}

.anunturi .zoom a {
	background: url(images/zoom.jpg) no-repeat 0 0;
	padding-left: 23px;
	display: block;
	height: 17px;
	line-height: 17px;
}

.anunturi .zoom a:link, .anunturi .zoom a:visited {
	color: #4b5760;
}

.anunturi li .right {
	width: 163px;
	float: right;
}

.anunturi li h3 {
	padding: 0 0 0 0;
	font-size: 16px;
}

.anunturi li h3 a:link, .anunturi li h3 a:visited {
	text-decoration: none;
	color: #4b5760;
}

.anunturi li .desc {
	padding: 5px 0;
}

.anunturi li .desc a:link, .anunturi li .desc a:visited {
	text-decoration: none;
	color: #6C7E8A;
}

.anunturi li .companie {
	font-weight: bold;
	padding-bottom: 5px;
}

.anunturi li .pret {
	font-size: 14px;
	font-weight: bold;
	color: #4b5760;
	padding-bottom: 5px;
}




.anunt {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

.anunt .left {
	width: 175px;
	float: left;
}

.anunt .img1 {
	height: 143px;
	padding: 0 5px;
	text-align: center;
	background: url(images/port-imagine.jpg) no-repeat 0 0;
}

.anunt .img1 img {
	margin: 5px auto;
}

.anunt .zoom a {
	background: url(images/zoom.jpg) no-repeat 0 0;
	padding-left: 23px;
	display: block;
	height: 17px;
	line-height: 17px;
}

.anunt .zoom a:link, .anunt .zoom a:visited {
	color: #4b5760;
}

.anunt .right {
	width: 500px;
	float: right;
}

.anunt h3 a:link, .anunt h3 a:visited {
	text-decoration: none;
	color: #4b5760;
}

.anunt .desc {
	padding: 5px 0;
}

.anunt .companie {
	font-weight: bold;
	padding-bottom: 5px;
}

.anunt .pret {
	font-size: 16px;
	font-weight: bold;
	color: #4b5760;
	padding-top: 5px;
}



.langs {
	position: absolute;
	left: 400px;
	top: 0px;
}

.langs .langro {
	background: url(images/ro.jpg) no-repeat 0 2px;
	padding-left: 19px;
	padding-right: 3px;
}

.langs .langen {
	background: url(images/en.jpg) no-repeat 0 2px;
	padding-left: 19px;
	padding-right: 3px;
}



.ttitlu {
	position: relative;
}

.ttitlu h1, .ttitlu h2, .ttitlu h3 {
	float: left;
	padding-right: 10px;
}


#google_translate_element {
	position: absolute;
	top: 0px;
	left: 490px;
}


.filtre {
	border-top: solid 3px #25a80c;
	background: #ffffcc;
	padding: 10px;
}

.filtre .odd, .filtre .even {
	padding-top: 3px;
}

.tabelAbo {
	border-collapse: collapse;
}

.tabelAbo td {
	padding: 10px;
	background: #ECFAAB;
	border:solid 1px #cce45c;
}

.tabelAbo .header td {
	font-weight: bold;
	background:#239f09;
	color:#ffffff;
}

.tabelAbo td.mare {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.sharing {
	position: absolute;
	right: 10px;
	top: 0px;
}

.simple .sharing {
	display: none;
}

.video {
	position: absolute;
	left: 360px;
	top: 20px;
}


.butHeader {
	position: absolute;
	left: 270px;
}
