
#mainBanner {
	margin: 0 0 25px 0;
}
#mainBannerV3 {
	width: 663px;
	height: 360px;
	margin: 0 0 25px 0;
}
#lgMainPanel {
	float: right;
	width: 663px;
	padding: 0 24px 0 0;
}
#smSidePanel {
	width: 215px;
	padding: 0 0 0 24px;
}



#potd {
	display: block;
	float: none;
	width: 215px; /* was 256 */
	margin: 0 0 25px 0;
}
#potd .item {
	width: 193px;
	height: 248px;
}
#potd .item .inner {
	width: 193px;
}
#potd .item .title {
	width: 167px;
}
#potd .MSlinks {
	width: 193px;
}




#categoryRange {
	width: 663px;
}
#categoryRange .heading {
	border-bottom: 1px solid #000;
	margin: 0 0 5px 0;
	width: 663px;
}
#categoryRange h1 {
	float: left;
	display: inline;
	font-size: 24px;
	line-height: 26px;
	padding: 2px 5px;
	margin: 0;
	background: #eb037c;
	text-transform: uppercase;
	font-weight: normal;
}
#categoryRange table {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
#categoryRange td {
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 5px;
}
#categoryRange td.first {
	padding: 0 0 0 0;
}
#categoryRange td.imgCell {
	width: 152px;
}
#categoryRange td.imgCell a {
	display: block;
	width: 150px;
	padding: 5px;
	border: 1px solid #d8d8d8;
}
#categoryRange td.imgCell.sfhover a {
	border: 1px solid #000;
}
#categoryRange td.infoCell {
	text-align: center;
	padding: 0 0 0 5px;
	font-size: 14px;
	line-height: 16px;
	height: 36px;
	padding-bottom: 13px;
}
#categoryRange td.infoCell.sfhover span {
	background: #000;
	color: #FFF;
}






#productCrop {
	width: 663px;
	margin: 0 0 25px 0;
	background-color: #fff;
}
#productCrop .menu {
	border-bottom: 1px solid #000;
	margin: 0 0 5px 0;
	width: 663px;
}
#productCrop .menu ul {
	list-style: none;
	float: left;
	margin: 0;
}
#productCrop .menu li ul {
	position: absolute;
	z-index: 10;
	left: -999em;
}
#productCrop .menu li:hover ul, #blogPosts .menu li.sfhover ul {
	left: auto;
}
#productCrop .menu ul li {
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid #e5e5e5;
}
#productCrop .menu ul li a {
	display: block;
	background: #FFF;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 4px 6px;
	border: solid #e5e5e5;
	border-width: 0 1px 0 1px;
	text-decoration: none;
}
#productCrop .menu ul li.sel {
	display: none;
}
#productCrop .menu h2 {
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 32px 4px 6px;
	margin: 0;
	background: #e5e5e5 url(/images_gl/drop_down_arrow_on_grey.gif) center right no-repeat;
	text-transform: uppercase;
	font-weight: normal;
}
#productCrop .loading {
	float: left;
	margin: 0px 0 0 10px;
	text-indent: -300em;
	overflow: hidden;
	width: 16px;
	height: 16px;
	background: url(/images_gl/loading_anim_small.gif) no-repeat;
	display: none;
}


#productCrop .cropContent table, #productCrop .cropContent {
	height: 129px;
}
#productCrop .cropContent {
	position: relative;
	overflow: hidden;
	left: 0;
	width: 663px;
}
#productCrop .cropContent table {
	position: absolute;
	left: -7px;
}
#productCrop .cropContent td {
	width: 127px; min-width: 127px; max-width: 127px;
}
#productCrop .cropContent td.imgCell {
	width: 127px; 
	height: 129px; 
	padding: 0 0 0 7px; 
}
#productCrop .cropContent td.imgCell a {
	width: 125px;
	height: 127px;
	border: 1px solid #d7d7d7;
	display: block;
	position: relative;
	text-align: center;
}
#productCrop .cropContent td.imgCell a img {
	margin: 0 auto;
}
#productCrop .cropContent td.imgCell .info {
	position: absolute;
	width: 125px;
	height: 127px;
	background: url('/images_gl/trans_grey_out.png') no-repeat -50px -50px;
	behavior: url(/common_gl/iepngfix.htc);
	left: 0;
	top: 0;
}
#productCrop .cropContent td.imgCell .info .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 115px;
	height: 117px; 
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #000;
	visibility: hidden;
	padding: 5px;
}
#productCrop .cropContent td.imgCell a:hover .info, #productCrop .cropContent td.imgCell a.sfhover .info {
	background: url('/images_gl/trans_grey_out.png') repeat;
}
#productCrop .cropContent td.imgCell a:hover .info .inner, #productCrop .cropContent td.imgCell a.sfhover .info .inner {
	visibility: visible;
}

* html #productCrop .cropContent td.imgCell .info {
	background: none;
}
* html #productCrop .cropContent td.imgCell a.sfhover .info {
	filter:alpha(opacity=70);
}
* html #productCrop .cropContent td.imgCell .info .inner, *:first-child+html #productCrop .cropContent td.imgCell .info .inner {
	display: block;
	float: left;
	width: 115px;
	padding-top: 65px;
	height: 70px;
}

.cropContent .prevScroll, .cropContent .nextScroll {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 11px; height: 16px;
	text-indent: -300px;
	visibility: hidden;
	cursor: pointer;
	top: 66px;
	behavior: url(/common_gl/iepngfix.htc);
}
.cropContent .prevScroll:hover, .cropContent .nextScroll:hover {
	background-position: 0 -16px;
}
.cropContent .prevScroll {
	left: 0;
	background: url('/images_gl/product_crop_prev_btn.png');
}
.cropContent .nextScroll {
	right: 0;
	background: url('/images_gl/product_crop_next_btn.png');
}








#prodBlogHilites {
	width: 215px;
	margin: 0 0 21px 0;
}
#prodBlogHilites .heading {
	padding: 6px 8px 6px;
	font-size: 14px;
	line-height: 16px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
#prodBlogHilites .item {
	margin: 9px 0 0 0;
	font-size: 12px;
	line-height: 14px;
	width: 215px;
}
#prodBlogHilites .item .date {
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
}
#prodBlogHilites .item img {
	float: left;
	margin: 0 13px 0 0;
	border: 1px solid #ccc;
}
#prodBlogHilites .item .info {
	display: block;
	float: left;
	width: 115px;
}
#prodBlogHilites a {
	color: #000;
	text-decoration: none;
}
#prodBlogHilites a:hover img {
	border: 1px solid #000;
}
#prodBlogHilites a:hover .title {
	color: #FFF;
	background: #000;
}
