/* -------------------------------- */
/* ONE CELL DESIGN 01 - Border=1 
/* -------------------------------- */

.one-cell-01-wrapper {
	border: 1px solid #E5E5E5;
 	overflow: hidden; 
	min-height: 18px;
/* 	position: relative; */
	margin-bottom: 10px;
}

.one-cell-01-middle{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

/* -------------------------------- */
/* TWO CELL DESIGN 01 - Border=1 
/* -------------------------------- */

.two-cell-01-wrapper {
	border: 1px solid #E5E5E5;
 	overflow: hidden; 
	min-height: 18px;
/* 	position: relative; */
	margin-bottom: 10px;
}

* html .two-cell-01-wrapper {
	height: 1%;
}

.two-cell-01-left{
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	float: left;
	width: 47%;
}

.two-cell-01-right {
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	float: right;
	width: 47%;
}

/* -------------------------------- */
/* TWO CELL DESIGN 02 - Border=0 
/* -------------------------------- */

.two-cell-02-wrapper {
	border: 1px transparent;
	overflow: hidden;
	min-height: 18px;
/* 	position: relative; */
/* 	clear: both; */
}

* html .two-cell-02-wrapper {
	height: 1%;
}

.two-cell-02-left{
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 49%;
}

.two-cell-02-right {
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 49%;
}

/* ------------------------------------------------------------- */
/* ONE CELL DESIGN 03 - PADDING LEFT RIGHT NO BACKGROUND COLOR */  
/* ------------------------------------------------------------- */

.one-cell-03-wrapper {
 	overflow: hidden; 
	min-height: 18px;
/* 	position: relative; */
	margin-bottom: 15px;
}

.one-cell-03-middle{
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

/* ------------------------------------------------------------- */
/* ONE CELL DESIGN 04 - PADDING LEFT RIGHT WITH BACKGROUND COLOR */  
/* ------------------------------------------------------------- */

.one-cell-04-wrapper {
	border: 1px solid #E5E5E5;
 	overflow: hidden; 
	min-height: 18px;
/* 	position: relative; */
	margin-bottom: 10px;
	background-color: #F5F8F9;
}

.one-cell-04-middle{
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

/* -------------------------------- */
/* TWO CELL DESIGN 05 - Border=0 
/* -------------------------------- */

.two-cell-05-wrapper {
	overflow: hidden;
	font-size: 10px;
	padding-bottom: 5px;	
/* 	margin-top: 5px; */
}

.two-cell-05-wrapper a {
	color: #93AFCB;
}

.two-cell-05-wrapper a:hover {
	color: #1B5790;
}

* html .two-cell-05-wrapper {
	height: 1%;
}

.two-cell-05-left{
	font-weight: normal;
	float: left;
	width: 49.5%;
	text-align: left;
/* 	border: 1px solid #E5ECF3; */
	padding-top: 3px;
	padding-bottom: 3px;
}

.two-cell-05-left a {
	background:url(/_images/default/main/icon-arrow-left-small-4x7px.gif) no-repeat left 50%;
	padding-left: 10px;
}

.two-cell-05-right {
	font-weight: normal;
	float: right;
	width: 49.5%;
	text-align: right;
/* 	border: 1px solid #E5ECF3; */
	padding-top: 3px;
	padding-bottom: 3px;
}

.two-cell-05-right a {
	background:url(/_images/default/main/icon-arrow-right-small-4x7px.gif) no-repeat right 50%;
	padding-right: 10px;
}


/* -------------------------------- */
/* TWO CELL DESIGN 06 - Border=0 
/* -------------------------------- */

.two-cell-06-wrapper {
	padding-top: 15px;
	overflow: hidden;
	font-size: 12px;
	padding-bottom: 15px;	
}

.two-cell-06-wrapper a {
	color: grey;
}

.two-cell-06-wrapper a:hover {
	color: #1B5790;
}

* html .two-cell-06-wrapper {
	height: 1%;
}

.two-cell-06-left{
	font-weight: normal;
	float: left;
	width: 49.5%;
}

.two-cell-06-right {
	font-weight: normal;
	float: right;
	width: 49.5%;
	text-align: right;
}

/* -------------------------------- */
/* TWO CELL DESIGN 07 - Border=0 
/* -------------------------------- */

.two-cell-07-wrapper {
	border: 1px transparent;
	overflow: hidden;
	min-height: 18px;
/* 	position: relative; */
/* 	clear: both; */
}

* html .two-cell-07-wrapper {
	height: 1%;
}

.two-cell-07-left{
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 49%;
}

.two-cell-07-right {
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 49%;
}

/* -------------------------------- */
/* TWO CELL DESIGN 08 - Border=0 
/* -------------------------------- */

.two-cell-08-wrapper {
	border: 1px transparent;
	overflow: hidden;
	min-height: 18px;
/* 	position: relative; */
/* 	clear: both; */
}

* html .two-cell-08-wrapper {
	height: 1%;
}

.two-cell-08-left{
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 80%;
}

.two-cell-08-right {
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 20%;
}

/* -------------------------------- */
/* TWO CELL DESIGN 09 - Border=0 
/* -------------------------------- */

.two-cell-09-wrapper {
 	overflow: hidden; 
	min-height: 18px;
	margin-bottom: 10px;
}

* html .two-cell-09-wrapper {
	height: 1%;
}

.two-cell-09-left{
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	float: left;
	width: 47%;
}

.two-cell-09-right {
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	float: right;
	width: 47%;
}


