body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkblue;
	font-size: 12px;
	background-color: #4750FF;
	margin: 0px;
	scrollbar-arrow-color: red;
	scrollbar-face-color: #FFFFFF;
}

form {
	color: darkblue;
	margin: 0px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

itemsPerPage {
	background-color: #4750FF;
	color: white;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: darkblue;
	font-weight: bold;
	font-size: 10px;
	border: 1px solid #AAAAAA;
	margin-top: 1px;
}

a {
	color: darkblue;
	text-decoration: none;
	line-height: 17px;
}

a:hover {
	color: darkblue;
	font-weight: bold;
	text-decoration: underline;
}

.headerText {
	color: darkblue;
	font-family: impact;
	font-size: 20px;
	font-weight: normal;
	line-height: 47px;
	margin-right: 10px;
}

.menuHeader {
	color: red;
	font-weight: bold;
}

.extraInfo {
	color: white;
	font-size: 15px;
	font-weight: bold;
}

.vertical_box {
	border-left: 1px solid darkblue;
	border-right: 1px solid darkblue;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 0px;
	text-align:left;
}

.horizontal_box {
	border-top: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	color: darkblue;
}

.smallText {
	font-size: 11px
}

.verySmallText {
	font-size: 10px
}

.mainContent {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.mainContent a {
	color: white;
	text-decoration: none;
}

.mainContent a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.mainContentCel {
	color: darkblue;
	background: white;
}

.quickSearch {
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	color: #FFFFFF;
	background-color: darkblue;
	margin-bottom: 10px;
	vertical-align:middle;
}

.pricetag {
	font-weight: bold;
	font-size: 16px;
	text-align:right;
	vertical-align:bottom;
	color: darkblue;
	padding-right: 2px;
}

.pagenavigation {
	color: #FFFFFF;
	background-color: #4750FF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagenavigation td {
	background-color: darkblue;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.pagenavigation a {
	color: #FFFFFF;
	text-decoration: underline;
}

.pagenavigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.activePageNr {
	color: #4750FF;
	font-weight: bold;
}

.productname {
	color: darkblue;
	font-weight: bold;
	font-size: 14px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.order {
	font-size: 10px;
}

.toptable {
	height: 100px;
	background-image: url(/images/top_background.jpg);
}

#frame_conditions {
	width: 100%;
	height: 375px;
}

#contentDiv {
	width: 96%; 
	padding: 5px;
	overflow-y: auto;
}

#topNavigation {
	display: none;
}

#bottomNavigation {
	display: none;
}

#poweredBy {
	color: white;
}

#poweredBy:hover {
	color: red;
	font-weight: normal;
	text-decoration: underline;
}