﻿
/*--------Dùng cho bản tin ----------*/
.TitleProduct
{
	
	color: #FFFFFF; 
	font-family: Tahoma; 	
	text-decoration: none;		
	font-size:12px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	background :#333333;
}
.Title
{
	
	color: #FFFFFF; 
	font-family: Verdana; 	
	text-decoration: none;		
	font-size:12px;
	
}
.Title a
{
	
	color: #FFFFFF; 
	font-family: Verdana;	
	text-decoration: none;	
	font-size:12px;
	
}

.Title a:hover
{
	
	color: #FFFFFF; 
	font-family: Verdana;	
	text-decoration: none;	
	font-size:12px;
	
}

.Title a:visited
{
	
	color: #FFFFFF; 
	font-family: Verdana;	
	text-decoration: none;	
	font-size:12px;
	
}
.Title a:active
{
	
	color: #FFFFFF; 
	font-family: Verdana;	
	text-decoration: none;	
	font-size:12px;
	
}

/* ---- Style cho control paging ---- */
div.PagingStyle { width:100%; }

div.PagingStyle .leftborder 
{
	float: left;
	height:30px;
	background-color:#fff;
	width: 3%;
}

div.PagingStyle .rightboder 
{
	float: right;	
	background-color:#fff;
	width:3%;
	height:30px;
}

div.PagingStyle .PagingStyleArticle
{
	float: left;
	width:94%;

}

.PagingArticleViewStyle 
{
	background-color:#fff;		
	height: 30px;
	width:100%;	
}

/*---------Rating---------*/
.ratingStar 
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}





