/* body is the background light grey area of the entire page 
body
{
	margin:0px 0px 0px 0px;
	font-family: Lucida Grande, Lucida Sans, Verdana;
	font-size: 11px;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
}
*/
.textarea_chapter
{
	font-family: Lucida Grande, Lucida Sans, Verdana;
	font-size: 11px;
	overflow:hidden;
}


#div_chapters_list
{
	position:absolute;
	z-index:200;
	color: White;
	font-size:14px;
	
}

 
#cart
{
	width: 280px;
	padding-bottom: 50px;
}
 
#cart .info
{
	color: #444;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
 
}

.cart-active
{
	background-color:Yellow;
}
 
.item {
	position:relative;
	z-index:100;
	margin: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: move;
	width:60px;
}

.item_bullet {
	position:absolute; left:50px; top:50px; 
	z-index:100;
	border: 0px dotted #eee;
	margin: 10px;
	cursor: move;
	color:White;
	font-weight:bold;
	left:150px;
	top:150px;
}


#cart .item {
	width: 75px;
	height: 75px;
	margin: 5px;
	background-position: -40px -22px;
	border-width: 1px;
	cursor: default;
}
 
.item span
{
	width: 100%;
	text-align: center;
 
}

.bullet_list
{
	width:35px;
}


.chapter
{
	cursor:pointer;
	z-index:200;
}

.chapter_selected
{
	color: #B2B2B2;
	cursor:pointer;
}




/* Tabs */
.topshadow { 
	margin: 0px;
	background-image: url(/images/modules/videoresume/tablewshadow_02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.topshadow ul {
	margin: 0px;
		list-style-type: none;
		padding-left: 0px;
		padding-right: 0px;
	padding-bottom: 20px;
}
.topshadow li {
	margin: 0px;
	float: left;
	padding-right: 9px;
	background-image: url(/images/modules/videoresume/tabtop_selectbw_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.topshadow a {
	display: block;
	background-image: url(/images/modules/videoresume/tabtop_selectbw_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 9px;
	margin: 0px;
	text-decoration: none;
	color: #FFFFFF;
}



/*
 * FLOATING WINDOWS 
 */
	.dhtmlgoodies_window{
		width:300px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		position:absolute;
		overflow:hidden;	
		z-index:10000;	
		
		
	}
	.dhtmlgoodies_window div{
		position:relative;
	}
	.dhtmlgoodies_window .dhtmlgoodies_window_top{
		width:100%;
		height:17px;
		position:relative;
		background-color: #707070;
		
		
	}
	
	.dhtmlgoodies_window .top_buttons{
		float:right;
		z-index:10;
		position:absolute;
		right:0px;
		width:35px;
		
		
	}
	.top_buttons img{
		float:left;
		padding-left:2px;
		
	}
	.dhtmlgoodies_windowMiddle{
		border-left:3px solid #707070;
		
	}
	.dhtmlgoodies_windowContent{
		border-right:3px solid #707070;
		padding-left:5px;
		padding-right:2px;

		height:100%;
		overflow:hidden;
		background-color:#FFF;
	}
	.dhtmlgoodies_window_bottom{
		border-left: 3px solid #707070;
		border-right:3px solid #707070;
		border-bottom: 3px solid #707070;
		position:relative;
		height:0px;
		background-color:#FFFFFF;
	}
	.dhtmlgoodies_window_bottom img{
		float:right;
	}
	.topCenterImage{
		position:absolute;
		left:3px;
		width:5000px;
		height:17px;
	}
	.resizeImage{
		position:absolute;
		right:1px;
		bottom:1px;
	}
	
	
	
/*
 * 
 * SCROLLBARS
 *
 */

.ScrollbarHorizontal-Track 
{
	
  height: 13px; width: 575px;
  background: transparent url(/images/modules/videoresume/styler/scrolltile_horiz.gif) repeat center center;
}
.ScrollbarHorizontal-Handle 
{
	position:relative;
	top:0px; left:0px;
  height: 13px; width: 200px;
  background: transparent url(/images/modules/videoresume/styler/scrollhandletile_horiz.gif) repeat-x center center;
}
.ScrollbarHorizontal-Up 
{
  height: 13px; width: 13px;
  background: transparent url(/images/modules/videoresume/styler/leftarrow.gif) repeat center center;
}

.ScrollbarHorizontal-Down {
  height: 13px; width: 13px;
  background: transparent url(/images/modules/videoresume/styler/rightarrow.gif) repeat center center;
}


.ScrollbarVertical-Track 
{
	
  width: 13px; height: 65px;
  background: transparent url(/images/modules/videoresume/styler/scrolltile_vert.gif) repeat center center;
}
.ScrollbarVertical-Handle
{
 position :relative;
  width: 13px; height: 30px;
  background: transparent url(/images/modules/videoresume/styler/scrollhandletile_vert.gif) repeat center center;
}
.ScrollbarVertical-Up 
{
  height: 13px; width: 13px;
  background: transparent url(/images/modules/videoresume/styler/uparrow.gif) repeat center center;
}
.ScrollbarVertical-Down
{
  height: 13px; width: 13px;
  background: transparent url(/images/modules/videoresume/styler/downarrow.gif) repeat center center;
}

.div_color
{
	border-color: Black;
	border-width:1px;
	border-style:solid;
	width: 20px; height: 20px;
}