/* -----------------------------------------------------------------------------------------
/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License
   ---------------------------------------------------------------------------------------*/


    * {
        margin: 0;
        padding: 0;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 10px;
        color: #3c3d3a;
    }


    body {
        background: #637949 url('img/background.gif') repeat-x;
        text-align: center;
    }

    A {
        text-decoration: none;
    }

    A:hover {
        text-decoration: underline;
    }

    h1 {
        font-size: 18px;
        color: #333300;
        display: block;
        height: auto;
        border-bottom: 1px solid #deeaa5;
        margin: 0 0 30px 0;
    }

    h2 {
        font-size: 14px;
        color: #333300;
        display: block;
        height: auto;
        border-bottom: 1px solid #deeaa5;
        margin: 40px 0 30px 0;
    }


    img{
    	border:0;
    }

    li {
        margin-left: 30px;
    }



    #pagewrapper {
        margin: 0 auto;
        text-align: left;
        width: 802px;
        border-left: 1px solid #e5eada;
        border-right: 1px solid #e5eada;
        background-color: #fff;
    }

        #header {
            background: url('img/dokson_head.jpg');
            width: 802px;
            height: 206px;
        }
            #navtrail {
                position: relative;
                top: 176px;
                left: 10px;
                font-size: 9px;
                width: 500px;
            }
            #account {
                text-align:right;
                width: 270px;
                position: relative;
                top: 188px;
                left: 520px;
                font-size: 9px;
            }


        #left {
            margin: 44px 0 0 14px;
            width: 184px;
            float: left;
        }

            .box {
                background-color: #f5f7ee;
                width: 170px;
                margin-bottom: 30px;
            }
                .box h3 {
                    display: block;
                    height: 19px;

                }

                .box h3#search {
                    background-image: url('img/boxhead_search.gif');
                }
                .box h3#products {
                    background-image: url('img/boxhead_category.gif');
                }
                .box h3#cart {
                    background-image: url('img/boxhead_cart.gif');
                }
                .box h3#information {
                    background-image: url('img/boxhead_information.gif');
                }
                .box h3#about {
                    background-image: url('img/boxhead_about.gif');
                }
                .box h3#admin {
                    background-image: url('img/boxhead_admin.gif');
                }
                    .box h3 span {
                        display: none;
                    }

            .box_content {
                background: #f0f4e7 url('img/box_bg.gif') repeat-x;
                border-top:     1px solid #deeaa5;
                border-bottom:  1px solid #deeaa5;
                padding:        13px;
            }

                .box_content input {
                    width: 114px;
                }

                .box ul {
                    margin:11px;
                    list-style: none;
                }
                .box ul li{
                    font-weight: bold;
                }



        #main {
            width: 489px;
            float: right;
            margin: 44px 60px 50px 0px;
        }



        .contentsTopics {
            color:#fff;
        }



            #main table {

            }

                #main table td {
                    padding: 5px;
                }

                #main img {
                    border: 1px solid #f5f6ef;
                }



            #main .productPreview {
                display: block;
                width: 110px;
                height: 220px;
                padding: 10px;
                border: 1px solid #deeaa5;
                background-color: #f5f7ee;
                float: left;
                margin: 0 30px 30px 0;
            }
                #main .productPreview:hover {
                    border: 1px solid #556c38;
                    background-color: #f5f7ee;
                }

                #main .productPreview div.prodPreviewImg{
                    height: 100px;
                    overflow: hidden;
                    text-align: center;
                }

                #main .product_module{
                    clear: both;
                    color: #a8a8a8;
                    padding: 10px;
                }

                #main .doksonprice {
                    color: #4a6e02;
                    font-weight: bold;
                    font-size: 18px;
                    text-align: right;
                    margin: 40px 0 0 0;
                }
                #main .doksonshipping,
                #main .doksonshipping a {
                    color: #a8a8a8;
                    text-align: right;
                    margin-bottom: 20px;
                }
                #main .doksonadditional {
                    color: #a8a8a8;
                    border-top: 1px solid #a8a8a8;
                    padding: 10px;
                    margin: 40px 0 0 0;
                }




            #main .priceinfo,
            #main .priceinfo a {
                color: #a8a8a8;
            }

            table.checkout {
              border-top: 1px solid #cccccc;
              border-right: 1px solid #cccccc;
              margin-bottom: 60px;
              width: 100%;
            }
            table.checkout td {
              vertical-align: top;
            }
            td {
              /*padding:10px;*/
              vertical-align:top;
            }

            td.checkoutBarTo, td.checkoutBarCurrent {
                font-size: 11px;
                background-color: #e5f0ca;
                border: 1px solid #fff;
            }
            td.checkoutBarCurrent {  font-size: 12px; color: #000000; font-weight: bold; }
            td.inputRequirement {color: #ff0000;}





        #footer {
            padding-top: 20px;
            border-top: 2px dotted #deeaa5;
            clear: both;
            width: 750px;
            text-align: center;
            margin: auto;
            color: #828476;
        }



    FORM {
    	display: inline;
    }

    input {
        height: 19px;
    }

    input[type=image] {
        width: auto !important;
        height: auto !important;
    }



    CHECKBOX, INPUT, RADIO, SELECT {
    	font-family: Verdana, Arial, sans-serif;
    	font-size: 11px;
    }

    TEXTAREA {
      width: 100%;
      font-family: Verdana, Arial, sans-serif;
      font-size: 11px;
    }








.boxText {

}

.boxTextBG {
	background-color: #f5f7ee;
}
.boxTextBGII {
	background-color: #eef4e1;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}









TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}



TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #E6E6E6; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E6E6E6;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #0000FF;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}



SPAN.greetUser {
  font-size: 12px;
  color: #556c38;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
    background: #f0f4e7 url('img/box_bg.gif') repeat-x;
    border-top:     1px solid #deeaa5;
    border-bottom:  1px solid #deeaa5;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  line-height: 1.5;
  text-align:center;
  color: #bbb;
  width: 804px;
  height: 30px;
  background-color: #fff;
  margin: auto;
}
.copyright a{
  color: #bbb;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	color: #993300;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #fbfef5;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver {
	background-color: #eef4e1;
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  color: #eee;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

