﻿.TableHeader
{
 font-weight:bold}

.ProductDetail_Name
{
    font-weight: bold;
    color: Blue;
    font-size:14px;
    text-transform:capitalize;
}

.ProductDetail_Price
{
    font-weight: bold;
    color: #ff0000;
}

.ProductDetail_Code
{
    color: #005b76;
}


.ShoppingCartPrice
{
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

.cart_line_x
{
    background: url( 'Images/bg_line_x.gif' ) left center repeat-x;
    height:1px;
}

.cart_line_y
{
    background: url(Images/bg_line_y.gif) center top repeat-y;
    width:1px;
}


/*************************************************************************************/
.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: 21px;
    width: 93px;
    padding-top: 5px;
}

.btShoppingCartUpdate:link, .btShoppingCartUpdate:visited, .btShoppingCartUpdate:active
{
    font-weight: bold;
    color: #ffffff;
}

.btShoppingCartUpdate:hover
{
    background-position: center center;
    text-align: center;
    height: 21px;
    width: 93px;
    padding-top: 5px;
    font-weight: bold;
    color: #ffffff;
}
/*************************************************************************************/

.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: 21px;
    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: 21px;
    width: 140px;
    font-weight: bold;
    color: #ffffff;
}

/*************************************************************************************/
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(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: inline-table;
    display: inline-block;
    border: solid 0px #000;
    font-weight: bold;
    font-family: Tahoma;
    padding-top: 5px;
    font-size: 10px;
    color: #ffffff;
    background: url(Images/SearchButton.jpg) no-repeat;
    background-position: center center;
    text-align: center;
    height: 20px;
    width: 58px;
    cursor: pointer;
}

.SearchButton:link, .SearchButton:visited, .SearchButton:active
{
    font-weight: bold;
    font-family: tahoma;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}

.SearchButton:hover
{
    text-decoration: underline;
}
/*************************************************************************************/


/*************************************************************************************/
.AddToCart
{
    display: block;
    border: solid 0px #000;
    font-weight: bold;
    font-family: Tahoma;
    padding-top: 3px;
    padding-left: 7px;
    font-size: 11px;
    color: #ffffff;
    background: url(Images/btAddToCart.png) no-repeat;
    background-position: center center;
    text-align: center;
    height: 20px;
    width: 94px;
    cursor: pointer;
}

.AddToCart:link, .AddToCart:visited, .AddToCart:active
{
    font-weight: bold;
    font-family: tahoma;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.AddToCart:hover
{
    font-size: 11px;
    color:Yellow;
    text-decoration: none;
}
/*************************************************************************************/

.BestSellersBox .Price
{
    color: #a74216;
    font-size: 11px;
    font-weight: bold;
}
.BestSellersBox a.ProductName:link, .BestSellersBox a.ProductName:visited, .BestSellersBox a.ProductName:active
{
    color: #292929;
}

.BestSellersBox a.ProductName:hover
{
    text-decoration: underline;
}

/*************************************************************************************/

.ProductPrice
{
    color: #ff0000;
    font-size: 11px;
    font-weight: bold;
}
a.ProductName:link, a.ProductName:visited, a.ProductName:active
{
    font-weight: bold;
    color: #434343;
}

a.ProductName:hover
{
    font-weight: bold;
    text-decoration: underline;
}

/*************************************************************************************/
a.AdvanceSearch:link, a.AdvanceSearch:visited, a.AdvanceSearch:active
{
    text-decoration: underline;
    color: #434343;
}

a.AdvanceSearch:hover
{
    font-weight: bold;
    text-decoration: underline;
}

a.Items:link, a.Items:visited, a.Items:active
{
    color:Blue;
    text-decoration: underline;
}

a.Items:hover
{
    text-decoration: underline;
}



