@charset "utf-8";

body {
	background-color:#FFFFFF;
	}

img, div, td { 
	behavior: url(iepngfix.htc); 
	}

.descr {
	margin:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	font-size:18px;
	}

.rt_shadow {
	background-image:url(../images/3px_shadow_right.png);
	width:3px;
	background-repeat:no-repeat;
	}
	
.bot_shadow {
	background-image:url(../images/3px_shadow_bottom.png);
	height:4px;
	background-repeat:no-repeat;
}

.corner_shadow {
	background-image:url(../images/3px_shadow_corner.png);
	height:4px;
	width:3px;
	background-repeat:no-repeat;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	font-size:16px;
	font-weight:600;
}

.more {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366;
	font-size:10px;
}

.price {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
	}
	
a:link {
	text-decoration: none;
	color:#003366;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: underline;
	color:#993300;
}
a:active {
	text-decoration: none;