body {
	margin: 0px;
	background-color: #43585C;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
}
a:link, a:active, a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
color: #CC3300;
}
.top_menu, .top_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FCFF73;
	text-decoration: none;
}
.top_menu_hi, .top_menu_hi a, .top_menu_hi a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FCFF73;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #95AEB3;
	text-decoration: none;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.qwik, .qwik a, .qwik a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.cms, .cms a, .cms a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* Checkout Links */
#checkoutLinks {
	ont-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	float: right;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}
#checkoutLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffb973;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
#checkoutLinks a:hover {
	background-image: url(../images/sideMenu-arrow-hover.png);
	color: #fff; 
}

/* Trial */
#trail {
	padding: 10px 0px 10px 0px;	
}

#search {
	padding:10px;
}

/* STATUS MESSAGE */
#status_message {
	position:absolute;
	padding:10px;
	border:1px solid #999999; 
	background-color:#FFFFCC;
	width:524px;
	font-size:14px;
	color:#000000;
	margin-top: 5px;
}
#status_message a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
#status_message a:hover {
	color:#666666;
	text-decoration:underline;
}

/* Recently Viewed Items */

#recently_viewed_items {
	margin: 0px 10px 30px 10px;
}
.viewed_product {
	clear:left;
	padding: 10px 0px 0px 0px;

}
.viewed_product img {
	clear: both;
	float: left;
	border: 1px solid #dcdcdc;
	margin: 0px 10px 10px 0px;
	width: 65px;
	height: 65px;
}