@charset "utf-8";
body {
	text-align: center;
	background-attachment: fixed;
	background-image: url(images/background.png);
	background-repeat: repeat;
	padding: 0px;
	background-color: #999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
a img {
	border:none;
}
#cat_nav img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper {
	display: block;
	padding: 5px;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	text-align: left;
	background-color: #FFF;
}
#header {
	background-color: #FFF;

}

#header_space {
	display: block;
	height: 136px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	background-color: #FFF;
}
#header_space a {
	text-decoration: none;
	color: #000;
}
#cartitems {
	width: 120px;
	text-align: right;
	float: right;
}

.top_nav {
	display: block;
	width: 100%;
}
#top_nav {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	display: block;
	margin: 0px;
	width: auto;
}
#top_nav li {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#top_nav li a:link, #top_nav li a:visited {
	display: block;
	width: 200px;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/info_box_heading.png);
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-repeat: repeat-y;
	background-position: left top;
}

#top_nav li a:hover {
	color: #006;
	background-color: #FFF;
	border-color: #006;
	background-image: none;

}
#breadcrumbs {
	display: block;
	width: 100%;
	background-color: #E3E3E3;
}
#breadcrumbs a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#breadcrumbs a:hover {
	color: #FF6;
}
#logoff {
	float: left;
	width: 100%;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}
#main {
	background-color: #FFF;
}


#sidenav {
	display: block;
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidenav #side_nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidenav #side_nav .side_item {
	display: block;
	margin: 3px;
	padding: 2px;
}

#main_content {
	display: block;
	width: 640px;
	height: auto;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	float: left;
}
#footer {
	display: block;
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
	font-size: 12px;
}
#footer img {
	float: right;
}

#footer ul {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
#footer ul li {
	display: block;
	float: left;
	text-align: center;
}
#footer ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding: 2px;
}
#footer ul li a:hover {
	color: #FFF;
	background-color: #000;
}
#footer ul li .end {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pageHeading {
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/title_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.productListing-heading {
	color: #FFF;
	background-color: #006;
	text-decoration: none;
}
.productListing {
	border: 1px solid #999;
}
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, .productListing-odd {
	font-weight: bold;
	font-size: 14px;
	border: 1px dashed #666;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even, .productListing-even {
	font-weight: bold;
	font-size: 14px;
}
TR.accountHistory-even a, TR.addressBook-even a, TR.alsoPurchased-even a, TR.payment-even a, TR.productReviews-even a, TR.upcomingProducts-even a, TR.shippingOptions-even a, .productListing-even a {
	text-decoration:none;
	font-size: 14px;
	color: #000;
}
TR.accountHistory-odd a, TR.addressBook-odd a, TR.alsoPurchased-odd a, TR.payment-odd a, TR.productReviews-odd a, TR.upcomingProducts-odd a, TR.shippingOptions-odd a, .productListing-odd a {
	text-decoration:none;
	color: #000;
}
.greetUser {
	font-weight: bold;
	color: #006;
}
.main {
	font-size: 14px;
}
.main a {
	color: #006;
	font-weight: bold;
	width: 100%;
}
.pageResults {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.smallText {
	font-size: 12px;
}
.details_heading {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
#cat_nav {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	list-style: none;
}
#cat_nav li{
	float: left;
	display: block;
	width: 22%;
	height: 130px;
	margin: 5px;
}
#cat_nav li a{
	display: block;
	width: 100%;
	height: 130px;
	padding: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#cat_nav li a:hover{
	border: 1px double #000;
	background-color: #999;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side_nav #nav  li a{
	color: #000;
	text-decoration: none;
	display: block;
	width: 97%;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav .cat_lev_1{
	font-size: 11px;
}
#nav ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#nav .link_lev_0 {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
#nav .link_lev_0:hover {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #CCC;
	font-weight: normal;
}
#nav .link_lev_1 {
	background-color: #CCC;
}
#nav .link_lev_1:hover {
	background-color: #FFC;
	font-weight: normal;
}
#nav .link_lev_2 {
	background-color: #FFC;
}
#nav .link_lev_2:hover {
	background-color: #CCC;
	font-weight: normal;
}
.infoBoxHeading {
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.infoBoxHeading a {
	color: #FFF;
}
.infoBoxHeading a:hover {
	font-weight: bold;
	text-decoration: none;
}
.smallText a {
	color: #000;
	text-decoration: none;
}
.smallText a:hover {
	font-weight:bold;
}
.boxText a, .boxText {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
.boxText a:hover, .boxText:hover {
	font-weight:bold;
}
.productListing-data {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.moduleRow td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999;
}
