

/** categories list **/
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
font-size:14px;
padding:0px;
height:28px;
}

#catlist .menu li {
background:url(images/lm.gif) left top no-repeat;
height:28px;
float:left;
margin-right:10px;
}

#catlist .menu li a {
color:#A7A7A7;
text-decoration:none;
padding:0 10px;
height:28px;
line-height:28px;
display:block;
float:left;
padding:0 26px 0 10px;
background:url(images/rm.gif) right top no-repeat;
width:264px;
}

#catlist .menu li a:hover {
color:#FFFFFF;
}

#catlist ul .submenu {
border-top:none;
background:#000000;
position:relative;
width:298px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}

#catlist ul .submenu li {
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #1F1F1F;
}

#catlist .submenu li a {
background:none;
display:block;
float:none;
padding:6px 11px;
margin:0;
border:0;
height:auto;
color:#A7A7A7;
line-height:normal;
}

#catlist .submenu li a:hover{
background:#0D0D0D;
}

#video {
width:660px;
text-align:center;
float:left;
margin:0 8px 0 0;
}

#videolist {
width:300px;
float:left;
margin: 23px 0 0 5px;
}

.videoitem {
width:295px;
height:60px;
margin:10px 0 0 5px;
overflow: hidden;
}

.altvideowrap {
padding: 0 0 10px 0;
border-bottom: 1px solid #000000;
}

.altvideoitem {
width:280px;
height:60px;
overflow: hidden;
padding: 0 10px 0 10px;
margin: 10px 0 0 0;
}

.videoitem img, .altvideoitem img {
width:102px;
height:56px;
float:left;
margin:1px 8px 0 0;
border:1px solid #ccc;
}

.videoitem a:hover img, .altvideoitem a:hover img {
border:1px solid #FFFFFF;
}


