﻿/* Global formating */
body {
    margin: 0px;
    color: #666;
    font-family: Arial;
    font-size: 10pt;
    background: #e5e5e5 url(body_bg.jpg);
}

h1 {
    font-size: 14pt;
    font-weight: normal;
    color: #000;
    padding: 10px 0px;
    margin-bottom: 14px;
    border-bottom: 1px solid #999;
}

h2 {
    font-size: 12pt;
    font-weight: normal;
    color: #333;
}

p, td {
    color: #666;
    font-family: Arial;
    font-size: 10pt;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

    a img {
        border: 0px;
    }

.ctltext {
    color: #333;
    font-family: Arial;
    font-size: 12pt;
    padding: 3px;
}
input[type="submit"], select {
    color: #333;
    font-family: Arial;
    font-size: 11pt;
    padding: 5px 10px;
}
select {
    padding: 4px;
}

/* layout format */
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    width: auto;
    display: block;
}

.clearformat {
    width: auto;
    display: block;
    clear: both;
}

#header {
    width: 960px;
    height: 110px;
    background-color: #000;
}

#headlogo {
    float: left;
    width: 300px;
}

#nav {
    float: left;
    width: 610px;
    height: 30px;
    padding-top: 68px;
    /*padding-left: 10px;*/
    color: #fff;
    font-size: 11pt;
}

    #nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #nav li {
        display: inline;
    }

    #nav a {
        font-size: 14pt;
        color: #fff;
        text-decoration: none;
    }

        #nav a:hover {
            color: #cccc66;
            text-decoration: none;
        }

#headfb {
    float: left;
    width: 50px;
    padding-top: 18px;
}

.iconfb {
    height: 22px;
    width: 23px;
}

.footer {
    clear: both;
    width: auto;
    padding: 10px;
    height: 16px;
}

.footsec1 {
    float: left;
    width: 312px;
}

.footsec2 {
    float: left;
    width: 316px;
    text-align: center;
}

.footsec3 {
    float: left;
    width: 312px;
    text-align: right;
}

.colcategories {
    float: left;
    width: 210px;
    padding: 20px;
}

.coldata {
    float: left;
    width: 670px;
    padding: 20px;
    min-height: 300px;
}

.colpub {
    float: right;
    width: 130px;
    padding: 5px;
}
/* content boxes */
.box1top {
    width: auto;
    color: #cccc66;
    font-size: 14pt;
    padding: 20px 0px 0px 20px;
}

.box1 {
    width: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
}

.box2top {
    width: auto;
    height: 22px;
    /* background: url(box2hr_bg.jpg) repeat-x; */
    background: #b2b2b2;
    color: #fff;
    font-weight: bold;
    padding: 6px 0px 0px 5px;
    font-size: 10pt;
}

.box2 {
    width: auto;
    padding: 5px;
    background-color: #f2f2f2;
}

.box3top {
    width: auto;
    height: 22px;
    /* background-image: url(box3hr_bg.jpg) repeat-x; */
    background: #666;
    color: #fff;
    font-weight: bold;
    padding: 6px 0px 0px 5px;
    font-size: 10pt;
}

.box3 {
    width: auto;
    padding: 5px;
    background-color: #f2f2f2;
}
/* Datagrid */
.gridheader {
    background-color: #70b4d9;
    background-image: url(gridheader_bg.jpg);
    background-repeat: repeat-x;
    height: 18px;
    color: #fff;
    font-weight: bold;
}

.griditem {
    background-color: #f8f8f8;
    color: #666;
}

.gridalternate {
    /*background-color: #f3f3f3;*/
    color: #666;
}

.gridpager {
    background-color: #f3f3f3;
}

.gridheaderview {
    background-color: #333;
    height: 18px;
    color: #fff;
    font-weight: bold;
}

.griditemview {
    background-color: #fff;
    color: #666;
}

/* Custom formats */
.colcontact {
    float: left;
    width: 300px;
    margin-right: 40px;
}

.colemail {
    float: left;
    width: 300px;
}

.colphotos {
    float: left;
    width: 290px;
    margin-right: 20px;
}

.colprod {
    float: left;
    width: 300px;
}

.colhome1 {
    float: left;
    width: 416px;
    height: 313px;
    padding: 50px 60px 50px 50px;
}

.colhome2 {
    float: left;
    width: 380px;
    padding: 50px 50px 50px 0px;
}

/* Products */
.dvprod {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    width: 132px;
    padding: 5px;
    height: 34px;
    margin-bottom: 24px;
    text-align: center;
}
    .dvprod a {
        color: #e5e5e5;
    }
    .dvprod a:hover {
        color: #cccc66;
    }

.dvimgprod {
    border: 2px solid #333333;
    height: 138px;
    width: 138px;
}

.dvimgsep {
    width: 24px;
    height: 24px;
}

.dvprodprice {
    color: #fff;
    font-size: 10pt;
    padding: 8px;
}



.dvimgprod2 {
    border: 2px solid #333333;
    height: 108px;
    width: 108px;
}

.dvimgsep2 {
    width: 10px;
    height: 10px;
}


.dvimg1 {
    height: 138px;
    width: 138px;
}

.prodprice {
    font-size: 10pt;
    color: #000;
}

.prodpromo {
    color: red;
    font-weight: bold;
}

.prodnew {
    color: green;
    font-weight: bold;
}

.proddisp {
    color: Orange;
    font-weight: bold;
}
/* Categories */
.boxcateg {
    width: auto;
    padding: 20px;
    /*filter:alpha(opacity=0);
    opacity: 1;*/
}

.catheader {
    cursor: pointer;
    color: #fff;
    font-size: 10pt;
    padding: 5px;
}

    .catheader a {
        color: #e5e5e5;
    }
    .catheader a:hover {
        color: #cccc66;
    } 

.catitem {
    width: auto;
    padding: 5px 5px 5px 15px;
}

    .catitem a {
        color: #e5e5e5;
    }
    .catitem a:hover {
        color: #cccc66;
    }    

.catsep {
    /*width: 140px;*/
    border-top: dotted 1px #e5e5e5;
}
/* Shopping cart */
.cartbox {
    padding: 3px;
    width: auto;
}

.cartvalue {
    font-size: 12pt;
}

.cartuser {
    margin-top: 20px;
}

.cartbuttons {
    width: 50%;
    text-align: center;
    background-color: #dcefff;
    color: #07487e;
    padding: 3px;
}

.carttotal {
    background-color: #eef9ff;
}

.newstop {
    background: #f5f5f5;
    padding: 5px;
    margin-top: 2px;
}


.dvcategs {
    float: left;
    width: 868px;
    height: 114px;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dvcatnav {
    float: left;
    width: 46px;
    height: 134px;
    background-color: #000;
}
