@charset "utf-8";

.features {
	padding-left: 30px;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
/*
 * Default Link Styles
 */
	
a:link {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #ee2c34;
	}
	
a:visited {
	text-decoration: none;
	color: blue;
	}
	
a:active {
	text-decoration: none;
	color: blue;
	}
	
.description {
	margin: 10px;
	font-size: 12px;
	}
	
.affCode {
	margin: 10px;
	font-size: 12px;
	}
	
.features {
	margin: 10px;
	}

.menustyle {
	background-image: url(/images/menubg.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
	}
	
.menustyle a:link {
	color: #000000;
	text-decoration: none;
	}
	
.menustyle a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.menustyle a:hover {
	color: #000000;
	background-color: #DAE0FF;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
	
.menustyle a:active {
	color: #000000;
	text-decoration: none;
	}
	
.breadcrumb {
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
}
	
.content {
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
	}
	
.contenttitle {
	font-weight: bold;
	background-image: url(/images/barbg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
.contentside {
	background-color: #e2e2e2;
	}
	
.imagebox {
	background-color: #FFFFFF;
	}
	
.save {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}
	
.retcost {
	font-size: 13px;
	font-weight: bold;
	}
	
.logo {
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-weight: bold;
	}
	
.logo a:link,
.logo a:visited,
.logo a:active {
	color: #000; }
	
.logo a:hover {
	text-decoration: underline;
	color: #0d25cd; }
	
.item {
	border: 1px solid #000;
	padding: 10px; 
	background-image: url(/images/leftnavbg.jpg); 
	background-repeat: repeat-x; 
	background-color: #FFC001;
}

.itemImage {
	float: left; 
	}

.itemRight {
	text-align: center;
	padding: 10px;
	}

.itemTitle {
	margin: 4px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	}
	
.newItem {
	color: #EC1D23;
	}
	
.retailPrice {
	font-size: 24px;
	color: #ff0000;
	font-weight: bold;
	}
	
.yourPrice {
	font-size: 24px;
	color: #0000ff;
	font-weight: bold;
	}
	
/*
 * Outer Table Border
 */
#outerBorder {
	border-right: 4px solid #F02C36; 
	border-left: 4px solid #F02C36;
	}

/*
 * Header Advertisement
 */
#adSpace {
	margin: 10px; 
	height: 90px; 
	width: 350px; 
	vertical-align: middle; 
	border: 1px solid #000000; 
	background-color: #cccccc;
	}

#breadcrumb {
	border-left: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 6px;
	font-weight: bold;
	}
	
#contentArea {
	background-color: #ffffff;
	border-left: 1px solid #000000;
	padding: 10px;
	}
	
#copyright a:link,
#copyright a:visited,
#copyright a:active {
	color: #000;
	}
	
#copyright a:hover {
	color: #ee2c34;
}
	
#leftMenu {
	background-color: #f3f3f3;
	}
	
#leftMenu a {
	display: block;
	padding: 5px;
	padding-left: 15px;
	}
	
#leftMenu a:link,
#leftMenu a:visited,
#leftMenu a:active {
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #0d25cd;
	text-decoration: none; }
	
#leftMenu a:hover {
	background-color: #ee2c34;
	font-weight: bold;
	color: #ffffff; }

#searchBox {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ee2c34;
	}

#paginationControl {
	text-align: center;
	padding: 10px;
	}