﻿.sushibar
{
    width: 100%;
    overflow: auto;
    padding-top: 0px;
    text-align: center;
}
 
.sushibar *
{
    padding:0;
    margin:0;
}
 
.sushi
{
    overflow:hidden;
   
    height:auto;
}
 
div.RadDataPager div.rdpWrap 
{
    float:none;
    width:280px;
    margin:0 auto;
}
 
.pager > span > div
{
    margin:auto;
}
 
.category, .selected
{
    width: 100%;
    background-color: #4F4F4F;
    text-align: center;
    font-family: verdana, arial;
    color: White;
    border: 1px solid gray;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin: 2px;
}
.category p, .selected p,
.category h3, .selected h3
{
    display:block;
    padding:8px 0;
}
 
div.selected
{
    width: 160px;
    background-color: #494949;
    font-size: 1.2em;
    position: relative;
    margin: -12px -6px -6px;
}
 
div.category h3, div.category p, div.selected h3, div.selected p
{
    font-size: 0.8em;
}
div.category input[type=image], div.selected input[type=image]
{
    border: 1px solid black;
}
 
.demo-container {
    max-width:1000px;
}

.LoginCategory, .selected
{
    width: 100%;
    background-color: #4F4F4F;
    text-align: center;
    font-family: verdana, arial;
    color: White;
    border: 1px solid gray;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin: 2px;
}

.ButtonNav
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0099FF;
	border-bottom: none;
	font-family: serif;
	font-size: x-large;
	font-weight: bold;
	height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.ButtonNav:hover
{
	color: Red;
}