/******************************************************
 * GENERAL STYLES
 *****************************************************/
/*** PAGE TITLES ***/
.h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #999;
	font-size: 150%;
}
input {
  border: 1px solid #1b4b8c /*#678b3f*/;
}
textarea {
  border: 1px solid #1b4b8c /*#678b3f*/;
}
legend {
	font-size: 12px;
	color: #999;
	font-weight: bold;
	float: left;
}
fieldset {
	margin-top: 10px;
}
/******************************************************
 * GENERAL STYLES END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 *****************************************************/


/******************************************************
 * PRODUCT LISTING
 *****************************************************/
.product-listing-row {
	background-color: #eee;
}
.product-listing-image {
	border: 1px solid #999;
}
.product-listing-prodno {
	color: #000;
}
.product-listing-prodname {
	color: #000;
}
.product-listing-price {
	color: #f00;
}
.splitter {
	width: 100%;
	border: 1px dotted #ccc;
}

/******************************************************
 * TOP MENU
 *****************************************************/
#top-menu {
	padding:0;
	margin:0;
	height:2em;
	list-style-type:none;
	border:1px solid #bbb;
	background: #eee;
}
#top-menu li {
	float:left;
	width:10em;
	height:2em;
	line-height:2em;
	border-right:1px solid #bbb;
	position:relative;
	text-align:center;
}
#top-menu li a, #top-menu li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
}
/*
#top-menu li a span, #top-menu li a:visited span {
	display:none;
}
*/
#top-menu li a:hover {
	border:0;
	color:#fff;
	background: #999;
}
/******************************************************
 * STANDARD BOX STYLES END >>>>>>>>>>>>>>>>>>>>>>>>>>>>
 *****************************************************/


/******************************************************
 * LEFT (CATEGORY) MENU
 *****************************************************/
.menu {
	z-index:1000;
	font-size:100%;
	margin:0px 0 20px 0px; /* this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	/*width:200px;*/
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px;
	margin-left:0;
}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	/*background:#d4d8bd;*/
	background:#ddd;
	height:26px;
}
/* get rid of the table */
.menu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* header */
.menu-header {
	border:1px solid #ccc;
	padding: 5px;
	font-weight: bold;
	margin-top:10px;
	background: #eee;
}
/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:200px;
	color:#000;
	text-indent:5px;
	border:1px solid #d4d8bd;
	border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
/** html .menu a, * html .menu a:visited {background:#d4d8bd; width:198px; w\idth:197px;}*/
* html .menu a, * html .menu a:visited {
	background:#d4d8bd;
	width:198px;
}
/* style the link hover */
* html .menu a:hover {
	color:#fff;
	/*background:#949e7c;*/
	background:#ccc;
}
.menu :hover > a {
	color:#fff;
	/*background:#949e7c;*/
	background:#999;
}
/******************************************************
 * LEFT (CATEGORY) MENU END >>>>>>>>>>>>>>>>>>>>>>>>>>>
 *****************************************************/


/******************************************************
 * STANDARD BOX STYLES
 *****************************************************/
#std-box {
	border: 1px solid #ccc;
	background: #eee;
	/*color: #000;*/
	/*padding: 5px;*/
}
#std-box-title {
	padding: 5px;
	font-weight: bold;
}
#std-box div#std-box-title-border {
	border-bottom:1px solid #ccc;
	width:100%;
}
#std-box-content {
	padding: 5px;
}
/******************************************************
 * STANDARD BOX STYLES END >>>>>>>>>>>>>>>>>>>>>>>>>>>>
 *****************************************************/


/******************************************************
 * PRODUCT INFO
 *****************************************************/
.product-info-table {
	background-color: #eee;
}
.product-info-table-header {
	background-color: #eee;
}
/******************************************************
 * PRODUCT INFO END >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 *****************************************************/

