@charset "UTF-8";
/* CSS Document */

#shop {
	width:870px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	clear: both;
}
#shop_col_left {
	float: left;
	width: 45px;
	height: 298px;
	background: url(../images/guitar.gif) no-repeat bottom;
}
#shop_col_right {
	float: left;
	width: 45px;
	height: 270px;
}

#shop_col_center {
	float: left;
	width: 775px;
	height: 100%;
	background: url(../images/metal2.jpg) repeat;
}
#shop_col_center_w {
	float: left;
	width: 760px;
	height: 100%;
	background: #333;
	margin: 8px 8px 8px 8px;
}

#shop_cells {
	float: center;
	width: 760px;
}

.shop_cols {
	float: left;
	width: 180px;
	height: 100%;
	margin: 0px 5px 0px 5px;
	
	font-family: Impact, "Arial Black";
	font-size: 16px;
	color: #FFF;
	text-align: center;
}
.shop_cols_image {
	width: 155px;
	margin: 2px 0px 5px 0px;
	border: 0px;
}

#shop_titletext {
	font-family: Impact, Arial, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin: 0px 0px 0px 8px;
	width: 300px;
	height: 25px;
}
#shop_titletext2 {
	color: #0CF;
}

