/* DO NOT CHANGE THIS FILE -------------------------------------------------- */
/* TO OVER-RIDE ANY ASPECT OF THIS CSS, AMEND THE user.css FILE ------------- */


/* Historical osCommerce ---------------------------------------------------- */
body {
font-family: "PT Sans",Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
.buttonSet {
  margin-top: 10px;
  margin-bottom: 10px;
}

.buttonSet { zoom: 1; }
.buttonSet:before, .buttonSet:after { content: ""; display: table; }
.buttonSet:after { clear: both; }

.buttonAction {
  float: right;
}

#piGal {
  float: right;
  width: 250px;
}

#piGal img {
  max-width: 250px;
  height: auto;
}

.inputRequirement, .markProductOutOfStock, .stockWarning {
  color: #B33A3A;
}

.markProductOutOfStock, .stockWarning {
  font-weight: bold;
}

ul.accountLinkList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}

ul.shoppingCartList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.shoppingCartList li.newItemInCart, ul.shoppingCartList li.newItemInCart A {
  color: red;
}

/* Alignment of Form Inputs ------------------------------------------------- */

.form-control {
  margin-bottom: 5px;
  display: inline;
}

/* for the product page rework ---------------------------------------------- */

.page-header h1 del, .page-header h2 del {
  font-size: 0.5em;
}

/* for the category list rework --------------------------------------------- */

.list-group-item-heading {
  height: 40px;
  overflow: hidden;
}

.list-group-item-text {
  height: 94px;
  overflow: hidden;
}

p.lead del {
  font-size: 0.5em;
}

/* Category Listings  ------------------------------------------------------- */
.thumbnail {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 10px;
}

.thumbnail .caption h5 {
  min-height: 35px;
}

.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover {
  background: #428bca;
}

.item.list-group-item .list-group-image {
  margin-right: 10px;
}

.item.list-group-item .thumbnail {
  margin-bottom: 0px;
}

.item.list-group-item .caption {
  padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
  background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after {
  display: table;
  content: " ";
}

.item.list-group-item img {
  float: left;
}

.item.list-group-item:after {
  clear: both;
}

.list-group-item-text {
  margin: 0 0 11px;
}


/* Responsive Images  ------------------------------------------------------- */
/* the inbuilt bootstrap responsive images class breaks the text-center class */

#bodyContent .img-responsive, #columnLeft .img-responsive, #columnRight .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* Checkout Bar ------------------------------------------------------------- */
.stepwizard {
  margin-top: 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* Pagination  ------------------------------------------------------- */
.pagenav {
   position: relative;
   top:-25px;
   left:3px;
   height: 40px !important;
}
.pagenumber {
  margin-bottom:7px;
}

/* Reviews ------------------------------------------------------------------ */

.reviews blockquote p {
  font-size: 0.8em;
}

/* Responsive Text Alignment ------------------------------------------------ */
/* https://github.com/twbs/bootstrap/issues/11292 --------------------------- */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
    .header-bg  { background-image: url("images/header_bg_sm.jpg"); background-repeat: no-repeat; background-position: center center; height: 131px }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
    .header-bg  { background-image: url("images/header_bg_md.jpg"); background-repeat: no-repeat; background-position: center center; height: 131px }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
    .header-bg  { background-image: url("images/header_bg.jpg"); background-repeat: no-repeat; background-position: center center; height: 160px }
}

/* Footer ------------------------------------------------------------------- */
.footer {
  background: #eee;
  border-top: 2px solid #ddd;
}

.footer .footerbox {
  padding: 10px 10px 10px 10px;
}

.footer-extra {
  background: #111;
  color: silver;
  line-height: 3;
}

.footer-extra A {
  color: silver;
}

.footer h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: rgb(142,11,0);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact {
  border-left: 1px solid #ddd;
}
span.price-text {
font-size: 1.5em;
}

/* Category Listings  ------------------------------------------------------- */
/* Reusable Inline Block Grids for building UL list  ------------------------ */
.inline-span {
 display: block; overflow: hidden; padding: 0; margin: 0 auto; width: 100%;
}
.inline-span:before, .inline-span:after {
 display: table; content: " ";
}
.inline-span:after {
 clear: both
}
.inline-span > li {
 position: relative; display: inline; height: auto; float: left; padding: 1%; margin: 1%; overflow: hidden;
}
.inline-span.one-across > li {
 width: 98%
}
.inline-span.two-across > li {
 width: 48%
}
.inline-span.two-across > li:nth-child(2n+1) {
 clear: both
}
.inline-span.three-across > li {
 width: 31.3%
}
.inline-span.three-across > li:nth-child(3n+1) {
 clear: both
}
.inline-span.four-across > li {
 width: 23%
}
.inline-span.four-across > li:nth-child(4n+1) {
 clear: both
}
/*=======================first setup the grid view =====================*/
.listingContainer {
 line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.listingContainer .placeholder > img, .listingContainer .placeholder a > img {
 margin-right: auto; margin-left: auto;
}
.listingContainer .caption  { text-align: left; width: 100%; float: left; overflow: hidden }
.listingContainer .caption h2 {
 font-size: 16px; text-align: center;
}
.listingContainer .price-wrap  { text-align: right; width: 100%; float: left }
.listingContainer .btn-wrap {
 float: right; text-align: right; width: 48%;
}
.listingContainer .optional-wrap {
 display: block; overflow: hidden; width: 100%; margin-left: 0; padding-left: 0;
}
.listingContainer .optional-wrap > li {
 position: relative; display: inline; float: left; overflow: hidden; width: 100%;
}
/*======================= some help for four wide option ==================*/
.four-across .listingContainer .price-wrap {
 width: 100%; text-align: center;
}
.four-across .listingContainer .btn-wrap {
 float: right; text-align: center; width: 100%;
}
/*=======================next list view overrides ========================*/
.one-across .listingContainer .placeholder {
 width: 25%; float: left; margin: 2% auto; padding: 0 4%;
}
.one-across .listingContainer .caption {
 height: auto; width: 50%; float: left;
 font-family: sans-serif;
}
.one-across .listingContainer .caption h2 {
 text-align: left;
 font-weight: bold;
}
.one-across .listingContainer .price-wrap {
 width: 25%;
}
.one-across .listingContainer .optional-wrap > li {
 width: 48%
}
/*======================= finally we go responsive ========================*/
@media (max-width: 767px) {
    /* Reusable Inline Block Grids --- */
    .inline-span > li {
     clear: none
    }
    .inline-span.four-across > li:nth-child(4n+1) {
     clear: none
    }
    .inline-span.three-across > li:nth-child(3n+1) {
     clear: none
    }
    .inline-span.two-across > li:nth-child(2n+1) {
     clear: none
    }
    .inline-span.fluid-one-across > li {
     width: 98%
    }
    .inline-span.fluid-two-across > li {
     width: 48%
    }
    .inline-span.fluid-two-across > li:nth-child(2n+1) {
     clear: both
    }
    /* Listings  ------------------------------------------------------- */
    .listingContainer .optional-wrap {
     display: none
    }
    .fluid-one-across .listingContainer .caption h2 {
     margin-top: 2%
    }
    .fluid-one-across .listingContainer .price-wrap {
     text-align: left; width: 48%;
    }
    .fluid-two-across .listingContainer .caption, .three-across.fluid-one-across .listingContainer .caption, .four-across.fluid-one-across .listingContainer .caption {
     width: 100%; height: 60px;
    }
    .fluid-two-across .listingContainer .caption small, .three-across.fluid-one-across .listingContainer .caption small, .four-across.fluid-one-across .listingContainer .caption small {
     display: none
    }
    .fluid-two-across .listingContainer .price-wrap, .fluid-two-across .listingContainer .btn-wrap, .three-across.fluid-one-across .listingContainer .price-wrap, .three-across.fluid-one-across .listingContainer .btn-wrap, .four-across.fluid-one-across .listingContainer .price-wrap, .four-across.fluid-one-across .listingContainer .btn-wrap {
     text-align: center; width: 100%;
    }
}

/* Account History Info ----------------------------------------------------- */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body blockquote {
  font-size: 1em;
}

/* Nav Bars ----------------------------------------------------------------- */

.navbar-no-corners {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-left: none;
  border-right: none;
}

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

.searchbox-margin  { margin-top: 50px; margin-bottom: 10px }

.form-control-feedback{
	padding-right:2%;
}

span.productSpecialPrice {
color: #FF0000;
font-weight: bold;
font-size: 1.6em;
}

span.productPrice {
font-weight: bold;
}
.thumb-img  { height: 200px; margin: 0 auto; max-width: 200px }
.caption .text-center {
font-size: 1.2em;
min-height: 2.9em;
}
@media (min-width: 767px) {
.thumbnail {
min-height: 255px;
}
.logo {
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
}
.navbar-text  { margin-top: 5px; margin-bottom: 5px }

}
/* osc-support-edition BOF*/
.price-info { color: #666; font-size: xx-small; font-weight: normal !important }

.termsContainer{
  width: 99%;
  height: 100px;
  border: 1px solid #bbc3d3;
  padding:1%;
  color:#666;
  overflow: scroll;
}
.termsContainer1{
  width: 99%;
  /*height: 100px;*/
  border: 1px solid #bbc3d3;
  padding:1%;
  color:#666;
  /*overflow: scroll;*/
}
/* osc-support-edition EOF*/
.table1 {
display: table;
}
.table1 div {
display: table-row;
}
.table1 div div {
display: table-cell;
width: 50%;
}

.smallText {
font-size: 0.6em;
}
div#bs-navbar-collapse-1 {
background-color: black;
border-top: 1px solid #aaa;
}
.navbar-inverse {
background-color: #454545;
border-color: #080808;
}
.btn-info {
color: #fff;
background-color: #d9534f;
border-color: #ccc;
}
.navbar-inverse .navbar-nav>li>a {
color: #fff;
}
.navbar-inverse .sf-menu>li>a {
color: #333;
}
.nav>li>a {
display: block;
padding: 5px 10px;
position: relative;
}
a {
color: #828282;
text-decoration: none;
}
a:hover,a:focus { color: #ad0c07; text-decoration: underline }
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn-success {
color: #fff;
background-color: #d9534f;
border-color: #ccc;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
margin-top: 10px;
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success { color: #fff; background-color: #891c19; border-color: #ccc }.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}
.panel-info>.panel-heading { color: #333; background-color: #ddd; border-color: #ccc }
.panel-info { border-color: #ccc }
#mj-slideshow, .tableHeading th {
    border-bottom: 3px solid #d9534f;
}
#mj-slideshow {
    background-image: url("../images/pattern.png");
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 10px;
}
.flexslider .slides .caption_text {
    text-align: left;
}
.caption_text {
    float: left;
    height: 270px;
    /*left: 13%;*/
    padding: 10px 2%;
    position: relative;
    width: 55%;
}
.slide_img {
    float: left;
    /*position: absolute;*/
    right: 5%;
    top: 15%;
    width: 45%;
}
.flex-caption {
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
}
#mj-slideshow .content {
    left: 3%;
    position: absolute;
}
@media (max-width: 1160px) {
	.caption_text{
		left:0;
		width:42%;
	}
	.slide_img{
		right: 0;
		width:55%;
	}
}
.a-btn {
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(188, 188, 188, 0.5);
    clear: both;
    display: inline-block;
    float: left;
    height: 38px;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 80px;
    position: relative;
    transition: all 0.3s linear 0s;
}
.a-btn {
    background: #d9534f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5NTM0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNTQ0M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #d9534f 0%, #a5443d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9534f), color-stop(100%,#a5443d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d9534f 0%,#a5443d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d9534f 0%,#a5443d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d9534f 0%,#a5443d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d9534f 0%,#a5443d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9534f', endColorstr='#a5443d',GradientType=0 ); /* IE6-8 */

    border: 1px solid #4b5668;
}
.a-btn {
    border: 1px solid #4b5668;
}
.a-btn-slide-text {
    background-color: #7a889f;
}
.a-btn-slide-text {
    background: none repeat scroll 0 0 #63707e;
    box-shadow: -1px 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 38px;
    overflow: hidden;
    position: absolute;
    right: 52px;
    text-align: left;
    text-indent: 10px;
    text-shadow: 0 -1px 1px #363f49;
    text-transform: uppercase;
    top: 0;
    transition: width 0.3s linear 0s;
    white-space: nowrap;
    width: 0;
}
.a-btn-icon-right {
    border-left: 1px solid #59667c;
    box-shadow: 1px 0 1px rgba(255, 255, 255, 0.4) inset;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
}
.a-btn-icon-right span {
    background: url("../images/topbar-arrow-white.png") no-repeat scroll 50% 55% transparent;
    height: 38px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transition: all 0.3s linear 0s;
    width: 38px;
}
.a-btn:hover {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.a-btn:hover .a-btn-text {
    color: #fff;
    text-shadow: 0 1px 1px #5d81ab;
}
.a-btn:hover {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-right: 160px;
}
.a-btn:hover .a-btn-slide-text {
    width: 140px;
}
.a-btn:hover .a-btn-icon-right span {
    opacity: 1;
}
.a-btn:active {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    position: relative;
}
.a-btn-text {
    color: #ffffff !important;
    display: block;
    font-size: 18px;
    padding-top: 7px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    transition: all 0.2s linear 0s;
    white-space: nowrap;
}
.price-tag {
    background: none repeat scroll 0 0 #d9534f;
    border-radius: 120px;
    float: left;
    left: 50px;
    padding: 10px;
    position: relative;
    text-align: center;
    top: 70px;
    width: 120px;
    height: 120px;
}
.price-tag div {
    color: #ffffff;
}
.tag {
    float: left;
    font-size: 21px;
	line-height: 21px;
    width: 100%;
}
.price {
    float: left;
    font-size: 34px;
    font-weight: bold;
    width: 100%;
}
.discount {
    float: left;
    font-size: 25px;
    width: 100%;
}
.price-tag:hover {
    cursor: pointer;
    transform: rotate(360deg);
    transition: all 1s ease-in-out 0s;
    z-index: 999;
}
@media (min-width: 768px){}
.navbar-form .input-group {
  width: 270px;
}
}

.mj-subcontainer {
  margin: 0 auto;
  width: 92%;
  position: relative;
}
.tabs {
  float: left;
  width: 100%;
  margin-top: 5px;
}
div.tabcontents {
  padding-top: 15px;
  border-radius: 0 2px 2px 2px;
  float: left;
  width: 100%;
}
ul.tabs li {
  display: inline;
  margin: 0;
  margin-right: 15px;
  float: left;
}
ul.tabs li.selected a, h3.rightBoxHeading, h3.leftBoxHeading, .alternate_text, .ui-widget-header a, .ui-widget-header.infoBoxHeading {
  color: #fff;
}
ul.tabs li a {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  display: block;
  font-size: 16px;
  outline: medium none;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  background: none repeat scroll 0 0 #4B5668;
  height: 30px;
  padding-left: 5px;
  position: relative;
  top: 0;
  color: #FFFFFF;
}
button.navbar-toggle.light {
  background: white;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
button.navbar-toggle.light:hover, button.navbar-toggle.light:active, button.navbar-toggle.light:focus {
background: #d9534f;
color: #FFF;
}
nav.nav2 {
  background: #F5F5F5;
  border-top: 1px solid #AAA;
}
.thumbnail:hover, .centerBoxContentsFeatured.centeredContent:hover, .centerBoxContentsSpecials.centeredContent:hover, .productListing-odd:hover, .productListing-even:hover, .categoryListBoxContents:hover {
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	background: #fefefe;
	border: 1px solid #bbb;
}
.thumbnail .caption {
  padding: 19px;
  border-top: 3px solid #d9534f;
}
h2.price-box {
  background-color: #fdfdfd;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}