
/*
#mainNav {
	border: 1px solid #dddddd;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: #bbbbbb 0px 0px 0px;
	-moz-box-shadow: #bbbbbb 0px 0px 0px;
	box-shadow: #bbbbbb 0px 0px 0px;
    background: #850009;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f5f5), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff, #ffffff);
	background: -moz-linear-gradient(#eeeeee, #dddddd); /
	background: -ms-linear-gradient(#ffffff, #ffffff);
	background: -o-linear-gradient(#ffffff, #ffffff); /
	background: linear-gradient(#ffffff, #ffffff);
	-pie-background: linear-gradient(#ffffff, #ffffff);
	behavior: url(scripts/pie/PIE.htc);
}
*/




/* -----------------------------------
	@group CLASS hacks
-------------------------------------- */
 
.roundCorners {
	border: none;
	-webkit-border-radius: 10px; /* top-left, top-right, bottom-right, bottom-left */
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/web/pie/PIE.htc);
}

.borderTenOne {
	border: 1px solid #dddddd;
	-webkit-border-radius: 10px; /* top-left, top-right, bottom-right, bottom-left */
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/web/pie/PIE.htc);
}

.bgGray {
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 10px; /* top-left, top-right, bottom-right, bottom-left */
	-moz-border-radius: 10px;
	border-radius: 10px;
    background: #eeeeee;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f5f5f5), to(#dddddd));
	background: -webkit-linear-gradient(#f5f5f5, #dddddd);
	background: -moz-linear-gradient(#f5f5f5, #dddddd); 
	background: -ms-linear-gradient(#f5f5f5, #dddddd);
	background: -o-linear-gradient(#f5f5f5, #dddddd); 
	background: linear-gradient(#f5f5f5, #dddddd);
	-pie-background: linear-gradient(#f5f5f5, #dddddd);
	behavior: url(/web/pie/PIE.htc);  		    
}

#huutokauppa a{
	border: 1px solid #25456c;
	-webkit-border-radius: 10px; /* top-left, top-right, bottom-right, bottom-left */
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #224b7d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2f78ab), to(#224b7d));
	background: -webkit-linear-gradient(#2f78ab, #224b7d); /* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(#2f78ab, #224b7d); /* FF3.6+ */
	background: -ms-linear-gradient(#2f78ab, #224b7d);
	background: -o-linear-gradient(#2f78ab, #224b7d);
    background-image:  -ms-linear-gradient(top, #2f78ab 0%, #224b7d 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f78ab', endColorstr='#224b7d', GradientType=0 ); /* IE6-9 */	 
	background: linear-gradient(#2f78ab, #224b7d);
	-pie-background: linear-gradient(#2f78ab, #224b7d);
	behavior: url(/web/pie/PIE.htc);
}

/* -----------------------------------
	@group JDMENU 
-------------------------------------- */

.sf-menu a, .sf-menu a:visited {
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	border: none;
	-webkit-border-radius: 4px; /* top-left, top-right, bottom-right, bottom-left */
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2f78ab), to(#224b7d));
	background: -webkit-linear-gradient(#2f78ab, #224b7d);
	background: -moz-linear-gradient(#2f78ab, #224b7d); 
	background: -ms-linear-gradient(#2f78ab, #224b7d);
	background: -o-linear-gradient(#2f78ab, #224b7d); 
    background-image:  -ms-linear-gradient(top, #2f78ab 0%, #224b7d 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f78ab', endColorstr='#224b7d', GradientType=0 ); /* IE6-9 */	
	background: linear-gradient(#2f78ab, #224b7d);
	-pie-background: linear-gradient(#2f78ab, #224b7d);
	behavior: url(/web/pie/PIE.htc);		
}



.sf-menu ul {
	-webkit-border-radius: 4px; /* top-left, top-right, bottom-right, bottom-left */
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sf-menu ul li a, .sf-menu ul li a:visited {
}

.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {

}








