/*CSS Dynamic Promotions */
.superdeals{
	width:240px;
	padding:0px;
	margin:0px;
	position:relative;

}	

.superdeals ul{
	padding:0px;
	margin:0px;
	position:relative;
}

.superdeals .img-header{
	width:101px;
	height:60px;
	background-image:url(../../homepage/img/homepage-promo-logo.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	position:relative;
}

.superdeals .detail{
	padding:0px;
	margin:0px;
	
	width: 240px;
	height:80px;
}

.superdeals .detail li{


	list-style-position:outside;
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:80px;
}
.superdeals .detail .not-found{
	margin-top:3px;
	margin-bottom:3px;
}

.superdeals .detail table td{
	padding-top:1px;
	padding-bottom:1px;
}

.superdeals .detail .tselected{
	background-color:#f2ecf8;
}

.superdeals .detail .title {	
	float:left;
	width: 100px;
	padding-left:10px;
}

.superdeals .detail .title a{
	font-family:tahoma, Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color:#000000;
}

.superdeals .detail .curr{	
	float:left;
	width: 40px;
	font-family:tahoma, Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color:#4A239A;
	text-align:right;

}

.superdeals .detail .price{	
	float:left;
	width: 70px;
	font-family:tahoma, Georgia, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color:#4A239A;
	text-align:right;

}

.superdeals .note{
	clear:both;
	padding:0px;
	margin:0px;
	
	text-align:right;
	font-family:tahoma, Georgia, "Times New Roman";
	font-size: 10px;
	color:#999999;
}

.superdeals .seeall{
	padding:0px;
	margin:0px;
}

.superdeals .seeall ul{
	width:35px;
	float:right;
}

.superdeals .seeall li{
	margin-bottom: 10px;
	margin: 0px;
	padding: 0px;
	list-style-position:outside;
	list-style-type: square;
	background:none;
}

.superdeals .seeall a {
	font-family:tahoma, Georgia, "Times New Roman";
	font-size: 12px;
	color: #480682;
}

.superdeals .seeall a:hover {
	text-decoration:underline;
	color: #480682;
}

/*FLASH NEWS*/

.flash_news {
	background-image:url(../../img-tpl/homepage/flashnews-bg.jpg);
	background-repeat:no-repeat;
	height: 47px;
	width: 590px;

	margin-bottom: 20px;
}

* html .flash_news{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/img-tpl/homepage/flashnews-bg.jpg',sizingMethod='crop');
}

.flash_news  .p_parent {	
	height: 30px;
	margin-left: 50px;
	width: 530px;
}

.flash_news  .p_parent table{
	height:30px;
	width:100%;
}

.flash_news  .p_parent table td {
	font: 11px/12px Tahoma, Arial;
	color: #333;
	margin: 0px;
	padding: 0px;
	height:30px;
	vertical-align:middle;
}

.flash_news  .p_parent table td a {
	font: 11px/12px Tahoma, Arial;
	color: #333;
	text-decoration: none;
	outline: 0;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

.flash_news .p_parent table td a:hover {
	font: 11px/12px Tahoma, Arial;
	color: #480682;
	text-decoration: underline;
	outline: 0;
	margin: 0px;
	padding: 0px;
		
}

div.tr {
	font-size: 12px;
	font-family: tahoma,Arial;
}
