@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ----------------------- body -------------------------- */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background-image: url(img/background3.gif);
	font-size: 12px;
	line-height: 20px;
	background-color: #F7F7F7;
}
/* ----------------------- meniu principal -------------------------- */


.contentall {
	padding: 0px 0px 60px 0px;
	background-image: url(img/bgcont.gif);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #FFFFFF;
}
a:link {
	color: #A81C23;
	text-decoration:underline;
	font-weight:lighter;
}
a:hover {
	color: #CA103C;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	color:#8A1304;
	text-decoration:underline;
	font-weight:normal;
}
a:visited:hover {
	color:#A81C23;
	text-decoration:none;
	font-weight:normal;
}
.container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
	border: solid 1px #fff;
}
.containertop {
	width: 100%;
	margin: 0 auto;
	background-image: url(img/background5.gif);
	background-repeat: repeat-x;
}
.style1 {
	color: #A81C23;
}
.st2 {
	color: #333;
	font-size: 10px;
}
.st3 {
	color: #A81C23;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
}

sup {
	color: #A81C23;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.sm {
	width: 125px;
	color: #336600;
}
.sr {
	width: 125px;
	color: #CC0000;
}

.sb {
	width: 125px;
	color: #0066CC;
}

.input {
	width: 160px;
	border: solid 1px #bbb;
	margin: 0 0 2px 0;
	padding: 2px;
}
/* ----------------------- header -------------------------- */
#header {
	padding: 0 10px 0 20px;
	height: 133px;
	position: relative;
	background-image: url(img/layout.gif);
	border-bottom: solid 1px #fff;
}
#logo {
	position: absolute;
	left: 24px;
	top: 13px;
}
#lang {
	width: 140px;
	height: 20px;
	position: absolute;
	left: 767px;
	top: 7px;
	text-align: right;
	font-size: 11px;
}


#left h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 1.6em;
	color: #FFFFFF;
}
#menu {
	margin: 0;
	width: 460;
	position: absolute;
	left: 397px;
	top: 7px;
	text-align: right;
	color: #DBD5CA;
	font-size: 11px;
}
#menu a:link, #lang a:link {
	color: #2A2B25;
	text-decoration:none;
	font-weight:lighter;
}
#menu a:hover, #lang a:hover {
	color: #87111E;
	text-decoration:underline;
	font-weight:normal;
}
#menu a:visited {
	color:#484943;
	text-decoration:underline;
	font-weight:normal;
}
#menu a:visited:hover {
	color:#87111E;
	text-decoration:none;
	font-weight:normal;
}
#search {
	margin: 0;
	width: 210px;
	position: absolute;
	left: 699px;
	top: 48px;
}
#search .box {
	padding: 2px;
	width: 170px;
	color: #280509;
	border: solid 1px #ddd;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
}
/* ----------------------- navigatie -------------------------- */

#navbar {
	width: 625px;
	padding: 0;
	margin: 0;
	height: 39px;
	line-height: 30px;
	position: absolute;
	left: 269px;
	top: 102px;
}
#navbar ul {
	padding: 0;
	display: block;
	margin: 0;
}
#navbar li {
	display: block;
	float: left;
	height: 39px;
	width: 150px;
	text-align: center;
	display: block;
	margin-right: 2px;
}
#navbar li a {
	padding: 0;
	text-decoration: none;
	height: 39px;
	color: #322e2f;
	width: 150px;
	text-align: center;
	display: block;
	font-size: 13px;
	margin-right: 2px;
}
#navbar li a:hover {
	color: #8a1304;
	background-image: url(img/navee.gif);
	background-repeat: no-repeat;
	background-position: 67px 30px;
}
#navbar li.selected {
	color: #A81C23;
	background-image: url(img/navee.gif);
	background-repeat: no-repeat;
	background-position: 67px 30px;
}

#navbar li.selected a {
	color: #A81C23;
	background-image: url(img/navee.gif);
	background-repeat: no-repeat;
	background-position: 67px 30px;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 9px 5px 5px 10px;
	margin: 0;
}
#sidebar p {
	padding: 0 5px 5px 0;
	margin: 0 2px 5px 0px;
	font-size: 11px;
	line-height: 17px;
}


#mainContent {
	margin: 10px 5px 0 0;
	padding: 5px 10px 0 5px;
	float: right;
	width: 710px;
}
.bdcm {
	font-size: 11px;
	display: block;
	background-color: #F6F6F6;
	padding: 2px 5px;
	margin-bottom: 10px;
}
#mainContent h1 {
	color: #818620;
	font-size: 17px;
	font-weight: lighter;
	margin: 15px 0 10px 0;
}
#mainContent h2 {
	color: #818620;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0 0 0 5px;
	background-color: #F6F6F6;
	display: block;
	clear: both;
}
#mainContent h3 {
	font-size: 14px;
	font-weight: lighter;
	margin: 20px 0px 15px 0px;
	padding: 0px 0px 3px 5px;
	background-color: #F6F6F6;
}

#mainContent p {
	margin: 7px 0px 10px 0px;
}
#detcol {
	margin: 0px 0px 10px 0px;
	float: left;
	width: 230px;
}
#detpiese {
	margin: 0px 0px 10px 0px;
	float: right;
	width: 445px;
	padding: 0;
	position: relative;
}
#detpiese br {
	line-height: 0px;
	font-size: 1px;
	margin: 0;
}
/* ----------------------- layout vechi pt detalii ceramica -------------------------- */
#hint {
	margin: 0px;
	width: 280px;
	border: solid 1px #ddd;
	font-size: 11px;
	height: 200px;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
#hint img {
	margin: 0 7px 0 0;
	float: left;
}


#itm {
	margin: 0px 10px 20px 0px;
	float: left;
	width: 100px;
	font-size: 10px;
	text-align: center;
	height: 155px;
}
#imgg {
	margin: 0;
	width: 100px;
	height: 110px;
}
#itm img {
	margin: 0 auto 2px auto;
	display: block;
	padding: 0;
}#prad {
	margin: 0px;
}
/* ----------------------- sfarsit layout vechi pt detalii ceramica -------------------------- */

/* ----------------------- layout produse 2 / rand -------------------------- */
.produs-2r {
	margin: 0 8px 25px 0;
	width: 345px;
	font-size: 11px;
	height: 170px;
	text-align: left;
	float: left;
	position: relative;
}
.img-2r {
	margin: 0 8px 8px 0;
	width: 155px;
	height: 155px;
	float: left;
}
.img-2r img {
	margin: 0 auto;
	display: block;
}
.titlu-2r {
	margin: 0 0 5px 0;

}
.titlu-2r a {
	font-size: 14px;
	color: #A81C23;
	text-decoration: none;
}
.titlu-2r a:hover {

	text-decoration: underline;
}
.text-2r {
	float: left;
	width: 175px;
	line-height: 17px;
}
.detalii-2r {
	position: absolute;
	top: 135px;
	left: 288px;
	

}
.detalii-2r a {
	font-size: 11px;
	color: #87111E;
	padding:2px 3px
}
.adauga-2r {
	position: absolute;
	top: 128px;
	left: 164px;

}
#itm {
	margin: 0px 10px 20px 0px;
	float: left;
	width: 100px;
	font-size: 10px;
	text-align: center;
	height: 155px;
}
#imgg {
	margin: 0;
	width: 100px;
	height: 110px;
}
#itm img {
	margin: 0 auto 2px auto;
	display: block;
	padding: 0;
}#prad {
	margin: 0px;
}


/* ----------------------- footer stuff -------------------------- */

.footer {
	padding: 0 10px 0 20px;
	height: 37px;
	background-color: #fefefe;
	background-image: url(img/bg-footer.gif);
	border-top: solid 1px #eee;
	text-align: center;
	color: #999;
	line-height: 37px;
}
.footer p {
	margin: 0;
	line-height: 37px;

	text-align: center;
	color: #CCCCCC;
}
/* ----------------------- thumbnails and page select  stuff -------------------------- */

.thumb {
	margin: 0;
	padding: 0px;
	border: solid 1px #eee;
}
a.thumb {
	display: block;
	float: left;
	position: relative;
	padding: 6px 0;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0px 4px 5px 6px;
	text-align: center;
	width: 165px;
	height: 210px;
	cursor: pointer;
	text-decoration: none;
}
a.thumb:hover {
	background-color: #F6F6F6;
	border-color: #FFFFFF;
	text-decoration: none;
}
a.thumb:hover span.caption {
	color: #960001;
}
a.thumb img {
	display: block;
	margin: 0 auto 5px auto;
}
a.thumb span.caption {
	display: block;
	width: 165px;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	color: #726B61;
	margin: 0 auto;
}
a.thumb b.photo_title {
	font: normal 1em Arial, Verdana;
	font-weight: normal;
}
#pretz {
	margin: 0;
	padding: 25px 3px 0 0;
	width: 84px;
	position: absolute;
	left: 74px;
	top: 97px;
	color: #000000;
	height: 59px;
	font-size: 11px;
	line-height: 40px;
	text-align: right;
	background-image: url(img/bgpretz.png);
}

	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/bgpretz.png');
}
	/* IE ignores styles with [attributes], so it will skip the following. */
#pretz[id] {
	background-image:url('img/bgpretz.png');
	
}


#cth {
	margin: 0;
	padding: 0;
	position: relative;
	width: 172px;
	float: left;
}

#produs3 {
	margin: 0 7px 7px 0;
	width: 140px;
	font-size: 11px;
	height: 300px;
	float: left;
}
#produs3 img {
	margin: 0 auto 3px auto;
	display: block;
}

#prodtext {
	margin: 0;
	width: 140px;
	font-size: 10px;
	padding: 0;
}
/* -------------- caseta produs --------------- */

.produs, .produs2, .imgprodus, .imgprodus2, .pret, .cumpar {
	width:140px;
}
.imgprodus, .numeprodus, .detaliiprodus, .pret, .cumpar {
	position:absolute;
	left: 0px;
}
.produs {
	float: left;
	text-align: center;
	margin: 0 6px 10px 0;
	position: relative;
	background-image: url(../img/bgindexcup.jpg);
	height:215px;
	font-size: 10px;
	line-height: 15px;
}

.imgprodus {
	margin: 0 auto;
	top: 0px;
	height: 90px;
}


.numeprodus {
	height: 28px;
	width:130px;
	padding: 0 5px;
	top: 90px;
	font-weight: bold;
}

.numeprodus a {
	text-decoration: none;
	font-weight: bold;
}
.numeprodus a:hover {
	text-decoration: underline;
}
.detaliiprodus {
	height:42px;
	top: 120px;
	padding: 0 5px;
}
.pret {
	height:20px;
	font-weight: bold;
	line-height: 20px;
	top: 165px;
	font-size: 11px;
}
.cumpar {
	height:19px;
	top: 189px;
}

/* -------------- Mostrar -------------- */
.mcd {
	margin: 0 7px 15px 0;
	width: 138px;
	display: block;
	height: 138px;
	float: left;
	position: relative;
}
.mcd img {
	margin: 0 auto;
	display: block;
}
.pretdetalii {
	font-size:14px;
	color: #A81C23;
}
/* -------------- NextPrev --------------- */

#pagenav {
	margin:15px 10px 5px 0;
	height: 23px;
	display: block;
	line-height: 23px;
	float: right;
	width: 404px;
	font-size: 11px;
}
.pagenavF, .FB, .FB1 {
	color:#FFF;
	margin:0 3px;
	text-align:center;
	font-weight:bold;
	background-color: #B0504C;
	height: 23px;
	display: block;
	width: 23px;
	float: right;
}
.pagenavF:link, .pagenavF:visited, .FB:link, .FB:visited, .FB1:link, .FB1:visited {
	color:#A81C23;
	margin:0 5px;
	text-decoration:none;
	font-weight:normal;
	background-color: #eee;
}
.FB:link, .FB:visited, .FB1:link, .FB1:visited {
	margin:0 3px;
	width: 30px;
}
.FB1:link, .FB1:visited {
	margin:0 3px 0 25px;
}
.pagenavF:hover, .pagenavF:visited:hover {
	color:#FFF;
	font-weight:bold;
	background-color: #87111E;
}
.FB:hover, .FB1:hover, .FB1:visited:hover, .FB2:visited:hover {
	color:#FFF;
	font-weight:normal;
	background-color: #B0504C;
}
.pagenavB {
	padding:0 5px;
	float: right;
	display: block;
}


/*------------CART CSS----------*/

	.table2 {
	margin: 10px 0px 10px 0px;
	border: solid 1px #eee;
	empty-cells: show;
	border-collapse: collapse;
}
.table2 tr {
	margin: 0px;
	padding: 0px;
}
.table2 td {
	padding: 4px 6px 4px 6px;
	border: solid 1px #eee;
}
.inptmic {
	width: 40px;
}
.linker {
	border: solid 1px #a3c4db;
	padding: 2px;
	background-color: #DAE4ED;
	margin: 5px;
	text-align: center;
	color: #3d6684;
	background-image: url(../img/bgbuton.jpg);
	cursor: hand;
}
.yellow {
	border: solid 1px #edebcd;
	padding: 5px;
	background-color: #fefdec;
	margin: 15px 0 5px 0;
	color: #838383;
}

input {
	margin: 0 0 4px 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

