/*global box styles*/
/*all boxes must have:
   - an outer div with a box class
   - an inner div with 'box-inner' class
   - a div the wraps around the header with a 'header' class
   - a h2 element as the box title
*/

#XDA5-box {
	margin-top: 12px;
}
div.box {
}

div.box div.box-inner {
	padding-bottom:6px;
}


/*standard boxes*/					
div.box div.header {
/*	background:url(/img/box_top_trans.png) top left no-repeat;*/
}


/*boxes at the top near the blue background*/										
div.box div.top {
/*	background: url(/img/box_top-right_top.gif) top right no-repeat;*/
}

div.box div.header h2.top {
}
				
div.box div.header h2 {
	font-size:18px;
	color:#0A4582;
	margin-left:0;
	padding-left:16px;
	margin-bottom:0; 	
}

div.box-content {
	margin-bottom:6px;
}


h3 {
	font-size:14px;
	margin-left:14px;
}

p.pressRelease_button {		
	color:#ffd600;
	font-weight:bold;
	font-size:14px;
	line-height:0;
}

p.pressRelease_button a:link, p.pressRelease_button a:visited {
	margin-left:2px;		
	font-size:11px;
	text-decoration:none;
	line-height:14px;
}

div.view_video {

	background:url(/img/news/show_video_bubble.png) no-repeat;
	margin:-20px 0px 10px 11px;
	padding:20px 0px 20px 20px;
	color:#ffd600;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	line-height:0;

}

/*.videoBubble2 {

	background:url(/img/news/show_video_bubble.png) no-repeat;
	margin:-30px 0px 10px 11px;
	padding:20px 0px 20px 20px;
	color:#ffd600;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	line-height:0;

}*/

div#main-content img {
	float:left;
	margin-left:14px;
	padding:2px;
}


