/*From Header Style*/
#left_nav {
	display: none !important;
}

#content_area_wrapper {
	background-image:url(../images/template/pagefade_bg.gif);
	background-repeat:no-repeat;
	width: 777px !important;
}

#content_area {
	width: 754px !important;
	padding-left:8px !important;
}

#home_featured_product {
	padding-bottom:17px;
	width:551px;
}

/*Home Page - No Left Navigation*/
#content_left {
	display:none !important;
}
		
/*Remove cellspacing & cellpadding*/
div#content_area table tr td table tr td table {
	border-collapse:collapse;
}

/*Featured Product & Product Spotlight*/
#home_featured_product img{
	width:551px;
	height:223px;
	border:0;
	margin-top: 7px;
}

#spotlight_wrapper {
	width:551px;
	height:18px;
}

#product_spotlight {
	width:192px;
	height:18px;
}

/*Right Navigation - Promo Items*/
#bostons10th_gear_box {
	background: transparent url(../images/template/newsletter_bg.gif) no-repeat scroll top left;
	height:222px;
	width:197px;
}
#subscribe_form {
height:26px;
padding-left:6px;
padding-top:125px;
}
#subscribe_form img{
	padding-left:6px;
}

#news_input_box {
	float:left;
	/*padding-top:2px;*/
}
	#news_input_box input{
		border:1px solid #284576;
		padding:2px;
		text-align:right;
		width:151px;
	}

#special_deals_box {
	padding-top:3px;
	padding-bottom:18px;
}

#special_deals_box img{
	width:197px;
	height:112px;
	border:0;
}

#content_area table tr td table tr td b {
	font-weight:bold !important;
}
/**/

/*Workarounds*/
#content_area table tr td table tr td table tr td { /*Align products*/
	text-align:center;
}

#content_area table tr td table tr td table tr td font.text { /*Makes Price bold when Sale Price shows*/
	font-weight:bold;
}

#content_area table tr td table tr td table tr td table tr td a.smalltext {
	display:none;
}
/**/

img {border:0 !important;}