/*
$Id: main.css,v 1.269.2.9 2010/04/14 09:18:57 aim Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
/*
	general tags styles
*/
html,body {
  height: 100%;
  background-color: #eee;
;
  margin: 0px;
  padding: 0px;
	font-family: Roboto, "Titillium Web", verdana, arial, helvetica, sans-serif;
	font-size: 12.5px;
	/*min-width: 780px;*/
  border: 0px none;
  overflow-x: hidden;
}

body {
        position: relative;
}

div,th,td,p,input,select,textarea,tt,button {
	font-family: Roboto, "Titillium Web", verdana, arial, helvetica, sans-serif;
	color: #000;
}
a {
	color: #4a2202;
	text-decoration: underline;
}
a:hover {
	color: #4a2202;
	text-decoration: none;
}
h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 26px;
	color: #0b86e4;
	font-family: Roboto, "Titillium Web", verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}
hr {
	border: 0px none;
  border-bottom: 1px solid #888888;
  margin: 20px 0px 10px 0px;
	padding: 0px;
	height: 0px;
}
form {
	margin: 0px;
}
table, img {
	border: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

.multi-order-note {
  display:none;
}

/*
  service styles
*/
/* float-box finisher */
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}
/* vertical align (center) */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1 {
  height: 100%;
  display: table;
}
.valign-middle-adv-lvl2 {
  display: table-cell;
  vertical-align: middle;
}
.valign-middle-adv-lvl3 {
}
/* horizontal align */
.halign-center-noscript,
  .halign-center
{
  display: table;
  margin: 0px auto;
  text-align: center;
}
.center {
  text-align: center;
}
.right-box {
  width: 100%;
  text-align: right;
}
/* text block container */
.text-block {
  margin-bottom: 15px;
}
.text-pre-block {
  margin-top: 15px;
}
/* no-wrap */
.nowrap {
  white-space: nowrap;
}
/* width:100% emulator */
table.width-100 {
  width: 100%;
}
/* page break */
.page-break {
  height: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  page-break-after: always;
}
/* pointer cursor */
.pointer {
  cursor: pointer;
}
/* overflow wrapper */
.overflow {
  position: relative;
  margin-right: 20px;
  padding-bottom: 20px;
  overflow: auto;
}
label {
/*
  vertical-align: bottom;
  line-height: 15px;
*/
}
label input {
  margin: 0px;
  vertical-align: bottom;
}
label.input-block {
  vertical-align: middle;
  line-height: 21px;
}
label.input-block input,
  label.input-block select
{
  vertical-align: middle;
}
label.input-row,
  .input-row label
{
  float: left;
  padding-right: 20px;
}
label.plain-box {
  display: block;
  padding-bottom: 15px; 
}
label.plain-box .label-title {
  display: block;
}
input.default-value {
  color: #aaaaaa;
}
a.underline:link,
  a.underline:visited,
  a.underline:hover,
  a.underline:active
{
  text-decoration: underline;
}
/*
  common styles
*/
.error-message {
  color: #FF0000;
  font-weight: bold;
}
div.error-message {
  margin: 0px 0px 15px 0px;
}
.form-text {
  color: #112536;
  font-weight: bold;
}
.black-text {
  color: #000000;
}
a.list-item:link,
  .list-item a:link
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:visited,
  .list-item a:visited
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:hover,
  .list-item a:hover
{
  color: #2863c2;
  text-decoration: underline;
}
a.list-item:active,
  .list-item a:active
{
  color: #043fa0;
  text-decoration: none;
}
tr.head-row th
{
  background: #cccccc none;
  font-weight: bold;
}
tr.highlight td,
  tr.highlight th
{
  background: #ebebeb none;
}
tr.center-row th {
  text-align: center;
}
/* Currency */
.currency {
  white-space: nowrap;
}
/*==============================================================================
	layout styles
==============================================================================*/
/* page container */
#page-container-sharedmall {
  min-height: 100%;
  position: relative;
  background: -webkit-linear-gradient(left, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* Standard syntax */
}

/* page container */
#page-container-community {
  min-height: 100%;
  position: relative;
  background: -webkit-linear-gradient(left, #03668F, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #03668F); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #03668F, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #03668F); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #03668F, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #03668F); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #03668F, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #08A3D3, #03668F); /* Standard syntax */
}

#page-container {
  min-height: 100%;
  position: relative;
  background: #eee;
}

#page-container2 {
  margin: 0 auto;
  position: relative;
  padding: 0px 1px;
  background: -webkit-linear-gradient(left, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #08a3d3, #17224e, #17224e, #17224e, #17224e 50%, #17224e, #17224e, #17224e, #08a3d3); /* Standard syntax */
}

#domain-name{
  display: none;
  width: 100%;
  font-size:16px;
  padding: 0px 5px 15px 5px;
  text-align:center;
}

#page-container3 {
  position: relative;
  border-left: 0px solid #d3caca; 
  border-right: 0px solid #d3caca; 
  margin:auto;
  background:white;
}
/* page layout */
#content-container {
	clear: both;
	float: left;
  overflow: visible;
  display: block;
	position: relative;
	width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
}
#content-container2 {
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
#center {
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
}
#left-bar {
	float: left;
	position: relative;
	width: 272px;
	margin-left: 0px;
  border-right: 0px none;
  padding-right: 0px;
}
#right-bar {
	float: right;
	right: 7px;
	position: relative;
	width: 160px;
}
#center-main {
	margin: 0px;
	position: relative;
  overflow: visible;
  background: #ffffff;
  padding: 0px 0px 15px 0px;
  -moz-border-radius-topleft: 9px; -webkit-border-top-left-radius: 9px; -khtml-border-top-left-radius: 9px; border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px; -webkit-border-top-right-radius: 9px; -khtml-border-top-right-radius: 9px; border-top-right-radius: 9px;
  min-height:600px;
}
#center-main.welcome {
  padding: 0px;
  border: 0px none;
  background: transparent;
}
#header {
	height: auto;
	/*position: absolute !important;*/
	top: 0px;
  left: 0px;
	width: 1001px;
}
#footer {
	height: 42px;
	width: 100%;
	position: absolute !important; 
	bottom: 0;
/*	float: left; */
}

.left-bg {
  position: absolute;
  top: 134px;
  right: 50%;
  margin-right: 543px;
  width: 43px;
  height: 545px;
  background: url(https://www.sharedmall.com/skin1/images/custom/shop_community_left_bg.png) no-repeat left top;
  background: url(images/custom/website_bg.png) no-repeat left top;
}
.right-bg {
  position: absolute;
  top: 134px;
  left: 50%;
  margin-left: 541px;
  width: 37px;
  height: 545px;
  background: url(https://www.sharedmall.com/skin1/images/custom/support_community_right_bg.png) no-repeat left top;
  background: url(images/custom/shopping_cart_bg.png) no-repeat left top;
}

/*
  Right-to-left
*/
.rtl {
  direction: rtl;
}
/*
  header styles
*/
#header .line1 {
	position: relative;
	min-height: 58px;
  direction: ltr;
  margin-left: 0px;
  padding: 0px 5px;
}
#header .line1 .logo {
  position: relative;
  padding-top: 3px;
  top: 0px;
  margin-left: 5px;
  width: 250px;
  height: 45px; 
}
#header .line1 .logo a img {
  margin-left: 10px;
  width: 149px;
  height: 19px;
}
#header .line1 .logo .logo-text {
  position: absolute;
  top: 25px;
  left: 2px;
}
.logo-text a:link,
  .logo-text a:active,
  .logo-text a:hover,
  .logo-text a:visited
{
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  opacity:1;
  width:200px;
}
/* header tabs */
.tabs {
  margin: 0px;
  margin-left: 2px;
  padding: 0px;
  padding-top: 2px;
  height: 43px;
  text-align: left;
  width: 60%;
}
.tabs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  float: left;
  margin: 0px 1px 0px 0px;
  padding: 0px;
  background: transparent url(images/custom/tab_r.png) no-repeat right top;
  height: 41px;
}
.tabs li:hover,
.tabs li.hover
{
  background: transparent url(images/custom/tab_r_hover.png) no-repeat right top;
}
.tabs a:link,
  .tabs a:visited,
  .tabs a:hover,
  .tabs a:active
{
  display: block;
  background: transparent url(images/custom/tab_l.png) no-repeat left top;
  margin: 0px 6px 0px 0px;
  padding: 0px 2px 0px 9px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #6d0f0e;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  height: 41px;
  line-height: 39px;
  outline-style: none;
}
.tabs a:hover {
  background: transparent url(images/custom/tab_l_hover.png) no-repeat left top;
  color: #ffffff;
}
#header .top-links {
  position: absolute;
  left: 220px;
  top: 15px;
}

#header .top-links ul {
  float: left;
  margin: 0;
  margin-right: 40px;
  padding: 0;
  list-style: none;
}
#header .top-links ul li {
  line-height: 20px;
}
#header .top-links a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
}
#header .top-links a:hover {
  color: #5e5e5e;
}
#header .top-links a.tooltip {
  border-bottom: 1px dashed #5e5e5e; 
  opacity:1;
  position:relative;
  font-family: Roboto, "Titillium Web", verdana, arial, helvetica, sans-serif;
}
/* phones line */
.phones {
	position: absolute;
	right: 275px;
	top: 20px;
	vertical-align: middle;
  	text-align: right;
	white-space: nowrap;
}
.phones span {
	padding-left: 15px;
	font-size: 12px;
  font-weight: normal;
  color: black;
}

.top-section {
  margin-left: -18px;
  margin-right: -18px;
  padding: 2px 10px 5px;
  border: 1px solid #dfd8de;
  background: url(images/custom/top_section.png) repeat-x left top;
  -moz-box-shadow: inset 0 0 8px #fff;
  -webkit-box-shadow: inset 0 0 8px #fff;
  box-shadow: inset 0 0 8px #fff;
  -moz-border-radius: 9px; -webkit-border-radius: 9px; -khtml-border-radius: 9px; border-radius: 9px;
}
.welcome .top-section {
  margin: 0;
}
.welcome.with-banners .top-section {
  border-bottom: 0px none;
  -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
  padding-bottom: 0px;
}
.top-section .line2 {
  position: relative;
  border: none;
  background: transparent url(images/custom/line2.png) no-repeat right top;
  height: 38px;
  padding-right: 7px;
  color: #ffffff;
  width: 972px;
  z-index: 200;
}
.top-section .line2-wrapper {
  background: #e6ece8 url(images/custom/line2.png) no-repeat left top;
  height: 38px;
  width: 100%;
}
#header .languages {
  position: absolute;
  top: 7px;
  right: 20px;
  text-align: right;
  vertical-align: middle;
}
#header .languages-row,
  #header .languages-flags
{
  top: 9px;
}
#header .languages-flags a:link,
  #header .languages-flags a:visited,
  #header .languages-flags a:hover,
  #header .languages-flags a:active,
  #header .languages-flags strong
{
  padding-left: 5px;
  padding-right: 5px;
}
#header .languages label {
  line-height: 21px;
  vertical-align: middle;
  font-size: 12px;
}
#header .languages select {
	margin-left: 5px;
}
/* header line 3 */
#header .line3 {
  position: relative;
  width: 100%;
  height: 39px;
  text-align: right;
}
.printable-bar a:link,
  .printable-bar a:visited,
  .printable-bar a:hover,
  .printable-bar a:active
{
  background: transparent url(images/custom/printer.gif) no-repeat right 2px;
  padding: 2px 20px 2px 0px;
  color: #4a2202;
  text-decoration: none;
  font-size: 10px;
  line-height: 16px;
}
.printable-bar a:hover {
  text-decoration: underline;
}
div.printable-bar {
  width: 130px;
  margin-top: 5px;
}
/*
  footer styles
*/
#footer .box {
  border: none;
  padding: 0px;
  margin: 0px 0px;
}
#footer .subbox {
  position: relative;
  color: black !important;
  height: 42px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px;
  font-size: 11px;
}
#footer .subbox a {
  color: #868686;
  text-decoration: none;
}

#footer .subbox .copyright-SM {
  color:black;
}

#footer .subbox a:hover {
  text-decoration: underline;
}
#footer .back-top {
  position: absolute;
  right: 13px;
  bottom: 45px;
}
#footer .back-top a:link,
  #footer .back-top a:visited,
  #footer .back-top a:hover,
  #footer .back-top a:active
{
  color: #ff5923;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  padding: 3px 30px 3px 0px;
  background: url(images/custom/back_top.png) no-repeat right top;
  line-height: 30px;
}

#testimonial {
  background:#FFFFFF; 
  padding: 0px 5px; 
  border-right: 1px solid black; 
  width:30%; 
  display:inline-block;
  font-size:12px;
  white-space:normal;
  height:100%; 
}

#testimonials {
  background:#FFFFFF; 
  padding: 20px 0px; 
  border: 0px solid #000000; 
  width:100%;
  height:100%; 
  display:inline-block;
  white-space: nowrap;
}


/*==============================================================================
  widgets
==============================================================================*/
/*
  location bar
*/
#location {
	font-size: 12px;
	color: #3597d6;
  margin-top: 5px;
}
font.bread-crumb {
  font-size: 12px;
  color: #2e3234;
}
a.bread-crumb {
  font-size: 12px;
  color: #2e3234;
  text-decoration: none;
}
a.bread-crumb:hover {
  text-decoration: underline;
}
a.first-bread-crumb {
  color: #3597d6;
  font-weight: bold;
}
font.last-bread-crumb {
  text-decoration: none;
  color: #2e3234;
}
#location span {
  padding: 0px;
}

/*
  jquery dialog popup
*/

.ui-dialog {
  padding:40px;
}

.ui-dialog .ui-dialog-content {
  padding:0px;
}

.ui-dialog .ui-dialog-titlebar {
  background:none;
  border:none;
  padding:0px;  
}

.ui-dialog .ui-dialog-title {
  font-weight:bold;
  font-size:16px;
}

.ui-dialog .ui-dialog-titlebar-close {
  right:0px;
}

.ui-widget-overlay {
  background:black;
}

.ui-button-text {
  color:black;
}

/*
  dialog message container
*/
#dialog-message {
  padding: 20px 0px 0px 0px;
  width: 100%;
}
#dialog-message .box {
  position: relative;
  margin-left: 8%;
  margin-right: 8%;
  border: 1px solid black;
  border-top: 3px solid black;
  padding: 10px 25px 10px 59px;
  vertical-align: middle;
  text-align: left;
  min-height: 32px;
}
#dialog-message a.close-link:link,
  #dialog-message a.close-link:visited,
  #dialog-message a.close-link:hover,
  #dialog-message a.close-link:active
{
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 13px;
  height: 13px;
  text-decoration: none;
}
#dialog-message .close-img {
  width: 13px;
  height: 13px;
  background: transparent url(images/but_cross.gif) no-repeat left top;
}
#dialog-message .message-I {
  color: #593029;
  border-color: #c4bdb4;
  background: #FFFFFF url(images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-W {
  color: #593029;
  border-color: #ff993c;
  background: #FFFFFF url(images/icon_warning.gif) no-repeat 10px 10px;
}
#dialog-message .message-E {
  color: #593029;
  border-color: #da0000;
  background: #FFFFFF url(images/icon_error.gif) no-repeat 10px 10px;
}
#dialog-message .anchor {
  position: relative;
  margin-left: auto;
  margin-right: 0px;
  height: 15px;
  text-align: right;
  vertical-align: middle;
}
#dialog-message .anchor img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
  background: transparent url(images/goto_arr.gif) no-repeat left top;
}
.dialogtr {
	color: #1a2b3c;
}
/* inline message */
.inline-message {
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding: 1px 1px 15px 1px;
  margin: 0px;
}
.inline-message img.icon-w {
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: transparent url(images/icon_warning_small.gif) no-repeat;
}
.cart-message {
  padding: 5px 5px 5px 35px;
  text-align: left;
  min-height: 20px;
  color: #4f6280;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-message-W {
  background: #efefef 5px 5px url(images/icon_warning_small.gif) no-repeat;
}
.cart-message div.close-link {
  float: right;
  width: 25px;
  height: 13px;
  text-align: right;
  cursor: pointer;
  background: transparent url(images/but_cross.gif) no-repeat right top;
}
/*
  side bar container
*/
.menu-dialog {
  padding-top: 2px;
  padding-bottom: 2px;
}
.menu-dialog .title-bar {
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-align: left;
}
.menu-dialog .title-bar img.icon {
  width: 0px;
  height: 0px;
}
.menu-dialog .title-bar h2 {
  font-size: 15px;
  color: #565658;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  width: auto;
  display: inline;
  white-space: nowrap;
  border-bottom: 1px solid #565658;
}
.menu-dialog .link-title span.title-link {
  float: right;
  padding: 8px 7px 8px 0px;
}
.menu-dialog .link-title a.title-link:link,
  .menu-dialog .link-title a.title-link:visited,
  .menu-dialog .link-title a.title-link:hover,
  .menu-dialog .link-title a.title-link:active
{
  text-decoration: none;
  outline-style: none;
}
.menu-dialog .link-title .title-link img {
  width: 7px;
  height: 11px;
  background: transparent url(images/menu_arrow.gif) no-repeat left center;
}
.menu-dialog .content {
  border: 0px;
  padding: 10px 10px 20px 10px;
  overflow: hidden;
}
.menu-dialog .content a:link,
  .menu-dialog .content a:visited,
  .menu-dialog .content a:hover,
  .menu-dialog .content a:link
{
  color: #4a2202;
  text-decoration: none;
}
.menu-dialog .content a:hover {
  text-decoration: underline;
}
.menu-dialog ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.menu-dialog ul li {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}
.menu-dialog .item {
  color: #112536;
  font-size: 10px;
}
.menu-dialog ul li a:link {
	font-size: 11px;
	text-decoration: none;
}
.menu-dialog ul li a:visited {
	font-size: 11px;
	text-decoration: none;
}
.menu-dialog ul li a:hover {
	font-size: 11px;
	text-decoration: underline;
}
.menu-dialog ul li a:active  {
	font-size: 11px;
	text-decoration: none;
}
.menu-dialog hr {
  background-color: #999999;
}
.menu-dialog .login-text ul li {
  padding: 1px 0px;
}
.bottom-box {
  position: relative;
  /*width: 970px;*/
  clear: both;
  margin: 0 0px;
  padding-top: 8px;
  padding-bottom: 42px;
  background: #fff url(images/custom/bottom.gif) repeat-x left top;
}
.bottom-box .wrapper {
  padding: 16px;
  padding-top: 14px;
  border: 1px solid #bfbfbf;
  border-top: 0px none;
  -moz-border-radius-bottomleft: 19px; -webkit-border-bottom-left-radius: 19px; -khtml-border-bottom-left-radius: 19px; border-bottom-left-radius: 19px;
  -moz-border-radius-bottomright: 19px; -webkit-border-bottom-right-radius: 19px; -khtml-border-bottom-right-radius: 19px; border-bottom-right-radius: 19px;
}
.bottom-box .subbox {
  background: #efefef url(images/custom/bottom_bg.gif) repeat-x left bottom;
  padding: 15px 40px;
  -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
}
.bottom-box .menu-dialog {
  float: left;
  min-width: 20%;
  margin-right: 40px;
}
.bottom-box .menu-dialog.last {
  margin-right: 25%;
}
.bottom-box .menu-dialog .content {
  padding: 15px 0; 
  font-size: 11px;
}
.bottom-box .menu-dialog .content p {
  font-size: 13px;
  margin: 0 0 5px;
}
.bottom-box .menu-dialog .content a,
.bottom-box .menu-dialog ul li a {
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}
.bottom-box .menu-dialog .content a:hover,
.bottom-box .menu-dialog ul li a:hover {
  text-decoration: underline;
}
.bottom-box .news {
  font-size: 11px;
}
.bottom-box .news .date {
  line-height: 18px;
  font-size: 11px;
}
.bottom-box .news .prev-news {
  float: left;
}
.bottom-box .news .subscribe {
  float: right;
}
.bottom-box .facebook {
  background: url(images/custom/facebook.png) no-repeat left center;
  padding-left: 35px; 
  line-height: 30px;
}
.bottom-box .twitter {
  background: url(images/custom/twitter.png) no-repeat left center;
  padding-left: 35px; 
  line-height: 34px;
}
.home-banners {
  position: relative;
  overflow: hidden;
/*  margin-bottom: 15px;*/
}
.home-banners .slideshow {
  background: #08A3D3;
  width: 100% !important;
  position: relative; /* added */
  border: 1px solid #08A3D3;
}  
.home-banners .wrapper  {
  display: none;
  max-height: 498px !important;
  width: 100%;
  background: none !important;
}
.home-banners .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(images/custom/RedWithWhitePlayButton.png) no-repeat left top;
  float: left;
  background-size:83px 59px;
  margin-left: -40px;
  margin-top: -20px;
  display:none;
}
.home-banners .play-button:hover{
  background: url(images/custom/WhiteWithRedPlayButton.png) no-repeat left top;
  /*background-size:83px 59px; */
}

.banner-play-button {
  width: 40px;
  vertical-align:bottom; 
}

.home-banners  img.banner-img {
  width: 100%;
}
.home-banners .top-text {
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: 'Arial';
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
}
.home-banners .bottom-text { 
  position: absolute;
  top: 163px;
  right: 8px;
  width: 320px;
}
.home-banners .bottom-text,
.home-banners .bottom-text * {
  font-family: 'Arial';
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  text-align: right;
  padding-right: 7px; 
}
.home-banners .descr {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  font-size: 13px;
/*
  background: transparent url(images/custom/home_banners_descr.png);
*/
  border: 0px solid #9de4b4;
  -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
  padding: 1px;
}
.home-banners .descr li {
/*
  background: url(images/custom/tick.png) no-repeat left center;
  padding-left: 22px;
*/
}
.home-banners .descr-left {
  left: 0px;
  text-align:left;
  width: 100%;
  top:40%;
}

.home-banners .descr-right {
  top: 0px;
  left: 0px;
  text-align:right;
  width:100%;
  top:40%;
}
.home-banners .nav {
  position: relative;
  border-top: 2px solid #f991ee;
  background: #fff;
  padding-top: 3px;
/*
  width: 998px;
  height: 95px; 
*/
  z-index: 100;
}
.home-banners .nav .box {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  left: 50%;
  height:40px;
  background: #fff;
}
.home-banners .nav .subbox {
  position: relative;
  float: left;
  right: 50%; 
  width: 20%;
  text-align:center;
  padding: 2px 0;
  background:#fff;
}
.home-banners .nav .subbox div {
  margin-bottom: 2px;
  border-right: 1px solid #bdc4ba;
  padding: 0 8px 0 12px;
}
.home-banners .nav .subbox.last div {
  border-right: 0px none;
}
.home-banners .nav a {
  text-decoration: none;
  display: block;
}
.home-banners .nav .title {
  font-family: 'Trebuchet MS';
  font-size: 10px;
  font-weight: normal;
  color: #2f7cc4;
  margin-top: 10px;
  display:inline-block;
  width:100%;
}
.home-banners .nav img {
  float: right;
  margin-top: 100px;
}
.home-banners .nav img.arrow {
  width: 30px; 
  height: 10px;
  position: absolute;
  left: 50%;
  float: none;
  margin: 0;
  margin-left: -15px;
  top: 0px;
}
.home-banners .cycle-pager-active img.arrow {
  background: url(images/custom/home_banners_active.png) no-repeat left top;
}
.home-banners .cycle-pager-active {
  background: url(images/custom/home_banners_bg.png) repeat-x left bottom;
}
/*
  dialog container
*/
.dialog {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  page-break-inside: avoid;
}
.dialog .title {
  position: relative;
  color: #227abe;
  font-size: 13px;
  border: 0px none;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}
.dialog .title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
}
.dialog .content {
  border: 0px none;
  background: transparent none;
  text-align: left;
  padding: 10px 10px 10px 10px;
  color: #58595b;
}
.list-dialog .title {
  height: 36px;
  border: 1px solid #eedec2;
  border-top: 1px solid #d7c8ad;
  background: url(images/custom/dialog_title_bg.gif) repeat-x left top;
}
.list-dialog .title h2 {
  display: none;
}
.list-dialog .title div.sort-box {
  height: 36px;
  position: absolute;
  top: 0px;
  left: 17px;
  overflow: hidden;
}
.list-dialog .title div.sort-box .search-sort-bar {
  padding: 0px;
  margin: 9px 0px;
}
.list-dialog .title div.sort-box .search-sort-title,
  .list-dialog .title div.sort-box .search-sort-cell
{
  padding-right: 10px;
}
.dialog-featured-list .title {
  height: 55px;
  line-height: 55px;
}
.dialog-featured-list .content {
  padding: 0px 6px;
  margin-top: -18px;
  margin-left: -8px;
  margin-right: -8px;
}
.dialog-featured-list .products {
  margin: 0px auto;
}
.simple-dialog {
  border: 1px solid #b5b6b7;
}
.simple-dialog .title {
  height: auto;
  line-height: normal;
  padding: 20px 20px 5px;
}
.simple-dialog .title h2 {
  color: #227abe;
}
.simple-dialog .content {
  padding: 5px 20px 20px;
}
.simple-dialog table.data-table td {
  vertical-align: middle;
  line-height: normal;
}
.simple-dialog .button-row {
  padding: 0;
}
.simple-dialog .button-row .button {
  margin-top: -2px;
}
.noborder {
  border: 0px none;
}
.noborder .title {
  background: transparent none;
  display: none;
}
.noborder .content {
  padding: 0px 0px 5px 0px;
}
ul.simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.simple-list.sort {
  border: 0px solid #d4d4d4;
  border-color: #d4d4d4 #cecece #c8c8c8 #cecece;
  height: 37px;
  padding: 8px 15px 0px;
  background: #F4F4F4;
/*  background: url(images/custom/dialog.gif) repeat-x left bottom; */
  -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}
.item-left {
  float: left;
}
.item-right {
  float: right;
  margin-bottom: 10px;
}
.main-tab-container {
  margin-top: 40px;
  background: #fff;
  width: auto;
}
.main-tab-container .wrapper {
  border: 1px solid #b1b1b1;
  padding: 20px 10px 10px 10px;
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.main-tab-container .wrapper .dialog {
  border: 0px;
}
.main-tab-container .wrapper .dialog .title {
  display: none;
}

.recommends-tab {
  display:none;
}

.main-tab-container .ptab {
  height: 38px;
  padding: 0px;
  padding-right: 7px;
  float: left;
  margin-right: 2px;
  border: none;
  position: relative;
  border: 1px solid #cacaca;
  border-bottom: 0px none;
  background: #fff url(images/custom/ptab.png) repeat-x left bottom;
  -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
  z-index: 2;
}
.main-tab-container .ptab span {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0px 13px 0px 20px;
  cursor: pointer;
  color: #000;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
}
.main-tab-container .ptab.active {
  z-index: 4;
  background: #fff;
  border-color: #b1b1b1;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.main-tab-container .ptab.active span {
  cursor: default;
}
.main-tab-container .wrapper div.ptab-cont {
  display: none;
}
/*
  buttons
*/
/* button-based */
button.button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 29px;
  margin: 0px;
  padding: 1px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
}
button.button .button-right {
  display: block;
  background: transparent url(images/custom/but_right.png) no-repeat right top;
  padding: 0px 9px 0px 0px;
  height: 28px;
}
button.button .button-left {
  display: block;
  margin: 0px;
  background: transparent url(images/custom/but_left.png) no-repeat left top;
  padding: 0px 5px 0px 15px;
  vertical-align: middle;
  white-space: nowrap;
  color: #4f4f4f;
  font-size: 12px;
  height: 28px;
  line-height: 27px;
}

.default-search-icon {
  vertical-align:middle;
  left: -25px;
  top: -3px;
  position: relative;
  width:18px;
}

.search-engine-button {
    background-color: #17224E;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    margin: 4px 4px;
    border-radius: 12px;
    cursor: pointer;
}

button.grey {
  font-size:12px;
  background-color:#909090; 
  color:white; 
  height:28px;
  line-height:28px;
  border-radius:2px;
  border:5px none;
}

/* div-based */
div.button {
  border: 0px none;
  background: transparent none;
  cursor: pointer;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  white-space: nowrap;
  background: transparent url(images/custom/but_right.png) no-repeat right top;
  float: left;
  height: 28px;
}
div.button div,
  div.button a:link,
  div.button a:visited,
  div.button a:hover,
  div.button a:active
{
  display: block;
  background: transparent url(images/custom/but_left.png) no-repeat left top;
  padding: 0px 5px 0px 15px;
  height: 28px;
  line-height: 27px;
  white-space: nowrap;
  color: #4f4f4f;
  font-size: 12px;
  text-decoration: none;
  outline-style: none;
}
div.clear-cart-button {
  background: transparent url(images/custom/clear_cart_button.png) no-repeat right top;
  padding-right: 28px;
}  
div.clear-cart-button div,
  div.clear-cart-button a:link,
  div.clear-cart-button a:visited,
  div.clear-cart-button a:hover,
  div.clear-cart-button a:active
{
  padding-right: 10px;
}  
/* button-based link */
button.simple-button {
  border: 0px none;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  margin: 0px;
  white-space: nowrap;
  color: #3c6992;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  outline-style: none;
  text-decoration: underline;
}
button.simple-button span {
}
button.simple-button img {
  display: none;
}
/* a-based link */
a.simple-button {
  font-size: 12px;
  white-space: nowrap;
  color: #3c6992;
  font-weight: bold;
  margin: 0px;
  vertical-align: middle;
  text-decoration: none;
  outline-style: none;
  background-color:#eee;
  color:black;
  padding:5px;
  border-radius:5px;
}
a.simple-button:hover {
  text-decoration: none;
}
a.video {
  background: url(images/custom/youtube.png) no-repeat left top;
  padding: 8px 0 12px 37px;
  margin-top: 10px !important;
  color: #000 !important;
  font-weight: bold;
}
/* input-image-based */
input.image-button {
  margin: 0px;
  padding: 0px;
  margin-bottom: 2px;
  border: 0px none;
  width: 19px;
  height: 18px;
  background: transparent url(images/go.gif) no-repeat left top;
  vertical-align: middle;
}
/* a-image-based */
a.image-button:link,
  a.image-button:visited,
  a.image-button:hover,
  a.image-button:active
{
  text-decoration: none;
}
a.image-button:link img,
  a.image-button:visited img,
  a.image-button:hover img,
  a.image-button:active img
{
  margin: 0px;
  padding: 0px;
  margin-bottom: 2px;
  border: 0px none;
  width: 19px;
  height: 18px;
  background: transparent url(images/go.gif) no-repeat left top;
  vertical-align: middle;
}
/*
  Buttons alternative styles
*/
/* highlighted button */
button.main-button {
  height: 44px;
}
button.main-button .button-right {
  background: transparent url(images/custom/but_main_blue_right.png) no-repeat right top;
  height: 28px;
}
button.main-button .button-left {
  background: transparent url(images/custom/but_main_blue_left_no_arrow.png) no-repeat left top;
  color: #fefefe;
  font-weight: normal;
  font-size: 15px;
  height: 28px;
  line-height: 27px;
}
div.main-button {
  background: transparent url(images/custom/but_main_right.png) no-repeat right top;
  height: 42px;
}
div.main-button div,
  div.main-button a:link,
  div.main-button a:visited,
  div.main-button a:hover,
  div.main-button a:active
{
  background: transparent url(images/custom/but_main_left.png) no-repeat left top;
  color: #fefefe;
  font-weight: normal;
  font-size: 15px;
  height: 42px;
  line-height: 41px;
}


button.main-button-medium-blue {
  height: 44px;
}
button.main-button-medium-blue .button-right {
  background: transparent url(images/custom/but_main_blue_right.png) no-repeat right top;
  height: 31px;
  border-radius:0px 5px 5px 0px;
}
button.main-button-medium-blue .button-left {
  background: transparent url(images/custom/but_main_blue_left_no_arrow.png) no-repeat left top;
  color: #fefefe;
  font-weight: normal;
  font-size: 13px;
  height: 31px;
  line-height: 30px;
  border-radius:5px 0px 0px 5px;
}
div.main-button-medium-blue {
  background: transparent url(images/custom/but_main_right.png) no-repeat right top;
  height: 31px;
}
div.main-button_medium_blue div,
  div.main-button a:link,
  div.main-button a:visited,
  div.main-button a:hover,
  div.main-button a:active
{
  background: transparent url(images/custom/but_main_left.png) no-repeat left top;
  color: #fefefe;
  font-weight: normal;
  font-size: 13px;
  height: 31px;
  line-height: 30px;
}


button.main-button-blue .button-right {
  background: transparent url(images/custom/but_main_blue_right.png) no-repeat right top;
}
button.main-button-blue .button-left {
  background: transparent url(images/custom/but_main_blue_left.png) no-repeat left top;
  padding-left: 41px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
button.main-button-blue.find .button-left {
  background: transparent url(images/custom/flag.png) no-repeat left top;
  padding-left: 110px;
}
button.main-button-small .button-right {
  background: transparent url(images/custom/but_main_small_right.png) no-repeat right top;
}
button.main-button-small .button-left {
  background: transparent url(images/custom/but_main_small_left.png) no-repeat left top;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding: 0px 3px 0px 12px;
  line-height: 17px;
}
div.main-button-small {
  background: transparent url(images/custom/but_main_small_right.png) no-repeat right top;
}
div.main-button-small div,
  div.main-button-small a:link,
  div.main-button-small a:visited,
  div.main-button-small a:hover,
  div.main-button-small a:active
{
  background: transparent url(images/custom/but_main_small_left.png) no-repeat left top;
  color: #ffffff;
  line-height: 17px;
  padding: 0px 3px 0px 12px;
}

button.main-button-small-blue .button-right {
  background: transparent url(images/custom/but_main_small_blue_right.png) no-repeat right top;
}
button.main-button-small-blue .button-left {
  background: transparent url(images/custom/but_main_small_blue_left.png) no-repeat left top;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 3px 0px 12px;
  line-height: 17px;
}
div.main-button-small-blue {
  background: transparent url(images/custom/but_main_small_blue_right.png) no-repeat right top;
}
div.main-button-small-blue div,
  div.main-button-small-blue a:link,
  div.main-button-small_blue a:visited,
  div.main-button-small_blue a:hover,
  div.main-button-small_blue a:active
{
  background: transparent url(images/custom/but_main_small_blue_left.png) no-repeat left top;
  color: #ffffff;
  line-height: 17px;
  padding: 3px 3px 0px 12px;
}

button.main-button-small-grey .button-right {
  background: transparent url(images/custom/but_main_small_grey_right.png) no-repeat right top;
}
button.main-button-small-grey .button-left {
  background: transparent url(images/custom/but_main_small_grey_left.png) no-repeat left top;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 3px 0px 12px;
  line-height: 17px;
}
div.main-button-small-grey {
  background: transparent url(images/custom/but_main_small_grey_right.png) no-repeat right top;
}
div.main-button-small-grey div,
  div.main-button-small-grey a:link,
  div.main-button-small_grey a:visited,
  div.main-button-small_grey a:hover,
  div.main-button-small_grey a:active
{
  background: transparent url(images/custom/but_main_small_grey_left.png) no-repeat left top;
  color: #ffffff;
  line-height: 17px;
  padding: 3px 3px 0px 12px;
}

button.button-small .button-right {
  background: transparent url(images/custom/button_small_right.png) no-repeat right top;
  padding-right: 20px;
}
button.button-small .button-left {
  background: transparent url(images/custom/button_small_left.png) no-repeat left top;
  color: #750806;
  font-size: 11px;
  padding: 0px 13px 0px 7px;
  line-height: 19px;
}
div.button-small {
  background: transparent url(images/custom/button_small_right.png) no-repeat right top;
  padding-right: 20px;
}
div.button-small div,
  div.button-small a:link,
  div.button-small a:visited,
  div.button-small a:hover,
  div.button-small a:active
{
  background: transparent url(images/custom/button_small_left.png) no-repeat left top;
  color: #750806;
  font-size: 11px;
  line-height: 19px;
  padding: 0px 13px 0px 7px;
}
div.but-sell {
  background: transparent url(images/custom/top_buttons.png) no-repeat right top;
  height: 21px;
  margin-top: 5px;
}
div.but-sell div,
  div.but-sell a:link,
  div.but-sell a:visited,
  div.but-sell a:hover,
  div.but-sell a:active
{
  background: transparent url(images/custom/top_buttons.png) no-repeat left top;
  color: #ffffff !important;
  height: 21px !important;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  padding: 0px 3px 0px 12px !important;
}
div.but-buy {
  background: transparent url(images/custom/top_buttons.png) no-repeat right -21px;
  height: 21px;
  margin-top: 5px;
}
div.but-buy div,
  div.but-buy a:link,
  div.but-buy a:visited,
  div.but-buy a:hover,
  div.but-buy a:active
{
  background: transparent url(images/custom/top_buttons.png) no-repeat left -21px;
  color: #ffffff !important;
  height: 21px !important;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  padding: 0px 3px 0px 12px !important;
}
button.simple-main-button,
  a.simple-main-button:link,
  a.simple-main-button:visited,
  a.simple-main-button:hover,
  a.simple-main-button:active
{
  color: #880000;
}
/* Light button */
button.light-button {
  padding-right: 10px;
}
button.light-button .button-right {
  background: transparent url(images/but_light_right.gif) no-repeat right top;
  padding: 0px 2px 0px 0px;
}
button.light-button .button-left {
  background: transparent url(images/but_light_left.gif) no-repeat left top;
  padding: 0px 10px 0px 15px;
  font-size: 11px;
}
div.light-button {
  padding: 0px 5px 0px 0px;
  background: transparent url(images/but_light_right.gif) no-repeat right top;
}
div.light-button div,
  div.light-button a:link,
  div.light-button a:visited,
  div.light-button a:hover,
  div.light-button a:active
{
  background: transparent url(images/but_light_left.gif) no-repeat left top;
  padding: 0px 5px 0px 11px;
  font-size: 11px;
}
/* Delete cart item button */
a.simple-delete-button:link,
  a.simple-delete-button:visited,
  a.simple-delete-button:hover,
  a.simple-delete-button:active
{
  background: none; 
  padding: 0px;
}
a.simple-delete-button:link img,
  a.simple-delete-button:visited img,
  a.simple-delete-button:hover img,
  a.simple-delete-button:active img
{
  background: transparent url(images/custom/delete_cross.png) no-repeat left top;
}
/* Delete button w/o icon */
a.simple-delete-button-woicon:link,
  a.simple-delete-button-woicon:visited,
  a.simple-delete-button-woicon:hover,
  a.simple-delete-button-woicon:active
{
  color: #880000;
}
/* Add to list... button */
div.drop-out-button {
  padding: 0px 23px 0px 0px;
  background: transparent url(images/but_right_dropout.png) no-repeat right top;
}
div.drop-out-button div,
  div.drop-out-button a:link,
  div.drop-out-button a:visited,
  div.drop-out-button a:hover,
  div.drop-out-button a:active
{
  background: transparent url(images/but_left.png) no-repeat left top;
  padding-right: 10px;
}
div.dropout-container {
  position: absolute;
  padding: 0px;
  margin: 0px;
  border: 0px none;
}
div.dropout-wrapper {
  float: left;
  position: relative;
  z-index: 1;
  margin: 0px;
}
div.dropout-box {
  border: solid 1px #adb6c6;
  background-color: #ffffff;
  padding: 5px 0;
  margin-top: 26px;
  position: absolute;
  display: none;
}
div.dropout-wrapper ul {
  margin:0;
  padding:0;
}
div.dropout-wrapper ul li {
  list-style-position: outside;
  list-style-type: none;
  padding: 5px 15px;
  float: left;
}
div.dropout-wrapper ul li .button {
  float: left;
  position: relative;
}
div.dropout-wrapper .button {
  float: none;
  position: absolute;
  margin-right: 0px;
}
/* Menu button */
button.menu-button {
  height: 22px;
}
button.menu-button .button-right {
  background: transparent url(images/custom/but_menu_right.png) no-repeat right top;
  padding-right: 5px;
  height: 21px;
}
button.menu-button .button-left {
  background: transparent url(images/custom/but_menu_left.png) no-repeat left top;
  padding: 0px 14px 0px 19px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  height: 21px;
  line-height: 20px;
}
div.menu-button {
  background: transparent url(images/custom/but_menu_right.png) no-repeat right top;
  padding-right: 5px;
}
div.menu-button div,
  div.menu-button a:link,
  div.menu-button a:visited,
  div.menu-button a:hover,
  div.menu-button a:active
{
  background: transparent url(images/custom/but_menu_left.png) no-repeat left top;
  padding: 0px 14px 0px 19px;
  line-height: 20px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: normal;
  height: 21px;
}
/* Add2Cart AJAX-based */
button.do-add2cart-wait,
  button.do-add2cart-success,
  button.do-add2cart-error
{
  cursor: default;
}
button.do-add2cart-wait .button-right,
  button.do-add2cart-success .button-right,
  button.do-add2cart-error .button-right
{
}
button.do-add2cart-wait .button-left,
  button.do-add2cart-success .button-left,
  button.do-add2cart-error .button-left
{
}
button.do-add2cart-wait .button-left .progress {
  display: block;
  background: transparent url(images/progress.gif) repeat-x left 15px;
}
/*
  button(s) containers
*/
.button-row,
  .button-row-right
{
  margin-top: 20px;
  padding: 0px;
}
.buttons-row .button,
  .buttons-row button.simple-button,
  .buttons-row a.simple-button
{
/*
  float: left;
*/
}
.buttons-row-right .button,
  .buttons-row-right button.simple-button,
  .buttons-row-right a.simple-button,
  .button-row-right .button,
  .button-row-right button.simple-button,
  .button-row-right a.simple-button
{
  float: right;
  padding-top: 0px;
  padding-bottom: 0px; 
}
.buttons-row-right-box {
  float: right;
}
.buttons-row-right,
  .buttons-row
{
  margin: 5px 0px 0px 0px;
}
.buttons-row .button-separator {
  float: left;
  width: 20px;
  height: 22px;
  line-height: 41px;
}
.buttons-row-right .button-separator {
  float: right;
  width: 30px;
  height: 15px;
}
table tr td.buttons-row,
  table tr td.button-row,
  table tr td.buttons-row-right,
  table tr td.button-row-right
{
  margin: 0px;
  padding-top: 15px;
}
.buttons-auto-separator .button,
  .buttons-auto-separator button.simple-button,
  .buttons-auto-separator a.simple-button
{
  margin-right: 15px;
}
.button-up {
  position: relative;
  margin-top: -23px;
  width: 30%;
}
/*
  popup help link
*/
a.popup-link:link,
  a.popup-link:visited,
  a.popup-link:hover,
  a.popup-link:active
{
  text-decoration: none;
}
a.popup-link:link img,
  a.popup-link:visited img,
  a.popup-link:hover img,
  a.popup-link:active img
{
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  background: transparent url(images/question_button.gif) no-repeat left top;
  margin-bottom: 1px;
}
/*
  Popup window
*/
.popup-modal-bg {
  background: transparent url(images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.popup-window {
  position: absolute;
  background: white none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 1100;
}
.popup-window .popup-bg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
  background: white none;
  margin: 0px;
  padding: 0px;
  z-index: 1150;
}
.popup-window .popup-title {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 22px;
  background: transparent url(images/custom/cart_table_bg.gif) repeat-x left bottom;
  border-bottom: 1px solid #b7b7b7;
  vertical-align: middle;
  z-index: 1200;
}
.popup-window .popup-title span {
  color: #4a2202;
  font-size: 10px;
  line-height: 22px;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}
.popup-window .popup-title a:link,
  .popup-window .popup-title a:visited,
  .popup-window .popup-title a:hover,
  .popup-window .popup-title a:active
{
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  outline-style: none;
  text-decoration: none;
  width: 16px;
  height: 16px;
}
.popup-window .popup-title img {
  width: 16px;
  height: 16px;
  background: transparent url(images/custom/popup_header_cross.gif) no-repeat left top;
}
.popup-window .popup-content {
  position: absolute;
  top: 24px;
  left: 2px;
  right: 2px;
  bottom: 20px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  z-index: 1200;
}
.popup-window .popup-frame {
  padding: 20px;
  margin: 0px;
}
.popup-window .popup-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #f5eddd none;
  height: 18px;
  text-align: right;
  z-index: 1200;
}
.popup-window .popup-footer div {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 0px;
  background: transparent url(images/custom/popup_bottom_arrow.gif) no-repeat 9px 9px;
  cursor: se-resize;
}
.popup-dnd-border {
  position: absolute;
  border: 1px dotted #000000;
  background: transparent none;
  z-index: 1200;
}
.popup-window .popup-border {
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}
.popup-window .popup-t-side {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border: 0px none;
  border-top: 1px solid #fff;
  background: #b7b7b7 none;
  height: 2px;
  cursor: n-resize;
  z-index: 1250;
}
.popup-window .popup-tr-corner {
  right: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #b7b7b7 none;
  cursor: ne-resize;
  z-index: 1260;
}
.popup-window .popup-r-side {
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  border-right: 1px solid #fff;
  background: #b7b7b7 none;
  width: 2px;
  cursor: e-resize;
  z-index: 1250;
}
.popup-window .popup-br-corner {
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #b7b7b7 none;
  cursor: se-resize;
  z-index: 1260;
}
.popup-window .popup-b-side {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: #b7b7b7 none;
  height: 2px;
  cursor: s-resize;
  z-index: 1250;
}
.popup-window .popup-bl-corner {
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #b7b7b7 none;
  cursor: sw-resize;
  z-index: 1260;
}
.popup-window .popup-l-side {
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  border-left: 1px solid #fff;
  background: #b7b7b7 none;
  width: 2px;
  cursor: w-resize;
  z-index: 1250;
}
.popup-window .popup-tl-corner {
  left: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #b7b7b7 none;
  cursor: nw-resize;
  z-index: 1260;
}
/*
  Images preview
*/
.images-preview-bg {
  background: transparent url(images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3000;
}
.images-preview {
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  background: #ffffff none;
  border: 5px solid #e3e3e3;
  overflow: hidden;
  min-width: 700px;
  min-height: 500px;
  z-index: 4000;
}
.images-preview .wait {
  position: absolute;
  top: 30px;
  right: 0px;
  bottom: 30px;
  left: 0px;
  background: #ffffff url(images/loading.gif) no-repeat center center;
  z-index: 1500;
}
.images-preview a.close:link,
  .images-preview a.close:visited,
  .images-preview a.close:hover,
  .images-preview a.close:active
{
  position: absolute;
  top: 9px;
  right: 11px;
  background: transparent url(images/close_images_preview.gif) no-repeat left center;
  padding-left: 12px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #4e4e4e;
  text-decoration: none;
  outline-style: none;
  text-transform: lowercase;
}
.images-preview .list-box {
  margin: 50px 50px 0px 50px;
  padding: 0px;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
}
.images-preview a.arrow,
  .images-preview a.arrow:link,
  .images-preview a.arrow:visited,
  .images-preview a.arrow:hover,
  .images-preview a.arrow:active
{
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  outline-style: none;
  cursor: pointer;
}
.images-preview a.hidden,
  .images-preview a.hidden:link,
  .images-preview a.hidden:visited,
  .images-preview a.hidden:hover,
  .images-preview a.hidden:active
{
  display: none;
}
.images-preview a.left,
  .images-preview a.left:link,
  .images-preview a.left:visited,
  .images-preview a.left:hover,
  .images-preview a.left:active
{
  left: 0px;
  background: transparent url(images/arrow_left.gif) no-repeat left center;
}
.images-preview a.right,
  .images-preview a.right:link,
  .images-preview a.right:visited,
  .images-preview a.right:hover,
  .images-preview a.right:active
{
  right: 0px;
  background: transparent url(images/arrow_right.gif) no-repeat right center;
}
.images-preview a.left-disabled,
  .images-preview a.left-disabled:link,
  .images-preview a.left-disabled:visited,
  .images-preview a.left-disabled:hover,
  .images-preview a.left-disabled:active
{
  background: transparent url(images/arrow_left_disabled.gif) no-repeat left center;
  cursor: auto;
}
.images-preview a.right-disabled,
  .images-preview a.right-disabled:link,
  .images-preview a.right-disabled:visited,
  .images-preview a.right-disabled:hover,
  .images-preview a.right-disabled:active
{
  background: transparent url(images/arrow_right_disabled.gif) no-repeat 6px center;
  cursor: auto;
}
.images-preview div.list-subbox {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.images-preview ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}
.images-preview ul li {
  display: block;
  padding: 0px;
  margin: 0px 12px;
  border: 1px solid #ffffff;
  background: transparent none;
  text-align: center;
  vertical-align: middle;
  float: left;
  cursor: pointer;
}
.images-preview ul li.over,
  .images-preview ul li:hover
{
  border: 1px solid #cccccc;
}
.images-preview ul li.selected {
  border: 1px solid #215485;
}
.images-preview ul li img {
  display: inline;
  text-align: center;
  vertical-align: middle;
}
.images-preview ul li.loading {
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.images-preview ul li.loading img {
  display: none;
}
.images-preview .box {
  position: relative;
  margin: 50px;
  vertical-align: middle;
  text-align: center;
  background: transparent none;
}
.images-preview .box.loading {
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.images-preview .box img {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}
/*
  data table
*/
table.data-table td {
  padding: 4px 1px;
  line-height: 21px;
  vertical-align: top;
}
table.data-table.light-table td {
  line-height: 16px;
  padding: 3px;
}

table.data-table td.data-name {
  vertical-align: top;
  color: #112536;
  padding-right: 5px;
}


table.data-table .data-required,
  .data-required
{
  color: #880000;
}
table.data-table td.data-required {
  padding-right: 4px;
}
table.data-table td.data-required {
  text-align: center;
  width: 5px;
}
table.data-table .error-message {
  color: #880000;
  vertical-align: middle;
}
table.data-table div.error-message {
  margin: 0px;
}
table.data-table tr.head-row th {
  padding-left: 5px;
  padding-right: 5px;
}
table.data-table tr th.data-checkbox-column {
  width: 10px;
}
table.data-table tr .data-right-column {
  text-align: right;
}
table.data-table tr .data-width-100 {
  width: 100%;
}
table.data-table tr td.data-name label {
  line-height: 21px;
  vertical-align: top;
}
/*
	search sort bar
*/
.search-sort-bar {
  line-height: 20px;
  text-align: left;
}
.search-sort-title {
  font-weight: bold;
  padding-right: 12px;
  color: #3597d6;
}
.search-sort-cell {
  padding-right: 12px;
}
a.search-sort-link:link,
  a.search-sort-link:visited,
  a.search-sort-link:hover,
  a.search-sort-link:active
{
  color: #000;
	text-decoration: none;
}
a.search-sort-link:hover {
  color: #0b86e4;
}
.search-sort-bar img,
.search-sort-bar-float img {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}
.search-sort-bar a.up-direction:link,
  .search-sort-bar a.up-direction:visited,
  .search-sort-bar a.up-direction:hover,
  .search-sort-bar a.up-direction:active
{
  padding-left: 10px;
  background: transparent url(images/custom/uarrow.gif) no-repeat left 4px;
}
.search-sort-bar a.down-direction:link,
  .search-sort-bar a.down-direction:visited,
  .search-sort-bar a.down-direction:hover,
  .search-sort-bar a.down-direction:active
{
  padding-left: 10px;
  background: transparent url(images/custom/darrow.gif) no-repeat left 4px;
}
/*
	expandable section
*/
.expand-section {
  height: 16px;
  margin: 20px 0px 20px 0px;
  vertical-align: middle;
  line-height: 16px;
}
.expand-section img {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin: 2px 5px 3px 0px;
}
.expand-section img.plus {
  background: transparent url(images/plus.gif) no-repeat left top;
}
.expand-section img.minus {
  background: transparent url(images/minus.gif) no-repeat left top;
}
.expand-section a:link,
  .expand-section a:visited,
  .expand-section a:hover,
  .expand-section a:active
{
  font-weight: bold;
  text-decoration: underline;
}
/*
	pagination mechanism
*/
.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
}
.nav-pages-title {
  padding-right: 10px;
}
.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}
.nav-pages a:link,
  .nav-pages a:visited,
  .nav-pages a:hover,
  .nav-pages a:active
{
  text-align: center;
  text-decoration: none;
}
.nav-pages a:hover {
  color: #0b86e4;
}
.nav-pages .left-arrow img {
  background: transparent url(images/custom/navigation_arrow_left.gif) no-repeat left top;
}
.nav-pages .right-arrow img {
  background: transparent url(images/custom/navigation_arrow_right.gif) no-repeat left top;
}
.nav-pages .current-page {
  text-align: center;
  color: #0276cf;
  font-weight: bold;
  font-size: 15px;
}
.nav-pages .right-delimiter {
  padding-right: 12px;
}
/*
	subheader styles
*/
h3 {
  margin: 0px 0px 10px 0px;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  border: 0px none;
  border-bottom: 1px solid #a5a2a7;
}
h3.grey {
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
h3.black {
	color: #010101;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
h3.red {
	border-bottom: 1px solid #acb7c7;
}
h3.separator {
  margin-top: 30px;
}
/*
  Table head cell
*/
.img-down-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_bottom.gif) no-repeat left top;
  margin-right: 3px;
}
.img-up-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_top.gif) no-repeat left top;
  margin-right: 3px;
}
/*
  NoScript warning
*/
.noscript-warning {
  position: absolute;
  top: 10px;
  left: 30%;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
  border: 1px solid #dddddd;
  background: #ffffff none;
}
.noscript-warning .content {
  background: transparent url(images/icon_warning.gif) no-repeat left top;
  font-weight: bold;
  padding-left: 37px;
  height: 32px;
  line-height: 16px;
}
/*
    Webmaster mode
*/
.lbl {
  display: inline !important;
  color: green !important;
  font-weight: bold !important;
  width: auto !important;
  margin: 0px !important;
  padding: 0px !important;
}
.section {
  margin: 0px !important;
  padding: 0px !important;
  width: auto !important;
}
/*==============================================================================
  side-bar styles
==============================================================================*/
.menu-search {
  padding-top: 0px;
  width: 979px;
  display:none;
}
.menu-search .content {
  padding: 0px;
  border: 0px solid #dfd8de;
  border-bottom: 0px solid #ddd4db;
  background: #fff;
  -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px;
  padding-bottom: 5px;
}
.menu-search .title-bar {
  display: none;
}
.menu-search .buttons-row {
  display: block;
/*
  width: 31em;
*/
  margin-left: auto;
  margin-right: auto;
  min-height: 45px;
}
#products_search, #incentive_search, #website_search {
  border-top: 0px solid #dfd8de;
  padding: 10px 10px 5px;
  margin: 5px -1px 0;
  -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px;
}
.incentive-item a {
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
}
.incentive-item a:hover {
  text-decoration: none !important;
}
.printable-coupon .printable-description {
  display: none;
  position: absolute;
  border: 1px solid #d0c8b6;
  background-color: #FFF;
  margin-left: -300px;
  margin-top: -40px;
  width: 200px;
  padding: 5px;
}
#products_search table {
  margin: 0 auto;
}
#products_search table td {
  padding-left:  0px;
}
#products_search table td.data-name {
  padding-left: 20px;
}
#products_search table td.button-row {
  line-height: 42px;
  vertical-align: middle;
}
#products_search .question {
  margin: 5px 20px 0 10px;
  vertical-align: middle;
}
button.products-search .button-left, button.incentive-search .button-left, button.website-search .button-left {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
button.products-search img, button.incentive-search img, button.website-search img {
  width: 27px;
  height: 27px;
  background: url(images/custom/products_search.png) no-repeat left top;
  margin-left: 6px;
  vertical-align: middle;
}
button.products-search.open img, button.incentive-search.open img, button.website-search.open img {
  background: url(images/custom/products_search.png) no-repeat left -27px;
}
.menu-search * { 
  font-size: 12px;
}
.menu-search label {
  vertical-align: middle;
}
.menu-search input {
  vertical-align: middle;
}
.menu-search input.text,
  .menu-search input.date
{
  width: 155px;
  padding:2px;
  border: 1px solid #acacac;
  border-bottom: 1px solid #bfbfbf;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: inset 0 2px 3px #e4e4e6;
  -webkit-box-shadow: inset 0 2px 3px #e4e4e6;
  box-shadow: inset 0 2px 3px #e4e4e6;
}
.menu-search input.date {
  width: 125px;
}
.menu-search strong {
  float: left;
}
.menu-search .delivery {
  margin-left: 10px;
  text-align: right;
  padding-right: 5px;
}
.menu-search .box {
  background: #e1e1e1;
  padding: 0 5px 4px;
  border: 1px solid #acacac;
  border-bottom: 1px solid #bfbfbf;
  -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: inset 0 2px 3px #fff;
  -webkit-box-shadow: inset 0 2px 3px #fff;
  box-shadow: inset 0 2px 3px #fff;
}
.menu-search .box input[type=checkbox]{
  float: right;
}
.menu-search select {
  width: 160px;
  padding:2px;
  border: 1px solid #acacac;
  border-bottom: 1px solid #bfbfbf;
 -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
  -moz-box-shadow: inset 0 2px 3px #e4e4e6;
  -webkit-box-shadow: inset 0 2px 3px #e4e4e6;
  box-shadow: inset 0 2px 3px #e4e4e6;
}
.menu-search .menu-button {
  margin-bottom: 10px;
}
.menu-search .content a.search:link,
  .menu-search .content a.search:visited,
  .menu-search .content a.search:hover,
  .menu-search .content a.search:active
{
  color: #000;
  font-size: 11px;
  text-decoration: underline;
  text-transform: lowercase;
}
.menu-search .content a.search:hover {
  text-decoration: none;
}
.menu-search .button-separator {
  font-size: 16px;
  font-weight: bold;
  color: #565656;
  margin-right: 15px;
}
.menu-categories-list img.icon {
  background: transparent url(images/dingbats_categorie.gif) no-repeat left top;
}
.menu-categories-list ul li {
  padding: 10px 16px 0px 20px;
  background-color: #bff944;
  margin-bottom:  6px;
  position: relative;
  min-height: 28px;
}
.rtl .menu-categories-list ul li {
  padding: 4px 20px 5px 0px;
  background: transparent url(images/category_bullet_invert.gif) no-repeat right 5px;
}
.menu-categories-list ul li a:link,
  .menu-categories-list ul li a:visited,
  .menu-categories-list ul li a:hover,
  .menu-categories-list ul li a:active
{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Times New Roman';
  padding-left: 74px;
}
.menu-categories-list .content ul li.categories1 a {
  color: #ff0000;
}
.menu-categories-list .content ul li.categories2 a {
  color: #008000;
}
.menu-categories-list .content ul li.categories3 a {
  color: #ff6600;
}
.menu-categories-list .content ul li.categories4 a {
  color: #800080;
}
.menu-categories-list .content ul li.categories5 a {
  color: #0000ff;
}
.menu-categories-list li div.icon-container,
  .fancycat-icons-e li div.icon-container
{
   position: absolute;
   left: 0px;
   top: 0px;
  background: #ffffff;
  padding-right: 6px;
  text-align: left;
}
.menu-categories-list li img {
  cursor: pointer;
}
.menu-categories-list li img.lt,
  .menu-categories-list li img.rt,
  .menu-categories-list li img.lb,
  .menu-categories-list li img.rb,
  .fancycat-icons-e li img.lt,
  .fancycat-icons-e li img.rt,
  .fancycat-icons-e li img.lb,
  .fancycat-icons-e li img.rb
{
  position: absolute;
}  
.menu-categories-list li img.lt,
  .fancycat-icons-e li img.lt {
  left: 0px;
  top: 0px;
  background: transparent url(images/custom/lt.png) no-repeat left top;
}
.menu-categories-list li img.rt,
  .fancycat-icons-e li img.rt {
  right: 6px;
  top: 0px;
  background: transparent url(images/custom/rt.png) no-repeat left top;
}
.menu-categories-list li img.lb,
  .fancycat-icons-e li img.lb {
  left: 0px;
  bottom: 0px;
  background: transparent url(images/custom/lb.png) no-repeat left bottom;
}
.menu-categories-list li img.rb,
  .fancycat-icons-e li img.rb {
  right: 6px;
  bottom: 0px;
  background: transparent url(images/custom/rb.png) no-repeat right bottom;
}
/*
  Special menu
*/
.menu-special img.icon {
  background-image: url(images/dingbats_categorie.gif);
}
/*
  Help menu
*/
.menu-help img.icon {
  background-image: url(images/dingbats_help.gif);
}
/*
  Minicart
*/
.menu-minicart {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 215px;
  height: 45px;
/*  background: url(images/custom/minicart_bg.png) repeat-x left top; */
  border: 1px solid #dfd8de;
  -moz-box-shadow: inset 0 0 8px #fff;
  -webkit-box-shadow: inset 0 0 8px #fff;
  box-shadow: inset 0 0 8px #fff;
  -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
  
  border:none;
  box-shadow:none;
  background:white;
}
.menu-minicart img.icon {
  float: left;
  margin: 0px;
/*
  background: url(images/custom/cart_button.gif) no-repeat; 
  width: 60px;
  height: 43px;
*/
  background: url(/skin1/images/custom/solidblackshoppingbag.png) no-repeat;
  background-size:contain;
  width: 30px;

}
.menu-minicart ul.minicart {
  margin: 0px;
  margin-top: -3px;
  padding: 0px;
  height: 39px;
  overflow: hidden;

  display:none;
}
.menu-minicart ul.minicart li {
  display: inline;
  padding: 0 10px 0 0;
}
.full-mini-cart img.icon {
}
div.minicart {
  color: #212122;
  font-size: 13px;
  font-family: Verdana;
  margin: 5px 0 8px;
}

div.minicart .valign-middle {
  line-height:200%;
}

div.minicart strong,
  div.minicart span.currency 
{
  color: #c84300;
  font-size: 12px;
  font-weight: bold;
}
.menu-minicart ul.minicart li a,
div.minicart a {
  text-decoration: underline;
  color: #373737;
  font-family: Arial;
  font-size: 12px;
}
.menu-minicart ul.minicart li a:hover,
div.minicart a:hover {
  text-decoration: none;
}
div.minicart img {
  width: 19px;
  height: 16px;
}
div.minicart .empty b {
  line-height: 18px;
}
div.minicart table {
  margin: 0px 0px 0px 1px;
}
div.minicart table tr td {
  color: #112536;
  font-size: 10px;
  padding: 1px;
}
hr.minicart {
  clear: both;
  margin: 5px 0px 5px 0px;
}
/*
  AJAX-based minicart
*/
.ajax-minicart .title-bar {
  position: relative;
  overflow: visible;
}
#header .ajax-minicart img.minicart-button {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  z-index: 900;
/*  background-position: left -43px; */

  background-position: left 0px;
}
#header .ajax-minicart img.minicart-button-show {
  background-position: left -43px;
}

.minicart-box {
  display: none;
  position: absolute;
  left: auto;
  right: 0px;
  top: 30px;
  width: 240px;
  padding: 10px 10px 10px 5px;
  border: 1px solid #ded8dd;
  /*border-right: 0px none;*/
  background: #ffffff none;
  white-space: normal;
  z-index: 3000;
  font-weight: normal;
}
.minicart-box .progress {
  background: transparent url(images/progress.gif) repeat-x left top;
  height: 11px;
}
.minicart-box hr {
  margin-left: 5px;
}
.minicart-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.minicart-box ul li {
  position: relative;
  margin: 0px;
  padding: 6px 15px 6px 5px;
  overflow: hidden;
  white-space: normal;
  line-height: normal;
  text-align: left;
}
.minicart-box ul li a.delete:link,
  .minicart-box ul li a.delete:visited,
  .minicart-box ul li a.delete:hover,
  .minicart-box ul li a.delete:active
{
  padding-left: 10px;
}
.minicart-box ul li a.delete:link img,
  .minicart-box ul li a.delete:visited img,
  .minicart-box ul li a.delete:hover img,
  .minicart-box ul li a.delete:active img
{
  background: transparent url(images/delete_cross.gif) no-repeat left top;
  width: 9px;
  height: 9px;
}
.minicart-box ul li a:link,
  .minicart-box ul li a:visited,
  .minicart-box ul li a:hover,
  .minicart-box ul li a:active
{
  text-decoration: underline;
  white-space: normal !important;
}
.minicart-box .price-row {
  margin-top: 4px;
}
.minicart-box input.quantity {
  width: 35px;
}
.minicart-box .buttons-row {
  margin-top: 5px;
  margin-left: 5px;
  height: 30px;
}
.minicart-box .buttons-row .light-button div,
  .minicart-box .buttons-row .light-button a:link,
  .minicart-box .buttons-row .light-button a:visited,
  .minicart-box .buttons-row .light-button a:hover,
  .minicart-box .buttons-row .light-button a:active,
  .minicart-box .buttons-row .light-button .button-left
{
  font-size: 10px;
  font-weight: normal;
  line-height: 21px;
}
.minicart-box ul.menu li.view-cart-link a:link,
  .minicart-box ul.menu li.view-cart-link a:visited,
  .minicart-box ul.menu li.view-cart-link a:hover,
  .minicart-box ul.menu li.view-cart-link a:active,
  .minicart-box ul.menu li.checkout-link a:link,
  .minicart-box ul.menu li.checkout-link a:visited,
  .minicart-box ul.menu li.checkout-link a:hover,
  .minicart-box ul.menu li.checkout-link a:active
{
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.minicart-box li.checkout-popup-link {
  overflow: visible;
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.minicart-box .checkout-popup-link a.link:link,
  .minicart-box .checkout-popup-link a.link:visited,
  .minicart-box .checkout-popup-link a.link:hover,
  .minicart-box .checkout-popup-link a.link:active
{
  text-decoration: none;
  border: 1px solid #ffffff;
  outline-style: none;
  z-index: 1000;
  background-color: #ffffff;
  padding: 4px 0px 4px 5px;
  position: relative;
  outline-style: none;
}
.minicart-box .checkout-popup-link a.show:link,
  .minicart-box .checkout-popup-link a.show:visited,
  .minicart-box .checkout-popup-link a.show:hover,
  .minicart-box .checkout-popup-link a.show:active
{
  border-top: 1px solid #99a4ad;
  border-left: 1px solid #99a4ad;
  border-right: 1px solid #99a4ad;
  border-bottom: 1px solid #ffffff;
  padding-right: 5px;
}
.minicart-box .checkout-popup-link .link span {
  border-bottom: 1px dashed #043fa0;
  cursor: pointer;
}
.minicart-box .checkout-popup-link a.link:link img,
  .minicart-box .checkout-popup-link a.link:visited img,
  .minicart-box .checkout-popup-link a.link:hover img,
  .minicart-box .checkout-popup-link a.link:active img
{
  background: transparent url(images/checkout_arrow.gif) no-repeat right top;
  width: 9px;
  height: 7px;
  cursor: pointer;
}
.minicart-box .checkout-popup-link div.buttons-box {
  position: absolute;
  border: 1px solid #99a4ad;
  background: #ffffff none;
  left: 0px;
  top: 19px;
  display: none;
  padding: 10px;
}
.minicart-box .minicart-checkout-button {
  background: transparent url(images/but_flc_arrow_right.png) no-repeat right top;
  padding-right: 31px;
}
.minicart-box .minicart-checkout-button a:link,
  .minicart-box .minicart-checkout-button a:visited,
  .minicart-box .minicart-checkout-button a:hover,
  .minicart-box .minicart-checkout-button a:active
{
  background: transparent url(images/but_flc_main_left.png) no-repeat;
  line-height: 29px;
  color: #510000;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  float: left;
}
.minicart-box .gcheckout-cart-buttons a:link img,
  .minicart-box .gcheckout-cart-buttons a:visited img,
  .minicart-box .gcheckout-cart-buttons a:hover img,
  .minicart-box .gcheckout-cart-buttons a:active img
{
  width: inherit;
  height: inherit;
  background: transparent none;
}
.minicart-box .paypal-cart-button,
  .minicart-box .paypal-cart-button p,
  .minicart-box .gcheckout-cart-buttons,
  .minicart-box .gcheckout-cart-buttons p
{
  text-align: left;
}
.minicart-box .paypal-cart-button div,
  .minicart-box .gcheckout-cart-buttons div
{
  text-align: left;
  margin: 0px;
}
iframe.minicart-bg {
  position: absolute;
  display: none;
  width: 250px;
  border: 0px none;
  background: #ffffff none;
}
iframe.minicart-checkout-bg {
  position: absolute;
  display: none;
  border: 0px none;
  background: #ffffff none;
}
.help-link {
  border-bottom: 1px dashed #000000;
  cursor: help;
}
#tooltip {
  position: absolute;
  border: 1px solid #000000;
  padding: 5px;
  background: #ffffff none;
  top: 0px;
  left: 0px;
  text-align: left;
  width: 300px;
  z-index: 10000;
  color: #000000;
  font-size: 11px;
}
#tooltip h3 {
  border: 0px none;
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-size: 11px;
 
}
/*
  auth box
*/
.menu-auth img.icon {
  background: url(images/dingbats_authentification.gif) no-repeat;
}
.menu-auth input {
  width: 120px;
}
.login-buttons {
  margin: 3px 0px 5px 0px;
}
.login-buttons .button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.menu-dialog .recovery {
  clear: both;
  margin-bottom: 2px;
}
.menu-dialog .recovery a:link,
  .menu-dialog .recovery a:visited,
  .menu-dialog .recovery a:hover,
  .menu-dialog .recovery a:active
{
  text-decoration: underline;
  font-size: 10px;
}
.menu-dialog .left {
  text-align: left;
}
.menu-dialog .login-text {
  vertical-align: top;
}
.small-note,
  a.small-link:link {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:visited {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:hover {
  color: #3c6992;
  text-decoration: underline;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:active {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
/*
  news box styles
*/
.menu-news img.icon {
  background: url(images/dingbats_news.gif) no-repeat;
}
.menu-dialog a.prev-news:link,
  .menu-dialog a.prev-news:visited,
  .menu-dialog a.prev-news:hover,
  .menu-dialog a.prev-news:active,
  .menu-dialog a.subscribe:link,
  .menu-dialog a.subscribe:visited,
  .menu-dialog a.subscribe:hover,
  .menu-dialog a.subscribe:active
{
  text-decoration: underline;
}
/*
  interneka menu
*/
.menu-interneka img.icon {
  background: url(images/dingbats_affiliates.gif) no-repeat;
}
/*============================================================================
  page-specific styles
==============================================================================*/
/*
	category page
*/
.category-description {
  margin-bottom: 15px;
}
.current-category-icon {
  padding: 0px;
  height: 100%;
  vertical-align: top;
}
.current-category-icon img {
  margin: 5px;
}
ul.subcategories {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
ul.subcategories li {
  margin: 0px 0px 10px 0px;
	text-align: left;
  display: inline-block;
  width: 10%;
  margin: 15px 9px 15px 0;
  background: url(images/custom/cat_bg.gif) no-repeat left 5px;
  padding-left: 11px;
  vertical-align: top;
}
ul.subcategories a {
  text-decoration: underline;
  color: #000;
  display: inline;
  overflow: hidden;
}
ul.subcategories a:hover {
  text-decoration: none;
}
span.subcategories {
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px;
  text-align: center;
  padding-bottom: 0px;
  overflow: hidden;
}
.subcategory-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
.subcategory-descr {
  width: auto;
  padding: 0px;
  margin-bottom: 20px;
}
/*
	product details page
*/
.product-details {
  position: relative;
  margin-bottom: 50px;
}
.product-details .image {
  text-align: left;
  vertical-align: top;
  padding: 0px;
  float: left;
  margin: 5px 20px 5px 0px; 
}
.product-details .image .image-box {
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}
.product-details .details {
  padding-left: 30px;
}
.product-details .details .descr {
  vertical-align: top;
  padding-right: 5px;
  padding-bottom: 10px;
  line-height: 18px;
  padding-left:5px;
}
.product-details .details .save-percent-container {
  margin-left: 10px;
  width: 57px;
  height: 57px;
}
.product-details .details .save {
  float: left;
  width: 57px;
  height: 57px;
  padding-top: 28px;
  padding-left: 3px;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: transparent url(images/save_money.gif) no-repeat left top;
}
.product-details .product-subtitle {
  padding: 10px 0px 10px 0px;
}
.product-details .product-subtitle div {
  height: 1px;
  border: 0px none;
  border-bottom: 1px solid #a5a2a7;
}
.product-details .message {
  color: #c84300;
}
.product-details .warning-message {
  color: red;
}
.product-details .customer-message {
  color: #c84300;
  font-weight: bold;
}
.product-details .quantity-row td {
  padding-top: 15px;
}
.product-details .buttonw-row {
  margin-top: 15px;
}
.product-details input.text {
  vertical-align: middle;
}
.product-details span.delivery {
  margin-right: 10px;
}
/* product properties table */
table.product-properties {
  width: 100%;
  margin: 0px;
  background:#eee;
}
table.product-properties tr td {
  padding: 5px;
}
table.product-properties .property-name {
  width: 150px;
  padding-right: 10px;
}
table.product-properties .property-value {
  white-space: normal;
}
table.product-properties .product-price {
  color: #000000;
  font-size: 17px;
}
table.product-properties .product-price-value {
  color: #c84300;
  font-size: 19px;
  font-family: verdana;
  white-space: nowrap;
}

.product-price-value-title {
  display:none;
}

table.product-properties .product-market-price {
  color: #787878;
  padding-left: 5px;
  font-size: 18px;
  font-family: verdana;
  white-space: nowrap;
}
table.product-properties .product-taxed-price {
  color: #383838;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: bottom;
}
table.product-properties .product-input {
  height: 25px;
  padding-right: 10px;
}
table.product-properties .product-min-amount,
  table.product-properties .product-one-quantity
{
  font-size: 14px;
}
table.product-properties .separator td {
  height: 18px;
}
/* send 2 friend section */
input.send2friend {
  width: 300px;
}
/*
  products list
*/
/* common styles */
.products {
  margin-bottom: 15px;
  margin-top: 15px;
}
.noborder .products {
  margin-left: 0px;
  margin-right: 0px;
}
.welcome .noborder .products {
  margin-left: 0px;
  margin-right: 0px;
}
.products .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.products a.see-details:link,
  .products a.see-details:visited,
  .products a.see-details:hover,
  .products a.see-details:active
{
  display: block;
  text-align: center;
  text-decoration: underline;
}
.products a.product-title,
.products .product-title,
.location,
.provider {
  font-size: 11px; 
  text-decoration: none;
}
  
.location{
  display:none;
}

.location a,
.provider a {
  text-decoration: underline;  
}
.location a:hover,
.provider a:hover {
  text-decoration: none;
}
.products a.product-title:hover {
  text-decoration: underline;
}
.products .descr {
  padding: 15px 0px 0px 0px;
  margin: 0px;
}
.products .sku {
  margin-top: 15px;
}
.products .price-row {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  text-align: left;
  font-size: 11px;
}
.products .market-price-value {
  background: transparent url(images/spacer_black.gif) repeat-x left 8px;
}

.product-detail-market-price-striked .currency {
  text-decoration:line-through;
  padding-left:10px;
  color:red;
}

.products .price {
  font-weight: bold;
  font-size: 12px;
}
.products .price-value {
  font-weight: bold;
  font-size: 15px;
  color: #c84300; 
}
.products .price-save {
  padding: 0px;
  margin: 0px;
}
.products .taxes {
  padding: 2px 2px 2px 30px;
}
.products .buy-now {
  margin: 10px 0px 0px 0px;
}
.products .buy-now .quantity {
  height: 30px;
  white-space: nowrap;
  vertical-align: middle;
}
.products .buy-now .quantity-empty {
}
.products .buy-now .quantity-title {
  width: 75px;
  padding-right: 16px;
}
.products .buy-now .quantity select {
  vertical-align: middle;
}
.products .buy-now .out-of-stock {
  white-space: nowrap;
  font-weight: bold;
}
.products .buy-now .prices {
  height: 15px;
  vertical-align: middle;
}
.products .product-details-title {
  color: #c84300;
  font-weight: bold;
  font-size: 12px;
}
.products .product-price-text {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}
.quantity-text {
  color: #8e8781;
  padding-left: 3px;
}

.products-div {
  text-align:center;
}

/* list as list */
.products-list .item {
  position: relative;
  padding: 20px 0px 35px 0px;
  border-bottom: 1px solid #c8b89c;
}
.products-list .image {
  float: left;
  position: relative;
  padding: 3px 20px 3px 10px;
  margin-right: auto;
}
.products-list .details {
  vertical-align: top;
  padding-left: 30px;
  border: 0px none;
}
.products-list .details hr {
  margin: 5px 5px 5px 0px;
}
.products-list .buy-now .center,
  .products-list .buy-now .halign-center
{
  margin-left: 0px;
  text-align: left;
}
/* list as multicolumn table */
.products-table .product-cell {
  background: #ffffff;
  padding: 7px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d0c8b6;
}
.products-table .product-cell2 {
  background: #ffffff;
  text-align: center;
}
.products-table .first.products-row td.product-cell {
  padding-top: 0px;
}
.products-table td.product-cell-price {
  padding-top: 2px;
}
.products-table td.product-cell-buynow {
  padding-top: 6px;
  vertical-align: bottom;
}
.products-table td.product-cell-buynow .button-row {
  text-align: left;
  margin: 9px 0 5px;
}
.products-table td.product-cell-buynow .quantity-empty {
  height: auto;
}
.products-table .image {
  padding: 0px;
  text-align: center;
  margin-bottom: 8px;
}
.products-table .image img {
  border: 0px solid #e7e6e2;
/*
  width:100%;
  height:100%;
*/
  max-width:100%;
  height:150px; 
}
.products-table a.see-details:link,
  .products-table a.see-details:visited,
  .products-table a.see-details:hover,
  .products-table a.see-details:active
{
  text-align: left;
  display: inline;
}
.products-table .sku {
  margin-top: 5px;
}
.products-table .buttons-row,
  .products-table .button-row
{
  margin: 0px;
}
.products-table .buttons-row button,
  .products-table .button-row button
{
  float: none;
}
.products-table .buy-now {
  margin-top: 5px;
}
.products-table .buy-now .quantity-title {
  width: auto;
  padding-right: 5px;
}
.products-table tr.separator td {
  padding: 0px;
  height: 15px;
}
/*
  advanced search page
*/
.adv-search table td {
  white-space: nowrap;
  padding: 3px 5px 3px 0;
}
.adv-search table .data-name {
  width: 20%;
  vertical-align: top;
  color: #112536;
  font-weight: bold;
}
.adv-search table .data-input {
  white-space: nowrap;
}
.adv-search table .pattern {
  padding-bottom: 0px;
}
.adv-search table .pattern input,
.adv-search table .pattern select
{
  width: 95%;
  vertical-align: bottom;
}
.adv-search table .search-button {
  width: 25%;
  padding: 0px;
}
#adv_search_box {
  margin-bottom: 15px;
}
.search-again {
  position: relative;
  margin-top: -17px;
  text-align: right;
  margin-left: 400px;
}
.results-found {
  position: relative;
  width: 400px;
}
/*
  register page
*/
.register-note {
  color: #000000;
  margin-bottom: 15px;
}
.register-newbie-note {
  text-align: center;
  margin-top: 30px;
}
.register-bottom-note {
  margin-top: 30px;
  padding-bottom: 45px;
}
.register-ups-box {
  margin-top: 45px;
  margin-bottom: 15px;
}
.register-section-title {
  height: 30px;
  vertical-align: middle;
}
.register-section-title div {
  vertical-align: middle;
  padding: 2px 0px;
  border-bottom: 1px solid black;
}
.register-section-title div * {
  vertical-align: middle;
}
.register-sec-minimized div {
  border-bottom: 0px none;
}
.register-section-title label {
  color: #2c3e49;
  font-size: 10px;
  font-weight: bold;
}
.register-table .register-exp-section label {
  border-bottom: 1px dashed #2c3e49;
}
table.register-table .register-exp-section {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.register-table td.data-name {
  text-align: right;
  font-weight: normal;
  width: 30%;
}
/*
  cart page
*/
.cart .item {
  margin: 0px 0px 30px 0px;
}
.cart table.item {
  margin-top: 20px;
  border-bottom: 0px none;
  margin-bottom: 0px;
  background: #ffffff url(images/custom/cart_table_bg.png) no-repeat right top;
  -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
}
.cart .item th {
  height: 43px;
  line-height: 42px;
  text-align: center;
  color: #010101;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #b7b7b7;
  background: transparent url(images/custom/cart_th_bg.gif) no-repeat left top;
}
.cart .item th.first {
  border-left: 1px solid #c4c4c4;
  text-align: left;
  background: url(images/custom/cart_th_left.png) no-repeat left top;
  -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
}
.cart .item th.last {
  border-right: 1px solid #c4c4c4;
  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
}
.cart .item th span {
  font-weight: normal;
}
.cart .item td {
  border-left: 1px solid #b5b6b7; 
}
.cart .item .image {
  padding: 20px 5px 20px 35px;
  text-align: left;
}
.cart .item .details {
  padding: 20px 5px 20px 5px;
  vertical-align: top;
  border-left: 0px none; 
}
.cart .price-row {
  white-space: nowrap;
  padding: 0px 5px;
  width: 300px;
  text-align: center;
}
.cart .price-row .button-row {
  text-align: center;
  margin-top: 18px;
}
.cart .delete-row {
  text-align: center;
  width: 70px;
  border-right: 1px solid #b5b6b7; 
}
.cart .border {
  height: 4px;
  border-bottom: 1px solid #b5b6b7;
  border-right: 1px solid #b5b6b7;
}
.cart a.product-title:link,
  .cart a.product-title:visited,
  .cart a.product-title:hover,
  .cart a.product-title:active
{
  text-decoration: underline;
}
.cart .descr {
  padding-bottom: 15px;
}
.cart .poptions-title {
  
  font-weight: bold;
}
.cart .poptions-list {
  margin-bottom: 15px;
}
.cart .poptions-list .button-row {
  margin-top: 10px;
}
.cart .buttons {
  position: relative;
  vertical-align: top;
  margin-top: 30px;
  height: 23px;
}
.cart .buttons .buttons-row {
  margin-top: 0px;
}
.cart .left-buttons-row {
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cart .right-buttons-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
.cart .right-buttons-row .checkout-button {
  float: right;
}
.cart-total-line {
  width: 50%;
  margin-left: 50%;
}
.cart-total-row {
  text-align: right;
}
.cart .no-border {
  height: 4px;
  border-right: 1px solid #b5b6b7;
}
.cart .item td table td {
  padding: 0px 2px 2px 0;
  border: 0px none;
}
.wishlist .cart table.item {
  background: none;
  border: 1px solid #c8b89c;
  padding: 10px;
}
.cart .right-box {
  margin-top: 6px;
  border: 1px solid #b5b6b7;
  background: #f3f3f3;
  padding: 13px 0 14px;
}  
div.shipping-method {
  color: #112536;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: right;
}
th.shipping-method {
  color: #112536;
  font-weight: bold;
  text-align: left;
}
.shipping-method select {
  font-weight: normal;
}
.shipping-method table {
  margin: 0px 0px 0px auto;
  text-align: right;
}
.shipping-method table td {
  font-weight: normal;
  text-align: left;
}
.shipping-method tr.selected {
  background: #eeeeee none;
}
.totals {
  margin: 0px 0px 0px auto;
  text-align: right;
}
.totals td {
  padding: 3px;
}
.totals .total-name {
  white-space: nowrap;
  color: #112536;
  font-weight: bold;
  padding-right: 8px;
  text-align: left;
}
.totals .total-value {
  white-space: nowrap;
  color: #c84300;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}
.totals .total-alt-value {
  white-space: nowrap;
  text-align: right;
}
.totals .total-line {
  height:  1px;
}
.totals .total-line img {
  background: black none;
  width: 100%;
  height: 1px;
}
.totals .total {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 8px;
  text-align: left;
}
.totals .total-taxes {
  font-weight: bold;
  text-align: right;
}
.totals .total-tax-line {
  background-color: #eeeeee
}
.totals .total-tax-line td {
  text-align: right;
  white-space: nowrap;
}
.totals .total-tax-name {
  padding-right: 8px;
}
.cart hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-content {
  margin-bottom: 15px;
}
.cart-content tr td,
.cart-content tr th
{
  padding: 1px 3px;
  height: 23px;
  text-align: left;
}
.cart-content .cart-column-tax {
  text-align: center;
}
.cart-content td.cart-column-price,
  .cart-content td.cart-column-total
{
  text-align: right;
}
.cart-content .cart-content-text {
  color: #c84300;
  font-weight: bold;
}
.cart-content .cart-column-quantity {
  width: 30px;
}
.cart-content .cart-column-product {
  width: 100%;
}
.cart-content input.cart-quantity {
  width: 30px;
}
.cmpi-vbv-icon {
  width: 49%;
  float: left;
  text-align: center;
}
.cmpi-vbv-icon img {
  width: 71px;
  height: 57px;
  background: transparent url(images/vbv_logo.gif) no-repeat left top;
}
.cmpi-mcsc-icon {
  width: 49%;
  text-align: center;
}
.cmpi-mcsc-icon img {
  width: 74px;
  height: 40px;
  background: transparent url(images/mcsc_logo.gif) no-repeat left top;
}
/*
  Checkout page
*/
.checkout-payments tr td {
  padding: 2px;
  text-align: left;
}
.checkout-payments tr td.checkout-payment-name {
  width: 20%;
  white-space: nowrap;
}
.checkout-payments tr td.checkout-payment-name label {
  font-weight: bold;
}
.checkout-payments tr td.checkout-payment-descr {
  width: 80%;
}
.checkout-payments tr td.checkout-payment-paypal {
  width: 100%;
}
.checkout-payments tr td.checkout-payment-paypal img {
  border: 0px none;
}
.checkout-update-button {
  float: left;
  margin: 0px;
}
.order-placed-msg {
  margin: 20px 0px 10px 0px;
  padding: 0;
  font-size: 13px;
  text-align: center;
}
/*
  Payment wait page
*/
body.payment-wait {
  text-align: center;
}
body.payment-wait #page-container {
  background: #fff;
}
body.payment-wait .payment-wait-title {
  border-top: 30px solid #0b86e4;
}
body.payment-wait h1 {
  display: block;
  padding: 40px 0px 0px 0px;
  border-top: 2px solid #83dc54;
  margin-top: 1px;
  color: #750806;
}
body.payment-wait img.payment-wait-image {
  background: transparent url(images/progress.gif) repeat-x;
  width: 350px;
  height: 11px;
  margin-top: 10px;
}
/*
  help index page
*/
.help-index {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.help-index li {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
.help-index li.first-item {
  padding-top: 0px;
}
/*
  help / cvv2 page
*/
.help-cvv2-images {
  float: right;
  margin: 15px 5px 5px 5px;
}
.help-cvv2-images img {
  float: none;
  display: block;
  margin-bottom: 15px;
}
/*
  help / usps test page
*/
.help-usps-test-dir {
  text-decoration: underline;
  margin-bottom: 15px;
}
/*
  Images viewer
*/
.images-viewer {
  text-align: center;
  margin: 10px 0px
}
.images-viewer-list {
  position: relative;
  white-space: nowrap;
}
.images-viewer-list .side-arrow,
  .images-viewer-list .side-arrow:link,
  .images-viewer-list .side-arrow:visited,
  .images-viewer-list .side-arrow:hover,
  .images-viewer-list .side-arrow:active
{
  position: absolute;
  top: 0px;
  display: block;
  width: 10px;
  height: 54px;
  text-decoration: none;
  outline-style: none;
}
.images-viewer-list .left-arrow:link,
  .images-viewer-list .left-arrow:visited,
  .images-viewer-list .left-arrow:hover,
  .images-viewer-list .left-arrow:active
{
  text-align: left;
  left: 0px;
}
.images-viewer-list .right-arrow:link,
  .images-viewer-list .right-arrow:visited,
  .images-viewer-list .right-arrow:hover,
  .images-viewer-list .right-arrow:active
{
  padding-left: 3px;
  text-align: right;
  right: 0px;
}
.images-viewer-list .side-arrow:link img,
  .images-viewer-list .side-arrow:visited img,
  .images-viewer-list .side-arrow:hover img,
  .images-viewer-list .side-arrow:active img
{
  width: 7px;
  height: 100%;
}
.images-viewer-list .left-arrow .enabled,
.images-viewer-list .left-arrow:link .enabled,
  .images-viewer-list .left-arrow:visited .enabled,
  .images-viewer-list .left-arrow:hover .enabled,
  .images-viewer-list .left-arrow:active .enabled
{
  display: block;
  background: transparent url(images/arrow_left.gif) no-repeat left center;
}
.images-viewer-list .left-arrow .disabled,
.images-viewer-list .left-arrow:link .disabled,
  .images-viewer-list .left-arrow:visited .disabled,
  .images-viewer-list .left-arrow:hover .disabled,
  .images-viewer-list .left-arrow:active .disabled
{
  display: block;
  background: transparent url(images/arrow_left_disabled.gif) no-repeat left center;
}
.images-viewer-list .hidden {
  display: none;
}
.images-viewer-list .right-arrow .enabled,
  .images-viewer-list .right-arrow:link .enabled,
  .images-viewer-list .right-arrow:visited .enabled,
  .images-viewer-list .right-arrow:hover .enabled,
  .images-viewer-list .right-arrow:active .enabled
{
  display: block;
  background: transparent url(images/arrow_right.gif) no-repeat left center;
}
.images-viewer-list .right-arrow .disabled,
  .images-viewer-list .right-arrow:link .disabled,
  .images-viewer-list .right-arrow:visited .disabled,
  .images-viewer-list .right-arrow:hover .disabled,
  .images-viewer-list .right-arrow:active .disabled
{
  display: block;
  background: transparent url(images/arrow_right_disabled.gif) no-repeat left center;
}
.images-viewer-icons {
  text-align: left;
  padding: 0px;
  margin: 0px 10px;
  overflow: hidden;
}
.images-viewer-icons a:link,
  .images-viewer-icons a:visited,
  .images-viewer-icons a:hover,
  .images-viewer-icons a:active
{
  display: block;
  padding: 0px;
  border: 1px solid #ffffff;
  padding: 0px;
  margin: 0px 10px;
  float: left;
  outline-style: none;
  background: #eeeeee none;
  text-align: center;
  vertical-align: middle;
}
.images-viewer-icons a.selected:link,
  .images-viewer-icons a.selected:visited,
  .images-viewer-icons a.selected:hover,
  .images-viewer-icons a.selected:active
{
  border: 1px solid #215485;
}
.images-viewer-icons a:hover {
  border: 1px solid #cccccc;
}
.images-viewer-icons img {
  margin: 1px;
  vertical-align: middle;
  border: 0px none;
}
/*
  Order invoice
*/
.order-invoice {
  background: #ffffff none;
}
.invoice-company-icon {
  vertical-align: top;
  padding-top: 30px;
}
.invoice-data-box {
  width: 100%;
  padding-left: 30px;
}
.invoice-data-box table {
  width: 100%;
}
.invoice-data-box table tr td {
  padding: 2px;
  vertical-align: top;
}
.invoice-title {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}
.invoice-data-box table tr td.invoice-right-info {
  text-align: right;
  vertical-align: bottom;
}
hr.invoice-line {
  margin: 2px 0px 17px 0px;
  border-bottom: 2px solid #58595b;
}
.invoice-personal-info {
  width: 45%;
  margin-bottom: 15px;
}
.invoice-personal-info tr td {
  padding: 0px;
}
.invoice-personal-info tr td strong {
  white-space: nowrap;
}
.invoice-address-box {
  width: 100%;
  margin-bottom: 30px;
}
.invoice-address-title {
  width: 45%;
  height: 25px;
}
td.invoice-line {
  vertical-align: top;
  padding: 0px;
  height: 4px;
}
td.invoice-line img {
  height: 2px;
  width: 100%;
  background: #58595b none;
}
.invoice-address-box table {
  width: 100%;
}
.invoice-address-box table tr td {
  padding: 0px;
}
.invoice-address-box table tr td strong {
  white-space: nowrap;
}
.invoice-customer-notes {
  padding-top: 30px;
}
.invoice-customer-notes p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.invoice-customer-notes div {
  border: 1px solid #cecfce;
  height: 50px;
  overflow: hidden;
  padding: 5px;
}
.invoice-bottom-note {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}
p.invoice-products-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center
}
.invoice-products {
  width: 100%;
  background: #000000 none;
}
.invoice-products tr td,
  .invoice-products tr th
{
  background: #ffffff none;
}
.invoice-products tr th {
  padding: 3px;
  background: #cccccc none;
  white-space: nowrap;
}
.invoice-products tr th.invoice-sku-column,
  .invoice-products tr th.invoice-quantity-column,
  .invoice-products tr th.invoice-total-column
{
  width: 60px;
}
.invoice-products tr th.invoice-tax-column {
  width: 100px;
}
.invoice-products tr th.invoice-price-column {
  width: 100px;
  text-align: center;
}
.invoice-products tr td {
  padding: 3px;
}
.invoice-products tr td.invoice-price-column,
  .invoice-products tr td.invoice-tax-column,
  .invoice-products tr td.invoice-quantity-column
{
  text-align: center;
}
.invoice-products tr td.invoice-product-column span {
  font-size: 11px;
}
.invoice-products tr td.invoice-product-column table tr td {
  vertical-align: top;
  padding: 0px 3px 3px 0px;
}
.invoice-products tr td.invoice-product-column p {
  white-space: nowrap;
}
.invoice-products tr td.invoice-product-column div {
  padding-left: 10px;
  white-space: nowrap;
}
.invoice-products tr td.invoice-price-column {
  text-align: right;
  white-space: nowrap;
}
.invoice-products tr td.invoice-total-column {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}
.invoice-totals {
  width: 100%;
}
.invoice-totals tr td {
  padding: 0px;
}
.invoice-totals tr .invoice-total-title {
  text-align: right;
  width: 100%;
  height: 20px;
}
.invoice-totals tr .invoice-total-name {
  text-align: right;
  width: 100%;
  height: 20px;
  padding-right: 3px;
}
.invoice-totals tr .invoice-total-value {
  text-align: right;
  height: 20px;
  padding-right: 5px;
  white-space: nowrap;
}
.invoice-totals tr .invoice-total-name-fin {
  text-align: right;
  width: 100%;
  height: 25px;
  padding-right: 3px;
  background: #cccccc none;
}
.invoice-totals tr .invoice-total-value-fin {
  text-align: right;
  height: 25px;
  padding-right: 5px;
  background: #cccccc none;
  white-space: nowrap;
}
.invoice-totals tr td.invoice-line {
  height: 2px;
}
.invoice-giftcerts {
  width: 100%;
}
.invoice-giftcerts tr td {
  padding: 0px;
}
.invoice-giftcerts tr th {
  background: #cccccc none;
}
.invoice-giftcerts tr th.invoice-giftcert-id {
  width: 60px;
}
.invoice-giftcerts tr td.invoice-giftcert-id {
  text-align: center;
}
.invoice-giftcerts tr .invoice-giftcert-cost {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}
/*
  404 error page
*/
.error-page #header {
  border-bottom: 1px solid #dfd8de;
}
.printable #center-main,
.error-page #center-main {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error-page #header .line2 {
}
.error-page #header .logo {
  margin-left: 167px;
}
.error-page .top-section,
.error-page #header .logo .logo-text,
.error-page .menu-search,
.error-page .bottom-box {
  display: none;
}
.error-page #content-container {
}
.error-page #center-main {
  text-align: center;
  margin: 0px 10px;
  border: 0px none;
  background: none;
}
.error-page #header .tabs,
  .error-page #header .line1 .phones,
  .error-page #header .line2 .search,
  .error-page #header .line2 .languages,
  .error-page .top-links,
  .error-page .menu-minicart,
  .error-page #left-bar,
  .error-page #right-bar,
  .error-page #location
{
  display: none;
}
 
.error-page .subcontainer {
  text-align: left;
  width: 700px;
  margin: 32px auto 0px auto;
  position: relative;
  clear: both;
}
.error-page .code-number {
  font: normal 74px arial, sans-serif;
  color: #d8d8d8;
  width: 186px;
  float: left;
  text-align: center;
}
.error-page .description {
  font-family: verdana;
  width: 514px;
  float: right;
}
.error-page .description h1 {
  font-weight: normal;
  color: #000000;
}
.error-page .description a:link,
  .error-page .description a:visited,
  .error-page .description a:hover,
  .error-page .description a:active
{
  text-decoration: underline;
}
.error-page .description ul {
  margin: 0px;
  padding: 5px 0px;
  list-style-position: inside;
}
.error-page .reason {
  font-weight: normal;
  color: #000000;
}
.error-page .description hr {
  margin: 10px 0px 15px 0px;
}
.error-page ul.links {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}
/*
  PayPal
*/
.paypal-cart-button {
  text-align: right;
  height: 65px;
}
.paypal-cart-button div {
  width: 200px;
  height: 65px;
  margin-left: auto;
  margin-right: 0px;
  overflow: visible;
  text-align: right;
}
.paypal-cart-button p {
  width: 100%;
  text-align: right;
  margin: 10px 0px;
}
.paypal-cart-icon {
  float: left;
  padding-right: 10px;
}
/*============================================================================
  module styles
==============================================================================*/
/*
  bestsellers module
*/
/* bestsellers menu box */

.menu-bestsellers {
  display:none;
}

.menu-bestsellers img.icon {
  background: url(images/dingbats_categorie.gif) no-repeat;
}
.menu-bestsellers ul li a:link,
  .menu-bestsellers ul li a:visited,
  .menu-bestsellers ul li a:hover,
  .menu-bestsellers ul li a:active
{
  font-weight: normal;
}
.menu-bestsellers ul {
  margin-left: 0px;
  list-style: none;

}
.menu-bestsellers ul li {
  padding: 5px 20px 5px 0px;
  vertical-align: top;
  display:inline-block;
}
.menu-bestsellers a {
  display:inline-block;
}
.menu-bestsellers img {
  float: left;
/*  width:100px;*/
}
.menu-bestsellers .details {
  margin-left: 0px;
}
.menu-bestsellers .price-value {
  color: #e06307;
  font-weight: bold;
  line-height: 20px;
}
.menu-special ul li,
  .menu-help ul li,
  .menu-manufacturers ul li
{
  padding: 4px 0px;
}
/* bestsellers products list */
ul.bestsellers-products-item {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.bestsellers-products-item li {
  list-style: none;
  padding: 2px;
}
ul.bestsellers-products-item img {
  width: 50px;
  float: left;
}
.bestsellers-products-item .details {
  margin-left: 50px;
  padding-left: 2px;
}
.bestsellers-products-item a.product-title:link,
  .bestsellers-products-item a.product-title:visited,
  .bestsellers-products-item a.product-title:hover,
  .bestsellers-products-item a.product-title:active
{
  font-weight: bold;
}
/*
  customer reviews module
*/
.creviews-rating-box {
  margin: 0px auto;
  padding-bottom: 7px;
  width: 120px;
}
.product-details .creviews-rating-box {
  text-align: left;
  margin: 0px;
}
.creviews-vote-bar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: visible;
}
.creviews-vote-bar li ul {
  position: absolute;
  top: 0px;
  left: 22px;
}
.creviews-vote-bar li {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  position: relative;
  width: 22px;
  height: 20px;
}
.creviews-vote-bar a,
  .creviews-vote-bar span,
  .creviews-vote-bar a img,
  .creviews-vote-bar span img
{
  display: block;
  margin: 0px;
  width: 22px;
  height: 20px;
  overflow: hidden;
  background: transparent url(images/custom/stars.png) no-repeat 1px top;
}
.creviews-vote-bar span.full,
  .creviews-vote-bar span img
{
  background-position: 1px -20px;
}
.allow-add-rate a {
  background-position: 1px -40px;
}
.allow-add-rate a.full,
  .allow-add-rate a img
{
  background-position: 1px -60px;
}
.allow-add-rate li:hover > a,
  .allow-add-rate li:hover > a.full
{
  background-position: 1px -80px;
}
.allow-add-rate li:hover > a img {
  display: none;
}
.creviews-rating-box .progress {
  display: block;
  background: transparent url(images/progress.gif) repeat-x left 5px;
  height: 20px;
}
.creviews-rating-box.message span {
  display: block;
  padding-top: 5px;
  font-size: 11px;
  font-weight: bold;
}
.creviews-rating {
  font-size: 10px;
  color: #9096a1;
}
ul.creviews-reviews-list {
  list-style: none;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  width: 100%;
}
ul.creviews-reviews-list li {
  margin: 0px;
  padding: 12px 0px;
}
div.creviews-reviews-list {
  text-align: center;
  padding: 12px 0px 25px 0px;
}
.creviews-reviews-title {
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
}
.creviews-reviews-add table td {
  padding: 2px;
}
.products-table .creviews-rating-box {
  width: auto;
  margin-top: 10px;
}
.products-table .creviews-rating-box .creviews-vote-bar {
  float: left;
}
.products-table .creviews-rating-box .creviews-rating {
  float: right;
  padding-top: 4px;
}
.product-details .creviews-rating-box {
  width: auto;
  height: 20px;
}
.product-details .creviews-rating-box .creviews-vote-bar {
  float: left;
  width: 110px;
  margin-right: 5px;
}
.product-details .creviews-rating-box .creviews-rating {
  float: left;
  padding-top: 4px;
}
/*
  detailed product images module
*/
/* detailed images on product detailed page */
.dpimages-list .content {
  text-align: center;
}
.dpimages-list .content img {
  padding: 0px 0px 10px 0px;
}
.dpimages-list .content img.last {
  padding: 0px;
}
/* product details line */
div.dpimages-popup-link {
  margin-top: 3px;
  text-align: left;
  vertical-align: middle;
}
.dpimages-popup-link a:link,
  .dpimages-popup-link a:visited,
  .dpimages-popup-link a:hover,
  .dpimages-popup-link a:active
{
  padding: 5px 0px 6px 30px;
  background: transparent url(images/custom/zoom_image.png) no-repeat left 1px;
  color: #000;
  text-decoration: underline;
}
.dpimages-popup-link a:hover {
  text-decoration: none;
}
.printable .dpimages-popup-link {
  display: none;
}
/* icons box */
.dpimages-icons-box {
  padding-top: 3px;
  padding-bottom: 10px;
/*
  width: 220px;
*/
  display:flex;
  flex-wrap:wrap;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
  padding-top: 20px;
}

.dpimages-icons-box a {
  margin:1px;
}

.dpimages-icons-box a:link,
  .dpimages-icons-box a:visited,
  .dpimages-icons-box a:hover,
  .dpimages-icons-box a:active
{
  display: block;
  outline-style: none;
  border: none;
  float: left;
  padding: 1px;
}

.dpimages-icons-box a:hover {
/*
  border: 2px solid #a5a2a7;
*/
}


/*
  discount coupons module
*/
.dcoupons-add-coupon {
  color: #112536;
  font-weight: bold;
}
/* clear link */
.dcoupons-clear img {
  background: transparent url(images/delete_cross.gif) no-repeat;
  width: 11px;
  height: 11px;
  vertical-align: bottom;
}

.redeem_coupon {
  color:#33CCFF; 
  text-align:right;
}

/*
	fast lane checkout module
*/

.flc-sns-button {
  position: absolute;
  top: 0px;
  left: 30px;
  height: 100%;
}
.flc-sns-button img {
	width: 9px;
	height: 9px;
}
.flc-top-login {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 20px;
  line-height: 21px;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}
#header .flc-top-login .simple-button {
  margin-bottom: 7px;
}
.flc-top-login-text {
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
}
#page-container.flc-container {
  float: none;
}
.flc-container .top-section {
  margin-left: -53px;
  margin-right: -53px;
  margin-bottom: 10px;
}
.flc-container #header .line2 {
}
.flc-container #content-container {
}
.flc-container #header {
}
.flc-container #center {
  text-align: center;
}
.flc-container #center-main {
  text-align: left;
  margin: 0px 3px;
//  padding: 20px 50px 20px 50px; 
}
.flc-container #footer .box {
  border-top: 0px none;
}

/*  Checkout page : user profile */
.flc-left-dialog {
  width: 49%;
  float: left;
}
.flc-right-dialog {
  margin-left: 50%;
}
.flc-left-dialog .content,
  .flc-right-dialog .content 
{
  height: 240px;
}  
.flc-ext-left-dialog,
  .flc-ext-right-dialog
{
  height: 380px;
}
.flc-right-dialog .content {
  vertical-align: middle;
  text-align: center;
  line-height: 184px;
}
.flc-ext-right-dialog .content {
  line-height: 314px;
}
.flc-login-text {
  font-size: 12px;
  font-weight: bold;
  margin: auto 0px;
}

.flc-provider-label {
/*
  display:none;
*/
}

.flc-login-text a:link,
  .flc-login-text a:visited,
  .flc-login-text a:hover,
  .flc-login-text a:active
{
  text-decoration: underline;
}
.flc-left-dialog input {
  width: 180px;
}
/* Checkout page : shipping & payment methods */
.flc-checkout-container {
  vertical-align: top;
  padding-bottom: 30px;
  width: 100%;
  clear: both;
}
.flc-checkout-container .flc-address {
  vertical-align: top;
  width: 30%;
  float: left;
  overflow: hidden;
}
.flc-checkout-container .flc-checkout-options {
  margin-left: 32%;
  vertical-align: top;
}
.flc-payments tr td {
  padding: 2px;
  vertical-align: top;
}
.flc-payments tr td.flc-payment-name {
  width: 20%;
  white-space: nowrap;
  padding-right: 10px;
}
.flc-payments tr td.flc-payment-name label {
  font-weight: bold;
}
.flc-payments tr td.flc-payment-descr {
  width: 80%;
}
.flc-payments tr td.flc-payment-paypal {
  width: 100%;
}
.flc-payments tr td.flc-payment-paypal img {
  border: 0px none;
}
.flc-shippings label {
  position: relative;
  display: block;
  padding: 2px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.flc-shippings label input {
  vertical-align: middle;
}
.flc-shippings label span {
  padding-left: 3px;
}
.flc-shippings label.highlight {
/*  background: #eeeeee none*/
  background:none;
}
/* Checkout page : tabs */
div.flc-tabs-container {
  position: relative;
  text-align: right;
  height: 60px;
}
div.flc-tabs {
  position: absolute;
  right: 0;
  top: 0;
}
ul.flc-progress-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.flc-progress-bar li {
  float: left;
  height: 60px;
  width: 150px;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
div.flc-tab-cart-line {
  vertical-align: top;
  text-align: center;
  height: 30px;
}
div.flc-tab-cart-line img {
  width: 18px;
  height: 13px;
  text-align: center;
  background: transparent url(images/cart_checkout.gif) no-repeat left top;
}
div.flc-tab-marks-line {
  padding: 0px;
  height: 10px;
  vertical-align: top;
}
.flc-tab-marks-line div {
  width: 100%;
  height: 6px;
  position: relative;
}
.flc-tab-marks-line img {
  position: absolute;
  background: #e0e0e0 none;
}
.flc-tab-marks-line .flc-tab-line-img1 {
  top: 0px;
  right: 50%;
  left: 0px;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img2 {
  top: 0px;
  right: 0px;
  left: 50%;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img3 {
  top: 2px;
  right: 50%;
  width: 2px;
  height: 4px;
}
.flc-tab-marks-line .flc-tab-first .flc-tab-line-img1 {
  width: 2px;
  left: auto;
}
.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 {
  background: white none;
}
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3
{
  background: #0b86e4 none;
}
div.flc-tab-links {
  font-weight: bold;
  text-align: center;
  padding: 0px 5px;
}
.flc-tab-links a:link,
  .flc-tab-links a:visited,
  .flc-tab-links a:hover,
  .flc-tab-links a:active
{
  text-decoration: underline;
  font-weight: bold;
}
/*
  Checkout : last  step
*/
.flc-checkout-products {
  padding-bottom: 30px;
}
.flc-checkout-box-info {
  padding: 0px 0px 30px 20px;
}
.flc-checkout-address-left {
  width: 48%;
  float: left;
  vertical-align: top;
  padding-bottom: 15px;
}
.flc-checkout-address-right {
  vertical-align: top;
  margin-left: 50%;
  padding-bottom: 15px;
}
table.flc-checkout-address tr td {
  padding: 2px;
}
.flc-payment-options {
  padding-bottom: 15px;
}
/*
  gift certificate module
*/
/* gift certificate page */
.giftcert-header {
  vertical-align: middle;
  padding-bottom: 15px;
}
.giftcert-header img {
  width: 61px;
  height: 67px;
  background: transparent url(images/gift.gif) no-repeat left top;
  float: left;
  margin: 0px 15px 15px 0px;
}
.giftcert-table .giftcert-title {
  color: #c84300;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0px 0px 0px;
}
.giftcert-table .data-name {
  text-align: right;
}
.giftcert-table .giftcert-subtitle {
  padding-bottom: 30px;
}
.giftcert-table .giftcert-h-separator {
  padding: 15px 0px;
}
.giftcert-table .giftcert-h-separator hr {
  border-bottom: 1px solid #cccccc;
}
.giftcert-table .buttons-row #preview_button {
  float: left;
}
.giftcert-table .giftcert-delivery-method {
  font-weight: bold;
}
table.data-table tr#preview_template td {
  vertical-align: middle;
}
#preview_template td select {
  margin-right: 20px;
}
/* cart page */
.giftcert-item .image img {
  width: 84px;
  height: 69px;
  background: transparent url(images/gift.gif) no-repeat left top;
}
.giftcert-item .giftcert-item-row .giftcert-item-subtitle {
  padding-right: 3px;
}
.giftcert-item .product-title {
  padding-bottom: 15px;
}
/*
  google checkout module
*/
.gcheckout-cart-buttons {
}
.gcheckout-cart-buttons div {
  width: 200px;
  margin-left: auto;
  margin-right: 0px;
  overflow: visible;
  text-align: right;
}
.gcheckout-cart-buttons p {
  width: 100%;
  text-align: right;
  margin: 10px 0px;
}
table.gcheckout-top-button {
  float: right;
  margin-bottom: 3px;
}
table.gcheckout-top-button tr td {
  padding: 0px;
}
table.gcheckout-top-button tr td.gcheckout-or-use {
  padding-left: 20px;
  padding-right: 20px;
}
.error-page .gcheckout-top-button {
  display: none;
}
/*
  image verification module
*/
div.iv-box {
  margin-top: 15px;
  font-size: 10px;
  line-height: normal;
}
table.data-table tr td.iv-box {
  font-size: 10px;
  line-height: normal;
  vertical-align: middle;
  padding-right: 10px;
}
table.data-table tr td.iv-box-descr {
  padding-top: 15px;
  font-size: 10px;
  line-height: normal;
}
.iv-description {
  padding: 0px;
  margin: 0px;
}
.iv-row {
  text-align: left;
  height: 60px;
}
.iv-img {
  text-align: center;
}
.iv-input {
  text-align: center;
}
.iv-row .iv-img {
  text-align: left;
  margin-right: 10px;
  float: left;
}
.iv-row .iv-input {
  text-align: left;
  height: 60px;
  line-height: 60px;
}
.iv-input input {
  width: 100px;
}
.iv-error {
  padding-left: 5px;
  color: #880000;
}
.iv-box a:link,
  .iv-box a:visited,
  .iv-box a:hover,
  .iv-box a:active
{
  text-decoration: none;
  border: none;
  border-bottom: 1px dashed #3c6992;
  white-space: nowrap;
  color: #3c6992;
  font-size: 10px;
}
/*
  manufacturers module
*/
/* manufacturers menu list */
.menu-manufacturers img.icon {
  background: url(images/dingbats_categorie.gif) no-repeat;
}
/* manufacturers list */
ul.manufacturers-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.manufacturers-list li {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  white-space: nowrap;
}
/*
  News management module
*/
.news-register-item {
  margin-bottom: 5px;
}
.news-register-item label {
  line-height: 15px;
}
.news-register-item span {
  font-style: italic;
}
.news-item {
}
/* News list */
label.news-item {
  display: block;
  font-weight: bold;
}
.news-item-descr {
  font-style: italic;
  padding-left: 20px;
  padding-bottom: 15px;
}
.news-list {
}
.news-list .news-item {
  margin-top: 27px;
}
.news-list .news-item.last {
  margin-bottom: 27px;
}
.news-list .news-date {
  color: #8e8781;
}
.news-list .news-title {
  color: #2c3e49;
  font-weight: bold;
  font-size: 14px;
}
.news-list .news-body {
  margin-top: 10px;
}
/*
  'Note' box
*/
div.note-box {
  position: absolute;
  border: 1px solid black;
  background-color: #f6f5eb;
  margin: 0px 0px 0px 30px;
  padding: 3px;
  width: 150px;
  line-height: 15px;
  white-space: normal;
  overflow: hidden;
}
/*
  product options module
*/
/* exceptions list */
#exception_msg {
  padding-bottom: 15px;
}
.poptions-exceptions-list {
  padding-bottom: 15px;
}
/* short options list */
.poptions-options-list {
  padding: 1px;
}
.poptions-options-list td {
  padding-right: 10px;
}
/*
  recommended products module
  upselling products module
*/
ul.rproducts,
  ul.uproducts
{
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
}
ul.rproducts li,
  ul.uproducts li {
  margin: 0px;
  padding: 4px 10px;
/*
  float: left;
*/
  text-align: center;
  display:inline-block;
  vertical-align:top;
}
ul.rproducts img,
  ul.uproducts img {
  margin-bottom: 15px;
  width:100%;
}
ul.rproducts a:link,
  ul.rproducts a:visited,
  ul.rproducts a:hover,
  ul.rproducts a:active,
ul.uproducts a:link,
  ul.uproducts a:visited,
  ul.uproducts a:hover,
  ul.uproducts a:active
{
  text-decoration: none;
}
ul.rproducts a:hover,
  ul.uproducts a:hover
{
  text-decoration: underline;
}
.printable .rproducts-dialog,
  .printable .uproducts
{
  display: none;
}
/*
  sns module
*/
.sns-button img {
  cursor: pointer;
}
.sns-button .text {
  height: 15px;
  text-align: center;
}
.sns-button .text a:link,
  .sns-button .text a:visited,
  .sns-button .text a:hover,
  .sns-button .text a:active
{
  font-family: arial;
  text-decoration: none;
  color: #550000;
  font-weight: bold;
}
/*
  Stop list module
*/
img.slist-no-ip {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: transparent url(images/no_ip.gif) left top;
}
/*
  subscriptions module
*/
.subscriptions-product-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}
.subscriptions-product-price-value {
  color: #c84300;
  font-weight: bold;
  font-size: 12px;
}
/*
  ups online tools module
*/
.ups-logo {
  width: 84px;
  height: 96px;
  margin: 0px 5px 15px 5px;
}
.ups-logo-cell {
  margin: 25px 20px 5px 20px;
  text-align: center;
}
.ups-notice {
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  padding-left: 10px;
}
table.ups-error tr td {
  padding: 1px;
}
.ups-error-name {
  width: 20%;
}
/*
  users online module
*/
/* users statistics box */
.uo-box {
  width: 100%;
  border-top: 1px solid #bbbdc0;
  padding: 10px 0px 10px 13px;
}
/*
  wholesale module
*/
#wl-prices {
  margin-top: 15px;
}
#wl-prices table td {
  padding: 2px 10px;
  background: #eeeeee none;
  white-space: nowrap;
}
#wl-prices table th {
  padding: 2px 10px;
  white-space: nowrap;
  background: #cccccc none;
  font-weight: bold;
  text-align: center;
}
#wl-prices div strong {
  color: #112536;
}
/*
  wishlist module
*/
.wishlist-sendlist {
  margin-top: 15px;
}
.wishlist-sendlist .button {
  margin-left: 10px;
  margin-top: -3px;
}
.wishlist-sendlist input.input-email {
  width: 140px;
}
/*==============================================================================
  alternative layouts
==============================================================================*/
/*
  printable
*/
.printable #page-container {
  background: #fff;
}
.printable #content-container {
  position: static;
  padding: 0px;
  padding-top: 5px;
  margin-top: 115px;
}
.printable #content-container2 {
  float: none;
  position: static;
  left: 0px;
  right: 0px;
  width: 100%;
}
.printable #center {
  float: none;
  position: static;
  width: 100%;
  left: 0px;
}
.printable #header {
  position: static;
  height: 115px;
}
.printable .tabs,
  .printable .top-links,
  .printable .menu-minicart
{
  display: none;
}
.printable #header .line2 {
  background-position: bottom;
  height: 4px;
}
.printable #header .printable {
  display: none;
}
.printable #center-main {
  margin: 0px 10px 0px 10px !important;
  position: static;
}
.printable #footer {
  position: static !important;
}
.printable #footer .subbox {
  background: transparent none;
}
.printable .main-tab-container,
  .printable .back-top {
  display: none;
}
/* buttons */
.printable button.button,
  .printable div.button
{
  border: 1px solid #cfbd9d;
}
.printable .button,
  .printable .button *
{
  background: transparent none !important;
}
.printable .button span {
  color: #391900;
  font-weight: normal;
}
/* containers */
.printable .dialog .title {
  background: transparent none;
}
.title h2 {
  margin: 0px;
}
.printable .product-details .dropout-wrapper {
  height: 150px;
}
/* service styles */
.printable .no-print {
  display: none;
}
/*
  users online sublayout
*/
.uo-container #content-container {
}
.uo-container #footer {
  height: 42px;
}
.normal {
  font-weight: normal;
}
/*
  Admin preview layout
*/
.admin-preview #header,
  .admin-preview #footer,
  .admin-preview #left-bar,
  .admin-preview #right-bar,
  .admin-preview #location,
  .admin-preview .offers-short-list,
  .admin-preview .creviews-dialog,
  .admin-preview .send2friend-dialog
{
  display: none;
}
.admin-preview #content-container {
  margin: 0px;
  padding: 0px;
}
.admin-preview #center-main {
  margin: 5px;
}
/*
    'Need help' box
*/
.need-help-link:link,
  .need-help-link:visited,
  .need-help-link:hover,
  .need-help-link:active
{
  text-decoration: none;
  cursor: help;
  border: none;
  border-bottom: 1px dashed #3c6992 !important;
  white-space: nowrap;
  color: #3c6992 !important;
}
div.need-help-box,
  div.need-help-box div
{
  position: relative;
  width: 200px;
  margin: 0px;
  padding: 0px;
}
div.need-help-box div {
  position: absolute;
  top: 0px;
  left: 14px;
  border: 1px solid #888888;
  background: white;
  padding: 6px;
  white-space: normal;
  font-weight: normal;
  overflow: hidden;
}
select.adv-search-select {
  width: 400px;
}
div.evaluation-notice {
  border: solid 4px #c7c5c5;
  background: #f7f6f4;
  padding: 16px;
  color: #2c3e49;
  margin-bottom: 25px;
}
div.evaluation-notice span.license-warning {
  color: #911717;
  font-weight: bold;
}
/*
  Language selectors
*/
strong.language-code img,
  a.language-code img,
  .language-code img.language-code-out
{
  padding: 2px;
  border: 0px none;
}
strong.language-code img,
  .language-code-over
{
  padding: 1px !important;
  border: solid 1px #ffffff !important;
}
div.market-price {
  margin-top: 4px;
}
div.man-url {
  margin-bottom: 6px;
}
.TableHead {
  color: #FFFFFF;
  background-color: #B0B0B0;
  font-weight: bold;
  text-align: center;
}
.TableHead td {
  color: #FFFFFF;
}
.TableSubHead {
  background-color: #EEEEEE;
  font-weight: normal;
}
div.seller-info {
  padding: 0px;
  border: 1px solid #a5a2a7;
  min-width: 230px;
  margin-top: 30px;
  max-width: 600px;
}
div.seller-info .title-bar {
  border-bottom: 1px solid #dcdbdc;
  background: url(images/custom/seller_info.gif) repeat-x left bottom;
  height: 43px;
  text-align: center;
  position: relative;
  padding-right: 30px;
}
div.seller-info h2 {
  color: #000;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 42px;
}
.dialog-close img {
  width: 19px;
  height: 19px;
  background: url(images/custom/dialog_close.gif) no-repeat left top;
  position: absolute;
  top: 11px;
  right: 11px;
}
.dialog-close.open img {
  background-position: left -19px;
}
div.seller-info .content {
  padding: 2px;
}
table.seller-info td {
  vertical-align: top;
  text-align: left;
  padding: 4px 10px 8px;
}
.seller-info strong {
  font-weight: normal;
}
#local_delivery_info {
  display: none;
}
#local_delivery_title {
  color: #2E9AFE;
/*  font-weight: bold; */
  font-size: 12px;
  float: left;
  white-space: nowrap;
  cursor: pointer;
}
.dont_miss_out_icon {
  width: 30px;
  height: 18px;
  background: transparent url(images/icon_warning_small.gif) no-repeat;
}
.dont_miss_out_msg {
  white-space: nowrap;
}
.dont_miss_out_msg #warning {
  color: #C31221;
  font-weight: bold;
}
.provider_images_div {
/*  margin: 0px -21px 5px; */
  margin: 0px -0px 5px;
  border-bottom: 0px solid #d3caca;
}

.mall-descr-banner {
  width:100%;
  background:rgb(8, 163, 211); 
  line-height:50px; 
  height: 50px; 
  color:white;
  font-size: 22px;
  font-weight: bold;
  margin-top:5px;
  text-align:center;
}

.seller_banner {
text-align: center;
}

.seller_logo {
  padding:0px;
}

.seller_description {
  text-align:justify; 
  padding-bottom:5px;
}

.seller_search {
  padding:0px;
  display:table;
  display:none;
}

.provider-search-input {
  vertical-align: bottom;
  width: 200px;
}

.view_order_on_calendar_link {
  font-size: 15px;
  font-weight: bold;
}
.border_right {
  border-right:2px solid #aca9a9;
}

.table_view_prod_det_btn {
  display:none;
  padding:5px;
  background: none;
  color:black;
  box-shadow: 1px 1px 2px black;
  width:min-content;
}

.list_view_submit_button {
 border-radius: 5px 5px;
 color:#FFFFFF;
 background-color:#54AB1F;
 border:2px solid #54AB1F;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 1px;
 padding-bottom: 1px;
 text-decoration:none;
 font-size: 14px;
}
.lv-table {
 width: 100%;
 border: 1px solid black;
 border-spacing: 0px;
 border-collapse: collapse;
 table-layout: fixed;  
}

.lv-table .lv-head td{
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 color: #FFFFFF;
 background-color: #acb7c7;
 border: 1px solid black;
 padding: 5px;

}

.lv-table  .poptions-options-list   td{
 border: 0;
 padding: 0;
}

.lv-table  .poptions-options-list{
 margin-left: 10px;
}

.lv-table .poptions-list div{
 font-size: 10px;
}

.lv-table .poptions-title {
 font-size: 12px;
 font-weight: bold;
 margin-left: 10px;
 margin-bottom: 0px;
}

.lv-table td {
 text-align: center;
 border: 1px solid black;
 padding: 0px;
 background-color: #EEEEEE;
 height: 25px;
}

.lv-table .product-options td {
 border: 0px;
 font-size: 10px;
 font-weight: bold;
 height: 20px;
 padding-left: 5px;
}

.lv-table a {
 color: #6633FF;
 font-weight: bold;
 font-size: 11px;
}

.lv-table .lv-left td {
 text-align: left;
}
.lv-products-list .buy-now {
 margin: 0px 0px 0px 0px;
}

.lv-table .buttons-row .button {
text-align: center;
 float: center;
}
.lv-table .quantity select {
 padding: 4px;
}
.lv-table .quantity .out-of-stock {
 position: relative;
 top: 6px;
}

/*----- Tabs -----*/
.lv-tabs {
  width:100%;
  display:inline-block;
}
 
/*----- Tab Links -----*/
/* Clearfix */
.lv-tab-links:after {
 display:block;
 clear:both;
 content:'';
}
 
.lv-tab-links li {
 margin:0px 5px;
 float:left;
 list-style:none;
 margin-left: 0px;
}

.lv-tabs ul {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
//  margin-left: -5px;
}

.lv-tabs .products{
 margin-top: 0px;
}
 
.lv-tab-links a {
 padding:7px 7px;
 display:inline-block;
 border-radius:10px 10px 0px 0px;
 background:#7FB5DA;
 font-size:14px;
 font-weight:bold;
 color:#fff;
 transition:all linear 0.15s;
 text-decoration:none;
}

.lv-tab-links a:hover {
 background:#a7cce5;
 text-decoration:none;
}
 
li.active a, li.active a:hover {
 background:#4169E1;
 color:#fff;
}
 
/*----- Content of Tabs -----*/
.lv-tab-content {
// padding:15px;
//padding: auto;
// border-radius:3px;
// box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
 background:#fff;
}
 
.lv-tab {
 display:none;
}
 
.lv-tab.active {
 display:block;
}
.lv-tab-content .progress {
  background: transparent url(images/progress.gif) repeat-x left top;
  height: 11px;
}

#lv_container .progress {
  background: transparent url(images/progress.gif) repeat-x left top;
  height: 11px;
}

#lv_single_add2cart_div {
  padding-top: 10px;
  height: 30px;
  text-align: center;
}

#lv_totals_div {
  text-align: right;
  font-weight: bold;
  color: #32CD32;
  margin-top: 10px;
}

.lv_trending_total_span {
  font-weight: bold;
  font-size:12px;
  color: #32CD32;
  text-align: left;
  display:none;
}

.pallet_total_container {
display:none;
}

#add2cart_checkout {
  display:none;
}

#lv_single_add2cart_checkout_button {
 display:none;
}

#lv_single_replace_and_checkout_button {
 display:none;
}

#lv_single_add2cart_edit_cart_quantities_button {
  display:none;
}
#lv_single_replace_cart_button {
  display:none;
}

.lv-hide {
  display:none;
}

.lv-in-cart {
  font-weight: bold;
  color: #00BFFF;
}
.lv-pimage-div {
  position:absolute; 
  visibility:hidden;
  border:solid 1px #CCC;
}

.lv-pimage-div img {
  width: 100px;
}

.lv-image {
  width:8%;
}

.lv-price {
  width:18%;
}

.lv-qty {
  text-align:left;
  width:17%;
}


#video-wrap {
float: left;
margin: 0 20px 5px 0;
}
.provider-pages{
font: 12px Verdana;
background: transparent; /*background of menu bar (default state)*/
left:7px;
top:45px;
color: #fff;
}
 
.provider-pages ul{
z-index:100;
margin: 0;
padding: 10px;
list-style-type: none;
}
 
/*Top level list items*/
.provider-pages ul li{
font-weight:bold;
background: #F3F3F3;
/*background: url(modules/Multilevel_Menu/tab_r.png) right 0;*/
position: relative;
display: inline;
float: left;
margin-right: 3px;
}
 
.provider-pages ul li a{
display: block;
/*background: url(tab_l.png) no-repeat left 0;*/ /*background of menu items (default state)*/
padding: 2px 10px 2px;
color: black;
text-decoration: none;
}
.provider-pages ul li a:hover {
  background: grey;
  color: white;
}

.provider-pages td {
  padding-bottom: 5px;
}

.order_notes_table {
 width: 100%;
 border-width: 1px;
 border-style: solid;
 border-color: black;
}
button.do-add-order-notes-wait .progress {
display: block;
  background: transparent url(images/progress.gif) repeat-x left center;
  height: 11px;
}

/* Product view icons */
.products-view {
  float: left;
  margin-left: 10px;
}
.product-view-icon {
  display: block;
  margin: -1px 4px;
  float: left;
  width: 24px;
  height: 24px;
}
.default-view-image {
  background: transparent url(images/default_view.png) 0 0 no-repeat;
}
.list-view-image {
  background: transparent url(images/list_view.png) 0 0 no-repeat;
}
.products-view a {
  color: #bbb;
  transition: 0.3s;
}
.products-view .selected,
.products-view a:hover{
  color: #3597d6;
}
 
/* Product view list */
.products-list-view {
  padding: 20px 0;
}
.products-list-view .avail-criteria-link span {
  color: #2e9afe;
  cursor: pointer;
  border-bottom: 1px dashed red;
}
.products-list-view .avail-criteria-link span span {
  border-bottom: 0;
}
.products-list-view .avail-criteria-info {
  line-height: 20px;
  text-align: left;
  display: none;
  font-size: 11px;
}
.products-list-view .avail-criteria-info span {
  font-weight: bold;
}
.products-list-view .avail-criteria-info table tr td {
  border: 0 none #FFF;
  border-collapse: collapse;
  padding: 2px;
}
.products-list-view table.products-list-view-table {
  width: 100%;
  border-collapse: collapse;
}
.products-list-view table.products-list-view-table .product-title {
  color: #357cd6;
  font-weight: normal;
}
.products-list-view table th {
  background-color: #acb7c7;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
}
.products-list-view .plv-product {
  width: 40%;
}

.products-list-view table tr td {
  padding: 10px 6px;
  color: #333333;
  background: #EEEEEE;
}

.products-list-view-table tr.subrow td {
  background: #FFFFFF !important;
}

.products-list-view-table .plv-add-to-cart table tr td {
  background: #EEEEEE !important;
}


.products-list-view table tr {
  border: 1px #000000;
}

.products-list-view-table .product-options tr td {
  border: 0 none !important;
}
.list-view-add-to-cart {
  background: url("images/custom/list_view_add_to_cart.png") 0 0 no-repeat;
  height: 22px;
  margin: 0;
  width: 24px;
  border: 0px none;
  cursor: pointer;
}
.plv-add-to-cart {
  display: none;
  position: absolute;
  border: 1px solid #CECECE;
  padding: 10px;
  background-color: #FFFFFF;
  z-index:99;
}
.plv-add-to-cart table tr td {
  border: 0 none !important;
  padding: 5px;
}
.plv-add-to-cart table input.text {
  width: 80px;
}
.plv-add-to-cart .plv-add-to-cart-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
/*
  Dialog box
*/
TABLE.DialogBox {
  WIDTH: 100%;
  HEIGHT: 100%;
  VERTICAL-ALIGN: top;
}
TD.DialogBox {
  BACKGROUND-COLOR: #ffffff;
  TEXT-ALIGN: left;
  PADDING: 10px;
}
div.product-details-geid table.DialogBox td.DialogBox {
  PADDING: 0px;
}
div.product-details-geid td.TableSubHead {
  padding-top: 17px !important;
  vertical-align: top;
}
div.product-details-geid-info {
  background: url(images/fyi_icon.gif) no-repeat 0px 0px;
  margin: 18px 0px 8px 10px;
  padding: 0px 0px 0px 40px ;
  height: 30px;
  font-size: 11px;
}
table.geid-checkbox td {
  padding: 3px;
}
td.geid-checkbox {
  background-color: #eeeeee;
}
.DialogBorder {
  background-color: #acb7c7;
  height: 100%;
  padding: 0px;
}
TD.DialogTitle {
  color: #010101;
  font-weight: bold;
  font-size: 11px;
  background-image: url(images/admin_dialog_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #d5dce5;
  border-top: #acb7c7 1px solid;
  border-left: #acb7c7 1px solid;
  border-right: #acb7c7 1px solid;
  vertical-align: middle;
  height: 19px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 18px;
  padding-right: 0px;
  text-align: left;
}
FONT.DialogTitle {
  color: #010101;
  font-weight: bold;
  font-size: 13px;
  vertical-align: bottom;
  height: 33px;
  text-align: left;
  margin-left: 10px;
}
.TableHeadNews {
  background-color: #c5d0e1;
  font-weight: bold;
}
.TableSubHeadNews {
  background-color: #EEEEEE;
  font-weight: normal;
}

.product-details-in-cart-block {
  display: inline;
  position: relative;
  padding:5px 10px;
  white-space: nowrap;
  font-weight: bold;
  background: none;
  border-radius: 5px;
  top:12px;
}

.product-details-in-cart-block-outofstock {
  display: inline;
  font-size: 12px;

  white-space: nowrap;
  font-weight: bold;
  background-color: #eee;
  border-radius: 5px;
}

.product-lists-in-cart-block-buy-now{
  display: inline-block;
  position: relative;
  top: 8px;
}

.product-lists-in-cart-block {
  display: inline-block;
  font-weight: bold;
}
.lv-table div.product-details-in-cart-block {
  display: inline-block;
  font-weight: bold;
  height: 22px;
  position: relative;
  top: 5px;
}
.rewards_points_earned_block {
  color: #2e9afe;
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.lv-price div.rewards_points_earned_block {
  color: #2e9afe;
  display: block;
  font-weight: normal;
  word-break: break-all;
}
/*Static page banners css*/
/*
  Styles
*/
.page-banner {
  width: 100%;
}
.page-banners-nav {
  position: absolute;
  bottom: 5px;
  right: 5px;
  /*width: 100%;*/
  text-align: right;
  z-index: 1000;
}

.page-banners-nav-lr {
  text-align: center;
  padding: 10px;
}
#page-banners-nav, #page-banners-nav-lr {
  margin: 0;
  padding: 0;
  list-style: none;
//  visibility: hidden;
}
#page-banners-nav-lr li, #page-banners-nav li {
  display: inline-block;
  margin: 0 1px;
}
#page-banners-nav-lr a {
  background-color: #fff;
  border: rgba(0,0,0,0.5) 2px solid;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  text-decoration: none;
  text-indent: -9999px;
  opacity: 0.5;
}
#page-banners-nav a {
  background-color: #fff;
  border: rgba(0,0,0,0.5) 2px solid;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  text-decoration: none;
  text-indent: -9999px;
  opacity: 0.7;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}
#page-banners-nav .cycle-pager-active a, #page-banners-nav-lr .cycle-pager-active a {
  border-color: rgba(0,0,0,0.8);
  opacity: 1;
}
.page-banners .page-banner-wrapper { display: none; width:100%; }
.page-banners .page-banner-wrapper:first-child { display: block; }

.desc-over-page-banner-image, .alt-over-page-banner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align:center;
  text-shadow: 1px 0px 0px black;
  background:white;
  padding:5px;
  opacity:.8;
  transform: translate(-50%, -50%);
  z-index:101;
  display:none;
}

.static-page-image-descr {
  padding: 0px 0px 0px 0px;
  display: none;
}
.pb-image-descr {
  padding: 0px 0px 0px 0px;
  display: none;
}

  .cycle-prev {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 50%;
    cursor: pointer;
  }

  .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 50%;
    cursor: pointer;
  }

  .cycle-prev {
    left: 0;
    background: url(images/larrow.svg) 5% 70% no-repeat;
    background-size: 35px 35px;
  }

  .cycle-next {
    right: 0;
    background: url(images/rarrow.svg) 95% 70% no-repeat;
    background-size: 35px 35px;
  }

.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.discount-period {
  width: 215px;
  height: 40px;
  white-space: nowrap;
}

.products-grid .discount-period,
.products-list .discount-period
{
  top: 79%;
  position: absolute;
  left: 50%;
  margin-left: -107px;
}

.product-details-info .discount-period {
  height: auto;
}

.discount-period div {
  display: inline-block;
  width: 53px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  margin-right: 1px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}

.discount-period div.empty {
  background-color: rgba(166, 49, 62, 0.8);
}

.discount-period div:last-child {
  margin-right: 0;
}

.discount-period div span {
  display: block;
  font-size: 14px;
}

.discount-period p {
  color: #a6313f;
  font-weight: bold;
}
.countdown-coupon-banner {
  height: 50px;
  cursor: pointer;
  background-color: #ddd;
  display: inline-table;
  width: 100%;
  display:flex;
  justify-content:space-around;
  align-items:center;
}

.coupon_code_countdown_banner_min, .coupon_code_countdown_banner_label {
  color:black;
  font-size:12px;
}

.discount-period-span {
  float: right;
}
.coupon-code-span {
  font-size: 12px;
  color: #0bb355;
  line-height:50px;
  font-weight: bold;
}
.coupon-order-min-span {
  font-size: 12px;
  color: #0bb355;
  line-height:50px;
  padding-left: 10px;
  font-weight: bold;
}
.coupon-descr-span {
  line-height:50px;
  padding-left: 10px;
  font-weight: bold;
}
.coupon-type {
  font-size: 12px;
  font-weight: bold;
}
.incentive-item .discount-period {
  margin-left: -3px;
  display: inline-table;
  width: 100%;
}
.item-cell .discount-period {
  margin-left: -3px;
  display: inline-table;
  width: 100%;
}
.discount-period p {
  text-align: center;
}
.products-list-view-row div.rewards_points_earned_block {
  color: #2e9afe;
  display: block;
  font-weight: normal;
  word-break: break-all;
}

/ Table using Div tags */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
	box-sizing: border-box;
	font-size: 14px;
}

.divTableCell, .divTableHead {
	box-sizing: border-box;
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	text-align:justify;
	vertical-align:middle;
}
.divTableHeading {
	background-color: #08A3D3;
	color:white;
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	border: 1px solid #999999;
	padding: 3px 10px;
	text-align:justify;
}

.homepageImage {
    width:49.5%;
}


/* Containers whose display is managed by provider */

.mall_search_seller_container {
  display:block;
}

.mall_search_pickup_container {
  display:none;
}
.mall_search_delivery_container {
  display:none;
}
.mall_search_shipping_container {
  display:none;
}

.mall_search_zip_container {
  display:block;
}
.mall_search_city_container {
  display:block;
}
.mall_search_state_container {
  display:block;
}

/* Show policy in seller info on product page */
.terms-policy {
  display:table-row;
}

/* Show business description in seller info on product page */
.seller-info-description {
  display:none;
}

/* Show seller logo in seller info on product page */
tr.seller-info-logo td {
  background:none;
}

.seller-info-logo {
  display:table-row;
}

.subscription_email, .subscription_name, .subscription_phone {
  text-align:center;
}

/* Start of collapsible text styling */
summary {
  font-size:14px;
}

details summary::-webkit-details-marker {
  display:none;
}
/* end of collapsible text styling */

.newslist-display {
  width:100%;
  margin: 0 auto;  
}

.newslist-display .DialogBorder {
  padding:1px; 
}

.provider-search-field {
  display:inline;
}

.provider-search-icon {
  display:inline;
}

.accordion-toggle {
  cursor: pointer;
  font-weight: bold;
}
.accordion-content {
  display: none;
}
.matched-static-pages-list li {
  padding: 5px;
}

/* provider footer styling */
.provider-bottom-box {
  background: #eee;
  color:white;
  padding:40px;
  width:auto;
  font-size:12px;
  line-height:200%;
  border:0px;
  vertical-align:top;
  text-align:center;
  display:none;
}
.provider-footer-tab {
  line-height: 150%;
  width: 23%;
  display: inline-block;
  padding: 20px 0px;
  margin: 0px 0px 20px 0px;
  background:#eee;
  color:white;
  border:0px;
  vertical-align:top;
}
.provider-footer-tab a {
  text-decoration: none;
}
.provider-footer-tab-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform:uppercase;
}
.provider-footer-tab ul {
  list-style: none;
  padding: 5px 0px 0px 0px;
  margin: 0px;
  color: #4a2202;
}
.provider-footer-tab-news {
  font-size: 12px;
  width:100px;
  line-height: 125%;
  margin: 2px;
  background: black;
  padding: 10px;
  color: white;
  text-align:center;
  display:none;
}

.provider-footer-account {
  margin-bottom:10px;
}

.footer_local_delivery_title {
  cursor:pointer;
  border-bottom: 1px dashed red;
  color: #0b86e4;
}

.provider-footer-tab.col1, .provider-footer-tab.col2, .provider-footer-tab.col3 {
  padding: 5px;
  text-align: left;
}

.provider-footer-tab.col4 {
  padding: 5px;
  text-align: left;
}

.provider-footer-tab-city, .provider-footer-tab-state, .provider-footer-tab-zipcode, .provider-footer-tab-country {
  display:inline;
}

.provider-footer-socials-left-col, .provider-footer-socials-right-col {
  padding: 5px;
}

.provider-footer-subscription-right-col {
  text-align: -webkit-center;
}

.provider-footer-account-login, .provider-footer-account-register, .provider-footer-account-cart, .provider-footer-account-checkout, 
.provider-footer-account-orders, .provider-footer-account-logout, .provider-footer-account-credits, .provider-footer-account-profile {
  display:inline;
}

.provider-footer-tab-address, .provider-footer-account-left-col, .provider-footer-subscription-right-col, .provider-footer-socials-right-col, 
.provider-footer-logo, .provider-footer-logo-col3 {
  display:none;  
}

/* end of provider footer styling */

/* provider social links row styling */
.provider-socials > div {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: auto;
  min-width: 20px;
  margin: 0 2px 0 0;
  border: none;
  border-radius: 0;
  background: none;
  vertical-align: middle;
}
/* end of social links row styling */

/* seo search styling */
.seo-title {
  font-family: Helvetica, Arial;
  font-weight: bold;
}
.products .seo-search-title a.product-title{
  font-size: 20px;
}
.seo-free-shipping {
  color: red;
  font-weight: bold;
}
.seo-product .acr-general-product-rating {
  display: block;
}
.seo-image img {
  float: left;
  margin: 0px 15px 15px 0px;
  max-width:75px;
  height:100%
}
.seo-descr {
  margin: 10px;
}
.seo-social-links .provider-socials {
  display: inline;
}
.seo-search .avail-criteria-link span {
  color: #2e9afe;
  cursor: pointer;
  border-bottom: 1px dashed red;
}
.seo-search .avail-criteria-link span span {
  border-bottom: 0;
}
.seo-search .avail-criteria-info {
  line-height: 20px;
  text-align: left;
  display: none;
  font-size: 11px;
}
.seo-search .avail-criteria-info span {
  font-weight: bold;
}
/*
.seo-search .avail-criteria-info {
  float: right;
}
*/
.seo-buttons-row {
  margin-top: 10px;
  display:none;
}

.list-view-cross-cart {
  background: url(images/custom/cart_button_cross.jpg) 0 0 no-repeat;
  height: 22px;
  margin: 0;
  width: 24px;
  border: 0px none;
  background-size: 22px 24px;
}
.seo-search .plv-add-to-cart table tr td {
  background: #EEEEEE !important;
}
.common-search-row {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.common-search-row input[type=text] {
  width: 155px;
  padding: 2px;
  border: 1px solid #acacac;
  border-bottom: 1px solid #bfbfbf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 2px 3px #e4e4e6;
  -webkit-box-shadow: inset 0 2px 3px #e4e4e6;
  box-shadow: inset 0 2px 3px #e4e4e6;
  margin-left: 5px;
}
.common-search-row button.button {
  vertical-align: middle;
}

#search_block .buttons-row {
  display: none;
}

#common_search_adv_link {
  cursor: pointer;
  text-decoration: none;
}
#common_search_hide_adv_link {
  cursor: pointer;
  text-decoration: none;
  display:none;
}
.seo-buttons-row a.simple-button {
  padding: 4px;
}
.seo-search .plv-add-to-cart {
  z-index: 2;
}
/* end of seo search styling */
.show-search-string {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  color: #0b86e4;
  font-size: 26px;
  font-weight: bold;
  display:none;
}

.thumbnail-descr, .thumbnail-shortdescr {
  font-size:10px;
  display:none;
}

.thumbnail-descr h2 {
  display:none;
}

.center-text-on-div {
  position:relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  vertical-align:middle;
  width:max-content;  
}

.text-over-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width:max-content;
}

.a2a_default_style_head {
  display:flex;
  justify-content:center;
  display:none;
}

.a2a_default_style_head a {
  padding:0px 1px;
}

.custom-related-products-button {
  display:none;
}

.product-details .details .related-categories {
  vertical-align: top;
  line-height: 18px;
  padding: 5px;
  display: none;
}

/*Square related styles*/
#sq-ccbox {
  width:380px;
}

.sq-field-wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 16px;
}
 
.sq-field {
  margin-bottom: 16px;
  width: 100%;
}
 
.sq-field:first-child {
  margin-left: 0;
}
 
.sq-field:last-child {
  margin-right: 0;
}
 
.sq-field--in-wrapper {
  flex-grow: 1;
  margin: 0 8px;
}
 
.sq-label {
  margin-bottom: 8px;
  text-transform: uppercase;
}
 
.sq-input {
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  transition: border-color 0.25s ease;
  width: 100%;
}
 
.sq-input--focus {
  background-color: #fbfdff;
}
 
.sq-input--error {
  background-color: #fbfdff;
}
 
.sq-button {
  color: #fff;
  padding: 16px;
  width: 100%;
}
 
.sq-button:active {
  color: #fff;
}
.sq-payment-form {
  max-width: 100%;
  padding: 20px 20px 5px;
  width: 380px;
}
 
.sq-label {
  color: #000000;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}
 
.sq-input {
  border-color: #E0E2E3;
  border-radius: 4px;
}
 
.sq-input--focus {
  border-color: #4A90E2;
}
 
.sq-input--error {
  border-color: #e02e2f;
}
 
.sq-button {
  background: #4A90E2;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
 
.sq-button:active {
  background: #4A90E2;
}
.sq-wallet-divider {
  margin: 24px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
 
.sq-wallet-divider:after, .sq-wallet-divider::after, .sq-wallet-divider:before, .sq-wallet-divider::before {
  background: #bbb;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 9px;
}
 
.sq-wallet-divider:after, .sq-wallet-divider::after {
  right: 65%;
}
 
.sq-wallet-divider:before, .sq-wallet-divider::before {
  left: 65%;
}
 
.sq-wallet-divider__text {
  color: #bbb;
  padding: 10px;
  text-transform: uppercase;
}
 
.sq-apple-pay {
  -webkit-appearance: -apple-pay-button;
  border: none;
  height: 48px;
  margin-bottom: 12px;
  width: 100%;
  display: none;
}
.sq-masterpass {
  background-color: #000;
  background-image: url(https://masterpass.com/dyn/img/btn/global/mp_chk_btn_384x048px.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  border-radius: 5px;
  height: 42px;
  margin-bottom: 16px;
  width: 100%;
  display: none;
}
 
.sq-button:hover {
  cursor: pointer;
  background-color: #4281CB;
}
 
#error {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  color: red;
  font-weight: 500;
  text-align: center;
  opacity: 0.8;
}
/******End of Square related styles**********/

#cat_loading_block {
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  display: none;
}

#sp_cu_form_loading_block {
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  display: none;
}
#sp_news_form_loading_block {
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  display: none;
}

#sp_discussions_loading_block {
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    display: none;
}

.sp-forms-error-message {
  color: #FF0000;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

/* News list simple form css*/
.news-list-simple-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

/* Add some margins for each label */
.news-list-simple-form label {
  margin: 5px 10px 5px 0;
}

/* Style the input fields */
.news-list-simple-form input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid black;
  min-width:350px;
}

.recaptcha-compatibility, .recaptcha-compatibility a {
  color:red;
}

.news-list-simple-form .g-recaptcha {
  padding-right:10px;
}

/* Style the submit button */
.news-list-simple-form button {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
}

.news-list-simple-form-label{
  display:none;
}

.news-list-simple-form button:hover {
  background-color: royalblue;
}
#news_list_simple {
  margin: 0 auto;
  width: 90%;
  padding: 10px;
}
.sp-forms-success-message {
  color: #12ad2a;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

#lightgallery .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#lightgallery > a .gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

#lightgallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

#lightgallery > a:hover .gallery-poster > img {
  opacity: 1;
}

#lightgallery > a .gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: 1px;
  border-color: #0e90d2;
}

#lightgallery > a:hover .gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

#lightgallery .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sb-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lg div.lg-thumb {
  margin-left: auto !important;
  margin-right: auto !important;
}

.products-table #wl-prices {
  margin: 15px auto 0;
  display: none;
}

.products-table #wl-prices table {
  width: 100%;
}

.products-list-view #wl-prices {
  display: none;
  font-size: 10px;
}

.po-accordion > div > * {
    vertical-align: middle;
}

.po-accordion-name {
  display:none;
}

.po-accordion .ui-accordion-header {
    background: #eeeeee;
    width: auto;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #0D0A0A;
    border: none;
}

.po-accordion .ui-state-hover {
    color: #0e90d2;
    /*border: none;*/
}

.po-accordion .ui-icon {
    background-image: url("js/jqueryui/images/ui-icons_222222_256x240.png");
}

.po-accordion input.radio-image{
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.po-accordion .radio-image-label{
    margin: 10px;
    padding: 10px;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    /*display:inline-block;*/
    width:50px;
    height:50px;
    border: 1px solid;
    border-radius: 50px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    background-position:center;
/*
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
*/
}

.po-accordion input:checked + .radio-image-label{
    border: 5px solid #2d3032;
}

.po-accordion .radio-wo-image-label {
    margin: 5px;
}
.po-accordion .radio-image-label:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
    border: 5px solid black;
}

.po-accordion input:active + .radio-image-label{opacity: .9;}
.po-accordion input:checked + .radio-image-label{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.po-accordion .po-accordion-content {
    display: inline-table;
}

.po-accordion .radio-modifier {
    margin: 5px;
}

.product-details .details .option-as-image-header {
    vertical-align: top;
    padding-right: 20px;
    padding-bottom: 10px;
    line-height: 18px;
    padding-left: 5px;
    font-size: 25px;
    display: none;
}
.product-details .details .option-as-image-description {
    vertical-align: top;
    padding-right: 20px;
    padding-bottom: 10px;
    line-height: 18px;
    padding-left: 5px;
    display: none;
}

.option-as-image-description-row {
    display: none;
}

.po-title {
    display: none;
    font-weight: bold;
}

#custom_cat_links {
  margin: 10px 0px;
  text-align:left;
  font-size:12px;
  text-transform:initial;
  display:none;
}

#custom_cat_links a {
  text-decoration: none;
}

.custom_cat_links_delim {
  padding: 5px;
  color: #337ab7;
}

.custom_cat_links_count {
  display: inline-block;
  margin: 0px 3px;
}

#last-custom-cat {
  font-weight:bold;
}

.add-to-cart-popup-ok .ui-widget-header {
  background: #518da7;
  /*display: none;*/
  border: none;
}

.add-to-cart-popup-error .ui-widget-header {
  background: #FF0000;
  /*display: none;*/
  border: none;
}

.add-to-cart-popup-ok .ui-state-default .ui-icon {
  background-image: url(js/jqueryui/images/ui-icons_4088bf_256x240.png);
}

.add-to-cart-popup-error .ui-state-default .ui-icon {
  background-image: url(js/jqueryui/images/ui-icons_cd0a0a_256x240.png);
}

.add-to-cart-popup-error p {
  /*color: #FF0000;*/
  font-size: 14px;
  font-weight: bold;
}

.add-to-cart-popup-ok p {
 /* color: #008000;*/
  font-size: 14px;
  font-weight: bold;
}

.seo-search .seo-product #wl-prices {
  display: none;
  font-size: 10px;
}

.link-as-button {
  display:inline-block;
  margin-top:5px;
}

.custom-footer-bottom {
  display:none;
}

/* Hide Add to Cart button for Features Items section */
.featured-items-section .buy-now >form {
  display:none;
}

.featured-items-header::before{
  content:"Featured";
}

.contact-us-table .button-row {
  text-align:center;
}

.custom-page-title {
  text-align:center;
}

.show-on-mobile {
  display:none;
}

.contact-us-table .data-name-contact {
  display:none;
}

.data-value-contact {
  padding:5px;
  font-size:14px;
}

.contact-field, .contact-us-table #b_state {
  width:100%;
  min-height:30px;
}

.contact-form-radio {
  text-align:left;
}

.contact-us-table {
  width:100%;
}

.cod_message_bottom {
  display:none;
}


.in-cart-block-content {
  background:#eee;
  padding:5px;
}

.in-cart-block-content a {
  text-decoration: underline;
}

.buy-now .product-options {
  padding: 5px;
  margin: 5px auto;
}
 
.buy-now .product-options .property-value {
  text-align: left;
}

.provider-search-options {
 display: none;
}

.provider-search-options table {
  margin: auto;
  margin-top: 5px;
}

.contact-form-attachment {
  text-align: left;
}

.discussions-dialog .title {
    display: block;
    background: url(images/custom/dialog_title_bg.gif) repeat-x left top;
}

.empty-cart-message {
}

.tax-id-row, .tax-exemption-row {
  display:none;
}

.force-reload-message, .optional-account-message {
  color:#08a3d3;
}

.copyright-SM {
  color:black;
  text-decoration:none;
}

.invoice_billing_data {
  display:none;
}

#newsletter_section {
  display:none;
}