/* FIXME: To be checked. */
body, td {
	color: #a4302c;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.4;
}

#content {
	width: 896px;
	height: 343px;
}

.loginField {
	background: white;
	width: 102px;
	border: 0px;
	height: 18px;
	font-size: 11px;
}

/* General links. */
a {
	text-decoration: none;
	color: #a4302c;
	font-weight: bold;
}


/* Menus. */
#topMenu td {
	height: 36px;
	vertical-align: middle;
}

#topMenu a {
	padding-left: 12px;
/*	padding-top: 2px;*/

	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	line-height: 11px;
	text-decoration: none;
	color: #9e8050;
}

.linkMenuSmall, .linkMenuFooter {
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}

.linkMenuSmall {
	font-size: 11px;
	color: #9e8050;
}

.linkMenuFooter {
	padding: 2px 0px 2px 12px;
	font-size: 14px;
	color: #ffffff;
}



/* Custom scrollbars. */
.scrollPane {
	/* padding-right: 15px; */
	overflow-x: hidden; 
	overflow-y: auto;
}

.scrollPaneContent { /* Padding between content and scrollbar, only necessary due to IE. */
	margin: 15px;
}

.jScrollPaneTrack {
	background: url('../images/scroll-track.gif') repeat-y;
}

.jScrollPaneDrag {
	background: url('../images/scroll-drag-middle.gif') repeat-y;
}

.jScrollPaneDragTop {
	height: 6px;
	background: url('../images/scroll-drag-top.gif') no-repeat;
}

.jScrollPaneDragBottom {
	height: 7px;
	background: url('../images/scroll-drag-bottom.gif') no-repeat;
}

a.jScrollArrowUp {
	height: 24px;
	background: url('../images/scroll-arrow-up.gif') no-repeat 0px -30px;
}

a.jScrollArrowUp:hover {
	background-position: 0px 0px;
}

a.jScrollArrowDown {
	height: 24px;
	background: url('../images/scroll-arrow-down.gif') no-repeat 0px -30px;
}

a.jScrollArrowDown:hover {
	background-position: 0px 0px;
}

* html .jScrollPaneDragBottom { /* IE hack. */
	bottom: -1px;
}


/* Cart. */
#cartProducts thead td {
	height: 26px;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 5px;
	padding-right: 5px;
	color: brown;
}

/* Names. */
.letter {
	margin: 0px;
	padding: 2px;
	border: 0px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	background: none;
	color: #a4302c;
	cursor: pointer;
}

.hint {
	font-size: 10px;
	font-style: italic;
	text-align: justify;
}

.required {
	color: red;
	font-size: 10px;
	font-weight: bold;
}


/* Messages. */
.success, .info, .error {
	padding: 5px;
	margin: 5px auto;
	text-align: center;
	font-weight: bold;
}

.success {
	border: 1px solid #fdcb84;
	background: #fffbd7;
	color: black;
}

.info {
	border: 1px solid #fdcb84;
	background: #fffbd7;
	color: black;
}

.error {
	border: 1px solid red;
	background: #ffddbf;
	color: red;
}

/* Password change. */
.textInput {
	width: 140px;	
	height: 19px;
	border: 1px solid #8c6836;
	background: white;
	font-size: 10px;
}
