* {
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
  color: #666666;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
}
.link{
	
	color: #3FA2D8;
}
img {
  border: 0;
  vertical-align: top;
}

a {
  color: #666666;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #133EBC;
}

:focus {
  outline: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #555;
}

h1 {
  font-size: 20px;
  font-weight: normal;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

h6 {
  font-size: 11px;
  font-weight: bold;
}

form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption,th,td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

p {
  margin: 0 0 10px;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.7;
}

cite {
  font-style: normal;
}

q,blockquote {
  quotes: none;
}

q:before,q:after {
  content: '';
}

small,big {
  font-size: 1em;
}

ul,ol {
  list-style: none;
}

.hidden {
  display: block!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  width: 0!important;
  height: 0!important;
  overflow: hidden!important;
}

.nobr {
  white-space: nowrap!important;
}

.wrap {
  white-space: normal!important;
}

.a-left {
  text-align: left!important;
}

.a-center {
  text-align: center!important;
}

.a-right {
  text-align: right!important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left,.left {
  float: left!important;
}

.f-right,.right {
  float: right!important;
}

.f-none {
  float: none!important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

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

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

.no-bg {
  background: none!important;
}

.wrapper {
}

.page {
}

.header-container {
}

.nav-container1 {
  display: none;
}

.nav-container {
  margin-bottom: 10px;
}

.main-container {
}

.header-container,.nav-container,.main-container,.footer-container {
}

.header_top,.header-bottom,.nav-inner,.main,.footer {
  width: 980px;
  margin: 0 auto;
  padding: 0px;
}

.header {
  position: relative;
  z-index: 10;
}

.header_top {
  height: 40px;
}

.header_top_bkg {
  background: #f5f5f5;
  background: -moz-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#d8d7d3));
  background: -webkit-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: -o-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: -ms-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: linear-gradient(to bottom,#f5f5f5 0%,#d8d7d3 100%);
  filter: progidXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#d8d7d3',GradientType=0);
  filter: progidXImageTransform.Microsoft.gradient(enabled=false);
  border-color: #CBCACA #CBCACA #FBFBFB;
  box-shadow: 0 -2px 2px rgba(105,105,105,0.12) inset;
  -webkit-box-shadow: 0 -2px 2px rgba(105,105,105,0.12) inset;
  -moz-box-shadow: 0 -2px 2px rgba(105,105,105,0.12) inset;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 9;
}

.ie7 .header_top_bkg,.ie8 .header_top_bkg {
  border-bottom: 1px solid #CBCACA;
}

.header-bottom {
  position: relative;
}

.cms-home .main {
  margin-bottom: 0px!important;
}

.main {
  min-height: 400px;
  margin-bottom: 15px!important;
}

.page-print {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.page-empty {
  background: #fff;
  padding: 20px;
  text-align: left;
}

.page-popup {
  background: #fff;
  padding: 25px 30px;
  text-align: left;
}

.col-left {
  float: left;
  width: 200px;
  padding: 0 0 0px;
}

.col-main {
  float: left;
  width: 770px;
  padding: 0 0 0px;
}

.col-right {
  float: right;
  width: 200px;
  padding: 0 0 0px;
  margin-left: 10px;
}

.col1-layout .col-main {
  float: none;
  width: auto;
}

.col2-left-layout .col-main {
  float: right;
  min-height: 450px;
}

.col2-right-layout .col-main {
}

.col3-layout .col-main {
  width: 560px;
  margin-left: 10px;
}

.col3-layout .col-wrapper {
  float: left;
  width: 770px;
}

.col3-layout .col-wrapper .col-main {
  float: right;
}

.col2-set .col-1 {
  float: left;
  width: 48.5%;
}

.col2-set .col-2 {
  float: right;
  width: 48.5%;
}

.col2-set .col-narrow {
  width: 32%;
}

.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}

.col3-set .col-1 img {
  width: 100%;
}

.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}

.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}

.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}

.col4-set .col-3 {
  float: left;
  width: 23.5%;
}

.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

input,select,textarea,button {
  vertical-align: middle;
}

input.input-text,select,textarea {
  background: #fff;
  border: 1px solid #E3E2E2;
  color: #555;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input.input-text,textarea {
  padding: 7px;
}

input.input-tex:focus,textarea:focus {
  -moz-box-shadow: #bbb 0 0 3px;
  -webkit-box-shadow: #bbb 0 0 3px;
  box-shadow: #bbb 0 0 3px;
}

select {
  padding: 6px;
}

select option {
  padding-right: 10px;
}

select.multiselect option {
  border-bottom: 1px solid #CDCDCD;
  padding: 2px 5px;
}

select.multiselect option:last-child {
  border-bottom: 0;
}

textarea {
  overflow: auto;
}

input.radio {
  margin-right: 3px;
}

input.checkbox {
  margin-right: 3px;
}

input.qty {
  width: 2.5em!important;
}

button.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.button {
  -webkit-border-fit: lines;
}

.ie7 button.button {
  height: auto!important;
}

button.button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

button.button span,.back-link a,.header .header-cart #panel .actions .viewcart-btn:hover span {
  
  background: #133EBC;
  background: -moz-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1381bc),color-stop(100%,#133EBC));
  background: -webkit-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -o-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -ms-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: linear-gradient(to bottom,#1381bc 0%,#133EBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1381bc',endColorstr='#133EBC',GradientType=0);
  border-color: #1381bc;
  color: #fff;  
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  
    border: 1px solid #136fbcD;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 26px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
      font-size: 13px;
}
.topcart {
  padding: 6px 15px !important;
}

button.button span span,.product-carousel .slider-item:hover button.button span span,.products-grid li.item:hover button.button span span,.header .header-cart #panel .actions .viewcart-btn:hover span span {
  border: 0;
  padding: 0;
  border: none;
  background: none;
  filter: none;
}

button.button:hover span,.back-link a:hover,.cart .discount button:hover span,.product-carousel .slider-item:hover button.button span,.products-grid li.item:hover button.button span,.header .header-cart #panel .actions .viewcart-btn span {
	background: #cfcfcf;
  background: -moz-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cfcfcf),color-stop(100%,#cfcfcf));
  background: -webkit-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: -o-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: -ms-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: linear-gradient(to bottom,#eeedeb 0%,#cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeedeb',endColorstr='#cfcfcf',GradientType=0);


  color: #211F20;
  
  transition-duration: 300ms;
}

button.disabled span {
  border-color: #bbb!important;
  background: #bbb!important;
}

button.btn-checkout span {
  border: 0;
  padding: 9px 15px;
}
button.button.btn-update span{
	 padding: 5px 9px;
	}
button.btn-checkout span {
  font-size: 14px;
}

.cart .discount button span span,.cart .discount button:hover span span,button.btn-checkout span span,.block-subscribe .actions button.button:hover span span {
  background: none;
  border: none;
  filter: none;
}

.cart .discount button span,button.btn-checkout span {
  color: #fff;
  background: #133EBC;
  background: -moz-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1381bc),color-stop(100%,#133EBC));
  background: -webkit-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -o-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -ms-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: linear-gradient(to bottom,#1381bc 0%,#133EBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1381bc',endColorstr='#133EBC',GradientType=0);
  border: 1px solid #1381bc;
}

.cart .discount button:hover span,button.btn-checkout:hover span,.block-subscribe .actions button.button:hover span {
  background: #cfcfcf;
  background: -moz-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cfcfcf),color-stop(100%,#cfcfcf));
  background: -webkit-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: -o-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: -ms-linear-gradient(top,#eeedeb 0%,#cfcfcf 100%);
  background: linear-gradient(to bottom,#eeedeb 0%,#cfcfcf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeedeb',endColorstr='#cfcfcf',GradientType=0);
  border-color: #DAD4CD;
  color: #333;
}

button.btn-checkout.no-checkout span {
  color: #b8baba;
}

button.btn-checkout.no-checkout span span {
}

p.control input.checkbox,p.control input.radio {
  margin-right: 6px;
}

input.input-text:focus,select:focus,textarea:focus {
  box-shadow: 0 0 3px #ddd;
}

.form-list li {
  margin: 0 0 8px;
}

.form-list label {
  float: left;
  font-weight: normal;
  position: relative;
  z-index: 0;
  padding-bottom: 5px;
}

.form-list label.required {
}

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #DD4B39;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-list li.control label {
  float: none;
}

.form-list li.control input.radio,.form-list li.control input.checkbox {
  margin-right: 6px;
}

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

.form-list .input-box {
  display: block;
  clear: both;
  width: 260px;
}

.form-list .field {
  float: left;
  width: 275px;
}

.form-list input.input-text {
  width: 250px;
}

.form-list input#region {
  margin-top: 8px;
}

.form-list textarea {
  width: 250px;
  height: 10em;
}

.form-list select {
  width: 260px;
}

.form-list li.wide .input-box {
  width: 535px;
}

.form-list li.wide input.input-text {
  width: 529px;
}

.form-list li.wide textarea {
  width: 529px;
}

.form-list li.wide select {
  width: 535px;
}

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}

.form-list .input-range input.input-text {
  width: 74px;
}

.form-list-narrow li {
  margin-bottom: 0;
}

.form-list-narrow li .input-box {
  margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
  width: 260px;
}

.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea {
  width: 254px;
}

.form-list-narrow li.wide select {
  width: 260px;
}

.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}

.form-list .name-prefix {
  width: 65px;
}

.form-list .name-prefix select {
  width: 55px;
}

.form-list .name-prefix input.input-text {
  width: 49px;
}

.form-list .name-suffix {
  width: 65px;
}

.form-list .name-suffix select {
  width: 55px;
}

.form-list .name-suffix input.input-text {
  width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-name-prefix .name-firstname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename .name-middlename {
  width: 210px;
}

.form-list .customer-name-suffix .name-lastname,.form-list .customer-name-middlename .name-firstname,.form-list .customer-name-middlename .name-middlename,.form-list .customer-name-middlename-suffix .name-firstname,.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,.form-list .customer-name-suffix .name-lastname input.input-text,.form-list .customer-name-middlename .name-firstname input.input-text,.form-list .customer-name-middlename .name-middlename input.input-text,.form-list .customer-name-middlename-suffix .name-firstname input.input-text,.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px;
}

.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888;
}

.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month {
  width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}

.form-list .customer-dob .dob-year {
  width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}

.buttons-set {
  clear: both;
  margin: 20px 0 0;
  text-align: right;
}

.buttons-set p.required {
  margin: -16px 0 10px;
}

.buttons-set .back-link {
  float: left;
  margin: 0;
}

.buttons-set button.button {
  float: left;
  margin-left: 5px;
}

.buttons-set-order {
  margin: 10px 0 0;
}

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}

.fieldset {
  margin: 20px 0;
  padding: 0;
}

.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 12px;
  line-height: 13px;
  background: url(./../../skin/frontend/default/MAG090172/images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #DD4B39;
}

.validation-failed {
  border: 1px dashed #DD4B39!important;
  background: #faebe7!important;
}

.validation-passed {
}

p.required {
  font-size: 11px;
  text-align: left;
  color: #DD4B39;
}

.v-fix {
  float: left;
}

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
}

.messages,.messages ul {
  list-style: none!important;
  margin: 0!important;
  padding: 0!important;
}

.messages {
  width: 100%;
  overflow: hidden;
}

.messages li {
  margin: 0 0 10px!important;
  line-height: 20px;
}

.messages li li {
  margin: 0 0 3px!important;
  text-align: left;
}

.error-msg,.success-msg,.note-msg,.notice-msg {
  border-style: solid!important;
  border-width: 1px!important;
  background-position: 10px 9px!important;
  background-repeat: no-repeat!important;
  min-height: 24px!important;
  padding: 8px 8px 8px 32px!important;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(./../../skin/frontend/default/MAG090172/images/i_msg-error.gif);
  color: #df280a;
}

.success-msg {
  border-color: #446423;
  background-color: #eff5ea;
  background-image: url(./../../skin/frontend/default/MAG090172/images/i_msg-success.gif);
  color: #3d6611;
}

.note-msg,.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(./../../skin/frontend/default/MAG090172/images/i_msg-note.gif);
  color: #3d6611;
}

.breadcrumbs {
  line-height: 1;
  margin: 0 0 8px;
  
}
.breadcrumbs.bcdetail{
	font-size: 12px;
   text-transform: lowercase;
	}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li a {
  text-decoration: none;
}

.breadcrumbs li strong {
  font-weight: normal;
  color: #133EBC;
}

.page-title {
  margin: 0 0 15px;
  overflow: hidden;
  padding-bottom: 0px;
  width: 100%;
}

.page-title h1,.page-title h2 {
  margin: 0;
  font-size: 20px;
  color: #133EBC;
  text-align: left;
  text-transform: capitalize;
}

.page-title .separator {
  margin: 0 3px;
}

.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

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

.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6 {
  float: left;
}

.subtitle,.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #e25203;
}

.pager {
  padding: 5px 8px;
  margin: 10px 0;
  text-align: right;
  border: 1px solid #EDEDED;
}

.pager .amount {
  float: left;
  margin: 0;
  padding-top: 6px;
}

.pager .amount strong {
  font-weight: normal;
}

.pager .limiter {
  float: right;
  margin-left: 10px;
  z-index: 7!important;
  position: relative;
}

.pager .limiter label {
  vertical-align: super;
}

.pager .limiter span {
  display: inline;
  vertical-align: super;
}

.pager .limiter select {
  margin: 0 0 1px;
  vertical-align: middle;
}

.pager .pages {
  margin: 6px 0 0 10px;
  float: right;
  width: 180px;
}

.pager .pages strong {
  display: none;
}

.pager .pages ol {
  padding: 0;
}

.pager .pages li {
  display: inline;
  margin: 5px 2px 0 0px;
  padding: 3px 8px;
  cursor: pointer;
  background: #ddd;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}

.ie7 .pager .pages li,.ie8 .pager .pages li {
  margin-top: 0;
  float: left;
}

.pager .pages .current,.pager .pages li:hover {
  background: #133EBC;
}

.pager .pages .current,.pager .pages li:hover a {
  color: #fff;
}

.pager .pages li img,.pager .pages li a {
  text-decoration: none;
}

.sorter {
}

.sorter .view-mode {
  float: left;
  margin: 0;
}

.sorter .sort-by {
  float: right;
  padding-right: 0px;
  margin-right: 10px;
}

.sort-by label {
  margin-right: 5px;
  padding-top: 0px;
  text-align: left;
  display: inline;
  vertical-align: super;
}

.sorter .sort-by select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle;
}

.sorter .link-feed {
}

.pager .pager_right .sort-by {
  float: right;
  z-index: 8;
  position: relative;
}

.pager .pager_right .sort-by .sbHolder {
  display: inline-block;
}

.pager .limiter .sbHolder {
  display: inline-block;
  margin: 0 5px;
}

.ie7 .pager .limiter .sbHolder,.ie7 .pager .sort-by .sbHolder {
  display: inline;
}

.desc-asc {
  margin-top: 2px;
  float: right;
  display: inline;
  margin-left: 10px;
}

.sort-by a.uparrow,.sort-by a.downarrow:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -142px -168px;
  border: 1px solid #DDDDDD;
  display: block;
  height: 23px;
  margin: 0;
  padding: 0;
  transition-duration: 300ms;
  width: 23px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.sort-by a.downarrow,.sort-by a.uparrow:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -121px -168px;
  border: 1px solid #DDDDDD;
  display: block;
  height: 23px;
  margin: 0;
  padding: 0;
  transition-duration: 300ms;
  width: 23px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.toolbar {
  margin-bottom: 10px;
}

.pager {
  background: none repeat scroll 0 0 #f6f6f6;
  border: 1px solid #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 2px rgba(0,0,0,0.32);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.32);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.32);
  margin: 5px 0 5px;
  padding: 2px;
}

.toolbar .pager .pager_left {
  float: left;
}

.toolbar .pager .pager_right {
  float: right;
}

.toolbar .sorter {
}

.toolbar-bottom {
}

.view-mode {
  float: left;
  margin: 4px 10px 0 5px;
}

.view-mode label {
  display: none;
}

.view-mode strong.list,.view-mode a.list,.view-mode a.grid,.view-mode strong.grid {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 20px;
  margin: 0;
  text-align: left;
  text-indent: -999em;
  width: 20px;
}

.view-mode a.grid {
  background-position: -12px -154px;
}

.view-mode strong.list {
  background-position: -31px -134px;
  margin-left: -5px;
}

.view-mode a.list {
  background-position: -31px -154px;
  margin-left: -6px;
}

.view-mode a.list:hover {
  background-position: -31px -134px;
  transition: all 200ms ease 0s;
}

.view-mode a.grid:hover {
  background-position: -12px -134px;
  transition: all 200ms ease 0s;
}

.view-mode strong.grid {
  background-position: -12px -134px;
}

.data-table {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.data-table .odd {
  background: #fff;
}

.data-table .even {
}

.data-table .even td {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.data-table td.last,.data-table th.last {
  border-right: 0;
}

.data-table tr.last th,.data-table tr.last td {
  border-bottom: 0!important;
}

.data-table th {
  padding: 5px 8px;
  font-weight: bold;
}

.data-table td {
  padding: 5px 8px;
}

.cms-privacy-policy-cookie-restriction-mode .data-table th {
  background: none repeat scroll 0 0 #F0F0F0;
  border-bottom: 1px solid #FFFFFF;
}

.data-table thead th {
  font-weight: bold;
  padding: 7px 8px;
  color: #555;
  white-space: nowrap;
  vertical-align: middle;
}

.data-table thead th.wrap {
  white-space: normal;
}

.data-table thead th a,.data-table thead th a:hover {
  color: #fff;
}

.data-table thead th {
  background: #f8f8f8;
}

.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap;
}

.data-table tfoot {
  border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {
}

.data-table tfoot tr {
  background-color: #f8f8f8!important;
}

.data-table tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 0;
  border-right: 1px solid #ddd;
}

.data-table tfoot strong {
  font-size: 16px;
}

.data-table tbody th,.data-table tbody td {
}

.data-table tbody.odd tr {
  background: #fff!important;
}

.data-table tbody.even tr {
  background: #F0F0F0!important;
}

.data-table tbody.odd tr td,.data-table tbody.even tr td {
  border-bottom: 0;
}

.data-table tbody.odd tr.border td,.data-table tbody.even tr.border td {
  border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}

.data-table tbody td .option-value {
  padding-left: 10px;
}

.info-box {
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}

.info-table td {
  padding: 2px 0;
}

tr.summary-total {
  cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}

tr.show-details .summary-collapse {
  background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}

tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
  font-style: italic;
}

.cart-tax-info {
  display: block;
}

.cart-tax-info,.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price,.cart-tax-total .price {
  display: inline!important;
  font-weight: normal!important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

.widget-static-block ul li,.std ul.disc li {
  list-style: none;
  padding: 2px 0;
}

.std .subtitle {
  padding: 0;
}

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}

.std ul.disc {
  list-style: disc outside;
  padding-left: 0px;
  margin: 0 0 10px;
}

.std dl dt {
  font-weight: bold;
}

.std dl dd {
  margin: 0 0 10px;
}

.std ul,.std ol,.std dl,.std p,.std address,.std blockquote {
  margin: 0 0 6px;
  padding: 0;
}

.std ul {
  list-style: disc outside;
      padding-left:0px;
}
.std2 ul{
	list-style: circle  outside;
	margin-left:25px;
}

.std ol {
  list-style: decimal outside;
  padding-left: 0;
}

.std ul ul {
  list-style-type: circle;
}

.std ul ul,.std ol ol,.std ul ol,.std ol ul {
  margin: .5em 0;
}

.std dt {
  font-weight: bold;
}

.std dd {
  padding: 0 0 0 1.5em;
}

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}

.std address {
  font-style: normal;
}

.std b,.std strong {
  font-weight: bold;
}

.std i,.std em {
  font-style: italic;
}

.header .links li {
  display: inline;
}

.header .links li.first {
  padding-left: 0;
}

.header .links li.last {
  background: none;
  padding-right: 0;
}

.link-cart {
  font-weight: normal;
}

.link-wishlist,.link-compare {
  font-weight: normal;
}

.link-reorder {
}

.link-print {
}

.link-rss {
  background: url(./../../skin/frontend/default/MAG090172/images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(./../../skin/frontend/default/MAG090172/images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(./../../skin/frontend/default/MAG090172/images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(./../../skin/frontend/default/MAG090172/images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(./../../skin/frontend/default/MAG090172/images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.cards-list dt {
  margin: 5px 0 0;
}

.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  text-indent: -999em;
  overflow: hidden;
}

.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(./../../skin/frontend/default/MAG090172/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}

.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}

.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

.notice-cookie {
}

.noscript {
}

.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #d75f07;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #fff;
}

.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}

.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

.logo {
  float: left;
}

.header .logo {
  float: left;
  margin: 10px 0 10px;
  text-decoration: none!important;
}

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.header h1.logo {
  margin: 0;
}

.header .quick-access {
  float: right;
  width: 770px;
  padding: 0px 0px 0 0;
}




.header .call_banner1  a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  padding-left: 30px;
  background: url(./../../skin/frontend/default/MAG090172/images/sprite.png) -216px -350px no-repeat;
}

.header .call_banner2  a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  padding-left: 30px;
}

.header .welcome-msg {
  margin: 10px 0 0;
  float: right;
  color: #133EBC;
}

.header .welcome-msg a {
  color: #133EBC;
}

.header .form-search {
  position: relative;
  float: right;
  clear: both;
  height: 30px;
  margin-top: 28px;
  background: #EFEFEE;
  padding: 8px;
  width: 305px;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px 5px;
  border-radius: 5px 5px;
}

.header .form-search label {
  float: left;
  width: 24px;
  height: 21px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  display: none;
}

.header .form-search input.input-text {
  float: left;
  border: none;
  width: 220px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  border: 1px solid #A3B338;
  padding-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #E7F1A1;
  -webkit-box-shadow: 0 0 0 1px #E7F1A1;
  -moz-box-shadow: 0 0 0 1px #E7F1A1;
  padding: 5px;
}

.header .form-search button.button {
  float: left;
  padding: 7px 9px;
  width: 68px;
  margin-left: 3px;
  position: absolute;
  right: 7px;
  top: 8px;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background: #0051cc;
  background: -moz-linear-gradient(left,#0051cc 0%,#1100ff  100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0051cc),color-stop(100%,#1100ff ));
  background: -webkit-linear-gradient(left,#0051cc 0%,#1100ff  100%);
  background: -o-linear-gradient(left,#0051cc 0%,#1100ff  100%);
  background: -ms-linear-gradient(left,#0051cc 0%,#1100ff  100%);
  background: linear-gradient(to right,#0051cc 0%,#1100ff  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133EBC',endColorstr='#1381bc',GradientType=1);
}

.ie7 .header .form-search button.button {
  padding: 5px 0;
}

.header .form-search button.button span {
  border: 0;
  background: none!important;
  color: #fff;
  filter: none;
  padding: 0 0 0 3px;
}

.header .form-search button.button span span {
  font-weight: bold;
}

.header .form-search .search-autocomplete {
  z-index: 999;
  left: 40px!important;
  top: 22px!important;
}

.header .form-search .search-autocomplete ul {
  border: 1px solid #5c7989;
  background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #f4eee7;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
  background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
  background-color: #f7e8dd;
}

.header .form-language {
  margin-top: 7px;
  float: left;
}

.header .form-language label {
  padding-right: 5px;
}

.header .form-language select.flags option {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.header .tm_top_currency {
  margin-top: 7px;
  margin-right: 10px;
  float: left;
}

.header .tm_top_currency label,.header .form-language label {
  line-height: 25px;
  margin-right: 5px;
  float: right;
  display: none;
}

.form-language .sbHolder,.tm_top_currency .sbHolder {
  float: right;
  border: none;
}

.ie7 .header .form-language {
  width: 80px;
}

.ie7 .header .tm_top_currency {
  width: 70px;
}

.header .header-cart li {
  clear: both;
  margin-bottom: 5px;
  overflow: hidden;
}

.header .header-cart #panel {
  background: #f6f6f6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #E3E2E2;
  display: none;
  text-align: left;
  min-width: 20px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 37px;
  width: 230px;
  -webkit-box-shadow: 0px 2px 2px #ccc;
  -moz-box-shadow: 0px 2px 2px #ccc;
  box-shadow: 0px 2px 2px #ccc;
}

.header .header-cart #panel .top_arrow {
  background: url("./../../skin/frontend/default/MAG090172/images/cart_uparrow.png") no-repeat scroll center center;
  position: absolute;
  top: -11px;
  padding: 8px;
  right: 28px;
}

.header .header-cart #panel .actions {
  float: right;
  margin-top: 7px;
}

.header .header-cart #panel .actions .viewcart-btn {
  margin-left: 5px;
}

.header .header-cart #panel .product-name a {
  font-size: 13px;
}

.tm_headerlinks_inner {
  display: none;
}

.header .links {
  float: right;
  margin: 10px 0 10px 10px;
  clear: both;
}

.header .links li {
  float: left;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_pipe1.gif) 100% 60% no-repeat;
  padding: 0 8px 0 7px;
}

.header .links li a {
  text-decoration: none;
}

.header .links li a.top-link-cart {
  display: none;
}

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right;
}

.header-cart {
  margin-top: 30px;
  position: absolute;
  margin-left:190px;
  z-index: 1;
}

.cart_mini_right {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll 5px -74px;
  padding: 10px 5px 5px 44px;
  cursor: pointer;
}

.cart_mini_right:hover {
  background-position: -215px -74px;
}

.header-cart .right_arrow {
  background: url("./../../skin/frontend/default/MAG090172/images/arrow-down.png") no-repeat scroll center center transparent;
  margin: 2px 0 0 6px;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 15px;
}

.ie7 .header-cart .right_arrow {
  display: inline;
}

.header-cart .active .right_arrow {
  background: url("./../../skin/frontend/default/MAG090172/images/arrow-up.png") no-repeat scroll center center transparent;
}

.headertoggle_img {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -116px -123px;
  height: 20px;
  margin: 0 auto;
  text-align: center;
  width: 40px;
}

.advanced_nav {
  display: none;
}

.nav-inner #nav,.nav-responsive,#advancedmenu {
  background: #eee;
  background: -moz-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#d8d7d3));
  background: -webkit-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: -o-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: -ms-linear-gradient(top,#f5f5f5 0%,#d8d7d3 100%);
  background: linear-gradient(to bottom,#f5f5f5 0%,#d8d7d3 100%);
  height: 45px;
  border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-right: 1px solid #CBCACA;
  border-top: 1px solid #CBCACA;
  box-shadow: 0 -2px 2px rgba(105,105,105,0.12) inset;
}

#nav li {
  position: relative;
  text-align: left;
}

#nav li.over {
  z-index: 998;
}

#nav a,#nav a:hover {
  display: block;
  line-height: 1.3em;
  text-decoration: none;
}

#nav a:hover,#nav>li:hover>a,#nav li.active>a {
  color: #133EBC;
}

#nav span {
  display: block;
  cursor: pointer;
  white-space: nowrap;
}

#nav li ul span {
  white-space: normal;
}

#nav ul li.parent a {
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
  background-image: none;
}

#nav li {
  float: left;
}

#nav a,.nav-responsive span {
  float: left;
  padding: 13px 15px 13px;
  color: #211F20;
  font-size: 14px;
  background: url("./../../skin/frontend/default/MAG090172/images/menu_saprator.png") no-repeat scroll right center transparent;
}

#nav li.last a {
  background: none;
}

#nav ul li,#nav ul li.active {
  float: none;
  margin: 0;
}

#nav ul li.last {
  padding-bottom: 0;
}

#nav ul a,#nav ul a:hover {
  float: none;
  padding: 0;
  background: none;
}

#nav ul li a {
  font-weight: normal!important;
}

#nav ul,.responsive-menu #nav-mobile {
  background: none repeat scroll 0 0 #F6F6F6;
  border: 1px solid #C9C9C9;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

#nav ul,#nav div {
  position: absolute;
  width: 15em;
  top: 44px;
  left: -10000px;
  padding: 5px 10px;
}

#nav div ul {
  position: static;
  width: auto;
  border: none;
}

#nav ul ul,#nav ul div {
  top: 5px;
}

#nav ul li a {
}

#nav ul li a:hover,#nav>li ul>li:hover>a,.responsive-menu a:hover {
  color: #133EBC!important;
}

#nav ul li a,.responsive-menu a {
  color: #666666!important;
  text-decoration: none;
  display: block;
  font-size: 13px;
}

#nav ul span,.responsive-menu a {
  background: url("./../../skin/frontend/default/MAG090172/images/footerdot.png") no-repeat scroll 0 12px transparent;
  padding-left: 12px!important;
}

#nav ul li a:hover span,.responsive-menu a:hover,#nav>li ul>li:hover>a span {
  background: url("./../../skin/frontend/default/MAG090172/images/footerdot_hover.png") no-repeat scroll 1px 12px transparent;
}

#nav ul span,#nav ul li.last li span,.responsive-menu li a {
  padding: 4px;
}

#nav li ul.shown-sub,#nav li div.shown-sub {
  left: 0;
  z-index: 999;
}

#nav li .shown-sub ul.shown-sub,#nav li .shown-sub li div.shown-sub {
  left: 100px;
}

.block {
  margin: 0 0 15px;
  padding: 7px;
  background: #f6f6f6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.28);
}

.block .block-title {
  color: #133EBC;
  font-weight: normal;
  padding: 2px 6px 6px 0;
  text-transform: capitalize;
}

.block .block-title strong {
  display: block;
  padding: 1px 0 1px;
  color: #133EBC;
  font-weight: normal;
  font-size: 15px;
}

.block .block-title strong span {
}

.block .block-title a {
  text-decoration: none!important;
}

.block .block-subtitle {
  margin: 0;
  padding: 5px 4px;
  font-weight: normal;
}

.block .block-content {
  margin: 5px 0 0 0;
  border-top: 4px double #D5D5D5;
  padding-top: 6px;
}

.block .block-content li {
  padding: 2px 0;
}

.block .block-content li a {
  text-decoration: none;
}

.block .block-content li .product-name a {
  font-size: 13px;
}
.block .block-content li .product-name-home a {
  font-size: 13px;
}
.qty_discount{
	font-size: 16px !important;
    color: #1c56ff !important;
	font-weight: 600;
	
}
.tm_responsive_3 .tm_responsive_row.ProductName{
	display:none;
	
	}
	.tm_responsive_3 .tm_responsive_row.UnitPrice{
	display:none;
	
	}
.block .block-content li.item {
  padding: 7px 1px;
}

.block .block-content .product-name {
}

.block .btn-remove,.block .btn-edit,#panel .btn-edit,#panel .btn-remove {
  float: right;
  margin: 1px 0 2px 5px;
}

.block .actions {
  padding: 0px 9px;
  text-align: right;
}

.block .actions a {
  float: left;
}

.block .actions button.button {
  float: right;
}

.block .empty {
  margin: 0;
  padding: 5px 0px;
}

#recently-viewed-items li .product-name a {
  color: #666;
}

#recently-viewed-items li .product-name a:hover {
  color: #133EBC;
}

.mini-products-list .product-image {
  float: left;
  width: 50px;
  border: 1px solid #E3E2E2;
  margin-bottom: 10px;
}

.mini-products-list .product-details {
  margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal!important;
}

.block-account .block-content li.current {
  padding: 4px 0!important;
  border-bottom: 1px dotted #ccc;
}

.block-account .block-content li.current strong {
  font-weight: normal;
  padding: 4px 0 4px 13px!important;
  color: #133EBC;
}

.block-currency {
}

.block-currency .block-title {
}

.block-currency .block-title strong {
}

.block-currency .block-content {
}

.block-currency .block-content select {
}

#category-treeview li a,.block-account .block-content li a,#recently-viewed-items a,.block-brand-nav li a {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat_arrow.png") no-repeat scroll 2px center transparent;
  border-bottom: 1px dotted #ccc;
  display: block;
  padding: 4px 0 4px 13px;
  text-decoration: none;
}

.ie7 #category-treeview li {
  display: inline;
}

.block-brand-nav .sbHolder li a,.block-brand-nav .sbHolder li a:hover {
  background: none;
  padding-left: 5px;
}

#category-treeview li,.block-account .block-content li,#recently-viewed-items li,.block-brand-nav li {
  padding: 0!important;
}

#category-treeview li a:hover,.block-account .block-content li a:hover,.block-account .block-content li.current,#recently-viewed-items a:hover,.block-brand-nav li a:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat_arrow_hover.png") no-repeat scroll 3px center transparent;
}

#category-treeview li ul {
  margin-left: 15px;
}

#category-treeview li ul a {
  background: url("./../../skin/frontend/default/MAG090172/images/footerdot.png") no-repeat scroll 3px center transparent;
}

#category-treeview li ul a:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/footerdot_hover.png") no-repeat scroll 1px center transparent;
}

#category-treeview li.last a,.block-account .block-content li.last a,#recently-viewed-items li.last a,.block-brand-nav li:last-child a {
  border-bottom: none;
}

#category-treeview .hitarea {
  background: none;
  height: 16px;
  width: 16px;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 6px;
}

#category-treeview .expandable .collapsable-hitarea {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -237px -127px transparent;
}

#category-treeview .expandable-hitarea {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -208px -127px transparent;
}

#category-treeview .collapsable-hitarea {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -237px -127px transparent;
}

.block-layered-nav {
}

.block-layered-nav .block-title {
}

.block-layered-nav .block-subtitle {
  line-height: 1.35;
  background: #d5e8ff;
  padding: 3px 9px;
  border: 1px solid #b9ccdd;
  border-width: 1px 0;
  text-transform: uppercase;
  display: none;
}

.block-layered-nav .block-content {
}

.block-layered-nav dt {
  border-bottom: 1px solid #D5D5D5;
  font-weight: normal;
  padding: 0 7px 10px 0;
  text-transform: capitalize;
  font-size: 14px;
}

.block-layered-nav dd {
  padding: 5px 0px;
}

.block-layered-nav a {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat_arrow.png") no-repeat scroll 2px center transparent;
  padding-left: 13px;
}

.block-layered-nav a:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat_arrow_hover.png") no-repeat scroll 3px center transparent;
}

.block-layered-nav dd.last {
  background: none;
}

.block-layered-nav .currently li {
  background: #eeeeee;
  padding: 4px 20px 4px 10px;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}

.block-layered-nav .currently .label {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: top;
}

.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 0px;
  top: 9px;
  margin: 0;
  background: url("./../../skin/frontend/default/MAG090172/images/btn_remove.gif") no-repeat scroll 0 0 transparent;
}

.block-layered-nav .currently .btn-previous {
  right: 17px;
}

.block-layered-nav .actions {
  font-size: 11px;
  padding: 4px 5px 4px 9px;
  text-align: right;
}

.block-layered-nav .actions a {
  float: none;
  background: none;
}

.block-cart .block-title {
}

.block-cart .block-title strong {
}

.block-cart .summary {
  padding: 2px px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}

.block-cart .amount {
  margin: 0 0 5px;
}

.block-cart .amount a {
  font-weight: normal;
}

.block-cart .subtotal {
  margin: 0px 0 6px;
  padding: 4px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.block-cart .subtotal .price {
  font-weight: bold;
}

.block-cart .actions {
}

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}

.block-wishlist .block-title strong {
}

.block-wishlist .actions {
  text-align: right;
}

.block-wishlist .actions a,.block-related .actions a {
  float: none;
}

#wishlist-table .add-to-cart-alt .input-text {
  margin-bottom: 8px;
}

.add-to-cart-alt {
  margin-bottom: 7px;
}

.block-related .block-title strong {
}

.block-related input.checkbox {
  float: left;
}

.block-related .tm-checkbox .tm-hide {
  opacity: 1;
}

.block-related .product {
  margin-left: 20px;
}

.block-related li {
  position: relative;
}

.block-related .tm-checkbox {
  position: absolute;
  left: 2px;
}

.block-compare .block-title strong {
}

.block-compare button.button span {
}

.page-popup .link-print {
  background: url(./../../skin/frontend/default/MAG090172/images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8;
}

.compare-table {
  border: 0;
}

.compare-table thead tr.first th,.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.compare-table .btn-remove {
  float: right;
  background-image: url(./../../skin/frontend/default/MAG090172/images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}

.compare-table tbody th {
}

.compare-table tbody th,.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
  border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,.compare-table tbody tr.last td {
  border-bottom: 1px solid #ccc!important;
}

.compare-table tr.add-to-row td {
  text-align: center;
}

.compare-table tr.first td {
  text-align: center;
}

.compare-table tr.first td .product-name {
}

.compare-table tr.first td .product-name a {
}

.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}

.compare-table tr.first td p,.compare-table tr.add-to-row td p {
  margin: 0;
}

.block-viewed .block-title strong {
}

.block-compared .block-title strong {
}

.block-poll .block-title strong {
}

.block-poll .block-subtitle {
}

.block-poll label {
  color: #777;
}

.block-poll input.radio {
}

.block-poll .label {
  margin-left: 3px;
}

.block-poll li {
  padding: 3px 9px;
}

.block-poll .actions {
  margin: 5px 0 0;
}

.block-poll button.button span {
}

.block-poll .answer {
  font-weight: bold;
}

.block-poll .votes {
  float: right;
  margin-left: 10px;
}

.block-gr-search li {
  padding: 3px 9px;
}

.block-gr-search button.button span {
}

.block-tags .block-title strong {
}

.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px;
}

.block-tags .block-content a {
}

.block-tags .actions {
  text-align: right;
}

.block-tags .actions a {
  float: none;
}

.block-subscribe .block-content {
  padding: 5px 10px;
}

.block-subscribe .block-title strong {
}

.block-subscribe label {
  font-weight: normal;
}

.block-subscribe input.input-text {
  display: block;
  width: 194px;
  margin: 3px 0 5px;
}

.block-subscribe .actions {
  background: none;
  padding: 0;
  margin: 4px 0 0;
  text-align: left;
  float: right;
}

.block-subscribe .actions button.button span span {
  background: none;
}

.block-subscribe .actions button.button span {
  background: #133EBC;
  background: -moz-linear-gradient(top,#133EBC 1%,#1381bc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#133EBC),color-stop(100%,#1381bc));
  background: -webkit-linear-gradient(top,#133EBC 1%,#1381bc 100%);
  background: -o-linear-gradient(top,#133EBC 1%,#1381bc 100%);
  background: -ms-linear-gradient(top,#133EBC 1%,#1381bc 100%);
  background: linear-gradient(to bottom,#133EBC 1%,#1381bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#133EBC',endColorstr='#1381bc',GradientType=0);
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: bold;
  height: 18px;
}

.block-reorder .block-title strong {
}

.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}

.block-reorder .product-name {
  margin-left: 0px;
  display: inline;
}

.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}

.block-banner {
  border: 0;
  background: none;
  border: none;
  padding: 0;
}

.block-banner .block-content {
  padding: 0;
  text-align: center;
}

.block-login .block-content {
  padding: 5px 10px;
}

.block-login label {
  font-weight: bold;
  color: #666;
}

.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}

.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}

.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499;
}

.sidebar .paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.sidebar .paypal-logo a {
  float: none;
}

.category-title {
  border: 0;
  margin: 0 0px 10px;
}

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
  text-align: center;
}

.manufacture_products .category-title {
  display: none;
}

.manufacture_products {
  margin: 0 25px 5px;
}

.category-description {
  margin: 0 0 15px;
}

.category-products {
}

.category-title h2 a {
  padding: 0!important;
}

.category-title h2,.category-title h2 a,.crosssell h2 {
  color: #133EBC;
  font-size: 15px;
  padding: 2px 0 0 5px;
  text-decoration: none;
  margin-bottom: 10px;
}

h2.product-name {
  background: none;
  padding: 0!important;
  border-bottom: none!important;
  text-decoration: none;
}
h2.product-name-home{
background: none;
  padding: 0!important;
  border-bottom: none!important;
  text-decoration: none;
	
}

.ie7 .new-products,.ie7 .featured-products,.ie7 #grid {
  padding-top: 5px;
}

.new-products,.featured-products,#grid,#products-list li.item,.box-up-sell,.crosssell {
  background: #F6F6F6;
  border: 1px solid #FFFFFF;
  margin-bottom: 15px;
  padding: 10px 10px 4px;
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.28);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.28);
  box-shadow: 0 0 2px rgba(0,0,0,0.28);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  clear: both;
}

.ie7 .new-products,.ie7 .featured-products,.ie7 #grid,.ie7 #products-list li.item,.ie7 .pager,.ie7 .box-up-sell,.ie7 .crosssell,.ie8 .new-products,.ie8 .featured-products,.ie8 #grid,.ie8 #products-list li.item,.ie8 .pager,.ie8 .box-up-sell,.ie8 .crosssell {
  border: 1px solid #E3E2E2;
}

.new-products .add-to-links {
  display: none;
}

.new-products button.button span {
  padding: 0;
  height: 0;
  border: none;
}

.new-products button.button {
}

.ie7 .new-products button.button {
  top: 185px!important;
}

.new-products button.button span span {
  border: medium none!important;
  border-radius: 0!important;
  top: 180px;
  display: none;
  font-size: 0;
  height: 70px;
  text-indent: -9999px;
  width: 70px;
  z-index: 95;
  cursor: pointer;
  position: absolute;
  left: 0px;
}

.new-products li .actions {
  line-height: 0;
}


.new-products li:hover button.button {
  display: block;
  width: 70px;
  height: 70px!important;
  position: absolute;
  left: 60px;
  background: url("./../../skin/frontend/default/MAG090172/images/cart_hover.png") no-repeat scroll 0px 0!important;
}

.products-grid {
  width: 100%;
}

.products-grid li.item,.col-main .slider-item {
  float: left;
  width: 187px;
  padding: 0;
  list-style: none;
}
.products-grid li.item.homelist {
    width: 33%!important;	
	
	}
	.remove_link{
		text-decoration:none;
		}
	.strip {
    background-color: #008be6;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    font-weight: 600;
    font-size: 15px;
}
.products-grid li.first_item_tm .product-block {
  margin-left: 2px;
}

.products-grid li.last_item_tm .product-block {
  margin-right: 2px;
}

.products-grid li .product-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E3E2E2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  clear: both;
  margin: 6px 6px;
  overflow: hidden;
}

.products-grid li.first_item_tm .cate-block {
  margin-left: 2px;
}

.products-grid li.last_item_tm .cate-block {
  margin-right: 2px;
}

.products-grid li .cate-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E3E2E2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  clear: both;
  margin: 6px 6px;
  overflow: hidden;
}

.products-grid li .subcat-block-inner {
  height: 255px !important;
}

.products-grid li .product-block-inner {
  height: 230px;
  padding: 10px 3px 10px 3px;
  position: relative;
  text-align: center;
}

.product-block-inner a:hover .hover_shinebig {
  background-position: 0 -1px;
  transition: all 1s ease 0s;
}

a.product-image {
  display: block;
  margin: 0 0 10px;
}

.products-grid .product-name {
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 14px;
}
.products-grid .product-name-home {
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 14px;
}


.products-grid .price-box {
  margin: 5px 0;
}

.products-grid .availability {
  line-height: 21px;
}

.product-carousel li.first_item_tm .product-block {
  margin-left: 3px;
}

.product-carousel li.last_item_tm .product-block {
  margin-right: 3px;
}

.product-carousel .product-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E3E2E2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  clear: both;
  margin: 5px 6px;
  overflow: hidden;
  position: relative;
}

.product-carousel .product-block-inner {
  overflow: hidden;
  padding: 10px 7px;
  text-align: center;
}

.product-carousel .slider-item:hover .product-block,.products-grid li.item:hover .product-block {
  box-shadow: 0 0 3px #DDDDDD;
}

.product-block-inner .new-label {
  display: block;
  background: none repeat scroll 0 0 #133EBC;
  color: #FFFFFF;
  display: block;
  filter: none;
  font-size: 12px;
  font-weight: normal;
  padding: 22px 36px 3px 25px;
  position: absolute;
  right: -40px;
  text-align: center;
  text-transform: capitalize;
  top: -10px;
  transform: rotate(45deg);
  filter: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-weight: bold;
}

.product-block-inner .sale-label,.products-list li .list-left .sale-label {
  display: block;
  padding: 14px 4px 0;
  position: absolute;
  top: 130px;
  left: 5px;
  text-align: center;
  text-transform: capitalize;
  background-color: #C2D82E;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 33px;
  width: 40px;
  text-shadow: 0 1px #AAAAAA;
}

.products-list li .list-left .sale-label {
  top: 115px;
  left: 113px;
}

.ie7 .product-block-inner .sale-label,.ie8 .product-block-inner .sale-label {
  height: 22px;
  padding-top: 5px;
  top: 145px;
}

.ie7 .products-list li .list-left .sale-label,.ie8 .products-list li .list-left .sale-label {
  height: 22px;
  padding-top: 5px;
  top: 130px;
}

.products-list li .list-left .new-label {
  display: block;
  background: none repeat scroll 0 0 #133EBC;
  color: #FFFFFF;
  display: block;
  filter: none;
  font-size: 12px;
  font-weight: normal;
  padding: 17px 36px 5px 25px;
  position: absolute;
  left: -36px;
  text-align: center;
  text-transform: capitalize;
  top: -19px;
  transform: rotate(45deg);
  filter: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  font-weight: bold;
}

.ie7 .product-block-inner .new-label,.ie8 .product-block-inner .new-label {
  right: 0px;
  padding: 5px 10px;
  top: 5px;
  font-weight: normal;
  right: 5px;
}

.ie7 .products-list li .list-left .new-label,.ie8 .products-list li .list-left .new-label {
  left: 0px;
  padding: 5px 10px;
  top: 0px;
  font-weight: normal;
}

.products-list li.item {
  border: 1px solid #EDEDED;
  margin-bottom: 10px;
  padding: 10px 10px;
  overflow: auto;
}

.products-list li .list-left {
  float: left;
  margin-right: 15px;
  position: relative;
}

.products-list li .list-center {
  width: 410px;
  padding-right: 15px;
  border-right: 1px solid #e0e0e0;
  float: left;
}

.products-list li .list-right {
  padding-left: 10px;
  overflow: hidden;
}

.products-list li.item.last {
}

.products-list .product-image {
  float: left;
  margin: 0 0 10px;
}

.products-list .product-shop {
}

.products-list .product-name {
  margin: 0 0 5px;
  font-weight: normal;
  color: #203548;
}



.products-list .price-box {
  margin: 3px 0px 10px 0;
}

.products-list .availability {
  float: left;
  margin: 3px 0 0;
}

.products-list .desc {
  clear: both;
  padding: 0px 0 0;
  margin: 0 0 10px;
  line-height: 1.35;
}

.products-list .desc .link-learn {
  font-size: 11px;
}

.products-list .add-to-links {
  clear: both;
}

.products-list .add-to-links li {
  display: inline;
}

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}

.products-list li .ratings .rating-box {
  float: left;
  margin-right: 10px;
}

.product-view .tabs {
  margin: 15px 0px 0 0;
  overflow: hidden;
  zoom: 1;
}

.product-view .tabs li {
  float: left;
  line-height: 1em;
  background: #e1e1e1;
  margin-right: 2px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.product-view .tabs li.first {
  border-left: 0;
}

.product-view .tabs li.last {
  border-right: 0;
}

.product-view .tabs a {
  display: block;
  padding: 12px 14px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  background: #eeedeb;
  background: -moz-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cfcfcf),color-stop(100%,#eeedeb));
  background: -webkit-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: -o-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: -ms-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: linear-gradient(to bottom,#cfcfcf 0%,#eeedeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeedeb',endColorstr='#eeedeb',GradientType=0);
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.product-view .tabs a:hover,.product-view .tabs li.active a,.padder .active {
  text-decoration: none;
  text-decoration: none;
  background: #133EBC;
  background: -moz-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1381bc),color-stop(100%,#133EBC));
  background: -webkit-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -o-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: -ms-linear-gradient(top,#1381bc 0%,#133EBC 100%);
  background: linear-gradient(to bottom,#1381bc 0%,#133EBC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1381bc',endColorstr='#133EBC',GradientType=0);
  border-color: #1381bc;
  color: #fff;
}

#product_tabs_tags_tabbed_contents.input-box input {
  width: 300px;
}

#product_tabs_tags_tabbed_contents .input-box {
  float: left;
  margin-bottom: 6px;
}

#product_tabs_related_tabbed_contents li .product-images SPAN {
}

#product_tabs_related_tabbed_contents ol {
  clear: both;
}

.product-collateral:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
  zoom: 1;
}

.product-collateral .padder {
  border: 2px solid #E3E2E2;
  padding: 15px 10px;
  background: #FFF;
  -moz-border-radius: 0px 4px 4px 4px;
  -webkit-border-radius: 0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;
}

#product_tabs_description_tabbed_contents h2,#product_tabs_related_tabbed_contents .block-title {
  display: none;
}

.padder h6 {
  color: #444444;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  display: none;
  background: #eeedeb;
  background: -moz-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#cfcfcf),color-stop(100%,#eeedeb));
  background: -webkit-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: -o-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: -ms-linear-gradient(top,#cfcfcf 0%,#eeedeb 100%);
  background: linear-gradient(to bottom,#cfcfcf 0%,#eeedeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeedeb',endColorstr='#eeedeb',GradientType=0);
}

.no-rating {
  margin: 0 0 10px;
}

.ratings {
  line-height: 1.25;
  margin: 7px 0;
}

.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}

.ratings .rating-links {
  margin: 0;
  display: none;
}

.ratings .rating-links .separator {
  margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_rating.gif) 0 100% repeat-x;
}

.ratings .rating-box {
  margin-right: 5px;
  display: inline-block;
}

.ratings .amount {
}

.ratings-table th,.ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}

.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}

.availability {
  margin: 0;
}

.availability span {
  font-weight: bold;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
  color: #d83820;
}

.availability-only {
  margin: 10px 0 7px;
  line-height: 25px;
  background: url(./../../skin/frontend/default/MAG090172/images/megnor/availability.png) 0 3px no-repeat;
  padding-left: 30px;
}

.availability-only span,.availability-only a {
}

.availability-only a {
  background: url(./../../skin/frontend/default/MAG090172/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}

.availability-only .expanded {
  background-position: 100% -15px;
}

.availability-only strong {
  color: #be2c00;
}

.availability-only-details {
  margin: 0 0 7px;
}

.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}

.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
  color: #d95e00;
  font-weight: bold;
}

.product-view .product-shop .availability {
}

.email-friend {
  margin: 0;
}

.alert-price {
  mmargin: 5px 0;
  font-size: 11px;
}

.sku {
  font-size: 16px;
}

.manufacturer {
  font-size: 16px;
}

.alert-stock {
  margin: 0;
  font-size: 11px;
}

.price {
  white-space: nowrap!important;
  color: #666666;
}

.price-box {
  margin: 5px 0;
}

.price-box .old-price {
  color: #BD3E3E!important;
}

.price-box .price {
  font-weight: 600;
    color: #da650f;
    font-size: 17px;
}
.regular-price {
  color: #c76200 !important;
}

.regular-price .storage {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.regular-price .price {
  font-size: 15px;
  font-weight: normal;
  color: #666;
}

.block .regular-price,.block .regular-price .price {
}

.old-price {
  margin: 0;
  text-decoration: line-through;
}

.old-price .price-label {
  white-space: nowrap;
  color: #999;
}

.old-price .price {
  font-weight: normal;
  color: #c76200;
  font-size: 14px;
  text-decoration: line-through;
}

.special-price {
  margin: 0;
  padding: 3px 0;
}

.special-price .price-label {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  color: #cd5033;
}

.special-price .price {
  font-size: 15px;
  font-weight: normal;
  color: #c76200;
}

.minimal-price {
  margin: 0;
}

.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.minimal-price-link {
  display: block;
  margin: 3px 0;
}

.minimal-price-link .label {
  color: #666666;
}

.minimal-price-link .price {
  font-weight: normal;
  color: #666;
  font-size: 13px;
}

.price-excluding-tax {
  display: block;
  color: #999;
}

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999;
}

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #c76200;
}

.price-including-tax {
  display: block;
  color: #999;
}

.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #c76200;
}

.configured-price {
  margin: 0;
}

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.configured-price .price {
  font-weight: bold;
}

.weee {
  display: block;
  font-size: 11px;
  color: #444;
}

.weee .price {
  font-size: 11px;
  font-weight: normal;
}

.price-excl-tax {
  display: block;
}

.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-excl-tax .price {
  display: block;
}

.price-incl-tax {
  display: block;
}

.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}

.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

.price-from {
  margin: 0;
}

.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-to {
  margin: 0;
}

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-notice {
  padding-left: 10px;
  color: #999;
}

.price-notice .price {
  font-weight: bold;
}

.price-as-configured {
  margin: 0;
}

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}

.price-box-bundle {
  padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
  margin: 0!important;
  padding: 0!important;
}

.product-pricing,.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #F6F6F6;
}

.tier-prices li {
  line-height: 1.4;
  padding: 2px 0 2px 0px;
}

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
}

.tier-prices .price {
  font-weight: bold;
}

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703;
}

.tier-prices-grouped li .price {
  font-weight: bold;
}

.add-to-links {
  margin: 5px 0 0;
  font-size: 12px;
}

.add-to-links li {
  list-style: none;
}

.add-to-links .separator {
  display: none;
}

.add-to-links li a.link-wishlist,.add-to-links li a.link-compare {
  text-decoration: none;
}

.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: normal;
  color: #666;
  margin-top: 5px;
}

.add-to-cart .qty {
  float: left;
  margin-right: 5px;
  padding: 10px;
  margin-bottom:10px;
}

.add-to-cart button.button {
  float: left;
}

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
  margin: 0;
}



.add-to-box .add-to-cart {
}

.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666;
}

.add-to-box .add-to-links {
  float: left;
  margin: 0;
  text-align: left;
}

.add-to-box .add-to-links li {
  margin-right: 10px;
}

.add-to-box .add-to-links li .separator {
  display: none!important;
}

.product-view {
}

.product-essential h2 {
  display: none;
}

.product-collateral {
  margin-bottom: 20px;
}

.product-collateral h2,.related-products .block-subtitle,.box-tags h3 {
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px solid #dedede;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.product-collateral .box-collateral {
  margin: 0 0 25px;
}

.related-products .block-subtitle {
  margin-top: 10px;
}

.product-view .product-img-box {
  float: left;
  width: 302px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto;
}

.product-view .product-img-box .product-image {
  margin: 0 0 13px;
  border: 1px solid #E3E2E2;
  position: relative;
  z-index: 3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.product-view .product-img-box .product-image #wrap {
  padding: 3px 5px 5px 3px;
  border: 1px solid #E3E2E2;
}

.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  z-index: 9;
  border: 1px solid #DBDEE1;
}

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}

.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center;
}

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(./../../skin/frontend/default/MAG090172/images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
  -moz-opacity: .3;
  -webkit-opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: .3;
}

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px;
}

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(./../../skin/frontend/default/MAG090172/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0;
}

.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
  margin-left: -9px;
}

.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid #ddd;
  overflow: hidden;
}

.product-image-popup {
  margin: 0 auto;
}

.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}

.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center;
}

.product-image-popup .image {
  display: block;
  margin: 10px 0;
}

.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.product-view .product-shop {
  float: right;
  width: 453px;
}

.col1-layout .product-view .product-shop {
  float: right;
  width: 663px;
}

.col3-layout .product-view .product-shop {
  float: none;
  width: auto;
}

.product-view .product-shop .product-name {
  margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
  border-bottom: 4px double #D5D5D5;
  color: #133EBC;
  margin: 0 0 10px;
  padding-bottom: 7px;
  font-size:16px;
  font-weight:bold;
}
.product-shop table.detailinfo{
	width:100%;
	
	}
.product-shop table.detailinfo th{
	width: 100px;
	border:none;
    color: #323232;
    font: bold 12px Tahoma, Verdana, Arial, Sans-serif;
    font-size: 13px;
	}
.product-shop table.detailinfo td{
	vertical-align:middle;
}

.product-view .product-shop .availability {
  float: right;
  margin: 0 0 10px;
  text-align: right;
}

.product-view .product-shop .short-description {
  margin: 10px 0;
}

/*.product-view .product-shop .price-box {
  margin: 40px 0 10px;
}*/

.product-view .product-shop .price-box .price {
  font-size: 16px;
}

.product-view .product-shop .add-to-links {
  margin: 0px 0;
  font-size: 13px;
}

.product-view .product-shop .add-to-links li {
  display: inline;
}

.product-view .product-shop .add-to-links li .separator {
  display: none;
}

.product-view .product-shop .add-to-links a.link-wishlist {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -5px -412px transparent;
  padding-left: 27px;
  margin-right: 5px;
}

.product-view .product-shop .add-to-links a.link-wishlist:hover {
  background-position: -220px -412px;
}

.product-view .product-shop .add-to-links a.link-compare {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -5px -448px transparent;
  padding-left: 27px;
}

.product-view .product-shop .add-to-links a.link-compare:hover {
  background-position: -221px -448px;
}

.product-view .product-shop .ratings .rating-links {
  display: block;
}

.email-addto-box {
  margin-bottom: 10px;
}

.email-addto-box .email-friend {
  float: left;
  margin-right: 5px;
}

.email-addto-box .email-friend a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -5px -642px transparent;
  padding-left: 27px;
  text-decoration: none;
}

.email-addto-box .email-friend a:hover {
  background-position: -5px -671px;
}

#prev-next-links {
  float: right;
  margin-top: -43px;
  width: 60px;
}

#prev-next-links a {
  height: 30px;
  width: 30px;
  display: block;
  margin-bottom: 0;
  text-decoration: none;
}

#prev-next-links a#link-previous-product {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -1px -704px transparent;
  float: left;
}

#prev-next-links a#link-next-product {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -57px -704px transparent;
  float: right;
}

#prev-next-links a#link-previous-product:hover {
  background-position: -28px -704px;
}

#prev-next-links a#link-next-product:hover {
  background-position: -86px -704px;
}

.product-options {
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  z-index: 2;
}

.product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
}

.product-options dt label {
  font-weight: normal;
}

.product-options dt label.required em {
  color: #DD4B39;
  margin-right: 5px;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
}

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
}

.product-options dd {
  padding: 5px 3px 3px;
  margin: 0 0 5px;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.product-options dd input.input-text {
  width: 98%;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 98%;
}

.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}

.product-options ul.options-list input.radio {
  margin-top: 3px;
  margin-right: 9px;
}

.product-options ul.options-list input.checkbox {
  margin-top: 3px;
  float: left;
}

.product-options ul.options-list .label {
  display: inline;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options ul.validation-failed {
  padding: 0 7px;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options p.required {
  position: absolute;
  right: 0px;
  top: 0px;
}

.product-options-bottom {
  padding: 10px 0px;
}

.product-options-bottom .product-pricing,.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703;
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit {
  color: #e26703;
}

.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0;
}

.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: right;
}

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px;
}

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}

.product-options-bottom .price-tax {
  float: left;
}

.product-options-bottom .add-to-cart {
  float: left;
  margin: 0px 0;
}

.product-shop .product-options-bottom {
  margin: 0 0 10px;
  border-bottom: 1px solid #E3E2E2;
}

.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
  display: none;
}

.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
  float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
  float: left;
  padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
  padding: 5px 0 0;
  text-align: left;
  display: none;
}

.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}

.product-view .box-description {
}

.product-view .box-additional .data-table th,.product-view .box-additional .data-table td {
  line-height: 1.25;
}

.product-view .box-up-sell .products-grid .product-image {
  text-align: center;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-view .box-tags {
  margin: 0;
}

.product-view .box-tags h3 {
}

.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
  display: inline;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_pipe1.gif) 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}

.product-view .box-tags .form-add label {
  display: block;
  margin: 0 0 5px;
}

.product-view .box-tags .form-add .input-box {
  float: left;
}

.product-view .box-tags .form-add input.input-text {
  width: 300px;
  margin-right: 5px;
}

.product-view .box-tags .form-add button.button span {
}

.product-view .box-tags .note {
  margin: 3px 0 0;
  padding: 0 0 0px;
  font-size: 12px;
}

.product-view .box-reviews dl {
  margin: 15px 0;
}

.product-view .box-reviews dt a,.product-view .box-reviews dt span {
  font-weight: bold;
}

.product-view .box-reviews dd {
  margin: 0 0 15px;
}

.product-view .box-reviews dd small {
  font-style: italic;
}

.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}

.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}

.product-view #product-review-table {
  max-width: 180px;
  margin: 15px 0;
}

.product-view #product_tabs_review_tabbed_contents .form-list .input-box {
  max-width: 500px;
  width: 100%;
}

.product-view #product_tabs_review_tabbed_contents .form-list textarea {
  width: 95%;
}

.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}

.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,.product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}

.send-friend .form-list {
}

.send-friend .form-list li {
  margin-right: 0;
}

.send-friend .form-list li p {
  margin: 0 15px 0 0;
}

.send-friend .form-list .field {
  width: 315px;
  margin-bottom: 10px;
}

.send-friend .form-list .input-box {
  width: 300px;
}

.send-friend .form-list input.input-text,.send-friend .form-list textarea {
  width: 294px;
}

.send-friend .form-list li.wide .input-box {
  width: 100%;
  ;
}

.send-friend .form-list li.wide textarea {
  width: 97%;
}

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}

.product-name {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.product-name-home {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}
.product-name a,.product-name-home a,.product-review .product-name {
  color: #133EBC;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 5px;
}

.product-namelist a,.product-reviewlist .product-namelist {
  color: #133EBC;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 5px;
}

.product-name a:hover {
  color: #211F20;
  text-decoration: underline;
}
.product-name-home a:hover {
  color: #211F20;
  text-decoration: underline;
}
.tags-list {
  display: block;
  background: none repeat scroll 0 0 #F6F6F6;
  border: 1px solid #E3E2E2;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.tags-list li {
  display: inline!important;
  margin: 0 4px 0 0;
}

.tags-list li a {
  color: #1b2d3b;
}

.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}

.advanced-search .form-list .input-box,.advanced-search .form-list .input-range {
  float: left;
  clear: none;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #e9d7c9;
  background: #fff6f1;
  padding: 10px;
}

.advanced-search-summary ul {
  float: left;
  width: 49%;
}

.advanced-search-summary strong {
  color: #E17C24;
  padding-left: 15px;
  background: url(./../../skin/frontend/default/MAG090172/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

.page-sitemap .links {
  text-align: right;
  margin: 0 8px -33px 0;
}

.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}

.page-sitemap .links a:hover {
  text-decoration: underline;
}

.page-sitemap .sitemap {
  margin: 12px;
}

.page-sitemap .sitemap a {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat_arrow.png") no-repeat scroll 1px center transparent;
  text-decoration: none;
  padding-left: 12px;
}

.page-sitemap .sitemap a:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat_arrow_hover.png") no-repeat scroll 3px center transparent;
}

.page-sitemap .sitemap li {
  margin: 5px 0;
}

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8;
}

.contacform {
  border-right: 1px solid #EDEDED;
  float: left;
  margin-right: 10px;
  padding-right: 15px;
  width: 46%;
}

.googlemap {
  float: right;
  margin-top: 10px;
  width: 50%;
}

.contacform .form-list li.wide .input-box {
  width: 100%;
}

.contacform .form-list li.wide textarea {
  width: 97%;
}

.contacform .fieldset {
  margin-top: 10px;
}

.rss-title h1 {
  background: url(./../../skin/frontend/default/MAG090172/images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

.cart .page-title {
  border-bottom: 0;
  margin: 0px;
}

.cart .page-title h1 {
  margin: 5px 0 10px;
}

.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
  float: right;
  display: none;
}

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px;
}

.cart-table th {
  padding: 2px 10px;
}

.cart-table td {
  padding: 10px;
}

.cart-table .product-name {
  margin: 0 0 5px;
}

.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a;
}

.cart-table tfoot td {
  padding: 5px 10px;
}
shopping-cart-table.data-table tbody th, .data-table tbody td {
    vertical-align: middle;
}

tr.est_even {
    background-color: #ddd;
}
#get_shipp_chages tr td {
    padding:5px;
}
#get_shipp_chages tr td.textBoldBlack{
	font-weight:bold;
	}
tbody#get_shipp_chages {
    font-size: 15px;
}


.cart .cart-collaterals {
  padding: 25px 0 0;
}

.cart .cart-collaterals .col1-set {
  width: 325px;
  float: left;
}

.cart .cart-collaterals .col2-set {
  width: 635px;
  float: right;
}

.cart .crosssell {
  margin-bottom: 10px;
}

.cart .crosssell .product-image {
}

.cart .crosssell .link-compare {
  font-weight: normal;
}

.cart .discount,.cart .shipping {
  border: 1px solid #E3E2E2;
  padding: 12px 15px;
  margin: 0 0 18px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.cart .discount button span,.cart .shipping button span {
}

.cart .discount .buttons-set,.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}

.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}

.cart .discount .input-box {
  margin: 8px 0 0;
  width: 260px;
}

.cart .discount input.input-text {
  width: 254px;
}

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}

.shopping_CMS_main1 {
  margin-bottom: 10px;
}

.shopping_CMS_main1 a {
  display: block;
}
.cart .withs{
width:282px !important;	
}
.cart .totals {
  float: right;
  width: 305px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.cart .totals table {
  width: 100%;
  margin: 7px 0;
}

.cart .totals td {
  padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart .totals tfoot th strong,.cart .totals tfoot td strong {
  font-size: 20px;
}

.cart .totals .checkout-types {
  font-size: 13px;
  padding: 0px;
  text-align: center;
      
}

.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 10px;
}

.cart .totals .checkout-types li:last-child {
  padding: 7px;
  text-align: center;
  border-top: 1px solid #fff;
  margin: 0;
}

.item-options dt {
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
}

.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
  font-weight: bold;
  text-transform: uppercase;
}

.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

.sp-methods {
  margin: 0 0 8px;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

.sp-methods dd {
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label {
  font-weight: normal;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  margin-top: 15px;
  padding-left: 0;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 3em!important;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}

.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}

.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(./../../skin/frontend/default/MAG090172/images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}

.tool-tip .tool-tip-content {
  padding: 5px;
}

.gift-messages h3 {
  font-weight: normal;
}

.gift-messages p.control {
}

.gift-messages-form {
  position: relative;
}

.gift-messages-form label {
  float: none!important;
  position: static!important;
}

.gift-messages-form h4 {
  font-weight: bold;
}

.gift-messages-form .whole-order {
  margin: 0 0 25px;
}

.gift-messages-form .item {
  margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}

.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}

.gift-messages-form .item .number {
  margin: 0;
  text-align: center;
}

.gift-messages-form .item .details {
  margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
  margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
  width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 98%;
}

.gift-message-link {
  font-size: 11px;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}

.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(./../../skin/frontend/default/MAG090172/images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

.checkout-agreements li {
  margin: 30px 0;
}

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfaf6;
  border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
  margin-right: 6px;
}

.checkout-agreements .agree label {
  font-weight: bold;
  color: #666;
}

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px;
}

.opc .checkout-agreements li {
  margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px;
}

.opc .checkout-agreements .agree {
  padding-left: 6px;
}

.centinel {
}

.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff;
}

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent!important;
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
}

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

.info-set {
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px;
}

.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}

.info-set h3,.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703;
}

.info-set h2 a,.info-set h3 a,.info-set h4 a {
  font-weight: normal;
}

.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative;
}

.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.info-set .box {
  margin: 0 0 15px;
}

.info-set .box h2 {
  color: #e26703;
}

.info-set .data-table .product-name {
  font-size: 1em!important;
  font-weight: bold!important;
  color: #1e7ec8!important;
}

.info-set .data-table .product-name a {
  font-weight: bold!important;
}

.info-set .data-table .item-options {
  margin: 5px 0 0;
}

.block-progress {
}

.block-progress dt {
  margin: 0 0 6px;
  padding: 6px 4px 3px;
}

.block-progress dd {
  padding: 8px 4px;
  margin: 0 0 10px;
}

.block-progress dt.complete {
  margin: 0;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 10px;
}

.block-progress dd.complete {
}

.block-progress p {
  margin: 0;
}

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.block-progress .cards-list .info-table th {
  font-weight: normal;
}

#checkoutSteps {
  margin-bottom: 15px;
}

.opc-block-progress dt.complete a,.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,.opc-block-progress dt .separator {
  display: none;
}

.opc .buttons-set {
  margin-top: 0;
  padding-top: 15px;
  border: none;
}

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
  display: none;
}

.opc .buttons-set.disabled button.button {
  display: none;
}

.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}

.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}

.opc {
  position: relative;
}

.opc li.section {
  border-bottom: 1px solid #DDDDDD;
}

.opc .step-title {
  border-width: 0 1px;
  border-style: solid;
  border-color: #fff #DDDDDD #DDDDDD;
  background: #F1F1F1;
  padding: 8px 8px;
  text-align: right;
}

.opc .step-title .number {
  float: left;
  border: 1px solid #999;
  padding: 0 4px;
  margin: 0 5px 0 0;
  color: #666;
}

.opc .step-title h2 {
  float: left;
  margin: 0;
  font-size: 15px;
  color: #666666;
}

.opc .step-title a {
  display: none;
  float: right;
  line-height: 16px;
  color: #fff;
}

.opc .allow .step-title {
  background: #666;
  border: 1px solid #666;
  border-bottom: 0;
  color: #fff;
  cursor: pointer;
}

.opc .allow .step-title .number {
  background: #666;
  border-color: #FFFFFF;
  color: #fff;
}

.opc .allow .step-title h2 {
  color: #FFFFFF;
}

.opc .allow .step-title a {
  display: block;
  color: #fff;
}

.opc .active .step-title {
  background: #1381BC;
  border: 1px solid #1381BC;
  padding-bottom: 5px;
  color: #fff;
  cursor: default;
}

.opc .active .step-title .number {
  background: #1381BC;
  border-color: #fff;
  color: #fff;
}

.opc .active .step-title h2 {
  color: #fff;
}

.opc .allow .step-title:hover {
  background: #1381BC;
  border-color: #1381BC;
}

.opc .allow .step-title:hover .number {
  background: #1381BC;
  border-color: #fff;
  color: #fff;
}

.opc .active .step-title a {
  display: none;
}

.opc .step {
  border: 1px solid #E3E2E2;
  border-top: 0;
  padding: 15px 30px;
  position: relative;
  margin-bottom: -1px;
}

.opc .step .tool-tip {
  right: 30px;
}

#checkout-step-billing .sbHolder,#checkout-step-billing .sbHolder>a,#opc-shipping .sbHolder,#opc-shipping .sbHolder>a,#multiship-addresses-table .sbHolder,#multiship-addresses-table .sbHolder>a {
  height: 20px;
}

#multiship-addresses-table .sbHolder {
  width: 350px;
}

#opc-login .buttons-set {
  border-top: 0;
}

#opc-login h3 {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: normal;
}

#opc-login h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}

.opc .gift-messages-form {
  background: none repeat scroll 0 0 #F6F6F6;
  border: 1px solid #E3E2E2;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.opc .gift-messages-form .inner-box {
  padding: 10px;
  height: 260px;
  overflow: auto;
}

#opc-review .step {
  border: 0;
  padding: 0;
}

#opc-review .product-name {
}

#opc-review .item-options {
  margin: 5px 0 0;
}

#opc-review .buttons-set {
  padding: 20px 30px;
  border: 1px solid #d9dde3;
  border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px;
}

#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}

#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}

#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

.messages > .warning-message {
  color: #222;
    /* font-weight: bold; */
  text-align: center;
  padding: 6px 10px;
  background-color: rgb(255, 227, 214);
  border: 2px #ccc solid;
}

.checkout-onepage-success h2 {
  border-bottom: none;
}

.checkout-progress {
  padding: 0 90px;
  margin: 20px 0 20px;
}

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #565656;
  padding: 2px 0 0;
  font-weight: normal;
  text-align: center;
  color: #565656;
}

.checkout-progress li.active {
  border-top-color: #E76354;
  color: #E76354;
}

.multiple-checkout h3,.multiple-checkout h4 {
  font-weight: normal;
  margin-bottom: 10px;
}

.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a {
  font-weight: normal;
  font-size: 13px;
}

.multiple-checkout .data-table .product-name {
  font-size: 1em!important;
  font-weight: bold!important;
  color: #1e7ec8!important;
}

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}

.multiple-checkout .col2-set,.multiple-checkout .col3-set {
  border: 1px solid #E6E6E6;
  margin: 0 0 25px;
  padding: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #F0F0F0;
  position: relative;
  border-bottom: 1px solid #E3E2E2;
}

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c;
}

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}

.multiple-checkout .box {
  margin: 0 0 15px;
}

.multiple-checkout .box h2 {
}

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
  float: left;
}

.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
}

.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}

#multiship-addresses-table td {
  padding: 10px;
}

#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 450px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 98%;
}

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #E6E6E6;
  background: #F6F6F6;
  padding: 13px;
  position: relative;
}

.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

.account-login .content {
  border-bottom: 0;
}

.account-login .content h2,.fieldset .legend,.box-account .box-head h2,.addresses-list h2,.multiple-checkout h2,.checkout-onepage-success h2,.order-info-box h2,.sales-order-print .col2-set h2 {
  border-bottom: 3px double #D5D5D5;
  color: #444;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 14px;
  padding: 0 0 10px;
  text-transform: capitalize;
}

.account-login .buttons-set {
  margin: 0;
}

.account-create {
}

.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }

  0% {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }

  0% {
    -moz-transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  0% {
    transform: rotate(-360deg);
  }
}

.window-overlay {
  background: url(./../../skin/frontend/default/MAG090172/images/window_overlay.png) repeat;
  background: rgba(0,0,0,0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
  position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(./../../skin/frontend/default/MAG090172/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

.dashboard .welcome-msg {
  margin: 0 0 15px;
}

.dashboard .welcome-msg p.hello {
  color: #133EBC;
  text-transform: capitalize;
}

.dashboard .col2-set {
  margin: 0 0 15px;
}

.box-recent .box-head a {
  padding-bottom: 10px;
  float: right;
}

.box-account {
  background: #fff;
  margin: 0 0 20px;
}

.box-account .col2-set .col-1 {
  border-right: 1px solid #E3E2E2;
  float: left;
  padding-right: 10px;
  width: 48.5%;
}

.dashboard .box .box-title {
  background: none repeat scroll 0 0 #f6f6f6;
  border: 1px solid #E3E2E2;
  border-radius: 5px;
  margin: 0 0 10px;
  padding: 5px 5px;
  text-align: right;
}
.dashboard .box-content{
	padding-left:10px;
}

.dashboard .box .box-title h3,.dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.dashboard .box-info h4 {
  font-weight: normal;
  text-transform: capitalize;
}

.dashboard .box-reviews .box-head h2 {
}

.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}

.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}

.dashboard .box-tags .number,.dashboard .box-reviews .number {
  float: left;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin: 0px;
  padding: 5px 7px;
  background: #ccc;
}

.dashboard .box-tags .details,.dashboard .box-reviews .details {
  margin-left: 30px;
}

.dashboard .box-tags li.item,.dashboard .box-reviews li.item {
  margin: 10px 0 7px;
}

.dashboard .box-tags li.item.last,.dashboard .box-reviews li.item.last {
  margin-bottom: 0;
}

.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li {
  display: inline;
}

.addresses-list h3 {
  font-weight: normal;
}

.addresses-list address {
  margin: 0 10px 3px;
}

.addresses-list p {
  margin: 0;
}

.addresses-list .link-remove {
  color: #646464;
}

.addresses-list .separator {
  margin: 0 3px;
}
.addresses-additional li.item {
  background: #fff;
  padding: 10px 0px;
  margin: 0 0 10px;
  border-bottom: 1px solid #E3E2E2;
}

.addresses-list li.item {
  background: #fff;
  padding: 10px 0px;
  margin: 0 0 10px;
  border-bottom: 1px solid #E3E2E2;
}

.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}



.order-info {
  background: #F6F6F6;
  padding: 7px 10px;
  margin: 0 0 8px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.order-info dt,.order-info dd,.order-info ul,.order-info li {
  display: inline;
}

.order-info .current {
  font-weight: bold;
}

.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box,.sales-order-print .col2-set {
  padding: 12px 15px;
  margin: 0 0 15px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.order-info-box .box-payment p {
  margin: 0 0 3px;
}

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}

.order-items h2,.order-items h3 {
  margin: 0 0 5px;
}

.order-items .product-name {
}

.order-items .link-print {
  color: #1e7ec8;
  font-weight: normal;
}

.order-items .order-links {
  text-align: right;
}

.order-additional {
  margin: 15px 0;
}

.gift-message dt strong {
  color: #666;
}

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

.order-about dt {
  font-weight: bold;
}

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}

.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup th,.tracking-table-popup td {
  padding: 1px 8px;
}

.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
}

.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}

.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}

.page-print .order-date {
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.page-print .col2-set {
  margin: 0 0 10px;
}

.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax,.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .cart-price,.page-print .price-excl-tax .label,.page-print .price-incl-tax .label,.page-print .price-excl-tax .price,.page-print .price-incl-tax .price {
  display: inline;
}

.my-wishlist .data-table td {
  padding: 10px;
}

.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}

.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
  margin-top: 10px;
}

.my-wishlist .buttons-set {
  margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
  float: none;
}

.my-wishlist .buttons-set .btn-add span,.my-wishlist .buttons-set .btn-share span {
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}

#my-tags-table {
  clear: both;
}

#my-tags-table td {
  padding: 10px;
}

#my-tags-table .add-to-links {
  white-space: nowrap;
}

#my-reviews-table td {
  padding: 10px;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  font-weight: bold;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

.billing-agreements .info-box {
  margin: 15px 0;
}

.billing-agreements .form-list li select {
  float: left;
}

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

.cart-msrp-totals {
  color: red;
  font-size: 12px!important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup-arrow {
  background: url(./../../skin/frontend/default/MAG090172/images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(./../../skin/frontend/default/MAG090172/images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}

.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price .price-box,.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-price {
  margin: 5px 0 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

.map-popup-only-text {
  border-top: 1px solid #ddd;
}

.footer .store-switcher {
  display: inline;
  margin: 0 5px 0 0;
}

.footer .store-switcher label {
  font-weight: bold;
  vertical-align: middle;
}

.footer .store-switcher select {
  padding: 0;
  vertical-align: middle;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .bugs {
  margin: 13px 0 0;
  color: #777;
}

.footer .bugs a {
  color: #777;
  text-decoration: underline;
}

.footer .bugs a:hover {
  text-decoration: none;
}

.footer address {
  text-align: center;
  margin-top: 10px;
}

.footer address a {
  color: #777;
  text-decoration: underline;
}

.footer address a:hover {
  text-decoration: none;
}

.footer ul {
  display: inline;
}

.footer_bottom ul.links {
  display: inline;
}

.footer li {
  padding: 0 0 8px 0px;
}

#footer #block_1 li a {
  padding-left: 12px;
  background: url(./../../skin/frontend/default/MAG090172/images/footerdot.png) 0 center no-repeat;
}

#footer #block_1 li a:hover {
  background: url(./../../skin/frontend/default/MAG090172/images/footerdot_hover.png) 1px center no-repeat;
}

.footer_bottom li {
  display: inline;
  background: url(./../../skin/frontend/default/MAG090172/images/bkg_pipe1.gif) left center no-repeat;
  padding: 0 4px 0 8px;
}

.footer ul li.first {
  background: none;
}

.ie7 .footer_top li {
  display: block;
  padding-bottom: 10px;
  padding-left: 0px;
}

.ie7 .footer_top ul {
  display: block;
}

#footer #block_2 {
  margin-right: 0;
}

.footer li.address {
  padding-left: 20px;
  clear: both;
}

.footer li.company {
  padding-left: 20px;
  background: url(./../../skin/frontend/default/MAG090172/images/sprite.png) -8px -583px no-repeat;
  clear: both;
}

.footer li.phoneno {
  padding-left: 20px;
  background: url(./../../skin/frontend/default/MAG090172/images/sprite.png) -8px -520px no-repeat;
  clear: both;
}

.footer li.email {
  padding-left: 20px;
  background: url(./../../skin/frontend/default/MAG090172/images/sprite.png) -10px -383px no-repeat;
  clear: both;
}

.footer li.company:hover {
  background-position: -8px -612px;
}

.footer li.phoneno:hover {
  background-position: -8px -553px;
}

.footer li.email:hover {
  background-position: -10px -481px;
}

.footer-container .bottom-container {
  margin: 0 0 5px;
}

.footer {
  margin-bottom: 30px;
}

.footer .mobile_togglemenu {
  display: none;
}

.footer_top {
  width: 100%;
  padding: 0px 0;
  overflow: hidden;
}

.footer_bottom {
  border-top: 1px solid #C7C7C7;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}

.footer .payment_block a {
  text-align: center;
  display: block;
  margin-top: 13px;
}

#footer #block_1 {
  float: left;
}

#footer .footer-area,.static_link1,.static_link2,.static_link3 {
  float: left;
  margin-right: 30px;
  width: 222px;
}

#footer #block_4 {
  width: 942px;
  background: none repeat scroll 0 0 #F6F6F6;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 2px rgba(0,0,0,0.32);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.32);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.32);
  padding: 8px 15px;
  margin: 3px 3px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.ie7 #footer #block_4,.ie8 #footer #block_4 {
  border: 1px solid #E3E2E2;
}

#footer .block-subscribe .block-title strong {
  float: left;
  line-height: 32px;
  margin: 6px 15px 0 0;
  color: #211F20;
  font-size: 23px;
  text-transform: capitalize;
}

#footer .block-subscribe label {
  display: none;
}

#footer h6 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #133EBC;
  text-shadow: none;
}

.social_block {
  float: right;
}

.social_block h6 {
  float: left;
  color: #211f20!important;
  margin-right: 18px;
  margin-top: 10px;
  font-size: 16px!important;
}

.social_block ul li {
  float: left;
  height: 36px;
  width: 45px;
  margin: 0 10px 0 0;
  padding: 0;
  cursor: pointer;
  padding-bottom: 10px;
}

.social_block ul li a {
  display: block;
  height: 45px;
  width: 45px;
  font-size: 0;
}

.social_block ul li.facebook {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -3px -334px transparent;
}

.social_block ul li.twitter {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -53px -333px transparent;
}

.social_block ul li.rss {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -103px -334px transparent;
}

.social_block ul li.facebook:hover {
  background-position: -3px -287px;
}

.social_block ul li.twitter:hover {
  background-position: -53px -286px;
}

.social_block ul li.rss:hover {
  background-position: -103px -288px;
}

#footer .block-subscribe {
  border: none;
  margin-bottom: 0px;
  width: 650px;
  float: left;
  padding: 0;
  box-shadow: none;
}

#footer .block-subscribe .block-title {
  background: none;
  padding: 0;
  line-height: 20px;
  border: none;
}

#footer .block-subscribe .block-content {
  background: none;
  border: none;
  padding: 0;
}

#footer .block-subscribe input.input-text {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 3px #DDDDDD;
  -webkit-box-shadow: 0 0 3px #DDDDDD;
  -moz-box-shadow: 0 0 3px #DDDDDD;
  height: 16px;
  margin-right: 5px;
  width: 274px;
  float: left;
}

.ie7 #footer .block-subscribe input.input-text {
  width: 265px;
}

#footer .mobile_togglemenu {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/toggle-arrow.png") no-repeat scroll right 4px transparent;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin-right: 0;
  margin-top: -20px;
  overflow: hidden;
  padding: 0 0 4px 4px;
  text-decoration: none;
  width: 99%;
}

.padder h5.mobile_togglemenu {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/toggle-arrow.png") no-repeat scroll right 4px transparent;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin-right: 0;
  margin-top: -24px;
  overflow: hidden;
  padding: 0 0 4px 4px;
  text-decoration: none;
  width: 99%;
}

#footer .active .mobile_togglemenu,.padder .active .mobile_togglemenu {
  background-position: right -48px;
}

.toggle .mobile_togglecolumn {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/toggle-arrow.png") no-repeat scroll right 1px transparent;
  cursor: pointer;
  display: none;
  margin-top: -21px;
  overflow: hidden;
  padding: 0 0 4px;
  width: 100%;
}

.active .mobile_togglecolumn {
  background-position: right -51px;
}

.padder .active .mobile_togglemenu {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat-toggle-arrow.png") no-repeat scroll right -48px transparent;
}

#topcontrol {
  font-size: 0;
  height: 30px;
  width: 30px;
  background: url("./../../skin/frontend/default/MAG090172/images/back_to_top.png") no-repeat scroll 0 0 transparent;
}

.home-callout {
  margin-bottom: 12px;
}

.home-callout img {
  display: block;
}

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px;
}

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em;
}

.best-selling table {
  border-top: 1px solid #ccc;
}

.best-selling tr.odd {
  background: #eee url(./../../skin/frontend/default/MAG090172/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
  background: #fff url(./../../skin/frontend/default/MAG090172/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px;
}

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc;
}

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em;
}

.best-selling a.product-name,.home-spot .best-selling a.product-name:hover {
  color: #203548;
}

.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.footer-container .bottom-container:after,.col-main:after,.col2-set:after,.col3-set:after,.col3-layout .product-options-bottom .price-box:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.dashboard .box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .box-tags .form-add:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.guest-select {
  width: 305px!important;
}

.header_banner {
  left: 220px;
  position: absolute;
  top: 31px;
  z-index: 1;
}

.header_banner li {
  border-right: 1px solid #C3C3C3;
  float: left;
  list-style: none outside none;
  margin-right: 10px;
  padding-left: 46px;
  padding-right: 10px;
  width: 15%;
}

.header_banner li.shipping {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/header-sprite.png") no-repeat scroll 0 -3px transparent;
}

.header_banner li.Money {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/header-sprite.png") no-repeat scroll 0 -88px transparent;
}

.header_banner li.Offer {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/header-sprite.png") no-repeat scroll -6px -173px transparent;
  margin-right: 0;
  padding: 0 0 0 33px;
}

.header_banner li.shipping:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/header-sprite.png") no-repeat scroll 0 -45px transparent;
}

.header_banner li.Money:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/header-sprite.png") no-repeat scroll 0 -126px transparent;
}

.header_banner li.Offer:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/header-sprite.png") no-repeat scroll -6px -218px transparent;
}

.header_banner li.Offer {
  border: medium none;
}

.header_banner li a {
  color: #8C8C8C;
  display: block;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}

.header_banner li a:hover {
  color: #777777;
}

.subbanner2 {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.subbanner2 ul li.last {
  margin-right: 0;
  float: right;
}

.subbanner2 li {
  float: left;
  margin-right: 14px;
  list-style: none;
}

.ie7 .subbanner2 li,.ie8 .subbanner2 li {
  margin-right: 11px;
}

.subbanner2 ul {
  width: 100%;
  float: left;
}

.subbanner2 ul li a {
  display: block;
  position: relative;
}

.hover_shine {
  background: url("./../../skin/frontend/default/MAG090172/images/glass.png") no-repeat scroll 326px 0 transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.hover_shinebig {
  background: url("./../../skin/frontend/default/MAG090172/images/rsz_glass-transparent.png") no-repeat scroll 326px 0 transparent;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.subbanner2 ul li a:hover .hover_shine {
  background-position: 0 -1px;
  transition: all 1s ease 0s;
}

.subbanner2 ul li a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.32);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.32);
  box-shadow: 0 0 2px rgba(0,0,0,0.32);
}

.ie7 .subbanner2 ul li a img,.ie8 .subbanner2 ul li a img {
  border: 1px solid #E3E2E2;
}

.subbanner {
  float: left;
  margin: 0 0 10px 0;
  width: 770px;
}

.subbanner .banner {
  border-right: 2px solid #FFFFFF;
  float: left;
  height: 67px;
  padding: 5px;
  width: 181px;
}

.subbanner .banner1 {
  background: url("./../../skin/frontend/default/MAG090172/images/bg1.jpg") no-repeat scroll left center transparent;
}

.subbanner .banner2 {
  background: url("./../../skin/frontend/default/MAG090172/images/bg2.jpg") no-repeat scroll left center transparent;
}

.subbanner .banner3 {
  background: url("./../../skin/frontend/default/MAG090172/images/bg3.jpg") no-repeat scroll left center transparent;
}

.subbanner .banner4 {
  background: url("./../../skin/frontend/default/MAG090172/images/bg4.jpg") no-repeat scroll left center transparent;
}

.subbanner .banner4 {
  border: medium none;
}

.subbanner li a {
  padding-left: 45px;
}

.subbanner .banner1 .img {
  background: url("./../../skin/frontend/default/MAG090172/images/offer1.png") no-repeat scroll 1px center transparent;
}

.subbanner .banner2 .img {
  background: url("./../../skin/frontend/default/MAG090172/images/offer2.png") no-repeat scroll 1px center transparent;
}

.subbanner .banner3 .img {
  background: url("./../../skin/frontend/default/MAG090172/images/offer3.png") no-repeat scroll 1px center transparent;
}

.subbanner .banner4 .img {
  background: url("./../../skin/frontend/default/MAG090172/images/offer4.png") no-repeat scroll 1px center transparent;
}

.subbanner li.first {
  margin: 0;
}

.subbanner .img {
  float: left;
  height: 44px;
  padding-top: 26px;
  width: 48px;
}

.subbanner .data {
  height: 53px;
  padding-left: 54px;
  padding-top: 16px;
}

.ie7 .subbanner .data {
  padding-left: 10px;
}

.subbanner .data .h1 {
  color: #FFFFFF;
  font-family: 'Oswald';
  font-size: 16px;
}

.subbanner .banner4 .h1 {
  color: #000000;
  font-family: 'Oswald';
  font-size: 16px;
}

.subbanner .data .h2 {
  color: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
}

.subbanner .banner4 .h2 {
  color: #000000;
}

.subbanner .banner:hover .img {
  transform: rotate(360deg);
  transition-duration: 0.9s;
}

.subbanner .banner:hover .h1,.subbanner .banner:hover .h2 {
  opacity: 0.7;
}

.grid_default_width {
  width: 185px;
}

.featured_default_width {
  width: 185px;
}

.newproduct_default_width {
  width: 185px;
}

.saleproduct_default_width {
  width: 185px;
}

.cat1product_default_width {
  width: 185px;
}

.cat2product_default_width {
  width: 185px;
}

.cat3product_default_width {
  width: 185px;
}

.bestseller_default_width {
  width: 185px;
}

.special_default_width {
  width: 185px;
}

.additional_default_width {
  width: 75px;
}

.brand_default_width,.manufacture-products li.slider-item,.manufacture-products li.product-items {
  width: 180px;
}

.related_default_width,.related-products li.slider-item,.related-products li.product-items {
  width: 185px;
}

.upsell_default_width,.box-up-sell li.slider-item,.box-up-sell li.product-items {
  width: 185px;
}

.crosssell_default_width,.crosssell li.slider-item,.crosssell li.product-items {
  width: 185px;
}

.widget {
  display: inline;
}

.widget .widget-title {
  clear: both;
  padding: 15px 0 0;
  margin: 0 0 7px;
}

.widget .widget-title h2 {
  font-size: 15px;
  font-weight: bold;
  color: #e25203;
}

.widget .mini-products-images-list .product-image {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid #a9a9a9;
  margin: 0 auto;
}

.widget .mini-products-images-list li.item {
  float: left;
  width: 77px;
  height: 77px;
}

.widget-new-products {
  display: block;
}

.col-main .widget-new-products {
  margin: 7px 0;
}

.widget-new-products .products-grid .product-image,.widget-new-products .products-list .product-image {
  width: 85px;
  height: 85px;
}

.widget-new-products .products-list .product-shop {
  margin-left: 100px;
}

.sidebar .widget-new-products .block {
  font-size: 11px;
  line-height: 1.25;
}

.sidebar .widget-new-products .block-title strong {
  background: url(./../../skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat;
  padding-left: 21px;
  color: #dc5033;
}

.widget-viewed {
  display: block;
}

.col-main .widget-viewed {
  margin: 7px 0;
}

.widget-viewed .products-grid .product-image,.widget-viewed .products-list .product-image {
  width: 85px;
  height: 85px;
}

.widget-viewed .products-list .product-shop {
  margin-left: 100px;
}

.sidebar .widget-viewed .block {
  font-size: 11px;
  line-height: 1.25;
}

.sidebar .widget-viewed .block-title strong {
  background: url(./../../skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;
  padding-left: 21px;
}

.widget-compared {
  display: block;
}

.col-main .widget-compared {
  margin: 7px 0;
}

.widget-compared .products-grid .product-image,.widget-compared .products-list .product-image {
  width: 85px;
  height: 85px;
}

.widget-compared .products-list .product-shop {
  margin-left: 100px;
}

.sidebar .widget-compared .block {
  font-size: 11px;
  line-height: 1.25;
}

.sidebar .widget-compared .block-title strong {
  background: url(./../../skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;
  padding-left: 21px;
}

.widget-static-block {
}

.sidebar .widget-static-block {
  display: block;
  margin: 0 0 15px;
}

.top-container .widget a {
  padding: 0 0 0 7px;
}

.bottom-container .widget a {
  padding: 0 3px;
}

.widget-product-link-inline {
  display: inline;
}

.col-main .widget-product-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}

.col-main .widget-product-link a {
  background: url(./../../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px;
}

.sidebar .widget-product-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}

.sidebar .widget-product-link a {
  background: url(./../../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}

.widget-category-link-inline {
  display: inline;
}

.col-main .widget-category-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}

.col-main .widget-category-link a {
  background: url(./../../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px;
}

.sidebar .widget-category-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}

.sidebar .widget-category-link a {
  background: url(./../../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}

.widget-cms-link-inline {
  display: inline;
}

.col-main .widget-cms-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}

.col-main .widget-cms-link a {
  background: url(./../../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding-right: 15px;
}

.sidebar .widget-cms-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}

.sidebar .widget-cms-link a {
  background: url(./../../skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}

a.socicon {
  display: block;
}

a.socicon span {
  display: none;
}

.inline a.socicon {
  background: url('./../../skin/frontend/base/default/et_sociallogin/icons/socbuttons-32px.png') no-repeat;
}

a.socicons-small {
  background: url('./../../skin/frontend/base/default/et_sociallogin/icons/socbuttons-24px.png') no-repeat;
  width: 24px;
  height: 24px;
}

a.socicons-large {
  background: url('./../../skin/frontend/base/default/et_sociallogin/icons/socbuttons-32px.png') no-repeat;
  width: 32px;
  height: 32px;
}

.socibutton.large a.socicon,.socibutton.inline a.socicon {
  width: 148px;
  height: 32px;
}

.socibutton.large li,.socibutton.inline li {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
  list-style: none;
}

.socibutton.small li {
  float: left;
  margin-left: 5px;
}

.socibutton.small h4 {
  line-height: 30px;
  color: rgb(68,68,68);
  text-transform: none;
}

.social-list {
  margin: 0;
  padding: 0;
}

.account-create-popup {
  padding: 0;
  width: 600px;
}

.account-create-popup .logo {
  margin-left: -15px;
}

.register-welcome {
  font-size: 14px;
}

.social-auth.large {
  width: 400px;
  height: 200px;
  margin: 0 auto;
  background: rgb(243,243,243);
  padding: 10px;
}

.social-auth.inline {
  margin: 0 auto;
  background: rgb(243,243,243);
  padding: 10px;
  overflow: hidden;
}

.social-auth.small {
  margin-bottom: 10px;
  border-top: 1px solid #fff;
}

.social-auth h4 {
  text-align: left;
  color: #D30928;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0;
}

.account-create-reference {
  font-size: 10px;
  color: #888;
}

.soc-pass-reference {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}

.soc-register-passwd-email {
  text-decoration: underline;
}

.social-like li {
  float: left;
  margin-right: 10px;
  width: 120px;
}

li.social-like-vk {
  width: 140px;
}

li.social-like-facebook {
  width: 110px;
}

li.social-like-twitter {
  width: 100px;
}

li.social-like-mailru {
  width: 120px;
}

li.social-like-odnoklassniki {
  width: 100px;
}

.soc-login-header .social-auth.small {
  padding: 0;
}

.social_customer_account .linkedAccounts {
  margin-top: 20px;
}

.social_customer_account .linkedAccounts li {
  margin-top: 15px;
}

.linkedAccounts .accountname {
  font-weight: bold;
}

.checkout-onepage-index .social-auth h4 {
  padding-left: 0;
}

.social-auth.small {
  width: 270px;
}

.socibutton {
  overflow: hidden;
}

.socibutton a {
  cursor: pointer;
}

.socibutton.large a.socicon.vk,.socibutton.inline a.socicon.vk {
  background-position: -4px -134px;
}

.socibutton.large a.socicon.facebook,.socibutton.inline a.socicon.facebook {
  background-position: -153px -200px;
}

.socibutton.large a.socicon.google,.socibutton.inline a.socicon.google {
  background-position: -4px -233px;
}

.socibutton.large a.socicon.odnoklassniki,.socibutton.inline a.socicon.odnoklassniki {
  background-position: -153px -167px;
}

.socibutton.large a.socicon.yandex,.socibutton.inline a.socicon.yandex {
  background-position: -4px -266px;
}

.socibutton.large a.socicon.yandex,.socibutton.inline a.socicon.yandex {
  background-position: -4px -266px;
}

.socibutton.large a.socicon.mailru,.socibutton.inline a.socicon.mailru {
  background-position: -153px -134px;
}

.socibutton.large a.socicon.twitter,.socibutton.inline a.socicon.twitter {
  background-position: -4px -167px;
}

.socibutton.large a.socicon.linkedin,.socibutton.inline a.socicon.linkedin {
  background-position: -5px -200px;
}

.socibutton.small .socicons-large.square-colored.vk {
  background-position: -4px -34px;
}

.socibutton.small .socicons-large.square-colored.facebook {
  background-position: -208px -34px;
}

.socibutton.small .socicons-large.square-colored.google {
  background-position: -106px -34px;
}

.socibutton.small .socicons-large.square-colored.odnoklassniki {
  background-position: -174px -34px;
}

.socibutton.small .socicons-large.square-colored.yandex {
  background-position: -140px -34px;
}

.socibutton.small .socicons-large.square-colored.mailru {
  background-position: -310px -34px;
}

.socibutton.small .socicons-large.square-colored.twitter {
  background-position: -38px -34px;
}

.socibutton.small .socicons-large.square-colored.linkedin {
  background-position: -72px -35px;
}

.socibutton.small .socicons-large.square-black.vk {
  background-position: -4px -101px;
}

.socibutton.small .socicons-large.square-black.facebook {
  background-position: -208px -101px;
}

.socibutton.small .socicons-large.square-black.google {
  background-position: -106px -101px;
}

.socibutton.small .socicons-large.square-black.odnoklassniki {
  background-position: -174px -101px;
}

.socibutton.small .socicons-large.square-black.yandex {
  background-position: -140px -101px;
}

.socibutton.small .socicons-large.square-black.mailru {
  background-position: -310px -101px;
}

.socibutton.small .socicons-large.square-black.twitter {
  background-position: -38px -101px;
}

.socibutton.small .socicons-large.square-black.linkedin {
  background-position: -72px -101px;
}

.socibutton.small .socicons-large.circle-colored.vk {
  background-position: -4px -1px;
}

.socibutton.small .socicons-large.circle-colored.facebook {
  background-position: -208px -1px;
}

.socibutton.small .socicons-large.circle-colored.google {
  background-position: -106px -1px;
}

.socibutton.small .socicons-large.circle-colored.odnoklassniki {
  background-position: -174px -1px;
}

.socibutton.small .socicons-large.circle-colored.yandex {
  background-position: -140px -1px;
}

.socibutton.small .socicons-large.circle-colored.mailru {
  background-position: -310px -1px;
}

.socibutton.small .socicons-large.circle-colored.twitter {
  background-position: -38px -1px;
}

.socibutton.small .socicons-large.circle-colored.linkedin {
  background-position: -72px -1px;
}

.socibutton.small .socicons-large.circle-black.vk {
  background-position: -4px -68px;
}

.socibutton.small .socicons-large.circle-black.facebook {
  background-position: -208px -68px;
}

.socibutton.small .socicons-large.circle-black.google {
  background-position: -106px -68px;
}

.socibutton.small .socicons-large.circle-black.odnoklassniki {
  background-position: -174px -68px;
}

.socibutton.small .socicons-large.circle-black.yandex {
  background-position: -140px -68px;
}

.socibutton.small .socicons-large.circle-black.mailru {
  background-position: -310px -68px;
}

.socibutton.small .socicons-large.circle-black.twitter {
  background-position: -38px -68px;
}

.socibutton.small .socicons-large.circle-black.linkedin {
  background-position: -72px -68px;
}

.socibutton.small .socicons-small.square-colored.vk {
  background-position: -4px -27px;
}

.socibutton.small .socicons-small.square-colored.facebook {
  background-position: -160px -27px;
}

.socibutton.small .socicons-small.square-colored.google {
  background-position: -82px -27px;
}

.socibutton.small .socicons-small.square-colored.odnoklassniki {
  background-position: -134px -27px;
}

.socibutton.small .socicons-small.square-colored.yandex {
  background-position: -108px -27px;
}

.socibutton.small .socicons-small.square-colored.mailru {
  background-position: -238px -27px;
}

.socibutton.small .socicons-small.square-colored.twitter {
  background-position: -30px -27px;
}

.socibutton.small .socicons-small.square-colored.linkedin {
  background-position: -56px -27px;
}

.socibutton.small .socicons-small.square-black.vk {
  background-position: -4px -77px;
}

.socibutton.small .socicons-small.square-black.facebook {
  background-position: -160px -77px;
}

.socibutton.small .socicons-small.square-black.google {
  background-position: -82px -77px;
}

.socibutton.small .socicons-small.square-black.odnoklassniki {
  background-position: -134px -77px;
}

.socibutton.small .socicons-small.square-black.yandex {
  background-position: -108px -77px;
}

.socibutton.small .socicons-small.square-black.mailru {
  background-position: -238px -77px;
}

.socibutton.small .socicons-small.square-black.twitter {
  background-position: -30px -77px;
}

.socibutton.small .socicons-small.square-black.linkedin {
  background-position: -56px -77px;
}

.socibutton.small .socicons-small.circle-colored.vk {
  background-position: -4px -2px;
}

.socibutton.small .socicons-small.circle-colored.facebook {
  background-position: -160px -2px;
}

.socibutton.small .socicons-small.circle-colored.google {
  background-position: -82px -2px;
}

.socibutton.small .socicons-small.circle-colored.odnoklassniki {
  background-position: -134px -2px;
}

.socibutton.small .socicons-small.circle-colored.yandex {
  background-position: -108px -2px;
}

.socibutton.small .socicons-small.circle-colored.mailru {
  background-position: -238px -2px;
}

.socibutton.small .socicons-small.circle-colored.twitter {
  background-position: -30px -2px;
}

.socibutton.small .socicons-small.circle-colored.linkedin {
  background-position: -56px -2px;
}

.socibutton.small .socicons-small.circle-black.vk {
  background-position: -4px -52px;
}

.socibutton.small .socicons-small.circle-black.facebook {
  background-position: -160px -52px;
}

.socibutton.small .socicons-small.circle-black.google {
  background-position: -82px -52px;
}

.socibutton.small .socicons-small.circle-black.odnoklassniki {
  background-position: -134px -52px;
}

.socibutton.small .socicons-small.circle-black.yandex {
  background-position: -108px -52px;
}

.socibutton.small .socicons-small.circle-black.mailru {
  background-position: -238px -52px;
}

.socibutton.small .socicons-small.circle-black.twitter {
  background-position: -30px -52px;
}

.socibutton.small .socicons-small.circle-black.linkedin {
  background-position: -56px -52px;
}

.social-auth-register .fieldset {
  overflow: hidden;
}

.soc-register-form {
  width: 300px;
  float: left;
}

.social-auth-register .reg-message {
  width: 240px;
  float: right;
}

.clear {
  clear: both;
}

.account-create-popup .register-welcome {
  margin-bottom: 10px;
}

.social-auth-register .buttons-set {
  position: relative;
}

.account-create-popup .load {
  display: none;
  background: url('./../../skin/frontend/base/default/et_sociallogin/icons/opc-ajax-loader.gif');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 45%;
  top: 40%;
}

.social-wrapper {
  position: relative;
  margin-bottom: 27px;
}

.news-item-content .social {
  height: 65px;
}

.form-list.soc-register-form li.fields .input-box {
  width: 300px;
}

.social_customer_account ul.accounts {
  display: table;
  width: 100%;
  background: lightgray;
  padding: 10px;
}

.social_customer_account ul.accounts li {
  display: inline-block;
  min-width: 100px;
  margin-right: 20px;
  list-style-type: none;
}

.social-account-explanation {
  margin-top: 20px;
}

.unlink-explanation {
  margin-top: 50px;
  color: red;
}

.accounts a.unlink {
  color: #F2F2F2;
  text-decoration: underline;
}

.tm-hide {
  opacity: 0;
  filter: alpha(opacity=0);
}

.tm-checkbox {
  background: url('./../../skin/frontend/default/MAG090172/images/sprite.png') -2px -41px no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.tm-radio {
  background: url('./../../skin/frontend/default/MAG090172/images/sprite.png') 0 -7px no-repeat;
  display: inline;
  padding: 0px;
  height: 17px;
}

.tm-checked {
  background-position: -75px -42px;
}

.tm-selected {
  background-position: -73px -7px;
}

.tm-checkbox-green {
  background: url('./../../skin/frontend/default/MAG090172/images/megnor/sprite.png') 0 1px no-repeat;
  display: inline-block;
  *display: inline;
}

.tm-checked-green {
  background-position: 0 -18px;
}

.tm-checkbox,.tm-radio {
  zoom: 1;
}

.ie7 .tm-checkbox {
  display: inline;
}

.sbHolder {
  border: solid 1px #ddd;
  position: relative;
  width: auto;
  padding: 5px 25px 5px 7px;
  text-align: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.sbHolder:focus .sbSelector {
}

.sbSelector {
  outline: none;
  overflow: hidden;
  top: 0;
  display: block;
}

.sbSelector:link,.sbSelector:visited,.sbSelector:hover {
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: url("./../../skin/frontend/default/MAG090172/images/arrow-down.png") no-repeat scroll center center transparent;
  display: block;
  outline: none;
  position: absolute;
  right: 4px;
  top: 7px;
  height: 15px;
  width: 15px;
}

.sbToggleOpen {
  background: url("./../../skin/frontend/default/MAG090172/images/arrow-up.png") no-repeat scroll center center transparent;
}

.sbOptions {
  background-color: #fff;
  border: solid 1px #ddd;
  list-style: none;
  right: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 26px!important;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}

.sbOptions li {
  padding: 0 7px;
  margin: 0;
}

.sbOptions a {
  display: block;
  outline: none;
  padding: 4px 0 4px 3px;
  text-decoration: none;
}

.product-carousel-nonslider {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}



.product-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

#column-left .product-carousel,#column-right .product-carousel {
  display: block;
}

#column-left .customNavigation,#column-right .customNavigation {
  display: none;
}

.product-carousel .slider-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px,0px,0px);
  -webkit-perspective: 1000;
}

.product-carousel .slider-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-carousel .slider-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.product-carousel .slider-item {
  float: left;
}

.slider-controls .slider-page,.slider-controls .slider-buttons div {
  cursor: pointer;
}

.slider-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
  cursor: url("./../../skin/frontend/default/MAG090172/img/megnor/grabbing.png") 8 8,move;
}

.product-carousel .slider-wrapper,.product-carousel .slider-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.customNavigation {
  text-align: center;
  position: absolute;
  width: 100%;
}

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: block;
  float: right;
  height: 22px;
  position: absolute;
  top: -34px;
  width: 22px;
}

.customNavigation a.prev {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -234px 2px transparent;
  right: 85px;
}

.customNavigation a.prev:hover {
  background-position: -234px -27px;
  text-decoration: none;
}

.customNavigation a.next {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -204px 2px transparent;
  right: 28px;
}

.customNavigation a.next:hover {
  background-position: -204px -27px;
  text-decoration: none;
}

.nav-responsive span {
  display: inline-block;
  background: none;
}

.ie7 .nav-responsive span {
  display: inline;
}

.nav-responsive {
  cursor: pointer;
  display: none;
}

#nav-mobile ul li {
  list-style: none;
  position: relative;
}

.nav-responsive .expandable {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -163px -122px transparent;
  height: 25px;
  margin-right: 5px;
  margin-top: 10px;
  width: 30px;
}

.responsive-menu {
  padding: 0;
  position: relative;
}

.responsive-menu #nav-mobile {
  position: absolute;
  z-index: 999;
  display: none;
  margin-top: -3px;
  padding: 5px 0;
  width: 100%;
  list-style: none;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.responsive-menu #nav-mobile li {
  padding: 0 0px 0 15px;
}

.responsive-menu #nav-mobile ul {
  padding-left: 10px;
}

.nav-responsive div,.responsive-menu .hitarea {
  background: none;
  height: 16px;
  width: 16px;
  float: right;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 6px;
}

.responsive-menu .expandable .collapsable-hitarea {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -237px -127px transparent;
}

.responsive-menu .expandable-hitarea {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -208px -127px transparent;
}

.responsive-menu .collapsable-hitarea {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -237px -127px transparent;
}

.table-responsive {
  display: none;
  visibility: hidden;
}

.tm_responsive_container,.tm_responsive_container_footer {
  width: auto;
  overflow: hidden;
}

.tm_responsive_group {
  float: left;
  margin: 5px 0;
  padding: 3%;
  width: 92%;
  border: 1px solid #E3E2E2;
  color: #666;
  background: #f6f6f6;
}

.tm_responsive_row label {
  width: 100px;
  display: block;
  float: left;
  font-weight: bold;
}

.tm_responsive_row span {
  width: 250px;
  display: block;
  float: left;
}
.tm_responsive_3 .tm_responsive_row {
  overflow: hidden;
  border-bottom: none !important;
  padding: 0px !important;
}

.tm_responsive_row {
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
  padding: 6px 0;
}

.tm_responsive_row span .separator {
  display: none;
}

.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
  outline: none;
}

.slides,.flex-control-nav,.flex-direction-nav {
  list-style: none;
}

.flexslider .slides {
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
  list-style: none!important;
}

.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  margin: 0;
}

.flex-direction-nav {
  display: none;
  margin: 0!important;
}

.flex-direction-nav li {
  list-style: none;
}

.flex-direction-nav li a.flex-next {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -42px -195px transparent;
  font-size: 0;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 40%;
  width: 40px;
}

.flex-direction-nav li a.flex-prev {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -2px -195px transparent;
  height: 40px!important;
  left: 10px;
  position: absolute;
  top: 40%;
  width: 40px!important;
  font-size: 0;
}

.flex-direction-nav li a.flex-prev:hover {
  background-position: -2px -242px;
}

.flex-direction-nav li a.flex-next:hover {
  background-position: -42px -242px;
}

.flex-control-nav {
  position: absolute;
  bottom: 10px;
  right: 45%;
  margin: 0!important;
  padding: 0!important;
}

.flex-control-nav li {
  margin: 0 3px;
  float: left;
  font-size: 0;
}

.flex-control-paging li a {
  background: url('./../../skin/frontend/default/MAG090172/images/sprite.png') -98px -195px no-repeat;
  cursor: pointer;
  display: block;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
  font-size: 0;
}

.flex-control-paging li a:hover,.flex-control-paging li a.flex-active {
  background-position: -98px -217px;
}

.flex-control-paging li a.flex-active {
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.product-carousel {
  display: none;
  opacity: 1!important;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

#column-left .product-carousel,#column-right .product-carousel {
  display: block;
}

#column-left .customNavigation,#column-right .customNavigation {
  display: none;
}

#column-left .banners-slider-carousel .customNavigation,#column-right .banners-slider-carousel .customNavigation {
  display: block;
}

.product-carousel .slider-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px,0px,0px);
  -webkit-perspective: 1000;
}

.product-carousel .slider-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-carousel .slider-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.product-carousel .slider-item {
  float: left;
}

.slider-controls .slider-page,.slider-controls .slider-buttons div {
  cursor: pointer;
}

.slider-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.grabbing {
  cursor: url("./../../skin/frontend/default/MAG090172/image/megnor/grabbing.png") 8 8,move;
}

.product-carousel .slider-wrapper,.product-carousel .slider-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  list-style: none;
}

.customNavigation {
  text-align: center;
  position: relative;
  width: 100%;
}

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
  float: right;
  height: 22px;
  position: absolute;
  top: -35px;
  width: 22px;
  text-indent: -9999px;
  cursor: pointer;
}

.customNavigation a.prev {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -206px 2px transparent;
  right: 25px;
}

.customNavigation a.prev:hover {
  background-position: -206px -27px;
  text-decoration: none;
}

.customNavigation a.next {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -236px 2px transparent;
  right: 0px;
}

.customNavigation a.next:hover {
  background-position: -236px -27px;
  text-decoration: none;
}

.additional-carousel .product-carousel {
  width: auto;
  margin: 0 20px;
}

.additional-carousel .customNavigation a.prev {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -4px -216px;
  left: 0px;
  top: 30px;
  z-index: 999;
  text-indent: -9999px;
  cursor: pointer;
  width: 20px;
  height: 25px;
}

.additional-carousel .customNavigation a.prev:hover {
  background-position: -202px -269px;
  text-decoration: none;
  z-index: 999;
}

.additional-carousel .customNavigation a.next {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -36px -216px;
  right: 0px;
  top: 30px;
  cursor: pointer;
  z-index: 999;
  text-indent: -9999px;
  width: 20px;
  height: 25px;
}

.additional-carousel .customNavigation a.next:hover {
  background-position: -234px -269px;
  text-decoration: none;
  z-index: 999;
}

.additional-carousel .slider-item {
  float: left;
  width: 90px;
}

.additional-carousel .slider-item .product-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 3px;
  clear: both;
  margin: 4px 4px;
  overflow: hidden;
}

.product-info .product-image .customNavigation {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.product-info .product-image .customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
  float: right;
  height: 20px;
  position: absolute;
  top: -34px;
  width: 16px;
}

.product-info .product-image .customNavigation a.prev {
  background: url("./../../skin/frontend/default/MAG090172/image/megnor/sprite.png") no-repeat scroll -11px -60px transparent;
  left: -3px;
  top: 35px;
}

.product-info .product-image .customNavigation a.prev:hover {
  background-position: -11px -90px;
  text-decoration: none;
}

.product-info .product-image .customNavigation a.next {
  background: url("./../../skin/frontend/default/MAG090172/image/megnor/sprite.png") no-repeat scroll -43px -60px transparent;
  right: -3px;
  top: 35px;
}

.product-info .product-image .customNavigation a.next:hover {
  background-position: -43px -90px;
  text-decoration: none;
}

.manufacture_products .customNavigation a.prev {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -32px -248px transparent;
  height: 25px;
  left: -28px;
  top: 39px;
  width: 25px;
}

.manufacture_products .customNavigation a.prev:hover {
  background-position: -10px -248px;
}

.manufacture_products .customNavigation a.next {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -53px -248px transparent;
  right: -28px;
  top: 39px;
  width: 25px;
  height: 25px;
}

.manufacture_products .customNavigation a.next:hover {
  background-position: -75px -248px;
}

#advancedmenu {
  position: relative;
  margin: 0 auto;
  z-index: 9;
  border: 1px solid #ddd;
}

.ie7 #advancedmenu,.ie8 #advancedmenu {
  border: 1px solid #ddd;
}

div.menu {
  background: url("./../../skin/frontend/default/MAG090172/images/menu_saprator.png") no-repeat scroll right center transparent;
}

div.menu .home_link,.custom_link li a {
  float: left;
  background: url("./../../skin/frontend/default/MAG090172/images/menu_saprator.png") no-repeat scroll right center transparent;
  padding-right: 2px;
}

div.menu .home_link a {
  background: none;
}

.custom_menu a {
  display: block;
  float: left;
}

div.menu .home_link a,.custom_link li a,.custom_menu a {
  padding: 13px 16px!important;
  color: #211F20;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
}

.custom_link li.last a {
  background: none;
}

div.menu.active {
  color: #5E5E5E;
}

div.megnor-advanced-menu-popup {
  background: none repeat scroll 0 0 #F6F6F6;
  border: 5px solid #C9C9C9;
  position: absolute;
  display: none;
  text-align: left;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
  top: auto;
  left: 192px!important;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  min-width: 512px;
  transition-duration: 200ms;
  margin-top: -29px;
}

.megnor-advanced-menu-popup_inner {
  background: #F6F6F6;
  padding: 10px 0 10px 10px;
}

div.menu a,div.megnor-advanced-menu-popup a {
  color: #666666;
  display: block;
  font-size: 13px;
  padding: 6px 10px;
  text-decoration: none;
  text-transform: capitalize;
}

div.megnor-advanced-menu-popup a {
  padding: 5px 10px;
  text-transform: none;
}

div.menu a:hover,div.active .parentMenu>a,div.menu.act a,.cms-home .menu .home_link a,.custom_link li a:hover {
  color: #133EBC;
}

div.megnor-advanced-menu-popup a:hover {
}

div.megnor-advanced-menu-popup a.actParent {
  color: #4D4D4D;
}

div.megnor-advanced-menu-popup a.act {
  color: #133EBC;
}

div.column {
  float: left;
  width: 240px;
  padding: 0px 10px 0 0;
}

.megnor-advanced-menu-popup_inner .last {
  padding: 0;
}

div.itemSubMenu {
}

.clearBoth {
  clear: both;
}

#advancedmenu .level1>a.itemMenuName {
  font-size: 14px;
}

div.megnor-advanced-menu-popup .block1 {
}

div.megnor-advanced-menu-popup .block2,div.megnor-advanced-menu-popup .block2 p {
  padding: 0px 0 0px;
  margin: 0;
}

div.megnor-advanced-menu-popup .block2 a {
  padding: 0;
}

#advancedmenu .megnor-advanced-menu-popup .itemMenu a {
  font-weight: normal;
  font-weight: normal;
  text-transform: capitalize;
}

.itemMenu .itemMenuName {
  color: #211F20!important;
  background: #E1E1E1;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
}

.itemSubMenu .itemMenu {
  margin-left: 10px;
      min-height: 104px;
}

.itemSubMenu .itemMenu a.itemMenuName {
  background: url("./../../skin/frontend/default/MAG090172/images/footerdot.png") no-repeat scroll 0 center transparent;
  color: #666666!important;
  font-weight: normal!important;
  padding: 2px 0 2px 10px;
}

.itemSubMenu .itemMenu a:hover {
  background: url("./../../skin/frontend/default/MAG090172/images/footerdot_hover.png") no-repeat scroll 1px center transparent;
  color: #133EBC!important;
}

.customblock_inner {
  background: #FFF;
  width: 255px;
}

.customblock_inner h2 {
  font-size: 14px;
  color: #FF633F;
  font-weight: bold;
  margin: 0;
}

.customblock_inner .custom_text {
  font-size: 12px;
  padding: 5px 10px;
}

.customblock_inner p {
  margin-top: 2px;
}

.mega_menu {
  float: left;
  margin-bottom: 0px;
}

.ie7 #advancedmenu {
  border: 1px solid #ddd;
}

.mega_bkg {
  background: #f6f6f6;
  margin: 2px 5px 0 3px;
  padding: 2px 3px 3px;
  width: 186px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.mega_menu .active {
}

.mega_menu .block-title {
  background-color: #0051cc;
  background-image: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFFFFF;
  font-size: 15px;
  padding: 6px 6px 6px 10px;
  text-align: left;
  width: 170px;
  line-height: 21px;
}

.ie7 .mega_menu .block-title span {
  float: left;
}

.cms-home .mega_menu .block-title h2.toggle_arrow,.catalog-category-view .mega_menu .block-title h2.toggle_arrow,.catalog-product-view .mega_menu .block-title h2.toggle_arrow {
  background-position: right -49px;
}

.mega_menu .active .block-title h2.toggle_arrow {
  background-position: right -49px;
}

.mega_menu .block-title h2.toggle_arrow {
  float: right;
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat-toggle-arrow.png") no-repeat scroll right 3px transparent;
  cursor: pointer;
  height: 24px;
  margin-bottom: 0;
  margin-top: -2px;
  width: 22px;
}

.cms-home .mega_menu .active .block-title h2.toggle_arrow,.catalog-category-view .mega_menu .active .block-title h2.toggle_arrow,.catalog-product-view .mega_menu .active .block-title h2.toggle_arrow {
  float: right;
  background: url("./../../skin/frontend/default/MAG090172/images/megnor/cat-toggle-arrow.png") no-repeat scroll right 3px transparent;
  cursor: pointer;
  height: 24px;
  margin-bottom: 0;
  margin-top: -2px;
  width: 22px;
}

.cms-home .mega_menu .block-content,.catalog-category-view .mega_menu .block-content,.catalog-product-view .mega_menu .block-content {
  display: block;
  padding-top: 4px;
  position: relative;
  top: 0px;
}

.mega_menu .block-content {
  width: 192px;
  background: none repeat scroll 0 0 #F6F6F6;
  border-left: 4px solid #E2E1DE;
  border-right: 4px solid #E2E1DE;
  border-bottom: 4px solid #E2E1DE;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  position: absolute;
  margin-top: -3px;
  margin-left: -1px;
  margin-bottom: 10px;
  padding-top: 4px;
  display: none;
}

.mega_menu .block-content div.menu {
  border-bottom: 1px solid #D5D5D5;
  background: none;
  position: relative;
  z-index: 99999;
}

ie7 .mega_bkg,ie7 .mega_bkg {
  background: #eee;
}

.custom_link li {
  float: left;
}

.customblock_inner {
  background: #f6f6f6;
  border: 3px solid #E2E1DE;
  border-radius: 0 0 5px 5px;
  display: none;
  padding: 5px;
  position: absolute;
  text-align: left;
  top: 43px!important;
  left: 0!important;
  width: 964px;
}

.customblock_inner h2 {
  font-size: 15px;
  color: #133EBC;
  font-weight: normal;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

.customblock_inner .custom_text {
  font-size: 12px;
  padding: 5px 10px;
}

.customblock_inner p {
  margin-top: 2px;
}

.custom_menu:hover .customblock_inner {
  display: block;
}

.customblock_inner .megnor-advanced-menu-popup_inner {
  padding: 10px;
  overflow: hidden;
}

.cms_menu_block {
  width: 179px;
  margin: 0 12px 0 0;
  float: left;
  cursor: pointer;
  min-height: 250px;
}

.cms_menu_block_inner {
  border: 1px solid #E3E2E2;
  border-radius: 3px;
  padding: 10px;
  background: #FFF;
  transition: border-color 200ms ease-in-out 0s;
}

.cms_menu_block:hover .cms_menu_block_inner {
  border-color: #133EBC;
}

#menu_block5 {
  margin: 0;
}

.custom_image {
  background: #fdfdfd;
  border: 1px solid #e3e3e3;
  margin: 0 0 10px;
  height: 80px;
  text-align: center;
  transition: border-color 200ms ease-in-out 0s;
}

.custom_image img {
  margin: 25px 0 0 0;
}

.cms_menu_block_inner:hover h2 {
  color: #464445;
}

.custom_menu .menu {
  background: none;
}

.custom_menu {
  position: relative;
  z-index: 99999!important;
}

.cms_menu_block_inner .custom_image a {
  height: 25px;
  width: 25px;
  display: block;
  margin: 13px auto;
  float: none;
}

#menu_block1 .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll 12px -740px transparent;
}

#menu_block2 .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -175px -740px transparent;
}

#menu_block3 .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -3px -791px transparent;
}

#menu_block4 .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -155px -791px transparent;
}

#menu_block5 .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -6px -841px transparent;
}

#menu_block1:hover .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -41px -740px transparent;
}

#menu_block2:hover .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -121px -740px transparent;
}

#menu_block3:hover .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -85px -791px transparent;
}

#menu_block4:hover .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -209px -791px transparent;
}

#menu_block5:hover .cms_menu_block_inner .custom_image a {
  background: url("./../../skin/frontend/default/MAG090172/images/sprite.png") no-repeat scroll -73px -841px transparent;
}

.mega_menu .block-content .parent-arrow .arrow {
  background: url("./../../skin/frontend/default/MAG090172/images/menu_arrow.png") no-repeat scroll 176px center transparent;
}

.mega_menu .block-content .parent-arrow:hover .arrow,.mega_menu .block-content .active .arrow {
  background: url("./../../skin/frontend/default/MAG090172/images/menu-hover-arrow.png") no-repeat scroll right center transparent;
}

@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .header_top,.header-bottom,.nav-inner,.main,.footer {
    width: 940px;
  }

  .subbanner {
    width: 750px;
  }

  .col-main {
    float: left;
    width: 750px;
  }

  .col-left {
    float: left;
    width: 180px;
  }

  .col-right {
    float: right;
    width: 180px;
    margin-left: 0;
  }

  .header .quick-access {
    width: 760px;
  }

  .customblock_inner {
    width: 925px;
  }

  .cms_menu_block_inner {
    min-height: 250px;
  }

  .cms_menu_block {
    width: 171px;
  }

  .col3-layout .col-main {
    width: 520px;
    margin-left: 10px;
  }

  .col3-layout .col-wrapper {
    float: left;
    width: 720px;
  }

  .product-view .product-shop {
    width: 432px;
  }

  .col1-layout .product-view .product-shop {
    width: 623px;
  }

  .block-banner img {
    max-width: 100%;
  }

  #footer .mobile_togglemenu {
    display: none;
  }

  #footer .footer-area,.static_link1,.static_link2,.static_link3 {
    width: 209px;
  }

  .col1-layout .product-view .product-shop {
    width: 620px;
  }

  .cart .cart-collaterals .col1-set,.cart .cart-collaterals .col2-set,.cart .totals {
    width: 100%;
  }

  .subbanner2 li {
    width: 240px;
  }

  .subbanner2 li img {
    width: 100%;
  }

  .subbanner .banner {
    width: 176px;
  }

  #footer #block_4 {
    width: 903px;
  }

  #footer .block-subscribe {
    width: 630px;
  }

  #footer .block-subscribe input.input-text {
    width: 254px;
  }

  .category-image img {
    max-width: 746px;
  }

  .mega_menu .block-content {
    width: 172px;
  }

  .mega_menu .block-title {
    width: 150px;
  }

  .mega_bkg {
    width: 166px;
  }

  div.megnor-advanced-menu-popup {
    left: 172px!important;
  }
}

@media only screen and (max-width: 979px) {
  .hidden-sm{
    display:none;
  }
  .header_top,.header-bottom,.nav-inner,.main,.footer {
    width: 724px;
  }

  .footer {
    padding: 0;
  }

  .col-main,.col3-layout .col-wrapper {
    width: 100%;
  }

  .col3-layout .col-main {
    width: 374px;
  }

  .col-left,.col-right {
    width: 165px;
  }

  .header-static-block {
    display: none;
  }

  #advancedmenu {
    display: none;
  }

  .advanced_nav {
    display: block;
  }

  .subbanner {
    width: 550px;
  }

  .subbanner .banner {
    width: 126px;
  }

  .subbanner .img {
    display: none;
  }

  .subbanner .data {
    padding-left: 0;
  }

  .header .quick-access {
    width: 490px;
  }

  .footer .mobile_togglemenu {
    display: block;
  }

  #footer ul {
    display: none;
    margin-bottom: 10px;
  }

  .static_link1,.static_link2,.static_link3 {
    width: 100%;
  }

  #footer #block_1,#footer #block_2 {
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  #footer #block_4 {
    width: 688px;
  }

  .subbanner2 li {
    width: 173px;
  }

  .subbanner2 ul li a img {
    width: 100%;
  }

  .subbanner .data {
    padding-top: 8px;
  }

  .products-list li .list-center {
    width: 225px;
    padding-bottom: 10px;
  }

  .product-view .product-shop {
    width: 100%;
  }

  .cart .cart-collaterals .col2-set,.cart .totals,.cart .cart-collaterals .col1-set {
    width: 100%;
  }

  .checkout-progress {
    padding: 0 10px;
  }

  .form-list li.wide select,.form-list li.wide .input-box {
    width: 400px;
  }

  .gift-messages-form .item .details .form-list li.wide .input-box,.form-list li.wide input.input-text {
    width: 100%;
  }

  .col1-layout .product-view .product-shop {
    width: 405px;
  }

  .padder h6 {
    display: block;
    padding: 5px 10px 4px;
    line-height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  .product-view .tabs {
    display: none!important;
  }

  .contacform {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    margin-right: 0;
    border: none;
  }

  .googlemap {
    width: 100%;
    margin-bottom: 10px;
  }

  .block-banner img,.category-image img {
    max-width: 100%;
  }

  .toolbar .pager .pager_right {
    float: left;
    margin-top: 8px;
    clear: both;
  }

  .footer_bottom ul.links {
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 5px;
  }

  .footer address {
    float: none;
    text-align: center;
    clear: both;
  }

  .product-collateral .padder {
    padding-left: 0;
    padding-right: 0;
    border: none;
    padding-bottom: 0;
  }

  .padder ol {
    display: none;
    margin-bottom: 15px;
  }

  .padder>div {
    display: block!important;
  }

  .social_block,.social_block h6 {
    float: none;
  }

  #footer .block-subscribe input.input-text {
    width: 289px;
  }

  #footer .block-subscribe a.mobile_togglemenu,#footer .social_block a.mobile_togglemenu {
    display: none;
  }

  #footer .block-subscribe ul,#footer .social_block ul {
    display: block;
  }

  #footer .block-subscribe {
    margin-right: 55px;
    width: 400px;
  }

  .block-subscribe .block-title strong {
    float: none!important;
    margin-bottom: 15px!important;
  }

  .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 90%;
  }
}
@media only screen and (max-width: 770px) {
	.pad-hidden{
	display:none;}
	.col-main{
		width:100% !important;
		}
	}
	
@media only screen and (max-width: 767px) {
  #footer #block_4 {
    margin-right: 0;
    padding: 5px 2%;
    width: 94%;
  }

  #footer .block-subscribe {
    margin-bottom: 15px;
  }

  .social_block h6 {
    margin-right: 0;
  }

  #footer .block-subscribe a.mobile_togglemenu {
    margin-top: -35px;
  }

  #footer .block-subscribe input.input-text {
    width: 96%;
  }

  #footer .block-subscribe,.social_block {
    width: 100%;
    margin-right: 0;
    clear: both;
  }

  #footer .block-subscribe a.mobile_togglemenu,#footer .social_block a.mobile_togglemenu {
    display: block;
  }

  #footer .block-subscribe ul,#footer .social_block ul {
    display: none;
  }

  .header_top,.header-bottom,.nav-inner,.main,.footer {
    width: auto;
    margin: 0 15px;
  }

  .col-left,.col-right,.col-main {
    width: 100%;
  }

  .col-main {
    margin-bottom: 10px;
  }

  .col-left .block-content,.col-right .block-content {
    display: none;
  }

  .col3-layout .col-wrapper,.col-main,.col3-layout .col-main {
    width: 100%;
  }

  .toggle .mobile_togglecolumn {
    display: block;
  }

  .block-banner {
    display: none;
  }

  .header_top_bkg {
    position: relative;
    z-index: 9;
  }

  .form-language .sbHolder>a.sbToggle,.tm_top_currency .sbHolder>a.sbToggle,.header-cart .right_arrow {
    background: url("./../../skin/frontend/default/MAG090172/images/arrow-down-repo.png") no-repeat scroll center center;
    top: 0;
    right: 10px;
  }

  .form-language .sbHolder>a.sbToggleOpen,.tm_top_currency .sbHolder>a.sbToggleOpen,.header-cart .active .right_arrow {
    background: url("./../../skin/frontend/default/MAG090172/images/arrow-up-respo.png") no-repeat scroll center center;
    top: 0;
    right: 10px;
  }

  .nav-responsive {
    border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    margin-right: -2px;
  }

  .header .logo {
    margin: 40px auto 0;
    text-align: center;
    text-decoration: none!important;
    width: 100%;
  }

  .header .quick-access {
    margin: 10px 0;
  }

  .header .quick-access {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header .form-search {
    float: none;
    margin: 5px auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .header .welcome-msg {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
  }

  .header .links {
    display: none;
    float: none;
    text-align: left;
    position: absolute;
    background: #f6f6f6;
    -webkit-box-shadow: 0px 2px 2px #ccc;
    -moz-box-shadow: 0px 2px 2px #ccc;
    box-shadow: 0px 2px 2px #ccc;
  }

  .tm_headerlinks_inner {
    display: block;
    cursor: pointer;
    padding: 9px 0;
  }

  .header .links {
    margin: 0;
    top: 38px;
    width: 140px;
    right: 0;
    padding: 3px;
  }

  .header .links li {
    display: block;
    float: none;
    background: none;
    padding: 0px!important;
  }

  .header .links li a {
    text-decoration: none;
    padding: 5px;
    display: block;
  }

  .header .links li a:hover {
    background: #fff;
  }

  .header .tm_top_currency {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
  }

  .header-cart {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
  }

  .header .tm_top_currency,.header .form-language {
    float: left;
    text-align: center;
  }

  .header .tm_top_currency,.header .form-language {
    width: 25%;
    margin: 0 0px 0 0px;
    position: relative;
    background: #1381bc;
    top: 20px;
    padding: 0px 0;
    border-right: 1px solid #fff;
  }

  .form-language .sbHolder,.tm_top_currency .sbHolder {
    border: none;
    padding: 0px 0 0;
    background: none;
    float: none;
  }

  .form-language .sbHolder>a,.tm_top_currency .sbHolder>a {
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }

  .form-language .sbHolder .sbOptions,.tm_top_currency .sbHolder .sbOptions {
    width: 130px;
    left: 0;
    top: 38px!important;
    text-align: left;
  }

  .header-cart {
    top: 7px!important;
  }

  .header-cart,.tm_headerlinkmenu {
    float: right;
    margin: 0 -1px 0 0;
    position: absolute;
    right: 0;
    top: 48px;
    width: 25%;
    background: #1381bc;
    padding: 0px 0;
    border-right: 1px solid #FFFFFF;
  }

  .tm_headerlinkmenu {
    right: 4%;
    margin: 0 -3px 0 0;
  }

  .cart_mini_right {
    background: none;
    padding: 0;
    color: #fff;
    margin: 0 0 0 1px;
    border: none;
    float: none;
    text-align: center;
  }

  .header .header-cart #panel {
    top: 38px;
  }

  .cart_mini_right .price {
    display: none;
  }

  .subbanner2 {
    display: 100%;
  }

  .subbanner {
    width: 100%;
  }

  #footer #block_1,#footer #block_2 {
    margin-right: 0;
    padding: 0 3%;
    width: 94%;
  }

  .subbanner2 li {
    margin-right: 2%;
    width: 32%;
  }

  .subbanner .data .h1 {
    font-size: 14px;
  }

  .subbanner .banner {
    padding: 2px 1% 1%;
    width: 22.6%;
  }

  .shopping_CMS_main1 img {
    width: 100%;
    margin-bottom: 10px;
  }

  .products-list li .list-center {
    margin-top: 15px;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: none;
  }

  .col2-set .col-1,.col2-set .col-2,.box-account .col2-set .col-1 {
    width: 100%;
  }

  .box-account .col2-set .col-1 {
    padding-right: 0;
    border: none;
    margin-bottom: 15px;
  }

  .order-info-box .col-1 {
    margin-bottom: 15px;
  }

  .product-view .product-img-box {
    margin: 0 auto 20px;
    float: none;
  }

  .product-shop {
    width: 100%!important;
  }

  #zoom-btn,.mousetrap,.header .form-language label,.header .tm_top_currency label {
    display: none!important;
  }

  #zoom1 {
    cursor: default!important;
  }

  #super-table {
    clear: both;
  }

  #new-wishlist-table .add-to-cart-alt button.button span {
    width: auto!important;
  }

  .form-list li.wide textarea {
    width: 100%;
  }

  .form-list li.fields .name-firstname {
    margin-bottom: 10px;
  }

  .buttons-set {
    margin-bottom: 10px!important;
  }

  .footer {
    margin-bottom: 20px!important;
  }

  .cart-label {
    cursor: pointer;
    padding: 9px 0 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .form-list li.wide .input-box {
    width: 260px;
  }

  .form-list li.wide input.input-text {
    width: 250px;
  }
}

@media only screen and (max-width: 479px) {
	.flex-control-paging{
		display:none;
		}
  .form-list .field,.form-list .input-box,.form-list li.wide .input-box {
    width: 100%!important;
  }
	.products-grid li.item.homelist {
    width: 100%!important;
}
  .form-list input.input-text,.form-list li.wide textarea,.form-list select,.tm_responsive_row select,.product-view .box-tags .form-add input.input-text {
    width: 90%!important;
  }

  .header .form-search input.input-text {
    width: 182px;
  }

  .header .form-search {
    width: 265px;
  }

  .cart_mini_right {
    display: none;
  }

  .cart-label {
    background: url("./../../skin/frontend/default/MAG090172/images/cart-respo.png") no-repeat scroll center center;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    cursor: pointer;
    padding: 9px 0;
  }

  .subbanner,.subbanner2 {
    display: none;
  }

  .checkout-progress {
    padding: 0 50px;
  }

  .checkout-progress li {
    width: 100%;
    margin: 0 0px 5px 0;
  }

  .cart_mini_right .price {
    display: none;
  }

  .tm_responsive_row label,.tm_responsive_row span {
    width: 100%;
    margin: 0 0px 5px 0;
  }

  .tm_responsive_row span .separator {
    display: none;
  }

  .gift-messages-form .item .details {
    margin-left: 0;
    margin-top: 15px;
  }

  .product-view .product-img-box {
    width: 271px;
  }

  .product-view .product-img-box .product-image img {
    width: 100%;
  }

  .email-addto-box .email-friend {
    float: none;
    margin-bottom: 8px;
  }

  .googlemap iframe {
    width: 100%!important;
  }

  .col3-set .col-1,.col3-set .col-2,.col3-set .col-3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .my-wishlist textarea {
    width: 90%;
  }

  #my-tags-table td,#my-reviews-table td {
    display: block;
  }

  .additional-carousel .slider-item .product-block img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .product-view .product-shop .availability {
    float: none;
    text-align: left;
  }

  #product-review-table .nobr {
    white-space: normal!important;
  }

  #product-review-table td,.data-table thead th {
    padding: 5px 3px;
  }

  #product-review-table {
    margin: 10px 0;
  }

  .buttons-set .back-link {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .buttons-set button.button {
    float: left;
    margin-left: 0;
    clear: both;
    margin-top: 5px;
  }

  .pager .limiter {
    margin-bottom: 10px;
    float: left;
  }

  .pager .pages {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .pager .pager_right .sort-by {
    float: left;
  }

  .products-list li .list-right {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
}

@media only screen and (max-width: 319px) {
  .header-cart .right_arrow {
    padding: 0;
    background: none;
  }

  .cart .discount .input-box {
    width: 100%!important;
  }

  #footer .block-subscribe input.input-text,.form-list textarea,.cart .discount input.input-text {
    width: 95%;
  }

  .checkout-progress {
    padding: 0 10px;
  }

  .opc .step {
    padding: 15px 15px;
  }

  .product-view .product-img-box,.product-view .product-img-box .product-image img {
    width: 100%;
  }

  .product-view .product-shop .add-to-links li {
    display: block;
    margin-bottom: 8px;
  }

  .product-view .product-shop .availability {
    float: none;
    text-align: left;
  }

  .my-wishlist .buttons-set button.button {
    margin: 5px 0;
    text-align: left;
  }

  #product-review-table thead {
    display: none;
  }

  .form-language .sbHolder,.tm_top_currency .sbHolder {
    flat: none;
    text-align: center;
    padding: 0;
  }

  .form-language .sbHolder .sbToggle,.tm_top_currency .sbHolder .sbToggle {
    display: none;
  }

  #footer #block_4 {
    margin-right: 0;
    padding: 5px 4%;
    width: 87%;
  }

  #footer #block_1,#footer #block_2 {
    width: 90%;
  }

  .header .form-search input.input-text {
    width: 103px;
  }

  .header .form-search,.header .header-cart #panel {
    width: 185px;
  }
}

@media only screen and (max-width:240px) {
}

.more {
  display: none;
}

.bluelink {
  color: #3539CF;
}

a.showLink, a.hideLink {
  text-decoration: none;
  color: #36f !important;
  padding-left: 8px;
  background: transparent url(./../../skin/frontend/default/MAG090172/images/down.gif) no-repeat left;
}

a.hideLink {
  background: transparent url(./../../skin/frontend/default/MAG090172/images/up.gif) no-repeat left;
}

.text-green {
  color: #01CF38;
}

.input_error {
  border: 1px solid #FF8686 !important;
}
.newsbutton span{
	padding: 6px 6px !important;
	line-height: 6px !important;
	font-size:12px !important;
}

.padding-bottom {
    padding-bottom: 10px;
}
.parentMenu :hover {
    background: #daedfd;
    font-weight: 600;
}