/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

body {
	background-color:#ffffff !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body, table, tr, td, b, p, i, u {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	margin: 0;
}

a, a:visited, a:active {
	color: #213B72;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}

a:hover {
	color: #213B72;
	text-decoration: none;
	border-bottom: 1px solid #8080FF;
}

a.nounderline, a:visited.nounderline, a:active.nounderline, a:hover.nounderline {
	border-bottom: 0 none;
}

.container_Main {
	width: 739px;
	text-align: left;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -369px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	display: block;
}
	
.container_Navigation-Primary {
	border: 1px solid #EEEEEE;
	width: 737px !important;
	width: 739px;
	margin-bottom: 3px;
	display: block;
}
	
.container_Navigation-Secondary {
	width: 733px !important;
	width: 739px;
	color: #213B72;
	font-size: 10px;
	padding: 2px;
	margin-bottom: 3px;
	text-align: center;
	float: left;
	display: block;
}

.container_Header {
	background: #cccccc url("../../../../images/layout/img_Header_01.jpg") no-repeat;
	width: 739px;
	height: 218px;
	margin-bottom: 3px;
	display: block;
}

.container_Categories-Title {
	/*border-bottom: 1px solid #cccccc;*/
	padding: 0 10px;
	margin-top: -5;
}

.container_Categories {
	border: 1px solid #EEEEEE;
	color: #213B72;
	width: 150px !important;
	width: 180px;
	height: auto;
	padding: 10px;
	float: left;
	margin-bottom: 3px;
}

.container_Content-Title {
	border-bottom: 1px solid #cccccc;
	padding: 0 10px;
	height: auto;
	margin-top: -10;
}

.container_Content-Title2 {
	border-bottom: 1px solid #cccccc;
	height: auto;
	margin-top: -10;
}

.container_Content {
	border: 1px solid #EEEEEE;
	width: 616px !important;
	width: 542px;
	height: auto;
	padding: 10px;
	float: left;
	margin-bottom: 3px;
}

.container_Featured-Title {
	border-bottom: 1px solid #cccccc;
	padding: 0 10px;
	height: auto;
	margin-top: -10;
}

.container_Featured {
	border: 1px solid #EEEEEE;
	color: #213B72;
	width: 130px !important;
	width: 150px;
	padding: 10px;
	float: left;
	margin-bottom: 3px;
}

.container_Favorites-Title {
	border-bottom: 1px solid #cccccc;
	padding: 0 10px;
	height: auto;
	margin-top: -10;
}

.container_Favorites {
	border: 1px solid #EEEEEE;
	color: #213B72;
	width: 130px !important;
	width: 150px;
	padding: 10px;
	height: auto;
	float: left;
	margin-bottom: 3px;
}

.clr {
	width: auto !important;
	height: 10px;
}

.menucateg b {
	color: #213B72;
}

#subcat {
	color: #666666;
}

#subcat:hover {
	color: #213B72;
}

li {
	list-style-image: url('../../../../images/layout/icon_Diamond_padded.gif');
	list-style-type: none;
	margin-right: -11px;
	*margin-right: -2px;
	margin-bottom: -11px;
	*margin-bottom: 2px;
}

ul#sideNav {
	margin:0;
	padding:0;
}

ul#sideNav li {
	margin:0;
	padding:0 0 2px;
}

td.boxText p {
	margin-bottom:2px;
}
