/* CSS Document */

 
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:530px;
		height:300px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:300px;
		overflow:hidden; 
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 0px 0px 0px 0px;
		position:relative;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 12px;
		line-height:20px;
		color: #66604F;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:14px;
		margin-left:2px;
		height:359px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:12px;
		height:100%;	/* Total height - 40 pixels */
		border:1px solid #E2DCD2;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:10px;
		height:72px;
		/*background-color:#E2DCD2;*/
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:12px;
		height:9px;
		border:1px solid #df7e00;
		color: #BC8FBD;
		text-align:center;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	
	.presskit-title 
{
	padding-left:28px;
	padding-bottom:4px;
	padding-top:10px;
}

.press-kit-item a  
{
	line-height:14px;
	font-size:12px;
	color:#66604f;
	text-decoration:none;
	display:block;
	text-align:left;
	height:60px;
	background-color:#f2efe4;
}

.press-kit-item a:hover , .press-kit-item a.selected 
{
	text-decoration:none;
	text-align:left;
	height:60px;
	background-color:#f8f7f1;
}

.press-kit-item a  img 
{
	float:left;
	border:0;
	margin: 14px 13px 0 28px;
}

.press-kit-item  div 
{
	float:left;
	padding-top:14px;
}

.hr-presskit	
{
	padding:0;
	width:630px;
	background: #fff;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	margin: 0 0 0 30px;
}

#presskit-drop
{
	padding:10px 0 30px 28px;
}

#presskit-drop select
{
	border:1px solid #CBC3B2;
	background-color:#EDE8DE;
	color:#66604F;
	width:200px;
	font-size:12px;
}
