/*
$Id: main.css,v 1.130.2.15 2009/09/29 07:14:20 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
	general tags styles
*/
html,body {
  height: 100%;
  margin: 0px;
  padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	min-width: 780px;
  border: 0px none;
  color:#545252;
  
}
font{font-size:12px;}
.orders #center-main {font-size:11px;}
p{
	line-height:18px;
	margin:0 0 10px 0;
}

a {
	color:#545252;
	text-decoration: underline;
	outline:none;
}
button, button:focus, button:active{
outline:none; border:0;
}
.pages .dialog .content a{color:#58a7fa;}
.blue-links a, .blue {color:#58a7fa;}
.blue-links a:hover, a.blue:hover{text-decoration:none;}
a.green-link{color:#8fc528;}
a:hover {
	text-decoration: underline;
}
.pages .dialog .content a:hover{text-decoration:none;}
a:active, a:focus{ text-decoration:none;}
h1 {
	margin: 10px 0px;
	padding: 0;
	font-size: 16px;
	
}
h2 {
	margin: 20px 0px 10px 0px;
	padding: 0;
	font-size: 14px;
}
.pages h2, .help h2, .profile_delete h2, .contests h2{font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#418edf; font-size:15px;}
h3 {
  margin: 12px 0px;
  padding: 0;
  font-size:12px;
}
.pages h3{font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; color:#58a7fa;}
h4 {
	font-size:11px;
  margin: 12px 0px;
  padding: 0;
}
hr {
	border: 0px none;
  border-bottom: 1px solid #888888;
  margin: 20px 0px 10px 0px;
	padding: 0px;
	height: 0px;
}
form {
	margin: 0px;
}
table, img {
	border: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

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

/* vertical align (center) */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1 {
  height: 100%;
  display: table;
}
.valign-middle-adv-lvl2 {
  display: table-cell;
  vertical-align: middle;
}
.valign-middle-adv-lvl3 {
}

/* horizontal align */
.halign-center {
  display: table;
  margin: 0px auto;
  text-align: center;
}
.center {
  text-align: center;
}
.right-box {
  width: 100%;
  text-align: right;
}

/* text block container */
.text-block {
  margin-bottom: 15px;
}
.text-pre-block {
  margin-top: 15px;
}

/* no-wrap */
.nowrap {
  white-space: nowrap;
}

/* width:100% emulator */
table.width-100 {
  width: 100%;
}

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

/* overflow wrapper */
.overflow {
  margin-right: 20px;
  overflow: auto;
}

label {
  vertical-align: bottom;
  line-height: 15px;
}
label input {
  margin: 0px;
  vertical-align: bottom;
}
label.input-block {
  vertical-align: middle;
  line-height: 21px;
}
label.input-block input,
  label.input-block select
{
  vertical-align: middle;
}
label.input-row,
  .input-row label
{
  float: left;
  padding-right: 20px;
}
label.plain-box {
  display: block;
  padding-bottom: 15px; 
}
label.plain-box .label-title {
  display: block;
}

a.underline
{
  text-decoration: underline;
}

/*
  common styles
*/
a.small-link{ 
  text-decoration: none;
  
  font-family: arial, verdana, helvetica, sans-serif;
}
.error-message {
  font-weight: bold;
}
div.error-message {
  margin: 0px 0px 15px 0px;
}
.form-text {
  font-weight: bold;
}
.black-text {
  
}
a.list-item,
  .list-item a
{
  
  text-decoration: none;
}

table tr.head-row td,
  table tr.head-row th
{
  background: #cccccc none;
  font-weight: bold;
}
table tr.subhead-row td,
  table tr.subhead-row th
{
  background: #eeeeee none;
}
table tr.center-row th {
  text-align: center;
}

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


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

	layout styles

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

/* page container */
#page-container {
	min-height: 100%;
	position: relative;
	margin:0 auto;

  background: url(images/custom/wood-background.jpg) #1c1c1c;
}
#page-container2, #header, #footer{width:940px;}
#page-container2{  padding:10px 10px 305px 10px; margin:0 auto; position:relative; background:#FFF; z-index:2;}

/* page layout */
#content-container {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 41px;
}
#content-container2 {
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
#center{
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
	clear:left;
}

#left-bar {
	float: left;
	position: relative;
	width: 170px;
	padding-bottom:1px;
}
#right-bar {
	float: right;
	position: relative;
	width: 170px;
}
#center-main {
	margin: 0px 190px;
	overflow: hidden;
	position: relative;
}
#header {
	height: 31px;
	position: absolute;
	top: 10px;
}
#footer {
	height: 205px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	float: left;
}

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

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

/* header tabs */
.tabs {

}
.tabs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: url(images/custom/spry_repeats_x.gif) repeat-x 0 0 #515050;
  height:31px;
  line-height:29px;
}
.tabs li {
 display:inline;
}
.tabs a
{
 color:#e3e7eb;
 font-weight:bold;
 text-decoration:none;
 padding:0 10px;
 border-right:1px solid #757576;
 font-size:11px;
}
.tabs #sb-last
{
 border-right:none;
}
.tabs a:hover {
  color:#9ee021;
  text-decoration:underline;
}
.tabs a:active, .tabs a:focus, .tabs a.selected {
  color:#b4b0b0;
  text-decoration:none;
}

#header div.search {
	position: absolute;
	top: 0px;
  right: 0px;
	height: 31px;
  background: url(images/custom/spry_repeats_x.gif) repeat-x 0 -32px #d6d9dc;
  padding:0 10px 0 0;
  border-left:1px solid #FFF;
}
#header div.search_inner{  border-left:1px solid #c8cccf; padding-left:10px;}
#header div.search input{vertical-align:middle;}
#header div.search input.image-button{height:30px; background-position:center;}
#header span.search {
  color:#6d6d6d;
  font-weight:bold;
  padding-right: 5px;
  vertical-align:-1px;
  font-size:11px;
}
#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: 0px;
}
#header .languages {
	position: absolute;
  top: 7px;
	right: 20px;
	text-align: right;
  vertical-align: middle;
}
#header .languages label {
  line-height: 21px;
  vertical-align: middle;
  
}
#header .languages select {
	margin-left: 5px;
}

/* header line 3 */
#header .line3 {
  position: relative;
  width: 100%;
	height: 39px;
	text-align: right;
}
.line3 .printable-bar {
	position: absolute;
  top: 2px;
	right: 0px;
	height: 18px;
}
.line3 .printable-bar a
{
  background: transparent url(images/printer.gif) no-repeat right top;
  padding: 2px 20px 2px 0px;
  line-height: 16px;
}


/*
  footer styles
*/
#footer .box {
  width: 100%;
  padding: 0px;
}
#footer .subbox {
  background: url(images/custom/spry_repeats_x.gif) repeat-x 0 -32px #d6d9dc;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  padding: 0 10px;
  color:#84878b;
  font-weight:bold;
  font-size:11px;
  margin-bottom:10px;
}
#footer .subbox ul, #footer .subbox li{margin:0; list-style:none outside none; display:inline; }
#footer .subbox ul{padding:0 0 0 10px;}
#footer .subbox li{ color:#58a7fa; font-family:Arial, Helvetica, sans-serif; padding:0 8px; border-right:1px solid #c6cbcd;}
#footer .subbox li.last{ border:0;}
#footer .subbox li .label{ color:#636466; font-family: Verdana, Geneva, sans-serif; font-size:11px;}
#footer .subbox a {
  text-decoration: underline; color:#1f73cc;
}
#footer .subbox a:hover {
  text-decoration: none;
}
#footer .bottom_links{
position:relative;
background:#1c1c1c;
height:155px;
font-size:11px;
font-weight:bold;
overflow:hidden;
}
#footer .bottom_links .left {
  background: transparent none;
  position: absolute;
  left: 10px;
  top: 15px;
  vertical-align: middle;
}
#footer .bottom_links .left h4{
color:#fff;
margin:0 0 2px 0;
font-size:11px;
padding: 0 0 0 15px;
}
#footer .bottom_links .left .legal-links, #footer .bottom_links .left .help-links
{
	float:left;
	margin-right:45px;
}
#footer .bottom_links .left ul, #footer .bottom_links .left li, #footer .bottom_links .right ul, #footer .bottom_links .right li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .bottom_links .left li{
	background:transparent url(images/custom/left_arrow_grey.gif) no-repeat scroll left center;
	padding:2px 0 2px 15px;
}
#footer .bottom_links .left li a{
color:#88a74c;
}
#footer .bottom_links .left li a:hover{
	color:#d8e7bb;
}
#footer .bottom_links .right {
  background: transparent none;
  text-align: right;
  vertical-align: middle;
}
#footer .bottom_links .right .we-accept{
color:#a2a5a9; position:absolute; top:15px; right:10px;}
#footer .bottom_links .right .we-accept img{ vertical-align:-5px; padding-left:5px;}
#footer .bottom_links .right .helper-links{
color:#a2a5a9; position:absolute; bottom:10px; right:10px;}
#footer .bottom_links .right .helper-links a{
color:#c1e47e; text-decoration:none;}
#footer .bottom_links .right .helper-links a .label{
	color:#a2a5a9;
}
#footer .bottom_links .right .helper-links a:hover{color:#88a74c;}
/*==============================================================================

  widgets

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

/*
  location bar
*/
#location {
  line-height: 20px;
  padding-bottom:11px;
  margin-bottom: 19px;
	font-size: 11px;
	background:url(images/custom/dots.gif) repeat-x bottom;
}

.product #location, .pages #location, .help #location {background:none; padding:0;}
.cart #location, .wishlist #location, .products #location, .contests #location{margin:0;}
font.bread-crumb{font-size:11px; text-transform:capitalize;}
a.bread-crumb{
  text-decoration: underline;
    color:#b0b2b4;
	text-transform:capitalize;
}
a.bread-crumb:hover {
  text-decoration: none;
}
a.first-bread-crumb{
	font-weight:bold;
  text-decoration: none;
    color:#b0b2b4;
}
a.first-bread-crumb:hover{
  text-decoration: underline;
}
font.last-bread-crumb {
  text-decoration: none;
  color:#58a7fa;
  font-size:11px;
  
}
#location span {
  padding: 0px 5px 0px 5px;
}

/*
  page title
*/
h1.page-title {
  text-align: center;
}

/*
  dialog message container
*/
#dialog-message {
  padding: 15px 0px 20px 0px;
  width: 100%;
}
#dialog-message .box {
  position: relative;
  margin-left: 8%;
  margin-right: 8%;
  border: 1px solid black;
  border-top: 3px solid black;
  padding: 10px 25px 10px 59px;
  vertical-align: middle;
  text-align: left;
  min-height: 32px;
}
#dialog-message a.close-link
{
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 13px;
  height: 13px;
  text-decoration: none;
}
#dialog-message .close-img {
  width: 13px;
  height: 13px;
  background: transparent url(images/but_cross.gif) no-repeat left top;
}
#dialog-message .message-i {
  border-color: #7a97c1;
  background: #f4f5f7 url(images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-w {
  
  border-color: #c3902f;
  background: #f8f7f3 url(images/icon_warning.gif) no-repeat 10px 10px;
}
#dialog-message .message-e {
  
  border-color: #d30000;
  background: #f7f3f3 url(images/icon_error.gif) no-repeat 10px 10px;
}
#dialog-message .anchor {
  position: relative;
  margin-left: auto;
  margin-right: 0px;
  height: 15px;
  text-align: right;
  vertical-align: middle;
}
#dialog-message .anchor img {
  width: 12px;
  height: 10px;
  vertical-align: middle;
  background: transparent url(images/goto_arr.gif) no-repeat left top;
}
.dialogtr {
	
}

/* inline message */
.inline-message {
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding: 1px 1px 15px 1px;
  margin: 0px;
}
.inline-message img.icon-w {
  vertical-align: top;
  width: 18px;
  height: 18px;
  background: transparent url(images/icon_warning_small.gif) no-repeat;
}

/*
  side bar container
*/
.logo {
margin-bottom:10px;
}
.menu-dialog {
  margin-bottom: 5px;
}
#right-bar .menu-dialog {
  margin-bottom: 15px;
}
.bookmark a{ padding-right:5px;}
.menu-dialog .title-bar {
	
  border: 0px none;
	border-bottom: #4e98e6 1px solid;
	border-top: #4e98e6 1px solid;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  color:#fff;
  font-size:11px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#right-bar .menu-dialog .title-bar {
color:#636363;
background:#e9eff5 url(images/custom/dots.gif) repeat-x;
border-top:none;
border-bottom:1px solid #d4dae0;
font-family:Georgia, "Times New Roman", Times, serif;
padding-left:10px;
}
#right-bar .menu-dialog.menu-minicart .title-bar {
color: #588207; background:#bfe772; border-top:1px solid #afd85f; border-bottom:1px solid #afd85f;
}
.menu-dialog .title-bar a
{
	background: #58a7fa;
	font-family:Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  color:#fff;
  display:block;
  padding-left:10px;
  
}
.menu-dialog .title-bar a:hover, .menu-dialog .title-bar a:active, .menu-dialog .title-bar a:focus, .menu-dialog .title-bar a.selected{background:#005ab7;}
#right-bar .menu-dialog .title-bar a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#636363;
}
#right-bar .menu-dialog p{
	margin:0;
	font-size:11px;
	line-height:15px;
}
#right-bar .menu-dialog p.sidebar-link{
	color:#65664a;
}
#right-bar .menu-dialog p a{
	color:#8fc528;
	font-weight:bold;
}
#right-bar .menu-dialog p a:hover, #right-bar .menu-dialog p a:active, #right-bar .menu-dialog p a:focus{
	color:#59800e;
}
.rtl .menu-dialog .title-bar a
{
  right: auto;
  left: 7px;
}

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

.menu-dialog ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.menu-dialog ul li {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}
.menu-dialog .item {
}
.menu-dialog ul li a {
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	color:#4d5e6f;
}
.menu-dialog ul li a:hover{
	color:#58a7fa;
	text-decoration:none;
}
.menu-dialog ul li a:active, .menu-dialog ul li a:focus, .menu-dialog ul li a.selected{
	color:#58a7fa; text-decoration:underline; 
} 
#right-bar .menu-dialog ul li a {
	text-decoration:underline;
	color:#72777b;
}
#right-bar .menu-dialog ul li a:hover {
	text-decoration:none;
	color:#72777b;
}
#right-bar .menu-dialog ul li button.simple-button{
text-decoration:underline;
	color:#72777b;
}

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

/*
  dialog container
*/
.dialog {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  page-break-inside: avoid;
}
.dialog .title {
  position: relative;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  text-align: left;
  background:url(images/custom/dots.gif) repeat-x bottom;
}
.dialog .title-with-sort-row{background-color:#58A7FA; padding:0 10px;}
.dialog .content {
  text-align: left;
}
.pages .dialog .content{color:#4d5e6f; font-size:11px; line-height:17px;}
.dialog .dialog-sort-row {
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 49%;
  overflow: hidden;

}
.dialog .title-with-sort-row h2 {
  width: 49%;
  color:#fff;
}
.cart .dialog .title-with-sort-row h2, .wishlist .dialog .title-with-sort-row h2{color:#005ab7; font-size:12px;}
.pages .dialog .title, .help .dialog .title{margin-bottom:20px;}
.dialog .title-with-sort-row .dialog-search-sort-bar {
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 49%;
  overflow: hidden;
  color:#fff;
}
.dialog .title-with-sort-row .dialog-search-sort-bar a{color:#fff;}
.dialog-search-sort-bar .search-sort-bar {
  padding: 0px;
  margin: 7px 0px;
    font-size:11px;
}
.dialog-search-sort-bar .search-sort-title,
  .dialog-search-sort-bar .search-sort-cell
{
  padding-right: 10px;
}

/*
  buttons
*/
button.button{border:0; height:34px; background:none; padding:0; margin:0 0 0 -5px; width:195px;}
/* button-based */
button.button span{
	display:block;
	border:1px solid #E9EFF5;
  border-top:1px solid #D4DAE0;
  border-bottom:1px solid #D4DAE0;
  background: url(images/custom/button_arrow_grey.gif) no-repeat right 2px #E9EFF5;
  cursor: pointer;
  height:29px;
  line-height:29px;
  margin: 0px;
  padding: 0px 40px 3px 10px;
  overflow: visible;
  outline-style: none;
  color:#808d99;
  text-decoration:underline;
  text-transform:uppercase;
  font-weight:bold;
  width:140px;
  text-align:left;
  font-size:11px;
}
button.button:hover span, button.sfhover span{background: url(images/custom/button_arrow_grey.gif) no-repeat right -29px #b5bfc8; border:1px solid #b5bfc8;
  border-top:1px solid #e0e4e7;
  border-bottom:1px solid #e0e4e7;
  text-decoration:none;}
/* div-based */
div.button a{
	display:block;
  border:1px solid #E9EFF5;
  border-top:1px solid #D4DAE0;
  border-bottom:1px solid #D4DAE0;
  cursor: pointer;
  margin: 0px;
  padding: 0px 45px 0px 15px;
  white-space: nowrap;
  background: url(images/custom/button_arrow_grey.gif) no-repeat right 0 #E9EFF5;
}
.product-details .details button.button {float:none;}
div.button div,
  div.button a
{
  line-height: 31px;
  white-space: nowrap;
  color:#808d99;
  font-weight: bold;
  font-size: 11px;
  outline-style: none;
  text-transform:uppercase;
}
div.button a:hover{ background-position: right -29px; background-color:#b5bfc8; border:1px solid #b5bfc8;
  border-top:1px solid #e0e4e7;
  border-bottom:1px solid #e0e4e7;}
/* green buttons */
.green a, button.green span, div.green a, .wishlist button.green span, div.green div, .dialog.creviews-dialog button span{background:url(images/custom/go-green.gif) no-repeat right 2px #8fc528; border:1px solid #8fc528;  border-top:1px solid #7bad1d; border-bottom:1px solid #7bad1d; color:#fff;}

.green-button button.green{width:160px;}
.green-button button.green span{width:105px; text-transform:none; padding-left:7px;}
div.green a:hover, button.green:hover span, .dialog.creviews-dialog button.sfhover span, .checkout-button
button.sfhover span, .submit button.sfhover span, .registration-button button.sfhover span, .green-button button.sfhover span{ background:url(images/custom/go-green.gif) no-repeat right -29px #618b10; border-top:1px solid #7fb120; border-bottom:1px solid #7bad1d; text-decoration:underline;}
/* red buttons */
.red a, button.red span, div.red a, div.red div{ background:url(images/custom/button_arrow_red.gif) no-repeat right 2px #d93d36; 
border:1px solid #d93d36;
  border-top:1px solid #b13932;
  border-bottom:1px solid #b13932; color:#fff; }
button.red:hover span, .add_to_cart button.sfhover span, div.red a:hover{background:#b4241c url(images/custom/button_arrow_red.gif) no-repeat right -29px; border:1px solid #b4241c; border-top:1px solid #b03931; border-bottom:1px solid #b03931;}

/* button-based link */
button.simple-button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  white-space: nowrap;
  text-align:left;
  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;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  outline-style: none;
}
.recover a.simple-button{color:#58a7fa;}
a.simple-button:hover
{
  text-decoration: none;
 }

/* input-image-based */
input.image-button {
  margin: 0px;
  margin-bottom: 1px;
  padding: 0px;
  border: 0px none;
  width: 20px;
  height: 20px;
  background: transparent url(images/custom/go-grey.gif) no-repeat left top;
  vertical-align: middle;
}

/* a-image-based */
a.image-button
{
  text-decoration: none;
}
a.image-button
{
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 20px;
  height: 18px;
  background: transparent url(images/go.gif) no-repeat center center;
  vertical-align: middle;
}


/*
  Buttons alternative styles
*/

/* Delete cart item button */
a.simple-delete-button
{
 background: transparent url(images/custom/wishlist_sprys_new.gif) no-repeat 3px -13px !important;
  padding-left: 17px;
}

/*
  link-with-arrow
*/
a.simple-arrow-button
{
  padding-left: 17px;
  background: url(images/custom/left_arrow.gif) no-repeat left 2px;
}
a.simple-arrow-button:hover {
  
}
.rtl a.simple-arrow-button
{
  padding-left: 0px;
  padding-right: 10px;
  background: transparent url(images/but_arrow_invert.png) no-repeat right 6px;
}
.button-row a.simple-arrow-button
{
  background-position: left 2px;
}

button.simple-arrow-button img.left-simple-button {
  display: inline;
  width: 11px;
  height: 10px;
  background: transparent url(images/custom/wishlist_sprys_new.gif) no-repeat left 0;
  margin-right: 3px;
  vertical-align: bottom;
}
.wishlist .buttons-td .green a{color:#8fc528; background: url(images/custom/wishlist_sprys_new.gif) no-repeat 3px -30px; padding-left:17px; border:0; font-size:11px;}
.wishlist .buttons-td .green a:hover, .coupon button.simple-arrow-button:hover, .coupon button.sfhover{color:#59800e;}
.green button{color:#8fc528;}
.green button img.left-simple-button{background:url(images/custom/left_arrow_green.gif) no-repeat left center;}
.profile_delete button.green, .profile_delete button.green span{width:auto; font-size:10px;}
/*
  button(s) containers
*/
.button-row,
  .button-row-right
{
  margin-top: 20px;
  padding: 0px;
  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-box {
  float: right;
}

.buttons-row-right,
  .buttons-row
{
	height:30px;
}
.buttons-row .button-separator {
  float: left;
  width: 20px;
  height: 15px;
}
.buttons-row-right .button-separator {
  float: right;
  width: 30px;
  height: 30px;
}
table tr td.buttons-row,
  table tr td.button-row,
  table tr td.buttons-row-right,
  table tr td.button-row-right
{
  margin: 0px;
  padding-top: 15px;
}
.buttons-auto-separator .button,
  .buttons-auto-separator button.simple-button,
  .buttons-auto-separator a.simple-button
{
  margin-right: 20px;
}
.button-up {
  position: relative;
  margin-top: -23px;
  width: 30%;
}

/*
  popup help link
*/

.popup-link-help{background:#b4d7fb; border:1px solid #3995f6; border-left:1px solid #b4d7fb; border-right:1px solid #b4d7fb; padding:2px 5px; color:#3995f6;}
/*
  Popup window
*/
.popup-modal-bg {
  background: transparent url(images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.popup-window {
  position: absolute;
  background: white none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 1100;
}
.popup-window .popup-bg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
  background: white none;
  margin: 0px;
  padding: 0px;
  z-index: 1150;
}
.popup-window .popup-title {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 22px;
  background: transparent url(images/popup_header_bg.gif) repeat-x left top;
  vertical-align: middle;
  z-index: 1200;
}
.popup-window .popup-title span {
  line-height: 22px;
  font-family: verdana, helvetica, sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}

.popup-window .popup-title a
{
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  outline-style: none;
  text-decoration: none;
  width: 16px;
  height: 16px;
}
.popup-window .popup-title img {
  width: 16px;
  height: 16px;
  background: transparent url(images/popup_header_cross.gif) no-repeat left top;
}
.popup-window .popup-content {
  position: absolute;
  top: 24px;
  left: 2px;
  right: 2px;
  bottom: 20px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  z-index: 1200;
}
.popup-window .popup-frame {
  padding: 5px;
  margin: 0px;
}
.popup-window .popup-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;

  right: 2px;
  background: #f3f5f7 none;
  height: 18px;
  text-align: right;
  z-index: 1200;
}
.popup-window .popup-footer div {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  right: 0px;
  background: transparent url(images/popup_bottom_arrow.gif) no-repeat 9px 9px;
  cursor: se-resize;
}
.popup-dnd-border {
  position: absolute;
  border: 1px dotted #000000;
  background: transparent none;
  z-index: 1200;
}
.popup-window .popup-border {
  position: absolute;
  line-height: 0px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}
.popup-window .popup-t-side {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border: 0px none;
  border-top: 1px solid #215485;
  background: #5f94c0 none;
  height: 2px;
  cursor: n-resize;
  z-index: 1250;
}
.popup-window .popup-tr-corner {
  right: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #215485;
  border-right: 1px solid #215485;
  background: #5f94c0 none;
  cursor: ne-resize;
  z-index: 1260;
}
.popup-window .popup-r-side {
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  border-right: 1px solid #215485;
  background: #5f94c0 none;
  width: 2px;
  cursor: e-resize;
  z-index: 1250;
}
.popup-window .popup-br-corner {
  right: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #215485;
  border-right: 1px solid #215485;
  background: #5f94c0 none;
  cursor: se-resize;
  z-index: 1260;
}
.popup-window .popup-b-side {
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  border-bottom: 1px solid #215485;
  background: #5f94c0 none;
  height: 2px;
  cursor: s-resize;
  z-index: 1250;
}
.popup-window .popup-bl-corner {
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 2px;
  border-bottom: 1px solid #215485;
  border-left: 1px solid #215485;
  background: #5f94c0 none;
  cursor: sw-resize;
  z-index: 1260;
}
.popup-window .popup-l-side {
  top: 0px;
  left: 0px;
  bottom: 0px;
  height: 100%;
  border-left: 1px solid #215485;
  background: #5f94c0 none;
  width: 2px;
  cursor: w-resize;
  z-index: 1250;
}
.popup-window .popup-tl-corner {
  left: 0px;
  top: 0px;
  height: 2px;
  width: 2px;
  border-top: 1px solid #215485;
  border-left: 1px solid #215485;
  background: #5f94c0 none;
  cursor: nw-resize;
  z-index: 1260;
}

/*
  data table
*/
table.data-table td {
  line-height: 21px;
  vertical-align: top;
}
table.data-table td.data-name {
  vertical-align: top;
  padding-right: 5px;
}
table.data-table .data-required,
  .data-required
{
  color:#58a7fa;
}
table.data-table td.data-required {
  padding-right: 4px;
}
table.data-table td.data-required {
  text-align: center;
  width: 5px;
}
table.data-table .error-message {
  
  vertical-align: middle;
}
table.data-table div.error-message {
  margin: 0px;
}
table.data-table tr.head-row th {
  padding-left: 5px;
  padding-right: 5px;
}
table.data-table tr th.data-checkbox-column {
  width: 10px;
}
table.data-table tr .data-right-column {
  text-align: right;
}
table.data-table tr .data-width-100 {
  width: 100%;
}
table.data-table tr td.data-name label {
  line-height: 21px;
  vertical-align: top;
}


/*
	search sort bar
*/
.search-sort-bar {
  vertical-align: middle;
  line-height: 16px;
  height: 16px;
	padding-right: 20px;
  white-space: nowrap;
  margin: 15px 0px 30px 0px;
  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(images/uarrow_w.gif) no-repeat left 3px;
}
.search-sort-bar a.down-direction
{
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(images/darrow_w.gif) no-repeat left 3px;
}

/*
	expandable section
*/
.expand-section {
  height: 16px;
  margin: 20px 0px 20px 0px;
  vertical-align: middle;
  line-height: 16px;
}
.expand-section img {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin: 2px 5px 3px 0px;
}
.expand-section a
{
  font-weight: bold;
  text-decoration: underline;
}

/*
	pagination mechanism
*/
.nav-pages {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 10px 0 0;
  margin: 0px;
}
.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(images/custom/wishlist_sprys_new.gif) no-repeat left -85px;
}
.nav-pages .right-arrow img {
  background: transparent url(images/custom/wishlist_sprys_new.gif) no-repeat left 5px;
}
.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
}
.nav-pages .right-delimiter {
  padding-right: 12px;
}

/*
	subheader styles
*/
.subheader {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  
  padding: 0px;
  border: 0px none;
  border-bottom: 1px solid #9d1500;
}
.subheader-grey {
	
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
.subheader-black {
	
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
.subheader-red {
	border-bottom: 1px solid #acb7c7;
}

/*
  Table head cell
*/
.img-down-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_bottom.gif) no-repeat left top;
  margin-right: 3px;
}
.img-up-direction {
  width: 7px;
  height: 6px;
  vertical-align: middle;
  background: transparent url(images/r_top.gif) no-repeat left top;
  margin-right: 3px;
}

/*
  NoScript warning
*/
div.noscript-warning {
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 20px 0px;
}
div.noscript-warning div.content {
  background: transparent url(images/icon_warning.gif) no-repeat left top;
  font-weight: bold;
  padding: 0px 0px 0px 33px;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
}

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

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

  side-bar styles

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

/*
  categories list
*/

.menu-dialog ul li, .menu-categories-list ul li {
  padding: 2px 0px 2px 15px;
  background: transparent url(images/custom/left_arrow.gif) no-repeat left center;
}
#right-bar .menu-dialog ul li, #right-bar .menu-categories-list ul li
{
	background: transparent url(images/custom/left_arrow_green.gif) no-repeat left 5px;
}
.rtl .menu-categories-list ul li {
  padding: 2px 20px 2px 0px;
  background: transparent url(images/category_bullet_invert.gif) no-repeat right 5px;
}
.loggedin{color:#8fc528; font-weight:bold;}
div.minicart {
	padding:5px 10px 10px 10px;
	font-weight:bold;
	color:#84878b;
	background:#dfe3e7;
	font-size:11px;
	overflow:auto;
}
div.minicart .currency{ color:#505254}
div.minicart a {
 color:#5a8111;
}
div.minicart img {
	 float:right;
}
#right-bar .menu-dialog.menu-minicart div.button
{
	display:block;
	float:none;
}
#right-bar .menu-dialog.menu-minicart div.button 
{
	
	display:block;
	float:none;
}
#right-bar .menu-dialog.menu-minicart div.button a
{
background:url(images/custom/go-green.gif) no-repeat right 2px #8fc528; border:1px solid #8fc528;  border-top:1px solid #7bad1d; border-bottom:1px solid #7bad1d; color:#fff;
line-height:31px;
}
#right-bar .menu-dialog.menu-minicart div.button a:hover
{
background:url(images/custom/go-green.gif) no-repeat right -29px #618b10; border-top:1px solid #7fb120; border-bottom:1px solid #7bad1d; text-decoration:underline;
}
#right-bar .menu-dialog.menu-minicart .content{
	padding:5px 0 0 0; 
	background:#dfe3e7;
	line-height:18px;
}

/*
  news box styles
*/
.menu-news .title-bar img.icon {
  background: url(images/dingbats_news.gif) no-repeat;
}
.menu-dialog .news {
  
}
.menu-dialog .subscribe {
  margin-top: 8px;
}
.menu-dialog a.prev-news
{
  text-decoration: underline;
}

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

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

  page-specific styles

==============================================================================*/
/* 
	Home page
*/
.home_page #right-bar{ margin-top:230px;}
#home .left, #home .right, #rss .left, #rss .right{ width:275px;}
#home .left, #rss .left{float:left;}
#home .right, #rss .right{float:right;}
#rss .left, #rss .right{background:url(images/custom/dots.gif) repeat-x top;}
#home .left a:hover img, #home .right a:hover img{ opacity:0.5;}
#home .left img, #home .right img{
border:6px solid #d6d8dd; width:263px; height:186px;
}
#home #home_center{
	padding:10px 0;
	clear:both;}
#home #home_center h1{
margin-bottom:5px;
color:#005ab7;
font-family: verdana, arial, helvetica, sans-serif;
}
#home #home_center h2{
margin:0 0 5px 0;
color:#5ca1e7;
font-family: verdana, arial, helvetica, sans-serif;
font-weight:normal;
}
#rss h3, #rss h3 a{
color:#5ca1e7;
margin-top:0;
text-decoration:none;
}
#rss img{
	float:right;
}
#rss p.feed{font-style:italic;}
#rss .left p.feed{margin-right:50px;}
#rss p.author{color:#5ca1e7; }
.inner_rss{padding:15px 5px 10px 5px; background:url(images/custom/dots.gif) repeat-x bottom;}
.feed dl{height:50px; overflow:hidden;}
.feed dt{ float:left; font-size:11px;}
.feed dd{ margin-left:105px; font-size:11px;}
/*
	category page
*/
.category-description {
  margin-bottom: 15px;
}
.current-category-icon {
  padding: 0px;
  height: 100%;
  vertical-align: top;
}
.current-category-icon img {
  margin: 5px;
}
h1.category {
  
  margin: 20px 0px 10px 0px;
  font-size: 13px;
}
ul.subcategories {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
ul.subcategories li {
  margin: 0px 0px 10px 0px;
	text-align: left;
	background:#e1e5e9;
	padding:10px;
	font-size:11px;
}
ul.subcategories li:hover, ul.subcategories li.sfhover{background:#aaccf1;}
ul.subcategories li:hover *, ul.subcategories li.sfhover *{opacity:0.6;}
ul.subcategories li p{margin:10px 0 0;}
ul.subcategories a
{
  text-decoration: underline;
  font-weight: bold;
}
ul.subcategories a.cat-title{
text-transform:uppercase;
font-size:22px;
text-decoration:none;
}
ul.subcategories a.hover{
text-decoration:underline;
}
ul.subcategories li .subcat_image{
float:left;
margin-right:10px;
}
/* Gender specific styles */

ul.subcategories .women a{color:#36aab4;}
ul.subcategories .women a.cat-title{color:#02cdda;}
ul.subcategories li.women .subcat_image img{ border-left:10px solid #02cdda;}

ul.subcategories .men a{color:#2a9046;}
ul.subcategories .men a.cat-title{color:#3cba5f;}
ul.subcategories li.men .subcat_image img{ border-left:10px solid #3cba5f;}

ul.subcategories .kid a{color:#cc7503;}
ul.subcategories .kid a.cat-title{color:#fd9104;}
ul.subcategories li.kid .subcat_image img{ border-left:10px solid #fd9104;}

ul.subcategories .equipment a{color:#95160f;}
ul.subcategories .equipment a.cat-title{color:#f7655e;}
ul.subcategories li.equipment .subcat_image img{ border-left:10px solid #f7655e;}
div.subcategories {
  overflow: hidden;
  float: left;
  margin: 0px 5px 20px;
  text-align: center;
  padding-bottom: 0px;
}
div.subcategories a {display:block;}

#three_subcats div.subcategories{width:156px; background:#e7eaee; margin:0 5px 10px 5px; padding:10px; text-align:left;}
#three_subcats div.subcategories a {color:#005ab7; font-size:13px; font-weight:bold;}
#three_subcats div.subcategories a img {border:1px solid #ccd1d6; margin-top:5px;}
.subcategory-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
div.subcategories.four {
	width:130px;
}
div.subcategories.four a{font-size:9px; background:url(images/custom/dots.gif) repeat-x bottom;}
div.subcategories.four a img{padding-bottom:10px;}
div.subcategories.four a.link{min-height:25px; height:auto !important; height:25px; padding:5px 0 10px 0;}
.subcategory-descr {
  width: auto;
  padding: 0px;
  margin-bottom: 20px;
}

/*
	product details page
*/
.product-details {
  position: relative;
}
.product-details .image {
  padding: 0px;
  float: left;
  margin: 0; 
  width:350px;
  position:relative;
}
.product-details .image h1, .product-details .details h3{ color:#58a7fa; font-size:14px; text-transform:uppercase; margin:0 0 10px; background:url(images/custom/dots.gif) repeat-x bottom; border-top:2px solid #e3e7eb; line-height:30px; padding-left:10px;}
.product-details .image h1 font.title{font-size:13px; color:#005ab7;}
.product-details .image .image-box {
  margin: 0px auto;
  padding: 0px;
  height:385px;
}
.product-details .image .image-box a{
	color:#afbbc6;
	display:block;
	text-decoration:none;
	padding-top:10px;
}
.product-details .image .image-box #MagicZoomPlusImageproduct_thumbnail{padding:0;}
.product-details .image .image-box a:hover{
	color:#6f7983;
}
.product-details .details {
  margin-left:360px;
  height:420px;
  height:auto !important;
  min-height:420px;
  border-top:2px solid #f1f3f5;
  padding-bottom:10px;
}

.product-details .details h3{ border:none;}
.product-details .details #pricing{background:url(images/custom/dots.gif) repeat-x top; margin-top:10px;}
.product-details .details .product-pricing p{ margin:0 0 10px 10px; font-weight:bold; font-size:11px; position:relative;}
#available_message{white-space:nowrap; line-height:25px;}
.product-details .details .product-pricing p.market-price{color:#b6b4b4;}
.product-details .details .product-pricing p.product-price{color:#fb0e03; font-size:12px;}
.product-details .details .product-pricing p#save_percent_box{color:#58a7fa;}
.product-details .details .product-pricing p .price_col{position:absolute; top:0; left:95px;}
.product-details .details .descr {
  padding: 0px;
  margin: 0px 60px 0px 0px;
}
.product-details .details .save {
  position: absolute;
  right: 3px;
  top: 0px;
  width: 57px;
  height: 57px;
  text-align: center;
  vertical-align: middle;
  padding: 28px 0px 0px 0px;
  font-weight: bold;
  background: transparent url(images/save_money.gif) no-repeat;
}
.product-details .product-subtitle {
  padding: 23px 0px 10px 0px;
}
.product-details .product-subtitle div {
  font-weight: bold;
  
  border: 0px none;
  border-bottom: 1px solid #9d1500;
}
.product-details .message {
}
.product-details .warning-message {
  color: red;
}
.product-details .customer-message {
  font-weight: bold;
}
.product-details .buttons-row {
	height:auto;
	margin-top:30px;
}
.product-details .wishlist{margin-bottom:10px;}
/* product properties table */
table.product-properties {
  margin: 0 0 0 10px;
  width: 60%;
}
table.product-properties input, table.product-properties select{font-size:11px; color:#636363;}
table.product-properties tr td {
  padding: 2px;
}
table.product-properties .property-name {
  padding-right: 5px;
  white-space: nowrap;
  width: 30%;
  color:#636363;
  font-weight:bold;
}
table.product-properties .property-value {
  white-space: nowrap;
}
table.product-properties .product-price {
  font-weight: bold;
  
  vertical-align: top;
}
table.product-properties .product-price-value {
  font-weight: bold;
  
  font-family: verdana;
  white-space: nowrap;
}
table.product-properties .product-market-price {
  
  padding-left: 5px;
  
  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;
}
table.product-properties .product-min-amount {
  padding-left: 5px;
  font-size: 14px;
  
}
table.product-properties .product-one-quantity {
  padding-left: 5px;
  font-size: 14px;
  
}
table.product-properties .separator td {
  height: 18px;
}
#product_page_links{background:url(images/custom/dots.gif) repeat-x top; height:30px; line-height:30px;}
#product_page_links ul, #product_page_links li{margin:0; padding:0; list-style:none outside none;}
#product_page_links ul {background:url(images/custom/dots.gif) repeat-x bottom;}
#product_page_links li{ display:inline;}
#product_page_links li a{ font-weight:bold; font-size:11px; text-decoration:underline; padding:0 10px; color:#545252;}
#product_page_links li a:hover{color:#6f7983;}
/* send 2 friend section */
input.send2friend {
  width: 300px;
}

/*
  products list
*/

/* common styles */
.products {
  margin-bottom: 15px;
  margin-top: 15px;
}
.products .image {
  text-align: center;
}
.products a.see-details
{
  text-decoration: underline;
  color:#a1a4a8;
  
}
.products a.see-details:hover
{
text-decoration:none;  
}
.products a.product-title,
  .products .product-title,
  .product-details .product-title
{
  font-size:13px;
  font-weight: bold;
  color:#005AB7;
  text-decoration: none;
  margin:0; padding:0;
}
.products a.product-title:hover {
  text-decoration:none;
}
.products .descr {
  padding: 5px 0 10px 0;
  margin: 0;
  color:#878686;
  line-height:15px;
}
.products .sku {
  margin-top: 15px;
}
.products .price-row {
  margin: 0px;
  padding: 0px;
  text-align: left;
  color:#d93d36;
}
.products .market-price {
	font-weight:bold;
	color:#878686;
	padding-left:10px;
}
.products .price {
  font-weight: bold;
  
}
.products .price-value {
  font-weight: bold;
   
}
.products .price-save {
  padding: 0px;
  margin: 0px;
  color:#58a7fa;
}
.products .taxes {
  margin-top: 15px;
  padding: 2px 2px 2px 70px;
}

.products .buy-now {
	float:right;
}
.products .buy-now .quantity {
  display:inline;
}
.products .buy-now .quantity-empty {
  height: 25px;
}
.products .buy-now .quantity-title {
  width: 75px;
  padding-right: 16px;
}
.products .buy-now .quantity select {
  vertical-align: middle;
}
.products .buy-now .quantity input {
  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 {
  font-weight: bold;
  
}
.products .product-price-text {
  font-weight: bold;
  
}
.cart.products .product-price-text
{
	color:#636363;
	font-size:11px;
}
.cart.products .product-price-text input
{
	height:14px;
}
p.submit, p.terms{padding-left:30px;}

/* list as list */
.products-list .item {
  position: relative;
  margin: 0px 0px 10px 0px;
  font-size:11px;
  background:url(images/custom/dots.gif) repeat-x bottom;
  padding-bottom:10px;
}
.products-list .item .sub-item{
	background:#eff2f6;
	border-top:1px solid #e1e5e9;
	padding:10px;
}
.products-list .image {
  text-align: center;
  float: left;
  position: relative;
  padding: 0;
  margin-right: auto;
}
.products-list .image img{
  border:1px solid #e1e5e9;
  width:90px;
  }
.products-list .details {
	margin-left:90px;
  vertical-align: top;
  padding:0 0 0 10px;
  overflow:hidden;
}
.products-list .details .manuf_title{color:#58a7fa; font-size:14px; text-transform:uppercase; font-weight:bold;}
.products-list .buy-now .center,
  .products-list .buy-now .halign-center
{
  margin-left: 0px;
  text-align: left;
}

.products-list .item .product-links a.simple-button:hover{
text-decoration:none;
}
.products-list .item .product-links .buy-now .button
{
	background: url(images/custom/add_to_cart.gif) right 1px no-repeat #da3d36;
	padding-bottom:4px;
	text-decoration:underline;
	color:#FFF;
	line-height:19px;
	height:19px;
	border:0;
	width:auto;
}
.products-list .item .product-links .buy-now .button:hover, .products-list .item .product-links .buy-now .sfhover{background:#ba231c url(images/custom/add_to_cart.gif) right -19px no-repeat;}
.products-list .item .product-links .buttons-row-rightio button.button:hover{text-decoration:none;}

/* list as multicolumn table */

.products-table .product-cell {
  background: #ffffff none;
  text-align: center;
  padding: 0px;
  vertical-align: top;
}
.products-table .products-row td.product-cell {
  padding-top: 60px;
}
.products-table td.product-cell-price {
  padding-top: 14px;
}
.products-table td.product-cell-buynow {
  padding-top: 12px;
}
.products-table .image {
  padding: 0px;
  margin: 5px 0px;
}
.products-table .sku {
  margin-top: 10px;
  text-align: center;
}
.products-table .market-price {
  padding: 8px 0px 0px 0px;
}
.products-table .price-row {
  text-align: center;
}
.products-table .buttons-row,
  .products-table .button-row
{
  margin: 0px;
}
.products-table .buttons-row button,
  .products-table .button-row button
{
  margin: 0px;
  float: none;
}
.products-table .buy-now {
  margin-top: 5px;
}
.products-table .buy-now .quantity-title {
  width: auto;
  padding-right: 5px;
}

/*
  advanced search page
*/
.adv-search table td {
  white-space: nowrap;
  padding: 3px 5px 3px 0;
}
.adv-search table .data-name {
  width: 20%;
  vertical-align: top;
  font-weight: bold;
}
.adv-search table .data-input {
  white-space: nowrap;
}
.adv-search table .pattern {
  padding-bottom: 0px;
}
.adv-search table .pattern input,
.adv-search table .pattern select
{
  width: 95%;
  vertical-align: bottom;
}
.adv-search table .search-button {
  width: 25%;
  padding: 0px;
}
#adv_search_box {
  margin-bottom: 15px;
}

/*
  register page
*/
b.login_name{color:#4f7398}
font.Star{color:#58A7FA;}
.register-note {
  
  margin-bottom: 15px;
}
.register-newbie-note {
  padding-top: 10px;
}
.register-newbie-note .blue-links{width:195px;}
.register-bottom-note {
  margin-top: 30px;
  padding-bottom: 45px;
}
.register-ups-box {
  margin-top: 45px;
  margin-bottom: 15px;
}
.register-section-title {
  height: 30px;
  vertical-align: middle;
}
.register-section-title label {
  display: block;
  font-size:12px;
  font-family: verdana, arial, helvetica, sans-serif;
  color:#005ab7;
  font-weight: bold;
  width: 100%;
  line-height: normal;
  background:url(images/custom/dots.gif) repeat-x top;
  padding-top:10px;
  margin-top:10px;
}
.register-section-title label#shipping_label{
	background:none;
	padding:0;}
table.register-table td.data-name, table.login-table td.data-name{
  text-align: right;
  font-weight: normal;
  width: 30%;
  color:#4f7398;
  font-size:11px;
}
table.register-table .register-exp-section {
  padding-top: 16px;
  padding-bottom: 16px;
}
table.register-table .register-exp-section label.register-sec-minimized {
  border-bottom: 0px none;
}

/*
  cart page
*/
.cart .item {
  margin: 0px 0px 15px 0px;
  width:100%;
}
.cart .item .separator{background:url(images/custom/dots.gif) repeat-x center;}
.cart .item .image {
  position: relative;
  padding: 3px 8px 3px 3px;
  height: 100%;
  vertical-align:top;
}
.cart .details {
  margin-left: 138px;
  vertical-align: top;
  width: 55%;
  line-height:25px;
}
.cart .buttons-td a, .wishlist .buttons-td a, .cart-page-boxes a.simple-arrow-button, .cart .buttons button.simple-arrow-button{color:#808d99; font-size:12px; background:transparent url(images/custom/wishlist_sprys_new.gif) no-repeat scroll 3px 5px;}
.wishlist .buttons-td a{padding-left:17px;}
.cart .buttons-td a:hover, .wishlist .buttons-td a:hover, .cart-page-boxes a.simple-arrow-button:hover, .cart .buttons .update  button.sfhover, .cart .buttons button.simple-arrow-button:hover{ color:#535d66; text-decoration:underline;}
.cart .buttons-td .buttons-row, .wishlist .buttons-td .buttons-row{line-height:18px; padding-right:43px;}
.cart a.product-title
{ text-transform:uppercase; text-decoration:none; display:block; padding-bottom:10px; color:#58A7FA; font-size:14px;}
.cart a.product-title font.product-name{
  color:#005AB7;
  font-size:13px;
}
.cart .descr {
  padding-bottom: 15px;
}
.cart .poptions-title {
  
  font-weight: bold;
}
.cart .buttons {
}
.cart .buttons button.simple-arrow-button{background: transparent url(images/custom/wishlist_sprys_new.gif) no-repeat 3px 5px; text-decoration:underline; padding-left:14px;}
.cart .buttons a.simple-arrow-button, .cart .buttons button.simple-arrow-button {
  font-size:12px; color:#808d99;
  background:transparent url(images/custom/wishlist_sprys_new.gif) no-repeat scroll 3px 5px;
}
.wishlist .buttons-td button.simple-arrow-button{ font-size:12px; color:#808d99;}
.wishlist .buttons-td button.simple-arrow-button:hover, .wishlist .buttons-td button.simple-arrow-button.sfhover{ color:#535d66;}
.coupon button.simple-arrow-button{text-transform:uppercase; }
.coupon button.simple-arrow-button img{display:none;}
.coupon button.simple-arrow-button img.right-simple-button{background:transparent url(images/custom/wishlist_sprys_new.gif) no-repeat scroll right -32px; width:20px; height:13px; display:inline;
}
.cart .buttons button.simple-arrow-button img{ display:none;}
.cart .buttons .buttons-row {
  margin-top: 0px;
}
.cart .left-buttons-row {
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cart .right-buttons-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
.cart .right-buttons-row .checkout-button {
  float: right;
}
.cart-link{ padding-bottom:15px;}
.cart-link a{color:#005ab7; font-weight:bold;}

.cart-page-boxes {background:#f1f5f8; border-top:1px solid #e4eaee; border-bottom:1px solid #e4eaee; padding:10px 10px 20px 10px; margin-bottom:10px; font-size:11px;}
td.cart-page-boxes { margin:0; padding:0; border:0;}
.border-bottom td.cart-page-boxes{border-bottom:1px solid #e4eaee; padding-bottom:20px;}
.cart-page-boxes.coupon {color:#878686;}
.cart-total-row {
	float:left; width:50%;
}
div.shipping-method {
  font-weight: bold;
  border-top:1px solid #e4eaee;
  padding:10px;
}
th.shipping-method {
  font-weight: bold;
  text-align: left;
}
.shipping-method select {
  font-weight: normal;
}
.shipping-method table {
  margin: 0px 0px 0px auto;
  text-align: right;
}
.shipping-method table td {
  font-weight: normal;
  text-align: left;
}
.shipping-method tr.selected {
  background: #eeeeee none;
}
.totals {
	color:#878686;
	margin-left:10px;
}
.totals td {
  height:30px;
}
.totals .total-name {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 20px;
  text-align: left;
}
.totals .total-value {
  white-space: nowrap;
  font-weight: bold;
  text-align: right;
}
.totals .total-alt-value {
  white-space: nowrap;
  text-align: right;
}
.totals .grand_total .total-value, .totals .grand_total .total-alt-value{color:#588405;}
.totals .total-line {
  height:  1px;
}
.totals .total-line img {
  background: black none;
  width: 100%;
  height: 1px;
}
.totals .total {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 8px;
  color:#7eb21c;
  text-align: left;
}
.totals .total-taxes {
  font-weight: bold;
  text-align: right;
}
.totals .total-tax-line {
  background-color: #eeeeee
}
.totals .total-tax-line td {
  text-align: right;
  white-space: nowrap;
}
.totals .total-tax-name {
  padding-right: 8px;
}
.cart hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart-content {
  margin-bottom: 15px;
}
.cart-content tr td,
.cart-content tr th
{
  padding: 1px 3px;
  height: 23px;
}
.cart-content .cart-column-tax {
  text-align: center;
}
.cart-content .cart-column-price,
  .cart-content .cart-column-total
{
  text-align: right;
}
.cart-content .cart-content-text {
  font-weight: bold;
}
.cart-content .cart-column-quantity {
  width: 30px;
}
.cart-content .cart-column-product {
  width: 100%;
}
.cart-content input.cart-quantity {
  width: 30px;
}

.cmpi-vbv-icon {
  width: 49%;
  float: left;
  text-align: center;
}
.cmpi-vbv-icon img {
  width: 71px;
  height: 57px;
  background: transparent url(images/vbv_logo.gif) no-repeat left top;
}
.cmpi-mcsc-icon {
  width: 49%;
  text-align: center;
}
.cmpi-mcsc-icon img {
  width: 74px;
  height: 40px;
  background: transparent url(images/mcsc_logo.gif) no-repeat left top;
}

/*
  Checkout page
*/
.checkout-payments tr td {
  padding: 2px;
  text-align: left;
}
.checkout-payments tr td.checkout-payment-name {
  width: 20%;
  white-space: nowrap;
}
.checkout-payments tr td.checkout-payment-name label {
  font-weight: bold;
}
.checkout-payments tr td.checkout-payment-descr {
  width: 80%;
}
.checkout-payments tr td.checkout-payment-paypal {
  width: 100%;
}
.checkout-payments tr td.checkout-payment-paypal img {
  border: 0px none;
}
.checkout-update-button {
  float: left;
  margin: 0px;
}
/*
	Order Message page
*/
.order_message h2{color:#58a7fa;}
.order_message .dialog .title, .register .dialog .title, .manufacturers_list .dialog .title{
	background:none; display:none;
}
.adv-search.dialog .title { background:none;}
.adv-search.dialog .title h2{color:#005ab7; font-family: verdana, arial, helvetica, sans-serif; font-size:12px;}
.register {font-size:11px;}
/*
  Payment wait page
*/
.payment-wait .payment-wait-title {
  border-top: 30px solid #d0ddeb;
}
.payment-wait h1 {
  display: block;
  padding: 10px 0px 0px 30px;
  border-top: 1px solid #d0ddeb;
  margin-top: 1px;
  
}

/*
  help index page
*/
.help-index {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.help-index li {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
.help-index li.first-item {
  padding-top: 0px;
}

/*
  help / cvv2 page
*/
.help-cvv2-images {
  float: right;
  margin: 15px 5px 5px 5px;
}
.help-cvv2-images img {
  float: none;
  display: block;
  margin-bottom: 15px;
}

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

/*
  Images viewer
*/
.images-viewer {
  text-align: center;
  margin: 10px 0px
}
.images-viewer-list {
  position: relative;
  white-space: nowrap;
}
.images-viewer-list .side-arrow,
  .images-viewer-list .side-arrow
{
  position: absolute;
  top: 0px;
  display: block;
  width: 10px;
  height: 54px;
  text-decoration: none;
  outline-style: none;
}
.images-viewer-list .left-arrow
{
  text-align: left;
  left: 0px;
}
.images-viewer-list .right-arrow
{
  padding-left: 3px;
  text-align: right;
  right: 0px;
}
.images-viewer-list .side-arrow img
{
  width: 7px;
  height: 100%;
}
.images-viewer-list .left-arrow .enabled
{
  display: block;
  background: transparent url(images/arrow_left.gif) no-repeat left center;
}
.images-viewer-list .left-arrow .disabled
{
  display: block;
  background: transparent url(images/arrow_left_disabled.gif) no-repeat left center;
}
.images-viewer-list .hidden {
  display: none;
}
.images-viewer-list .right-arrow .enabled
{
  display: block;
  background: transparent url(images/arrow_right.gif) no-repeat left center;
}
.images-viewer-list .right-arrow .disabled
{
  display: block;
  background: transparent url(images/arrow_right_disabled.gif) no-repeat left center;
}

.images-viewer-icons {
  text-align: left;
  padding: 0px;
  margin: 0px 10px;
  overflow: hidden;
}
.images-viewer-icons a
{
  display: block;
  padding: 0px;
  border: 1px solid #ffffff;
  padding: 0px;
  margin: 0px 10px;
  float: left;
  outline-style: none;
  background: #eeeeee none;
  text-align: center;
  vertical-align: middle;
}
.images-viewer-icons a.selected
{
  border: 1px solid #215485;
}
.images-viewer-icons a:hover {
  border: 1px solid #cccccc;
}
.images-viewer-icons img {
  margin: 1px;
  vertical-align: middle;
  border: 0px none;
}

/*
  Order invoice
*/
.order-invoice {
  background: #ffffff none;
}
.invoice-company-icon {
  vertical-align: top;
  padding-top: 30px;
}
.invoice-data-box {
  width: 100%;
  padding-left: 30px;
}
.invoice-data-box table {
  width: 100%;
}
.invoice-data-box table tr td {
  padding: 2px;
  vertical-align: top;
}
.invoice-title {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}
.invoice-data-box table tr td.invoice-right-info {
  text-align: right;
  vertical-align: bottom;
}
hr.invoice-line {
  margin: 2px 0px 17px 0px;
  border-bottom: 2px solid #58595b;
}
.invoice-personal-info {
  width: 45%;
  margin-bottom: 15px;
}
.invoice-personal-info tr td {
  padding: 0px;
}
.invoice-personal-info tr td strong {
  white-space: nowrap;
}
.invoice-address-box {
  width: 100%;
  margin-bottom: 30px;
}
.invoice-address-title {
  width: 45%;
  height: 25px;
}
td.invoice-line {
  vertical-align: top;
  padding: 0px;
  height: 4px;
}
td.invoice-line img {
  height: 2px;
  width: 100%;
  background: #58595b none;
}
.invoice-address-box table {
  width: 100%;
}
.invoice-address-box table tr td {
  padding: 0px;
}
.invoice-address-box table tr td strong {
  white-space: nowrap;
}
.invoice-customer-notes {
  padding-top: 30px;
}
.invoice-customer-notes p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.invoice-customer-notes div {
  border: 1px solid black;
  height: 30px;
  padding:10px;
  overflow: hidden;
}
.invoice-bottom-note {
  text-align: center;
  padding-top: 30px;
  
}
p.invoice-products-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center
}
.invoice-products {
  width: 100%;
  background: #000000 none;
}
.invoice-products tr td,
  .invoice-products tr th
{
  background: #ffffff none;
}
.invoice-products tr th {
  padding: 3px;
  background: #cccccc none;
  white-space: nowrap;
}
.invoice-products tr th.invoice-sku-column,
  .invoice-products tr th.invoice-quantity-column,
  .invoice-products tr th.invoice-total-column
{
  width: 60px;
}
.invoice-products tr th.invoice-tax-column {
  width: 100px;
}
.invoice-products tr th.invoice-price-column {
  width: 100px;
  text-align: center;
}
.invoice-products tr td {
  padding: 3px;
}
.invoice-products tr td.invoice-price-column,
  .invoice-products tr td.invoice-tax-column,
  .invoice-products tr td.invoice-quantity-column
{
  text-align: center;
}
.invoice-products tr td.invoice-product-column span {
  font-size: 11px;
}
.invoice-products tr td.invoice-product-column table tr td {
  vertical-align: top;
}
.invoice-products tr td.invoice-product-column p {
  white-space: nowrap;
}
.invoice-products tr td.invoice-product-column div {
  padding-left: 10px;
  white-space: nowrap;
}
.invoice-products tr td.invoice-price-column {
  text-align: right;
  white-space: nowrap;
}
.invoice-products tr td.invoice-total-column {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}
.invoice-totals {
  width: 100%;
}
.invoice-totals tr td {
  padding: 0px;
}
.invoice-totals tr .invoice-total-title {
  text-align: right;
  width: 100%;
  height: 20px;
}
.invoice-totals tr .invoice-total-name {
  text-align: right;
  width: 100%;
  height: 20px;
  padding-right: 3px;
}
.invoice-totals tr .invoice-total-value {
  text-align: right;
  height: 20px;
  padding-right: 5px;
  white-space: nowrap;
}
.invoice-totals tr .invoice-total-name-fin {
  text-align: right;
  width: 100%;
  height: 25px;
  padding-right: 3px;
  background: #cccccc none;
}
.invoice-totals tr .invoice-total-value-fin {
  text-align: right;
  height: 25px;
  padding-right: 5px;
  background: #cccccc none;
  white-space: nowrap;
}
.invoice-totals tr td.invoice-line {
  height: 2px;
}
.invoice-giftcerts {
  width: 100%;
}
.invoice-giftcerts tr td {
  padding: 0px;
}
.invoice-giftcerts tr th {
  background: #cccccc none;
}
.invoice-giftcerts tr th.invoice-giftcert-id {
  width: 60px;
}
.invoice-giftcerts tr td.invoice-giftcert-id {
  text-align: center;
}
.invoice-giftcerts tr .invoice-giftcert-cost {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
}

/*
  404 error page
*/
.error-page #header {
  height: 87px;
}
.error-page #header .line2 {
  height: 20px;
}
.error-page #content-container {
  margin-top: 87px;
}
.error-page #center-main {
  text-align: center;
  margin: 0px 10px;
}

.error-page #header .line1 .tabs,
  .error-page #header .line1 .phones,
  .error-page #header .line2 .search,
  .error-page #header .line2 .languages,
  .error-page #header .line3,
  .error-page #left-bar,
  .error-page #right-bar,
  .error-page #location
{
  display: none;
}
 
.error-page .subcontainer {
  text-align: left;
  width: 700px;
  margin: 32px auto 0px auto;
  position: relative;
  clear: both;
}
.error-page .code-number {
  font: normal 74px arial, sans-serif;
  
  width: 186px;
  float: left;
  text-align: center;
}
.error-page .description {
  font-family: verdana;
  width: 514px;
  float: right;
}
.error-page .description h1 {
  font-weight: normal;
  
}
.error-page .description a
{
  text-decoration: underline;
}
.error-page .description ul {
  margin: 0px;
  padding: 5px 0px;
  list-style-position: inside;
}
.error-page .reason {
  font-weight: bold;
  
}
.error-page .description hr {
  margin: 10px 0px 15px 0px;
}
.error-page ul.links {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}

/*
  PayPal
*/
.paypal-cart-button {
  text-align: right;
  height: 79px;
}
.paypal-cart-button div {
  width: 200px;
  height: 79px;
  margin-left: auto;
  margin-right: 0px;
  overflow: visible;
  text-align: right;
}
.paypal-cart-button p {
  width: 100%;
  text-align: right;
  margin: 10px 0px;
}

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

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

  module styles

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

/*
  bestsellers module
*/

/* bestsellers menu box */
.menu-bestsellers .title-bar img.icon {
  background: url(images/dingbats_categorie.gif) no-repeat;
}

/* bestsellers products list */
ul.bestsellers-products-item {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul.bestsellers-products-item li {
  list-style: none;
  padding: 2px;
}
ul.bestsellers-products-item img {
  width: 50px;
  float: left;
}
.bestsellers-products-item .details {
  margin-left: 50px;
  padding-left: 2px;
}
.bestsellers-products-item a.product-title
{
  font-weight: bold;
}

/*
  customer reviews module
*/
.creviews-dialog{ margin:15px 0 0 0;}
.dialog.creviews-dialog .title-with-sort-row h2{ color:#58a7fa; padding-left:10px;}
.dialog.creviews-dialog table.data-table td.data-required, .dialog.creviews-dialog .iv-img a{color:#58a7fa;}
.creviews-dialog table.data-table tr td.data-name {color:#7f8e9c;}
.review-head{color:#878686; font-weight:bold;}
.review-body .author{ color:#58a7fa; margin:0;}
.review-body .author .author_name{ font-style:italic;}
.creviews-stars strong {
  padding-right: 20px;
}
.creviews-stars img {
  width: 15px;
  height: 15px;
  margin: 0px;
}
.creviews-stars img.star-4 {
  background: transparent url(images/star_4.gif) no-repeat left top;
}
.creviews-stars img.star-3 {
  background: transparent url(images/star_3.gif) no-repeat left top;
}
.creviews-stars img.star-2 {
  background: transparent url(images/star_2.gif) no-repeat left top;
}
.creviews-stars img.star-1 {
  background: transparent url(images/star_1.gif) no-repeat left top;
}
.creviews-stars img.star-0 {
  background: transparent url(images/star_0.gif) no-repeat left top;
}
.dialog.creviews-dialog .content{ padding:10px;}
.creviews-voting {
  margin: 15px 0px;
}
.creviews-voting td {
  padding: 1px;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
}
.creviews-voting select {
  margin: 0px 10px 0px 0px;
}
ul.creviews-reviews-list{margin:0; padding:0; list-style: none outside none;}
.creviews-reviews-list li{margin-bottom:10px;}
div.creviews-reviews-list {
  text-align: center;
  padding: 12px 0px 25px 0px;
}
.dialog.creviews-dialog button{width:160px;}
/*
  detailed product images module
*/

/* detailed images on product detailed page */
.dpimages-list .content {
  text-align: center;
}
.dpimages-list .content img {
  padding: 0px 0px 10px 0px;
}
.dpimages-list .content img.last {
  padding: 0px;
}

/* product details line */
div.dpimages-popup-link {
  margin-top: 3px;
  text-align: center;
  vertical-align: middle;
}
.dpimages-popup-link a
{
  text-decoration: underline;
  padding: 0px 0px 0px 17px;
  background: transparent url(images/zoom_image.gif) no-repeat left 1px;
  line-height: 13px;
}
.printable .dpimages-popup-link {
  display: none;
}

/* icons box */
.dpimages-icons-box {
  padding-top: 15px;
  padding-bottom: 10px;
  width: 220px;
}
.dpimages-icons-box a
{
  display: block;
  outline-style: none;
  padding: 1px;
  border: 1px solid #ffffff;
  float: left;
}
.dpimages-icons-box a:hover {
  border: 1px solid #215485;
}

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

/*
	fast lane checkout module
*/
.flc-sns-button {
  position: absolute;
  top: 0px;
  left: 30px;
  height: 100%;
}
.flc-sns-button img {
	width: 9px;
	height: 9px;
}
.flc-top-login {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 20px;
  line-height: 21px;
  text-align: right;
  width: 50%;
  vertical-align: middle;
}
#header .flc-top-login .simple-button {
  margin-bottom: 5px;
}
.flc-top-login-text {
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
}

.flc-container #header .line2 {
  height: 20px;
}
.flc-container #header .line3 {
  height: 15px;
}
.flc-container #content-container {
  margin-top: 102px;
}
.flc-container #header {
  height: 102px;
}
.flc-container #center {
  text-align: center;
}
.flc-container #center-main {
  width: 780px;
  margin: 0px auto;
  text-align: left;
}

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


/* Checkout page : shipping & payment methods */
.flc-checkout-container {
  vertical-align: top;
  padding-bottom: 30px;
  width: 100%;
  clear: both;
}
.flc-checkout-container .flc-address {
  vertical-align: top;
  width: 30%;
  float: left;
  overflow: hidden;
}
.flc-checkout-container .flc-checkout-options {
  margin-left: 32%;
  vertical-align: top;
}
.flc-payments tr td {
  padding: 5px;
  vertical-align: top;
}
.flc-payments tr td.flc-payment-name {
  width: 20%;
  white-space: nowrap;
  padding-right: 10px;
}
.flc-payments tr td.flc-payment-name label {
  font-weight: bold;
}
.flc-payments tr td.flc-payment-descr {
  width: 80%;
}
.flc-payments tr td.flc-payment-paypal {
  width: 100%;
}
.flc-payments tr td.flc-payment-paypal img {
  border: 0px none;
}
.flc-shippings label {
  position: relative;
  display: block;
  padding: 2px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.flc-shippings label input {
  vertical-align: middle;
}
.flc-shippings label span {
  padding-left: 3px;
}
.flc-shippings label.flc-hl-shipping {
  background: #eeeeee none
}

/* Checkout page : tabs */
div.flc-tabs {
  text-align: right;
}
table.flc-tabs {
  width: 70%;
  text-align: right;
  margin-left: auto;
}
table.flc-tabs tr td {
  padding: 0px;
}

tr.flc-tab-cart-line td {
  vertical-align: top;
  text-align: center;
  height: 20px;
}
tr.flc-tab-cart-line img {
  width: 18px;
  height: 13px;
  text-align: center;
  background: transparent url(images/cart_checkout.gif) no-repeat left top;
  margin: 0px 4px 4px 0px; /* margin-right = flc-tab-line-img3.width * 2 */
}

.flc-tab-marks-line td {
  padding: 0px;
  height: 10px;
  vertical-align: top;
}
.flc-tab-marks-line div {
  width: 100%;
  height: 6px;
  position: relative;
}
.flc-tab-marks-line img {
  position: absolute;
  background: #a6b1c1 none;
}
.flc-tab-marks-line .flc-tab-line-img1 {
  top: 0px;
  right: 50%;
  left: 0px;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img2 {
  top: 0px;
  right: 0px;
  left: 50%;
  width: 50%;
  height: 2px;
}
.flc-tab-marks-line .flc-tab-line-img3 {
  top: 2px;
  right: 50%;
  width: 2px;
  height: 4px;
}
.flc-tab-marks-line .flc-tab-first .flc-tab-line-img1 {
  width: 2px;
  left: auto;
}
.flc-tab-marks-line .flc-tab-last .flc-tab-line-img2 {
  background: white none;
}
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
  .flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3
{
  background: #ff8600 none;
}

/* Opera fix */
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
  .flc-tab-marks-line .flc-tab-last .flc-tab-line-img1
{
  width: 51%;
}
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img2,
  .flc-tab-marks-line .flc-tab-last .flc-tab-line-img2
{
  left: inherit;
}

.flc-tab-links td {
  font-weight: bold;
  text-align: center;
  padding: 0px 10px;
}
.flc-tab-links a
{
  text-decoration: underline;
  font-weight: bold;
}

/*
  Checkout : last  step
*/
.flc-checkout-products {
  padding-bottom: 30px;
}
.flc-checkout-box-info {
  padding: 0px 0px 30px 20px;
}
.flc-checkout-address-left {
  width: 48%;
  float: left;
  vertical-align: top;
  padding-bottom: 15px;
}
.flc-checkout-address-right {
  vertical-align: top;
  margin-left: 50%;
  padding-bottom: 15px;
}
table.flc-checkout-address tr td {
  padding: 2px;
}
.flc-payment-options {
  padding-bottom: 15px;
}

/*
  gift certificate module
*/

/* gift certificate page */
.giftcert-header {
  vertical-align: middle;
  padding-bottom: 15px;
}
.giftcert-header img {
  width: 84px;
  height: 69px;
  background: transparent url(images/gift.gif) no-repeat left top;
  float: left;
  margin: 0px 5px 15px 0px;
}
.giftcert-table .giftcert-title {
  font-weight: bold;
  
  padding: 10px 0px 0px 0px;
}
.giftcert-table .data-name {
  text-align: right;
}
.giftcert-table .giftcert-subtitle {
  padding-bottom: 30px;
}
.giftcert-table .giftcert-h-separator {
  padding: 15px 0px;
}
.giftcert-table .giftcert-h-separator hr {
  border-bottom: 1px solid #cccccc;
}
.giftcert-table .buttons-row #preview_button {
  float: left;
}
.giftcert-table .giftcert-delivery-method {
  font-weight: bold;
}
table.data-table tr#preview_template td {
  vertical-align: middle;
}
#preview_template td select {
  margin-right: 20px;
}

/* cart page */
.giftcert-item .image img {
  width: 84px;
  height: 69px;
  background: transparent url(images/gift.gif) no-repeat left top;
}
.giftcert-item .giftcert-item-row .giftcert-item-subtitle {
  padding-right: 3px;
}
.giftcert-item .product-title {
  padding-bottom: 15px;
}


/*
  google checkout module
*/
.gcheckout-cart-buttons {
}
.gcheckout-cart-buttons div {
  width: 200px;
  margin-left: auto;
  margin-right: 0px;
  overflow: visible;
  text-align: right;
}
.gcheckout-cart-buttons p {
  width: 100%;
  text-align: right;
  margin: 10px 0px;
}

table.gcheckout-top-button {
  float: right;
  margin-bottom: 3px;
}
table.gcheckout-top-button tr td {
  padding: 0px;
}
table.gcheckout-top-button tr td.gcheckout-or-use{
  padding-left: 20px;
  padding-right: 20px;
}
.error-page .gcheckout-top-button {
  display: none;
}

/*
  image verification module
*/
div.iv-box {
  margin-top: 15px;
  font-size: 11px;
  line-height: normal;
}
table.data-table tr td.iv-box {
  font-size: 11px;
  line-height: normal;
  vertical-align: middle;
}
table.data-table tr td.iv-box-descr {
  padding-top: 15px;
  font-size: 11px;
  line-height: normal;
}
.iv-description {
  padding: 0px;
  margin: 0px;
}
.iv-row {
  text-align: left;
  height: 60px;
}
.iv-img {
}
.iv-input {
  text-align: center;
}
.iv-row .iv-img {
  text-align: left;
  margin-right: 10px;
  float: left;
}
.iv-row .iv-input {
  text-align: left;
  height: 60px;
  line-height: 60px;
}
.iv-input input {
  width: 100px;
}
.iv-error {
  padding-left: 5px;
  
}
.iv-box a
{
  font-size: 11px;
  text-decoration: underline;
}

/*
  manufacturers module
*/

/* manufacturers menu list */
.menu-manufacturers .title-bar img.icon {
  background: url(images/dingbats_categorie.gif) no-repeat;
}

/* manufacturers list */
ul.manufacturers-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.manufacturers-list li {
  padding:0;
  width:100px;
  margin:0 0 10px 10px;
  float:left;
  text-align:center;
}
ul.manufacturers-list li a{ padding:8px 10px; display:block; font-size:9px; color:#52565a; text-decoration:underline;}
ul.manufacturers-list li a.manuf_image{ background:#e7eaee; height:80px; }
ul.manufacturers-list li a.manuf_image img{ width:80px;}
/*
  News management module
*/
.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;
}

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

/*
  product options module
*/
/* exceptions list */
#exception_msg {
  padding-bottom: 15px;
}
.poptions-exceptions-list {
  padding-bottom: 15px;
}

/* short options list */
.poptions-options-list {
  padding: 1px;
}
.poptions-options-list td {
  padding-right: 10px;
  color:#8f9194;
  font-size:11px;
}
.poptions-options-list td.label {
  font-weight:bold;
}

/*
  recommended products module
*/
.tabs_div .item{ background:#f0f4f8; padding:10px; margin:0 0 10px 10px; width:149px; float:left; height:87px;}
.tabs_div .item.first{ margin:0;}
.tabs_div .products.menu-list{margin:0;}
.tabs_div .item a.product-title{ font-weight:normal; display:block; height:20px; font-size:11px;}
.tabs_div .item .image{float:left; width:62px;}
.tabs_div .item .details {margin-left:68px;}
.tabs_div .item .details a.manuf-link{color:#3392F5;}
.tabs_div #manuf .item .details { line-height:16px;}
.tabs_div .item .details p{ margin:0; font-size:10px;}
.tabs_div .item .details p.label{font-weight:normal;}
.tabs_div .item .details .market-price{padding:0;}
.printable .rproducts-dialog {
  display: none;
}

/*
  sns module
*/
.sns-button img {
  cursor: pointer;
}
.sns-button .text {
  height: 15px;
  text-align: center;
}
.sns-button .text a
{
  font-family: arial;
  text-decoration: none;
  
  font-weight: bold;
}

/*
  Stop list module
*/
img.slist-no-ip {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: transparent url(images/no_ip.gif) left top;
}

/*
  subscriptions module
*/
.subscriptions-product-price {
  font-weight: bold;
  
  padding-right: 5px;
}
.subscriptions-product-price-value {
  font-weight: bold;
  
}

/*
  upselling products module
*/
.uproducts table {
  margin: 0px;
}
.uproducts td {
  padding: 5px;
  
  font-weight: bold;
}
.uproducts td.item-number {
  width: 1%;
}

/*
  ups online tools module
*/
.ups-logo {
  width: 84px;
  height: 96px;
  margin: 0px 5px 15px 5px;
}
.ups-logo-cell {
  margin: 25px 20px 5px 20px;
  text-align: center;
}
.ups-notice {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  padding-left: 10px;
}
table.ups-error tr td {
  padding: 1px;
}
.ups-error-name {
  width: 20%;
}

/*
  users online module
*/
/* users statistics box */
.uo-box {
  width: 100%;
  border-top: 1px solid #acb7c7;
  background-color: #e8edf4;
  padding: 10px 0px 10px 13px;
}

/*
  wholesale module
*/
#wl-prices {
  margin-top: 15px;
}
#wl-prices table td {
  padding: 2px 10px;
  background: #eeeeee none;
  white-space: nowrap;
}
#wl-prices table th {
  padding: 2px 10px;
  white-space: nowrap;
  background: #cccccc none;
  font-weight: bold;
  text-align: center;
}
#wl-prices div strong {
}

/*
  wishlist module
*/
button.button.wishlist{margin-top:10px; display:block;}
.wishlist-sendlist {
  margin-top: 15px;
}
.wishlist-sendlist .button {
  margin-left: 10px;
}
.wishlist-sendlist input.input-email {
  width: 140px;
}
.clear_wishlist{margin-left:417px;}
.clear_wishlist a.simple-button{color:#808d99; font-size:12px;}
.clear_wishlist a.simple-button:hover{ color:#535d66; text-decoration:underline;}
.clear_wishlist button.button {width:145px;}
.clear_wishlist button.button span{width:90px;}
.send_wishlist{text-align:right;}
.send_wishlist label{color:#65664a; font-size:11px; vertical-align: middle;}
.wishlist .products .price td{color:#58a7fa; font-size:11px;}
.wishlist .wishlist_options{border-bottom:8px solid #FFF;}
.wishlist .wishlist_options td{line-height:30px; padding:0; color:#8f9194; font-size:11px;}
.wishlist .wishlist_options td.label{font-weight:bold;}
.wishlist .wishlist_options td a.simple-button{font-size:12px; text-decoration:none;}
/*==============================================================================

  alternative layouts

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

/*
  printable
*/
.printable #content-container {
  position: static;
  margin: 0px;
  padding: 0px;
}
.printable #content-container2 {
  float: none;
  position: static;
  left: 0px;
  right: 0px;
  width: 100%;
}
.printable #center {
  float: none;
  position: static;
  width: 100%;
  left: 0px;
}
.printable #header {

  position: static;
  height: 82px;
}
.printable #header .tabs {
  display: none;
}
.printable #header .line2 {
  display: none;
}
.printable #header .line3 {
  border-top: 1px solid #acb7c7;
  height: 15px;
}
.printable #header .printable {
  display: none;
}
.printable #center-main {
  margin: 0px 10px 0px 10px;
  position: static;
}
.printable #footer {
  position: static;
}
.printable #footer .subbox {
  background: transparent none;
}

/* buttons */
.printable button.button,
  .printable div.button
{
  border: 1px solid #acb7c7;
}
.printable .button,
  .printable .button *
{
  background: transparent none !important;
}

/* containers */
.printable .dialog .title {
  background: transparent none;
}
.title h2 {
  margin: 0px;
}

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

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

.normal {
  font-weight: normal;
}

/*
  Admin preview layout
*/
.admin-preview #header,
  .admin-preview #footer,
  .admin-preview #left-bar,
  .admin-preview #right-bar,
  .admin-preview #location,
  .admin-preview .offers-short-list,
  .admin-preview .creviews-dialog,
  .admin-preview .send2friend-dialog
{
  display: none;
}
.admin-preview #content-container {
  margin: 0px;
  padding: 0px;
}
.admin-preview #center-main {
  margin: 5px;
}
/* 
	Static pages 
*/
.pages .content ul, .pages .content  li {margin:0; padding:0; list-style:none outside none;}
.pages .content ul{margin-bottom:10px;}
.pages .content li{background:transparent url(images/custom/left_arrow.gif) no-repeat scroll 3px 6px;
padding:2px 0 2px 18px;}
/*
Contest pages
*/
.products-list .details .manuf_title a.contest-title { color:#3392f5; text-transform:none;}
.products-list .details .manuf_title span.ends{ color:#3392f5; font-weight:normal;}
.contests .products-list {margin-top:30px;}
.contests .products-list .item .descr{line-height:16px;}
.contests .products-list .item .descr .bold_note{ font-weight:bold; color:#bcd14c; font-style:italic;}
.contests .products-list .image, .contests .products-list .image img {width:130px;}
.contests .products-list .details{margin-left:130px;}
.contests .red {text-align:right; background:transparent url(images/custom/dots.gif) repeat-x scroll center bottom;
margin:0 0 10px;
padding-bottom:10px;}
.contests .red .simple-button {background:url(images/custom/red_buy_now_button.gif) no-repeat right center; padding:5px 35px 5px 5px; border:0; float:none; display:inline; color:#d93d36; text-transform:uppercase;}
.bottom_border{background:transparent url(images/custom/dots.gif) repeat-x scroll center bottom; margin-bottom:10px; padding-bottom:10px;}
.top_border{background:transparent url(images/custom/dots.gif) repeat-x scroll center top; margin-top:10px; padding-top:10px;}
h3.dark_blue{color:#005ab7; margin:0 0 5px 0;}
.contest_signup{color:#4f7398; text-align:right; width:100px;}
.contest_note{color:#878686;}
.contest_form{line-height:1.5em;}

#membership-text
{
	font-family: Verdana; 
	font-size: 10pt;
	color:#878686;
}

#membership-hr
{
	
}

#membership-sign-up-msg
{
	font-family: Verdana; 
	font-size: 10pt;
	color:#005ab7;
	font-weight:bold;
}

#membership-form
{
	margin-left:40px;
	margin-top:10px;
	width:470px;
}

.form-label
{
	font-family: Verdana; 
	font-size: 8pt;
	color:#4f7398;
	margin-right:30px;
	float:left;
	text-align:right;
	width:90px;
}

#membership-form .membership-text,
#membership-form #membership-submit
{
	float:left;	
}

#membership-form .membership-terms-text
{
	width:200px;
	float:left;
	color:#878686;
}

#membership-form .membership-terms-text a
{
	color:#878686 !important;
}

#membership-form #membership-submit
{
	float:left;	
	margin:0 5px 0 0 !important;
	background: url(images/membership-submit-btn.gif) no-repeat 0 0 transparent;
	height:31px;
	width:160px;
}

#membership-checkbox
{
	float:left;	
}

.confirmation-text
{
	color:#878686;
	font-size:11px;
}


.membership-asterisk
{
	color:#58a7fa;
}

#submit-outer
{
	float:right;
}

#confirmation-number
{
	font-size:18px;
	font-style:italic;
	color:#58A7FA;
}