.whats-new-product-bottom{
	float: left;
	width: 730px;
	height: 12px;
	background-image:url(../Images/BASE_TRANSPRAENT.png);
	background-repeat:repeat-x; 
	background-position: bottom;
}
.whats-new-product-bottom-swap{
	float: left;
	width: 730px;
	height: 12px;
	padding-top: 10px;
	.padding-top: 0px;
	background-image:url(../Images/BASE.png);
	background-repeat:repeat-x; 
	background-position: bottom;
}
#whats-new-product-info{
	float: left;
	width: 625px;
	height: 122px;
	margin-left: 10px;
	display:inline;
}
#whats-new-product-name{
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	color: #666;
	padding-top: 5px; 
	.padding: 0px; 
}
#whats-new-product-name a:active, #whats-new-product-name a:link, #whats-new-product-name a:visited, #whats-new-product-name a:hover{
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	color: #666;
	padding-top: 5px;
	line-height: 30px;		
	text-decoration: none;
}
#whats-new-product-images{
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px;
	padding:0px;
	border: 1px solid #C7CDCE;
}
#whats-new-product-description{
	float: left;
	width: 530px;
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
	color: #666;
	font-size: 12px;
	font-style: normal;
}
#whats-new-product-more-info{
	float: left;
	width: 95px;
	height: 122px;		 
}
#whats-new-product-update-date{
	background-image: url(../Images/whats_new_date.png);
	background-repeat: no-repeat;
	width: 46px;
	margin: 0px;
	padding: 0px;		
	text-align: center;
	margin-left: 20px; 
	float:left;
}
.whats-new-product-update-date-bold-text{
	font-size: 22px;
	height: 15px;
	line-height: 20px;
	text-align: center;
}
.whats-new-product-update-date-normal-text{
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}
#whats-new-product-more-info-link{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-top: 60px;
}
#whats-new-product-more-info-link a:active, #whats-new-product-more-info-link a:link, #whats-new-product-more-info-link a:visited, #whats-new-product-more-info-link a:hover{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.whats-new-rolover-color{
	color: #35A6E9;
}
.whats-new-rolout-color{
	color: #666;
}
.whats_inner_box{
	width: 730px;
	height: 144px;
	.height: 122px;
	margin: 0px;
	padding: 0px;
	background-color: #EEF5F7;
	float:left;
}
.whats_inner_box-swap{
	width: 730px;
	height: 144px;
	.height: 122px;
	margin: 0px;
	padding: 0px;
	float:left;
	background-color: #EEF5F7;
	background-image:url(../Images/TOP.png);
	background-repeat:repeat-x; 
	background-position: top;
}
.whats_alternative_inner_box{
	width: 730px;
	height: 144px;
	.height: 122px;
	margin: 0px;
	padding: 0px;
	background-color: #E3EEF2;
	float:left;
}
.whats_alternative_inner_box-swap{
	width: 730px;
	height: 144px;
	.height: 122px;
	margin: 0px;
	padding: 0px;
	background-color: #E3EEF2;
	background-image:url(../Images/TOP.png); 
	background-repeat:repeat-x; 
	background-position: top;
	float:left;
}
/*******************************************************************************************/

/*******************************************************************************************/
/*										Pagination								   		   */
/*******************************************************************************************/
#pagination{		
	width: 728px;
	.width: 730px;
	/*background-color: #E9E9E9;*/
	background-image:url(../Images/page_navigation_bckground.jpg);
	background-repeat: repeat-x;
	height: 35px;
	border: 1px solid #C5C5C5;
	margin: 0px;
	padding: 0px;
	float:left;
}
#pagination-box{
	float: right;
	width: 545px;
	height: 35px;
}	
.pagination-page a:active,  .pagination-page a:link, .pagination-page a:visited{
	float: left;
	width: 34px;
	height: 25px;
	.height: 35px;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	text-decoration: none;
	color: #414141;
	border-right: 1px solid #414141;
	padding-top: 10px;
}
.pagination-page a:hover{
	float: left;
	width: 34px;
	height: 25px;
	.height: 35px;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	text-decoration:underline;
	color: #414141;
	border-right: 1px solid #959595;
	padding-top: 10px;
}
.pagination-active-page{
	float: left;
	width: 34px;
	height: 25px;
	.height: 35px;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	color: #414141;
	background-color: #F9F9F9;
	border-right:1px solid #959595;
	padding-top: 10px;
}
.pagination-previous, .pagination-next{
	float: left;
	width: 86px;
	height: 25px;
	.height: 35px;
	padding-top: 3px;
	margin: 0px;
	margin-right: 10px;
 	text-align: center;
}
