body {
  background: #eaeaea url(../images/body-1-background.jpg) repeat-x left top;
  color: #535353;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

a:focus {
  border: 0;
  outline: 0;
}

/* anchors
----------------------------------------------- */
a, .VMmenu li li div a:hover, #mainaccordiontabs .vmgroup_products .spacer a {
  color: #1681be;
  text-decoration: none;
}
a:hover {
  color:#1681be;
  text-decoration: underline;
}

.container_12,
.container_16 {}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}



h1 a {
  font-weight:normal;
}

#top {
  margin: 0;
  height: 90px;
  position: relative; 
}

#top h1 {
  position: absolute;
}

#top h2 {
  position: absolute;
}

#top-line {
  height: 30px;
  background: #3c3c3c;
}

#top-line-handler {
  margin: 0 auto;
}

#top-small-menu {
  float: right;
}

#currency {
  float: right;
  width: 140px;
  margin-top: 4px;
  background: url(../images/currency-bg.png) no-repeat 0 0;
}

#store-modules {
  height: 70px;
  padding: 10px 0 0 0;
}

#vm-cart {
  float: right;
  width: 350px;
  height: 30px;
  overflow: hidden;
  margin-top: 36px;
  padding-left: 10px;
}

#vm-cart .moduletable {
  text-align: right;
  padding: 0px;
  margin-bottom: 0;
  height: 100%;
  text-shadow: 1px 1px 0px #ffffff;
  border: 0px !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
  -moz-box-shadow: 0;
} 

#vm-cart h3 {
  text-align: left;
  float: left;
  font: bold 13px Arial, Helvetica, sans-serif;
  padding: 3px 0px 3px 5px;
  border: 0;
  background: none;
  width: 70px;
}

#vm-cart .vmCartModule {
  position: relative;
  float: left;
  padding: 4px 0px 0px 5px;
}

#vm-cart .vmCartModule .vm-showcart, #vm-cart .show_cart {
  width: 80px;
  height: 15px;
  line-height: 15px;
  float: right;
  text-align: left;
}

#vm-cart .vmCartModule .vm-showcart a, #vm-cart .show_cart a {
  text-shadow: 1px 1px 0px #ffffff;
}

.vm-total-pro {
  padding: 1px 0 0 0;
  width: 269px;
  float: right;
  font-size: 13px;
}

.vm-total-pro #cart-prods, .total_products {
  background: url(../images/cart-prods.png) no-repeat 0 3px;
  width: 80px;
  height: 16px;
  line-height: 15px;
  padding-left: 15px;
  float: left;
  text-align: left;
}

.vm-total-pro #cart-prices, .total {
  background: url(../images/cart-price.png) no-repeat 0 3px;
  width: 120px;
  height: 16px;
  line-height: 15px;
  padding-left: 15px;
  float: left;  
  text-align: left;
}

.vm-msg {
  padding: 0;
  font-size: 13px;
  text-align: left;
}

#log-panel {
  float: right;
  width: 250px;
  margin-right: 0;
  height: 30px;
  margin-top: 35px;
  text-shadow: 1px 1px 0px #ffffff;
}

#log-panel #lp-right {
  float: right;
  width: 4px;
  height: 30px;
  background: url(../images/login-panel-bg-2.png) no-repeat 0 3px;
}

#log-panel #lp-left {
  height: 30px;
  margin-right: 14px;
  text-align: right;
  position: relative; 
}

#v_slideout {
  float: right;
  background: url(../images/panel-hide.png) no-repeat 0 0;
  width: 24px;
  height: 18px;
  display: block;
  margin-top: -8px;
}

#panel_s {
  position: absolute;
  top: 57px;
  right: 312px;
  width: 220px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.196875) 0px 3px 5px;
  box-shadow: rgba(0, 0, 0, 0.196875) 0px 3px 5px;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 0px 0px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

#panel_s ul {
  padding-top: 15px;
}

#vertical_slide {
  background: #ffffff url(../images/log-panel-bg.gif) repeat-x 0 100% !important;
  padding: 10px;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 0px 0px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  z-index: 99999;
  text-shadow: 1px 1px 0px #ffffff;
}

#vertical_slide input.inputbox {
  width: 60%;
}

#vertical_slide form#login ul li {
  margin: 0;
}

label.lbl-fixed {
  display: block;
  vertical-align: middle;
}

.displaynone { 
  display: none; 
  visibility: hidden !important; 
  height: 0px !important;
}

#log-panel #lp-left h3 {
  text-align: left;
  float: left;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0px #ffffff;
  padding: 5px 0px;
}

#log-panel-buttons-handler {
  float: right;
  padding-right: 10px;
}

a#v_toggle, a#v_register {
  float: right;
  height: 25px;
  padding-left: 22px;
  line-height: 25px;
  font-size: 12px;
}

a#v_toggle {
  background: url(../images/login-arrow.png) no-repeat 0 0;
  margin-right: 5px;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  padding-right: 10px;
}

a#v_toggle:hover, a#v_toggle:active, a#v_toggle:focus {
  background: #ffffff url(../images/login-arrow.png) no-repeat 0 0;
  margin-right: 5px;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

a#v_register {
  background: url(../images/register-star.png) no-repeat 0 0;
}

#v_register, #v_toggle, #v_slideout {
  cursor: pointer;
}

/* layout swticher
----------------------------------------------- */

#nav-line {
  background: #f5f5f5;
  border-top: 1px solid #ffffff;
  padding: 10px 0px;
}

ul#layout-width-sw {
  text-align: right;
  float: right;
  margin: 0px;
  padding: 0px;
}

ul#layout-width-sw li {
  display: inline;
  margin: 0;
  padding: 0 0 0 5px;
  background: none;
  float: left;
}

#narrow, #wide, #fluid {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px !important;
  float: left;
  overflow: hidden;
  font-size: 1px;
  text-align: left;
}

#narrow {
  background: url(../images/sw-bg.png) no-repeat 0 -33px;
}

#wide {
  background: url(../images/sw-bg.png) no-repeat -30px -33px;
}

#fluid {
  background: url(../images/sw-bg.png) no-repeat -60px -33px;
}

#narrow:hover {
  background: url(../images/sw-bg.png) no-repeat 0 0px;
}

#wide:hover {
  background: url(../images/sw-bg.png) no-repeat -30px 0px;
}

#fluid:hover {
  background: url(../images/sw-bg.png) no-repeat -60px 0px;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
  background: url(../images/home-icon.png) no-repeat 0 0;
  padding: 2px 0px 2px 30px;
  margin-left: 0px;
}

/* page heading
----------------------------------------------- */
h2#page-heading {
  font-weight:normal;
  padding:.5em;
  margin:0 0 10px 0;
  border-bottom:1px solid #ccc;
}

/* table
----------------------------------------------- */
table {
/*width:100%;*/
  margin-bottom:10px;
}
col.colC {
  width:8em;
}

td {
  padding: 4px 5px;
  text-align:left;
}
thead th, table th {
  border-bottom: 1px solid #ededed;
  padding: 8px 5px;
  text-align:left;
  background: #fafafa;
  font: normal 15px 'Cuprum', arial, serif;
  text-shadow: 1px 1px 0px #ffffff;
}
tbody th,
tbody td {
  border-top:0px solid #ededed;
  border-bottom:0px solid #ededed;
}
tfoot th,
tfoot td {
  border-top:2px solid #ededed;
}

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  padding:10px;
  position:relative;
  margin-bottom:10px;
  border: 1px solid #f1f1f1;
  background: #fafafa;
  border-bottom-left-radius: 9px 9px;
  border-bottom-right-radius: 0px 0px;
  border-top-left-radius: 9px 9px;
  border-top-right-radius: 9px 9px;
  -moz-border-radius: 9px 9px 0px 9px;
}
legend {
  font-weight: bold; font-size: 12px;
  line-height: 30px;
  padding: 0px 15px 0px 15px;
  border: 1px solid #f1f1f1;
  background: #fafafa;
  color: #505050;
  text-shadow: 1px 1px 0px #ffffff;
  border: 1px solid #dcdcdc;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  vertical-align: middle;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}

/* Main Accordian Tabs
----------------------------------------------- */

#mainaccordiontabs {
  color: #ffffff;
  text-shadow: 1px 1px 0px #326a8f !important;
}

#mainaccordiontabs a {
  color: #ffea78;
}

#mainaccordiontabs .moduletable, #mainaccordiontabs .moduletable_text, #mainaccordiontabs .moduletable_menu, #mainaccordiontabs .moduletable_empty {
text-shadow: 1px 1px 0px #326a8f;
}

.readon-big {
  background: #eaeaea url(../images/slideshow-button-bg.gif) repeat-x 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 2px;
  border-bottom-left-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-top-left-radius: 10px 10px !important;
  border-top-right-radius: 10px 10px !important;
  -moz-border-radius:10px 10px 10px 10px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  color: #3c3c3c !important;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 18px;
  padding: 3px 23px;
  float: left;
}

.readon-big:hover {
  text-decoration: none !important;
}

#top-sl-handler {
  margin-bottom: 0px;
}

#sl-bg-1 {
  background: #77c9fa url(../images/sl-bg-1.jpg) repeat-x center bottom;
}

#sl-bg-2 {
  background: url(../images/sl-bg-2.jpg) no-repeat center bottom;
}

#tbse-bg {
  background: url(../images/tbse-bg.png) repeat-x bottom left;
  height: 46px;
  overflow: hidden;
}

#tabs-handler {
  position: relative;
  height: 46px;
  float: left;
  width: 60%;
}

#tabs-handler #tabs {
  clear: both;
  position: absolute;
  top: 1px;
  left: 0;
}

.element.atStart {
  position: relative;
  clear: both;
  z-index: 99;
}

h2.toggler {
  cursor: pointer;
  float: left;
  position: relative;
  height: 46px;
  padding: 0 25px 0 25px;
  font: normal 18px/46px 'Cuprum', arial, serif;
  color: #ffffff;
  text-shadow: 1px 1px 0px #2e7fb0;
  z-index: 998 !important;
}

h2.toggler.activated {
  background: url(../images/main-tabs-bg.png) no-repeat bottom center !important;
  color: #ffffff;
  text-shadow: 1px 1px 0px #2e7fb0;
  z-index: 999 !important;
}

.tabs-sep {
  height: 46px;
  width: 2px;
  float: left;
  background: url(../images/tabs-sep.png) no-repeat left;
  margin-left: -2px;
}

#tabs-bg1 {
  background: url(../images/tabs-bg1.png) repeat 0 0;
}

#tabs-bg2 {
  background: url(../images/tabs-bg2.png) repeat-y 0 0;
}

#tabs-bg3 {
  background: url(../images/tabs-bg3.png) repeat-y 100% 0;
  width: 100%;
}

#tabs-btl {
  float: left;
  width: 1px;
  height: 10px;
  background: url(../images/tabs-bg2.png) repeat-y 0 0;
}

#tabs-btt {
  margin: 0 10px 0 1px;
  height: 10px;
  background: url(../images/tabs-btt.png) repeat-x 0 0;
}

#tabs-btr {
  float: right;
  width: 10px;
  height: 10px;
  background: url(../images/tabs-btr.png) no-repeat top right;
}

#tabs-bbl {
  float: left;
  width: 10px;
  height: 10px;
  background: url(../images/tabs-bbl.png) repeat-y 0 0;
}

#tabs-bbb {
  margin: 0 10px 0 10px;
  height: 10px;
  background: url(../images/tabs-bbb.png) repeat-x 0 0;
}

#tabs-bbr {
  float: right;
  width: 10px;
  height: 10px;
  background: url(../images/tabs-bbr.png) no-repeat top right;
}

.tab-handler {
  padding: 0px 10px;
}

.tab-handler .moduletable_empty {
  background: none;
}

.tab-handler .moduletable_empty td {
  text-align: center;
  width: 25%;
}

.tab-handler .moduletable_empty td a {
  display: block;
  height: 100px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 20px 10px;
  margin: 10px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.196875) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.196875) 2px 2px 5px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
}

.tab-handler .moduletable_empty td a:hover {
  border: 1px solid #dddddd;
}

.tab-handler .moduletable_empty td .productPrice {
  font: normal 16px 'Cuprum', arial, serif;
}

/* Best Sellers Accordion Tabs
----------------------------------------------- */

#bestsellerstabs {
  padding: 0 0 0 20px;
  background: url(../images/sl-sep.png) repeat-y 0 0;
  height: 100%;
}

#bestsellerstabs h3#toggler-bg {
  background: url(../images/best-sellers-h-bg.png) no-repeat 0 0;
  height: 31px;
  margin: 0;
  padding: 0 0 0 28px;
}

span#toggler-handler {
  float: right;
  margin-right: 4px;
}

#bestsellerstabs span.toggler1 {
  float: left;
  overflow: hidden;
  height: 18px;
  width: 18px;
  background: url(../images/bs-noactive-bg.png) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
  margin: 6px 2px 0px 2px;
}

#bestsellerstabs span.toggler1.activated {
  background: url(../images/bs-active-bg.png) no-repeat 0 0;
}

#bs-tabs-handler {
  padding: 0px;
  color: #ffffff;
  text-shadow: 1px 1px 0px #326a8f;
}

#bestsellers-title {
  font: bold 16px/30px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 0px #326a8f;
  margin-left: 6px;
  display: inline;
  float: left;
}

#main-content-handler {
  background: #ffffff;
  padding: 10px 0px;
  margin: 0 1% 0 1%;
  width: 98%;
}


/* Modules Layout
----------------------------------------------- */

#tab-modules {
  padding: 10px 0;
}

#top-modules .mod-1, 
#top-modules .mod-2, 
#top-modules .mod-3, 
#top-modules .mod-4,
#bot-modules .mod-1, 
#bot-modules .mod-2, 
#bot-modules .mod-3, 
#bot-modules .mod-4,
#tab-modules .mod-1, 
#tab-modules .mod-2, 
#tab-modules .mod-3, 
#tab-modules .mod-4 {
  float: left;
  padding: 0 1%;
}

#top-modules .mod-4, #bot-modules .mod-4,
#tab-modules .mod-4 {
  width: 23%;
}

#top-modules .mod-3, #bot-modules .mod-3,
#tab-modules .mod-3 {
  width: 31%;
}

#top-modules .mod-2, #bot-modules .mod-2,
#tab-modules .mod-2 {
  width: 48%;
}

#top-modules .mod-1, #bot-modules .mod-1,
#tab-modules .mod-1 {
  width: 98%;
  float: none;
}

/* Search Form 
--------------------------------- */

#search-form {
  width: 207px;
  height: 29px;
  background: url(../images/search-form-bg.png) no-repeat 0 0;
  float: right;
  margin: 8px 10px 5px 10px;
}

#search-form label {
  display: none;
}

#search-form p, #search-form form {
  padding: 0;
  margin: 0;
}

#search-form .inputbox {
  background: none;
  border: 0 !important;
  float: left;
  margin: 0;
  padding: 6px 0px 6px 4px;
  font: italic normal normal 14px Arial, Helvetica, sans-serif;
}

#search-form .button {
  float: right;
  height: 26px;
  width: 29px;
  text-indent: -9999px;
  background: url(../images/search-form-button-bg.png) no-repeat 0 0;
  margin: 1px 0px 0px 0px;
  padding: 0;
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius: 0;
}

/* Top Long Module
--------------------------------- */

#top-long {
  text-shadow: 1px 1px 0px #ffffff;
  background: #ffffff;
  margin-bottom: 10px;
}

#bot-long {
  background: #343434 url(../images/bot-long-bg.gif) repeat-x left bottom;
  border-bottom: 1px solid #0d0d0d;
}

#bot-long-handler {
  padding: 10px 10px 8px 10px;
  color: #8a8a8a;
  text-shadow: -1px -1px 0px #222222;
}

#bot-long-handler a, #footer a {
  color: #b0b0b0;
}

#bot-long-handler a:hover, #footer a:hover {
  color: #69b1d9;
  text-decoration: none;
}

#footer {
  padding: 10px 10px;
  color: #8a8a8a;
  background: #1f1f1f;
  border-top: 1px solid #3c3c3c;
  font-size: 11px;
}

#footer #footer-line {
  padding: 10px 0px;
}

#footer #footer-line .moduletable_empty {
  background: none;
}

#foo-left-right {
  background: url(../images/foo-lr-bg.gif) repeat-x 0 0;
  clear: both;
  padding-top: 15px;
}

#footer-left, #footer-right {
  float: left;
  width: 50%;
}

#footer-right {
  text-align: right;
}
