﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /* background: #b6b7bc; */
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    padding: 0px;
    color: #696969;
    margin-top: 0px; margin-right: 0px; margin-left: 0px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 2.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    height: 120px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}



/*-----------------------------modal popu------------------*/

/* Mask for background, by default is not display */

.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}


#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
    /* Position the close button */
	float: right;
    margin: -28px -28px 0 0;
}

    .labelField { width: 150px; height: 40px; float: left; }
    .inputField { width: 120px; height: 40px; float: left; }

    input {height: 22px; font-size: 14px;}
    font {font-family:Arial Narrow;font-size: 12px;}
    .div_round
    {
    border:1px solid #000000;
    background:#000000;
    height: 35px;
    border-radius:5px;
    }

    .topDivBar
    {
    border:1px solid none;
    background:#000000;
    height: 35px;
    background-color:#336DC0;
    }

    div { font-family:Arial; font-weight:normal}
    .prodList
    {
        font-size: 12px;
        vertical-align:top; overflow-y: auto;
        color: #000080;
    }
    .divBreak {clear:both; display:block;}
    .box{float:left; text-align:left; vertical-align:middle; height:25px; padding-bottom:12px; color:Navy; background:white;  width: 97%;  border-radius:4px;  margin:8px;  box-shadow: 0 1px 2px #334;  -webkit-transition:0.2s;  transition:0.2s;}
    .box img{width:150px;}
    .box:hover{box-shadow: 0 2px 8px #334; color:White !important;   background:red !important;   -webkit-transform: scale(1);   transform: scale(1);   opacity:1;}
    .CatMenu {display:block; padding-bottom:5px; border-bottom: 1px dashed; border-spacing: 10px; border-color: gray; margin-top: 8px;}
    .productBox {padding: 5px; border-radius:5px; height: 250px; width: 150px; border: 1px solid grey; margin-top: 10px; margin-left: 20px; float:left;position:relative;}
    .productBox:hover{box-shadow: 0 2px 8px #334; -webkit-transform: scale(1);   transform: scale(1);   opacity:1;}
    .shadow:hover{box-shadow: 0 2px 8px #334; -webkit-transform: scale(1);   transform: scale(1);   opacity:1;}
    .RowHighlight{box-shadow: 0 1px 2px #334;  -webkit-transition:0.2s;  transition:0.2s;}
    .RowHighlight:hover{box-shadow: 0 2px 8px #334; color:White !important; background:#336DC0 !important;   -webkit-transform: scale(1);   transform: scale(1);   opacity:1;}
    .RowHighlight:hover a{color:White !important;}

#CssMenu
{
    height: 37px;
    display: block;
    padding: 0;
    margin: 0px auto;
    border: 1px solid;
    border-left: none;
    border-right: none;
    text-align: left;
}
#CssMenu > ul
{
    list-style: inside none;
    padding: 0;
    margin: 0;
}
#CssMenu > ul > li
{
    list-style: inside none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    position: relative;
    height: 37px;
}
#CssMenu > ul > li > a
{
    outline: none;
    display: block;
    position: relative;
    padding: 12px 20px;
    font: bold 13px/100% Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.4);
}

#CssMenu > ul > li > a:after
{
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
}
#CssMenu ul li.has-sub:hover > a:after
{
    top: 0;
    bottom: 0;
}
#CssMenu > ul > li.has-sub > a:before
{
    content: '';
    position: absolute;
    top: 16px;
    right: 6px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
}
#CssMenu > ul > li.has-sub:hover > a:before
{
    top: 17px;
}
#CssMenu ul li.has-sub:hover > a /*Fixed Part*/
{
    background: #3f3f3f;
    border-color: #3f3f3f;
    padding-bottom: 13px;
    padding-top: 13px;
    top: -1px;
    z-index: 999;
}
#CssMenu ul li.has-sub:hover > ul, #Color8 ul li.has-sub:hover > div
{
    display: block;
    z-index: 100;
}
#CssMenu ul li.has-sub > a:hover /*Fixed Part*/
{
    background: #3f3f3f;
    border-color: #3f3f3f;
}
#CssMenu ul li > ul, #Color8 ul li > div
{
    display: none;
    width: auto;
    position: absolute;
    top: 38px;
    padding: 10px 0;
    background: #3f3f3f;
    border-radius: 0 0 5px 5px;
    z-index: 999;
}
#CssMenu ul li > ul
{
    width: 200px;
}
#CssMenu ul li > ul li
{
    display: block;
    list-style: inside none;
    padding: 0;
    margin: 0;
    position: relative;
}
#CssMenu ul li > ul li a
{
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    padding: 8px 20px;
    font: 10pt Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.5);
}

#CssMenu, #CssMenu > ul > li > ul > li a:hover
{
    background: Black;
}


#CssMenu > ul > li > a
{
    /* between border */
    color: #fff;
}
#CssMenu > ul > li > a:after
{
    border-color: Gray; /* Light to Dark 1 */
}
#CssMenu > ul > li > a:hover
{
    background: #3f3f3f;
    border-color: #3f3f3f;
    height: 14px; /* Light to Dark 4 */
}

/* IE6 css fixer v0.95: Tue, 01 Jan 2013 06:50:46 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#CssMenu > ul > li
{
    display: inline;
}

/* add zoom:1 to pos:relative elements */
#CssMenu > ul > li, #CssMenu > ul > li > a, #CssMenu ul li > ul li, #CssMenu ul li > ul li a
{
    zoom: 1;
}

/* add overflow:visible to (submit) buttons */
input, button
{
    overflow: visible;
}

