/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   

table a:link, table a:visited, table a:active {
  color: #000;
  text-decoration: underline;
}

table a:hover {
  color: #000;
  text-decoration: underline;
}


body { 
	
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.3em;
	background: #fff; 
/*	color: #000000; */
	color: #454545; 

	a:hover {
                color: #993300;
                background: inherit;
        }
	a:link {
                color: #993300;
                background: inherit;
        }


}

a {	color: #0000FF;	background: inherit;}


a:hover { color: #993300; background: inherit; }

a:link {
                color: #993300;
                background: inherit;
        }

a:visited {
                color: #993300;
                background: inherit;
        }


.sales_grid { 
	color: #000000; 
	background: inherit;
	    }


h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	/*width: 780px;
	----------------*/
	width: 840px;
	padding: 10px; 

}

.gridlayout
	{
	margin: 0 auto;
/*	width: 1040px; */
        padding: 10px;
	font: bold 1em Arial, Sans-Serif;
	font: 1.0em Tahoma, sans-serif;


}

.header { 
	/*height: 55px;*/
	height: 55px:
	background: #eee;
	color: #eee;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc; 
}

.top_info {
	float: right;
/*	width: 555px; */
	width: 555px;
	height: 75px;
	padding: 5px 0 0px 0;
	border-bottom: 0px solid #eee;  
	background: #FFFFFF;
	color: #000000;
}

	.top_info_left {
	/*      width: 10px; */
                width: 20px;
                float: left;

	}

	.top_info_right {
		float: left;
		width: 270px;
		padding: 0 0 0 35px;
		border-left: 1px solid #fff;
	}

.browse_category  {
	font-size: 1.0em;
	/* width: 190px; */
	width: 125px;
	color: #FFFFF;
	/*background: #FFCC00; */
	background: #FFFFFF;
	border-top: 0px solid #ccc;

}

.browse_category2  {
        font-size: 1.0em;
        width: 125px;
        color: #FFFFFF;
        background: #000000;
	border-top: 1px solid #ccc;

}


.submenu  {
        font-size: 1.0em;   
        width: 125px;
        color: #CC6600;
        background: #CC6600;
        border-top: 0px solid #ccc; 

}


.submenu3  {
        font-size: 1.0em;
        width: 125px;             
        color: #993300;        
        background: #993300;        
        border-top: 0px solid #ccc;

}


.bar3 {
        clear: both;
        font-size: 1.0em;
        height: 30px;     
        color: #FF9900;        
        margin: 0 0 0 0px;
        background: #FFF;
}

        .bar3 li {             
                margin: 0;          
                padding: 7px 12px 5px 12px;
                color: #FFF;
                background: #FFF;
                float: left;   
        }

        .bar3 li.active {
                background: #E0691A url(bar.gif) no-repeat center top;
                color: #993300;
                font-weight: bold;
                padding: 7px 10px 6px 10px;
        }

        .bar3 li a {     
                font-weight: bold;
                color: #FFF;
                background: inherit;
                text-decoration: none;
        }

        .bar3 li a:link {
                color: #993300;
                background: inherit;
        }

        .bar3 li a:hover {          
                color: #FFCC33;
        }


        .bar3 li a:visited {
                color: #993300;
                background: inherit;
        }

        .bar3 li a:visited:hover {
                color: #FFCC33;
                background: inherit;
          }



.bar2 {
        clear: both;                
        font-size: 1.0em;  
        height: 30px;
        color: #FF9900;             
        margin: 0 0 0 0px;       
        background: #FFDE7B;
}

        .bar2 li {           
                margin: 0;                 
                padding: 7px 12px 5px 12px;
                color: #993300;
                background: #FFDE7B;
                float: left;   
        }

        .bar2 li.active {
                background: #E0691A url(bar.gif) no-repeat center top;
                color: #993300;
                font-weight: bold;
                padding: 7px 10px 6px 10px;                
        }              

        .bar2 li a {               
                font-weight: bold;  
                color: #993300;     
                background: inherit;
                text-decoration: none;
        }

        .bar2 li a:link {    
                color: #993300;        
                background: inherit;
        }

        .bar2 li a:hover {
                color: #CC9900;
        }


        .bar2 li a:visited { 
                color: #993300;        
                background: inherit;
        }

        .bar2 li a:visited:hover {
                color: #CC9900;
                background: inherit;
	  }





.bar { 
	clear: both;
	font-size: 1.0em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	/*background: #006699;*/
	background: #993300;
}

	.bar li { 
		margin: 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #993300;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(bar.gif) no-repeat center top; 
		color: #FFCC33;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFCC33; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:link {
                color: #FFF;
                background: inherit;
        }               

	.bar li a:hover { 
		color: #FFCC33; 
	} 


	.bar li a:visited {
                color: #FFF;
                background: inherit;
        }                

	.bar li a:visited:hover {
                color: #FFCC33;
                background: inherit;
        }



.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/* left side
   --------- */

.left {
	float: left;
	border-left: 10px;
	width: 65%;
	margin: 0 0 10px 0;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 220px;
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.right h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #ccc; */
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }


