/* BODY AND WRAPPER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	width: 100%;
	height: 150px;
	margin-bottom: 0px;
	background: url("../images/header.png") no-repeat 0 0;
}

/* LOGO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	width: 300px;
	height: 60px;
	margin-top: 75px;
	margin-left: 30px;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
}
/*#logo {
	position: relative;
	float: left;
	display: inline;
	width: 800px;
	height: 130px;
	font-size: 1.5em;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/header.png") no-repeat 0 0;
}

#logo a {
	text-decoration: none;
}*/

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	float: left;
	margin-top: 40px;
	margin-left: 10px;
}

#nav li {
	display: inline;
}

#nav li img {
	float: left;
	margin-top: -4px;
	margin-right: 5px;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	float: left;
	display: block;
	/* margin-right: px; */
	padding-right: 5px;
	color: #000;
	
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
}

#nav li a:hover {
	color: #800;
	text-decoration: none;
}

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	display: inline;
	width: 100%;
	
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#content_search {

	width: 580px;
}

.content a:link, .content a:visited, .content a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content a:hover {
	
	border-bottom: 1px solid #;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 2em;
	
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h1 a {
	color: #F00;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h2 a:hover {
	
	border-bottom: 1px solid #;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.5em;
	font-weight: bold;
	
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h3 a:hover {
	
	border-bottom: 1px solid #;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.4em;
	font-weight: bold;
	
}

.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h4 a:hover {
	
	border-bottom: 1px solid #;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1.3em;
	font-weight: bold;
	
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h5 a:hover {
	
	border-bottom: 1px solid #;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
	
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content h6 a:hover {
	
	border-bottom: 1px solid #;
}

.content p, .content blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content p a:hover, .content li a:hover {
	
	border-bottom: 1px solid #;
}

.content p.explanation {
	text-align: center;
	font-size: 1.7em;
	margin-bottom: 10px;
}

.content ul {
	margin: 10px 0 10px 30px;
	list-style-type: square;
}

.content ol {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}

.content img {
	display: block;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content #searchform {
	margin: 20px 0;
}

.content #searchform input[type='text'] {
	font-size: 2em;
	color: #800;
}

.content #searchform input[type='submit'] {
	border: 0;
	background-color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
}

.content #searchform input[type='submit']:hover {
	color: #800;
}

.content .error {
	font-size: 1.5em;
	color: #f00;
}

.content .message {
	font-size: 1.5em;
	color: #080;
}

.content p.title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
}

.content #ad {
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin-bottom: 20px;
}

.content #ad img {
	margin: 0 auto;
}

.content #ad a {
	color: #bbb;
}

.content #searchresults h1 {
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 2px;
}

.content #searchresults p {
	display: inline;
}

.content #tags {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 10px;
	width: 780px;
	text-align: justify;
	clear: both;
}

.content #tags h1,h2,h3 {
	margin: 0;
	display: inline;
	padding: 0 3px;
}

.content #tags h1 {
	font-size: 2em;
}

.content #tags h1 a {
	color: #f00;
}

.content #tags h2 {
	font-size: 1.5em;
}

.content #tags h2 a {
	color: #f80;
}

.content #tags h3 {
	font-size: 1.1em;
}

.content #tags h3 a {
	color: #555;
}

.content #tags a:hover {
	text-decoration: underline;
}

.content #searchresults {
	width: 100%;
	text-align: left;	
}

.content .promotion_block{
	width:168px; 
	height:300px; 
	border: solid 1px #888;
	float:left;
	margin:5px;
	padding:10px;
	background-image: url('../images/bg_promotion_block.jpg');
	background-repeat: no-repeat;
}

.content .img_thumb_promotion{
	width: 150px;
	max-height: 150px;
	overflow: hidden;
	margin: 0 auto;
}

.content .promotion_image{
	height:170px;
}

.content .promotion_title{
	height:40px;
	font-weight:bold;
	font-size:12px;
}

.content .promotion_price{
	height:30px;
	font-weight:bold;
	font-size:14px;
	color:#FF6600;
}
.content .promotion_shop{
	height:50px;
}

.content .promotion_goto{
	height:50px;
}

.content .promotion_goto a{
	color: #080;
	font-weight:bold;	
}

.content .img_filler_promotion {
	width: 150px;
	height: 150px;
	border: 1px solid #888;
	background-color: #eee;
	color: #888;
	font-size: 3em;
	line-height: .5em;
	padding-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	margin: 0 auto;
}

.content #resultstable {
	width: 580px;
	font-size: 1.2em;
	margin-top: 15px;
}

.content #resultstable .img {
	vertical-align: top;
	width: 85px;
	height: 85px;
}

.content #resultstable .img_thumb {
	width: 75px;
	max-height: 75px;
	overflow: hidden;
	border: 1px solid #888;
	background-color: #eee;
}

.content #resultstable .img_filler {
	width: 75px;
	height: 60px;
	border: 1px solid #888;
	background-color: #eee;
	color: #888;
	font-size: 3em;
	line-height: .5em;
	padding-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.content #resultstable .product_info {
	vertical-align: top;
	padding-bottom: 15px;
	color: #333;
}

.content #resultstable .product_info strong {
	color: #000;
}

.content #resultstable .product_link {
	vertical-align: bottom;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: .8em;
}

.content #resultstable .product_link span {
	font-size: 1.2em;
}

.content #resultstable .results_separator {
	height: 20px;
	background: url("../images/striped_bg.png") repeat-x 0 0;
}

.content #resultstable a {
	color: #000;
}

.content #resultstable a:hover {
	color: #800;
}

.content #resultpages_nav {
	text-align: center;
	margin-top: 10px;
	color: #555;
}

.content #resultpages_nav li {
	display: inline;
	font-size: 1.3em;
	padding: 0 1px;
}

.content #resultpages_nav li.selected {
	font-size: 2em;
}

.content #resultpages_nav a {
	color: #000;
}

.content #resultpages_nav a:hover {
	color: #800;
	border-bottom: 1px solid #800;
}

.content hr {
	background-color: #bbb;
	height: 1px;
	border: 0;
}

.content #text {
	margin-top: 20px;
	text-align: left;
	font-size: 1.3em;
}

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	display: inline;
	width: 200px;
	font-size: .95em;
	
	text-align: left;
	border-left: 1px solid #bbb;
	padding-left: 10px;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar a:hover {
	
	border-bottom: 1px solid #;
}

.sidebar h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	
}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h2 a:hover {
	
	border-bottom: 1px solid #;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	
}

.sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h3 a:hover {
	
	border-bottom: 1px solid #;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	
}

.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h4 a:hover {
	
	border-bottom: 1px solid #;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	
}

.sidebar h5 a:link, .sidebar h5 a:visited, .sidebar h5 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h5 a:hover {
	
	border-bottom: 1px solid #;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	
}

.sidebar h6 a:link, .sidebar h6 a:visited, .sidebar h6 a:active {
	
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h6 a:hover {
	
	border-bottom: 1px solid #;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.4em;
	line-height: 1.4em;
}

.sidebar p a:link, .sidebar p a:visited, .sidebar p a:active, .sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar p a:hover, .sidebar li a:hover {
	border-bottom: 1px solid #800;
	color: #800;
}

.sidebar ul {
	margin: 10px;
}

.sidebar ul li {
	list-style-type: none;
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	background: url("../images/footer.png") no-repeat 0 0;
	clear: both;
	color: #333;
	text-align: center;
	padding-top: 30px;
}

#footer-inner {
	width: px;
	margin: 0 auto;
	text-align: left;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #;
}

#footer a:hover {
	color: #800;
	border-bottom: 1px solid #;
}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-left: 2px solid #888;
}

#footer ul li.first {
	border-left: none;
}

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}
