@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	color: #7F7F7F;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7f7f7f;
	font-size: 11px;
}

#main_container {
	background-color:#FFFFFF;
	width: 842px;
	margin: auto;
}

#top_container {
	width: 100%;
	height: 98px;
}

#featured_products {
	padding: 20px;
	height: 115px;
}
#inner_products {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#featured_item { 
	width: 200px; 
	float: left; 
}

#featured_item_inner { 
	width: 190px; 
	/* height: 325px; */
	margin-top: 25px;
}
#featured_item_inner a{ 
	color: #7f7f7f;
	text-decoration: none;
}

#featured_item img { 
	float: left;
	padding-right: 5px; 
}

#featured_item_inner img { 
	float: left;
	padding-right: 5px; 
}
#featured {
	height: 212px;
	padding-bottom: 15px;
}

#footer {
	margin-top: 20px;
	text-align: center;
}

#footer a{
	margin-top: 20px;
	text-align: center;
	color: #7f7f7f;
}
h2 {
	color: #7f7f7f;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
}
.price {
	margin-top: 5px;
	color: #63c72c;
	font-size: 16px;
	font-weight: bold;
}
.whitetext {
	color:#FFFFFF;
}
.errortext {
	font-weight: bold;
	color:#F97376;
}
#blogsummary a {
	color: #7F7F7F;
	text-decoration: none;
}