* {
	margin: 0;
	padding: 0;
}

/* font */
html {
	font-size: 100%;
}
body {
	font-size: 0.70em;
}
table, input, select, textarea {
	font-size: 100%;
}



/* layout - general */

img {
	border: none;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
	list-style-image: none;
}
#content ul, #content ul li {
	list-style: disc;
}

.clear {
	clear: both;
	line-height: 0px;
}
/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hide from IE-mac */


input.text, .textFile, textarea {
	border: solid 1px #DAC09F;
	color: #996633;
	padding: 1px 0;
}
.submit {
	background: #EEEEEE;
	border: solid 1px #333333;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	cursor: hand;
	cursor/**/: /**/pointer;
}

.ir {
	position: relative;
	overflow: hidden;
	font-size: 50%;
}
.ir span {
	position: absolute;
	width: 100%;
	height: 100%;
}

.floatR {
	float: right;
}
.hide {
	display: none;
}
select > option {
	padding: 0 5px 0 3px;
}

/* layout - specific */

body {
	text-align: center;
	background: url(img/bkg.gif) repeat 50% 0%;
}
#page {
	width: 760px;
	text-align: left;
	margin: 10px auto 0 auto;
	background: url(img/page-m.gif) repeat-y 0 0;
	position: relative;
}

#top {
	height: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #000000;
	background: url(img/bkg.gif) repeat 50% -10px;
}


#topLinks {
	margin: 8px 0 0 0;
	color: #C63129;
}
#topLinks a:link, #topLinks a:visited {
}



#searchBox {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 161px;
}
#searchBox input.text {
	float: left;
	width: 95px;
	margin: 0 5px 0 0;
}

#topBar {
	width: 100%;
	height: 33px;
	overflow: hidden;
	position: relative;
	background: url(img/menu-r.gif) no-repeat 100% 0%;
}

#pageMenu {
	width: 570px;
	height: 33px;
	overflow: hidden;
}
#pageMenu ul {
	margin: 0;
	padding: 0;
}
#pageMenu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 33px;
}
#pageMenu ul li a {
	display: block;
	float: left;
	width: 100%;
	height: 33px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	cursor: hand;
	font-size: 70%;
}
#pageMenu ul li a span {
	position: absolute;
	width: 100%;
	height: 100%;
}
body.ro #pageMenu ul li a span { background: url('img/ro/but.png') no-repeat 0 0; }
body.en #pageMenu ul li a span { background: url('img/en/but.png') no-repeat 0 0; }
body.it #pageMenu ul li a span { background: url('img/it/but.png') no-repeat 0 0; }
#pageMenu ul li a.current {
	font-weight: bold;
}

#pageMenu ul li#but1 { width: 63px; }
#pageMenu ul li#but1 a:link span, #pageMenu ul li#but1 a:visited span {
	background-position: 0px 0px;
}
#pageMenu ul li#but1 a:link:hover span, #pageMenu ul li#but1 a:visited:hover span, #pageMenu ul li#but1.active a:link span, #pageMenu ul li#but1.active a:visited span {
	background-position: 0px -33px;
}
#pageMenu ul li#but2 { width: 71px; }
#pageMenu ul li#but2 a:link span, #pageMenu ul li#but2 a:visited span {
	background-position: -63px 0px;
}
#pageMenu ul li#but2 a:link:hover span, #pageMenu ul li#but2 a:visited:hover span, #pageMenu ul li#but2.active a:link span, #pageMenu ul li#but2.active a:visited span {
	background-position: -63px -33px;
}
#pageMenu ul li#but3 { width: 87px; }
#pageMenu ul li#but3 a:link span, #pageMenu ul li#but3 a:visited span {
	background-position: -134px 0px;
}
#pageMenu ul li#but3 a:link:hover span, #pageMenu ul li#but3 a:visited:hover span, #pageMenu ul li#but3.active a:link span, #pageMenu ul li#but3.active a:visited span {
	background-position: -134px -33px;
}
#pageMenu ul li#but4 { width: 75px; }
#pageMenu ul li#but4 a:link span, #pageMenu ul li#but4 a:visited span {
	background-position: -221px 0px;
}
#pageMenu ul li#but4 a:link:hover span, #pageMenu ul li#but4 a:visited:hover span, #pageMenu ul li#but4.active a:link span, #pageMenu ul li#but4.active a:visited span {
	background-position: -221px -33px;
}
#pageMenu ul li#but5 { width: 97px; }
#pageMenu ul li#but5 a:link span, #pageMenu ul li#but5 a:visited span {
	background-position: -296px 0px;
}
#pageMenu ul li#but5 a:link:hover span, #pageMenu ul li#but5 a:visited:hover span, #pageMenu ul li#but5.active a:link span, #pageMenu ul li#but5.active a:visited span {
	background-position: -296px -33px;
}
#pageMenu ul li#but6 { width: 78px; }
#pageMenu ul li#but6 a:link span, #pageMenu ul li#but6 a:visited span {
	background-position: -393px 0px;
}
#pageMenu ul li#but6 a:link:hover span, #pageMenu ul li#but6 a:visited:hover span, #pageMenu ul li#but6.active a:link span, #pageMenu ul li#but6.active a:visited span {
	background-position: -393px -33px;
}
#pageMenu ul li#but7 { width: 99px; }
#pageMenu ul li#but7 a:link span, #pageMenu ul li#but7 a:visited span {
	background-position: -471px 0px;
}
#pageMenu ul li#but7 a:link:hover span, #pageMenu ul li#but7 a:visited:hover span, #pageMenu ul li#but7.active a:link span, #pageMenu ul li#but7.active a:visited span {
	background-position: -471px -33px;
}

#pageLangs {
	position: absolute;
	right: 10px;
	top: 9px;
	width: 100px;
	height: 16px;
	background: url(img/bullets/1.gif) no-repeat 0% 50%;
	padding: 0 0 0 15px;
}
#pageLangs ul {
	width: 110px;
	overflow: hidden;
}
#pageLangs ul li {
	display: block;
	float: left;
	width: 35px;

}

#header {
	margin: 0px 2px 0 2px;
	height: 186px;
	background: url(img/header.jpg) no-repeat 0 0;
}


#colWrap {
	width: 760px;
	overflow: hidden;
	position: relative;
}
#colMain {
/*	position: relative;*/
	float: left;
	width: 560px;
	padding-bottom: 70px;
}
#colSide1 {
	float: right;
	width: 200px;
	padding-bottom: 50px;
}
#colSide1 div {
	margin: 0 2px 0 0;
}
#colSide1 div div {
	margin: 0;
}


#newsletterT {
	position: absolute;
	right: 0px;
	bottom: 115px;
	width: 200px;
}
.en #newsletterT {
	bottom: 130px;
}
#newsletterT p {
	margin: 0 0 .5em 0;
	text-align: center;
}

#path {
	margin: 0 20px 0 10px;
	font-size: 90%;
}
#path a:link, #path a:visited {
	color: #9E845D;
}



.title {
	position: relative;
	font-size: 50%;
	height: 20px;
	border-bottom: solid 3px #FF8400;
}
.title span {
	position: absolute;
	width: 100%;
	height: 100%;
}


.pageTitle {
	margin: 0 20px 10px 10px;
}
.pageTitle h1 {
	font-size: 150%;
	font-weight: normal;
	color: #C3342E;
}
body.hp .pageTitle h1 {
	width: 100%;
	height: 25px;
	position: relative;
	overflow: hidden;
}
body.hp .pageTitle h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
}
body.hpro .pageTitle h1 span { background: url(img/ro/welcome.png) no-repeat 0 0; }
body.hpen .pageTitle h1 span { background: url(img/en/welcome.png) no-repeat 0 0; }
body.hpit .pageTitle h1 span { background: url(img/it/welcome.png) no-repeat 0 0; }

#content {
	margin: 0 20px 0 10px;
}
#content h2 {
	font-size: 120%;
}
#content h3 {
	font-size: 110%;
}
#content p {
	margin: .1em 0px .5em 0px;
}


#banners {
/*
	position: absolute;
	left: 0px;
	bottom: 0px;
*/
	width: 560px;
	text-align: center;
	height: 130px;
}
#banners p {
	margin: 5px 0;
}

#more {
	position: absolute;
	right: 30px;
	top: 5px;
}

.navMenu {
}
.navMenu ul {
	list-style: none;
	padding: 3px 0 0 0;
}
.navMenu ul li {
	display: block;
	margin: .1em 0 0 0;
	padding: 0 0 .1em 15px;
	list-style: none;
	list-style-image: none;
	background: url(img/bullets/1.gif) no-repeat 0% 50%;
	border-bottom: solid 1px #D9D9D9;
}
.navMenu li a {
	height: 23px;
	padding: 0 0 0 0;
	font-size: 100%;
}
.navMenu ul li a:link, .navMenu ul li a:visited {
	color: #0096C6;
	text-decoration: none;
}
.navMenu ul li a.active:link, .navMenu ul li a.active:visited,
.navMenu ul li a:link:hover, .navMenu ul li a:visited:hover {
	color: #025A76;
}
.navMenu ul li a:link:hover, .navMenu ul li a:visited:hover {
	text-decoration: underline;
}


#navInside {
	margin: 1em 0em 1em .5em;
	list-style: none;
	padding: 0px;
}
#navInside li {
	clear: both;
	display: block;
	margin: 3px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#navInside li .divImg {
	float: left;
	width: 140px;
	text-align: center;
}
#navInside li .divImg img {
}
#navInside li a.indexTitle {
	padding: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
}
#navInside li a.indexTitle:link, #navInside li a.indexTitle:visited {
}
#navInside li a.indexTitle:link {
}
#navInside li a.indexTitle:visited {
}
#navInside li a.indexTitle:link:hover, #navInside li a.indexTitle:visited:hover {
}
#navInside .indexDesc {
	color: #666666;
}
#navInside li a.indexMore {
	display: block;
	color: #669900;
}


#best {
	background: #E8CBB2 url(img/best-b.png) no-repeat 0% 100%;
}
#best h2 {
	height: 43px;
	width: 100%;
}
body.ro #best h2 span { background: url(img/ro/title-best.png) no-repeat 0 0; }
body.en #best h2 span { background: url(img/en/title-best.png) no-repeat 0 0; }
body.it #best h2 span { background: url(img/it/title-best.png) no-repeat 0 0; }
#best ul {
	margin: 10px 0 0 14px;
	padding: 0 0 5px 0;
}
#best ul li {
	display: block;
	background: url(img/side-m.gif) no-repeat 0 0;
	width: 172px;
	height: 141px;
	padding: 1px;
	margin: 0 0 20px 0;
}
#best ul li a:link, #best ul li a:visited {
	display: block;
	position: relative;
	width: 156px;
	height: 125px;
	margin: 7px;
	text-decoration: none;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#best ul li a:link b, #best ul li a:visited b, 
#best ul li a:link span, #best ul li a:visited span {
	position: absolute;
	width: 156px;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	z-index: 10;
}
* html #best ul li a:link b, * html #best ul li a:visited b, 
* html #best ul li a:link span, * html #best ul li a:visited span {
	bottom: -1px;
}
#best ul li a:link b, #best ul li a:visited b {
	text-align: center;
	z-index: 11;
	cursor: hand;
	cursor/**/: /**/pointer;
}
#best ul li a:link b i, #best ul li a:visited b i {
	font-style: normal;
	font-weight: normal;
	padding: 0 12px 0 0;
	background: url(img/bullets/2.gif) no-repeat 100% 60%;
}
#best ul li a:link span span, #best ul li a:visited span span {
	display: block;
	background: #FFFFFF;
	display: block;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}


#colSide1 #ajutor {
	margin-top: 20px;
	margin-bottom: 10px;
}
#ajutor h2 {
	width: 100%;
	height: 18px;
}
body.ro #ajutor h2 span { background: url(img/ro/title-ajutor.gif) no-repeat 0 0; }
body.en #ajutor h2 span { background: url(img/en/title-ajutor.gif) no-repeat 0 0; }
body.it #ajutor h2 span { background: url(img/it/title-ajutor.gif) no-repeat 0 0; }


#navProd {
	overflow: hidden;
	width: 100%;
}
#navProd dl {
	width: 123px;
	height: 147px;
	float: left;
	display: block;
	margin: 0 10px 15px 0;
	background: #E8CBB2;
}
#navProd dl.br {
	margin-right: 0;
}
#navProd dl dt {
	margin: 5px 3px;
	padding: 5px 0;
	background: url(img/prod-t.gif) repeat-y 0 0;
}
#navProd dl dt a:link, #navProd dl dt a:visited {
	display: block;
	width: 105px;
	height: 102px;
	margin: 0px 6px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-decoration: none;
}
#navProd dl dd {
	margin: 5px 3px;
	height: 22px;
	line-height: 22px;
	background: url(img/prod-b.gif) repeat-y 0 0;
	text-align: center;
	color: #C63129;
}
#navProd dl dd a {
	font-weight: bold;
}


/*
#oferta {
	margin: 20px 0 0 0;
}
#oferta h2 span {
	background: url(img/title-oferta.gif) no-repeat 0 0;
}


#hpMenu {
	margin: 15px 0 0 0;
	width: 100%;
	overflow: hidden;
}
#hpMenu dl {
	float: left;
	width: 140px;
	margin: 0 15px 0 0;
	height: 80px;
}
#hpMenu dt {
	border-bottom: solid 1px #B2B2B2;
}
#hpMenu dt a:link, #hpMenu dt a:visited {
	color: #111111;
}
#hpMenu a.more:link, #hpMenu a.more:visited {
	color: #BA5300;
	background: url(img/bullets/1.gif) no-repeat 100% .55em;
	padding: 0 10px 0 0;
}




#navCat {
}
#navCat ul li {
	display: block;
	float: left;
	width: 245px;
	margin: 0 3px 0 0;
	padding: 0 0 0 0;
	border-bottom: solid 1px #EEEEEE;
}

#cartForm {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	width: 100%;
}
#cartForm td {
	padding: .2em;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
	vertical-align: top;
	background: #EEEEEE;
}
#cartForm tr th {
	background: #CCCCCC;
	font-size: 100%;
	line-height: 1.5em;
	padding: 0 0 0 .2em;
}
#cartForm tr.last td {
	border-bottom: none;
}
#cartForm p {
	margin: 0 0 .2em 0;
}

.tr1 td { background: #FFFFFF; }
.tr2 td { background: #FAFAFA; }
*/

.product {
	width: 90%;
	margin: 0 auto;
}
.product td {
	padding: 2px;
}
.product td.label {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
}
.product td.value {
}
.checked dl {
	float: left;
	width: 75px;
	color: #FF0000;
	text-align: center;
}
#comments {
	border-top: solid 1px #EAD0AA;
	padding-top: 2em;
	margin-top: 4em;
}
#comments h2 {
	margin: .5em 0;
}
#comments dl {
	margin: .3em 0 .1em 0;
	padding: .1em 0 .3em 0;
	border-bottom: solid 1px #DAC09F;
	width: 100%;
	overflow: hidden;
}
#comments dl dt {
	float: left;
	width: 20%;
	font-weight: bold;
}
#comments dl dd.text {
	float: left;
	width: 54.5%;
}
#comments dl dd.date {
	float: left;
	width: 25%;
}
#comments fieldset {
	margin: 1em 0 0 0;
}
#comments fieldset div {
	margin: .5em 0;
}
#comments fieldset label {
	width: 6em;
}
#comments fieldset div.buttons {
	margin-left: 6.5em;
}


#pageBot {
	position: relative;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	color: #FFFFFF;
}

#newsletter {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 200px;
}
#newsletter label {
	display: none;
}
#newsletter div {
	float: left;
	width: 120px;
}
#newsletter input.text {
	width: 110px;
}
#newsletter input.img {
	width: 69px;
}

#botLinks {
	background: url('img/bot-t.jpg') repeat-y 0% 0%;
	color: #666563;
	margin: 0 2px;
	padding: 5px 210px 3px 5px;
	min-height: 17px;
	font-size: 90%;
	color: #FFFFFF;
}
* html #botLinks {
	height: 20px;
}
#botLinks a:link, #botLinks a:visited {
	text-decoration: none;
	font-weight: bold;
}
#botLinks a:link {
	color: #FFFFFF;
}
#botLinks a:visited {
	color: #FFFFFF;
}
#botLinks a:link:hover, #botLinks a:visited:hover {
	text-decoration: underline;
}
#botLinks a.active:link, #botLinks a.active:visited {
	color: #990000; 
}

#pageBot .in {
	background: url('img/bot-b.png') no-repeat 0% 100%;
	height: 80px;
	padding: 1px 0 0 0;
}
#copyright {
	padding: 0 0 0 5px;
	margin: 3px 0 0 0;
}

#webvertise {
	padding: 0 0 0 5px;
	margin: 3px 0 0 0;
}
#webvertise a:link, #webvertise a:visited {
	color: #FFFFFF;
}



.artNavig {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.artNavig .pages {
	float: left;
	width: 49%;
}
.artNavig .back {
	float: right;
	width: 49%;
	text-align: right;
}



.navig {
	width: 100%;
	overflow: hidden;
}
.navig .pages {
	float: left;
	width: 70%;
}
.navig .links {
	float: right;
	width: 28%;
	text-align: right;
}


#indexWrap {
}
.indexBox {
	float: left;
	width: 170px;
	margin: 5px 5px 0px 5px;
}
.indexBox h3 {
	margin: 0px;
	color: #666666;
}
.indexBox ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.indexBox ul li {
	list-style: none;
	list-style-image: none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 7px;
}


#siteMap {
	margin: 10px 0px 0px 15px;
}
#siteMap ul {
	list-style: none;
}
#siteMap ul li {
	list-style: none;
	list-style-image: none;
	margin: .5em 0px .5em 0px;
	padding: 0 0 0 15px;
	background: url('img/bullets/2.gif') no-repeat 0 3px;
}
#siteMap ul li ul {
	margin: 0 0 0 2em;
}


#form {
	margin: 0 10px;
	width: 500px;
}
#form, #form td {
	border: none;
}
#form td {
	padding: 1px;
	border-bottom: solid 1px #FAFAFA;
}
#form td.label {
	border-bottom: solid 1px #CCCCCC;
	vertical-align: top;
	font-weight: bold;
}
#form hr {
	margin: 10px 0;
}


/* search */
fieldset.search {
	margin-bottom: 1em;
}
div.search h2 {
	font-size: 130%;
}
div.search dl {
}
div.search dl dt {
	margin: .5em 0 .5em 0;
	padding: 0 0 0 15px;
}
div.search dl dd.extra {
	margin: .5em 0 .5em 2em;
	color: #999999;
}
div.search dl dd.description {
	clear: both;
	margin: .5em 0 2em 2em;
	padding: 0 0 .5em 0;
	border-bottom: solid 1px #BBDAF6;
}
div.search hr {
	margin: 0px;
	padding: 0px;
	border: none;
	background: #9999CC;
	height: 1px;
}
div.search dl.filter {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em 0;
}
div.search dl.filter dt {
	clear: left;
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	margin: 3px 0 0 0;
	padding: 0;
	background: none;
	border-top: solid 1px #DDDDDD;
}
div.search dl.filter dd {
	display: block;
	margin: 3px 0 0 160px;
	border-top: solid 1px #CCCCCC;
}


/* Forms */
form {
}
fieldset {
	width: 40em;
	text-align: left;
	border: none;
	margin: 5px auto;
}
fieldset legend {
	display: none;
}
fieldset div {
	margin: 1em 0;
	clear: both;
}
fieldset div.buttons {
	margin: .5em 0 0 10em;
}
fieldset div.buttons input {
	padding: .2em 1em;
}
fieldset label {
	float: left;
	display: block;
	width: 10em;
	font-weight: bold;
	margin-right: .5em;
}
fieldset label span {
	display: block;
	color: #B11212;
}
fieldset label span.red {
	display: inline;
}
fieldset input.text {
	height: 1.35em;
}
fieldset input.text, fieldset input.textFile, fieldset textarea, fieldset select {
	background: #FFFFFF;
}
fieldset input.text {
}
fieldset textarea {
	width: 25em;
}
fieldset div.img,
#content fieldset ul.chk {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 11em;
	list-style: none;
}
#content fieldset ul.chk li {
	height: 1.5em;
	display: block;
	margin: 3px 0;
	list-style: none;
	list-style-image: none;
}
fieldset ul.chk input {
	float: left;
	width: 20px;
}
fieldset ul.chk label {
	float: none;
	width: auto;
	display: inline;
	font-weight: normal;
}
fieldset div.img input {
	display: inline;
	float: none;
}
#content fieldset h2 {
	margin: 0 0 0 0;
	font-size: 120%;
	color: #19B9EB;
}


.desc {
	font-size: 10%;
	color: #F0F0F0;
}
.describe {
	display: none
}


.errors {
	color: #CC0000;
}


.lang-ro {
	padding: 0 0 0 20px;
	background: url(img/bullets/ro.gif) no-repeat 0% 50%;
}
.lang-en {
	padding: 0 0 0 20px;
	background: url(img/bullets/en.gif) no-repeat 0% 50%;
}
.lang-it {
	padding: 0 0 0 20px;
	background: url(img/bullets/it.gif) no-repeat 0% 50%;
}