/**
 * Override browser defaults
 */
.calendar
{
	color:#003366;
	text-align:center;
}

div#calendar_data
{
	margin:10px;
	right:5px;
	left:5px;
	border:2px solid #003366;
	width:200px;
}

.mainlittle
{
	font-size:10px;
}

textarea {
	font-family: "Arial";
	font-size:inherit;
	color: #000000;
	background-color: #FFFFFF;
	border:1px rgb(90,85,126) solid;
}
input {
	color: #000000;
	background-color: #FFFFFF;
	border:1px rgb(90,85,126) solid;
	
}
select{
	color: #000000;
	background-color: #FFFFFF;
	border:1px rgb(90,85,126) solid;
}
p{
	font:20px "Arial";
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	color:rgb(90,85,126);
}
p.palfa{
	font:13px "Arial";
	text-align:left;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	text-align:justify;
	color:#000000;
}
p.pbeta{
	font:11px "Arial";
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
	color:rgb(90,85,126);
}
p.lgndown{
	font:17px "Arial";
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:2px;
	color:rgb(90,85,126);
}
p.lgndownlow{
	font:11px "Arial";
	text-align:center;
	margin-top:5px;
	color:rgb(90,85,126);
}
p.lgn{
	font:13px "Arial";
	margin-top:5px;
	margin-left:5px;
	text-align:left;
	color:rgb(90,85,126);
}
p.lgnl{
	text-align:left;
	font:13px "Arial";
	margin-top:5px;
	margin-left:10px;
	margin-bottom:0px;
	color:rgb(90,85,126);
}
p.lgnr{
	text-align:right;
	font:14px "Arial";
	font-weight:bold;
	margin-top:0px;
	margin-right:10px;
	color:rgb(90,85,126);
}

ul{
	list-style-image: url('images/arrow.gif');
	margin: 15px;
	padding: 0px;
}

input.minLength{
	border-width:1px;
	border-color:#adb3fa;
	border-style:solid;
}

input.tipsubmit{
	background-color:#adb3fa;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

body {
	padding: 0px;
	margin: 0px;
	font: 12px verdana, arial, helvetica, sans-serif;
	text-align:center;
}
div#floating {
  position: fixed;
  border-top: 2px solid #adb3fa;
  border-bottom:2px solid #adb3fa;
  border-right: 2px solid #adb3fa;
  background:url(../images/footer.gif) #adb3fa;
  width:auto;
  bottom:15%;
  left:0px;
  text-align:left;
  color: #000000;
  font-size: 10px;
  font-weight:bold;
  z-index:10000;
  opacity:0.7;
  filter:alpha(opacity:70);
}

div#footer {
  position: fixed;
  border-top: 1px solid #adb3fa;
  border-left:1px solid #adb3fa;
  border-right: 1px solid #adb3fa;
  background:url(../images/footer.gif) #adb3fa;
  width:100%;
  left:0px;
  bottom: 0px;
  text-align:left;
  color: #000000;
  font-size: 10px;
  font-weight:bold;
  z-index:10000;
  opacity:0.7;
  filter:alpha(opacity:70);
}

div#lft {
  position: fixed;
  border-top: 1px solid #adb3fa;
  border-left:1px solid #adb3fa;
  border-bottom: 1px solid #adb3fa;
  width:8%;
  right:0px;
  bottom: 70px;
  text-align:left;
  color: #000000;
  font-size: 10px;
  font-weight:bold;
  z-index:10000;
  opacity:0.7
  filter:alpha(opacity:70);
}
div#lftdue {
  position: fixed;
  /*width:8%;*/
  right:0px;
  bottom: 30px;
  text-align:left;
  color: #000000;
  z-index:10000;
  opacity:0.7
  filter:alpha(opacity:70);
}

#footer p.leftf{
	font:12px "Arial";
	font-weight:bold;
	margin-left:10px;
	float:left;
	margin: 0px;
	padding-top:4px;
	padding-left:35px;
	padding-bottom:4px;
}
div#qcontact{
	clear:both;
	width:100%;
	color:#000000;
	padding-left:35px;
}
/**
 * Define generic classes.
 */
div.visible {
	padding: 2px;
}
a:link{
	color: rgb(104,109,154);
	text-decoration: none;
	font-weight:bold;
}
a:visited{
	color: rgb(104,109,154);
	text-decoration: none;
	font-weight:bold;
}
a:active{
	color: rgb(104,109,154);
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
/**
 * Define header link style
 */
a.headerlink:link{
	color:#000000;
	text-decoration: none;
}
a.headerlink:visited{
	color:#000000;
	text-decoration: none;
}
a.headerlink:active{
	color:#000000;
	text-decoration: none;
}
a.headerlink:hover{
	color:#baf555;
	text-decoration: none;
}

A.ob {	color: #FF6600;	text-decoration: none;}
A.ob:hover { color: #0066CC; text-decoration: none; } /* links mouse over */
/**
 * Define IDs.
 */
div#status{
padding:1px;
position:absolute;
float: right;
top:0px;
right:0px;
border:2px #000000 solid;
background-color:#FFFFCC;
z-index:1000;
font-size:13px;
}

div#wrap{
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	position:relative;
	width: 950px;
}
div#header{
	width:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;	
}

div#title {
	padding: 0px;
	vertical-align: bottom;
	border-bottom: 1px dotted #E7E7FF;
	height: 150px;
}

div#sidebarleft {
	float: left;
	width: 180px;
	height:auto;
	margin: 0px;
	padding-top:0px;
	padding-bottom:20px;
	z-index:0;
}
div#leftmenucontainer {
	left:0px;
	right:0px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:20px;
	padding:0px;
	position:relative;
	z-index:1;
}
div#leftcontainer {
	padding:0px;
	display:block;
	width:170px;
	margin-left:2px;
	margin-right:2px;
	position:relative;
	z-index:1;
	border-left:2px solid #adb3fa;
	border-right:2px solid #adb3fa;
	border-bottom:2px solid #adb3fa;	
	border-top:1px solid #adb3fa;
}
div#lfctitle{
	width:178px;
	height:54px;
	left:0px;
	position:relative;
	background-image:url(../images/headerleft.gif);
	background-repeat:no-repeat;
	background-position:center;
}

div#lfctitlenews{
	width:178px;
	height:54px;
	left:0px;
	position:relative;
	background-image:url(../images/headerleft.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#lfctitlenews div{
	font:19px Arial;
	font-weight:bold;
	color:#FFFFCC;
	padding-top:17px;	
}

#lfctitle div{
	padding-top:15px;
}

#lfctitle div a:link{
	text-decoration:none;
	color:#FFFFCC;
	font:arial;
	font-size:22px;
}
#lfctitle div a:visited{
	text-decoration:none;
	color:#FFFFCC;
	font:arial;
	font-size:22px;
}
#lfctitle div a:active{
	text-decoration:none;
	color:#FFFFCC;
	font:arial;
	font-size:22px;
}
#lfctitle div a:hover{
	text-decoration:none;
	color:#000000;
	font:arial;
	font-size:22px;
}



div#content {
	background-image:url(../images/bc.gif);
	background-repeat:repeat-y;
	background-position:center;
	border-top: 2px solid #adb3fa;
	border-bottom: 2px solid #adb3fa;
	border-left:2px solid #adb3fa;
	border-right:2px solid #adb3fa;
	padding: 0px;
	float:left;
	position:relative;
	top:2px;
	left: 5px;
	right: 5px;
	width: 604px;
	height:auto;
	overflow: hidden;
	padding-top:0px;
	padding-bottom:20px;
	z-index:0;
}

div#sidebarright{
	float: right;
	width: 150px;
	height:auto;
	padding-top:0px;
	padding-bottom:20px;
}
div#rfctitle{
	width:148px;
	height:45px;;
	right:0px;
	position:relative;
	background-image:url(../images/headerright.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#rfctitle div {
	font:18px Arial;
	font-weight:bold;
	color:#FFFFCC;
	padding-top:10px;
}
div#rfctitlecart{
	width:148px;
	height:45px;;
	right:0px;
	position:relative;
	background-image:url(../images/headerright.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#rfctitlecart div {
	font:18px Arial;
	font-weight:bold;
	color:#FFFFCC;
	padding-top:10px;
}
div#user{
	width:142px;
	height:auto;
	left:0px;
	position:relative;
	border-left:2px solid #adb3fa;
	border-right:2px solid #adb3fa;
	border-bottom:2px solid #adb3fa;	
	border-top:1px solid #adb3fa;
	margin-bottom:20px;
	margin-left:1px;
	margin-right:0px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
div#cart{
	width:142px;
	height:auto;
	left:0px;
	position:relative;
	border-left:2px solid #adb3fa;
	border-right:2px solid #adb3fa;
	border-bottom:2px solid #adb3fa;	
	border-top:1px solid #adb3fa;
	margin-left:1px;
	margin-right:0px;
}

div#menubar {
	position:absolute; 
	overflow:hidden; 
	left:500px; 
	top:90px; 
	z-index:1;
}

#menubar a:link {
	color:#000000;
	text-decoration: none;
}
#menubar a:active {
	color:#000000;
	text-decoration: none;
}
#menubar a:visited {
	color:#000000;
	text-decoration: none;
}
#menubar a:hover {
	color:#baf555;
	text-decoration: none;
}
div#search_outer {
	position:absolute; 
	left:725px; 
	top:15px;
	border:1px dashed #CCCCCC;
	padding:3px;
	z-index:1;
}
div#cat {
	position:relative;
	border:0px;
	padding:10px;
	text-align:left;
	width:90%;
}
div#catcontainer{
	margin-bottom:10px;
	padding:10px;
	width:100%;
	height:auto
}
div#catheader{
	position: relative;
	width:auto;
	border-bottom:2px dotted #000000;
	margin-top:5px;
	margin-bottom:5px;
}
div#containercatp{
 	position:relative;
	margin:5px;
	height:auto;
	padding:3px;
}
table {
	empty-cells:show;
	border-collapse:collapse;
}
table.produsecat{
	empty-cells:show; 
	width:100%;
}
table.produsecat tr.pcheader{
	font:15px "Arial";
}

table.produsecat tr.pcbody:hover{
	background-color:#FFFFCC;
}
table.produsecat td.pcpret{
	text-align:right;
}
table.produsecat td {
	width:33%;
	text-align:left;
	border-bottom:1px dotted #adb3fa;
}
div#prodcontainer {
	border:0px;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	width:90%;
	height:auto;
	margin-right:5%;
	margin-left:5%;
}
#prodcontainer p{
	font:20px "Arial";
	text-align:center;
}
table.produs{
	empty-cells:show; 
	width:100%;
}
table.produs td {
	text-align:left;
}

table.produs tr.headerrow {
	font:12px "Arial";
	width:100%;
	height:100%;	
}

table.produs tr.headerrow td.hrleft{
	width:250px;
}
table.produs tr.headerrow td.hrright{
	width:auto;
}
table.produsehead {
	width:100%;
}
table.produsehead tr.pret {
	background-image:url(../images/pret_produs_bg.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:278px;
	height:58px;
	padding-left:0px;
	font: 25px arial;
	font-weight:bolder;
	color:#FFFFFF;
}
table.produsehead td.buytd {
	background-image:url(../images/buy.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:106px;
	height:38px;
	padding-left:45px;
}
.buytd a:link{
	font:11px "Arial";
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.buytd a:visited{
	font:11px "Arial";
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.buytd a:active{
	font:11px "Arial";
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.buytd a:hover{
	font:11px "Arial";
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

table.produsehead td.pretp {
	padding-left:3%;
}

div#prodcontent {
	float:left;
	position:relative;
	top:20px;
}

table.produs td.hctr{	
	padding-bottom:0px;
	background-image:url(../images/spec.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:auto;
	height:29px;
}

table.produs td.prodspecleft {
	border-bottom:1px dotted #adb3fa;
	font-weight:bolder;
	color:rgb(90,85,126);
}
table.produs td.prodspecright {
	border-bottom:1px dotted #adb3fa;
}

table.produs tr.prodspec:hover {
 background-color:#FFFFCC;
}
div#profile {
	border:0px;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	width:90%;
	height:auto;
	margin-top:20px;
	margin-right:5%;
	margin-left:5%;
}

table.profilet{
	width:100%;
}
table.profilet td.profleft {
	border-bottom:1px dotted #adb3fa;
	font-weight:bolder;
	color:rgb(90,85,126);
	width:40%;
}

table.profilet td.profright {
	
}

table.profilet td.profrmost {
	font:13px "Arial";
}

table.profilet tr.profhead{
	font:20px "Arial";
	font-weight:bold;
	color:rgb(90,85,126);
}
table.profilet tr.profhead2{
	font:15px "Arial";
	font-weight:bold;
	color:rgb(90,85,126);
}
table.profilet tr.prof:hover {
 background-color:#FFFFCC;
}

table.cartt{
	width:100%;
}
table.cartt td.cartleft {
	border-bottom:1px dotted #adb3fa;
	font-weight:bolder;
	color:rgb(90,85,126);
}

table.cartt td.cartright {
	text-align:left;
}

table.cartt td.cartrmost {
	font:13px "Arial";
}

table.cartt td.cartcant {
	border-left:1px solid #adb3fa;
	border-right:1px solid #adb3fa;
	border-top:1px solid #adb3fa;
	border-bottom:1px solid #adb3fa;
	font-weight:bolder;
	color:rgb(90,85,126);
}

table.cartt tr.carthead{
	font:20px "Arial";
	font-weight:bold;
	color:rgb(90,85,126);
}
table.cartt tr.cartfooter{
	font:13px "Arial";
	text-align:center;
	font-weight:bold;
	color:rgb(90,85,126);
}
table.cartt tr.cart:hover {
 background-color:#FFFFCC;
}

table.naviprof{
	border:1px solid #003366;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:1px;
	background-color:#F4F4F4;
}

table.naviprof td.naviproftd{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
		
}
table.naviprof tr.naviprofhead{
	FONT-WEIGHT:bold;FONT-SIZE:8.5PT;FONT-FAMILY:verdana,helvetica,arial;COLOR:#FFFFFF;
	background-color:#003366;
}

table.naviprof tr.naviprofmain{
	FONT-WEIGHT:200;FONT-SIZE:8PT;FONT-FAMILY:verdana,helvetica,arial;
}

table.naviprof tr.naviprofhead td{
	padding-top:3px;
	padding-bottom:3px;
}

table.naviprof tr.naviprofmain:hover {
 background-color:#FFFFCC;
}

table.navicat{
	border:1px solid #003366;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1px;
	background-color:#c6e7ff;
}

table.navicat td.navicattd{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
	border-top:1px dotted #CCCCCC ;
	border-bottom:1px dotted #CCCCCC;

	
}
table.navicat tr.navicathead{
	FONT-WEIGHT:bold;FONT-SIZE:8.5PT;FONT-FAMILY:verdana,helvetica,arial;COLOR:#C6E7FF;
	background-color:#003366;
}
table.navicat tr{
	FONT-WEIGHT:200;FONT-SIZE:8PT;FONT-FAMILY:verdana,helvetica,arial;
}
table.navicat tr.navicathead td{
	padding-top:3px;
	padding-bottom:3px;
}

table.navicat tr.navicatmain:hover {
 background-color:#FFFFCC;
}

table.admin{
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #666666;
}

table.admin td.admintd{
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px solid #666666;
	FONT-WEIGHT:300;FONT-SIZE:8.5PT;FONT-FAMILY:verdana,helvetica,arial;
	color:#003366;		
}

table.admin td.admintdr{
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	FONT-WEIGHT:300;FONT-SIZE:8.5PT;FONT-FAMILY:verdana,helvetica,arial;
	color:#003366;		
}

table.admin tr.adminhead{
	FONT-SIZE:8.5PT;FONT-FAMILY:verdana,helvetica,arial;COLOR:#000000;
	font-weight:bold;
	background-color:#F4F4F4;
	height:20px;
}

table.admin tr.adminfooter{
	FONT-SIZE:8.5PT;FONT-FAMILY:verdana,helvetica,arial;COLOR:#003366;
	background-color:#c6f7ff;
	height:20px;
}

table.admin tr.adminfooter td{
	border-top:1px solid #666666;
	padding-left:5px;
}
table.admin tr{
	FONT-SIZE:8.5PT;FONT-FAMILY:verdana,helvetica,arial;
}

table.admin tr.adminhead td{
	padding-top:3px;
	padding-bottom:3px;
}

table.admin tr.adminmain:hover {
 background-color:#c6e7ff;
}
