/*
*
*
*
*/
/*------------------------ customizable tradecat styles ----------------------------*/
.productTrail {
	/* used itemdetail.php */
	border:1px solid #607b87;
	background-color: #EFEFEF;
	padding:4px;
	font-size:16px;
	margin:0px;
}

.saleInfo {
	/* used itemdetail.php */
	border:1px solid #607b87;
	background-color: #EFEFEF;
	padding:4px;
}

.saleInfo table {
/* used itemdetail.php */
	margin:0px;
}

.saleInfo table td {
	padding:2px;
}

.yousaveColor {
	color:#000000;
}

.error {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding-left:2px;
}
/*------------------------ end customizable tradecat styles-------------------------*/
/*
*
*
*
*/
/*--------------------- styles from baseline ---------------------*/
div.prodGroupNavBtn_on {
	width:187px;/*181*/
	height:30px;
	background:url(../leftOnly/leftNav/proud_group_open.gif) no-repeat;
	line-height:26px;
	padding-left:0px;
	text-align: center;
}
div.prodGroupNavBtn_off {
	width:187px;/*181*/
	height:30px;
	background:url(../leftOnly/leftNav/proud_group_closed.gif) no-repeat;
	line-height:26px;
	padding-left:0px;
	text-align: center;
}

div.prodGroupNavBtn_on a:link, div.prodGroupNavBtn_on .a:active, div.prodGroupNavBtn_on a:visited{
	color:#000000;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
}
div.prodGroupNavBtn_on a:hover{
	color:#E8B900;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
}
div.prodGroupNavBtn_off a:link, div.prodGroupNavBtn_off .a:active, div.prodGroupNavBtn_off a:visited{
	color:#000000;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
}
div.prodGroupNavBtn_off a:hover{
	color:#E8B900;
	text-decoration:none;
	text-align: center;
	font-weight: bold;
}

a.navBtnCategory b{
	/* sub catagories in the left nav*/
	color:#000000;
}

.gridcolor0 {
/* shoping cart grid also used in prod_group.php, and results.php*/
	background:#EAEAEA;
}

.borderimage {
/* this needs to be declared for the borderit javascript function to work*/
	border:1px solid white;;
}
/*--------------------- end styles from baseline -----------------*/
/*
*
*
*
*/
/*--------------------- results.php styles from baseline ---------------------*/
.resultPageHeading  .gridcolor0 {
	background:none;
}

.resultPageHeading {
	/* results page heading(i.e proud group and categories navigation) table */
	font-size:18px;
	text-align: center;
}

.resultPageHeading b{
	/* results page heading(i.e proud group and categories navigation) table */
	color:#FFFFFF;
}

.resultPageHeading a:link b,.resultPageHeading a:active b,.resultPageHeading a:visited b{
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
}

.resultPageHeading a:hover b{
	color:#000000;
	text-decoration:none;
}

.extended_table {
	/* results page products table*/
	/*width:100%;*/
	/*background:#F9CA7F;*/
}

.categorySelect {
	/* results page Filter by sub-category area*/
	background:#F9CA7F;
}

.recordsNavigation {
	border:1px solid #607b87;
	background-color: #FFFFFF;
	padding:2px;
	margin:0px;
}

.recordsNavigation td {
	vertical-align:middle;
	padding:4px;
}
.recordsNavigation b {
	/* results.php box around current page*/
	border:1px solid black;
	padding:2px;
	margin:0px;
	background:#F9CA7F;
}
/*--------------------- END results.php styles from baseline ---------------------*/
/*
*
*
*
*/
/*--------------------- prod_group.php styles from baseline ---------------------*/
.prodGroupTable .gridcolor0 {
	background:#F9CA7F;
	font-size:22px;
	color:#FFFFFF;
}
/*--------------------- END prod_group.php styles from baselin ---------------------*/
/*
*
*
*
*/
/*--------------------- itemDetail styles from baselin ---------------------*/
.itemDetailBox
{
    border: 1px solid #949494;
}

.itemDetailBoxHeader
{
	background-color: #949494;
        color: #ffffff;
}
