div.footer_links{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-align: center;
}

div.footer_links a, div.footer_links a:visited, div.footer_links a:active{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

div.footer_links a:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

div.footer{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-align: center;
}

h1{
	font-family: Georgia;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 2px solid #9ed4f0;
}

a, a:visited, a:active{
	color: #008ad1;
	text-decoration: none;
}

a:hover{
	color: #008ad1;
	text-decoration: underline;
}

td{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 12px;
}

p{
	margin: 0px;
	padding: 0px;
}

.newsletter{
	padding-left: 13px;
	padding-right: 15px;
	text-align: justify;
	font-size: 10px;
}


div.menu_div{
	background: url('menu_bg.jpg') top left repeat-y;
	padding-left: 40px;
	padding-right: 20px;
	height: 234px;
	color: #fff;
	line-height: 14px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.menu_div a, div.menu_div a:active, div.menu_div a:visited{
	color: #cccccc;
	text-decoration: none;
}

div.menu_div a:hover{
	color: #fff;
	text-decoration: underline;
}

div.menu_div a.active, div.menu_div a.active:active, div.menu_div a.active:visited{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

div.menu_div a.active:hover{
	color: #fff;
	text-decoration: underline;
}

input, textarea{
	font-family: "Trebuchet MS";
	font-size: 11px;
}

input.contact, textarea.contact {
	width: 180px;
	border: 1px solid #999999;
}

input.invalid, textarea.invalid {
	width: 180px;
	border: 1px solid red;
}

a.product, a.product:visited, a.product:active {
	font-size: 12px;
	font-weight: bold;
	color: #008ad1;
	text-decoration: none;
}

a.product:hover {
	text-decoration: underline;
}

div.splash{
	float: left;
	padding-left: 5px;
}

td.promo{
	vertical-align: bottom;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

div.search{
	position: relative;
	top: 99px;
	left: 112px;
}

input.search{
	width: 144px;
	border: 1px solid #333333;
}

input.s_search{
	border: 1px solid #333333;
}

span.b{
	font-weight: bold;
	background-color: #ffccec;
}

/* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/*  Filtre  */
#filtre {
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-top: 1px;
	z-index: 100;
	display: block;
	background: #efefef url('filtre_colt_dreapta.gif') top right no-repeat;
	height: 18px;
}

ul#nav, ul#nav li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	list-style-type: none;
	line-height: 18px;
	z-index: 100;
}

ul#nav li, ul#nav li ul li {
	float: left;
	position: relative;
	width: 12em;
	cursor: pointer;
	cursor: hand;
	background-color: #efefef;
	border-right: 2px solid #ffffff;
	z-index: 100;
}

ul#nav li ul li {
	text-align: left;
}

ul#nav li:hover, ul#nav li ul li:hover {
	background-color: #09599c;
	color: #ffffff;
}

ul#nav li.first, ul#nav li.first:hover {
	background: #09599c url('filtre_colt.gif') top left no-repeat;
	text-transform: uppercase;
	color: #ffffff;
	width: 8em;
	cursor: arrow;
}

ul#nav li ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
}

ul#nav li ul li {
	background-color: #008ad1;
	border-top: 1px solid #ffffff;
}

ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}

#nav li a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	color: #ffffff;
	padding: 0.1em 5px;
	width: 122px;
}

#nav li a.selected {
	background: url('star.gif') 3px 5px;
	background-repeat: no-repeat;
/*	text-decoration: line-through; */
	text-indent: 7px;
	width: 122px !important;
}

#nav a:hover {
	padding: 0.1em 5px;
	background-color: #09599c;
	width: 122px !important;
}


ul#nav li.first a {
	width: 8em;
}

ul#nav li.first a:hover {
	background-color: #09599c;
	color: #ffffff;
	width: 8em !important;
	padding: 0;
	padding: 0;
	background-color
}

/* Filtrele selectate */
#filtre_selectate {
	float: left;
	border: 1px solid #e5e5e5;
	color: #00007c;
	width: 200px;
	margin-top: 5px;
}

#filtre_selectate legend {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00007c;
}

#filtre_selectate a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url('filtre_plus.gif') 2px 4px;
	background-repeat: no-repeat;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
	padding-left: 10px;
	color: #666666;
}

#filtre_selectate a.stfiltre {
	background: url('filtre_minus.gif') 2px 4px;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

#filtre_selectate a:hover {
	background: url('filtre_minus.gif') 2px 4px;
	background-repeat: no-repeat;
}

#optiuni_filtre {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262626;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 5px;
}

html>body #optiuni_filtre{
	margin-right: 38px;
	margin-left: 5px;
}

#optiuni_filtre fieldset {
	border: 1px solid #e5e5e5;
	color: #00007c;
	width: 100px;
}

#optiuni_filtre fieldset p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0;
	padding: 0;
	line-height: 12px;
	display: block;
}

#optiuni_filtre input {
	display: inline;
}

form{
	margin: 0px;
	margin-bottom: 5px;
}
/* Stil pentru Filtrare */