/* Featured Items Boxs  */

/* Main Box */

div.featuredBox {
	background-color: #eceff6;
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 10 auto 10 auto;
	width: 400px;
	text-align: left;
}
div.featuredBox .top {
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.featuredBox .left {
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
div.featuredBox .right {
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
div.featuredBox .tl {
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.featuredBox .tr {
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.featuredBox .bl {
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.featuredBox .br {
	background-image: url(/images/page_elements/featuredbox/fp_featuredbox_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 6px;
}

/* featured products - Outer Box */

div.featuredBox .outerBox {
	background-color: #bcbfcd;
	text-align:center;
	margin: 10 auto 6 auto;
}
div.featuredBox .outerBox .tl {
	background-image: url(/images/page_elements/featuredbox/fp_outerbox_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.featuredBox .outerBox .tr {
	background-image: url(/images/page_elements/featuredbox/fp_outerbox_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.featuredBox .outerBox .bl {
	background-image: url(/images/page_elements/featuredbox/fp_outerbox_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.featuredBox .outerBox .br {
	background-image: url(/images/page_elements/featuredbox/fp_outerbox_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


/* featured products - Inner Box */

div.featuredBox  .innerBox {
	background-color: #e6e7ed;
	margin: 0 auto 0 auto;
	background-image: url(/images/page_elements/featuredbox/fp_innerbox_bottom.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
div.featuredBox  .innerBox .tl {
	background-image: url(/images/page_elements/featuredbox/fp_innerbox_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div.featuredBox  .innerBox .tr {
	background-image: url(/images/page_elements/featuredbox/fp_innerbox_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
div.featuredBox  .innerBox .bl {
	background-image: url(/images/page_elements/featuredbox/fp_innerbox_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.featuredBox  .innerBox .br {
	background-image: url(/images/page_elements/featuredbox/fp_innerbox_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Redefine Page Blocks for inside the Feature Box */

div.featuredBox h4 {
	font-size:18px;
	color:#2e3245;
}

div.featuredBox img {
	border:0px;
}

div.featuredBox table.featuredTable {
	width:100%;
	padding:0px;
	border:0px;
}
div.featuredBox table.featuredTable td {
	font-size: 10pt;	
	font-weight: normal;
	text-align:center;
	vertical-align:top;
	padding: 5 0 0 0;
}
div.featuredBox p.skinnyLine {
	line-height:5px;
}


div.featuredBox a:link,
div.featuredBox a:visited,
div.featuredBox a:active,
div.featuredBox td a:link,
div.featuredBox td a:visited,
div.featuredBox td a:active {
	color: #303961;
	text-decoration: none;
}
div.featuredBox a:hover,
div.featuredBox td a:hover {
	text-decoration: underline;
	color:#313b97;
}


/*  Product of the day styles  */


.productOfTheDay {
	display:block;
	vertical-align:middle;
	font-size: 18px;
}
.productOfTheDay img {
	padding-right:10px;
	border:0px;
	float:left;
}
.productOfTheDay .title {
	font-size: 20px;
	line-height:32px;
}
.productOfTheDay .body {
	font-size: 18px;
}
.productOfTheDay .smallprint {
	font-size: 12px;
}
.productOfTheDay .footnote {
	font-size: 14px;
	line-height:32px;
	color:#891111;
}
.productOfTheDay em {
	font-weight:bold;
	color:#891111;
}
