#arrows{
	margin:5px;
}
#coll_div img{
	max-width:100px;
}
.bat-panel header{
	padding:8px;
	cursor:pointer;
}
.coll_object{
	border:2px solid gray;
	margin-bottom:2px;
	padding:4px;
}
.bat-panel .panel-title{
	padding:8px;
	font-size:1em !important;
}
.bat_overflow{
	padding:7px;
	box-sizing:border-box;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-top:3px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:200px;
}
#shop_all_col span{
	padding:3px;
	display:inline-block;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin:2px;
	cursor:pointer;
	text-shadow:0px 0px 5px black;
	color:white;
	font-weight:bold;
	border:1px solid black;
}

#shop_s_nim span{
	background:rgba(235,235,235,1.00);
	padding:3px;
	display:inline-block;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin:2px;
	cursor:pointer;
}

#shop_all_cha span{
	background:rgba(235,235,235,1.00);
	padding:3px;
	display:inline-block;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin:2px;
	cursor:pointer;
}

#shop_tov_col input{
	width:20%;
}

#shop_photos_group > div{
	padding:7px;
	box-sizing:border-box;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin-top:3px;
}
#arrows a{
	font-size:1.1em;
	display:inline-block;
	padding:4px 6px;
	margin:1px;
	border-radius:5px;
	background:#0088cc;
	color:white;
}
#this_page{
	background:black !important;
}
.shop_tov_img img{
	max-width:120px;
	max-:120px;
	margin:3px;
}
.sp_bat_img img {
    margin: 3px;
    max-height: 100px;
    max-width: 138px;
}
.up_box{
	width:350px;
	color:#008EDD;
	box-sizing:border-box;
	text-align:center;
	font-size:1em;
	height:200px;
	position:fixed;
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:12999;
	background:white;
	border:#008EDD 1px solid;
	box-shadow:0px 0px 3px #008EDD;
	overflow:hidden;
}
.up_info{
	font-size:0.7em;
	background:#008EDD;
	color:white;
	padding:2px;
	position:absolute;
	bottom:0px;
}
#up_bar{
	width:320px;
	margin:auto;
	height:20px;
	border:1px solid #008EDD;
	box-shadow:0px 0px 3px #008EDD;
}
#up_len{
	width:30%;
	height:20px;
	background:#008EDD;
}
.up_prog{
	color:#008EDD;
	display:none;
	font-size:0.9em;
	position:absolute;
	text-align:center;
	bottom:50px;
	left:0px;
	right:0px;
}