/*
#menu {
    position: absolute;
    right: 15px;
    bottom: 12px;
    width: 450px;
    text-align: right;
    color: white;
    font-weight: bold;
    font-size: 12pt;
}
#menu a {
    color: white;
    font-weight: bold;
    font-size: 13pt;
}

#login-menu {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 150px;
    text-align: right;
    color: white;
    font-size: 11pt;
    font-weight: bold;
}
*/

#blur {
    background-color: #6666ff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 900px;
    height: 150%;
    z-index: 100;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#content {
    width: 910px;
    padding: 28px 5px 5px 5px;
    /*border-left: 1px solid #b8b5b5;*/
    /*border-right: 1px solid #b8b5b5;*/
	border:none;
    background: white url(/images/content.gif) repeat-y;
    overflow: hidden;
}
#cbar {
    width: 588px;
    margin: 0 5px;
    padding: 0 5px;
    float: left;
}
#lbar {
    width: 142px;
    float: left;
}
#rbar {
    width: 160px;
    float: left;
}
#cbar h2 {
    background-color: #efcdc4;
    font-size: 11pt;
    margin: 0;
    padding: 1px 5px;
    clear: both;
}

#rbar h2 {
    background: #992125 url(/images/sponsored-top.gif) no-repeat top left;
    height: 20px;
    margin: 0;
    color: white;
    font-size: 10pt;
    text-align: center;
    line-height: 15pt;
}

#player {
    float: left;
    width: 309px;
    height: 253px;
    margin: 15px 0px;
    background-color: black;
}
#featured {
    float: left;
    margin: 15px 5px;
    padding: 5px;
    border: 1px solid black;
    width: 252px;
    height: 241px;
    overflow: hidden;
}


.event {
    margin: 15px 5px;
    width: 88px;
    float: left;
    border-right: 1px solid black;
}
#event-menu {
    margin: 15px 5px;
    padding: 8px;
    width: 88px;
    float: left;
	border: 1px dotted black;
    border-right: 1px solid black;
}
.coupon {
    margin: 15px 5px;
    padding: 10px 5px;
    width: 132px;
    height: 80px;
    float: left;
    border: 1px dotted black;
    background-color: #dae9f6;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.coupon .coupon-title {
  font-size: 12pt;
  font-weight: bold;
}
.coupon .coupon-desc {
  font-size: 10pt;
  font-weight: bold;
}
.coupon .coupon-owner {
  margin-bottom: 0.2em;
  font-size: 90%;
}

.lbox {
    border : 1px solid #b8b5b5;
    margin-bottom: 1em;
    padding: 5px;
}
.lbox div {
    text-align: center;
}
.lbox p {
    margin-bottom: 0;
    margin-top: 0.5em;
}

#pop-search {
    padding: 0;
    margin-bottom: 1em;
}
#pop-search ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#pop-search h4 {
    margin-bottom: 0;
    font-size: 10pt;
}
#pop-search a {
    font-weight: bold;
}
input.button {
    vertical-align: bottom;
    margin-left: 4em;
}
.cat-menu-item {
    position:absolute;
    top:0px;
    left:40px;
    width:350px;
    height: 250px;
    padding:4px;
    border: 1px solid black;
    background-color: white;
    overflow: scroll;
    z-index: 200;
}
