/*  
(c) CadouSpecial.Ro - Dan Croitoru
Author: Rusu Dragos Mihai
*/
/* MAIN */

@media screen {

* { margin:0; padding:0;}
img {border:0;}

body {
	color:#FFEECC;
	background-color: #8F8F8F;
	font-family:Verdana;
	scrollbar-3dlight-color:#000000;
    scrollbar-arrow-color:#E58900;
    scrollbar-base-color:#000000;
    scrollbar-track-color:#8F8F8F;
    scrollbar-darkshadow-color:#080800;
    scrollbar-face-color:#E6E6E6 ;/*#EEEEEE;*/
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
/*
    text-indent: 15px;
    word-spacing: 10px
*/
}
A:link    { text-decoration: none; color:#F3F3F3; font-size:12px }   /* unvisited links */
A:visited { text-decoration: none; color:#000000; font-size:12px }   /* visited links   */
A:hover   { text-decoration: none; color:#D2D2D2; font-size:12px }   /* user hovers     */
A:active  { text-decoration: none; color:#F3F3F3; font-size:12px }   /* active links    */
.news a:link { color:#292929; }
.news a:visited { color:#FFFFFF; }
.news a:hover { color:#FFFFFF; }
.news a:active { color:#FFFFFF; }

/*  Clase */
.line {
background:url(images/hr.gif) repeat-x center;
background-color: #378D23;
height:14px;
border:0;
font-size:1px;
}

.scroll {
	scrollbar-3dlight-color:#088800;
    scrollbar-arrow-color:#E58900;
    scrollbar-base-color:#088800;
    scrollbar-track-color:#149200;
    scrollbar-darkshadow-color:#080800;
    scrollbar-face-color:#EEEEEE;
    scrollbar-highlight-color:#0B8100;
    scrollbar-shadow-color:#000000;

}
span.carti {
font-size:14px;
}
span.titlucarti{
font-size:16px;
font-family:Tahoma;
font-weight: bolder; 
font-variant: small-caps;
}

TD#formtext {
	font-size:12px;
	font-style:Verdana;

}
TD#formtextsmall {
	font-size:10px;
	font-style:Verdana;
}
.tah9 {
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.tah10 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.tah11 {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.ver9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
.ver10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.ver11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

/* Meniu */
span.meniu {
	background: #99CC33 repeat-x left top;
	height: 38px;
	height: 38px;
	width: 563px;
	background-repeat: no-repeat;
	}
#lista {
	width: 563px;
	height: 38px;
	position: relative;
	background-image: url(images/meniusus4.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#lista li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#lista li span { visibility: hidden; }
#lista a {height: 38px; display: block;}
#l1 {left: 0; width: 90px;}
#l2 {left: 92px; width: 198px;}
#l3 {left: 290px; width: 90px;}
#l4 {left: 381px; width: 90px;}
#l5 {left: 472px; width: 91px;}

#l1 a:hover, #l1 a.current {background: transparent url(images/meniusus.jpg) 0px -35px no-repeat;}
#l2 a:hover, #l2 a.current {background: transparent url(images/meniusus.jpg) -92px -35px no-repeat;}
#l3 a:hover, #l3 a.current {background: transparent url(images/meniusus.jpg) -290px -35px no-repeat;}
#l4 a:hover, #l4 a.current {background: transparent url(images/meniusus.jpg) -381px -35px no-repeat;}
#l5 a:hover, #l5 a.current {background: transparent url(images/meniusus.jpg) -472px -35px no-repeat;}

}

