/* 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    21779daf7430b7ec3ac26e9ef35b95c12bfa8998, v97 (xcart_4_6_6), 2014-11-13 09:14:08, main.css, mixon
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * General tags styles
 */
html,
body
{
  height: 100%;
  background-color: #ffffff;
  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: 14px;
}

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

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]:focus,
input[type=password]:focus,
select:focus,
textarea:focus
{
  border: solid 1px #999;
}

/** 
 * 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-container2 {
  position: relative;
}

#center {

  position: relative;
}

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

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

#center-main {
  position: relative;
  overflow: hidden;
}

#header {
  /*min-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 {
  
}

.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 {  
  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 {   
  text-align: left;    
}

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

.dialog.nopad {
	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;
/*  padding-left: 184px;*/
  
}

.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: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  background: #fff none;
  border: 5px solid #e3e3e3;
  overflow: hidden;
  min-width: 700px;
  min-height: 500px;
  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.light-table td {
  line-height: 16px;
  padding: 3px;
}

.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-name label {
  line-height: 20px;
  vertical-align: top;
  font-size: 14px;
}

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

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

/**
 * 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: 18px;
  vertical-align: middle;
}
.register-section-title{/*background-color: #e5e5e5;*/}
.register-section-title div {
/*  vertical-align: middle;
  padding: 7px 10px;
  border-bottom: 0px solid #000;*/
  
}

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

.register-sec-minimized div {
  border-bottom: 0 none;
}

.register-table .register-exp-section label {
  border-bottom: 1px dashed #2c3e49;
}


table.register-table .register-exp-section {
  padding-top: 16px;
  padding-bottom: 16px;
}
	
/**
 * 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;
  font-weight: bold;
  padding-right: 8px;
}

.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: 95%;
  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.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: 28px;
  overflow: 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 #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;
}

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

.register h1{font-size: 18px;}

/* New css-030616 */
.invoice-products tr th.invoice-sku-column, .invoice-products tr th.invoice-quantity-column, .invoice-products tr th.invoice-total-column {
    width: 60px;
    text-align: center;
}
.invoice-products tr th.invoice-price-column {
    width: 100px;
    text-align: center;
}

.invoice-products tr th.invoice-sku-column, .invoice-products tr th.invoice-quantity-column, .invoice-products tr th.invoice-total-column {
    width: 60px;
    text-align: center;
}
.invoice-products tr td {
    text-align: left;
}   
.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-price-column {
    text-align: center;
}
.invoice-products tr td.invoice-total-column {
    text-align: center;
}
/* 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;
}

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
	50%{
		transform: translateY(-8%);
	}
	65%{
		transform: translateY(4%);
	}
	80%{
		transform: translateY(-4%);
	}
	95%{
		transform: translateY(2%);
	}			
	100% {
		transform: translateY(0%);
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
	50%{
		-webkit-transform: translateY(-8%);
	}
	65%{
		-webkit-transform: translateY(4%);
	}
	80%{
		-webkit-transform: translateY(-4%);
	}
	95%{
		-webkit-transform: translateY(2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}					
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Recently viewed module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    66b9af3b833151df0dfaa5cce98845be6e285746, v3 (xcart_4_4_0), 2010-08-03 15:52:09, main.css, igoryan
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.menu-rviewed-section img.icon {
  background: transparent url(../../skin/common_files/modules/Recently_Viewed/../../images/dingbats_products.gif) no-repeat left top;
}

.menu-rviewed-section div.item {
  margin-bottom: 10px;
}

.menu-rviewed-section div.image {
  float: left;
  margin-right: 10px;
}

/* 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    $Id: main.css,v 1.2.2.1 2012/03/22 11:13:33 aim Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* clear link */
.dcoupons-clear img {
  background: transparent url(../../skin/royalmailers/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: */
/**
 * 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, v4 (xcart_4_6_2), 2013-12-04 14:11:03, main.css, random
 * @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 .ui-button-text {
  display: block !important;
  line-height: 1.4 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

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

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

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

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

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

/* 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: */
/**
 * 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: */
/**
 * 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: */
/**
 * 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    7dbe3ab745c6e46d60aea4c7d69156375550c8b7, v3 (xcart_4_4_2), 2010-11-15 11:46:24, main.css, ferz
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

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

table.data-table tr td.iv-box {
  font-size: 10px;
  line-height: normal;
  vertical-align: 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;
}

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

/*
5eba2fb2ff75df4a18d07913b095c0b884b1e772, v2 (xcart_4_6_4), 2014-06-25 11:08:30, 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: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0 0 no-repeat;
  background-size: 100%;
}

.saved-cards span.card.mc {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px 0px no-repeat;
}

.saved-cards span.card.visa {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -71px no-repeat;
}

.saved-cards span.card.jcb {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -141px no-repeat;
}

.saved-cards span.card.amex {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -211px no-repeat;
}

.saved-cards span.card.dc {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -281px no-repeat;
}

.saved-cards span.card.dicl {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -351px no-repeat;
}

.saved-cards span.card.sw {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -421px no-repeat;
}

.saved-cards span.card.cup {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -491px no-repeat;
}

.saved-cards span.card.bc {
  background: url(../../skin/common_files/modules/XPayments_Connector/card_types.png) 0px -561px  no-repeat;
}

table.saved-cards {
  /* max-width: 700px; */
}
table.saved-cards th {
  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;
}
#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    97ca8dbd8d41f52d869843ab3866d59cbeed929d, v5 (xcart_4_4_0), 2010-08-04 11:32:48, main.css, joy
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/* Detailed images on product detailed page */
.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;
}

/* 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: */
/**
 * Advanced Order 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____
 */

#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: */
/**
 * Stop list 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____
 */

img.slist-no-ip {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: transparent url(../../skin/common_files/modules/Stop_List/../../images/no_ip.gif) left top;
}

/* 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: */
/**
 * 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: */
/**
 * Banner Systems module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    23663ab722599bb67140d607ae2900b6d69f951d, v2 (xcart_4_5_3), 2012-09-13 13:13:01, main.css, random
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.banner-system {
  margin: 0px auto 12px auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.banner-system div.content {
  text-align: left;
  width: 100% !important;
}
#banner-system-code-T, #banner-system-code-B, #banner-system-code-L, #banner-system-code-R, #banner-system-code-demo {
  display: none;
}
#banner_system_navigation {
  height: 21px;
  line-height: 21px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 50;
}
#banner_system_navigation img {
  float: left;
  margin: 0 5px;
}
.banner_system_navigation {
  float: left;
}
.banner_system_navigation a {
  margin: 0 5px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  background: #fff;
  text-decoration: none;
}
.banner_system_navigation a.activeSlide {
  background: #8F8F8F;
  color: #fff;
}
.banner_system_navigation a:focus {
  outline: none;
} 

/* 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    ccede2f65deb8ae95e1d6b6fdc7056c93b8b430d, v22 (xcart_4_5_5), 2013-02-01 17:04:27, main.css, random
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/**
 * Alternative styles for common elements 
 */

.sub_tot_id td.total,#ship_id_0 .checkout-shippings tr td.shipping-name{text-align:right !important;width: 80% !important;}
#ship_id_0 .checkout-shippings tr td{padding: 3px 5px 3px 0px !important;;}#ship_id_0{padding:0;width:100%}
.sub_tot_id td.total-value,#ship_id_0 .checkout-shippings tr td.shipping-cost{text-align:right !important;width: 20% !important;}
#ship_id_0 #opc_shipping{margin:0 !important;padding:0 !important;width: 100%;}.checkout-shippings tr td.shipping-cost{vertical-align:bottom}
#ship_id_0 #opc_shipping .opc-section-container.opc-shipping-options{margin:0 !important;padding:0 !important;background:none !important}
#ship_id_0 #opc_shipping .checkout-shippings td,#ship_id_0 #opc_shipping .checkout-shippings label{font-size:12px !important;color:#333 !important;font-weight:bold}
#ship_id_0 #opc_shipping .checkout-shippings .shipping-name input{position: relative;top: 3px;padding: 0px;margin: 0px;}
div.opc-container .opc-section h2,
div.opc-container .opc-section h3
{
  color: #617683;
}

div.checkout-container div#content-container span.star {
  padding-left: 5px;
  color: #F00;
}

.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 li.opc-section {
  text-align: left;
  list-style: none;
}

ul#opc-sections li.opc-section h2 {
  font-weight: normal;
  font-size: 18px;
  padding: 7px;
  margin: 0 0 4px 0;
  background: #f5f5f5;
}

ul#opc-sections li.opc-section h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 7px 0;
  margin: 0;
  border: 0 none;
}

/**
 * Registration section 
 */

fieldset.registerform {
  border: 0 none;
  padding: 0;
  margin: 0;
}

div.opc-section-container div.text-block {
  margin: 0 10px;
}

fieldset.registerform ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

fieldset.registerform ul {
  position: relative;
  padding: 10px 8px;
  margin: 0;
  background: none;
}

fieldset.registerform ul.first {
  padding-top: 15px;
}

fieldset.registerform ul li {
  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.single-field {
  float: none;
  clear: both;
}

fieldset.registerform div.oneline {
  float: left;
  margin-right: 10px;
}

li.single-field input.image-button {
  background: transparent url(../../skin/royalmailers/modules/One_Page_Checkout/../../images/button_go.png) no-repeat left top;
  height: 21px;
  width: 23px;
  margin-bottom: 1px;
}


div.optional-label {
  margin: 10px 5px;
  background-color: #fff;
}

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;
  width: 100%;
  vertical-align: middle;
  position: relative;
  padding: 5px 0;
}

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

ul#opc-sections li.opc-section div.opc-checkout-profile h3 {
  padding: 7px;
}

ul#opc-sections li.opc-section div.news-register-item-descr {
  font-size: 10px;
  font-style: italic;
}

/**
 * Shipping and payment section 
 */

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

.checkout-shippings tr td.shipping-cost { 
  width: 30%;
  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/royalmailers/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/royalmailers/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%;
}
#opc_summary table.totals tr td.dcoupons-clear  {
          color: rgb(51, 51, 51) !important; 
    font-weight: bold !important; 
}
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: 11px;
  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;
  display:none !important;
}

div.terms_n_conditions label {
  font-size: 13px;
}

.place-order-button 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 h3 {
  margin-bottom: 20px;
}

#show_coupon_code {
  border-bottom: 1px dotted;
  color: inherit;
  text-decoration: none;
}

table.cart-content {
	background: #eee;
}


table.cart-content tr.checkout_prodtable_head td{
	background:#fff;
	font-size: 11px;
	font-weight: bold;
	color:#000;
	border: none;
	padding: 3px;
	text-align:center;
}


table.cart-content tr.checkout_prodtable_row td {
	background: url(../../skin/royalmailers/modules/One_Page_Checkout/checkout_prodtable_row_bg.png) top left repeat-x;
	height:45px;
	vertical-align:middle;
	color: #000;
	font-size: 11px;
	border: none;
	text-align:center;
}


table.cart-content tr.checkout_prodtable_row td a {
	color: #555;
	text-decoration: none;
}

table.cart-content tr.checkout_prodtable_row td.product,
table.cart-content tr.checkout_prodtable_head td.product{
	text-align: left;
	width: 315px;
}

table.cart-content input.checkout_prodtable_qty { 
	padding: 0;
	text-align: center;	
}

#checkout_form td.customer_notes{
	width: 322px;
	vertical-align: top;
	color: #000;
}

#checkout_form td.cart_info{
	vertical-align: top;
	padding-left:10px;
	color: #000;
}

table.cart-content tr td.buttons_row {
	background: url(../../skin/royalmailers/modules/One_Page_Checkout/checkout_prodtable_row_bg.png) top left repeat-x;
	height:36px;
	vertical-align:middle;
	color: #000;
	font-size: 11px;
	border: none;
	text-align:center;
}
vim: set ts =2 sw =2 sts =2 et: /**
 * Light and Lucid (2-columns) CSS stylesheet
 *
 * @category    X-Cart
 * @package     X-Cart
 * @subpackage  CSS
 * @author      Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version     $Id: altskin.css,v 1.20.4.2 2012/07/20 09:58:48 tito Exp $
 * @link        http://www.x-cart.com/
 * @see         ____file_see____
 */   
 
/* Global
--------------------------------------*/ 
 
html, body {
	/* min-width: 1084px; */
	text-align: center;
}

h1 {
	font-size: 23px;
	color: #a0866e;
}

a {
	color: #434343;
	text-decoration: none;
}

p, li {
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.shiping-tophdr {
	position: absolute;
	top: 45px;
	right: 317px;
}

a:hover {
	color: #FFAA13;
	text-decoration: none;
}

/* Tables */

.table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	width: 100%;
	max-width: 100%;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
	padding: 15px;
	line-height: 26px;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;	
	color: #58595b;
}

.table-bordered {
	border: 1px solid #DDD;
}

.table-bordered > tbody > tr > th {
 	background: none;
	font-weight: bold;
	border-bottom: 2px solid #DDD;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
	border: 1px solid #DDD;
}

/* Flexbox Columns */

.flex {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flex > div,
.flex > li {
	float: left;    
    flex-grow: 1;    
}

/* END Global
--------------------------------------*/ 

/* Page Layout
--------------------------------------*/ 

#page-container {
	border: 0 none;
	margin: 95px auto 65px auto;
	/* margin: 65px auto; */
	text-align: left;
	width: 1084px;
	/*width:973px;*/
	float: none;
}

#page-container2 {
	float: none;
	-webkit-box-shadow: 0px 0px 80px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 80px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 80px 15px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	border-radius: 10px;
	border-top-right-radius: 0;
}

#content-container {
	/* padding-bottom: 74px; */
	background: url(../../skin/royalmailers/css/../images/content-container-bg.jpg) repeat-y;
	clear: both;
	float: left;
	overflow: visible;
	position: relative;
	width: 100%;
}

#left-bar {
	width: 210px;
	margin: 10px;
	margin-top: 0px;
}

#footer {
	height: 74px;
}

/* END Page Layout
--------------------------------------*/ 

.uo-container #content-container {
	padding-bottom: 107px;
}

.uo-container #footer {
	height: 219px;
}

#header .line0 {
	position: relative;
	height: 107px;
	direction: ltr;
}

#header .line1 {
	height: 30px;
	margin-left: 250px;
	width: auto;
}

.register-section-title div {
	text-align: center;
}

.register-section-title div #ship2diff {
	margin-left: 35px;
}

#header .line2 {
	border: 1px solid #fd9734;
	background: url(../../skin/royalmailers/css/../images/2column/header_bg.gif) repeat-x top;
	margin-left: 250px;
	width: auto;
}

#header .line3 {
	height: 34px;
	margin-left: 250px;
	width: auto;
}

.tabs {
	right: auto;
	width: auto;
	text-align: left;
	left: 1px;
	position: relative;
}

.tabs ul {
	margin: 0;
}

.tabs li {
	background: transparent none;
	height: auto;
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: center;
	vertical-align: middle;
}

.tabs a:link, .tabs a:visited, .tabs a:hover, .tabs a:active {
	display: inline;
	background: transparent none;
	margin: 0;
	padding: 0;
	color: #dfdfdf;
	height: auto;
	font-size: 13px;
}

.text-block {
	margin-left: 20px;
}

.tabs a:hover {
	color: #fff;
	text-decoration: none;
}

#header .phones {
	height: auto;
	vertical-align: middle;
	line-height: inherit;
	color: inherit;
	right: 14px;
	top: 0;
	font-size: inherit;
	height: 13px;
	line-height: 13px;
	padding: 13px 0;
}

#header .phones span {
	color: #542d00;
	padding-left: 10px;
}

#header .phones span.last {
	padding-left: 0;
}

#header .line2 div, #header .line2 span, #header .line2 a:link, #header .line2 a:visited,
	#header .line2 a:hover, #header .line2 a:active {
	color: inherit;
}

#header div.search {
	left: 13px;
}

#header a.search:link, #header a.search:visited, #header a.search:hover,
	#header a.search:active {
	color: #6d3400 !important;
}

#header a.search:hover {
	text-decoration: none !important;
}

#header .languages {
	top: 7px;
	right: auto;
	text-align: left;
	left: 0;
}

#header .languages-row strong {
	font-weight: bold;
	color: #838f98;
}

#header .languages-row a:link, #header .languages-row a:visited, #header .languages-row a:hover,
	#header .languages-row a:active {
	font-weight: bold;
	color: #324c76;
}

#header .auth-row {
	position: absolute;
	top: 7px;
	right: 0;
	color: #2c3e49;
}

.auth-row a:link, .auth-row a:visited, .auth-row a:hover, .auth-row a:active
	{
	color: #324c76;
	padding: 0 1px;
	font-weight: bold;
	text-decoration: none;
}

.auth-row a:hover {
	color: #043FA0;
}

.auth-row span {
	color: #324c76;
	padding: 0 15px 0 0;
	font-weight: bold;
}

#footer .box {
	background: #f4f5f7 none;
	border-top: 1px solid #acb7c7;
}

#footer .helpbox {
	display: block;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

#footer .helpbox li {
	margin: 0;
	padding: 0 15px;
	display: inline;
	line-height: 14px;
}

#footer .helpbox li a:link, #footer .helpbox li a:visited, #footer .helpbox li a:hover,
	#footer .helpbox li a:active {
	color: #324c76;
}

#footer .helpbox li a:hover {
	text-decoration: none;
}

#footer .subbox {
	border-top: 0 none;
	background: transparent none;
	height: 39px;
}

/*=========================== Page Headings =========================*/
h1.page-heading, 
.dialog .title h1,
.dialog .title h2 {
	border-bottom: 1px solid #dfdfdf;
	background: none;
	padding: 0 0 20px 0;
	border-radius: 0;
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 30px 0;
	color: #434343;
}

/*===================================================================*/


.checkout-container #header .line2 {
	height: 39px;
}

.checkout-container #header .line3 {
	height: 34px;
}

.checkout #center-main {
	margin-left: 0;
	width: 1084px;
}

#location {
	height: auto;
	margin-left: 15px;
	margin-top: 3px;
	display: none;
}

.printable-bar {
	top: 0;
	right: 0;
	width: 20%;
	text-align: right;
}

.printable-bar a:link, .printable-bar a:visited, .printable-bar a:hover,
	.printable-bar a:active {
	background-position: left top;
	padding: 2px 0 2px 20px;
	font-size: 11px;
	color: #818891;
}

a.bread-crumb:hover, .printable-bar a:hover {
	color: #818891 !important;
	text-decoration: none !important;
}

/* Button Styles
----------------------------------- */
.buttons-row-right, .buttons-row, .button-row, .button-row-right, table tr td.buttons-row,
	table tr td.button-row, table tr td.buttons-row-right, table tr td.button-row-right
table.data-table tr td.buttons-row, table.data-table tr td.button-row,
	table.data-table tr td.buttons-row-right, table.data-table tr td.button-row-right
	{
	height: 33px;
	line-height: 33px;
}

button.button {
	height: auto;
	color: #063052;
}

button.main-button span, button.red-button span {
	color: #fff !important;
}

button.button .button-right {
	padding: 6px 16px;
	border: 1px solid #c1c1c1;
}

button.button .button-left {
	padding: 0;
	font-size: 12px;
}

button.main-button .button-right {
	border: 1px solid #063052;
}

button.red-button .button-right {
	border: 1px solid #520606;
}

button.main-button .button-left {
	
}

button.button .button-left, button.button .button-right, button.main-button .button-right,
	button.main-button .button-left, button.red-button .button-right,
	button.red-button .button-left {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button.button .button-right {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d1d1d3', GradientType=0); /* IE6-9 */
}

button.main-button .button-right {
	background: #0c69b5; /* Old browsers */
	background: -moz-linear-gradient(top, #0c69b5 0%, #0a5490 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0c69b5 0%, #0a5490 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0c69b5 0%, #0a5490 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c69b5',
		endColorstr='#0a5490', GradientType=0); /* IE6-9 */
}

button.red-button .button-right {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c90e0e+0,a50b0b+100 */
	background: #c90e0e; /* Old browsers */
	background: -moz-linear-gradient(top, #c90e0e 0%, #a50b0b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c90e0e 0%, #a50b0b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c90e0e 0%, #a50b0b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90e0e',
		endColorstr='#a50b0b', GradientType=0); /* IE6-9 */
}

/* General Buttons: Hover */
button.button:hover .button-right {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #c1c1c1 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #c1c1c1 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f2f2 0%, #c1c1c1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2',
		endColorstr='#c1c1c1', GradientType=0); /* IE6-9 */
}

button.main-button:hover .button-right {
	background: #0a6099; /* Old browsers */
	background: -moz-linear-gradient(top, #0a6099 0%, #084a7a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a6099 0%, #084a7a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0a6099 0%, #084a7a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6099',
		endColorstr='#084a7a', GradientType=0); /* IE6-9 */
}

button.red-button:hover .button-right {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b20c0c+0,8e0909+100 */
	background: #b20c0c; /* Old browsers */
	background: -moz-linear-gradient(top, #b20c0c 0%, #8e0909 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b20c0c 0%, #8e0909 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b20c0c 0%, #8e0909 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20c0c',
		endColorstr='#8e0909', GradientType=0); /* IE6-9 */
}

button.button .button-left, button.main-button .button-left, button.button:hover .button-left,
	button.main-button:hover .button-left {
	background: none;
}

/* Page Specific Button Styles */
.register .main-button {
	float: right;
}

/* Added To Cart Buttons */
button.main-button.added-to-cart-button .button-left {
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_red_check_left.gif)
		no-repeat left top;
	padding-left: 27px;
}

div.main-button {
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_red_right.gif)
		no-repeat right top;
}

div.main-button div, div.main-button a:link, div.main-button a:visited,
	div.main-button a:hover, div.main-button a:active {
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_red_left.gif)
		no-repeat left top;
	color: #fff !important;
	text-decoration: none !important;
}

.printable #header .line0 {
	height: 82px;
}

button.menu-button {
	height: 22px;
}

button.menu-button .button-right {
	background: transparent url(../../skin/royalmailers/css/../images/2column/but_menu_right.png)
		no-repeat right top;
	padding-right: 7px;
	height: 20px;
}

button.menu-button .button-left {
	background: transparent url(../../skin/royalmailers/css/../images/2column/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/royalmailers/css/../images/2column/but_menu_right.png)
		no-repeat right top;
	padding-right: 7px;
}

div.menu-button div, div.menu-button a:link, div.menu-button a:visited,
	div.menu-button a:hover, div.menu-button a:active {
	background: transparent url(../../skin/royalmailers/css/../images/2column/but_menu_left.png)
		no-repeat left top;
	padding: 0 1px 0 8px;
	line-height: 20px;
	color: #deedf7 !important;
	font-size: 10px;
}

/* Light Buttons */
button.light-button {
	height: 23px;
}

button.light-button .button-right {
	background: transparent url(../../skin/royalmailers/css/../images/2column/but_light_right.gif)
		no-repeat right top;
	padding: 0 5px 0 0;
	height: 22px;
}

button.light-button .button-left {
	background: transparent url(../../skin/royalmailers/css/../images/2column/but_light_left.gif)
		no-repeat left top;
	padding: 0 5px 0 11px;
	color: #365f8f;
	line-height: 21px;
	font-size: 11px;
}

div.light-button {
	padding: 0 5px 0 0;
	background: transparent url(../../skin/royalmailers/css/../images/2column/but_light_right.gif)
		no-repeat right top;
}

div.light-button div, div.light-button a:link, div.light-button a:visited,
	div.light-button a:hover, div.light-button a:active {
	background: transparent url(../../skin/royalmailers/css/../images/2column/but_light_left.gif)
		no-repeat left top;
	padding: 0 5px 0 11px;
	color: #365f8f !important;
	font-size: 11px;
	text-decoration: none !important;
}

button.main-button.added-to-cart-button .button-right {
	background: url(../../skin/royalmailers/css/../images/button_orange_bg.gif) top left repeat-x;
}

button.main-button.added-to-cart-button:hover .button-left {
	background: url(../../skin/royalmailers/css/../images/2column/button_red_check_left.gif) top left
		repeat-x;
}

/* END Button Styles
----------------------------------- */

/**
 *  Add2Cart AJAX-based
 */
button.do-add2cart-wait .button-right, button.do-add2cart-success .button-right,
	button.do-add2cart-error .button-right {
	border: 1px solid #ccc;
	background: transparent none;
	padding: 0;
	height: 21px;
}

button.do-add2cart-wait .button-left, button.do-add2cart-success .button-left,
	button.do-add2cart-error .button-left {
	background: transparent none;
	padding: 0 14px;
	color: #365f8f;
	font-size: 12px;
	height: 21px;
	line-height: 20px;
}

div.checkout-1-button {
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_big_blue_right.gif)
		no-repeat right top !important;
}

div.checkout-1-button div, div.checkout-1-button a {
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_big_blue_left.gif)
		no-repeat left top !important;
	line-height: 30px !important;
	color: #111D4D !important;
}

div.checkout-3-button {
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_big_red_right.gif)
		no-repeat right top !important;
}

div.checkout-3-button div, div.checkout-3-button a {
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_big_red_left.gif)
		no-repeat left top !important;
	line-height: 30px !important;
	color: #fff !important;
	text-decoration: none !important;
}

div.drop-out-button {
	padding-right: 27px;
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_dropdown.gif)
		no-repeat right top;
}

.dropout-box div.light-button div, .dropout-box div.light-button a {
	line-height: 21px;
}

.search input.image-button {
	width: 22px;
	height: 20px;
	background: transparent url(../../skin/royalmailers/css/../images/2column/button_search.gif)
		no-repeat left top;
}

.menu-dialog .title-bar, .menu-minicart .title-bar {
	line-height: 26px !important;
	height: 25px !important;
	font-weight: bold !important;
	overflow: hidden !important;
	/*border:1px solid #aaa;*/
	/*border-bottom:1px solid transparent;*/
	border-radius: 3px 3px 0px 0px !important;
	padding: 6px 0 10px 12px !important;
	width: auto !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d1d1d3+100 */
	background: #ffffff !important; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d3 100%)
		!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d3 100%)
		!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d1d1d3', GradientType=0) !important; /* IE6-9 */
	border-bottom: 1px solid #C5C5C5 !important;
}

.menu-categories-list ul li {
	background: transparent none;
	padding: 6px 0 6px 7px;
}

.menu-categories-list ul li a {
	font-size: 15px;
	font-weight: bold;
}

.menu-bestsellers ul li a, .menu-manufacturers ul li a {
	font-size: 12px;
}

.menu-minicart.full .title-bar img.icon {
	background: transparent url(../../skin/royalmailers/css/../images/2column/cart_full.gif) no-repeat
		left top;
	width: 18px;
	height: 13px;
}

.menu-minicart h2 .minicart-items-label, .menu-minicart h2 .minicart-items-delim
	{
	font-weight: normal;
}

.menu-minicart .content ul {
	margin-left: 26px;
}

.menu-minicart .content ul li a {
	text-decoration: underline;
	color: #043fa0;
	line-height: 20px;
}

.menu-minicart .content ul li a:hover {
	text-decoration: none !important;
}

.minicart, .minicart .empty, .minicart .full {
	display: inline;
}

.minicart div.subtotal {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #EDEDED;
	padding: 0px 3px 0px;
	border-radius: 2px 2px 2px 2px;
	margin-bottom: 10px;
	font-size: 11px;
	margin-top: 2px;
}

.minicart div.subtotal .price {
	color: #000000;
	float: right;
	font-weight: bold;
	white-space: nowrap;
}

hr.minicart {
	display: none;
}

.minicart .full p.amount-2 {
	padding: 0px;
	margin: 4px;
	display: none;
}

.subtotal>br {
	display: none;
}

.ajax-minicart .title-bar {
	
}

#content-container .ajax-minicart img.icon {
	position: absolute;
	width: 18px;
	height: 13px;
}

.menu-dialog.menu-minicart.full .content {
	background: #0C69B5;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
}

.menu-dialog.menu-minicart.full .content .minicart div.subtotal .p_amount,
	.menu-dialog.menu-minicart.full .content .minicart div.subtotal .p_option
	{
	color: #fff !important;
}

.menu-dialog.menu-minicart.full .content .minicart  a {
	color: #f5f5f7 !important;
}

.menu-dialog.menu-minicart.full .content .minicart .label  a {
	font-weight: normal;
	line-height: 14px;
}

.menu-dialog.menu-minicart.full .content .minicart .label  a:hover {
	color: #FF9F04 !important;
}

.menu-dialog.menu-minicart.full .content .minicart div.subtotal {
	background: none;
	border: none;
}

.menu-dialog.menu-minicart.full .content .minicart div.subtotal,
	.menu-dialog.menu-minicart.full .content .minicart div.subtotal .label,
	.menu-dialog.menu-minicart.full .content .minicart div.subtotal .price
	{
	color: #C5C5C5 !important;
}

.menu-dialog.menu-minicart.full .content .minicart div.subtotal .price .currency
	{
	color: #3edd2d !important;
}

.menu-dialog.menu-minicart.full .content .minicart div.subtotal .label {
	font-weight: bold;
}

#content-container .ajax-minicart img.minicart-button {
	background: none;
	display: none;
}

#content-container .ajax-minicart img.minicart-button-show {
	background-position: left -21px;
}

.ajax-minicart .title-bar h2 {
	position: absolute;
	top: 0;
	left: 0; /*left: 50px;*/
	right: 0;
	overflow: hidden;
}

.ajax-minicart .title-bar img.minicart-button-show {
	background-position: left -21px;
}

.minicart-box {
	top: 22px;
}

.menu-minicart, .menu-special {
	border: 1px solid #acb7c7;
}

.menu-minicart .title-bar, .menu-special .title-bar {
	background: transparent url(../../skin/royalmailers/css/../images/2column/menu_bg_light.gif)
		repeat-x left center;
	border-bottom: 1px solid #acb7c7;
}

.menu-minicart .title-bar h2, .menu-special .title-bar h2 {
	color: #2c3e49;
}

.news-box {
	float: right;
	width: 223px;
	border: 1px solid #c9d1dc;
	padding: 12px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.dialog {
	padding: 25px;
}

.dialog .content {
	color: #58595b;
}

.dialog .title div.sort-box {
	height: 32px;
}

.dialog .title div.sort-box .search-sort-bar {
	margin-top: 8px;
	margin-bottom: 8px;
}

.products .descr, .product-details .details .descr {
	font-size: 12px;
}

.products a.product-title:link, .products a.product-title:visited,
	.products a.product-title:hover, .products a.product-title:active,
	.products .product-title, .product-details .product-title {
	color: #555;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
	text-decoration: none;
}

.products a.product-title:hover {
	color: #000;
}

.products .buy-now .quantity {
	height: auto;
	padding-top: 5px;
}

.products .buttons-row {
	margin-top: 15px;
}

.products-table .product-cell {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.products-list .product-cell-fccheckbox, .list-product .product-cell-fccheckbox
	{
	text-align: center;
}

.products-table .buttons-row, .products-table .button-row {
	margin-top: 5px;
}

.products-table .fcomp-checkbox-box {
	margin-top: 4px;
}

.totals .total {
	text-transform: none;
	padding: 4px 8px 4px 10px; /*######*/
}

table.totals td.total-value, table.totals td.total-value-alt {
	color: #ea6a06;
}

table.product-properties {
	margin-top: 10px;
}

table.product-properties tr td {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.product-properties td.property-name table tr td {
	white-space: nowrap;
}

table.product-properties .product-price {
	color: #5e6c75;
	font-size: 20px;
	font-weight: normal;
}

table.product-properties .product-price-value {
	font-size: 20px;
	font-weight: normal;
}

table.product-properties .product-market-price {
	font-size: 20px;
	font-weight: normal;
}

.product-price-row .property-name, .product-price-row .property-value {
	vertical-align: bottom;
	padding-bottom: 0;
}

table.product-properties .product-mprice-row td {
	padding-top: 0;
}

.poptions-product-separator {
	font-size: 1px;
	line-height: 1px;
	height: 10px;
}

.product-details .market-price {
	font-size: 14px;
	padding: 8px 0;
}

.product-details .buttons-row {
	margin-top: 8px;
}

.offers-short-list {
	margin-top: 10px;
}

.fancycat-icons-e ul {
	width: 192px;
}

.fancycat-icons-e li ul {
	left: 181px;
}

#left-bar {
	width: 264px;
	margin-left: 0px;
	margin: 0px;
	float: left;
}

#center-main {
	width: 820px;
	float: right;
}

strong.language-code img, .language-code-over {
	border: solid 1px #aaa !important;
}

.iv-box a:link, .iv-box a:visited, .iv-box a:active {
	color: #043FA0;
}

.iv-box a:hover {
	text-decoration: none !important;
}

div.news h2 {
	margin-top: 2px;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}

div.opc-container .contacts_col h2 {
	color: #fff;
}

/* XPC iframe styles */
.xpc-iframe-hidden {
	height: 0px;
}

.xpc-iframe-shown {
	height: 470px !important;
}

.checkout-form-xpc-shown {
	position: relative;
	margin-top: -40px;
}

.terms_n_conditions-xpc-shown {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

html {
	background: url(../../skin/royalmailers/css/../images/bubble-bg-light.jpg) repeat #003366;

	/*background: #003366;*/
}

body {
	background: none transparent;
	color: #B2B2B2;
	font-family: Arial;
	font-size: 0.75em;
	line-height: 1.5em;
}

#header .zona1 {
	width: 1084px;
	height: 79px;
}

#header .zona1 .welcome-msg {
	color: #fff;
	float: left;
	font-weight: bold;
	line-height: 79px;
	height: 79px;
}

#header .zona1 .zona1_right {
	height: 79px;
	right: 0px;
	/*margin-left: 200px;*/
	float: right;
}

.zona1_right .language-currency {
	height: 33px;
	right: 0px;
}

.zona1_right .language-currency .language {
	float: right;
	color: #B0B0B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding-top: 1px;
	text-align: right;
	text-transform: none;
}

.absolute-register {
	text-decoration: none !important;
	right: 0px;
	position: absolute;
	bottom: -30px;
}

.zona1_right .language-currency .currency {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	float: right;
	margin: 0 0 0 20px;
	color: #B0B0B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding-top: 1px;
	text-align: right;
	text-transform: none;
}

.zona1_right .top_menu {
	height: 46px;
	margin-top: 33px; /*17px;*/
	float: right;
}

.top_menu .social_links {
	background: url(../../skin/royalmailers/css/../images/bg_face.gif) no-repeat scroll 0 0
		transparent;
	float: right;
	height: 34px;
	padding: 12px 0 0 33px;
	width: 104px;
}

.top_menu .top_links {
	background: url(../../skin/royalmailers/css/../images/top_links_bg.gif) repeat-x scroll 0 0
		transparent;
	float: right;
	height: 32px;
	min-width: 400px;
	padding: 14px 13px 0;
}

.top_menu .top_menu_left {
	background: url(../../skin/royalmailers/css/../images/t_corner.png) no-repeat scroll 0 0
		transparent;
	float: right;
	height: 46px;
	width: 25px;
}

#header .zona2 {
	width: 1084px;
	background: url(../../skin/royalmailers/css/../images/head_row3.gif) repeat-x scroll 0 0
		transparent;
	border-radius: 10px 0 0 0;
	height: 88px;
	position: relative;
}

#header .zona3 {
	width: 1084px;
	background: url(../../skin/royalmailers/css/../images/head_row3.gif) repeat-x scroll 0 -67px
		transparent;
	height: 52px;
	position: inherit;
}

#header div.search {
	left: auto;
	right: 15px;
	top: 16px;
	float: right;
	position: relative;
	height: 35px;
	line-height: 35px;
	background: url(../../skin/royalmailers/css/../images/bg_search.gif) no-repeat scroll 0 0 #02419A;
	padding: 0 0 0 42px;
	border: 1px solid #383738;
	border-radius: 3px 3px 3px 3px;
}

#header .logo {
	margin: 5px 0 0 5px;
	float: left;
	position: relative;
	height: 83px;
}

#header input.text {
	background: none transparent;
	border: none 0;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 308px;
}

#header input.text:focus {
	color: #ffaa13;
}

#header button.button {
	height: 35px;
	padding: 0;
	margin: -1px -3px -1px 0;
}

#header button.button .button-right {
	height: 35px;
}

#header button.main-button .button-right {
	background: transparent url(../../skin/royalmailers/css/../images/btn_search.gif) repeat-x right top;
	height: 35px;
}

#header button.main-button .button-left {
	background: transparent url(../../skin/royalmailers/css/../images/btn_search.gif) repeat-x left top;
	color: #193F6E;
	height: 35px;
	line-height: 34px;
}

#head_menu {
	margin: 6px 0 0 5px;
}

#head_menu li {
	float: left;
	margin-right: -30px;
	position: relative;
	list-style: none;
}

#head_menu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#head_menu li:hover {
	z-index: 100 !important;
}

#head_menu li a {
	background: url(../../skin/royalmailers/css/../images/t_link.png) no-repeat scroll 100% -46px
		transparent;
	color: #193F6E;
	float: left;
	font-size: 17px;
	height: 46px;
	padding: 0 23px 0 0;
	text-decoration: none;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
	background: url(../../skin/royalmailers/css/../lib/jqueryui/images/ui-icons_6da8d5_256x240.png)
		!important;
	background-position: -96px -128px !important;
	overflow: hidden;
}

#head_menu li a span {
	background: url(../../skin/royalmailers/css/../images/t_link.png) no-repeat scroll 0 0 transparent;
	float: left;
	height: 33px;
	padding: 13px 10px 0 30px;
}

#head_menu li a:hover {
	background: url(../../skin/royalmailers/css/../images/t_link.png) no-repeat scroll 100% -138px
		transparent;
	color: #000000;
}

#head_menu li a:hover span {
	background: url(../../skin/royalmailers/css/../images/t_link.png) no-repeat scroll 0 -92px
		transparent;
}

#head_menu li.m1 {
	z-index: 7;
}

#head_menu li.m2 {
	z-index: 6;
}

#head_menu li.m3 {
	z-index: 5;
}

#head_menu li.m4 {
	z-index: 4;
}

#head_menu li.m5 {
	z-index: 3;
}

#head_menu li.m6 {
	z-index: 2;
}

#head_menu li.m7 {
	z-index: 1;
}

.menu-dialog .title-bar h2, .title-bar h2 {
	/*	color: #193f6e;*/
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.menu-minicart .title-bar, .menu-special .title-bar, .auth_div .title-bar
	{
	/*background: url(../../skin/royalmailers/css/../images/bg_block.gif) repeat-x scroll 0 0 #FF9800;*/
	/*   background: #19365e;*/
	background: url(../../skin/royalmailers/css/../images/title_back.png);
	border-radius: 3px 3px 0px 0px;
	/*padding-bottom : 8px;*/
}

.menu-dialog {
	border: 0 none;
}

.menu-dialog .content {
	padding-bottom: 0px;
}

.menu-dialog .content a {
	color: #434343;
	text-decoration: none;
}

.menu-dialog .content a:hover, .menu-dialog .content a:active {
	color: #FF9F04;
	text-decoration: none;
}

.products .price-row {
	text-align: center;
}

.products-table .image {
	text-align: center;
}

.homepage_flash {
	margin: 0px auto;
	border-bottom: 1px solid #4a4a4a;
}

/* Sidebar Navigation
*************************************************/
#sidebar-nav img {
	display: none;
}

#sidebar-nav {
	padding: 8px 0;
	border-right: 1px solid #d3d3d3;
}

/* Level 0 */

#sidebar-nav .fancycat-icons-level-0 {
	
}

#sidebar-nav .fancycat-icons-level-0 > li {
	
}

#sidebar-nav .fancycat-icons-level-0 > li > a {
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
	padding: 2px 25px;
}

/* Level 1 */
#sidebar-nav a.active + ul.fancycat-icons-level-1 {
	display:block;	
}


#sidebar-nav .fancycat-icons-level-1 {
	padding: 10px 25px;
	/* background:#d0d1d2; */
	background: #d6d6d6;
	margin-bottom: 5px;
	display: none;
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.05);
}

#sidebar-nav .fancycat-icons-level-1 > li > a {
	font-size: 14px;
	color: #656565;
}

/* Level 2 */

#sidebar-nav .fancycat-icons-level-2 {
	padding-left: 25px;
	display: none;
}

#sidebar-nav .fancycat-icons-level-2 > li > a {
	font-size: 14px;
}

/* Homepage Promotional Video
*************************************************/

#player, #player2 {
	float: left;
}

.promotional-container {
	/* background: url(../../skin/royalmailers/css/../videos/commercial_poster.gif) no-repeat #000; */
	background: #000;
	background-size: 100%;
	height: 230px;
}

.commercial-video-container {
	width: 453px;
	height: inherit;
	
	position: relative;
	background: transparent;
}

.promotional-container:hover .commercial-play-button {
	background: #ff0000;
}

.commercial-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 2.4em;
	display: block;
	position: absolute;
	top: 100px;
	left: 180px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	/* border: 0.06666em solid #fff; */
	background-color: #2B333F;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-align: center;
}

.commercial-play-button span {
	/* text-align: center; */
	color: #FFF;
}

.commercial-play-button img {
	width: 20px;
	height: 24px;
	padding: 15px 0;
}

.commercial-heading-container {
	background: transparent;
}

#commercial-video {
	width: 820px;
	height: 461px;
	display: none;
}

.video-js .vjs-big-play-button {
	top: 100px;
	left: 170px;
}

.commercial-heading h1 {
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 46px;
	color: #FFF;
	font-family: 'Encode Sans Condensed', sans-serif;
}

.commercial-heading h1 span {
	display: block;
	margin-bottom: 38px;
}

.commercial-heading h1 span:last-child {
	margin-bottom: 0;
}

.block {
	text-align: center;
	white-space: nowrap;
}

.block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */ 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 365px;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -ms-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

/* Interior Pages - About Us, etc. */

body.pages .promotional-container {
	height: 237px;
}

body.pages #commercial-video {
	width: 770px;
	height: 411px;
}

/* END Homepage Promotional Video
*************************************************/

.b24-widget-button-pulse-animate {
	webkit-animation: none !important;
	animation: none !important;
}

.cat_image {
	width: 750px;
	/*height: 197px;*/
	margin: 0px auto 10px;
	/*border: 2px solid #D2D2D2;*/
	display: block !important;
	text-align: center;
}

.cat_image>img {
	text-align: center; /*width: 750px; 
  height: 197px;*/
}

.prod_price {
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	height: 40px;
	text-align: left;
	width: 30%;
	float: left;
}

.prod_price span.price {
	color: #ff9600;
	font-size: 26px;
	line-height: 26px;
}

.prod_price .price-value {
	color: #ff9600;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
}

.wholesale-info {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	overflow-x: scroll;
}

tr.wholesale_head {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background: #1e84d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(../../skin/royalmailers/css/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODRkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMTM4MmRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiMxNjgwZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiMxODgyZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiMxYjdjY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiMxNDZhYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMxNDYxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MiUiIHN0b3AtY29sb3I9IiMxMjU2YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiMwZDRlOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiMwYTUwOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiMwOTQzOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMwNTQ4OGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiMwNzQ1OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MiUiIHN0b3AtY29sb3I9IiMwYTQyOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiMwMDQ1ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGM0MjgyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #1e84d6 0%, #1382dc 4%, #1680d4 8%, #1882d8
		12%, #1b7ccb 15%, #146ab7 42%, #1461b1 46%, #1256a7 62%, #0d4e9e 73%,
		#0a5096 77%, #094395 81%, #05488e 85%, #074598 88%, #0a428f 92%,
		#004588 96%, #0c4282 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e84d6),
		color-stop(4%, #1382dc), color-stop(8%, #1680d4),
		color-stop(12%, #1882d8), color-stop(15%, #1b7ccb),
		color-stop(42%, #146ab7), color-stop(46%, #1461b1),
		color-stop(62%, #1256a7), color-stop(73%, #0d4e9e),
		color-stop(77%, #0a5096), color-stop(81%, #094395),
		color-stop(85%, #05488e), color-stop(88%, #074598),
		color-stop(92%, #0a428f), color-stop(96%, #004588),
		color-stop(100%, #0c4282)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1e84d6 0%, #1382dc 4%, #1680d4 8%, #1882d8
		12%, #1b7ccb 15%, #146ab7 42%, #1461b1 46%, #1256a7 62%, #0d4e9e 73%,
		#0a5096 77%, #094395 81%, #05488e 85%, #074598 88%, #0a428f 92%,
		#004588 96%, #0c4282 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1e84d6 0%, #1382dc 4%, #1680d4 8%, #1882d8 12%,
		#1b7ccb 15%, #146ab7 42%, #1461b1 46%, #1256a7 62%, #0d4e9e 73%,
		#0a5096 77%, #094395 81%, #05488e 85%, #074598 88%, #0a428f 92%,
		#004588 96%, #0c4282 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1e84d6 0%, #1382dc 4%, #1680d4 8%, #1882d8 12%
		, #1b7ccb 15%, #146ab7 42%, #1461b1 46%, #1256a7 62%, #0d4e9e 73%,
		#0a5096 77%, #094395 81%, #05488e 85%, #074598 88%, #0a428f 92%,
		#004588 96%, #0c4282 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1e84d6 0%, #1382dc 4%, #1680d4 8%, #1882d8
		12%, #1b7ccb 15%, #146ab7 42%, #1461b1 46%, #1256a7 62%, #0d4e9e 73%,
		#0a5096 77%, #094395 81%, #05488e 85%, #074598 88%, #0a428f 92%,
		#004588 96%, #0c4282 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e84d6',
		endColorstr='#0c4282', GradientType=0); /* IE6-8 */
}

tr.wholesale_head td:nth-last-child(2) .prod_option {
	border-right: 0;
}

span.prod_option:after {
	
}

.prod_buttons {
	height: 39px;
	position: relative;
}

.prod_buttons .buttons-row {
	margin-top: 5px;
	float: left;
	height: 31px;
}

.prod_buttons .quantity {
	margin-top: 5px;
	float: left;
}

.prod_buttons .button-separator {
	width: 6px;
}

.prod_buttons .buy-now .quantity {
	background: none repeat scroll 0 0 #EFEFEF;
	border-radius: 3px 3px 3px 3px;
	height: 32px;
	line-height: 31px;
	margin-top: 6px;
	padding: 0 6px;
}

.prod_buttons .buy-now .quantity-title {
	padding-right: 6px;
	/*line-height: 12px;*/
}

.prod_buttons .buy-now {
	margin: 5px 0 0;
}

.cart table.cart_content {
	background: #ececec;
}

.cart table.cart_content td {
	background: #fbfbfb;
	text-align: center;
}

.cart table.cart_content td.details {
	text-align: left;
	vertical-align: middle;
	width: 50%;
}

.cart .cart_content_head {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

.cart table.cart_content tr.first_row {
	background: url(../../skin/royalmailers/css/../images/cart_first_row.jpg) top left repeat-x #fbfbfb;
}

.cart table.cart_content tr.first_row td {
	background: none;
}

.cart table.cart_content a.product-title:link, .cart table.cart_content a.product-title:visited,
	.cart table.cart_content a.product-title:hover, .cart table.cart_content a.product-title:active,
	.cart table.cart_content .product-title, .cart table.cart_content  .product-details .product-title
	{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
}

.cart table.cart_content td.price, .cart table.cart_content td.subtotal
	{
	font-size: 14px;
	font-weight: bold;
	color: #193f6e;
}

.cart table.cart_content td.quntity input {
	padding: 0;
	text-align: center;
}

div.button_cart_continue {
	background: url(../../skin/royalmailers/css/../images/but_continue_right.jpg) no-repeat right top
		transparent;
	border: 0 none;
	cursor: pointer;
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	white-space: nowrap;
	height: 35px
}

div.button_cart_continue a:link, div.button_cart_continue a:hover, div.button_cart_continue a:active,
	div.button_cart_continue a:visited {
	background: url(../../skin/royalmailers/css/../images/cart_button_bg.jpg) repeat-x scroll left top
		transparent;
	color: #111D4D;
	font-size: 12px;
	line-height: 35px;
	padding: 0 5px 0 35px;
	text-decoration: none;
	display: block;
}

div.button_cart_update {
	background: url(../../skin/royalmailers/css/../images/but_cart_update.jpg) no-repeat left top
		transparent;
	border: 0 none;
	cursor: pointer;
	float: right;
	margin: 0;
	padding: 0 0px 0 42px;
	white-space: nowrap;
	height: 35px
}

div.button_cart_update a:link, div.button_cart_update a:hover, div.button_cart_update a:active,
	div.button_cart_update a:visited {
	background: url(../../skin/royalmailers/css/../images/cart_button_bg.jpg) repeat-x scroll left top
		transparent;
	color: #111D4D;
	font-size: 12px;
	line-height: 35px;
	padding: 0 25px 0 5px;
	text-decoration: none;
	display: block;
}

div.button_cart_clear {
	background: url(../../skin/royalmailers/css/../images/but_cart_clear.jpg) no-repeat left top
		transparent;
	border: 0 none;
	cursor: pointer;
	float: right;
	margin: 0;
	padding: 0 0px 0 41px;
	white-space: nowrap;
	height: 35px
}

div.button_cart_clear a:link, div.button_cart_clear a:hover, div.button_cart_clear a:active,
	div.button_cart_clear a:visited {
	background: url(../../skin/royalmailers/css/../images/cart_button_bg.jpg) repeat-x scroll left top
		transparent;
	color: #111D4D;
	font-size: 12px;
	line-height: 35px;
	padding: 0 25px 0 5px;
	text-decoration: none;
	display: block;
}

.cart table.cart_content div.button-separator {
	width: 8px;
	float: right;
	height: 35px;
}

.cart_add_coupon {
	width: 250px;
	float: left;
	background: #fbfbfb;
	border: 1px solid #eaeaea;
	padding: 20px;
	margin: 15px 15px 15px 0;
}

.cart_add_coupon h2 {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #eaeaea;
	font-size: 18px;
	color: #535458;
	white-space: nowrap;
	font-weight: normal;
	margin: 0 auto 10px auto;
	padding-bottom: 5px;
}

.cart_add_coupon span {
	color: #193f6e;
	margin-bottom: 5px;
}

.cart-right-box {
	width: 300px;
	min-height: 25px;
	float: right;
	background: #0e79d5;
	border: 1px solid #514f50;
	border-radius: 5px;
	color: #fff;
	margin: 15px 0 15px 15px;
	padding: 0px;
	overflow: visible;
}

.cart-right-box .totals {
	width: 105%;
	margin-top: 5px;
}

tr.subtotals_row  td {
	border-bottom: 1px solid #193f6e;
	padding: 10px;
}

.cart-right-box .totals .total {
	color: #fff;
	width: 55%;
	padding-left: 5px;
}

.cart-right-box .totals .total-value {
	color: #fff;
	width: 45%;
	text-align: left;
	font-size: 18px;
}

div.button_cart_checkout {
	/* background: url(../../skin/royalmailers/css/../images/but_cart_checkout.jpg) repeat-x left top
		transparent; */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d1d1d3', GradientType=0); /* IE6-9 */
	border: 0 none;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	height: 35px;
	border-radius: 5px;
	width: 160px;
	text-align: center;
}

div.button_cart_checkout:hover {
	background: #d1d1d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d1d1d3 0%, #ffffff 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d1d1d3 0%, #ffffff 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d1d1d3 0%, #ffffff 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d3',
		endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

div.button_cart_checkout a:link, div.button_cart_checkout a:hover, div.button_cart_checkout a:active,
	div.button_cart_checkout a:visited {
	color: #193f6e;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-weight: bold;
}

tr.checkout_button td {
	background: #0C69B5;
	padding: 20px 15px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.products-list .details, .list-product .details {
	padding-left: 0px;
}

.ajax-minicart .title-bar h2 {
	position: static;
	padding-left: 0px; /*40px*/
}

.title-bar .minicart a:hover {
	color: #fff;
}

/*****************************************/
.zona1_right .language-currency .form-language {
	float: right;
	color: #B0B0B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding-top: 1px;
	text-align: right;
	text-transform: none;
}

.zona1_right .language-currency .block-currency {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	float: right;
	margin: 0 0 0 20px;
	color: #B0B0B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	padding-top: 1px;
	text-align: right;
	text-transform: none;
}
/**************************************/

/************************************************************************* Contact right script **********************************************************/
.contact-main {
	width: 350px;
	position: fixed;
	right: -350px;
	top: 164px;
	background: #FF9800;
	border-radius: 0px 0 0 4px;
	z-index: 9999;
}

.contact-main, .account-login-home {
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0.5s;
	-moz-transition: all 0.5s ease;
	-moz-transition-delay: 0.5s;
	-o-transition: all 0.5s ease;
	-o-transition-delay: 0.5s;
}

.contact-main.show {
	width: 350px;
	position: fixed;
	right: 0px;
	top: 164px;
	background: #FF9800;
	border-radius: 0px 0 0 4px;
	z-index: 9999;
}

.contact-main .validation-advice {
	color: #fff;
	background: url(../../skin/royalmailers/css/../images/validation_advice_bg-2.gif) no-repeat 0px 3px;
}

.contact-main #contactform {
	width: 290px;
	border: none;
	padding: 30px 30px 30px 30px;
}

.contact-main #contactform .fieldset .legend {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0;
}

.contact-main .form-list label {
	color: #fff;
}

.contact-main .form-list .input-box {
	text-align: left;
}

.contact-main #contactform .form-list li.wide textarea {
	height: 120px;
	width: 284px;
	resize: none;
	border: 1px solid #D37E01;
	background: #eeeeee;
}

.contact-main #contactform .form-list input.input-text {
	width: 284px;
	border: 1px solid #D37E01;
	background: #eeeeee;
}

.contact-main .form-list label.required em {
	color: #fff;
}

.contact-main .btn-contact {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 10px 10px 10px;
	border-radius: 4px 0px 0px 4px;
	background: #FF9800;
	display: inline-block;
	position: absolute;
	left: -107px;
	width: 87px;
	text-align: center;
	top: 0;
	z-index: 9999;
}

.contact-main .btn-contact:hover {
	cursor: pointer;
	color: #333;
}

.contact-main #contactform .form-list .field {
	float: left;
	margin-bottom: 10px;
	width: 246px;
}

.contact-main .form-list li {
	margin-bottom: 0;
}

.contact-main #contactform .buttons-set .required {
	color: #fff;
}

.contact-main #contactform .buttons-set .required em {
	color: #FFAA13;
}

.contact-main #contactform .buttons-set {
	margin: 0;
	padding: 20px 0 0;
}

.account-login-home {
	position: fixed;
	right: -247px;
	top: 213px;
	background: #313131;
	width: 187px;
	border-radius: 0px 0 0 4px;
	padding: 27px 30px 30px 30px;
	z-index: 9998;
}

.account-login-home.show {
	right: 0;
}

.account-login-home.show.show2 {
	right: -247px;
}

.account-login-home .messages {
	display: none;
}

.account-login-home .form-list .input-box {
	clear: both;
	display: block;
	width: 187px;
}

.account-login-home .validation-advice {
	color: #fff;
	background: url(../../skin/royalmailers/css/../images/validation_advice_bg-2.gif) no-repeat 0px 3px;
}

.account-login-home .col2-set {
	width: 191px;
}

.account-login-home .col2-set h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFAA13;
}

.account-login-home .col2-set p {
	color: #a0a0a0;
}

.account-login-home .form-list label.required {
	color: #fff;
}

.account-login-home .btn-log {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px 10px 10px;
	background: url(../../skin/royalmailers/css/../images/marker-login.png) no-repeat 90% 10px #313131;
	border-radius: 4px 0px 0px 4px;
	display: inline-block;
	position: absolute;
	left: -107px;
	width: 72px;
	text-align: center;
	top: 0;
}

.account-login-home .btn-log:hover {
	cursor: pointer;
	color: #FFAA13;
}

.main-login {
	width: 350px;
	position: fixed;
	right: 500px;
	top: 164px;
	background: #626262;
	border-radius: 0px 0 0 4px;
}

.account-login-home .form-list input.input-text, .account-login-home .form-list input.input-email
	{
	width: 182px;
	background: #424141;
	border: 1px solid #1a1a1a;
	color: #fff;
}

.account-login-home p.required {
	text-align: left;
	font-size: 12px;
	color: #a0a0a0;
	margin-bottom: 10px;
}

.account-login-home p.required em {
	color: #FFAA13;
}

.account-login-home .buttons-set button.button {
	float: left;
}

.account-login-home .col-home-2 h2 {
	color: #fff;
	margin-bottom: 15px;
}

.account-login-home .col-home-2 p {
	margin-bottom: 15px;
}

.col-home-2 {
	padding-top: 25px;
}

.account-login-home .col-home-2 .buttons-set {
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.account-login-home .col-home-2 .buttons-set .f-left {
	color: #FFAA13;
	float: none !important;
	font-style: italic;
	padding: 10px 0 10px 0;
	display: block;
}

.account-login-home .col-home-2 .buttons-set .f-left:hover {
	color: #fff;
}

.account-login-home button.button span span {
	
}

.account-login-home button.button:hover span span {
	
}

.col-home p {
	padding: 10px 0 10px 0;
}

.cms-privacy-policy-cookie-restriction-mode .col-main h2 {
	color: #193f6e;
}

.my-account .form-list li.wide input.input-text {
	width: 693px;
}

.my-account .form-list select {
	width: 339px;
}

.map-content {
	margin-bottom: 15px
}

.map-content figure iframe {
	border: none;
	height: 502px;
	width: 1024px;
}

.contact-left {
	width: 199px;
	border: 1px solid #ededed;
	background: #fbfbfb;
	float: left;
	margin-right: 20px;
	padding: 16px 20px 19px 20px;
}

.contact-left h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #383737;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 16px;
}

.contact-left h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFAA13;
	margin-bottom: 14px;
}

.contact-left p {
	font-size: 12px;
	color: #737373;
	line-height: 17px;
}

.contact-left ul li {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 17px;
	margin-bottom: 17px;
}

.contact-left ul li.last {
	border: none;
	padding: 0;
	margin: 0;
}

#contactform {
	float: left;
	width: 721px;
	border: 1px solid #ededed;
	padding: 16px 20px 20px 20px;
}

#contactform .fieldset {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#contactform .fieldset .legend {
	background: none;
	border: none;
	float: none;
	margin: 0px 0 16px 0px;
	padding: 0 0px 14px 0;
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	color: #383737;
	border-bottom: 1px solid #e6e6e6;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

#contactform .form-list input.input-text {
	width: 220px;
}

#contactform .form-list .field {
	float: left;
	width: 246px;
}

#contactform .form-list .field.last {
	float: left;
	width: 228px;
}

#contactform .form-list li.wide textarea {
	width: 711px;
	resize: none;
}

#contactform .buttons-set button.button {
	float: left;
}

#contactform .buttons-set {
	margin: 0 0 0 0;
	padding: 14px 0 0 0;
}

#contactform .buttons-set p.required {
	color: #193f6e;
	font-size: 12px;
	margin: 0 0 0px;
	float: left;
	padding-left: 50px;
	padding-top: 5px;
}

#FME-contact-form {
	position: fixed;
	top: 150px;
	right: -145px;
	display: block;
	width: 218px;
	height: 74px;
	background: url(../../skin/royalmailers/css/../images/contact_btn.png) left top no-repeat;
	text-indent: -9999px;
	margin-right: 0px;
	z-index: 998
}

.contact-btn a {
	display: none;
}

.contact-btn li {
	padding: 0;
	margin: 0;
}

/************************************************************************* End **********************************************************/

/* Clears ================================================================================ */
.clearer:after, #header-container:after, #header-container .top-container:after,
	#header:after, #header .quick-access:after, #nav:after, .main:after,
	.footer:after, .footer-container .bottom-container:after, .col-main:after,
	.col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after,
	.block .block-content:after, .block .actions:after, .block li.item:after,
	.block-poll li:after, .block-layered-nav .currently li:after,
	.page-title:after, .products-grid:after, .products-list li.item:after,
	.box-account .box-head:after, .dashboard .box .box-title:after,
	.box-reviews li.item:after, .box-tags li.item:after, .pager:after,
	.sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after,
	.product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after,
	.product-view .product-shop .short-description:after, .product-view .box-description:after,
	.product-view .box-tags .form-add:after, .product-options .options-list li:after,
	.product-options-bottom:after, .product-review:after, .cart:after,
	.cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after,
	.checkout-progress:after, .multiple-checkout .place-order:after,
	.group-select li:after, .form-list li:after, .form-list .field:after,
	.buttons-set:after, .page-print .print-head:after,
	.advanced-search-summary:after, .gift-messages-form .item:after,
	.send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
/* ======================================================================================= */

/*===================================================================*/
#back-top {
	position: fixed;
	bottom: 40px;
	z-index: 99;
	left: 50%;
	margin-left: 570px;
	display: none;
	width: 41px;
	height: 41px;
}

#back-top a:hover {
	color: #79ec3e;
}

#back-top span {
	width: 41px;
	height: 41px;
	display: block;
	margin-bottom: 41px;
	background: url(../../skin/royalmailers/css/../images/up-arrow.png) no-repeat left 0px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}

#back-top a:hover span {
	background-position: left -41px;
}

/*====================================*/

/* Footer-Newsletter================================================================================ */
.footer .block-subscribe {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d1d1d3+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d3 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d1d1d3', GradientType=0); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 27px;
	padding: 6px;
	position: relative;
}

.footer .block-subscribe:hover {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.footer .block-subscribe label {
	display: none;
}

.footer .newsletter-pop {
	width: 61px;
	height: 77px;
	background: url(../../skin/royalmailers/css/../images/newsletter-pop.png) no-repeat;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 9999;
}

.footer .block-subscribe .block-title {
	float: left;
	background: url(../../skin/royalmailers/css/../images/icon_newsletter.gif) no-repeat 5px 10px;
	padding: 8px 10px 0 40px;
}

.footer .block-subscribe .block-title strong span {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
	color: #003366;
}

.footer .block-subscribe .newsletter_caption {
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 9px 0 0 0;
}

.footer .block-subscribe .block-content {
	float: right;
	padding: 0 0 0 20px;
}

.footer .block-subscribe .input-box {
	float: left;
}

.footer .block-subscribe .input-text {
	background: #094D93;
	border-radius: 0;
	color: #efefef;
	padding: 5px 10px;
	/* height: 35px; */
	font-style: italic;
	line-height: 25px;
	border: 0;
	width: 265px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.footer .block-subscribe .input-text:focus {
	color: #ffaa13;
}

.footer .block-subscribe .validation-failed {
	background: none !important;
	border: 0 !important;
	color: #D01506 !important;
}

.footer .block-subscribe .validation-advice {
	padding-bottom: 10px;
	margin-top: -3px;
}

.footer .block-subscribe .actions {
	float: right;
}

.footer .block-subscribe .btn_newsletter {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.footer .block-subscribe .btn_newsletter:hover {
	
}

/* Footer ================================================================================ */
.footer ul, .footer ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.footer p,
.footer li {
	font-size: 12px;
	line-height: 18px;
}

.footer {
	/* padding: 20px 25px;	 */
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c68b3+0,0a538f+100 */
	background: #0c68b3; /* Old browsers */
	background: -moz-linear-gradient(top, #0c68b3 0%, #0a538f 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0c68b3 0%, #0a538f 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0c68b3 0%, #0a538f 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c68b3',
		endColorstr='#0a538f', GradientType=0); /* IE6-9 */
}

/*.footer-container{ padding-bottom:50px;}*/
.footer address {
	text-align: left;
	padding-top: 8px;
	border-top: 1px solid #3E3E3E;
	display: block;
	color: #787878;
}

.footer .wrapper {
	/* 	margin-bottom: 22px;
	overflow: hidden; */
	
}

.footer h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	margin: 0 0 14px 0;
}

.footer ul #FME-contact-form {
	display: none;
}

.footer ul li {
	display: block;
	background: url(../../skin/royalmailers/css/../images/f_arr.gif) no-repeat 0 6px;
	padding: 0 0 3px 17px;
	color: #dfdfdf;
}

.footer ul li.last {
	background: url(../../skin/royalmailers/css/../images/f_arr.gif) no-repeat 0 6px !important;
	padding: 0 0 3px 17px !important;
}

.footer ul li.first {
	background: url(../../skin/royalmailers/css/../images/f_arr.gif) no-repeat 0 6px !important;
	padding: 0 0 3px 17px !important;
}

.footer ul li a {
	text-decoration: underline;
	color: #dfdfdf;
}

.footer ul li a:hover {
	color: #fff;
}

.footer-container .bottom-container {
	text-align: center;
}

.footer-column {
	float: left;
}

.footer-column.foot-links {
	width: 30%;
	padding: 20px 0px 20px 25px;
}

.footer-column.foot-newsletter {
	width: 30%;
	background: #063052;
	padding: 20px 25px;
	min-height: 95px;
	border-left: 1px solid #2171b1;
	border-right: 1px solid #2171b1;
}

.footer-column.foot-newsletter .input-box, .footer-column.foot-newsletter .actions
	{
	float: left
}

.footer-column.foot-newsletter .input-box {
	width: 73%;
}

.footer-column.foot-newsletter #semail {
	font-size: 12px;
	font-style: italic;
	color: #828282;
	padding: 10px 10px;
	width: 100%;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.footer-column.foot-newsletter .actions {
	margin-left: -3px;
	width: 26%;
}

.footer-column.foot-newsletter .btn_newsletter {
	height: 36px;
	padding: 0;
	width: 100%;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Firefox Hack: Used to line submit button up properly with newsletter input */
@
-moz-document url-prefix () { .footer-column .foot-newsletter
	.btn_newsletter {
	height: 37px;
}

}
.footer-column.foot-newsletter .btn_newsletter h4 {
	margin-bottom: 25px;
}

.footer-column.foot-benefits {
	width: 30%;
	float: right;
	padding: 20px 0px 20px 25px;
	float: right;
}

.footer-column .footer-inner-col {
	width: 50%;
	float: left;
}

.footer-col, .footer-col-1 {
	width: 260px;
	float: left;
}

.footer-col-2 {
	width: 210px;
	float: left;
}

.store-switcher {
	float: right;
	margin-top: -24px;
}

.contacts_col {
	float: right;
	width: 242px;
	text-align: left;
}

.contacts_col h2 {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 14px;
	margin: 0;
}

.contacts_col p {
	color: #787878;
	margin-bottom: 7px;
	margin-top: 0;
}

.contacts_col p a:link, .contacts_col p a:visited {
	color: #787878;
	text-decoration: none;
}

.contacts_col p a:hover {
	color: #fff;
	text-decoration: none;
}

.f_phone {
	font-size: 21px;
	color: #fff;
}

.f_phone span {
	color: #FFAA13;
}

#header .block-currency {
	float: right;
	border: none;
	margin: 0 0 0 20px;
	background: none;
}

#header .form-language {
	float: right;
}

#header .block-currency label, .form-language label {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	padding-top: 1px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #B0B0B0;
}

#header select {
	float: left;
	width: 100px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background: #ccc;
	padding: 3px;
	border: 1px solid #ddd !important;
}

/******** Header select *************/
#header .jqTransformSelectWrapper {
	z-index: 998;
}

#header .jqTransformSelectWrapper {
	width: 132px !important;
	height: 15px;
	line-height: 13px;
	background: none;
	color: #B0B0B0;
}

#header .jqTransformSelectWrapper .jqTransformSelectOpen {
	background: url(../../skin/royalmailers/css/../images/select_right2.png) left top no-repeat;
	width: 15px;
	height: 15px;
}

#header .jqTransformSelectWrapper .jqTransformSelectOpen:hover {
	
}

#header .jqTransformSelectWrapper  ul {
	background: #000 !important;
	border: solid 1px #383738 !important;
	color: #404040 !important;
	top: 17px !important;
}

#header .jqTransformSelectWrapper li a {
	color: #404040 !important;
}

#header .jqTransformSelectWrapper li:hover a {
	color: #fff !important;
}

#header .form-language .jqTransformSelectWrapper {
	width: 80px !important;
}

#header .form-language .jqTransformSelectWrapper  ul {
	width: 98px !important;
}

/****************/
.jqTransformSelectWrapper {
	background: url(../../skin/royalmailers/css/../images/select_left.png) left top no-repeat;
	color: #7e7e7e;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	height: 24px;
	float: left;
	position: relative;
	padding: 0;
	z-index: auto !important;
	float: right;
	margin: 0 0 0 4px;
}

.jqTransformSelectWrapper>div {
	padding-left: 0px;
}

.jqTransformSelectWrapper>div>span {
	display: inline-block;
	margin-top: 2px;
	cursor: pointer;
	padding-left: 5px;
	width: 86% !important;
}

.block-currency .jqTransformSelectWrapper>div>span {
	display: block;
	margin-top: 2px;
	cursor: pointer;
	padding-left: 5px;
	height: 15px;
	overflow: hidden;
}

.jqTransformSelectWrapper .jqTransformSelectOpen {
	background: url(../../skin/royalmailers/css/../images/select_right.png) left top no-repeat;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.jqTransformSelectWrapper .jqTransformSelectOpen:hover {
	
}

#header .jqTransformSelectWrapper  ul {
	
}

.jqTransformSelectWrapper  ul {
	list-style: none !important;
	background: #f4f4f4;
	border: none;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 11;
	border: 1px solid #c8c7c7;
	border-top: none;
	width: 99% !important;
	z-index: 11 !important;
	padding: 5px 0 5px 0;
}

.jqTransformSelectWrapper  ul li {
	padding-left: 5px;
	display: block;
	line-height: 16px;
}

.jqTransformSelectWrapper li a {
	text-decoration: none;
	display: block;
	color: #7e7e7e;
	text-align: left;
	padding: 3px 0 3px 0;
}

.jqTransformSelectWrapper  ul li:hover {
	background: none;
}

.jqTransformSelectWrapper  ul li:hover a {
	color: #000;
}

.jqTransformHidden {
	display: none !important;
}

.jqTransformSelectWrapper .validation-advice {
	padding-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px 0;
}

.account-login-home .buttons-set button.button {
	float: left;
}

.buttons-set button.button {
	float: right;
}

.buttons-set button.button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
}

.account-login-home .buttons-set button.button>span {
	background: -moz-linear-gradient(center top, #FFCC19, #FF9800) repeat
		scroll 0 0 transparent;
	background: linear-gradient(center top, #FFCC19, #FF9800) repeat scroll
		0 0 transparent;
}

.buttons-set button.button>span {
	background: url(../../skin/royalmailers/css/../images/buttons_bg.gif) repeat-x scroll 0 0
		transparent;
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	float: left;
	font: bold 12px/31px Arial, Helvetica, sans-serif;
	/*    height: 31px;*/
	height: 18px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

.account-login-home button.button span span {
	
}

.buttons-set button.button span span {
	display: block;
	float: left;
	padding: 0 14px;
}

ul.form-list, ol.form-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.account-login-home .form-list label.required {
	color: #FFFFFF;
}

.form-list label.required {
	
}

.form-list label {
	color: #000000;
	display: inline-block;
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	position: relative;
	z-index: 0;
	margin: 0;
}

div.main-button-hover {
	/*background: url(../../skin/royalmailers/css/../images/buttons_bg.gif) repeat-x scroll 0 -31px transparent ;
	 height: 31px;*/
	float: right;
	background: none;
	padding: 0;
}

div.main-button-hover:hover {
	/*background: url(../../skin/royalmailers/css/../images/buttons_bg.gif) repeat-x scroll 0 -0px transparent;
	 height: 31px;
         float: right;*/
	
}

div.actions div.main-button-hover a {
	/*color: #193f6e;

	background: url(../../skin/royalmailers/css/../images/buttons_bg.gif) repeat-x scroll 0 -31px transparent;
	height: 31px;
	vertical-align:middle;
	line-height: 31px;
	*/
	font-size: 10px;
	height: 25px;
	padding: 0;
	margin: 0;
	line-height: 25px;
	width: 85px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFAA13;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffcb6e;
	background: -moz-linear-gradient(top, #ffcb6e 0%, #ffaa13 100%);
	background: -webkit-linear-gradient(top, #ffcb6e 0%, #ffaa13 100%);
	background: linear-gradient(to bottom, #ffcb6e 0%, #ffaa13 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb6e',
		endColorstr='#ffaa13', GradientType=0);
}

div.actions div.main-button-hover:hover a {
	/*background: url(../../skin/royalmailers/css/../images/buttons_bg.gif) repeat-x scroll 0 0px transparent;
	height: 31px;
	vertical-align:middle;
	line-height: 31px;
	color: #fff;*/
	color: #fff;
	background: #ffaa13;
	background: -moz-linear-gradient(top, #ffaa13 0%, #ffcb6e 100%);
	background: -webkit-linear-gradient(top, #ffaa13 0%, #ffcb6e 100%);
	background: linear-gradient(to bottom, #ffaa13 0%, #ffcb6e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa13',
		endColorstr='#ffcb6e', GradientType=0);
}

/* Contact
---------------------------------------*/

.contact-main #contactform {
	border: medium none;
	padding: 30px;
	width: 290px;
	float: left;
}

.contact-main #contactform .fieldset h2.legend {
	border: medium none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 14px;
	position: relative;
}

.contact_info {
	width: 45%;
	margin-right: 4%;
}


.contact_info p a {
	color: #FFAA13;
    cursor: pointer;
    text-decoration: underline;
}
		
.contact_form {	
	width: 45%;
	border: 1px solid #e1e2e2;
	background: #f3f4f5;
	padding: 20px;
}

.contact_form p:first-child {
	margin-top: 0;
}

.contact_form ul, .contact_form ol, .contact_info ul, .contact_info ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.contact_form ul {
	display: block;
	overflow: hidden;
	margin: 0 0 7px;
	padding: 0;
}

.contact_form .field {
	display: inline-block
}

.field label {
	vertical-align: top;
	font-size: 14px;
	text-align: left;
	margin-right: 20px;
	width: 90px;
	height: 31px;
	line-height: 31px;
	display: inline-block;
}

.field label.required em {
	color: #F00;
	float: right;
	font-style: normal;
	margin: 0 0 0 5px;
	padding: 0;
}

.field .input-box {
	display: inline-block;
	width: 195px;
}

.contact_form .field input.input-text {
	width: 100%;
}

.contact_form ul li.fields, .contact_form ul li.wide {
	display: block;
	overflow: hidden;
	margin: 0 0 10px;
}

.contact_form ul li.fields:hover label {
	color: #000;
}

.contact_form textarea {
	max-width: 195px;
	width: 100%;
	height: 10em;
}

.contact_form .buttons_set {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 14px 0 0;
	text-align: center;
}

.contact_form .buttons_set p.required {
	color: #193f6e;
	float: left;
	font-size: 12px;
	margin: 0;
	padding-left: 50px;
	padding-top: 5px;
}

/* END Contact 
---------------------------------------*/

/* Categories: Catalog
--------------------------------------*/

.catalog .simple-list-left {
	display: none;
}

/* 20130206 */
.prod_image {
	/* float: left;
	margin-right: 5px;
	min-height: 100px;
	text-align: center;
	width: 120px; */
}

.prod_image .details_button {
	margin: 106px auto 0px;
}

.prod_details {
	/*float: left;
	width: 660px;*/
	width: auto;
	display: inline-block;
}

.prod_name {
	text-align: left;
	height: 16px;
	margin-bottom: 8px;
	position: relative;
}

.prod_name a:link, .prod_name a:active, .prod_name a:hover, .prod_name a:visited
	{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.prod_option {
	white-space: nowrap;
	text-align: center;
	/*padding: 0 8px;*/
	padding: 5px 2px;
	display: inline-block;
}



.list-product .item_row {
	margin: 0px;
	padding: 6px 0;
	overflow: hidden;
	position: relative;
	margin-left: 4px;
	border: 1px solid #bfbfbf;
	margin-left: auto;
	margin-bottom: 25px;
	margin-right: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button.simple-button img {
	display: block;
}

.add_to_cart_button {
	text-align: center;
}

input.out_of_stock {
	/* background: url(../../skin/royalmailers/css/../images/list_cart_button.jpg) no-repeat left top;*/
	background: url(../../skin/royalmailers/css/../images/out_of_stock.png) no-repeat left top;
	cursor: default;
	border: 0 none;
	height: 24px;
	margin: 0 0 2px;
	padding: 0;
	vertical-align: middle;
	width: 77px;
}

input[type="submit"].list_buy_now {
	font-size: 10px;
	height: 25px;
	padding: 0;
	margin: 0;
	width: 85px;
}

input[type="submit"].list_buy_now:hover {
	
}

.add_to_cart_button .buttons-row {
	/*margin: 10px 0 0 0;*/
	/*height: 38px;*/
	margin: 0px 0 0 0;
	/*height: 33px;*/
	height: 24px;
}

tr.wholesale_values td.has_border {
	background: url(../../skin/royalmailers/css/../images/cell_separator.jpg) right no-repeat;
	padding: 0 3px;
}

/* 20130208 */
.product-details .image {
	float: none;
	margin: 10px auto;
}

.details .product_options {
	border: 1px solid #bfbfbf;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 5px;
}

body.catalog .prod_details {
	width: 100%;
}

body.catalog .list-product .item_row {
	padding: 0px;
}

body.catalog .prod_image {
	height: auto;
	width: auto;
	position: absolute;
	top: 7px;
	left: 35px;
	min-height: 0px;
	z-index: 99;
}

body.catalog .prod_image button {
	height: auto;
	border: 1px solid #959595;
	padding: 0px;
}

body.catalog .prod_image button:hover .button-right, body.catalog .prod_image button:hover .button-left
	{
	background: url(../../skin/royalmailers/css/../images/button_blue_bg.jpg) top left repeat-x;
}

body.catalog .prod_option {
	padding: 0px 0px;
	font-size: 11px;
	display: inline-block;
	width: 100%;
	line-height: 14px;
	background: transparent;
	margin: 4px 0px;
}

body.catalog .wholesale_head td {
	margin: 2px 0px;
}

body.catalog .wholesale_head td.has_border .prod_option {
	border-right: 1px solid #fff;
}

body.catalog .wholesale_head td.has_border:last .prod_option {
	border-right: none;
}

.lft-bg span {
	width: 25px;
	display: inline-block;
}

body.catalog .prod_image button .button-right {
	background: transparent url(../../skin/royalmailers/css/../images/ddt-btn-pg.png) repeat-x left top;
	height: auto;
}

body.catalog .prod_image button .button-left {
	font-size: 10px;
	line-height: 11px;
	height: auto;
	padding: 6px 0px 5px 7px;
	background: transparent url(../../skin/royalmailers/css/../images/ddt-btn-pg.png) repeat-x left top;
}

body.catalog .details_button {
	margin: 0px;
}

body.catalog .prod_name a {
	font-size: 13px;
}

body.catalog .prod_name, .product .details .product_options .product_title
	{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	margin: 0px auto;
	font-size: 11px;
	display: block;
	height: auto;
	padding: 10px 0px 10px 130px;
	background: #ffffff !important;
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d3 100%)
		!important;
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d3 100%)
		!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d1d1d3', GradientType=0) !important;
	border-bottom: 1px solid #C5C5C5 !important;
}

/* END Categories: Catalog
--------------------------------------*/

/* Categories: Product
--------------------------------------*/

.product .details .product_options .product_title {
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}

.product .details .product_options .product_variants {
	width: 100%;
	float: left;
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 10px 0;
}

.product_options .product_title {
	height: 16px;
	margin-bottom: 8px;
	position: relative;
	text-align: left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.product_variants .variant_col {
	float: left;
	/*width: 95px;*/
	margin: 0;
	text-align: center;
}

.variant_col .variant_option {
	color: #fff;
	padding: 0 4px;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

.variant_col .variant_buy_now {
	background: url(../../skin/royalmailers/css/../images/cell_separator.jpg) no-repeat scroll right
		center transparent;
	padding: 0 3px;
	text-align: center;
}

.variant_col .variant_buy_now_noborder {
	padding: 0;
	text-align: center;
}

.variant_buy_now .buttons-row, .variant_buy_now_noborder .buttons-row {
	height: 38px;
}

.variant_buy_now .currency, .variant_buy_now_noborder .currency {
	font-weight: bold;
	color: #000;
}

.product-details .details {
	padding: 0;
}

.product_variants .variant_option {
	background: url(../../skin/royalmailers/css/../images/wholesale_head_bg.jpg) repeat-x scroll left
		top transparent;
	overflow: hidden;
}

/* 20130211 */
.products .price-value {
	color: #000;
}

.totals .total-taxes {
	text-align: left;
}

.totals .total-tax-line td {
	text-align: left;
	padding: 4px 10px
}

.totals .total-tax-line {
	background: none;
}

.products-table tr.separator td {
	/*border-bottom: 1px solid #ddd;*/
	height: 2px;
}

/* END Categories: Product
--------------------------------------*/

/* 20130219 */
.same_day_shipping_bar {
	width: 822px;
	margin: 0 auto 20px auto;
	height: 38px;
}

.menu-transitmap .title-bar {
	/* background: url(../../skin/royalmailers/css/../images/bg_block2.gif) repeat-x scroll 0 0 #FF9800;*/
	border-radius: 3px 3px 0px 0px;
	/*border-color: transparent;*/
	padding-bottom: 8px;
	/*
	padding-left: 0;
	text-align:center;
	*/
}

.menu-transitmap .content {
	padding: 0px 0;
	text-align: center;
}
/* ### 20130221  */
.home_featured {
	width: 763px;
	margin: 0 auto;
}

table.products-table {
	line-height: 1.2em;
}

.shopping-cart-page .content {
	padding: 10px 0 25px 0;
}

.shopping-cart-page .products {
	margin-top: 0;
	/*  margin-left:207px;*/
}

.dont_forget { /*margin-left:207px;*/
	
}

.shopping-cart-page .cart table.cart_content a.product-title {
	font-size: 13px;
}

.shopping-cart-page .cart .poptions-list {
	margin-bottom: 0;
}

tr.subtotals_row td {
	padding: 4px 10px;
}

/* 20130311 */
.products-table .product-cell {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.products-table .product-cell-top {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-radius: 4px 4px 0 0;
	height: 5px;
}

.products-table .product-cell-bottom {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 4px 4px;
	height: 5px;
}

.products-table td.product-cell-buynow .button-row {
	margin: 0;
	text-align: right;
}

.products-table .buy-now {
	width: 55%;
	margin: 0;
	float: left;
	text-align: right;
}

.products-table td.product-cell-buynow {
	text-align: left;
}

/* 20130312 */
#minicart_product div.p_option {
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	color: #000;
}

#minicart_product div.p_amount {
	float: right;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	color: #000;
}

#minicart_product {
	width: 100%;
}

h1 {
	background: none repeat scroll 0 0 #F4F4F4;
	border-radius: 4px 4px 4px 4px;
	margin: 0 0 10px;
	padding: 11px 0px 12px 12px;
	color: #434343;
	font-size: 17px;
	font-weight: normal;
}

/* 2013 03 13 */
.auth_div {
	width: 667px;
	margin-left: 20px;
}

.auth_newcustomer {
	width: 43%;
	float: left;
	/*background: url(../../skin/royalmailers/css/../images/media/bg-login.gif) no-repeat scroll left bottom #FFFFFF;*/
	border: 1px solid #ECECEC;
	min-height: 260px;
	padding: 18px 20px 20px;
	border-radius: 4px;
}

.auth_newcustomer h2, .auth_login h2 {
	border-bottom: 1px solid #E6E6E6;
	color: #FFAA13;
	font-size: 12px;
	padding: 0 0 15px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 7px;
	text-align: left;
	margin-top: 0;
}

.auth_login {
	width: 43%;
	float: right;
	/*background: url(../../skin/royalmailers/css/../images/media/bg-login.gif) no-repeat scroll left bottom #FFFFFF;*/
	border: 1px solid #ECECEC;
	min-height: 260px;
	padding: 18px 20px 20px;
	border-radius: 4px;
}

.auth_login  ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.auth_login .form-list li {
	margin: 0 0 7px;
}

.auth_login .form-list label {
	color: #000000;
	display: inline-block;
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	position: relative;
	z-index: 0;
	margin: 0;
}

.auth_login .form-list label.required em {
	color: #FFAA13;
	float: right;
	font-style: normal;
	position: absolute;
	right: -8px;
	top: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#product-tabs-container {
	padding: 25px;
	margin: 0px auto;
}

.auth_login .form-list .input-box {
	/* clear: both;
     display: block;*/
	float: right;
	width: 91px;
	margin-right: 68px;
}

.auth_login .form-list input.input-text {
	width: 155px;
	padding: 3px 2px 0px;
	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #D4D4D4;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0;
}

.auth_login p.required {
	color: #FFAA13;
	padding: 0 0 5px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin: 0;
}

.auth_login a.simple-button {
	color: #7F7F7F;
	/*display: table;*/
	float: none !important;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0;
	text-decoration: none;
	float: left;
	text-align: left;
}

.auth_login a.simple-button:hover {
	color: #FFAA13;
}

.auth_login .buttons-set {
	margin: 0;
	padding: 0;
}

.auth_login .buttons-set button.button {
	float: left;
}

.fieldset .legend {
	color: #193f6e;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 8px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.fieldset ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.fieldset .form-list li {
	margin: 0 0 7px;
	clear: both;
	content: ".";
	display: block;
	overflow: hidden;
}

.fieldset .form-list .field {
	float: left;
	width: 360px;
}

.fieldset .form-list label {
	color: #000000;
	display: inline-block;
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	position: relative;
	z-index: 0;
}

.fieldset .form-list label.required em {
	color: #193f6e;
	float: right;
	font-style: normal;
	position: absolute;
	right: -8px;
	top: 0;
}

.fieldset .form-list .input-box {
	clear: both;
	display: block;
	width: 260px;
}

.fieldset .form-list input.input-text {
	width: 333px;
	padding: 3px 2px 4px;
	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #D4D4D4;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.fieldset .form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}

.fieldset .form-list li.control label {
	float: none;
}

#payment_content_iframe {
	height: 540px;
}

/*20130529*/
.order_confirm_wrap {
	width: 560px;
	margin: 25px auto 10px auto;
}

.congrats {
	text-align: center;
	color: #fe9807;
	font-size: 20px;
	font-weight: bold;
}

.order_placed {
	border: 1px #000 solid;
	width: 300px;
	padding: 5px 15px;
	text-align: center;
	margin: 5px auto;
	color: #ef0e0a;
	font-size: 14px;
	font-weight: bold;
}

.order_confirm_message {
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #000;
	text-align: center;
}

.order_confirm_buttons {
	padding: 15px 0;
	border-bottom: 2px #000 solid;
	overflow: hidden;
}

.order_confirm_but_right {
	float: right;
	padding-left: 15px;
	border-left: 1px #000 solid;
	width: 264px;
	padding-bottom: 3px;
	text-align: left;
}

.order_confirm_but_left {
	float: left;
	padding-right: 15px;
	border-right: 1px #000 solid;
	/*width: 264px;*/
	padding-bottom: 3px;
	text-align: right;
}

.facebookleft {
	float: right;
	width: 82px;
}

/*MM styles*/
.homepage .menu-dialog.menu-facebook {
	display: none;
}

.phonedis {
	bottom: 0;
	position: absolute;
	right: 0;
}

.clrstrip {
	background-color: #18365E;
	height: 7px;
	width: 264px;
}

#left-bar .clrstrip {
	background-color: transparent
}

#left-bar .auth_div .auth_newcustomer {
	display: none;
}

#left-bar .auth_div {
	margin: 0 auto; /*width: 182px;*/
	width: 160px; /*border: 1px solid #d5d5d5;*/ /* padding: 10px;*/
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#left-bar .auth_div .auth_login>form {
	padding: 0px 0px 0px 5px;
}

#left-bar .auth_div .auth_login { /*width: 100%;*/
	width: 160px;
	background-size: 154px;
	float: none;
	padding: 0px;
	min-height: 150px;
	margin-bottom: 5px;
	/*background:url(../../skin/royalmailers/css/../images/mmimages/cuslgin.jpg) no-repeat;*/
	border: 0px;
	background-position: 4px 1px;
	padding-top: 20px;
}

#left-bar .auth_div .auth_login .input-box input {
	width: 110px;
}

#left-bar .auth_div .auth_login p.required, #left-bar .auth_div .auth_login h2
	{
	display: none;
}

#left-bar .auth_div .button.main-button {
	margin-bottom: 10px !important;
	margin-left: 65px !important;
}

.subcatlists .subcategories {
	border: 1px solid #e5e5e5;
	position: relative;
}

.subcatlists {
	margin-bottom: 10px;
	width: 700px; /*text-align: center;*/
	margin-left: 65px;
}

.homecategory .homemaincat li {
	float: left;
	margin-left: /*70px*/ 3px;
	position: relative;
	margin-top: 10px;
	width: /*98%*/ 245px;
	margin-bottom: 5px;
}

.homecategory .homemaincat li img {
	
}

.homecategory .homemaincat li a.catname {
	font-size: 17px;
	left: 0;
	position: absolute;
	top: /*-26px*/ 0px;
	width: 100%;
	font-weight: 600;
	color: transparent;
}

.cat_image {
	display: none;
}

.subcatlists .subcategoriesbox {
	border-radius: 3px;
	display: inline-block;
	padding: 8px;
	text-align: center;
}

.no_image {
	height: auto;
	margin-top: 10px;
}

.homepage_flash>img {
	width: 100%;
}

.homepage_flash {
	width: auto;
	border-bottom: 1px solid #c5c5c5;
}

.same_day_shipping_bar img {
	width: 100%;
}

.homecategory {
	padding-left: 15px;
}

#center-main {
	overflow: visible;
}

.footlogo {
	position: absolute;
	bottom: 10px;
}

.first_part {
	background: none;
}

/* Shipping Deadline Countdown
------------------------------*/

.shipping_deadline {
	float: left;
	height: 45px;	
	/* display:none;  */
	margin-right: 15px;	
}

.shipping_deadline .intro, 
.shipping_deadline .outro,
.shipping_deadline .countdown {
	/* font-family: 'Bubbler One'; */
	font-family: 'Quicksand', sans-serif;
	float: left;
	font-weight: 300;
}

.shipping_deadline .intro, 
.shipping_deadline .outro
 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.shipping_deadline .countdown {
	font-size: 35px;
	padding: 10px 0;
	min-width: 350px;
	text-align: center;
}

.shipping_deadline .countdown .number {
	font-weight: 400;
font-family: 'Jura', sans-serif;
	
	/* color: red; */
	/* color: #3edd2d; */
	/* color: #98cbff; */
}

.shipping_deadline .countdown .unit {
	margin: 0 8px; 
	color: #fff;
	font-size: 14px;
	/* text-transform: uppercase; */
}

.shipping_deadline .countdown .unit:last-child {
	margin-right: 0px;
}

.shipping_deadline span {
	/* display:block; */
}

.shipping_deadline .intro span,
.shipping_deadline .outro span {
	display:block;
} 

.shipping_deadline .intro span {
	text-align: right;
}

.shipping_deadline .intro span a {
	color: #FFF;
	text-decoration-style: dotted;
}

.shipping_deadline .intro span a:hover {
	color: #98cbff;
	text-decoration: underline;
}

.shipping_deadline .outro span {
	text-align: left;
}

/* $loadingTime: 10s;
$color: rgb(255,0,0);

@keyframes loading {
  0% {
    width: 0;
  } 100% {
    width: 100%;
  }
}

@keyframes percentage { 
  @for $i from 1 through 100 {
    $percentage: $i + "%";
    #{$percentage} {
      content: $percentage;
    }
  }
}

.shipping_deadline .loader-bg {
  background-color: $color;
  animation: loading $loadingTime linear infinite;
}

.shipping_deadline .loader-fg {
  color: $color;
  width: 200px;
  border: 1px solid $color;
  
  &:after {
    padding-left: 20px;
    content: "0%";
    display: block;
    text-align: center;
    font-size: 50px;
    padding: 10px 20px;
    color: rgb(0,255,255);
    mix-blend-mode: difference;
    animation: percentage $loadingTime linear infinite;
  }
} */

.loader {
	margin-top: 15px; 
  width: 486px;
  height: 10px;
  border: 1px solid #2980b9;
  border-radius: 3px;
  background-image: 
    repeating-linear-gradient(
      -45deg,
      #2980b9,
      #2980b9 11px,
      #eee 10px,
      #eee 20px /* determines size */
    );
  background-size: 28px 28px;
  animation: move .5s linear infinite;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}

/* END Shipping Deadline Countdown
------------------------------*/

#header .first_part {
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%
}

#header .welcome {
	position: absolute;
	top: -25px;
	left: 3px;
	font-size: 14px;
	display:none;
}

.first_part .header_image {
	float: right
}

.clear {
	padding: 0;
	margin: 0;
	clear: both;
}

.visa_card {
	margin-top: 6px;
}

.third_part ul {
	padding: 0px;
	float: left;
	list-style: none;
	margin: 0px;
	width: 100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d1d1d3', GradientType=0);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.third_part ul li {
	float: left;
	width: auto;
	flex-grow: 1;
	text-align: center;
}

#header .third_part ul li {
	border-right: 1px solid #C5C5C5;
	border-bottom: 5px solid #C5C5C5;
}

#header .third_part ul li:hover {
	border-bottom-color: #FFAA13;
}

.third_part ul li:hover a {
	color: #FFAA13;
	text-shadow: none;
}

#header .third_part ul li#myac {
	border-bottom-color: #3edd2d;
}

.third_part ul li#myac a {
	color: #3edd2d;
	text-shadow: none;
}

#header .third_part ul li#myac:hover {
	border-bottom-color: #32b224 !important;
}

.third_part ul li#myac:hover a {
	color: #32b224 !important;
	text-shadow: none;
}

.third_part ul li:last-child {
	border-right: none;
}

.third_part ul li a {
	text-decoration: none;
	display: inline-block;
	color: #003366;
	font-size: 12px;
	text-shadow: rgb(254, 254, 254) 1px 2px 5px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	padding: 7px 13px;
	font-weight: 900;
}

.footer-container .third_part ul li {
	border-right: 1px solid #C5C5C5;
	border-top: 5px solid #C5C5C5;
}

.footer-container .third_part ul li:hover {
	border-top-color: #FFAA13;
}

/* My Account Link */


.footer-container .third_part ul li#myac {
	border-top-color: #3edd2d;
}

.footer-container .third_part ul li#myac:hover {
	border-top-color: #32b224 !important;
}


a.active {
	font-weight: bold !important;
	color: #434343 !important;
}

.footer-container .contact-main, .footer-container .account-login-home,
	.same_day_shipping_bar, .homecategory .menu-dialog .title-bar,
	.menu-dialog.menu-transitmap, .menu-dialog.menu-facebook {
	display: none;
}

/* Left Bar Call-Outs
-----------------------------------------*/
#left-bar .auth_div, #left-bar .menu-dialog.menu-minicart.ajax-minicart.full,
	#left-bar .menu-dialog.menu-rviewed-section, #left-bar .menu-dialog.menu-emailspecials,
	.menu-dialog.menu-fancy-categories-list, .menu-dialog.menu-minicart.empty
	{
	margin-left: 10px
}

.menu-dialog.menu-minicart.ajax-minicart.full, .menu-dialog.menu-rviewed-section,
	.menu-dialog.menu-emailspecials, .menu-dialog.menu-minicart.empty,
	#left-bar .auth_div { /*width:245px;*/
	width: 220px;
	margin-left: 21px !important;
}

.menu-dialog.menu-emailspecials input.submit {
	width: 33px;
}

/* Category Menu */
#left-bar .menu-dialog.menu-fancy-categories-list {
	border: 0;
	border-radius: 0;
	margin: 0 auto !important;
	border-bottom: 1px solid;
	width: 264px !important;
	background: #e3e4e5;
}

#left-bar .menu-dialog.menu-fancy-categories-list .content {
	padding: 0;
	background-color: transparent;
}

#left-bar .menu-dialog.menu-fancy-categories-list .title-bar {
	/* background: #00447c !important; */
	border-radius: 0 !important;
	position: relative;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#636363+0,565656+100 */
	background: #636363 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #636363 0%, #565656 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #636363 0%,#565656 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #636363 0%,#565656 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#565656',GradientType=0 ) !important; /* IE6-9 */
}

#left-bar .menu-dialog .slice {
    width: 15px;
    height: 71px;
    position: absolute;
    left: -15px;
    top: -30px;
    z-index: 9999;
    background: url(../../skin/royalmailers/css/../../royalmailers/css/../images/category-title-slice.png) no-repeat;
}

#left-bar .menu-dialog.menu-fancy-categories-list .title-bar h2 {
	color: white !important;
	text-shadow: none !important;
}

#left-bar .minicart #minicart_product .p_amount {
	margin-right: 6px;
}

#left-bar .minicart #minicart_product span.label {
	width: 122px !important
}

.nav-container {
	
}

#nav {
	
}
/* All Levels */
#nav li {
	text-align: left;
	position: relative;
}

#nav li.over {
	z-index: 998;
}

#nav li.parent {
	display: block;
}

#nav li a {
	display: block;
	text-decoration: none;
}

#nav li a span {
	display: block;
	white-space: nowrap;
	cursor: pointer;
}

#nav li ul a span {
	white-space: normal;
}

/* 1st Level */
#nav>li {
	border-bottom: solid 1px #ECECEC;
	font-size: 15px;
	padding: 5px 0 5px 0;
}

#nav>li.parent {
	background: url(../../skin/royalmailers/css/../images/nav_parent.gif) no-repeat 100% 14px;
}

#nav>li.parent:hover {
	background: url(../../skin/royalmailers/css/../images/nav_parent.gif) no-repeat 100% -980px;
}

#nav>li.last {
	border-bottom: 0;
}

#nav>li>a, #nav li span {
	background: url(../../skin/royalmailers/css/../images/nav_arr.gif) no-repeat 0 4px;
	padding: 0 0 0 14px;
	color: #434343;
	display: block;
	text-decoration: none;
	font-size: 15px;
	cursor: pointer;
}

#nav>li>a:hover {
	padding: 0 0 0 20px;
	color: #FFAA13;
}

#nav>li.over>a, #nav>li.active>a {
	color: #FF9F04;
}

/* 2nd Level */
#nav ul, #nav div { /*padding:11px 0 6px 28px;*/
	padding: 5px 0 0px 28px;
	display: none;
}

#nav div ul {
	
}

/* 3rd+ leven */
#nav ul ul, #nav ul div {
	
}

#nav ul li {
	float: none;
	padding: 0 0 0px 0;
	font-size: 12px;
}

#nav ul li.last {
	
}

#nav ul li a {
	float: none;
	font-weight: normal;
	color: #939293;
}

#nav ul li a:hover {
	font-weight: bold;
	color: #434343;
}

#nav>li.active>ul {
	display: block;
}

/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	display: block;
}

#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	
}

#left-bar #nav>li:first-child {
	border-top: 0px;
}

#left-bar #nav>li:last-child {
	border-bottom: 0px;
}

#left-bar #nav>li {
	border-top: 1px solid #f2f3f4;
	border-right: 1px solid #C5C5C5; border-bottom : solid 1px #CCC;
	padding: 10px 20px;
	border-bottom: solid 1px #CCC;
}

#left-bar #nav>li>a {
	background: url(../../skin/royalmailers/css/../images/nav_arr.gif) no-repeat 0 4px;
	background-position: right;
	padding: 0;
	color: #434343;
	display: block;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

#left-bar #nav li a:hover {
	color: #ec9200;
}

#left-bar #nav ul li a {
	float: none;
	font-weight: normal;
	color: #939293;
	line-height: 24px;
	font-size: 14px;
}

#left-bar #nav ul, #nav div {
	padding: 5px 0 0px 15px;
	display: none;
}

#left-bar #nav li.active {
	background: #FFF;
	border-right:1px solid #FFF;
}

#left-bar #nav li.active > a  {
	font-weight: bold;
}

/* END Left Bar Call-Outs
-----------------------------------------*/

.catalog.homepage .homecategory, .catalog.homepage .homecategory .content
	{
	padding: 0px;
}

ul.homemaincat {
	border-top: 8px solid #003366;
}

#upper,
#content {
	padding: 25px;
}

.checkout #center-main {
	margin-left: 0;
}

.checkout #upper {
	padding-bottom: 0;
}

.checkout #opc-cta {
	margin-bottom: 30px;
}

.checkout #opc-cta p {
	margin: 0;
}

.checkout #opc-cta-user {
	float: left;
}

.checkout #opc-cta-tip {
	float:right;	
}

div.opc-authbox {
  
}

.opc-authbox img {
	width: 100%;
}

div.opc-authbox a {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

.checkout #opc-sections {
	padding: 25px;
 	margin: 0;
 	background: url(../../skin/royalmailers/css/../images/checkout-bg-slice.jpg) repeat-y;
}

.checkout #opc-titles {
	border-style: solid;
    border-width: 1px 0;
    border-color: #DFDFDF;
}

.checkout .opc-sections-title {
	
}

.checkout #opc-shipping-title,
.checkout #opc_one {
	float: left;
	width: 20%;
	padding: 0 2% 0 0;
}

/* .checkout  ul#opc-sections li#opc_one {
	float: left;
	width: 20%;
	padding: 0 2% 0 0;
} */

.checkout #opc-summary-title,
.checkout #opc_summary_li {
	float: left;	
	width: 44%;
	padding: 0 1.9%;
	
}

.checkout #opc-summary-title {
	border-style: solid;
    border-width: 0 1px;
    border-color: #DFDFDF;
}

/* .checkout  ul#opc-sections li#opc_summary_li {
	float: left;	
	width: 44%;
	padding: 0 2%;
} */


.checkout #opc-payment-title,
.checkout #opc_shipping_payment {
	float: right;
	width: 28%;
	padding: 0 0 0 2%;
}

/* .checkout ul#opc-sections li#opc_shipping_payment {
	float: right;
	width: 28%;
	padding: 0 0 0 2%;
} */

.checkout-payments tr td {
  text-align: left;
  padding: 5px; 
  vertical-align: middle; 
}

.checkout-payments tr td.checkout-payment-name { 
  width: 100%; 
  padding-right: 10px;
  white-space: normal;
}

.register .data-name,
.checkout .data-name {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
}

.register #registration-container {
	display: flex;
	flex-flow: row wrap;
}

.register .registration-item {
	flex-grow: 1;
}

.register .registration-item:nth-child(odd) {
	margin-right: 2%;
}

.register #spacer {
	margin-bottom: 43px;
}

.register-section-title label {	
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.data-required {
	padding-left: 5px;
	text-align: left;
	display: inline-block;
	color: #ff0000;
	vertical-align: top;
}

.register .data-value {
	display: block;
	margin-bottom: 15px;
	padding: 0;
}

.register #email-table-row {
	position: relative;
}

.register #email_note {
	position: absolute;
	top:0;
	right: 0;
}

.opc-section-container .address-line, .opc-section-container .address-line.onee p
	{
	margin: 0 !important
}

ul#create_account_box {
	width: 100%;
	padding: 0px 0px;
}

fieldset.registerform ul.first {
	width: 100%;
	padding: 0px 0px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	position: static !important;
}

fieldset.registerform ul {
	padding: 0;
}

.checkout button.update-profile {
	
}

table.login_button {
	padding-top: 15px;
}

table.login-table {
	position: relative;
}

.register_login .register_image {
	width: 727px;
}

table.login-table div.error-label {
	position: absolute;
	top: 46px;
}

div.ui-dialog table.login-table div.error-label {
	display: none !important;
}

table.login_button td.main-button .big-main-button {
	background: url(../../skin/royalmailers/css/../images/orange_button_bg.gif);
	width: auto;
	bordeR: none;
	height: 19px;
	border-radius: 2px;
	color: #fff;
	padding-bottom: 5px;
}

.auth_div .title-bar h2 { /*margin-left:10px;*/
	padding: 14px 0px 16px 0px;
	margin-left: 13px;
}

a.sub_cat {
	width: 375px;
	text-align: center;
	display: inline-block;
}

a.sub_cat span.title {
	color: #000;
	text-decoration: underline;
}

.menu-dialog.menu-fancy-categories-list .title-bar, .menu-dialog.menu-emailspecials .title-bar,
	.menu-dialog.menu-minicart .title-bar { /*display: none;*/
	
}
/*.menu-dialog.menu-fancy-categories-list .content:before{content:url(../../skin/royalmailers/css/../images/cat1.jpg);  margin-top: -31px;  display: inline-block;  margin-left: -6px;}
.menu-dialog.menu-minicart .content:before{  content: url(../../skin/royalmailers/css/../images/my_cart.png);  margin-top: -8px;  display: inline-block;  margin-left: -10px;}*/
.menu-dialog.menu-fancy-categories-list, .menu-dialog.menu-minicart.full
	{ /*width:245px;*/
	margin-top: 10px;
	width: 220px;
	margin-left: 21px;
}

.homecategory {
	/*border-top:4px solid #19365e;*/
	
}

.menu-dialog.menu-emailspecials img.email_title {
	width: 243px;
	margin-left: -10px;
	margin-top: -8px;
}

table.news_slater {
	margin-lefT: -8px;
}

img.checkout_image {
	margin-top: 10px;
}

#opc_profile .opc-checkout-profile .opc-section-container .address-line {
	width: 100%;
}

.subcategoriesbox a.cate_lin {
	color: #000;
}

ul#create_account_box  li.single-field:nth-child(3) .field-container:nth-child(2) .data-value
	{
	width: 120px;
	margin-top: 10px;
}

ul#create_account_box  li.single-field:nth-child(3) .field-container:nth-child(2) .data-name
	{
	vertical-align: top;
}

.checkout .checkout-customer-notes label {
	margin-bottom: 10px;
	display: block;
}

.prod_image .details_button.no-space {
	margin: 20px auto 0px;
}

.category_title_d {
	width: 730px;
	margin: 25px auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	color: #000;
	font-size: 16px;
}

.checkout-buttons {
	margin-top: 10px;
}

.prod_name>a {
	font-size: 18px;
}

.register_login {
	margin-left: 20px;
}

.register-table,
.address_register_cus {
	width: 100%;
}

#h_line_login {
	margin-left: 24px;
	margin-top: 120px;
	text-align: center;
	width: 91%;
	display: block;
	border-style: inset;
	border-width: 1px;
}

#h_line {
	margin-left: 24px;
	margin-top: 140px;
	text-align: center;
	width: 94%;
	display: block;
	border-style: inset;
	border-width: 0px;
}

.lo_re {
	width: auto;
	margin-left: 20px;
	display: inline-block;
	border: 0px solid #b6b6b6;
	margin-top: 50px;
}

td.register-newbie-note {
	padding-left: 118px;
	display: none;
}

#top-links {
	width: 715px;
	margin: 0 auto;
	padding-top: 25px;
}

.my_acct {
	width: 776px;
	background: none repeat scroll 0 0 #F4F4F4;
	border-radius: 4px 4px 4px 4px;
	margin: 0 0 10px;
	padding: 11px 0px 12px 12px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
}

.orders .data-table.width-100  tr.head-row {
	text-align: center;
}

.orders .data-table.width-100 tr {
	text-align: center;
}

.data-table tr .data-right-column {
	padding-right: 15px;
}
/*hide divs*/
.menu-dialog.menu-rviewed-section, .menu-dialog.menu-emailspecials {
	display: none;
}

.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-corner-all li:nth-child(4)
	{
	display: none;
}

.homecategory.home_category_image  img {
	width: 255px;
	height: 110px;
	display: inline-block;
}

.combine {
	display: inline-block;
	text-align: center;
	padding: 25px 0;
	width: 33%;
}

.combine img.no_image {
	width: 340px;
	height: 150px;
}

.combine img {
	width: 200px;
	height: auto;
	margin: 0px auto;
	display: block;
}

.image_center {
	width: 773px;
	margin: 0px auto;
}

.transit_content ul li span, .transit_content span {
	background-color: #fff !important;
}

.transit_map {
	text-align: center;
}

.transit_map img {
	width: 100%
}

/***** 15-02-17 *****/
/***** Styling Image Category *****/
.home_category_image .image_center {
	width: 780px !important;
}

.home_category_image #cat_desc {
	width: 250px !important;
	padding: 10px 5px;
	margin: 0 !important;
	float: left !important;
	display: block !important;
	position: relative;
}

.home_category_image #cat_desc:nth-child(11) div:nth-child(2) b {
	/* font-size: 13px !important; */
	
}

/* Category Image */
.home_category_image #cat_desc div:nth-child(1) {
	width: 110px !important;

	/*  top: 50%;
    right: 55%;
    height: 30%;
    width: 45% !important;
    margin: -20% 0 0 0%;
    position: absolute; */
}

/* Category Text */
.home_category_image #cat_desc div:nth-child(2) {
	width: 130px !important;
	margin-left: 5px !important;
	font-weight: normal !important;
	font-family: Arial, sans-serif;

	/*    width: 60%;
    display: inline-block;
    margin-left: 2%;
    vertical-align: bottom;
    top: 50%;
    left: 50%;
    height: 30%;
    margin: -15% 0 0 0%;
    width: 50% !important;
    position: absolute; */
}

/**********30-09-15****
div#btn_box {  position: absolute;  left: 821px;margin-bottom: 5px;bottom:160px !important;}
.terms_n_conditions {  position: absolute;  left: 784px;  width: 253px;  bottom: 100px !important;}*/
div#btn_box {
	margin-bottom: 5px;
	text-align: center
}

.terms_n_conditions {
	width: 253px;
	text-align: center
}

#opc_payment {
	text-align: center
}

.checkout #opc_payment, .opc-section-container.opc-payment-options {
	width: 256px;
}

#xpc_iframe36 div.container {
	width: 249px !important;
}

.checkout-payments tr.payment-details td {
	padding: 5px 2px 5px;
}

.combine_add {
	margin: 0px auto;
}

ul.header_menu {
	color: #fff;
	list-style: none;
	padding: 0;
	margin-left: 20px;
	line-height: 24px;
}

ul.header_menu li {
	color: #ebecf0;
	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: top;
}

ul.header_menu li a {
	text-decoration: none; /*color:#ebecf0;*/
	color: #f2f2f2;
	font-size: 11px;
	font-weight: normal;
	padding: 16px;
}

ul.header_menu li a > img {
	padding: 0 3px 0 1px;
}

ul.header_menu li:first-child a {
	padding-left: 0;
}

ul.header_menu li a:hover {
	color: #fff;	
}

img.thunder {
	vertical-align: top;
	margin-top: -5px;
}

.combine a.cate_tit {
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
}

#left-bar .auth_div {
	display: none;
}
/*header_new*/
.first_part .con_new_fst {		
	height: 45px;
	float: right;	
	position: relative;
	padding-right: 20px;
	
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
		
	background: #6496c8; /* Old browsers */
	background: -moz-linear-gradient(top, #6496c8 0%, #4787c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6496c8 0%,#4787c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6496c8 0%,#4787c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6496c8', endColorstr='#4787c8',GradientType=0 ); /* IE6-9 */
}

.first_part .con_new_fst .slice, .first_part .con_new_snd .slice {
	width: 20px;
	height: 45px;
	position: absolute;
	left: -20px;
	top: 0;
	z-index: 9999;
}

.first_part .con_new_fst .slice {
	background: url(../../skin/royalmailers/css/../images/head-bg-slice.png) no-repeat;
}

.first_part .con_new_snd .slice {
	background: url(../../skin/royalmailers/css/../images/head-fb-slice.png) no-repeat;
}

.first_part .con_new_snd {
	background: #00447c;
	width: 119px;
	height: 45px;
	float: right;
	text-indent: -9999px;
	position: relative;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

.first_part a.con_new_snd:hover {
	background: #003561;
}

.first_part a.con_new_snd:hover .slice {
	background: url(../../skin/royalmailers/css/../images/head-fb-slice-hover.png) no-repeat;
}

.first_part .con_new_snd .fb-text {
	width: 79px;
	height: 16px;
	background: url(../../skin/royalmailers/css/../images/head-fb-text.png) no-repeat;
	margin: 13px 10px 13px 15px;
}

.second_part {
	position: relative;
	background: #0c69b5; /* Old browsers */
	background: -moz-linear-gradient(top, #0c69b5 0%, #0a5490 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0c69b5 0%, #0a5490 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0c69b5 0%, #0a5490 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c69b5',
		endColorstr='#0a5490', GradientType=0); /* IE6-9 */
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	/* height: 71px; */
	/* width: 1083px; */
	/* background-size: 1083px; */
	background-size: 100% 100%;
	padding: 20px;
}

.second_part .left_section {
	float: left;
	width: 25%;
}

.second_part .right_section {
	float: right
}

.second_part .backend_section {
	float: left;
	background: url(../../skin/royalmailers/css/../images/header/5wideo1.gif) repeat;
	width: 293px;
	height: 41px;
	background-size: 155px;
}

.second_part .search_section {
	float: left;
	width: 30%;
	margin: 19px 5%;
}

.second_part .search_section label {
	display: none;
}

.second_part .search_section input[type=text] {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #0955a4;
	color: #CCC;
	outline: none;
	font-style: italic;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 12px;
	background-image: url(../../skin/royalmailers/css/../images/search-icon.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	padding-right: 40px;
}

.second_part .search_section input[type=text]:focus {
	color: #000;
}

.right_section_prt {
	float: right;
	margin: 18px 0;
	width: 35%;
}

.right_section_prt .cta {
	font-family: "Calibri", Arial, serif;
	color: #FFF;
	float: left;
}

.right_section_prt .cta .tag {
	font-size: 14px;
	display: block;
	text-align: center;
	margin-bottom: 2px;
}

.chatlio-powered-by {
	display: none !important;
}

.right_section_prt .cta .statement {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

.right_section_prt .cta .statement a {
	color: #FFAA13;
	cursor: pointer;
	text-decoration: underline;
}

.right_section_prt .cta.free-shipping {
	float: left;
}

.right_section_prt .cta.phone-number {
	float: right;
}

.clear {
	padding: 0;
	margin: 0;
	clear: both;
}
/*1-6-15*/
.continue_but {
	float: left
}

.update_but {
	float: right
}

.checkout .cart-right-box {
	background: none;
	border: none;
	width: auto;
	float: none;
}

.checkout .cart-right-box .totals .total-value {
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-weight: bold !important;
}

.checkout .cart-right-box .totals .total {
	color: rgb(51, 51, 51);
	font-weight: bold !important;
}

.checkout .cart-right-box .totals {
	margin-top: 0px
}

.checkout tr.subtotals_row td {
	border: none
}

#opc_summary table.totals>tbody>tr:nth-child(3) td {
	font-size: 13px;
	color: #000;
	font-weight: bold
}

.opc-section-container, #opc_payment {
	width: 100% !important
}

.checkout-payments tr td {
	border: none !important
}

.checkout-payment-paypal tr td {
	padding: 0px 5px !important
}

body.register form[name="registerform"] .lo_re {
	width: 704px;
	margin-top: 0px;
	border-bottom: 1px solid #000000;
	position: relative;
}

body.register form[name="registerform"] .lo_re .data-name {
	font-weight: 600;
	color: #000;
}

.register-table .data-name label,
.address_register_cus .data-name label {
	display: block;
	color: #B2B2B2;
	text-align: left;
}

body.register .shipping_address {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px;
	float: left;
	width: 343px;
	border-bottom: 1px solid #c4c4c4;
}

body.register .login_details {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px;
	float: left;
	width: 289px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c4c4c4;
	margin-left: 50px;
}

}
* /

body.register .txt_newbie {
	text-align: center;
}

.opc-section .skip-auto-validation .first .data-value input {
	width: 118px;
}

.opc-section .skip-auto-validation fieldset.registerform ul {
	padding: 0 8px
}

.opc-section .skip-auto-validation .first .error-label {
	display: none !important;
}

#opc_summary_li h2, #opc_shipping_payment h2, #opc_profile h2 {
	display: none;
}

.opc-section .skip-auto-validation .first {
	padding-top: 15px !important
}

.registerform .xpc-save-card-label {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px;
	
}

.registerform .xpc-save-card-label small {
	display: none;
}

.registerform .visa_card {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin: 20px 0;
	padding: 10px 0 5px 0;
	text-align: center;
}


.opc-section-container.opc-payment-options {
	padding-bottom: 0px;
}

#opc_payment {
	margin-bottom: 0px !important
}

#create_account_box .field-container .data-name {
	width: 85px !important;
}

.checkout_prodtable_head>td:nth-child(2) {
	width: 69px;
}

.cart-right-box #table_totals .subtotals_row .total {
	padding-left: 0px;
}

.lo_re .data-name {
	text-align: right;
}

.lo_re .register-newbie-note {
	display: none;
}

.lo_re .button-row.center .center {
	margin-left: 70px;
	text-align: left;
	margin-top: -30px;
}

.lo_re .news-register-item {
	float: left;
	margin-left: 71px;
	margin-top: 4px;
	margin-right: -17px;
}

.product-ask-form {}

.product-ask-form .data-name {
	padding: 9.5px 0;
	width: 20%;
}

.product-ask-form .data-input {
	width: 80%;
}

.product-ask-form .data-input input,
.product-ask-form .data-input textarea {
	width: 100%;	
}

.product-ask-form .input-container {
	margin-bottom: 20px;
}

.product-ask-form .iv-img {
	text-align: left;
	margin-top: 15px;
}

div.optional-label {
    display: none !important;
}

/* Coupon Code
------------------------------------*/
#opc_coupon {
	margin-bottom: 15px;
}

#opc_coupon strong {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	display: block;
	font-weight: normal;
}

#opc_coupon #coupon {
	display: inline-block;
	width: 80%;
	margin-right: 2%;
}

#coupon_code_container .button {
	width: 17%;
}

/* END Coupon Code 
------------------------------------*/
.opc-section .checkout-customer-notes #customer_notes {
	max-width: 214px !important;
}

.optional-label.for_regacc {
	margin: 0px;
	margin-top: 15px;
	background-color: #f5f5f5;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.optional-label.for_regacc .pointer {
	padding-left: 5px;
	border-bottom: 1px solid #999;
}

.optinl {
	margin-left: 15px;
	font-size: 14px;
}

.address-line.compny {
	padding-left: 0px !important;
}

body.history_order .content .order-invoice.width-100 {
	max-width: 700px;
	margin: 0 auto;
}

body.history_order .content .order-invoice.width-100 hr {
	margin: 0px 0 0px;
}

body.history_order .content .order-invoice.width-100 tr td {
	padding-left: 0px !important;
}

body.history_order .content div:nth-child(1), body.history_order .content div:nth-child(2)
	{
	margin-left: 20px;
}

body.history_order .content .order-invoice.width-100 tr:nth-child(3) div,
	body.history_order .content .order-invoice.width-100 tr:nth-child(4) div
	{
	margin-left: 0px;
}

body.history_order #center-main .text-block {
	display: none;
}

body.history_order #center-main .content>div:nth-child(1) {
	display: none;
}

body.history_order #center-main .content .buttons-row a.simple-button[title="History of changes"]
	{
	display: none;
}

body.history_order #center-main .content>hr {
	display: none;
}

body.history_order #center-main .content .order-invoice.width-100>tbody>tr:nth-child(1)>td
	{
	background: url(../../skin/royalmailers/css/../images/order_customer_invoice_logo1.png) no-repeat
		!important;
}

body.history_order #center-main .content>.buttons-row {
	width: 700px;
	margin: 0 auto;
	border-bottom: 1px solid #999;
	margin-bottom: 14px;
}

body.history_order #center-main .content>.buttons-row .simple-button {
	float: right;
}

body.history_order #center-main .content .order-invoice.width-100 tr td span[style="font-size:14px; color:#fda811;"]
	{
	color: #000 !important;
	font-weight: 600;
}

body.history_order .content .order-invoice .width-100.cusclass tr td {
	padding-left: 10px !important;
}

body.history_order #center-main>h1 {
	width: 700px;
	margin: 0 auto;
}

.no_credit_cards {
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
	color: #000;
}

.addcard_cred {
	margin-left: 20px;
	color: #000;
	font-size: 15px;
}

.addcard_cred_txt {
	margin-left: 20px;
	margin-top: -10px;
	color: #333;
}

#top-links .ui-tabs-panel.ui-widget-content {
	border: 0px;
}

body.orders #center-main>h1 {
	width: 706px;
	margin: 0 auto;
}

body.orders #center-main .text-block {
	width: 721px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.savdcrdcrd {
	padding: 0 25px 25px 25px;
}

body.orders .savdcrdcrd>h1 {
	width: 98%;
	margin-left: 0px;
}

body.customer_bonuses .offers-bonuses-page {
	width: 98%;
	margin-left: 0px;
}

body.customer_bonuses .savdcrdcrd>h1, body.customer_bonuses .savdcrdcrd .text-block
	{
	width: 98%;
	margin-left: 0px;
}

.lo_re #passwd2, .lo_re #passwd1, .lo_re #uname, .lo_re #email {
	width: 100%;
	max-width: 225px;
}

.register .lo_re .button-row {
	width: 100px;
}

/* My Account: Tabs
------------------------------------*/
#account-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border: 1px solid #e1e2e2;
	/* background: #f3f4f5; */
}

#account-links li {
	float: left;
	width: auto;
	flex-grow: 1;
}

#account-links li a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 1px solid transparent;
}

#account-links li a:hover {
	background: #edeeef;
	border-color: transparent #d4d4d4;
}

#account-links li.active a {
	background: #dcddde;
	border-color: #d4d4d4;
}

/* END My Account: Tabs
------------------------------------*/

/* My Account: Universal
-------------------------------------*/

.orders .title h2,
.saved_cards .title h2,
.pages h2,
#content h2,
.checkout h2,
.register h2 {
	font-size: 18px;
	font-weight: normal;
	color: #003366;
	border: none;
	padding: 0;
	line-height: 22px;
	margin-bottom: 14px;
}

.orders p,
.saved_cards p {
	font-size: 14px;
	line-height: 22px;
	color: #58595b;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 18px;
    color: #2c3e49;
    background-color: #fff;
    background-image: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* END My Account: Universal
-------------------------------------*/

/* My Account: Address Book
-------------------------------------*/
.address-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.address-container li.address-box {
	float: left;
	flex-grow: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.address-container li.address-box:nth-child(even), .address-container li.address-box:last-child
	{
	margin-right: 0;
}

.address-container li.address-box .address-bg {
	width: initial;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.address-container li.address-box .address-bg .address-main {
	min-height: 260px;
	padding: 20px;
}

.address-container li.address-box:hover .address-main {
	
}

body.orders .savdcrdcrd>h1, .underline.normal, .adv-search .expand-section,
	body.orders .savdcrdcrd>.text-block {
	display: none !important;
}

.address_book .savdcrdcrd>h1, .address_book #center-main>h1 {
	display: none
}

.address-main a.new-address {
	text-decoration: none;
}

.address-main {
	font-size: 12pt;
	color: #000;
}

body.address_book  #center-main>h1 {
	width: 705px;
	margin-left: 49px;
}

div.address-book-link {
	background-color: #fff;
	height: 7px;
}

/* END My Account: Address Book
-------------------------------------*/

/* My Account: Order History
-------------------------------------*/

#xpc_iframe_container {
	margin-top: 25px;
}

/* Search For Orders */

.history-search-orders td {
	white-space: nowrap;
	padding: 3px 8px 3px 0;
	font-size: 14px;
}

.history-search-orders .input-row tr {
	display: inline-block;
}

.adv-search table td.input-row tr:last-child {
	display: block;
	float: right;
}

.history-search-orders .input-row input[type="text"] {
	max-width: 129px;
}

.history-search-orders .data-name {
	vertical-align: top;
	padding-top: 12px; color : #112536;
	font-weight: bold;
	color: #112536;
}

.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 .title {
	height: initial;
}

#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;
}

/* Search Results */

.search-results {
	border: 1px solid #DDD;
	border-collapse: collapse;
}

.search-results > tbody > tr > th {
	background: none;
	font-weight: bold;
	border-bottom: 2px solid #DDD;
}

.search-results > tbody > tr > th.data-checkbox-column {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.search-results > tbody > tr > td,
.search-results > tbody > tr > th {
	border: 1px solid #DDD;
	padding: 15px;
	line-height: 26px;
	font-size: 14px;
	vertical-align: middle;	
}

/* Checkbox & Pagination */

.results-links {
	margin-bottom: 10px;
	display: flex;
	flex-flow: row wrap;
}

.results-links a { 
	font-size: 14px;
}

.results-links .results-check,
.results-links .results-pagination,
.results-links .results-search { 
	float: left;
	width: auto;
}

.results-links .results-check,
.results-links .results-search {
	flex-grow: 1
}

.results-links .results-pagination {
	flex-grow: 2
}

.results-links .results-pagination ul.simple-list-left {
	padding: 0;	
}

.results-links .results-pagination ul.simple-list-left > li {
	float: none;
	text-align: center;
}

.results-links .results-search {
	text-align: right;
}


/* END My Account: Order History
-------------------------------------*/

/* My Account: Saved Credit Cards 
-------------------------------------*/


/* END My Account: Saved Credit Cards 
-------------------------------------*/

.strply p {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Left Bar Call To Actions
---------------------------------------------------------*/

#left-bar .menu-dialog {
	margin: 25px auto;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	width: 220px;
}

#left-bar .menu-dialog .content {
	padding: 15px;
}

#left-bar .menu-dialog .content img {
	width: 100%
}

#left-bar .menu-dialog.cta-video .content a {
	text-indent: -99999px;
	display: block;
	width: 190px;
	height: 150px;
	background: url(../../skin/royalmailers/css/../images/cta/videos-promo.jpg) 0% 0%;
}

#left-bar .menu-dialog.cta-video .content a:hover {
	background: url(../../skin/royalmailers/css/../images/cta/videos-promo.jpg) 100% 100%;
}

/* END Left Bar Call To Actions
---------------------------------------------------------*/

#left-bar .menu-fancy-categories-list .content {
	padding: 0px 15px;
}

body.checkout .save-new, body.checkout .update-existing, body.register .save-new,
	body.register .update-existing {
	display: none;
}

#left-bar .menu-dialog .title-bar {
	
}

#left-bar .menu-dialog .title-bar h2 {
	color: #003366;
	text-shadow: rgb(254, 254, 254) 1px 2px 5px;
	font-size: 16px;
	font-weight: bold;
}

/*.customer_bonuses .text-block{display: none;} */
.no_oferavai {
	color: #000;
	font-weight: 600;
	margin-top: 65px;
	text-align: center;
}

.customer_bonuses .savdcrdcrd {
	min-height: 200px;
}

.customer_bonuses .savdcrdcrd .right-box {
	display: none;
}

.customer_bonuses .savdcrdcrd>h1 {
	display: none;
}

#top-links .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-corner-all
	{
	width: 103%;
}

body.checkout #center-main>h1 {
	margin-top: 10px;
}

body.checkout #content-container {
	background: #FFF;
}

.ui-dialog #ui-id-1, .ui-dialog #ui-id-1 .savdcrdcrd {
	max-width: 600px;
	display: inline-block;
}

.ui-dialog #ui-id-1 .address-container.popup-address {
	min-width: 95%;
	width: 95% !important;
}

.register #center-main>.register_login {
	display: none;
}

.registerstat {
	display: none;
	float: right;
	width: 320px;
	margin-right: 50px;
	text-align: center;
	color: #000;
	font-size: 13px;
}

form[name="registerform"] .lo_re tr:nth-child(3) {
	
}

.lgndettit+.lo_re {
	
}

.lgndettit, .already_registered_css {
	font-size: 18px;
	font-weight: normal;
    color: #003366;
}

.shippingaddtit {
	position: relative;
}

.shippingaddtit .address-requirements {
	position: absolute;
	top: 0px;
	right: 10px;
}

.ipt-nt {
	display: none;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
}

form[name="registerform"] hr {
	border-color: #999;
	margin-top: 30px;
}

.register form[name="registerform"] {
	/*width:750px;*/
	margin: 0 auto;
}

.address_register_cus+hr {
	width: 687px;
	margin-left: 19px;
	border-bottom: 1px solid #000000 !important;
}

.register .dialog {
	/*padding: 25px 50px;*/
	
}

.register h1.reg {
	border-bottom: 1px solid #dfdfdf;
	background: none;
	padding: 12px 0;
	border-radius: 0;
	font-weight: bold;
}

.com_log {
	margin-left: 20px;
	width: 325px;
}

.fs {
	width: 314px;
}

body.order_message #center-main .order-invoice .width-100[summary="Summary"]
	{
	display: none;
}

body.order_message #center-main .order-invoice hr.invoice-line {
	display: none;
}

body.order_message #center-main #location {
	display: none;
}

body.order_message .order-invoice.width-100 .invoice-address-box {
	display: none;
}

body.order_message .order-invoice.width-100 .invoice-personal-info {
	display: none;
}

.Rapid_Reorder {
	margin: 0 auto;
	width: 90%;
}

.Rapid_Reorder p {
	background-color: #e5e5e5;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

.Rapid_Reorder>span {
	color: #666;
	font-size: 15px;
	line-height: 25px;
}

.pages h1 {
	margin: 25PX auto 0px;
	padding: 7px;
	width: 766PX;
}

.pages .dialog.noborder {
	/*padding: 10px;*/
	padding: 0;
}

.orderinvoice_soft {
	margin: 0 auto;
	width: 90%;
}

.thnkfroder {
	text-align: center;
}

.thnkfroder>p {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.thnkfroder>span {
	border: 1px solid;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 3px 10px;
	font-size: 15px;
}

.orderinvoice_soft .ordertbale_tit {
	background: url(../../skin/royalmailers/css/../images/ordercmpltbg.png) repeat-x;
	height: 38px;
	line-height: 35px;
	font-weight: 600;
	font-size: 14px;
}

.ordertbale_soft {
	border: 1px solid #999;
}
/*.ordertbale_soft .order-invoice.width-100 {padding: 15px;}*/
.ordertbale_soft .Order_Details {
	float: left;
	margin-left: 18px;
}

.ordertbale_soft .order_id {
	float: right;
	margin-right: 20px;
}

.ordertbale_soft .invoice-products {
	background: none;
}

.ordertbale_soft .invoice-products tr th {
	background: #999;
	color: #fff;
	padding: 8px;
}

.ordertbale_soft .invoice-total-column {
	border-bottom: 1px solid #999;
}

.ordertbale_soft .invoice-products tr td.invoice-product-column span,
	.ordertbale_soft .invoice-products tr td {
	font-size: 13px;
	color: #000;
}

.ordertbale_soft .invoice-totals td {
	color: #000;
	font-size: 13px;
}

.ordertbale_soft .invoice-bottom-note {
	display: none;
}

.ordertbale_soft .invoice-totals .currency {
	font-weight: 600;
}

.ordertbale_soft .ord_nmr {
	color: #b50e24;
	font-size: 15px;
	font-weight: 600;
}

.ordertbale_soft .thkfor_odr {
	font-weight: 600;
	font-size: 14px;
}

.thkorder_soft {
	margin: 0 auto;
	width: 97%;
	border-top: 1px solid #999;
}

.buttons-row.center.soft_prinbt {
	display: none;
}

.thkorder_soft li a {
	color: #333;
}

.ordertbale_soft .button-row-right .simple-button {
	color: #333;
	float: left;
	font-size: 13px;
	font-weight: 600;
	margin-left: 28px;
	text-decoration: none;
	background: url(../../skin/royalmailers/css/../images/printbg.png) repeat-x;
}

.ordertbale_soft .button-row-right .simple-button span {
	display: inline-block;
	padding-bottom: 4px;
	padding-top: 2px;
	text-align: center;
	width: 100px;
}

.cart #center-main .dialog.shopping-cart-page {
	/*width:92%;*/
	margin: 0 auto;
}

.oder_cusnote {
	position: relative;
}

body.history_order .content div.ordnote, body.history_order .content div.oder_cusnote
	{
	margin: 0;
}

body.register #center-main>h1 {
	display: none;
}

.register .registerbox {
	padding: 0 25px;
}

body.register h1.acnt_detai {
	width: 695px;
	margin: 0 auto;
	margin-top: 19px;
	font-size: 17px;
	padding: 5px;
}

body.register .registerbox .lo_re {
	border-bottom: 0px !important;
	padding-bottom: 40px;
}

body.register .frogetpwasswd {
	display: block !important;
	position: relative;
}

body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #page-container
	{
	width: 100% !important;
}

body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #content-container
	{
	margin-top: 0px !important;
	padding-bottom: 0px !important
}

body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #center-main
	{
	margin-left: 0px !important;
}

body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #header,
	body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 .footer,
	body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #content-container #left-bar,
	body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #back-top,
	body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #location,
	body.register .ui-dialog.ui-widget.ui-widget-content #ui-id-1 .footer-container
	{
	display: none
}

body.product .ui-widget.ui-widget-content {
	border: 0;
	
}

body.register form[name="registerform"] .lo_re .button-row>a {
	position: absolute;
	right: 27px;
	bottom: 10px;
}

body.help #location {
	margin-top: 2px;
}

body.register .popup-dialog #center-main>h1 {
	display: block !important;
}

body.register .popup-dialog #center-main {
	border-top: 0px;
}

/*========================== Store Policies =================================*/

#policies table {
	width: 100%;
}

#policies .policy {
	background: #f9f9f9;
	border: 1px solid #e1e2e2;
	padding: 20px;
	margin-bottom: 25px;
}

#policies .policy:hover {
	/* background: #f3f4f5; */
	border: 1px solid #c5c5c5;
}

#policies .policy:last-child {
	margin-bottom: 0;
}

#policies .policy .policy-image,
#policies .policy .policy-copy {
	float: left;
}

#policies .policy .policy-image {
	width: 25%;
	padding: 30px 0;
	text-align: center;
}

#policies .policy .policy-image img {
	width: 124px;
	height: 118px;
}

#policies .policy .policy-copy {
	width: 75%;
}

/*========================== Sitemap =================================*/



/*body.register .ui-dialog.ui-widget .ui-dialog-titlebar{background: #fff;border:0px;position: absolute;width: 90%;}*/
body.register .ui-dialog.ui-widget .ui-dialog-titlebar-close {
	right: 10px;
	z-index: 999;
}

body.register .ui-dialog.ui-widget .data-table .button-row .button {
	margin-left: 180px;
}

.prod_details .wholesale-info>table {
	width: 100%
}

#personal_details #ship2diff_box ul.first {
	display: flex;
	flex-flow: row wrap;	
}

#personal_details #ship2diff_box ul.first > li {
	float: left;
    width: auto;
    flex-grow: 1;
}

.emailukfield {
	position: absolute;
}

#ship_id_1 #opc_shipping h2 {
	display: none
}

#ship_id_1 #opc_shipping {
	padding: 0;
	margin: 0
}

#ship_id_1 #opc_shipping .checkout-shippings tr td.shipping-name input {
	margin: 0;
	padding: 0;
	position: relative;
	top: 3px
}

#ship_id_1 #opc_shipping .opc-section-container {
	padding: 0;
	background: none !important
}

#ship_id_1 #opc_shipping .checkout-shippings tr td.shipping-name {
	width: 72%;
	padding: 3px !important;
	font-size: 12px;
	color: rgb(255, 255, 255);
}

#ship_id_1 #opc_shipping .checkout-shippings tr td.shipping-name label {
	font-size: 12px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.cart-right-box table.totals {
	width: 100%;
}

#ship_id_1 #opc_shipping .opc-section-container .text-block {
	display: none
}

.button-row,
table tr td.button-row {
	height: auto;
	width: 100%;
}

#ship_id_0 #opc_shipping .opc-section-container.opc-shipping-options .text-block
	{
	display: none
}

#ship_id_1 #opc_shipping  .checkout-shippings tr td.shipping-cost {
	padding-right: 0;
	padding-left: 0;
	width: 30%;
	text-align: right;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: bold;
}

/* Tooltip Styles
---------------------------------  */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #0c68b3;
	margin-right: 5px;
	color: #0c68b3;
	cursor: pointer;
	font-weight: bold;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 355px;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.5);
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip .tooltiptext h2 {
	display: block !important;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: solid 1px #ccc;
	color: #617683;
	font-weight: normal;
	font-size: 18px;
	background: #f5f5f5;
}

.tooltip .tooltiptext p {
	font-weight: normal;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.tooltip .tooltiptext h2, .tooltip .tooltiptext p {
	margin: 0;
	padding: 13px 15px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

/* Shopping Cart Page */
.cart .tooltip {
	color: #4dbae7;
	border-bottom: 1px dotted #4dbae7;
}

.cart .tooltip .tooltiptext {
	bottom: 30px;
	left: -65px;
}

/* END Tooltip Styles
---------------------------------  */

/* END Video Page Styles
---------------------------------  */

/* General styles */

#videos {
	
}

#videos .video-block {
	margin-bottom: 30px; 
}

#videos .lead {
	margin-top: 0;
}

#videos .video {
	float: left;
}

#videos .description {
	float: right;
}

#videos .video,
#videos .description {	
	width: 47%;
}

#videos hr:last-child {
	display: none;
}

#videos .thumb {
	background: #ccc;
	width: 362px;
	height: 192px;
	border: 0;
	cursor: pointer;
}

#videos .thumb:hover {
	background-position: 100% 100% !important;
}

#videos iframe {
	transition: all .5s linear;
}



/* END Video Page Styles
---------------------------------  */


.products.cart .cart-right-box .totals .total {
	width: 71%;
	text-align: right;
	padding-right: 0;
	padding-left: 0
}

.products.cart .cart-right-box .totals .total-value {
	padding-right: 0;
	padding-left: 0;
	text-align: right;
}

.popup-dialog .savdcrdcrd {
	margin: 0 !important;;
	padding: 0 !important;;
	width: 100% !important;
	display: inline-block;
}

.popup-dialog .savdcrdcrd>div {
	text-align: center
}

.popup-dialog .savdcrdcrd  .popup-address .address-bg {
	width: 92% !important
}

.popup-dialog .savdcrdcrd  .popup-address .address-box {
	margin: 10px !important;
	width: 90% !important
}

.checkout ul#opc-sections li.opc-section#opc_one .button-row {
	margin-top: 25px !important;
}

.popup-dialog .savdcrdcrd  .address-main a.new-address {
	margin-top: 20px !important
}

#ship2diff_box .address-book-link {
	display: none !important;
}

.address-book-link {
	line-height: 7px;
}

.optionalregaccckout {
	bottom: -34px;
}

#personal_details {
	position: relative;
}

.checkout button.update-profile {
	
}

@media all and (-ms-high-contrast:none) {
	#top-links .ui-corner-top a {
		padding-right: 15.5px;
	}
	*::-ms-backdrop, #top-links .ui-corner-top a {
		padding-right: 15.5px;
	}
}

@
-moz-document url-prefix () { #top-links .ui-corner-top a {
	padding-right: 17.5px;
}

}
.lo_re .news-register-item input {
	margin-right: 24px;
}

.address-main a.new-address {
	display: inline-block;
	margin-top: 63px;
}
/*18-09-15*/
.product .product-details .product_variants {
	text-align: center
}

.product .product-details .product_variants .prod_option {
	white-space: nowrap;
	text-align: center;
	padding: 0px;
	display: inline-block;
	font-size: 11px;
	width: 100%;
	line-height: 14px;
	background: transparent none repeat scroll 0% 0%;
	margin: 4px 0px;
	border-right: 1px solid #FFF;
}

.product .product-details .product_variants .currency {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.myemptycart {
	/*width:100% !important;*/
	
}

.myemptycartdiv {
	text-align: center;
	margin: 10px 0px;
}

div.terms_n_conditions {
	margin-top: 10px
}

li#opc_shipping_payment div.checkout-customer-notes {
	position: absolute !important;
}

.ui-dialog.ui-widget.ui-widget-content #ui-id-1 #center-main {
	margin-left: 0px !important;
	border-top: 0px none;
}

.ui-dialog.ui-widget.ui-widget-content #ui-id-1 #content-container {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

.ui-dialog.ui-widget.ui-widget-content #ui-id-1 #page-container {
	width: 100% !important;
}

.ui-dialog.ui-widget.ui-widget-content #ui-id-1 #header, .ui-dialog.ui-widget.ui-widget-content #ui-id-1 .footer,
	.ui-dialog.ui-widget.ui-widget-content #ui-id-1 #content-container #left-bar,
	.ui-dialog.ui-widget.ui-widget-content #ui-id-1 #back-top, .ui-dialog.ui-widget.ui-widget-content #ui-id-1 #location,
	.ui-dialog.ui-widget.ui-widget-content #ui-id-1 .footer-container {
	display: none;
}

.popup-dialog #center-main>h1 {
	display: block !important;
	margin: 0px 0px 10px !important;
	padding: 11px 0px 12px 12px !important;
	width: 100% !important;
}

.popup-dialog #center-main>.dialog.noborder {
	padding: 0px !important;
}

span.order_status_span {
	color: white;
	background-color: #003366;
	width: 98%;
	font-size: 18px;
	padding: 7px;
}

.address_register_cus+hr {
	border-bottom: 0 solid #000000 !important;
}

form[name="registerform"] hr {
	border-color: #999;
	margin-top: 6px;
}

/* new css 030616 */
.p_cust_note {
	margin-left: 235px;
	margin-bottom: -3px;
}

.div_cust_note {
	border: 1px solid grey;
	height: 100%;
	margin-left: 235px;
	width: 35%;
	margin-top: 2px;
	padding-bottom: 0px;
}

.thkorder_soft {
	margin-top: 16px;
}

.ordertbale_soft .invoice-totals .currency {
	font-weight: 300;
}

.ordertbale_soft .invoice-totals .strong {
	font-weight: 300;
}

.thkorder_soft {
	width: 100%;
}

fieldset.registerform ul li.fields-group,
fieldset.registerform ul li.fields-group .field-container,
fieldset.registerform ul li.single-field .field-container {
	width: 100%;	
}
fieldset.registerform ul li.fields-group {
	margin-right: 0;
}




/*====================== Form Elements ==============================*/

/* === Reset form elements === */
input, select, textarea {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: inherit;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	box-sizing: border-box;
}

/* === Universal Form Styles === */
input[type="text"], 
input[type="email"], 
input[type="password"],
textarea, div.styled select, select {
	border: solid 1px #DFDFDF;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	width: 100%;
}

div.styled {
	display: inline-block;
}

input[type="text"], 
input[type="email"], 
textarea {
	background-color: #ffffff;	
}

.ie9 input[type="text"], input[type="email"] {
	line-height: normal;
} /* Get the stuff to line up right */
input[type="submit"], input[type="button"] {
	height: 35px;
	cursor: pointer;
	color: #fff;
	font-size: 1.4em;
	padding: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #FFAA13;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcb6e+0,ffaa13+100 */
	background: #ffcb6e; /* Old browsers */
	background: -moz-linear-gradient(top, #ffcb6e 0%, #ffaa13 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffcb6e 0%, #ffaa13 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffcb6e 0%, #ffaa13 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb6e',
		endColorstr='#ffaa13', GradientType=0); /* IE6-9 */
	text-shadow: 0px 0px 1px rgba(255, 170, 19, 0.35);
}

input[type="submit"]:hover, input[type="button"]:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaa13+0,ffcb6e+100 */
	background: #ffaa13; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaa13 0%, #ffcb6e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffaa13 0%, #ffcb6e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffaa13 0%, #ffcb6e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa13',
		endColorstr='#ffcb6e', GradientType=0); /* IE6-9 */
}

#custom input[type="submit"]:active, #custom input[type="button"]:active
	{
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* IE7 needs you to change the background to transparent when using image background for submit buttons */

#tax_exempt_container {
	display: none;
}

/*===================================================================*/

/*======================= Plug & Play ===============================*/

/* Layout */
.float-l {
	float: left !important;
}

.float-r {
	float: right !important;
}

.lay-fifty {
	width: 49.9%;
}

.lay-brd-rgt {
	border-right: 1px solid;
}

/* Font Styles */
.txt-upper {
	text-transform: uppercase;
}

.txt-center {
	text-align: center;
}

.txt-bold {
	font-weight: bold;
}

.txt-bolder {
	font-weight: 900;
}

.vert-top {
	vertical-align: top !important;
}

/* Spacing */
.no-pad {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}

.pad-all {
	padding: 20px !important;
}

.pad-all-lrg {
	padding-top: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
	padding-left: 30px !important;
}

.pad-vert {
	padding: 20px 0px !important;
}

.pad-hor-sml {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.pad-hor {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.pad-hor-lrg {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.pad-ver {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.pad-ver-sml {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.pad-ver-lrg {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.pad-top-lrg {
	padding-top: 30px !important;
}

.pad-rgt-lrg {
	padding-right: 30px !important;
}

.pad-bot-none {
	padding-bottom: 0px !important;
}

.pad-bot-sml {
	padding-bottom: 10px !important;
}

.pad-bot {
	padding-bottom: 20px !important
}

.pad-bot-lrg {
	padding-bottom: 30px !important;
}

.pad-lft-lrg {
	padding-left: 30px !important;
}

.pad-lft-sm {
	padding-left: 20px !important;
}

.mrg-all {
	margin-top: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 20px !important;
}

.mrg-top-sml {
	margin-top: 10px !important;
}

.mrg-top {
	margin-top: 20px !important;
}

.mrg-top-lrg {
	margin-top: 30px !important;
}

.mrg-rgt-sml {
	margin-right: 10px !important;
}

.mrg-rgt {
	margin-right: 20px !important;
}

.mrg-rgt-lrg {
	margin-right: 30px !important;
}

.mrg-bot-sml {
	margin-bottom: 10px !important;
}

.mrg-bot {
	margin-bottom: 20px !important;
}

.mrg-bot-lrg {
	margin-bottom: 30px !important;
}

.mrg-bot-xlg {
	margin-bottom: 50px !important;
}

.mrg-lft-xsm {
	margin-left: 5px !important;
}

.mrg-lft-sml {
	margin-left: 10px !important;
}

.mrg-lft {
	margin-left: 20px !important;
}

.mrg-lft-lrg {
	margin-left: 30px !important;
}

.mrg-hor-sml {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.mrg-hor {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.mrg-hor-lrg {
	margin-right: 30px !important;
	margin-left: 30px !important;
}

.neg-mrg-rgt {
	margin-right: -1px !important;
}

/* Colors */
.clr-navy {
	color: #003366;
}

.clr-red {
	color: red;
}

/*===================================================================*/

/*================== Custom Printing - /custom.php ==================*/

/* === Reset General elements === */
.custom-form ul {
	padding: 0;
	margin: 0;
}

.custom-form ul li {
	list-style: none;
}

#cta h2 {
	margin: 0;
	padding: 0;
}

/* === General styling === */
#custom .scrolling-partners {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #DFDFDF;
}

#custom .partners-more {
	float: left;
	padding: 20px 0;
	border-width: 0 1px 0 0;
	border-style: inherit;
	border-color: inherit;
}

#custom .marquee0 {
	padding: 20px 0;
}

#custom .form-structure {
	display: flex;
	flex-flow: row wrap;
}

#custom .form-structure li {
	flex-grow: 1;	
}

#custom .title-bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d1d1d3+100 */
	background: #ffffff !important; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d3 100%)
		!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d3 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #d1d1d3 100%)
		!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#d1d1d3', GradientType=0) !important; /* IE6-9 */
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
}

#custom .title-bar h2 {
	color: #003366;
	text-shadow: rgb(254, 254, 254) 1px 2px 5px;
	font-size: 16px;
	font-weight: bold;
}

#custom ul.options-selection li {
	display: inline-block;
	margin: 0 15px 15px 15px;
	width: 100px;
	font-size: 10px;
	height: 165px;
	text-align: center;
}

#captcha-message {
	color: green;
	font-weight: bold;
}

#captcha-message.failure {
	color: red;
}

pre, code {
	font-size: 0.7em;
	background-color: #eee;
	color: #000;
	font-family: verdana, monospace;
}

code {
	padding: 0.2em
}

pre {
	padding: 1em;
	white-space: pre-line;
}

#first ~ h2 {
	margin-top: 2em
}

.small {
	font-size: 0.75em;
	line-height: 1.5em;
}

hr {
	border: none;
	height: 0;
	border-top: solid 1px #ccc;
	margin: 3em 0;
}

/* === Inputs, textareas and selects === */
#custom input[type="text"], 
#custom input[type="email"], 
#custom textarea,

#custom div.styled, 
#custom input[type="file"] {
	width: 60%;
}

#custom select {
	width: 100%;
}

#custom textarea {
	height: 5em;
}

#custom #referral {
	width: 60%
}

#custom label[for="referral"] {
	vertical-align: top;
}

#custom ul.form-structure li.referral-container {
	margin-bottom: 5px;
}

/* === Select menu === */
#custom ul.form-structure li {
	margin-bottom: 15px;
}

#custom ul.form-structure li:hover label {
	color: #888687;
}

#custom ul.form-structure li:hover input[type="text"], 
#custom ul.form-structure li:hover input[type="email"],
#custom ul.form-structure li:hover textarea, 
#custom ul.form-structure li:hover input[type="file"] {
	background-color: #f5f5f5;
}

#custom ul.form-structure li label {
	display: inline-block;	
	margin-bottom: 10px;
	width: 38%;
}

#custom .preview-container {
	border: 2px solid #b2b2b2;
	float: left;
	padding: 20px;
	position: relative;
	margin: 0 15px 35px 35px;
}

#custom .text-overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	background: #000;
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
	padding: 10px 0;
	font-size: 14px;
}

/*===================================================================*/

/*================= Our Clients - /our-clients.html =================*/

/* === General reset === */
#client-page ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
}

#client-page ul li {
	list-style: none;
	flex-grow: 1;
	text-align: center;
	width: 29%;
	margin: 2%;
}

#client-page ul li img {
	width: 100%;
}

#client-page h2 {
	margin: 0;
	padding: 0;
}

/*===================================================================*/

/*===================== Contact Us - /help.php ======================*/

/* === General reset === */

/* === General styles === */
#contact-page #map {
	width: 770px;
	height: 250px;
}

#contact-page #map img {
	width: 100%;
}

#menu-navigation, #menu-profile, #menu-cart {
	display: none;
	width: 50px;
	height: 50px;
    padding: 25px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
}

a:hover#menu-navigation {
	background-color: #003366;
}

#menu-navigation {
	background-image: url(../../skin/royalmailers/css/../images/menu-navigation.png);
}

#menu-profile {
	background-image: url(../../skin/royalmailers/css/../images/menu-profile.png);    
}

#menu-profile.active {
	background-image: url(../../skin/royalmailers/css/../images/menu-profile-active.png);
}

#menu-cart {
	background-image: url(../../skin/royalmailers/css/../images/menu-cart.png);
}

#menu-cart.active {
	background-image: url(../../skin/royalmailers/css/../images/menu-cart-active.png);
}

#mobile-logo {
	display: none;
	background: url(../../skin/royalmailers/css/../images/mobile-logo.png) center no-repeat;
	text-indent: -9999px;
	background-size: contain;
}

/*===================================================================*/

/*========================== Mobile =================================*/


@media only screen and (max-device-width: 800px) {

	
	#center-main,
	.checkout #center-main {		
		background: #FFF;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#page-container {
		margin: 0;
	}
	
	.first_part, .right_section_prt, 
	.left_section, 
	#left-bar, 
	.foot-links, 
	.foot-benefits, 
	#back-top {
		display:none !important;
	}
	
	#mobile-logo {
		display: block;
		width: 70%;
	}
	
	.product-details .image .image-box img {
		width: 100%;
	}
	
	#header {
		background: #565656;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 100;
	}
	
	.second_part {
		background: none;
		float: right;	
		padding: 0;	
		width: 57%;
	}
	
	.second_part .search_section {
		width: 100%;
		margin: 0;
	}
	
	.second_part .search_section input[type=text] {
	    border-radius: 0;
	    border: 0;
	    margin-right: 0 !important;
	    box-shadow: none;
	    background-image: url(../../skin/royalmailers/css/../images/menu-search.png);	    
	}
	
	.third_part {
		float: left;
		width: 43%;
	}
	
	.third_part ul, .third_part:active ul {
		display: none;
		position: absolute;
		padding: 0px;
		background: #fff;
		border: 5px solid #003366;
		left: 0px;
	}
	
	#header .third_part ul li {
		text-align: center;
		width: 100%;
		padding: 0px 0;
		margin: 0;	
		border-right: 0px;
		border-bottom: 1px solid;	
	}
	
	.third_part ul li a {
		font-family: Arial;
		font-weight: normal
	}
	
	.third_part:hover ul {
		display: block;
	}
	
	#content-container, 
	body.checkout #content-container {
		background: #f0f0f0;
	}
	
	#content-container2 {
		right: 0;		
		background: #fff;
		margin: 10px;
	}
	
	#center {
		width: 100%;
		left: 0;
		float: right ;
	}
	
	.home_category_image #cat_desc div:nth-child(1) {
		width: 30% !important;
	}
	
	.home_category_image #cat_desc div:nth-child(2) {
		width: 60% !important;
		font-size: 20px !important;
		line-height: 22px;
		padding: 6px 15px;
	}
	
	.home_category_image #cat_desc div:nth-child(2) b {
		font-size: 20px !important;
	}
	
	.homecategory.home_category_image  img {
		height: 100px !important;
	}
	
	
	
	.footer-column.foot-newsletter {
		background: #565656;
		min-height: 0px;
		border-left: 0;
		border-right: 0;
	}
	
	.footer-column.foot-newsletter .btn_newsletter {
		background: #ffaa13;
	    height: auto;
	    width: auto;
	    border-radius: 0;		
	    color:#565656;
	}
	
	.footer-column.foot-newsletter #semail {
		border-radius: 0;
		box-shadow: none;
	}
	
	#menu-navigation, #menu-profile, #menu-cart {
		display: inline-block;
	}
	
	div.opc-authbox {
		display: none;
	}
	
	.xpc_iframe {
		width: 100%;
	}
	
	.checkout #opc-sections {
		background: none;
	}

}

@media only screen and (max-device-width: 360px) {
	#center-main {		
		width: 340px;
	}	
	
	.button-row {
		padding-top: 0;
	}
	
	html, body, #page-container {
		width: 360px;
	}
	
	#mobile-logo {
		height: 55px;
		margin: 25px auto;
	}
	
	#header {
		height: 50px;
	}
	
	#menu-navigation, #menu-profile, #menu-cart {
		width: 30px;
		height: 30px;
	    padding: 10px 9px;
	    background-size: 30px;
	}
	
	.second_part .search_section input[type=text] {
		font-size: 14px;
	    padding: 16px 55px 17px 15px;
	    background-size: 30px;
	    background-position: right 10px center;
	}
	
	.third_part ul, .third_part:active ul {
		top: 50px;
		width: 350px;	
	}
	
	.third_part ul li a {
		font-size: 16px;
		padding: 10px;
	}
	
	#content-container {
		margin-top: 50px;
	}
	
	#content-container2 {
		min-height: calc(100vh - 264px);
	}
	
	#content-container2, 
	.home_category_image .image_center {
		width: 340px !important;
	}
	
	.home_category_image #cat_desc {
	    width: 94% !important;
	    padding: 10px;
	}
	
	.home_category_image #cat_desc div:nth-child(2) {
		padding: 6px 0px 6px 25px;
	}
	
	.footer-column.foot-newsletter {
		width: 330px;
		padding: 10px 15px;
	}
	
	.footer h4 {
		font-size: 17px;
		margin-bottom: 15px;
		line-height: 15px;
	}
	
	.footer-column.foot-newsletter #semail, 
	.footer-column.foot-newsletter .btn_newsletter {
		font-size: 14px;
		padding: 15px 20px;
	}
	
	.promotional-container {
		height: 104px;
	}
	
	.commercial-video-container {
		width: 340px;
	}
	
	.commercial-play-button {
		top: 25px;
		left: 55px;
	}
	
	#commercial-video {
		width: 340px;
		height: 190px;
	}
	
	.combine {
		width: 100%;
		border-bottom: 1px solid #dfdfdf;
	}
	
	.combine:last-child {
		border-bottom: 0;
	}
	
	#custom .form-structure li {
		width: 100%; 
	}
	
	#custom .form-structure li:nth-child(odd) {
		margin-right: 0;
	}
	
	h1.page-heading, .dialog .title h1, 
	.dialog:not(.adv-search) .title h2,
	div.checkout-container div#content-container h1 {
		font-size: 26px !important ;
		text-align: center;
		margin: 0 0 15px 0;
		line-height: 28px;
		padding: 0 0 20px 0;
		background: none;
		border-bottom: 1px solid #dfdfdf;
		border-radius: 0;
		font-weight: bold;
	}
	
	.cat_image {
		display: none !important;
	}
	
	body.catalog .prod_name, .product .details .product_options .product_title {
		padding: 10px;
	}
	
	div.button div, div.button a {
		background: none;
	}
	
	.details_button div.button {
		width: 100%;
		text-align: center;
		padding: 5px 0;
		background: #b5daff;
		background: -moz-linear-gradient(top, #b5daff 0%, #a7cae5 100%); 
		background: -webkit-linear-gradient(top, #b5daff 0%,#a7cae5 100%); 
		background: linear-gradient(to bottom, #b5daff 0%,#a7cae5 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5daff', endColorstr='#a7cae5',GradientType=0 );
	}
	
	body.catalog .prod_image {
		position: initial;
	}
	
	::-webkit-scrollbar {
	    -webkit-appearance: none;
	    height: 25px;
	    min-width: 100px;
	}
	
	::-webkit-scrollbar-thumb {
	    border-radius: 0px;
	    background-color: rgba(0,0,0,.5);
	    background-image: url(../../skin/royalmailers/css/../images/cat-scrollbar.png);	
	    background-repeat: no-repeat;
	    background-position: center;
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
	}
	
	#product-tabs-ask_question .data-name, #product-tabs-ask_question .data-name + td {
		display: block;
	}
	
	.product-ask-form .data-name, 
	.product-ask-form .data-input {
		float: none;
	}
	
	.product-ask-form .data-name {		
		width: 100%;
	}
	
	.product-ask-form .data-input {
		width: 100%;
	}
	
	.fancycat-page-subskin-c .checkout-container #center-main {
		width: 100%;
		padding: 0;
	}
	
	.cart table.cart_content {
		font-size: 12px;
	}
	
	.cart .cart_content_head {
		font-size: 14px;
	}
	
	.shopping-cart-page .cart table.cart_content a.product-title {
		font-size: inherit;
	}
	
	.cart td.image,
	.cart td.price, 
	.cart td.buttons-row,
	.cart .cart_content_head td:nth-child(1),
	.cart .cart_content_head td:nth-child(3),
	.cart .cart_content_head td:nth-child(6),
	div.button_cart_continue {
		display: none;
	}
	
	.cart_add_coupon {
		margin: 25px 0;
	}
	
	.cart-right-box {
		margin: 0;
		width: auto;
		border-radius: 0;
	}
	
	.cart td.image a {
		display: block;
	}
	
	.cart table.cart_content td.price, .cart table.cart_content td.subtotal {
		font-size: inherit;
	}
	
	
	.dont_forget {
		display: none;
	}
	
	.paypal-cart-button {
		float: right;
	}
	
	.shopping-cart-page .products {
		margin: 0;
	}
	
	.checkout #opc-sections {		
		width: 290px;
	}
	
	.checkout  ul#opc-sections li#opc_one,
	.checkout ul#opc-sections li#opc_shipping_payment,
	.checkout  ul#opc-sections li#opc_summary_li {
		width: 100% !important;
		min-width: auto !important;
		min-height: auto !important;
		padding: 0;		
		margin: 0;
	}
	
	.checkout  ul#opc-sections li#opc_one {
		margin-bottom: 25px;
	}
	
	div.address-book-link {
		height: auto;
		display: none;
	}
	
	div.address-book-link span.popup-link {
		font-size: inherit;
		margin: 0;
	}
	
	.checkout  ul#opc-sections li.opc-section#opc_one .button-row {
		margin: 0 0 0 0;
		float: right;
	}
	
	.checkout ul#opc-sections li.opc-section#opc_one .button-row.withlogin,
	.checkout ul#opc-sections li.opc-section#opc_one .button-row {
		margin-top: none !important;
	}
	
	#opc_summary {
		margin-bottom: 15px;
	}
	
	#opc_summary .continue_but {
		display: none;
	}
	
	#opc_coupon {
		width: 100%;
		border: 0;
		padding: 0;
	}
	
	#opc_coupon strong {
		font-size: inherit;
	}
	
	#coupon_code_container,
	#couponform-container {
		width: inherit;
	}
	
	#opc_coupon input,
	#opc_coupon .button {
		display:inline-block;
	}
	
	#opc_coupon #coupon {
		width: 66%;
	}
	
	#opc_coupon .button {
		width: 30%;
	}
	
	.checkout-customer-notes {
		margin: 0;
		width: 100%;
	
	}
	
	div.checkout-container div#content-container textarea {
		width: 100%;
	}
	
	.checkout-customer-notes label {
		margin-bottom: 10px;
	}
	
	.register-table,
	.address_register_cus {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
	
	.register-table td,
	.address_register_cus td {
		display: inline-block;
		height: auto;
		padding: 0;
	}
	
	.register-table tr,
	.address_register_cus tr {
		display: block;
		margin-bottom: 15px;
	}
	
	.register-table .data-name label,
	.address_register_cus .data-name label {
		width: auto;
		font-size: 14px;
	}
	
	.register-table .data-name,
	.address_register_cus .data-name {
		margin-bottom: 10px;

	}
	
	.register-table .data-value,
	.address_register_cus .data-value {
		width: 100%
	}
		
	.register-table input,
	.register-table select,
	.address_register_cus input,
	.address_register_cus select {
		width: 100%;
		padding: 10px;
		font-size: inherit;
		height: auto;
		max-width: auto;
	}
	
	.register-section-title {
		width: 100%;
	}
	
	.register-section-title input,
	.register-section-title label {
		display: inline-block;
		vertical-align: middle;
	}
	
	.register-section-title input {
		width: 12%
	}
	
	.register-section-title label {
		width: 86%
	}
	
	.history-search-orders {
		font-size: 14px;
	}
	
	.history-search-orders td {
		display: block;
		white-space: initial;
		padding: 0;
		font-size: inherit;
	}
	
	.history-search-orders .data-name,
	.history-search-orders .input-row {
		width: 100%;
	}
	
	.history-search-orders .data-name {
		margin-bottom: 15px;
	}
	
	.history-search-orders .input-row input[type=radio] {
		height: 18px;
	}
	
	.history-search-orders .input-row tr {
		width: 50%;
		margin-bottom: 15px;
	}
	
	.history-search-orders .input-row label {
		padding: 10px 0;
		font-size: inherit;
	}
	
	.history-search-orders .input-row input {
		padding: 10px;	
		font-size: inherit;	
	}
	
	.history-search-orders .input-row .ui-datepicker-trigger {
		margin-top: 5px;
	}
	
	.search-results {
		
	}
	
	.search-results .status,
	.search-results .view,
	.search-results .print {
		display: none;
	}
	
	.savdcrdcrd .button-row {
		height: auto;
		text-align: center; 
	}
	
	.myemptycartdiv img {
		width: 100%;
	}	
	
	.saved-cards .remove {
		display: none;
	}
	
	.saved-cards td.card-number {
		font-size: 12px;
	}
	
	.saved-cards .button-row td {
		text-align: center;
	}
	
	.register .registerbox-nologin {
		padding: 0;
	}
	
	.register .main-button {
		float: none;
		width: 100%;
	}
	
	#contact-page #map {
		display: none;
	}
	
	.contact_info {
		width: 100%;
		margin-right: 0;
	}
	
	.contact_form {
		font-size: 14px;
		line-height: 20px;
	}
	
	.contact_form,
	.contact_form .field,
	.contact_form .field .input-box {
		width: 100%;
	}
	
	.contact_form .field label {
		height: auto;
	    line-height: inherit;
	    width: auto;
	    margin: 0 0 10px 0;
	}
	
	.contact_form ul li.fields {
		margin-bottom: 15px;
	}
	
	.contact_form input,
	.contact_form textarea {
		padding: 10px;
		font-size: inherit;
	}
	
	.contact_form textarea {
		max-width: 100%;
	}

	.ui-dialog .ui-dialog-content {
		padding: 0 !important;
	}

	.ui-dialog.ui-widget.ui-widget-content {
		width: 331px !important;
		top: 11px !important;
		left: 11px !important;
		height: 612px !important;
	}
	
	#Add_to_cart_popup_window tr:last-child {
		display: none;
	}
	
	#Add_to_cart_popup_window td {
		display: block;
		text-align: center;
		width: 81%;
	}
	
	.ui-dialog-content.ui-widget-content
	 {
		overflow: hidden !important;
	}
	
	#Add_to_cart_popup_window table {
		width: 100%:
	}
	
	.product-added .details {
		margin: 0;
	}
	
	.product-added .cart-outer {
		background: none;
		padding: 0;
	}
	
	.product-added .cart {
		margin: 0;
		width: 99%;
		border:2px solid #d0d0d0;
	}
	
	.buttons_line a {
		width: 81%;
		display: block;
	}
	
	.alternative_checkouts {
		display: none !important;
	}
	
	#custom .custom-form {
		width: 100%;
		border: 0;
	}
	
	#custom .custom-form .animation-excamples {
		padding: 25px;
	}
	
	#custom input[type="text"], 
	#custom input[type="email"], 
	#custom textarea, 
	#custom select, 
	#custom div.styled {
		width: 100%;
		max-width: 100%;
	}
	
	#custom ul.form-structure li label {
		width: 100%;
		text-align: left;
	}
	
	#custom .custom-minimums {
		display: none;
	}
	
	#client-page {
		margin-top: 25px;
	}
	
	#client-page ul li {
		width: 100%;
	}
	
	.footer-container {
		height: 98px;
	}
}

@media only screen and (max-device-width: 800px) and (min-device-width: 361px) {
	#client-page ul li {
		width: 46%;
	}
	
	
	#page-container {	
		width: 800px;
	}
	
	#mobile-logo {
		height: 115px;
		margin: 50px auto;
	}
	
	#header {
	    height: 100px;
	}
	
	.second_part .search_section input[type=text] {
		font-size: 40px;
	    padding: 26px 100px 26px 25px;
	    background-size: 50px;
	    background-position: right 25px center;
	}
	
	.third_part ul, .third_part:active ul {
		top: 100px;
		width: 790px;	
	}
	
	.third_part ul li a {
		font-size: 22px;
		padding: 15px;
	}
	
	#content-container {
		margin-top: 100px;
	}
	
	#content-container2, 
	.home_category_image .image_center {
		width: 780px !important;
	}
	
	.home_category_image #cat_desc {
	    width: 47% !important;
	    padding: 11px;
	}
	
	.footer-column.foot-newsletter {
		width: 740px;
		padding: 25px 30px;
		font-size: 38px;
	}
	
	.footer h4 {
		font-size: 38px;
		margin-bottom: 25px;
		line-height: 41px;
	}
	
	.footer-column.foot-newsletter #semail, 
	.footer-column.foot-newsletter .btn_newsletter {
		font-size: 38px;
		padding: 20px 25px;
	}
	
	.promotional-container {
		height: 238px;
	}
	
	.commercial-video-container {
		width: 780px;
	}
	
	.commercial-play-button {
		top: 25px;
		left: 55px;
	}
	
	#commercial-video {
		width: 780px;
		height: 421px;
	}	
	
	.combine {
		width: 49%;
	}
	
	.combine img {
		width: 300px;
	}
	
	.combine a.cate_tit {
		font-size: 24px;
		line-height: 32px;
	}
	
	h1.page-heading, .dialog .title h1, .dialog .title h2 {
	    padding: 10px 0 30px 0;
	    font-size: 46px;
	    margin: 0 0 30px 0;
	    line-height: 38px;
	    text-align: center;
	}
	
	.checkout  ul#opc-sections li#opc_one {
		float: left;
		width: 48.5%;
		padding-right: 3%;
	}

	.checkout  ul#opc-sections li#opc_summary_li {
		float: left;	
		width: 100%;
		padding: 0;
	}
	
	
	.checkout ul#opc-sections li#opc_shipping_payment {
		float: left;
		width: 48.5%;
		padding-left: 0;
	}
}
.address_b_2_class
{
    padding-left: 5px;
    text-align: left;
    display: inline-block;
    color: #ff0000;
    vertical-align: top;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px)
{
.promotional-container
{
     background-color: none !important;
   }
   
   #playerFirst
   {
    width: 50% !important;
   }
   #playerSecond
   {
    width: 50% !important;
    position: absolute !important;
   }

}


@media screen and (min-device-width: 375px) and (max-device-width: 812px)
{
.promotional-container
{
     background-color: none !important;
   }
   
   #playerFirst
   {
    width: 50% !important;
   }
   #playerSecond
   {
    width: 50% !important;
    position: absolute !important;
   }

}

.opc-profile-billing-address {
	margin-top: 30px;
}

.opc-profile-billing-address form {
	margin-top: 20px;
}

.billing-address-header {
	width: 100%;
	background-color: #0a5490;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	height: 35px;
}

@media only screen and (max-device-width: 800px) {
	.billing-address-header {
		display: none;
	}
}
