﻿@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: 820px;
	margin: 0 auto;
	text-align: left;
	height: 85px;
}

#quick-search { float: right; font-size: 90%; margin: 60px 0 0 0;  }

#toolbar { text-align: right; }
#toolbar a {  }
#toolbar div { padding: 2px .5em; }
#toolbar { font-size: 80%; }

/**
 * Shop
 */

#minigallery { width: 230px; float: left; margin-right: 1em; }
#minigallery .thumb { float: left; }
/**
 * Discussions
 */

.comment { background: #eee; padding: 1em; margin: .5em 0; border: 1px solid #ccc; }

.special { padding: .5em 1em; background: #F3F3F3; }

.about {
	float: right;
	font-size: 110%;
	margin-top: 46px;
	color: #108C13;
	font-weight: bold;
}

#heading {
	width: 100%;
	height: 26px;
	float: left;
	background: url("../../../home/heading-bg.png") left top repeat-x;
}

.heading-inner {
	width: 820px;
	height: 26px;
	margin: 0 auto;
	font-size: 90%;
	color: white;
	padding: 5px 0 0 20px;
	text-align: left;
}

.heading-inner a {
	color: white;
}

.heading-inner .right {
	width: 820px;
	padding: 5px 0 5px 10px;
	float: right;
	border: solid white;
	border-width: 0 0 0 1px;
	text-align: left;
}