/* CSS Guideline to style rokbox */
/* When adding your own theme,make sure to replace "custom" with your theme name */
/* use lowercase characters and no space. For example,we name our theme "mytheme" */
/* we replace every "rokbox-light" with "rokbox-mytheme" */
/* Wrapper,the very outside container of rokbox */
#rokbox-wrapper .clr {
  clear: both;
}

#rokbox-close {
  height: 30px;
  width: 20px;
  display: block;
  background: url(/rokbox/themes/light/close.png) 0 0 no-repeat;
  clear: both;
}
#rokbox-close span {
  display: none;
}

#rokbox-top .rokbox-right {
  background: url(/rokbox/themes/light/tr.png) 100% 0 no-repeat;
}
#rokbox-top .rokbox-center {
  background: url(/rokbox/themes/light/top.png) 0 0 repeat-x;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
#rokbox-top.rokbox-left {
  background: url(/rokbox/themes/light/tl.png) 0 0 no-repeat;
  clear: both;
}

#rokbox-middle {
  overflow: hidden;
}
#rokbox-middle .rokbox-right {
  background: url(/rokbox/themes/light/right.png) 100% 0 repeat-y;
}
#rokbox-middle .rokbox-center {
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
#rokbox-middle.rokbox-left {
  background: url(/rokbox/themes/light/left.png) 0 0 repeat-y;
  clear: both;
}

#rokbox-bottom .rokbox-right {
  background: url(/rokbox/themes/light/br.png) 100% 0 no-repeat;
}
#rokbox-bottom .rokbox-center {
  background: url(/rokbox/themes/light/bottom.png) 0 0 repeat-x;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
#rokbox-bottom.rokbox-left {
  background: url(/rokbox/themes/light/bl.png) 0 0 no-repeat;
}

#rokbox-container.warning {
  background: url(/rokbox/themes/light/warning.png) 50% 50% no-repeat;
}
#rokbox-container.warning h1 {
  position: absolute;
  text-align: center;
  margin-left: -20px;
}
#rokbox-container.spinner {
  background: url(/rokbox/themes/light/ajax-loader.gif) 50% 50% no-repeat;
}

#rokbox-arrows {
  margin-top: 15px;
  position: absolute;
  right: 0;
  width: 70px;
  height: 20px;
}
#rokbox-arrows a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#rokbox-arrows #rokbox-previous {
  background: url(/rokbox/themes/light/prev.png) 0 0 no-repeat;
}
#rokbox-arrows #rokbox-previous span {
  display: none;
}
#rokbox-arrows #rokbox-next {
  background: url(/rokbox/themes/light/next.png) 0 0 no-repeat;
}
#rokbox-arrows #rokbox-next span {
  display: none;
}
#rokbox-arrows #rokbox-previous.inactive,
#rokbox-arrows #rokbox-next.inactive {
  background-position: 0 -20px;
}

#rokbox-caption {
  padding-top: 25px;
  font-family: Helvetica, Arial, sans-serif;
}
#rokbox-caption h2 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
#rokbox-caption p {
  margin: 0;
  color: #999;
  font-size: 12px;
}

#ff-mynxx,
a.mynxx,
#ff-mynxx .componentheading {
  font-family: Helvetica, Arial, sans-serif;
}

#ff-mynxx h1,
#ff-mynxx h2 {
  font-family: Georgia, Times, sans-serif;
}

#ff-optima,
a.optima {
  font-family: Optima, Lucida, "MgOpen Cosmetica", "Lucida Sans Unicode", sans-serif;
}

#ff-geneva,
a.geneva {
  font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

#ff-helvetica,
a.helvetica {
  font-family: Helvetica, Arial, FreeSans, sans-serif;
}

#ff-lucida,
a.lucida {
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
}

#ff-georgia,
a.georgia {
  font-family: Georgia, sans-serif;
}

#ff-trebuchet,
a.trebuchet {
  font-family: "Trebuchet MS", sans-serif;
}

#ff-palatino,
a.palatino {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* Core Formatting */
html {
  height: 100%;
  margin-bottom: 1px;
}

body {
  margin: 0;
  line-height: 150%;
}
body.f-small, body#ff-optima.f-small, body#ff-georgia.f-small {
  font-size: 11px;
}
body, body.f-default {
  font-size: 12px;
}
body#ff-optima, body#ff-optima.f-default {
  font-size: 13px;
}
body#ff-georgia, body#ff-georgia.f-default {
  font-size: 13px;
}
body.f-large, body#ff-optima.f-large, body#ff-georgia.f-large {
  font-size: 14px;
}

form {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  padding-bottom: 5px;
  margin: 25px 0 10px 0;
  font-weight: normal;
  line-height: 120%;
}

h1 {
  font-size: 250%;
  line-height: 100%;
}

h2 {
  font-size: 200%;
  line-height: 100%;
}

h3 {
  font-size: 175%;
}

h4 {
  font-size: 120%;
  line-height: 130%;
}

h5 {
  font-size: 120%;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #440044;
}

.clr {
  clear: both;
}

#logo {
  display: block;
  background: url(../image/css/logo.png) 0 0 no-repeat;
  width: 357px;
  height: 120px;
}

#logo:hover {
  text-decoration: none;
}

.logo-text {
  position: absolute;
  right: 3px;
  top: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

#header {
  padding: 5px 0;
}

.showcase-surround {
  position: relative;
}

#showcase {
  background: #fff;
  position: relative;
  padding: 1px;
  margin: 0;
}

#showcase2 {
  background: url(../image/css/showcase-bg.png) 0 0 repeat-x;
}

.sec-div {
  clear: both;
  height: 1px;
  background: #aaa;
}

#main-content {
  background: #fff;
  overflow: hidden;
}

#main-content-surround {
  position: relative;
}

/*#maincontent-block {padding: 0 8px;}*/
.corner,
.show-bl,
.show-br,
.bottom-bl,
.bottom-br,
.bottom-tl,
.bottom-tr {
  width: 5px;
  height: 5px;
  position: absolute;
}

#bl.corner,
.bottom-bl {
  bottom: 0;
  left: 0;
}

#br.corner,
.bottom-br {
  bottom: 0;
  right: 0;
}

#tl.corner,
.bottom-tl {
  top: 0;
  left: 0;
}

#tr.corner,
.bottom-tr {
  top: 0;
  right: 0;
}

.show-bl {
  bottom: 0;
  left: 0;
}

.show-br {
  bottom: 0;
  right: 0;
  z-index: 2;
}

.ad-module-top .moduletable {
  padding: 15px;
}

/* New CSS structure */
.colmask {
  clear: both;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.leftmenu {
  background: #fff;
}

.col1wrap {
  padding-bottom: 2em;
}

/* s-c-s (sidebar-content-sidebar) */
.s-c-s .colmid {
  float: left;
  position: relative;
  left: 202px;
  width: 200%;
}
.s-c-s .colright {
  float: left;
  left: 50%;
  margin-left: -404px;
  position: relative;
  width: 100%;
}
.s-c-s .col1wrap {
  float: right;
  position: relative;
  right: 100%;
  width: 50%;
  padding-bottom: 1em;
}
.s-c-s .col1pad {
  margin: 0 0 0 404px;
  overflow: hidden;
}
.s-c-s .col1 {
  overflow: hidden;
  width: 100%;
}
.s-c-s .col2 {
  float: left;
  position: relative;
  overflow: hidden;
  left: 202px;
  margin-left: -50%;
  width: 202px;
}
.s-c-s .col3 {
  float: left;
  position: relative;
  overflow: hidden;
  left: 0;
  width: 202px;
}
.s-c-s .colmid,
.s-c-s .colright {
  background: #fff url(../image/css/vert-line.png) 0 0 repeat-y;
}
.s-c-s .maincol2-padding {
  padding-left: 1px;
  padding-right: 0;
}

/* s-c-x (sidebar-content) */
.s-c-x .colright {
  float: left;
  left: 202px;
  position: relative;
  width: 200%;
}
.s-c-x .col1wrap {
  float: right;
  padding-bottom: 1em;
  position: relative;
  right: 202px;
  width: 50%;
}
.s-c-x .col1 {
  margin: 0 0 0 202px;
  overflow: hidden;
  position: relative;
  right: 100%;
}
.s-c-x .col2 {
  float: left;
  position: relative;
  right: 202px;
  width: 202px;
}
.s-c-x .colmask {
  background: #f0f0f0;
}
.s-c-x .colright {
  background: #fff url(../image/css/vert-line.png) 0 0 repeat-y;
}
.s-c-x .maincol2-padding {
  padding-left: 1px;
  padding-right: 1px;
}
.s-c-x #leftcol {
  padding-right: 1px;
}

/* x-c-s (content-sidebar) */
.x-c-s .colright {
  float: left;
  margin-left: -201px;
  position: relative;
  right: 100%;
  width: 200%;
}
.x-c-s .col1wrap {
  float: left;
  left: 50%;
  padding-bottom: 1em;
  position: relative;
  width: 50%;
}
.x-c-s .col1 {
  margin: 0 0 0 201px;
  overflow: hidden;
}
.x-c-s .col3 {
  float: right;
  position: relative;
  left: 201px;
  width: 201px;
}
.x-c-s .col1wrap {
  background: #fff url(../image/css/vert-line.png) 100% 0 repeat-y;
}
.x-c-s .maincol2-padding {
  padding-left: 0;
  padding-right: 0;
}
.x-c-s #rightcol {
  padding-left: 1px;
}

/* Top Bar */
#topbar {
  margin-left: 5px;
  margin-right: 5px;
}

#topbar2 {
  margin-left: -5px;
}

#topbar3 {
  height: 52px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: url(../image/css/topbar-r.png) 100% 0 no-repeat;
}

#topbar a,
#botbar a {
  color: #ccc;
}
#topbar a:hover, #topbar a:hover,
#botbar a:hover,
#botbar a:hover {
  color: #fff;
  text-decoration: none;
}

#home-button {
  line-height: 50px;
  background: url(../image/css/topbar-div.png) 100% 50% no-repeat;
}

.searchMain {
  width: fit-content;
  min-width: 300px;
}

a.home-button-desc {
  background: url(../image/css/home-icon-d.png) 0 50% no-repeat;
  padding: 2px 14px 2px 20px;
  margin-left: 16px;
}
a.home-button-desc2 {
  padding: 2px 14px 2px 20px;
  margin-left: 16px;
}
a.login-button-desc, a.login-button-desc2 {
  background: url(../image/css/user-icon-d.png) 0 50% no-repeat;
  padding: 2px 14px 2px 20px;
  margin-left: 16px;
}
a.cart-button-desc {
  background: url(../image/css/cart-icon-d.png) 0 -1px no-repeat;
  padding: 2px 14px 2px 20px;
  margin-left: 16px;
}
a.cart-button-desc-full {
  background: url(../image/css/cart-icon-d-full.png) 0 -1px no-repeat;
  padding: 2px 14px 2px 20px;
  margin-left: 16px;
}
a.font-style {
  background: url(../image/css/font-icon.png) 0 50% no-repeat;
  padding: 0 14px 0 23px;
  margin-left: 16px;
}
a.large .button {
  background: url(../image/css/font-lg.png) 0 0 no-repeat;
}
a.small .button {
  background: url(../image/css/font-sm.png) 0 0 no-repeat;
}

#login-button {
  line-height: 50px;
}

#cart-button {
  float: right;
  line-height: 50px;
  background: url(../image/css/topbar-div.png) 0 50% no-repeat;
}

#font-style-button {
  float: right;
  line-height: 50px;
  background: url(../image/css/topbar-div.png) 0 50% no-repeat;
}

#accessibility {
  float: right;
  z-index: 5000;
  background: url(../image/css/topbar-div.png) 0 50% no-repeat;
  line-height: 50px;
  position: relative;
  padding-left: 15px;
  width: 122px;
}
#accessibility span {
  background-repeat: no-repeat;
}
#accessibility a {
  text-decoration: none;
  cursor: pointer;
}
#accessibility a.small .button {
  margin-right: 5px;
}
#accessibility #buttons {
  position: absolute;
  left: 10px;
  top: 17px;
  width: 40px;
}
#accessibility .button {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
}

.textsizer-desc {
  padding: 0 15px 0 42px;
  float: left;
  color: #ccc;
  display: block;
}

#newsflash-mod {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding: 8px 10px;
  color: #ccc;
}
#newsflash-mod a {
  color: #fff;
}

/* Shopping Cart Panel */
#main-body-surround {
  position: relative;
  overflow: hidden;
}

#cart-panel-surround,
#font-panel-surround,
#login-panel-surround {
  margin-bottom: 5px;
  padding: 0 4px;
  width: 320px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  visibility: hidden;
  overflow: hidden;
}

#cart-panel,
#font-panel,
#login-panel {
  background: url(../image/css/cart-drop.png) 0 100% no-repeat;
  padding: 15px 30px 30px 30px;
  color: #ccc;
}
#cart-panel a,
#font-panel a,
#login-panel a {
  color: #fff;
}

#font-panel a {
  display: block;
  margin: 8px;
}
#font-panel .left,
#font-panel .right {
  float: left;
  width: 125px;
  text-align: center;
  font-size: 1.3em;
}

#cart-panel-surround {
  right: 215px;
}

#login-panel-surround {
  right: 120px;
}

#cart-panel .show-cart-button a {
  background: url(../image/css/login-button.png) 0 0 no-repeat;
  border: 0;
  width: 77px;
  height: 16px;
  color: #f51;
  display: block;
  padding: 4px 0;
  text-align: center;
  margin: 0 auto;
}
#cart-panel .show-cart-button a:hover {
  text-decoration: none;
  background: #f51;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #999;
}
#cart-panel .cart-qty {
  float: left;
}
#cart-panel .cart-price {
  float: right;
}
#cart-panel .cart-listings {
  overflow: hidden;
  border-bottom: 1px solid #606060;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
}
#cart-panel .cart-totals {
  overflow: hidden;
  margin-bottom: 15px;
  background: #666;
  padding: 4px;
  color: #fff;
}
#cart-panel a.savedCart {
  margin: 0 auto;
  text-align: center;
  display: block;
}

/* Top Main Menu */
#horiz-menu li {
  margin: 0 3px;
  border-radius: 8px;
  overflow: hidden;
}
#horiz-menu li, #horiz-menu li .link {
  position: relative;
  display: block;
}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link {
  z-index: 100;
  cursor: pointer;
  margin: 0;
  color: #fff;
}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link, #horiz-menu li.active .link {
  z-index: 100;
  cursor: pointer;
  margin: 0;
  color: #fff;
}
#horiz-menu li .link span {
  padding: 0 10px;
}
#horiz-menu li li {
  margin: 0;
}
#horiz-menu li li .link {
  text-indent: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  height: 33px;
  font-size: 12px;
  display: block;
}
#horiz-menu li li .link span {
  display: block;
  padding: 0;
  margin-left: 0;
}
#horiz-menu li li ul,
#horiz-menu li li ul.columns-1,
#horiz-menu li .drop-wrap.columns-1 {
  width: 195px;
}
#horiz-menu li li ul.columns-2,
#horiz-menu li .drop-wrap.columns-2 {
  width: 370px;
}
#horiz-menu li li ul.columns-3,
#horiz-menu li .drop-wrap.columns-3 {
  width: 555px;
}
#horiz-menu li li ul.columns-4 {
  width: 740px;
}
#horiz-menu li.parent:hover li .link, #horiz-menu li.parent.sfHover li .link, #horiz-menu li.active li .link span, #horiz-menu li:hover li .link span, #horiz-menu li.sfHover li .link span {
  background: none;
}
#horiz-menu .link {
  white-space: nowrap;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  z-index: 100;
  cursor: pointer;
  padding: 0;
  color: #fff;
}
#horiz-menu ul {
  margin: 0;
}
#horiz-menu ul ul {
  margin: 0;
  border: 0;
  padding: 0 10px 15px 10px;
}
#horiz-menu ul ul li,
#horiz-menu ul ul li.active,
#horiz-menu ul ul li.parent {
  height: 30px;
}
#horiz-menu ul ul li,
#horiz-menu ul ul li.c0,
#horiz-menu ul ul li.c1,
#horiz-menu ul ul li.c2,
#horiz-menu ul ul li.c3 {
  float: left;
  width: 173px;
  padding: 0;
}
#horiz-menu .drop-wrap.columns-4 {
  width: 740px;
}

.menutop li:hover ul, .menutop li.sfHover ul {
  left: -4px;
  top: 0;
}
.menutop li:hover .drop-wrap, .menutop li.sfHover .drop-wrap {
  left: -1px;
  top: 30px;
}
.menutop li:hover li .drop-wrap, .menutop li.sfHover li .drop-wrap, .menutop li li:hover li .drop-wrap, .menutop li li.sfHover li .drop-wrap, .menutop li li li:hover li .drop-wrap, .menutop li li li.sfHover li .drop-wrap {
  top: -999em;
}
.menutop li li:hover .drop-wrap,
.menutop li li.sfHover .drop-wrap,
.menutop li li li:hover .drop-wrap,
.menutop li li li.sfHover .drop-wrap,
.menutop li li li li:hover .drop-wrap,
.menutop li li li li.sfHover .drop-wrap {
  left: 169px;
  top: 0;
}
.menutop .drop-wrap {
  float: none;
  left: -999em;
  position: absolute;
  z-index: 700;
  width: 100%;
}
.menutop .submenu-animation-left {
  height: 100%;
}

#inset-block-right {
  float: right;
  margin-left: 15px;
  z-index: 1;
  position: relative;
}
#inset-block-right .right-padding {
  padding: 0;
  border-left: 1px solid #ccc;
}

#inset-block-left {
  float: left;
  margin-right: 15px;
  z-index: 1;
  position: relative;
}
#inset-block-left .left-padding {
  padding: 0;
  border-right: 1px solid #ccc;
}

#inset-block-left h3,
#inset-block-right h3 {
  margin-top: 0;
}

.inset-mod {
  border-bottom: 1px solid #ccc;
  padding: 1px;
  background: #fff;
}
.inset-mod .module {
  padding: 14px;
}

.inset-mod2 {
  background: #f4f4f4;
}

table.mainbody,
table.blog {
  width: 100%;
  border: 0;
  padding: 0;
}

.spacer .block {
  float: left;
}

/* Main Body Items */
#breadcrumbs {
  margin: 0;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
#breadcrumbs h3 {
  display: none;
}
#breadcrumbs .spinner {
  float: right;
  background: url(../image/css/spinner.gif) center center no-repeat;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  position: absolute;
}

span.breadcrumbs {
  display: block;
  font-size: 90%;
  line-height: 120%;
  min-height: 21px;
}
span.breadcrumbs img {
  display: none;
}
span.breadcrumbs a {
  float: none;
  font-weight: normal;
  padding: 0 4px;
}
span.breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
}

.componentheading {
  font-size: 120%;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 170%;
  margin: 0;
  padding: 9px 12px;
  background: url(../image/css/catbar-bg.png) 0 100% repeat-x;
}

.contentheading {
  font-size: 190%;
  font-weight: normal;
  line-height: 140%;
  margin: 0;
  padding: 6px 15px;
  background: url(../image/css/catbar-bg.png) 0 100% repeat-x;
}

p.buttonheading {
  float: right;
  margin-left: 15px;
}

.article-info-surround {
  background: #fff;
  padding: 1px 0;
  margin: -14px -14px 10px -14px;
  border-bottom: 1px solid #ccc;
}

.article-info-surround2 {
  background: #f0f0f0;
  padding: 10px 14px;
}

p.articleinfo {
  font-size: 90%;
  color: #444;
  margin: 0;
}

p.iteminfo {
  margin: 0;
}

span.modifydate,
span.createdby,
span.createdate {
  display: block;
}

p.counter {
  text-indent: 5px;
}

div.pagination {
  height: 21px;
  line-height: 21px;
  margin-top: 10px;
  margin-bottom: 15px;
}
div.pagination div.tab {
  background: url(../image/css/page-tab-r.png) 100% 0 no-repeat;
  float: left;
  margin-right: 6px;
}
div.pagination div.tab2 {
  background: url(../image/css/page-tab-l.png) 0 0 no-repeat;
  padding: 0 8px;
}
div.pagination div.page-block {
  padding: 0 4px;
  float: left;
  margin-right: 6px;
}

.cols1 {
  display: block;
  float: none;
  margin: 0;
}

.cols2 {
  width: 49%;
}

.cols3 {
  width: 30%;
}

.column1,
.column2 {
  margin: 0 5px 0 0;
  position: relative;
}

.column2,
.column1 {
  float: left;
  margin: 0;
}

.column2 {
  float: right;
  margin: 0;
  width: 49%;
}

.article_row {
  margin: 0 -14px;
  padding: 0 14px;
  overflow: hidden;
}

.blog_more {
  padding-top: 15px;
}

#page {
  padding-bottom: 15px;
}

/* Side Column Modules */
#leftcol .side-mod h3,
#rightcol .side-mod h3 {
  font-size: 120%;
  font-weight: bold;
  padding: 13px 10px 12px;
  margin: 0;
}

.side-mod .module {
  padding: 10px;
}

/* Main Body Modules */
.moduletable h3,
h3.module-title {
  margin-top: 0;
  font-size: 130%;
  text-align: center;
  background: #ddd;
}

#inset-block-right .mainblock-module,
#inset-block-left .mainblock-module {
  padding-bottom: 10px;
}

#showmodules,
#mainmodules,
#mainmodules2,
#mainmodules3,
#mainmodules4 {
  overflow: hidden;
}

#mainmodules,
#mainmodules2 {
  background: url(../image/css/side-li-bg-w.png) 0 0 repeat-x;
}

#mainmodules {
  border-bottom: 1px solid #ccc;
}

#mainmodules2 {
  border-top: 1px solid #ccc;
}

#mainmodules3 {
  padding-top: 15px;
}
#mainmodules3 h3 {
  margin-top: 0;
}

#showmodules .moduletable,
#mainmodules3 .moduletable {
  margin-bottom: 15px;
}

#showmodules.spacer .block,
#mainmodules.spacer .block,
#mainmodules2.spacer .block,
#mainmodules3.spacer .block,
#mainmodules4.spacer .block {
  float: left;
}

#showmodules.spacer.w99 .block,
#mainmodules.spacer.w99 .block,
#mainmodules2.spacer.w99 .block,
#mainmodules3.spacer.w99 .block,
#mainmodules4.spacer.w99 .block {
  width: 99.8%;
}

#showmodules.spacer.w49 .block,
#mainmodules.spacer.w49 .block,
#mainmodules2.spacer.w49 .block,
#mainmodules3.spacer.w49 .block,
#mainmodules4.spacer.w49 .block {
  width: 49.8%;
}

#showmodules.spacer.w33 .block,
#mainmodules.spacer.w33 .block,
#mainmodules2.spacer.w33 .block,
#mainmodules3.spacer.w33 .block,
#mainmodules4.spacer.w33 .block {
  width: 33.3%;
}

#mainmodules3 .block.first .moduletable,
#mainmodules3 .block.middle .moduletable,
#mainmodules3 .block.last .moduletable {
  padding: 0 15px 10px 15px;
}

#showmodules .moduletable,
#mainmodules4 .moduletable,
#main-body #showmodules .block.full .moduletable,
.block.full .moduletable,
#mainmodules .moduletable,
#mainmodules2 .moduletable {
  padding: 15px;
}

#showcase .showcase-hero {
  background: url(../image/css/fla2.jpg) 50% 0 no-repeat;
  height: 375px;
  margin: 0;
  background-size: contain;
}

body .list-group a {
  color: #000;
}

#content {
  color: #000;
}
#content span, #content p, #content li, #content div {
  color: #000;
  z-index: 0;
}

table.table img {
  width: 100%;
  max-width: 100%;
}

/*#vmMainPage {margin:0 -15px;}*/
#bottom-main {
  background: #fff;
  position: relative;
}

/* Bottom Section */
#botbar {
  margin-left: 5px;
  margin-right: 5px;
}

#botbar2 {
  margin-left: -5px;
}

#botbar3 {
  height: 52px;
  margin-right: -5px;
  position: relative;
}

#bottom,
#footer {
  background: #303030;
}

#footer3 {
  padding-bottom: 5px;
}

#mainmodules4 {
  color: #999;
}
#mainmodules4 a {
  color: #ccc;
}

#bottom-logo {
  background: url(../image/css/bot-logo.png) 0 0 no-repeat;
  width: 105px;
  height: 30px;
  float: right;
  margin-top: 22px;
  margin-right: 15px;
}

#bottom-menu {
  margin-right: 180px;
  padding: 25px 0;
  overflow: hidden;
}
#bottom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bottom-menu ul li {
  float: left;
}
#bottom-menu ul li a,
#bottom-menu ul li .separator {
  padding: 0 15px;
  font-size: 120%;
  color: #666;
  border-right: 1px solid #444;
}
#bottom-menu ul li a:hover,
#bottom-menu ul li .separator:hover {
  color: #ccc;
  text-decoration: none;
}

#footerbar3 {
  margin-top: 3px;
}

#ql-button {
  float: right;
  line-height: 50px;
  background: url(../image/css/topbar-div.png) 100% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

a.ql-button-desc {
  background: url(../image/css/ql-icon-d.png) 0 50% no-repeat;
  padding: 0 14px 0 20px;
  margin-left: 16px;
  color: #ccc;
}

#top-button {
  float: right;
  line-height: 50px;
  background: url(../image/css/topbar-div.png) 0 50% no-repeat;
}

a.top-button-desc {
  background: url(../image/css/top-icon-d.png) 0 50% no-repeat;
  padding: 0 14px 0 20px;
  margin-left: 16px;
  color: #ccc;
}

#copyright {
  float: right;
  color: #222;
  padding: 8px 15px;
}

#popup {
  display: none;
  padding: 15px;
}

#rocket {
  width: 111px;
  height: 15px;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
}

#debug-mod {
  padding: 15px;
}

/* Extra Joomla Elements */
span.small,
td.createdate,
td.modifydate {
  font-size: 90%;
}

table.blog td.createdate {
  padding-bottom: 5px;
}
table.blog td.modifydate {
  padding-top: 10px;
}

.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 25px;
  text-align: left;
  background: transparent url(../image/css/catbar-bg.png) 0 100% repeat-x;
  border-right: 1px solid #ccc;
}

.sectiontablefooter {
  padding-bottom: 8px;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  text-align: left;
  padding: 4px 5px 4px 5px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

tr.sectiontableentry2 td,
td.sectiontableentry2,
tr.sectiontableentry1 td,
td.sectiontableentry1 {
  height: 30px;
}

.contentpane,
.contentpaneopen {
  width: 100%;
}

.module fieldset {
  border: 0;
}
.module h4 {
  font-size: 110%;
  margin-top: 0;
  text-align: center;
}

table.contenttoc {
  float: right;
  margin-left: 25px;
}

.weblinks .contentdescription {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px 0;
}

.weblinks img {
  margin-right: 12px;
  margin-left: 0;
}

.contact_email .inputbox {
  width: 45%;
  border: 1px solid #ccc;
  padding: 3px;
}

.contact-name {
  font-weight: bold;
  font-size: 140%;
  display: block;
  padding: 15px 0 2px 0;
}

.contact-position {
  display: block;
  padding-bottom: 15px;
}

/* Side Menus */
#main-body ul.menu {
  margin: -10px -10px;
  padding: 0;
}

#main-body ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
  border-bottom: 1px solid #ccc;
}

#main-body ul.menu span {
  display: block;
}

#main-body ul.menu ul li a {
  padding-left: 12px;
}

#main-body ul.menu ul li span.separator {
  padding-left: 20px !important;
}

#main-body ul.menu ul li ul li a,
#main-body ul.menu ul li ul li .separator {
  padding-left: 36px;
  background: none;
}

#main-body ul.menu ul li ul li ul li a,
#main-body ul.menu ul li ul li ul li .separator {
  padding-left: 56px;
  background: none;
}

#main-body ul.menu li.active.parent li span,
#main-body ul.menu li.parent li span {
  background: url(../image/css/bullet-4.png) 0 6px no-repeat;
  padding-left: 12px;
}

#main-body ul.menu li.active.parent ul li,
#main-body ul.menu li.active.parent ul li.parent ul {
  background: none;
  border: 0;
}

#main-body ul.menu li.active.parent ul {
  padding: 6px;
  margin: 0;
  border: 0;
  background: url(../image/css/side-li-bg2.png) 0 100% repeat-x;
}

#page-bg #main-body ul.menu ul.submenu {
  padding-bottom: 0;
  background: none;
}

#main-body ul.menu .cat-bot-bg {
  background: url(../image/css/side-li-bg2.png) 0 100% repeat-x;
}

#main-body ul.menu ul li.last {
  padding-bottom: 15px;
}

#main-body ul.menu a,
ul.menu .separator {
  display: block;
  text-indent: 0;
  overflow: hidden;
  font-size: 110%;
  float: none;
}

#main-body ul.menu a span,
#main-body ul.menu .separator {
  padding: 6px 28px 6px 12px;
}

#main-body #current > a,
#main-body .item.parent.cat-open > a {
  color: #000;
}

#main-body .item.parent.cat-close > a {
  font-weight: normal;
}

#main-body #current > a:hover {
  color: #b1063a;
}

form[name=vm_manufacturer] {
  text-align: center;
}

form[name=vm_manufacturer] select {
  margin-bottom: 10px;
}

.clManMod .side-mod .module {
  padding-top: 2px;
}

#main-body ul.menu li:hover li a,
#main-body ul.menu li:hover li .separator {
  background: none;
}

#main-body ul.menu li.active a,
#main-body ul.menu li.active li.active a,
#main-body ul.menu li.active li.active li.active a,
#main-body ul.menu li.active .separator,
#main-body ul.menu li.active li.active .separator {
  font-weight: bold;
}

#main-body ul.menu li.active li a,
#main-body ul.menu li.active li.active li a,
#main-body ul.menu li.active li .separator,
#main-body ul.menu li.active li.active li .separator,
#main-body ul.menu li.active li.active li.active .separator {
  font-weight: normal;
  background: none;
}

#main-body ul.menu ul ul {
  padding: 0;
  margin: 0;
  background: none;
}

#main-body ul.menu li li {
  padding: 5px 0;
  margin: 0;
  background: none;
  font-size: 10px;
}

#main-body ul.menu li li a span,
#main-body ul.menu li li .separator span {
  padding: 0;
}

#main-body ul.menu li.active a,
#main-body ul.menu li.active a:hover,
#main-body ul.menu li.active .separator,
#main-body ul.menu li.active .separator:hover {
  text-decoration: none;
}

#main-body ul.menu li a:hover,
#main-body ul.menu li .separator:hover {
  text-decoration: none;
}

#main-body ul.menu li.active.parent ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

#main-body ul.menu li.active.parent ul li.active.parent ul {
  padding: 5px 0;
}

#main-body ul.menu ul {
  padding: 0;
  margin: 0;
}

#main-body ul.menu ul a,
#main-body ul.menu ul .separator {
  padding: 0;
  margin: 0;
}

#main-body ul.menu li.active li a:hover,
#main-body ul.menu li.active li .separator:hover,
#main-body ul.menu li.active li a,
#main-body ul.menu li.active li .separator {
  background: none;
}

#main-body ul.menu .arrow-expand {
  background: url(../image/css/menu-expand.png) 0 0 no-repeat;
  cursor: pointer;
}

#main-body ul.menu .arrow-collapse {
  background: url(../image/css/menu-collapse.png) 0 0 no-repeat;
  cursor: pointer;
}

#main-body ul.menu .arrow-expand span,
#main-body ul.menu .arrow-collapse span {
  display: none;
}

.rokvm_categories li.parent div.arrow {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 15px;
  height: 15px;
  text-align: center;
}

#rightcol ul.menu li.active {
  background: url(../image/css/side-li-bg-w.png) 0 0 repeat-x;
}

#rightcol ul.menu li.active.parent ul {
  background: url(../image/css/side-li-bg-w2.png) 0 100% repeat-x;
}

#rightcol ul.menu li.active a,
#rightcol ul.menu li:hover a {
  background: url(../image/css/side-li-bg-w.png) 0 0 repeat-x;
}

#main-body ul.menu li a,
#main-body ul.menu li.parent li a,
#main-body ul.menu li.parent li.parent li a,
#main-body ul.menu li.parent li .separator,
#main-body ul.menu li.parent li.parent li .separator {
  color: #333;
}

#main-body ul.menu li.active ul span.separator {
  background: none;
}

/* RokVMCategories */
#main-body ul.rokvm_categories li.active a span {
  background-position: 15px 11px;
}

#main-body ul.menu li.cat-open li span,
#main-body ul.menu li.parent li span {
  background: url(../image/css/bullet-4.png) 0 6px no-repeat;
  padding-left: 12px;
}

#main-body ul.menu li.cat-open ul li,
#main-body ul.menu li.cat-open ul li.parent ul {
  background: none;
  border: 0;
}

#main-body ul.menu li.cat-open ul {
  padding: 6px;
  margin: 0;
  border: 0;
  background: url(../image/css/side-li-bg2.png) 0 100% repeat-x;
}

#main-body ul.menu li.cat-open a {
  font-weight: bold;
}

#main-body ul.menu li.cat-open li a {
  font-weight: normal;
  background: none;
}

#main-body ul.menu li.cat-open ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

#rightcol ul.menu li.cat-open {
  background: url(../image/css/side-li-bg-w.png) 0 0 repeat-x;
}

#rightcol ul.menu li.cat-open ul {
  background: url(../image/css/side-li-bg-w2.png) 0 100% repeat-x;
}

#rightcol ul.menu li.cat-open a {
  background: url(../image/css/side-li-bg-w.png) 0 0 repeat-x;
}

/* Extra Content Styles */
a.nounder {
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

a.nounder:hover {
  text-decoration: none;
}

fieldset {
  margin: 10px 0 20px 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #ddd;
}

fieldset.input,
a img,
body .pollstableborder {
  border: 0;
}

.rokvmscroller-container a img {
  width: 50%;
}

legend {
  font-size: 120%;
}

form.poll fieldset {
  margin: 0 0 10px 0;
  padding: 0;
}

.side-mod form.poll {
  margin: 0 -15px;
}

.side-mod .poll-line {
  border-bottom: 1px solid #ccc;
  padding: 4px 15px;
}

#leftcol .side-mod .poll-line:hover {
  background: #fff;
}

#rightcol .side-mod .poll-line:hover {
  background: #e7e7e7;
}

.side-mod .poll-buttons {
  padding: 5px 15px 0 15px;
  overflow: hidden;
  width: 160px;
  margin: 0 auto;
}

form.poll input.button {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  line-height: 24px;
  margin-bottom: 5px;
  float: left;
}

#leftcol form.poll input.button {
  background: url(../image/css/form-input-g.png) 0 0 no-repeat;
}

form.poll a.results {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
  float: right;
}

form.poll a.results:hover {
  text-decoration: none;
}

#leftcol form.poll a.results {
  background: url(../image/css/form-input-g.png) 0 0 no-repeat;
}

img.content-left {
  float: left;
  margin-right: 10px;
  padding: 5px;
}

img.content-right {
  float: right;
  margin-left: 10px;
  padding: 5px;
}

.back_button {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tool-tip {
  padding: 4px;
  z-index: 5000;
  background: #fbf3ad;
  color: #333;
  border: 2px solid #f8e639;
  font-size: 90%;
}

.bannergroup .clr {
  clear: none !important;
}

dl.poll dt {
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}

dl.poll dd {
  padding: 6px 0;
  margin-left: 0;
}

.polls_color_1 {
  background: #000;
}

.polls_color_2 {
  background: #999;
}

.polls_color_3 {
  background: #93246F;
}

.polls_color_4 {
  background: #000;
}

.polls_color_5 {
  background: #ccc;
}

.polls_color_6 {
  background: #93246F;
}

#main-content .poll {
  padding-top: 15px;
}

/* Form overrides */
#main-content form.editor {
  padding: 0;
  margin: 0;
}

#main-content form.editor {
  color: #333;
}

#main-content form.editor input,
#main-content form.editor textarea {
  border: 1px solid #ccc;
}

#main-content form.editor fieldset a {
  color: #00c;
}

#main-content form.editor fieldset {
  padding: 10px;
  border: 1px solid #ccc;
}

#main-content form.editor legend {
  font-size: 120%;
  margin: 15px 0;
  padding: 0 10px;
  font-weight: bold;
}

#main-content form.editor label {
  display: block;
  width: 120px;
  float: left;
}

#main-content form.editor div.radio label {
  display: inline;
  width: auto;
  float: none;
}

/* Login Styles */
form.form-login p {
  margin: 0;
}

form.form-login .inputbox,
form#login .inputbox {
  padding: 4px;
  line-height: 14px;
  width: 95%;
}

form.form-login .login-links {
  margin-bottom: 8px;
  margin-top: 8px;
}

input.button {
  font-size: 100%;
  cursor: pointer;
  padding: 3px 5px;
}

form.form-login span.username-label,
form.form-login span.password-label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 1px;
  padding-left: 2px;
}

#login-module h3 {
  margin-top: 0;
  color: #fff;
}

#login-module .username-block {
  width: 125px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

#login-module .password-block {
  width: 125px;
  overflow: hidden;
}

#login-module input#username_vmlogin.inputbox,
#login-module input#mod_login_username.inputbox,
#login-module input#password_vmlogin.inputbox,
#login-module input#mod_login_password.inputbox {
  width: 120px;
  border: 1px solid #777;
  background: #555;
  padding: 3px 0;
  color: #fff;
  text-indent: 4px;
}

#login-module form#login ul {
  margin: 10px 0 10px 0;
  padding-left: 20px;
}

#login-module form#login input.button,
#login-module .form-login input.button {
  background: url(../image/css/login-button.png) 0 0 no-repeat;
  border: 0;
  width: 77px;
  height: 24px;
  color: #ccc;
}

#login-module .remember-me {
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}

#login-module form#login input.button:hover,
#login-module .form-login input.button:hover {
  color: #fff;
}

#login-module .login-extras {
  padding-top: 15px;
}

#main-content input#mod_login_username.inputbox,
#main-content input#mod_login_password.inputbox,
#main-content input#username_vmlogin.inputbox,
#main-content input#password_vmlogin.inputbox {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#main-content form.form-login input.button,
#main-content form.log input.button,
#main-content form#login input.button {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 5px;
}

#leftcol form.form-login input.button,
#leftcol form.log input.button {
  background: url(../image/css/form-input-g.png) 0 0 no-repeat;
}

.register-page .inputbox {
  border: 1px solid #ccc;
  padding: 3px;
}

.register-page button.button {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 5px;
}

.register-page div.name,
.register-page div.user,
.register-page div.email,
.register-page div.pass,
.register-page div.verify_pass {
  text-align: right;
}

form#josForm.form-validate.user,
.edit-user-form {
  float: left;
  overflow: hidden;
  padding-bottom: 15px;
}

.edit-user-form {
  padding-top: 15px;
}

.register-page fieldset {
  margin-bottom: 15px;
  margin-top: 0;
  padding-bottom: 15px;
}

div.user_name {
  margin-bottom: 10px;
}

div.user_name span {
  font-weight: bold;
  font-size: 110%;
}

.user-params {
  margin-bottom: 20px;
}

.user-params td.paramlist_key {
  width: auto;
}

.edit-user-button {
  margin: 0 auto;
  width: 80px;
}

#login_stretcher label {
  display: block;
  width: 90px;
  float: left;
}

#login_stretcher input {
  width: 150px;
}

#main-content form#login .login-extras ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

/* RokTabs */
.roktabs-wrapper {
  padding: 0;
  position: relative;
  margin: -15px;
}

.roktabs-wrapper .roktabs-container-inner {
  position: relative;
  overflow: hidden;
}

.roktabs-wrapper .roktabs-container-wrapper {
  clear: both;
  position: relative;
  overflow: hidden;
}

.roktabs-wrapper .roktabs-container-wrapper div {
  float: left;
}

.roktabs-wrapper .roktabs-container-wrapper div.wrapper {
  padding: 14px;
  width: auto;
}

.roktabs-wrapper .roktabs-links {
  margin: 0;
  background: #fff url(../image/css/roktabs-links.png) 0 0 repeat-x;
  padding: 0;
  height: 63px;
  overflow: hidden;
}

.tabs-bottom .roktabs-links {
  background: #fff url(../image/css/roktabs-links-b.png) 0 0 repeat-x;
}

.roktabs-wrapper .active-arrows .roktabs-links {
  margin: 0 32px;
  background: #fff url(../image/css/roktabs-links.png) 0 0 repeat-x;
  padding: 0;
  height: 63px;
}

.tabs-bottom .active-arrows .roktabs-links {
  background: #fff url(../image/css/roktabs-links-b.png) 0 0 repeat-x;
}

.roktabs-wrapper .roktabs-links ul {
  text-align: left;
  font-weight: bold;
  list-style-type: none;
  padding: 0 10px;
  overflow: hidden;
  margin: 0;
  height: 63px;
}

.roktabs-wrapper .roktabs-links ul li {
  float: left;
  padding: 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  height: 63px;
  line-height: 48px;
}

.tabs-bottom .roktabs-links ul li {
  line-height: 80px;
}

.roktabs-wrapper .roktabs-links ul li span {
  padding: 7px 11px;
}

.roktabs-wrapper .roktabs-links ul.roktabs-top li.active {
  background: url(../image/css/roktabs-active.png) 50% 0 no-repeat;
  margin: 0;
}

.tabs-bottom .roktabs-links ul.roktabs-bottom li.active {
  background: url(../image/css/roktabs-active-b.png) 50% 0 no-repeat;
}

.roktabs-wrapper .roktabs-scroller {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 29px;
}

.roktabs-wrapper .arrow-next,
.roktabs-wrapper .arrow-prev {
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  height: 63px;
  width: 32px;
}

.roktabs-wrapper .arrow-next {
  background: url(../image/css/roktabs-next.png) 0 0 no-repeat;
  right: 0;
}

.roktabs-wrapper .arrow-prev {
  background: url(../image/css/roktabs-prev.png) -3px 0 no-repeat;
  left: 0;
}

.tabs-bottom .arrow-next {
  background: url(../image/css/roktabs-next-b.png) 0 0 no-repeat;
  right: 0;
}

.tabs-bottom .arrow-prev {
  background: url(../image/css/roktabs-prev-b.png) -3px 0 no-repeat;
  left: 0;
}

.roktabs-wrapper .arrow-prev span,
.roktabs-wrapper .arrow-next span {
  display: none;
}

.clear {
  clear: both;
}

/* RokAjaxSearch */
#searchmod .inputbox {
  z-index: 999;
  width: 100%;
}

div.rokajaxsearchsearchMain {
  padding: 14px;
}

#roksearch_search_str {
  border: 0 none;
  height: 22px;
  width: 100%;
  border-radius: 4px;
  text-indent: 6px;
}

#roksearch_search_str {
  width: 150px;
}

#roksearch_results {
  z-index: 10000;
  position: absolute;
  width: 400px;
  float: right;
  margin-top: -1px;
  text-align: left;
  visibility: hidden;
  background: #fff;
  border: 1px solid #bbb;
}

#roksearch_results a#roksearch_link {
  float: right;
  padding-right: 5px;
  margin-top: 4px;
  display: block;
  height: 16px;
  width: 16px;
  background: url(../image/css/search-close.png) 0 0 no-repeat;
}

#roksearch_results h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
  font-size: 120%;
  padding-bottom: 0;
  color: #333;
}

#roksearch_results span {
  display: block;
  line-height: 130%;
  font-size: 90%;
  color: #666;
}

#roksearch_results .container-wrapper {
  overflow: hidden;
}

#roksearch_results .page {
  float: left;
}

#roksearch_results .roksearch_header,
#roksearch_results .roksearch_row_btm {
  padding: 6px 15px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 100%;
  background: #fff url(../image/css/module2-h3.png) 0 0 repeat-x;
  border-bottom: 1px solid #ccc;
  color: #333;
}

#roksearch_results .roksearch_row_btm {
  overflow: hidden;
  color: #333;
  border-bottom: 0;
}

#roksearch_results .roksearch_row_btm span {
  line-height: 140%;
}

#roksearch_results span.small {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 10px;
  text-align: right;
  color: #666;
  font-size: 80%;
  font-weight: normal;
}

#roksearch_results span.highlight {
  display: inline;
  background: #777;
  color: #fff;
}

#roksearch_results a.clr {
  font-size: 100%;
}

#roksearch_results a:hover {
  text-decoration: none;
  color: #000;
}

#roksearch_results .roksearch_odd {
  padding: 15px;
  position: relative;
  background: #EFEFEF url(../image/css/module-h3.png) 0 100% repeat-x;
  border-bottom: 1px solid #ccc;
}

#roksearch_results .roksearch_even {
  padding: 15px;
  position: relative;
  background: #EFEFEF url(../image/css/module-h3.png) 0 100% repeat-x;
  border-bottom: 1px solid #ccc;
}

#roksearch_results .roksearch_odd-hover,
#roksearch_results .roksearch_even-hover {
  background: #fff url(../image/css/module2-h3.png) 0 100% repeat-x;
}

#roksearch_results .roksearch_odd-hover h3,
#roksearch_results .roksearch_even-hover h3 {
  padding-left: 12px;
  background: url(../image/css/menu-arrow.png) 0 4px no-repeat;
}

.results ol.list {
  padding-left: 30px;
  margin-top: 0;
}

.results ol.list h4 {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.results ol.list li {
  padding: 10px 5px;
  margin-bottom: 5px;
  border-top: 1px solid #ddd;
}

.results ol.list li p {
  margin-top: 0;
  color: #333;
}

#roksearch_results .container-arrows {
  height: 16px;
  width: 40px;
  float: left;
  margin-right: 10px;
  position: relative;
}

#roksearch_results .arrow-left {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 1px;
  left: 0;
  cursor: pointer;
  background: url(../image/css/search-arrow.png) 0 0 no-repeat;
}

#roksearch_results .arrow-left-disabled {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: url(../image/css/search-arrow.png) 0 -28px no-repeat;
}

#roksearch_results .arrow-right {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 1px;
  left: 20px;
  cursor: pointer;
  background: url(../image/css/search-arrow.png) 0 -14px no-repeat;
}

#roksearch_results .arrow-right-disabled {
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 1px;
  left: 20px;
  background: url(../image/css/search-arrow.png) 0 -28px no-repeat;
}

form.search_result .inputbox {
  border: 1px solid #ccc;
}

fieldset.phrase,
fieldset.word,
fieldset.only {
  border-bottom: 1px solid #ccc;
}

/* RokVirtuemartScroller */
#horizontal-rokvmscroller .scroll-item1,
#vertical-rokvmscroller .scroll-item1 {
  padding: 0;
  border: 0;
}

#horizontal-rokvmscroller .scroll-item2,
#vertical-rokvmscroller .scroll-item2 {
  padding: 0;
  border: 0;
}

#horizontal-rokvmscroller .scroll-item3,
#vertical-rokvmscroller .scroll-item3 {
  border: 0;
  padding: 0 0 10px;
}

/* Horizontal */
#horizontal-rokvmscroller {
  width: 5000px;
}

.horizontal-scroller-bottom {
  position: relative;
  border-top: 1px solid #ccc;
  overflow: hidden;
  margin: -1px;
}

.horizontal-rokvmscroller-container {
  background: url(../image/css/scroller-bg.png) 0 50% repeat-x;
  margin-left: 67px;
  border-left: 1px solid #ccc;
  margin-right: 67px;
  border-right: 1px solid #ccc;
}

.horizontal-rokvmscroller-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.horizontal-rokvmscroller-leftarrow {
  background: #ddd url(../image/css/scroller-ctrl-l.png) 0 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 67px;
  cursor: pointer;
}

.horizontal-rokvmscroller-rightarrow {
  background: #ddd url(../image/css/scroller-ctrl-r.png) 0 50% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 67px;
  cursor: pointer;
}

#horizontal-rokvmscroller div {
  width: 187px;
  margin: 0;
  padding: 10px 9px 0 9px;
  float: left;
  text-align: center;
}

#horizontal-rokvmscroller div.first {
  padding-left: 10px;
}

#horizontal-rokvmscroller div.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.scroll-item1 img,
.scroll-item3 img,
.scroll-item3 img {
  width: 90px;
  height: 90px;
}

/* No arrows exceptions */
.noarrows .horizontal-rokvmscroller-container {
  margin-left: 0;
  margin-right: 0;
}

.noarrows #horizontal-rokvmscroller {
  margin: 5px auto 0;
}

.horizontal-rokvmscroller-container a img,
.vertical-rokvmscroller-container a img {
  width: 50%;
}

/* Vertical */
.vertical-scroller-bottom {
  position: relative;
  border-top: 1px solid #ccc;
  overflow: hidden;
  margin: -16px;
}

.vertical-rokvmscroller-container {
  background: #e7e7e7;
}

.vertical-rokvmscroller-wrapper {
  overflow: hidden;
}

.vertical-rokvmscroller-leftarrow {
  background: #ddd url(../image/css/scroller-ctrl-b.png) 50% 0 no-repeat;
  height: 67px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.vertical-rokvmscroller-rightarrow {
  background: #ddd url(../image/css/scroller-ctrl-t.png) 50% 0 no-repeat;
  height: 67px;
  width: 100%;
  cursor: pointer;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#vertical-rokvmscroller div {
  width: 187px;
  margin: 0;
  padding: 10px 5px 0 5px;
  float: left;
  text-align: center;
}

#vertical-rokvmscroller div.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/* No arrows exceptions */
.noarrows .vertical-rokvmscroller-container {
  margin-left: 0;
  margin-right: 0;
}

.noarrows #vertical-rokvmscroller {
  margin: 5px auto 0;
  overflow: hidden;
}

div.featureprod {
  margin: -15px -15px 0 -15px;
}

div.featureprod td {
  border-bottom: 1px solid #ccc;
}

table.featureprod {
  width: 100%;
}

/* Module Variations */
.faq h3 span,
.cart h3 span,
.user h3 span,
.alert h3 span,
.check h3 span,
.info h3 span,
.rss h3 span,
.media h3 span,
.attention h3 span,
.download h3 span {
  padding-left: 21px;
  display: block;
}

.arrow h3 span {
  padding-left: 20px;
}

.arrow2 h3 span {
  padding-right: 22px;
  display: block;
}

.faq h3 span {
  background: url(../image/css/faq-icon-l.png) 0 50% no-repeat;
}

.cart h3 span {
  background: url(../image/css/cart-mod-h3.png) 0 50% no-repeat;
}

.user h3 span {
  background: url(../image/css/user-icon-l.png) 0 50% no-repeat;
}

.alert h3 span {
  background: url(../image/css/alert-mod-h3.png) 0 50% no-repeat;
}

.check h3 span {
  background: url(../image/css/check-mod-h3.png) 0 50% no-repeat;
}

.info h3 span {
  background: url(../image/css/info-mod-h3.png) 0 50% no-repeat;
}

.rss h3 span {
  background: url(../image/css/rss-mod-h3.png) 0 50% no-repeat;
}

.media h3 span {
  background: url(../image/css/special-4.png) 0 50% no-repeat;
}

.attention h3 span {
  background: url(../image/css/special-11.png) 0 50% no-repeat;
}

.download h3 span {
  background: url(../image/css/down-mod-h3.png) 0 50% no-repeat;
}

.arrow h3 span {
  background: url(../image/css/moreinfo-desc.png) 0 50% no-repeat;
}

.arrow2 h3 span {
  background: url(../image/css/moreinfo-desc.png) 100% 50% no-repeat;
}

#leftcol .color1 .module,
#rightcol .color1 .module,
.inset-mod .color1 .module {
  background: #FEF9E9;
  border-bottom: 1px solid #ccc;
}

#leftcol .color1 h3 {
  background: url(../image/css/module-color1-h3.png) 0 100% repeat-x;
}

#rightcol .color1 h3 {
  background: url(../image/css/module2-color1-h3.png) 0 100% repeat-x;
}

#leftcol .color2 .module,
#rightcol .color2 .module,
.inset-mod .color2 .module {
  background: #E6F1F8;
  border-bottom: 1px solid #ccc;
}

#leftcol .color2 h3 {
  background: url(../image/css/module-color2-h3.png) 0 100% repeat-x;
}

#rightcol .color2 h3 {
  background: url(../image/css/module2-color2-h3.png) 0 100% repeat-x;
}

#leftcol .color3 .module,
#rightcol .color3 .module,
.inset-mod .color3 .module {
  background: #EBFDE7;
  border-bottom: 1px solid #ccc;
}

#leftcol .color3 h3 {
  background: url(../image/css/module-color3-h3.png) 0 100% repeat-x;
}

#rightcol .color3 h3 {
  background: url(../image/css/module2-color3-h3.png) 0 100% repeat-x;
}

/* Typography */
.moreinfo-box {
  padding: 1px 0;
  margin: -1px -15px 0 -15px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.moreinfo-box2 {
  background: #f0f0f0;
  padding: 14px;
}

.moreinfo-icon-1 {
  background: url(../image/css/moreinfo-icon-1.png) 0 0 no-repeat;
  padding-left: 42px;
  display: block;
  cursor: pointer;
}

.moreinfo-icon-2 {
  background: url(../image/css/moreinfo-icon-2.png) 0 0 no-repeat;
  padding-left: 42px;
  display: block;
  cursor: pointer;
}

.moreinfo-icon-3 {
  background: url(../image/css/moreinfo-icon-3.png) 0 0 no-repeat;
  padding-left: 42px;
  display: block;
  cursor: pointer;
}

.moreinfo-desc {
  background: url(../image/css/moreinfo-desc.png) 100% 50% no-repeat;
  padding-right: 22px;
  display: block;
}

.moreinfo-desc span {
  font-weight: bold;
  display: block;
}

.readon-wrap1,
.readon-wrap2 {
  margin-top: 15px;
  position: relative;
  float: left;
}

.readon-wrap1 span,
.readon-wrap2 span {
  display: block;
  height: 22px;
  line-height: 22px;
}

a.readon-main {
  font-size: 12px;
  cursor: pointer;
}

a.readon-main:hover {
  text-decoration: none;
}

.readon1-l,
.readon2-l {
  position: absolute;
  width: 6px;
  height: 22px;
  left: 0;
  top: 0;
}

.readon1-m,
.readon2-m {
  margin-right: 6px;
  text-align: center;
  padding-left: 12px;
}

.readon1-r,
.readon2-r {
  margin-right: -6px;
  padding-right: 12px;
}

.readon1-l {
  background: url(../image/css/readon1-l.png) 0 0 no-repeat;
}

.readon1-m {
  background: url(../image/css/readon1-bg.png) 50% 0 repeat-x;
}

.readon1-r {
  background: url(../image/css/readon1-r.png) 100% 0 no-repeat;
}

.readon2-l {
  background: url(../image/css/readon2-l.png) 0 0 no-repeat;
}

.readon2-m {
  background: url(../image/css/readon2-bg.png) 50% 0 repeat-x;
}

.readon2-r {
  background: url(../image/css/readon2-r.png) 100% 0 no-repeat;
}

.readon-wrap1 a.readon-main:hover {
  color: #333;
}

.readon-wrap2 a.readon-main {
  color: #fff;
}

.readon-wrap2 a.readon-main:hover {
  color: #ccc;
}

#bottom ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}

#bottom ul li a {
  background: url(../image/css/bottom-arrow.png) 0 4px no-repeat;
  padding-left: 16px;
  padding-bottom: 5px;
  display: block;
}

#bottom ul li:hover a {
  background: url(../image/css/bottom-arrow2.png) 0 4px no-repeat;
  color: #fff;
  text-decoration: none;
}

/* @group Demo Content */
img.newsflash-image {
  float: left;
  margin-right: 30px;
  margin-left: 10px;
}

.newsflash-header {
  display: block;
  font-size: 200%;
  margin-bottom: 15px;
  margin-top: 10px;
}

.newsflash-desc {
  color: #555;
  font-size: 120%;
  line-height: 140%;
}

#mainmodules .article_separator {
  display: none;
}

/* Custom Modules Tutorial */
.rokmod-demo-block .parameters div {
  border-right: 1px dotted #666;
  padding-right: 12px;
}

.rokmod-demo-block .options div {
  border-right: 1px dotted #666;
  padding-right: 12px;
}

.rokmod-demo-block .demo div {
  border-right: 1px dotted #666;
  padding-right: 12px;
}

.rokmod-demo-block .parameters,
.rokmod-demo-block .options,
.rokmod-demo-block .demo,
.rokmod-demo-block .description {
  float: left;
  margin-right: 12px;
}

.rokmod-demo-block .parameters span,
.rokmod-demo-block .options span,
.rokmod-demo-block .demo span,
.rokmod-demo-block .description span {
  display: block;
  font-size: 11px;
  line-height: 22px;
}

.rokmod-demo-block .demo-span1 {
  font-weight: bold;
}

.slider-placeholder {
  width: 459px;
  height: 234px;
  margin: 0 auto;
}

/* Tutorials */
.tut-block {
  height: 100px;
  display: block;
}

.tut-img {
  float: left;
  margin-right: 10px;
}

.tut-title {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 3px;
}

pre {
  overflow: auto;
}

/* @end */
/* Frontpage Tabs */
.fp-tabs-container {
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
  float: left;
}

.fp-tabs-img {
  float: left;
  width: 77px;
  margin-right: 25px;
  margin-left: 10px;
}

.fp-tabs-content {
  float: left;
  width: 400px;
}

.fp-tabs-content h2 {
  margin-top: 0;
}

/* Variation Chooser */
.variation-chooser {
  height: 45px;
  line-height: 25px;
  margin-top: 15px;
  position: relative;
}

.variation-chooser .controls {
  height: 25px;
}

.variation-chooser .control-prev,
.variation-chooser .control-next {
  cursor: pointer;
  float: left;
  height: 16px;
  margin-right: 3px;
  margin-top: 1px;
  width: 16px;
}

.variation-chooser .control-prev {
  background-position: 0 0;
  margin-right: 0.4em;
}

.variation-chooser .control-prev:hover {
  background-position: 0 -16px;
}

.variation-chooser .control-next {
  background-position: 0 -32px;
  margin-left: 0.4em;
}

.variation-chooser .control-next:hover {
  background-position: 0 -48px;
}

.variation-chooser .controls {
  left: 13px;
  position: absolute;
}

.variation-chooser input {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  border: 0;
  padding: 0 0 4px 0;
  line-height: 24px;
  width: 79px;
  text-align: center;
  height: 24px;
  position: absolute;
  margin-left: 45px;
  margin-top: 30px;
  overflow: hidden;
}

/* General Shop Styles */
.addtocart_button,
.notify_button {
  width: 80px;
  height: 20px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  float: left;
  text-align: center;
  line-height: 18px;
}

.addtocart_button {
  background: url(../image/css/add-to-cart.png) 0 0 no-repeat;
  color: #fff;
  margin: 4px 0 0 0;
  padding: 0;
  text-align: center;
}

.addtocart_button:hover {
  color: #ccc;
}

.notify_button {
  background: url(../image/css/notify_blue.gif) no-repeat center transparent;
}

.addtocart_button_module {
  width: 80px;
  height: 20px;
  cursor: pointer;
  color: #fff;
  border: none;
  background: url(../image/css/add-to-cart.png) 0 0 no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

input.addtocart_button_module:hover {
  color: #ccc;
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  line-height: 26px;
}

.quantity_box_button {
  width: 14px;
  vertical-align: middle;
  height: 14px;
  border: 0;
  cursor: pointer;
  float: left;
}

.quantity_box_button span {
  display: none;
}

.quantity_box_button_down {
  background: url(../image/css/qty-less.png) 0 0 no-repeat;
  margin-left: 7px;
  margin-top: 5px;
}

.quantity_box_button_up {
  background: url(../image/css/qty-more.png) 0 0 no-repeat;
  margin-left: 60px;
  margin-top: 5px;
  clear: left;
}

.continue_link,
.checkout_link {
  margin: 2px;
  padding: 2px 0;
  vertical-align: middle;
  font-weight: normal;
  font-size: 100%;
  color: #fff;
}

a.checkout_link:hover {
  color: #fff;
}

.checkout_link {
  margin-left: 40px;
  width: 80px;
  height: 20px;
  display: block;
  background: url(../image/css/add-to-cart.png) 0 0 no-repeat;
  float: right;
  margin-right: 20px;
  text-align: center;
}

.continue_link {
  background: url(../image/css/back.png) 0 0 no-repeat;
}

.next_page {
  background: url(../image/css/next_16x16.png) 100% 50% no-repeat;
  padding-right: 20px;
  line-height: 20px;
  float: right;
  width: auto;
}

.previous_page {
  background: url(../image/css/previous_16x16.png) 0 50% no-repeat;
  padding-left: 20px;
  line-height: 20px;
  float: left;
  width: auto;
}

#prod-navigation-bar {
  overflow: hidden;
  padding: 15px 15px 0 15px;
}

/* This is the text box informing customers about your returns policy */
.legalinfo {
  border: 2px solid gray;
  margin: 10px;
  padding: 0 0 10px 10px;
}

div.pathway {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding: 8px 15px;
  font-size: 90%;
  color: #000;
}

div.browse-page-path .pathway {
  margin-bottom: 0;
}

div.pathway a {
  margin-right: 8px;
}

div.pathway a:hover {
  color: #444;
}

div.pathway img {
  padding: 0;
}

span.path-divider {
  color: #000;
}

/* The PDF, Email and Print buttons */
div.buttons_heading {
  margin: 10px;
  width: 10%;
  float: right;
}

.productPrice {
  font-weight: bold;
  white-space: nowrap;
  font-size: 90%;
  display: block;
  margin: 10px 0;
}

table.featureprod td.imageThumb {
  text-align: center;
  padding: 15px 0;
}

.product-name {
  font-weight: bold;
  font-size: 110%;
  display: block;
  margin-bottom: 10px;
}

.product-Old-Price {
  color: red;
  text-decoration: line-through;
  font-size: 140%;
}

/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
  width: 100%;
  padding: 3px 3px 3px 3px;
  vertical-align: top;
}

.browseProductTitle {
  font-size: 16px;
  font-weight: bold;
  padding: 3px;
  margin-top: 3px;
  width: 30%;
  float: left;
}

.browseProductImageContainer {
  float: left;
  width: auto;
  margin: 3px;
}

.browseProductDetailsContainer {
  float: left;
  width: 70%;
}

.browseProductDescription {
  margin-top: 40px;
  width: 50%;
}

.browsePriceContainer {
  float: left;
  margin: 5px;
  width: 20%;
}

.browseAddToCartContainer {
  width: 30%;
  text-align: center;
}

.browseRatingContainer {
  float: left;
  width: 25%;
  margin: 3px;
  white-space: nowrap;
}

/** Flypage Styles **/
.thumbnailListContainer {
  text-align: center;
  width: 200px;
  height: 200px;
  overflow: auto;
}

.ask-question-inner {
  padding: 15px;
}

/* General Form Styling */
.formLabel {
  float: left;
  width: 30%;
  text-align: right;
  margin: 8px 2px 2px 2px;
  white-space: nowrap;
  clear: left;
  vertical-align: middle;
}

#agreed_div {
  white-space: normal;
}

.formField {
  float: left;
  width: 60%;
  margin: 8px 2px 2px 2px;
  vertical-align: middle;
}

.missing {
  color: red;
  font-weight: bold;
}

/* Administration Styles */
.adminListHeader {
  float: left;
  height: 48px;
  background-repeat: no-repeat;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  padding-left: 80px;
}

.labelcell {
  margin-left: auto;
  font-weight: bold;
  vertical-align: top;
  width: 30%;
}

table.adminform td.labelcell {
  text-align: right;
}

.iconcell {
  vertical-align: top;
  width: 5%;
}

.shop_error,
.shop_warning,
.shop_info,
.shop_debug,
.shop_critical,
.shop_tip {
  background-color: #FAFAD2;
  font-weight: bold;
  margin: 1px;
  padding: 10px 10px 10px 34px;
}

.shop_error {
  background-image: url(../image/css/error.png);
}

.shop_warning {
  background-image: url(../image/css/warning.png);
}

.shop_info,
.shop_tip {
  background-image: url(../image/css/info.png);
}

.shop_debug {
  background-image: url(../image/css/log_debug.png);
}

.shop_critical {
  font-weight: bold;
  background-image: url(../image/css/log_critical.png);
}

.vmCartContainer {
  width: auto;
  padding: 3px;
  overflow: hidden;
}

.vmCartChildHeading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
  text-align: left;
}

.vmCartChild {
  vertical-align: middle;
  padding-left: 2px;
  padding-right: 12px;
  margin-bottom: 2px;
  margin-left: -5px;
  float: left;
}

.vmChildDetail {
  vertical-align: middle;
  margin-top: 6px;
}

.vmCartChildElement {
  width: 100%;
  vertical-align: middle;
  height: 25px;
  text-align: left;
}

.vmCartAttributes {
  margin-top: 8px;
  width: 100%;
}

.vmMultiple {
  height: 35px;
}

.vmChildType {
  width: 100%;
}

.vmClearDetail {
  clear: both;
}

.vmClearAttribs {
  clear: both;
}

.vmRowOne {
  background: #f7f7f7;
}

.vmChildDetail a,
.vmChildDetail a:link {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.vmChildDetail a:hover {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

.inputboxquantity {
  margin-top: 3px;
  width: 40px;
  vertical-align: middle;
}

.availabilityHeader {
  text-decoration: underline;
  font-weight: bold;
}

.inputboxattrib {
  float: left;
  margin-top: 0;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 200px;
}

.quantitycheckbox {
  margin-top: 6px;
  vertical-align: middle;
}

.vmCartContainer_2up {
  width: 100%;
  float: left;
  background: #f7f7f7;
  border: 1px solid #000;
  padding: 3px;
}

.vmCartChildHeading_2up {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
  text-align: left;
}

.vmCartChild_2up {
  vertical-align: middle;
  border: 1px solid #000;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 2px;
  float: left;
}

.vmChildDetail_2up {
  vertical-align: middle;
  margin-top: 6px;
}

.vmCartChildElement_2up {
  width: 100%;
  vertical-align: middle;
  height: 25px;
  text-align: left;
}

.vmCartAttributes_2up {
  float: left;
  padding: 0 5px 5px 5px;
  margin: 0 5px 5px 5px;
  width: 50%;
}

.vmMultiple {
  height: 35px;
}

.vmChildType_2up {
  background: #f7f7f7;
  padding: 0 5px 5px 5px;
  margin: 0 5px 5px 5px;
  float: left;
  width: 40%;
  border: 1px solid #000;
}

.vmClearAttribs_2up {
  clear: both;
}

.vmRowOne_2up {
  background: #f7f7f7;
}

.vmRowTwo_2up {
  background: white;
}

.vmChildDetail_2up a,
.vmChildDetail_2up a:link {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.vmChildDetail_2up a:hover {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

.vmCartModuleList {
  cursor: pointer;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.vmCartModuleList:hover {
  font-size: 11px;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

.vmquote {
  margin: 4px;
  border: 1px solid #cccccc;
  background-color: #E9ECEF;
  padding: 10px;
  font-size: 12px;
  color: #254D78;
}

.editable {
  background: #ffff33;
  cursor: pointer;
}

ul.pagination li {
  padding: 2px 1px;
  display: inline;
  background: none;
}

.clr {
  clear: both;
  overflow: hidden;
}

/* Start new stuff */
div#vmMainPage {
  padding-bottom: 0;
  overflow: hidden;
}

div#vmMainPage p {
  padding: 5px;
}

div#vmMainPage form#emailForm {
  overflow: hidden;
}

form#emailForm textarea#contact_text.inputbox {
  width: 98%;
  border: 1px solid #ccc;
  padding: 3px;
}

form#emailForm input#contact_name.inputbox,
form#emailForm input#contact_mail.inputbox {
  width: 45%;
  border: 1px solid #ccc;
  padding: 3px;
}

a.return-to-product {
  margin-bottom: 15px;
  display: block;
  font-size: 120%;
  background: url(../image/css/recent-prod-icon.png) 0 1px no-repeat;
  padding-left: 22px;
  line-height: 130%;
}

div#vmMainPage a,
div#vmMainPage a:hover {
  text-decoration: none;
}

div#vmMainPage a.button {
  padding-left: 15px;
}

.vmRecent {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

.vmRecent h3 {
  margin-top: 10px;
}

div#showcase-promo marquee td {
  width: 225px;
  text-align: center;
}

/* featured block */
#home-featured {
  border-top: 1px solid #ccc;
  margin-top: -1px;
  overflow: hidden;
}

div.tl .home-featured-block,
div.cl .home-featured-block,
div.bl .home-featured-block {
  border-right: 1px solid #ccc;
}

div.tl .home-featured-block,
div.tc .home-featured-block,
div.tr .home-featured-block,
div.cl .home-featured-block,
div.cc .home-featured-block,
div.cr .home-featured-block {
  border-bottom: 1px solid #ccc;
}

div.tc .home-featured-block,
div.cc .home-featured-block,
div.bc .home-featured-block {
  padding-right: 1px;
}

.home-featured-block {
  padding: 2px;
  background: #fff;
}

.home-featured-inner {
  padding: 15px 15px 5px 15px;
  background: #f9f9f9;
}

.home-featured-inner:hover {
  background: #fefefe;
}

.home-featured-block h4 {
  margin: 0;
  padding: 0;
  font-size: 120%;
  color: #000;
  text-decoration: none;
}

.home-featured-block a {
  text-decoration: none;
}

.home-featured-cartblock {
  position: relative;
  margin-top: 10px;
}

.home-featured-cartblock input.addtocart_button {
  position: absolute;
  left: 120px;
  top: 0;
}

.home-featured-productPrice {
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}

.home-featured-blockImageContainer {
  margin-right: 15px;
  margin-bottom: 5px;
}

.home-featured-block p {
  margin-top: 8px;
}

/* Product Detail Page */
div.details-catbar {
  background: url(../image/css/catbar-bg.png) 0 100% repeat-x;
  margin: 0;
  padding: 9px 0;
}

span.catbar-text {
  overflow: hidden;
  width: 100%;
}

#vmMainPage h2,
#vmMainPage h3 {
  padding: 0 10px;
  font-size: 90%;
}

#vmMainPage h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#vmMainPage span.catbar-text h3 {
  margin: 0 15px 0 0;
  padding: 0 0 0 15px;
  font-size: 180%;
}

#product-details-page {
  width: 100%;
}

.details-padding {
  padding: 15px;
  overflow: hidden;
  clear: both;
}

#product-details-page div.product-image {
  width: 30%;
  float: left;
  margin-bottom: 15px;
  text-align: center;
}

#product-image-first {
  margin-bottom: 10px;
}

#product-details-page div.product-image img {
  margin-bottom: 10px;
}

div.details-right-column {
  width: 65%;
  float: right;
}

div.details-right-column span.productPrice {
  color: #337698;
  font-size: 150%;
  margin: 5px 0 0;
  text-align: right;
}

#product-details-page h1 {
  color: #333;
  font-size: 170%;
  font-weight: normal;
  line-height: 130%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

#product-details-page div.product-description {
  padding-top: 15px;
  display: block;
}

#vmMainPage .product-description h3 {
  padding-left: 0;
}

.product-description ul {
  list-style: none;
  margin-left: 0;
  padding-left: 6px;
  margin-top: 5px;
}

.product-description ul li {
  background: url(../image/css/main-bullet.png) 0 4px no-repeat;
  padding-left: 14px;
}

#product-details-page div.product-price {
  font-weight: bold;
  display: block;
  margin-top: 8px;
  font-size: 110%;
  text-align: right;
}

#product-details-page div.product-packaging {
  display: block;
  margin-top: 15px;
}

#product-details-page div.ask-seller {
  font-weight: bold;
  display: block;
  margin-top: 15px;
  padding-left: 5px;
  background: url(../image/css/faq-icon-l.png) 0 0 no-repeat;
}

#product-details-page div.add-cart {
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 2px 0;
}

.add-cart-inner {
  background: #f9f9f9;
  padding-bottom: 10px;
  padding-left: 15px;
}

.details-bottom-section {
  display: block;
  margin: 10px 0 0 0;
}

.recent-products-list {
  display: block;
  margin-top: 15px;
}

#vmMainPage .recent-products-list .vmRecent h3 {
  font-size: 110%;
  font-weight: bold;
  background: url(../image/css/recent-prod-icon.png) 0 0 no-repeat;
  padding-left: 22px;
}

#product-details-page .details-cart-form {
  padding-top: 20px;
  padding-left: 80px;
}

.cart-quantity-box {
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 115px;
}

.product-reviews {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
}

.product-reviews-inner {
  background: #f9f9f9;
  padding: 15px;
}

.product-reviews blockquote {
  background: #fff;
  font-size: 110%;
  font-style: normal;
  color: #333;
  padding: 10px;
}

.product-reviewform {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
}

.product-reviewform-inner {
  background: #f9f9f9;
  padding: 20px;
}

.product-reviews h4,
.product-reviewform h4 {
  margin-top: 0;
  padding-top: 0;
}

.product-reviews h4 {
  background: url(../image/css/user-icon-l.png) 0 1px no-repeat;
  padding-left: 20px;
}

ul.vmRecentDetail {
  margin-left: 0;
  padding-left: 6px;
  list-style: none;
}

ul.vmRecentDetail li {
  background: url(../image/css/main-bullet.png) 0 4px no-repeat;
  padding-left: 14px;
}

.related-products {
  overflow: hidden;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}

.related-products-main h3 {
  font-size: 100%;
  margin-top: 15px;
}

.related-products-listing {
  width: 45%;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.show-availability {
  margin-top: 15px;
  display: block;
}

.category-desc-header {
  font-size: 100%;
  display: block;
  color: #666;
  padding: 15px;
  overflow: hidden;
  line-height: 140%;
}

/* Begin Shopping Cart Pages */
#vmMainPage h3.cart-title {
  margin: 0;
  padding: 10px 15px;
  background: url(../image/css/cart-checkout-bar.png) 0 100% repeat-x;
}

.shopping-cart-main tr.sectiontableheader th {
  height: 32px;
}

.shopping-cart-main tr.sectiontableentry1 td,
.shopping-cart-main tr.sectiontableentry2 td {
  height: auto;
  padding: 8px 0;
}

.shopping-cart-main tr.sectiontableentry1 td input.inputbox,
.shopping-cart-main tr.sectiontableentry2 td input.inputbox {
  border: 1px solid #ccc;
}

.shopping-cart-main {
  border-bottom: 1px solid #ccc;
  padding: 0 1px 1px 1px;
}

.shopping-cart-main-inner {
  background: #f9f9f9 url(../image/css/cart-section-head.png) 0 0 repeat-x;
  padding: 0 15px;
}

.shopping-cart-main td {
  padding-top: 10px;
}

.cart-section-header {
  background: url(../image/css/cart-section-head.png) 0 100% repeat-x;
  height: 30px;
}

.cart-checkout-bar {
  background: url(../image/css/cart-checkout-bar.png) 0 100% repeat-x;
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.cart-checkout-bar a.continue_link {
  display: none;
}

.cart-coupon-section {
  margin: 0;
  padding: 1px;
  border-bottom: 1px solid #ccc;
}

.cart-coupon-section-inner {
  background: #D3F5F5;
  padding: 15px;
}

#vmMainPage .cart-coupon-section td {
  border-bottom: 0;
}

input#coupon_code.inputbox {
  border: 1px solid #ccc;
}

.shop-checkout-address {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 1px;
}

.shop-checkout-address-inner {
  background: #f9f9f9;
  padding: 15px;
}

h4.shipping-method,
h4.payment-method {
  margin: 0 0 10px 0;
}

.shop-checkout-address .sectiontableheader,
.shipto-addresses-block .sectiontableheader {
  background: none;
  border: 0;
}

.shipto-addresses-block {
  padding: 1px;
  border-bottom: 1px solid #ccc;
}

.shipto-addresses-block-inner {
  background: #FFF3EE;
  padding: 15px;
  overflow: hidden;
}

.shipto-addresses-block textarea,
.shipto-addresses-block .inputbox {
  border: 1px solid #ccc;
}

.shipto-addresses-block h5 {
  margin: 0 0 10px 0;
}

#vmMainPage .shipto-addresses-block td {
  border-bottom: 0;
  padding-bottom: 10px;
}

h4.shipto {
  margin-top: 10px;
}

.shipping-info-page div.checkout-bar {
  border-bottom: 1px solid #ccc;
}

.shipping-info-page fieldset {
  margin-bottom: 0;
  padding: 15px;
  overflow: hidden;
}

.shipping-info-page .inputbox {
  border: 1px solid #ccc;
  padding: 2px;
}

.shipping-info-page .ship-buttons {
  margin: 0 auto;
  overflow: hidden;
  width: 45%;
}

.shipping-info-page input.button,
#vmMainPage .shipping-info-page a.button {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  float: left;
  margin-right: 10px;
  display: block;
}

.shipping-info-page input.button {
  line-height: 24px;
}

#vmMainPage .shipping-info-page a.button {
  line-height: 23px;
  padding-bottom: 0;
}

#vmMainPage form div input.button {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  font-size: 90%;
  line-height: 24px;
}

#vmMainPage .ship-to-addresses-block div input.button {
  background: none;
}

.update-shipping-page {
  padding: 0 15px;
}

.update-shipping-page .sectiontableheader {
  background: none;
  border: 0;
}

.update-shipping-page input.button {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  font-size: 90%;
  line-height: 24px;
  margin-top: 15px;
}

.account-maintenance {
  padding: 15px;
}

.account-maintenance td {
  padding-left: 0;
}

.account-maintenance table tr td {
  padding-bottom: 15px;
}

.order-details {
  padding: 15px;
}

.shipping-addresses .sectiontableheader {
  background: none;
  border: 0;
  padding: 0;
}

.shipping-info-page .sectiontableheader {
  background: none;
  border: 0;
  padding: 0;
}

.account-buttons {
  text-align: right;
  padding: 0 15px;
}

.account-maint {
  display: block;
  margin-bottom: 5px;
  line-height: 100%;
}

.account-img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

.customer-account {
  font-size: 130%;
  font-weight: bold;
  display: block;
}

.update-shipping-page .inputbox {
  border: 1px solid #ccc;
  padding: 2px;
}

img.account-save {
  width: 14px;
  height: 14px;
  background: url(../image/css/account-save.png) 0 0 no-repeat;
}

img.account-back {
  width: 14px;
  height: 14px;
  background: url(../image/css/search-arrow.png) 0 0 no-repeat;
  margin-left: 5px;
}

.update-shipping-page fieldset {
  padding: 15px 0;
  margin-top: 0;
  margin-bottom: 0;
}

a.more-details {
  display: block;
  float: left;
  width: 48px;
  height: 17px;
  background: url(../image/css/more-button-bg.png) 0 0 no-repeat;
  color: #fff;
  line-height: 17px;
  text-decoration: none;
  font-size: 90%;
  text-indent: 6px;
  margin-top: 17px;
  margin-right: 10px;
}

a.more-details:hover {
  color: #fff;
}

.checkout-bar {
  padding-bottom: 15px;
  background: url(../image/css/cart-checkout-bar.png) 0 100% repeat-x;
}

.checkout-bar td {
  width: 117px;
}

.vm-inset {
  padding: 2px 0;
  text-align: center;
}

.vm-inset-inner {
  background: #f9f9f9;
}

.browse-page-inset .vm-inset {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
}

#vmMainPage legend.sectiontableheader {
  background: none;
  border: 0;
}

#vmMainPage .inputbox {
  border: 1px solid #ccc;
  padding: 2px;
}

.orderby-bar,
.pagenav-bar {
  background: url(../image/css/cart-checkout-bar.png) 0 100% repeat-x;
  border-bottom: 1px solid #ccc;
}

.orderby-bar-padding,
.pagenav-bar-padding {
  padding: 14px 15px;
  overflow: hidden;
}

.pagenav-bar {
  border-top: 1px solid #ccc;
}

.browse-page-navigation {
  float: right;
  margin-right: 55px;
}

.browse-page-navigation ul.pagination {
  margin: 0;
  padding: 0;
}

.browse-page-limitbox,
.browse-page-limitbox form {
  float: left;
  margin-right: 10px;
}

.limitbox-results-text {
  padding-top: 8px;
  float: left;
}

.browse-page-block {
  width: 100%;
}

.browse-page-block-inner {
  padding: 15px;
}

a.browse-product-title {
  margin: 0;
  padding: 0;
  font-size: 120%;
  color: #000;
  text-decoration: none;
}

#product_list {
  margin: 0;
}

#product_list td {
  border: 1px solid #ccc;
  background: #f9f9f9;
  width: 50%;
}

#product_list td:hover {
  background: #fefefe;
}

#vmMainPage .padding {
  padding: 0 25px;
}

#login_stretcher .inputbox,
#register_stretcher .inputbox {
  border: 1px solid #ccc;
  padding: 2px;
}

#login_stretcher input.button {
  background: url(../image/css/form-input-w.png) 0 0 no-repeat;
  width: 79px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  font-size: 90%;
  line-height: 24px;
  margin-bottom: 10px;
}

#register_stretcher fieldset {
  margin-bottom: 0;
  padding-bottom: 15px;
}

#vmMainPage #register_stretcher input.button {
  margin-top: 15px;
  background: url(../image/css/form-input-long.png) 0 0 no-repeat;
  width: 104px;
  height: 24px;
  cursor: pointer;
  border: none;
  overflow: hidden;
  text-align: center;
  color: #333;
  padding: 0 0 4px 0;
  font-size: 90%;
  line-height: 24px;
  margin-bottom: 10px;
}

/* Categories Menu */
.rokvm_categories li.parent {
  position: relative;
}

#header > div {
  min-height: 128px;
  position: relative;
}

#header > div > * {
  position: absolute;
}

#horiz-menu {
  height: 30px;
  top: 5px;
  right: 0;
}

.headInfo {
  width: 621px;
  top: 40px;
  right: 0;
  padding: 11px;
  background: rgba(10, 100, 100, 0.2);
}

.phones {
  width: 380px;
  top: 35px;
  left: 488px;
}

.tovar {
  font-size: 12px;
}

#tovar p {
  margin-top: 5px;
  margin-bottom: 8px;
}

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

#copylink {
  color: #cccccc;
}

.clManMod select {
  width: 170px;
}

.leading p > b,
b.norm {
  font-weight: normal;
}

.leading > * > p {
  text-indent: 10px;
}

.mainPg td {
  padding-bottom: 20px;
}

.mainPg a {
  opacity: 0.8;
}

.mainPg a:hover {
  opacity: 1;
  text-shadow: 2px 2px 2px #f5f;
}

.cat-open .cat-bot-bg {
  background: none repeat scroll 0 0 transparent !important;
  height: auto !important;
}

#page > p {
  text-indent: 10px;
}

ul.prices {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.prices li {
  font-weight: bold;
  padding: 7px;
}

.prices > li > a {
  padding: 2px 2px 2px 22px;
  font-weight: bold;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ1QkM3RTgxQUIzMTFFMzlENDNEQTcwM0U4QUM2QTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ1QkM3RTkxQUIzMTFFMzlENDNEQTcwM0U4QUM2QTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDVCQzdFNjFBQjMxMUUzOUQ0M0RBNzAzRThBQzZBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDVCQzdFNzFBQjMxMUUzOUQ0M0RBNzAzRThBQzZBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtuHNC8AAARESURBVHjafFRLTFxVGP7OnXPvPDovYGCGGVoElNCAtlTYQI0huMJYV1ATFl2piRvZNNUaG1NXNdGVTdoYFz5CiMrGGN24qd1A0NjS2ILAZGCcwszIa94z995z/c8t09Ao/snJ+e85//3O//0vNjU1BSnlcvnM8PDwB36/v5rP5wuMxLIs0AZN09RkMmm63e65wcHBWdLT3d3PgK5x48ZNXL/+KRRFsXF4IBCwFVVVA8Fg8LlQKKTTj/k6oDQkQE666XA4hGmaD8g8jSOEDwwM2EqpVGql19sjkQj+R07Nz89fIDZXAPYhYP3LQMnlcpBrb2+vahiGfUiUUSgUID1cX1/HzMwMMpmMfReNRuFyua6SevW/XlRkjOSqx8B2m3MQPfucvLHBJLiUhoYGNDc3y7v3if5bliWeBDyKmwST0tjYaAN4vV4bVD7W0dEh4yrPrtHZS9JOCGEvfhRY3WOZtHQ6jUQigd7eXvsnSfvg3tvX13eZ9p9bWloesat7Ut+lSLp1kTGUoMvLy+jp6YHH44GMdaVSsfWhoaHu8fHxk01NTQ9syhZRsCSA9WTGJDUp2WwWY2NjoHLC7OwsqAaR29+3KR/YuXw+n0eGRC5FoaAz04Rwu8HEowA7iI70eHd316aaSqXQFovJ7GJ6ehobBFp/kApTlIUwhfymxbuuvIdaOIzFi+/UagdFrpDH+7T/srGB8OnT6KbYeem7o6sLo+fOwXmIieH2lDXDKJbWE9CZAh5MJMESSRb5+JOh4vEYTIrL0t1FLM3NQfH70ffCWRj37iJtCjifaodIZ+y6ZdQADe0nYK7FQ/23b5/9dn195S+Zix/8ngsUwf6obrxtVmq2Z4xqLTryIszf7+DveALeUdJzBewv/AbvCaJOfVz9cwWFjRS4DL9Tw+WaOZkS1iJfNa1Op8I6wkRTo7y4aH/60iV4zvSjdP8PBHb24OzshFnIIxdrQ+PkJBxBPx6+S9VCgC76R+EqVMPqYZYoKpplVVVTVHWHAiXggUvlUI63AZEoKqtrcHW2I7fwK7LffIfQ+XEb3MgXifoWPQ5oQR/VHoEKUaNpovMAZ5qTKZqm6zQgatCpHIzNLWRv3cLKzc/Q9ebrCI29DFdrGDs//QgveZX66mtUkg+hygTu5tHu98DPHdxpmJxNaPyVYwwnR53Oay2+IAS9xjUVRq0KvaJDo/j4Tz0LnQZG/t59uEJNqBaKsGo1OMguRqVSyO+bbxRLr20KsfS4Pc6PjFz8/MsvPnI5ndhZXQH3HIMaaYW+tYVKfA0OKimtLQY9k4UqhwPZBagKNhOJ6qsTExMLa/Hv7UKvA2aFWNhgSobXDEc+FC4xCIe1va0wt4eh/3lZwbAM3WKtMdoNYZUrRrPP37AGFs+Y4s7jOXCo1Xw0mjqp+Tn1qhxr/GAasUN2sj9lOwlLJoBzQXbV7e3tOH1XpME/AgwAY07WtfDOUSsAAAAASUVORK5CYII=") no-repeat 0 50%;
}

.browseProductImage:hover {
  box-shadow: 2px 2px 5px #BB0022;
}

#horizontal-rokvmscroller a {
  border: 1px solid #ddd;
  border-radius: 6px;
  display: block;
  padding: 10px;
}

.leading > div > *,
#page > * {
  margin-left: 10px;
  margin-right: 10px;
}

.leading > div > *:first-child,
#page > *:first-child {
  margin-left: 0;
  margin-right: 0;
}

a.dealers {
  background: url("../image/css/dealers.png") no-repeat scroll 0 50% transparent;
}

/* OpenID icon style */
input.system-openid,
input.com-system-openid {
  background: #fff url(../image/css/login-bg.gif) 0 50% no-repeat;
  color: #000;
  padding-left: 18px;
}

/* Unpublished */
.system-unpublished {
  background: #e8edf1;
  border-top: 4px solid #c4d3df;
  border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message {
  margin-bottom: 10px;
  padding: 0;
}

#system-message dt {
  font-weight: bold;
}

#system-message dd {
  margin: 0;
  font-weight: bold;
  text-indent: 30px;
}

#system-message dd ul {
  color: #0055BB;
  margin-bottom: 10px;
  list-style: none;
  padding: 10px;
  border-top: 3px solid #84A7DB;
  border-bottom: 3px solid #84A7DB;
}

/* System Standard Messages */
#system-message dt.message {
  display: none;
}

/* System Error Messages */
#system-message dt.error {
  display: none;
}

#system-message dd.error ul {
  color: #c00;
  background-color: #E6C0C0;
  border-top: 3px solid #DE7A7B;
  border-bottom: 3px solid #DE7A7B;
}

/* System Notice Messages */
#system-message dt.notice {
  display: none;
}

#system-message dd.notice ul {
  color: #c00;
  background: #EFE7B8;
  border-top: 3px solid #F0DC7E;
  border-bottom: 3px solid #F0DC7E;
}

/* Debug */
#system-debug {
  color: #ccc;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}

#system-debug div {
  font-size: 11px;
}

/* Form validation */
.invalid {
  border-color: #ff0000;
}

label.invalid {
  color: #ff0000;
}

/* Buttons */
#editor-xtd-buttons {
  padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
  float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  display: block;
  height: 22px;
  float: left;
  line-height: 22px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
}

.button2-left span,
.button2-right span {
  cursor: default;
  color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}

.page span {
  color: #000;
  font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
  text-decoration: none;
  color: #0B55C4;
}

.button2-left a,
.button2-left span {
  padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
  padding: 0 6px 0 24px;
}

.button2-left {
  background: url(../image/css/j_button2_left.png) no-repeat;
  float: left;
  margin-left: 5px;
}

.button2-right {
  background: url(../image/css/j_button2_right.png) 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}

.button2-left .image {
  background: url(../image/css/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
  background: url(../image/css/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
  background: url(../image/css/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
  background: url(../image/css/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  z-index: 13000;
}
div.tooltip h4 {
  padding: 15px 0 5px 0;
  margin: -15px 0 0 0;
  font-size: 95%;
  font-weight: bold;
  background: url(../image/css/selector-arrow.png) no-repeat;
}
div.tooltip p {
  font-size: 90%;
  margin: 0;
}

/* Caption fixes */
.img_caption {
  text-align: center !important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}

.caption {
  text-align: center !important;
}
.caption.left {
  float: left;
  margin-right: 1em;
}
.caption.left p {
  clear: left;
  text-align: center;
}
.caption.right {
  float: right;
  margin-left: 1em;
}
.caption.right p {
  clear: right;
  text-align: center;
}
.caption.none {
  margin-left: auto;
  margin-right: auto;
}

/* Calendar */
a img.calendar {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../image/css/calendar.png) no-repeat;
  cursor: pointer;
  vertical-align: middle;
}

.menutop,
.menutop * {
  margin: 0;
  padding: 0;
}

#horiznav {
  position: relative;
  z-index: 1000;
}

#horiz-menu {
  z-index: 50;
}
#horiz-menu li li {
  margin: 0;
}

.menutop {
  line-height: 1;
  float: left;
  margin-bottom: 1.5em;
  position: relative;
}
.menutop ul {
  background: #fff;
  /*IE6 needs this*/
  padding: 0;
}
.menutop li {
  float: left;
  list-style: none;
  position: relative;
}
.menutop li#current {
  z-index: 199;
}
.menutop li li {
  position: relative;
  float: none;
  width: 100%;
}
.menutop li ul {
  float: none;
  left: -999em;
  position: absolute;
  z-index: 500;
}

#horiz-menu li li a,
#horiz-menu li.active li a,
#horiz-menu li li .separator,
#horiz-menu li.active li .separator {
  display: block;
  margin: 0;
  text-decoration: none;
  float: none;
  height: 33px;
  line-height: 33px;
  width: 100%;
}

.menutop li:hover li ul,
.menutop li.sfHover li ul,
.menutop li li:hover li ul,
.menutop li li.sfHover li ul,
.menutop li li li:hover li ul,
.menutop li li li.sfHover li ul {
  top: -999em;
}

.menutop li li:hover ul,
.menutop li li.sfHover ul,
.menutop li li li:hover ul,
.menutop li li li.sfHover ul,
.menutop li li li li:hover ul,
.menutop li li li li.sfHover ul {
  left: 0;
  top: 0;
}

div.wrapper,
#main-body-bg {
  margin: 0 auto;
  width: 1100px;
  padding: 0;
}

#inset-block-left {
  width: 0;
  padding: 0;
}

#inset-block-right {
  width: 0;
  padding: 0;
}

#maincontent-block {
  margin-right: 0;
  margin-left: 0;
}

a,
legend,
#main-body ul.menu li a:hover,
#main-body ul.menu li.parent li a:hover,
#main-body ul.menu li.parent ul li.parent ul li a:hover,
#main-body ul.menu li.active a,
#main-body ul.menu li.parent li.active a,
#main-body ul.menu li.parent li.parent li.active a,
#main-body ul.menu li.cat-open a,
#main-body ul.menu li.parent li.cat-open a,
#main-body ul.menu li.parent li.parent li.cat-open a,
.roktabs-wrapper .roktabs-links ul li.active span,
.color h3 span,
#vmMainPage span.catbar-text h3,
div.pathway a {
  color: #b1063a;
}

#page-bg,
.roktabs-wrapper .roktabs-links ul li.active span {
  border-top: 3px solid #b1063a;
}

.tabs-bottom .roktabs-links ul li.active span {
  border-bottom: 3px solid #b1063a;
  border-top: 0;
}

/* Top Bar */
#topbar {
  background: url(../image/css/topbar-m.png) 0 0 repeat-x;
}

#topbar2 {
  background: url(../image/css/topbar-l.png) 0 0 no-repeat;
}

#showcase {
  border: 1px solid #ccc;
  border-top: 0;
}

/* Main Body */
body {
  background: url(../image/css/bgg.jpg) 50% 0 repeat;
}

.show-bl {
  background: url(../image/css/showcase-bl.png);
}

.show-br {
  background: url(../image/css/showcase-br.png);
}

#bottom-main2 {
  border: 1px solid #ccc;
}

/* Horizontal Menu */
#horiz-menu li,
#horiz-menu li .link {
  color: #555;
  background: url(../image/css/menu-tab-r-n.png);
}

#horiz-menu li.parent.sfHover .link.topdaddy {
  background: url(../image/css/menu-tab2-r.png) 100% 0 no-repeat;
}

#horiz-menu li.parent.sfHover .link.topdaddy span {
  background: url(../image/css/menu-tab2-l.png) 0 0 no-repeat;
}

#horiz-menu li.active .link,
#horiz-menu li:hover .link,
#horiz-menu li.sfHover .link {
  background: url(../image/css/menu-tab-r.png);
}

/* IE6 Fix */
#horiz-menu li.parent-sfHover .link,
#horiz-menu li.parent-sfHover .topdaddy {
  background: url(../image/css/menu-tab2-r.png) 100% 0 no-repeat;
}

#horiz-menu li.parent-sfHover .link span,
#horiz-menu li.parent-sfHover .topdaddy span {
  background: url(../image/css/menu-tab2-l.png) 0 0 no-repeat;
}

#horiz-menu li.active .link,
#horiz-menu li:hover .link,
#horiz-menu li.sfHover .link {
  color: #000;
}

#horiz-menu ul ul.columns-1 {
  background: url(../image/css/drop-bg-1.png) 0 100% no-repeat;
}

#horiz-menu ul ul.columns-2 {
  background: url(../image/css/drop-bg-2.png) 0 100% no-repeat;
}

#horiz-menu ul ul.columns-3 {
  background: url(../image/css/drop-bg-3.png) 0 100% no-repeat;
}

#horiz-menu ul ul.columns-4 {
  background: url(../image/css/drop-bg-4.png) 0 100% no-repeat;
}

#horiz-menu li li {
  border-bottom: 1px solid #ccc;
}

#horiz-menu ul ul li .link.daddy,
#horiz-menu ul li.parent.active:hover li .link.daddy,
#horiz-menu ul li.parent.active.sfHover li .link.daddy,
#horiz-menu ul li.parent:hover li .link.daddy,
#horiz-menu ul li.parent.sfHover li .link.daddy {
  background: url(../image/css/drop-arrow.png) 95% 12px no-repeat;
}

.menutop .submenu-animation-left {
  background: url(../image/css/drop-hover.png) 0 0 repeat-x;
}

#horiz-menu.suckerfish li li:hover,
#horiz-menu.suckerfish li li.sfHover {
  background: url(../image/css/drop-hover.png) 0 0 repeat-x;
}

/* Bottom Section */
#botbar {
  background: url(../image/css/topbar-m.png) 0 0 repeat-x;
}

#botbar2 {
  background: url(../image/css/topbar-l.png) 0 0 no-repeat;
}

#botbar3 {
  background: url(../image/css/topbar-r.png) 100% 0 no-repeat;
}

#footer2 {
  background: url(../image/css/footer-bl.png) 0 100% no-repeat;
}

#footer3 {
  background: url(../image/css/footer-br.png) 100% 100% no-repeat;
  border-top: 1px solid #000;
}

#footerbar99 {
  background: url(../image/css/footerbar-m.png) 0 0 repeat-x;
}

#footerbar299 {
  background: url(../image/css/footerbar-l.png) 0 0 no-repeat;
}

#footerbar399 {
  background: url(../image/css/footerbar-r.png) 100% 0 no-repeat;
}

#rocket {
  background: url(../image/css/rocket.png) 0 0 no-repeat;
}

#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 500px;
}

#lbOverlay.grey {
  background-color: #000;
}

#lbOverlay.red {
  background-color: #330000;
}

#lbOverlay.green {
  background-color: #003300;
}

#lbOverlay.blue {
  background-color: #011D50;
}

#lbOverlay.gold {
  background-color: #666600;
}

#lbMain {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
  line-height: 0;
}

#lbMain a img {
  border: none;
}

#lbOuterContainer {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

#lbOuterContainer.grey {
  border: 3px solid #888;
}

#lbOuterContainer.red {
  border: 3px solid #DD0000;
}

#lbOuterContainer.green {
  border: 3px solid #00B000;
}

#lbOuterContainer.blue {
  border: 3px solid #5F89D8;
}

#lbOuterContainer.gold {
  border: 3px solid #B0B000;
}

#lbDetailsContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  line-height: 1.4em;
  overflow: auto;
  margin: 0 auto;
}

#lbDetailsContainer.grey {
  border: 3px solid #888;
  border-top: none;
}

#lbDetailsContainer.red {
  border: 3px solid #DD0000;
  border-top: none;
}

#lbDetailsContainer.green {
  border: 3px solid #00B000;
  border-top: none;
}

#lbDetailsContainer.blue {
  border: 3px solid #5F89D8;
  border-top: none;
}

#lbDetailsContainer.gold {
  border: 3px solid #B0B000;
  border-top: none;
}

#lbImageContainer,
#lbIframeContainer {
  padding: 10px;
}

#lbLoading {
  position: absolute;
  top: 45%;
  left: 0;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 0;
  background: url(../image/css/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lbImageContainer > #lbHoverNav {
  left: 0;
}

#lbHoverNav a {
  outline: none;
}

#lbPrev {
  width: 49%;
  height: 100%;
  background: transparent url(../image/css/lytebox/blank.gif) no-repeat;
  display: block;
  left: 0;
  float: left;
}

#lbPrev.grey:hover,
#lbPrev.grey:visited:hover {
  background: url(../image/css/lytebox/prev_grey.gif) left 15% no-repeat;
}

#lbPrev.red:hover,
#lbPrev.red:visited:hover {
  background: url(../image/css/lytebox/prev_red.gif) left 15% no-repeat;
}

#lbPrev.green:hover,
#lbPrev.green:visited:hover {
  background: url(../image/css/lytebox/prev_green.gif) left 15% no-repeat;
}

#lbPrev.blue:hover,
#lbPrev.blue:visited:hover {
  background: url(../image/css/lytebox/prev_blue.gif) left 15% no-repeat;
}

#lbPrev.gold:hover,
#lbPrev.gold:visited:hover {
  background: url(../image/css/lytebox/prev_gold.gif) left 15% no-repeat;
}

#lbNext {
  width: 49%;
  height: 100%;
  background: transparent url(../image/css/lytebox/blank.gif) no-repeat;
  display: block;
  right: 0;
  float: right;
}

#lbNext.grey:hover,
#lbNext.grey:visited:hover {
  background: url(../image/css/lytebox/next_grey.gif) right 15% no-repeat;
}

#lbNext.red:hover,
#lbNext.red:visited:hover {
  background: url(../image/css/lytebox/next_red.gif) right 15% no-repeat;
}

#lbNext.green:hover,
#lbNext.green:visited:hover {
  background: url(../image/css/lytebox/next_green.gif) right 15% no-repeat;
}

#lbNext.blue:hover,
#lbNext.blue:visited:hover {
  background: url(../image/css/lytebox/next_blue.gif) right 15% no-repeat;
}

#lbNext.gold:hover,
#lbNext.gold:visited:hover {
  background: url(../image/css/lytebox/next_gold.gif) right 15% no-repeat;
}

#lbPrev2,
#lbNext2 {
  text-decoration: none;
  font-weight: bold;
}

#lbPrev2.grey,
#lbNext2.grey,
#lbSpacer.grey {
  color: #333;
}

#lbPrev2.red,
#lbNext2.red,
#lbSpacer.red {
  color: #620000;
}

#lbPrev2.green,
#lbNext2.green,
#lbSpacer.green {
  color: #003300;
}

#lbPrev2.blue,
#lbNext2.blue,
#lbSpacer.blue {
  color: #01379E;
}

#lbPrev2.gold,
#lbNext2.gold,
#lbSpacer.gold {
  color: #666600;
}

#lbPrev2_Off,
#lbNext2_Off {
  font-weight: bold;
}

#lbPrev2_Off.grey,
#lbNext2_Off.grey {
  color: #CCC;
}

#lbPrev2_Off.red,
#lbNext2_Off.red {
  color: #FFCCCC;
}

#lbPrev2_Off.green,
#lbNext2_Off.green {
  color: #82FF82;
}

#lbPrev2_Off.blue,
#lbNext2_Off.blue {
  color: #B7CAEE;
}

#lbPrev2_Off.gold,
#lbNext2_Off.gold {
  color: #E1E100;
}

#lbDetailsData {
  padding: 0 10px;
}

#lbDetailsData.grey {
  color: #333333;
}

#lbDetailsData.red {
  color: #620000;
}

#lbDetailsData.green {
  color: #003300;
}

#lbDetailsData.blue {
  color: #01379E;
}

#lbDetailsData.gold {
  color: #666600;
}

#lbDetails {
  width: 60%;
  float: left;
  text-align: left;
}

#lbCaption {
  display: block;
  font-weight: bold;
}

#lbNumberDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}

#lbNavDisplay {
  float: left;
  display: block;
  padding-bottom: 1em;
}

#lbClose {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}

#lbClose.grey {
  background: url(../image/css/lytebox/close_grey.png) no-repeat;
}

#lbClose.red {
  background: url(../image/css/lytebox/close_red.png) no-repeat;
}

#lbClose.green {
  background: url(../image/css/lytebox/close_green.png) no-repeat;
}

#lbClose.blue {
  background: url(../image/css/lytebox/close_blue.png) no-repeat;
}

#lbClose.gold {
  background: url(../image/css/lytebox/close_gold.png) no-repeat;
}

#lbPlay {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}

#lbPlay.grey {
  background: url(../image/css/lytebox/play_grey.png) no-repeat;
}

#lbPlay.red {
  background: url(../image/css/lytebox/play_red.png) no-repeat;
}

#lbPlay.green {
  background: url(../image/css/lytebox/play_green.png) no-repeat;
}

#lbPlay.blue {
  background: url(../image/css/lytebox/play_blue.png) no-repeat;
}

#lbPlay.gold {
  background: url(../image/css/lytebox/play_gold.png) no-repeat;
}

#lbPause {
  width: 64px;
  height: 28px;
  float: right;
  margin-bottom: 1px;
}

#lbPause.grey {
  background: url(../image/css/lytebox/pause_grey.png) no-repeat;
}

#lbPause.red {
  background: url(../image/css/lytebox/pause_red.png) no-repeat;
}

#lbPause.green {
  background: url(../image/css/lytebox/pause_green.png) no-repeat;
}

#lbPause.blue {
  background: url(../image/css/lytebox/pause_blue.png) no-repeat;
}

#lbPause.gold {
  background: url(../image/css/lytebox/pause_gold.png) no-repeat;
}

.container {
  max-width: 100%;
  color: #000;
}

#content {
  padding: 0;
}

div#main-body {
  background: #fff;
}

ul.breadcrumb {
  margin: 0 -15px 10px;
}

.container > .row {
  margin: 0;
  padding: 0 10px;
}

.product-thumb .caption {
  padding: 0 5px;
  min-height: 180px;
}

.product-thumb {
  overflow: hidden;
}

.phones.flx {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.phones.flx .phones {
  display: flex !important;
  flex-direction: column;
  width: fit-content;
  padding: 10px;
  margin: 0;
}
.phones.flx .phones a {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

div#content.col-sm-6 {
  width: 60%;
}
div#content.col-sm-9 {
  width: 85%;
}

aside#column-left {
  border-right: 1px solid #d6d6d6;
  margin-right: 5px;
  padding: 5px;
  width: calc(25% - 6px);
}

aside#column-right {
  border-left: 1px solid #d6d6d6;
  margin-left: 5px;
  padding: 5px;
  width: calc(15% - 6px);
}

.common-home .container {
  padding: 0;
}
.common-home .container .row {
  padding: 0;
}

#search .live-search ul li {
  margin: 0;
}
#search .live-search ul li .product-price {
  min-width: 100px;
}
#search .live-search ul li:hover {
  background-color: #bee2f1;
}
#search .live-search ul li > div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#search .live-search ul li > div div {
  color: black;
  margin: 0;
}

#cart-button ul.dropdown-menu.pull-right a {
  color: #000;
}

/*#content div.col-sm-6 ul li span {
  color: red;
  font-size: 20px;
  font-weight: bold;
}*/
#form-language ul.dropdown-menu {
  padding: 0;
}
#form-language ul.dropdown-menu li {
  margin: 0;
  background: none;
}
#form-language ul.dropdown-menu li:hover {
  background-color: #bee2f1;
}

.pull-left {
  background: #fff;
  border-radius: 10px;
}

button.btn.btn-link.dropdown-toggle {
  background: url(../image/css/menu-tab-r-n.png);
  margin: 0;
  box-sizing: border-box;
  padding: 5.5px;
  border-radius: 8px;
  color: #555;
  text-decoration: none;
}

.checkout-cart .list-group,
.checkout-simplecheckout .list-group,
.checkout-success .list-group,
.information-contact-success .list-group {
  display: none;
}

@media screen and (max-width: 1000px) {
  html, body, #page-bg {
    width: 100vw;
    overflow-x: hidden;
  }

  div.wrapper, #main-body-bg {
    width: 100%;
  }

  #header > div > * {
    position: relative;
    display: block;
    height: auto;
    top: 0;
    left: 0;
  }

  #header > div {
    min-height: auto;
    position: relative;
  }

  .phones {
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
  }

  .pull-left {
    margin: 20px auto;
  }

  #horiz-menu ul.menutop {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: none;
  }

  #logo {
    display: block;
    background: url(../image/css/logo.png) 0 0 no-repeat;
    width: 357px !important;
    height: 120px !important;
    margin: 0 auto;
  }

  #main-body header {
    background: linear-gradient(180deg, #3c3c3c, #222222);
  }

  #topbar {
    background: none;
  }

  #topbar2 {
    background: none;
  }

  #topbar3 {
    height: auto;
    background: none;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  #topbar3 .searchMain {
    width: 90%;
  }

  #horiz-menu li {
    margin: 5px;
    border-radius: 8px;
    overflow: hidden;
  }

  a.home-button-desc {
    background: url(../image/css/home-icon-d.png) 0 50% no-repeat;
    padding: 2px 2px 2px 20px;
    margin-left: 0;
  }

  #home-button {
    line-height: 50px;
    background: none;
    width: 100%;
  }
  #home-button noindex {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  div#content.col-sm-6 {
    padding: 0 10px;
    width: 100%;
  }
  div#content.col-sm-6 #content {
    padding: 0;
  }
  div#content.col-sm-6 iframe {
    width: 100%;
  }
  div#content.col-sm-6 img {
    width: 100%;
  }
  div#content.col-sm-6 div#googlemap3_568d1_0 {
    width: 100% !important;
  }
  div#content.col-sm-6 .breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    line-height: 26px;
  }
  div#content.col-sm-6 #column-left h2 {
    text-align: center;
    width: fit-content;
    margin: 10px auto;
    background: red;
    padding: 7px 15px;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
  }

  #column-left h2 {
    width: fit-content;
    margin: 10px auto;
    padding: 7px 20px;
    background: red;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
  }

  .row {
    margin: 0;
  }

  .container {
    position: relative;
  }

  .breadcrumb {
    margin: 0 0 20px -15px;
    width: 100vw;
  }

  .container aside#column-left {
    display: block !important;
    width: 100%;
  }
  .container aside#column-left .list-group {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s;
  }
  .container aside#column-left .list-group.active {
    height: inherit;
    opacity: 1;
    transition: 0.5s;
  }

  #cart .dropdown-menu {
    width: 100vw;
    left: -20%;
  }

  #showcase .showcase-hero {
    background: url(../image/css/fla2.jpg) 50% 0 no-repeat;
    height: 125px;
    margin: 0;
    background-size: contain;
  }

  .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 0 !important;
  }

  div#horiz-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

/*# sourceMappingURL=main.css.map */
