body{
 	background-color: #660000;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 11px;  
	}
a{
	color: #FF0000;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

ul{
	padding: 0 0 0 15px;
}

li{
	padding: 0 0 10px 0;
}

p{
	margin: 5px;
}

.spacer{
	height: 55px;
}

.img{
	margin: 0 10px 0 0;
}

.saznaj{
	float: right;
}

.button{
	cursor: pointer;
	background: #FF0000;
	border: 1px solid #990000;
	color: white;
	padding: 1px 5px;
	margin: 6px;
	
}

.button:hover{
	text-decoration: none;	
}

.center{
	text-align: center;
}

.main_table{
	margin: 0 0 0 50px;
}

.header{
	border: 0;
}

.td_left{
	width: 170px;
}

.pipe{
	width: 3px; 
	background-color: #990000;
}

hr{
	width: 424px;
	border: none;
	border-bottom: 1px solid #CC0000;
}

.right{
	text-align: right;
}

.td_center{
	width: 424px; 
}

input{	
	background-color : #ffcccc;
	border-color : #990000;
	color : #000000;
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
	border-style : solid;
	border-width : 2px;
}

.search_text { 
	color: #FFFFFF;
	background-color: #940404;
	}
	
.cart {
	border: 1px solid #990000;
	margin: 5px;
}

.tr_cart_header{
	background-color : #990000;
}

.tr_cart:hover{
	background-color : #770000;
}

#article {
	margin: 0;
	height: 600px;
	overflow: auto;
}	

/*/////// to cool for IE //////////////////*/

a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(../images/too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	//display: none;
}
/********************************************/

/*********************** navigation *********************/

#navbox ul li ul {
	margin-top: 10px;
    display: none;
}

#navbox ul li.open ul {
    display: block;
    display: inline-block;
}


/*******************************************/

#signature{
color: silver;
text-decoration: none;
font-size: 10pt;
}

#signature a 
{
color: gray;
text-decoration: none;
font-family: "arial";
font-size: 10pt;
}

#signature a:hover
{
border-bottom: 1px dashed;
font-family: "arial"; 
font-size: 10pt; 
font-style: strong;
}