/* page specific stylesheet */

#left_column {
	float : left;
	margin-left : 0;
	width : 650px;
	overflow : hidden;
}

#right_column {
	margin-left : 660px;
	width : 300px;
}

/* ------------------------------------------------------------- */

#carousel {
	position : relative;
	width : 660px;
	height : 310px;
	margin-bottom : 10px;
	overflow : hidden;
}

#carousel_frames {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 480px;
	height : 300px;
	overflow : hidden;
}

#carousel_frames_slider {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 30000px;
	height : 30000px;
}

.carousel_frame {
	position : relative;
	width : 480px;
	height : 300px;
}

#carousel img {
	border : 0px;
}

.carousel_blurb {
	position : absolute;
	bottom : 0px;
	left : 0px;
	height : 40px;
	width : 470px;
	background-image : url("images/black60.png");
	color : white;
	padding : 5px;
}

#carousel_menu_holder {
	position : absolute;
	top : 0px;
	right : 0px;
	width : 190px;
	height : 300px;
	overflow : hidden;
}

#carousel_menu {
	position : absolute;
	width : 190px;
	top : 0px;
	right : 0px;
}

#carousel_menu div {
	margin : 0px;
	padding : 10px;
	padding-left : 30px;
}

.carousel_menu_normal:hover {
	cursor : pointer;
	color : #dd6d0c;
}

.carousel_menu_selected {
	background-color : #dd6d0c;
	background-image : url("images/carousel_selected.gif");
	background-repeat : no-repeat;
	background-position : left center;
	color : white;
}

.carousel_menu_selected:hover {
	background-color : #dd6d0c;
	cursor : default;
}

/* ------------------------------------------------------------- */

#video_holder .title {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 26px;
	margin-bottom : 3px;
}

#video_holder {
	position : relative;
	width : 650px;
	height : 360px;
	margin : 0;
}

#video_player {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 471px;
	height : 345px;
}

#video_playlist {
	position : absolute;
	top : 0px;
	left : 470px;
	width : 180px;
	height : 345px;
	overflow : auto;
}

#video_playlist div {
	font-size : 10px;
	color : gray;
	padding : 8px 3px 3px 5px;
	clear : left;
	height : 60px;
	background: url(images/bg-vid-playlist-item.gif) no-repeat #444444;
}

#video_playlist div:hover {
	background : none #333333;
	color:#15b1f2;
	cursor : pointer;
}

#video_playlist div.highlighted {
	background : none #000000;
	color : white;
}

#video_playlist div.highlighted b {
	color : #15b1f2;
}

#video_playlist img {
	border : 1px solid silver;
	float : left;
	margin-right : 3px;
}

#video_playlist b {
	color : white;
}

#video_overlay {
	background-color : #dd6d0c;
	border : 1px solid white;
	padding : 3px;
	font-weight : bold;
	text-align : center;
}

#video_overlay, #video_overlay a, #video_overlay a:hover {
	color : white;
}

/* ------------------------------------------------------------- */

#features {
	float : left;
	width : 320px;
}

#features .news {
	border-bottom : 1px solid #D9D9D9;
	overflow : hidden;
	padding-bottom : 20px;
}

#features .newsimg {
	clear : both;
	float : left;
	margin-right : 15px;
}

#features .newsimg img {
	border : 0px;
}

#features h2 {
	font-size : 13px;
	margin-bottom : 5px;
	margin-top : 5px;
}

#features a {
	color : blue;
}

/* ------------------------------------------------------------- */

#whatshot {
	margin-left : 340px;
	width : 320px;
}

#whatshot .feature {
	border-bottom : 1px solid #D9D9D9;
	overflow : hidden;
	margin-right : 5px;
	padding-bottom : 20px;
}

#whatshot .featureimg {
	float : left;
	margin-right : 15px;
}

#whatshot .featureimg img {
	border : 0px;
}

#whatshot .feature h2 {
	font-size : 13px;
	margin-bottom : 5px;
	margin-top : 5px;
}

#whatshot a {
	color : blue;
}

/* ------------------------------------------------------------- */

#textsearchbox {
	margin-top : 10px;
}

/* ------------------------------------------------------------- */

.registerspecials {
	margin-top : 10px;
}

.registerspecials FORM {
	padding : 10px;
}

.registerspecials INPUT {
	margin-top : 2px;
	margin-bottom : 8px;
	vertical-align : middle;
}

/* ------------------------------------------------------------- */

#twtr-profile-widget {
	margin-top : 10px;
}

/* ------------------------------------------------------------- */

#intro_overlay {
	border : 5px solid #ffcd00;
	-moz-border-radius : 10px;
	border-radius: 10px;
	padding : 20px;
	background-color : #ffe373;
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 400;
	display : none;
}

#intro_overlay_close {
	display : block;
	border : 5px solid #ffcd00;
	padding : 4px;
	-moz-border-radius : 5px;
	border-radius: 5px;
	margin-top : 20px;
	text-align : center;
	color : black;
	font-weight : bold;
}

#intro_overlay_close:hover {
	text-decoration : none;
	background-color : #ffd940;
}


/* XMAS 2011 -------- */
#xmas2011 {
	background: url(images/2012.jpg) no-repeat #012153;
	width:550px;
	padding:140px 0 20px 110px;
	color:#1bc1f3;
	font-weight:bold;
	margin-bottom:15px;
}

#xmas2011 a {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
