#wrapper {
	height: 460px;
	width: 986px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #900;
	position: relative;
	z-index: 1;
}
/* player style */
/* container has a background image */
a.player {
	display:block;
	height:340px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(../ImportMedia/img/demos/player_bkgnd.png);
}

/* splash image */
a.player img {
	margin-top:140px;
	border:0;
}


/* playlist style */
#playlist {
	width:218px;
	height:386px;
	overflow-y:auto;
	overflow-x:hidden;
	border:1px solid #ccc;
	background-color:#efefef;
	float:left;
	list-style-type: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 10px;
	position: relative;
	z-index: 1;
}

/* playlist entry */
#playlist a {
	display:block;
	width:190px;
	height:54px;
	padding:7px;
	background-color:#fff;
	border:1px solid #ccc;
	font:9px "bitstream vera sans", "lucida grande",verdana;
	text-decoration:none;
	margin-top:8px;
	color:#666;
	list-style-type: none;
	text-align: left;
}

/* different states of a playlist entry */
#playlist a:hover {
	background-color:#D7F2F5;
}

#playlist a.progress {
	background-color:D7F2F5;
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#F3E4E4;
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#F3E4E4;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	float:left;
	margin-right:10px;
}

#playlist a strong {
	color:#186681;
	padding-bottom:5px;
}

div.playlist_videos {
	display:none;
}

#playerWrap {
	width:460px;
	float:left;
	margin-top: 10px;
}

#playlist_videosBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	height: 72px;
	background-image: url(../ImportMedia/img/player/quickshop.png);
	width: 425px;
	background-repeat: no-repeat;
	padding-top: 55px;
}
#image {
	float: left;
	padding-right: 10px;
}
#videos {
	padding-bottom: 3px;
}

/* player share tabs */

#shareTabs {
	list-style:none;
	padding:0;
	float:left;
	position: relative;
	top: -50px;
	left: 364px;
	height: 45px;
	margin-top: -5px;
	z-index: 1;
}

#shareTabs li {
	text-indent:-999em;
	padding:0;
	margin:0;
	list-style-image:none;
	float: left;
}

#shareTabs a {
	display:block;
	width: 47px;
	height: 45px;
	padding:0px;
	margin:0px;
	background-image: url(../ImportMedia/img/demos/email_tab.png);
	border: none
	background-repeat: no-repeat;
}

#shareTabs a:hover {
	background-color:#ccc;
}

#shareTabs a:focus {
	background-color:#000;
}
	
#shareTabs a.current {
	background-color:#295c72;
}

#shareTabs #embedTab {
	background-position: 0 0px;
	background-image: url(../ImportMedia/img/demos/embed_tab.png);
	border: none
}
#shareTabs #rateTab {
	background-position: 0 0px;
	background-image: url(../ImportMedia/img/demos/rate_tab.png);
	border: none
}
#shareTabs #reviewTab {
	background-position: 0 0px;
	background-image: url(../ImportMedia/img/demos/review_tab.png);
	border: none
}
#shareTabs #aboutTab {
	background-position: 0 0px;
	background-image: url(../ImportMedia/img/demos/about_tab.png);
	border: none
}


/* container for each pane: video, embed and email */
#panes {
	height:340px;
	width:441px;
	float:left;
	color:#fff;
	position:relative;
	z-index:1;
	border:2px solid #CCC;
	outline:1px solid #666;
	font-family:verdana;
	font-size:12px;
	-moz-outline-radius:4px;
	background-repeat: repeat-x;
	background-color: #295c72;
	margin-left: 10px;
	margin-top: 1px;
}

/* embed and email pane */
#emailPane, #embedPane {
	display:none;
	margin:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: 295c72;
}
#ratePane {
	display:none;
	margin:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: 295c72;
}
#reviewPane {
	display:none;
	margin:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: 295c
	72;
}

#aboutPane {
	display:none;
	margin:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: 295c72;
}

/* player container style */

#panes input, #panes textarea {
	width:400px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666;
	padding:2px;
}

#panes textarea {
	padding:4px;
	height:100px;
}

#panes button {
	border:1px outset #ccc;	
	cursor:pointer;
	background-color:#f9f9fa;	
}

#panes label.left {
	float:left;
	margin-right:15px;	
}

#panes label.left input {
	width:180px;		
}

#embedPane textarea {
	height:180px;
	background-color:transparent;
	overflow-x:hidden;
	color:#CCC;
	padding:4px;
}

/* close image */
div.close {
	position:absolute;
	top:5px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
	background-image: url(../ImportMedia/img/overlay/close.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#shop_links {
	height: 400px;
	width: 710px;
	float: left;
	margin-right: 15px;
	position: relative;
	margin-left: 15px;
	z-index: 1;
}
#shop_links2 {
	height: 405px;
	width: 960px;
	float: left;
	margin-right: 15px;
	position: relative;
	margin-left: 11px;
	margin-top: 10px;
	z-index: 1;
}
#shop_links3 {
	height: 405px;
	width: 710px;
	float: left;
	margin-right: 15px;
	position: relative;
	margin-left: 20px;
	z-index: 1;
}

#content {
	position: relative;
	margin-left: 6px;
	z-index: 1;
}
#video_tabs {
	position: relative;
	z-index: 1;
}
#video_content {
	height: 535px;
	width: 620px;
	margin-top: 20px;
	padding-top: 0px;
	float: right;
}
