﻿/*------------------------START : RESET STYLES------------------------*/
h1, h2, h3, h4, h5, h6, dd, dl, dt, form, img, fieldset, body {
  margin: 0;
  padding: 0;
  border: 0;
}

/*Style for none HTML5 support browsers*/
article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/*------------------------END : RESET STYLES------------------------*/

/*------------------------START : LAYOUT------------------------*/
/*@font-face {
    font-family: 'HelveticaNeueLT Std Cn';
    src: url('../fonts/HelveticaNeueLTStd-Cn.otf');
    font-weight: normal;
    font-style: normal;
}*/
html, body {
}


body {
  /*background: #fff url(../styles/themes/default/images/body-bg.png) 0 0 repeat-x;*/
  font-family: 'HelveticaNeueLT Std Cn', Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}

#wrapper {
  /*
    width: 960px;
  margin: 0 auto;  
  border:1px solid #000;
  min-height: 700px;
  height: auto !important;
      
  
  */
  width: 960px;
  padding: 0 10px;
  min-height: 100%;
  height: 100%;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: -28px; /* the bottom margin is the negative value of the footer's height */
}

@media (max-width: 768px) {
  #wrapper {
    width: 728px;
  }
}

@media (min-width: 769px) {
  #wrapper {
    width: 960px;
  }

  body {
  }
}

#top-toolbar div {
  margin: 3px 0px;
}

#top-toolbar {
  margin: 12px 0;
}

  #top-toolbar select {
    width: 70px;
  }

.headerLogoRightColorBlack {
    font-size: 32px;
    vertical-align: middle;
    font-family: Arial;
    color: black;
}
.m-r-5 {
    margin-right: 5px;
}
header {
  min-height: 110px;
  padding-top: 15px;
  margin-bottom: 20px;
}

  header #announcement-message-block {
    border: 1px solid #EF932E;
    border-radius: 4px;
    clear: both;
    padding: 5px;
    background-color: #F5F5F5;
    font-size: 14px;
    display: none;
  }

#announcement-message {
  padding-left: 10px;
}



header ul {
  text-align: right;
  margin: 0;
}

  header ul li {
    display: inline;
    margin-left: 5px;
    position: relative;
    margin-bottom: 0;
    border: 0;
  }

    header ul li a {
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 0;
      padding: 2px 0;
      margin-bottom: 0;
    }

    header ul li ul {
      position: absolute;
      display: none;
      background-color: #FFFFFF;
      border: 1px solid #c9c9c9;
      margin: -1px;
      z-index: 300;
      padding: 3px;
      left: 0;
      right: auto;
    }

      header ul li ul.rightAlignMenu {
        right: 0;
        left: auto;
      }

    header ul li:hover ul {
      display: block;
    }

    header ul li#help:hover {
      border: 1px solid #c9c9c9;
    }

    header ul li ul li {
      float: left !important;
      display: inline;
      border: 0 !important;
      margin: 0;
    }

      header ul li ul li a {
        float: none;
        position: relative;
        display: block;
        margin: 0;
        padding-right: 1px;
        font-weight: normal;
        white-space: nowrap;
      }

        header ul li ul li a:focus {
          outline: none;
        }

#wrapper-page-content {
  margin-top: 8px;
}

.lineRight {
  border-right: 1px solid #c9c9c9;
  padding: 0px 5px;
}

.userIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
}

.downArrow {
  background: url(../styles/themes/default/images/down-Arrow.png) no-repeat right top;
  display: inline-block;
  width: 14px;
  height: 6px;
  margin-bottom: 2px;
}

.userDefaultIcon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: -7px;
}

.radiusTop {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.radiusBottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


/*Font +*/
h1 {
  font-size: 21px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: normal;
}

h3 {
  font-size: 15px;
  font-weight: normal;
}

h4 {
  font-size: 14px;
  font-weight: normal;
}

h5 {
  font-size: 13px;
  font-weight: normal;
}

h6 {
  font-size: 12px;
  font-weight: normal;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

/*Font -*/

/*Search +*/

/*Search -*/

/*Search Navigation +*/
nav {
  border-bottom: 7px solid #ef932e;
  /*
  float: left;
  width: 100%;
  */
}

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

    nav ul li {
      float: left;
    }
/*Search Navigation -*/

#searchresult {
  margin-top: 10px;
  clear: both;
  max-width: 960px;
}

#execution-time {
  /*float: left;*/
  margin-top: 10px;
  font-style: italic;
}

#search-results-panel #top-toolbar {
  margin-top: 5px !important;
}

#cart-items-count{
    color:#ef932e;
    background-color:#fae0c2;
    text-align:center;
    border:1px solid rgb(255, 167, 71);
    border-radius:4px;
}

#cartSummaryBlock .cart-nav-element{
    padding-left:5px;
    padding-right:5px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    font-size:large;
}

#cartCommentBlock{
    margin-bottom:5px;
}


/*------------------------END : LAYOUT------------------------*/

/*------------------------START : FORM------------------------*/
/*form input[type="text"] {
	border:none;
	border-radius:6px;
	height:29px;
	line-height:32px;
	padding:2px;
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
	outline:0;	
}*/

/*------------------------END : FORM------------------------*/

#recaptcha_table tr {
  background: #dfdfdf;
}



/************************************ LAYOUTS ************************************/
/************************************ GRID LAYOUT*********************************/
.l-table {
  padding: 0 20px 10px;
}

  .l-table .l-row {
    clear: both;
  }

    .l-table .l-row .l-cell {
      margin-left: 20px;
      float: left;
    }

.l-table {
  padding: 5px;
}

.gridView {
  margin-top: 15px;
  float: left;
  width: 100%;
}

/************************************ WIDGETS ************************************/

/*********************************** VALIDATION ERRORS ******************************/
.error {
  border-color: red !important;
}

.error-text{
    color:red;
}


/**************************AjaxLoader Start***********************************/
#processing_overlay {
  position: absolute;
  /*zIndex: 99998;*/
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  cursor: wait;
}

#processing_container {
  font: bold 14px verdana;
  min-width: 300px; /* Dialog will be no smaller than this */
  max-width: 600px; /* Dialog will wrap after this width */
  background: #FFF;
  color: #EE9230;
  cursor: wait;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #EE9230;
  box-shadow: 0 1px 2px #888888;
}

#processing_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  background-color: #669900;
  color: #FFF;
  /*border: solid 1px #FFF;*/
  border-bottom: solid 1px #999;
  cursor: default;
  padding: 0em;
  margin: 0em;
}

#processing_content {
  text-align: center;
  padding: 1em 1.75em;
  margin: 0em;
  vertical-align: middle;
}

#processImage {
  background: url(../styles/themes/default/images/loader.gif) no-repeat center center;
  height: 50px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
/****************************AjaxLoder End*************************************/
.tab-inactive {
  display: none;
}


.bold-text {
  font-weight: bold;
}

.normal-text {
  font-weight: normal;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.text-center {
  text-align: center;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

/******************************Kofile Responsive: Start *******************************/


.kof-col-xm-1 {
  width: 8.33333333%;
}

.kof-col-xm-2 {
  width: 16.66666666%;
}

.kof-col-xm-3 {
  width: 24.99999999%;
}

.kof-col-xm-4 {
  width: 33.33333332%;
}

.kof-col-xm-5 {
  width: 41.66666665%;
}

.kof-col-xm-6 {
  width: 49.99999998%;
}

.kof-col-xm-7 {
  width: 58.33333331%;
}

.kof-col-xm-8 {
  width: 66.66666664%;
}

.kof-col-xm-9 {
  width: 74.99999997%;
}

.kof-col-xm-10 {
  width: 83.3333333%;
}

.kof-col-xm-11 {
  width: 91.66666663%;
}

.kof-col-xm-12 {
  width: 99.99999996%;
}


@media (max-width:768px) {
  .kof-col-xs-1 {
    width: 8.33333333%;
  }

  .kof-col-xs-2 {
    width: 16.66666666%;
  }

  .kof-col-xs-3 {
    width: 24.99999999%;
  }

  .kof-col-xs-4 {
    width: 33.33333332%;
  }

  .kof-col-xs-5 {
    width: 41.66666665%;
  }

  .kof-col-xs-6 {
    width: 49.99999998%;
  }

  .kof-col-xs-7 {
    width: 58.33333331%;
  }

  .kof-col-xs-8 {
    width: 66.66666664%;
  }

  .kof-col-xs-9 {
    width: 74.99999997%;
  }

  .kof-col-xs-10 {
    width: 83.3333333%;
  }

  .kof-col-xs-11 {
    width: 91.66666663%;
  }

  .kof-col-xs-12 {
    width: 99.99999996%;
  }
}

.kof-row {
  width: 100%;
}

#mid-row div {
  border: 1px solid red;
}

/******************************Kofile Responsive: End *******************************/

.kofile-border-top {
  border-top: 7px solid #ef932e;
}

.page-tree-enabled {
    margin-top: 50px;
    position: absolute;
}

div#payment-gateway-body-content table.table tbody tr td.left-side {
	width: 40%;
}

div#payment-gateway-body-content table.table tbody tr td.right-side {
	width: 60%;
}

/*.kofile-border-bottom {
  border-top: 7px solid #ef932e;
}*/

.no-shadow-box {
  box-shadow: 0px 0px 0px 0px !important;
}

.kofile-highlight-text-color {
  color: #ff8500;
}

.kofile-element-focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0 !important;
  outline: thin dotted \9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  border-radius: 9px !important;
}
/*Home page Search Instruction--Start*/
.searchinstruction {
  margin-right: 5px;
  background-image: url(../Styles/themes/default/images/question-icon.png);
  height: 20px;
  width: 19px;
  cursor: pointer;
}

.cursorMove {
  cursor: move;
}

.display-none{
    display:none;
}

.font-large{
    font-size:large;
}
/*Home page Search Instruction--End*/

/*========FLEX_START==============*/
.flex-row{
    display:flex;
    flex-direction:row;
}

.flex-column{
    display:flex;
    flex-direction:column;
}

.flex-row-rev{
    display:flex;
    flex-direction:row-reverse;
}

.flex-column-rev{
    display:flex;
    flex-direction:column-reverse;
}

.flex-wrap{
    flex-wrap:wrap;
}

.flex-wrap-rev{
    flex-wrap:wrap-reverse;
}

.flex-align-x-start{
    justify-content:flex-start;
}

.flex-align-x-end{
    justify-content:flex-end;
}

.flex-align-x-center{
    justify-content:center;
}

.flex-align-x-between{
    justify-content:space-between;
}

.flex-align-x-around{
    justify-content:space-around;
}

.flex-align-y-start{
    align-items:flex-start;
}

.flex-align-y-end{
    align-items:flex-end;
}

.flex-align-y-center{
    align-items:center;
}

.flex-align-y-stretch{
    align-items:stretch;
}

.flex-align-y-baseline{
    align-items:baseline;
}

.flex-item-grow-1{
    flex-grow:1;
}

.flex-item-grow-2{
    flex-grow:2;
}

.flex-item-grow-3{
    flex-grow:3;
}

.flex-item-grow-4{
    flex-grow:4;
}

.flex-item-grow-5{
    flex-grow:5;
}

.flex-item-grow-6{
    flex-grow:6;
}

.flex-item-grow-7{
    flex-grow:7;
}

.flex-item-grow-8{
    flex-grow:8;
}

.flex-item-grow-9{
    flex-grow:9;
}

.flex-item-grow-10{
    flex-grow:10;
}

.flex-item-grow-11{
    flex-grow:11;
}

.flex-item-grow-12{
    flex-grow:12;
}
.flex-item-align-end {
    align-self: flex-end;
}
/*========FLEX_END==============*/
