/*
 * #FFCC00 - Color of the header
 * #F8E9B0 - Color of the tree view
 * #FFCC00 - Color of the logo
 * fiamo - Directory with images
*/

/* Color of the body and HTML */
body, html {background:black;}

/* Border around link images */
a img {border:solid #F8E9B0 1px;}
a {color:#aa7700;}
h2, h3, h4 {color:black;}
h2 a, h3 a, h4 a {color:black;}
a:hover {color:#ffcc00;}

/* Header of the page */
#header {background:#FFCC00;}
#header h1 span {background:url('./fiamo/logo.gif') no-repeat right top;}
.moraviaaustralia #header h1 span {background:url('./fiamo/logo_ma.gif') no-repeat right top;}


/* Tree view*/
#tree {background:url('./fiamo/tree.gif') #F8E9B0;}
#tree span {background:url('./fiamo/arrow.gif') no-repeat center center;} /* Span with arrow image */

/* Right image - search background */
#right_image {background:url('./fiamo/search.gif') no-repeat;}

/* Top menu colors */
#top_menu a {color:white;}
#top_menu a.selected {color:black;}

/* Search buttons */
#search a {background:url('./fiamo/advanced_search.gif');}
#find_button {background:url('./fiamo/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('./fiamo/footer.gif') no-repeat right;}
#footer_email {color:white;}

/* Left menu with + images */
#left_menu li {	background:url('./fiamo/plus.gif') no-repeat right 5px;}
#left_menu ul li {background-image:url('./fiamo/plus_small.gif');}
#left_menu li.menu_header {background:url('./fiamo/tab.gif') no-repeat 0 0;}
/* Table headers */
th {background:#F8E9B0;}

/* Header of popup window */
#popup h1 {background:#FFCC00; color:white;}

/* Elements with border on top */
.border_top {border-top:solid #F8E9B0 1px;}

/* Form submit buttons */
input.button {background:#F8E9B0;}

/* Tooltips in the form*/
.tooltips {background:#FFCC00; color:black; border:solid #F8E9B0 1px;}
.bubble {background:url('./fiamo/question.gif') no-repeat white;}

/* Border around form */
#content form {border:solid #F8E9B0 1px;}

/* Product thumbnails */
.thumb {
	background:url('./fiamo/thumb2.gif') #FFCC00;
	width:80px;
	height:55px;
}

.thumb a {
	width:69px;
	color:black;
	text-decoration:none;
}
.thumb a img {
	border:none;
	background:white;
	height:40px;
}

.thumb_big {
	background:url('./fiamo/thumb_big2.gif') no-repeat #F8E9B0;
}

/* Tabs above products */
.tabs {border-bottom:solid #F8E9B0 1px;}
.tabs a {background:#F8E9B0; color:black;}
.tabs a.selected {background:#FFCC00;}

/* Warning on the form if errors are there */
.warning {background:#FFCC00; color:white;}

/* Test view login screen */
#login h1 {
	background:url('./fiamo/logo.gif') no-repeat right #FFCC00;
	color:white;
}

#report {background:#F8E9B0; color:black;}

/* ADDED */
th {background:url('./fiamo/th.gif') repeat-x white;}
.tabs a {background:url('./fiamo/tab.gif') no-repeat #f8e9b0; border-right:solid #fbe697 1px;}
.tabs a.selected {background:url('./fiamo/tab_sel.gif') no-repeat #ffcc00; border-right:none;}
input.button {background:url('./fiamo/button.gif') no-repeat #f8e9b0;}
.question {background:url('./fiamo/question.gif') no-repeat;}
.color {background:#F8E9B0;}
/* PRICE */
#content form.price {
	border-bottom:dashed #FFCC00 1px;
}

#content form.price input.button {
	background:url('./fiamo/buy.gif') no-repeat 1px 1px;
	border:outset black 1px;
}

#newsbox {border:dashed #FFCC00 1px;}
