﻿a
{
    text-decoration: none;
    color: black;
}
a:hover
{
    text-decoration: underline;
}
.MenuList
{
    border: 1px solid #6699FF;
    text-align: center;
    width: 100%;
}
.MenuList li
{
    list-style-type: none;
}
.MenuListHead
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #6699FF;
    background-color: #EAFFFF;
    width: 100%;
    margin-top: 5%;
    text-align: center;
}
.DepartmentsList
{
    /*border: 1px solid #FF9933;*/
    text-align: left;
    margin: 15% 0% 15% 0%;
    padding: 5px 0px 5px 12px;
    line-height: 20px;
    width: 100%;
    background-color: #ffffff;
}
.DepartmentsListHead
{
    /*border: 1px solid #BD9F67;
    background-color: #BD9F67;*/
    width: 100%;
    color: #FFFFFF;
}
a.DepartmentUnselected
{
    line-height: 25px;
    text-decoration: none;
    color: Black;
}
a.DepartmentUnselected:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a.DepartmentSelected
{
    line-height: 25px;
    text-decoration: none;
    color: #006699;
}
.CategoriesList
{
    /*border: #ea6d00 1px solid;*/
    text-align: left;
    margin: 6% 0% 15% 0%;
    /*background-color: #ffffff;*/
}
.CategoriesListHead
{
    text-align: center;
    /*border: #ea6d00 1px solid;
    background-color: #f8c78c;*/
    color: #FFFFFF;
}
a.CategoryUnselected
{
    line-height: 25px;
    text-decoration: none;
    color: Black;
}
a.CategoryUnselected:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a.CategorySelected
{
    line-height: 25px;
    text-decoration: none;
    color: #006699;
}

.CatalogTitle
{
    color: red;
    font-size: 14px;
    font-weight: bold;
}
.CatalogDescription
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8;
}
#products
{
    border: 1px solid #CCCCCC;
    padding: 10px;
    float: left;
    width: 600px;
    margin-bottom: 2px;
}
#products:hover
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #999999;*/
    
}
.products-link
{
    color: #333333;
}
#product-view
{
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 640px;
    height: 350px; 
    background:#f1f1f1;
}
#product-view .download
{
    padding: 5px;
    float: left;
    width: 40%;
    margin-left: 15px;
    vertical-align: text-top;
    line-height: 30px;
}
#product-view .download a
{
    color: #FF9900;
}
#product-view .download a:hover
{
    
}
#product-view-image
{
    float: left;
    position: relative;
}
#product-view-image img
{
    width: 350px;
    height: 350px;
}
#product-view-properties
{
    border: 1px inset #CCCCCC;
    padding: 5px;
    float: left;
    width: 40%;
    overflow: auto; /*border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #FF9900;*/
    margin-left: 15px; /*background-color: #0099CC;*/ /*background-image: url('../../images/blue-gradient.jpg');
    background-repeat: repeat-x;*/
    background: #FFFFFF;
    color: #000000;
}
#product-view-properties input
{
    margin: 3px;
    float: right;
    right: 0;
    bottom: 0;
}
#product-view-image .product-view-image-name
{
    position: absolute; /* in conjunction with left property, decides the text position */ /* in conjunction with left property, decides the text position */
    left: 0px;
    bottom: 0px;
    width: 350px;
    height: 20px;
    color: #FFFFFF;
    font-family: verdana;
    font-weight: bold;
    font-size: 14px;
    background-color: #3366FF; /*alpha bg*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #006699;
}
.addToCartButton
{
    margin: 1px;
    padding: 3px;
    border: 1px outset #006699;
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
.addToCartButton:hover
{
    background-color: #FF9933;
    border: 1px inset #FF6600;
    cursor: pointer;
}
.ProductList img
{
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 5px;
    vertical-align: top;
}
.ProductList img:hover
{
    border: 1px solid #000000;
}
.ProductTitle
{
    font-size: 1.5 em;
    font-weight: bold;
    margin: 10px 1px 0 0;
}
.DetailSection
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.SearchBox
{
    border-collapse: collapse;
    margin-top: 15%;
    width: 100%;
    background-color: #ffffff;
}
.SearchBoxHead
{
    border: #0468a4 1px solid;
    background-color: #6699FF;
    text-align: center;
    color: #FFFFFF;
}
.SearchBoxContent
{
    border: #0468a4 1px solid;
    padding: 5px 0px 5px 12px;
}
#close
{
    float:right;
}

/*Start Admin Login*/
.attr-btn
{
    cursor: pointer;
}
.UserInfoHead
{
    border: 1px solid #febf01;
    background-color: #febf01;
    color: #785703;
    text-align: center;
}
.UserInfoContent
{
    border: 1px solid #febf01;
    padding: 5px 0px 5px 12px;
    line-height: 20px;
    background-color: #ffffff;
}
.UserDetailsTable
{
    width: 100%;
    background-color: #ccccff;
    border: Solid 1px Navy;
    line-height: 20px;
}
.AdminTitle
{
    font-size: 1.25em;
    font-weight: bold;
}
.Window .Main .Right .AdminHeader
{
    margin: 5px 5px 5px 0px;
    width: 100%;
}
.AdminContents
{
    margin: 5px 5px 5px 0px;
    width: 100%;
    float: left;
}
.AdminError
{
    color: Red;
}
.Left
{
    width: 20%;
}
/*End Login Admin*/

/*Start Grid*/
.Grid
{
    border-color: #E7E7FF;
    margin-top: 20px;
    width: 100%;
}
.GridHeader
{
    color: White;
    background-color: Navy;
}
.GridRow
{
    color: Navy;
    background-color: #E7E7FF;
}
.GridSelectedRow
{
    color: #F7F7F7;
    background-color: #738A9C;
}
.GridEditingRow
{
    color: Navy;
}
.GridAlternateRow
{
    color: Navy;
    background-color: #F7F7F7;
}
.GridDetail
{
    padding-left: 5px;
    padding-right: 5px;
}
/*End Grid*/

/*Start Product*/
.WideLabel
{
    display: -moz-inline-block;
    display: inline-block;
    width: 100px;
}
/*End Product*/
/*Start Shopping Cart*/
.CartSummary
{
    border: 1px solid #CCFFCC; /*background-color: #F0FAFF;*/
    padding: 3px 2px 5px;
    margin-top: 15%;
    width: 100%;
    background-color: #ffffff;
}
/*End Shopping Cart*/
/*Start Elastic HERE*/
html
{
    font-size: 100%;
}

*
{
    padding: 0;
    margin: 0;
}
h1
{
    display: none;
}
h2
{
    margin-bottom: 2px;
    font-size: 1.2em;
    background-color: #FFB426;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF6600;
    padding: 3px;
}
h3
{
    color: #993300;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #CC3300;
}
.require
{
    color: Red;
}
body
{
    margin-top: 15px;
    font-family: Tahoma;
    font-size: 0.8em; 
    
    background: #f8bb49 url('/images/body-bg.jpg') repeat-x;
    /*background: #eeeeee url('/images/gradient-grey.jpg') repeat-x;*/
}
#body
{
    width: 950px;
    margin: 0px auto 0px auto;
}
#admin-body
{
    background-color: #FFFFFF;
}
#header-wrap, #container, #footer
{
    min-height: 5em;
    margin: 0 auto;
    width: 100%;
}
#header-wrap
{
    /*background: url('/images/header_bg2.jpg') repeat-x;*/
    width: 100%;
    height: 241px;
    background-color: #FFFFFF;
}
#header-upper
{
    background: url('/images/ele_logo.jpg') no-repeat;
    height: 66px;
}
#header-lowwer1
{
    background: url('/images/header1.jpg') no-repeat;
    height: 175px;
    float: left;
    width: 530px;
}
#header-lowwer2
{
    /*background: url('/images/header2.gif') no-repeat; /*background: url('/images/header2.jpg') no-repeat;*/
    height: 175px;
    float: left;
    width: 420px;
}
#right-menu
{
    float: right;
    margin: 5px 5px 0px 0px;
    position: relative;
}
#cart a
{
    display: block;
    text-decoration: none;
    height: 29px;
}
#cart span
{
    visibility: hidden;
}
#cart
{
    background-image: url('/images/mnu_cart.jpg');
    width: 29px;
    height: 28px;
}

#search a
{
    display: block;
    text-decoration: none;
    height: 29px;
}
#search span
{
    visibility: hidden;
}
#search
{
    margin-top: 2px;
    background-image: url('/images/mnu_search.jpg');
    width: 29px;
    height: 28px;
}
#search-bar
{
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 250px;
    visibility:hidden;
}

#mainNavigation
{
    width: 586px;
    height: 59px;
    float: right;
    margin-top: 5px;
}
.space
{
    margin: 1px;
}
#mainNavigation li
{
    list-style: none;
    float: left;
}
#mainNavigation li a
{
    display: block;
    text-decoration: none;
    height: 59px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#mainNavigation li span
{
    visibility: hidden;
}
#mainNavigation li#home a
{
    background-image: url('/images/mnu_home.jpg');
    width: 95px;
}
#mainNavigation li#home a:hover
{
    background-image: url('/images/mnu_home_over.jpg');
    width: 95px;
}
#mainNavigation li#about-us a
{
    background-image: url('/images/mnu_aboutus.png');
    width: 95px;
}
#mainNavigation li#about-us a:hover
{
    background-image: url('/images/mnu_aboutus_over.png');
    width: 95px;
}
#mainNavigation li#what-news a
{
    background-image: url('/images/mnu_what_new.jpg');
    width: 95px;
}
#mainNavigation li#what-news a:hover
{
    background-image: url('/images/mnu_what_new_over.jpg');
    width: 95px;
}
#mainNavigation li#product a
{
    background-image: url('/images/mnu_product.jpg');
    width: 95px;
}
#mainNavigation li#product a:hover
{
    background-image: url('/images/mnu_product_over.jpg');
    width: 95px;
}
#mainNavigation li#my-account a
{
    background-image: url('/images/mnu_my_account.jpg');
    width: 95px;
}
#mainNavigation li#my-account a:hover
{
    background-image: url('/images/mnu_my_account_over.jpg');
    width: 95px;
}
#mainNavigation li#contact-us a
{
    background-image: url('/images/mnu_contact_us.jpg');
    width: 95px;
}
#mainNavigation li#contact-us a:hover
{
    background-image: url('/images/mnu_contact_us_over.jpg');
    width: 95px;
}

#container
{
    /*border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #FF9933;
    border-left-color: #FF9933;
    border-left-style: solid;
    border-left-width: 1px;*/
    background: url('/images/container-bg.jpg') repeat-y;
}
#container:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}
.content, .left, .roundcont,.sidebar,.sidebar-head,.sidebar-tail
{
    float: left;
}
.content
{
    margin: 10px 5px 10px 5px;
    padding: 5px;
    width: 660px;
    background-color: White;
}
.left
{
    width: 250px;
    margin: 10px 10px 10px 10px;
}
.sidebar
{
    /*margin: 10px 5px 10px 5px;*/
    width: 230px;
    background: url('/images/box_bg.png') repeat-y;
    margin: 0 auto;
    padding: 0px 10px;
}
.sidebar-head
{
    background: url('/images/box_top.png') no-repeat;
    width: 250px;
    height: 25px;
    margin: 0 auto;
}
.sidebar-tail
{
    background: url('/images/box_bottom.png') no-repeat;
    width: 250px;
    height: 20px;
    margin: 0 auto;
}
#footer
{
    /*background: #2B2C2E;*/ 
    background: url('/images/footer-bg.png') repeat-x;
    position: relative;
    bottom: 0em;
    height: 70px;
    width: 100%;
    clear: both;
    color: #FFFFFF;
    /*background-color: #FF6600;*/
    font-variant: normal;
}
address
{
    font-style: normal;
    text-align: center;
}

.roundcont
{
    margin: 10px 5px 10px 5px;
    width: 250px;
    background-color: #FFFFFF;
}

.roundtop
{
    background: url(/images/t_right.jpg) no-repeat top right;
}

.roundbottom
{
    background: url(/images/b_right.jpg) no-repeat bottom right;
}

img.corner
{
    width: 9px;
    height: 9px;
    border: none;
    display: block !important;
}
.errorText
{
    color: #FF3300;
}

.about-us-heading
{
    color: #003366;
    font-weight: bold;
}

h4.sub-heading
{
    font-size: 1.2em;
    color: #FF9900;
}

.clear
{
    clear: both;
}
/*End Elastic HERE*/

/*Start Quotation*/
#body-quotation
{
    background-color:White;
    padding : 10px;
    width:930px;
}
#Qheader
{
    height: 66px;
}
#Qfooter
{
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    height: 50px;
    color: #464646;
    bottom: 0px;
    background-color: #F4F4F4;
}
#print-area
{
    border: 1px solid #CCCCCC;
    background-color: White;
    padding: 10px;
}
.btn-prnt
{
    float:right;
}
.hint
{
    color: #FF0000;
    font-size: 12px;
}
.hint1
{
    color: #333333;
    font-size: 12px;
}
.sum-div
{
    float: right;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
}
.report-val
{
    color: #FF0000;
    font-style: italic;
}
/*End Quotation*/