﻿*
{
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	width: 320px;
}
.clear {
	clear: both;	
}
.message 
{
    color: blue;   
    margin: 5px 0;
    padding: 5px;
}
#wrapper 
{
    margin: 0px;
	padding: 0px;
}
#content 
{
   background-color: #fff; 
   padding: 0;
   margin: 0;
   min-height:260px;
}
.contentinset
{
    padding: 10px;
}
.header {
    background-color: #9cb428;
    margin: 0;
	padding: 0;
	height: 40px;
}
#headersearch
{
   padding: 10px 0 0 0;   
   float: right;
}
.logo {
	float: left;
	margin: 5px 0 0 0;
	padding: 0px;
}
#infobar
{
    background-color: #000;
    padding: 2px;
}
#logout
{
    float: left;  
    margin: 0 0 0 5px; 
    color: #d9e2ac;
}
#logout a:link, #logout a:active, #logout a:visited, #logout a:hover
{
    text-decoration: none;
    color: #d9e2ac;
}
#logout a:hover
{
    text-decoration: underline;
}
#loggeduser
{
    float: right;
    color: #fff;   
}
.footer 
{
    background-color: #9cb428;
    margin: 0px;
    padding: 10px 10px;
}
.footerlinks 
{
    color: #fff;
    margin-top: 5px;
}
.footerlinks ul 
{
    list-style-type: none;
    margin: 0 20px 0 0;
    padding: 0;
    float: left;
}
.footerlinks li 
{
    margin: 0px;
}
.footerlinks a:link,.footerlinks a:active,.footerlinks a:visited,.footerlinks a:hover
{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 0 5px 0;
    font-size: 12px;
}
.footerlinks a:hover
{
   text-decoration: underline;   
}
.copyright 
{
    color: #fff;   
}
/*****BUTTONS H-TAGS, ETC*****/
.normal_button
{
    background-color: #9cb428;
    color: #fff;
    border: 1px solid #d9e2ac; 
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
}
.dark_button
{
    background-color: #003300; 
    color: #d9e2ac;
    border: 1px solid #d9e2ac; 
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
}
.red_button
{
    background-color: #7e2817; 
    color: #ffff00;
    border: 1px solid #d9e2ac;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
}
.blue_button
{
    background-color: blue; 
    color: #fff;
    border: 1px solid #fff; 
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
}
.dark_button:hover, .red_button:hover, .normal_button:hover, .blue_button:hover
{
    text-decoration: underline;   
}
#headsearchsubmit 
{
    background-color: #d9e2ac; 
    color: #003300;
    border: 1px solid #d9e2ac; 
    font-size: 12px;
    padding: 2px;
}
#headsearchsubmit:hover
{
    text-decoration: underline;
}
/******MAIN NAV*****/
#mainnav
{
    margin: 0px; 
    background-color: #003300; 
    border-top: 1px solid #fff;  
}
#mainnav ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#mainnav ul li a:link, #mainnav ul li a:visited, #mainnav ul li a:active, #mainnav ul li a:hover
{
    display: block;
    padding: 4px;
    font-size: 13px;
    float: left;
    text-decoration: none; 
    margin: 0 50px 0 0;
}
.mainactive 
{
    color: #003300;   
    background-color: #d9e2ac;
}
.maininactive  
{
    color: #d9e2ac;  
    background-color: #003300;
}
.midlink
{
    border-left: 1px solid #fff;   
    border-right: 1px solid #fff;   
}
/*****AJAX PRELOADER*****/
#awaitcontainer 
{
    background-image: url(https://images.dansko.com/iconicshadowback.png);
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	z-index: 10000; 
    display: none;
}
#awaiting
{
    margin: 250px auto;
    width: 200px;
    height: 100px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 8px #888;
    -webkit-box-shadow: 0 0 8px#888;
    box-shadow: 0px 0px 75px #333;
}
#dotdotdot 
{
    font-weight: bold;
    font-size: 14px;
    color: #9cb428;
}
/******LOGIN*******/
#forgotpassword 
{
    margin-top: 15px;
    width: 150px;
    cursor: pointer;
    text-decoration: underline;
    color: Blue;
}
#forgotpassword:hover 
{
   
}
#forgotten 
{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
}
#helpme 
{
    margin: 150px auto;
    height: 150px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    -moz-box-shadow: 0 0 8px #888;
    -webkit-box-shadow: 0 0 8px#888;
    box-shadow: 0px 0px 75px #333;
    border-radius: 10px;
    display: none;
}
/*******Header******/
.searchdisplay
{
    padding-right: 20px;   
}
/*******Home********/
.homelist
{
    margin: 0 0 0 15px;
    padding: 0;   
}
/*******CATALOGS*****/
.contentcenter
{
    margin: 0 auto; 
    width: 220px;
}
.catcontainer
{ 
    padding: 10px; 
    margin: 0;
    text-align: center;
}
.cattab, .colltab
{
    float: left;
    padding: 3px 5px;
    text-align: center;
    margin: 0;
    color: #fff;
    background-color: #9cb428; 
    cursor: pointer;
    border-right: 1px solid #fff; 
}
.cattab a:link, .cattab a:active, .cattab a:visited, .cattab a:hover
{
    color: #fff;
    text-decoration: none;
}
#catalogtabs 
{
    padding: 0;
    margin: 0;  
    background-color: #9cb428;  
    border-top: 1px solid #fff; 
}
.colltab a:link,.colltab a:active,.colltab a:visited,.colltab a:hover
{
    color: #fff;
    text-decoration: none;
}
.cattab:hover,.colltab a:hover
{
     text-decoration: underline; 
}
.disabledtab, .disabledtab:hover 
{
    color: #999;
    background-color: #ccc;   
}
.activetab
{
    background-color:  #fff; 
    color: #000;
}
#currentcatalog a:link, #currentcatalog a:visited, #currentcatalog a:active, #currentcatalog a:hover, .currentcatalog a:link, .currentcatalog a:visited, .currentcatalog a:active, .currentcatalog a:hover 
{
    color: #fff; 
    text-decoration: none;  
}
#currentcatalog
{
    text-align: right;
    padding: 3px 5px;
    text-align: right;
    margin: 0;
    color: #fff;
    background-color: blue;  
    cursor: pointer;
    font-weight: bold;
    border-top: 1px solid #fff;
}
.currentcatalog
{
    text-align: right;
    padding: 3px 5px;
    margin: 0;
    color: #fff;
    background-color: blue;  
    cursor: pointer;
    font-weight: bold;
    border-top: 1px solid #fff;
}
#detailcontainer .currentcatalog
{
    float: left;   
}
.cat
{
    float: left; 
    margin: 0 5px 0 0;  
    padding: 12px;
    cursor: pointer;
    border: 1px dotted #fff;
    width: 193px;
    height: 300px;
}
.cat img
{
    border: 1px solid #ccc;
    width: 193px;
    height: 250px;
    margin-bottom: 5px;
}
.cat:hover
{
    border: 1px dotted #0000ff;
}

.selectedcat
{
    border: 1px solid #003300;
}
#sorters
{
    margin: 20px 0 0 0;
    padding: 0;
    clear: both;
}
.sorter 
{
    float: left;
    padding: 5px 7px;
    border: 1px solid #ccc;
    background-color: #d9e2ac;  
    margin: 10px 10px 0 0;
    font-weight: bold;
    cursor: pointer;
}
.sorter:hover
{
    text-decoration: underline;
}
.catstyle 
{
    float: left;
    width: 75px;
    padding: 5px 3px;
    margin: 0;
}
.TreeView1_0
{
    font-size: 16px;   
}
.cataloglist
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cataloglist li
{
    padding: 10px 0;
    margin-bottom: 1px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid #d9e2ac;
}
.collectionrow
{
    background-color: #9cb428;
    display: none;
    cursor: pointer;
}
.prow
{
    display: none;
    cursor: pointer;
}
.customerrow
{
   background-color: #003300;
   color: #fff;
   cursor: pointer;
}
.postinggrouprow
{
   background-color: #666;
   color: #fff;  
}
.orow 
{
   background-color: #d9e2ac;
   color: #003300;
   display: none;
   cursor: pointer; 
}
.navitem
{
    float: left;   
}
/*******DETAIL******/
#detailtop 
{
    margin: 0;   
}
.detailimage 
{
    float: left;
    margin-right: 20px;
}
.styledetails
{
    float: left;
}
#ncc
{
    display: inline;
}
.styledetails p
{
    width: 300px;
}
.productgrid
{
    width: 100%;
    overflow: auto;   
}
.productgrid td
{
    border-top: 2px solid #ebebeb;
}
.productgrid table
{
   border-bottom: 2px solid #ebebeb; 
}
.onrow
{
    background-color: #ededed;   
}
.offrow
{
    background-color: #fff;   
}
.topleftcell 
{
    vertical-align: top;
    text-align: left;
}
.centercell
{
    text-align: center;
}
.atp 
{
    display: none;
    position: absolute;
    left: 50px;
    top: 100px;
    width: 200px;
    min-height: 250px;
    border: 1px solid #000;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;   
}
.atp th
{
    font-weight: bold;
    color: #fff;
    background-color: #000;
}
.quantity 
{
    text-decoration: underline;
    color: Blue; 
    padding: 2px 2px;
    cursor: pointer;
}
.closer
{
    float: right;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 1px;
    width: 18px;
    height: 16px;
    margin: -15px -15px 0 0;
    font-weight: bold;
    text-transform: uppercase; 
    cursor: pointer; 
    border-radius: 10px;   
}
.switcher 
{
    cursor: pointer;   
}
.buttoncontent
{
    margin: 2px 0;
    text-align: right;   
}
#buttoncontent
{
    margin-top: 10px;
    text-align: right;   
}
.fullsku
{
    text-align: center;
    width: 20px;
}
.fullskuon
{
    background-color: #d9e2ac;
}
.working 
{
    background-image: url(https://images.dansko.com/workingbackground.gif);
}
.estavail 
{
    color: #666;
    font-size: 10px;   
}
/*******Order History****/
#ordercontainer
{
    width: 320px;
    overflow: auto;   
}
.ordertable
{
    border-bottom: 2px solid #003300;
}
.ordertable th
{
    color: #fff;
    background-color: #003300;
}
.ordertable td
{
    text-align: center;
}
.crow
{
    text-align: center;   
}
.rrow
{
    text-align: right;
}
.lrow
{
    text-align: left;
}
.orderlink
{
    display: block;
    text-decoration: underline;
    cursor: pointer;   
}
.detailtable
{
    margin: 10px 0 0 0;
}
.detailtable td
{
       border-bottom: 1px solid #003300;
       border-right: 1px solid #003300;
}
.detailtable .lefttd 
{
    border-left: 1px solid #003300;
}
.detailtable th
{
    color: #fff;
    background-color: #003300;
}
.subrow
{
    background-color: #ededed;   
}
.colrow
{
    background-color: #d9e2ac;   
}
#detailcontainer 
{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;   
}
#orderdetails
{
    margin: 0;
    width: 800px;
    min-height: 600px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 8px #888;
    -webkit-box-shadow: 0 0 8px#888;
    box-shadow: 0px 0px 75px #333;
    border-radius: 10px;
    display: none;
    border: 1px solid #eebebeb;
}
.searchtable th
{
    background-color: #003300;
    color: #fff;
}
.searchtable td
{
    text-align: left; 
}
.labelfor 
{
    font-weight: bold;   
}
.ctext
{
    text-align: center;   
}
.filterbox
{
    padding-right: 10px;
}
.orderfilter
{
    float: left;
}
.ordertype 
{
    float: right;
    color: #fff;
    padding: 4px 4px 0 0;
}
.inquiry 
{
    margin: 5px;
    width: 300px;
    height: 400px;
    padding: 10px;
    position: absolute;
    z-index: 20000;
    -moz-box-shadow: 0 0 8px #888;
    -webkit-box-shadow: 0 0 8px#888;
    box-shadow: 0px 0px 75px #333;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    background-color: #d9e2ac; 
    display: none; 
}
#printtab
{
    display: none;
}
.ordercloser
{
    float: left;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 5px;
    width: 22px;
    height: 23px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; 
    cursor: pointer; 
    border-radius: 15px;   
}
.orderbuttoncontent
{
    float: left;
    margin: 0 10px;   
}
/********PLACE ORDER*********/
.placeordertable th
{
    text-align: right;   
}
#shipaddresses
{
    padding: 10px 0;   
}
#shipaddresses ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;   
}
#shipaddresses ul li
{
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #003300;
    margin-bottom: 10px;   
}
.required
{
    color: #ff0000;   
}
.saddinput
{
    float: left;
    margin-right: 5px;   
}
.sadd
{
    float: left;   
}
.sadd p, #shippingAddress p
{
    margin-top: 0;
    padding-top: 0;   
}
.code 
{
    color: #9cb428;
}
.activeadd
{
    background-color: #ebebeb;   
}
#ccrow 
{
    display: none;
}
.centered
{
  text-align: center;     
}
#dropshipadd
{
    display: none;   
}
#dropshipadd img
{
    height: 15px;
    width: 15px;
}
.dropshipheader
{
    color: #9cb428;
}
#order 
{
  
    background-color: #d9e2ac;
}
#split 
{
    color: #000;
    background-color: #faafbe;
}
.mainorder 
{
    background-color: #d9e2ac;
}
.mobiletable
{
    font-size: 10px;
    background-color: #fff;
}
.order 
{
    padding: 10px;
    margin: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.ordertabs 
{
    padding-left: 20px;
    margin: 0;
}
.mainordertab 
{
    background-color: #d9e2ac;
}
.orderreview
{
    padding: 0 0 0 10px;   
}
.orderreview li
{
    margin-bottom: 5px;
}
.notavailablerow0
{
    background-color: #faafbe;
}
.notavailablerow1
{
    background-color: #ccfb5d;
}
.notavailablerow2
{
    background-color: #eff7ff;
}
.notavailablerow3
{
    background-color: #faf8cc;
}
.availablerow
{
    background-color: #eeeeee;
}
.anordertab 
{
    float: left;
    padding: 3px 8px;
    margin: 0 5px 0 5px; 
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
}
.ordertab
{
    background-color: #9cb428;
}
.ordertab0
{
    background-color: #92af2b;
}
.ordertab1
{
    background-color: #00a651;
}
.ordertab2
{
    background-color: #56956a;
}
.ordertab3
{
    background-color: #8daf9a;
}
.ordertab4
{
    background-color: #6fa765;
}
.ordertab5
{
    background-color: #9ebf98;
}
.ordertab6
{
   background-color: #9ec16c; 
}
.ordertab7
{
    background-color: #bad494;
}
.ordertab8
{
   background-color: #c9dc5d; 
}
.ordertab9
{
    background-color: #dde89a;
}
.ponum 
{
    color: #9cb428;
    font-weight: bold;
}
#helpcontainer
{
    background-image: url(https://images.dansko.com/background_green_rev.png);
    position: absolute;
	top: 0px;
	left: 0px;
	width: 100%; 
	z-index: 10000; 
    display: none;
}
.helptext
{
    margin: 150px auto;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 8px #888;
    -webkit-box-shadow: 0 0 8px#888;
    box-shadow: 0px 0px 75px #333;
    cursor: pointer;  
}
/********SEARCH***************/
.searchcontainer 
{
    float: left;
}
.shoebox
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.searchheader
{
    font-weight: bold; 
    font-size: 14px;
    color: #003300; 
    margin-bottom: 3px; 
}
.searchheader a:link, .searchheader a:active, .searchheader a:visited, .searchheader a:hover
{
    color: #003300; 
    text-decoration: none;
}
.searchheader a:hover
{
    text-decoration: underline;
}
.searchsku
{
    font-size: 10px;
    color: #999;   
}
.searchtable th
{
    background-color: #003300;
    color: #fff;
}
.searchtable td
{
    vertical-align: top;
}
/********CHANGE CUSTOMER******/
.accountclick
{
    color: Blue;
    text-decoration: underline;
    cursor: pointer;   
}
/*************SALES REPORTS****/
#reportnavlist
{
    width: 100%;
       
}