/*
 * Global
 * Layout
 * Navigation
 * Widgets
 * Tables
 * Miscellaneous Note: these could do with sorting out into relevant sections
 */

/*
Global
*/

/*
Layout
*/
header{
   position: absolute;
   top: 50px;
   width: 100%;
   height: 169px;
   margin: 0 auto;
   background: #ffffff;
}

#header {
   margin: auto;
   width: 100%;
   height: 169px;
}
header #international {
   right: 12px;
   text-align:center;
}
header #telephone_number {
   width: 100%;
   margin: 10px auto 0px auto;
   text-align:center;
}
header #branding img {
   width: 50%;
}

header #branding {
   position: absolute;
   top: 10px;
   left: 0;
   text-align: center;
   width: 100%;
   height: 149px;
}
#main {
   width: 100%;
   margin: 200px auto 0px auto;
   background-color: #fff;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   background: #ffffff; /* Old browsers */
}

section {
}
article {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-flow: row wrap;
}
article {
}
#content {
   padding-right: 0;
   width: 100%;
   float: none;
}

#dashboardWidget,
#searchWidget,
#helpWidget,
#internationalWidget,
#basketWidget {
   width: 100%;
   float: none;
   clear: none;
   margin-bottom: 12px;
}
#searchWidget  {
   -webkit-box-ordinal-group: 1;
   -moz-box-ordinal-group: 1;
   -ms-flex-order: 1;
   -webkit-order: 1;
   order: 1;
}
#content {
   -webkit-box-ordinal-group: 2;
   -moz-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   order: 2;
}
#basketWidget {
   -webkit-box-ordinal-group: 3;
   -moz-box-ordinal-group: 3;
   -ms-flex-order: 3;
   -webkit-order: 3;
   order: 3;
}
#dashboardWidget {
   -webkit-box-ordinal-group: 4;
   -moz-box-ordinal-group: 4;
   -ms-flex-order: 4;
   -webkit-order: 4;
   order: 4;
}
#helpWidget {
   -webkit-box-ordinal-group: 5;
   -moz-box-ordinal-group: 5;
   -ms-flex-order: 5;
   -webkit-order: 5;
   order: 5;
   margin-top: 12px;
}
footer {
   width: 100%;
}
div.footer-left {
   margin: 12px;
}
div.footer-right {
   margin: 12px;
}


/*
Navigation
*/
div.toggle {
   position: fixed;
   top: 0px;
   width: 100%;
   background-color: #104233;
}

div.toggle-button {
   display:block;
   position: fixed;
   z-index: 5;
   top: 0px;
   left: 0px;
}

div.toggle a {
   z-index: 3;
}
.nav {
   display: none;
   margin: 0;

   height: 100%;
   position: fixed;
   top: 38px;
   left: 0px;
   z-index: 10;
   background-color: rgba(16,66,51,0.8);
}
.nav ul {
   margin-left: 0;
   float: left;
   display: block;
   list-style: none;
}
.nav li {
   list-style: none;
   border: none;
   height: 40px;
   line-height: 45px;
   text-align: left;
}
.nav li a
{
   min-width: 80px;
   padding: 0 6px 0 6px;
   white-space: nowrap;
   font-weight: normal;
   color: white;
}
/*
Miscellaneous
*/
.tabletnoshow {
   display: none !important;
}

#country-select {
   position: absolute;
   top: 0;
   z-index: 2;
   width: 100%;
   height: 38px;
}
#country-select span:first-child
{
   display: none;
}
#currency
{
   margin-top: 3px;
}

#currency a {
   color: #f3b332;
   font-weight: normal;
}
#currency a.selected,
#currency a:hover{
   color: #FFF;
}
div.regionalOptions
{
   right: 0px;
   position: fixed;
   margin-top: 2px;
   margin-right: 10px;
}