
/*KO*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

object,
embed {
  max-width: 100%;
}

/*html {overflow-y: scroll;}*/
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}
select
{
    height: 24px;
    border: 1px solid black;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: none;
}

input[type="radio"] {
  vertical-align: text-bottom;

}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
  border:none;
}

input[type="text"]
{
    background:fff;
    border:1px solid black;
}
input[type="password"]
{
    background:fff;
    border:1px solid black;
}
table {
  font-size: inherit;
  font: 100%;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}
.button, .continuebtn, .create-order, .add-cart, .delete, .save{
background-color: #F9F9F9;
color: #000000;
zoom: 1;
border-color: #B7BABC #8D8F91 #5E6162;
border-style: solid;
border-width: 1px;
height: 22px;
padding: 0 13px;
font: 11px Arial, sans-serif;
overflow: visible;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
.highvis {
background: #F0B071;
zoom: 1;
border-color: #FFFFFF;
border-style: solid;
border-width: 1px;
height: 22px;
padding: 0 13px;
font: 11px Arial, sans-serif;
overflow: visible;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
color:#FFFFFF;
font-weight:bold;
}
.highvis:hover
{
    color:#fff;
    background:#F0B071;
    border-color:#F0B071;
   -webkit-transition:background .3s ease-in-out;  
   -moz-transition:background .3s ease-in-out;  
   -o-transition:background .3s ease-in-out;  
   transition:background .3s ease-in-out;
}
.button:hover, .continuebtn:hover, .create-order:hover, .add-cart:hover, .delete:hover, .save:hover, .done:hover {
  border-color: #000;
}
.login-popup .button
{
    margin-top:5px;
}
.login-popup .continuebtn
{
    margin-top: 5px;
    background: #f37029;
    zoom: 1;
    border-color: #c05d27 #cd5617 #cc500c;
    border-style: solid;
    border-width: 1px;
    height: 22px;
    padding: 0 13px;
    font: 11px Arial, sans-serif;
    overflow: visible;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    color:#fff;
    font-weight:bold;
}
.login-popup .continuebtn:hover
{
    color:#fff;
    background:#ea8650;
    border-color:#e38452 #e66926 #e5590d;
   -webkit-transition:background .3s ease-in-out;  
   -moz-transition:background .3s ease-in-out;  
   -o-transition:background .3s ease-in-out;  
   transition:background .3s ease-in-out;
}
.highvis
{
  float:right;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

img[align=left] {
  float: left;
}

img[align=right] {
  float: right;
}

html, body {
  height: 100%;
}

body {
  background: #000000;
  font: 11px Arial, sans-serif;
  color: #000000;
  background-image: url('');
	background-repeat: repeat;
	background-position-x: center;
	background-position-y: 0;
}

.clr {
  zoom: 1;
}
.clr:before, .clr:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clr:after {
  clear: both;
}

a {
  color: #25287A;
  text-decoration: none;
}
a:hover {
  color: #F0B071;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  height:auto;
}

#main {
  width: 900px;
  background: #F2F9FF;
  height:100%;
  bottom:35px;
}
#main #content {
  width: 672px;
  float: left;
  overflow-x: hidden;
  position: relative;
  border-right: 8px solid #E3E6DF;
  margin-right: -10px;
  height: 100%;
}
#content-orders {
  width: 672px;
  float: left;
  overflow-x: hidden;
  position: relative;
  border-right: 8px solid #E3E6DF;
  margin-right: -10px;
  height: 100%;
    background: #171516;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE3E6DF');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #E3E6DF));
    background: -webkit-linear-gradient(top, #fff, #E3E6DF);
    background: -moz-linear-gradient(top, #fff, #E3E6DF);
    background: -o-linear-gradient(top, #fff, #E3E6DF);
    background: -ms-linear-gradient(top, #fff, #E3E6DF);
    -pie-background: linear-gradient(top, #fff, #E3E6DF);
    background: linear-gradient(top, #fff, #E3E6DF);
}
#main #sidebar {
  width: 220px;
  float: right;
  border-left: 8px solid #0b0b0b;
}
#sidebar-orders {
  width: 220px;
  float: right;
  border-left: 8px solid #0b0b0b;
}
#submitButton{
  display:inline-block;
}
/*---Header---*/
#PageHeader
{
  width: 100%;
  height: 70px;
  margin-bottom: 5px;
    
}
.navbar
{
    display:none;
}
.footerbg
{
    background: url('/themes/kitorder/images/footer-bg-Transparent.png') repeat-x;
    -pie-background: url('/themes/kitorder/images/footer-bg-Transparent.png') repeat-x 0 0, white;
    width: 100%;
    height: 40px;
}
.headerbg
{
  background: url('/themes/kitorder/images/bg-header-Transparent.png') repeat-x;
  -pie-background: url('/themes/kitorder/images/bg-header-Transparent.png') repeat-x 0 0, white;
  width: 100%;
  height: 80px;
  margin-bottom: 5px;
}
header {
  height: 60px;
  padding-top: 10px;
  position: relative;
}
header #logo {
  background: url('/themes/kitorder/images/logo2.png') no-repeat;
  display: block;
  height: 50px;
  /*margin: 23px 0 0 0px;*/
}
header nav {
  position: absolute;
  right:0px;
  top:40px;
}
header nav ul li {
  color: #fff;
  display: inline;
  font-size: 16px;
  font-weight: bold;
}
header nav ul li a {
  text-transform: uppercase;
  color:#FFFFFF;
}
header nav ul li a:hover {
  color:#F0B071;
  text-decoration: none;
}
header nav ul li span {
  font-weight: normal;
  padding: 0 11px 0 13px;
}
header .b-login {
    position: absolute;
    top: 8px;
    right: 0px;
    color: #FFFFFF;  
}
header .b-login a {
  color: #f47836;
}
header .b-contacts {
  position: relative;
  float:right;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
}

/*---end Header---*/
/*---Footer---*/
footer {
  width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 2px 0px 2px 0px;
  height: 31px;
  
}
footer .lglogo{
  padding-top:10px;
  float:left;
}
footer .footer-content {
  width: 900px;
  float: left;
  margin-top:5px;
}
footer .footer-content .feedback a {
  float: right;
  line-height: 18px;
  color: #7c7d7f;
  margin: 60px 0 0 3px;
}
.b-socials {
  float: left;
}
footer .footer-content .b-socials li {
  display: inline-block;
  float:right;
}
.ie7 footer .footer-content .b-socials li {
  display: inline;
}
footer .footer-content .b-socials li a {
  position: ;
  padding-left: 18px;
  margin-left: 1px;
}
footer .footer-content .b-socials .socials{
  margin:0px 5px 0px 0px;
}
footer .footer-content .b-socials .facebook:hover{
  background-image:url(/themes/kitorder/images/new-socials/facebookBW.png)
}
footer .footer-content .b-socials .facebook{
  background-image:url(/themes/kitorder/images/new-socials/facebook.png);
  height:31px;
  width:31px;
  background-repeat:no-repeat;
}
footer .footer-content .b-socials .twitter:hover{
  background-image:url(/themes/kitorder/images/new-socials/twitterBW.png)
}
footer .footer-content .b-socials .twitter{
  background-image:url(/themes/kitorder/images/new-socials/twitter.png);
  height:31px;
  width:31px;
  background-repeat:no-repeat;
}
footer .footer-content .b-socials .pinterest:hover{
  background-image:url(/themes/kitorder/images/new-socials/pinterestBW.png)
}
footer .footer-content .b-socials .pinterest{
  background-image:url(/themes/kitorder/images/new-socials/pinterest.png);
  height:31px;
  width:31px;
  background-repeat:no-repeat;
}
footer .footer-content .b-socials .google:hover{
  background-image:url(/themes/kitorder/images/new-socials/googleBW.png)
}
footer .footer-content .b-socials .google{
  background-image:url(/themes/kitorder/images/new-socials/google.png);
  height:31px;
  width:31px;
  background-repeat:no-repeat;
}
footer .footer-content .b-socials li a:hover span {
  background: #b2e1ff;
  color: #000;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -khtml-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}


/*---end Footer---*/
/*---JS Select---*/
.select-outline {
  background: white url(/themes/kitorder/images/select-arrow.png) no-repeat 100% 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #4a4a4a;
  width: 225px;
  height: 22px;
  z-index: 200;
  margin-right: 10px;
}
.ie7 .select-outline {
  display: inline;
}
.select-outline.select-active {
  z-index: 300;
}
.select-outline.select-hover {
  background: #fafafa url(/themes/kitorder/images/select-arrow.png) no-repeat 100% 50%;
}
.select-outline div.select-text {
  height: 22px;
  display: inline-block;
  padding: 0 20px 0 2px;
  width: 203px;
  font-size: 11px;
  cursor: pointer;
  vertical-align: top;
}
.select-outline div.select-text span {
  display: inline-block;
  color: #000;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.select-outline .sub-select {
  background-color: #fff;
  border: solid #4a4a4a;
  border-width: 0 1px 1px;
  width: 225px;
  position: absolute;
  top: 22px;
  left: -1px;
  display: none;
  z-index: 400;
}
.select-outline .sub-select .sub-option {
  display: block;
  cursor: pointer;
  color: #000;
  padding: 0 2px;
  white-space: nowrap;
  font-size: 11px;
  line-height: 22px;
}
.select-outline .sub-select .sub-option.active {
  background: #a4a4a4 !important;
}
.select-outline .sub-select .hover, .select-outline .sub-select .sub-option:hover {
  background: #c8c8c8;
}
.select-outline .sub-select .sub-top,
.select-outline .sub-select .sub-bot {
  display: none;
}

/*---End JS Select---*/
.spinedit {
  padding-right: 19px;
  position: relative;
  width: 37px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.ie7 .spinedit {
  display: inline;
}
.spinedit input {
  width: 31px !important;
  margin-right: 0 !important;
}
.ie7 .spinedit input {
  margin-top: -1px;
}
.spinedit input[readonly] ~ a, .spinedit input[disabled="disabled"] ~ a {
  cursor: default;
  background-position: 0 -45px;
}
.spinedit input[readonly] ~ a.down, .spinedit input[disabled="disabled"] ~ a.down {
  background-position: 0 -57px;
}
.spinedit a {
  background: url(/themes/kitorder/images/icons.png) no-repeat;
  display: block;
  width: 19px;
  height: 12px;
  position: absolute;
  right: 0;
}
.spinedit a.up {
  background-position: -26px -45px;
  top: 0;
}
.spinedit a.down {
  background-position: -26px -57px;
  top: 12px;
}

/*---Home---*/
.error
{
    color:#f47836;
    font-weight:bold;
} 
.passerror
{
    color:#f47836;
    font-weight:bold;
    padding-bottom:14px;
}
.aside-inner {
  padding: 5px;
}
.aside-inner h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.aside-inner ul li {
  line-height: 16px;
  margin-bottom: 17px;
}
.aside-inner ul li .step {
  font-size: 25px;
  font-weight: bold;
  color: #f47836;
  margin-right: 2px;
}

.b-form .top-menu {
  font-size: 0;
  padding: 10px 0 15px;
}
.b-form .top-menu li {
  display: inline-block;
  color: #b9b3b3;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  width: 201.667px;
  text-transform: uppercase;
  text-align: center;
}
.ie7 .b-form .top-menu li {
  display: inline;
}
.b-form .top-menu li a {
  color: #7e7c7f;
  display: block;
}
.b-form .top-menu .selected a{
    text-decoration: underline;    
}
.b-form .top-menu .selected a:hover{
    text-decoration: underline;    
}
.b-form .top-menu li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.b-form .top-menu + fieldset {
  margin-top: 0;
}
.b-form fieldset {
  margin: 10px 4px 10px 12px;
}
.b-form fieldset h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 10px;
}
.b-form fieldset h2 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 4px 5px 8px 0;
  vertical-align: top;
}
.ie7 .b-form fieldset h2 {
  display: inline;
}
.login-popup .b-form .form-item {
    padding: 3px 0 3px;
    width: 253px;
    display: inline;
    margin-bottom: 15px;
}
.login-popup .b-form .register {
  /*font-size: 0;*/
  padding: 0 0 6px;
  /*added to style logon text box sizes*/
  width: 240px;
  display: inline;
  margin-bottom: 15px;
  
}
#InUse
{
    margin-left:88px;
}
.registererror
{
    margin-left:88px;
}
.login-popup .b-form .confirm {
  /*font-size: 0;*/
  padding: 0 0 6px;
  /*added to style logon text box sizes*/
  width: 245px;
  display: inline;
  float:right;
}
.terms a{
  color:#f47836;
}
.langdropdown {
  width: 250px;
  border:1px solid black;
}
    
.b-form .orderinfo {
  font-size: 0;
  padding: 0 0 6px;
 
}
.b-form .orderinfo .label {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  padding-right: 11px;
  vertical-align: top;
  width: 115px;
}
.ie7 .b-form .form-item .label {
  display: inline;
}
.b-form .form-item .label {
  display: inline-block;
  font-size: 11px;
  line-height: 24px;
  padding-right: 11px;
  vertical-align: top;
  width: 115px;
  padding-bottom:3px;
}
.b-form .form-item .label2 {
  width: 82px;
  text-align:right;
}
.b-form .form-item .label3 {
  width: 83px;
  text-align:right;
}

.b-form .form-item .error{
  display: inline-block;
  padding-right: 11px;
}

.ie7 .b-form .form-item .label {
  display: inline;
}
.label2err {
  width: 240px;
  float:right;
  text-align:right;
}
.labelerr {
  width:240px;
  float:left;
  padding-left:129px;
}
.b-form .form-item .form-text {
  display: inline-block;
  background: #fff;
  border: 1px solid #4a4a4a;
  color: #000;
  font-size: 11px;
  height: 14px;
  margin-right: 10px;
  padding: 4px 2px;
  vertical-align: top;
  width: 187px;
}

.b-form .form-item .form-textB {
  display: inline-block;
  background: #fff;
  border: 1px solid #4a4a4a;
  color: #000;
  font-size: 11px;
  height: 14px;
  margin-right: 10px;
  padding: 4px 2px;
  vertical-align: top;
  width: 187px;
  float:right;
}

.b-form .form-item .input-validation-error 
{
    border: 1px solid #f47836;
}

.ie7 .b-form .form-item .form-text {
  display: inline;
}
.b-form .form-item .address {
  width: 490px;
}
.b-form .form-item .address2 {
  width: 489px;
}

.b-form .form-item .disabled,
.b-form .form-item input[readonly],
.b-form .form-item input[disabled="disabled"] {
  background-color: #efefef;
  color: #5889b2;
}
.ie7 .b-form .form-item .disabled, .ie7
.b-form .form-item input[readonly], .ie7
.b-form .form-item input[disabled="disabled"] {
  background-color: #fff;
  color: #aca899;
}
.b-form .form-item .disabled {
  cursor: default;
}
.b-form .form-item .disabled .select-text {
  cursor: default;
}
.b-form .form-item .disabled .select-text .stext-inner {
  color: #5889b2;
  cursor: default;
}
.ie7 .b-form .form-item .disabled {
  background-color: #fff;
}
.ie7 .b-form .form-item .disabled .stext-inner {
  color: #aca899;
}
.b-form .form-item .city {
  width: 90px;
}
.b-form .form-item .state {
  width: 80px;
  height: 24px;
  border:1px solid Black;
  margin:0px auto 0px auto;
}
.b-form .form-item .state .select-text {
  width: 26px;
}
.b-form .form-item .state .sub-select {
  width: 48px;
}
.b-form .form-item .country {
  width: 193px;
  height:24px;
  border:1px solid black;
}
.b-form .form-item .country .select-text {
  width: 111px;
}
.b-form .form-item .country .sub-select {
  width: 133px;
}
.b-form .form-item .order-type {
  width: 191px;
}
.b-form .form-item .order-type .select-text {
  width: 169px;
}
.b-form .form-item .order-type .sub-select {
  width: 191px;
}
.b-form .form-item .team-reminder {
  width: 150px;
}
.b-form .form-item .team-reminder .select-text {
  width: 128px;
}
.b-form .form-item .team-reminder .sub-select {
  width: 150px;
}
.b-form .form-item .zip {
  width: 74px;
  margin-left: 4px;
  float:right;
}
.b-form .form-item .phone, .b-form .form-item .fax {
  width: 139px;
}
.b-form .form-item .date {
  width: 96px;

}  
.calendar {
  background: url(/themes/kitorder/images/icons.png) no-repeat -70px 0;
  width: 14px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
}
.ie7 .calendar {
  display: inline;
}
.hint {
  background: url(/themes/kitorder/images/icons.png) no-repeat -90px 0;
  width: 16px;
  height: 24px;
  cursor: help;
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  font-size: 0;
  color: transparent;
  position: relative;
}
.ie7 .hint {
  display: inline;
}
.hint .tooltip {
  background: #f2f2c1;
  display: none;
  position: absolute;
  top: 35%;
  left: 100%;
  width: 220px;
  padding: 5px;
  font-size: 10px;
  color: #0a323b;
  z-index: 600;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.b-form i {
  display: inline-block;
  font-size: 11px;
  line-height: 26px;
  vertical-align: top;
}
.ie7 .b-form i {
  display: inline;
}
.b-form .checkbox {
  height: 12px;
  margin: 4px 0 0;
  vertical-align: middle;
  width: 12px;
}
.b-form .checkbox + label {
  vertical-align: middle;
  font-size: 11px;
  margin: 4px 10px 0 7px;
  display: inline-block;
  cursor: default;
}
.ie7 .b-form .checkbox + label {
  display: inline;
}
.ie .b-form .checkbox {
  margin-right: -3px;
}
.b-form .radio {
  vertical-align: middle;
  margin-top: 4px;
}
.ie .b-form .radio {
  margin-right: -3px;
}
.b-form .radio + label {
  font-size: 11px;
  vertical-align: middle;
  margin: 4px 10px 0 7px;
  display: inline-block;
  cursor: default;
}
.ie7 .b-form .radio + label {
  display: inline;
}
.b-form .b-buttons {
  padding: 5px 0 0;
  text-align: right;
}
.b-form .b-buttons a {
  color: #7D7D7D;
  line-height: 24px;
}
.b-form .b-buttons a:hover {
  color: #f47836;
  text-decoration: none;
}
.b-form .b-buttons .button {
background: #F9F9F9;
zoom: 1;
border-color: #B7BABC #8D8F91 #5E6162;
border-style: solid;
border-width: 1px;
height: 22px;
padding: 0 13px;
font: 11px Arial, sans-serif;
overflow: visible;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
.b-form .b-buttons .button:hover {
  border-color: #000;
  color: #f47836;
}
.content-inner {
  padding: 0 10px;
}

.simple-button{
    background: #f1f1f1;
  border-color: #000;
  border-style: solid;
  border-width: 1px;
  height: 22px;
  padding: 0 13px;
  font: 11px Arial, sans-serif;
  margin-left: 18px;
  overflow: visible;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
}
.userinfolabel
{
    display:none;
}
.shopcartlabel
{
    font-size:small; font-weight:bold;
}
.paymentlabel
{
    display:none;
}

.userinfobox
{
    float:left;
    width:651px;
}

/*---end Home---*/
/*---Items---*/
.b-items h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 10px;
}
.b-items .b-content {
  float: left;
  margin-right: -20px;
  width: 435px;
}
.b-items .b-content .menu {
  padding: 0 0 5px 8px;
}
.b-items .b-content .menu li {
  color: #7D7D7D;
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
.b-items .b-content .menu li a {
  color: #7D7D7D;
}
.b-items .b-content .menu li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.b-items .b-content .menu li span {
  font-weight: normal;
  padding: 0 18px;
}
.b-items .b-content .form-item {
  margin-right: -10px;
}
.b-items .b-content .form-item .label {
  padding-right: 8px;
  width: 57px;
}
.b-items .b-content .form-item .form-text {
  width: 330px;
}
.b-items .b-content .form-item .checkbox {
  margin: 0 5px 3px 0;
}
.b-items .b-content .form-item .checkbox + label {
  margin-top: 0;
}

.b-items .b-content .form-item span.cart-text {
  color: #a9b1b3;
  display: inline-block;
  font-size: 11px;
  line-height: 28px;
  padding-left: 10px;
  vertical-align: middle;
}
.b-items .b-content .form-item .category {
  width: 183px;
}
.b-items .b-content .form-item .category .select-text {
  width: 161px;
}
.b-items .b-content .form-item .category .sub-select {
  width: 183px;
}
.b-items .b-content .form-item .chamois {
  width: 102px;
}
.b-items .b-content .form-item .chamois .select-text {
  width: 80px;
}
.b-items .b-content .form-item .chamois .sub-select {
  width: 102px;
}
.b-items .b-content .form-item a {
  display: inline-block;
  color: #7e7c7d;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  vertical-align: middle;
}
.ie7 .b-items .b-content .form-item a {
  display: inline;
}
.b-items .b-content .form-item a:hover {
  color: #ff0000;
  text-decoration: none;
}
.b-items .b-content .form-item .b-price {
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  vertical-align: middle;
  width: 355px;
}
.ie7 .b-items .b-content .form-item .b-price {
  display: inline;
}
.b-items .b-content .form-item .b-price i {
  line-height: 22px;
}
.b-items .b-content .form-item .b-price span b {
  padding-left: 15px;
}
.b-items .b-content .form-item .b-price .price {
  padding: 4px 8px;
  text-align: right;
  width: 35px;
}
.b-items .b-content .form-item .b-price .cost {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
.ie7 .b-items .b-content .form-item .b-price .cost {
  display: inline;
}
.b-items .b-content .form-item .b-price .cost b {
  font-size: 14px;
  padding: 0 10px 0 5px;
}

.b-items .b-content .form-item .form-desc {
  display: block;
  background: #fff;
  border: 1px solid #4a4a4a;
  color: #000;
  font-size: 11px;
  max-height: 100px;
  min-height: 100px;
  margin-right: 10px;
  padding: 4px 2px;
  vertical-align: top;
  max-width:385px;
  min-width:385px;
}

.b-items .b-content .form-item .form-desc .b-sizes {
  border-color: #b7babc;
  border-style: solid;
  border-width: 1px;  
  height: 90px;
  padding: 5px 0 0 5px;
  overflow-x:hidden;
  overflow-y:scroll;
}

.b-items .b-content .form-item .form-desc .b-sizes li {
  display: inline-block;
  margin: 0 10px 8px 0;
  width: 65px;
}

.b-items .b-content .b-options{
    padding-top:10px;
}

.b-items .b-content .b-options .tabs {
  font-size: 0;
}
.b-items .b-content .b-options .tabs li {
  display: inline-block;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFDCDCDC');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fcfcfc, #dcdcdc);
  background: -moz-linear-gradient(top, #fcfcfc, #dcdcdc);
  background: -o-linear-gradient(top, #fcfcfc, #dcdcdc);
  background: -ms-linear-gradient(top, #fcfcfc, #dcdcdc);
  -pie-background: linear-gradient(top, #fcfcfc, #dcdcdc);
  background: linear-gradient(top, #fcfcfc, #dcdcdc);
  border-color: #bec0c2 #bcbec0 #afb5b6;
  border-style: solid;
  border-width: 1px;
  font-size: 11px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  margin: 0 -1px -1px 0;
  text-align: center;
  width: 100px;
  z-index: 1;
  position: relative;
}
.ie7 .b-items .b-content .b-options .tabs li {
  display: inline;
}
.b-items .b-content .b-options .small li
{
    height:30px;
    line-height:30px;
    margin-top: -9px;
}
.b-items .b-content .b-options .tabs li.active, .b-items .b-content .b-options .tabs li.active:hover {
  filter: gradient(enabled="false");
  background: #fff;
  border-color: #bec0c2 #bcbec0 #fff;
  border-style: solid;
  border-width: 1px;
}
.b-items .b-content .b-options .tabs li.active a, .b-items .b-content .b-options .tabs li.active:hover a {
  cursor: default;
}
.b-items .b-content .b-options .tabs li:hover {
  background-color: #f5f5f5;
  border-color: #4a4a4a #404040 #afb5b6;
  z-index: 2;
}
.b-items .b-content .b-options .tabs li a {
  color: #000;
  display: block;
}
.b-items .b-content .b-options .tabs li a:hover {
  text-decoration: none;
}
.b-items .b-content .b-options .frame {
  background-color: #FFF;
  border-color: #afb5b6 #aab3b3 #aab3b3;
  border-style: solid;
  border-width: 1px;
  min-height: 370px;
  padding: 10px;
}
.b-items .b-content .b-options .frame .frame-content {
  display: none;
}
.b-items .b-content .b-options .frame .frame-content.active {
  display: block;
}

.catalog-list {
    width:419px;
    height:500px;
    overflow-y:scroll;
    overflow-x:hidden;
    border:1px solid Black;
    }


.b-items .b-content .b-options .frame .frame-content .b-sizes {
  border-color: #b7babc;
  border-style: solid;
  border-width: 1px;  
  height: 365px;
  padding: 5px 0 0 5px;
}
.b-items .b-content .b-options .frame .frame-content .b-sizes li {
  display:inline-block;  
  margin: 0 10px 8px 0;
  width: 65px;  
}
.ie7 .b-items .b-content .b-options .frame .frame-content .b-sizes li {
  display: inline;
}
.b-items .b-content .b-options .frame .frame-content .b-images .img {
  float: left;
  width: 171px;
  margin-right: 10px;
}
.b-items .b-content .b-options .frame .frame-content .b-images .panel {
  float: left;
  width: 42px;
}
.b-items .b-content .b-options .frame .frame-content .b-images .panel li {
  margin-top: 6px;
}
.b-items .b-content .b-options .frame .frame-content .b-images .panel li:first-child {
  margin-top: 0;
}
.b-items .b-content .b-options .frame .frame-content .b-images .panel li a {
  font-size: 0;
  border: 1px solid #e1e4e9;
  display: block;
}
.b-items .b-content .b-options .frame .frame-content .b-images .panel li.active a,
.b-items .b-content .b-options .frame .frame-content .b-images .panel li a:hover {
  border-color: #d59192;
}
.b-items .b-content .b-options .frame .frame-content .b-actions {
  margin-top: 15px;
}
.b-items .b-content .b-options .frame .frame-content .b-actions li {
  margin-bottom: 6px;
}
.b-items .b-content .b-options .frame .frame-content .b-actions li a {
  display: inline-block;
  position: relative;
  line-height: 16px;
  padding-left: 27px;
  color: #7D7D7D;
}
.b-items .b-content .b-options .frame .frame-content .b-actions li a i {
  background: url(/themes/kitorder/images/icons.png) no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.b-items .b-content .b-options .frame .frame-content .b-actions li a.add i {
  background-position: 0 -134px;
}
.b-items .b-content .b-options .frame .frame-content .b-actions li a.edit i {
  background-position: -21px -134px;
}
.b-items .b-content .b-options .frame .frame-content .b-actions li a.deleteimg i {
  background-position: -42px -134px;
}
.b-items .b-content .b-options .frame .frame-content .b-actions li a:hover {
  color: #f00;
  text-decoration: none;
}
.b-items .b-content .b-options .frame .frame-content .b-desc .desx-title {
  font-size: 11px;
  font-style: italic;
}
.b-items .b-content .b-options .frame .frame-content .b-desc .desx-title b {
  font-size: 14px;
  font-style: normal;
}
.b-items .b-content .b-options .frame .frame-content .b-desc .b-text {
  border: 1px solid #000;
  max-height: 340px;
  min-height: 340px;
  max-width: 385px;
  min-width:385px;
  line-height: 12px;
  outline-y: auto;
  padding: 5px 3px;
}
.b-items .b-content .b-options .frame .frame-content .b-desc .b-text .title {
  padding: 0 0 20px;
}
.b-items .b-content .b-options .frame .frame-content .b-desc .b-text p {
  margin: 0 0 20px;
}
.b-items .b-content .b-buttons {
  padding: 10px 0 0;
}
#saveAndContinueButton 
{
    margin:20px 0 5px;
}
.b-items .b-content .b-buttons .save {
  background: #f1f1f1 url("images/icons.png") no-repeat 10px -77px;
  float: left;
  padding-left: 31px;
}
.b-items .b-content .b-buttons .delete {
  background: #f1f1f1 url("images/icons.png") no-repeat 9px -98px;
  padding-left: 22px;
}
.b-items aside {
  float: left;
  padding: 20px 10px 0 0;
  width: 200px;
}
.b-items aside .view-all {
  width: 198px;
}
.b-items aside .view-all .select-text {
  width: 176px;
}
.b-items aside .view-all .sub-select {
  width: 198px;
}
.b-items aside .category{
    width:183px;
}
.b-items aside .b-list {
  padding: 5px 0 0;
}
.b-items aside .b-list li {
  display: block;
  padding: 0 0 10px;
}
.b-items aside .b-list li h2 {
  line-height: 12px;
  padding-left: 5px;
  text-transform: uppercase;
}
.b-items aside .b-list li a {
  background-color: #fff;
  color: #f47836;
  display: block;
  line-height: 20px;
  min-height: 20px;
  padding: 0 12px;
  width: 176px;
}
.b-items aside .b-list li a:hover {
  color: #7D7D7D;
  text-decoration: none;
}
.b-items aside .b-list li.active a {
  background-color: #badff2;
}

.catalog-list {
    width:419px;
    height:500px;
    overflow-y:scroll;
    overflow-x:hidden;
    border:1px solid Black;
    }

/*---end Items---*/
.b-breadcrumbs {
  font-size: 14px;
  font-weight: bold;
  float: left;
  border-bottom: 1px solid #7D7D7D;
}
.b-breadcrumbs li {
  display: inline-block;
  color: #7D7D7D;
}
.ie7 .b-breadcrumbs li {
  display: inline;
}
.b-breadcrumbs li a {
  color: #f47836;
}
.b-breadcrumbs li a:hover {
  color: #7D7D7D;
}
.b-breadcrumbs li span {
  padding: 0 8px;
}
.b-breadcrumbs li span:first-child {
  padding: 0;
}
.b-charges h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 10px;
}
.b-charges .b-content{
   float: left;
   width:650px;
}
.b-charges .b-content .tblock{
    width: 100%;
}
.b-charges .b-content .tblock td{
    padding-top:5px;
}
.b-charges .b-content .tblock thead th{
    font-size: 11px;
    height: 21px;
    padding: 0 0 0 10px;
    text-align: left;
}
.b-charges .b-content .tblock thead .th1{
    width: 40%;
}
.b-charges .b-content .tblock thead .th2{
    width: 20%;
}
.b-charges .b-content .tblock thead .th3{
    width: 10%;
    text-align:center; 
}
.b-charges .b-content .tblock thead .th4{
    width: 10%;
    text-align:center; 
}
.b-charges .b-content .tblock thead .th5{
    width: 10%;
    text-align:center; 
}
.b-charges .b-content .tblock thead .th6{
    width: 10%;
    padding-right:13px;
    text-align:center; 
}

.b-charges .b-content .tblock tbody .td3{
    text-align:center; 
}
.b-charges .b-content .tblock tbody .td4{
    text-align:center; 
}
.b-charges .b-content .tblock tbody .td5{
    text-align:center; 
}
.b-charges .b-content .tblock tbody .td6{
    padding-right:13px;
    text-align:center; 
}
.b-charges .b-content .form-item {
  margin-right: -10px;
}
.b-charges .b-content .form-item .label {
  padding-right: 8px;
  width: 200px;
}
.b-charges .b-content .form-item .b-price {
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  vertical-align: middle;
}
.ie7 .b-charges .b-content .form-item .b-price {
  display: inline;
}
.b-charges .b-content .form-item .b-price i {
  line-height: 22px;
}
.b-charges .b-content .form-item .b-price span b {
  padding-left: 15px;
}
.b-charges .b-content .form-item .b-price .price {
  padding: 4px 8px;
  text-align: right;
  width: 35px;
}
.b-charges .b-content .form-item .b-price .cost {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
.ie7 .b-charges .b-content .form-item .b-price .cost {
  display: inline;
}
.b-charges .b-content .form-item .b-price .cost b {
  font-size: 14px;
  padding: 0 10px 0 5px;
}

.mandatory {
    float:left; 
    width:600px; 
    padding:20px
}

.mandatory .header {
      font-size: 20px;
}

.mandatory .desc {
    margin-top:10px;
}

#shop #content {
  width: 900px;
  overflow: hidden;
}
#shop #content .b-top-panel {
  height: 55px;
  padding-top: 10px;
}
.top-panel-left .button
{
    margin-top:-10px;
}

#shop #content .b-top-panel .top-panel-left {
  float: left;
}
#shop #content .b-top-panel .top-panel-left h1 {
  font-size: 20px;
  display:inline;
}
#shop #content .b-top-panel .top-panel-left h1 a {
  font-size: 12px;
  font-weight: normal !important;
  color: #7D7D7D;
  margin-left: 10px;
}
#shop #content .b-top-panel .top-panel-left h1 a:hover {
  color: #f47836;
}
#shop #content .b-top-panel .top-panel-right {
  float: right;
  text-align: right;
  position:relative;
  width:300px;
}
#shop #content .b-top-panel .top-panel-right .days {
  font-size: 20px;
  font-weight: bold;
}
#shop #content .b-shop {
  padding-bottom: 10px;
}
#shop #content .b-shop .b-shop-titles {
  padding-bottom: 2px;
}
#shop #content .b-shop .b-shop-titles h2 {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  width: 215px;
  float: left;
}
#shop #content .b-shop .b-shop-titles .b-breadcrumbs {
  width: 636px;
  float: right;
}
#shop #content .b-shop aside {
  float: left;
  width: 215px;
  padding-left: 10px;
  overflow-y: auto;
}
#shop #content .b-shop aside h3 {
  font-size: 11px;
  margin: 5px 0;
  text-decoration: underline;
}
#shop #content .b-shop aside h3 a {
  color: #000;
}
#shop #content .b-shop aside h3 a:hover {
  color: #7D7D7D;
}
#shop #content .b-shop aside ul {
  padding-left: 10px;
}
#shop #content .b-shop aside ul li {
  padding: 2px 0 3px;
}
#shop #content .b-shop aside ul li a {
  font-size: 12px;
}
#shop #content .b-shop aside ul li a:hover 
{
   -webkit-transition:color .3s ease-in-out;  
   -moz-transition:color .3s ease-in-out;  
   -o-transition:color .3s ease-in-out;  
   transition:color .3s ease-in-out;
}
#shop #content .b-shop aside ul li .active {
  background: #b9dff2;
}
#shop #content .b-shop .b-products {
  float: right;
  width: 636px;
  overflow-y: hidden;
  overflow-x: hidden;
}
#shop #content .b-shop .b-products > ul {
  margin-right: -20px;
}
#shop #content .b-shop .b-products > ul li {
  width: 105px;
  min-height: 173px;
  overflow: hidden;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin: 0 8px 6px 0;
  background-color:#FFFFFF;
}
.ie7 #shop #content .b-shop .b-products > ul li {
  display: inline;
}
#shop #content .b-shop .b-products > ul li:hover {
  border-color:#F0B071;
}
#shop #content .b-shop .b-products > ul li .b-img {
  text-align: center;
}
#shop #content .b-shop .b-products > ul li .name {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

.b-product-details > * {
  float: left;
}
.b-product-details .b-product-img 
{
  width: 178px;
  overflow: hidden;
  padding-top: 5px;
}
.b-product-details .b-product-img .b-previews {
  padding-top: 15px;
}
.b-product-details .b-product-img .b-previews li {
  display: inline-block;
  margin: 0 2px 4px 0;
}
.ie7 .b-product-details .b-product-img .b-previews li {
  display: inline;
}
.b-product-details .b-product-img .b-previews li a {
  font-size: 0;
  border: 1px solid #e1e4eb;
  display: inline-block;
}
.b-product-details .b-product-img .b-previews li a:hover, .b-product-details .b-product-img .b-previews li.active a {
  border-color: #d49191;
}
.b-product-details .b-product-info {
  width: 275px;
  padding-left: 8px;
  overflow: hidden;
}
.b-product-details .b-product-info h1 {
  font-size: 14px;
  margin: 10px 0;
}
.b-product-details .b-product-info .params {
  margin-top: 40px;
}
.b-product-details .b-product-info .params li {
  margin-bottom: 15px;
}
.b-product-details .b-product-panel {
  overflow: hidden;
  float: right;
  width: 150px;
  padding-top: 15px;
}
.b-product-details .b-product-panel .label {
  display: inline-block;
  width: 60px;
  padding-right: 4px;
}
.ie7 .b-product-details .b-product-panel .label {
  display: inline;
}
.b-product-details .b-product-panel .size {
  width: 60px;
}
.b-product-details .b-product-panel .size .select-text {
  width: 38px;
}
.b-product-details .b-product-panel .size .sub-select {
  width: 60px;
}
.b-product-details .b-product-panel .spinedit {
  width: 43px;
}
.b-product-details .b-product-panel .spinedit .form-text {
  width: 37px !important;
}
.b-product-details .b-product-panel .add-cart {
  margin-left: 0;
  float: left;
  font-weight: bold;
}

/*---Orders---*/
.time
{
    width:60px;
    height:19px;
    display: inline-block;
    background: white;
    border: 1px solid #4A4A4A;
    color: black;
    font-size: 11px;
    height: 14px;
    margin-right: 10px;
    padding: 4px 2px;
    vertical-align: top;
}
.create-order {
  background: url('/themes/kitorder/images/icons.png') no-repeat -87px -32px;
  margin-left: 0;
  float: right;
  padding: 0 3px 0 23px;
  font-weight: bold;
}
.b-orders {
  padding: 15px 0 0;
}
.b-orders h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 3px;
}
.b-orders a.create-order {
  background: url(/themes/kitorder/images/icons.png) no-repeat -90px -34px;
  color: #7D7D7D;
  display: block;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin-top: 3px;
  padding: 0 0 0 21px;
  text-transform: uppercase;
}
.b-orders a.create-order:hover {
  color: #ff0000;
  text-decoration: none;
}
.b-orders .tblock {
  width: 652px;
}
.b-orders .tblock thead th {
  background-color: #4663a3;
  border-color: #dfdfe0 transparent #969698;
  border-style: solid;
  border-width: 1px 0;
  color: #fff;
  font-size: 11px;
  height: 21px;
  text-align: left;
}
.b-orders .tblock thead th:first-child {
  padding-left: 3px;
}
.b-orders .tblock thead .th1 {
  width: 110px;
}
.b-orders .tblock thead .th2 {
  width: 250px;
  padding-left:10px;
}
.b-orders .tblock thead .th3 {
  text-align: center;
  width: 35px;
}
.b-orders .tblock thead .th4 {
  text-align: center;
  width: 80px;
}
.b-orders .tblock thead .th5 {
  padding-right: 22px;
  text-align: right;
  width: 112px;
}
.b-orders .tblock tbody td {
  border-color: #c9cbcd transparent #edeeef;
  border-style: solid;
  border-width: 1px 0;
  padding: 10px 0px 2px 10px;
}
.b-orders .tblock tbody td:first-child {
  padding-left: 3px;
}
.b-orders .tblock tbody td a {
  color: #7D7D7D;
}
.b-orders .tblock tbody td a:hover {
  color: #ff0000;
  text-decoration: none;
}
.b-orders .tblock tbody td span {
  color: #b8b3b3;
}
.b-orders .tblock tbody td span.line {
  color: #7D7D7D;
  padding: 0 3px;
}
.b-orders .tblock tbody td h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
  padding: 0 0 5px;
}
.b-orders .tblock tbody td dl {
  line-height: 16px;
}
.b-orders .tblock tbody td dl dt {
  display: inline-block;
  padding-right: 10px;
  width: 200px;
}
.ie7 .b-orders .tblock tbody td dl dt {
  display: inline;
}
.b-orders .tblock tbody td.b-indo {
  font-size: 16px;
  line-height: 16px;
  padding: 0;
}

.b-orders .tblock tbody td.b-indo table td {
  background: none;
  border: none;
  padding: 7px 0 0 0;
}
.b-orders .tblock tbody td.b-indo table .td1 {
  text-align: center;
  width: 35px;
}
.b-orders .tblock tbody td.b-indo table .td2 {
  text-align: center;
  width: 80px;
}
.b-orders .tblock tbody td.b-indo table .td3 {
  padding-right: 34px;
  text-align: right;
  width: 103px;
}
.b-orders .tblock tbody .GrayOut{
  color:Gray;  
}
.b-orders .tblock tfoot td {
  background-color: #8b8b8d;
  font-size: 13px;
  height: 20px;
  padding: 10px 15px 5px;
}
.b-orders .tblock tfoot .b-pager .per-page {
  float: right;
}
.b-orders .tblock tfoot .b-pager ul {
  display: inline;
}
.b-orders .tblock tfoot .b-pager ul li {
  display: inline;
  padding: 0 2px;
}
.b-orders .tblock tfoot .b-pager ul li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.b-orders .tblock tfoot .b-pager ul .first {
  display: none;
}
.zip{
  width: 20px;
  margin-left: 4px;
}
.dashside
{
    width:220px; 
    height:100%; 
    float:right;
    padding-right:10px;
}
.dashside a
{
    color:#f47836;
}
/*---end Orders---*/
#login {
  background: #E3E6DF;
}

.login-popup {
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 355px;
    height: auto;
    padding: 5px 15px 5px;
    margin: -116px 0 0 -182.5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #f37736;
    }
.login-popup h1 {
  font-size: 20px;
}
.login-popup .b-form .b-form-inner {
    background: #E3E6DF;
    border: 1px solid #BFD9BC;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 3px;
    color: #666F7E;
}
.login-popup .b-form p {
  padding: 3px 1px;
  margin-bottom: 10px;
}
.login-popup .b-form .label {
  width: 70px;
}
.login-popup .b-form .form-text {
  width: 258px;
  margin-right: 0;
}
.login-popup .b-form input[type="checkbox"] {
  vertical-align: middle;
}
.login-popup .b-form input[type="checkbox"] + label {
  color: #000;
  font-size: 11px;
  vertical-align: middle;
  margin-left: 5px;
}
.login-popup .b-form .b-buttons {
  font-size: 11px;
  text-align: left;
}
.login-popup .b-form .b-buttons a.forgot {
  color: #7c7c7c;
  margin-right: 30px;
  font-size: 13px;
}
.login-popup .b-form .b-buttons a.forgot:hover {
  color: #f47836;
}
.login-popup .b-form .b-buttons .button,
.login-popup .b-form .b-buttons a.cancel {
  font-weight: bold;
}
.login-popup .b-form .b-buttons .button {
  float: right;
}

/*---Catalog---*/
.b-catalog h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 10px;
}
.b-catalog aside {
  float: left;
  padding: 20px 10px 0 0;
  width: 200px;
}
.b-catalog aside .view-all {
  width: 198px;
}
.b-catalog aside .view-all .select-text {
  width: 176px;
}
.b-catalog aside .view-all .sub-select {
  width: 198px;
}
.b-catalog aside .b-list {
  padding: 5px 0 0;
}
.b-catalog aside .b-list li {
  display: block;
  padding: 0 0 10px;
}
.b-catalog aside .b-list li h2 {
  line-height: 12px;
  padding-left: 5px;
  text-transform: uppercase;
}
.b-catalog aside .b-list li a {
  background-color: #fff;
  color: #7c7e7d;
  display: block;
  line-height: 20px;
  min-height: 20px;
  padding: 0 12px;
  width: 176px;
}
.b-catalog aside .b-list li a:hover {
  color: #000;
  text-decoration: none;
}
.b-catalog aside .b-list li.active a {
  background-color: #badff2;
}
.b-catalog .b-content {
  float: left;
  margin-right: -20px;
  width: 435px;
}
.b-catalog .b-content h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: -2px 0 0;
  padding: 0 0 3px;
  text-transform: uppercase;
}
.b-catalog .b-content .tblock {
  background-color: #ecf2eb;
  padding: 8px 10px 6px;
}
.b-catalog .b-content .tblock .form-item {
  margin-right: -10px;
  padding: 0 0 2px;
}
.b-catalog .b-content .tblock .form-item .label {
  width: 90px;
}
.b-catalog .b-content .tblock .form-item .form-text {
  width: 305px;
}
.b-catalog .b-content .tblock .form-item .category {
  width: 309px;
  background-color: #e9ece8;
  border-color: #e1a94d #ac7012 #8f7141;
  border-style: solid;
  border-width: 1px;
}
#addCategoryDiv
{
    width:412px;
}
#NewCategoryName
{
    width:280px;
}
.b-catalog .b-content .tblock .form-item .category .select-text {
  width: 287px;
}
.b-catalog .b-content .tblock .form-item .category .sub-select {
  width: 309px;
}
.b-catalog .b-content .tblock .form-item .category.select-hover {
  background-color: #f3f5f3;
  border-color: #727472 #414141 #656565;
}
.b-catalog .b-content .tblock .line {
  border-top: 1px solid #bec0ea;
  font-size: 0;
  margin: 1px 0 7px;
  width: 100%;
}
.b-catalog .b-content .tblock table {
  background-color: #fff;
  width: 415px;
}
.b-catalog .b-content .tblock table thead tr {
  display: block;
  height: 23px;
  line-height: 23px;
  width: 415px;
}
.b-catalog .b-content .tblock table thead th {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE1E2E3');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e1e2e3));
  background: -webkit-linear-gradient(top, #ffffff, #e1e2e3);
  background: -moz-linear-gradient(top, #ffffff, #e1e2e3);
  background: -o-linear-gradient(top, #ffffff, #e1e2e3);
  background: -ms-linear-gradient(top, #ffffff, #e1e2e3);
  -pie-background: linear-gradient(top, #ffffff, #e1e2e3);
  background: linear-gradient(top, #ffffff, #e1e2e3);
  border-color: #b7babc;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0 0 0 7px;
  text-align: left;
  vertical-align: middle;
  width: 200px;
}
.b-catalog .b-content .tblock table thead th:first-child {
  border-left: none;
}
.b-catalog .b-content .tblock table tbody tr {
  display: block;
  height: 28px;
  line-height: 28px;
  position: relative;
  width: 415px;
}
.b-catalog .b-content .tblock table tbody tr td {
  padding: 0 0 0 7px;
  vertical-align: top;
  width: 200px;
}
.b-catalog .b-content .tblock table tbody tr td:first-child {
  padding: 0 1px 0 5px;
  width: 202px;
}
.b-catalog .b-content .tblock table tbody tr td .checkbox {
  margin: 0;
}
.b-catalog .b-content .tblock table tbody tr td .checkbox + label {
  margin: 0 0 0 7px;
}
.b-catalog .b-content .tblock table tbody tr.odd {
  background: #e6e8ec!important;
}
.b-catalog .b-content .tblock table tbody tr.active label {
  color: #aab3b3;
}
.b-catalog .b-content .tblock table tbody tr:hover {
  background: #b2e1ff!important;
}
.b-catalog .b-content .tblock table tfoot td {
  background-color: #8b8b8d;
  font-size: 11px;
  height: 15px;
  padding: 7px 15px 5px;
}
.b-catalog .b-content .tblock table tfoot .b-pager .per-page {
  float: right;
}
.b-catalog .b-content .tblock table tfoot .b-pager ul {
  display: inline;
}
.b-catalog .b-content .tblock table tfoot .b-pager ul li {
  display: inline;
  padding: 0 2px;
}
.b-catalog .b-content .tblock table tfoot .b-pager ul li a:hover {
  color: #ff0000;
  text-decoration: none;
}
.b-catalog .b-content .tblock table tfoot .b-pager ul .first {
  display: none;
}
.b-catalog .b-content .b-buttons {
  padding: 6px 0;
}

.checkout-btn{
	background-color: #eeeeee;
	border: 1px solid #666;
	border-radius:5px;
	float:right;
	position:relative;
	padding:5px;
	display:inline;
	margin-left:20px;
	color:#000000;
}

.checkout-btn .text{
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.checkout-btn .logo{
	float:left;
	height:40px;
	background: url(/themes/kitorder/images/cart-logo.png) no-repeat 0 0;
	width:40px;
}
.checkout-btn .price{
	font-weight:bold;
	display:inline;
	text-align:right;
	font-size:18px;
}
.checkout-btn .num_items{
	font-size:14px;
	text-align:right;
	display: block;
}
.checkout-btn a{
	text-decoration:none;
} 


/*---end Catalog---*/
/*---Cart---*/
.emailbtns
{
    float:right;
    padding-bottom:10px;
}

.nav123span
{
    display:none;
}
.nav123
{
    text-align:center;
}
.nav123 a
{
    font-size:12px;
    font-weight:bold;
    text-decoration:underline;
}
.nav123links
{
    font-size:12px;
    font-weight:bold;
    color:Black;
}
.cont-shop
{
    color:#F29D66;
}
.shopping-cart{
  width:640px; 
  float:left; 
  padding-right:5px;
}
.cart-buttons{
  background-color:#fff;
  border:1px solid black;
  border-radius:4px;
  display:inline-block;
}
.cart-buttons:hover{
  color:#f47836;
}
.gsqp-info{
    width:160px; 
    float:left;
}
.gsqp {

  color:#999999; 
  width:50px; 
  text-align:right; 
  float:left;
  padding-left:5px;
}
.gsqp2{
  float:left; 
  padding-left:3px;
}
.edit-cat{
  width:50px; 
  text-align:right; 
  float:left;
  padding-left:5px;
  margin-top:3px;
  display:inline;
}
.size-qty{
  width:270px; 
  float:left;
}
.size-qty2{
  float:left; 
  padding-left:20px;
}
.min-qty{
  clear:both;
  color:#f47836; 
  float:left; 
  padding-left:151px;
}
.edit-spacer{
  clear:left; 
  height:5px;
}
.item-total{
  width:75px; 
  float:left;
}
.cart-item{
  width:100%;
}
.edit-cart-item{
   width:100%; 
   height:65px; 
   padding-top:5px; 
   background-color:#eeeeee; 
   clear:both
}
.costcolor
{
    color:#000;
}

.update-cart{
  float:right; 
  margin-top:-7px;
}
.update-cancel{
  float:right; 
  padding-top:5px; 
  padding-right:2px;
}
.update-cancel a{
  color:#f47836;
}
.cart-item-spacer{
  width:100%; 
  padding-top:5px;
}
.gray-line{
  width:100%; 
  height:1px; 
  background-color:#cccccc;
}
.cart-img{
  width:50px; 
  float:left; 
  height:60px; 
  padding-left:2px; 
  padding-bottom:5px
}
.prod-name{
  width:265px; 
  float:left; 
  padding-left:5px;
}
.product-name{
  height:40px;
}
.min-q{
  color:#f47836;
}
.edit-remove{
  width:75px; 
  float:left; 
  text-align:right;
}
.edit-remove a{
  color:#f47836;
}
.EditLink RemoveLink{
  color:#f47836;
}
.123{
  float:left; 
  width:150px; 
  display:inline-block;
}
#main #paycontent {
  width: 672px;
  float: left;
  overflow-x: hidden;
  position: relative;
  margin-right: -10px;
  height: 100%;
}
.cvc-code{
  display: inline-block;
  background: #fff;
  border: 1px solid #4a4a4a;
  color: #000;
  font-size: 11px;
  height: 14px;
  margin-right: 10px;
  padding: 4px 2px;
  vertical-align: top;
  width: 30px;
  float:right;
}
.links123{
  color:black;
  font:16px bold;
}
.menu123 a{
  font:bold 14px;
  color:#0c0c0c;

}
.cart-summary
{
    width:235px; 
    float: left; 
    background-color:#EEEEEE;
}
.info-summary
{
    width:228px; 
    float: right; 
    background-color:#EEEEEE;
}
.sum
{
    background-color:#F2F9FF; 
    width:100%; 
    font-size: small; 
    font-weight:bold;
}

/*details page*/
.detailsprice{
  margin-top:5px;
  display:inline-block;
}
/*--- overlay popup----*/
#overlay {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0px;
  left: 0px;  
  z-index: 3999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.popup 
{
  position: fixed;  
  height: 138px;
  margin: -170px 0 0 -210px;
  padding: 5px;
  width: 420px;
  top:50%;
  left:50%;
  display: none;
  z-index: 4000;
  background-color:#fff;
  border:2px solid #f47836;
  border-radius:10px;
}
/*My Account*/
.myaccount1
{
  font-size:20px;
  font-weight:bold;
  line-height:20px;
  padding-top:10px;
}
#EditUserName .button, #EditUserPassword .button
{
    margin-top:10px;
}
#txtNewPass
{
    margin-bottom:5px;
}
.myaccount2
{
  font-size:14px;
  font-weight:bold;
  line-height:14px;
  padding-top:14px;
}
#main a
{
  color:#25287A;
}
#main a:hover
{
   color:#F0B071;  
   -webkit-transition:color .3s ease-in-out;  
   -moz-transition:color .3s ease-in-out;  
   -o-transition:color .3s ease-in-out;  
   transition:color .3s ease-in-out;
}
.accounttable tr:nth-child(even)
{
    background-color:#eee;
}
.accounttable th
{
 background-color:#4763A3;
 text-align:left;
 color:#fff;
}
.accounttable th:last-child
{
 background-color:#4763A3;
 text-align:right;
}
.accounttable td
{
 text-align:left;
}
.accounttable td:last-child
{
 text-align:right;
}
.accounttable
{
 width:100%;
} 
/*Error page*/
.errorpage
{
    padding:10px;
}
.errorpage h1
{
    font-size:20px;
    font-weight:bold;
    padding-bottom:10px;
}
.errorpage h2
{
    font-size:14px;
    font-weight:bold;
}

/*---Reports---*/
.reportItemSummaryHeader {
 width:625px; float:left; background-color:#eee; border-bottom:border:1px solid #ccc; padding-left:10px; padding-top:10px;
}
.reportItemSummaryItemHeader {
    background-color:#eee; float:left; width:615px; margin-top:5px; padding:0 10px 0 10px;
}
.reportItemSummaryItem {
    width:615px; background-color:White; padding:0 10px 0 10px;
}
.reportUserSummaryHeader 
{
    width:625px; float:left; background-color:#eee; border-bottom:border:1px solid #ccc; padding-left:10px; padding-top:10px;
}
.reportUserSummaryItemHeader 
{
    clear:both; padding-left:10px; width:625px; border-top: 1px solid #ccc
}
.reportUserSummaryItemHeader2 
{
    padding-top:5px; padding-left:10px; background-color:#eee; width:625px; clear:both; float:left
}
/*---Reports---*/
.reportItemSummaryHeader {
 width:625px; float:left; background-color:#eee; border-bottom:border:1px solid #ccc; padding-left:10px; padding-top:10px;
}
.reportItemSummaryItemHeader {
    background-color:#eee; float:left; width:615px; margin-top:5px; padding:0 10px 0 10px;
}
.reportItemSummaryItem {
    width:615px; background-color:White; padding:0 10px 0 10px;
}
.reportUserSummaryHeader 
{
    width:625px; float:left; background-color:#eee; border-bottom:border:1px solid #ccc; padding-left:10px; padding-top:10px;
}
.reportUserSummaryItemHeader 
{
    clear:both; padding-left:10px; width:625px; border-top: 1px solid #ccc
}
.reportUserSummaryItemHeader2 
{
    padding-top:5px; padding-left:10px; background-color:#eee; width:625px; clear:both; float:left
}
