/* CSS Document */

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

/* light grey bottom border */
.bottomBorder {
	border-bottom: 1px solid #ebebeb;
}

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

/* style for current page in paging links */
.pagingOn {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;;
	/*color: #f56400;*/
	/*color: #1131a0;*/
	color: #9a6b4c;	
	font-weight: bold;
	border: 1px solid #7fb947;
	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;*/
	color: #9a6b4c;
	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;*/
	color: #7fb947;
	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: #4f83b5;
text-decoration: none;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
}

a.orangeStyle:hover
{
color: #4f83b5;
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: #4f83b5;
	font-size: 11px;
}

/* 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/29/2007 */

.mgSpacer {
width: 20px;
}
/* END 06/29/2007 */

.blueText /* for sort shade and sort color text */ {
	color: #7fb947;
	font-size: 12px;
	font-weight: bold;
}

/* for new feature - size ranges */
.sizes { font-family: verdana; font-size: 10px; font-weight: normal; color: #4c4c62; }

.sizeTTDisplay
{
position: absolute;
z-index: 2;
visibility: visible;
}

.sizeTTNone
{
 display: none;
}

.selectDisabled { color: #999999; }


