/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet for storefront pages
 * 
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    d54a65c75cde48264a25a1aec0e7a5fec8199257, v104 (xcart_4_7_7), 2016-09-26 11:38:27, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * General tags styles
 */
html,
body
{
  height: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-width: 780px;
  border: 0 none;
}

body,
input,
select,
textarea,
button
{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #2c3e49;
  font-size: 11px;
}

a:link,
a:visited,
a:hover,
a:active
{
  color: #043fa0;
  text-decoration: underline;
}

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

h1 {
  margin: 10px 0;
  padding: 0;
  font-size: 20px;
  color: #617683;
  font-weight: normal;
}

hr {
  border: 0 none;
  border-bottom: 1px solid #888;
  margin: 20px 0 10px;
  padding: 0;
  height: 0;
}

form {
  margin: 0;
}

table,
img
{
  border: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

/**
 * Service styles
 */

/**
 * float-box finisher
 */
.clearing {
  height: 0;
  font-size: 0;
  clear: both;
}

/**
 * vertical align (center)
 */
.valign-middle {
  vertical-align: middle;
}

.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: 0 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
 */
.width-100 {
  width: 100%;
}

/**
 * page break
 */
.page-break {
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
}

/**
 * pointer cursor
 */
.pointer {
  cursor: pointer;
}

/**
 * overflow wrapper
 */
.overflow {
  position: relative;
  margin-right: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

/* display: none */
.hidden {
  display: none;
}

label {
  vertical-align: bottom;
  line-height: 15px;
}

label input {
  margin: 0;
  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;
}

.plain-box {
  display: block;
  padding-bottom: 15px;
}

.plain-box .label-title {
  display: block;
}

.default-value {
  color: #aaa;
}

.underline {
  text-decoration: underline;
}

.dotted {
  text-decoration: none !important;
  border-bottom: 1px dotted #888;
}

.toggle-link {
  background: transparent url(../../../skin/common_files/css/../images/arrow_down.png) no-repeat right 8px;
  padding-right: 15px;
}

.cursor-hover:hover {
  border: solid 1px #1a478f !important;
}

/** 
 * Form elements styles 
 */
input[type=text],
input[type=password],
select,
textarea,
.input-style
{
  border: solid 1px #bbb;
  padding: 2px;
  background: #fff;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus
{
  border: solid 1px #999;
  outline: 0;
}

/** 
 * Common styles 
 */
.error-message {
  color: #b51a00;
}

select.err,
input.err,
textarea.err
{
  border: solid 1px #b51a00;
  background-color: #f7f3f3;
}

div.error-message {
  margin: 0 0 15px;
}

.form-text {
  color: #112536;
  font-weight: bold;
}

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: #ccc none;
  font-weight: bold;
}

tr.highlight td,
tr.highlight th,
li.highlight
{
}

tr.center-row th {
  text-align: center;
}

div.ajax-popup-error-message {
  padding: 0 5px;
  margin: 10px 0;
  display: none;
}

div.ajax-popup-error-message span {
  float: left;
  margin: 0 10px 0 3px;
}

/**
 * Currency
 */
.currency {
  white-space: nowrap;
}

input.datepicker-formatted {
  border: solid 1px #bbb;
  margin-right: 5px;
}

input.datepicker-formatted[disabled] {
  background: #fff;
  color: #bbb;
}

/**
 * zipcode
 */
input.zipcode {
  width: 100px;
}

input.zip4 {
  width: 60px;
}

/**
 * password validation
 */
span.validate-mark {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

span.validate-mark img {
  width: 15px;
  height: 15px;
  margin-left: 3px;
}

span.validate-matched img {
  background: transparent url(../../../skin/common_files/css/../images/icon_ok.png) no-repeat left top;
}

span.validate-non-matched img {
  background: transparent url(../../../skin/common_files/css/../images/icon_nok.png) no-repeat left top;
}

/*==============================================================================

  layout styles

==============================================================================*/
/**
 * page container
 */
#page-container {
  min-height: 100%;
  position: relative;
}

/**
 * page layout
 */
#content-container {
  clear: both;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 39px;
  margin-top: 140px;
}

#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: 160px;
  margin-left: 7px;
}

#right-bar {
  float: right;
  right: 7px;
  position: relative;
  width: 160px;
}

#center-main {
  margin: 0 187px;
  position: relative;
  overflow: hidden;
}

#header {
  height: 140px;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}

#footer {
  height: 39px;
  width: 100%;
  position: absolute !important;
  bottom: 0;
  overflow: hidden;
  float: left;
}

/**
 * Right-to-left
 */
.rtl {
  direction: rtl;
}

/**
 * header styles
 */
#header .line1 {
  position: relative;
  height: 67px;
  direction: ltr;
}

#header .line1 .logo {
  padding-top: 9px;
  margin-left: 27px;
  width: auto;
}

#header .line1 .logo a img {
  width: auto;
  height: auto;
}

/**
 * header tabs
 */
.tabs {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 25px;
  width: 80%;
  text-align: right;
}

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

.tabs li {
  float: right;
  margin: 0 1px 0 0;
  padding: 0;
  background: transparent url(../../../skin/common_files/css/../images/tab_r.png) no-repeat right top;
  height: 25px;
}

.tabs a
{
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/tab_l.png) no-repeat left top;
  margin: 0 5px 0 0;
  padding: 5px 10px 5px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #253161;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  height: 25px;
  outline-style: none;
}

.tabs a:hover {
  color: #2863c2;
}

/**
 * phones line
 */
#header .phones {
  position: absolute;
  right: 10px;
  top: 25px;
  height: 42px;
  vertical-align: middle;
  line-height: 42px;
  color: #5480a2;
  text-align: right;
  white-space: nowrap;
  font-size: 11px;
}

#header .phones span {
  padding-left: 15px;
}

/**
 * header line 2
 */
#header .line2 {
  position: relative;
  width: 100%;
  border: none;
  border-top: 1px solid #cb480c;
  border-bottom: 1px solid #cb480c;
  background: url(../../../skin/common_files/css/../images/head_linebg.gif) repeat-x top;
  height: 39px;
  color: #451300;
}

#header .line2 div,
#header .line2 span
{
  color: #451300;
}

#header .line2 a {
  color: #510000;
}

#header div.search {
  position: absolute;
  top: 0;
  left: 0;
  height: 39px;
  line-height: 39px;
  vertical-align: middle;
}

#header span.search {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 5px;
}

#header input.text {
  width: 108px;
}

#header a.search
{
  text-decoration: underline;
}

#header input {
  margin-right: 3px;
}

#header button.simple-button {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
}

#header button.simple-button img {
  margin-left: 0;
}

#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,
#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-link-row {
  width: 130px;
  vertical-align: top;
  text-align: right;
}

.printable-bar a {
  background: transparent url(../../../skin/common_files/css/../images/printer.gif) no-repeat right top;
  padding: 2px 20px 2px 0;
  color: #818891;
  font-size: 10px;
  line-height: 16px;
}

div.printable-bar {
  width: 130px;
}

/**
 * footer styles
 */
#footer .box {
  width: 100%;
  border: none;
  border-top: 1px solid #cb480c;
  padding: 0;
}

#footer .subbox {
  border-top: #ffd30d 1px solid;
  background: #f4f5f7 none;
  color: #667d92;
  height: 40px;
  vertical-align: middle;
  padding: 0;
  position: relative;
}

#footer .subbox .left {
  background: transparent none;
  position: absolute;
  left: 12px;
  top: 0;
  line-height: 40px;
  vertical-align: middle;
}

#footer .subbox .right {
  background: transparent none;
  position: absolute;
  right: 12px;
  top: 0;
  text-align: right;
  line-height: 40px;
  vertical-align: middle;
}

#footer .subbox a {
  color: #667d92;
  text-decoration: underline;
}

#footer .subbox a:hover {
  text-decoration: none;
}

/*==============================================================================

  widgets

==============================================================================*/
/**
 * location bar
 */
#location {
  min-height: 25px;
  line-height: 15px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #818891;
}

span.bread-crumb {
  font-size: 11px;
  color: #818891;
}

a.bread-crumb {
  font-size: 11px;
  color: #818891;
  text-decoration: underline;
}

a.bread-crumb:hover {
  text-decoration: none;
}

span.last-bread-crumb {
  text-decoration: none;
}

#location span {
  padding: 0 5px;
}

/**
 * Top message container
 */
#top-message {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 400px;
  z-index: 2000;
}

#top-message .box {
  position: relative;
  padding: 5px 31px 8px 12px;
  vertical-align: middle;
  text-align: left;
}

#top-message a.close-link {
  display: block;
  position: absolute;
  top: 6px;
  right: 8px;
  text-decoration: none;
}

#top-message .close-img {
  width: 15px;
  height: 15px;
  background: transparent url(../../../skin/common_files/css/../images/icon_cross_white.png) no-repeat left top;
}

#top-message .message-i {
  color: #1b5d8e;
  background-color: #eeede8;
}

#top-message .message-w {
  color: #94572a;
  background-color: #eedeb4;
}

#top-message .message-e {
  color: #fff;
  background-color: #e65e57;
}

/**
 * Form fill error
 */
.fill-error label {
  color: #ce0000;
}

.fill-error input[type=text],
.fill-error input[type=password],
.fill-error select,
.fill-error textarea
{
  border: solid 1px #ce0000;
  background-color: #ffebeb;
}

div.error-label {
  color: #ce0000;
  font-size: 9px !important;
  display: none;
}

.fill-error div.error-label {
  display: block;
}

/**
 * Inline message
 */
.inline-message {
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding: 1px 1px 15px;
  margin: 0;
}

.inline-message img.icon-w {
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: transparent url(../../../skin/common_files/css/../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(../../../skin/common_files/css/../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(../../../skin/common_files/css/../images/but_cross.gif) no-repeat right top;
}

/**
 * side bar container
 */
.menu-dialog {
  border: 1px solid #5f94c0;
  margin-bottom: 15px;
}

.menu-dialog .title-bar {
  width: 100%;
  background: #9ec6de url(../../../skin/common_files/css/../images/menu_bg.gif) repeat-x left top;
  border: 0 none;
  border-bottom: #215485 1px solid;
  height: 27px;
  overflow: hidden;
}

.menu-dialog .title-bar img.icon {
  vertical-align: middle;
  margin: 4px 7px 6px;
  width: 17px;
  height: 17px;
}

.menu-dialog .title-bar h2 {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 27px;
  height: 27px;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline;
  white-space: nowrap;
}

.menu-dialog .link-title span.title-link {
  float: right;
  padding: 8px 7px 8px 0;
}

.menu-dialog .link-title a.title-link {
  text-decoration: none;
  outline-style: none;
}

.menu-dialog .link-title .title-link img {
  width: 7px;
  height: 11px;
  background: transparent url(../../../skin/common_files/css/../images/menu_arrow.gif) no-repeat left center;
}

.menu-dialog .content {
  border: 0;
  background-color: #fff;
  padding: 8px 10px;
  overflow: hidden;
}

.menu-dialog .content a {
  color: #324c76;
}

.menu-dialog .content a:hover {
  color: #2863c2;
}

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

.menu-dialog ul li {
  padding: 0;
  vertical-align: middle;
}

.menu-dialog .item {
  color: #112536;
  font-size: 10px;
}

.menu-dialog ul li a {
  font-size: 11px;
  text-decoration: none;
}

.menu-dialog ul li a:hover {
  text-decoration: underline;
}

.menu-dialog hr {
  background-color: #999;
}

.menu-dialog .login-text ul li {
  padding: 1px 0;
}

/**
 * Dialog container
 */
.dialog {
  border: 1px solid #acb7c7;
  padding: 0;
  margin: 0 0 30px;
  page-break-inside: avoid;
}

.dialog .title {
  position: relative;
  color: #253161;
  font-weight: bold;
  font-size: 13px;
  background: transparent url(../../../skin/common_files/css/../images/dialog_bg.gif) repeat-x top left;
  border: 0 none;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 18px;
  text-align: left;
  border-bottom: 1px solid #acb7c7;
  overflow: hidden;
}

.dialog .title h2 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
}

.dialog .content {
  border: 0 none;
  background: transparent none;
  text-align: left;
  padding: 10px 10px 25px;
  color: #58595b;
}

.list-dialog .title h2 {
  width: 60%;
}

.list-dialog .title div.sort-box {
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  overflow: hidden;
}

.list-dialog .title div.sort-box .search-sort-bar {
  padding: 0;
  margin: 7px 0;
}

.list-dialog .title div.sort-box .search-sort-title,
.list-dialog .title div.sort-box .search-sort-cell
{
  padding-right: 10px;
}

/**
 * Dialog with "noborder" class parameter
 */
.noborder {
  border: 0 none;
}

.noborder .content {
  padding: 0;
}

/**********************************
 * Buttons
 **********************************/

/**
 * button-based
 */
button.button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  height: 23px;
  margin: 0;
  padding: 1px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
}

button.button .button-right {
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/but_right.png) no-repeat right top;
  padding: 0 10px 0 0;
  height: 21px;
}

button.button .button-left {
  display: block;
  margin: 0;
  background: transparent url(../../../skin/common_files/css/../images/but_left.png) no-repeat left top;
  padding: 0 5px 0 15px;
  vertical-align: middle;
  white-space: nowrap;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #111d4d;
  font-weight: bold;
  font-size: 11px;
  height: 22px;
  line-height: 21px;
}

/**
 * div-based
 */
div.button {
  border: 0 none;
  background: transparent none;
  cursor: pointer;
  margin: 0;
  padding: 0 10px 0 0;
  white-space: nowrap;
  background: transparent url(../../../skin/common_files/css/../images/but_right.png) no-repeat right top;
  float: left;
}

div.button div,
div.button a
{
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/but_left.png) no-repeat left top;
  padding: 0 5px 0 15px;
  line-height: 21px;
  white-space: nowrap;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #111d4d;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  outline-style: none;
}

/**
 * button-based link
 */
button.simple-button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  height: 15px;
  margin: 3px 0 0;
  padding: 0;
  white-space: nowrap;
  color: #043fa0;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  vertical-align: middle;
  outline-style: none;
}

button.simple-button span {
  text-decoration: underline;
}

button.simple-button img {
  display: none;
}

/**
 * a-based link
 */
a.simple-button {
  font-size: 11px;
  white-space: nowrap;
  color: #043fa0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 21px;
  vertical-align: bottom;
  text-decoration: underline;
  outline-style: none;
}

a.simple-button:hover {
  color: #2863c2;
}

/**
 * input-image-based
 */
input.image-button {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  border: 0 none;
  width: 19px;
  height: 18px;
  background: transparent url(../../../skin/common_files/css/../images/go.gif) no-repeat left top;
  vertical-align: middle;
}

/**
 * a-image-based
 */
a.image-button {
  text-decoration: none;
}

a.image-button img {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  border: 0 none;
  width: 19px;
  height: 18px;
  background: transparent url(../../../skin/common_files/css/../images/go.gif) no-repeat left top;
  vertical-align: middle;
}

/*********************************
 * Buttons alternative styles
 *********************************/

/**
 * Highlighted button
 */
button.main-button .button-right {
  background: transparent url(../../../skin/common_files/css/../images/but_main_right.png) no-repeat right top;
}

button.main-button .button-left {
  background: transparent url(../../../skin/common_files/css/../images/but_main_left.png) no-repeat left top;
  color: #510000;
}

button.added-to-cart-button .button-left {
  background: transparent url(../../../skin/common_files/css/../images/but_main_check_left.png) no-repeat left top;
  padding-left: 27px;
}

div.main-button {
  background: transparent url(../../../skin/common_files/css/../images/but_main_right.png) no-repeat right top;
}

div.main-button div,
div.main-button a
{
  background: transparent url(../../../skin/common_files/css/../images/but_main_left.png) no-repeat left top;
  color: #510000;
}

button.simple-main-button,
a.simple-main-button
{
  color: #800;
}

/**
 * Light button
 */
button.light-button {
  padding-right: 10px;
}

button.light-button .button-right {
  background: transparent url(../../../skin/common_files/css/../images/but_light_right.gif) no-repeat right top;
  padding: 0 2px 0 0;
}

button.light-button .button-left {
  background: transparent url(../../../skin/common_files/css/../images/but_light_left.gif) no-repeat left top;
  padding: 0 10px 0 15px;
  color: #365f8f;
  font-size: 11px;
}

div.light-button {
  padding: 0 5px 0 0;
  background: transparent url(../../../skin/common_files/css/../images/but_light_right.gif) no-repeat right top;
}

div.light-button div,
div.light-button a
{
  background: transparent url(../../../skin/common_files/css/../images/but_light_left.gif) no-repeat left top;
  padding: 0 5px 0 11px;
  color: #365f8f;
  font-size: 11px;
}

/**
 * Delete cart item button
 */
a.simple-delete-button {
  color: #800;
  background: transparent url(../../../skin/common_files/css/../images/delete_cross.gif) no-repeat left 50%;
  padding-left: 13px;
}

/**
 * Delete button w/o icon
 */
a.simple-delete-button-woicon {
  color: #800;
}

/**
 * Add to list... button
 */
div.drop-out-button {
  padding: 0 23px 0 0;
  background: transparent url(../../../skin/common_files/css/../images/but_right_dropout.png) no-repeat right top;
}

div.drop-out-button div,
div.drop-out-button a
{
  background: transparent url(../../../skin/common_files/css/../images/but_left.png) no-repeat left top;
  padding-right: 10px;
}

div.dropout-container {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0 none;
}

div.dropout-wrapper {
  float: left;
  position: relative;
  z-index: 1;
  margin: 0;
}

div.dropout-box {
  border: solid 1px #adb6c6;
  background-color: #fff;
  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: 0;
  margin-top: 2px;
}

/**
 * Menu button
 */
button.menu-button {
  height: 22px;
}

button.menu-button .button-right {
  background: transparent url(../../../skin/common_files/css/../images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
  height: 20px;
}

button.menu-button .button-left {
  background: transparent url(../../../skin/common_files/css/../images/but_menu_left.png) no-repeat left top;
  height: 20px;
  padding: 0 1px 0 8px;
  color: #deedf7;
  font-size: 10px;
  height: 21px;
  line-height: 20px;
}

div.menu-button {
  background: transparent url(../../../skin/common_files/css/../images/but_menu_right.png) no-repeat right top;
  padding-right: 7px;
}

div.menu-button div,
div.menu-button a
{
  background: transparent url(../../../skin/common_files/css/../images/but_menu_left.png) no-repeat left top;
  padding: 0 1px 0 8px;
  line-height: 20px;
  color: #deedf7 !important;
  font-size: 10px;
}

/**
 * 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
{
  background: transparent url(../../../skin/common_files/css/../images/but_light_right.gif) no-repeat right top;
  padding: 0 5px 0 0;
}

button.do-add2cart-wait .button-left,
button.do-add2cart-success .button-left,
button.do-add2cart-error .button-left
{
  background: transparent url(../../../skin/common_files/css/../images/but_light_left.gif) no-repeat left top;
  padding: 0 10px 0 15px;
  color: #365f8f;
  font-size: 11px;
}

button.do-add2cart-wait .button-left .progress {
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/progress.gif) repeat-x left 50%;
}

/**
 * button(s) containers
 */
.button-row,
.button-row-right
{
  margin-top: 20px;
  padding: 0;
  height: 23px;
  line-height: 23px;
}

.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;
}

.buttons-row-right,
.buttons-row
{
  margin: 5px 0 0;
  height: 23px;
}

.buttons-row .button-separator {
  float: left;
  width: 20px;
  height: 22px;
}

.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: 0;
  padding-top: 15px;
}

.buttons-auto-separator .button,
.buttons-auto-separator button.simple-button,
.buttons-auto-separator a.simple-button
{
  margin-right: 20px;
}

.address-main .buttons-auto-separator .button {
  margin-right: 12px;
}

/**
 * popup help link
 */
a.popup-link {
  text-decoration: none;
}

a.popup-link img {
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  background: transparent url(../../../skin/common_files/css/../images/question_button.gif) no-repeat left top;
  margin-bottom: 1px;
}

/**
 * cart page
 */
.shipping-method a {
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}

.shipping-method a:hover {
  text-decoration: none;
}

.shipping-method label {
  display: block;
  vertical-align: middle;
}

.shipping-warning {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}

.estimator-container {
  width: 40%;
}

/**
 * Gift wrapping
 */
.giftwrapping-cart {
  text-align: left;
  padding: 10px 0;
}

.giftwrap-option {
  padding: 5px 0 5px 5px;
}

.giftwrap-message-label {
  padding: 5px 0;
}

.giftwrap-message-text textarea {
  width: 300px;
  height: 80px;
}

.giftwrap-cart-note {
  margin-left: 15px;
  color: #b51800;
}

.invoice-total-name span {
  font-weight: normal;
}

.cart-total-row .total-name a {
  font-weight: normal;
}

.invoice-giftwrap-notes {
  padding-top: 30px;
}

.invoice-giftwrap-notes p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.invoice-giftwrap-notes div {
  border: 1px solid #cecfce;
  height: 50px;
  overflow: hidden;
  padding: 5px;
}

/**
 * Images preview
 */
.images-preview-bg {
  background: transparent url(../../../skin/common_files/css/../images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.images-preview {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  background: #fff none;
  border: 5px solid #e3e3e3;
  overflow: hidden;
  z-index: 4000;
}

.images-preview .wait {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  background: #fff url(../../../skin/common_files/css/../images/loading.gif) no-repeat center center;
  z-index: 1500;
}

.images-preview a.close {
  position: absolute;
  top: 9px;
  right: 11px;
  background: transparent url(../../../skin/common_files/css/../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 0;
  padding: 0;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
}

.images-preview a.arrow {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  outline-style: none;
  cursor: pointer;
}

.images-preview a.hidden {
  display: none;
}

.images-preview a.left {
  left: 0;
  background: transparent url(../../../skin/common_files/css/../images/arrow_left.gif) no-repeat left center;
}

.images-preview a.right {
  right: 0;
  background: transparent url(../../../skin/common_files/css/../images/arrow_right.gif) no-repeat right center;
}

.images-preview a.left-disabled {
  background: transparent url(../../../skin/common_files/css/../images/arrow_left_disabled.gif) no-repeat left center;
  cursor: auto;
}

.images-preview a.right-disabled {
  background: transparent url(../../../skin/common_files/css/../images/arrow_right_disabled.gif) no-repeat 6px center;
  cursor: auto;
}

.images-preview div.list-subbox {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.images-preview ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}

.images-preview ul li {
  display: block;
  padding: 0;
  margin: 0 12px;
  border: 1px solid #fff;
  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 #ccc;
}

.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(../../../skin/common_files/css/../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(../../../skin/common_files/css/../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
 */
.data-table td {
  padding: 4px 1px;
  line-height: 21px;
  vertical-align: top;
}

.data-table.light-table td {
  line-height: 16px;
  padding: 3px;
}

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

.data-table td.data-required,
td.data-required
{
  color: #800;
}

.data-table td.data-required {
  padding-right: 4px;
  text-align: center;
  width: 5px;
}

.data-table .error-message {
  color: #800;
  vertical-align: middle;
}

.data-table div.error-message {
  margin: 0;
}

.data-table tr.head-row th {
  padding-left: 5px;
  padding-right: 5px;
}

.data-table tr th.data-checkbox-column {
  width: 10px;
}

.data-table tr .data-right-column {
  text-align: right;
}

.data-table tr .data-width-100 {
  width: 100%;
}

.data-table tr td.data-name label {
  line-height: 21px;
  vertical-align: top;
}

span.star {
  padding-left: 5px;
  color: #800;
}

/**
 * Search sort bar
 */
.search-sort-bar {
  vertical-align: middle;
  line-height: 16px;
  height: 16px;
  padding-right: 20px;
  white-space: nowrap;
  margin: 15px 0 30px;
  text-align: right;
}

.search-sort-title {
  padding-right: 20px;
}

.search-sort-cell {
  padding-right: 20px;
}

a.search-sort-link {
  text-decoration: underline;
}

.search-sort-bar img,
.search-sort-bar-float img
{
  width: 9px;
  height: 9px;
  margin-right: 5px;
}

.search-sort-bar a.up-direction {
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(../../../skin/common_files/css/../images/uarrow.gif) no-repeat left 3px;
}

.search-sort-bar a.down-direction {
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(../../../skin/common_files/css/../images/darrow.gif) no-repeat left 3px;
}

/**
 * Expandable section
 */
.expand-section {
  height: 16px;
  margin: 20px 0;
  vertical-align: middle;
  line-height: 16px;
}

.expand-section img {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin: 2px 5px 3px 0;
}

.expand-section img.plus {
  background: transparent url(../../../skin/common_files/css/../images/plus.gif) no-repeat left top;
}

.expand-section img.minus {
  background: transparent url(../../../skin/common_files/css/../images/minus.gif) no-repeat left top;
}

.expand-section a {
  font-weight: bold;
  text-decoration: underline;
}

/**
 * Pagination mechanism
 */
.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.nav-pages-title {
  padding-right: 10px;
}

.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}

.nav-pages a {
  text-align: center;
  text-decoration: underline;
}

.nav-pages .left-arrow img {
  background: transparent url(../../../skin/common_files/css/../images/navigation_arrow_left.gif) no-repeat left top;
}

.nav-pages .right-arrow img {
  background: transparent url(../../../skin/common_files/css/../images/navigation_arrow_right.gif) no-repeat left top;
}

.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
}

.nav-pages .right-delimiter {
  padding-right: 12px;
}

/**
 * Subheader styles
 */
h3 {
  margin: 0 0 10px;
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  border: 0 none;
  border-bottom: 1px solid #9d1500;
}

h3.grey {
  color: #666;
  font-size: 11px;
  border-bottom: 1px solid #ccc;
}

h3.black {
  color: #010101;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

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(../../../skin/common_files/css/../images/r_bottom.gif) no-repeat left top;
  margin-right: 3px;
}

.img-up-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(../../../skin/common_files/css/../images/r_top.gif) no-repeat left top;
  margin-right: 3px;
}

/**
 * NoScript warning
 */
.noscript-warning {
  position: absolute;
  top: 10px;
  padding: 10px;
  left: 25%;
  right: 25%;
  margin: 0;
  overflow: hidden;
  border: 5px solid #ddd;
  background: #fff none;
}

.noscript-warning .content {
  background: transparent url(../../../skin/common_files/css/../images/icon_warning.gif) no-repeat left top;
  font-weight: bold;
  padding-left: 37px;
  min-height: 32px;
  line-height: 16px;
}

/**
 * Webmaster mode
 */
.lbl {
  display: inline !important;
  color: green !important;
  font-weight: 700 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.section {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

/**
 * BlockUI plugin (screen overlay) 
 */
.blockMsg {
  padding: 0;
  margin: 0;
  min-width: 200px;
  top: 40%;
  text-align: center;
  color: #000;
  border: 3px solid #aaa;
  background-color: #fff;
  cursor: wait;
}

.blockUI span.waiting {
  padding: 3px;
  background: #fbfbfb url(../../../skin/common_files/css/../images/loading.gif) 0 50% no-repeat;
  color: #617683;
  display: inline-block;
  font-size: 18px;
  margin: 8px 5px;
  padding: 5px 0 5px 45px;
}

.ui-dialog .blockOverlay {
  background: #fff !important;
  opacity: 1 !important;
  filter:Alpha(Opacity=100);
}

.ui-dialog .blockMsg {
  border: 0 none !important;
}

/*==============================================================================

  Side-bar styles

==============================================================================*/

/**
 * categories list
 */
.menu-categories-list img.icon {
  background: transparent url(../../../skin/common_files/css/../images/dingbats_categorie.gif) no-repeat left top;
}

.menu-categories-list ul li {
  padding: 4px 0 5px 20px;
  background: transparent url(../../../skin/common_files/css/../images/category_bullet.gif) no-repeat 8px 5px;
}

.menu-categories-list ul li a {
  font-size: 12px;
}

/**
 * Special menu
 */
.menu-special img.icon {
  background-image: url(../../../skin/common_files/css/../images/dingbats_categorie.gif);
}

/**
 * Help menu
 */
.menu-help img.icon {
  background-image: url(../../../skin/common_files/css/../images/dingbats_help.gif);
}

/**
 * Minicart
 */
.menu-minicart .title-bar {
  background-image: url(../../../skin/common_files/css/../images/menu_bg_light.gif);
}

.menu-minicart .title-bar h2 {
  color: #2c3e49;
}

.menu-minicart img.icon {
  background: url(../../../skin/common_files/css/../images/dingbats_orders.gif) no-repeat;
}

.full-mini-cart .title-bar img.icon {
  background: transparent url(../../../skin/common_files/css/../images/cart_full.gif) no-repeat left top;
  width: 18px;
  height: 13px;
}

div.minicart {
  color: #112536;
  font-size: 10px;
}

div.minicart img {
  width: 19px;
  height: 16px;
}

div.minicart .empty b {
  line-height: 18px;
}

div.minicart table {
  margin: 0 0 0 1px;
}

div.minicart table tr td {
  color: #112536;
  font-size: 10px;
  padding: 1px;
}

hr.minicart {
  clear: both;
  margin: 5px 0;
  padding: 0;
  height: 0;
}

/**
 * AJAX-based minicart
 */
.ajax-minicart .title-bar {
  position: relative;
  overflow: visible;
}

#content-container .ajax-minicart img.minicart-button {
  background: transparent url(../../../skin/common_files/css/../images/cart_button.gif) no-repeat left top;
  width: 38px;
  height: 21px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 4px;
  z-index: 100;
}

#content-container .ajax-minicart img.minicart-button-show {
  background-position: left -21px;
}

.minicart-box {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  top: 23px;
  width: 250px;
  padding: 10px 10px 10px 5px;
  border: 1px solid #99a4ad;
  background: #fff none;
  white-space: normal;
  z-index: 2500;
  font-weight: normal;
}

.minicart-box .progress {
  background: transparent url(../../../skin/common_files/css/../images/progress.gif) repeat-x left top;
  height: 11px;
}

.minicart-box hr {
  margin-left: 5px;
}

.minicart-box > form {
  display: inline-block;
}

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

.minicart-box ul li {
  position: relative;
  margin: 0;
  padding: 6px 15px 6px 5px;
  overflow: hidden;
  white-space: normal;
  line-height: normal;
}

.minicart-box ul li a.delete {
  padding-left: 10px;
}

.minicart-box ul li a.delete img {
  background: transparent url(../../../skin/common_files/css/../images/delete_cross.gif) no-repeat left top;
  width: 9px;
  height: 9px;
}

.minicart-box ul li a {
  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,
.minicart-box .buttons-row .light-button .button-left
{
  font-size: 10px;
  font-weight: normal;
}

.minicart-box ul.menu li.view-cart-link a,
.minicart-box ul.menu li.checkout-link a
{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.minicart-box li.checkout-popup-link {
  overflow: visible;
  padding-left: 0;
  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;
}

.minicart-box .checkout-popup-link a.link {
  border: 1px solid #fff;
  outline-style: none;
  z-index: 1000;
  background-color: #fff;
  padding: 4px 0 4px 5px;
  position: relative;
  outline-style: none;
}

.minicart-box .checkout-popup-link a.show {
  border-top: 1px solid #99a4ad;
  border-left: 1px solid #99a4ad;
  border-right: 1px solid #99a4ad;
  border-bottom: 1px solid #fff;
  padding-right: 5px;
}

.minicart-box .checkout-popup-link .link span {
  border-bottom: 1px dashed #043fa0;
  cursor: pointer;
}

.minicart-box .checkout-popup-link a.link img {
  background: transparent url(../../../skin/common_files/css/../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: #fff none;
  left: 0;
  top: 19px;
  display: none;
  padding: 10px;
}

.minicart-box .minicart-checkout-button {
  background: transparent url(../../../skin/common_files/css/../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:hover,
.minicart-box .minicart-checkout-button a:visited,
.minicart-box .minicart-checkout-button a:active
{
  background: transparent url(../../../skin/common_files/css/../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 .acheckout-cart-buttons a img {
  width: inherit;
  height: inherit;
  background: transparent none;
}

.minicart-box .paypal-cart-button,
.minicart-box .paypal-cart-button p,
.minicart-box .acheckout-cart-buttons,
.minicart-box .acheckout-cart-buttons p
{
  text-align: left;
}

.minicart-box .paypal-cart-button div,
.minicart-box .acheckout-cart-buttons div
{
  text-align: left;
  margin: 0;
}

iframe.minicart-bg {
  position: absolute;
  display: none;
  width: 250px;
  border: 0 none;
  background: #fff none;
}

iframe.minicart-checkout-bg {
  position: absolute;
  display: none;
  border: 0 none;
  background: #fff none;
}

.help-link {
  border-bottom: 1px dashed #000;
  cursor: help;
  text-decoration: none !important;
}

/**
 * Tooltip 
 */
#tooltip {
  position: absolute;
  border: 1px solid #000;
  padding: 5px;
  background: #fff none;
  top: 0;
  left: 0;
  text-align: left;
  max-width: 300px;
  z-index: 10000;
}

#tooltip h3,
#tooltip div
{
  margin: 0;
}

/**
 * auth box
 */
.menu-auth img.icon {
  background: url(../../../skin/common_files/css/../images/dingbats_authentification.gif) no-repeat;
}

.menu-auth input {
  width: 120px;
}

.login-buttons {
  margin: 3px 0 5px;
}

.login-buttons .button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.menu-dialog .recovery {
  clear: both;
  margin-bottom: 2px;
}

.menu-dialog .recovery a {
  text-decoration: underline;
  font-size: 10px;
}

.menu-dialog .left {
  text-align: left;
}

.menu-dialog .login-text {
  vertical-align: top;
}

.small-note,
.small-link
{
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}

.small {
  font-weight: normal;
  font-size: 10px;
}

.small-link:hover {
  text-decoration: underline;
}

/**
 * news box styles
 */
.menu-news img.icon {
  background: url(../../../skin/common_files/css/../images/dingbats_news.gif) no-repeat;
}

.menu-dialog .subscribe {
  margin-top: 8px;
}

.menu-dialog a.prev-news {
  text-decoration: underline;
}

/**
 * interneka menu
 */
.menu-interneka img.icon {
  background: url(../../../skin/common_files/css/../images/dingbats_affiliates.gif) no-repeat;
}

.menu-bestsellers ul li,
.menu-new_arrivals ul li,
.menu-special ul li,
.menu-help ul li,
.menu-manufacturers ul li
{
  padding: 4px 0;
}

/**
 * Popup-dialog 
 */
div.popup-dialog {
  text-align: left;
  min-width: 300px;
}

/*============================================================================

  page-specific styles

==============================================================================*/
/**
 * category page
 */

ul.subcategories {
  list-style: none;
  margin: 0;
  padding: 0 0 15px;
}

ul.subcategories li {
  margin: 0 0 10px;
  text-align: left;
}

ul.subcategories a {
  text-decoration: underline;
  font-weight: bold;
}

span.subcategories {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  text-align: center;
  padding-bottom: 0;
  overflow: hidden;
}

.subcategory-image {
  float: left;
  margin: 0 10px 10px 0;
}

.subcategory-descr {
  width: auto;
  padding: 0;
  margin-bottom: 20px;
}

/**
 * Product details page
 */
.product-details {
  position: relative;
  margin-bottom: 50px;
}

.product-details .image {
  text-align: center;
  vertical-align: top;
  padding: 0;
  float: left;
  margin: 5px 20px 5px 10px;
}

.product-details .image .image-box {
  margin: 0 auto;
  padding: 0;
}

.product-details .details {
  padding-left: 30px;
}

.product-details .details .descr {
  vertical-align: top;
  padding-right: 20px;
}

.product-details .details .save-percent-container {
  margin-left: 10px;
  width: 57px;
  height: 57px;
}

.product-details .details .save {
  float: left;
  width: 57px;
  height: 29px;
  padding-top: 28px;
  padding-left: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background: transparent url(../../../skin/common_files/css/../images/save_money.gif) no-repeat left top;
}

.product-details .product-subtitle {
  padding: 23px 0 10px;
}

.product-details .product-subtitle div {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  border: 0 none;
  border-bottom: 1px solid #9d1500;
}

.product-details .message {
  color: #b51a00;
}

.product-details .warning-message {
  color: red;
}

.product-details .customer-message {
  color: #b51a00;
  font-weight: bold;
}

.product-details .quantity-row td {
  padding-top: 15px;
}

.product-details .button-row {
  margin-top: 15px;
}

#product-tabs-container {
  margin-bottom: 30px;
}

.product-details .ask-question {
  margin-top: 16px;
  float: none;
}

/**
 * Product properties table
 */
table.product-properties {
  width: 100%;
  margin: 0;
}

table.product-properties tr td {
  padding: 2px;
  vertical-align: top;
}

table.product-properties .property-name {
  width: 40%;
}

table.product-properties .property-value {
  width: auto;
}

table.product-properties .product-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}

table.product-properties .product-price-value {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  font-family: verdana;
  white-space: nowrap;
}

table.product-properties .product-market-price {
  color: #787878;
  padding-left: 5px;
  font-size: 12px;
  font-family: verdana;
  white-space: nowrap;
  font-weight: bold;
}

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;
}

textarea.send2friend {
  width: 400px;
}

#send_message_box {
  margin-top: 10px;
}

/*********************************
 * Products list
 *********************************/

/**
 * Common styles
 */
.products {
  margin-bottom: 15px;
  margin-top: 30px;
}

.products .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

.products a.see-details {
  display: block;
  text-align: center;
  text-decoration: underline;
}

.products .product-title,
.product-details .product-title
{
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

.products .descr {
  padding: 15px 0 0;
  margin: 0;
}

.products .sku {
  margin-top: 15px;
}

.products .price-row {
  margin: 0;
  padding: 0;
  text-align: left;
}

.products .market-price-value {
  background: transparent url(../../../skin/common_files/css/../images/spacer_black.gif) repeat-x left 8px;
}

.products .price {
  font-weight: bold;
  font-size: 12px;
}

.products .price-value {
  font-weight: bold;
  font-size: 12px;
  color: #b51a00;
}

.products .price-save {
  padding: 0;
  margin: 0;
  color: #b51a00;
}

.products .taxes {
  padding: 2px 2px 2px 30px;
}

.products .buy-now {
  margin: 10px 0 0;
}

.products .buy-now .quantity {
  height: auto;
  white-space: nowrap;
  vertical-align: middle;
}

.products .buy-now .quantity-empty {
  height: 45px;
}

.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: #b51a00;
  font-weight: bold;
  font-size: 12px;
}

.products .product-price-text {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}

.quantity-text {
  color: #818891;
  padding-left: 3px;
}

/**
 * List as list
 */
.products-list .item {
  position: relative;
  margin: 0 0 45px;
}

.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: 0 none;
}

.products-list .details hr {
  margin: 5px 5px 5px 0;
}

.products-list .buy-now .center,
.products-list .buy-now .halign-center
{
  margin-left: 0;
  text-align: left;
}

/**
 * List as multicolumn table
 */
.products-table .product-cell {
  padding: 0;
  vertical-align: top;
}

.products-table .first.products-row td.product-cell {
  padding-top: 0;
}

.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: 0;
  margin: 5px 0;
  text-align: left;
}

.products-table a.see-details {
  text-align: left;
  display: inline;
}

.products-table .sku {
  margin-top: 5px;
}

.products-table .product-title
{
  font-size: 12px;
}

.products-table .buttons-row,
.products-table .button-row
{
  margin: 0;
}

.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: 0;
  height: 60px;
}

/**
 * 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: 0;
}

.adv-search table .pattern input,
.adv-search table .pattern select
{
  width: 95%;
  vertical-align: bottom;
}

.adv-search table .search-button {
  width: 25%;
  padding: 0;
}

#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;
}

td.search-extra-fields.input-row {
  white-space: normal;
}

/**
 * Register page
 */
.register-note {
  color: #000;
  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 0;
  border-bottom: 1px solid #000;
}

.register-section-title div * {
  vertical-align: middle;
}

.register-sec-minimized div {
  border-bottom: 0 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: 0 0 30px;
}

.cart .item .image {
  position: relative;
  padding: 3px 8px 3px 3px;
  height: 100%;
}

.cart .details {
  margin-left: 138px;
  vertical-align: top;
  width: 80%;
}

.cart .product-title {
  text-decoration: underline;
}

.cart .descr {
  padding-bottom: 15px;
}

.cart .poptions-title {
  font-weight: bold;
}

.cart .poptions-list {
  margin-bottom: 15px;
}

.cart .buttons {
  position: relative;
  vertical-align: top;
  margin-top: 30px;
  height: 23px;
}

.cart .buttons .buttons-row {
  margin-top: 0;
}

.cart .left-buttons-row {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.cart .right-buttons-row {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.cart .right-buttons-row .checkout-button {
  float: right;
}

.cart-total-line {
  width: 50%;
  margin-left: 50%;
}

.cart-total-row {
  text-align: right;
}

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: 0 0 0 auto;
  text-align: right;
}

.shipping-method table td {
  font-weight: normal;
  text-align: left;
}

.shipping-method tr.selected {
  background: #eee none;
}

.totals {
  margin: 0 0 0 auto;
  text-align: right;
  width: 30%;
}

.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: #b51a00;
  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: #000 none;
  width: 100%;
  height: 1px;
}

.totals .total {
  white-space: nowrap;
  color: #112536;
  font-weight: bold;
  padding-right: 8px;
  text-transform: uppercase;
  text-align: left;
}

.totals .total-taxes {
  font-weight: bold;
  text-align: right;
}

.totals .total-tax-line {
  background-color: #eee;
}

.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;
  border-color: #d7d9e4;
}

.cart-content {
  margin-bottom: 15px;
}

.cart-content tr td,
.cart-content tr th
{
  padding: 1px 3px;
  text-align: left;
  vertical-align: top;
}
.cart-content tr td.summary-cell {
  text-align: right;
}

.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: #b51a00;
  font-weight: bold;
}

.cart-content .cart-column-product {
  width: 100%;
}

.cmpi-vbv-icon {
  width: 49%;
  float: left;
  text-align: center;
}

.cmpi-vbv-icon img {
  width: 71px;
  height: 57px;
  background: transparent url(../../../skin/common_files/css/../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(../../../skin/common_files/css/../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: 0 none;
}

.checkout-payments tr.paypal-bml-method input,
.checkout-payments tr.paypal-bml-method .terms img
{
  margin-top: 0px;
}
.checkout-payments tr.paypal-bml-method td {
  padding-top: 0;
}


.checkout-update-button {
  float: left;
  margin: 0;
}

.order-placed-msg {
  margin: 20px 0 10px;
  padding: 0;
  font-size: 13px;
  text-align: center;
}

/**
 * Payment wait page
 */
body.payment-wait {
  text-align: center;
}

body.payment-wait .payment-wait-title,
body.payment-wait .payment-details-title
{
  border-top: 30px solid #d0ddeb;
}

body.payment-wait h1 {
  display: block;
  padding: 40px 0 0;
  border-top: 1px solid #d0ddeb;
  margin-top: 1px;
  color: #2c3e49;
}

body.payment-wait img.payment-wait-image {
  background: transparent url(../../../skin/common_files/css/../images/progress.gif) repeat-x;
  width: 350px;
  height: 11px;
  margin-top: 10px;
}

/**
 * Help index page
 */
.help-index {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-index li {
  margin: 0;
  padding: 10px 0 0;
}

.help-index li.first-item {
  padding-top: 0;
}

/**
 * Help / usps test page
 */
.help-usps-test-dir {
  text-decoration: underline;
  margin-bottom: 15px;
}

/**
 * Images viewer
 */
.images-viewer {
  text-align: center;
  margin: 10px 0;
}

.images-viewer-list {
  position: relative;
  white-space: nowrap;
}

.images-viewer-list .side-arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 10px;
  height: 54px;
  text-decoration: none;
  outline-style: none;
}

.images-viewer-list .left-arrow {
  text-align: left;
  left: 0;
}

.images-viewer-list .right-arrow {
  padding-left: 3px;
  text-align: right;
  right: 0;
}

.images-viewer-list .side-arrow img {
  width: 7px;
  height: 100%;
}

.images-viewer-list .left-arrow .enabled {
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/arrow_left.gif) no-repeat left center;
}

.images-viewer-list .left-arrow .disabled {
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/arrow_left_disabled.gif) no-repeat left center;
}

.images-viewer-list .hidden {
  display: none;
}

.images-viewer-list .right-arrow .enabled {
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/arrow_right.gif) no-repeat left center;
}

.images-viewer-list .right-arrow .disabled {
  display: block;
  background: transparent url(../../../skin/common_files/css/../images/arrow_right_disabled.gif) no-repeat left center;
}

.images-viewer-icons {
  text-align: left;
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
}

.images-viewer-icons a {
  display: block;
  padding: 0;
  border: 1px solid #fff;
  padding: 0;
  margin: 0 10px;
  float: left;
  outline-style: none;
  background: #eee none;
  text-align: center;
  vertical-align: middle;
}

.images-viewer-icons a.selected {
  border: 1px solid #215485;
}

.images-viewer-icons a:hover {
  border: 1px solid #ccc;
}

.images-viewer-icons img {
  margin: 1px;
  vertical-align: middle;
  border: 0 none;
}

/**
 * Order invoice
 */
.order-invoice {
  background: #fff 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 0 17px;
  border-bottom: 2px solid #58595b;
}

.invoice-personal-info {
  width: 45%;
  margin-bottom: 15px;
}

.invoice-personal-info tr td {
  padding: 0;
}

.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: 0;
  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: 0;
}

.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: #000 none;
}

.invoice-products tr td,
.invoice-products tr th
{
  background: #fff none;
}

.invoice-products tr th {
  padding: 3px;
  background: #ccc 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: 0 3px 3px 0;
}

.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: 0;
}

.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: #ccc none;
}

.invoice-totals tr .invoice-total-value-fin {
  text-align: right;
  height: 25px;
  padding-right: 5px;
  background: #ccc none;
  white-space: nowrap;
}

.invoice-totals tr td.invoice-line {
  height: 2px;
}

.invoice-giftcerts {
  width: 100%;
}

.invoice-giftcerts tr td {
  padding: 0;
}

.invoice-giftcerts tr th {
  background: #ccc 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 {
  height: 87px;
}

.error-page #header .line2 {
  height: 20px;
}

.error-page #header .logo {
  margin-left: 167px;
}

.error-page #content-container {
  margin-top: 87px;
}

.error-page #center-main {
  text-align: center;
  margin: 0 10px;
}

.error-page #header .line1 .tabs,
.error-page #header .line1 .phones,
.error-page #header .line2 .search,
.error-page #header .line2 .languages,
.error-page #left-bar,
.error-page #right-bar,
.error-page #location
{
  display: none;
}

.error-page .subcontainer {
  text-align: left;
  width: 700px;
  margin: 32px auto 0;
  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: #000;
}

.error-page .description a {
  text-decoration: underline;
}

.error-page .description ul {
  margin: 0;
  padding: 5px 0;
  list-style-position: inside;
}

.error-page .reason {
  font-weight: bold;
  color: #a10000;
}

.error-page .description hr {
  margin: 10px 0 15px;
}

.error-page ul.links {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

/**
 * PayPal
 */
.paypal-cart-button {
  text-align: right;
  height: 65px;
}
.paypal-bml-button {
  height: 75px;
}

.paypal-cart-button div {
  width: 200px;
  height: 65px;
  margin-left: auto;
  margin-right: 0;
  overflow: visible;
  text-align: right;
}

.paypal-cart-button p {
  width: 100%;
  text-align: right;
  margin: 10px 0;
}

.paypal-cart-icon {
  float: left;
  padding-right: 10px;
}

.paypal-cart-button .bml-button {
  height: 30px;
  overflow: hidden;
}

.paypal-button-hidden {
  visibility: hidden;
}

/**
 * 'Note' box
 */
div.note-box {
  position: absolute;
  border: 1px solid #000;
  background-color: #f6f5eb;
  margin: 0 0 0 30px;
  padding: 3px;
  width: 150px;
  line-height: 15px;
  white-space: normal;
  overflow: hidden;
}

/**
 * Printable
 */
.printable #content-container {
  position: static;
  padding: 0;
  margin-top: 82px;
}

.printable #content-container2 {
  float: none;
  position: static;
  left: 0;
  right: 0;
  width: 100%;
}

.printable #center {
  float: none;
  position: static;
  width: 100%;
  left: 0;
}

.printable #header {
  position: static;
  height: 82px;
}

.printable #header .tabs {
  display: none;
}

.printable #header .line2 {
  display: none;
}

.printable #header .printable {
  display: none;
}

.printable #center-main {
  margin: 0 10px !important;
  position: static;
}

.printable #footer {
  position: static !important;
}

.printable #footer .subbox {
  background: transparent none;
}

/**
 * Buttons
 */
.printable button.button,
.printable div.button,
.printable a.simple-button,
.printable .buttons-row
{
  display: none;
}

/**
 * Containers
 */
.printable .dialog .title {
  background: transparent none;
}

.title h2 {
  margin: 0;
}

.printable .product-details .dropout-wrapper {
  height: 150px;
}

/**
 * Service styles
 */
.printable .no-print {
  display: none;
}

.printable #content-container,
.printable #center-main
{
  overflow: visible !important;
}

/**
 * Users online sublayout
 */
.uo-container #content-container {
  padding-bottom: 74px;
}

.uo-container #footer {
  height: 74px;
}

.normal {
  font-weight: normal;
}

/**
 * Admin preview layout (Called from in include/func/func.core.php)
 */
.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: 0;
  padding: 0;
}

.admin-preview #center-main {
  margin: 5px;
}

/**
 * 'Need help' box
 */
.need-help-link {
  text-decoration: none !important;
  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: 0;
  padding: 0;
}

div.need-help-box div {
  position: absolute;
  top: 0;
  left: 14px;
  border: 1px solid #888;
  background: #FFF;
  padding: 6px;
  white-space: normal;
  font-weight: normal;
  overflow: hidden;
}

select.adv-search-select {
  width: 400px;
}

div.evaluation-notice {
  border: solid 5px #c3c3c3;
  background: #f8f8f8;
  padding: 2px 18px 8px 18px;
  color: #2c3e49;
  margin-bottom: 25px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-size: 14px;
}

div.evaluation-notice p.license-warning {
  color: #970e0e;
  font-weight: bold;
  font-size: 15px;
}

div.evaluation-notice p.evaluation-notice-title {
  font-weight: bold;
  font-size: 16px;
}

div.evaluation-notice div.evaluation-notice-button {
  width: 100%;
  text-align: center;
}

div.evaluation-notice div.evaluation-notice-button div.button {
  display: inline-block;
  float: center;
}

/**
 * Language selectors
 */
a.language-code img,
.language-code img.language-code-out
{
  padding: 2px;
  border: 0 none;
}

strong.language-code img,
.language-code-over
{
  padding: 1px !important;
  border: solid 1px #fff !important;
}

div.market-price {
  margin-top: 4px;
}

div.man-url {
  margin-bottom: 6px;
}

/**
 * Address book 
 */
ul.address-container {
  text-align: left;
  padding: 0;
  margin: 0;
}

div.address-bg {
  background: transparent url(../../../skin/common_files/css/../images/bg_post.png) repeat top left;
  margin: 2px;
  padding: 8px;
  width: 260px;
}

li.address-box {
  display: inline-block;
  margin: 0 50px 50px 0;
  padding: 0;
  border: solid 1px #ddd;
  width: 280px;
  min-height: 200px;
  overflow: hidden;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
  list-style: none;
}

.address-main {
  padding: 5px 10px;
  background: #fff;
  min-height: 170px;
}

.address-main a.new-address {
  font-size: 22px;
  line-height: 36px;
}

.address-main .new-address-label {
  padding-top: 40px;
  text-align: center;
}

.address-default {
  font-weight: bold;
  vertical-align: top;
}

.address-default img {
  margin-right: 5px;
}

.address-line {
  margin: 5px 0;
}

/**
 * Popup address selection
 */
.popup-address {
  min-width: 780px;
  text-align: left;
}

.popup-address .address-box {
  margin: 0 25px 25px 0;
  padding: 0;
  border: solid 1px #ddd;
  width: 230px;
  float: left;
  min-height: 150px;
  overflow: hidden;
}

.popup-address .address-current {
  border: solid 1px #1a478f;
}

.popup-address .address-main {
  min-height: 120px;
}

.popup-address .address-bg {
  width: 210px;
}

.popup-address .address-main hr {
  margin: 15px 0 30px;
}

.popup-address .address-main .new-address-label {
  padding-top: 28px;
}

.popup-address .address-main a.new-address {
  line-height: 32px;
}

.popup-address .address-default {
  float: right;
}

.per-page-selector {
  float: right;
}

.transactions {
  border-top: 1px solid #666;
  margin-top: 10px;
  padding-top: 15px;
}

.delete-icon {
  width: 8px;
  height: 8px;
  background: transparent url(../../../skin/common_files/css/../images/delete_record.gif) no-repeat left top;
}

/**
 * Common checkout styles
 */

.checkout-top-login {
  position: absolute;
  top: 0;
  right: 10px;
  height: 20px;
  line-height: 21px;
  text-align: right;
  width: 50%;
  vertical-align: middle;
} 
  
#header .checkout-top-login .simple-button {
  margin-bottom: 7px;
}
  
.checkout-top-login-text {
  white-space: nowrap;
  padding: 0 10px 0 0;
} 

.checkout-container #header .line2 {
  height: 20px;
}

.checkout-container #content-container {
  margin-top: 102px;
}

.checkout-container #header {
  height: 102px;
}

.checkout-container #center {
  text-align: center;
}

.checkout-container #center-main {
  text-align: left;
}

/* Checkout buttons */

.checkout-buttons .checkout-1-button {
  float: right;
}

.checkout-buttons .checkout-3-button,
.checkout-buttons .checkout-2-button
{
  margin-left: 20px;
  float: right;
}

/**
 * Big main button
 */
div.checkout-2-button {
  background: transparent url(../../../skin/common_files/css/../images/but_flc_main_right.png) no-repeat right top;
}

div.checkout-2-button div,
div.checkout-2-button a:link,
div.checkout-2-button a:visited,
div.checkout-2-button a:hover,
div.checkout-2-button a:active
{
  background: transparent url(../../../skin/common_files/css/../images/but_flc_main_left.png) no-repeat;
  line-height: 29px;
  color: #510000;
  font-weight: 700;
  font-size: 11px;
}

/**
 * Big button
 */
div.checkout-1-button {
  background: transparent url(../../../skin/common_files/css/../images/but_flc_right.png) no-repeat right top;
}

div.checkout-1-button div,
div.checkout-1-button a:link,
div.checkout-1-button a:visited,
div.checkout-1-button a:hover,
div.checkout-1-button a:active
{
  background: transparent url(../../../skin/common_files/css/../images/but_flc_left.png) no-repeat;
  line-height: 29px;
  color: #111d4d;
  font-weight: 700;
  font-size: 11px;
}

/**
 * Big main with arrow button
 */
div.checkout-buttons div.checkout-3-button {
  background: transparent url(../../../skin/common_files/css/../images/but_flc_arrow_right.png) no-repeat right top;
  padding-right: 30px;
}

div.checkout-3-button div,
div.checkout-3-button a:link,
div.checkout-3-button a:visited,
div.checkout-3-button a:hover,
div.checkout-3-button a:active
{
  background: transparent url(../../../skin/common_files/css/../images/but_flc_main_left.png) no-repeat;
  line-height: 29px;
  color: #510000;
  font-weight: 700;
  font-size: 11px;
}

ul.simple-list,
ul.simple-list-left
{
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}

.simple-list-left {
  padding-bottom: 14px;
}

.item-left {
  float: left;
}

.item-right {
  float: right;
}

/**
 * jQuery UI tabs layout change
 * (remove style definitions below to have default UI tabs look & feel)
 */

.ui-tabs {
  padding: 0;
  border: 0 none;
}

.ui-tabs .ui-tabs-panel {
  border-width: 1px;
}

.ui-tabs .ui-widget-header {
  background: transparent none;
  border: 0 none;
}

.ui-tabs .ui-tabs-nav {
  padding-left: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  outline: 0;
}

#top-links .ui-widget-content {
  height: 1px;
  padding: 0;
  border-width: 1px 0 0;
}

img.separator {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #5F94C0;
}

/*
  Small design fix
*/
.cart .buttons .left-buttons-row.buttons-row button.button {
  margin-top: -1px;
} 

.simple-products-table tr.separator td {
  height: 30px;
  padding: 0;
}
.simple-products-table .product-cell {
  padding-right: 10px;
}
.simple-products-table td.last {
  padding-right: 0px;
}

div#payment_content {
  background-color: white;
  overflow: hidden;
}


/*
   Next previous product style
*/
.np-products {
  margin: 0px auto;
  padding: 0 0 15px;
  text-align: left;
}
.np-products ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.np-products ul li {
  display: inline;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  padding: 0;
  position: relative;
}
.np-products ul li a {
  line-height: 16px;
  text-decoration: none;
}
.np-products ul li a:hover {
  text-decoration: none;
}
.np-products ul li a.next {
  padding-right: 5px;
}
.np-products ul li a.prev {
  padding-left: 5px;
}
.np-products .arrow {
  font-size: 18px;
}
.np-products .sep {
  border-right: 1px solid #c5c5c5;
  margin: 0 15px;
}
.np-products .popup {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  position: absolute;
  z-index: 12345;
  border: 1px solid #dbdbdb;
  padding: 15px;
  background-color: #fff;
  min-width: 160px;
}
.np-products .product-name {
  font-weight: bold;
  padding-bottom: 15px;
}
.np-products .price-row {
  padding-top: 15px;
}
.np-products img {
  display: block;
  margin: auto;
}
#head-admin {
  background: #3e464e;
}
#head-admin .logo-gray {
  padding: 10px 0 12px 20px;
  float: left;
}
#head-admin .modify-link {
  padding: 10px 20px 12px 0px;
  float: right;
}
#head-admin .modify-link a {
  color: #fff;
  font-size: 18px;
}

/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../../../skin/common_files/lib/cluetip/images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #fff;
  border: 1px solid #bbb;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #eee;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(../../../skin/common_files/lib/cluetip/images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../../../skin/common_files/lib/cluetip/images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(../../../skin/common_files/lib/cluetip/images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../../../skin/common_files/lib/cluetip/images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(../../../skin/common_files/lib/cluetip/images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Add To Cart Popup module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    a749e8d462a5c79c0829c5bc7859ff7dde3851a7, v7 (xcart_4_7_7), 2016-09-06 17:09:35, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.product-added .thumbnail {
  margin: 0;
}

.product-added .details {
  margin: 3px 0 0 20px;
}

.product-added .title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #444;
}

.product-added .price {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
}

.product-added .rating {
  padding-left: 8px;
  text-align: left;
}

.product-added .rating .creviews-rating {
  display: none;
}

.product-added .price .product-price-value {
  color: #b51a00;
}

.product-added .price .product-alt-price-value {
  color: #787878;
}

.product-added .cart {
  text-align: center;
  border: 7px solid #d0d0d0;
  border-radius: 14px;
  padding: 10px 0 15px 0;
  color: #444;
  width: 145px;
}

.product-added .cart .header {
  /*border-bottom: 1px solid #a0a0a0;*/
  font-size: 14px;
  font-weight: bold;
}

.product-added .cart .label {
  font-weight: bold;
}

.product-added .cart ul {
  margin: 10px 0 14px 0;
  padding: 0;
}

.product-added .cart ul li {
  list-style: none;
  margin: 7px 0;
  padding: 0;
}

.product-added .cart-outer {
  background: url(../../../skin/common_files/modules/Add_to_cart_popup/images/arrow_right_gray.png) no-repeat 0 50%;
  padding-left: 64px;
}

.product-added h1 {
  font-weight: normal;
  color: #a0a0a0;
  padding: 0;
  margin: 30px 0 20px 0;
  font-size: 24px;
}

.product-added .upselling .rating {
  padding-left: 31px;
}

.product-added .upselling.details {
  margin: 0 0 10px;
}

.product-added .upselling.details td {
  padding: 0 5px;
}

.product-added .upselling .creviews-rating-box {
  padding-bottom: 0;
}

.product-added .upselling .title {
  margin-bottom: 5px;
}

.product-added .upselling .price {
  margin: 5px 0;
}

.product-added .upselling .buy {
  margin-top: 7px;
}

.product-added .ui-dialog-content .ui-button { 
  background: #ededed url(../../../skin/common_files/modules/Add_to_cart_popup/images/bg_gradient.png) 0 0 repeat-x !important;
  background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)) !important;
  background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%) !important;
  background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%) !important;
  background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%) !important;
  background: linear-gradient(top, #ededed 0%,#c4c4c4 100%) !important;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset !important;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c4c4c4')"; /* IE8+ */
}

.product-added .ui-button {
  line-height: 1.4 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.product-added .buttons_line {
  min-width: 390px;
}

.product-added .buttons_line > td {
  vertical-align: top;
  text-align: center;
}

.product-added .button-spacer {
  padding: 0 5px;
}

.product-added .proceed-to-checkout {
  background: transparent url(../../../skin/common_files/modules/Add_to_cart_popup/images/proceed_to_checkout.gif) right 7px no-repeat;
  padding-right: 40px;
  white-space: nowrap;
}

.product-added hr {
  border-bottom: 1px solid #dfdfdf;
  background: none;
}

.product-added.ui-widget {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
}

.product-added .proceed-to-checkout .fa {
  margin-right: -24px;
  margin-left: 6px;
}

.product-added .paypal-cart-button p,
.product-added .paypal-cart-button div {
  text-align: center;
  margin-right: auto;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Upselling products module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

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

.uproducts li {
  padding: 5px;
  font-weight: bold;
}

ul.uproducts a:link,
ul.uproducts a:visited,
ul.uproducts a:hover,
ul.uproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}

.printable .uproducts {
  display: none;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Gift certificates Module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    72bcb996300964e6a7b13648f5941b7bb91adaa2, v3 (xcart_4_6_2), 2014-01-22 14:22:43, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */


/**
 * Gift certificate page 
 */
.giftcert-header {
  vertical-align: middle;
  padding-bottom: 15px;
}

.giftcert-header img {
  width: 61px;
  height: 67px;
  background: transparent url(../../../skin/common_files/modules/Gift_Certificates/../../images/gift.gif) no-repeat left top;
  float: left;
  margin: 0 15px 15px 0;
}

.giftcert-info {
  margin-top: 45px;
}

.giftcert-table .giftcert-title {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0 0;
}

.giftcert-table .data-name {
  text-align: right;
}

.giftcert-table .giftcert-subtitle {
  padding-bottom: 30px;
}

.giftcert-table .giftcert-h-separator {
  padding: 15px 0;
}

.giftcert-table .giftcert-h-separator hr {
  border-bottom: 1px solid #ccc;
}

.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(../../../skin/common_files/modules/Gift_Certificates/../../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;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Discount Coupons Module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    f84fb00a54d31bd70b335a5b1972608c4c1fd6cc, v3 (xcart_4_4_6), 2012-03-22 11:13:33, main.css, aim
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* clear link */
.dcoupons-clear img {
  background: transparent url(../../../skin/common_files/modules/Discount_Coupons/../../images/delete_cross.gif) no-repeat;
  width: 11px;
  height: 11px;
  vertical-align: bottom;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Login with PayPal module CSS stylesheet
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    main.css.tpl, v 1.0.0 2013/08/23 08:47:15 chemisk Exp $
 * @link       https://www.x-cart.com/
 * @see        ____file_see____
 */

.flc-left-dialog {
    height: auto !important;
}

.paypal-login-button-hidden {
  visibility: hidden;
}

/**
 * CloudSearch CSS stylesheet
 *	
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author	   Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    175e660e71442dd48a751fe7c8ba2f7325b11dca, v4 (xcart_4_6_2), 2013-12-10 09:03:47, main.css, random
 * @link	   http://www.x-cart.com/
 * @see		   ____file_see____
 */

/**
 * Search popup menu
 */

.instant-search-menu {
  text-align: left;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  border: 1px solid silver;
  border-radius: 3px;
  font-family: tahoma, geneva, arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  box-shadow: 0 1px 5px silver;
  z-index: 55000;
}

.instant-search-menu dl {
  margin: 0;
  padding: 5px 17px 10px 22px;
  font-family: 'Trebuchet MS', Helvetica, Jamrul, sans-serif;
}

.instant-search-menu.left dl {
  padding: 5px 22px 10px 17px;
}

.instant-search-menu dt {
  padding: 6px 0;
}

.instant-search-menu dt a {
  font-size: 16px;
}

/* Normal search result link color */
.instant-search-menu dt a {
  color: #2c5fa6;
}

/* Active (hovered) search result link color */
.instant-search-menu dt a:hover,
.instant-search-menu dt a.hover,
.instant-search-menu .name a {
  color: #0f9dcc;
}

.instant-search-menu a,
.instant-search-menu a:hover {
  text-decoration: none;
  outline: none;
}

.instant-search-menu dd {
  display: none;
  border: 1px solid #b1c9e0;
  border-radius: 3px;
  margin: 0 3px 3px 3px;
  padding: 20px;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: -306px;
  width: 270px;
  box-shadow: 0 1px 5px silver;
}

.instant-search-menu.left dd {
	left: 285px;
}

.instant-search-menu dd .arrow {
  position: absolute;
  background: white;
  border: none;
  border-top: 1px solid #b1c9e0;
  border-right: 1px solid #b1c9e0;
  width: 14px;
  height: 14px;
  right: -9px;
  top: 14px;
  box-shadow: 2px -2px 2px rgba(100, 100, 100, 0.07);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";

  filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0.7071067811865474,
    M12=-0.7071067811865477,
    M21=0.7071067811865477,
    M22=0.7071067811865474,
    SizingMethod='auto expand');
}

.instant-search-menu.left dd .arrow {
  border: none;
  border-bottom: 1px solid #b1c9e0;
  border-left: 1px solid #b1c9e0;
  left: -8px;
  box-shadow: -2px 2px 2px rgba(100, 100, 100, 0.07);
}

.instant-search-menu.ie dd .arrow {
  right: -8px;
  top: 10px;
}

.instant-search-menu.left.ie dd .arrow {
  left: -9px;
}

.instant-search-menu .clearing {
  clear: both;
}

.instant-search-menu .highlight-hit {
  background-color: #cce8ff;
}

/**
 * Product price styles 
 */

.instant-search-menu .price {
  float: right;
  color: #1f6188;
  font-size: 22px;
}

/**
 * Product image
 */

.instant-search-menu .image {
  float: left;
  margin: 0 10px 5px 0;
  border: solid 1px #dbdbdb;
  padding: 5px;
  background: white;
}

.instant-search-menu .image.show-on-load {
  display: none;
}

.instant-search-menu .description {
  margin: 10px 0 0px;
  text-align: justify;
  color: black;
}

.instant-search-menu .header {
  margin: 15px 17px 0;
  color: #444;
}

.instant-search-menu .results-for,
.instant-search-menu .results-for:hover {
  font-weight: bold;
}

.instant-search-menu .see-details {
  text-align: center;
  font-size: 16px;
  margin: 13px 0 0 0;
}

.instant-search-menu .name {
  font-size: 16px;
  margin: 0 0 20px;
}

.instant-search-menu .see-more-results {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  margin: 0 0 15px 0;
}

.instant-search-menu .suggestions {
  margin: 10px 17px 12px;
}

.instant-search-menu .suggestions .suggestion {
  line-height: 26px;
  font-size: 14px;
}

.instant-search-menu .header-right {
  text-align: right;
  color: #777;
  font-weight: bold;
  margin: 0px 17px 0;
}

.instant-search-menu .header-right:first-child {
  margin: 15px 17px 0;
}

.instant-search-menu .powered-by {
  font-size: 10px;
  text-align: center;
  margin: 0 0 10px;
  padding-top: 10px;
}

.instant-search-menu dt .parent-category {
  font-size: 12px;
}

.instant-search-menu .category-sep {
  color: #777;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-Magnifier module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    2934ccf997edc345ebde395a98c10bd2732dfbb0, v3 (xcart_4_4_1), 2010-08-25 09:09:34, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Product details page */
.magnifier-popup-link {
  margin-top: 3px;
  text-align: center;
  vertical-align: middle;
}

.magnifier-popup-link a:link,
.magnifier-popup-link a:visited,
.magnifier-popup-link a:hover,
.magnifier-popup-link a:active
{
  text-decoration: underline;
  background: transparent url(../../../skin/common_files/modules/Magnifier/../../images/zoom_image.gif) no-repeat left top;
  padding-left: 16px;
}

.printable .magnifier-popup-link {
  display: none;
}

#magnifier_wrapper {
  min-height: 400px;
  margin: 0 auto;
  padding: 0;
}

#magnifier_div {
  position: relative;
  text-align: center;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Wishlist module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    2298072aa9d367b73f0143fcc2950d5738ecc896, v3 (xcart_4_5_2), 2012-07-18 11:53:46, main.css, aim
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.wishlist-sendlist {
  margin-top: 15px;
}

.wishlist-sendlist .button {
  margin-left: 10px;
  margin-top: -3px;
}

.wishlist-sendlist input.input-email {
  width: 140px;
}

.wl-qty {
  font-weight: normal;
  color: #4f4f4f;
}

/**
 * vim: set ts=2 sw=2 sts=2 et:
 */
/**
 * Gift registry module CSS stylesheet
 * 
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    d1e9da6ed48a3258b7ccc1476a18879b498e9de6, v3 (xcart_4_4_0_beta_2), 2010-07-02 12:04:07, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Events list
 */
.giftreg-event-mark {
  width: 5px;
}

.giftreg-event-name {
  width: 100%;
}

.giftreg-negative-cell {
  background: transparent none;
}

.giftreg-events-list .giftreg-private-status,
.giftreg-events-list .giftreg-public-status,
.giftreg-events-list .giftreg-access-denied-status
{
  text-align: center;
}

.giftreg-private-status img {
  vertical-align: middle;
	width: 19px;
  height: 19px;
  background: transparent url(../../../skin/common_files/modules/Gift_Registry/../../images/private.gif) no-repeat left top;
}

.giftreg-public-status img {
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: transparent url(../../../skin/common_files/modules/Gift_Registry/../../images/public.gif) no-repeat left top;
}

.giftreg-access-denied-status img {
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: transparent url(../../../skin/common_files/modules/Gift_Registry/../../images/access_denied.gif) no-repeat left top;
}

.giftreg-event-information {
  width: 60%;
}

.giftreg-creator-name {
  width: 25%;
  white-space: nowrap;
  font-weight: bold;
}

.giftreg-products-count {
  width: 15%;
  white-space: nowrap;
  text-align: right;
}

.giftreg-events-list a:link,
.giftreg-events-list a:visited,
.giftreg-events-list a:hover,
.giftreg-events-list a:active
{
  font-weight: bold;
}

.giftreg-event-center {
  text-align: center;
}

.giftreg-events-counter {
  padding-left: 5px;
}

.giftreg-event-date {
  white-space: nowrap;
}

.giftreg-event-information {
  width: 60%;
}

.giftreg-creator-name {
  width: 25%;
  white-space: nowrap;
  font-weight: bold;
}

.giftreg-products-count {
  width: 15%;
  white-space: nowrap;
  text-align: right;
}

/**
 * Event modify menu
 */
.giftreg-menu {
  margin: 0 0 15px 0;
  padding: 0;
}

.giftreg-menu p {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.giftreg-menu hr {
  margin: 5px 0;
}

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

.giftreg-menu ul li {
  padding: 3px 0;
  margin: 0 0 0 15px;
  width: 45%;
  position: relative;
  float: left;
}

.giftreg-menu ul li.giftreg-menu-hl-item {
  list-style-type: disc;
}

.giftreg-menu ul li.giftreg-menu-hl-item a:link,
.giftreg-menu ul li.giftreg-menu-hl-item a:visited,
.giftreg-menu ul li.giftreg-menu-hl-item a:hover,
.giftreg-menu ul li.giftreg-menu-hl-item a:active
{
  font-weight: bold;
}

/**
 * Event modify : guestbook
 */
.giftreg-gb-hl {
  background-color: #ffc;
}

/**
 * Event modify : recipients list
 */
.giftreg-recipient-status {
  width: 100%;
}

/**
 * Wishlist selector
 */
select.giftreg-selector {
  width: 140px;
  vertical-align: middle;
  height: 20px;
}

/**
 * Add to... button layer
 */
.giftreg-add-form-container {
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}

.giftreg-add-form-label {
  margin-bottom: 5px;
}

.giftreg-add-form {
  position: relative;
}

/**
 * Cart events
 */
.products .event-info {
  padding: 15px 0;
}
.cart-content .event-info {
  padding: 3px 0 0 5px;
  font-size: 10px;
  font-style: italic;
}

.order-invoice .event-details {
  padding-top: 3px;
  font-size: 10px;
  font-style: italic;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Manufacturers module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* manufacturers menu list */
.menu-manufacturers img.icon {
  background: url(../../../skin/common_files/modules/Manufacturers/../../images/dingbats_categorie.gif) no-repeat;
}

/* manufacturers list */
ul.manufacturers-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.manufacturers-list li {
  margin: 0;
  padding: 0 0 0 5px;
  white-space: nowrap;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * News management module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.news-register-item {
  margin-bottom: 5px;
}

.news-register-item label {
  line-height: 15px;
}

.news-register-item span {
  font-style: italic;
}

/* 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-item {
  margin-top: 27px;
}

.news-list .news-item.last {
  margin-bottom: 27px;
}

.news-list .news-date {
  color: #818891;
}

.news-list .news-title {
  color: #2c3e49;
  font-weight: bold;
  font-size: 14px;
}

.news-list .news-body {
  margin-top: 10px;
}


/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-Survey module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    cdbaa473f56b915d73a40b115dd3fcaf77e0aee5, v3 (xcart_4_4_0), 2010-07-27 06:19:38, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Surveys menu list */
.menu-survey .title-bar img {
  background: url(../../../skin/common_files/modules/Survey/../../images/dingbats_categorie.gif) no-repeat;
}

/**
 * Survey page
 */
.survey-name {
  font-weight: bold;
}

.survey-header {
  font-size: 11px;
  padding-bottom: 15px;
}

.menu-survey .survey-header {
  font-size: 10px;
}

.survey-question {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 2px 2px 2px;
}

.menu-survey .survey-question {
  font-size: inherit;
  padding: 0;
}

.survey-answers {
  padding: 2px 2px 5px 20px;
}

.menu-survey .survey-answers {
  padding: 8px 0;
}

.survey-textarea {
  width: 400px;
  height: 150px;
}

.menu-survey .survey-textarea {
  width: 120px;
  height: 60px;
}

.survey-answer {
  padding: 0 25px 15px 0;
  vertical-align: top;
}

.menu-survey .survey-answer {
  padding-bottom: 5px;
}

.survey-answer label {
  display: block;
}

.survey-answer textarea {
  width: 380px;
  height: 100px;
  margin-left: 20px;
}

.menu-survey .survey-answer textarea {
  width: 120px;
  height: 60px;
}

.survey-answer table tr td {
  padding: 3px;
  vertical-align: top;
}

.menu-survey .survey-answer table tr td {
  padding: 1px;
}

.survey-footer {
  font-size: 11px;
}

.menu-survey .survey-footer {
  font-size: 10px;
}

.survey-required {
  color: #b51a00;
  font-weight: bold;
}

.survey-required span {
  color: #b51a00;
  font-size: 10px;
  padding-left: 10px;
  font-weight: bold;
}

/**
 * Survey result page
 */
.survey-result-row {
  padding-left: 10px;
}

.survey-result-row table tr td {
  padding: 1px;
  white-space: nowrap;
}

.survey-result-answer {
  width: 250px;
}

.survey-result-row img.survey-bar {
  vertical-align: middle;
  height: 15px;
  background: transparent url(../../../skin/common_files/modules/Survey/../../images/bar.gif) repeat left top;
  float: left;
}

.survey-answer-hl .survey-result-row img.survey-bar {
  background-image: url(../../../skin/common_files/modules/Survey/../../images/bar_hl.gif);
}

.survey-bar-label {
  padding-left: 6px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Image verification module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    108da0b7e27dee382810f12234168bb0a6c37fa1, v5 (xcart_4_7_1), 2015-03-23 12:48:57, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

div.iv-box {
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 15px;
  font-size: 10px;
  line-height: normal;
}

table.data-table tr td.iv-box {
  font-size: 10px;
  line-height: normal;
  vertical-align: top;
  padding-right: 5px;
}

table.data-table tr td.iv-box-descr {
  padding-top: 15px;
  font-size: 10px;
  line-height: normal;
}

.iv-description {
  padding: 0;
  margin: 0;
}

.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;
}
#opc_profile .iv-row {
  margin-top: 4px;
}
#opc_profile .iv-row .iv-input {
  height: auto;
  line-height: normal;
}
#opc_profile .iv-row .iv-input .button {
  margin: 3px 0px 0px 13px;
}

.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;
}
.iv-box span.star {
  padding: 0;
}
table.data-table tr td.iv-box .button-row {
  margin: 4px 0px 3px 0px;
}
table.register-table div.iv-box {
  text-align: center;
}
table.register-table div.iv-box div.iv-img {
  margin-top: 4px;
}
.iv-box div.error-label {
    padding-left: 16px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Advanced Order Management module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    c470399f8b357590cdfc5eca084b3164a45b127b, v3 (xcart_4_7_0), 2015-02-03 23:19:59, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

#history-box {
  padding: 5px;
  border: solid 1px #ccc;
  font-size: 10px;
}

#history-box ul {
  padding-left: 20px;
  margin: 0px;
	
}

#history-box li {
  padding: 0;
  margin: 0;
  font-size: 10px;
}

#history-box .subhead {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding-top: 3px;
  margin: 0;
}

#history-box .subhead-comment {
  color: #000;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box .subhead-note {
  color: #848a94;
  padding: 3px 0;
  font-size: 10px;
}

#history-box .section-subhead {
  color: #b51a00;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0;
  margin: 0;
}

#history-box p {
  font-size: 10px;
  padding: 0;
  margin: 0;
}

#history-box .status {
  color: #848a94;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Wholesale trading module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

#wl-prices {
  margin-top: 15px;
}

#wl-prices table td {
  padding: 2px 10px;
  background: #eee none;
  white-space: nowrap;
}

#wl-prices table th {
  padding: 2px 10px;
  white-space: nowrap;
  background: #ccc none;
  font-weight: bold;
  text-align: center;
}

#wl-prices div strong {
  color: #112536;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Bill Me Later settings CSS stylesheet
 *	
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author	   Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    c4876f0dc3c1be77d432d7277a473c36b8ae058c, v1 (xcart_4_6_1), 2013-09-07 11:40:24, main.css, random
 * @link	   http://www.x-cart.com/
 * @see		   ____file_see____
 */
.paypal-bml-banner {
  text-align: center;
}
.paypal-bml-banner img {
  max-width: 100%;
  height: auto;
}
.paypal-bml-banner.top {
  margin-bottom: 10px;
}
.paypal-bml-banner.inline {
  text-align: left;
  margin-top: 10px;
}
.paypal-bml-banner.cart.inline {
  margin-top: 0px;
  position: absolute;
}

/*
fee1a20fd634bde49eb5dd1f82707c7298951e69, v9 (xcart_4_7_6), 2016-06-10 16:29:31, main.css, random
vim: set ts=2 sw=2 sts=2 et:
*/
.card-expire {
  text-align: right;
  color: #aaa;
  width: 100%;
}
.card-icon,
.card-info
{
  display: inline-block;
  vertical-align: middle;
}
.card-icon {
  width: 100px;
  height: 45px;
  background-size: 100% !important;
}
.card-icon.mc {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 0 no-repeat;
}
.card-icon.visa {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 12.5% no-repeat;
}
.card-icon.jcb {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 25% no-repeat;
}
.card-icon.amex {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 37.5% no-repeat;
}
.card-icon.dc {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 50% no-repeat;
}
.card-icon.dicl {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 62.5% no-repeat;
}
.card-icon.sw {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 75% no-repeat;
}
.card-icon.cup {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 87.5% no-repeat;
}
.card-icon.bc {
  background: url(../../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 100% no-repeat;
}

table.saved-cards {
  max-width: 700px;
}
table.saved-cards th {
  text-align: left;
}
table.saved-cards tr.button-row td {
  padding-top: 10px;
  text-align: left;
}
table.saved-cards .default-card {
  font-weight: bold;
}

ul.saved-cards li {
  list-style: none;
}
ul.saved-cards li label {
  cursor: pointer;
}
ul.saved-cards li label input {
  vertical-align: middle;
}
ul.saved-cards .card-container {
  display: inline-block;
}

#xpc_address_hint {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
#xpc_iframe_section {
  margin-right: 20px;
  margin-bottom: 20px;
}

.xpc-show-all-cards {
  margin-left: 15px;
  font-size: smaller;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Detailed product images module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    b8f3e98bacd66370d6603e2b32584ce0edceb07f, v6 (xcart_4_7_7), 2016-08-25 18:15:52, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Detailed images on product detailed page */
#product-tabs-dpimages {
  padding: 0;
}

.dpimages-list .content {
  text-align: center;
}

.dpimages-list .content img {
  padding: 0 0 10px 0;
}

.dpimages-list .content img.last {
  padding: 0;
}

.dpimages-list .dpimage-container {
  text-align: center;
  margin: 3px 0;
}

.dpimages-list .dpimage-container img {
  max-width: 100%;
}

/* Product details line */
div.dpimages-popup-link {
  margin-top: 33px;
  text-align: center;
  vertical-align: middle;
}

.dpimages-popup-link a:link,
.dpimages-popup-link a:visited,
.dpimages-popup-link a:hover,
.dpimages-popup-link a:active
{
  text-decoration: underline;
  padding: 0 0 0 17px;
  background: transparent url(../../../skin/common_files/modules/Detailed_Product_Images/../../images/zoom_image.gif) no-repeat left 1px;
  line-height: 13px;
}

/* Icons box */
.dpimages-icons-box {
  padding-top: 15px;
  padding-bottom: 10px;
  width: 220px;
}

.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: 1px solid #fff;
  float: left;
}

.dpimages-icons-box a:hover {
  border: 1px solid #215485;
}

/* Printable page */
.printable .dpimages-popup-link,
.printable .dpimages-icons-box
{
  display: none;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Product options module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* 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;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Special Offers module CSS stylesheet
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    68a109e73162da02d481d672f2f0ba03b5737719, v6 (xcart_4_7_1), 2015-03-12 17:39:50, main.css, aim
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.products-list .special-price-row {
  text-decoration: line-through;
}

.offers-cart-button {
  float: right;
}

.offers-cart {
  padding: 15px;
}

.cart .right-buttons-row {
  width: 60%;
}

.cart .right-buttons-row .button-separator {
  width: 60px;
  float: right;
}

.cart .offers-common-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  background: transparent url(../../../skin/common_files/modules/Special_Offers/../../images/spacer_black.gif) repeat-x left 8px;
  padding: 0;
  margin: 0;
}

.cart .offers-free-note {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  color: #a10000;
}

.cart .offers-free-shipping-note {
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  color: #a10000;
}

.products-list .special-price-row {
  text-decoration: line-through;
}

.cart .right-buttons-row .button-separator {
  width: 60px;
  float: right;
}

a.offers-thumbnail:link,
a.offers-thumbnail:visited,
a.offers-thumbnail:hover,
a.offers-thumbnail:active
{
  padding: 0;
  margin: 0 0 0 -51px;
  text-decoration: none;
  text-align: left;
  position: relative;
}

.products-table a.offers-thumbnail:link,
.products-table a.offers-thumbnail:visited,
.products-table a.offers-thumbnail:hover,
.products-table a.offers-thumbnail:active
{
  display: inline;
  position: relative;
  margin: 0 0 0 -51px;
  text-align: left;
}

.rtl a.offers-thumbnail:link,
.rtl a.offers-thumbnail:visited,
.rtl a.offers-thumbnail:hover,
.rtl a.offers-thumbnail:active
{
  text-align: right;
}

.rtl .products-table a.offers-thumbnail:link,
.rtl .products-table a.offers-thumbnail:visited,
.rtl .products-table a.offers-thumbnail:hover,
.rtl .products-table a.offers-thumbnail:active
{
  display: block;
  position: relative;
  margin: -44px 0 0 70px;
  text-align: left;
}

a.offers-thumbnail:link img,
a.offers-thumbnail:visited img,
a.offers-thumbnail:hover img,
a.offers-thumbnail:active img
{
  width: 49px;
  height: 50px;
  margin: 0;
  background: transparent url(../../../skin/common_files/modules/Special_Offers/../../images/special_offer_icon.png) no-repeat left top;
  background-size: 100%;
}

.offers-price {
  color: #b51a00;
  font-weight: bold;
  font-size: 14px;
  margin: 15px 0;
  padding: 0;
}

/**
 * Offers short list 
 */
.offers-short-list {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: left;
}

.printable .offers-short-list {
  padding-left: 0;
  padding-right: 0;
}

.offers-cell {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.offers-cell.first {
  padding-left: 0;
}

.offers-cell.last {
  padding-right: 0;
}

.offers-cell img {
  margin: 5px;
}

.offers-more-info {
  text-align: right;
  vertical-align: middle;
}

.offers-more-info a:link,
.offers-more-info a:visited,
.offers-more-info a:hover,
.offers-more-info a:active
{
  color: #043fa0;
  padding-right: 12px;
}

.offers-more-info a:link,
.offers-more-info a:visited,
.offers-more-info a:hover,
.offers-more-info a:active
{
  text-decoration: underline;
}

/**
 * Bonuses view
 */
.offers-bonus-title {
  float: left;
  width: 50%;
  text-align: right;
}

.offers-bonus-value {
  font-weight: bold;
}

.offers-bonuses-page .subheader {
  margin-top: 15px;
}

.error-page .offers-short-list {
  display: none;
}

.cart-free-offer-title {
  color: #043fa0;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.product-details .details .bp-icon-header {
  height: 35px;
  text-align: center;
  vertical-align: middle;
  color: #ff6d00;
  font-weight: bold;
  font-size: 18px;
  background: transparent url(../../../skin/common_files/modules/Special_Offers/images/bp_icon_top_middle.gif) repeat-x;
}

.product-details .details .bp-icon-footer {
  height: 19px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
  background: transparent url(../../../skin/common_files/modules/Special_Offers/images/bp_icon_bottom_middle.gif) repeat-x;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Recommended products module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

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

ul.rproducts li {
  margin: 0;
  padding: 4px 0;
  font-size: 7px;
}

ul.rproducts a:link,
ul.rproducts a:visited,
ul.rproducts a:hover,
ul.rproducts a:active
{
  font-weight: bold;
  font-size: 12px;
}

.printable .rproducts {
  display: none;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * X-RMA module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    616d4da9c72aa057d62e895b3bd394ab88d6f872, v2 (xcart_4_4_0_beta_2), 2010-05-31 06:08:28, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.rma-product-options-box {
  padding-left: 20px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * One page checkout module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    b73c5fbf0aa57ee92b8c51d1ea2baaf8e92aa2d7, v41 (xcart_4_7_7), 2016-09-06 19:38:17, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Alternative styles for common elements 
 */

div.opc-container .opc-section h2,
div.opc-container .opc-section h3
{
  color: #617683;
}

div.opc-container label {
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

div.opc-container #center-main {
  text-align: left;
  width: 960px;
  margin: 0 auto;
}

div.opc-container h1 {
  font-size: 20px;
}

div.checkout-container h1 {
  font-size: 32px;
}

div.checkout-container span.star {
  padding-left: 5px;
  color: #3385bf;
}

.fill-error label {
  color: #ce0000;
}

div.opc-section-container div.text-block {
  margin: 0 10px;
}

.fill-error .data-value input[type=text],
.fill-error .data-value input[type=password],
.fill-error .data-value select,
.fill-error .data-value textarea
{
  border: solid 1px #ce0000;
  background-color: #ffebeb;
}

div.error-label {
  color: #ce0000;
  font-size: 9px;
  display: none;
}

.fill-error div.error-label {
  display: block;
}

/**
 * Container blocks 
 */
ul#opc-sections {
  margin: 0;
  padding: 0;
  min-width: 1000px;
}

ul#opc-sections li.opc-section {
  text-align: left;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 25px 50px 0;
  border: 0 none;
  width: 310px;
  min-height: 400px;
  width: 30%;
}

ul#opc-sections li.opc-section h2 {
  font-weight: normal;
  font-size: 24px;
  padding: 7px 0;
  margin: 0;
}

ul#opc-sections li.opc-section h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 7px 0;
  margin: 0;
  border: 0 none;
}

ul#opc-sections li.opc-section div {
  font-size: 12px;
}

ul#opc-sections li.opc-section div.disabled {
  opacity: 0.6;
}

ul#opc-sections li.last {
  margin-right: 0 !important;
}

/**
 * Registration section 
 */
div.opc-authbox {
  margin: 5px 0;
  padding: 0;
  font-size: 12px;
}

div.opc-authbox a {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

fieldset.registerform {
  border: 0 none;
  padding: 0;
  margin: 0;
}

fieldset#personal_details {
  background: #f5f5f5;
}

div.opc-section-container {
  padding: 10px 0;
  margin: 0;
  background: #f5f5f5;
  position: relative;
  border: 1px solid transparent;
}

div.opc-section-container.edit-mark {
  border-color: #888;
}

div.opc-section-container div.buttons-box {
  position: absolute;
  top: 5px;
  right: 5px;
}

div.opc-section-container div.text-block {
  margin: 0 10px;
}

div.checkout-container #center input[type=text],
div.checkout-container #center input[type=password],
div.checkout-container #center textarea,
div.checkout-container #center select
{
  font-size: 12px;
  margin: 0px;
  padding: 2px;
  border: solid 1px #bbb;
}

div.checkout-container #center input[type=text]:focus,
div.checkout-container #center input[type=password]:focus,
div.checkout-container #center textarea:focus,
div.checkout-container #center select:focus
{
  font-size: 12px;
  border: solid 1px #999;
}

div.checkout-container #center #personal_details input[type=text],
div.checkout-container #center #personal_details input[type=password]
{
  max-width: 205px;
}

div.checkout-container #center #personal_details select {
  max-width: 211px; /* width for <select> includes borders */
}

div.checkout-container #center input[type=text],
div.checkout-container #center input[type=password],
div.checkout-container #center select
{
  height: 18px;
}

div.checkout-container #center select {
  height: 24px; /* height for <select> includes borders */
}

div.checkout-container #center textarea {
  height: auto;
  width: 98%;
}

fieldset.registerform ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

fieldset.registerform ul {
  position: relative;
  padding: 0 15px;
  margin: 0;
  background: #f5f5f5;
}

fieldset.registerform ul.first {
  padding-top: 15px;
}

fieldset.registerform ul li {
  padding-bottom: 10px;
}

fieldset.registerform .button-row {
  margin-top: 5px;
  padding-bottom: 15px;
}

fieldset.registerform ul li.clearing {
  padding: 0;
  margin: 0;
}

fieldset.registerform ul li.fields-group {
  float: left;
  margin-right: 10px;
}

fieldset.registerform ul li.fields-group input[type=text],
fieldset.registerform ul li.fields-group input[type=password]
{
  width: 90px;
}

fieldset.registerform ul li.single-field {
  float: none;
  clear: both;
}

fieldset.registerform ul li.single-field input[type=text],
fieldset.registerform ul li.single-field input[type=password]
{
  width: 80%;
}

fieldset.registerform div.oneline {
  float: left;
  margin-right: 10px;
}

li.single-field input.image-button {
  background: transparent url(../../../skin/common_files/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;
  height: 21px;
  width: 23px;
  margin-bottom: 1px;
}


div.optional-label {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.optional-label label {
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

div.optional-label label input {
  margin-right: 5px;
  width: 13px;
  height: 13px;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}

div.address-book-link {
  height: 35px;
  background: #ecf3f7;
  vertical-align: middle;
  position: relative;
  padding: 5px 0;
  border: 1px solid transparent;
  border-bottom: none;
}

div.address-book-link + div.opc-section-container {
  border-top: none;
}

div.address-book-link.edit-mark {
  border-top-color: #888;
  border-left-color: #888;
  border-right-color: #888;
}

div.address-book-link span.popup-link {
  margin: 10px;
  font-size: 11px;
}

div.address-book-link label {
  margin: 10px;
  font-size: 11px;
  line-height: 16px;
}

div.address-book-link div.buttons-box {
  position: absolute;
  top: 5px;
  right: 5px;
}

div.address-book-content {
  position: relative;
}

div.address-book-content div.buttons-box {
  position: absolute;
  top: 5px;
  right: 5px;
}

.opc-container div.buttons-box a {
  width: 18px;
  height: 18px;
  display: block;
}

.field-container a,
label[for=create_account] a,
label[for=ship2diff] a {
  margin: -2px -2px -5px 5px;
  padding: 0px;
  width: 20px;
  height: 20px;
  display: none;
}

.field-container a.update-profile,
label[for=create_account] a.update-profile,
label[for=ship2diff] a.update-profile
{
  padding: 0 10px 0 25px;
  line-height: 20px;
  background: transparent url(../../../skin/common_files/modules/One_Page_Checkout/../../images/icon_checked.png) no-repeat left top;
  display: inline-block;
}

label[for=create_account] a.update-profile,
label[for=ship2diff] a.update-profile
{
  padding-left: 40px;
}

.field-container a.restore-value,
label[for=create_account] a.restore-value,
label[for=ship2diff] a.restore-value
{
  background: transparent url(../../../skin/common_files/modules/One_Page_Checkout/../../images/icon_restore.png) no-repeat left top;
}

div.buttons-box a.edit-profile {
  background: transparent url(../../../skin/common_files/modules/One_Page_Checkout/../../images/icon_pencil.png) no-repeat left top;
}

div.buttons-box a.cancel-edit {
  background: transparent url(../../../skin/common_files/modules/One_Page_Checkout/../../images/but_cross.gif) no-repeat left bottom;
  width: 13px;
  height: 13px;
  margin: 5px 5px;
}

#ship2diff_box a.cancel-edit {
  display: none;
}

input.value-is-changed,
input.value-is-changed:focus,
select.value-is-changed,
select.value-is-changed:focus
{
  background-color: #fcfcdd;
}

ul#opc-sections li.opc-section div.opc-checkout-profile h3 {
  padding: 7px;
}

div.opc-checkout-profile div.address-line {
  font-size: 12px;
  padding: 0 7px;
}

ul#opc-sections li.opc-section div.news-register-item-descr {
  font-size: 10px;
  font-style: italic;
}

button.update-profile:disabled {
  cursor: not-allowed;
}

/**
 * Shipping and payment section 
 */
.checkout-payments tr td { 
  padding: 5px; 
  vertical-align: top; 
  border-bottom: solid 2px #fff;
}

.checkout-payments tr td table tr td {
  border-bottom: 0;
}
.checkout-payments tr td.checkout-payment-name { 
  width: 100%; 
  padding-right: 10px;
  white-space: normal;
}

.checkout-payments tr td.checkout-payment-name label {
  font-weight: bold;
}

.checkout-payments tr td div.checkout-payment-descr {
  width: 80%;
}

.checkout-payments tr td.checkout-payment-paypal {
  width: 100%;
}

.checkout-payments tr td.checkout-payment-paypal img {
  border: 0 none;
}

.checkout-payments tr.payment-details td { 
  background: #fff;
  margin: 0;
  padding: 10px;
} 

.checkout-payment-name span.applied-gc {
  font-weight: normal;
  color: #01851a;
}

.checkout-shippings {
  width: 100%;
}

.checkout-shippings tr td { 
  padding: 5px 10px 5px 0; 
  border-bottom: solid 2px #fff;
  vertical-align: top;
  font-size: 11px;
}

.checkout-shippings tr.last td { 
  border-bottom: 0 none;
}  

.checkout-shippings tr td label { 
  font-size: 11px;
  line-height: 14px;
}

.checkout-shippings tr td.shipping-name { 
  width: 80%;
}

.checkout-shippings tr td.shipping-cost { 
  width: 20%;
  text-align: right;
}

.opc-payment-options fieldset.registerform ul {
  background: 0;
}

/**
 * Summary section 
 */
div.coupon-info a.unset-coupon-link {
  margin-left: 10px;
}

div.coupon-info p {
  font-size: 9px;
}

div.coupon-info div.progress {
  background: transparent url(../../../skin/common_files/modules/One_Page_Checkout/../../images/progress.gif) repeat-x left 10px;
  height: 20px;
  margin: 0 15%;
}

div#couponform {
  height: 20px;
}

div.coupon-info input.image-button {
  background: transparent url(../../../skin/common_files/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;
  height: 21px;
  width: 23px;
  margin-bottom: 1px;
}

div.cart-totals {
  margin: 10px 0;
  padding: 0;
}

div.cart table.totals {
  margin: 0 0 0 auto;
  text-align: right;
  width: 30%;
}

table.totals tr td.total,
table.totals tr td.total-name,
table.totals tr td.total-value,
table.totals tr td.total-value-alt,
table.totals span.total-name
{
  font-weight: bold;
  text-transform: none;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  vertical-align: top;
}

#opc_summary table.totals {
  text-align: left;
  width: 100%;
}

#opc_summary table.totals tr td.total,
#opc_summary table.totals tr td.total-name,
#opc_summary table.totals tr td.total-value,
#opc_summary table.totals tr td.total-value-alt,
#opc_summary table.totals span.total-name
{
  width: 15%;
  font-weight: normal;
  vertical-align: baseline;
}

#opc_summary table.totals tr td.total,
#opc_summary table.totals tr td.total-name
{
  width: 70%;
}

table.totals tr td.discounted {
  color: #01851a;
}

table.totals tr.total td.total-name {
  font-size: 22px;
}

table.totals tr.total td.total-value {
  font-size: 22px;
}

table.totals tr.total td.total-value-alt {
  font-size: 12px;
  vertical-align: bottom;
}

table.cart-content tr td {
  font-size: 10px;
  font-weight: normal;
  border-bottom: solid 1px #888;
  padding: 10px 5px;
  vertical-align: top;
}

table.cart-content .cart-content-text {
  font-weight: normal;
  color: #2c3e49;
}

div#order-taxes-box {
  padding: 10px 5px;
}

div.checkout-customer-notes,
div.checkout-partner,
div.terms_n_conditions
{
  padding: 0px 0;
}

div.terms_n_conditions {
  text-align: center;
}

div.terms_n_conditions label {
  font-size: 13px;
}

button.inactive {
  opacity: .3;
  filter:Alpha(Opacity=30);
  cursor: default;
}

div.paypal-express-sel-note {
  padding: 0 10px;
}

#opc_payment {
  margin-bottom: 20px;
}

#opc_shipping {
  margin-bottom: 20px;
}

ul#opc-sections li.opc-section fieldset h3 {
  margin-top: 5px;
  margin-bottom: -10px;
  margin-left: 15px;
}

#show_coupon_code {
  border-bottom: 1px dotted;
  color: inherit;
  text-decoration: none;
}

div.checkout-customer-notes {
  margin-bottom: 12px;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Ideal Responsive CSS stylesheet
 *
 * @category    X-Cart
 * @package     X-Cart
 * @subpackage  CSS
 * @author      Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version     ca85c86df987937945a90b629e690b43b705b00d, v39 (xcart_4_6_3), 2014-02-26 13:30:09, altskin.css, mixon
 * @link        http://www.x-cart.com/
 * @see         ____file_see____
 */

html, body{
	background: #f9f8f8;
  font-family: 'Open Sans', tahoma, geneva, arial, verdana, helvetica, sans-serif;
  font-size: 12px;
}
body,
input,
select,
textarea,
button {
  font-family: 'Open Sans', tahoma, geneva, arial, verdana, helvetica, sans-serif;
	color: #3d3d3d;
	font-size: 12px;
}
h1,
h2,
h3,
h4,
h5 {
	  font-family: 'Open Sans', tahoma, geneva, arial, verdana, helvetica, sans-serif;
    color: #216686;

}
p, .descr {
	line-height: 18px;
	margin: 5px 0;
	font-size: 14px;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #005d98;
}
a:hover {
	color: #017dcb;
}
h1 {
	font-size: 30px;
}
hr {
	border-bottom: 1px solid #dfdfdf;
}
input.default-value {
	color: #aaaaaa;
}
.error-message {
	color: #1f6188;
	font-weight: bold;
}
a.list-item:link,
.list-item a:link {
	color: #005d98;
}
a.list-item:visited,
.list-item a:visited {
  color: #005d98;
}
a.list-item:hover,
.list-item a:hover {
  color: #017dcb;
}
a.list-item:active,
.list-item a:active {
  color: #005d98;
}

/* White corners */
.t-l, .t-r, .b-l, .b-r {
	position: absolute;
	width: 1px;
	height: 1px;
	background-color: #ffffff;
}
.t-l { top: 0px; left: 0px; }
.t-r { top: 0px; right: 0px; }
.b-l { bottom: 0px; left: 0px; }
.b-r { bottom: 0px; right: 0px; }
.full-mini-cart img.icon {
  background: transparent url(../../../skin/preneed/css/../images/custom/cart_icon.png) no-repeat top left;
}

.container {
  width: 960px;
  margin: 0 auto;
}
#content-container {
	padding: 20px 0 100px 0;
	margin-top: 200px;
}
#left-bar {
  width: 250px;
  margin-left: 0px;
}
#center-main {
  margin: 0 0 0 270px;
}
#header {
  height: 180px;
  top: 0px;
  left: 0px;
}
#footer {
  height: auto;
  background: #b8b18c;
  position: relative !important;
  float: none;
}
#footer-bottom {
	background: #8a8462;
	padding: 10px;
	color: #FFFFFF;
}
#footer-bottom .fa {
	display: none;
}
#header .line1 {
  height: auto;
}
#header .line1 .logo {
  padding-top: 16px;
  margin-left: 0px;
  width: auto;
  float: left;
}
#header .line1 .logo a img {
  width: auto;
  height: auto;
}
.invoice-total-row td {
  border-top: 2px solid #58595b;
}
.tabs {
  bottom: 1px;
  top: auto;
  left: auto;
  height: 35px;
  width:auto;
}
.tabs li {
  margin: 0 0px 0 1px;
  height: 35px;
  text-align: center;
  position: relative;
  background: transparent none;
}
.tabs li img {
	display: block;
	width: 120px;
	height: 0px;
}
.tabs a {
  height: 35px;
  line-height: 35px;
  min-width: 120px;
  padding: 0px 10px;
  color: #fff;
  font-size: 12px;
  background: transparent url(../../../skin/preneed/css/../images/custom/hor_sprite.png) repeat-x right 0px;
  margin: 0px;
}
.tabs a:hover {
  color: #fff;
  background-position: right -35px; 
}
.dropdown-toggle {
	display: none;
}
#content-container .xm-menu li.current a,
#footer .xm-menu li.current a,
#content-container .xm-menu li a:hover,
#footer .xm-menu li a:hover  {
	background: none transparent;
}
.xm-menu.xm-horizontal {
  border-bottom: 1px solid #898989;
  bottom: 0;
  margin: 0 0 0 329px;
  position: absolute;
  height: 32px;
}
.xm-menu.xm-horizontal li a {
  color: #494949;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 10px;
}
.xm-menu.xm-horizontal li li a {
	font-size: 16px;
}
.xm-menu.xm-horizontal li a:hover,
.xm-menu.xm-horizontal li a:focus,
.xm-menu.xm-horizontal li a:active,
.xm-menu.xm-horizontal li.current a{
  background: transparent;
  color: #000000;
}
.xm-menu.xm-horizontal li .xm-sub-holder {
	box-shadow: 1px 1px 4px -2px #000000;
	border-top: 1px solid #898989;
}
.xm-menu.xm-horizontal li .xm-sub-menu .xm-sub-column ul li {
	padding: 2px 0;
}

.xm-menu-5 {
	margin: 0 0 20px;
	padding: 0;
}

.xm-menu-5 li > a{
    border-bottom: medium none;
    color: #1c6689;
    font-size: 14px;
    padding: 8px 0;
}

.xm-menu-5 li > a {
	font-size: 14px;
    padding: 0;
    color: #324c76;
}
.xm-menu-5 li > a:hover {
	text-decoration: underline;
    color: #324c76;
}

.visible-xs {
  display: none;
}
#header .phones {
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 2px 0 #DDDDDD;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 15px;
  height: auto;
  line-height: normal;
  font-size: 14px;
  color: #1c6689;
  text-align: right;
}
#header .phones span {
	color: #958e66;
	padding: 0;
}
#header .lbl_header_msg {
	position: absolute;
	right: 320px;
	font-size: 16px;
	padding: 15px;
	width: 300px;
    top: 15px;

}
.header-links {
	overflow: hidden;
	background: #216686;
	padding: 10px 0;
}
.header-links .wrapper {
	text-align: right;
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.header-links strong,
.header-links a:link,
.header-links a:active,
.header-links a:visited,
.header-links a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-right: 16px;
	margin-left: 10px;
}
.header-links a:hover {
	text-decoration: none;
}
.header-links strong {
	text-decoration: none;
  color: #343434;
}
#header .line2 {
  border: 1px solid #e7e7e7;
  border-bottom: 1px solid #d0d0d0;
  background: #fff url(../../../skin/preneed/css/../images/custom/hor_sprite.png) repeat-x right -70px;
  height: 38px;
  width: auto;
}
#header div.search{
	left: 10px;
}
#header input.text {
 	width: 199px;
	color: #585858;
	font-size: 11px;
	padding: 2px 5px 4px;
	vertical-align: middle;
}
#header a.search{
	color: #394b57;
	font-size: 11px;
	text-transform: lowercase;
}
#header input {
  margin-right: 7px;
}
#header .search input.search-button {
	width: 29px;
	height: 22px;
	background: #fff url(../../../skin/preneed/css/../images/custom/hor_sprite.png) no-repeat left -363px;
	vertical-align: middle;
}
#header .languages-row,
#header .languages-flags {
   top: 10px;
}
.printable-bar a {
  padding: 2px 20px 2px 0px;
  color: #888;
  font-size: 11px;
}
div.printable-bar {
  padding-top: 6px;
}
#footer .box {
  border: none;
  position: relative;
  padding: 15px;
}
#footer .subbox{
  border: none;
  background-color: #f0f0f0;
}
#footer .footer-links {
  float: left;
  margin: 0;
  padding-top: 0;
  text-align: left;
  width: 170px;
}
#footer .footer-links.contact {
	width: 250px;
}
#footer .footer-links h4 {
	font-size: 19px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #867f5b;
	margin: 10px 0;
}
#footer .footer-links a:link,
#footer .footer-links a:active,
#footer .footer-links a:visited,
#footer .footer-links a:hover {
	margin-right: 25px;
	white-space: nowrap;
	line-height: 22px;
}
#footer .footer-links a:before {
	content: "> ";
}
#footer .footer-links .email a:before {
	content: "";
}
#footer .footer-links .email a {
	font-weight: bold;
}
#footer .footer-links ul {
	margin: 0;
	padding: 0;
}
#footer .footer-links ul li {
	list-style: none;
	color:	#FFFFFF;
	line-height: 22px;
}
#footer .footer-links.contact li span {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 600;
}
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
}
.footer-links.contact .href_Sign_in {
	color: #FFFFFF;
}

#footer .footer-links.contact a:before {
	content: '';
}
#footer .copyright {
	text-align: right;
	padding-top: 17px;
	padding-right: 25px;
	color: #000000;
	font-size: 11px;
}
.godaddy {
	position: relative;
}
.godaddy > img {
  left: 100px;
  position: absolute;
  top: 100px;
  width: 115px;
}
#location {
	min-height: inherit;
	line-height: normal;
	padding-top: 10px;
	color: #888;
}
font.bread-crumb {
	color: #454545;
}
a.bread-crumb {
	color: #4c6d82;
	text-decoration: none;
}
a.bread-crumb:hover {
	color: #888;
}
#location span {
	padding: 0 0px;
}
.join_newsletter {
  background: none repeat scroll 0 0 #EAB550;
  border-radius: 5px;
  box-shadow: 0 2px 0 #bb8f3c;
  padding: 20px 10px 20px 50px;
  position: relative;
  color: #FFFFFF;
  margin: 20px 0;
}
.join_newsletter a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
 
.join_newsletter:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #FFF;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 20px;
    left: 20px;
}
.menu-dialog {
  border: none;
  margin-bottom: 10px;
}
.menu-dialog .title-bar {
  background: transparent;
  border: none;
  width: auto;
  padding: 5px 0;
  height: auto;
}
.menu-dialog .title-bar h2 {
  font-size: 18px;
  color: #b8b18c;
  font-weight: 600;
  line-height: 22px;
  padding: 0px;
  text-transform: uppercase;
  margin: 10px 0 ;
}
.menu-dialog .content {
	background: none;
  padding: 0;
  border-top: none;
}
.menu-dialog .content a {
  color: #324C76;
}
 
.menu-dialog .content a:hover {
	text-decoration: none;
	color: #324C76;
}
.menu-dialog ul li a,
.menu-dialog .content ul li a {
	font-size: 14px;
	padding: 0;
}
.menu-dialog .content ul li a:hover {
  text-decoration: underline;
}

.xm-menu.xm-vertical .logged-in {
	display: none;	
}
.logged-in-user .xm-menu.xm-vertical .logged-in {
	display: block;	
}

.logged-in-user .xm-menu.xm-vertical .logged-out {
	display: none;	
}

.testimonial {
	border-top: 1px solid #dfdfdf;
	margin-top: 20px;
}

.subcategory-descr  {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 2px 0 #DDDDDD;
  padding: 15px;
  margin: 15px 0;
  font-size: 14px;
}
.dialog {
  border: 0 none;
}
.dialog .title {
  width: auto;
  color: #fff;
  background: none transparent;
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 15px;
  border:none;
}
.related-products .dialog .title {
	padding-left: 0;
}
.dialog .title h2 {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
.dialog-category-products-list .title {
	display: none;
}
.dialog .content {
  padding: 10px 0px 25px 0px;
}
.product-min-amount {
	display: inline-block;
	margin-bottom: 15px;
}
.dialog.cart-offers {
  width: 95%;
}
.dialog.cart-offers .title div {
  background: none;
}
.list-dialog .title h2 {
  color: #216686;
  width: 50%;
}
.list-dialog .title div.sort-box {
  display: none;
  top: 11px;
  width: 100%;
}
.list-dialog .title div.sort-box .search-sort-bar {
  margin: 0px 0;
}
.noborder {
  border: 0px none;
}
.noborder .title {
  background: transparent none;
  display: none;
}
.noborder .content {
  padding: 0px;
}
button.button {
  height: 32px;
  padding: 0px;
}
button.button .button-right {
  background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat right -33px;
  height: 32px;
}
button.button .button-left {
  display: block;
  background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat left -33px;
  padding: 0px 3px 0px 13px;
  font-family: 'Open Sans', tahoma, geneva, arial, verdana, helvetica, sans-serif;
  color: #4f4f4f;
  font-weight: normal;
  font-size: 18px;
  height: 33px;
  line-height: 32px;
}
div.button {
  background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat right -33px;
}
div.button a,
div.button div {
  background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat left -33px;
  padding: 0px 3px 0px 13px;
  line-height: 32px;
  font-family: 'Open Sans', tahoma, geneva, arial, verdana, helvetica, sans-serif;
  color: #4f4f4f;
  font-weight: normal;
  font-size: 18px;
}

button.button-type2 .button-right {
  background-position: right -132px;
}
button.button-type2 .button-left {
  background-position: left -132px;
}

div.dropout-container{
	position:relative;
}
div.drop-out-button{
	background:url(../../../skin/preneed/css/../images/custom/dropout_btn.png) right top no-repeat;
	padding: 0 30px 0 0;
}
div.dropout-wrapper .button{
	position:relative;
	float:left;
}
div.dropout-box{
	margin-top:34px;
	color:#bebebe;
}

button.simple-button {
  color: #005d98;
  font-size: 12px;
}
a.simple-button {
  font-size: 12px;
  color: #005d98;
  font-weight: bold;
}
a.simple-button:hover {
  color: #017dcb;
}

button.main-button .button-right {
	background: transparent;
}
button.main-button .button-left {
  background: transparent;
  color: #ffffff;
}

div.main-button, button.main-button {
  background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat right top;
  border-radius: 5px;
}
div.main-button div,
div.main-button a {
  background: transparent;
  color: #ffffff;
}

button.add-to-cart-button .button-left {
/*   background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat left -66px; */
  color: #ffffff;
  padding: 0 0 0 30px;
}
button.add-to-cart-button.added-to-cart-button .button-left {
/*   background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat left -99px; */
  padding: 0 0 0 30px;
}

.products-div button.add-to-cart-button .button-right {
  padding-right: 2px !important;
}
.products-div button.add-to-cart-button .button-left {
  background: transparent;
  text-indent: -5000px;
  overflow: hidden;
  padding-left: 2px !important;
  width: 30px !important;
  position: relative;
  font-size: 11px;
  text-align: center;
}
.products-div button.add-to-cart-button .button-left .icon {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 21px;
  height: 19px;
  background: url(../../../skin/preneed/css/../images/custom/add_to_cart.gif) 50% 50% no-repeat;
}
.products-div button.add-to-cart-button.added-to-cart-button .button-left .icon {
  background: url(../../../skin/preneed/css/../images/custom/added_to_cart.gif) 50% 50% no-repeat;
}
.products-div button.add-to-cart-button.do-add2cart-wait .button-left .icon,
.products-div button.add-to-cart-button.do-add2cart-success .button-left .icon,
.products-div button.add-to-cart-button.do-add2cart-error .button-left .icon
{
  display: none;
}
.products-div button.add-to-cart-button.do-add2cart-success .button-left,
.products-div button.add-to-cart-button.do-add2cart-error .button-left
{
  text-indent: 0px;
  font-size: 11px!important;
}

.product-details .details .descr {
  padding-top: 10px;
}

button.button-wl .button-right,
.product-details button.button-wl .button-right
{
  padding-right: 2px !important;
}
button.button-wl .button-left,
.product-details button.button-wl .button-left
{
  text-indent: -5000px;
  overflow: hidden;
  padding: 0 0 0 2px;
  width: 30px !important;
  position: relative;
}
button.button-wl .button-left .icon,
.product-details button.button-wl .button-left .icon
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  background: url(../../../skin/preneed/css/../images/custom/add_to_wl.png) 50% 50% no-repeat;
}

button.simple-main-button,
a.simple-main-button {
   color: #8f1d1d;
}
button.light-button .button-left{
  background:url(../../../skin/preneed/css/../images/custom/light_btn.gif) left top no-repeat;
  padding:0 10px 0 10px;
  font-size:12px !important;
  color:#465660;
  font-weight:normal !important;
}
button.light-button .button-right {
	background:url(../../../skin/preneed/css/../images/custom/light_btn.gif) right top no-repeat;
	height:32px !important;
	font-size:16px !important;
	font-weight:normal !important;
}
div.light-button{
	background:url(../../../skin/preneed/css/../images/custom/light_btn.gif) left top no-repeat;
	padding:0 0px 0 10px;
}
div.light-button div,
div.light-button a{
	background:url(../../../skin/preneed/css/../images/custom/light_btn.gif) right top no-repeat;
	line-height:32px !important;
	font-size:12px !important;
    color:#465660;
	font-weight:normal !important;
	padding:0 10px 0 0px;
}

button.small-button {
  height: 22px;
}
button.small-button .button-left {
  background: url(../../../skin/preneed/css/../images/custom/small_btn.png) left top no-repeat;
  color: #010101;
	height: 22px !important;
  line-height: 21px !important;
  padding-right: 7px;
}
button.small-button .button-right {
  background: url(../../../skin/preneed/css/../images/custom/small_btn.png) right top no-repeat;
	height: 22px !important;
  line-height: 21px !important;
  font-size: 12px !important;
  padding-right: 3px;
}
div.small-button {
  background: url(../../../skin/preneed/css/../images/custom/small_btn.png) left top no-repeat;
	height: 22px !important;
  padding-right: 7px;
}
div.small-button div,
div.small-button a {
  background: url(../../../skin/preneed/css/../images/custom/small_btn.png) right top no-repeat;
  color: #010101;
  line-height: 21px !important;
  font-size: 12px !important;
  padding-right: 3px;
}

a.simple-delete-button {
  color: #505050;
  font-weight:normal;
  text-decoration:none;
  background:url(../../../skin/preneed/css/../images/custom/delete.gif) left 4px no-repeat;
  padding-left:17px;
}
a.simple-delete-button:hover {
  color: #505050;
  text-decoration:underline;
}

a.simple-delete-button-woicon {
	color: #8f1d1d;
}

button.do-add2cart-wait .button-left .progress {
  background-position: left 50%;
}

.button-row,
.button-row-right {
  height: 32px;
  line-height: 32px;
}
.products-list .buy-now .buttons-row .button {
  float: left;
  margin-bottom: 4px;
}
.products-list .buy-now .buttons-row .button-separator {
  margin-bottom: 4px;
}
.products-list .buy-now .quantity select {
  margin-right: 5px;
}

.buttons-row-right,
.buttons-row {
   height: 34px;
   margin: 0px;
}
.buttons-row .button-separator {
  width: 7px;
  height: 34px;
}
.buttons-row-right .button-separator {
  width: 16px;
}
.data-table td.data-required,
td.data-required
{
  color: #1f6188;
}
.data-table .error-message {
  color: #8f1d1d;
}
.search-sort-bar {
	color: #fff;
}
.search-sort-title {
  color: #fff;
  font-size: 11px;
}
.search-sort-cell {
   color: #fff;
}
a.search-sort-link {
  color: #fff;
  font-size: 11px;
}
.search-sort-bar a.up-direction {
  background: transparent url(../../../skin/preneed/css/../images/custom/uarrow.gif) no-repeat left 3px;
  color: #fff;
  font-size: 11px;
}

.search-sort-bar a.down-direction {
  background: transparent url(../../../skin/preneed/css/../images/custom/darrow.gif) no-repeat left 3px;
  color: #fff;
  font-size: 11px;
}
.nav-pages{
	margin: 3px 0px 0px;
}
h3 {
  color: #1f6188;
/*   border-bottom: 1px solid #31759d; */
}
h3.grey {
	font-size: 12px;
}
.noscript-warning {
  left: 30%;
  border: 1px solid #dddddd;
}
.noscript-warning .content {
  min-height: inherit;
  height: 32px;
}
.menu-categories-list .content {
	padding: 0px 20px 3px;
}
.menu-categories-list ul li.last {
	border: 0 none;
}
.menu-categories-list ul li {
  padding: 12px 0px 10px 16px;
  background: transparent url(../../../skin/preneed/css/../images/custom/category_bullet.gif) no-repeat left center;
  border-bottom: solid 1px #efefef;
}
.rtl .menu-categories-list ul li {
  padding: 12px 16px 10px 0px;
  background: transparent url(../../../skin/preneed/css/../images/category_bullet.gif) no-repeat right center;
  border-bottom: solid 1px #efefef;
}
.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: 13px;
	color: #353535;
	font-weight: bold;
}
.menu-minicart,
.menu-minicart .title-bar {
	background: none;
	border:none;
}
.menu-minicart .title-bar{
	float:left;
	width:40px;
	padding:0 0 7px 0;
}
.menu-minicart .content{
	background: none;
	border:none;
	width:180px;
	padding: 0 0 0 25px;
	position: relative;
	float: none;
}
.menu-minicart {
	border:none;
	margin-bottom: 10px;
	padding: 15px 20px;
	position:relative;
	background: #ffffff;
	box-shadow: 0 2px 0 #DDDDDD;
	border-radius: 4px;
}

.menu-minicart.ajax-minicart {
  min-height: 56px;
}

.menu-minicart .title-bar {
	display: none;
    position: relative;
}

/*replace the content value with the
corresponding value from the list below*/
 
.menu-minicart .content:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #216686;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 15px;
    left: 0;
}

div.minicart-icon {
	width: 50px;
	margin-left: 0px;
  float: left;
	position: relative;
}

div.minicart img {
	width: 50px;
	height: 46px;
}
div.minicart {
  color: #216686;
  font-size: 12px;
  	float: left;
	width: 180px;
}
div.minicart table {
   width: 100%;
}

div.minicart table tr td {
  color: #c0c0c0;
}
div.minicart td.your-cart,
div.minicart td.state {
	padding-top: 6px;
}
div.minicart .empty{
	margin: 0 0 0 0;
}
div.minicart td.your-cart {
	color: #c0c0c0;
	font-size: 14px;
	font-weight: bold;
}
div.minicart .empty td.state {
	color: #a1bbd0;
	font-size: 18px;
	font-weight: normal;
}
div.minicart .full td.your-cart {
	color: #324C76;
	font-size: 12px;
	font-weight: bold;
}
div.minicart .full td.state {
	color: #324C76;
	font-size: 18px;
	font-weight: normal;
}
div.minicart .full td.your-cart span {
	color: #324C76;
}
.totals-link {
	color: #fff;
	border-bottom: dashed 1px #fff;
  cursor: help;
}
a.minicart-checkout-link:link,
a.minicart-checkout-link:active,
a.minicart-checkout-link:visited,
a.minicart-checkout-link:hover {
	color: #324C76;
	text-decoration: none;
	background: transparent url(../../../skin/preneed/css/../images/custom/cart_chk_arrow.gif) no-repeat center right;
	padding-right: 20px;
}
a.minicart-checkout-link:link span,
a.minicart-checkout-link:active span,
a.minicart-checkout-link:visited span,
a.minicart-checkout-link:hover span {
	color: #324C76;
	font-size: 18px;
	font-weight: normal !important;
	border-bottom: none;
}
a.minicart-checkout-link:hover span {
		border-bottom: solid 1px #6db8f2;
}
#content-container .ajax-minicart img.minicart-button {
  margin-top: 2px;
  margin-bottom: 4px;
  background: transparent url(../../../skin/preneed/css/../images/custom/minicart_icon_show.png) no-repeat left top;
  width: 40px;
  height: 57px !important;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 3000;
}
#content-container .ajax-minicart img.minicart-button-show {
  background: transparent url(../../../skin/preneed/css/../images/custom/minicart_icon_collapsed.png) no-repeat left top;
}
.minicart-box input.quantity {
	width: 20px;
}
.minicart-box ul li a.delete img{
	background:url(../../../skin/preneed/css/../images/custom/delete.gif) left top no-repeat;
	width:13px;
	height:13px;
}
.minicart-box {
  top: 62px;
  width: 300px;
  left:-8px !important;
  border: 1px solid #dfdfdf;
}
.minicart-box .checkout-popup-link a.link:active {
  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 .link span {
  border-bottom: 1px dashed #005d98;
}
.menu-auth ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu-auth ul li {
	padding: 5px 0px;
}
.menu-auth ul li a:link,
.menu-auth ul li a:active,
.menu-auth ul li a:visited,
.menu-auth ul li a:hover {
	color: #353535;
	font-weight: bold;
	text-decoration: underline;
}
.product-details .image .image-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
	border-radius: 10px;
	box-shadow: 0 2px 0 #DDDDDD;
  padding: 5px;
  width: auto;
  height: auto !important;
}
.product-details .image-box > img {

}
.product-details .details .save {
  float: right;
  margin-top: -20px;
  font-size: 12px;
  background: transparent url(../../../skin/preneed/css/../images/custom/save_money.png) no-repeat left top;
}
.product-details .product-subtitle div {
  color: #1f6188;
  border-bottom: 1px solid #31759d;
}
.product-details .message {
  color: #1f6188;
}
.product-details .customer-message {
  color: #1f6188;
}
.product-details .quantity-row {
  padding-top: 5px;
  margin: 10px 0;
}
.product-option {
  margin-bottom: 20px;
}
.product-option:last-child {
  margin-bottom: 0;
}
.product-details .avail {
	color: #818080;
	padding-left: 10px;
}
.product-details .price-row {
	margin: 10px 0;
}
.property-value > input[name="price"] + span {
  font-size: 12px;
  margin-left: 5px;
}
table.product-properties {
  margin-top: 20px;
  position:relative;
}
table.product-properties tr td {
  vertical-align: middle;
}
table.product-properties .property-name {
	width: 111px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	color: #343434;
}
table.product-properties .property-value {
    width: auto;
    white-space: normal;
	font-size: 11px;
	color: #343434;
}
table.product-properties .product-price {
  color: #818080;
  font-weight: normal;
  font-size: 22px;
}
table.product-properties .product-price-value {
  font-family: inherit;
  color: #1f6188;
  font-weight: normal;
  font-size: 22px;
}
table.product-properties .product-market-price {
  color: #818080;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
}
.products {
  margin-top: 15px;
}
.products .product-title, 
.product-details .product-title,
.item-box .product-title {
  color: #4C4C4C;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 48px;
  text-decoration: none;
}
.products-table .product-cell .product-title{
	border-bottom:none;
}
.products-table td.product-cell-buynow{
	vertical-align:top;
}
.products a.product-title:hover {
	color: #6c6c6c;
	border-color: #017dcb;
}
.products .descr {
  padding: 15px 0px 0px 0px;
  margin: 0px;
  font-size: 11px;
}
.products .market-price-value {
  background: transparent url(../../../skin/preneed/css/../../common_files/images/spacer_black.gif) repeat-x left 11px;
  font-size: 16px;
  font-weight: normal;
}
.products-table .market-price-value {
  background: transparent url(../../../skin/preneed/css/../../common_files/images/spacer_black.gif) repeat-x left 9px;
  font-size: 14px;
  font-weight: normal;
}

.products .price-value {
  font-weight: normal;
  font-size: 18px;
  color: #000000; 
}
.products-table .price-value {
  font-weight: normal;
  font-size: 14px;
  color: #000000; 
}
.products-table .buy-now .quantity-title{
	 padding-right: 1px;
}
.products-table td.product-cell-buynow .button-row {
    float:left;
	margin:0 8px 0 0;
}
.products-table td.product-cell-buynow .button-row.last{
	margin:0 0px 0 0;
	float:none;
	padding:0px 0 0 0;
}
.products-table  td .list-soc-buttons{
	margin:10px 0 0 0;
}
.products .price-save{
	color: #005d98;
}
.products .taxes {
  margin-top: 15px;
}
.products .buy-now .quantity-empty {
  height: 0px;
}
.products .product-details-title {
  color: #1f6188;
}
.products div.buttons-cell {
  margin: 10px 0 0 0;
}
.products-list .image{
  padding: 3px 20px 3px 0;
}
.products-list .image .image-wrapper {
  position: relative;
  padding: 10px 0px;
  text-align: center;
  border: none;
}
.products-list .image .image-wrapper a {
  display: inline-block;
}
.products-list .image .image-wrapper img {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.options-link {

}
.products .options-link a.product-title:hover,
#responsive-products-list .options-link a.product-title:hover {
  background: none repeat scroll 0 0 #a19b79;
  color: #FFFFFF;
}
.options-link a.product-title,
.simple-products-div .options-link a.product-title {
	outline: none;
	display: block;
	text-decoration: none;
	background: none repeat scroll 0 0 #8A8364;
	border-radius: 5px;
	height: 14px;
	line-height: 14px;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	color: #FFFFFF;
	box-shadow:  0 2px 0 #5a5542;
}
.products-list .descr {
	padding-bottom: 20px;
}
.center {
	text-align: center;
}
.products-list .buy-now .center,
.products-list .buy-now .halign-center
{
  margin-left: 0px;
  text-align: left;
}
.products-list .buy-now .button-row, 
.products-list .buy-now .button-row-right {
	margin: 0px 7px 0 0;
	float:left;

}
.product-input .buttons-row{
  float: none;
}
.buttons_do_not_disappears{
	position:relative;
	width:2px;
	float:left;
	height:0px;
}

.button.button-type2.button-wl {
  display: none;
}

.product-input .buttons-row .add-to-cart-button {
	margin: 0px 7px 0 0;
	position: relative;
	background: #216786;
	border-radius: 5px;
	box-shadow: 0 2px 0 #000000;
}

.product-input .buttons-row .add-to-cart-button:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #FFFFFF;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
    left: 10px;
}

.products-table .buy-now .quantity,
.products-list .buy-now .quantity,
.product-input .quantity
{
	height: 32px;
	font-weight: bold;
	line-height:33px;
	padding:0 4px;
	float:none;
	background:transparent;
	position:relative;
	margin: 1px 8px 6px 0;
	font-size: 1.2em;
}
.products-list .buy-now .quantity img,
.products-table .buy-now .quantity img,
.product-input .quantity img{
	position:absolute;
	top:0;
}
.products-list .buy-now .quantity img.left_crns_qty,
.products-table .buy-now .quantity img.left_crns_qty,
.product-input .quantity img.left_crns_qty{
	left:0;
	display: none;
}
.products-list .buy-now .quantity img.right_crns_qty,
.products-table .buy-now .quantity img.right_crns_qty,
.product-input .quantity img.right_crns_qty{
	display: none;
	right:0;
}
.products-list .buy-now .quantity-title {
	width: auto;
	padding-right: 3px;
}

.sku-SPECIAL .quantity-row {
	display: none;
}

/* Individual Product Styles */

.sku-PBLMBV .option-577,
.sku-PBLMBV .option-587 {
	display: none;
}

.property-value > input#po573 {
  width: 100%;
}
.products-table .product-cell {
  text-align: left;
}
.products-table td.product-cell-price .price-row {
  text-align: left;
}
.products-table td.product-cell-buynow .button-row {
  text-align: left;
}

.products-table .image {
  margin: 5px 0;
  padding:5px 0;
  text-align: center;
  border: solid 1px #dedede;
}
.products-table .column_separator div{
	width:20px;
}
.products-table .image img {
	vertical-align: middle;
}
.products-table .image img a:link,
.products-table .image img a:active,
.products-table .image img a:visited,
.products-table .image img a:hover {
	padding-right: 1px;
}
.products-table a.see-details {
  text-align: center;
}
.simple-products-table a.product-title,
.simple-products-table .product-title{
  font-size: 12px !important;
  border:none;
  text-decoration:underline;
}
.simple-products-table .image{
	border:none;
	text-align:left;
}

.products-table tr.separator td {
  padding: 0;
  height: 20px;
}
.nav-pages img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
}
.nav-pages .right-arrow img {
	background: url(../../../skin/preneed/css/../images/custom/navigation_arrow_right.gif) no-repeat left top;
}
.nav-pages .left-arrow img {
	background: url(../../../skin/preneed/css/../images/custom/navigation_arrow_left.gif) no-repeat left top;
}
.register-section-title label {
  color: #343434;
}
.register-table .register-exp-section label {
  border-bottom: 1px dashed #343434;
}
.cart .product-title {
  text-decoration: none;
  border-bottom: 0px none;
}
.cart .left-buttons-row .simple-delete-button{
	margin-top:5px;
}
.totals .total-value {
  color: #1f6188;
  font-size: 14px;
}
.cart hr {
  border-color: #666;
  display: none;
}
.cart-content .cart-content-text {
  color: #1f6188;
}
body.payment-wait h1 {
  color: #343434;
}
.error-page #header {
  height: 120px;
}
.error-page #header .line2{
  height:  38px;
}
.error-page #header .logo {
  margin-left: 12px;
}
.error-page #content-container {
  text-align: center;
  margin: 200px auto 0;
}
.error-page #header .tabs,
.error-page #header .phones,
.error-page #header .search,
.error-page #header .header-links,
.error-page #header .languages,
.error-page #footer .prnotice,
.error-page #footer .footer-links,
.error-page #left-bar,
.error-page #right-bar,
.error-page #location
{
/*   display: none; */
}
.error-page .reason {
	color:#1f6188;
}
.printable #center-main {
  position: static;
  padding: 0px;
  margin-top: 82px;
}
.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: 120px;
}
.printable #header .tabs {
  display: none;
}
.printable #header .line2 {
  display: none;
}
.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;
}

/* Buttons */
.printable button.button,
  .printable div.button
{
  border: 1px solid #acb7c7;
}
.printable .button,
  .printable .button * {
  background: transparent none !important;
  color: #343434 !important;
}
.printable .quantity-row .buttons-row a,
.printable .buttons-cell .buy-now a{
	display:none;
}
.printable .quantity-row .quantity,
.printable .buttons-cell .buy-now .quantity{
	background:none;
	padding:0;
	color:#000;
}
.printable .quantity-row .quantity img,
.printable .buttons-cell .buy-now .quantity img{
	display:none;
}

/* Containers */
.printable .dialog .title {
  background: transparent none;
}
.printable .title h2 {
  margin: 0px;
  color:#333333;
}
.printable .product-details .dropout-wrapper {
  height: 150px;
}
.uo-container #content-container {
  padding-bottom: 120px;
}
.uo-container #footer {
  height: 120px;
}
.uo-container #footer .copyright {
  padding-top: 10px;
}
.uo-box {
  color: #000000;
  font-size: 11px;
  border: 0 none;
  background-color: transparent;
  padding: 15px 25px 0 33px;
}
.prnotice {
  position: absolute;
  top: 24px;
  left: 33px;
  margin:12px 0 0 0;
  font-size: 11px;
}
.checkout-container #header .line2 {
  height: 38px;
}
.checkout-container #content-container {
  padding-bottom: 100px;
  margin-top: 200px;
}
div.checkout-buttons{
  position: relative;
  margin: 0 5% -42px 0;
  float: right;
  padding: 4px 0 0 0;
}
div.checkout-1-button {
 background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat right -33px;
}
div.checkout-1-button div,
div.checkout-1-button a:link,
div.checkout-1-button a:visited,
div.checkout-1-button a:hover,
div.checkout-1-button a:active {
  background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat left -33px;
  padding: 0px 3px 0px 13px;
  line-height: 32px;
  font-family: 'Open Sans', tahoma, geneva, arial, verdana, helvetica, sans-serif;
  color: #4f4f4f;
  font-weight: normal;
  font-size: 18px;
}
div.checkout-buttons div.checkout-3-button,
.minicart-box .minicart-checkout-button
{
 background: transparent url(../../../skin/preneed/css/../images/custom/but_bg.png) no-repeat right top;
 padding: 0px 10px 0px 0px;
 border-radius: 5px;
}
div.checkout-3-button div,
div.checkout-3-button a:link,
div.checkout-3-button a:visited,
div.checkout-3-button a:hover,
div.checkout-3-button a:active,
.minicart-box div.minicart-checkout-button a:link,
.minicart-box div.minicart-checkout-button a:visited,
.minicart-box div.minicart-checkout-button a:hover,
.minicart-box div.minicart-checkout-button a:active
{
  background: transparent;
  padding: 0px 3px 0px 13px;
  line-height: 32px;
  font-family: 'Open Sans', tahoma, geneva, arial, verdana, helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}
.checkout-customer-notes label {
  display: block;
}
.welcome-img {
	margin-bottom: 15px;
  text-align: center;
}
.welcome-img img {
  max-width: 100%;
}
#welcome-tabs-container {
	width: 100%;
}
.welcome-cell.with-bestsellers {
  width: 490px;
  float: left;
}
.bestsellers-cell {
  margin-left: 20px;
	width: 180px;
  float: right;
}
.home-box {
	float: left;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33%;
}
.col-9 {
	width: 75%;
}
.pull-left {
	float:left;
}
.home-box-inner {
	padding: 20px;
}
.home-box.col-3 .home-box-inner {
	background: none transparent;
	border-radius: 5px;
	margin: 14px;
	padding: 15px 15px 30px;
}
.home-box .options-link {
	position: relative;
	text-shadow: 1px 1px #000000;
	font-size: 18px;
}
.home-box .options-link a:hover {
  background: none repeat scroll 0 0 #A19B79;
  color: #FFFFFF;
}

.home-box.col-4 .home-box-inner {

}
.home-box.col-4 .home-box-inner h3 {
	border: none;
	font-size: 24px;
	color: #000000;
	margin-top: 10px;
}
a.read-more {
  float: right;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.home-promo {
	margin: 20px 0px;
	padding: 15px 10px;
	border-top: 1px solid #cbc7ad;
	border-bottom: 1px solid #cbc7ad;
}
.home-promo h2 {
	font-weight: 200;
	font-size: 28px;
	margin: 0;
	color: #000000;
}
.home-promo p {
	font-size: 18px;
	line-height: 22px;
}
.home-promo em {
	font-weight: bold;
	color: #216786;
}
.home-promo a.button {
	background: none repeat scroll 0 0 #226987;
	border-radius: 5px;
	float: right;
	padding: 10px 40px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	text-shadow: 1px 1px #000000;
	box-shadow: 0 2px 0 #1b3f52;
	margin-left: 20px;
}
.home-promo a.button:hover {
	background: none repeat scroll 0 0 #3a7893;
}

.col-3.pull-left li {
  list-style: none outside none;
  line-height: 2em;
}
.col-3.pull-left ul {
  margin: 0;
  padding: 0;
}
.hidden {
	display: none;
}
/* 	xBanners  */
.xb-wrapper .xb-controls-direction a {
	  background: none repeat scroll 0 0 #317392;
	  margin-top: -10px;
	  padding: 5px 10px;
	  box-shadow: 0 2px 1px #000000;
}
.xb-wrapper .xb-prev.icon-double-angle-left {
  border-radius: 0 5px 5px 0;
  left: 0;
}
.xb-wrapper .xb-next.icon-double-angle-right {
  border-radius: 5px 0 0 5px;
  right: 0;
}

/* Product page tabs */
.printable .prod-tabs {
	display: none;
}
.prod-tabs {
	overflow: hidden;
	margin: 34px 0px 34px 0px;
	padding: 1px;
	position: relative;
}
.prod-tabs dt {
	float: left;
	height: 33px;
	background: #353535 url(../../../skin/preneed/css/../images/custom/hor_sprite.png) repeat-x left -425px;
	border-bottom: solid 1px #fff;
	line-height: 32px;
	white-space: nowrap;
	position: relative;
	left: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.prod-tabs dt:hover,
.prod-tabs dt.selected {
	margin-top: 0px;
	height: 34px;
	line-height: 32px;
	background-color: #fff;
	background-position: left -458px;
	color: #555;
	border: 1px solid #dbdbdb;
	border-bottom: 0 none;
}
.prod-tabs dt.selected {
	z-index: 3;
	cursor: auto;
}
.prod-tabs dt:hover .t-l, .prod-tabs dt:hover .t-r,
.prod-tabs dt:hover .b-l, .prod-tabs dt:hover .b-r,
.prod-tabs dt.selected .t-l, .prod-tabs dt.selected .t-r,
.prod-tabs dt.selected .b-l, .prod-tabs dt.selected .b-r {
	display: none;
}
.prod-tabs dt span {
	display: block;
	height: 33px;
	padding: 0 10px;
	border-top: solid 2px #3e3e3e;
}
.prod-tabs dt:hover span,
.prod-tabs dt.selected span {
	border: solid 1px #fff;
	border-bottom: 0 none;
	padding: 0 8px;
}
.prod-tabs dd {
	background-color: #fff;
	display: none;
	float: right;
	width: 100%;
	margin: 34px 0 0 -100%;
	position: relative;
	z-index: 2;
}
.prod-tabs dd.selected {
	display:block;
}
.prod-tabs .tab-content {
	border: 1px solid #dbdbdb;
	padding: 20px;
	position: relative;
}
.prod-tabs .tab-content .dialog {
	border: 0 none;
}
.prod-tabs .tab-content .dialog .title {
	display: none;
}
.prod-tabs .tab-content .dialog .content {
	background: #ffffff none;
	border: 0 none;
}
.products-listing .title {
	background: transparent none;
}
.products-listing .content {
	background: transparent none;
	padding-top: 0;
}
.products-listing .products {
	margin-top: 0;
}
.products-dialog .content {
	padding-top: 0px;
}
 
/* Product thumbnails */
.thumbnails {
	margin: -3em 0 0 -2em;
	text-align: center;
}
.thumbnail {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 3em 0 0 2em;
}
.thumbnail .r {
	float: left;
}
.thumbnail .r .image {
	text-align: center;
	display: block;
	border: solid 1px #dbdbdb;
	margin-bottom: 4px;
}
.thumbnail .r .image img.leveler {
	width: 0px;
	vertical-align: middle;
}
.thumbnail .r .image a:link,
.thumbnail .r .image a:active,
.thumbnail .r .image a:visited,
.thumbnail .r .image a:hover {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.thumbnail .r .products-title {
	display: block;
	text-align: left;	
	padding-left: 3px;
}
.thumbnail .r .products-title a:link,
.thumbnail .r .products-title a:active,
.thumbnail .r .products-title a:visited,
.thumbnail .r .products-title a:hover {
	text-align: left;
	color: #005d98;
	font-size: 12px;
	font-weight: normal;
}
.thumbnail .r .products-title a:hover {
	color: #017dcb;
}

/* Bestsellers styles */
.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: bold;
	color: #005d98 !important;
	text-decoration: underline !important;
	font-size: 13px;
}
.menu-bestsellers ul li a:hover {
	color: #017dcb !important;
}
.menu-bestsellers ul {
  margin: 0px;
  padding:0px;
  list-style-type: none;
}
.menu-bestsellers ul li,
.menu-special ul li,
.menu-help ul li,
.menu-manufacturers ul li
{
  padding: 9px 0;
}
.menu-bestsellers ul li div.image {
	text-align: center;
	padding: 5px;
	background-color: #ffffff;
	border: solid 1px #dbdbdb;
	margin-bottom: 10px;
}
.menu-bestsellers ul li div.price-row {
	margin-top: 4px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}

/* Customer reviews styles */
.creviews-rating-box.message span {
  font-size: 12px;
}
.creviews-rating {
  padding: 0 0 0 5px;
  white-space: normal;
}
.products .image .creviews-rating {
 text-align:left;
}
.creviews-vote-bar a, .creviews-vote-bar span, .creviews-vote-bar a img, .creviews-vote-bar span img {
	background-image:url(../../../skin/preneed/css/../images/custom/stars.png);
}

/* Detailed product images styles */
div.dpimages-popup-link {
	display: none;
  margin-top: 3px;
}
.dpimages-popup-link a:link,
.dpimages-popup-link a:visited,
.dpimages-popup-link a:hover,
.dpimages-popup-link a:active {
  background: transparent url(../../../skin/preneed/css/../../common_files/images/zoom_image.gif) no-repeat 3px 3px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
  height: 22px;
  line-height: 20px;
  background-color: #5a5a5a;
  padding: 0 5px 0 17px;
  white-space: nowrap;
}
.printable .dpimages-popup-link {
  display: none;
}
.image .dpimages-icons-box {
	width: auto;
}

.image .dpimages-icons-box a:link, .image .dpimages-icons-box a:visited, .image .dpimages-icons-box a:hover, .image .dpimages-icons-box a:active {
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 10px;
	box-shadow: 0 2px 0 #DDDDDD;
	padding: 8px;
	background: #FFFFFF;
	margin-left: 4px;
}
.image .dpimages-icons-box a:first-child {
	margin-left: 0;
}
.image .lightbox.cboxElement > img {
	max-width: 50px;

}
/* Fast Lane Checkout styles */
.flc-top-login {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 40px;
  line-height: 40px;
  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;
}
.flc-container #center {
  text-align: center;
}
.flc-container #center-main {
  text-align: left;
  width: auto;
  margin:0 auto;
}
div.flc-tabs-container {
  float: left;
  left: 50%;
}
div.flc-tabs{
  position: relative;
	left:auto;
	right: 50%;
	margin:0 auto;
}
.flc-tab-marks-line img{
	background:#d0d0d0;
}
.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:#1f6e9e;
}
div.flc-tab-cart-line img{
	background:url(../../../skin/preneed/css/../images/custom/cart_checkout.gif) left top no-repeat;
	width:22px;
	height:26px;
}


.checkout-payments tr td {
  padding: 2px;
}

/* Flyout Menus styles */
.menu-fancy-categories-list {
	margin-bottom: 0;	
}
.menu-fancy-categories-list .content {
   padding: 0;
}
.fancycat-icons-e ul {
  width: 238px;
}
.fancycat-icons-e ul li {
	padding: 0px;
	border-bottom: solid 1px #efefef;
}
.fancycat-icons-e ul li.last {
	border-bottom: 0 none;
}
.fancycat-icons-e li ul {
  left: 225px;
  border: 1px solid #dbdbdb;
}
.fancycat-icons-e li:hover,
.fancycat-icons-e li.over
{
 background-color: #e7e7e7;
}
.fancycat-icons-e ul li a:link,
.fancycat-icons-e ul li a:visited,
.fancycat-icons-e ul li a:hover,
.fancycat-icons-e ul li a:active
{
  color: inherit;
  padding: 12px 0px 10px 16px;
  text-decoration: none !important;
}
.fancycat-icons-e a.sub-link:link,
.fancycat-icons-e a.sub-link:visited,
.fancycat-icons-e a.sub-link:hover,
.fancycat-icons-e a.sub-link:active
{
  background-position:97% 15px;
  background-image:url(../../../skin/preneed/css/../images/custom/tree_subdir_plus.gif);
}
.fancycat-icons-e img {
  top: 12px;
}
.fancycat-icons-e img.category-bullet {
	top: 17px;
}
.fancycat-page-subskin-c #center-main {
  margin-left: 240px;
}
.home.fancycat-page-subskin-c #center-main {
  margin-left: 0;
}
.fancycat-page-subskin-c #left-bar {
  width: 220px;
}
.fancycat-icons-c {
	padding: 0;
}
.fancycat-icons-c ul li {
	padding: 8px 0;
	border-bottom: none;
	color: #1c6689;
	font-size: 14px;
}
#cat-layer-257 {
	display: none;
}
.menu-dialog ul li a.category-link-261:link {
  color: #d41717;
  font-weight: bold;
}
.fancycat-icons-c li ul {
	margin-left: 20px;
}
.fancycat-icons-c li ul li {
	border-bottom: 0 none;
	color: #555555;
}
.fancycat-icons-c li a.arrow:link,
.fancycat-icons-c li a.arrow:visited,
.fancycat-icons-c li a.arrow:hover,
.fancycat-icons-c li a.arrow:active
{
  top: 13px;
}
/* end Flyout Menus styles */

.giftcert-table .giftcert-title {
	color:#1f6188;
}
#left-bar .gift-certificate a img {
  width: 100%;
}
.pmap_letters span.pmap_current {
	background: #1f6188;
}
.register-section-title label{
	font-size:12px;	
	color:#1F6188;
}
.register-section-title div{
	border-color:#1F6188;
	padding:2px 0 1px;
}
tr.head-row th {
	background: #EEE;
	font-weight: bold;
}
.cart-content tr td, .cart-content tr th {
	padding: 6px 10px;
}
.shipping-method a{
	font-size:12px;
}
div.opc-section-container{
	padding:0px;
}
div.opc-container #center-main,
div.flc-container #center-main
{
  width: auto;
  max-width: 1200px;
}
table.totals tr.total td.total-value-alt{
	padding: 5px 5px 10px 0;
}
.checkout-shippings tr td{
	padding: 10px 5px 10px 5px;
}
div.address-book-link span.popup-link{
	font-size:12px;
}
div.coupon-info p{
	font-size: 12px;
}
table.cart-content tr td{
	border-bottom: solid 1px #CCC;
}
.opc-checkout-profile .opc-section-container{
	padding:10px 0 0 0;
}
table.cart-content tr td {
	font-size:12px;
}
.cart table.item {
  background: url(../../../skin/preneed/css/../images/custom/cart_th.png) repeat-x left top;
  margin: 0;
}
.cart .item th {
  color: #005d98;
  font-weight: normal;
  font-family: Tahoma;
  font-size: 18px;
  padding: 8px 23px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #bdc2c4;
  background: url(../../../skin/preneed/css/../images/custom/cart_th_bg.gif) no-repeat left 1px;
  text-align: center;
}
.cart .item th.first {
  border-left: 1px solid #e7e7e7;
  background: none;
  text-align: left;
}
.cart .item th.last {
  border-right: 1px solid #e7e7e7;
}
.cart th.delete {
  border: 0px none;
  background: #fff;
  padding: 0;
}
.cart td.image {
  border-left: 0px none;
  padding-top: 15px !important;
}
.cart td.details {
  border-left: 0px none;
  width: 40%;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart td.price {
  text-align: center;
  padding: 55px 25px 10px;
}
.cart td.giftcert-price {
  padding-top: 65px;  
  padding-bottom: 65px;
}
.cart td.price .button-row {
  text-align: center;
}
.cart td.subtotal {
  text-align: right;
  padding: 10px 15px;
  white-space: nowrap;
}
.cart td.subtotal .price {
  color: #1f6188;
  font-size: 14px;
}
.cart .separator td {
  height: 4px;
  padding: 0px;
  border-right: 1px solid #b5b6b7;
  border-bottom: 1px solid #b5b6b7;
}
.cart .separator.top td {
  border-bottom: 0px none;
}
.cart .descr {
  margin-bottom: 10px;
}
.cart .poptions-title {
  margin-top: 0px;
}
.cart .poptions-list {
  margin-bottom: 10px;
}

.cart table.item table td {
  border: 0px none; 
}
div.cart table.totals {
  width: auto;
}
div.cart table.totals td {
  vertical-align: middle !important;
}
div.cart table.totals .total {
  padding-right: 30px;
}
a.image-button.simple-update-button img {
  background: url(../../../skin/preneed/css/../images/custom/update.png) no-repeat right top;
  width: 25px;
  height: 21px;
}
button.update-cart-button .button-right {
  background: url(../../../skin/preneed/css/../images/custom/update_cart.png) no-repeat right top;
  padding-right: 35px; 
}
button.clear-cart-button .button-right {
  background: url(../../../skin/preneed/css/../images/custom/clear_cart_grey.png) no-repeat right top;
  padding-right: 28px; 
}
button.clear-cart-button:hover .button-right {
  background: url(../../../skin/preneed/css/../images/custom/clear_cart.png) no-repeat right top;
}
button.edit-options {
  float: left;
  margin-right: 11px;
  margin-top: 10px;
}
.cart td.delete {
  border: 0px none;
  width: 34px;
  padding: 0;
}
.cart .delete-wrapper {
  margin-left: -1px;
  z-index: 1000;
}
.image-button.simple-delete-button {
  background: none;
  padding: 0px;
}
a.image-button.simple-delete-button img {
  background: url(../../../skin/preneed/css/../images/custom/delete_item.png) no-repeat left top;
  width: 34px;
  height: 42px;
}
a.image-button.simple-delete-button:hover img {
  background: url(../../../skin/preneed/css/../images/custom/delete_item.png) no-repeat left -42px;
}

a.image-button.plus-button img {
  background: url(../../../skin/preneed/css/../images/custom/qty_arrows.gif) no-repeat left top;
  width: 9px;
  height: 6px;
}
a.image-button.minus-button img {
  background: url(../../../skin/preneed/css/../images/custom/qty_arrows.gif) no-repeat left -6px;
  width: 9px;
  height: 6px;
  margin-top: 4px;
}
.qty-wrapper {
  position: relative;
  float: left;
  left: 50%;
  margin-top: 10px;
}
.qty-wrapper1 {
  position: relative;
  float: left;
  right: 50%;
}
.qty-arrows {
  position: absolute;
  right: 4px;
  top: 3px;
  width: 9px;
  height: 18px;
}
.cart .responsive-item,
.cart .responsive-cart-header,
.cart .cart-border,
.cart .buttons,
.cart .paypal-cart-button,
.simple-dialog .content,
.wl-dialog,
.cart-note
{
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart .cart-border {
  background: #f3f3f3;
  border: 1px solid #b5b6b7;
  border-top: 0px none;
  padding: 15px 15px 15px 10px;
}
.giftwrapping-cart {
  padding: 15px;
}
.giftwrapping-cart .button-row {
  margin-top: 5px;
}
.estimator-container {
  padding: 15px;
}
.simple-dialog .content {
  border: 1px solid #b5b6b7;
  background: #f3f3f3;
  padding: 10px 22px;
}
.simple-dialog .data-name {
  padding-right: 10px;
}
.estimator-container .button-row {
  margin-top: 0px;
}

.acheckout-button-box {
  text-align: right;
  width: 95%;
}
.cart .right-buttons-row.buttons-row {
  margin-right: auto!important;
}

.wl-carousel .image {
  border: 1px solid #dbdbdb;
}
.wl-carousel .product-title {
  color: #005d98;
  font-size: 13px;
  font-weight: bold;
  border: 0px none;
  text-decoration: underline;
}
.wl-carousel a.product-title:hover {
  text-decoration: none;
}
.wl-carousel div.price-row {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 12px;
} 
.wl-dialog a.delete {
  padding-left: 10px;
  vertical-align: middle;
}
.wl-dialog a.delete img {
  background:url(../../../skin/preneed/css/../images/custom/delete.gif) left top no-repeat;
  width:13px;
  height:13px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  background: transparent url(../../../skin/preneed/css/../images/custom/left_arrow.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -21px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  background: transparent url(../../../skin/preneed/css/../images/custom/right_arrow.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -21px 0;
}

.wishlist table.item {
  background: none;
}
.wishlist .item td {
  border: 0px none;
}
.wishlist td.details {
  width: 70%;
}

.menu-dialog .item{
	font-size:12px;
}
img.separator{
	background-color:#eee;
}

/* XPC iframe styles */
.xpc-iframe-hidden {
  height: 0px;
}

.xpc-iframe-shown {
  height: 470px !important;
}

.checkout-form-xpc-shown {
  position: relative;
  margin-top: -20px; !important;
}

.terms_n_conditions-xpc-shown {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.products-div {
  margin-right: -14px;
  margin-left: -14px;
}
.related-products .products-div {
	margin: 0;
}

.products-div .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 45px 0;
  width: 33.333%;
}
.welcome-cell.with-bestsellers .products-div .item {
  width: 50%;
}

.products-div .item-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 5px;
  margin: 14px;
  padding: 15px 15px 30px 15px;
  box-shadow: 0 2px 0 #DDDDDD;
}
.related-products .dialog .title h2 {
	color: #000000;
	font-size: 18px;
}
.related-products .products-div .item {
	width: 32.33%;
}
.related-products .products-div .item-box {
	margin: 0 14px 14px 0;
}
.products-div .image {
  float: none;
  padding: 0;
}
.products-div .details {
  padding: 0;
  position: relative;
}
.products-div .prod-notif {
  position: absolute;
  z-index: 2;
}
.products-div .prod-notif-email {
  max-width: 80%;
}
.products-div .buttons-row {
  float: left;
}

.new_arrivals_date {
  margin-top: 8px;
}

#welcome-tabs-container .dialog{
  margin: 0
}

.ui-tabs .ui-tabs-nav li {
	background: #f1f1f1;
	border: none;
	height: 41px;
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	border-radius: 5px 5px 0 0 ;
}

#top-links .ui-corner-top.ui-state-default > a[href="returns.php"] {
  display: none;
}
#top-links .ui-corner-top.ui-state-default > a[href="bonuses.php"] {
  display: none;
}

#welcome-tabs-container.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  background: #FFFFFF;
  border: none;
  margin-bottom: -1px;
  overflow: visible;
}

#welcome-tabs-container .ui-state-default a,
#welcome-tabs-container .ui-state-default a:link,
#welcome-tabs-container .ui-state-default a:visited {
  font-size: 18px;
  color: #87835d;
    border: 1px solid #e0e0e0;
}
#welcome-tabs-container .ui-state-active a,
#welcome-tabs-container .ui-state-active a:link,
#welcome-tabs-container .ui-state-active a:visited {
	background: #FFFFFF;
  color: #216686;
  font-size: 18px;
  border: 1px solid #e0e0e0;
  border-bottom: 0 !important;
}
#welcome-tabs-container {
  margin-bottom: 25px;
  background: none transparent;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 0 #DDDDDD;
}
#welcome-tabs-container > div {
	padding: 20px;
}
.ui-tabs .ui-tabs-panel {
	background: #ffffff;
	border: 1px solid #e0e0e0;
}
#welcome-tabs-container .products-div .image {
 padding: 3px 0 3px 0;
}
#welcome-tabs-container img {
	margin: 0 10px 10px 0;
}
.product-details .product-properties .seperator {
  height: 5px;
}
.product-details .product-properties .property-name {
  width: auto;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  color: #343434;
  display: inline-block;
  margin-bottom: 5px;
}
.product-details .product-properties .property-value {
  width: auto;
  white-space: normal;
  font-size: 14px;
  color: #343434;
  display: inline-block;
}
.product-details .product-properties .product-option .property-value {
	display: block;
}
.product-details .product-properties .product-price {
  color: #818080;
  font-weight: normal;
  font-size: 22px;
}
.product-details .product-properties .product-price-value {
  font-family: inherit;
  color: #1f6188;
  font-weight: normal;
  font-size: 22px;
}
.product-details .product-properties .product-market-price {
  color: #818080;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
}
.content .details .image {
  text-align: center;
  vertical-align: top;
  padding: 0;
  float: left;
  margin: 5px 20px 5px 0px;
}
.content .details .image.image-hide {
	display: none;
}
.product-details .product-properties {
  float: left;
}
.product-details .buttons-row.soc-buttons-row {
  margin-top: 0;
}
.product-details .ask-question {
  margin-top: 0;
}
.product-details .product-notify {
  width: 50%;
}

.simple-products-div .item {
  text-align: center;
  margin: 0 0 0 0;
}
.simple-products-div .item .image-wrapper {
  position: relative;
}
.simple-products-div .item .image-wrapper a {
  display: block;
  margin: 0 auto 0 auto;
}
.simple-products-div .item .image-wrapper img {
  position: relative; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.simple-products-div .item .product-title {
  display: block;
  margin: 0;
  text-align: left;
}
.simple-products-div .item .product-cell-price {
  margin: 5px 0 20px 0;
}
.responsive-cart-header {
  background: url(../../../skin/preneed/css/../images/custom/cart_th.png) repeat-x left top;
  margin: 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #BDC2C4;
  border-right: 1px solid #E7E7E7;
  padding-right: 1px;
  height: 40px;
}
.responsive-cart-header div {
  color: #005D98;
  font-weight: normal;
  font-family: Tahoma;
  font-size: 18px;
  padding: 8px 2%;
  background: url(../../../skin/preneed/css/../images/custom/cart_th_bg.gif) no-repeat left 1px;
  text-align: center;
  float: left;
}
.responsive-cart-header div.responsive-first{
  border-left: 1px solid #E7E7E7;
  background: none;
  text-align: left;
  width: 56%;
}
.responsive-cart-header div.responsive-price {
  width: 16%;
}
.responsive-cart-header div.responsive-subtotal {
  width: 14%;
}
.cart .responsive-row {
  position: relative;
}
.cart .responsive-item {
  border: 1px solid #b5b6b7;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.products.cart .right-box {
  border-top: 1px solid #b5b6b7!important;
}
.cart .responsive-row.first .responsive-item {
  border-top: 0;
}
.cart .responsive-item .details {
  padding: 10px 2% 10px 2%;
  margin: 0;
  vertical-align: top;
  width: 56%;
  display: inline-block;
  border-right: 1px solid #B5B6B7;
}
.cart .responsive-item div.price {
  padding: 0 2%;
  width: 15%;
  margin: -43px 0 0 60%;
  text-align: center;
  position: absolute;
  top: 50%;
  height: 86px;
}
.cart .responsive-item .subtotal {
  margin: 0;
  padding: 14px 2% 0 2%;
  width: 14%;
  display: block;
  border-left: 1px solid #B5B6B7;
  display: block;
  position:absolute;
  height:auto;
  bottom:0;
  top:0;
  left:0;
  right:0;
  margin-left: 80%;
  text-align: center;
}
.cart .responsive-item .subtotal .subtotal-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -28px;
}
.cart .delete {
  display: inline-block;
  margin: -22px 0 0 0;
  width: 4%;
  position: absolute;
  top: 50%;
  height: 44px;
  padding: 0;
}
.cart .item {
  margin: 0;
}
.simple-dialog .add-coupon .data-name {
  display: inline-block;
  padding-top: 5px;
}
.address-field .data-name {
  width: 150px;
  display: inline-block;
}
.address-field div.data-required, 
.address-field div.data-optional {
  display: inline-block;
  margin-left: -15px;
  width: 15px;
}
div.address-field {
  margin-top: 3px;
}
.address-field .address-checkbox {
  padding-top: 5px;
}
.address-field input,
.address-field textarea,
.address-field select {
  margin-left: 0;
}
div.order-invoice {
  max-width: 800px;
}
.responsive .invoice-company-icon {
  display: inline-block;
  margin: auto;
  width: 36%
}
.responsive .invoice-data-box {
  display: inline-block;
  width: 61%;
  padding-left: 2%;
}
.adv-search table .search-button {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.adv-search table .pattern input, 
.adv-search table .pattern select,
select.adv-search-select {
  width: 75%;
}
.adv-search .responsive-search .data-name,
.adv-search .responsive-search .data-input,
.adv-search .responsive-search .input-row,
.adv-search .responsive-search .search-button {
  display: inline-block;
}
.adv-search .responsive-search .data-name {
  margin-top: 10px;
  width: 20%;
  color: #112536;
  font-weight: bold;
}
.adv-search .responsive-search .data-input.pattern {
  width: 50%;
  margin-right: 10px;
}
.adv-search .responsive-search .data-input.pattern input {
  width: 100%;
}
.adv-search .responsive-search .search-button {
  width: 15%;
}
.adv-search .responsive-search .search-button button{
  vertical-align: middle;
}
.adv-search .responsive-search .input-row {
  width: 75%;
}
.adv-search .responsive-search .data-name.search-options {
  margin-top: 0;
}
.adv-search .responsive-search .expand-section {
  margin-left: 20%;
}
.product-details #orderform {
  display: inline-block;
  width: 415px;
}
.prod-notif {
  padding: 10px 5px 10px 5px;
}
.cart .responsive-item .details .image {
  display: inline-block;
  width: 35%;
  float: none;
}
.cart .responsive-item .details .product-info {
  display: inline-block;
  width: 58%;
  overflow: hidden;
}
.popup-dialog .change-userinfo {
  width: 100%;
}
.error-page .subcontainer {
  width: 90%;
  max-width: 700px;
}
.error-page .code-number {
  width: 25%;
}
.error-page .description {
  width: 70%;
}
#header div.search {
  width: 63%;
}
#header div.search input.text {
  width: 36%;
  max-width: 199px;
}
#header .languages {
  width: 32%;
  right: 10px;
}
#header .languages #mc-selector-menu {
  max-width: 199px;
}
#header .languages-flags a, #header .languages-flags strong {
  padding-left: .5%;
  padding-right: .5%;
}
.product-details .details .save-percent-container {
  margin-left: 0;
  width: 57px;
  height: 57px;
  position: absolute;
  top: 30px;
  right: 5px;
}
.product-details .save-percent-container .save {
  float: none;
  font-size: 12px;
  background: transparent url(../../../skin/preneed/css/../images/custom/save_money.png) no-repeat left top;
  width: 57px;
  height: 29px;
  padding-top: 28px;
  padding-left: 3px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.product-details .details {
  padding-left: 0;
}
.help-link {
	border: none;
}
.page-Thank-You h1 {
	display: none;
}
.page-Sample-Request {
	padding-bottom: 100px;
}
.recaptcha1 {
	position:absolute; bottom: 50px; left: 135px;
}
.recaptcha-submit {
  left: 135px;
  position: relative;
}
/**
* http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.head_links_social{
	list-style-type: none;
	margin: 0px;
	float:right;
	height: 20px;
}
.head_links_social li a{
	padding-left: 8px !important;
	padding-right: 0px !important;
}
.head_links_social li img{
	width: 20px;
}
.head_links_social li{
	float: left;
	text-decoration: none;
}
.head_links_left{
	float: left;
    width: 75%;
}
.head_links_right{
	float: right;
	width: 25%;	
}
.head_links_right a{
	padding-right: 0px !important;
}

@media screen and (min-width:1280px) {

  .container {
    width: 960px;
  }

  .products-div .item {
/*     width: 25%; */
  }
  .welcome-cell.with-bestsellers .products-div .item {
    width: 33.333%;
  }
  
  .welcome-cell.with-bestsellers {
    width: 680px;
  }
  .bestsellers-cell {
    width: 230px;
  }
  
  .adv-search .responsive-search {
    width: 80%;
  }

  .flc-container .cart .right-buttons-row,
  .flc-container .cart .paypal-cart-button,
  .flc-container .cart .cart-border,
  .flc-container .products.cart .right-box
  {
    margin-right: 58px;
  }

}
@media screen and  (max-width:959px){
	.head_links_left{
		width: 60%;
	}
	.head_links_right{
		width: 40%;
	}
	.head_links_social li a{
		margin-left: 5px !important;
	}
}

@media screen and (min-width:375px) and (max-width:447px) {
	.head_links_left{
		width: 57%;
	}
	.head_links_right{
		width: 43%;
	}
	.head_links_right a{
		font-size:11px !important;
	}
}
@media screen and (max-width:375px){
	.head_links_left{
		width: 100%;
	}
	.head_links_right{
		width: 100%;
	}
	.head_links_social{
		padding-left: 25%;
		float:none;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {

	html, body {
	min-width: 750px;
	}
	.container {
	width: 700px;
	}
	div.opc-container #center-main,
	div.flc-container #center-main
	{
	width: 700px;
	}
	.tabs a {
	min-width: 80px;
	font-size: 11px;
	}
	.tabs li img {
	display: block;
	width: 80px;
	height: 0px;
	}
	#left-bar {
	width: 175px;
	}
	.fancycat-page-subskin-c #left-bar {
	width: 175px;
	}
	.fancycat-icons-e ul {
	width: 163px;
	}
	.fancycat-icons-e li ul {
	left: 150px;
	}
	#header .phones span {
	padding-right: 10px;
	}
	#header .phones {
	font-size: 10px;
	}
	#header .line1 .header-links {
	width: 50%;
	top: 5px;
	}
	.header-links strong, .header-links a:link, .header-links a:active, .header-links a:visited, .header-links a:hover {
	display: inline-block;
	padding-top: 3px;
	}
	.fancycat-page-subskin-c #center-main,
	#center-main {
	margin: 0 0 0 195px;
	}
	.menu-minicart .content {
	width: auto;
	}
	div.minicart {
	width: auto;
	}
	div.minicart .full td.your-cart {
	font-size: 11px;
	font-weight: normal;
	}
	
	.products-div .item {
	width: 50.0%;
	}
	.welcome-cell.with-bestsellers .products-div .item {
	width: 100.0%;
	}
	
	#welcome-tabs-container .products-list .image {
	float: none;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	}
	#welcome-tabs-container .products-list .details {
	padding: 0;
	margin: 0 !important;
	}
	.welcome-cell.with-bestsellers {
	width: 300px;
	}
	.bestsellers-cell {
	width: 185px;
	}
	.menu-dialog .title-bar h2 {
	font-size: 16px;
	text-transform: uppercase;
	}
	#welcome-tabs-container .ui-tabs .ui-tabs-nav li,
	#welcome-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	width: 100%;
	text-align: center;
	}
	#welcome-tabs-container .ui-tabs .ui-tabs-nav li a,
	#welcome-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
	border: 0 none;
	width: 100%;
	padding: .5em 0;
	}
	#footer .box .footer-links {
	text-align: center;
	padding-top: 15px;
	line-height: 18px;
	}
	#footer .copyright {
	padding-top: 12px;
	font-size: 12px;
	}
	.menu-fancy-categories-list .icon-link {
	margin-right: 5px;
	}
	div.checkout-buttons {
	margin: 0 34px -42px 0;
	}
	.responsive-cart-header div.responsive-first {
	width: 50%;
	}
	.responsive-cart-header div.responsive-price {
	width: 22%;
	}
	.cart .responsive-item .details {
	width: 50%;
	}
	.cart .responsive-item div.price {
	width: 21%;
	margin-left: 54%;
	}
	ul#opc-sections {
	min-width: 350px;
	}
	ul#opc-sections li.opc-section {
	width: 350px;
	float: none;
	margin: 0 auto 30px auto; 
	min-height: 200px;
	}
	ul#opc-sections li.last {
	margin-right: auto !important;
	}
	.cart .responsive-item .details .image {
	width: 90%;
	}
	.cart .responsive-item .details .product-info {
	width: 100%;
	}
	.popup-address {
	min-width: 726px;
	}
	.popup-address li.address-box {
	margin: 0 10px 10px 0;
	}
	
}
@media screen and (max-width:812px) {
    .DialogBox input {
  width: 200px;
}
.DialogBox textarea {
  width: 200px;
}
}
@media screen and (min-width:768px) and (max-width:812px) {
#header .lbl_header_msg {
  font-size: 16px;
  padding: 0 0 15px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 110px;
  width: 285px;
}
.xm-menu.xm-menu-1.xm-horizontal.dropdown-menu {
  float: left;
  height: 100%;
  margin: 0;
  padding: 20px 0 10px;
  position: unset;
  width: 100%;
}
#content-container {
  margin-top: 235px;
}
}
		@media screen and (max-width:767px) {
		
		/* mobile mode */
		
		html, body {
		min-width: 320px;
		-webkit-text-size-adjust: 100%;
		}
		div.opc-container #center-main,
		div.flc-container #center-main
		{
		width: auto;
		padding-top: 0;
		}
		.container {
		width: 100%;
		margin: 0;
		}
		#header {
			overflow: visible;
			height: 180px;
		}
		.dropdown-toggle {
  border-bottom: 1px solid #c1c0c0;
  border-top: 1px solid #c1c0c0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 24px;
  padding: 10px 20px;
}
		.dropdown-toggle i {
			border-color: #DDDDDD;
			border-radius: 5px;
		}
		.xm-menu.xm-horizontal {
		  height: auto;
		  width: 100%;
		  position: relative;
		  display: none;
		}
		.xm-menu li {
		  display: block;
		  float: none;
		  width: 100% !important;
		  background: none repeat scroll 0 0 #F9F8F8;
		  border-bottom: 1px solid #c1c0c0;
		}	
		.xm-menu.xm-horizontal li a {
			font-size: 22px;
			padding: 2px 14px;
		}
		.xm-menu li.xm-last {
			border-bottom: none;
		}
		
		.xm-menu.xm-horizontal li .xm-sub-holder {
		  position: relative;
		  text-align: center;
		  width: 100% !important;
		}
		.xm-menu li .xm-sub-menu .xm-sub-column {
			float: none;
			width: 100%;
		}
		.xm-menu li .xm-sub-menu .xm-sub-column ul {
			padding: 0;
		}
		.xm-menu.xm-horizontal li .xm-sub-menu .xm-sub-column ul li {
			border-top: 1px solid #eeeeee;
			padding: 6px 0;
			background: #dedede;
	
		}
		.xm-menu.xm-horizontal li .xm-sub-menu .xm-sub-column ul li:first-child {
			border-top: none
		}
		.xm-menu li .xm-sub-menu .xm-sub-column ul li a {
			text-align: center;
		}
		.formtext-right, .formtext-left {
			width: 100%;
		}
		.formtext-right input[type="text"], .formtext-left input[type="text"],
		.formtext-right textarea, .formtext-left textarea {
			width: 220px;
		}
		.welcome-img img {
		width: 100%;
		}
		#txs_xbanner_1 {
		  display: none;
		}
		.tabs {
		height: 32px;
		}
		.tabs li {
		margin: 0 1px 0 0;
		overflow: hidden;
		height: 32px;
		margin: 0;
		}
		.tabs .t-r {
		right: 1px;
		}
		.tabs .t-l.first {
		left: 1px;
		}
		.tabs .mobile-tab-delim {
		height: 32px;
		width: 1px;
		background-color: #fff;
		position: absolute;
		right: 0;
		top: 0;
		}
		.tabs .mobile-tab-delim.first {
		left: 0;
		}
		.tabs a {
		padding: 0;
		font-size: 11px;
		font-weight: normal;
		width: auto;
		min-width: 0;
		height: 32px;
		line-height: 32px;
		}
		#left-bar .menu-minicart {
			display: none;
		}
		.fancycat-page-subskin-c #left-bar,
		#left-bar {
		float: none;
		padding: 0 5px 0 5px;
		width: auto;
		max-width: 320px;
		margin: auto;
		}
		.fancycat-icons-e ul.fancycat-icons-level-0 {
		width: 100%;
		}
		.fancycat-icons-e li ul {
		left: 125px;
		}
		.hidden-xs {
		display: none;
		}
		.visible-xs {
		display: block;
		}
		#header .phones span {
		padding-right: 10px;
		}
		#header .phones {
		position: absolute;
		text-align: center;
		width: 100%;
		margin: 0;
		top: 75px;
		padding: 0;
		background: none;
		box-shadow: none;
		height: auto;
		}
		.menu-minicart {
		position: absolute;
		top: 0;
		left: 2px;
		right: 2px;
		margin: 0;
		padding: 4px 0;
		}
		.menu-minicart .title-bar {
		padding-left: 8px;
		}
		.menu-minicart .content {
		width: auto;
		padding: 0px 0 7px 14px;
		}
		div.minicart {
		width: auto;
		}
		div.minicart .full td.your-cart {
		font-size: 11px;
		font-weight: normal;
		}
		.minicart-box {
		left: 0px !important;
		}
		.menu-minicart .content:before {
		  top: 0;
		  left: 10px;
		}
		.menu-minicart .content {
		  padding-left: 40px;
		}
		.xm-menu.xm-horizontal {
		  margin: 0;
		}
		.col-4 {
		  width: 50%;
		} 
		.col-3 {
		  width: 100%;
		}
		.home-box.col-4 .home-box-inner {
		  margin: 0 auto;
		  width: 280px;
		}
		.home-promo a.button {
		  margin: 10px 0;
		  float: none;
		  display: inline-block;
		}
		.products-div {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
		}
		.products-div .item {
		float: none;
		margin-right: auto;
		margin-left: auto;
		max-width: 320px;
		width: 100%;
		}
		.products-div .item .details {
		text-align: left;
		}
		.product-details .product-properties .property-name {
		  width: 100%;
		  white-space: normal;
		}
		.descr td {
		  font-size: 12px;
		  padding: 3px;
		}
		.welcome-cell.with-bestsellers .products-div .item {
		width: 100%;
		}
		#welcome-tabs-container .products-list .image {
		float: none;
		margin: 0 auto;
		padding-right: 0;
		padding-left: 0;
		}
		#welcome-tabs-container .products-list .details {
		padding: 0;
		margin: 0 !important;
		}
		.welcome-cell.with-bestsellers {
		width: auto;
		float: none;
		}
		.bestsellers-cell {
		margin: 0;
		width: auto;
		float: none;
		}
		
		#center {
		float: none;
		width: auto;
		left: auto;
		}
		.fancycat-page-subskin-c #center-main,
		#center-main {
		margin: 0;
		padding: 70px 5px 0 5px;
		}
		#left-bar {
		position: static;
		}
		#left-bar .gift-certificate {
		text-align: center;
		}
		.ui-tabs .ui-tabs-nav li,
		.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		width: 100%;
		text-align: center;
		}
		.ui-tabs .ui-tabs-nav li a,
		.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
		border: 0 none;
		width: 100%;
		padding: .5em 0;
		}
		#content-container {
		padding-bottom: 140px;
		margin-top: 152px;
		}
		.checkout-container #content-container {
		padding-bottom: 140px;
		margin-top: 190px;
		}
		.cart .right-buttons-row {
			width: 40%;
		}
		#footer {
		height: 140px;
		}
		#footer .box {
		height: 140px;
		}
		#footer .box .footer-links {
		text-align: center;
		padding-top: 10px;
		margin: 0 0 0 0;
		line-height: 16px;
		min-height: 33px;
		}
		#footer .box .footer-links a:link,
		#footer .box .footer-links a:active,
		#footer .box .footer-links a:visited,
		#footer .box .footer-links a:hover {
		margin: 0;
		white-space: nowrap;
		}
		#footer .footer-links h4 {
			text-align: left;
		}
		#footer .footer-links.contact {
			text-align: left;
		}
		#footer .box .prnotice {
		position: absolute;
		top: 50px;
		left: 50%;
		width: 200px;
		margin-left: -100px;
		text-align: center;
		}
		#footer .copyright,
		.uo-container #footer .copyright
		{
		text-align: center;
		padding-top: 64px;
		padding-right: 0;
		}
		.uo-container #content-container {
		padding-bottom: 160px;
		}
		.uo-container #footer {
		height: 160px;
		}
		.uo-box {
		text-align: center;
		padding-top: 5px;
		}
		.checkout-container #header {
		height: 180px;
		}
		#header .line1 {
		height: 140px;
		}
		#header .line1 .logo{
		width: 100%;
		text-align: center;
		padding-top: 5px;
		margin-bottom: 16px;
		}
		#header .line1 .logo a {
		margin-left: auto;
		margin-right: auto;
		}
		#header .line1 .logo a img {
		height: 65px;
		}
		#header .languages {
		width: 40%;
		}
		.header-links {
                    padding: 5px;
                    position: static;
                    width: 100%;
                    box-sizing: border-box;
                  }
		.header-links .wrapper {
		margin-right: 0;
		text-align: center;
		}
		.header-links .wrapper :last-child {
		background: transparent;
		}
		.header-links strong,
		.header-links a:link,
		.header-links a:active,
		.header-links a:visited,
		.header-links a:hover {
		font-size: 13px;
		display: inline-block;
		padding-top: 3px;
		}
		#location {
		padding: 0;
		}
		input.send2friend {
		width: 200px;
		}
		.soc-buttons-row .soc-item {
		margin-top: 5px;
		}
		.product-details .ask-question {
		margin-top:5px;
		}
		.simple-products-div .item {
		float: left;
		width: 100.0%;
		}
		.simple-products-div .l2-first {
		clear: both;
		}
		.simple-products-div.l1 .item {
		width: 100%;
		max-width: 100%;
		}
		.responsive-cart-header div.responsive-first {
		width: 60%;
		}
		.responsive-cart-header div.responsive-price {
		width: 0;
		display: none;
		}
		.responsive-cart-header div.responsive-subtotal {
		width: 30%
		}
		.dialog.cart-offers {
		width: 100%;
		}
		.cart .cart-border,
		.cart .buttons,
		.cart .paypal-cart-button,
		.simple-dialog .content,
		.wl-dialog
		{
		width: 100%;
		}
		.cart .responsive-item,
		.cart .responsive-cart-header
		{
		width: 90%;
		}
		.cart .responsive-item .details{
		width: 60%;
		border-right: 0px none transparent;
		}
		.cart .responsive-item .details .image {
		float: none;
		}
		.cart .responsive-item div.price {
		width: 60%;
		display: block;
		position: relative;
		margin: 0;
		}
		.cart .responsive-item .subtotal {
		width: 30%;
		margin-left: 64%;
		}
		div.checkout-buttons {
		float: none;
		margin-right: 0;
		}
		.checkout-buttons .checkout-1-button {
		float: left;
		}
		ul#opc-sections {
		min-width: 300px;
		}
		ul#opc-sections li.opc-section {
		min-width: 100%;
		float: none;
		margin: 0 auto 30px auto; 
		min-height: 200px;
		}
		ul#opc-sections li.last {
		margin-right: auto !important;
		}
		.flc-tabs-container {
		display: none;
		}
		.flc-left-dialog {
		width: auto;
		float: none;
		}
		.flc-right-dialog {
		margin-left: 0;
		}
		#email_note {
		margin: -85px 0 0 -152px;
		}
		.address .address-field input,
		.address .address-field select {
		width: 90%;
		display: block;
		}
		.address-field .data-name {
		width: auto;
		}
		.address-field div.data-required {
		margin-left: 0;
		}
		.address .address-field input.zipcode {
		width: 100px;
		margin-left: 0;
		}
		.address-container li.address-box {
		margin: 0 auto 50px auto;
		display: block;
		}
		.responsive .invoice-company-icon {
		display: block;
		width: 180px;
		}
		.responsive .invoice-data-box {
		display: block;
		width: 100%;
		padding-left: 0;
		}
		.data-table textarea,
		.data-table select,
		.data-table input[type=text],
		.data-table input[type=password],
		.data-table input[type=file],
		.input-style
		{
		width: 90%;
		}
		.data-table td {
		padding: 4px 0px;
		}
		.product-details #orderform {
		width: 310px;
		}
		.cart .responsive-item .details .image {
		width: 90%;
		}
		.cart .responsive-item .details .product-info {
		width: 100%;
		}
		.error-page .code-number {
		width: 90%;
		float: none;
		}
		.error-page .description {
		width: 90%;
		}
		.error-page #header .line1 {
		height: 80px;
		}
		.mc-selector-popup-block select {
		max-width: 300px;
		}
		.ui-dialog .ui-dialog-titlebar-close {
		width: 50px;
		}
		.ui-dialog {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		overflow: hidden;
		}
		.ui-dialog .ui-dialog-content table {
		width: 100%;
		}
		.xauth-vertical {
		margin: auto;
		}
		.popup-address {
		min-width: 232px;
		}
		.popup-address li.address-box {
		margin: 0 10px 10px 0;
		}
		
		#content-container2 {
		float: left;
		position: relative;
		right: auto;
		width: 100%;
		}
		
		.menu-bestsellers ul li, .menu-special ul li, .menu-help ul li, .menu-manufacturers ul li {
		padding: 4px 0;
		max-width: 320px;
		margin: auto;
		}
		#welcome-tabs-container .ui-state-default a, #welcome-tabs-container .ui-state-default a:link, #welcome-tabs-container .ui-state-default a:visited {
			border-radius: 0;
			border-bottom: none;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			font-size: 16px;
			padding: 4px 0;
		}
		#welcome-tabs-container .ui-state-active a, #welcome-tabs-container .ui-state-active a:link, #welcome-tabs-container .ui-state-active a:visited {
			font-size: 16px;
		}
		.ui-tabs .ui-tabs-nav li {
			height: auto;
			margin: 0;
			border-radius: 0;

		}
		.ui-tabs .ui-tabs-nav li a {
		padding: 4px 0;
		font-size: 14px;
		}
		
		.product-details {
		margin-bottom: 0;
		}
		.product-details .product-properties {
			float: none;
		}
		.product-details .details .descr {
			padding-right: 0px;
			text-align: justify;		
		}
		.product-details .details .descr .overflow {
			overflow: scroll;	
		}
		.product-min-amount {
			margin: 0;
		}
		.product-min-amount > table {
		  width: 100%;
		}
				
		.bcse-ciu-data {
		  min-width:  inherit !important;
		  max-width: 100%;
		  padding: 15px;
		}
		.fancycat-icons-e li ul {
		  display: none!important;
		}
		.fancycat-icons-e a {
		  background: transparent!important;
		}
		
		#content-container .ajax-minicart img.minicart-button {
		z-index: 0;
		}
		
		#top-message {
		width: 100%;
		}
		
		div.checkout-1-button div,
		div.checkout-1-button a,
		div.checkout-3-button div,
		div.checkout-3-button a,
		div.button a,
		div.button div,
		button.button span
		{
		font-size: 15px!important;
		}
		
		.invoice-products tr th.invoice-sku-column,
		.invoice-products tr th.invoice-quantity-column,
		.invoice-products tr th.invoice-price-column,
		.invoice-products tr th.invoice-total-column
		{
		width: auto;
		white-space: normal;
		}
		.invoice-products tr th.invoice-quantity-column {
		word-break: break-all;
		}
		.invoice-product-options {
		font-size: 10px;
		padding-left: 2px!important;
		}
		.poptions-options-list {
		padding: 0;
		}
		.poptions-options-list tr td {
		padding-bottom: 0!important;
		}
		.invoice-address-box table tr td strong {
		white-space: normal;
		}
		.invoice-address-delim {
		width: 5px!important;
		}
		.invoice-address-title,
		.invoice-personal-info
		{
		width: auto;
		}
		.search-again {
		margin-left: auto;
		}
		.nav-pages-title {
		display: block;
		margin: 5px 0 10px 0;
		}
		.results-found {
		width: 100%;
		}
		.navigation-bar .item-right {
		position: absolute;
		right: 5px;
		}
		.this-page-url {
		text-align: left;
		margin-top: 10px;
		}
		.printable-link-row {
		display: none;
		}
		.products-dialog .title {
		height: 70px;
		}
		.products-dialog .title div.sort-box {
		top: 45px;
		}
		.products-dialog .title div.sort-box .search-sort-cell {
		padding-right: 7px;
		}
		.adv-search table td {
		white-space: normal;
		padding: 3px 0px 3px 0;
		}
		.products.cart {
		margin-bottom: 45px;
		}
		.cart .responsive-item div.price {
		text-align: left;
		}
		.cart .responsive-item div.price .button-row{
		margin-top: 10px;
		}
		.acheckout-button-box {
		width: 100%;
		}
		.qty-wrapper {
		float: none;
		left: 0;
		margin-top: 20px;
		}
		.qty-wrapper1 {
		right: 0;
		}
		.related-products .products-div .item {
			width: 100%;
		}

		.recaptcha1 {
		  bottom: 55px;
		  left: 0;
		  position: absolute;
		}
		.recaptcha-submit {
		  left: 0;
		  position: relative;
		  top: 135px;
		}
		#footer {
			height: auto;
		}
		#footer .footer-links ul li {
			background: transparent;
			border: none;
		}
#header .line1 {
  height: auto;
}
#content-container2 #center #center-main.cf {
  float: left;
  width: 100%;
}
.DialogBox input {
  width: auto;
}
.DialogBox textarea {
  width: auto;
}
#content-container #center .col-3.pull-left {
  float: left;
  width: 30%;
}
#content-container2 #center .col-9.pull-left {
  float: left;
  padding-left: 10px;
  width: 67%;
}
#content-container2 > div#left-bar {
  float: left;
  padding-left: 15px;
  width: 100%;
}
                }

/*

@media screen and (min-width:1510px) and (max-width:1669px) {
  .container {
    width: 1440px;
  }
  .products-div .item {
    width: 20%;
  }
  .welcome-cell.with-bestsellers .products-div .item {
    width: 25%;
  }
  .welcome-cell.with-bestsellers {
    width: 920px;
  }
}

@media screen and (min-width:1670px) and (max-width:1899px) {
  .container {
    width: 1600px;
  }
  .products-div .item {
    width: 16.667%;
  }
  .welcome-cell.with-bestsellers .products-div .item {
    width: 20%;
  }
  .welcome-cell.with-bestsellers {
    width: 1080px;
  }
}

@media screen and (min-width:1900px) {
  .container {
    width: 1850px;
  }
  .products-div .item {
    width: 14.285%;
  }
  .welcome-cell.with-bestsellers .products-div .item {
    width: 16.667%;
  }
  .welcome-cell.with-bestsellers {
    width: 1320px;
  }
}
*/
@media screen and (max-width:767px) {
#header .phones {
  float: right;
  position: unset;
  width: 50%;
}
.dropdown-toggle{
  float: left;
  width: 100%;    
}
#header .lbl_header_msg {
  box-sizing: border-box;
  float: left;
  padding: 10px 15px;
  position: unset;
  text-align: left;
  width: 50%;box-sizing: border-box;
  
}
}
@media screen and (max-width:720px) {
    .DialogBox textarea {
  width: 237px;
}
.fancycat-page-subskin-c #center-main, #center-main {
  padding: 85px 5px 0;
}
}
@media screen and (max-width:640px) {
	.col-4, .col-3 {
	  width: 100%;
  }
  .home-box.col-4 .home-box-inner {
	  margin: 0 auto;
	  width: 280px;
  }
}
@media screen and (max-width:568px) {
#content-container2 #center .col-9.pull-left {
  width: 100%;
}
#content-container #center .col-3.pull-left {
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
.fancycat-page-subskin-c #center-main, #center-main {
  padding: 100px 5px 0;
}
}
@media screen and (max-width:480px) {
.dropdown-toggle{
  float: left;
  width: 100%;    
}
#header .lbl_header_msg {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  position: unset;
  text-align: center;
  width: 100%;
}
#header .phones {
  float: left;
  position: unset;
  width: 100%;
}
.fancycat-page-subskin-c #center-main, #center-main {
  padding: 115px 5px 0;
}
}
@media screen and (max-width:375px) {
.DialogBox input {
  width: 200px;
}
.DialogBox textarea {
  width: 200px;
}
#content-container2 #center .col-9.pull-left {
  padding-left: 5px;
}
}
@media screen and (max-width:360px) {
.DialogBox input {
  width: 175px;
}
.DialogBox textarea {
  width: 175px;
}
#content-container2 #center .col-9.pull-left {
  padding-left: 5px;
}
}
@media screen and (max-width:320px) {
.DialogBox input {
  width: 145px;
}
.DialogBox textarea {
  width: 145px;
}
#content-container2 #center .col-9.pull-left {
  padding-left: 5px;
}
.menu-dialog .title-bar {
  width: 285px;
}
.menu-dialog.menu-fancy-categories-list .content {
  width: auto;
}
.menu-dialog .content {
  width: 285px;
}
.join_newsletter {
  padding: 20px 0 20px 50px;
  width: 234px;
}
}
/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Add To Cart Popup module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    31ad5c1596556ed56d438ec7fcac9f2086a2ba99, v3 (xcart_4_6_2), 2013-12-04 14:11:03, altskin.css, random
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */
.product-added .thumbnail {
  margin: 10px 5px;
  float: left;
}
.product-added .details {
  margin: 30px 0 0 10px;
  float: left;
  width: 150px;
  text-align: center;
}
.product-added .cart-outer {
  float: left;
  margin-bottom: 20px;
}
.product-added hr {
  clear: both;
}
.product-added .added-buttons {
  text-align: center;
}
.product-added h1 {
  margin: 20px 0 20px 20px;
}
.upselling-image {
  position: relative;
  text-align: center;
}
.upselling-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-added .products.products-div {
  margin: 0;
}
.product-added .products .buy-now .quantity-title {
  padding-right: 0;
  width: auto;
}
.product-added .buttons-row .button-separator {
  width: 1px;
}
.product-added .upselling.details {
  width: 33.3%;
  text-align: left;
}
.product-added .upselling .buy-now br {
  display: none;
}
.product-added .upselling .title {
  min-height: 52px;
}
.product-added .continue-shopping {
  vertical-align: top;
  margin-right: 5px;
}
.product-added .checkout-btn-container {
  display: inline-block;
}
.product-added #alternative_checkouts {
  position: relative;
  right: 0;
}

@media screen and (max-width:767px) {
  .product-added.ui-dialog .ui-dialog-content {
    overflow-y: scroll !important;
  }
  .product-added .upselling.details {
    width: 100%;
    margin-bottom: 40px;
    border: solid 1px #DBDBDB;
    padding-bottom: 10px;
  }
  .product-added .cart-outer {
    width: 285px;
    background: none transparent;
    padding-left: 0;
  }
  .product-added .added-buttons {
    width: 100%;
    text-align: center;
  }
  .continue-shopping.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    margin-bottom: 10px;
  }
  .product-added .cart {
    width: 100%;
  }
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Special Offers responsive CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    8675de3e939ee2a51239dbe27abe58f5a483416b, v2 (xcart_4_6_2), 2013-11-19 07:47:23, altskin.css, random
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */
@media screen and (max-width:767px) {

  .offers-short-list {
    margin-top: 0;
  }

  .offers-cell {
    width: 100% !important;
    float: none;
    padding: 0;
  }

  .offers-cell p {
    margin-top: 0;
  }

  .offers-cart-button {
    float: none;
    position: absolute;
    top: -26px;
    right: 0;
  }

}

table.totals tr td.total,
table.totals tr td.total-name,
table.totals tr td.total-value,
table.totals tr td.total-value-alt,
table.totals span.total-name
{
  font-weight: bold;
  text-transform: none;
  padding: 5px 5px 5px 0;
  font-size: 14px;
  vertical-align: top;
}

table.totals tr.total td.total-value-alt {
  font-size: 14px;
  vertical-align: bottom;
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * CSS stylesheet for pop up content
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    cff04bd99069eb8277e168fa8dbca192ba2df350, v2 (xcart_4_4_0_beta_2), 2010-05-28 12:53:04, main.popup.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

html,
body
{
  min-width: inherit;
}

html, 
body,
#page-container,
#page-container2,
#content-container,
.dialog .title
{
  background: transparent none !important;  
}

#center-main {
  margin: 0 10px !important;
  padding: 0 !important;
  overflow: visible;
}

#content-container {
  overflow: visible;
  padding-bottom: 26px;
  margin-top: 27px;
}

#content-container2 {
  float: none;
  right: 0;
  width: 100%;
}

#center {
  float: none;
  width: 100%;
  left: 0;
}

#header {
  background-color: #fff;
  height: 17px;
  border-bottom: 1px solid #d0ddeb;
  vertical-align: top;
}

#header div {
  background-color: #d0ddeb;
  height: 16px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #ffffff;
}

#footer {
  height: 26px;
  text-align: right;
  vertical-align: top;
  padding-bottom: 10px;
  background: transparent none;
}

#footer div {
  text-align: right;
  border-bottom: 1px solid #8e4b00;
  padding-right: 20px;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  vertical-align: top;
}

.dialog {
  margin-bottom: 0;
}

.popup-in-layer #content-container {
  padding-bottom: 10px;
  margin-top: 10px;
}

.popup-in-layer #header,
.popup-in-layer #footer
{
  display: none;
}

