@charset "utf-8";
/* CSS Document */
/*content */
#content {
padding: 10px 10px;
background-color:#2b1200;
background-image:url(../images/bg_content.gif);
background-repeat:repeat-x;
-moz-border-radius: 15px;
-webkit-border-radius:15px;
height:846px;
}
/*sitemap menu style*/
#menushow {
height: 29px;
line-height: 29px;
background: url(../images/show-menu_bg.gif) repeat-x;
font:bold "Gill Sans MT" ;
font-size:12px;
padding-left:20px;
}

#menushow-content{


background-image:url(../images/show-menu_bg.gif);
background-repeat:repeat-x;
width:998px;

}

#menushow ul {
padding-left: 10px;
list-style-type: none;
}
#menushow ul li {
display: block;
float: left;
}
#menushow ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menushow ul li a:hover {
color: #eee;
text-decoration: underline;
}
/*body style*/
body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
background-color:#505050;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-attachment: fixed ;
}
/*content right*/
.right {
width: 400px;
float: right;
text-align: justify;
}
/*content left*/
.left {
width: 544px;
float: left;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}

.left a { text-decoration: none }

/* Program */
.slideshow{
width:548px;
height:435px;
}
/* Program synopsis content*/
.synopsis{
color:#f5e210;
padding-left:175px;
min-height:340px;
font:"Gill Sans MT";
font-size:9pt;
font-weight:bold;
margin-top:20px;
}
/* Program synopsis heading*/
.synopsis_head{
padding-top:16px;
color:#f5e210;
font:"Gill Sans MT";
font-size:13pt;
font-weight:bold;
padding-top:30px;
}
/* show schedule*/
.show_schedule{
width:387px;
height:450px;
color:#f5e210;
font:"Gill Sans MT" 9pt bold;
font-weight:bold;
font-size:10pt;
}
.show_schedule_left
{
 float:left;
 width:185px;
 padding-left:30px;
 padding-top:30px;
 color:#FFFFFF;
}

.show_schedule_right{
 padding-left:200px;
  padding-top:30px;
}
/* show rating*/
.show_rate{
background-image:url(../images/bg_rate.gif);
background-repeat:repeat-x;
height:35px;
margin-top:30px;
color:#a63b05;
padding-left:10px;
padding-top:10px;
-webkit-border-bottom-left-radius: 20px;
 -webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;/* rounded corners*/
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
}
