
.whiteBox_top, .box_bottom {
	height: 5px;
}

.blackBox_top {
	height:23px;
}

/* White Box Related */
.box_TLcorner {
	width: 5px;
	height: 5px;
	float: left;
	background-image: url('../images/whitebox_TLcorner.png');
}

.box_TFill {
	height: 5px;
	float: left;
	background-image: url('../images/whitebox_betweenCornerFill.png');
}

.box_TRcorner {
	width: 5px;
	height: 5px;
	float: left;
	background-image: url('../images/whitebox_TRcorner.png');
}

.box_BLcorner {
	width: 5px;
	height: 5px;
	float: left;
	background-image: url('../images/whitebox_BLcorner.png');
}

.box_BRcorner {
	width: 5px;
	height: 5px;
	float: left;
	background-image: url('../images/whitebox_BRcorner.png');
}

.whiteBox_header {
	background-color: white;
	/*font-size: 1em;*/
	font-size: 12px;
	color: #6a6a6a;
	font-family: Lucida Sans;
	text-transform: uppercase;
}
 /* End White Box Related */

 
.box_content {
	border:1px solid #BEBEBE;
	width:900px;
}

/* Black Box Related */

.box_blackHeaderLeft {
	width: 4px;
	height: 27px;
	float: left;
	background-image: url('../images/blkHeader_Lcorner.png');
	display: inline;
}

.box_blackHeaderCenter {
	height: 22px;
	padding-left: 30px;
	padding-top: 5px;
	float: left;
	background-image: url('../images/blkHeader_center.png');
	color: white;
	font-weight: bold;
	font-size: 1em;
	font-family: Lucida Sans;
	text-transform: uppercase;
	display: inline;
}

.box_blackHeaderRight {
	width: 4px;
	height: 27px;
	float: left;
	background-image: url('../images/blkHeader_Rcorner.png');
	display: inline;
}

 /* End Black Box Related */

 
 /* Grey Outline Box Related */
.imageBox_TLcorner {
	width: 6px;
	height: 5px;
	float: left;
	background-image: url('../images/ProdphotoOutline_TLcorner.png');
}

.imageBox_TFill {
	width: 150px;
	height: 1px;
	float: left;
	background-color: #dddddd;
}

.imageBox_TRcorner {
	width: 6px;
	height: 5px;
	float: left;
	background-image: url('../images/ProdphotoOutline_TRcorner.png');
}

.imageBox_BLcorner {
	width: 6px;
	height: 5px;
	float: left;
	background-image: url('../images/ProdphotoOutline_BLcorner.png');
}

.imageBox_BRcorner {
	width: 6px;
	height: 5px;
	float: left;
	background-image: url('../images/ProdphotoOutline_BRcorner.png');
}

.imageBox_content {
	width: 159px;
	padding-bottom: 5px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	text-align: center;
}

 /* End  Grey Outline Box Related */


 /* Start Clearfix */

.box_content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.box_content
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .box_content
{
	height: 1%;
}
.box_content
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */
.box{

}