@CHARSET "UTF-8";

body{
	background-color: #fff;
	padding:0;
	margin: 10px 0;
}
body { text-align: left; }

body, td {
	font: 11px/1.2 Arial, Helvetica, Geneva, sans-serif;
	color:#333;
}

:focus { outline: 0; }
a, a:visited, a:active { color:#bc1b05; text-decoration: none; font-weight: normal; }
A:hover { color: #f57105; text-decoration: underline; }
a img { border:none; }

INPUT, SELECT, TEXTAREA {
	font-size: 11px;
	padding: 2px 0 2px 2px;
	margin-right: 5px;
	border: 1px solid #f57105;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;	
	font-family: Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2px;
	color: #555;
}
input.empty {
	color: #aaa;
}
.input LABEL {
	width: 90px;
	display: block;
	float: left;
}
.submit INPUT {
	padding: 3px 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #f57105;
	color: #fff;
	height: auto;
}

.error-message/*,
#flashMessage,
#authMessage*/ {
	color: red;
	margin-bottom: 3px;
}

#flashMessage {
	color: red;
	margin-bottom: 15px;
}

.input .error-message {
	margin-left: 95px;
	padding:0;
	text-align:left;
	width:auto;
	background: transparent url('../img/novalidate.gif') no-repeat 2px 0;
	padding-left: 16px;
}

.page .input LABEL {
	width: 120px;
}
.page .input .error-message {
	margin-left: 125px;
}

#content { background: #fff url('../img/content-back.gif') no-repeat center top; min-height: 800px; }


#header-top { height: 570px; position: relative; text-align: left; }
#header-top .container_12 { position: relative; }
#header-top A { text-decoration: none; }
#header-top A:hover { text-decoration: underline; color: #fff; }
#header-top #menuHome { position: absolute; width: 195px; height: 135px; top: 0; left: 10px; text-indent: -9000px; }
#header-top #menuWalmark { position: absolute; width: 155px; height: 30px; top: 0; right: 10px; text-indent: -9000px; }

#header-top #menu { position: absolute; top: 92px; left: 240px; }
#header-top #menu A { color: #fff; font-size: 14px; margin-right: 30px; }

#header-top #submenu { position: absolute; top: 130px; left: 230px; line-height: 14px; width: 730px; }
#header-top #submenu A { color: #fff; font-size: 11px; padding: 0 10px; border-right: 1px solid #fff; }

#header-top #submenu A.last { border: none; }
#header-top #submenu A.right { border: none; float: right; }


h2.title {
	color:#F57105;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	text-transform: uppercase;
	border-bottom: 3px solid #FFE2B9;
}


.articles {
}
.articles LI { margin-bottom: 0px; color: #555; font-size: 14px; }
.articles LI H3 { display: inline; margin-left: 5px; font-size: 14px; font-weight: normal; }

.articlesBig {
	width: 97%;
}

.articlesBig,
.articles, 
.column_right,
.column_right A {
	color: #555;
}
.column_right A:hover {
	color: #f57105;
}
.arrow {
	color: #bc1b05;
	padding-right: 2px;
}
.meta .arrow {
	color: #bc1b05;
	padding-right: 1px;
}

.articlesBig H3, .articlesBig H3 A {
	font-weight: bold;
	font-size: 14px;
}
.articlesBig LI { margin-bottom: 30px; }
.articlesBig H3, .articles H3,
.articlesBig P, .articles P,
.column_right H3 {
		margin-bottom: 4px;
}
.articlesBig .details, .articles .details {
	margin-bottom: 4px;
	font-size: 12px;
}
.details p {
	margin-bottom: 15px;
}
.linkout {
	padding-bottom: 5px;
}

.articlesBig .meta, .articles .meta,
.articlesBig .meta A, .articles .meta A {
	/*color: #ff9e14;*/
	color: #555;
	text-decoration: none;
}

.articlesBig .meta A:hover, .articles .meta A:hover {
	color: #f57105;
}

.articlesBig H1 A, .articles H1 A, .column_right H1 A {
	font-size: 28px; font-weight: normal;
	color: #bc1b05;
	text-decoration: none;
}
.articlesBig H3 A, .column_right H3 A {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.articles H3 A {
	font-weight: normal;
	color: #555;
	text-decoration: none;
}
.column_right H3, .column_right H3 A {
	font-weight: bold;
	font-size: 13px;
}

.articlesBig H3 A:hover, .articles H3 A:hover, .column_right H3 A:hover {
	background-color: #f57105;
	color: #fff;
}

.articleView {
	font-size: 12px;
}
.articleView .meta {
	margin-top: 10px;
	font-size: 12px;
}
.articleView .meta DIV {
	position: relative;
	padding-left: 10px;
}
.articleView .meta DIV .arrow {
	position: absolute;
	left: 0px; top: -1px;
}
.articleView H1, .articleView H1 A {
	font-size: 18px;
	color: #555;
}
.articleView H1 A:hover {
	background-color: #f57105;
	color: #fff;
}

.column_right H2 { 
	border-bottom: 3px solid #ffe2b9;; text-transform: uppercase; margin: 0 0 20px; 
	padding: 0; 
}
.column_right OL LI { 
	margin: 0 0 30px;
	padding: 0;
}
.column_right OL UL LI { 
	padding: 0;
	margin: 5px 0;
	border: none; 
}
.column_right OL LI P { margin-bottom: 0 }
.column_right .featured A {
	color: #f57105;
}
.column_right H2,
.column_right H2 A {
	font-size: 18px; font-weight: normal;
	color: #f57105;
	text-decoration: none;
}

.column_right .details {
	margin-bottom: 4px;
}
.column_right .top10 li {
	position: relative;
	padding-left: 10px;
}
.column_right .top10  .arrow {
	position: absolute;
	left: 0px; top: -1px;
}


.selector {
	margin-bottom: 30px;
	font-size: 16px;
	color: #ccc;
}
.selector A {
	color: #555;
	text-decoration: none;
}

.selector A {
	padding: 0 2px;
}
.selector A:hover {
	background-color: #f57105;
	color: #fff;
}
.selector .selected {
	background-color: #f57105;
	color: #fff;
	padding: 0 2px;
}

.tagcloud {
	font-size: 11px;
}
.tagcloud LI {
	margin-bottom: 20px;
}
.tagcloud DT {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
}
.tagcloud DD {
	width: 150px;
	float: left;
}
.tagcloud A { color: #555; }
.tagcloud A:hover { color: #f57105; }



.subscribe {
	font-size: 12px;
	line-height: 19px;
	margin: 20px 10px;
}
/*.subscribe FORM,*/ 
.subscribe FORM DIV { display: inline; }
.subscribe FORM { float: right; }

.subscribe #SubscriberEmail {
	width: 210px;
}

.subscribe .submit input {
	font-size: 11px;
	padding: 1px 15px;
}


#footer { margin: 80px 0 30px; }
#footer #gripa { padding: 0 10px; margin: 0 0 20px; border-bottom: 3px solid #ffe2b9;
	background: url('../img/gripa-ro.gif') no-repeat 10px top;
	height: 35px;
}
#footer DT { margin-bottom: 4px; text-transform: uppercase; font-size: 10px; color: #848687; }
#footer DD { margin-bottom: 4px; }
#footer A {
	color: #555;
}
#footer A:hover {
	background-color: #f57105;
	color: #fff;
	text-decoration: none;
}

#footerProd {
	padding: 10px 0px 10px;
	/*height: 32px;*/
	/*background: url('../img/footer.gif') no-repeat left top;*/
	text-align: left;
	/*border-top: 3px solid #FF9E14;*/
	border-bottom: 3px solid #E21C06;
}
#footerProd A {
	/*color: #FFF;*/
	padding: 0 10px;
	border-right: 1px solid #fff;
	font-size: 14px;
}
#footerProd A.last {
	border: 0;
}
#footerProd A:hover {
	color: red;
}

#footerLinks {
	margin: 10px 0 80px;
	text-align: right;
}
#footerLinks A:hover {
	color: red;
}

#footerLinks SPAN, #footerLinks A {
/*	color: #888;*/
	padding: 0 10px;
	font-size: 14px;
}
#footerLinks A {
	/*border-right: 1px solid #ccc;*/
}

#banners { position: absolute; margin: 0 auto; top: 174px; width: 100%; text-align: center; }
#banners .rotator { height: 271px; }
#banners .rotator A { text-indent: -9000px; }
#banners .bannertabs {
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
}
#banners .bannertabs A {
	background: url('../img/banners/tab-unselected.gif') no-repeat left top;
	text-decoration: none;
	font-size: 12px; font-weight: bold;
	color: #f07418;
	display: block;
	margin-right: 5px;
}
#banners .container_12 {
	position: relative;
}
#banners #tab9 {
	position: absolute;
	top: 1px; right: 0;
	background: url('../img/banners/buton-copii.gif') no-repeat left top;
	text-decoration: none;
	color: #f07418;
	display: block;
	margin-right: 10px;
	width: 95px; height: 52px;
}
#banners #tab15 {
	position: absolute;
	top: 1px; right: 0;
	background: url('../img/banners/buton-adulti.gif') no-repeat left top;
	text-decoration: none;
	color: #f07418;
	display: block;
	margin-right: 10px;
	width: 95px; height: 52px;
}
#banners #tab9 SPAN,
#banners #tab15 SPAN { display: none;}
#banners #tab9:hover,
#banners #tab15:hover { background-position: -95px 0; }

#banners .bannertabs A SPAN {
	background: url('../img/banners/tab-unselected.gif') no-repeat right top;
	margin-left: 10px;
	display: block;
	padding: 12px 10px 18px 0;
	height: 18px;
}
#banners .bannertabs A.selected, #banners .bannertabs A.selected SPAN {
	font-size: 12px; font-weight: bold;
	background-image: url('../img/banners/tab-selected.gif');
	color: #868686;
}
#banners .bannertabs A.selected SPAN {
}

#banners .rotator DIV {
	height: 271px;
}
/*#banner1 { background: url('../img/banners/kit-imunitate-adulti_03.jpg') no-repeat center top; }*/
#banner1 { background: url('../img/banners/virusept_03.jpg') no-repeat center top; }
#banner2 { background: url('../img/banners/imunactiv_03.jpg') no-repeat center top; }
#banner3 { background: url('../img/banners/echinacea_03.jpg') no-repeat center top; }
#banner4 { background: url('../img/banners/echinacea-lichid_03.jpg') no-repeat center top; }
#banner5 { background: url('../img/banners/echinacea-nature_03.jpg') no-repeat center top; }
#banner6 { background: url('../img/banners/spektrum_03.jpg') no-repeat center top; }
#banner7 { background: url('../img/banners/supervitamina_03.jpg') no-repeat center top; }
#banner8 { background: url('../img/banners/ester_03.jpg') no-repeat center top; }
/*#banner11 { background: url('../img/banners/kit-imunitate-copii_03.jpg') no-repeat center top; }*/
#banner10 { background: url('../img/banners/minimartieni_03.jpg') no-repeat center top; }
#banner11 { background: url('../img/banners/minimartieni-sirop_03.jpg') no-repeat center top; }
#banner12 { background: url('../img/banners/ursuleti_03.jpg') no-repeat center top; }
#banner13 { background: url('../img/banners/brontisori_03.jpg') no-repeat center top; }
#banner14 { background: url('../img/banners/echinacea-copii_03.jpg') no-repeat center top; }
#banners .rotator DIV A {
	display: block; width: 960px; height: 271px;
	margin: 0 auto;
}
.bannersholder {
	position: relative;
	display:none;
}

#banners .grid_12 {
	position: relative;
}
#spinner {
	position: absolute;
	left: 20px;
	top: 220px;
	z-index: 999;
	display: none;
}


.page {
	font-size: 14px;
}
.page H1 {
	font-size: 28px; font-weight: normal;
	color: #f57105;
	text-decoration: none;
}
.page H2 {
	font-size: 18px; font-weight: normal;
	color: #f57105;
	text-decoration: none;
}
.page H3 {
	font-size: 15px; font-weight: normal;
	color: #f57105;
	text-decoration: none;
}
.page INPUT, .page SELECT, .page TEXTAREA {
	font-size: 14px;
	padding: 3px 0 3px 3px;
	margin-bottom: 4px;
}
.page .submit INPUT {
	padding: 3px 15px;
}
	
.bullets LI {
	list-style-type: disc;
	margin-left: 15px;
}

.pagination {
	margin-bottom: 40px;
	text-align: center;
}
.pagination DIV { display: inline; margin: 0 3px;}


