/* Common Elements of Store and Buynow page*/
@import url('storeBuynowCommon.css');
/******************************/
#storepage #content #storeMain {
	float: left;
	width: 100%;
	overflow: hidden;
	position:relative;
	display: inline;
	margin:0;
}
#storepage #content #storeMain .can {
	float:left;
	width: 100%;
	height: 100px;
	color: rgb(174, 209 ,55);
	overflow: hidden;
	position:relative;
	display: inline;
	margin:10px 0 0 0;
}
#storepage #content #storeMain .tag {
	float:left;
	background: rgb(40,40,41);
	width: 212px;
	height: 100%;
	color: rgb(174, 209 ,55);
	overflow: hidden;
	position:relative;
	display: inline;
	margin:0 5px 0 0;
}
#storepage #content #storeMain .dash {
	float:left;
	background: rgb(130,172,53);
	width: 5px;
	height: 100%;
	overflow: hidden;
	position:relative;
	display: inline;
	margin:0 5px 0 0;
}
#storepage #content #storeMain h2 {
	font-size:20px;
	color:#FFFFFF;
	margin: 40px 30px 30px 27px;
}
#storepage #content #storeMain .row {
	float: right;
	width: 735px;
	height: 100%;
	background: url("../images/store/00_bar.jpg");
	overflow: hidden;
	position:relative;
	display: inline;
	margin:0;
}
#storepage #content #storeMain img {
	margin: 8px 0 0 15px;
}
/* end of store page*/