* {
	margin: 0;
	padding: 0;
}

/* font */
html {
	font-size: 100%;
}
body {
	font-size: 0.7em;
}
table, input, select, textarea {
	font-size: 100%;
}



/* layout - general */

img {
	border: none;
}

.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 */


.text, textarea {
	border: solid 1px #2D3451;
	color: #333333;
	padding: 1px;
}
.submit {
	background: #EEEEEE;
	border: solid 1px #333333;
	color: #333333;
	font-weight: bold;
	cursor: hand;
	cursor/**/: /**/pointer;
}

.floatR {
	float: right;
}
.hide {
	display: none;
}

.strike_through {
	text-decoration: line-through;
}
ul {
	padding-left: 1.5em;
}

/* layout - specific */

body {
	text-align: center;
	background: #FFFFFF url(img/page-m.jpg) repeat-x 0 0;
}
#page {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#top2 {
	height: 101px;
	position: relative;
}
.ro #top2 { background: url(img/ro/top-r.gif) no-repeat 100% -7px; }
.en #top2 { background: url(img/en/top-r.gif) no-repeat 100% -7px; }
.tr #top2 { background: url(img/tr/top-r.gif) no-repeat 100% -7px; }

#pageLangs {
	position: absolute;
	right: 0px;
	bottom: 3px;
	width: 100px;
	z-index: 10;
}
#pageLangs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pageLangs ul li {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	width: 30px;
}
#pageLangs ul li a {
	display: block;
	border: solid 1px #CCCCCC;
	position: relative;
	width: 27px;
	height: 19px;
	font-size: 10%;
	text-indent: -1000em;
	text-decoration: none;
	cursor: hand;
	cursor/**/: /**/pointer;
}
#pageLangs ul li a span {
	position: absolute;
	width: 23px;
	height: 15px;
	left: 2px;
	top: 2px;
}
#pageLangs #langro a span { background: url(img/ro.jpg) no-repeat 0 0; }
#pageLangs #langen a span { background: url(img/en.jpg) no-repeat 0 0; }
#pageLangs #langtr a span { background: url(img/tr.jpg) no-repeat 0 0; }


#logo {
	float: left;
	width: 300px;
}
#logo a {
	display: block;
	width: 300px;
	height: 94px;
	position: relative;
}
#logo a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(img/logo-top.png) no-repeat 0 0;
}


#top {
	clear: both;
	height: 38px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	color: #FFFFFF;
	background: url(img/top-m.png) no-repeat 478px 0;
}
#top a:link, #top a:visited {
	color: #FFFFFF;
}



#top a.active:link, #top a.active:visited {
	font-weight: bold;
}
#searchBox {
	position: absolute;
	top: 10px;
	left: 500px;
	width: 250px;
	line-height: 18px;
}
#topLinks {
	float: left;
	margin: 0 5px 0 0;
}
#searchBox form {
	overflow: hidden;
	width: 170px;
}
#searchBox input.text {
	float: left;
	width: 100px;
	background: #FFFFFF;
	border: solid 1px #FFFFFF;
}
#searchBox input.img {
	margin-top: 1px;
	float: right;
	width: 59px;
	background: #FFFFFF;
	color: #000000;
}


#pageMenu {
	width: 478px;
	overflow: hidden;
}
#pageMenu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#pageMenu ul li {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#pageMenu ul li a {
	display: block;
	width: 100%;
	height: 38px;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	cursor: hand;
	cursor/**/: /**/pointer;
	font-size: 90%;
}
#pageMenu ul li a span {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ro #pageMenu ul li a span { background: url(img/ro/but.png) no-repeat 0 0; }
.en #pageMenu ul li a span { background: url(img/en/but.png) no-repeat 0 0; }
.tr #pageMenu ul li a span { background: url(img/tr/but.png) no-repeat 0 0; }
#pageMenu ul li a.current {
	font-weight: bold;
}
#pageMenu ul li#but1 { width: 61px; }
#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 -38px;
}
#pageMenu ul li#but2 { width: 70px; }
#pageMenu ul li#but2 a:link span, #pageMenu ul li#but2 a:visited span {
	background-position: -61px 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: -61px -38px;
}
#pageMenu ul li#but3 { width: 80px; }
#pageMenu ul li#but3 a:link span, #pageMenu ul li#but3 a:visited span {
	background-position: -131px 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: -131px -38px;
}
#pageMenu ul li#but4 { width: 66px; }
#pageMenu ul li#but4 a:link span, #pageMenu ul li#but4 a:visited span {
	background-position: -211px 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: -211px -38px;
}
#pageMenu ul li#but5 { width: 80px; }
#pageMenu ul li#but5 a:link span, #pageMenu ul li#but5 a:visited span {
	background-position: -277px 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: -277px -38px;
}
#pageMenu ul li#but6 { width: 51px; }
#pageMenu ul li#but6 a:link span, #pageMenu ul li#but6 a:visited span {
	background-position: -357px 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: -357px -38px;
}
#pageMenu ul li#but7 { width: 70px; }
#pageMenu ul li#but7 a:link span, #pageMenu ul li#but7 a:visited span {
	background-position: -408px 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: -408px -38px;
}


#header {	
	height: 182px;
	position: relative;
	margin-bottom: 5px;
}


#colWrap {
	margin: 7px 0 15px 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(img/page-m.gif) repeat-y 0 0;
}
#colMain {
	float: left;
	width: 470px;
	padding: 0;
}
#colSide1 {
	float: right;
	width: 272px;
	margin: 0;
}


#path {
	margin: 0 0 3px 0;
	padding: 0 0 0 5px;
	font-size: 90%;
	font-weight: bold;
	line-height: 19px;
	height: 19px;
	background: #BD012A;
	color: #E2B9C2;
	position: relative;
}
#path a:link, #path a:visited {
	color: #EDEDED;
}
#path span {
	position: absolute;
	right: 3px;
}



.title {
	background: url(img/title-m.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	color: #C3022B;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	height: 29px;
	line-height: 32px;
}

.pageTitle {
}
.pageTitle h1 {
}

#content {
	margin: 10px 5px 0 9px;
}
#content h2 {
	font-size: 125%;
	font-weight: bold;
	color: #2D3451;
}
#content h3 {
	font-size: 120%;
}
#content p {
	margin: .1em 0px .5em 0px;
}

#content hr {
	border: none;
	height: 1px;
	background: url(img/line-h.gif) repeat-x 0 0;
	margin: 15px 0;
}


a.more {
	font-size: 90%;
	padding-left: 10px;
	background: url(img/bullets/2.gif) no-repeat 0 50%;
	font-weight: bold;;
}
a.more:link, a.more:visited {
	color: #000000;
}

#news {
}
#news .date {
	font-weight: bold;
	color: #56006F;
	margin: 0 0 .3em 0;
}
#news .preview {
	margin: 0 0 .5em 2em;
}
#news div.link {
	margin: 0 2em .5em 1em;
	padding: .3em 0 1em 0;
	background: url(img/line-h.gif) repeat-x 0% 100%;
}
#news .link a:link, #news .link a:visited {
	display: block;
	background: url(img/bullets/1.gif) no-repeat 0 .5em;
	color: #5773A1;
}
#news .link a:link span, #news .link a:visited span {
	display: block;
	margin: 0 0 0 10px;
}


#pageOpts {
	position: absolute;
	right: 0px;
	top: 60px;
	width: 280px;
}
#pageOpts p {
	float: left;
	width: 130px;
	line-height: 30px;
}
#pageOpts p.f {
	border-right: solid 1px #C9C9C9;
	margin-right: 10px;
}
#pageOpts a:link, #pageOpts a:visited {
	padding: 0 0 0 15px;
	font-weight: normal;
}
#pageOpts a.print:link, #pageOpts a.print:visited {
	background: url(img/bullets/print.gif) no-repeat 0% 50%;
}
#pageOpts a.refer:link, #pageOpts a.refer:visited {
	background: url(img/bullets/refer.gif) no-repeat 0% 50%;
}


.navMenu ul {
	margin: 10px 0 2em 5px;
	list-style: none;
	padding: 0;
}
.navMenu ul li {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
	list-style: none;
	list-style-image: none;
	border-bottom: solid 1px #EEEEEE;
}
.navMenu ul li a {
	padding: .3em 0 .3em 0;
	font-size: 100%;
	display: block;
	background: url(img/bullets/1.gif) no-repeat right center;
}
.navMenu ul li a:link, .navMenu ul li a:visited {
	color: #000000;
	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: #BD012A;
}
.navMenu ul li a:link:hover, .navMenu ul li a:visited:hover {
	text-decoration: underline;
}
.navMenu ul li ul {
	margin: 0;
}
.navMenu ul li ul li a {
	padding-left: 15px;
	background: url(img/bullets/5.gif) no-repeat left center;
}
.navMenu ul li ul li a:link, .navMenu ul li ul li a:visited {
	color: #666666;
}
.navMenu ul li ul li a.active:link, .navMenu ul li ul li a.active:visited {
	font-weight: bold;
	text-decoration: underline;
}


.center {
	width: 140px;
	height: 190px;
    text-align: center;
}
.center  * {
    vertical-align: middle;
}
/*\*/
.center {
    display: table-cell;
    vertical-align: middle;
}
/**/
* html .center span {
    display: inline-block;
    height: 100%;
}
/*\*//*/
.center span {
    width: 1px;
}
/**/


#navInside {
	list-style: none;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}
#navInside li {
	float: left;
	width: 140px;
	height: 200px;
	display: block;
	margin: 3px 10px 10px 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#navInside dl {
	width: 140px;
	margin: 3px 0;
	position: relative;
}
#navInside dt {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 125px;
	color: #000000;
	padding: 0 0 0 7px;
	background: url(img/title-item.gif) no-repeat 0 0;
	height: 29px;
	z-index: 10;
}
#navInside dd.top {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 32px;
	background: #FFFFFF;
	z-index: 9;
}
#navInside dd.img {
	border: solid 1px #C9C9C9;
	width: 140px;
	height: 190px;
    text-align: center;
}
#navInside dd.img * {
    vertical-align: middle;
}
/*\*/
#navInside dd.img {
    display: table-cell;
    vertical-align: middle;
}
/**/
* html #navInside dd.img span {
    display: inline-block;
    height: 100%;
}
/*\*//*/
#navInside dd.img span {
    width: 1px;
}
/**/
#navInside a:link, #navInside a:visited {
	color: #000000;
}
#navInside dd.but {
	position: absolute;
	width: 120px;
	right: 0px;
	top: 173px;
	background: #FFFFFF;
	text-align: right;
	padding: 7px 0 10px 0;
}


#prod .wrap {
	float: left;
	display: block;
	width: 210px;
	position: relative;
	margin: 0 3px 0 0;
}
* html #prod .wrap {
	margin: 0;
}
#prod .wrap .titlu {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 140px;
	height: 25px;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	color: #BD012A;
}
#prod .img {
	width: 210px;
	height: 250px;
	border: solid 1px #C9C9C9;
}
#prod .specs {
	position: absolute;
	background: #FFFFFF;
	text-align: right;
	right: 0px;
	top: 230px;
	width: 100px;
	height: 25px;
	padding: 10px 0 0 0;
}
#prod .specs span {
	background: #BD012A url(img/bullets/4.gif) no-repeat 98% 50%;
	padding: 0 10px 0 0;
	color: #FFFFFF;
	padding: 3px 10px;
}
#prod .price {
	margin: 20px 0 0 0;
	color: #000000;
	font-weight: bold;
}
#prod .price span {
	display: block;
	font-size: 150%;
	font-weight: bold;
	color: #BD012A;
}
#prod .details {
	width: 240px;
	overflow: hidden;
	margin: 5px 0 10px 0;
	background: #F2F2F2;
}
#prod .details p.titlu {
	background: #BD012A url(img/bullets/3.gif) no-repeat 98% 50%;
	line-height: 2em;
	color: #FFFFFF;
	font-weight: bold;
	padding:  0 0 0 8px;
}
#prod .details {
	padding: 1px 0;
	color: #000000;
}
#prod .details dl.r2 {
	background: #D7D7D7;
}
#prod .details dt, #prod .details dd {
	padding: 5px 1px;
}
#prod .details dt {
	float: left;
	width: 9em;
/*	padding-left: 8px;*/
}
#prod .details dd {
	display: block;
	margin-left: 9.5em;
	padding-left: 1px;
	border-left: solid 1px #999999;
}
#prod .details dd p {
	margin-left: 1px;
}


#gallery {
	margin: 10px 0 10px 0;
	width: 100%;
	overflow: hidden;
}
#gallery dl {
	float: left;
	width: 140px;
	margin: 3px 5px;
	display: inline;
	position: relative;
}
#gallery dt {
	position: absolute;
	left: 0px;
	top: 0;
	width: 120px;
	background: #FFFFFF;
	padding: 0 0 0 3px;
}
#gallery dt, #gallery dt a:link, #gallery dt a:visited {
	color: #C1012B;
	font-weight: bold;
	text-decoration: none;
}
#gallery dd.img {
	border: solid 1px #C9C9C9;
	width: 140px;
	height: 170px;
    text-align: center;
}
#gallery dd.img * {
    vertical-align: middle;
}
/*\*/
#gallery dd.img {
    display: table-cell;
    vertical-align: middle;
}
/**/
* html #gallery dd.img span {
    display: inline-block;
    height: 100%;
}
/*\*//*/
#gallery dd.img span {
    width: 1px;
}
/**/
#gallery a:link, #gallery a:visited {
	font-weight: bold;
}

.txt {
	margin: 5px 0 0 0;
	padding: 15px 8px 10px 8px;
	font-size: 80%;
	height: 6em;
}
#gallery dd.txt {
/*	background: #F4F4F4;*/
	margin: 5px 0 0 0;
	padding: 15px 8px 10px 8px;
	font-size: 80%;
	height: 6em;
}
#gallery dd.txt, #gallery dd.txt a:link, #gallery dd.txt a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#gallery dd.but {
	position: absolute;
	width: 70px;
	right: 0px;
	top: 147px;
	background: #FFFFFF;
	text-align: right;
	padding: 15px 0 10px 0;
}


#pageBot {
	width: 100%;
	position: relative;
	background: url(img/page-b.png) no-repeat 0 0;
	font-size: 90%;
	padding: 1px 0 0 0;
	height: 45px;
	color: #2D3451;
}

#botLinks {
	margin: .7em 0px 0px 140px;
	padding: 0px 0px 0px 0px;
}
#botLinks a:link, #botLinks a:visited {
	text-decoration: none;
}
#botLinks a:link, #botLinks a:visited {
	color: #515050;
}
#botLinks a:link:hover, #botLinks a:visited:hover {
	text-decoration: underline;
}
#botLinks a.active:link, #botLinks a.active:visited {
	text-decoration: underline;
	font-weight: bold;
}

#copyright {
	margin: .3em 0px 0px 140px;
	padding: 0px 0px 0px 0px;
	color: #979696;
}

#webvertise {
	position: absolute;
	width: 66px;
	height: 35px;
	right: 0;
	top: 10px;
	color: #999999;
	font-size: 50%;
}
#webvertise a:link, #webvertise a:visited {
	display: block;
	width: 66px;
	height: 35px;
	color: #999999;
	position: relative;
}
#webvertise a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(img/webvertise.gif) no-repeat 0 0;
}
#webvertise a:link:hover span, #webvertise a:visited:hover span {
	background-position: 0 -35px;	
}

.artNavig {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.artNavig .pages {
	float: left;
	width: 49%;
}
.artNavig .back {
	float: right;
	width: 49%;
	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 5px;
	padding: 0;
}
#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 .35em;
}
#siteMap ul li ul {
	margin: 0 0 0 2em;
}

/* 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;
	background: url(img/bullets/6.gif) no-repeat 0 .25em;
}
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;
}



/* Forms */
fieldset {
	border: none;
	margin: 0px 1em;
}
fieldset legend {
	display: none;
}
fieldset div {
	margin: 1em 0;
	clear: both;
}
fieldset div.buttons {
	margin: .5em 0 0 8em;
}
fieldset div.buttons input {
	padding: .2em 1em;
}
fieldset label {
	float: left;
	display: block;
	width: 7em;
}
fieldset label span {
	display: block;
	color: #B11212;
}
fieldset label span.red {
	display: inline;
}
fieldset input.text {
/*	height: 1.35em;*/
}
fieldset input.text, fieldset textarea, fieldset select {
	background: #FFFFFF;
	margin: 0 0 0 1em;
}
fieldset input.text {
}
fieldset textarea {
	width: 25em;
}

#newsletter fieldset {
	margin: 5px 0 15px 0;
}
#newsletter fieldset div {
	margin: .3em 0;
}
#newsletter fieldset label {
	width: 5em;
}
#newsletter fieldset .but {
	margin: 0 0 0 6em;
}



.desc {
	font-size: 10%;
	color: #F0F0F0;
}
.describe {
	display: none;
}



#stats {
	margin-top: 1em;
	text-align: center;
}