/* This is to always show the scrollbar in FF */
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background: #eeeeee;
	font-family: arial;
	font-size: 11px;
	color: #DEE57B;
}

.top {
	width: 750px;
	height: 125px;
	background: url('/_img/top.gif');
	background-repeat: no-repeat;
}

.leftMenu {
	background: #ffffff;
	padding-top: 10px;
	padding-left: 5px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.rightMenu {
	background: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.mainPage {
	background: #ffffff;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.basketText {
	font-family: verdana; 
	font-size: 10px; 
	color: #333333;
}

.loginText {
	background: #E3EDF2; /*#C5D9E7;*/
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

input {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

input.text {
	width: 200px;
}

textarea {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

select {
	font-family: arial;
	font-size: 11px;
}

.whiteButton {
	color: #000000;
	background: #ffffff;
	border: 1px outset #d7b9c9
}

.buyButton {
	width: 40px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #E00000;
	border: 1px outset #d7b9c9
}

.bokaButton {
	width: 40px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	border: 1px outset #d7b9c9
}

.submit {
	background: #eeeeee;
	font-family: verdana;
	font-size: 10px;
    color: #333333;
	font-weight: bold;
}

.foldheader	{
	/*cursor: pointer;*/
	cursor: pointer;
	font-weight: bold;
	list-style-image: url(fold.gif)
}

.foldinglist	{
	list-style-image: url(list.gif);
}

/*
.innerMenu {
	border-left: 1px solid #BED5E5;
	border-right: 1px solid #BED5E5;
}

.innerMenuRow {
	border-left: 1px solid #7BA8C9;
	border-right: 1px solid #7BA8C9;
	background: #C5D9E7;
	padding-left: 3px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 20px;
}

.innerMenuRowNested {
	border-left: 1px solid #7BA8C9;
	border-right: 1px solid #7BA8C9;
	background: #C5D9E7;
	padding-left: 13px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	height: 20px;
}

.innerMenuRow a {
	color: #333333;
	text-decoration: none;
}

.innerMenuSpacer {
	border-left: 1px solid #7BA8C9;
	border-right: 1px solid #7BA8C9;
	background: #C5D9E7;
	height: 1px;
}
*/
.msg {
	color: #BA0101;
	font-weight: bold;
}

.tableHeader {
	background: #87B0CE;
	border: 1px solid #87B0CE;
}

.tableBorder {
	border: 1px solid #87B0CE;
}

.tableBorder .header{
	background: #C5D9E7;
	border-bottom: 1px solid #87B0CE;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}

.tableBorder .footer{
	background: #C5D9E7;
	border-top: 1px solid #87B0CE;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
}

.tableList {
	background: #87B0CE;
	/*border: 1px solid #87B0CE;*/
}

.tableList th{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #A70101;
	line-height: 1.5;
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.tableList th a{
	text-decoration: none;
	color: #ffffff;
}

.tableList td{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.previewImage {
	position: absolute;
	width: 490px;
	display: none;
	z-index: 99;
	left: 31%;
	top: 200;
	background: #ffffff;
	text-align: center;
}

.previewImage .image{
	background: #ffffff;
	border: 1px solid #000000;
	text-align: right;
	cursor: pointer;
}

.previewImage .close{
	width: 100%;
	background: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.tableSnabblankar {
	background: #ffffff;
}

.tableSnabblankar th{
	background: #E3EDF2;
	border: 1px solid #ABC7DD;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana;
	padding: 3px;
}

.tableSnabblankar td{
	background: #ffffff;
	font-weight: normal;
	font-size: 10px;
	font-family: verdana;
	padding: 3px;
}

.sideBorders{
	border-left: 1px solid #ABC7DD;	
	border-right: 1px solid #ABC7DD;
}

.sideBordersBottom{
	border-left: 1px solid #ABC7DD;	
	border-right: 1px solid #ABC7DD;
	border-bottom: 1px solid #ABC7DD;
}

.tableAttention{
	background: #ffffff;
	border: 1px solid #ABC7DD;
}

.tableAttention th{
	background: #E3EDF2;
	border-bottom: 1px solid #ABC7DD;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.cellHeadline {
	border: 1px solid #ABC7DD;
	background: #E3EDF2;
	font-weight: bold;
}
