@CHARSET "ISO-8859-1";

html {
	height: 100%;
}

body {
	height: 100%;
	color: #999;
	background-color: #FFF;
	font-size: 11px;
}

h1 {
	display: inline;
	font-family: Verdana;
	font-size: 28px;
	color: #FF7C12;
	font-weight: bold;
	text-align: left;
	padding-left: 70px;
	clear: both;
}

h2 {
	font-size: 22px;
	color: #05349D;
	font-weight: bold;
}

h3 {
	color: #05349D;
	font-weight: bold;
}

#page {
	background: #FFF;
}

#slogan {
	/*color: #CCC;*/
	color: #0066B3;
	font-family: Verdana;
	/*font-size: 22px;*/
	font-size: 18px;
	text-align: left;
	padding-left: 8px;
	font-weight: bold;
}

#content-wrapper {
	border: 2px solid #CCC;
}

/* inner page content div */
#content {
	min-height: 673px;
	margin: 0;
	text-align: left;
	/*padding: 0 20px 0 20px;*/
	padding:0px;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	background: #F8F8F8;
	height: 100%;
}

/* inner page right column div  */
#right-column {
	text-align: left;
	padding-left: 4px;
}

#search-form {
	width: 221px;
	height: 48px;
	background: url(../images/form_search.png) no-repeat;
	padding-top: 8px;
	text-align: left;
}

#search-form .textbox {
	margin-top: 3px;
	margin-right: 5px;
	margin-left: 20px;
	background: #EEE;
	border: 1px solid #BD6C1D;
	width: 146px;
	padding: 2px;
	background: #fff;
	font-size: 14px;
}

#search-form .submit {
	padding: 3px 10px 3px 10px;
	font-size: 20px;
	text-decoration: none;
}

/* Head section */
#footer h1 { /* Text de (c) */
	font-size: 11px;
	color: #333;
}

#footer a {
	font-size: 10px;
	color: #444;
	text-decoration: underline;
}

#footer a:hover {
	font-size: 10px;
	color: #4b70b9;
	text-decoration: underline;
}

#footer .top {
	background-image: url(../images/footer_shader.jpg);
	background-repeat: repeat-x;
}

/* left side shader */
#shader-left {
	width: 10px;
	background-image: url(../images/shader_left.png);
	background-repeat: repeat-y;
}

#mainShader { /* right side shader */
	background-image: url(../images/shader_main.gif);
	background-repeat: repeat-y;
}



.msg
{
	margin: 10px auto;
	width: 600px;
	color: #27578B;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #0066B3;
	background: #DDE8F1;
	padding: 6px 8px;
	text-align: center;
}	



/* ======== PAGING =============== */
.paging {
	background: #FFF;
	margin: 6px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.paging a {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	background: url(../images/letter-bg.png);
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 1px 0 1px;
	text-align: center;
	padding: 1px 0 0 0;
	font-size: 13px;
}

.paging a:hover {
	background: url(../images/letter-bg-hover.png);
}

.paging a.selected {
	color: #000;
}

.paging a.selected:hover {
	background: url(../images/letter-bg.png);
}

/* =============================== */
.paginate {
	background: #FFF;
	margin: 6px 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

a.paginate {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	background: url(../images/letter-bg.png);
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 1px 0 1px;
	text-align: center;
	padding: 1px 0 0 0;
	font-size: 13px;
}

a.paginate:hover {
	background: url(../images/letter-bg-hover.png);
}

a.current {
	color: #000;
}

span.inactive {
	background: url(../images/letter-bg.png);
}

/* ===== HOME PAGE ===== */
.home-page {
	text-align: left;
	color: #666;
	font-weight: normal;
}

.home-page .title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.home-page a {
	color: #000;
}

.home-page a:hover {
	color: #999;
}

.home-page .msg
{
	position: absolute;
	color: #27578B;
	font-weight: bold;	
	text-align: center;
	font-size: 14px;
	border: none;
	background: none;
	margin: -55px 0 0 50px;
}


/* ====== The heading/content element for home boxes ====== */
.home-box h3 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	margin: 0;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.home-box h3,home-box h3 div,.home-box h3 .sb-inner {
	background: url(../images/home-header.png) repeat-x;
}

.home-box h3 .sb-border 
{
	background: #FFF; /* #1F3869;*/ 			/* heading border color */
}

.home-box .content 
{
	color: #282828;
	font-weight: normal;
	margin: 0;
}

.home-box .content .sb-inner 
{
	background: url(../images/home-box-bg.png) #FFE5CA repeat-x top;
}

.home-box .content2 p, 
.home-box .content p 
{
	padding: 0;
	margin: 0;
}

.home-box .content .sb-border 
{
	background: #FFF; 					/* border-color */
}

.home-box a 
{
	color: #000;
}
										/* box type 2 with black bg */
.home-box .content2 
{
	color: #282828;
	font-weight: normal;
	margin: 0;
}

.home-box .content2 .sb-inner 
{
	background: #000;
}

.home-box .content2 .sb-border 
{
	background: #FFF; 					/* border-color */
}


/* ======================================================== */
	/* ==== SPECIFIC STYLE FOR RIGHT SIDE BOXES ON INNER PAGES ======= */
.custom-right-box {
	width: 187px;
}

.custom-right-box h3 {
	height: 25px;
	padding: 8px 2px;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	text-align: center;
	color: #FFF;
	background: url(../images/custom-box-header.png) no-repeat top;
}

.custom-right-box .content {
	background: url(../images/home-box-bg.png) #FFAA55 repeat-x;
	background-repeat: repeat-x;
	background-position: 0% 100%;
	min-height: 60px;
	padding: 8px 5px 0px 4px;
	color: #282828;
	font-weight: normal;
}

.custom-right-box .content p {
	margin: 0;
}

.custom-right-box .bottom {
	background: url(../images/custom-box-bottom.png) repeat-x;
	height: 8px;
}

* /  ======================================================== * /

	

	
		
	
#home-carousel {
	margin-left: 5px;
	margin-right: 5px;
	background: #FFF;
}

#home-brosura {
	margin-right: 5px;
	width: 189px;
}

#home-brosura .content {
	height: 210px;
	padding: 0 6px 0 6px;
	text-align: center;
}

#home-brosura .content .sb-inner {
	background-color: #FFEAD8;
}

#home-brosura .title
{
	color: #666;
	padding-bottom: 5px;
}

#home-magazine {
	margin-left: 5px;
	margin-right: 5px;
	width: 386px;
}

#home-magazine .content {
	height: 200px;
}

#home-magazine .content .text
{
	margin-left: 207px;
}

#home-deschideri {
	margin-right: 5px;
	width: 363px;
}

#home-deschideri .content {
	height: 200px;
	padding: 0 6px 0 6px;
}

/*#home-deschideri .content .sb-inner { background: #FFF; }*/
#home-newsletter {
	margin-right: 5px;
	width: 189px;
}

#home-newsletter .content {
	height: 203px;
	border:1px solid #FFB76F;
	border-top:none;

}

#home-newsletter h3, #home-newsletter h3 .sb-inner {
        background: url(../images/newslettre_header_fb.png);
}

#home-newsletter .content .sb-inner {
        background: #FFF;
}

#home-newsletter div.input-box{
	background:url("../images/email-input-box-bg.png");
}

#home-newsletter div.input-box input{
	border:1px solid #4366a9;
}

/*#home-newsletter .content .sb-inner { background: #FFF; }*/
#home-actiuni {
	margin-left: 5px;
	margin-right: 5px;
	width: 387px;
}

#home-actiuni .content
{
	height: 200px;
	cursor: pointer;	
}

#home-actiuni .content p 
{
	color: #FFF;
	text-align: right;
	padding-left: 300px;	
}

#home-legume {
	margin-right: 5px;
	width: 362px;
}

#home-legume .content {
	height: 200px;
}

#home-marci {
	margin-right: 5px;
	width: 189px;
}

#home-marci .inner {
	padding-top: 10px;
	height: 190px;	
	border: 1px solid #FFF;
	border-top: none;
	cursor:pointer;	
}

#home-accescentrala {
	margin-right: 5px;
	width: 189px;
}

#home-accescentrala h3 {
	height: 25px;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	text-align: center;
	color: #FFF;
	background: url(images/custom-box-header.png) no-repeat top;
}

#home-accescentrala .content {
	background: url(images/home-box-bg.png) #FFAA55 repeat-x;
	background-repeat: repeat-x;
	background-position: 0% 100%;
	height:192px;
	padding: 8px 5px 0px 4px;
	color: #282828;
	font-weight: normal;
}

#home-accescentrala .content p {
	margin: 0;
}

#home-accescentrala .bottom {
	background: url(images/custom-box-bottom.png) repeat-x;
	height: 8px;
}

/* on the right panel for inner pages there is a smaller map for stores */
#right-panel-magazine {
	width: 189px;
}

#right-panel-magazine .content {
	height: 190px;
	padding: 0 6px 0 6px;
	text-align: center;
}

#right-panel-magazine .content .label {
	text-align: left;
	padding-left: 18px;
	font-weight: bold;
}

#right-panel-magazine .content .text {
	text-align: left;
	padding: 6px 6px;
}

/* ======================================================================= */
.textbox {
	border: 1px solid #AAA;
	color: #333;
	font-family: Verdana;
	background: #EEE;
	width: 200px;
	font-size: 13px;
}

.button {
	cursor: pointer;
}

/* form styling */
.form .label {
	font-weight: bold;
	text-align: right;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	color: #888;
}

/* ============ RIGHT PANEL CSS (INNER PAGES)  ================ */
.box-front {
	width: 177px;
	border: 2px solid #CCC;
	margin-right: 15px;
}

.box-content {
	background: #FFF;
	padding-left: 4px;
	padding-right: 4px;
	color: #666;
	font-weight: normal;
}

.box-front .top {
	position: relative;
	top: -3px;
}

/* ============================================================ */
	/* ========= STYLE FOR MAGAZINE SECTION ============= */
.letters-row {
	padding-top: 7px;
}

.letters-row a.letter {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	background: url(../images/letter-bg.png);
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0 1px 0 1px;
	text-align: center;
	padding: 1px 0 0 0;
	font-size: 13px;
}

.letters-row a.letter:hover {
	background: url(../images/letter-bg-hover.png);
}

.letters-row a.empty /* letter with no stores */ {
	color: #888;
}

/* Oferta Plus - Lista de alte oferte */
#lista-oferte {
	margin-top: 30px;
	background: #EEE;
	padding: 6px 16px 6px 16px;
}

#lista-oferte tr.row td {
	margin: 8px 0 8px 0;
	padding: 6px 0 6px 0;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAA;
	background: #F3F3F3;
}

#lista-oferte .link {
	width: 400px;
}

#lista-oferte .link a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/icons/arrow.png) no-repeat left;
}

.listing-store {
	margin-top: 5px;
	background: #F8F8F8;
	border: 2px solid #CCC;
}

.listing-store tr.content {
	color: #444;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
}

.listing-store tr.content td {
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.listing-store .icon {
	text-align: center;
}

.listing-store .icon img {
	border: 1px solid #4a70b9;
	margin: 0;
	padding: 0;
}

.listing-store .district {
	font-size: 18px;
	font-weight: bold;
	color: #4a70b9;
	margin-bottom: 5px;
}

.listing-store .schedule {
	font-weight: normal;
	font-size: 12px;
	white-space: no-wrap;
	background: #EEE;
	padding: 8px 2px 12px 6px;
}

.listing-store .schedule a.sarbatori {
	color: #CC3333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #D55757;
	padding: 1px 4px 1px 4px;
}

.listing-store .links {
	padding-left: 20px;
	white-space: no-wrap;
}

/* ================================================== */
	/* ========== SITEMAP STYLE ============ */
.sitemap a {
	text-decoration: none;
}

.sitemap a:hover {
	text-decoration: underline;
}

ul.sitemap,ul.sitemap ul {
	list-style-image: url(../images/icons/arrow.png);
}

.sitemap li {
	padding-bottom: 2px;
	padding-top: 2px;
}

/* ===================================== */
	/* ========== CARIERA ============== */
div.jobs-list {
	border: 1px solid #1F3869;;
	width: 329px;
	float: left;
	text-align: left;
	background: #F8F8F8;
}

.jobs-list .title {
	padding: 6px 0 6px 0;
	background: url(../images/table-header.gif) repeat-x bottom;
	border-bottom: 1px solid #1F3869;;
	text-align: center;
	font-weight: bolder;
	color: #1F3869;;
	font-family: Verdana;
}

.jobs-list .list-wrapper {
	padding: 15px 0 6px 0;
	min-height: 100px;
}

.jobs-list a {
	text-decoration: none;
}

.jobs-list a:hover {
	text-decoration: underline;
}

.jobs-list .job {
	padding: 3px 0 3px 15px;
	margin-left: 20px;
	background: url(../images/icons/arrow.png) no-repeat left;
	font-weight: bold;
}

.jobs-list .positions {
	color: #666;
	font-size: 12px;
	white-space: no-wrap;
}

.job-indication {
	clear: both;
	text-align: left;
	padding-left: 10px;
	margin-top: 15px;
}

.job-description {
	padding-left: 20px;
}

.job-locations {
	margin: 0;
	clear: both;
}

.job-locations .heading {
	padding: 4px 0 4px 0;
	background: #EEE;
	border: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
	color: #444;
	font-family: Verdana;
}

.job-locations .location {
	width: 312px;
	float: left;
	background: #FFF;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.job-locations .location .title {
	padding: 4px 0 4px 0;
	text-align: center;
	font-weight: bold;
	color: #444;
	background: url(../images/table-header.gif) repeat-x bottom;
	border-bottom: 1px solid #CCC;
}

.job-locations .location .options {
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
}

.job-locations .location .details {
	background: #FFF;
	padding: 8px 15px 8px 15px;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

.job-apply-form .field {
	padding-bottom: 4px;
}

/* ================================= */
	/* ================= FUN CU PLUS start ================= */
#fun {
	margin-left: 30px;
	font-size: 14px;
}

#fun.list .item {
	width: 580px;
	clear: both;
	padding-left: 6px;
	padding-right: 6px;
	background: #F6F6F6;
	margin-bottom: 10px;
	border: 1px solid #AAA;
}

#fun.list .thumb {
	padding: 2px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 2px 0 2px 0;
}

#fun.list .item .title {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin-left: 15px;
	margin-bottom: 7px;
}

#fun.list .item .description {
	margin-left: 10px;
	color: #444;
}

#fun.list .item .options {
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	border-top: 1px dashed #CCC;
	text-align: left;
}

#fun a.download {
	color: #E77307;
}

/* ================= FUN CU PLUS end   ================= */
	/* ==================== GALERII CU POZE START ============================= */
#gallery {
	min-height: 300px;
	font-size: 14px;
}

#gallery.list .item {
	width: 660px;
	clear: both;
	padding-left: 6px;
	padding-right: 6px;
	background: #EEE;
	margin-bottom: 16px;
	border: 2px solid #CCC;
}

#gallery.list .title {
	background: url(../images/icons/arrow-blue.png) no-repeat left top;
	background-position: 4px 6px;
	padding-left: 20px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #04528E;
	font-size: 16px;
	border-bottom: 1px dotted #AAA;
}

#gallery.list .title a {
	text-decoration: none;
	color: #04528E;
	font-size: 20px;
}

#gallery.list .title a:hover {
	text-decoration: underline;
}

#gallery.list .date {
	text-align: right;
	padding-right: 16px;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-top: 4px;
	color: #444;
	font-size: 12px;
	border-top: 1px dotted #AAA;
}

#gallery.list .info {
	position: absolute;
	margin-top: -18px;
	padding-left: 10px;
	color: #444;
}

#gallery a.details {
	font-weight: bold;
	text-decoration: none;
}

#gallery .thumb-list {
	text-align: center;
}

#gallery .thumb-list img.thumb {
	margin: 0;
	padding: 3px;
	border: 1px solid #CCC;
	background: #FFF;
}

#gallery.view .thumb-list {
	background: #EEE;
	padding: 10px 2px 10px 2px;
	border: 1px solid #CCC;
	text-align: center;
}

/* ==================== GALERII CU POZE END   ============================= */
	/* ========== STYLE FOR SEARCH RESULTS ========= */
#search-results .section {
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 14px;
	margin-top: 8px;
	background: #EEE;
	padding: 0 10px 0 15px;
}

#search-results .result {
	margin-top: 6px;
	margin-left: 5%;
	border: 1px solid #888;
	padding-left: 7px;
	padding-right: 7px;
}

#search-results .title {
	padding: 3px 0 3px 15px;
	margin-left: 5px;
	background: url(../images/icons/arrow.png) no-repeat left;
}

#search-results .title a {
	text-decoration: none;
	font-weight: bold;
}

#search-results .title a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#search-results .title a:visited {
	color: #444;
}

#results-count {
	font-weight: bold;
	color: #777;
	margin-bottom: 10px;
	text-align: right;
}




/* ======================================================== *
 * 						MEMBERS
 * ======================================================== */

#member-form .section
{
	font-weight: bold;
	color: #444;
	font-size: 12px;
	padding-bottom: 12px;
}

#member-form .form .textbox
{
	background: #FFF;		
	padding: 2px;	
	width: 220px;
	border: 1px solid #E76C04;
}

#member-form .form .field
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
	font-size: 12px;
}

#member-form .form .label
{
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: normal;
	color: #444;
	text-align: left;
	font-size: 12px;
}


										/*	Login box */				
#login-form
{
	margin-top: 3px;
	margin-bottom: 12px;
	padding-bottom: 4px;
	padding-top: 8px;	
	border: 1px solid #FFB76F;	
	background: #FFF8EE;
}

#login-form .email,
#login-form .password	
{
	border: 1px solid #E76C04;
	font-size: 13px;
	height: 16px;
	padding: 2px 4px;
	margin: 0;
}

#login-form .email
{
	width: 145px;	
}

#login-form .email.suggestion
{
	background: url(../images/login/email-text.png) #FAFAFA no-repeat 5px center;	
}

#login-form .password
{
	width: 88px;	
}

#login-form .password.suggestion
{
	background: url(../images/login/password-text.png) #FAFAFA no-repeat 5px center;	
}

#login-form a
{
	font-size: 13px;
	color: #5071BA;	
	text-decoration: none;
	font-weight: normal;
}

#login-form a:hover
{
	text-decoration: underline;	
}


#member-menu							/* box with a member menu + welcome message */
{
	border: 1px solid #FFB76F;	
	background: #FFF8EE;
	margin-top: 6px;
	margin-bottom: 12px;
	color: #F88010;		
	font-weight: normal;
}

#member-menu .content
{
	height: 90px;
}

#member-menu .menu 
{
	margin-top: 5px;
	margin-left: 15px;	
	margin-right: 10px;	
	text-align: left;
}

#member-menu .menu a 
{
	display: block;
	padding: 2px;
	text-decoration: none;	
	color: #5376bb;
}	

#member-menu .menu a:hover
{
	text-decoration: underline;		
}



/* ============SHOWCASE====================== */

.showcase{
	width:230px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}

.showcaser{
	width:230px;
	float:right;
	margin-bottom:10px;
}

a.shtitle{
	color: #05349D;
	font-weight: bold;
	text-decoration:none;
	font-size:18px;
	line-height:25px;
}

a.shtitle:hover{
	text-decoration:underline;
}

.shpret{
	float:right;
	padding-right:5px;
	color:#FF7C12;
	font-weight:bold;
	font-size:14px;
}

.produspret{
	float:right;
	padding-right:5px;
	color:#FF7C12;
	font-weight:bold;
	font-size:20px;
}
/*============================================*/
