@charset "utf-8";
a:link img, a:visited img, a:active img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainMenu {
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #af1327;
	font-size: 16px;
}
/* sidebar */
#sidebar {
	text-align: left;
	vertical-align: top;
}
#sidebar h1 {
	border-bottom:2px solid #af1327;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p .more {
	display:block;
	text-align:right;
	color: #af1327;
	font-size: 12px;
}
#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
	color: #af1327;
}
#sidebar a:hover {
	text-decoration: none;
	color: #af1327;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #af1327;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
/* Main */
#main {
	text-align: left;
	vertical-align: top;
}
#main a:link, #main a:visited {
	text-decoration: none;
	color: #af1327;
	font-weight: bold;
}
#main a:hover {
	text-decoration: none;
	color: #af1327;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #af1327;
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	padding:0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}
#footer {
	width:100%;
}
#footer:after {
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #af1327;
	color:#555;
	font-size:10px;
	line-height:20px;
	padding:10px;
	text-align:center;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #555;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	color: #af1327;
}
.storeBig {
	padding: 10px;
	height: 200px;
	width: 180px;
	background-image: url(../images/store/big_bg.jpg);
	background-repeat: no-repeat;
}
.storeSmall {
	padding: 10px;
	height: 120px;
	width: 100px;
	background-image: url(../images/store/small_bg.jpg);
	background-repeat: no-repeat;
}