/*
  Theme
===================================================*/

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(../fonts/muli.woff2) format('woff2'), url(../fonts/muli.woff) format('woff');
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url(../fonts/muli-italic.woff2) format('woff2'), url(../fonts/muli-italic.woff) format('woff');
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: local('Muli Bold'), local('Muli-Bold'), url(../fonts/muli-bold700.woff2) format('woff2'), url(../fonts/muli-bold700.woff) format('woff');
}

/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-cyrillic-ext-400.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-cyrillic-400.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-vietnamese-400.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-latin-ext-400.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/oswald-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: "Muli", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #555;
  background: #fcfcfc url(../images/bg.png) fixed;
}

a {
  color:#02798E;
}

.clear {
  display:none;
}

img {
  border:0;
}

.msw-red {
  color:#ff4c4c;
}

.msw-green {
  color:green;
}

.msw-light {
  color: #CFDBC5;
}

.panel {
  box-shadow: none !important;
}

.mainmswarea {
  min-height: 80vh;
}

.mainmswarea .panel,.smallscreenarea .panel {
  box-shadow: none !important;
  border-width: 1px !important;
}

.mainmswarea .panel .panel-heading {
  background: #f5f5f5 url(../images/panel-bg.png) !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.margin-top-container,.offlinearea {
  margin-top: 50px;
}

/* Spinners */
.msw-box-spinner {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 95% 50% !important;
}

.msw-box-spinner-left {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 2% 50% !important;
}

.msw-box-spinner-right {
  background: #fff url(../images/animated/spin-small.gif) no-repeat 95% 50% !important;
}

.errcontainer {
  margin-top: 50px;
}

.errcontainer .panel-heading {
  font-weight: bold;
  text-transform: uppercase;
}

.errheader {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.errfooter{
  text-align: center;
}

.errfooter a:first-child {
  margin-right: 20px;
}

footer {
  border-top: 2px solid #ddd;
  background: #f5f5f5 url(../images/footer-bg.png);
  text-align: center;
  padding: 30px 0 30px 0;
  font-size: 12px !important;
  position:relative;
  bottom:0;
  width:100%;
}

footer a {
  color: #555;
}

.mswcursor_p {
  cursor:pointer;
}

.img-radius {
  border-radius: 3px;
}

.btn-primary {
  background: #008097;
  border: 1px solid #008097;
}

.navbar {
  background: #008097 url(../images/nav-bg.png);
  color: #fff;
  border: 0;
  border-bottom: 3px solid #c0c0c0;
  border-radius: 0;
  padding:10px 0 10px 0;
}

.navbar-default,
.navbar-default {
  border-radius: 0;
}

.navbar .container .fa-bars, .navbar .container .fa-chevron-left {
  font-size: 28px;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
  color:#ececec;
}

.navbar a {
  color: #fff;
  font-size: 21px;
  text-shadow: #000 1px 1px;
  text-transform: uppercase;
}

.navbar .row div.leftblock {
  padding-top: 3px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}


.navbar .form-group {
  margin:0;
  padding:0;
}

.navbar .input-group {
  border: 1px solid #555 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.navbar .input-group-addon {
  background: #f5f5f5 url(../images/panel-bg.png) !important;
}

.navbar .form-control {
  border:0;
  border-right: 1px solid #ddd;
}

.navbar .input-group-addon {
  border: 0 !important;
}

/* Floating basket count */
.headbasket[data-count]{
  position:relative;
}
.headbasket[data-count]:after{
  position: absolute;
  right: -0.75em;
  top: -.75em;
  content: attr(data-count);
  padding: .4em;
  border-radius: 10em;
  border:1px solid #fff;
  line-height: .9em;
  color: white;
  background: rgba(3,114,134,.75);
  text-align: center;
  min-width: 2em;
  font: bold .6em sans-serif;
}

.toppagebar {
  color: #555;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  background: #f5f5f5 url(../images/panel-bg.png) !important;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #c0c0c0;
  font-family: 'Oswald', sans-serif;
}

.toppagebar a {
  color: #555;
}

.right-panel-boxes .panel-heading {
  text-transform: uppercase;
  font-weight: bold;
  font-size:13px;
}

.right-panel-boxes .panel-body {
  line-height: 25px;
  font-size: 13px;
}

.line_height_28 {
  line-height: 28px;
}

.navbar .container .links {
  text-align: right;
  padding-top:8px;
  font-family: 'Oswald', sans-serif;
}

.navbar .container .links a {
  font-size: 16px;
  margin-left: 20px;
  color: #f9f9f9;
}

.navbar .container .links i,.navbar .container .links a .bcount {
  color:#ececec;
  font-size:17px;
}

.navbar .container .links a:first-child {
  margin-left: 0;
}

/* Category */
h1 {
  font-size: 20px;
  margin:0;
  padding:5px 0 10px 5px;
  color:#555;
  margin-bottom:20px;
  border-bottom: 1px solid #ddd;
  font-family: 'Oswald', sans-serif;
}

/* Category Products */
.productarea .row {
  padding:0;
  margin:0;
}
.productarea .panel-footer button:first-child {
  margin-right:20px;
}
.productarea h2 {
  margin:0 !important;
  padding:0 !important;
}
.productarea h2, .productarea h2 a {
  font-size: 15px;
}
.productarea .image img {
  width: 100%;
}
.productarea .bottom .price {
  font-size: 20px;
  font-weight: bold;
  color: #02798E;
  padding:0;
}
.productarea .bottom .price .offer {
  font-weight: normal;
  font-style: italic;
  color: #c0c0c0;
  text-decoration: line-through;
}
.productarea .bottom .info {
  padding:0;
}
.productarea .additional_images img {
  width: 30px;
  height: 30px;
  float:left;
  margin:0 5px 5px 0;
  padding:5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.productarea .additional_images img:hover {
  background: #f9f9f9;
}

/* Product view */
.productpagearea .row {
  padding:0;
  margin:0;
}
.smallqty {
  padding-left:50% !important;
}
.addcartbutton {
  text-align: center !important;
}
.productpagearea h2 {
  margin:0 !important;
  padding:0 !important;
}
.productpagearea h2, .productpagearea h2 a {
  font-size: 18px;
}
.productpagearea .image img {
  width: 100%;
}
.productpagearea .additional_images img {
  width: 30px;
  height: 30px;
  float:left;
  margin:0 5px 5px 0;
  padding:5px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.productpagearea .additional_images img:hover {
  background: #f9f9f9;
}
.producttabarea .panel-body img {
  width:100%;
}
.producttabarea .panel-default {
  border-top: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.productnavtabs .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.productnavtabs .nav-tabs li a {
  font-size: 16px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}
.productnavtabs .nav-tabs li {
  margin-bottom: -2px;
}
.productnavtabs .nav-tabs li a,.productnavtabs .nav-tabs li a:hover,.productnavtabs .nav-tabs li a:focus {
  border-width: 1px;
  border-bottom: 0;
}
.productnavtabs .nav-tabs li a:hover {
  background: #fff;
}
.productpagearea .bottom .price {
  font-size: 20px;
  font-weight: bold;
  color: #02798E;
  padding:0;
}
.productpagearea .bottom .price .offer {
  font-weight: normal;
  font-style: italic;
  color: #c0c0c0;
  text-decoration: line-through;
}
.productpagearea .bottom .text {
  padding:0;
  font-size: 12px;
  font-style: italic;
}
.productbuyarea .table tr td,.producteditarea .table tr td {
  vertical-align: middle !important;
}
.productbuyarea .table tr td:last-child {
  text-align: right;
  width: 15%;
}
.producteditarea .table tr td:last-child {
  text-align: right;
  width: 20%;
}
.productbuyarea .table tr td .form-group,.producteditarea .table tr td .form-group {
  padding:0;
  margin:0;
}
.productbuyarea .offer,.producteditarea .offer {
  font-weight: normal;
  font-style: italic;
  color: #c0c0c0;
  text-decoration: line-through;
}

/* New pages */
.newpagearea .panel-heading {
  font-size: 16px;
  font-weight: bold;
}

/* Pages */
.mswpages,.pagination {
  text-align: right !important;
  padding:0 !important;
  margin:0 0 30px 0 !important;
}
.pagination li.active a {
  background: #02798E !important;
  border: 1px solid #555 !important;
}

/* Footer Bar */
.footbar {
  border-top: 2px solid #ddd;
  padding:20px;
  margin-top:30px;
}
.footbar .row div {
  line-height: 35px;
}
footer .socialbuttons {
  margin-bottom: 15px;
}
footer .socialbuttons a i {
  font-size: 32px;
  color: #02798E;
}
footer .socialbuttons a i:hover {
  color: #555;
}
.footbar .social .row {
  padding-top:30px;
}
.footbar h2 {
  padding:0;
  margin:0 0 20px 5px;
  font-size:18px;
  text-transform: uppercase;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.footbar .footlatest .image img {
  width: 60px;
  background:#fff;
  border:1px solid #ddd;
  padding:5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.footbar .footlatest {
  padding:10px 0 10px 0;
  border-top: 1px dashed #ddd;
  width:100%;
}
.footbar .footlatest hr {
  border:0;
  border-bottom: 1px solid #ddd;
}

.footbar .footlatest .product {
  padding-left:0;
}

.footbar .footlatest:first-child {
  padding-top:0;
}

.footbar .footlatest:last-child {
  border-bottom: 0;
}

.footbar .latest .price {
  font-size: 14px;
  font-weight: bold;
}

.footbar .latest .price .offer {
  font-weight: normal;
  font-style: italic;
  color: #c0c0c0;
  text-decoration: line-through;
}

/* Dialog Basket */
.empty_basket {
  text-align: center;
  font-style:italic;
  padding:30px 0 30px 0;
  border: 1px dashed #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FCFCFC;
}
.clearing {
  text-align: center;
  font-style:italic;
  height: 150px;
  border: 1px dashed #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/animated/loading.gif) no-repeat 50% 50%;
}
.dialogitem {
  border-width: 1px;
}
.dialog-total {
  font-weight: bold;
  font-size: 20px;
}
.dialogcartwrapper .table {
  padding-bottom:0;
  margin-bottom:0;
}
.dialogcartwrapper .table td {
  border:0;
  padding:0;
}
.dialogcartwrapper .table tr td:last-child{
  text-align: right;
}
.dialogcartwrapper .options {
  font-size: 12px;
}
.dialogcartwrapper hr {
  margin: 10px 0 10px 0;
}

/* Checkout */
.checkoutarea h2 {
  font-size: 20px;
  margin:0;
  padding:5px 0 10px 5px;
  color:#555;
  margin-bottom:20px;
  border-bottom: 1px solid #ddd;
  font-family: 'Oswald', sans-serif;
}
.checkoutproduct .panel-body,.checkoutproduct .table-responsive,.checkoutproduct .table {
  padding-bottom:0;
  margin-bottom:0;
}
.checkoutproduct .table {
  margin-bottom: 15px;
}
.checkoutproduct .table td {
  border-color: #F4F3F1;
}
.checkoutproduct .top {
  padding-bottom: 20px !important;
}
.checkoutproduct .top a {
  font-weight: bold;
}
.checkoutproduct .top td {
  border:0;
  padding:0;
}
.checkoutproduct .top td:last-child {
  padding-left: 20px;
}
.checkoutproduct .top td:last-child img {
  width: 50px;
}
.checkoutproduct .panel-body .options {
  font-size: 14px;
}
.checkoutproduct .panel-body .options .highlight {
  color: #008097;
}
.checkoutproduct .panel-body .options td {
  padding:7px 0 7px 0;
}
.checkoutproduct .panel-footer a {
  color: #555;
  font-size: 11px;
  margin-right:20px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkoutproduct .panel-footer a:last-child {
  margin-right: 0;
}
.checkoutproduct .panel-footer i {
  color: #555;
  font-size: 12px;
}
.checkoutboxes hr {
  border-bottom: 1px solid #ddd;
}
.checkoutboxes .overview {
  font-size: 13px;
}
.checkoutboxes .overview p {
  font-weight: bold;
}
.checkoutboxes .overview p .viewbasket {
  font-weight: normal;
  margin-left: 10px;
}
.checkoutboxes .overview .table {
  margin-bottom: 0;
}
.checkoutboxes .overview .highlight {
  color: #008097;
}
.checkoutboxes .cards img {
  margin-right: 20px;
}
.checkoutboxes .cards img:last-child {
  margin-right: 0;
}
.checkoutboxes .grandtotal {
  background: #f9f9f9;
  font-weight: bold;
  font-size: 15px;
}
.checkoutarea .nobottommargin {
  margin-bottom:0;
}

/* Screens */
.smallscreenarea {
  margin-top: 50px;
}
.smallscreenarea .panel-heading {
  font-weight: bold;
  text-transform: uppercase;
}

/* View Order */
.vieworderarea {
  color: #555;
}
.vieworderarea h2 {
  font-size: 20px;
  margin:0;
  padding:5px 0 10px 5px;
  color:#555;
  margin-bottom:20px;
  border-bottom: 1px solid #ddd;
}
.vieworderarea .overview {
  font-size: 13px;
  line-height: 20px;
}
.vieworderarea .totals tr td:first-child {
  width:75%;
  font-weight: bold;
}
.vieworderarea .totals .grand {
  font-size: 18px;
  color: #0089a1;
}
.vieworderarea .table {
  padding-bottom: 0;
  margin-bottom: 0;
}
.vieworderarea .downloads td,.vieworderarea .shipped td {
  font-size: 13px;
  font-weight: bold;
}
.vieworderarea .marginbottom50 {
  margin-bottom: 30px;
}
.vieworderarea .shipped hr:last-child {
  display:none;
}
.vieworderarea .shipped h3 {
  font-size: 15px;
  font-weight: normal;
  margin:0 0 5px 0;
  color:#0089a1;
  padding:0 0 10px 5px;
}
.vieworderarea .shipped tr td:first-child {
  border-left:2px solid #0089a1;
}
.vieworderarea .shipped tr td:nth-child(2) span {
  font-weight: normal;
}
.vieworderboxes .panel-body {
  line-height: 22px;
}
.vieworderboxes h2 {
  font-family: 'Oswald', sans-serif;
}

.filterarea {
  margin-bottom: 10px;
}

/* Popular / Related Boxes */

.popularboxarea,.relatedboxarea {
  padding-bottom:0 !important;
}

.popularboxarea .panel-body,.relatedboxarea .panel-body {
  padding-bottom:0 !important;
}

.popularrow, .relatedrow {
  padding:15px 0 15px 0;
  border-bottom: 1px dashed #ddd;
}

.popularrow .product, .relatedrow .product {
  padding-left:0;
}

.popularrow:first-child, .relatedrow:first-child {
  padding-top:0;
}

.popularrow:last-child, .relatedrow:last-child {
  border-bottom: 0;
}

.popularrow:nth-child(even), .relatedrow:nth-child(even) {
  background: #f9f9f9;
}

.popularrow .product .price, .relatedrow .product .price {
  border-top:1px dashed #ddd;
  margin-top:10px;
  padding-top:10px;
  font-size: 14px;
  font-weight: bold;
}

.popularrow .product .price .offer, .relatedrow .product .price .offer {
  font-weight: normal;
  font-style: italic;
  color: #c0c0c0;
  text-decoration: line-through;
}

.itemleft {
  text-align: left !important;
}

.tandc {
  font-weight: bold;
  text-transform: uppercase;
}

/* Captcha Image */

.capimg img {
  cursor:pointer;
  margin-bottom:10px;
  border:1px dashed #ccc;
  padding:1px;
}

/* Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:0 !important;
}

.nav_show_filters {
  text-align: right;
  border-top: 1px dashed #ddd;
  margin-top:10px;
  padding-top:10px;
}

.nav_show_filters i,
.pricerangearea button i {
  font-size: 20px !important;
}

.right-panel-boxes .panel-body img {
  width:100%;
}

.panel-body img {
  max-width:100%;
}

.loading-bottom {
  background: #00788E;
  height: 15px;
  line-height: 15px;
  width: 100%;
  position: fixed;
  z-index: 99999999;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #ffffff;
  left: -100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.loading-text-img {
  display: none;
  background: url(../images/animated/balls.gif) center center no-repeat;
}

/* For higher res monitors use more screen space */
@media (min-width: 1200px) {
  .mainmswarea  {
    width:98%;
  }
  .navbar-inner {
    width:100%;
  }
  .navbar-inner .container {
    width:98%;
  }
  .footbar .container {
    width:98%;
  }
  .headbasket[data-count]:after{
    padding: .3em;
    min-width: 2.3em;
  }
}

/* Comments */
h2.comments {
  font-size: 16px;
  margin: 0;
  padding: 5px 0 10px 5px;
  color: #555;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
h2.comments .add {
  float:right;
  max-width:70%;
  overflow:hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commentarea .comment {
  border-bottom:1px dashed #ddd;
  padding-bottom:10px;
}
.commentarea .comment:last-child {
  border-bottom:0;
}
.commentarea .comment .comm {
  padding-top:15px;
}
.commentarea .comment:first-child .comm {
  padding-top:0;
}
.commentarea .comment .miniview {
  display: block;
  display: -webkit-box;
  height: 4.9em;
  line-height: 1.3em;
  line-clamp: 2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.commentarea .add {
  text-align:right;
  margin-bottom:10px;
}
.commentarea .comment .user {
  text-align:right;
  font-size: 13px;
  font-style:italic;
  color:#00788E;
  margin-top:17px;
  background:#F6F6F6;
  padding:10px;
  border-right:3px solid #DADADA;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.commentarea .comment .fa-quote-left {
  opacity:0.5;
  float:left;
  margin-right:2px;
}
.commentarea .comment .fa-user {
  opacity:0.5;
}
.commentarea [data-view-comment] {
  margin-right:25px;
  cursor:pointer;
}
.commentarea [data-view-comment]:hover {
  color:#555;
}
[data-expand-comments] {
  cursor:pointer;
}

.comment_pagination_wrapper {
  text-align:right;
}

.comment_pagination {
  display: inline-block;
  margin-top:-10px;
}

.comment_pagination .comment_page {
  color: #555;
  font-size:12px;
  float: left;
  padding: 3px 7px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin: 0 1px 1px 0;
  cursor:pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  opacity:0.8;
}

.comment_pagination .comment_page:hover {
  background:#eee;
  opacity:1.0;
}

.comment_pagination .activepage {
  background:#eee; 
  opacity:1.0; 
  font-weight:bold;
}

.commentarea .nothing,
.buyformarea .nothing {
  text-align:center !important;
  font-style:italic !important;
}

/* Comments window */

.windowPanel .row-fluid .alert-danger {
  font-style:italic;
}

.comment_message {
  text-align:center;
  padding:30px;
  border: 2px dashed #ddd;
  margin: 0 1px 1px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* Product view */
h2.buy,
h2.info,
h2.cats,
h2.tags {
  font-size: 17px;
  margin: 0;
  padding: 5px 0 10px 5px;
  color: #555;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

.buyline {
  margin: 0 0 10px 0;
}

.windowPanel .button {
  margin-top:20px;
}

.comment_message p:nth-child(1) i {
  color: green;
  font-size:70px;
}

.errcontainer {
  margin-top: 50px;
}

.errheader {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.errfooter {
  text-align: center;
}

.errfooter a:first-child {
  margin-right: 20px;
}

.social_shares {
  padding:10px;
  border:1px solid #ddd;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:20px;
  height:55px;
  background:#FFF;
  margin-top:-15px;
}

.a2a_default_style {
  float:right;
}

a[class^="a2a_"] {
  color:#0166ff
}