html {
	overflow: auto;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana,Arial;*/
	/*font-family: Helvetica, sans-serif;*/
}
table {
	border-collapse: collapse;
}
    td.left {
        text-align: left;
    }
    td.right {
        text-align: right;
    }
body {
	margin-top: 0.5em;
	padding: 0px;
	text-align: center;
    /*background-image:url("../image/hg_body.jpg");*/
    color: #131512;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}

h2 {
   margin-bottom: 0px;
}

.complite {color: green;}
.error,
.red {color: red;}
.right {
    float: right;
}
html body td.right,
html body th.right {
    float: none;
    text-align: right;
}
html body td.left,
html body th.left {
    float: none;
    text-align: left;
}
html body td.center,
html body th.center {
    float: none;
    text-align: center;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #6baa1b;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

.link {
    color: black;
    /*border-bottom: 1px dashed black;*/
    /*border-bottom: 1px solid black;*/
    cursor: pointer;
    text-decoration: underline;
}
.link:hover {
    /*border-bottom: 0px dashed #6baa1b;*/
    text-decoration: none;
}

*.intraLink {
    color: #6baa1b;
    text-decoration: none;
    border-bottom: 1px dashed #6baa1b;
}
*.intraLink:hover {
      /*border-bottom: 1px solid #6baa1b;*/
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 1034px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background-color:white;
}


#header {
    width: 100%;
    h eight: 115px;
    color: #131512;
    font-size: 12px;
}
    #header  a{
        color: #131512;
    }
    #header  a:hover{
        color: #6baa1b;
    }

    .logo{
        position: relative;
        top: 0px;
        left: 10px;
        width: 259px;

    }

    #header .website {
        width: 100%;
        height: 20px;
        margin-top: 10px;
    }
        #loginPanel .website {
            float: right;
        }

        #header .website a {
            margin-right: 10px;
            float: right;
        }
        #loginPanel .website a {
            margin-right: 0px;
        }


    #header .threeSymb{}

    #searchForm table {
        float: right;
        clear: right;
        margin-right: 5px;
        margin-top: 30px;
        color: #CCC;

    }
        #searchForm td {
            padding: 0px;
        }

        #searchForm input {
            margin-left: 5px;
            border: 1px solid #CCCCCC;
        }
        #searchForm input.empty {
            color: #868686;
        }

        #searchForm .searchName {

        }
        #searchForm .searchModel {
            width: 60px;
        }
        #searchForm .searchSpCode {
            width: 60px;
        }
        #searchForm .searchStart {
            border: 0px solid #CCCCCC;
            background: #FFFFFF url('../image/icon_lupe.gif') center center no-repeat;
            cursor: pointer;
            width: 19px;
            height: 19px;
            padding: 0px;
            margin: 0px;
        }

    #header .nav {
        float: right;
        width: 100%;
        margin-top: 5px;
        b ackground: #dbd0b0 url('../image/navBg.gif') left top repeat-x;
        background: #dbd0b0;
        background: #e2dbbe;
        /*border: 1px solid #EEEEEE;*/
        border: 1px solid #dbd0b0;
        border-left: none;
        border-top: none;
        border-bottom: none;
        border-collapse: collapse;
        font-weight: bold;
    }
        #header .nav a {
            text-decoration: none;
        }

        #header .nav tr {
            list-style-type: none;
        }
            #header .nav tr td {
                text-align: center;
                vertical-align: middle;
                background: url('../image/navSp.gif') left 1px no-repeat;
                border-collapse: collapse;
                padding: 0px;
            }
            #header .nav tr td.noBg {
                background: none;
            }
                #header  .nav tr td#catalogMenu {
                    width: 220px;
                    border-left: 1px solid #dbd0b0;
                }

                #header  .nav tr td .navElement {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 19px;
                    padding-top: 6px;
                    border: 1px solid #dbd0b0;
                    border-right: none;
                    border-left: none;
                }
                #header .nav tr td .navElement:hover {
                    background-color: #f5f1e4;
                    color: #6baa1b;
                }
                #header .nav tr td#catalogMenu .navElement:hover {
                    border-bottom: 1px solid #f5f1e4;
                }

                    #header .nav tr td .subNav {
                        padding-top: 7px;
                        width: 100%;
                        position: absolute;
                        z-index: 20;
                        margin-left: -1px;
                        background-color: #f5f1e4;
                        border-right: 1px solid #dbd0b0;
                        border-left: 1px solid #dbd0b0;
                        border-top: 0px solid #dbd0b0;
                        border-bottom: 1px solid #dbd0b0;
                        color: black;
                        text-align: left;
                    }
                    #header .nav tr td .subNav .firstLevel:hover {
                        background: #fffbed;
                    }
                    #header .nav tr td .subNav .firstLevel.selected {
                        background: #dbd0b0;
                        background: #e2dbbe;
                    }
                    #header .nav tr td .subNav ul {
                        list-style-type: none;
                        font-weight: normal;
                        padding-bottom: 2px;
                        padding: 0px;
                        margin: 0px;
                    }
                        #header .nav tr td .subNav ul li.firstLevel  {
                            cursor: pointer;
                            padding: 6px 10px;
                            font-size: 10px;
                            position: relative;
                            /*text-transform: lowercase;*/
                        }
                        #header .nav tr td .subNav ul li strong {
                            font-weight: normal;
                            /*border-bottom: 1px dashed black;*/
                        }
                    #header .nav tr td .subNav .subCat {
                        min-width: 220px;
                        position: absolute;
                        z-index: 20;
                        left: 220px;
                        top: 0px;
                        background: #e2dbbe;
                        font-family: Verdana,Arial;
                        font-size: 11px;
                        padding: 10px;
                        padding-top: 0px;
                        padding-left: 0px;
                        border-right: 1px solid #dbd0b0;
                        border-left: 0px solid #dbd0b0;
                        border-top: 1px solid #dbd0b0;
                        border-bottom: 1px solid #dbd0b0;
                    }
                    #header .nav tr td .subNav .subCat.bottomPosition {

                    }
                        #header .nav .subCat ul {
                            /*padding: 15px 0px;*/
                            margin: 0px;
                            padding-bottom: 5px;
                            /*list-style-type: square;*/
                            /*border: 1px solid red;*/
                            list-style-type: none;
                            margin-bottom: 5px;
                        }
                            #header .nav .subCat li {
                                /*white-space: nowrap;*/
                                padding: 2px;
                                margin-bottom: 4px;
                                margin-top: 3px;
                                margin-left: 24px;
                                padding-left: 5px;
                            }
                            #header .nav .subCat li.nested {
                                background: transparent url('../image/rightBul.gif') left 7px no-repeat;
                            }
                            #header .nav .subCat li.nested:hover {
                                background: transparent url('../image/botBul.gif') left 7px no-repeat;
                            }

                    #header .nav tr td .subNav li:first-letter,
                    #header .nav tr td .subNav .subCat li:first-letter {
                        /*text-transform: uppercase;*/
                    }

		#breadcrumb {
            width: 100%;
            padding: 0px;
			padding-left: 8px;
			padding-top: 12px;
            padding-bottom: 3px;
            float: left;
            clear: both;
		}
            #breadcrumb span {
                position: relative;
                float: left;
                height: 27px;
                bottom: -4px;
                margin-left: 3px;
                z-index: 1;
            }
                #breadcrumb span div {
                    float: left;
                    position: absolute;
                    height: 25px;
                    width: 100%;
                    z-index: 2;
                    background-color: white;
                }
			#breadcrumb .active {
                top: -1px;
            }
                #breadcrumb .active a {
                    font-weight: bold;
                    font-size: 18px;
                    text-decoration: none;
                    position: relative;
                    top: 2px;
                }
                #breadcrumb a {
                    /*text-transform: lowercase;*/
                }
                html body #breadcrumb a:first-letter {
                    /*text-transform: uppercase;*/
                }
                #breadcrumb span.noUppercase,
                #breadcrumb span.noUppercase a {
                    /*text-transform: none;*/
                }

.switcher {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	/*margin-right: 10px;*/
    /*clear: right;*/
}
#content .catalogue{

}
#content {
	/*clear: left;*/
    margin-right: 190px;
	margin-bottom: 10px;
}

.content_nofloating {
    clear: left;
}

#home {
    /*ma rgin-top: 45px 0px;*/
    margin-bottom: 50px;
    padding: 0px 10px;
}
    #home h1,
    #home h2,
    #home h3 {
        margin: 0px !important;
        padding-bottom: 6px;
        color: #6baa1b;
    }
    #home li {
        margin: 3px 0px;
    }
    #home p {
        padding-bottom: 10px;
    }



#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1,
.heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	t ext-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	min-height: 380px;
}
#page_title{
    margin-left:-10px;
}
#content .bottom .left {

	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {

	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.box {
	margin-bottom: 10px;
	border:1px solid #bdbdbd;
    background-color:#dbd0b0;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
    /*background: #dbd0b0;*/
    background: #e2dbbe;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background: #FFFFFF;
	/*background: #fcf9f2;*/
	padding: 10px;
}
.box .middle_text_center {
	text-align: center;

	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
    background-color: white;
    /*background: #fcf9f2;*/
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#000000;
}
.button span {
	color: #000000;
	display: block;
	padding: 4px 10px 5px 2px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #e9dfc1;
	border: 1px solid #dbd0b0;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	/*background: #e9dfc1;*/
	/*border: 1px solid #dbd0b0;*/

    background: #e2dbbe;
    border: 1px solid #dbd0b0;

    padding: 10px;
	margin-top: 3px;
}

#container.test #loginPanel .content {
    background: #ffcccc;
    border: 1px solid #e7b6b6;
    margin-top: 3px;
}
#container.prod #loginPanel .content {
    ba ckground: #d1f3c7;
    border: 1px solid #afe0aa;
    margin-top: 3px;
}

/*.list {*/
	/*margin-bottom: 10px;*/
	/*width: 100%;*/
/*}*/
/*.list td {*/
	/*text-align: center;*/
	/*vertical-align: top;*/
	/*padding-bottom: 10px;*/
/*}*/

.sort {
    margin-bottom: 20px;
	height: 30px;
	width: 100%;
}
    .sort .divsort {
        float: right;
        margin-left: 5px;
        padding-right: 9px;
    }
    .sort .div2 {
        text-align: right;
    }
    .sort select {
        font-size: 11px;
        margin: 0;
        padding: 0;
    }
.pagination {
	display: inline-block;
    width: 100%;
    text-align:right;
    margin-top: 10px;
}
    .pagination .links,
    .pagination .results {
        padding: 7px;
    }
    .pagination .links {

    }
    .pagination .links a {
        border: 1px solid #CCCCCC;
        padding: 4px 7px;
        text-decoration: none;
        color: #000000;
    }

    .pagination .links a:hover {
        background: #6baa1b;
        color: white;
    }

    .pagination .links b {
        border: 1px solid #CCCCCC;
        padding: 4px 7px;
        text-decoration: none;
        color: #000000;
        background: #FFFFFF;
    }
    .pagination .results {
        float: right;
    }
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
    clear: both;
    width: 100%;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 30px;
    border-top: 1px solid #dddddd;
    font-size: 12px;
    margin-top: 20px;
}
    #footer table {

    }
.copyright {
    ma rgin-top: 25px;
    width: 100%;
}
    #footer .copyright td {
        text-align: right;
    }
    .copyright a { }
    .copyright a.ERPsourcing:hover {
        color: #244589;
        font-weight: bold;
    }
    #systemVersion {
        float: left;
        position: absolute;
        color: #999999;
    }

#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}

/*=====Cart======*/
.cart {
	border-collapse: collapse;
	width: 100%;
	b order: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
    .cart th {
        background: #E9DFC1;
        padding: 10px;
        font-weight: normal;
    }
    .cart td {
        padding: 5px;
        padding-top: 15px;
        border-bottom: 1px solid #EEEEEE;
    }
        .cart td td {
            padding: 0px;
            border-bottom: 0px solid #EEEEEE;
        }
        .cart .tableAddToCart {
            margin-top: -8px;
        }
            .cart .tableAddToCart td {
                padding-left: 2px;
            }
    .cart .delete {
        margin-right: 10px;
        cursor: pointer;
    }
    .cart .unitDiv {
        position: relative;
        top: -6px;
    }

.scanerControl {
    width: 100%;
}

#scanerOperation {
    margin-top: 5px;
    margin-left: 10px;
    vertical-align: bottom;
}
    #scanerOperation td {
        padding: 5px;
        padding-bottom: 0px;
        vertical-align: bottom;
    }
    #scanerOperation input.read {
        width: 120px;
        font-weight: bold;
    }
    #mainContent .searchAndAdd {
        margin: 2px;
        m argin-left: 0px;
    }
    #mainContent .searchAndAdd table {
           width: 100%;
    }
    #mainContent .searchAndAdd table td {
        b order: 1px solid red;
    }
        #mainContent .search {
            width: 100%;
            w idth: 830px;
            height: 25px;
            margin-right: 10px;
            font-size: 18px;
            border: 2px solid green;
            border-right: 2px solid #0BC60B;
            border-bottom: 2px solid #0BC60B;
            overflow: hidden;
        }
        #mainContent .startSearchTd {
           width: 200px;
            padding-left: 15px;
        }
            #mainContent .startSearch {
                font-size: 14px;
                padding: 1px;
            }

    #addNoneCatalogProduct {
        display: block;
        margin: 5px;
        margin-bottom: 15px;
        text-align: center;
        /*position: relative;*/
    }
        #addNoneCatalogProduct .intraLink {
            position: relative;
            z-index: 10;
            font-size: 18px;
            cursor: pointer;
        }
        #addNoneCatalogProduct .wrapper {
            position: relative;
            padding: 3px;
            padding-top: 40px;
            width: 550px;
            height: 92px;
            margin: 0px;
            border: 1px solid #DBD0B0;
            border-bottom: 1px solid #C9BC99;
            border-left: 1px solid #C9BC99;
        }
        #addNoneCatalogProduct .content {
            position: absolute;
            z-index: 9;
            top: -8px;
            left: 230px;
            margin: 0px;
            padding: 0px;
            border: 0px solid white;
            background-color: #f5f1e4;
        }
            #addNoneCatalogProduct .content .cancel,
            #addNoneCatalogProduct .content .add {
                cursor: pointer;
            }
            #addNoneCatalogProduct .content table td {
                text-align: left;
                vertical-align: middle;
            }
            #addNoneCatalogProduct .content .description {
                font-size: 18px;
                overflow: hidden;
                width: 380px;
                /*height: 130px;*/
            }




    #content.cartContent {
        posit ion: relative;
        ma rgin-right: 0px;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
        #content .loader {
            position: absolute;
            top: 150px;
            left: 50%;
            width: 54px;
            height: 60px;
            background: transparent  url('../image/cart/loader.gif') left top no-repeat;
            z-index: 999;
        }

    .cart {}
    .cart .exception {
        background-color: red;
        border-bottom: 1px solid white;
    }
        .cart .exception td {
            text-align: center;
            vertical-align: middle;
        }
            .cart .exception td span {
                position: relative;
                top: -5px;
            }
            .cart .exception td .close {
                float: left;
                width: 15px;
                height: 15px;
                color: white;
                padding: 0px;
                margin: 0px;
                margin-top: -10px;
                padding-left: 27px;
                font-weight: bold;
                font-size: 18px;
                cursor: pointer;
            }
    .cart.specialProducts .head {

    }
        .cart.specialProducts .head td {
            height: 1px;
            padding: 0px;
            border: 0px;
        }
        .cart.specialProducts .productName {
            padding-left: 265px;
        }


    .cartContent .noticeList {
        height: 18px;
        margin: 3px;
        margin-left: 11px;
        margin-bottom: 10px;
    }













/* CSS MODS COURTESY NWISG.NET NWISG WEBSTUDIO */
/* BEGIN IN-LINE PAGE STYLES MOVED TO CSS FILE */

/* BEGIN GENERAL STYLES */
.text_left {
text-align: left;
}
.text_right {
text-align: right;
}
.text_center {
text-align: center;
}
.text_v_top {
vertical-align: top;
}
.text_left_v_top {
text-align: left;
vertical-align: top;
}
.text_right_v_top {
text-align: right;
vertical-align: top;
}
.text_uppercase {
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
}
.bold_text {
margin-bottom: 2px;
display: block;
}
.asterisk {
color: #FF0000;
font-weight: bold;
}
.keydown {
color: #999;
}
.pointer {
cursor: pointer
}
.clear_div{
clear: both;
}
/* END GENERAL STYLES */

/* BEGIN TABLE TR TH TD STYLES */
.w100p {
width: 100%;
}
.w100p_border_collapse {
width: 100%;
border-collapse: collapse;
}
.w100p_pad2 {
width: 100%;
border-spacing: 1px 2px;
padding: 0;
}
.w536 {
width: 536px;
}
.w536_pad3 {
width: 536px;
padding: 3px;
}
.w536_pad5 {
width: 536px;
padding: 5px;
}
.w40percent {
width: 40%;
}
.w25percent {
width: 25%;
}
.w50percent {
width: 50%;
}
.w50p_v_top {
width: 50%;
vertical-align: top;
}
.w534 {
width: 534px;
}
.w150 {
width: 150px;
}
.text_top_33p {
width: 33.3%;
vertical-align: top;
}
.total_title {
float: right;
display: inline-block;
}
.address_entries {
text-align: right;
width:200px;
}
.text_agree {
text-align: right;
padding-right: 5px;
}
.text_agree2 {
width: 5px;
padding-right: 10px;
}
.text_agree3 {
width: 5px;
text-align: right;
}
.w1 {
width: 1px;
}
.w1_v_top {
vertical-align: top;
width: 1px;
}
.w1_v_top_text_right {
width: 1px;
text-align: right;
vertical-align: top;
}
.w250_text_center_v_top {
text-align: center;
width: 250px;
vertical-align: top;
}
.w296_pad_left15_v_top {
padding-left: 15px;
width: 296px;
vertical-align: top;
}
/* END TABLE TR TH TD STYLES */

/* BEGIN FORM DIV STYLES */
.form_div {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 10px;
margin-bottom: 10px;
}
.form_div2 {
background: #F7F7F7 url('../image/discount.png') 8px 8px no-repeat;
border-bottom: 1px solid #DDDDDD;
padding: 8px 8px 8px 29px;
}
.form_div_min-height {
    background: #e2dbbe;
    border: 1px solid #dbd0b0;
    padding: 10px;
    min-height: 180px;
}
.h125_min-height {
border: 1px solid #DDDDDD;
min-height: 125px;
}
.w99p_textarea {
width: 99%;
}
.input_radio {
margin: 0px;
}
/* END FORM DIV STYLES */

/* BEGIN DIV STYLES */
.download_block {
display: inline-block;
margin-bottom: 10px;
width: 100%;
}
.w100p_margin_bottom30 {
width: 100%; margin-bottom: 30px;
}
.w50p_block_left {
float: left;
display: inline-block;
width: 50%;
}
.w50p_block_right {
float: right;
display: inline-block;
width: 50%;
}
.w558_display {
width: 558px;
display: inline-block;
}
.w274 {
float: left;
width: 274px;
}
.text_order {
width: 45%;
float: left;
margin-bottom: 2px;
}
.text_size {
width: 45%;
float: right;
margin-bottom: 2px;
text-align: right;
}
.text_order {
width: 49%;
float: left;
margin-bottom: 2px;
}
.text_status {
width: 49%;
float: right;
margin-bottom: 2px;
text-align: right;
}
.new_customer {
float: left;
display: inline-block;
width: 49%;
}
.w49p_right {
float: right;
display: inline-block;
width: 49%;
}
.total {
width: 100%;
display: inline-block;
}
.inline_block {
display: inline-block;
}
.inline_block_float_left {
display: inline-block;
float: left;
text-align: center;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
}
.options1 {
background: #FFFFCC;
border: 1px solid #FFCC33;
padding: 10px;
margin-top: 2px;
margin-bottom: 15px;
}
.discounts1 {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 10px;
margin-top: 2px;
margin-bottom: 15px;
}
.quantity1 {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 10px;
}
.review1 {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 10px;
margin-bottom: 10px;
}
.no_image {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 10px;
margin-bottom: 10px;
}
.search_content {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 10px; margin-top: 3px;
margin-bottom: 10px;
}
.search_empty {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 10px;
margin-top: 3px;
margin-bottom: 15px;
}
/* END DIV STYLES */

/* BEGIN SPAN STYLES */
.logo_img {
border: none;
}
.thickbox_thumb {
border: 1px solid #DDDDDD;
margin-bottom: 3px;
}
.bestsellers_price {
font-size: 11px;
color: #900;
}
.line_through_red {
font-size: 11px;
color: #900;
text-decoration: line-through;
}
.bestsellers_special {
font-size: 11px;
color: #F00;
}
.product_model,
.pharmacy_code {
    color: #999;
    color: #222222;
    font-size: 11px;
}
.product_price {
    color: #900;
    font-weight: bold;
}
.isFavoritList {
    cursor: pointer;
}

.product_price2 {
color: #900;
font-weight: bold;
text-decoration: line-through;
}
.product_special {
color: #F00;
}
.text_small {
font-size: 11px;
color: #999;
}
.font_size11 {
font-size: 11px;
}
.line_through {
text-decoration: line-through;
}
/* END SPAN STYLES */

/* BEGIN GENERAL PAD AND MARGIN STYLES */
.padding5 {
padding: 5px;
}
.padding8 {
padding: 8px;
}
.margin_top_2 {
margin-top: 2px;
}
.margin_bottom_15 {
margin-bottom: 15px;
}
.margin_bottom_3 {
margin-bottom: 3px;
}
/* END GENERAL PAD AND MARGIN STYLES */

/* END IN-LINE PAGE STYLES MOVED TO CSS FILE */
/* CSS MODS COURTESY NWISG.NET NWISG WEBSTUDIO */


/*Protopopoff 2010*/
	/*cart*/
		.searchAndAdd {
			margin: 10px;
			margin-left: 0px;
		}
			/*.search {*/
				/*width: 830px;*/
                /*height: 14px;*/
                /*margin-right: 10px;*/
				/*font-size: 14px;*/
			/*}*/
			.startSearch {
				font-size: 14px;
			}
		#content.cartContent {
			p osition: relative;
			m argin-right: 0px;
		}
			#content .loader {
				position: absolute;
				top: 150px;
				left: 50%;
				width: 54px;
				height: 60px;
				background: transparent  url('../image/cart/loader.gif') left top no-repeat;
				z-index: 999;
			}

        .cart {}
        .cart .exception {
            background-color: red;
            border-bottom: 1px solid white;
        }
            .cart .exception td {
                text-align: center;
            }
                .cart .exception td .close {
                    float: left;
                    color: white;
                    padding-left: 27px;
                    font-weight: bold;
                    font-size: 18px;
                    cursor: pointer;
                }

        .cartContent .noticeList {
            height: 18px;
            margin: 3px;
            margin-left: 11px;
        }

.modulePrintableList {

}
    .modulePrintableList #detailsWindow {
        position: absolute;
        z-index: 999;
    }
#container.loginPage {
    margin-top: 150px;
}

#moduleBestseller {}
    #moduleBestseller table {}
        #moduleBestseller table td {
            padding-bottom: 10px;
        }

#moduleCart {}
    #moduleCart table {}
        #moduleCart table td {
            padding-bottom: 10px;
        }
        #moduleCart table.specialProductTable td {

        }

#modulePersonalHitlist {}
    #modulePersonalHitlist table td {
        padding-bottom: 10px;
    }
    #modulePersonalHitlist .content {
        border: 0px solid;
    }

#loginPanel {
    position: relative;
    top: -30px;
    margin-left:auto;
    margin-right:auto;
    width:380px;
    min-height: 0px;
}
    #loginPanel .content {
        padding: 40px;
    }

    body #loginPanel table tr td {
        font-size: 18px;
    }

    #loginPanel table {
        position: relative;
        top: 5px;
    }
        #loginPanel table td {
            padding: 5px;
        }
            #loginPanel input {
                font-size: 18px;
            }

.formTable {
    width: 100%;
}
    .formTable td {
        text-align: left;
        padding: 7px;
        vertical-align: middle;
    }
    .formTable td.left {
       text-align: left;
    }
    .formTable td.right {
        float: none;
        text-align: right;
    }
    .formTable td.center {
       text-align: center;
    }
    .login {}
        .login table.formTable {
            margin-top: 30px;
            margin-left: 10px;
        }
        .login td {padding: 6px}
        .login input {
            font-size: 18px;
        }
    .formTable.edit input {
        font-size: 18px;
        width: 300px;
        padding: 0px;
    }

.content input {
    font-size: 18px;
}

.invoiceHead {
    width: 100%;
    margin-bottom: 5px;
}
    .invoiceHead .orderId {
        padding-top: 7px;
    }
    .invoiceHead td {
        text-align: center;
        vertical-align: middle;
    }

.checkStatus {
    font-weight: bold;
    margin-right: 9px;
    float: right;
}
.viewMore {
    margin-top: -30px;
}

.dowloadTable {
    width: 450px;
    margin: 0px auto;
}
    .dowloadTable img {
        float: none;
        padding: 0px;
        margin: 0px;
        position: static;
    }
    .dowloadTable td {
        vertical-align: middle;
        text-align: left;
        padding-left: 0px;
        padding: 1px;
    }
    .dowloadTable .ext {
        width: 16px;
    }

    .dowloadTable td.description {
        padding-top: 12px;
    }

#scanerNotice {
    /*position: absolute;*/
    /*margin-left: -200px;*/
}
    #scanerNotice table,
    #scanerNotice td {
        margin: 0px;
        padding: 0px;
    }

.printNote {
    display: block;
}


#printBlock {
    float: right;
    height: 16px;
    width: 16px;
    margin-top: -25px;
}

/*==== dynaTable ====*/
#dynaTableDiv {
    padding-right: 5px;
    width: 833px;
}
    .dynaTable {
        /*width: 700px;*/
        padding-right: 5px;
        width: 100%;
        border-collapse: collapse;
    }
        .dynaTable tr {}
        .dynaTable tr:hover {
            /*background-color: #fcf5e0;*/
            background-color: #f5f1e4;
            background-color: #fdfbf4;
            /*background-color: #EEEEEE;*/
        }
            .dynaTable tr td {
                text-align: left;
                padding: 0px 5px;
                /*border-bottom: 1px dashed #aaaaaa;*/
                border-bottom: 1px solid #EEEEEE;
            }
            .dynaTable tr.noBorder td {
                border-bottom: 0px solid #EEEEEE;
            }

            .dynaTable tr th {
                text-align: left;
                padding: 5px;
                border-bottom: 1px solid #ededed;
            }

            .dynaTable thead {

            }
                .dynaTable thead td,
                .dynaTable thead th {
                    border: 0px solid red;
                    padding: 5px;
                    padding-left: 0px;
                    /*background: #DBD0B0;*/
                    background: #e2dbbe;
                }
                    .dynaTable thead .filter td {
                        /*background: #f5f1e4;*/
                        /*background: #fcf5e0;*/
                        background-color: #f5f1e4;
                        border-bottom: 1px solid #ededed;
                        padding-right: 15px;
                    }

                    .dynaTable thead .td_head_name,
                    .dynaTable thead .td_filter_name {
                        padding-left: 10px;
                    }
                    .dynaTable thead .filter_name {
                        wi dth: 250px;
                        width: 100%;
                    }
                    .dynaTable thead .filter_model,
                    .dynaTable thead .filter_pharmacy_code {
                        width: 60px;
                    }

                    .dynaTable thead tr {

                    }
                    .dynaTable thead tr .selected {
                        color: green;
                    }
                        .dynaTable thead tr span {
                            cursor: pointer;
                        }
                        .dynaTable tbody td.name  {
                           padding-left: 10px;
                        }
                        .dynaTable thead tr span.selected.asc {
                            padding-left: 10px;
                            background: transparent  url('../image/bullet_up.png') left 5px no-repeat;
                        }
                        .dynaTable thead tr span.selected.desc {
                            padding-left: 10px;
                            background: transparent  url('../image/bullet_down.png') left 5px no-repeat;
                        }

            .dynaTable .name {
                po sition: relative;
                left: 0px;
                top: 0px;
            }
			.dynaTable .name  a {
				color: black;
			}
			
            .dynaTable .name  div {

            }


                #prodInfo {
                    position: absolute;
                    margin-left: -10px;
                    m argin-top: -29px;
                    padding: 12px;
                    background-color: #f5f1e4;
                    border: 1px solid #dbd0b0;
                    z-index: 10;
                }
                    #prodInfo table {
                        width: 100%;
                    }
                    #prodInfo table.infoTable td {
                       padding: 5px;
                       border-bottom: 1px solid #dedbd4;
                    }
                        #prodInfo .substance td {
                            padding: 5px;
                            border-bottom: 0px solid red;
                        }
                    #prodInfo .head {

                    }
                        #prodInfo .head td {
                            vertical-align: top;
                        }
                        #prodInfo .head tr:hover {
                            background: none;
                        }
                            #prodInfo h1 {
                                font-size: 12px !important;
                                padding: 0px;
                                margin: 0px;
                                padding-bottom: 10px;
                            }
                            #prodInfo .print,
                            #prodInfo .close {
                                float: right;
                                width: 16px;
                                cursor: pointer;
                                padding-left: 10px;
                            }

            .dynaTable .addToCart {
                width: 100px;
                color: #999;
            }

                .dynaTable .addToCart .tdOperationTable {

                }
                .dynaTable .addToCart .operationButton {
                    visibility: hidden;
                }

                .dynaTable .addToCart table {
                    padding: 0px;
                    margin: 0px;
                }
                .dynaTable .addToCart td {
                    border: 0px solid ;
                    padding: 1px;
                    vertical-align: middle;
                }

                .dynaTable .addToCart .qt {
                    width: 30px;
                }
                .dynaTable .updateProduct {
                    disply: block;
                    cursor: pointer;
                    border :1px solid red;
                }
                    .dynaTable .updateProduct.addQuantity {
                        padding-top: 1px;
                    }
                    .dynaTable .updateProduct.removeQuantity {
                        padding-bottom: 1px;
                    }
                .dynaTable .addToCart .addToCart {
                    width: 30px;
                    height: 30px;
                    border: 0px solid red;
                    padding: 0px;
                    margin: 0px;
                    margin-left: 1px;
                    background: url('../image/cart_add.png') 6px 8px no-repeat;
                    cursor: pointer;
                }
                .dynaTable .addToCart .addToCart.loading {
                    background: url('../image/sLoader.gif') 6px 8px no-repeat;
                }


 #dynaTableDiv .pagination a {
     padding: 5px 10px;
     float: left;
 }
    #dynaTableDiv .pagination .selected {
        background: #f5f1e4;
        background: #DBD0B0;
        font-weight: bold;
        text-decoration: none;
        color: black;
 }

.prodImages {
    width: 220px;
}

.productInfo {

}

.productTable {
 margin-bottom: 10px;
}
        .productTable tr {}
        .productTable tr:hover {
            background-color: #fcf5e0;
            /*background-color: #f5f1e4;*/
        }
            .productTable td {
                border-bottom: 1px solid #EEEEEE;
                padding: 4px;
                padding-right: 10px;
            }
            .substance {    }
                .substance td {
                    border: none;
                    padding-left: 0px;
                }

    .productInfo .tableAddToCart {
        margin-top: 10px;
    }
        .tableAddToCart td {
            height: 14px;
        }

#addNewOrderComment {
    float: right;
    padding: 5px;
    cursor: pointer;
}

.orderComment {}
    .orderComment .orderCommentRemainsCharacters {}
    .orderComment .orderCommentText {
        width: 99%;
        font-size: 15px;
    }


.specialProduct {
    width: 500px;
    margin: 0px auto;
    padding: 10px;
    margin-top: 20px;
}
    .specialProduct table {
        width: 100%;
    }
        .specialProduct td {
            text-align: center;
            padding: 5px;
            padding-top: 0px;
            padding-bottom: 0px;
        }
            .specialProduct .textInput {
                font-size: 18px;
                border: 2px solid green;
                border-right: 2px solid #0BC60B;
                border-bottom: 2px solid #0BC60B;
            }

            .specialProduct .textInput.error {
                border: 2px solid red;
                color: black;
            }

.specialProduct .generatePdfSubmit {
    margin-top: 10px;
    font-size: 20px;
}

.loginpanel {
    float: right;
    margin-top: 20px;
	text-align: right;
}

#headContactInfo {
    float: right;
    text-align: center;
    margin-right: 300px;
}
    #headContactInfo a {
        color: #6baa1b;
    }

.dowloadTable {
    width: 450px;
    margin: 0px auto;
    clear: left;
}
    .dowloadTable img {
        float: none;
        padding: 0px;
        margin: 0px;
        position: static;
    }
    .dowloadTable td {
        vertical-align: middle;
        text-align: left;
        padding-left: 0px;
        padding: 1px;
    }
    .dowloadTable .ext {
        width: 16px;
    }

    .dowloadTable td.description {
        padding-top: 12px;
    }
.cTitle{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cTitle__ctText{
    font-size: 20px;
    color: #6baa1b;
    border-bottom: 1px dashed #33a263;
}
.cWorkArea{
    display: flex;
}
.cWorkArea__waLeft{
    width: 35%;
}
.cWorkArea__waRight{
    width: 65%;
}
.waLeft__lTitle{
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
}
.lErrorArea__leText{
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.waLeft{

}
.lTitle{
    width:100%;
}
.lErrorArea{
    width:100%;
}
.waLeft__lSearchArea{
    width: 100%;
    height:300px;
    max-width: 304px;
}
.waMiddle{
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.waMiddle__mProcess{
    border-radius: 10px;
    width: 100px;
    height: 27px;
    outline: none;
}
.waRight{

}
.rTitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
}
.tFooter{
    background-color: #e9dfc1;
    padding-top: 0;
    padding-bottom: 0;
}
.tFooter__fAddButton{
    float: right;

}