body
{
	
	margin: 0px;
	padding: 0px;

}


#page
{
	width:100%;
	height:auto;
}

#top
{
	width:100%;
	height:120px;
	background-color:#5588FF;
}

#center
{
	width:100%;
}

#menu
{
	width:20%;
	float:left;
	background-color:#E1E1E1;
}

#content
{
	width:80%;
	float:left;
}

#bottom
{
	height:100px;
	width:100%;
}

#RTS {
	text-decoration: none;
	background: #58F;
	padding: .5em;
	color: #000;
}
.cat_sort { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.item_sort { list-style-type: none; margin: 0; padding: 0; }
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 600px;
	height: 600px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	background: #DDD;
	border-radius: 15px;
	
}

.close {
	background: #606061;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	right: 15px;
	width: 100;
	text-decoration: none;
	font-weight: bold;
}

.close:hover { background: #00d9ff; }
.item_sort
{
	
	margin-right: 5px;
	margin-left: 5px;
}  /* float & allow room for the widest item */
.item_sort li
{
	float: left;
	height: 120px;
}  /* stop the float */
br
{
	clear: left;
}  /* separate the list from subsequent markup */
div.wrapper
{
	margin-bottom: 1em;
}

/*Modal Box Css */


/* Important part */
.modalDialog{
    overflow-y: initial !important
}
.modalBody{
    height: 500px;
    overflow-y: auto;
}