@charset "utf-8";
/* CSS Document */
/* ===== Global reset ===== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: inherit;
}

/* ===== Global Stylesheets ===== */

body {
    margin: 0;
    padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
}

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

a:hover, a:active {
	text-decoration:underline;
}

a.orange {
	color: #F9711B;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.clear { /* stergere de float */
	clear: both;
}

img {
	border: none;
}

p {
	margin: 10px 0px;
}

em {
}

h1 {
}

h2 {
}

h3 {
}

b, strong {
	font-weight: bold;
}

i {
	font-style:italic;
}

em {
	font-style:italic;
}

input {
}

label {
}

/* ==== main styles ===== */

div#mainContainer {
	width: 563px;
	height: 1230px;
	overflow: hidden;
}

img#title {
	margin: 15px 0px 0px 0px;
}

div.judet {
	display: none;
}

div.info {
	display: none;
}

div.hover {
	height: 30px;
	width: 557px;
	background: #FF0419;
	color: #ffffff;
	font-size: 18px;
	padding: 2px 0px 2px 6px;
	margin-bottom: 2px;
	box-shadow:0px 0px 3px #333;
}

div.hover span.hoverText {
	padding-top: 5px;
	float: left;
}

div.hover img.right {
	margin-right: 26px;
}

div.reprezentant {
	height: 18px;
	width: 557px;
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 0px 2px 6px;
	margin-bottom: 5px;
}

div.reprezentant span {
	float: left;
	padding-top: 3px;
	margin-right: 30px;
}

div.reprezentant span.mobil {
	margin-right: 0px;
}

div.reprezentant span.email {
	float: right;
	margin-right: 20px;
}

div.distribuitor {
	width: 557px;
	background: #FFFFFF;
	color: #232323;
	font-size: 14px;
	padding: 4px 0px 4px 6px;
	margin-bottom: 3px;
	box-shadow:1px 1px 1px #222;
}

div.distribuitor a.nume {
	padding-left: 30px;
	background: url(../images/closed.png) 5px 3px no-repeat;
}

div.distribuitor.selected a.nume {
	background-image: url(../images/open.png);
}

div.distribuitor a.nume:hover {
	text-decoration: none;
}

div.distribuitor span.red{
	color: #FF0419;
}

div.distribuitor ul {
	margin: 8px 0px;
}

div.distribuitor ul li {
	float: left;
	font-size: 12px;
	width: 256px;
	margin-bottom: 3px;
	padding: 0px;
	padding-left: 22px;
	line-height:14px;
}

div.distribuitor ul li.right {
	float: right;
	padding-left: 0px;
	padding-right: 22px;
}