﻿body 
{
    margin:0 auto;
	background-color: #fceccc;
}

.MainContainer
{
    margin:0 auto;
    width:800px;
}

.BackofficeContainer
{
    background-color:#FCECCC;
}
.BackofficeContainer a,.BackofficeContainer a:visited
{
    color:#90723E;
}

a
{
    
    text-decoration:none;
}

h1
{
    font-size:20px;
}

.Button
{
    /*background-image:url(Images/bt_all.jpg);*/
    width:120px;
    height:20px;
    text-align:center;
    text-decoration:none;
    color:Gray;
}

.Button2 
{
     padding:0px 5px 0px 5px;
    height:25px;
    background-color:White;
    border-color:skyblue;
    border-width:2px;
    border-style:ridge;
    text-align:center;
}
.Button2 a,.Button2 a:visited
{

    color:Black;
}
.ErrorMessage
{
    color:Red;
}
.Success
{
    color:Green;
}

.Hidden
{
    visibility:hidden;
    display:none;
}
.Visible
{
    visibility:visible;
    display:block;
}

.MainLinks
{
    background-color:#d9a653;
}
.MainLinks a,.MainLinks span, .MainLinks a:visited
{
    color: Black ;
    text-decoration:none;
    cursor:hand; cursor:pointer;
}

.Box
{
    border-style:solid;
    border-color:Black;
    border-width:2px;
    font-weight:bold;
}

.Row
{
    background-color:#fcdc9d;
    height:35px;
}

.RowNo
{
    height:15px;
}
/*s ***************** Section *********/
.Section
{
    font-weight:bold;
    width:100%;
    text-align:center;
    background-color:Black;
}
.Section a
{
    color:White;
}

.SectionItem
{
}
.SelectedSection
{
    background-color:White;
    color:Black;
    
}
.SelectedSection a,.SelectedSection a:visited
{
    color:Black;
}
/*e ***************** Section *********/

/*s *****************  menu*********/
.MenuContainer
{
    width:100%;
    background-color:White;
    text-align:center;
    margin:auto;
}
.MenuContainer a,.MenuContainer a:visited
{
    color:Black;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
}

.MenuItem:hover,.MenuItem a:hover
{
    background-color:White ;
    color:Red ;
}
.UserName
{
    color:White;
}
.CurrentSection
{
    background-color:Gray;
    height:100%;
       
}
.CurrentSection a
{
    color:White;
    
}


/*e *****************  menu*********/

/*s ******************************** AddItem******************/
.ItemsContainer
{
}

.RelatedList
{
    cursor:pointer; cursor:hand;
    color:White;
}

/*e ******************************** AddItem******************/

/*s ****************************** Categories ******************/
.MenuLayer2
{
    position: absolute ;
    background-color: Gray;
    visibility:hidden;
    display:none;
    z-index:150;
        
}
.MenuLayer2 td:hover
{
    background-color: Black ;

}
.MenuLayer2 a
{
    font-weight:bold;
    color: White;
}
.MenuLayer3
{
    position:absolute ;
    background-color:Black;
    visibility:hidden;
    display:none;
    z-index:150;
}
.MenuLayer3 td:hover
{
    background-color: Gray ;

}
.MenuLayer3 a
{
    font-weight:bold;
    color:White;
}
.MenuLayer4
{
    position:absolute ;
    background-color:Gray;
    visibility:hidden;
    display:none;
    z-index:150;
        
}
.MenuLayer4 td:hover
{
    background-color: Black ;

}
.MenuLayer4 a
{
    font-weight:bold;
    color:White;
}


.Categories
{
    color:gold;
    width:150px;
    height:20px;
    text-align:left ;
    font-weight:bold;
    font-size:20px;
    
}
.CategoryName
{
    width:100%;
    height:30px;
    text-align:left ;
    font-size:20px;
    padding-left:8px;
    border-style:solid;
    border-color:Black;
    border-width:2px;
    font-weight:bold;
}
.CategoryDescription
{
    font-style:italic;
    text-align:center;
}
.CatItem
{
    background-color:Black;
    width:150px;
    height:20px;
    text-align:left ;
}
.CatItem a
{
    text-decoration:none;
    color:White;
    font-weight:bold;
    font-size:16px;
}
.CatItem a:hover
{
    color:Gray;
}
.SelectedCatItem
{
    background-color:White;
    width:150px;
    height:20px;
    text-align:left ;
}
.SelectedCatItem a
{
    text-decoration:none;
    color:Black;
    font-weight:bold;
    font-size:16px;
}
.SelectedCatItem a:hover
{
    color:Gray;
}

.btPager
{
}

.Warning
{
    color:Red;
}

.CategoryEditorContainer span
{
    color:Black;
}
/*e ****************************** Categories ******************/

/*s ****************************** Settings *********************/
.SettingsContainer
{
}
.SettingsHeader
{
}
.SettingsLabel
{
    color:Black;
}
.SettingsInput
{
}
.SectionHead
{
    background-color:Gray;
}
/*e ****************************** Settings *********************/


/*s ****************************** UsersList *************************/

/*e ****************************** UsersList *************************/


/*s ****************************** Item *************************/
.ItemThumbContainer 
{
    
    text-align:center;
    text-decoration:none;
    background-image:url(images/bgItem.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
    height:325px;
}
.ItemThumbContainer IMG
{
    cursor:pointer; cursor:hand;
    border-width:1px;
    border-style:solid;
    border-color:#ebb85c;
}
.ItemTitle
{
    color:#92733d;
    font-size:20px;
    font-weight:bold;
}
.ItemDescription
{
    text-align:center;
    font-size:12px;
}
.TdItemPrices
{
    text-align:center;
    
}
.ItemPriceLabel
{
}
.ItemOldPrice
{
    color:maroon;
    text-decoration:line-through;
    font-weight:bold;
}
.ItemNewPrice
{
}
.ItemPrice
{
    color:Black;
    font-weight:bold;
}
.ItemViewLink
{
    background-image:url(Images/view.jpg);
    background-position:center;
    background-repeat:no-repeat;
    width:41px;
    height:23px;
    cursor:pointer; cursor:hand;
}
.ItemCart
{
    background-image:url(Images/add_bg.jpg);
    width:41px;
    height:23px;
    cursor:pointer; cursor:hand;
}
.ItemCart:hover
{
    background-image:url(Images/add_1.jpg);
}
.ItemMessage
{
    background-image:url(Images/envelop.jpg);
    background-position:center;
    background-repeat:no-repeat;
    width:41px;
    height:23px;
    cursor:pointer; cursor:hand;
}
.ShowHidden
{
    border-color:Yellow;
    border-width:1px;
    border-style:solid;
    cursor:pointer; cursor:hand;
}
.CartSuccess
{
    color:Gray ;
}
.ItemBigImage
{
    border-width:2px;
    border-color:Black ;
    border-style:solid;
}
.ItemEdit
{
    color:White;
    background-color:Maroon;
    border-width:1px;
    border-color:White;
    border-style:solid;
}
.ItemEdit:hover
{
    background-color:White;
    color:Maroon;
}
.ItemWhlPrice
{
    font-weight:bold;
    color:Black;
}
.ItemWhlOldPrice
{
    color:Gray;
}
/*e ****************************** Item *************************/

/*s ****************************** Item Details*************************/
.ItemContainer 
{
    
    text-align:center;
    text-decoration:none;
    width:650px;
    background-color:#fdf7e1;
}
.ItemContainer IMG
{
    
}
.ItemDetailsCatName
{
    width:100%;
    color:Black;
    text-align:left ;
    font-size:25px;
    border-style:solid;
    border-color:Black;
    border-width:2px;
    border-bottom-width:0px;
    font-weight:bold;
}

.ItemDetailsSecBg
{
    font-family: "Times New Roman", Times, serif; 
    font-size: small;
    text-align:left;
    background-color:#d9a64b;
}
.ItemDetailsTitle
{
    font-size:30px;
    font-weight:bold;
}
.ItemDetailsLable
{
    font-size:15px;
}
.ItemDetailsPrice
{
    font-size:15px;
    text-decoration:line-through;
}
.ItemDetailsNewPrice
{
    font-size:15px;
}
.ItemDetailsDescription
{
}
.ItemDetailsTdDes
{
    text-align:left;
}
.tdH1
{
    text-align:left;
}

tbody
{
    text-align:left;
}
.ItemDetailsID
{
    color:Gray;
}
.ItemDetailsWhlTd
{
    font-weight:bold;
}
.ItemDetailsWhlPrice
{
}
/*e ****************************** Item Details*************************/

/*s ****************************** RelatedItems  ****************/
.RelatedItemsContainer 
{
    border-style:double ;
    border-color:#90723e;
}
.RelatedItemsHead
{
    background-color:#90723e;
}
/*e ****************************** RelatedItems  ****************/

/*s ****************************** Cart count *******************/
.CartCountContainer
{
    background-color:#90723e;
    width:150px;
    
}
.CartCountContainer a,.CartCountContainer a:visited,.CartCountContainer span
{
    color:White;
    font-weight:bold;
}
.CartTotal
{
    font-weight:bold;
    color:Black;
}
/*e ****************************** Cart count *******************/

/*s ****************************** Login ************************/
.LoginContainer
{
    border-bottom-color :Gray;
    border-bottom-style:solid;
    border-bottom-width:3px;
    width:100%
}
.lblShow
{
    cursor:pointer; cursor:hand;
}
.Hello
{
    font-weight:bold;
}
.tdLogin
{
    color:Black;
}

.LoginP
{
    background-color:#f5deb4;
}
.LoginP #tdSep
{
    background-color:#fceccc;
}

/*e ****************************** Login ************************/

/*s ******************************* my cart **************************/
.CartEmpty
{
}
.MyCartRemoveTd
{
    border-bottom-width:0px;
    border-top-width:0px;
    border-right-width:0px;
}
.MyCartRow, .MyCartRow
{
    color:Black;
}
.btMakeOrder
{
    border-color:Gray;
    border-style:solid;
    border-width:2px;
    color:Gray;
}
.FirstOrder{
    color:Red;
}
/*e ******************************* my cart **************************/


/*s ******************************* message ***************************/
.MessageLabel
{
    
}
.MessageText
{
    font-family:Tahoma;
    color:Orange;
}
.Empty
{
}
.Sent
{
}
.MessageHello
{
}
.MessageContact
{
    font-weight:bold;
}
/*e ******************************** message **************************/

/*s ******************************** register **************************/
.RegisterTdBg
{
    background-color:Gray;
}
.RegiterHeader
{
    font-weight:bold;
    font-style:inherit;
    font-size:20px;
}
/*e ******************************** register **************************/

/*s ******************************** Search **************************/
.SearchHead
{
    background-color:Gray;
}
.SearchTitle
{
    font-style:italic;
    font-size:20px;
    font-weight:bold;
}
.HighLightSearch
{
    background-color:Yellow;
    color:Black;
    border-style:solid;
    border-width:1px;
    border-color:Red;
}
.Search
{
    background-color:#90723e;
    width:150px;
}
.Search a
{
    color:White;
    
}
/*e ******************************** Search **************************/
/*e ******************************** Credit Pay **************************/
.CreditAmount
{
    color:Gray;
}
.CreditTitle
{
     
}
.tdCreditTitle
{
    background-color:Gray;
    font-style:italic;
    font-size:20px;
    font-weight:bold; 
}
.CreditSuccess
{
    color:Black;
    font-style:italic;
    font-size:25px;
}
.CreditSuccessID
{
    color:Yellow ;
    font-style:italic;
    font-size:25px;
}
/*e ******************************** Credit Pay **************************/

/*s ******************************** Mailing list **************************/

.MailingListContainer
{
    background-color:#ffcc99;
    width:150px;
    text-align:center;
}
.MailingListNote
{
    font-weight:bold;
}
.style59
{
    font-size: 10pt; 
    font-family: Arial
}
/*e ******************************** Mailing list **************************/

/*s ******************************** Footer **************************/
.Footer
{
    width:100%;
    text-align:center;
    
}
  
  .FooterLinks
{
    
    background-color:Black;
    padding-left:10px;
}
.FooterLinks a,.FooterLinks span,.FooterLinks a:visited
{
    color:White;
    text-decoration:none;
    cursor:hand; cursor:pointer;
}
.FooterLinksSelected
{
    background-color:White;
    color:Black;
    padding-left:10px;
}    
.FooterLinksSelected a:visited
{
    color:Black;
}    
.FooterRow
{
    background-color:Black;
    height:30px;
}
/*e ******************************** Footer  **************************/

/*s ******************************** Sign up **************************/

.SignUpStyle
{
    background-color:Black;
    color:White;
}
.SignUpStyle span
{
    color:White;
}
/*e ******************************** Sign up **************************/

/*s ********************************SendToFriend *********************/
.SendToFriend .Title
{
    font-size:25px;
    font-weight:bold;
}


/*e ********************************SendToFriend *********************/