@import url(div.css);
/*@import url(panel_style.css);*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: url(../img/body_background.gif) top repeat-x;
}

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

a:active, a:hover {
	color: #F00;
	text-decoration: none;
}

a.menuLink:link, a.menuLink:visited {
	color: #999;
	text-decoration: underline;
}

a.menuLink:active, a.menuLink:hover {
	color: #F00;
	text-decoration: none;
}

a.selected:link, a.selected:visited {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}

a.selected:active, a.selected:hover {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}

a.product {
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 110%;
}

input {
	font-size: 90%;
}

p {
	font-size: 90%;
}

select {
	font-size: 90%;
}

span.objectTitle {
	font-size: 110%;
	font-weight: bold;
}

span.offerPrice {
	font-size: 110%;
	font-weight: bold;
	color: #F00;
}

span.oldPrice {
	text-decoration: line-through;
	color: #999;
}

textarea {
	font-size: 90%;
}

.displayNone {
	display: none;
}
