 /* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 978px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
} 

* { 
 	margin: 0;
	padding: 0;
} 

a { 
 	cursor: hand;
	cursor/**/: /**/pointer;
} 

a:link, a:visited { 
 	color: #A30001;
	text-decoration: underline;
} 

a:link:hover, a:visited:hover { 
 	text-decoration: none;
}

a.self {
 	cursor: text;
}

a.self:link, a.self:visited, a.self:link:hover, a.self:visited:hover {
	text-decoration: none;
}

body { 
	text-align: center;
} 

img { 
 	border: none;
}

select option {
	padding-right: 5px;
}

.hide {
	display: none;
}

.paginatie {
	clear: both;
	padding: 5px 0;
	font-size: 120%;
}

.paginatie a:link, .paginatie a:visited {
	text-decoration: none;
}

.paginatie .lihnkActive {
	font-weight: bold;
}

#header {
	height: 230px;
	background: url(img/header.jpg) no-repeat 0 0;
	position: relative;
	margin-bottom: 10px;
}

#colWrap {
	width: 801px;
	float: left;
}

#colSideL {
	width: 214px;
	float: left;
	overflow: hidden;	
}

#content {
	width: 581px;
	float: right;
	overflow: hidden;
}

.item1 .articol {
	background: url(/upload/files/home.jpg) no-repeat 50% 100%;
	padding-bottom: 384px;
}

#colSideR {
	float: right;
	width: 169px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 107px;
	background: url(img/footer.jpg) no-repeat 0 100%;
	position: relative;
	color: #FFFFFF;
	padding-left: 10px;
}

/* END DIVURI */

/* CLASE */


.title {
	color: #AF2223;
	font-size: 220%;
	padding-bottom: 10px;
	margin-top: 6px;
	font-family: Verdana;
	font-weight: normal;
}


.path {
	font-size: 90%;
	padding-bottom: 6px;
	border-bottom: solid 1px #b2b2b2;
}

#but2 {
 	width: 108px;
} 

#but2 a:link span, #but2 a:visited span {
 	background-position: -212px 0;
} 

#but2 a:link:hover span, #but2 a:visited:hover span {
 	background-position: -212px -48px;
}

#but3 {
 	width: 108px;
}

#but3 a:link span, #but3 a:visited span {
 	background-position: -320px 0;
} 

#but3 a:link:hover span, #but3 a:visited:hover span {
 	background-position: -320px -48px;
}

#but4 {
 	width: 108px;
}

#but4 a:link span, #but4 a:visited span {
 	background-position: -428px 0;
}

#but4 a:link:hover span, #but4 a:visited:hover span {
 	background-position: -428px -48px;
} 

#but5 {
 	width: 109px;
} 

#but5 a:link span, #but5 a:visited span {
 	background-position: -536px 0;
} 

#but5 a:link:hover span, #but5 a:visited:hover span {
 	background-position: -536px -48px;
}

#but6 {
 	width: 108px;
}

#but6 a:link span, #but6 a:visited span {
 	background-position: -645px 0;
}

#but6 a:link:hover span, #but6 a:visited:hover span {
 	background-position: -645px -48px;
}

.meniuTop { 
	height: 48px;
	width: 100%;
	position: absolute;
	top: 182px;
	background: url(img/menu.jpg);
} 

.meniuTop ul {
 	list-style: none;
	list-style-image: none;
	margin-left: 212px;
} 

.meniuTop ul li {
 	float: left;
	height: 48px;
	overflow: hidden;
} 

.meniuTop ul li a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.meniuTop ul li span {
 	display: block;
	background: url(img/menu.jpg);
	width: 100%;
	height: 100%;
}

.meniuFooter {
	padding-top: 43px;
	font-size: 90%;
}

.meniuFooter a {
	padding: 0 8px;
}

.meniuFooter a.first {
	padding-left: 0px;
}

.meniuFooter a:link, .meniuFooter a:visited {
	color: #ffffff;
}





.formularStandard {
	clear: both;
}

.formularStandard .Text input, .formularStandard .Password input, .formularStandard .Email input {
	border: solid 1px #a5acb2;
	height: 18px;
	width: 200px;
}

.formularStandard .err label {
	font-size: 110%;
	color: red;
	font-weight: bold;
}

.formularStandard .Textarea textarea {
	border: solid 1px #a5acb2;
	width: 250px;
	height: 100px;
}

.formularStandard .Submit input {
	background: #242424;
	padding: 2px 5px;
	color: #FFFFFF;
	border: none;
}

.formularStandard label {
	display: block;
	float: left;
	width: 150px;
	line-height: 20px;
	padding-left: 5px;
}

.formularStandard .odd, .formularStandard .even {
	padding: 2px 0;
}

.formularStandard .odd {
	background: #eeeeee;
}

.formularStandard .even {
	background: #f7f6f6;
}

.formularStandard h4 {
	font-size: 150%;
	padding: 5px 0;
}

.formularStandard p {
	padding: 5px;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}

.formularStandard .erori {
	padding: 10px 0;
	color: red;
	font-size: 120%;
}


.articol {
	clear: both;
}

.articol p {
	padding-bottom: 10px;
}

.articol li {
	margin-left: 20px;
}



.copyright {
	font-size: 90%;
	padding-top: 5px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}



.textContact {
	float: left;
	padding-top: 32px;
	width: 210px;
	font-size: 90%;
}



.searchbox {
	background: url(img/search.jpg) no-repeat 0 0;
	height: 55px;
}

.searchbox .Text {
	float: left;
	padding-top: 19px;
	padding-left: 65px;
}

.searchbox .Text input {
	border: none;
	width: 92px;
	height: 15px;
}

.searchbox .ImageSubmit {
	padding-top: 18px;
	float: left;
	padding-left: 6px;
}



.cart {
	border-collapse: collapse;
}

.cart td {
	border: solid 1px #cccccc;
	padding: 4px;
}

.cart .header td {
	font-weight: bold;
}

.cart input, .cart select {
	border: solid 1px #000000;
}

.cart div.odd, .cart div.even {
	padding: 4px 0;
}

.cart label {
	display: block;
}



.cartMic {
	background: url(img/blockR-back.jpg) repeat-y 0 0;
	font-size: 80%;
}

.cartMic .in {
	background: url(img/blockR-bot.jpg) no-repeat 0 100%;
	padding-left: 12px;
	padding-right: 14px;
	padding-bottom: 20px;
}

.cartMic h3 {
	height: 41px;
	background: url(img/cos.jpg) no-repeat 0 0;
}

.cartMic table {
	background: url(img/block.jpg) repeat-y 0 0;
	border-collapse: collapse;
	margin: 10px 0;
}

.cartMic table td {
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 6px;
}

.cartMic .nume {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: none;
	padding-bottom: 0px;
}

.cartMic .nume a:link, .cartMic .nume a:visited {
	text-decoration: none;
	color: #000000;
}

.cartMic .pret {
	font-weight: bold;
	font-size: 140%;
	color: #a30001;
	font-style: italic;
}



.bannere {
	text-align: center;
	padding: 10px 0;
}

.bannere li {
	list-style: none;
}



.navProd {
	clear: both;
}

.navProd li {
	float: left;
	width: 100px;
	height: 200px;
	list-style: none;
	margin-right: 15px;
	overflow: hidden;
}

.navProd .nume {
	height: 47px;
}

.navProd .nume a:link, .navProd .nume a:visited {
	text-decoration: none;
}

.navProd .img1 {
	text-align: center;
	padding: 5px 0;
	height: 100px;
}

.navProd .img1 img {
	margin: 0 auto;
}



.navProd .more{
}






.prod li {
	list-style: none;
}

.prod .desc {
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 10px;
}

.prod .Text .q {
	width: 20px;
}

.prod label {
	padding: 4px 0;
	float: none;
}

.prod .odd {
	background: #FFFFFF;
}

.prod .pret {
	font-weight: bold;
	padding-bottom: 4px;
}

.prod .pret span {
	font-size: 150%;
	color: #a30001;
}

.prod .img1 {
	border-right: solid 1px #b2b2b2;
}

.prod .right {
	padding-left: 5px;
}

.prod .comanda {
	display: block;
	width: 137px;
	height: 44px;
	background: url(img/comanda.jpg) no-repeat 0 0;
}

.prod .comanda:link, .prod .comanda:visited {
	text-decoration: none;
}

.prod #poze {
	height: 425px;
}

.prod .row {
	width: 75px;
	height: 70px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: left;
	border: solid 1px #cccccc;
	text-align: center;
}

.prod .row img {
	margin: 5px auto;
	width: 60px;
	height: 60px;
}



.asemanatoare {
	margin-top: 10px;
}

.asemanatoare h3 {
	background: url(img/produse-similare.jpg) no-repeat 0 0;
	height: 43px;
}

.asemanatoare ul {
	padding-top: 10px;
}



.conexe {
	margin-top: 10px;
}

.conexe h3 {
	background: url(img/produse-conexe.jpg) no-repeat 0 0;
	height: 43px;
}

.conexe ul {
	padding-top: 10px;
}



.promo {
	background: url(img/blockR-back.jpg) repeat-y 0 0;
	width: 100%;
	overflow: hidden;
}

.promo h3 {
	height: 51px;
	background: url(img/promotii.jpg) no-repeat 0px 0;
}

.promo ul {
	background: url(img/blockR-bot.jpg) no-repeat 0 100%;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
}

.promo li {
	list-style: none;
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.promo .img1 {
	/*float: right;*/
	text-align: center;
}

.promo .img1 img {
	margin: 0 auto;
}

.promo .nume {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

.promo .nume a:link, .promo .nume a:visited {
	color: #000000;
	text-decoration: none;
}

.promo .pret {
	clear: left;
	font-weight: bold;
	font-size: 140%;
	color: #a30001;
	font-style: italic;
}

.promo .comanda {
	display: block;
	width: 94px;
	height: 27px;
	background: url(img/in-cos.jpg) no-repeat 0 0;
}

.promo .comanda:link, .promo .comanda:visited {
	text-decoration: none;
}



#but1725 a:link span, #but1725 a:visited span {
 	background-position: 0px 0px;
} 

#but1725 a:link:hover span, #but1725 a:visited:hover span, #but1725 a.self:link span, #but1725 a.self:visited span {
 	background-position: -182px 0px;
}

#but1738 a:link span, #but1738 a:visited span {
 	background-position: 0px -41px;
} 

#but1738 a:link:hover span, #but1738 a:visited:hover span, #but1738 a.self:link span, #but1738 a.self:visited span {
 	background-position: -182px -41px;
}

#but1737 a:link span, #but1737 a:visited span {
 	background-position: 0px -84px;
} 

#but1737 a:link:hover span, #but1737 a:visited:hover span, #but1737 a.self:link span, #but1737 a.self:visited span {
 	background-position: -182px -84px;
}

#but1730 a:link span, #but1730 a:visited span {
 	background-position: 0px -127px;
} 

#but1730 a:link:hover span, #but1730 a:visited:hover span, #but1730 a.self:link span, #but1730 a.self:visited span {
 	background-position: -182px -127px;
}

#but1731 a:link span, #but1731 a:visited span {
 	background-position: 0px -170px;
} 

#but1731 a:link:hover span, #but1731 a:visited:hover span, #but1731 a.self:link span, #but1731 a.self:visited span {
 	background-position: -182px -170px;
}

#but1736 a:link span, #but1736 a:visited span {
 	background-position: 0px -213px;
} 

#but1736 a:link:hover span, #but1736 a:visited:hover span, #but1736 a.self:link span, #but1736 a.self:visited span {
 	background-position: -182px -213px;
}

#but1739 a:link span, #but1739 a:visited span {
 	background-position: 0px -256px;
} 

#but1739 a:link:hover span, #but1739 a:visited:hover span, #but1739 a.self:link span, #but1739 a.self:visited span {
 	background-position: -182px -256px;
}

#but1740 a:link span, #but1740 a:visited span {
 	background-position: 0px -299px;
} 

#but1740 a:link:hover span, #but1740 a:visited:hover span, #but1740 a.self:link span, #but1740 a.self:visited span {
 	background-position: -182px -299px;
}

#but1741 a:link span, #but1741 a:visited span {
 	background-position: 0px -342px;
} 

#but1741 a:link:hover span, #but1741 a:visited:hover span, #but1741 a.self:link span, #but1741 a.self:visited span {
 	background-position: -182px -342px;
}

#but1757 a:link span, #but1757 a:visited span {
 	background-position: 0px -385px;
} 

#but1757 a:link:hover span, #but1757 a:visited:hover span, #but1757 a.self:link span, #but1757 a.self:visited span {
 	background-position: -182px -385px;
}


.meniuLeft {
}

.meniuLeft ul {
 	list-style: none;
	list-style-image: none;
	background: url(img/blockL-back.jpg) repeat-y 0 0;
	padding: 0 10px;
	padding-bottom: 10px;
} 

.meniuLeft ul li {
	width: 183px;
	overflow: hidden;
} 

.meniuLeft ul li a {
 	display: block;
	height: 43px;	
	width: 100%;
	overflow: hidden;
} 

.meniuLeft ul li span {
 	display: block;
	background: url(/upload/files/menu1.jpg);
	width: 100%;
	height: 100%;
}

.meniuLeft ul li ul {
	background: #ffffff;
	padding: 0 3px;
}

.meniuLeft ul li ul li {
	background: url(img/bullet.jpg) no-repeat 0 8px;
	padding-left: 12px;
}

.meniuLeft ul li ul a {
	height: auto;
	padding: 3px 0;
}

.meniuLeft ul li ul span {
	display: none;
}


#but1732 {
	height: 43px;
}

#but1732 a:link span, #but1732 a:visited span {
 	background-position: 0px -10px;
} 

#but1732 a:link:hover span, #but1732 a:visited:hover span, #but1732 a.self:link span, #but1732 a.self:visited span {
 	background-position: -182px -10px;
}

#but1749 {
	height: 40px;
}

#but1749 a:link span, #but1749 a:visited span {
 	background-position: 0px -53px;
} 

#but1749 a:link:hover span, #but1749 a:visited:hover span, #but1749 a.self:link span, #but1749 a.self:visited span {
 	background-position: -182px -53px;
}

#but1750 {
	height: 42px;
}

#but1750 a:link span, #but1750 a:visited span {
 	background-position: 0px -93px;
} 

#but1750 a:link:hover span, #but1750 a:visited:hover span, #but1750 a.self:link span, #but1750 a.self:visited span {
 	background-position: -182px -93px;
}

#but1756 {
	height: 43px;
}

#but1756 a:link span, #but1756 a:visited span {
 	background-position: 0px -135px;
} 

#but1756 a:link:hover span, #but1756 a:visited:hover span, #but1756 a.self:link span, #but1756 a.self:visited span {
 	background-position: -182px -135px;
}

#but1864 {
	height: 46px;
}

#but1864 a:link span, #but1864 a:visited span {
 	background-position: 0px -178px;
} 

#but1864 a:link:hover span, #but1864 a:visited:hover span, #but1864 a.self:link span, #but1864 a.self:visited span {
 	background-position: -182px -178px;
}

.meniuLeft2 {
}

.meniuLeft2 h3 {
	background: url(img/moto.jpg) no-repeat 0 -5px;
	height: 24px;
}

.meniuLeft2 ul {
 	list-style: none;
	list-style-image: none;
	background: url(img/blockL-back.jpg) repeat-y 0 0;
	padding: 0px 10px;
	padding-bottom: 10px;
} 

.meniuLeft2 ul li {
	height: 43px;
	width: 183px;
	overflow: hidden;
} 

.meniuLeft2 ul li a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.meniuLeft2 ul li span {
 	display: block;
	background: url(/upload/files/menu2.jpg);
	width: 100%;
	height: 100%;
}





.meniuLeft3 {
	background: url(img/blockL-bot.jpg) no-repeat 0 100%;
	padding-bottom: 20px;
}

.meniuLeft3 h3 {
	background: url(img/wrc.jpg) no-repeat 0 -7px;
	height: 20px;
}

.meniuLeft3 ul {
 	list-style: none;
	list-style-image: none;
	background: url(img/blockL-back.jpg) repeat-y 0 0;
	padding: 0px 10px;
} 

.meniuLeft3 ul li {
	height: 43px;
	width: 183px;
	overflow: hidden;
} 

.meniuLeft3 ul li a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.meniuLeft3 ul li span {
 	display: block;
	background: url(img/menu2.jpg);
	width: 100%;
	height: 100%;
}





.flash {
	position: absolute;
	left: 174px;
	top: 0px;
	z-index: 99;
}




.templatepopup {
	text-align: left;
	padding: 10px;
}

.templatepopup .title {
	font-size: 120%;
}

.templatepopup .pozeProd {
	width: 760px;
}

.templatepopup .pozeProd li {
	list-style: none;
}

.templatepopup .picsBulk {
	width: 105px;
	float: left;
}

.templatepopup #poze {
	width: 604px;
	height: 612px;
	float: right;
	border: solid 1px #cccccc;
	text-align: center;
}

.templatepopup #poze img {
	margin: 5px auto;
}

.templatepopup .row {
	border: solid 1px #cccccc;
	text-align: center;
	margin-bottom: 5px;
}

.templatepopup .row img {
	margin: 3px auto;
}




#GPTimer {
	height: 30px;
	font-size: 110%;
	/*background: #000000;*/
	color: #ffffff;
	z-index: 100;
	position: absolute;
	padding-left: 5px;
	font-family: Verdana;
	bottom: 76px;
	left: 635px;
	font-weight: bold;
}

#GPTimer span {
	padding-right: 5px;
}

