*
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #cddcde;
    background-image: url('../styleImages/background/blue.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    color: #313131;
    font-family: Calibri, Arial, Helvetica, Sans-serif;
    font-size: 0.8em;
}

a
{
    background-color: transparent;
    color: #313131;
    text-decoration: none;
}

a:hover
{
    border-bottom: 1px solid #919191;
}

form.formStyle
{
    margin: 20px 0px 20px 0px;
}

form.formStyle div
{
    margin: 10px 0px 10px 0px;
}

form.formStyle label
{
    display: block;
    float: left;
    font-weight: bold;
    width: 10em;
}

form.formStyle label.nobold
{
    font-weight: normal;
}

form.formStyle .textbox
{
    width: 26em;
}

form.formStyle input[type="submit"]
{
    margin-top: 20px;
    text-align: center;
}

form.formStyle select option
{
    padding: 0px 5px 0px 5px;
}

fieldset
{
    border: 1px solid #cccccc;
    color: #313131;
    margin: auto;
    padding: 5px;
    width: 80%;
}

h1
{
    font-size: 1.6em;
}

img, img a
{
    border: none;
}

p
{
    margin: 10px 0px 10px 0px;
}

select option
{
    padding: 0px 5px 0px 5px;
}

#advancedSearch div
{
    margin: 10px 0px 10px 0px;
}

#bottom
{
    height: 15px;
}

#container
{
    margin: 10px auto 10px auto;
    width: 986px;
}

#content
{
    margin: 10px 0px 10px 0px;
    /**
     * Page needs a min height
     * to make sure the bottom
     * bar is below the end of
     * the gradient.
     */
    min-height: 500px;
    height: auto !important;
    height: 500px;
}

#contentLeft
{
    float: left;
    width: 170px;
}

#contentMiddle
{
    float: left;
    font-size: 1.2em;
    margin: 0px 10px 0px 10px;
    padding: 0px 5px 0px 5px;
    width: 590px;
}

#contentMiddle a
{
    text-decoration: underline;
}

#contentMiddle a:hover
{
    text-decoration: none;
}

#contentMiddle p:first-child
{
    margin-top: 0px;
}

#contentMiddle ul
{
    margin-left: 25px;
}

#contentRight
{
    float: left;
    width: 170px;
}

#contentLeft div:first-child,
#contentRight div:first-child
{
    margin-top: 0px;
}

#favourites
{
    text-align: center;
}

#favourites a,
#favourites a:hover
{
    text-decoration: none;
}

#featured
{
    float: right;
    width: 550px;
}
    
#featuredContent
{
    background-image: url('../styleImages/box/slice.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    float: left;
    padding: 10px 4px 10px 11px;
    width: 500px;
}
    
#featuredLeft
{
    background-image: url('../styleImages/box/left.jpg');
    background-position: top left;
    float: left;
    width: 15px;
    height: 150px;
}
    
#featuredRight
{
    background-image: url('../styleImages/box/right.jpg');
    background-position: top left;
    float: right;
    width: 20px;
    height: 150px;
}
    
#forgotPass td
{
    padding: 3px;
}

#gateway
{
    margin: 10px 0px 10px 0px;
}

#gateway td
{
    padding: 3px;
}

#giftCert td
{
    padding: 3px;
}

#logo
{
    float: left;
    width: 400px;
}

#logo a,
#logo a:hover
{
    border: 0px;
    text-decoration: none;
}
    
#footer
{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5px;
}

#footerLeft
{
    float: left;
    width: 400px;
}

#footerRight
{
    float: right;
    text-align: right;
    width: 400px;
}

#header
{
    margin-bottom: 10px;
    height: 150px;
}

#linksMenu
{
    font-size: 1.2em;
    font-weight: bold;
    list-style-type: none;
    margin-top: 5px;
}

#linksMenu li
{
    float: left;
    padding: 0px 10px 0px 10px;
}

.linkSep
{
    background-color: transparent;
    color: #cccccc;
}

#loginForm td
{
    padding: 3px;
}

#newsLetter
{
    margin: 20px auto 20px auto;
    width: 80%;
}

#newsLetter div
{
    margin: 10px 0px 10px 0px;
    text-align: center;
}

#newsLetter input[type='radio']
{
    margin: 0px 20px 0px 5px;
}

#orderList td
{
    padding: 3px;
}

#page
{
    background-color: #f5f5f5;
    background-image: url('../styleImages/container/slice.jpg');
    color: #313131;
    padding: 0px 13px 2px 13px;
}

#quickLogin
{
    text-align: center;
}

#quickLogin input[type='text'],
#quickLogin input[type='password'],
#searchForm input[type='text']
{
    background-color: #f5f5f5;
    background-image: url('../styleImages/login/background.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    color: #999999;
    border: 0px;
    font-family: Calibri, Arial, Helvetica, Sans-serif;
    padding: 3px 2px 1px 2px;
    text-align: center;
    width: 141px;
    
    height: 20px;
}

#quickLogin #submit
{
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    color: #313131;
    padding: 2px;
}

#quickLoginLinks
{
    text-align: center;
}

#registerForm td
{
    padding: 3px;
    white-space: nowrap;
}


#top
{
    height: 19px;
}

.bar
{
    background-color: #dedadb;
    color: #313131;
    height: 30px;
}

.barContent
{
    float: left;
    width: 939px;
}

.barEndLeft,
.barEndRight
{
    background-position: top left;
    background-repeat: no-repeat;
    height: 30px;
}

.barEndLeft
{
    background-image: url('../styleImages/bar/left.jpg');
    float: left;
    width: 10px;
}

.barEndRight
{
    background-image: url('../styleImages/bar/right.jpg');
    float: right;
    width: 11px;
}

.catImage,
.catImageCenter
{
    float: left;
    width: 142px;
}

.catImage a:hover,
.catImageCenter a:hover
{
    border: none;
    text-decoration: none;
}

/*
.catImage a:hover,
.catImageCenter a:hover
{
    text-decoration: none;
}
*/
    
.catImage
{
    margin: 5px 2px 5px 2px;
}
    
.catImageCenter
{
    margin: 5px 10px 5px 10px;
}
    
.clear
{
    clear: both;
    margin: 0px;
    padding: 0px;
}

.hr
{
    border-top: 1px solid #cccccc;
    height: 1px;
    /*margin: 10px 0px 10px 0px;*/
}

.homeFeaturedContainer
{
    margin: 10px auto 10px auto;
    width: 590px;
}

.homeFeaturedImage
{
    display: block;
    height: 60px;
}

.homeFeaturedItem
{
    float: left;
    margin: 0px 5px 0px 5px;
    width: 135px;
}

.latestProduct
{
        background-color: #f5f5f5; color: #313131; margin: 4px 0px 4px 0px; padding: 3px;
        font-size: 0.8em;
}
    
.latestProductImage
{
        float: left;
        margin-right: 5px;
        width: 60px;
}
    
.latestProductTitle
{
        margin: 0px 0px 0px 70px;
}
    
.latestProds
{
	float: left;
    text-align: center;
	width: 131px;
}

.panel
{
    background-color: #dedadb;
    color: #313131;
    margin: 10px 0px 10px 0px;
}

.panelContent
{
    font-size: 1.2em;
    padding: 0px 5px 0px 5px;
}

.panelContent ul
{
    list-style-type: none;
    margin-left: 0px;
}

.panelContent li
{
    background-image: url('../styleImages/icons/arrow.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #313131;
    margin: 5px 0px 5px 0px;
    padding-left: 18px;
}

.panelBottom
{
    background-image: url('../styleImages/panel/bottom.jpg');
}

.panelTop
{
    background-image: url('../styleImages/panel/top.jpg');
}

.panelBottom,
.panelTop
{
    background-position: top left;
    background-repeat: no-repeat;
    height: 14px;
}

.panelTitle
{
    font-weight: bold;
    margin-top: 0px;
}

.productContainer
{
            margin: 20px 0px 20px 0px;
}

.productDescPanel
{
    border: 1px solid #cccccc;
    margin: 10px 0px 10px 0px;
    padding: 3px;
}

.productDescPanel ul
{
    list-style-type: none;
}
        
.productHeader
{
            font-weight: bold;
            margin: 5px 0px 5px 0px;
}
        
.productHeader span, .productHeader span a
{
            background-color:#cccccc;
            color:#313131;
}
                      
.productRow
{
            border-bottom: 1px solid #cccccc;
            border-top: 1px solid #cccccc;
            margin: 10px 0px 10px 0px;
            padding: 10px 0px 10px 0px;
}

.productRowImage
{
            display: block;
            float: left;
            margin: 0px 3px 0px 0px;
            padding: 3px;
            width: 80px;
}
        
.productRowImage a
{
            border: none;
            text-decoration: none;
}
                
.productRowTitle
{
            display: block;
            float: left;
            margin: 0px 3px 0px 3px;
            padding: 3px;
            width: 290px;
}
        
.productRowPrice
{
            display: block;
            float: left;
            margin: 0px 3px 0px 3px;
            padding: 3px;
            width: 70px;
}
        
.productRowActions
{
            display: block;
            float: left;
            margin: 0px 0px 0px 3px;
            padding: 3px;
            width: 100px;
            text-align: center;
}
        
.oldPrice
{
            text-decoration: line-through;
}
        
.sortOptions
{
    float: right;
    margin: 0px 7px;
    text-align: right;
    width: 250px;
}

.txtButton
{ /*1d616e*/
    background-color: #204079;
    border: none;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
/*    color: #f5f5f5;
    font-family: Calibri, Arial, Helvetica, Sans-serif;
*/    
font-size: 0.9em;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
}

.txtPrice,
.txtSale
{
    background-color: transparent;
    color: #1d616e;
    font-size: 1.2em;
    font-weight: bold;
}

.txtOldPrice
{
    background-color: transparent;
    color: #990000;
    font-size: 0.8em;
    text-decoration: line-through;
}

/**
 * Icon Styles
 */
.cart
{
    background-image: url('../styleImages/icons/cart.png');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 25px;
}
/**
 * End of Icon Styles
 */