/* -- Item Container */
.item_press_row {
	width:600px;
	clear:both;
	position:relative;
	overflow:auto;
	padding:16px 0 16px 16px;
	background-color:#FFF;
}


/* -- Item Container */
.item_press_row_item {
	margin:0 8px 18px 0;
	padding:0;
	width:135px;
	height:155px;
	float:left;
}
.item_press_row_item span {
	margin:0;
	padding:0;
}
.item_press_row_item img {
	margin:0 auto 0 auto;
	padding:0;
	display:block;
	border-top:2px solid #FFF;
}
.item_press_row_item img:hover {
	/* border:1px dotted #CC3300; */
	border-top:2px solid #CC3399;
}

/* -- Item Container */
.item_press_row_item_wide {
	margin:0 20px 16px 0;
	padding:0;
	width:155px;
	height:135px;
	float:left;
}
.item_press_row_item_wide span {
	margin:0;
	padding:0;
}
.item_press_row_item_wide img {
	margin:0 auto 0 auto;
	padding:0;
	display:block;
}


.item_press_details {
	margin:3px 0 3px 0;
	font:bold normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}



.item_press_detail_panel {
	margin:0 auto 0 auto;
	border:1px dotted #CCC;
	width:700px;
	height:400px;
	background-color:#DFDCC8;
	text-align:left;
	position:relative;
	overflow:auto;
}

.item_press_detail_panel a:link {
	color:#993300;
	text-decoration:none;
}
.item_press_detail_panel a:visited {
	color:#993300;
	text-decoration:none;
}
.item_press_detail_panel a:hover {
	color:#996633;
	text-decoration:underline;
}
.item_press_detail_panel a:active {
	color:#996633;
	text-decoration:underline;
}

.item_press_detail_panel img {
	float:left;
	border:1px solid #CCC;
	margin:4px;
}
.item_press_detail_panel h1 {
	margin:0;
	padding:8px;
	font:normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#993300;
	border-bottom:1px solid #CCC;
}
.item_press_detail_panel h2 {
	margin:0;
	padding:8px;
	font:normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}
.item_press_detail_panel p {
	margin:0;
	padding:8px;
	font:normal normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

.item_press_detail_panel_copy {
	float:left;
	margin:4px;
	width:240px;
}
.item_press_detail_panel_copy_wide {
	float:left;
	margin:4px;
	width:300px;
}
.item_press_detail_panel_video {
	float:left;
	margin:4px;
	width:425px;
}
.item_press_detail_panel_image {
	float:left;
	margin:4px;
	width:auto;
	position:relative;
}