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

body {
	margin: 0px;
	color: #3c3c3c;
	font: 12px/17px "Lucida Console", Courier, Arial;
	background: #FFFFFF url(images/bg_store.gif) repeat-x center center;
}

#wrap {
	background: url(images/bg2_store.gif) repeat-x center center;
}

#body_container{
	float: left;
	margin-top: 1px;
	height: 500px;
	width: 438px;
	overflow: auto;
}

#body_container a{
	
}

#body_container a:hover {
	
}

.store hr{
	border-top: 1px dotted #2a2a2a;
	margin: 10px 0px;
	padding: 0px;
}

.store .leftcol {
	float: left;
	width: 150px;
}

.store .rightcol {
	float: left;
	width: 228px;
	margin-left: 20px;
}

.store .thumb {
	border: 2px solid #cfcfcf;
}
