/* CSS Document */

.blackType {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.purpleHead {
	color: #634a79;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.blueHead {
	color: #0090B4;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.catsearchBox {
	border: 1px solid #634a79;
	font-size: 11px;
        margin-right: 20px;
}

.prodContainer {
 width: 150px;
 /* border: 1px solid black; */
}

div#prodBox {
 width: 120px;
 /* border: 1px solid red; */
}

/* JD2 06/20/2007 */
.redTextSm {
	font-size: 10px;
	font-weight: bold;
	color: #cc0000;
}
.blueTextSm {
	font-size: 10px;
	font-weight: bold;
	color: #2252B0;
}
/* END JD@ 06/20/2007 */

/* JD2 06/15/2007 bring in catalog-browse.css */


/* CSS Document */

.tblContent {
	/*padding-left: 10px;*/	
}

/* light grey bottom border */
.bottomBorder {
 width: 100%;
 height: 5px;
	border-bottom: 1px solid #ebebeb;
}
.borderContainer {
 width: 100%;
}

/* breadcrumb height */
.breadCrumbHeight {
 	height: 22px;
 	height: 21 px;
}

/* style for current page in paging links */
.pagingOn {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
 height: 1px;
	text-decoration: none;
	/*color: #f56400;*/
	color: #1131a0;	
	font-weight: bold;
	border: 1px solid #2252B0;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

a:link#viewAll,
a:active#viewAll,
a:visited#viewAll,
a:hover#viewAll {
	color: #644a79;
	font-size: 11px;
	text-transform: lowercase;
	text-decoration: underline;
	font-weight: normal;
}

/* style for paging links */
a.paging:link,
a.paging:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	/*color: #1131a0;*/	
	color: #644a79;
	vertical-align: bottom;
	font-weight: normal;
}

a:hover.paging {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	/*color: #1131a0;*/
	color: #333333;
	vertical-align: bottom;
	font-weight: normal;
}

/* large bold grey heading style */
.greyHeadline {
	font-size: 13px;
	color: #4c4c62;
	font-weight: bold;
}

/* Hot sellers */
#hotSellers {
	font-size: 13px;
	color: #634a79;
	font-weight: bold;
}

/* border for table cell containing image */ 
.tdBorder {
	border: 1px solid #d7d7d7;
	width: 120px;
	height: 142px;
}

/********************v mmmmmm v********************/

a.orangeStyle:link, a.orangeStyle:active, a.orangeStyle:visited 
{
color: #0090b4;
text-decoration: none;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
}

a.orangeStyle:hover
{
color: #0090b4;
text-decoration: underline;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
}

/********************^ mmmmmm ^********************/

/* style for non-bold orange link */
a:link.orange,
a:visited.orange,
a:active.orange {
	color: #f56400;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}
a:hover.orange {
	color:  #f56400;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* style description link; grey with blue rollover */
a:link.blueLink,
a:visited.blueLink,
a:active.blueLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #4c4c62;	
	font-weight: normal;
}

a:hover.blueLink {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #1131a0;
	font-weight: normal;
}

/* style for "New" */
.newDesc {
	color: #cc0000;
	font-weight: bold;
	font-size: 11px;
}

/* style for breadcrumbs */
a:link.breadCrumbs,
a:visited.breadCrumbs,
a:active.breadCrumbs {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
}

a:hover.breadCrumbs {
	color: #0090B4;
	font-size: 11px;
}

/* JD2 06/27/2007 */
.searchTable {

padding-left: 20px; 
padding-right: 15px;
vertical-align: top;
}
 
.pagingTable {


padding-right: 15px;

}
/* END JD2 06/27/2007 */
