@CHARSET "UTF-8";
#shop_main {
	position: relative;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	clear: left;
	overflow: hidden;
}

#shop_main .error {
	font-size: 10px;
	color: #cc0000;
}

.shop_item {
	position: relative;
	float: left;
	display: inline;
  	width: 160px;
	height: 220px;
	border: 0px solid black;
	margin: auto;
	margin-left: 35px;
	margin-top: 10px;
	text-align: center;
}

.shop-click {
	font-size: 12px;
	text-decoration: underline;
	color: #1e4991;
}

.shop-pub {
  float: left;
  width: 190px;
  padding: 5px 5px 0 0;
}

.shop-pub h5 {
  font-size: 18px;
  color: #c01000;
  margin: 0;
  padding: 0;
}

.shop-pub p {
  font-size: 13px;
  color: black;
}

.shop_title {
	font-size: 12px;
	font-weight: bold;
}

.shop_address {
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
	text-align: left;
}

.shop_table {
	float: middle;
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
}

.shop_description {
	font-size: 11px;
	color: #000;
}

.shop_price {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}

.shop_loyalty {
	font-size: 11px;
	font-weight: bold;
	color: #336699;
}

.shopbox_main {
	position: relative;
	width: 318px;
	overflow-y: auto;
	font-family: arial;
	font-size: 11px;
	height: 200px;
}

.shop_visual {
	position: relative;
	float: left;
	width: 100px;
	margin-left: 10px;
}

.shop_details {
	position: relative;
	float: right;
	width: 441px;
	margin-left: 10px;
	text-align: left;
}

.shop_step_grey {
	width: 28px;
	height: 27px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: url('../images/shop/step_grey.png');
}

.shop_step_black {
	width: 28px;
	height: 27px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: url('../images/shop/step_black.png');
}

.shop_btn-blue {
	float: left;
	position: relative;
	margin-right: 5px;
}
 
.shop_btn-blue-left {
	float: left;
	background: url('../images/shop/left-blue-shop-menu.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 30px;
	font-size: 22px;
	font-family: 'arial black';
	color: #fff;
	font-weight: bold;
}
.shop_btn-blue-right {

	padding-top: 3px;
	padding-left: 10px;
	padding-right: 30px;
	background: url('../images/shop/right-blue-shop-menu.jpg');
	background-position: right;
	height: 27px;
	font-size: 11px;
	font-family: arial;
	color: #fff;
	font-weight: bold;
}
.shop_btn-grey-left {
	float: left;
	background: url('../images/shop/left-grey-shop-menu.jpg');
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 30px;
	font-size: 22px;
	font-family: 'arial black';
	color: #18729a;
	font-weight: bold;
}
.shop_btn-grey-right {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 30px;
	background: url('../images/shop/right-grey-shop-menu.jpg');
	background-position: right;
	height: 27px;
	font-size: 11px;
	font-family: arial;
	color: #18729a;
	font-weight: bold;
}

.shop_red_button {
	background: url('../images/shop/shop_red_button.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	height: 23px;
	width: 174px;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
}

.shop_grey_button {
	background: url('../images/shop/shop_grey_button.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	height: 23px;
	width: 174px;
	border:none;
	color:black;
	font-weight:bold;
	font-size:12px;
	padding-bottom:3px;
}

