﻿@import url("../common.css");
@import url("box.css");
@import url("form.css");
@import url("layout.css");
@import url("menu.css");
@import url("table.css");
@import url("typography.css");
@import url("shop.css");

#header-inner {
	width: 960px;
	height: 90px;
	float: left;
	background: url("../../../home/header-bg.jpg") left top no-repeat;
	_background: url("../../../home/header-ie6-bg.jpg") left top no-repeat;
	_margin-bottom: -4px;
}

#quick-search { float: right; font-size: 90%; margin: 60px 0 0 0;  }

#toolbar { text-align: left; color: #586169; height: 20px; font-size: 85%; }
#toolbar a, a.link, a.visited { color: #586169; }
#toolbar div { padding: 4px .5em 3px .5em; _padding: 4px .5em 10px .5em; }

#displayedContent { clear: both; padding-top: 15px; }
#displayedContent td table {
	border: 2px solid #b8c1c9;
}

/**
 * Shop
 */

#minigallery { width: 600px; float: left; margin-right: -600px;}
#minigallery .thumb { float: left; }
/**
 * Discussions
 */

.comment { background: #eee; padding: 1em; margin: .5em 0; border: 1px solid #ccc; }

.special { padding: .5em 1em; background: black; }



/*
 *	--------------
 *	Message common
 *	--------------
 */

#message {
	z-index: 2;
	position: absolute; 
	top: 0;
	left: 0;
	_left: 100px; 
	width: 100%; 
	_width: 120%;
}

#message-board {
	border: 1px solid #2A4164;
	background: white;
	color: #2A4164;
	margin: 20% auto;
	padding: 1em;
	width: 500px; 
}

#message-board a {
	color: black;
}

#message-controls button {
	padding: .2em 2em;
}

#message h1 {
	background: none;
	color: black;
}


/*
 *	-----
 *	Fader
 *	-----
 */

.fader { 
	padding: 1em;
	color: black;
}

.fader a {
	color: black;
}


.fader img {
	position: relative; 
	top: -1px;
}

