/* Pagination */
div.pagination{
margin:3px;
padding:3px;
text-align:center;
}
div.pagination span.disabled{
border:1px solid #F3F3F3;
color:#CCCCCC;
margin-right:2px;
padding:2px 5px;
}
div.pagination span.current {
background-color:#BE008A;
border:1px solid #BE008A;
color:#FFFFFF;
font-weight:bold;
margin-right:2px;
padding:2px 5px;
}
div.pagination a {
border:1px solid #DDDDDD;
color:#BE008A;
margin-right:2px;
padding:2px 5px;
text-decoration:none;
}
div.pagination a:hover, div.pagination a:active {
background-color:#EFC2E3;
border:1px solid #BE008A;
color:#BE008A;
}

/* Search */
#search {
	background-color: #E4EFC2;
}
#search h2{
	background-color: #C9F83E;
}
#search h2 a{
	color:#90BF00;
}

/* Last videos index */
#lastVideosIndex h2{background-color:#BE008A;-moz-border-radius:8px;-webkit-border-radius:8px}

/* Last videos */
#lastVideos h2{background-color:#f8ce85}
#lastVideos div{background-color:#fee5b8}

#mainMenu{background-color:#ad97c3;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;}

/* VOD Sites */
#vod-site h2{background-color:#BE008A;-moz-border-radius:8px;-webkit-border-radius:8px}
#vod-site div.content{margin-left:auto;margin-right:auto}

.vod-site{margin-right:14px;margin-top:15px;background-color:#fff;
width:108px;height:140px;text-align:center;padding:6px 5px 1px 5px;
	display:inline;float:left;border:3px solid #BE008A;
	-moz-border-radius:8px;-webkit-border-radius:8px;
}
.vod-site:hover{border:3px solid #EFD4F3}
.vod-site img{border:1px solid #BE008A;}