﻿

.TableHeader
{
    text-decoration: none;
    color: #FFEE86;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana,Tahoma, Tahoma,Tahoma;
}


.ProductDetail_Name
{
    font-weight:bold;
    color:#f0f0f0;
}

.ProductDetail_Price
{
    font-weight:bold;
    color:#f0f0f0;
}

.ProductDetail_Code
{
    font-weight:bold;
    color:#f0f0f0;
}


.ShoppingCartPrice
{
    font-size: 12px;
    color: #f0f0f0;
    font-weight: bold;
}

.cart_line_x
{
    background: url('Images/bg_line_x.gif') left center repeat-x;
}

.cart_line_y
{
    background: url(Images/bg_line_y.gif) center top repeat-y;
}


/*************************************************************************************/
.btShoppingCartUpdate
{
    display: block;
    border: solid 0px #000;
    color: #ffffff;
    background: url(Images/ShoppingCart/btUpdate.jpg) no-repeat;
    background-position: center center;
    text-align: center;
    height: 22px;
    width:96px;
    padding-top:5px;
}

.btShoppingCartUpdate:link, .btShoppingCartUpdate:visited, .btShoppingCartUpdate:active
{
    font-weight: bold;
    color: #ffffff;
}

.btShoppingCartUpdate:hover
{
    background-position: center center;
    text-align: center;
    height: 22px;
    padding-top:5px;
    font-weight: bold;
    color: #f0f0f0;
    text-decoration:underline;
}
/*************************************************************************************/

.btContinueShopping
{
    display: block;
    border: solid 0px #000;
    color: #ffffff;
    background: url(Images/ShoppingCart/btContinueShopping.jpg) no-repeat;
    background-position: center center;
    text-align: center;
    padding-top:5px;
    height: 22px;
    width: 140px;
}

.btContinueShopping:link, .btContinueShopping:visited, .btContinueShopping:active
{
    font-weight: bold;
    color: #ffffff;
}

.btContinueShopping:hover
{
    display: block;
    border: solid 0px #000;
    color: #ffffff;
    background-position: center center;
    text-align: center;
    padding-top:5px;
    height: 22px;
    width: 140px;
    font-weight: bold;
    color: #ffffff;
    text-decoration:underline;
}

/*************************************************************************************/
a.EditYourCart:link, a.EditYourCart:visited, a.EditYourCart:active
{
    font-weight: bold;
    color: #2564c0;
    text-decoration:underline;
}

a.EditYourCart:hover
{
    font-weight: bold;
    color: #ff3333;
    text-decoration:underline;
}

/*************************************************************************************/
.btCheckoutNow
{
    display: block;
    border: solid 0px #000;
    color: #ffffff;
    background: url(http://hanghieusieure.com/App_Themes/Default/Images/Checkoutnow.jpg) no-repeat;
    background-position: center center;
    text-align: center;
    height: 23px;
    padding-top: 8px;
}

.btCheckoutNow:link, .btCheckoutNow:visited, .btCheckoutNow:active
{
    font-weight:bold;
    font-family: tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.btCheckoutNow:hover
{
    color: #eff8fd;
    
}
/*************************************************************************************/

/*************************************************************************************/
.SearchButton
{
    display: block;
    border: solid 0px #000;
    font-weight:bold;
    font-family: Tahoma;
    padding-top: 5px;
    font-size: 10px;
    color: #ffffff;
    background: url(Images/btSearch.jpg) no-repeat;
    background-position: center center;
    text-align: center;
    height: 19px;
    width: 70px;
    cursor: pointer;
}

.SearchButton:link, .SearchButton:visited, .SearchButton:active
{
    font-weight:bold;
    font-family: tahoma;
    font-size: 10px;
    color: #3366d5;
    text-decoration: none;
}

.SearchButton:hover
{
    color:#ff0000;
    
}
/*************************************************************************************/


/*************************************************************************************/
.AddToCart
{
    display: block;
    border: solid 0px #000;
    font-weight:bold;
    font-family: Tahoma;
    padding-top: 5px;
    font-size: 10px;
    color: #ffffff;
    background: url(Images/btAddToCart.jpg) no-repeat;
    background-position: center center;
    text-align: center;
    height: 20px;
    width: 95px;
    cursor: pointer;
}

.AddToCart:link, .AddToCart:visited, .AddToCart:active
{
    font-weight:bold;
    font-family: tahoma;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

.AddToCart:hover
{
    color:#f0f0f0;
    
}
/*************************************************************************************/

.BestSellersBox .Price{color:#FFEE86; font-size:12px; font-weight:bold;}
.BestSellersBox a.ProductName:link, .BestSellersBox a.ProductName:visited, .BestSellersBox a.ProductName:active
{
    color: #FFEE86;
}

.BestSellersBox a.ProductName:hover
{
    color: #FFEE86;
    text-decoration:underline;
}

/*************************************************************************************/
.ProductCode{color:#f0f0f0}
.ProductSize{color:#cccccc}

.ProductPrice{color:#FFEE86; font-size:11px; font-weight:bold;}
a.ProductName:link, a.ProductName:visited,  a.ProductName:active
{
    /*font-weight: bold;*/
    color: #FFEE86;
}

a.ProductName:hover
{
    /*font-weight: bold;*/
    color: #FFEE86;
    text-decoration:underline;
}

/*************************************************************************************/
a.AdvanceSearch:link, a.AdvanceSearch:visited,  a.AdvanceSearch:active
{
    text-decoration:underline;
    font-weight: bold;
    color: #3366d5;
}

a.AdvanceSearch:hover
{
    font-weight: bold;
    color: #ff0000;
    text-decoration:underline;
}