﻿body
{
    margin: 10px 0px 0px 0px;
    font-size: 11px;
    color: #000000;
    font-family: Tahoma;
    background-color: #461F28;
    background-image: url(../../Images/Design/Background-main.gif);
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 0px;
    margin-bottom: 0px;
}

a
{
    font-weight: bold;
    color: #82394e;
    text-decoration: none;
}

a:hover
{
    color: #82394e;
    text-decoration: underline;
}

.TitleMenuLeft
{
    font-weight: bold;
    font-size: 12px;
}

.ListMenu
{
    list-style-image: url(../../images/Design/bullet.gif);
    margin: 0px auto 0px 20px;
}

.ListMenu LI
{
    text-align: left;
    vertical-align:top;
    margin:5px auto 5px 0px;
}

.ListMenu a
{
    margin: 0px auto 0px 5px;   
    
}


.MenuImg
{
    text-align: left;
}

.CssMenuImageLeft
{
    margin: 10px auto 0px 5px;
}

.CssMenuImageRight
{
    margin: 10px auto 0px 3px;
}
.MenuHeaderTabs
{
    font-weight: normal;
    font-size: 14px;
    color: #a43757;
    font-family: Georgia;
}

.MenuHeaderTabs a
{
    margin: 0px 7px 0px 7px;
    color:#a43757;
    text-decoration: none;
}

.MenuHeaderTabs a:hover
{
    color: #a43757;
    text-decoration: underline;
}

.MenuHeaderTabsSelected
{
    font-weight: bold;
    font-size: 14px;
    color: #a43757;
    font-family: Georgia;
}

.MenuHeaderTabsSelected a
{
    margin: 0px 7px 0px 7px;
    color:#a43757;
    text-decoration: none;
}

.MenuHeaderTabsSelected a:hover
{
    color: #a43757;
    text-decoration: underline;
}

.MenuHeader
{
    font-weight: normal;
}

.MenuHeader a
{
    margin: 0px 7px 0px 7px;
    color:#461f28;
    text-decoration: none;
}

.MenuHeader a:hover
{
    color: #461f28;
    text-decoration: underline;
}

.MenuViewCartAndCheckout
{
    font-size: smaller;
}

.MenuNews
{
    border-right: #461F28 1px solid; 
    border-top: #461F28 1px solid; 
    border-left: #461F28 1px solid;
    border-bottom: #461F28 1px solid; 
    background-color: #e9e9e9;
}

h1, h2, h3, h4
{
    font-family: Georgia;
    color: #a9a9a9;
}

h1
{
    font-size: 24px;    
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 16px;
}

h4
{
    font-size: 12px;
    margin-top: 15px;
}

p
{
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    margin-top: 12px;
    margin-bottom: 12px;
}

.CustomHead
{
    font-size: 12px;
    color: orange;
    font-weight: bold;
}

.BlockCenter
{
    margin-left: auto;
    margin-right: auto;
}

.PagingText
{
    font-size: 10px;
    font-weight: bold;
    color: blue;
}

.BreadCrumb
{
    font-size: 11px;
    font-weight: normal;
    color: orange;
}

.CategoryNavListHeader
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    color: silver;
    background-color: #800000;
    text-align: center;
}

.CategoryNavListContent
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #ffffff;
    text-align: center;
    width: 160px;
    margin: 10px;
}

.CategoryNavListItem
{
    text-decoration: none;
}

.CategoryListHeader
{
    font-weight: bold;
}

.CategoryListItem
{
    vertical-align: bottom;
}

.CategoryListContent
{
    width: 100%;
}

.CategoryListName
{
    color: blue;
}

.CategoryListDescription
{
}

.ProductListHeader
{
    font-weight: bold;
}

.ProductListItem
{
    vertical-align: bottom;
}

.ProductListContent
{
    width: 100%;
}

.ProductListName
{
    font-family: Georgia;
    font-size: 13px;
    color: #a9475e;
}

.ProductListName a
{
    font-weight: bold;
    color: #82394e;
    text-decoration: none;
}

.ProductListName a:hover
{
    color: #82394e;
    text-decoration: underline;
}

.Footer
{
    font-family: Georgia;
    font-size: 11px;
    color: #333333;
}

.Footer a
{
    color: #666666;
    text-decoration: none;
}

.Footer a:hover
{
    color: #666666;
    text-decoration: underline;
}

.ProductListDescription
{
}

.ProductDetailsName
{
    color: Orange;
    font-weight: bold;
}

.ProductDetailsShortDescription
{
    font-weight: bold;
}

.ProductDetailsLongDescription
{
}
    

td.ShippingAddressLabelColumn
{
    padding: 0px 30px 0px 10px;
    font-weight: bold;
    color: #000000;
    text-align:left;
}

td.ShippingAddressDataColumn
{
    padding: 0px 30px 0px 10px;
    text-align:left;
}

.GridRowStyle
{
    background-color :#ececec;
}

.GridHeadStyle
{
    background-color : #d4d0c8;
    font-weight :bold;
    color:#ffffff;
}

.TableHead
{ 
    background-color: #d4d0c8;
    color: white;
    font-weight: bold;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.TableHeadBorder
{ 
    background-color: #E3DDC6;
    color: white;
    font-weight: bold;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.TableAlter
{
    background-color : #ececec;
}

.TableRow
{
    background-color: #ffffff;
}

.tableAdvancedSearch
{ 
    border-right: #461F28 1px solid;
    border-top: #461F28 1px solid;
    border-left: #461F28 1px solid;
    border-bottom: #461F28 1px solid;
}

.tableAdvancedSearch td
{
    width: 25%;
}

.titleLayout
{
    font-weight: bold;
    color: #ff9900;
    text-decoration: none;
    padding-left: 5px;
}

.LinkLayoutHead
{
    font-weight: bold;
}

.LinkLayoutHead a
{
    color: #000000;
    text-decoration: none;
}

.LinkLayoutHead a:Hover
{
    text-decoration: underline;
    color: #7da7d9;
}

.LinkCategory a
{
    text-decoration: none;
}

.LinkCategory a:hover
{
    text-decoration: none;
}

.NoBorder
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.AlternateRow
{
    background-color: #EEEEEE;
}

.NoteText
{
    font-weight: bold;
    color: blue;
}

.leftlink
{
    text-align: left;
}

.ValidateText
{
    color: red;
}

.LoginName
{
    font-weight: bold;
    color: white;
}

.LogOutText
{
    font-weight: bold;
    color: white;    
}

.TextCenter
{
    text-align: center;
}

.PageNumber
{
    text-align: right; 
    margin-left: auto; 
    margin-right: 10px;
}

.CssList
{
    list-style-image: url(../../Images/Design/VevoMyAccountBullet.png);
}

.CssNoLine
{
    text-decoration: none;
}


.CssBoxTopLeft
{
    width: 15px;
    height: 13px;
    background-image: url(../../Images/Design/BoxTopLeft.png);
    background-repeat: no-repeat;    
}

.CssBoxTopCenter
{
    height: 13px;
    background-image: url(../../Images/Design/BoxTopCenter.png);
    background-repeat: repeat-x;    
}

.CssBoxTopRight
{
    width: 15px;
    height: 13px;
    background-image: url(../../Images/Design/BoxTopRight.png);
    background-repeat: no-repeat;    
}

.CssBoxTitleLeft
{
    width: 23px;
    height: 17px;
    background-image: url(../../Images/Design/BoxTitleLeft.gif);
    background-repeat: no-repeat;    
}

.CssBoxTitleText
{
    letter-spacing: 0px;
    height: 17px;
    font-family: Georgia;
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    padding: 6px 12px 6px 12px;
    text-align: left;
}

.CssBoxTitleRight
{
    height: 17px;
    background-image: url(../../Images/Design/BoxTitleRight.png);
    background-repeat: repeat-x;    
}

.CssBoxBodyLeft
{
    width: 1px;
    background-image: url(../../Images/Design/BoxBodyLeft.png);
    background-repeat: repeat-y;    
}

/*.CssBoxBodyCenter
{
    background-color: White;    
}*/

.CssBoxBodyRight
{
    width: 1px;
    background-image: url(../../Images/Design/BoxBodyRight.png);
    background-repeat: repeat-y;  
}
