@charset "UTF-8";
/* CSS Document */

.ru {
	background:url(images/ru.png) bottom right no-repeat;
	}
	
.lu {
	background:url(images/lu.png) bottom left no-repeat;
}
.ro {
	background:url(images/ro.png) top right no-repeat;
}
.lo {
	background:url(images/lo.png) top left no-repeat;
}
.thumb {
	padding: 14px 5px 0px 5px; 
	margin:5px 5px 5px 5px;
	min-height:50px;
}

.thumb a, .thumb a:active, .thumb a:focus , .thumb a:link, .thumb a:visited {
text-decoration:none;
color:#ffffff;
font-weight:bold;
font-size:12px;
}

.thumb a:hover {
	color:#dedede;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
.category_name {
	padding:0px 0px 9px 0px;
}

/* damnick for border over images */
.browseProductImage {
border-width: 1px; border-style: solid; border-color: #838383;
}

