﻿/**************************************************/
/***** eezy Store Styles                      *****/
/**************************************************/
.catimg
{
    position: relative;
    float: left;
    width: 110px;
    padding: 0px 0 10px 0px;
}
.catimg img
{
    border: none;
    height: 100px;
    width: 100px;
}
.cattitle
{
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    padding-bottom: 5px;
}
.cattitle a
{
    color: #1e3d62;
    text-decoration: none;
}
.cattitle a:hover
{
    color: black;
    text-decoration: none;
}
.catdesc
{
    float: right;
    text-align: left;
    padding: 0 10px 10px 10px;
}

/**************************************************/
/***** eezy Store Admin Styles                *****/
/**************************************************/
.adminContainer
{
    border: 1px solid #ccc;
    vertical-align: top;
    height: 100%;
}

body
{
    margin: 0px auto 0px auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #4A4548;
}
.nav
{
    color: #5D5C5D;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.nav a:hover
{
    color: #FF9900;
    text-decoration: none;
}
.subNav
{
    color: #5D5C5D;
    border: #E4E6DF solid 1px;
    font-size: 15px;
    padding: 2px 5px 2px 5px;
}
.subNav a:hover
{
    color: #FF9900;
    text-decoration: none;
}
#productmenu
{
    position: absolute;
    left: 10px;
    top: 140px;
    vertical-align: top;
    text-align: left;
    width: 170px;
    background: url(/images/menu.jpg);
}
#productmenu a
{
    color: #666666;
}
#productmenu a:hover
{
    color: #FF0000;
}
#productcontent
{
    margin: 40px 0px 0px 200px;
    text-align: left;
}
#right
{
    position: absolute;
    right: 15px;
    top: 140px;
    width: 200px;
}
.menubox
{
    background-color: #efefef;
    border: solid 1px #6699cc;
    margin-bottom: 10px;
}
.headerBox
{
    background-color: #efefef;
    border: solid 1px #6699cc;
    padding: 0px 0px 5px 0px;
    white-space: nowrap;
    font-weight: bold;
}
/********** Rounded corners **********/
.corner-top
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 6px;
    width: 100%;
    position: relative;
    top: -1px;
    right: -1px;
    background: transparent url(/stylesheets/crn_tr.gif) no-repeat top right;
}
.corner-top .corner-left
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 6px;
    width: 6px;
    position: relative;
    left: -2px;
    background: transparent url(/stylesheets/crn_tl.gif) no-repeat top left;
}
.corner-bottom
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 6px;
    width: 100%;
    position: relative;
    bottom: -1px;
    right: -1px;
    background: transparent url(/stylesheets/crn_br.gif) no-repeat bottom right;
}
.corner-bottom .corner-left
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 6px;
    width: 6px;
    position: relative;
    left: -2px;
    background: transparent url(/stylesheets/crn_bl.gif) no-repeat bottom left;
}
.container
{
    position: relative;
    padding: 3px 0px 0px 2px;
    margin: 0px 0px 0px 6px;
}
.adminBox
{
    border: 1px solid #ccc;
    vertical-align: top;
    height: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.adminHeader
{
    font-weight: bold;
    font-size: larger;
    color: #85CE2F;
    text-align: left;
    padding: 5px 0px 0px 5px;
}
.detail_box
{
    border: 1px solid #ccc;
    height: 180px;
}
h1
{
    font-size: 1.3em;
    color: #5D5C5D;
}
.FieldTitle
{
    text-align: right;
    vertical-align: text-top;
    width: 150px;
    padding: 0px 5px 0px 0px;
}

