body {
    /*background-color:#99b3cc;*/
    background-color:#99a0aa;
    color:#333333;
    font-family: 'Lucida Grande', Verdana, Sans-serif;
    font-size:11px;
    background-image:url('../images/bg.png');
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-position:top left;
    padding:0px;
    margin:0px;
}

a {
    color:#21415e;
    text-decoration:none;
    outline:none;
}

a:hover {
    text-decoration:underline;
}

img {
    border:0;
    outline:none;
}

h1 {
	font-family:'Trebuchet ms';
	font-size:16px;
	margin-top:0;
}

h2 {
	font-family:'Trebuchet ms';
	font-size:12px;
	margin-top:0;
}

#moon_star {
	width:740px;
	min-height:700px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/moon_star.png');
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	z-index:-1;
}

#logo {
	width:620px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	background-image:url('../images/logo.png');
}

#container {
	width:620px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#menu {
	width:610px;
	padding:0px 0px 0px 9px;
	height:30px;
	background-image:url('../images/menu_bg.png');
}

#menu a {
	display:block;
	float:left;
	margin:0px;
	margin-right:1px;
	padding:0 10px 0 10px;
	line-height:20px;
	height:20px;
	border:1px solid #4b5865;
	border-bottom:0px;
	background-image:url('../images/tab_bg.png');
	background-position:top left;
	background-repeat:repeat-x;
}
#menu .active {
	background-color:white;
	background-image:none;
}

#menu a img{
	border:0px;
}

#content {
	width:560px;
	min-height:200px;
	border:0px;
	padding:0px 30px 20px 30px;
	background-image:url('../images/content_bg.png');
	background-position:top right;
	background-repeat:repeat-y;
}

#content p {
	padding-left:20px;
	padding-right:20px;
}

#footer {
	width:560px;
	border:0px;
	padding:0px 30px 20px 30px;
	background-image:url('../images/foot_bg.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:center;
}

.login_link {
    color:#777;
    font-size:9px;
    cursor:text;
}

.login_link:hover {
    text-decoration:none;
}

#copyright {
    color:#777;
    font-size:9px;
}

.setting_table {
    width:100%;
    text-align:center;
}

.setting_table_head {
    width:100%;
    text-align:center;
    font-weight:bold;
}

.setting_table tr {
    background-color:#aaa;
}

.setting_table .highlighted {
    background-color:#ddd;
}

.setting_table td {
    vertical-align:top;
    padding-top:5px;
    padding-bottom:15px;
}

#shop_list {
    width:180px;
    float:left;
    padding-left:20px;
}

#shop_list .shop:hover {
    background-color:#99b3cc;
}

#shop_map {
    width:360px;
    height:400px;
    float:right;
    /*560*/
}

/****************HOME*************/

div.slideshow {
    height:128px;
    background-image:url('../images/cymbal_bg.png');
    background-repeat:no-repeat;
    background-position:bottom right;
    width:100%;
    margin:0 25px 0 25px;
    overflow:hidden;
}

#slideshow {
}

img.slideshow_image {
    width:128px;
    height:128px;
    float:left;
}

div.slideshow_info {
    width:368px;
    float:left;
}

h2.slideshow_header {
}

p.slideshow_text {
    padding-left:20px;
}

/*****************NEWS*********************/

.news_post {
    padding-left:5%;
    padding-right:5%;
    background-image:url('../images/cymbal_bg.png');
    background-repeat:no-repeat;
    background-position:bottom right;
}

.news_post img {
    float:left;
}

.news_post h2 {
    font-size:14px;
}

.news_time {
    display:block;
    font-size:9px;
    color:#777;
    text-align:right;
    /*border-bottom:1px solid #777;*/
    margin-top:5px;
    margin-bottom:15px;
    clear:both;
}

.youtube_clip {
    background-color:#99b3cc;
    width:425px;
    height:344px;
    margin-left:auto;
    margin-right:auto;
}

/****************ADMIN********************/

#status_div, #save_div {
    text-align:right;
}

#admin_menu_div {
    position:absolute;
    top:0px;
    left:0px;
    width:256px;
    height:256px;
}

/*********************CYMBALS**********************/

.cymbal_table  {
    margin:15px 25px 15px 25px;
    background-image:url('../images/cymbal_bg.png');
    background-repeat:no-repeat;
    background-position:bottom right;
}
.cymbal_table td {
    vertical-align:top;
}

.cymbal_table .cymbal_icon_div {
    width:96px;
    height:96px;
    background-repeat:no-repeat;
    background-position:top left;
}

.series_image {
    float:right;
    margin-left:20px;
}

.cymbal_size_table {
   /* width:90%;
    margin-left:auto;
    margin-right:auto;*/
   float:right;
   margin-top:15px;
}

.cymbal_size_table td {
    text-align:center;
    border-right:1px solid #777;
    border-bottom:1px solid #777;
    padding:0px;
    min-width:24px;
}

/*.series_info {
    text-align:justify;
}*/

/****************MEDIA*******************/

#player {
    width:164px;
    height:32px;
    position:fixed;
    bottom:0;
    left:0;
    background-image:url(../images/player_bg.png);
    background-position:top right;
    background-repeat:no-repeat;
    padding:15px 15px 0 0;
    display:none;
}

div.media_content {
    padding:0 16px 0 16px;
}

div.media_images {
    padding:0 16px 0 16px;
}