body {
	margin 		: 0px;
	padding		: 0px;
	background-color	: #FFFFFF;
}

td {
	font		: 10px verdana;
}

.topLine {
	font-weight		: bold;
	padding			: 6px;
	background-color: #EBEBEB;
	white-space		: nowrap;
}

a {
	color			: #25679F;
	text-decoration	: none;
	font-weight		: bold;
}
a:hover {
	text-decoration	: none;
	color 			: #000000;
}

.navLink {
	font-weight 	: bold;
	color			: #777777;
}

.basketInfo {
	color			: #7F7E7A;
}

textarea {
	font 			: 11px verdana;
}

input {
	font 			: 10px verdana;
}

.shadow {
	width : 10%;
	cursor : hand;
	cursor : pointer;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#F0F0F0', Positive='true')
}

