@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), url(../fonts/raleway.eot) format('embedded-opentype'), url('../fonts/raleway.woff') format('woff'), url('../fonts/raleway.ttf') format('truetype')
}

.full-width {
    width: 100% !important;
}

.no-border {
    border-width: 0px !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.anchor {
    position: relative !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.short-page {
    margin-bottom: 17vh;
}

body {
    font-family: arial;
    font-size: 15px;
    margin: 0;
    padding: 0 !important;
    zoom: 100% !important;
}

* {
    outline: medium none !important;
}

ul, ol {
    margin: 0;
}

h1 {
    clear: both;
    line-height: 30px;
}

h3 {
    font-size: 20px;
}

h1, h2, h3 {
    line-height: inherit;
}

img {
    max-width: 100% !important;
}

form {
    margin: 0;
}

p {
    line-height: 18px;
}

.clear {
    clear: both;
}

.body-content {
    background: none repeat scroll 0 0 white;
}

.body-content h1 {
    border-bottom: #ccc solid 1px;
    color: black;
    display: none;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h4 {
    color: black;
    font-family: 'Raleway';
    font-size: 22px;
    border-bottom: #ddd solid 1px;
    padding-bottom: 5px;
}

hr {
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 5px 0;
}

hr.black {
    border-color: transparent;
    display: none;
}

hr.white {
    border-color: white;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

label {
    display: block;
    margin-bottom: 5px;
}

.form-horizontal .control-label {
    display: block;
    float: none;
    height: 17px;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 5px;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: #2F96B4 solid 1px;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.contentment {
    position: relative;
}

.breadcrumb {
    border-radius: 0 0 0 0;
    margin-bottom: 0px;
}

.breadcrumb a, .breadcrumb {
    color: #888;
    font-size: 14px;
    padding: 0;
    text-decoration: none;
    text-shadow: 1px 1px white;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.quick {
    background: #2d2d2d;
}

.quick .inline li {
    padding: 7px 10px 0 0;
}

.quick a {
    color: black;
    font-size: 12px;
    text-decoration: none;
    text-transform: capitalize;
}

.quick-links label {
    display: block;
    text-align: right;
}

.quick-links label a {
    font-size: 15px;
    border-bottom: #ccc solid 1px;
}

.nav-logo {
    padding: 10px 0 19px;
}

.navbar {
    margin-bottom: 0;
}

.sidebar .nav-list {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
}

#recentlyviewed .nav-list {
    border: 1px solid #E0E0E0;
}

.nav-list a {
    text-align: left;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
    background-color: transparent;
    border-radius: 3px;
    color: #1f6899
}

.navbar-inner {
    background: white !important;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
}

.navbar .divider-vertical {
    margin: 0;
}

.subcontainerfullwidth {
    background: none repeat scroll 0 0 white;
    margin: 0px -37% 0 -15px;
    padding: 0px 15px;
}

textarea {
    width: 95%;
}

#notification1 {
    display: none;
}

.pagination select, #autorefresh {
    border-radius: 3px;
    padding: 4px;
    width: auto;
}

.pagination .pages-dropdown {
    float: left;
}

.pagination ul {
    float: right;
}

.navbar-inner #navigationmenu {
    display: none;
}

.sidebar #navigationmenu {
    list-style: none;
    margin: 0;
    text-align: left;
}

.sidebar #navigationmenu li {
    padding: 2px 0;
}

.navbar #navigationmenu li.active a:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1f6899;
    bottom: -23px;
    content: "";
    display: inline-block;
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;
}

.sidebar #catloglist:after {
    background: none repeat scroll 0 0 #ccc;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 1px;
}

.tabs-right > .nav-tabs {
    border: transparent solid 1px;
}

.page-header.margin-top-fixed {
    margin-top: 85px;
}

#features br {
    display: none;
}

.sidebar #features #catloglist:after {
    background: none
}

.sidebar #catloglist {
    position: relative;
}

.progress-bar dt {
    font-size: 12px;
    font-weight: normal;
}

.progress-bar dd {
    margin: 0;
}

.item-block {
    border: #ccc dashed 1px;
    margin: 5px;
    min-height: 100px;
    padding: 5px;
    width: 30%;
}

.time-tag {
    bottom: 0;
    height: 18px;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}

.display-block {
    position: relative;
}

li.display-block div.span3.service-image h4 {
    color: #ccc;
    font-size: 20px;
    line-height: 50px;
    margin-top: 40px;
    text-align: center;
    text-shadow: #ffffff 0px 0px 1px;
}

.display-block .item-property {
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 100%;
    padding: 110px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: left 0.5s;
    width: 100%;
    z-index: -1;
}

.display-block:hover > .item-property {
    left: 0;
    z-index: 1;
}

.display-block .item-property a {
    color: #222;
}

.searchme small {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.group-service ul {
    margin: 0;
}

.group-service li {
    display: none;
}

.group-service li.display-block {
    border: white solid 1px;
    display: block;
    float: left;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 23%;
}

.service-image {
    background: #f4f4f4;
    border: #eee solid 1px;
    height: 150px;
}

.service-feature {
    bottom: 42px;
    left: 7px;
    position: absolute;
}

.service-info {
    color: black !important;
    display: none;
    font-size: 12px !important;
    font-weight: normal;
    margin: 0;
}

.service-price {
    bottom: 10px;
    color: #1F6899;
    font-size: 16px;
    position: absolute;
    right: 10px;
}

.alert-info {
    word-wrap:break-word;
    border-left: #5BC0DE solid 3px;
}

.successbox, .alert-success {
    background-color: #E5EDC4;
    border-left: 3px solid #56bc2e;
    color: #3F7227;
    padding: 5px;
    text-shadow: 0 1px 1px #FFFFFF;
}

.errorbox, .alert-errors {
    border-left: 3px solid #D9534F;
    color: #BE4741;
    padding: 5px;
    text-shadow: 0 1px 1px #FFFFFF;
}

.alert li, .alert1 li {
    font-size: 12px;
    list-style: none;
}

.alert1.alert-info, .alert1.alert-success, .alert1.alert-error {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert {
    display: none;
    padding: 10px;
}

.alert1 {
    margin-bottom: 20px;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-login {
    display: none;
    margin-bottom: 10px;
    padding: 5px;
}

.creditCost label {
    color: black;
    float: left;
    font-size: 35px;
    line-height: 20px;
    padding: 10px;
}

.creditCost .deliverytime {
    float: right;
    font-size: 16px;
}

div.controls small {
    font-size: 11px;
}

small.required {
    color: #bababa;
    float: right;
    font-size: 11px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal span {
    margin-left: 0px;
}

.form-horizontal small {
    color: #888;
    font-size: 11px;
}

.form-horizontal .specialP {
    margin-bottom: 20px;
}

.form-vertical .controls {
     font-size: 13px;
     font-weight: bold;
     padding-bottom: 10px;
 }

.form-vertical .submit {
    text-align:center;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

.form-vertical .controls input[type="text"], .form-vertical .controls select, .form-vertical .controls textarea {
    width: 95%;
}

.form-vertical .controls small {
    font-weight: normal;
}

div div.span6 div.creditCost label {
    padding: 15px 0 10px 10px;
}

div div.span6 div.creditCost label.deliverytime {
    font-style: italic;
    text-align: right;
}

div.row-fluide div#serviceDetails div div.span6.sInfo {
    border-radius: 5px;
}

.creditCost {
    border-radius: 5px 5px 0 0;
}

.sInfo div.creditCost label.deliverytime {
    padding-right: 20px;
}

.sInfo div.creditCost label {
    padding-bottom: 15px;
    padding-right: 20px;
    padding-top: 20px;
}

.sInfo div div#information {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

div#serviceDetails div.row-fluide div.span6 h3 {
    background-color: #ebebeb;
    font-size: 17px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

div.alert {
    border-radius: 0px;
}

.row-block {
    float: left;
    margin: 20px 0.5%;
    width: 24%;
}

.row-fluide.feedback {
    height: 150px;
    moz-transition: height 0.5s;
    ms-transition: height 0.5s;
    o-transition: height 0.5s;
    overflow: hidden;
    transition: height 0.5s;
    webkit-transition: height 0.5s;
}

.row-fluide.feedback:hover {
    height: 350px;
}

.know-content {
    padding: 10px;
}

span.listedprice {
    color: #CE0C21;
    font-size: 16px;
    font-weight: 400;
}

.table th {
    font-weight: bold;
}

.chzn-container span {
    margin: 0;
}

.item_view {
    color: #666666;
    padding: 0px 0 5px 0;
}

.item_view .shortby {
    margin: 3px 5px 0 0;
}

.item_view span {
    display: block;
    float: left;
    font-size: 11px;
}

.item_view .gridviewselected, .item_view .gridview:hover {
    background: url("../images/viewmode.png") no-repeat scroll right bottom #1B5285;
    height: 15px;
    margin: 1px 5px 0;
    width: 15px;
}

.item_view .listview {
    background: url("../images/viewmode.png") no-repeat scroll left top transparent;
    height: 15px;
    width: 18px;
}

.item_view .gridview {
    background: url("../images/viewmode.png") no-repeat scroll right top transparent;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.item_view .listviewselected, .item_view .listview:hover {
    background: url("../images/viewmode.png") no-repeat scroll left bottom #1B5285;
    height: 15px;
    margin-top: 1px;
    width: 18px;
}

.item_view select {
    color: #666666;
    font-size: 10px;
    padding: 2px;
}

.compare {
    bottom: auto;
    clear: both;
    color: #666;
    font-size: 11px;
    position: relative;
    z-index: 99;
}

.compare .form-horizontal {
    margin-top: 0;
}

.compare label {
    display: inline;
}

.compare input {
    vertical-align: top;
}

.yes, .no {
    text-indent: -9999px;
}

.yes {
    background: url('../images/wright.png') center no-repeat;
}

.no {
    background: url('../images/cross.png') center no-repeat;
}

.down_arrow {
    background: url('../images/down_arrow.png') bottom left no-repeat;
    height: 10px;
    width: 100%;
}

.display-list {
    border: 1px solid #ccc;
    min-height: 180px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}

.display-list .item_img {
    float: left;
    height: 150px;
    margin-right: 10px;
    padding: 3px;
    text-align: center;
    width: 150px;
}

.display-list .item_img img {
    display: block;
    margin: auto;
}

.rating_0, .rating_1, .rating_2, .rating_3, .rating_4, .rating_5 {
    background: url("../images/item_rating.png") repeat-x scroll left top;
    display: block;
    float: right;
    height: 15px;
    margin-top: 1px;
}

.item_ratings {
    background: url("../images/item_rating.png") repeat-x scroll center bottom transparent;
    height: 15px;
    padding-top: 3px;
    width: 70px;
}

.display-list .item_ratings {
    float: left;
}

.rating_0 {
    width: 70px;
}

.rating_1 {
    width: 56px;
}

.rating_2 {
    width: 42px;
}

.rating_3 {
    width: 28px;
}

.rating_4 {
    width: 14px;
}

.rating_5 {
    width: 0;
}

.display-block {
    border-bottom: #ccc solid 1px;
    border-right: 1px solid #ccc;
    float: left;
    height: 230px;
    padding: 10px;
    position: relative;
    width: 173.6px;
}

.display-block .item_img {
    margin-right: 10px;
    min-height: 150px;
    text-align: center;
    width: 100%;
}

.item .item_img img {
    display: block;
    margin: auto;
    width: auto !important
}

.display-block.span3 {
    margin-bottom: 15px;
    margin-left: 0 !important;
    margin-right: 15px;
}

.display-block .discount, .discount {
    color: #888 !important;
    font-size: 12px !important;
    text-decoration: line-through;
}

.btn-reset {
    border: medium none;
    border-radius: 0 !important;
    color: #9c0404;
    display: block;
    font-weight: normal !important;
    margin-bottom: 10px;
    padding: 10px !important;
    width: 100% !important;
}

.display-block .item_ratings:after {
    clear: both;
    content: ' ';
    height: 0;
}

.display-block-group {
    float: left;
    height: 200px;
    margin: 10px;
    text-align: center;
    width: 198px;
}

.display-block-group .item_img {
    border: 1px solid #ddd;
    height: 150px;
    position: relative;
    text-align: center;
}

.item_block_hot {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    width: 96%;
}

.div_small_noimage {
    color: #ccc;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: white;
}

#recentlyviewed .nav-list a {
    text-align: center
}

.item_img .resize {
}

.item_desc a {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.item_desc p {
    margin-top: 5px;
}

.pricelabel {
    color: #888888;
    font-size: 10px;
}

.item_price span {
    color: black;
    font-size: 13px;
    font-weight: bold;
}

.display-list .discount, .item_block_hot .discount {
    color: #ccc;
    height: 15px;
    text-decoration: line-through;
}

.saveinper {
    background: url("../images/discountLabel.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 59px;
    left: -6px;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 62px;
}

.saveinper span {
    color: white;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 17px;
    transform: rotate(321deg);
    width: 60px;
}

.save {
    color: orange;
    font-size: 11px;
}

.ourprice {
    color: black;
    font-weight: bold;
}

.listedprice {
    color: #990000;
    font-size: 20px;
    font-weight: normal;
}

.yes, .no {
    text-indent: -9999px;
}

.yes {
    background: url("../images/wright.png") no-repeat scroll center center transparent;
}

.no {
    background: url("../images/cross.png") no-repeat scroll center center transparent;
}

.down_arrow {
    background: url("../images/down_arrow.png") no-repeat scroll left bottom transparent;
    height: 10px;
    width: 100%;
}

.compare_item {
    display: none;
    min-width: 120px;
    position: absolute;
    z-index: 900;
    bottom: 15px;
    left: -18px;
}

.compare_item .table_item {
    background: none repeat scroll 0 0 #2E7FAD;
    min-width: 120px;
}

.compare_item .table_item td {
    border: medium none;
    color: white;
    font-size: 10px;
    padding: 2px 5px;
}

.compare_item .table_view_compare {
    background: none repeat scroll 0 0 black;
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.compare_item .table_view_compare td {
    border: medium none;
}

.compare_item .table_view_compare a {
    color: white;
    cursor: pointer;
    font-size: 11px;
}

.compare_item a {
    cursor: pointer;
}

.hot {
    background: url("../images/red-tag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 81px;
    position: absolute;
    right: -12px;
    top: -5px;
    width: 75px;
}

.hot span {
    color: white;
    font-size: 12px;
    font-weight: bold;
    left: 31px;
    position: absolute;
    text-align: center;
    top: 18px;
    transform: rotate(-310deg);
}

.hottest {
    box-shadow: -10px 0px 0 #b80404;
}

.hottest:after {
    position: absolute;
    top: 0;
    right: 5px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    background: #b80404;
    padding: 5px 10px;
}

.last {
    border: none !important;
}

table th select {
    background: white;
    border: #ccc solid 1px;
}

.usertype_, .usertype_0, .usertype_1, .usertype_3 {
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px 10px;
    position: absolute;
    right: 30px;
    top: 55px;
    z-index: 100;
}

.usertype_0, .usertype_ {
    background: #00aff0;
}

.usertype_1 {
    background: #c82b2b;
}

.usertype_3 {
    background: #8cc10d;
}

.userimage {
    position: relative;
}

.serviceheader {
    border-bottom: #cecece solid 1px;
    display: block;
    font-size: 13px;
    padding: 10px;
}

.serviceimei {
    font-size: 11px;
    padding: 5px;
}

.serviceimei table td {
    background: none !important;
    border: none !important;
    font-size: 12px !important;
    padding: 2px !important;
}

.servicecredit {
    font-size: 15px;
    padding: 20px;
}

.serviceimei .statusP {
    background: black !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
}

.serviceimei .statusR {
    background: #840000 !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
}

.serviceimei .statusA {
    background: #1e6300 !important;
    color: white !important;
    padding: 5px !important;
    text-align: center !important;
}

.data .showTD:hover .serviceimei .statusP {
    background: black !important;
}

.data .showTD:hover .serviceimei .statusR {
    background: #840000 !important;
}

.data .showTD:hover .serviceimei .statusA {
    background: #1e6300 !important;
}

.serviceorder label {
}

.serviceorder span {
    font-size: 12px;
    font-weight: bold;
}

.serviceorder p {
    background: none repeat scroll 0 0 #f4f4f4;
    float: left;
    margin: 1px 1px 0 0;
    padding: 5px;
    width: 20%;
}

.serviceorder {
    width: 100%;
}

.price_detail {
    border: #f4f4f4 solid 1px;
    padding: 10px;
}

.wholesaleprice {
    border: #f4f4f4 solid 1px;
    padding: 1px;
    width: 160px;
}

.cartmaintbl p {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}

.cartmaintbl p label {
    color: #666666;
    padding-left: 15px;
}

.cartmaintbl label {
    background: url(../images/gray_arrow_right.gif) no-repeat center left;
}

.cartmaintbl input [type="text" ], .cartmaintbl select {
    padding: 1px !important;
}

.cartmaintbl textarea {
    width: 150px;
}

.extraimage {
    background: #f4f4f4;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 5px;
}

.extraimage img {
    border: silver solid 1px;
}

fieldset.accessories {
    border: #F4F4F4 solid 1px;
    padding: 5px;
}

.productrating {
    padding: 5px 0;
    width: 90px;
}

.freeship, .shipcost {
    background: url('../images/Shipping.png') no-repeat left center;
    padding: 5px 5px 5px 40px;
}

.virtual {
    background: url('../images/virtual.html') no-repeat left center;
    color: #666;
    padding: 5px 5px 5px 25px;
}

.freeship {
    background-color: #f4f4f4;
    color: #666;
}

.suggestedcost {
    background: url('../images/suggestedcost.png') no-repeat left center;
    padding: 5px 5px 5px 35px;
}

.availability, .instock, .outofstock {
}

.bundle .display-block .item_img {
    border: none;
    float: left;
    height: 120px !important;
    width: 120px !important;
}

.bundle .display-block .item_img img {
    height: 120px;
    width: 120px;
}

.bundle .display-block .item_img .div_small_noimage {
    background: #f7f8f8;
    height: 120px;
    line-height: 120px;
}

.ribbon td {
    background: url('../images/vertival_bundal.png') no-repeat left;
}

.ribbon td.ribbonleft {
    background-position: left top;
    height: 20px;
}

.ribbon td.ribbonright {
    background-position: left bottom;
    height: 20px;
}

#thumbimage {
    background: white;
}

#thumbimage ul {
    margin: 0;
}

#thumbimage li ul {
    height: 300px;
    margin: 0;
    padding: 5px;
}

#thumbimage {
    border: #ddd solid 1px;
    position: relative;
}

#thumbimage li {
    display: block;
    list-style: none outside none;
}

#thumbimage li .selected {
    display: block;
    left: 0;
    width: 100%;
    z-index: 100;
}

#thumbimage .smallselected {
    border: #eeeded solid 2px !important;
}

.zoomPad {
    cursor: crosshair;
    float: left;
    margin-left: 0px;
    position: relative;
    z-index: 99;
}

.zoomWrapper {
    position: relative;
    z-index: 110;
}

.zoomWrapperImage {
    background: white;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    display: block;
    filter: alpha(opacity=0);
    moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    z-index: -1;
}

.retailinfo h1 {
    display: none;
}

.chzn-search input [type="text" ] {
}

.chzn-container {
}

.chzn-drop {
}

.chzn-container-single .chzn-single {
    border-radius: 5px !important;
    padding: 3px 10px !important;
}

.cart.dropdown-menu {
    min-width: 300px !important;
    padding: 5px !important;
    right: 0 !important;
}

.logotext {
    background: url('../images/logotext_bg.png') repeat-x bottom;
    border-bottom: white solid 1px;
}

.customfields select {
    width: 100px;
}

.pagging, .paginate {
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}

.pagging a, .paginate a {
    background: url('../images/bg_table_head.png') top repeat-x;
    border: #d4dbe1 solid 1px;
    border-radius: 3px;
    color: #666;
    cursor: pointer;
    margin-right: 5px;
    padding: 6px 8px;
}

.paginate select, .pagging select {
    margin-bottom: 0;
    width: 40px;
}

.pagging .active a, .paginate .active a {
    border: #aeb8c0 solid 1px !important;
    color: #005580;
}

textarea {
    width: 90%;
}

.dailydeals ul li {
    cursor: pointer;
    display: table-cell;
    list-style: none;
}

.dailydeals ul li:last-child {
    border: none;
}

.dailydeals ul li ul {
    display: none;
    width: 100%;
}

.dailydeals ul li .counter {
    background: none repeat scroll 0 0 #888;
    color: white;
    display: block;
    height: 7px !important;
    text-indent: -9999px;
}

.dailydeals ul li:hover .counter, .dailydeals ul li a.active {
    background: #f4f4f4;
    color: white;
}

.dailydeals ul li .active {
    z-index: 9;
}

.dailydeals ul li:hover ul {
    z-index: 11;
}

.dailydeals ul li:hover ul, .dailydeals ul li ul.active {
    display: block;
    position: absolute;
    right: 0;
}

.dailydeals_save {
    color: #d2151b;
    font-size: 11px;
    left: 100px;
    padding: 9px 0 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
    top: 220px;
}

.close_div {
    background: url('../images/grid_plus.png') center left;
    display: block;
    height: 14px;
    width: 14px;
}

.open_div {
    background: url('../images/grid_minus.png') center left;
    display: block;
    float: left;
    height: 14px;
    width: 14px;
}

.onepageCart.subcontainerfullwidth H2 {
    border: #ccc solid 1px;
    background: #f4f4f4
}

.onepageCart H2 span {
    background: black;
    border-radius: 10px;
    color: white;
    padding: 2px 6px;
}

.onepageCart H2.activeTab {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #ccc;
    border-bottom: none;
    color: black;
    font-size: 13px;
}

.onepageCart #formstyle_1, .onepageCart .data {
    border: none;
}

.stepCart.subcontainerfullwidth DIV#tabcontent {
    border-color: #e8e5e8;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px;
    margin-bottom: 10px;
    padding: 10px;
}

.stepCart.subcontainerfullwidth DIV#tabcontent #formstyle_1, .stepCart.subcontainerfullwidth DIV#tabcontent .data {
    border: none;
}

.stepCart h2 {
    clear: none;
}

.mainpage_rightmenu .header {
    font-size: 14px;
    margin-bottom: 10px;
}

.sidebar a {
    border-bottom: 1px solid #eee;
    border-top: 1px solid white;
    color: black;
    padding: 10px 0px !important;
    transition: all 0.2s ease 0s;
}

.sidebar a:after {
    background: black;
    left: -100px;
    position: absolute;
}

.sidebar a:hover, .nav-tabs a:hover {
    background: #f5f5f5;
    color: #333;
}

.sidebar #catloglist i {
    opacity: 0.6;
}

.sidebar #catloglist {
    border: none;
    border-radius: 0;
    margin-left: 10px;
    padding-left: 0;
    margin-top: 10px;
}

.sidebar #catloglist li {
    background: url("../images/tree-line1.png") no-repeat scroll left center transparent;
    padding-left: 10px;
}

.sidebar li {
    display: block;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar li:first-child a {
    padding-top: 15px;
}

.sidebar .nav-header {
    color: black;
    font-family: raleway;
    font-size: 22px;
    font-weight: normal;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    text-transform: capitalize;
}

.sidebar li span {
    font-size: 15px;
    padding: 2px;
}

.sidebar ul li.clicktoslide ul {
    border: #ccc solid 1px;
    border-right: none;
    box-shadow: 0 0 10px #ccc;
    display: none;
    left: -30px;
    position: absolute;
    top: 40px;
    width: 250px;
    z-index: 999;
}

.sidebar ul li.clicktoslide ul li a {
    display: block;
}

.sidebar ul li.clicktoslide ul li ul {
    left: -264px;
}

.sidebar ul li.clicktoslide ul li {
    background: white;
    margin: 0px 0;
}

.sidebar .nocategory {
    border-bottom: medium none;
}

.sidebar .nocategory span {
    font-weight: normal;
    padding: 0 !important;
}

.sidebar .maincategory {
    cursor: pointer;
}

.sidebar .bg_none {
    background: none repeat scroll 0 0 transparent !important;
}

.sidebar #recentlyviewed li {
    background-image: none;
}

.sidebar #recentlyviewed li a {
    margin-left: 0;
}

.sidebar #recentlyviewed li:hover {
    background-color: transparent;
}

.sidebar #recentlyviewed li:hover a {
    color: black;
}

.blog-list .post-date:after {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.blog-list:hover .post-date:after {
    opacity: 1;
    transition: opacity 0.5s;
}

.blog-detail img {
    display: block;
    margin-bottom: 10px;
}

.post-date {
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 0px 5px #ddd;
    float: left;
    margin-right: 20px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100px;
}

.post {
}

.post-date .day {
    color: white;
    font-size: 40px;
}

.post-date .month {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.post-info {
    font-size: 9px;
}

.read {
    float: right;
    font-size: 11px;
}

.read a:hover {
    color: #27307E !important;
}

.commentlist {
    list-style: none;
}

.joint {
    margin-left: -10px;
    padding: 7px 10px;
}

.table {
    background: white;
    margin-bottom: 0;
    table-layout:fixed;
    word-break:break-all;
}

.table td {
    word-wrap:break-word;

}

.logo {
    color: black;
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0px;
}

.banner-container {
    text-align: center;
}

.banner-width {
    border-bottom: black solid 5px;
    min-height: 250px;
    transition: all 1s;
}

.input-search {
    background: url("../images/search-icon.png") no-repeat scroll right center rgba(0, 0, 0, 0.3) !important;
    transition: all 1s;
    position: absolute;
    right: 0;
    border: medium none !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    margin: 5px !important;
    padding: 5px 10px !important;
    text-transform: uppercase;
    width: 15px;
    color: white !important
}

.tabbable {
    margin: 0px 0;
}

.tabbable .tab-content {
}

.tabbable ul {
    background: white;
    border: none;
    margin-bottom: 15px;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    padding-bottom: 10px;
    border: none;
}

.nav-list > .active > a, .nav-list > .active > a:hover {
    text-shadow: none;
}

.nav-list > .active > a:after {
}

.nav-tabs > li > a {
    font-family: raleway;
    font-size: 22px;
}

.tabbable .nav-tabs > li > a {
    font-size: 18px;
    padding-top: 8px;
}

h1.page-title {
    color: #888888;
    font-size: 25px;
    margin: 0;
    text-align: left;
    text-shadow: 1px 1px white;
    text-transform: uppercase;
}

.accordion-inner {
    padding: 10px;
}

.form-horizontal .control-group {
    float: left;
    margin-bottom: 10px;
    width: 32%;
}

.form-horizontal .controls {
    padding: 3px 0;
}

.form-horizontal .control-label {
    font-size: 14px;
}

li.btn-success {
    border-radius: 5px 5px 0 0;
}

li.btn-success:hover a {
    background: none !important;
    border: 1px solid transparent !important;
    color: white !important;
}

.pull-right.align-right.navbar a {
    background: none !important;
    color: white !important;
    font-size: 12px;
    padding: 0;
    text-shadow: none;
}

.language li {
}

.dropdown-menu.language li > a {
    padding: 1px 3px;
}

.dropup .dropdown-menu:before {
    position: absolute;
    bottom: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropup .dropdown-menu:after {
    position: absolute;
    bottom: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.textgreen, .textred, .textyellow, .textblue {
    color: white;
    display: block;
    font-size: 14px;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.outofstock, .availability, .instock {
    font-size: 9px;
    padding: 2px 5px;
    text-align: center;
    width: auto;
}

#tabcontent1 {
    background: transparent !important;
}

.navbar-inner {
    background: none !important;
}

.textred, .outofstock {
    background: #B94A48;
    background-color: #B94A48 !important;
}

.textyellow {
    background: #F89406;
    background-color: #F89406 !important;
}

.textgreen, .instock {
    background: #468847;
    background-color: #468847 !important;
}

.textblue, .availability {
    background: #3A87AD;
    background-color: #3A87AD !important;
}

#yourBtn {
    border: 1px solid #BBB;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 150px;
}

input.link {
    border: none;
    font-size: 16px !important
}

.searchForm h6 {
    display: none;
}

.form-inline input, .form-horizontal input {
    vertical-align: top;
}

.zoomPad {
    cursor: crosshair;
    float: left;
    margin-left: 0px;
    position: relative;
    width: 300px;
    z-index: 99;
}

.zoomWrapper {
    position: relative;
    z-index: 110;
}

.zoomWrapperImage {
    background: white;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 110;
}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    display: block;
    filter: alpha(opacity=0);
    moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    z-index: -1;
}

.carousel-control {
    background: none repeat scroll 0 0 #ccc;
    color: black;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    top: -15px;
    width: 20px;
}

.carousel-control.right {
    left: auto;
    right: -5px;
}

.carousel-control.left {
    left: -5px;
    right: auto;
}

.margin-no {
    margin: 0;
}

div div.container div.row-fluid div.span4.alert1 {
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
}

div div div.container div#tabcontent {
    border-color: #d4d2d4;
    border-width: 1px;
}

.item_description {
    display: none;
}

.carttree #catloglist {
    margin: 0;
}

#catloglist {
    box-shadow: none;
    margin-bottom: 0;
}

#catloglist li a {
    display: inline;
    margin: 0;
    padding: 0;
}

.carttree #catloglist > li {
    float: left;
    margin: 1%;
}

.carttree #catloglist li {
    list-style: none outside none;
}

.carttree #catloglist li i {
    cursor: pointer;
}

.carttree #catloglist li ul {
    border-left: 1px dotted #ccc;
    margin-left: 6px;
    padding-left: 20px;
}

.carttree #catloglist li ul li a:before {
    content: "\2192";
    height: 10px;
    margin-left: -20px;
    position: absolute;
    width: 10px;
}

.carttree #catloglist li.maincategory > a {
    font-weight: bold
}

.nav-pills.currency > li > a {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 0;
}

.subcontainerfullwidth .progress-bar {
    background-color: white;
    height: auto;
}

.subcontainerfullwidth .nav-list {
    background: none;
    box-shadow: none;
    margin: 0 0 20px 0;
}

.subcontainerfullwidth .nav-header {
    line-height: 26px;
}

.subcontainerfullwidth .nav-list li a {
    background: none !important;
}

.subcontainerfullwidth .sidebar a {
    border-top: none;
    padding: 2px 2px !important;
}

#catloglist, #features {
    border-bottom: none;
}

#catloglist li span, #features li span {
    color: black;
    font-size: 13px;
}

.carttree #catloglist li span:after {
    content: ' \00bb';
}

.carttree {
    border: #ccc solid 1px;
}

#catloglist li {
}

#catloglist li a, #features li a {
    border: none;
}

#features li ul {
    border: none;
    margin-left: 6px;
}

div#mybutton {
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: normal;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 200px;
}

div#mybutton:hover {
    background: #ccc;
}

input#myfile {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 100px;
    height: 30px;
    khtml-opacity: 0.0;
    moz-opacity: 0.0;
    ms-filter: "alpha(opacity=0)";
    opacity: 0.0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

.accordion-group {
    border: none;
    margin-top: 10px;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a {
    background: #494949;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: normal !important;
}

.form-horizontal .switch-btn {
    display: none;
}

.form-horizontal .password-strength {
    background: #f4f4f4;
    display: none;
    margin-top: 10px;
    position: relative;
    width: 60%;
}

.form-horizontal .password-strength .password-status {
    margin-top: -20px;
    position: absolute;
    right: 0;
}

.form-horizontal .password-strength .password-meter {
    height: 4px;
    transition: background 0.5s;
}

.form-horizontal .password-strength .password-meter.veryweek {
    background: red;
    width: 20%;
}

.form-horizontal .password-strength .password-meter.week {
    background: yellow;
    width: 40%;
}

.form-horizontal .password-strength .password-meter.ok {
    background: brown;
    width: 60%;
}

.form-horizontal .password-strength .password-meter.strong {
    background: green;
    width: 80%;
}

.form-horizontal .password-strength .password-meter.verystrong {
    background: blue;
    width: 100%;
}

.cart #catloglist li span {
    padding: 2px;
}

.cart #catloglist li a {
    display: block;
    margin-left: 20px;
    padding: 5px;
}

.cart #catloglist li {
    background: url('../images/tree_bg3.png') no-repeat top left;
    display: block;
    list-style: none;
}

.cart #catloglist ul {
    border-left: 1px solid #DADADA;
    display: none;
    margin: 0;
    padding-left: 15px;
}

.cart #catloglist .last.nocategory, .cart #catloglist .last {
    background: url('../images/tree_bg2.png') no-repeat top left;
}

.cart #catloglist .last.maincategory {
    background: url('../images/last_main_tree.png') no-repeat top left;
}

.cart #catloglist .last .maincategory ul {
    border-left: #dadada solid 1px;
}

.cart #catloglist .last ul, .cart #catloglist .last .maincategory ul .last ul, .cart #catloglist .last .last ul {
    border: none;
}

.cart #catloglist .maincategory {
    background: url('../images/tree_bg_plus.png') no-repeat top left;
    cursor: pointer;
}

.cart #catloglist .maincategory.active_li {
    background: url('../images/tree_bg_minus.png') no-repeat top left;
    cursor: default;
}

.cart #catloglist .last.active_li {
    background: url('../images/tree_bg_minus_last.png') no-repeat top left;
    cursor: default;
}

.cart #catloglist .selectedtext, .cart #catloglist .selectedgroup span, .cart #catloglist .current {
    color: #CB0000;
}

.cart #catloglist .selectedgroup span, .cart #catloglist .current {
    font-weight: bold;
}

.cart #catloglist .selectedgroup ul li span {
    color: #5c5c5c;
    font-weight: normal !important;
}

.cart #catloglist .bg_none {
    background: none !important;
}

.cart #catloglist #recentlyviewed li {
    background-image: none;
}

.cart #catloglist #recentlyviewed li a {
    margin-left: 0;
}

.cart #catloglist #recentlyviewed li:hover {
    background-color: transparent;
}

.cart #catloglist #recentlyviewed li:hover a {
    color: black;
}

button, html input [type="button" ], input [type="reset" ], input [type="submit" ] {
    cursor: pointer;
}

.form-inline input, .form-horizontal input {
    vertical-align: top;
}

input[type="text"], input[type="password"], select, textarea {
    box-shadow: none;
    border-radius: 0;
    border: #ccc solid 1px;
}

input[type="button"], input[type="submit"] {
    border-radius: 3px;
    font-size: 17px;
    font-weight: normal;
    padding: 6px 15px;
}

#formstyle_1 input[type="button"], #formstyle_1 input[type="submit"] {
    padding: 10px 15px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
}

input [type="file" ], input [type="image" ], input [type="submit" ], input [type="reset" ], input [type="button" ], input [type="radio" ], input [type="checkbox" ] {
    width: auto;
}

.btn {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    text-align: center;
    border: #ccc solid 1px;
}

.btn-success, .btn-primary {
    color: white;
}

.btn-primary {
    background: #8fb721;
    text-align: center;
    box-shadow: 0 0 0 2px #D4E5A6;
    border-radius: 5px;
}

.btn-primary:hover {
    background: #a5c941;
}

.btn-success {
    border: #51A351 solid 1px
}

.btn-info {
    border: #2F96B4 solid 1px
}

.btn-warning {
    border: #F89406 solid 1px
}

div.span3.sidebar {
    position: relative;
    top: 0px;
    right: 0px;
    width: 270px;
}

input, textarea, .uneditable-input {
    margin-left: 0;
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label, input, button, select, textarea {
    font-weight: normal;
}

* {
    outline: medium none !important;
}

#quickcheckout {
    background: url("../images/paypal_checkout.png") no-repeat scroll 0 0 transparent !important;
    border: medium none !important;
    height: 43px;
    text-indent: -9999px;
    width: 148px;
}

#googlequick {
    background: url("../images/googlecheckout.png") no-repeat scroll 0 0 transparent !important;
    border: medium none !important;
    height: 43px;
    text-indent: -9999px;
    width: 225px;
}

input [type="text" ], input [type="password" ], textarea, select, #modelsearch {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    color: #555555;
    font-size: 14px;
    height: auto;
    padding: 5px;
}

select {
    width: auto;
}

.navbar {
    min-height: auto;
}

.navbar .nav > li:first-child > a {
    padding-left: 0;
}

.navbar .nav > li > a {
    border-right: 1px solid #eee;
    font-size: 15px;
    padding: 4px 15px;
    text-shadow: none;
    text-transform: uppercase;
}

.navbar .nav > li#cartminiview > a {
    border-right: none;
}

.navbar .nav > .current > a, .navbar .nav > .current > a:hover, .navbar .nav > .current > a:focus, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
    border-radius: 1px;
    box-shadow: none;
    color: #1f6899;
    text-decoration: none;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background: transparent;
}

.nav-tabs > li > a:hover {
    border: transparent 1px solid;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 0;
    padding-right: 24px;
}

.table-bordered th {
    background: none repeat scroll 0 0 #f9f9f9 !important;
    font-size: 12px;
    padding: 10px;
}

.accordion-group {
    border-radius: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 10px;
}

.accordion-heading .accordion-toggle.collapsed {
    background: #fafafa;
}

.accordion-heading .accordion-toggle {
    background: #fafafa;
}

.collapse.in {
    background: white;
}

.knw-block {
    border-left: #eee solid 1px;
    height: 200px;
    margin-bottom: 25px;
    padding: 0 10px;
    position: relative;
}

.sidebar .nav-list > li > a, .sidebar .nav-list .nav-header {
    margin-left: 0px;
    margin-right: 0px;
}

ul.inline > li, ol.inline > li {
    display: block;
    margin-top: 5px;
}

.sidebar .last a {
    border-bottom: none;
}

.nav-list {
    padding-left: 0;
    padding-right: 0;
}

#recentlyviewed li {
    margin-left: 0 !important;
}

.modal-header {
    background: #1F6899;
}

.modal-header h3 {
    color: white
}

.form-horizontal {
    margin-top: 20px;
}

.form-horizontal .control-label {
    display: block;
    float: none;
    height: 17px;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.form-horizontal .controls {
    color: #333;
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
}

.stextarea textarea {
    height: 17px;
}

#serviceDetails .retailinfo {
    display: none;
}

#alert-counter {
    display: none;
}

.serchcontent {
    background: none repeat scroll 0 0 white;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 0 5px #222;
    margin-left: -225px;
    padding: 10px;
    position: absolute;
    top: 38px;
    width: 218px;
    z-index: 999;
}

.serchcontent li {
    border-bottom: 1px solid #eee;
    display: block;
    list-style: none outside none;
    padding: 5px 0;
    text-align: left;
    width: 100%;
}

.serchcontent li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serchcontent li:hover {
}

.chzn-container-single .chzn-single {
    border: #bbb solid 1px !important;
}

.form-vertical .control-group {
    clear: both;
    float: none;
    width: 100%;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    color: #1f6899;
}

.group-service h4 {
    border: none;
    color: black;
}

textarea:focus, input [type="text" ]:focus, input [type="password" ]:focus, input [type="datetime" ]:focus, input [type="datetime-local" ]:focus, input [type="date" ]:focus, input [type="month" ]:focus, input [type="time" ]:focus, input [type="week" ]:focus, input [type="number" ]:focus, input [type="email" ]:focus, input [type="url" ]:focus, input [type="search" ]:focus, input [type="tel" ]:focus, input [type="color" ]:focus, .uneditable-input:focus {
    box-shadow: none;
}

.accordion-group {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #ddd;
}

.quick_checkout .clearfix {
    display: none;
}

.quick_checkout .creditCost {
    float: left;
    padding: 6px 20px;
}

.quick_checkout .button label {
    display: none;
}

.form-actions {
    background: white;
}

#searchservicebox {
    padding: 10px 7px 10px 7px;
}

#navigationmenu {
    margin: 0;
}

#navigationmenu li {
    float: left;
    font-size: 12px;
    list-style: none outside none;
    padding: 10px 0px 10px 0;
}

#navigationmenu .dropdown-menu li {
    padding: 2px;
    width: 100%;
}

#navigationmenu .dropdown-menu li:first-child a {
    margin-left: 0px;
    padding-left: 8px;
}

.maincategory .dropdown-menu:before {
    border-bottom: 7px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -4px;
}

.maincategory .dropdown-menu:after {
    border-bottom: 6px solid black;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -3px;
}
.menu{
    background-color: #e7e7e7;
}
.menu .maincategory.dropdown.nav_1006 {
    position: static;
    height: 30px;
}

.menu .maincategory.dropdown.nav_1006:hover {
    background: black;
}

.menu .maincategory.dropdown.nav_1006:hover a {
    color: white
}

.menu .maincategory.dropdown.nav_1006:hover .dropdown-menu {
    display: block
}

.menu .nav-top li > a:hover {
    border-color: #939393 !important;
}

.menu .level_ {
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;

}

.maincategory .dropdown-menu:after {
    border-bottom-color: white;
}

.maincategory .dropdown-menu:before {
    border-bottom: 7px solid black;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -8px;
}

.maincategory .dropdown-menu:after {
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

.menu .level_ li {
    display: block;
    width: 100%;
}

.menu .level_ li a {
    padding: 6px 13px;
}

.menu .level_ li a:hover {
    color: white;
}

#account-dp .dropdown-menu {
    border-radius: 5px 0 5px 5px !important;
    min-width: 160px;
    padding: 5px;
    margin: 2px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#account-dp .dropdown-toggle:hover {
    background-color: #696969 !important;
}

.menu .maincategory.dropdown.nav_1006 .dropdown-menu {
    background: none repeat scroll 0 0 black;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    top: 28px;
    width: 142%;
}

.menu .maincategory.dropdown.nav_1006 .dropdown-menu li {
    float: left;
    padding: 5px;
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 12px;
}

.menu .maincategory.dropdown.nav_1006 .dropdown-menu li > a {
    display: inline;
    color: white
}

.menu .maincategory.dropdown.nav_1006 .dropdown-menu li > a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.menu .navbar .nav > li.dropdown.nav_1006 > .dropdown-menu:before, .navbar .nav > li.dropdown.nav_1006 > .dropdown-menu:after {
    display: none;
}

.menu2 .maincategory .dropdown-menu {
    background-color: black;
    border: 1px solid black;
    top: auto;
}

#navigationmenu li a {
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    color: white;
    padding: 0 8px;
    text-transform: uppercase;
    position: relative;
}

#navigationmenu li:first-child a {
    border-left: none;
    padding-left: 0px;
}

#navigationmenu li.last a {
    padding: 0 8px;
}

footer .maincategory .dropdown-menu {
    border-radius: 0;
    background: black;
}

.nav-top li {
    float: left;
}

.navbar-fixed-top {
    padding-top: 0 !important;
    transition: all 1s;
}

.span2 #navigationmenu li {
    float: none;
    padding: 5px 10px 5px 0;
}

.span2 #navigationmenu li a {
    border: none;
    color: #444;
    padding: 5px 0;
    text-transform: capitalize !important;
}

.container-main {
    background: none repeat scroll 0 0 white;
    margin: 0;
    padding: 0px;
    min-height: 400px;
}

.container-main > .container {
    padding-top: 20px;
}

input [type="radio" ], input [type="checkbox" ] {
    margin: 0;
}

.blog-list {
    padding-bottom: 40px;
}

.blog-list blockquote {
    float: left;
    width: 84.4%;
}

.blog-list blockquote .post img {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 300px;
}

.testi .testimonial-blog {
    padding: 0px 0 10px 0;
    text-align: justify;
}

.testi .testimonial-blog:nth-child(2n+1) {
    border-left: none;
}

.testi .testimonial-blog:nth-child(2n+1) .span2 {
    float: right;
}

.testi .testimonial-blog:nth-child(2n+1) .span10 {
    margin-left: 5px;
}

.testi .testimonial-blog .span10 {
    background: #f4f4f4;
    border: #ccc solid 1px;
    border-radius: 10px;
}

.testi .testimonial-blog:nth-child(1), .testi .testimonial-blog:nth-child(2) {
    border-top: none;
}

.testimonial-text {
    padding: 20px;
    position: relative;
}

.testi .testimonial-blog:nth-child(2n) .span10 .testimonial-text:before {
    border-color: transparent #CCCCCC transparent transparent;
    border-style: solid;
    border-width: 9px;
    content: "";
    display: inline-block;
    height: 0;
    left: -17px;
    position: absolute;
    top: 20px;
    vertical-align: top;
    width: 0;
}

.testi .testimonial-blog:nth-child(2n) .span10 .testimonial-text:after {
    border-color: transparent #F4F4F4 transparent transparent;
    border-style: solid;
    border-width: 9px;
    content: "";
    display: inline-block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 20px;
    vertical-align: top;
    width: 0;
}

.testi .testimonial-blog:nth-child(2n+1) .span10 .testimonial-text:after {
    border-color: transparent transparent transparent #F4F4F4;
    border-style: solid;
    border-width: 9px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -16px;
    top: 20px;
    vertical-align: top;
    width: 0;
}

.testi .testimonial-blog:nth-child(2n+1) .span10 .testimonial-text:before {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 9px;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: -17px;
    top: 20px;
    vertical-align: top;
    width: 0;
}

.blogs .comment:after {
    border-color: transparent #F4F4F4 transparent transparent;
    border-style: solid;
    border-width: 12px;
    content: "";
    display: inline-block;
    height: 0;
    left: -24px;
    position: absolute;
    top: 20px;
    vertical-align: top;
    width: 0;
}

.blogs .comment:before {
    border-color: transparent #ccc transparent transparent;
    border-style: solid;
    border-width: 12px;
    content: "";
    display: inline-block;
    height: 0;
    left: -25px;
    position: absolute;
    top: 20px;
    vertical-align: top;
    width: 0;
}

.blogs .comment {
    background: #f4f4f4;
    border: #ccc solid 1px;
    border-radius: 5px;
    float: left;
    padding: 10px;
    position: relative;
}

blockquote {
    margin: 0;
}

blockquote {
    border-left: none;
}

.form-actions {
    padding: 0;
}

.b-btn {
    border-radius: 50px 50px 50px 50px;
    font-size: 13px;
    font-weight: bold;
    width: 100% !important;
}

.qu-check {
    margin: 1px 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% rgb(31, 104, 153);
    position: absolute;
    z-index: 99;
    right: 0px;
    width: 420px;
    top: -45px;
    padding: 10px 30px 65px;
}

.qu-check:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 15px;
    border-color: transparent transparent black transparent;
    content: "";
    left: -15px;
    position: absolute;
    top: 0;
}

.qu-check .form-horizontal small {
    color: #888;
    font-size: 11px;
}

.qu-check h3 {
    color: #888;
}

.navbar .pull-right .nav > li > a {
    padding-right: 0;
}

.navbar .pull-right .nav {
    margin-right: 0;
}

.login-link {
    background-color: black !important;
    color: white !important;
}

#login-dp .dropdown-menu:after, #account-dp .dropdown-menu:after {
    border: none;
}

#login-dp .dropdown-menu, #account-dp .dropdown-menu {
    background: #696969;
    top: 27px;
    right: 1px;
}

#account-dp .dropdown-menu li a {
    color: white;
}

.maincategory .dropdown-toggle:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #ccc;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 4px;
    margin-top: 8px;
    vertical-align: top;
    width: 0;
}

#navigationmenu .maincategory .dropdown-menu li a {
    border: none;
}

#loader, .loader-login {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s;
    z-index: 9999;
}

#loader2 {
    background: rgba(0, 0, 0, 0.3);
}

.loader {
    height: 4px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

.loader-icon {
    padding: 100px;
}

.round-shadow {
    background: none repeat scroll 0 0 white;
    border: black solid 4px !important;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    color: #555555;
    font-size: 15px;
    height: 200px;
    left: 50%;
    line-height: 300px;
    margin-left: -100px;
    margin-top: -120px;
    position: fixed;
    text-align: center;
    width: 200px;
}

.loader .aBar {
    animation: aProgress-aBar 20s linear infinite;
    background-image: url('../images/progress-bg.png');
    background-repeat: repeat;
    box-shadow: 0 0 10px #000000;
    height: 4px;
    left: 0;
    moz-animation: aProgress-aBar 20s linear infinite;
    ms-animation: aProgress-aBar 20s linear infinite;
    o-animation: aProgress-aBar 20s linear infinite;
    position: absolute;
    right: 0;
    top: 0;
    webkit-animation: aProgress-aBar 20s linear infinite;
}

.data {
    width: 100% !important;
}

@-webkit-keyframes aProgress-aBar {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@-moz-keyframes aProgress-aBar {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@-o-keyframes aProgress-aBar {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@-ms-keyframes aProgress-aBar {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes aProgress-aBar {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.navbar .btn-navbar {
    background: black;
    border-radius: 0;
    padding: 10px;
    position: absolute;
    top: -5px;
}

.why .span3 {
    margin-bottom: 10px;
}

.post-header span {
    background: none repeat scroll 0 0 black;
    border-radius: 2px;
    color: white;
    font-size: 11px;
    padding: 3px 10px;
}

.twit-content {
    background: white;
    border: #ccc solid 1px;
    border-radius: 5px;
    box-shadow: 0 0 5px #eee;
    margin-top: 10px;
    min-height: 100px;
    padding: 10px;
    position: relative;
}

.twit-content a {
    color: #888;
}

.twit-content:before {
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 30px;
    position: absolute;
    top: -9px;
    z-index: 99;
}

.twit-content:after {
    border-bottom: 10px solid #999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 30px;
    position: absolute;
    top: -10px;
    z-index: 9;
}

footer {
    background: #f4f4f4;
    padding: 15px;
    text-align: left;
}

footer h4 {
    border-bottom: #ddd solid 1px;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

footer li a {
    color: #444;
    font-size: 13px;
    text-decoration: none;
}

footer li a:hover {
    text-decoration: none;
}

footer ul {
    margin-left: 0;
}

footer .social span a {
    background-image: url('../images/social-icon.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 35px;
    margin: 2px;
    opacity: 0.4;
    width: 35px;
}

footer .social span a.twitter {
    background-position: -68px 0;
}

footer .social span a.facebook {
    background-position: -35px 0;
}

footer .social span a.linkedin {
    background-position: -102px 0;
}

footer .social span a.rss {
    background-position: -3px 0;
}

footer .copyright {
    color: #E0E0E0;
    font-size: 13px;
    padding: 10px;
}

footer #navigationmenu li {
    padding: 0;
}

footer #navigationmenu li a {
    border: none;
    text-transform: capitalize;
}

footer #navigationmenu li:first-child a {
    padding-left: 0;
}

footer #navigationmenu li ul li:first-child a {
    padding-left: 8px;
}

.master #navigationmenu a {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}

.master #navigationmenu a span {
    font-weight: bold;
}

.submaster #navigationmenu a {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.submaster #navigationmenu a span {
    font-weight: bold;
}

.credit-box {
    color: white;
    padding: 20px;
    text-align: center;
}

.credit-box span {
    display: block;
    font-size: 35px;
}

.credit-box span small {
    font-size: 12px;
}

.tab-content {
    overflow: auto;
}

.table-bordered {
    border: 1px solid #ddd;
    border-left: 1px;
}

.table-bordered th, .table-bordered td {
    border-left: none;
}

.tab-content .tab-content {
    border: transparent solid 1px;
    padding: 0;
}

.nav > li > a i {
    font-size: 15px;
}

.nav > li > a:hover {
    background: white;
}

.chzn-container .chzn-results li {
    text-align: left;
}

#service_id_chzn {
    width: 100% !important;
}

#packageId_chzn {
    width: 100% !important;
}

.chzn-drop {
    width: 99.8% !important;
}

.chzn-search input {
    width: 97% !important;
}

.chzn-container-single .chzn-single {
    border-radius: 0 !important;
    color: #666;
    font-size: 22px;
    padding: 15px !important;
    text-align: left;
}

.chzn-container-single .chzn-single div {
    border-radius: 0 !important;
    width: 50px !important;
}

.chzn-container-single .chzn-single div b {
    background: none !important;
}

.chzn-container-single .chzn-single div b:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #555;
    content: "";
    left: 15px;
    position: absolute;
    top: 24px;
}

.service-arrow {
    text-align: center;
}

.service-arrow:after {
    border-bottom: 100px solid #f4f4f4;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    content: "";
    left: 50%;
    margin-left: -100px;
    position: absolute;
}

#articlebox {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    left: 5px;
    list-style: none outside none;
    padding: 10px;
    position: absolute;
    right: 5px;
    z-index: 99;
}

#articlebox li {
    border-bottom: #eee solid 1px;
    border-top: white solid 1px;
    cursor: pointer;
    padding: 5px;
}

.openf .dropdown-menu {
    display: block;
}

#registration2 input, #registration2 select {
    border: none;
    margin: 1px 0;
}

.topnavigation_advance {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topnavigation_advance #catloglist {
    background: black;
    display: none;
    min-height: 200px;
    position: absolute;
    width: 200px;
    z-index: 99;
}

.topnavigation_advance li:hover #catloglist {
    display: block;
}

.topnavigation_advance #catloglist li {
    display: block;
    float: none;
    padding: 2px;
    position: relative;
}

.topnavigation_advance #catloglist li span {
    font-size: 12px;
    padding: 0px 10px;
    text-transform: capitalize;
    color: white
}

.topnavigation_advance #catloglist .maincategory:after {
    color: #888;
    content: " \2192";
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
}

.topnavigation_advance #catloglist li ul li {
    display: block;
    position: static;
    text-align: left;
}

.topnavigation_advance #catloglist li:hover > ul {
    display: block;
}

.topnavigation_advance #catloglist li:hover {
    background: rgba(255, 255, 255, 0.2);
}

.topnavigation_advance #catloglist li ul {
    background: black;
    display: none;
    left: 200px;
    margin-left: 0;
    margin-top: -25px;
    min-height: 200px;
    position: absolute;
    width: 200px;
    z-index: 10;
}

.allstore-category {
    color: white;
    display: block;
    padding: 5px 20px 5px 10px;
    background-color: black;
    font-size: 22px;
    text-transform: uppercase;
}

.submaster-nav {
    background: #939393;
    background: -moz-linear-gradient(top, #939393 0%, #696969 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #939393), color-stop(100%, #696969));
    background: -webkit-linear-gradient(top, #939393 0%, #696969 100%);
    background: -o-linear-gradient(top, #939393 0%, #696969 100%);
    background: -ms-linear-gradient(top, #939393 0%, #696969 100%);
    background: linear-gradient(to bottom, #939393 0%, #696969 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969, GradientType=0);
    border-top: black solid 1px;
}

.submaster-nav li a:focus {
    background-color: transparent;
}

.page-header {
    padding: 2px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
    background: none repeat scroll 0px 0px;
    margin: 0px;
}

.service-time {
    bottom: 10px;
    color: white;
    font-size: 16px;
    position: absolute;
    left: 10px;
    background: black;
    font-size: 11px;
    padding: 2px 5px;
}

.close-news {
    color: #e74c3c;
    font-size: 12px;
    padding: 1px 5px;
}

.icon-plus, .icon-minus {
    cursor: pointer
}

.link {
    padding: 0 !important;
    border-bottom: #ccc dotted 1px;
}

.banner-rotator h1, .banner-rotator h2, .banner-rotator h4 {
    padding: 10px;
}

.collapse {
    overflow: visible;
}

.quick-news * {
    display: inline-block;
    font-weight: normal;
}

.quick-news small {
    font-weight: bold;
    font-size: 12px
}

.quick-news {
    background: white;
    line-height: 30px;
    height: 30px;
}

.item {
    background: white;
    padding: 10px;
    word-break: break-all;
    word-wrap: break-word;
    transition: all 0.25s;
    border: #ccc solid 1px;
    position: relative;
}

.item:hover {
    border: #ccc solid 1px;
    box-shadow: 0 0 3px #888;
}

.item_desc a {
    padding: 10px 0;
    font-size: 13px;
    display: block
}

.item .item_desc a {
    border-bottom: #ddd solid 1px;
}

.item_price {
    padding: 0;
    font-size: 17px;
}

.addtocart_btn {
    display: none
}

.quickview {
    color: #ccc;
    left: 45%;
    top: 40%;
    position: absolute;
    display: none;
}

.item:hover .quickview {
    display: block;
}

ul#imageGallery {
    margin: auto 0;
    list-style: none;
    background: white;
}

.csPager.cSGallery {
    padding: 10px;
    margin: auto !important;
    border-top: #ccc solid 1px;
    background: white;
}

.modal-body {
    background: white;
}

.label {
    font-weight: normal;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 0;
}

.top-services {
    height: 70px;
    background: white;
}

.orders {
    height: 70px;
    float: left;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    color: white;
}

.tr-hover td {
    background: #eee;
}

.box-hover {
    position: relative;
}

.box-hover:after {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
}

.disable-label {
    color: #ddd
}

.loadme {
}

.quick-features li:first-child {
    border-top: #ddd solid 1px;
    margin-top: 5px
}

.header-subnav {
    margin: 7px 20px 0 0 !important;
}

.header-subnav li a {
    border: none !important;
    padding-right: 0 !important;
}

.header-subnav li a span {
    font-size: 11px;
    font-weight: bold;
}

.big-menu ul#catloglist > li {
    position: relative;
}

.big-menu ul#catloglist > li:hover {
    background: white;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3), -5px 5px 5px rgba(0, 0, 0, 0.3), 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.big-menu ul#catloglist li > ul {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3), -5px 5px 5px rgba(0, 0, 0, 0.3), 5px 5px 5px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 410px;
    z-index: 999;
}

.big-menu ul#catloglist li {
    float: left;
    font-size: 12px;
    list-style: none outside none;
    padding: 10px 0;
}

.big-menu ul#catloglist li ul li {
    display: block;
    padding: 0px;
}

.big-menu ul#catloglist li ul li ul {
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    background: none;
    padding: 0;
}

.big-menu ul#catloglist li ul li ul li ul {
    display: none !important;
}

.big-menu ul#catloglist li ul li ul li {
    float: left;
    width: 200px;
}

.big-menu ul#catloglist li:hover > ul {
    display: block;
}

.big-menu ul#catloglist li ul li span:hover {
    color: #1f6899;
}

.big-menu ul#catloglist li a {
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    padding: 0 8px !important;
    position: relative;
    text-transform: uppercase;
    text-shadow: none;
}

.big-menu ul#catloglist li ul li a {
    font-size: 16px !important;
    text-transform: capitalize;
    display: block;
    border-bottom: #ccc solid 1px;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px;
}

.big-menu ul#catloglist li ul li a span {
    font-size: 18px;
    color: black;
    font-family: 'raleway';
    font-weight: bold;
}

.big-menu ul#catloglist li ul li ul li a span {
    font-size: 14px;
    font-weight: normal !important;
}

.big-menu ul#catloglist li ul li ul li a {
    font-size: 13px;
    font-weight: normal !important;
    text-transform: capitalize;
    border-bottom: #f4f4f4 solid 0px;
    padding-top: 5px !important;
    margin-bottom: 0px;
}

.big-menu ul#catloglist li ul li ul li a:after {
    content: '';
}

.big-menu ul#catloglist li span {
    color: white
}

.big-menu ul#catloglist > li:hover span {
    color: black
}

.big-menu ul#catloglist > li:hover li span {
    color: #666;
    text-shadow: none;
}

@-webkit-keyframes ajax-loader-rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ajax-loader-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ajax-loader-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ajax-loader {
    opacity: .8;
    display: block;
    border-radius: 50%;
    font-size: 29px;
    width: .25em;
    height: .25em;
    box-shadow: 0 -.4em 0 0 rgba(0, 0, 0, 0.8),
    -.28em -.28em 0 0 rgba(0, 0, 0, .6),
    -.4em 0 0 0 rgba(0, 0, 0, .4),
    -.28em .28em 0 0 rgba(0, 0, 0, .2);
    -webkit-animation: .85s ajax-loader-rotate steps(8) infinite;
    -moz-animation: .85s ajax-loader-rotate steps(8) infinite;
    animation: .85s ajax-loader-rotate steps(8) infinite;
}

.modellist-dp {
    border-radius: 0 0 0 0;
    color: white;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
}

.modellist-dp li {
    border-bottom: none;
    cursor: pointer;
    list-style: none outside none;
    padding: 5px;
    font-weight: normal;
}

.modellist-dp li:hover {
    color: #f4f4f4;
}

#account-dp .dropdown-menu .add_fund a, #account-dp .dropdown-menu .logout a {
    color: #b81314
}

.cartmaintbl .control-group {
    margin: 3px 5px;
    color: #888;
    font-size: 12px;
}

.imei-details:after {
    border-color: transparent black transparent transparent;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 22px;
    width: 0;
}

.imei-details {
    background: none repeat scroll 0 0 black;
    color: white;
    display: none;
    margin-left: 30px;
    margin-top: -43px;
    padding: 10px;
    position: absolute;
    width: 70%;
    z-index: 9;
}

#serviceDetails2 h4 img {
    display: block;
    margin-bottom: 10px
}

.br-layer {
    color: white;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

@media only screen and (max-width: 760px) {
    html {
        font-size: 100%;
    }

    .align-right {
        text-align: left;
    }

    .navbar.pull-right {
        width: 100%;
    }

    .subcontainerfullwidth {
        padding: 0;
    }

    .display-block {
        padding: 0;
    }

    #catloglist > li {
        width: 95%;
    }

    [class*="span" ] {
        text-align: left;
    }

    .menu2 {
        background: #f4f4f4;
    }

    .form-horizontal .control-group {
        float: left;
        margin-bottom: 10px;
        width: auto;
    }

    .form-horizontal .control-group {
        float: none;
        width: auto;
    }

    .form-horizontal .control-label {
        height: 10px;
    }

    .mm {
        width: 100%;
    }

    .pull-right {
        float: left;
    }

    .quick_checkout .control-group {
        width: 90% !important;
    }

    .logo {
        color: black;
        font-size: 26px;
        font-weight: bold;
        margin-top: 40px;
        padding: 0;
    }

    #livechatstatus {
        display: none;
    }

    .banner-width {
        width: 100% !important;
        height: auto !important
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .subcontainerfullwidth {
        margin-right: -40%;
    }

    .form-horizontal .control-group {
        float: none;
        width: auto;
    }

    .form-horizontal .control-label {
        height: 10px;
    }

    .mm {
        width: 100%;
    }

    .pull-right {
        float: left;
    }

    .quick_checkout .control-group {
        width: 90% !important;
    }

    .logo {
        color: black;
        font-size: 26px;
        font-weight: bold;
        margin-top: 40px;
        padding: 0;
    }

    #livechatstatus {
        display: none;
    }

    .banner-width {
        width: 100% !important;
        height: auto !important
    }
}

.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%; /* show the marquee just outside the paragraph */
    animation: marquee 50s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

.clsError {
    font-size: 13px;
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.clsMsg {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

/* DROP DOWN HOVER COLOR - GENIE*/
.clsBgColor {
    background: #696969;
    color: white;
}

.clsCrdtClr {
    font-size: 13px;
    color: #daa520;
    font-weight: bold;
    margin-left: 10px;
}

.clsClr {
    color: #daa520;
}

.myProfile-a {
    background: #222;
    padding: 5px 5px;
    float: right;
    width: 100%;
    color: white !important;
    text-align: center;
    border-radius: 3px;
}

.myProfile-a:hover {
    color: white !important;
}

.nav-top li > a:hover, .span5 a:hover, .span5 a:focus, .span5 a:active {
    color: black;
    text-decoration: none;
}

.blue-a {
    color: #1f6899 !important;
}

.span5 label {
    display: block;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    color: transparent;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-lock {
    background-position: -287px -24px;
}

@charset "utf-8";
/* CSS Document */
canvas {
    position: relative;
    z-index: 1;
}

.progress-text {
    font-size: 25px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    width: 180px;
    color: black;
}

.progress-table {
    width: 100%;
}

.progress-table td {
    text-align: center
}

.quick-links label a {
    color: #222;
    font-size: 15px;
    border-bottom: #ccc solid 1px
}

.quick-links label {
    text-align: right
}

.table th {
    border-top: none
}

.status-text {
    text-transform: uppercase;
    font-size: 12px
}

.payment-method {
    padding: 10px;
    position: relative;
    height: 140px;
    margin-left: 0;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

td, th {
    color: #666;
}

.alert1.alert-info td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-input {
    border-radius: 3px;
    font-size: 17px;
    font-weight: normal;
    padding: 6px 15px;
}

ul.select-history li.active a {
    color: #1f6899 !important;
}

ul.select-history li a {
    font-size: 22px !important;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.footer-dropdown:before {
    border-bottom: 7px solid black !important;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "" !important;
    display: inline-block !important;
    left: 9px !important;
    position: absolute !important;
    top: -4px !important;
}

.footer-dropdown:after {
    border-bottom: 6px solid black !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    content: "" !important;
    display: inline-block !important;
    left: 10px !important;
    position: absolute !important;
    top: -3px !important;
}

.bigger-inputs .control-group input {
    line-height: 20px !important;
    padding: 5px 6px !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.bigger-inputs .control-group button {
    padding: 6px 15px !important;
}

.label-important,
.badge-important {
    background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #468847;
}

.label-success[href],
.badge-success[href] {
    background-color: #356635;
}

.label-info,
.badge-info {
    background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}

.custom-table, .custom-table th, .custom-table tr {
    border: 0px !important;
    color: black;
    font-size: 12px;
}

.table-bordered.custom-table > tbody > tr > td {
    border-right: 0px !important;
    border-left: 0px !important;
}

.custom-table td {
    font-size: 15px;
    padding: 8px;
    color: black;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table {
    width: 100%;
    margin-bottom: 5px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.warning td {
    background-color: #fcf8e3;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3;
}

.ajax-table tbody > tr > td, .ajax-table tbody > tr > th {
    background-color: black !important;
    color: white;
    border-left: 0px;
}

.services-table {
    border: 0px !important;
}

.services-table.table-bordered th {
    background: none repeat scroll 0 0 #f9f9f9 !important;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    color: black;
    background-color: transparent !important;
    border-top: 0;
    font-weight: bold;
    border: 0px !important;
    padding: 8px !important;
}

.services-table.table-bordered td {
    padding: 8px !important;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 0px;
    font-size: 15px;
    border-top: 1px solid #dddddd;
    border-left: none;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.label {
    font-weight: normal;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 0;
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.invoice-container table, .invoice-container td {
    border: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    background-color: transparent !important;
    color: black !important;
}

.invoice-container td strong {
    color: initial !important;
    font-size: 15px !important;
}

.invoice-description tr {
    background: transparent !important;
    background-color: transparent !important;
}

.invoice-container .invoice-description tr:last-of-type td {
    border-top: 1px solid #dddddd !important;
}

.invoice-date tr:last-child td {
    border-top: 1px solid #dddddd !important;
}

.invoice-date .label {
    font-weight: normal;
    border-radius: 0;
    padding: 5px 10px;
    margin-bottom: 0;
}

.invoice-status {
    float: left;
    height: 100%;
    width: 30%;
    padding: 5px 10px;
    margin-bottom: 0;
    line-height: 14px;
    margin-top: 1px;
}

/************
	PLACE ORDER
***********/
.place-order-select {
    width: 100%;
    height: 26px;
    box-sizing: content-box;
    padding: 15px !important;
    color: #444;
    line-height: 26px;
    font-size: 22px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-dd.png);
    background-repeat: no-repeat;
    background-position: 98%;
    text-indent: 0.01px;
    text-overflow: "";
}

.place-order-select:hover {
    cursor: pointer;
}

.place-order-select optgroup {
    line-height: 100%;
    padding: 7px 7px 8px;
    margin: 0;
    list-style: none;
    font-size: 13px;
    cursor: default;
    color: #999;
    font-weight: bold;
    display: block;
}

.place-order-select option {
    line-height: 100%;
    padding: 7px 7px 8px;
    margin: 0;
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    color: black;
    display: block;
}
.search-filters {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    padding: 15px 30px 30px;
}
.search-filters label {
    font-size: 15px;
    font-weight: 300;
    margin: 10px 0 3px;
}
.search-filters textarea {
    height: 118px;
}

.search-filters .btn.green {
    margin: 84px 0 5px;
}
.clsButton {
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    border: 1px solid #2B85D8;
    background-color: #2B85D8;
    height: 30px;
}

.page-header-fixed .page-container {
    position: relative;
    margin-top: 0;
}

.client-info {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
    border: #ddd solid 8px;
}

@media screen and ( max-width: 767px ) {
    .nav-top li {
        float: none;
    }

    .navbar .nav > li:first-child > a {
        padding-left: 15px;
    }

    .no-xs-margin-left {
        margin-left: 0;
    }

    .no-xs-margin-right {
        margin-right: 0;
    }

    .no-xs-margin {
        margin: 0;
    }

    .nav-tabs > li {
        float: none;
    }

    #navigationmenu li {
        float: none;
    }

    footer #navigationmenu li:first-child a {
        padding-left: 8px;
    }

    .client-info {
        width: 80% !important;
        margin-left: 17% !important;
        padding-bottom: 50%;
    }

    .progress-text {
        left: 0;
    }
}