@charset "utf-8";
/* Stores.css */

.storeblock {
	width: 728px;
	height: 130px;
	background: url('/images/stores/stores_bg.png') repeat;
	margin-bottom: 10px;
	padding: 10px;
	/*cursor: pointer;*/
}

.storeblock a {
	color: #fff;
}

.storeblock IMG {
	float: left;
	width: 254px;
	height: 130px;
}

.storeblock table {
	float: right;
	width: 500px;
	color: white;
	text-align: left;
	margin-top: 20px;
	font-size: 13px;
}

.storeblock .logo {
	float: right;
	width: 150px;
	height: 98px;
	background: url('/images/stores/store_logo.png') no-repeat;
	margin-top: 15px;
}

.storeblock .logo2 {
	float: right;
	width: 150px;
	height: 98px;
	background: url('/images/stores/store_logo2.png') no-repeat;
	margin-top: 17px;
}

.stores_social .icon{
	width: 30px;
}

.stores_social a IMG{
	width: 25px;
	height: 25px;
}


