@charset "utf-8";
/*
STYLE SHEET FOR www.magicpiggy.com

Site Colors:
#035190 - blue (text)
#f26522 - orange (hover nav link)


ToC

1. Defaults
2. Structure
3. Links and Navigation
4. Fonts
5. Images
*/

/* ------------ 1. Default --------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #035190;
	background-color: #ffffff;
	background-image:url(/images/bg_hp.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-size: 12px;
}
/* ------------ 2. Structure --------------- */
#wrapper {
	background:#FFFFFF;
	width: 974px;
	margin: 0 auto;
	padding: 3px;
}
#top_header {
	font-size: 10px;
	line-height: 12px;
	vertical-align:top;
}
#search_area {
	text-align: center;
}
#left_area {
	width: 180px;
	margin-right: 3px;
}
#product_area {
	width: 791px;
	margin: 0 auto;
}
#footer {
	width: 974px;
}
/* ------------ 3. Links and Navigation --------------- */
a:link {
	color: #035190;
	text-decoration: none;
}
a:visited {
	color: #035190;
	text-decoration: none;
}
a:hover {
	color: #f26522;
	text-decoration: underline;
}
a:active {
	color: #035190;
}
.navigation {
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #035190;
}
a.navigation:visited {
	color: #035190;
	font-weight: bold;
	text-decoration: none;
}
a.navigation:link {
	color: #035190;
	font-weight: bold;
	text-decoration: none;
}
a.navigation:hover {
	color: #f26522;
	font-weight: bold;
	text-decoration: underline;
}
#category a, #category a:visited {
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #035190;
	margin: 0 5px;
}
#category a:hover {
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	color: #f26522;
	margin: 0 5px;
}
#prod_nav a, #prod_nav a:visited {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#prod_nav a:hover {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
#category a:hover {
	font-size: 12px;
	line-height: 15px;
	text-decoration: underline;
	color: #f26522;
	margin: 0 5px;
}
/* ------------ 4. Fonts --------------- */
.selected {
	font-weight: bold;
}
#top_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #035190;
	font-size: 10px;
	line-height: 12px;
}
#top_header h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px auto;
}
#top_header p {
	font-size: 11px;
}
#date {
	font-size: 11px;
	text-align: center;
	font-weight:bold;
	margin: 2px auto;
}
#box_title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
	margin: 4px auto;
}
#left_area h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 4px auto;
}
#left_area p {
	font-size: 11px;
}
#prod_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#prod_nav_current_page {
	color: #000000;
	font-weight:bold;
}
#product_area h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#offer {
	border: 1px solid #c6c6c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	vertical-align:top;
	padding: 6px 0 6px 0;
}

#offer h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 6px 0 0 0;
}
#offer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 6px 0;
}
#offer_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 6px 0 4px 0;
	font-size: 12px;
	font-weight:bold;
}
#offer_friend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 6px 0 0 0;
	font-weight:bold;
}
#page_cat_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #035190;
}
#page_cat_top p {
	font-size: 12px;
	line-height: 14px;
}
#page_cat_top h1 {
	font-size: 20px;
	line-height: 24px;
}
#page_cat_top h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
}
#page_cat_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #035190;
}
#page_cat_bottom p {
	font-size: 12px;
	line-height: 14px;
}
#page_cat_bottom a, #navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #035190;
}
#page_cat_bottom a:hover {
	text-decoration: underline;
	color: #f26522;
}
#error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 10px;
	text-align: left;
	margin: 4px;
}
#footer_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 10px;
	text-align: right;
}
#rss {
	font-size: 12px;
	line-height: 25px;
	font-weight:bold;
}
/* ------------ 5. Images --------------- */
