/*
Theme Name: Shop
Theme URI: http://www.frank-kugler.com
Description: Standard Shop Template
Version: 1.0
Author: Frank Kugler
Author URI: http://www.frank-kugler.com
*/

@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color: #444;
}
a:hover {
	text-decoration:underline;
}
h1
{
margin: 0;
padding: 0;
}
h2
{
margin: 0;
padding: 0;
}
#container {
	width: 935px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}
#header {
	width: 935px;
	height: 100px;
}
#header_left {
	width: 600px;
	height: 100px;
	float: left;
}
#header_right {
	padding-top: 20px;
	width: 335px;
	float: right;
}
#header h1 a {
font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	font-size: 51px;
	line-height: 90px;
	letter-spacing: -2px;
	font-weight: bold;

}
#header h2 a {
font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	font-size: 51px;
	line-height: 90px;
	letter-spacing: -2px;
	font-weight: bold;
}
#header-nav {
	width: 935px;
}
#header-breadcrumb {
	width: 930px;
	height: 25px;
	background-color:#EFEFEF;
	border-bottom:1px double #DEDEDE;
	line-height: 25px;
	padding-left: 5px;
}
#content {
	width: 935px;
	margin-top: 20px;
}
#sidebar {
	width: 185px;
	float:left;
	margin-right:10px;
	background-color:#F8F7EF;
}
#sidebar ul {
  list-style-type: none;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar li {
	font-size: 10px;
	line-height: 15px;
}
#sidebar_header {
	width: 180px;
	height: 20px;
	border-bottom:1px double #DEDEDE;
	color: #B42D33;
	font-size:12px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 5px;
}
#main {
	width: 740px;
	float:right;
}
#main_home {
	width: 740px;
	height: 500px;
	float:right;
}
.item {
	width: 140px;
	height: 300px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
.item_last {
	width: 140px;
	height: 300px;
	float:left;
	margin-top:10px;
}
.item_image {
	width:139px;
	height:139px;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	padding-top:10px;
}
.item_title a {
	font-size:11px;
	color:#444;
	text-decoration:underline;
	line-height:1.5em;
}
.item_price {
	font-size:18px;
	color:#1B5790;
	line-height:1.5em;
}
#main_single {
	width: 570px;
	margin-right:10px;
	float:left;
}
#adsense_single {
	width: 160px;
	height: 600px;
	float:left;
}
#main_single h1 {
	color: #B42D33;
}
.main_single_image {
	margin-top: 20px;
	margin-bottom: 20px;
}
.main_single_description {
}
.main_single_price {
	font-size:18px;
	color:#1B5790;
	line-height:1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
}
.main_single_link {
}
.post-similar {
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	width: 935px;
  margin-top: 20px;
  border-bottom: 20px solid #FFF;
  color: #444;
  border-top: 5px solid #EFEFEF;
}
#footer a {
  color: #444;
}

