#shop{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-bottom:30px;
	color: #5A2800;
	font-family: Arial, Helvetica, sans-serif;
}

#shop_header{
	width:100%;
	height:32px;
	margin-top:10px;
	position:relative;
	text-align:center;
	font-family: Martel, Tahoma, Geneva, sans-serif;
	font-size:32px;
}

#shop_notifications_header{
	width:100%;
	margin-top:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#d4c0a1;
	border-radius:1px;
	position:relative;
	z-index:2;
}

#shop_notifications_header_icon{
	width:16px;
	height:16px;
	margin-left:4px;
	float:left;
}

#shop_notifications_header_icon img{
	width:16px;
	height:16px;
}

#shop_notifications_header_text{
	width:calc(100% - 25px);
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	float:left;
}

#shop_notifications_errors{
	width:100%;
	background-color:#f1e0c6;
	padding-top:17px;
	padding-bottom:12px;
	margin-top:-12px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	position:relative;
	z-index:1;
}

.shop_notifications_error{
	width:50%;
	margin-top:5px;
	float:left;
}

.shop_notifications_error li{
	width:10px;
	margin-left:10px;
	float:left;
}

.shop_notifications_error_text{
	width:calc(100% - 20px);
	float:left;
}

.shop_section{
	width: calc(100% - 42px);
    border: solid 1px #d9c5a6;
    border-radius: 1px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

.shop_section_header{
	height: 14px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -7px;
    left: 10px;
    background-color: #fef0d9;
    font-size: 12px;
    font-weight: bold;
}

#shop_categories{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}

.shop_category{
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
}

#shop_content{
	width:100%;
	margin-top:10px;
}

.shop_row{
	width:100%;
}

.shop_item_row{
	width:calc(100% - 24px);
	padding:12px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.shop_item_row:nth-child(odd) {
    background-color: #d4c0a1;
}
.shop_item_row:nth-child(even) {
    background-color: #f1e0c6;
}

.shop_item_img{
	width:32px;
	height:32px;
}

.shop_item_info{
	width:calc(100% - 152px);
	margin-left:20px;
}

.shop_item_title{
	width:100%;
	font-size:14px;
	font-weight:bold;
}

.shop_item_desc{
	width:100%;
	margin-top:5px;
}

.shop_item_buy{
	width:80px;
	margin-left:20px;
}

.shop_item_buy_value{
	width:100%;
	height:20px;
	text-align:center;
}

.shop_item_buy_button{
	width:80px;
	height:25px;
	background: url(../images/global/buttons/sbutton80.gif);
    cursor: pointer;
}
.shop_item_buy_button:hover {
	background: url(../images/global/buttons/sbutton80_over.gif), url(../images/global/buttons/sbutton80.gif);
}

.shop_item_buy_button_text{
	width: 100%;
    height: 16px;
    margin-top: 4px;
    text-align: center;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 70%), 1px -1px 0 rgb(0 0 0 / 70%), -1px 1px 0 rgb(0 0 0 / 70%), 1px 1px 0 rgb(0 0 0 / 70%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #f1d4a5;
	float:left;
    pointer-events: none;
}

.shop_item_resets{
	padding:5px 8px;
	margin-top:5px;
	border:solid 1px rgba(90,40,0,0.4);
	background-color:rgba(241,224,198,0.7);
	float:left;
}

.shop_section{
	width: calc(100% - 10px);
    padding: 20px 5px;
}
