 /* Extends master.css in addition to custom styles for this page */

.bu_nav_theshop, .bu_nav_theshop a {
	background: url("../images/mainnav-x_3.gif") left  -149px no-repeat; /* turns nav on */ 
}

#maincontent {
	padding:40px 30px;
}

#shop_items {
	margin:0 -12px;
	padding-top:20px;
}


#hdr_thestreetattackshop {
	width:411px;
	height:19px;
	background:url(/images/hdr_thestreetattackshop.gif) no-repeat;
}

a.shop_row_item {
	position:relative;
	float:left;
	display:block;
	padding:2px; /* will be replaced with border on hover */
	width:183px;
	overflow:hidden;
	text-decoration:none;
	margin:0 2px 10px 2px;
	border:0;
}

*html a.shop_row_item { /* IE6 */
	margin:0 2px 2px 2px;
}

*+html a.shop_row_item { /* IE6 */
	margin:0 2px 2px 2px;
}

a.shop_row_item:hover {
	display:block;
	padding:1px;
	width:183px;
	overflow:hidden;
	text-decoration:none;
	background:#fff;
	border:1px solid #E64F28;
}

.shop_row_item img {
	display:block;
	width:183px;
	height:230px;
	margin-bottom:8px !important;
	border:0 !important
	
}

.shop_row_desc {
	display:block;
	padding:10px 0 !important;
	border:0 !important;
	background:#000;
}

.desc_title {
	display:block;
	text-align:center;
	margin:0 auto;
	color:#E64F28;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin-bottom:5px;
}

.desc_amount {
	display:block;
	text-align:center;
	margin:0 auto;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.pageme {
	display:block;
	margin:0 auto;
	text-align:center;
}
