.itembox-sel {
    float: left;
    position: relative;
    background-color: #FDCB33;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    top: 17px;
    width: 112px;
    height: 115px;
}

.itembox {
    background-color: #333333;
    border-style: none;
    width: 112px;
    height: 115px;
}

/* big top-level video box div */
#video-toplevel-block {
    margin-top: 17px;
    display: block;
    width: 830px;
    height: 800px;
}

/* current-path div */
#current-path {
    float: left;
    display: block;
    height: 15px;
    width: 830px;
    margin-top: 10px;
    margin-bottom: 20px;
}

a.current-path {
    float: left;
}

div.current-path {
    float: left;
}

/* video box header */
#videobox-header {
    float: left;
    display: block;
    height: 48px;
    width: 830px;
    margin-bottom: 10px;
}

div#video-header {
    float: left;
    display: block;

    background-color: #A60000;
    background-image: url(images/header-background.gif);
    background-repeat: repeat-x;
    width: 830px;
    height: 24px;
    display: inline;
 }

div#video-header-txt {
    float: left;
    color: white;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 24px;
	display: inline;
 }

div#video-nav {
    float: left;
    height: 24px;
    width: 830px;
    background-color: #E7E7E7;
	display: inline;
}

div#video-nav-txt {
    float: left;
    height: 24px;
    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
    font-size: 11px;
	display: inline;
}

span.video-spacer {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

div#video-nav-linklist {
    float: left;
    height: 24px;
    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
    font-size: 11px;
	display: inline;
}

a#video-nav-orglink {
    float: right;
    height: 24px;
    margin-right: 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 24px;
    font-size: 11px;
	display: inline;
}

/* the actual box + the player + accordion */

#video-content {
    float: left;
	display: inline;
    height: 425px;
    width: 830px;
 }

/* player  */

div#player-container {
    float: left;
    width: 360px; 
    margin-right: 5px; 
    height: 425px
}

#player-container h3 {
    position: relative;
    margin: 5px 0 0 0;
    font-size: 14px;
}

div#playerbox {
    width: 360px; 
    height: 270px; 
    border: 1px solid #666;
}

img#launchbutton { 
    position: absolute;
    top: 330px;
    left: 256px;
}

/* accordion */

div#accordion {
    float: left;
    display: block;
    margin-left: 5px;
    width: 460px;
    height: 425px;
}

div.accordion-toggle {
    height: 25px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: #FDCB33;
    background-image: url(images/accordion-background.gif);
    background-repeat: repeat-x;
	cursor: pointer;
}

div.accordion-content {
    background-color: #333333;
    height: 150px;
	overflow: hidden;
}

/* scroller slider whatever thingy */

div.thumbnail-box {
    float: left;
    display: block;
    overflow: hidden;
	width: 390px;
    height: 150px;
	padding: 0px;
}

div.thumbnail-box-wide {
    float: left;
    display: inline;
    top: 0px;
    left: 0px;
    width: 20000px;
    height: 150px;
	padding: 0px;
	overflow: hidden;
}

div.left-arrow-nav, 
div.right-arrow-nav
{
    float: left;
    width: 15px;
    margin: 43px 10px 0px 10px;
	padding: 0px;
}

img.upper-left-arrow {
	margin-bottom: 5px;
}

img.upper-right-arrow {
	margin-bottom: 5px;
}

/* items in the thingy */

img.bigthumb { 
               width: 360px; 
               height: 270px; 
}

.itembox {
    float: left;
	display: inline;
	margin: 15px 5px 20px 5px;
	border: 1px none #000;
    text-align: center;
    width: 110px;
    height: 115px;
    background-color: #333333;
	padding: 0 6px;
}

img.item-thumbnail {
    width: 87px;
    height: 73px;
}

img.accordion-arrow {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

div.mini-descr {
    margin-top: 6px;
    float: left;
    font-size: 11px;
    display: block;
}

a.vid {
	color: #333333;
	line-height: 100%;
	font-weight: bold;
}

a.vid img {
	display: block;
	margin-bottom: 3px;
}

a:hover, a:active {
    text-decoration: none
}

h3.toggle {
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
    height: 17px;
}

div#player-info {
    margin-left: 10px;
    margin-top: 10px;
}

div#video-title {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: bold;
}

div#video-views-rating {
    font-size: 10px;
    margin-bottom: 7px;
}

div#video-description {
    font-size: 14px;
}

div.clearer {
	clear: both;
}

