 /* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 1000px;
} 

* { 
 	margin: 0;
	padding: 0;
} 

a { 
 	cursor: pointer;
} 

a:link, a:visited { 
 	color: #986d43;
	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;
	font-size: 11px;
	font-family: Arial;
	color: #615638;
	background: url(img/back.jpg);
} 

.hide {
	display: none;
}

.templateprint {
	background: #ffffff;
	color: #000000;
	text-align: left;
	padding: 10px;
}


img { 
 	border: none;
}

table td {
	vertical-align: top;
}

#header {
	position: relative;
	height: 133px;
	background: url(img/telefoane.jpg) no-repeat 319px 0;
}

#colWrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#colSideL {
	width: 265px;
	float: left;
}

#content {
	width: 732px;
	float: right;
	background: #fcfaed;
	border: solid 1px #dbd8c5;
	position: relative;
}

#content .in {
	padding: 5px;
}

#footer {
	background: #d1c6a4;
	padding: 0 10px;
	height: 60px;
}

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 254px;
	height: 123px;
	margin-left: 7px;
	float: left;
} 

.logoTop a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.logoTop span {
 	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo-top.jpg) no-repeat 0 0;	
} 

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




.logoBot { 
 	overflow: hidden;
	width: 130px;
	height: 60px;
	float: right;
} 

.logoBot a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.logoBot span {
 	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo-bot.jpg) no-repeat 0 0;	
} 

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





.title {
	color: #000000;
	font-size: 200%;
	padding-bottom: 5px;
	font-weight: normal;
}

h2 {
	font-size: 150%;
}




#but3 {
 	width: 152px;
}

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

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

#but4 {
 	width: 111px;
} 

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

#but4 a:link:hover span, #but4 a:visited:hover span, #but4 a.self:link span, #but4 a.self:visited span {
 	background-position: -152px -82px;
}

#but5 {
 	width: 132px;
}

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

#but5 a:link:hover span, #but5 a:visited:hover span, #but5 a.self:link span, #but5 a.self:visited span {
 	background-position: -263px -82px;
}

#but6 {
 	width: 229px;
} 

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

#but6 a:link:hover span, #but6 a:visited:hover span, #but6 a.self:link span, #but6 a.self:visited span {
 	background-position: -395px -82px;
}

#but2 {
 	width: 113px;
} 

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

#but2 a:link:hover span, #but2 a:visited:hover span, #but2 a.self:link span, #but2 a.self:visited span {
 	background-position: -624px -82px;
}

.meniuTop { 
 	width: 737px;
	height: 82px;
	clear: both;
	position: absolute;
	bottom: 1px;
	left: 261px;
} 

.meniuTop ul {
 	list-style: none;
	list-style-image: none;
} 

.meniuTop ul li {
 	float: left;
	height: 82px;
	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) no-repeat 0 0;
	width: 100%;
	height: 100%;
}



.meniuFooter {
	padding-top: 14px;
}

.meniuFooter a {
	padding-right: 10px;
}

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



.copyright {
	padding-top: 5px;
}



.articol {
	margin-bottom: 20px;
}

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

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



.path {
	font-size: 110%;
	padding-top: 6px;
	padding-bottom: 6px;
}



.formularStandard {
	padding-top: 10px;
}

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

.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: #911b01;
	padding: 2px 5px;
	color: #FFFFFF;
}

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

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

.formularStandard .odd {
}

.formularStandard .even {
}

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

.formularStandard .sep {
	font-weight: bold;
	font-style: italic;
	padding: 4px 0;
}


.meniuLeft {
	font-size: 14px;
	height: 488px;
	background: url(img/meniu-left.jpg) no-repeat 0 0;
}

.meniuLeft ul {
	padding: 0px 40px;
	padding-top: 40px;
}

.meniuLeft li {
	list-style: none;
	padding: 7px 0;
	background: url(img/punct2.jpg) repeat-x 0 100%;
}

.meniuLeft a {
	background: url(img/bullet1.jpg) no-repeat 0 4px;
	padding-left: 13px;
}

.meniuLeft a.self {
	font-weight: bold;
}

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

.meniuLeft a:link:hover, .meniuLeft a:visited:hover, .meniuLeft a.self:link, .meniuLeft a.self:visited {
}





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



.news {
	margin-top: 10px;
}

.news li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(img/punct.png) repeat-x 0 100%;
}

.news li.last {
	background: #FFFFFF;
}

.news .data {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
	color: #FF0000;
}

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



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





.galerie li {
	list-style: none;
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	text-align: center;
}

.galerie li img {
	margin: 5px auto;
}





.cosMic {
	float: right;
	margin-right: 115px;
}






.navProd li {
	list-style: none;
	width: 357px;
	height: 145px;
	float: left;
	border: solid 1px #dcd9c8;
	background: #f5f3e6;
	margin-bottom: 4px;
}

.navProd li.even {
	float: right;
}

.navProd  .nume {
	height: 44px;
	line-height: 44px;
	font-size: 200%;
	padding-left: 10px;
}

.navProd .nume object {
	margin-top: 10px;
}

.navProd .img1 {
	width: 180px;
	float: left;
	text-align: center;
}

.navProd .img1 img {
	margin: 0 auto;
	border: solid 3px #ffffff;
}

.navProd .right {
	float: right;
	width: 174px;
	margin-right: 2px;
}

.navProd .desc {
	background: url(img/punct.jpg) repeat-x 0 100%;
	padding-bottom: 2px;
	height: 45px;
	margin-bottom: 2px;
	overflow: hidden;
}

.navProd .right table {
	height: 40px;
	background: url(img/punct.jpg) repeat-x 0 100%;
}

.navProd .q {
	background: url(img/cantitate.jpg) no-repeat 0 0;
	padding-top: 14px;
	text-align: center;
}

.navProd .q input {
	height: 14px;
	font-size: 90%;
}



.cart {
	border-collapse: collapse;
}

.cart td {
	padding: 5px;
}

.cart .header td {
	background: #725c48;
	padding: 3px;
	color: #ffffff;
}

.cart .gri td {
	background: #725c48;
	padding: 3px;
	color: #ffffff;
}

.cart .gri td a:link, .cart .gri td a:visited {
	color: #ffffff;
}



.sugestii {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}