
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
}
h2 { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

.chenar {
	border-style:outset;
	border-color: red;
	border-width:1px;
      }
.box_pozitie {
  position:relative;
  left:-6px;

}


.bottomline {
	border-bottom: 1px solid #989898;
	
}

.dividingborder {
	border-bottom: 1px dashed #DDDDDD;
}

.minibasket {
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

.minibasketsubtitles {
	color:#666666;
	font-weight:bold;
}

.minibasket_items {
	font-size:x-small;
	border-bottom: 1px dashed #DDDDDD;
}



.stanga_nav2 {
	color: #ffffff;
	font-style: bold;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	padding-left:2px;
	
}

.stanga_nav {
	color: #ffffff;
	font-style: normal;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	text-decoration: underline;
}

.stanga_nav, .stanga_nav a,.stanga_nav a:visited
{
	
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:5px;
	text-decoration:none;
        font-weight: bold; 
}

.stanga_nav a:hover
{	
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	color:#cc0000;
	padding-left:5px;
	text-decoration: underline;
        font-weight: bold;
}


.linkcos a:hover {
        color:cc0000;
	font-weight:normal; 
	text-decoration:underline;
	}
     
.linkcos a, a:active, a:visited {
color: #cc0000;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
font-weight:normal;
}



.pagelink a:hover
	{
        color:#cc00000;
	font-weight:normal; 
	
	}
    
.pagelink a, .pagelink a:active, .pagelink a:visited
{
color: #cc0000;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
font-weight:normal;

}

.pagelink2 a:hover
{
color:#cc00000;
font-weight:normal; 
}
    
.pagelink2 a, .pagelink2 a:active, .pagelink2 a:visited
{
color: #cc0000;
font-family: Verdana;
font-size: 10px;
text-decoration: none;
font-weight:normal;
}






form {
	margin:10px;
	padding: 0 5px;
        
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	
	font: normal 11px Verdana, sans-serif;
	color: #CC0000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}

SELECT 
{ 
   
    background: #FFF;
	color: #CC0000; 
    width:70px;
    FONT-SIZE: 11px;   
    FONT-FAMILY: verdana, arial 
} 

input.button {
	margin: 0;
	font: bolder 11px Arial, Sans-serif;

	padding: 1px;
	background: #FFF;
	color: #CC0000;
}





.style1 {
	color: #FFFFFF;
	font-weight: bold;
}



/* ################################################################################## */
/*																                      */
/*	  		            	    	fstooltips.css 			   						  */
/*																                      */
/* ################################################################################## */

.fstooltips {

border: 1px solid #CC0000;
width: 200;

}

.tipheader {

background-color: #CC0000;
color: #ffffff;
FONT-WEIGHT: bold;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;

}

.tipcontent {

background-color: #ffffff;
color: #cc00A0;
FONT-WEIGHT: normal;
FONT-SIZE: 8pt;
FONT-FAMILY: arial;

}


#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:1px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:220px;	/* Width of tooltip content */
	height:120px;	/* Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}


	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:12px;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:12px;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}

