/*
 * #0066CB - Color of the header
 * #99CDFF - Color of the tree view
 * #01009A - Color of the logo
 * moravia - Directory with images
*/

/* Color of the body and HTML */
body, html {background:black;}

/* Border around link images */
a img {border:solid #99CDFF 1px;}
a {color:#0066cb;}
h2, h3, h4 {color:#0066cb;}
h3.question {color:#01009A;}
a:hover {color:#01009a;}

/* Header of the page */
#header {background:#0066CB;}
#header h1 span {background:url('./moravia/logo.gif') no-repeat right top;}
.moraviaaustralia #header h1 span {background:url('./moravia/logo_ma.gif') no-repeat right top;}

/* Tree view*/
#tree {background:url('./moravia/tree.gif') #99CDFF;}
#tree span {background:url('./moravia/arrow.gif') no-repeat center center;} /* Span with arrow image */

/* Right image - search background */
#right_image {background:url('./moravia/search.gif') no-repeat;}

/* Top menu colors */
#top_menu a {color:white;}
#top_menu a.selected {color:black;}

/* Search buttons */
#search a {background:url('./moravia/advanced_search.gif');}
#find_button {background:url('./moravia/find.gif');}

/* Div with product line logo - with white lone on the right */
#top_logo {border-right:solid white 1px;}

/* Footer of the page */
#footer {background:url('./moravia/footer.gif') no-repeat right;}
#footer_email {color:white;}

/* Left menu with + images */
#left_menu li {	background:url('./moravia/plus.gif') no-repeat right 5px;}
#left_menu ul li {background-image:url('./moravia/plus_small.gif');}
#left_menu li.menu_header {background:url('./moravia/tab.gif') no-repeat 0 0;}
/* Table headers */
/*th {background:#99CDFF;}*/

/* Header of popup window */
#popup h1 {background:#0066CB; color:white;}

/* Elements with border on top */
.border_top {border-top:solid #99CDFF 1px;}

/* Form submit buttons */
input.button {background:#99CDFF;}

/* Tooltips in the form*/
.tooltips {background:#0066CB; color:white; border:solid #99CDFF 1px;}
.bubble {background:url('./moravia/question.gif') no-repeat white;}

/* Border around form */
#content form {border:solid #99CDFF 1px;}


/* Product thumbnails */
.thumb {
	background:url('./moravia/thumb2.gif') #01009A;
	width:62px;
	height:55px;
}

.thumb a {
	width:50px;
	/*color:white;*/
	text-decoration:none;
}
.thumb a img {
	border:none;
	background:white;
	height:40px;
}

.thumb_big {
	background:url('./moravia/thumb_big2.gif') no-repeat #99CDFF;
}

/* Tabs above products */
.tabs {border-bottom:solid #99CDFF 1px;}
/*
.tabs a {background:#99CDFF; color:black;}
.tabs a.selected {background:#01009A; color:white;}*/

/* Warning on the form if errors are there */
.warning {background:#01009A; color:white;}

/* Test view login screen */
#login h1 {
	background:url('./moravia/logo.gif') no-repeat right #0066CB;
	color:white;
}

#report {background:#99CDFF; color:black;}

/* ADDED */
th {background:url('./moravia/th.gif') repeat-x white;}
.tabs a {background:url('./moravia/tab.gif') no-repeat #99CDFF; border-right:solid #9Dc9FF 1px;}
.tabs a.selected {background:url('./moravia/tab_sel2.gif') no-repeat #0066cb; color:white; border-right:none;}
input.button {background:url('./moravia/button.gif') no-repeat #99cdff;}
.question {background:url('./moravia/question.gif') no-repeat;}
.color {
	background:#99CDFF;
}
/* PRICE */
#content form.price {
	border-bottom:dashed #99CDFF 1px;
}

#content form.price input.button {
	background:url('./moravia/buy.gif') no-repeat 1px 1px;
	border:outset #99CDFF 1px;
}

#newsbox {border:dashed #99CDFF 1px;}