/* CSS Content Styles */


/* Item Box Classes */

#itembox_mainwrap {
	width: 600px;
	height: 176px;
	float: right;
	padding-right: 60px;
	}
	
#itembox_center_left {
	width: 256px;
	height: 176px;
	float: left;
	border: 1px solid #88a3cc;
	background-image: url(img/cell_carbonbg.gif);
	text-align: center;
	}

#itembox_center_right {
	width: 256px;
	height: 176px;
	float: right;
	border: 1px solid #88a3cc;
	background-image: url(img/cell_carbonbg.gif);
	text-align: center;
	}
	
#itembox_lowwrap {
	width: 600px;
	height: 20px;
	float: right;
	padding-right: 60px;
	}

#itembox_left_low {
	width: 100px;
	height: 20px;
	float: left;
	padding-top: 3px;
	border: solid #88a3cc;
	border-width: 0px 1px 1px 1px;
	background-color: #a3bee8;
	text-align: center;
	}

#itembox_right_low {
	width: 100px;
	height: 20px;
	float: right;
	padding-top: 3px;
	border: solid #88a3cc;
	border-width: 0px 1px 1px 1px;
	background-color: #a3bee8;
	text-align: center;
	}
	
.itembox_text {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.itembox_smalltext {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	}

.itembox_smalltext:hover {
	text-decoration: underline;
}

/* End Item Box Classes */