/*
$Id: main.css,v 1.130 2008/12/11 09:14:58 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
	general tags styles
*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	border: 0px none;
	background: #EEE;
}
body {
	text-align: center;
}
div,th,td,p,input,select,textarea,tt,button {
	font-family: arial, helvetica, sans-serif;
	color: #2c3e49;
	font-size: 11px;
}
a:link {
	color: #043fa0;
	text-decoration: underline;
}
a:visited {
	color: #043fa0;
	text-decoration: underline;
}
a:hover {
	color: #2863c2;
	text-decoration: underline;
}
a:active  {
	color: #043fa0;
	text-decoration: underline;
}
h1 {
	margin: 5px 0px;
	padding: 0;
	font-size: 14px;
	color: #a10000;
}
h2 {
  font-size: 17px;
  font-weight: bold;
  margin-right: 19px;
}
h3 {
  margin: 12px 0px;
  padding: 0;
  font-size: 12px;
	color: #a10000;
}
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:link,
  a.underline:visited,
  a.underline:hover,
  a.underline:active
{
  text-decoration: underline;
}

/*
  common styles
*/
a.small-link:link {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:visited {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:hover {
  color: #3c6992;
  text-decoration: underline;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:active {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
.error-message {
  color: #b51a00;
  font-weight: bold;
}
div.error-message {
  margin: 0px 0px 15px 0px;
}
.form-text {
  color: #112536;
  font-weight: bold;
}
.black-text {
  color: #000000;
}
a.list-item:link,
  .list-item a:link
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:visited,
  .list-item a:visited
{
  color: #043fa0;
  text-decoration: none;
}
a.list-item:hover,
  .list-item a:hover
{
  color: #2863c2;
  text-decoration: underline;
}
a.list-item:active,
  .list-item a:active
{
  color: #043fa0;
  text-decoration: none;
}
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 {
}

/*
 * CUSTOM STYLES, ANDY
 */

#tooltip{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 3px;
  margin: 0;
  width: 150px;
	opacity: 0.85;
}

#tooltip h3 {
  font-weight: normal;
  font-size: 8pt;
  color: black;
  text-align: left;
  margin: 0;
  padding: 0;
}


.clean {
  clear: both;
}

.product-price-value {
  font-size: 24px;
  color: #e80000;
  font-weight: bold;
  padding-top: 3px;
}

.product-price-ex-vat {
  color: #e80000;
  text-transform: uppercase;
  font-weight: bold;
}

.product-price-was {
  padding-left: 0px;
  font-weight: bold;
  text-decoration: line-through;
  text-transform: uppercase;
}

#product-special {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#product-special span {
  
  color: #e80000;
  padding: 3px 0px;
  margin-right: 5px;
}  
#buynowtop {
  float: right;
}
div.descr {
  padding: 0px 0px 0px 10px;
  font-size: 10pt;
}

div.descr a {
text-decoration:none;
}
div.descr  a:hover {
text-decoration:underline;
}
div.descr  img {
 padding:5px 0px 5px 0px;
}

div.descr  ul {
 padding:0px; 
 margin:0px;
}

div.descr  ul li {
 padding:0px;
 margin:0px 0px 0px 5px;
 list-style-type:disc;
}
p.descr {
  font-size: 10pt;
}

p.descr-header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

div.descr p.descr strong {
  color: black;
}
#product-details-top {
  margin: 0 0 0 10px;
  _margin-bottom: 2px;
}
div.descr ul {
  _list-style-position: inside;
  font-weight: normal;
}
div.descr .moneyback {
  background-color: #eee;
  border: 1px solid #ababab;
  padding: 3px;
  font-weight: bold;
  color: black;
  font-size: 10pt;
}

#product-flags {
  list-style: none;
  width: 635px;
  margin: 0;
  padding: 0;
}

#product-flags li {
float: left;
height: 80px;
width: 90px;
text-align: center;}

#product-flags img {
  text-align: center;
  margin: 0;
}

#product-flags p {
  text-align: center;
  margin: 0;
}

div.descr ul {
  margin: 0px 0px 0px 10px;
  padding: 0;
}

/* RELATED PRODUCTS, ANDY
 */



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

	layout styles

==============================================================================*/
/*Home Page Static Styles */

.hp-wrapper {
	background-color:#CCCCCC;
	background:#CCCCCC;
	
}

.home-primary-cat {
		padding:3px 0px 0px 5px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:24px; 
		font-weight:bold;
		float:left;
		color: #ffffff;
		width:100%;
}

.home-primary-cat a {
		padding:3px 0px 0px 5px; 
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif; 
		font-size:24px; 
		font-weight:bold;
		float:left;
		text-decoration:none;
}

.home-primary-cat a:hover{
		padding:3px 0px 0px 5px; 
		color: #ffffff;
		font-family:Arial, Helvetica, sans-serif; 
		font-size:24px; 
		font-weight:bold;
		float:left;
		text-decoration:underline;
}

.home-secondary-cat {
		padding:3px 0px 0px 5px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:18px; 
		font-weight:bold;
		color: #ffffff;
		width:100%;
}

.home-secondary-cat a{
		padding:3px 0px 0px 5px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:18px; 
		font-weight:bold;
		color: #ffffff;
		width:100%;
		text-decoration:none;
}

.home-secondary-cat a:hover {
		padding:3px 0px 0px 5px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:18px; 
		font-weight:bold;
		color: #ffffff;
		width:100%;
		text-decoration:underline;
}

.hp-cat-sectionlinks {
		padding: 8px 0px 0px 9px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px; 
		float:left;
		color:#2c3e49;
}

.hp-cat-sectionlinks a {
		color:#0000CC;
		text-decoration:none;
}

.hp-cat-sectionlinks a:hover {
		color:#0000CC;
		text-decoration:underline;
}

.hp-cat-shopnow-lrg {
		padding: 100px 0px 0px 290px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:16px; 
		font-weight:bold;
		float:left;
		color:#ffffff;
}

.hp-main-redlink {
		padding: 1px 0px 0px 5px; 
		font-weight:bold; 
		color:#FF0000; 
		font-size:13px; 
		font-family:Arial, Helvetica, sans-serif;
}

.hp-main-redlink a {
		text-decoration:none;
		font-weight:bold; 
		color:#FF0000; 
}

.hp-main-redlink a:hover {
		text-decoration:underline;
		font-weight:bold; 
		color:#FF0000; 
}



.hp-cat-shopnow-lrg a {
		color:#ffffff;
		text-decoration:none;
}

.hp-cat-shopnow-lrg a:hover {
		color:#ffffff;
		text-decoration:underline;
}

.hp-cat-shopnow-sml {
		padding: 58px 0px 0px 166px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:14px; 
		font-weight:bold;
		float:left;
		color:#ffffff;
}

.hp-cat-shopnow-sml a {
		color:#ffffff;
		text-decoration:none;
}

.hp-cat-shopnow-sml a:hover {
		color:#ffffff;
		text-decoration:underline;
}

.hp-main-seo {
		padding: 9px 0px 0px 8px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px; 
		float:left;
		color:#2c3e49;
}
.hp-main-seo a {
		color:#2c3e49;
		text-decoration:none;
}

.hp-main-seo a:hover {
		color:#0000CC;
		text-decoration:underline;
}

#industry-title {
	font-family: Arial;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 40px;
	width: 180px;
	padding: 10px 0px 0px 2px; 
	margin-right: 5px;
	float:left;
}
.industry-sectionlinks {
		padding: 12px 5px 0px 0px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:11px; 
		float:left;
		color:#2c3e49;
}

.industry-sectionlinks a {
		color:#0000CC;
		text-decoration:none;
}

.industry-sectionlinks a:hover {
		color:#0000CC;
		text-decoration:underline;
}
.industry-shopnow-sml {
		padding: 10px 0px 0px 5px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:13px; 
		font-weight:bold;
		float:left;
		color:#FF5D00 ;
}

.industry-shopnow-sml a {
		color:#FF5D00;
		text-decoration:none;
}

.industry-shopnow-sml a:hover {
		color:#FF5D00;
		text-decoration:underline;
}


/* page container */
#page-container {
	min-height: 100%;
	position: relative;
	width:985px;
	margin: 0 auto;
	text-align:center;
	background-color:#EEE;
	margin-top : 5px ;
}
#page-container2 {
	padding-bottom: 1px;
	position: relative;
	background: #FFF;
	border: 2px solid #BBB;
	width:985px;
	margin:0px auto;
	text-align:left;
	min-height: 100%;
}

#page-container2 #tl {
	position: absolute;
	top: -3px;
	left: -3px;
}
#page-container2 #tr {
	position: absolute;
	top: -3px;
	right: -3px;
}
#page-container2 #bl {
	position: absolute;
	bottom: -3px;
	left: -3px;
}
#page-container2 #br {
	position: absolute;
	bottom: -3px;
	right: -3px;
}

/* page layout */
#content-container {
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 39px;
	margin-top: 20px;
}
#content-container2 {
	float: left;
	position: relative;
	right: 100%;
	width: 200%;
}
#center {
	float: left;
	position: relative;
	width: 50%;
	left: 50%;
}
#left-bar {
	float: left;
	position: relative;
	width: 160px;
	margin-left: 0px;
}
#right-bar {
	float: right;
	right: 0px;
	position: relative;
	width: 157px;
	
}
#center-main {
	/*margin: 0px 175px 0px 175px;
	overflow: hidden;
	position: relative; */
	
	margin: 0px 175px 0px 175px;
	overflow: hidden;
	position: relative;
}

#center-main-home {
	margin: 0px 172px 0px 10px;
	overflow: hidden;
	position: relative;
}
#cart-main-home {
	margin: 0px 50px 0px 50px;
	verflow: hidden;
	position: relative;
}
#header {
	width: 100%;
}
#footer {
/*
	height: 95px; 
	width: 100%;
	position: absolute;
	bottom: 0px;
	overflow: hidden; 
	float: left;
*/
}

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

/*
  header styles
*/

#head-boundry {
	height:100px;
	}

#header .line1 {
	position: relative;
	direction: ltr;
}
#header .line1 .logo {
	margin-left: 5px;
	width: 220px; 
}
#header .line1 .logo a img {
	margin : 10px 5px ;
	height: 55px;
}

#header .line1 .country_selector {
  margin-left: 8px;
	position : absolute ;
	top : 35px ;
	right : 8px ;
}

#header .line1 .country_selector span,
#header .line1 .country_selector a {
  display: block;
  float: left;
}
#header .line1 .country_selector a {
  margin: 0 4px;
  text-decoration: none;
}
#header .line1 .country_selector span.label {
  text-align: center;
  width: 22px;
  color: black;
}

/* header tabs */
.tabs {
	position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;
	height: 25px;
  width: 80%;
  text-align: right;
}
.tabs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  float: right;
  margin: 5px 5px 0px 0px;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
 /* background: transparent url("images/tab_r.png") no-repeat right top; */
  height: 20px;
  border-right:1px solid #999999;
}
.tabs a:link,
  .tabs a:visited,
  .tabs a:hover,
  .tabs a:active
{
  display: block;
/*  background: transparent url("images/tab_l.png") no-repeat left top; */
  margin: 0px 1px 0px 0px;
  padding: 3px 2px 5px 2px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #253161;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  height: 20px;
  outline-style: none;
}
.tabs a:hover {
  color: #2863c2;
  text-decoration: underline;
}



/* phones line */
#header .phones {
	position: absolute;
	right: 10px;
	top: 62px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
  color: #231f20;
  text-align: right;
	white-space: nowrap;
	font-size: 26px;
	
	font-weight:bold;
	}
#header .phones span {
	padding-left: 15px;
}

/* header line 2 */
#header .line2 {
	padding-top : 3px ;
	width: 100%;
/*	border: none;
	border-top: 0px solid black;
	border-bottom: 1px solid black;
  	background:#4095FF; */
	background : #fff;
	text-align : right ;
}
#header .line2 div, #header .line2 span {
}

#header .line2 a:link, #header .line2 a:visited, #header .line2 a:hover, #header .line2 a:active
{
	color: #510000;
}


#header div.search {
	
}

.search-box {
  background-image:url(/skin1/images/search_n-bg.png);
	 background-repeat:no-repeat;
	 background-position:right top ;
	 z-index:0;
	 height:65px;
	 width: 358px;
	 position : absolute ;
	top : 34px ;
	left : 305px ;
	 
}

.search-box-select {

position: relative;
top: 28px;
right: 90px;

}

.search-box-selectbutton {
position:absolute;
top : 27px;
left : 285px;
}
#header span.search {
  font-size: 14px;
  font-weight:bold;
  padding-left: 20px;
  padding-right: 5px;
  color:#000000;
  
   
}
#header a.search:link,
  #header a.search:visited,
  #header a.search:hover,
  #header a.search:active
{
  text-decoration: underline;
  background-image: url("skin1/images/search-bg.gif") ;
  background-repeat: no-repeat ;
  
}
#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;
  font-size: 12px;
}
#header .languages select {
	margin-left: 5px;
}

/* header line 3 */
#header .line3 {
	position: relative;
	width: 100%;
	text-align: right;
}
.line3 .printable-bar {
	position: absolute;
	top: 6px;
	right: 186px;
	height: 18px;
}
.line3 .printable-bar a:link,
  .line3 .printable-bar a:visited,
  .line3 .printable-bar a:hover,
  .line3 .printable-bar a:active
{
  background: transparent url(images/printer.gif) no-repeat right top;
  padding: 2px 20px 2px 0px;
  color: #818891;
  font-size: 10px;
  line-height: 16px;
}

/*
  footer styles
*/
#footer .box {
  width: 100%;
  border: none;
  border-top: 1px solid #cb480c;
  padding: 0px;
}
#footer .subbox {
  position: relative;
  border-top: #ffd30d 1px solid;
  background: #F4F5F7 none;
  color: #667d92;
  height: 85px;
  vertical-align: middle;
  padding: 0px;
}
#footer .subbox .left {
  background: transparent none;
  position: absolute;
  left: 12px;
  top: 0px;
  line-height: 40px;
  vertical-align: middle;
}
#footer .subbox .right {
  background: transparent none;
  position: absolute;
  right: 12px;
  top: 0px;
  text-align: right;
  line-height: 40px;
  vertical-align: middle;
}
#footer .subbox a:link {
  color: #667d92;
  text-decoration: underline;
}
#footer .subbox a:visited {
  color: #667d92;
  text-decoration: underline;
}
#footer .subbox a:hover {
  color: #667d92;
  text-decoration: none;
}
#footer .subbox a:active {
  color: #667d92;
  text-decoration: underline;
}

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

  widgets

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

/*
  location bar
*/
#location {
  height: 15px;
  line-height: 15px;
  margin-bottom: 20px;
  font-size: 11px;
  color: #818891;
  width:800px;
  
}
font.bread-crumb {
  font-size: 12px;
  color: #686d73;
  white-space:nowrap; 
}
a.bread-crumb,
a.bread-crumb:link,
a.bread-crumb:visited,
a.bread-crumb:hover,
a.bread-crumb:active
{
  font-size: 12px;
  color: #686d73;
  text-decoration: underline;
}
font.last-bread-crumb {
  text-decoration: none;
}
#location span {
  padding: 0px 3px;
  
}

/*
  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:link,
  #dialog-message a.close-link:visited,
  #dialog-message a.close-link:hover,
  #dialog-message a.close-link:active
{
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 13px;
  height: 13px;
  text-decoration: none;
}
#dialog-message .close-img {
  width: 13px;
  height: 13px;
  background: transparent url(images/but_cross.gif) no-repeat left top;
}
#dialog-message .message-i {
  color: #112536;
  border-color: #7a97c1;
  background: #f4f5f7 url(images/icon_info.gif) no-repeat 10px 10px;
}
#dialog-message .message-w {
  color: #3e3104;
  border-color: #c3902f;
  background: #f8f7f3 url(images/icon_warning.gif) no-repeat 10px 10px;
}
#dialog-message .message-e {
  color: #590a0a;
  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 {
	color: #20b8da;
}

/* 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: 16px;
  height: 16px;
  background: transparent url(images/icon_warning_small.gif) no-repeat;
}

/*
  side bar container
*/
.menu-dialog {
	border: 1px solid #5f94c0;
  margin-bottom: 15px;
}
.menu-dialog .title-bar {
  width: 100%;
	background: #9ec6de url(images/menu_bg.gif) repeat-x left top;
  border: 0px none;
	border-bottom: #215485 1px solid;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.menu-dialog .title-bar img.icon {
  vertical-align: middle;
  margin: 4px 7px 6px 7px;
  width: 17px;
  height: 17px;
}
.menu-dialog .title-bar a:link,
  .menu-dialog .title-bar a:visited,
  .menu-dialog .title-bar a:hover,
  .menu-dialog .title-bar a:active
{
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  text-decoration: none;
}
.rtl .menu-dialog .title-bar a:link,
  .rtl .menu-dialog .title-bar a:visited,
  .rtl .menu-dialog .title-bar a:hover,
  .rtl .menu-dialog .title-bar a:active
{
  right: auto;
  left: 7px;
}
.menu-dialog .title-bar a:link img,
  .menu-dialog .title-bar a:visited img,
  .menu-dialog .title-bar a:hover img,
  .menu-dialog .title-bar a:active img
{
  width: 7px;
  height: 11px;
  background: transparent url(images/menu_arrow.gif) no-repeat left top;
}
.rtl .menu-dialog .title-bar a:link img,
  .rtl .menu-dialog .title-bar a:visited img,
  .rtl .menu-dialog .title-bar a:hover img,
  .rtl .menu-dialog .title-bar a:active img
{
  background: transparent url(images/menu_arrow_invert.gif) no-repeat left top;
}

.menu-dialog .content {
  border: 0px;
  background-color: #ffffff;
  padding: 8px 10px 20px 10px;
  overflow: hidden;
}
.menu-dialog .content a:link,
  .menu-dialog .content a:visited,
  .menu-dialog .content a:link
{
  color: #324c76;
}
.menu-dialog .content a:hover {
  color: #2863c2;
}

.menu-dialog ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.menu-dialog ul li {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
}
.menu-dialog .item {
  color: #112536;
  font-size: 10px;
}
.menu-dialog ul li a:link {
	font-size: 10px;
	text-decoration: none;
}
.menu-dialog ul li a:visited {
	font-size: 10px;
	text-decoration: none;
}
.menu-dialog ul li a:hover {
	font-size: 10px;
	text-decoration: underline;
}
.menu-dialog ul li a:active  {
	font-size: 10px;
	text-decoration: none;
}
.menu-dialog hr {
  background-color: #999999;
}


/* Category Menus menu_dialog_plain */
.menu-dialog-plain {
	border: 0px solid #5f94c0;
	background-color: #FFFFFF;
  margin-bottom: 15px;
}
.menu-dialog-plain .title-bar {
  width: 100%;
	background: #9ec6de url(images/menu_bg.gif) repeat-x left top;
  border: 0px none;
	border-bottom: #215485 1px solid;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.menu-dialog-plain .title-bar img.icon {
  vertical-align: middle;
  margin: 4px 7px 6px 7px;
  width: 17px;
  height: 17px;
}
.menu-dialog-plain .title-bar a:link,
  .menu-dialog .title-bar a:visited,
  .menu-dialog .title-bar a:hover,
  .menu-dialog .title-bar a:active
{
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  text-decoration: none;
}
.rtl .menu-dialog-plain .title-bar a:link,
  .rtl .menu-dialog-plain .title-bar a:visited,
  .rtl .menu-dialog-plain .title-bar a:hover,
  .rtl .menu-dialog-plain .title-bar a:active
{
  right: auto;
  left: 7px;
}
.menu-dialog-plain .title-bar a:link img,
  .menu-dialog-plain .title-bar a:visited img,
  .menu-dialog-plain .title-bar a:hover img,
  .menu-dialog-plain .title-bar a:active img
{
  width: 7px;
  height: 11px;
 /* background: transparent url(images/menu_arrow.gif) no-repeat left top; */
}
.rtl .menu-dialog-plain .title-bar a:link img,
  .rtl .menu-dialog-plain .title-bar a:visited img,
  .rtl .menu-dialog-plain .title-bar a:hover img,
  .rtl .menu-dialog-plain .title-bar a:active img
{
 /* background: transparent url(images/menu_arrow_invert.gif) no-repeat right top;*/
}

.menu-dialog-plain .content {
  border: 0px;
  background-color: #FFFFFF;
  padding: 5px 10px 20px 10px;
  overflow: hidden;
}
.menu-dialog-plain .content a:link,
  .menu-dialog-plain .content a:visited,
  .menu-dialog-plain .content a:link
{
  color: #324c76;
}
.menu-dialog-plain .content a:hover {
  color: #2863c2;
  
}

.menu-dialog-plain ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}
.menu-dialog-plain ul li {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
  border-bottom: #DFDFDF 1px solid;
  height:30px;
}
.menu-dialog-plain .item {
  color: #112536;
  font-size: 10px;
}
.menu-dialog-plain ul li a:link {
	font-size: 10px;
	text-decoration: none;
}
.menu-dialog-plain ul li a:visited {
	font-size: 10px;
	text-decoration: none;
}
.menu-dialog-plain ul li a:hover {
	font-size: 10px;
	text-decoration: underline;
}
.menu-dialog-plain ul li a:active  {
	font-size: 10px;
	text-decoration: none;
}
.menu-dialog-plain hr {
  background-color: #999999;
}


/*
  dialog container
*/
.dialog {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  page-break-inside: avoid;
}
.dialog .title {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  border: 0px none;
  vertical-align: middle;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.dialog .content {
  background: transparent none;
  text-align: left;
  color: #58595b;
}
.dialog .dialog-sort-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  overflow: hidden;
}
.dialog .title-with-sort-row h2 {
}
.dialog .title-with-sort-row .dialog-search-sort-bar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  overflow: hidden;
}
.dialog-search-sort-bar .search-sort-bar {
  padding: 0px;
  margin: 7px 0px;
}
.dialog-search-sort-bar .search-sort-title,
  .dialog-search-sort-bar .search-sort-cell
{
  padding-right: 10px;
}

.dialog .top-bar {
  background: #eeeeee;
  padding: 2px;
  text-align: center;
  margin-bottom: 2px;
  height: 26px;
}
.dialog .top-bar span {
  line-height: 26px;
}
.dialog .top-bar select {
  width: 125px;
  border: 1px solid black;
  text-align: center;
}
.dialog .top-bar .sort {
  float: right;
}
.dialog .top-bar .products {
}
.dialog .top-bar .showing {
  float: left;
}

/*
  buttons
*/

/* button-based */
button.button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  overflow: visible;
  outline-style: none;
}
button.button .button-right {
  display: block;
  background: transparent url(images/but_right.png) no-repeat right top;
  padding: 0px 10px 0px 0px;
  height: 22px;
}
button.button .button-left {
  display: block;
  margin: 0px;
  background: transparent url(images/but_left.png) no-repeat left top;
  padding: 0px 5px 0px 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;
}
button.buy-now {
  background: transparent url(images/buy-now.gif) no-repeat left top;
  height: 31px;
  width: 93px;
  color: white;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 11pt;
}
button.buy-now-list {
  height: 20px;
  line-height: 20px;
  margin: 0px;
  padding: 0;
  border: 0px none;
  background: transparent none;
  cursor: pointer;
  float: left
}


/* div-based */
div.button {
  border: 0px none;
  background: transparent none;
  cursor: pointer;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  white-space: nowrap;
  background: transparent url(images/but_right.png) no-repeat right top;
  float: left;
}
div.button div,
  div.button a:link,
  div.button a:visited,
  div.button a:hover,
  div.button a:active
{
  display: block;
  background: transparent url(images/but_left.png) no-repeat left top;
  padding: 0px 5px 0px 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: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 15px;
  margin: 3px 0px 0px 0px;
  padding: 0px;
  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:link,
  a.simple-button:visited,
  a.simple-button:hover,
  a.simple-button:active
{
  font-size: 11px;
  white-space: nowrap;
  color: #043fa0;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 21px;
  vertical-align: bottom;
  text-decoration: underline;
  outline-style: 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/go.gif) no-repeat left top;
  vertical-align: middle;
}

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


/*
  Buttons alternative styles
*/
/* input-image-based */
input.image-button-dsgo {
  margin: 0px;
  margin-bottom: 2px;
  padding: 0px;
  border: 0px none;
  width: 69px;
  height: 25px;
  background: transparent url(images/dsgo-button3.png) no-repeat left top;
  vertical-align: middle;
}

/* a-image-based */

a.image-button-dsgo:link,
  a.image-button-dsgo:visited,
  a.image-button-dsgo:hover,
  a.image-button-dsgo:active
{
  text-decoration: none;
}
a.image-button-dsgo:link img,
  a.image-button-dsgo:visited img,
  a.image-button-dsgo:hover img,
  a.image-button-dsgo:active img
{
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 38px;
  height: 20px;
  background: transparent url(images/dsgo-button.gif) no-repeat center center;
  vertical-align: middle;
}
/* highlighted button */

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

div.main-button {
  background: transparent url(images/but_main_right.png) 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(images/but_main_left.png) no-repeat left top;
  color: #510000;
}

button.simple-main-button,
  a.simple-main-button:link,
  a.simple-main-button:visited,
  a.simple-main-button:hover,
  a.simple-main-button:active
{
  color: #880000;
}

/* Delete cart item button */
a.simple-delete-button:link,
  a.simple-delete-button:visited,
  a.simple-delete-button:hover,
  a.simple-delete-button:active
{
  color: #880000;
  background: transparent url(images/delete_cross.gif) no-repeat left 4px;
  padding-left: 13px;
}


/* menu button */

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

div.menu-button {
  background: transparent url(images/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(images/but_menu_left.png) no-repeat left top;
  padding: 0px 1px 0px 8px;
  line-height: 20px;
  color: #deedf7 !important;
  font-size: 10px;
}

/*
  link-with-arrow
*/
a.simple-arrow-button:link,
  a.simple-arrow-button:visited,
  a.simple-arrow-button:hover,
  a.simple-arrow-button:active
{
  padding-left: 10px;
  background: transparent url(images/but_arrow.png) no-repeat left 6px;
}
a.simple-arrow-button:hover {
  color: #2863c2;
}
.rtl a.simple-arrow-button:link,
  .rtl a.simple-arrow-button:visited,
  .rtl a.simple-arrow-button:hover,
  .rtl a.simple-arrow-button:active
{
  padding-left: 0px;
  padding-right: 10px;
  background: transparent url(images/but_arrow_invert.png) no-repeat right 6px;
}
.button-row a.simple-arrow-button:link,
  .button-row a.simple-arrow-button:visited,
  .button-row a.simple-arrow-button:hover,
  .button-row a.simple-arrow-button:active
{
  background-position: left 2px;
}

button.simple-arrow-button img.left-simple-button {
  display: inline;
  width: 7px;
  height: 10px;
  background: transparent url(images/but_arrow.png) no-repeat left top;
  margin-right: 3px;
  vertical-align: bottom;
}

.wishlist-button {
background: transparent url(images/add-to-wishlist-button.gif) no-repeat right top;
float:right;
}
/*
  button(s) containers
*/
.button-row,
  .button-row-right
{
  padding: 0px;
}
.buttons-row .button,
  .buttons-row button.simple-button,
  .buttons-row a.simple-button
{
  float: left;
}
.buttons-row-right .button,
  .buttons-row-right button.simple-button,
  .buttons-row-right a.simple-button,
  .button-row-right .button,
  .button-row-right button.simple-button,
  .button-row-right a.simple-button
{
  float: right;
}
.buttons-row-right-box {
  float: right;
}

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

/*
  popup help link
*/
a.popup-link:link,
  a.popup-link:visited,
  a.popup-link:hover,
  a.popup-link:active
{
  text-decoration: none;
}
a.popup-link:link img,
  a.popup-link:visited img,
  a.popup-link:hover img,
  a.popup-link:active img
{
  vertical-align: bottom;
  width: 20px;
  height: 18px;
  background: transparent url(images/question_button.gif) no-repeat left top;
  margin-bottom: 1px;
}

/*
  Popup window
*/
.popup-modal-bg {
  background: transparent url(images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.popup-window {
  position: absolute;
  background: white none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 1100;
  text-align:left;
}
.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 {
  color: #ffffff;
  font-size: 10px;
  line-height: 22px;
  font-family: verdana, helvetica, sans-serif;
  font-weight: bold;
  padding: 0px 0px 0px 20px;
}

.popup-window .popup-title a:link,
  .popup-window .popup-title a:visited,
  .popup-window .popup-title a:hover,
  .popup-window .popup-title a:active
{
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  outline-style: none;
  text-decoration: none;
  width: 16px;
  height: 16px;
}
.popup-window .popup-title img {
  width: 16px;
  height: 16px;
  background: transparent url(images/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 {
  padding: 4px 1px;
  line-height: 21px;
  vertical-align: top;
}
table.data-table td.data-name {
  vertical-align: top;
  color: #112536;
  padding-right: 5px;
}
table.data-table .data-required,
  .data-required
{
  color: #880000;
}
table.data-table td.data-required {
  padding-right: 4px;
}
table.data-table td.data-required {
  text-align: center;
  width: 5px;
}
table.data-table .error-message {
  color: #880000;
  vertical-align: middle;
}
table.data-table div.error-message {
  margin: 0px;
}
table.data-table tr.head-row th {
  padding-left: 5px;
  padding-right: 5px;
}
table.data-table tr th.data-checkbox-column {
  width: 10px;
}
table.data-table tr .data-right-column {
  text-align: right;
}
table.data-table tr .data-width-100 {
  width: 100%;
}
table.data-table tr td.data-name label {
  line-height: 21px;
  vertical-align: top;
}


/*
	search sort bar
*/
.search-sort-bar {
  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:link,
  a.search-sort-link:visited,
  a.search-sort-link:hover,
  a.search-sort-link:active
{
	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:link,
  .search-sort-bar a.up-direction:visited,
  .search-sort-bar a.up-direction:hover,
  .search-sort-bar a.up-direction:active
{
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(images/uarrow.gif) no-repeat left 3px;
}
.search-sort-bar a.down-direction:link,
  .search-sort-bar a.down-direction:visited,
  .search-sort-bar a.down-direction:hover,
  .search-sort-bar a.down-direction:active
{
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(images/darrow.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:link,
  .expand-section a:visited,
  .expand-section a:hover,
  .expand-section a:active
{
  font-weight: bold;
  text-decoration: underline;
}

/*
	pagination mechanism
*/
.nav-pages {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: bottom;
  padding: 5px;
  margin: 0px;
  background: #eee;
  text-align: center;
}
.nav-pages-inner {
  margin: 0 auto;
}
.nav-pages-title {
}
.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}
.nav-pages a:link,
  .nav-pages a:visited,
  .nav-pages a:active
{
  text-align: center;
  text-decoration: none;
  color:black;
}
.nav-pages a:hover {
  text-decoration:underline;
}
.nav-pages .left-arrow img {
  background: transparent url(images/navigation_arrow_left.gif) no-repeat left top;
}
.nav-pages .right-arrow img {
  background: transparent url(images/navigation_arrow_right.gif) no-repeat left top;
}
.nav-pages .current-page {
  text-align: center;
  font-weight: bold;
  color: #ff7128;
}
.nav-pages .right-delimiter {
  margin-right: 12px;
}
.nav-pages .left-delimiter {
  margin-left:12px;
}


/*
	subheader styles
*/
.subheader {
  margin: 0px 0px 10px 0px;
  color: #FF6600;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  border: 0px none;
  border-bottom: 1px solid #FF9900;
}
.subheader-grey {
	color: #666666;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
.subheader-black {
	color: #010101;
	font-size: 12px;
	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;
  color: #b51a00;
  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-categories-list .title-bar img.icon {
  background: transparent url(images/dingbats_categorie.gif) no-repeat left top;
}
.menu-categories-list h5 {
	font-size : 100% ;
	margin : 0 ;
	padding-bottom : 5px ;
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
}
.menu-categories-list h6 {
	font-size : 100% ;
	margin : 10px 0 0 0 ;
	padding-bottom : 5px ;
	border-bottom: 1px solid #CCCCCC;
	text-decoration:none;
}
a.menu-categories-list, a.menu-categories-list:visited {
	display : block ;
	margin : 0 ;
	padding : 2px 5px ;
	text-decoration : none ;
}
a.menu-categories-list:hover {
	text-decoration : none ;
	color : green ;
	background : red ;
}

.rtl .menu-categories-list ul li {
  padding: 4px 20px 5px 0px;
  background: transparent url(images/category_bullet_invert.gif) no-repeat right 5px;
}

.menu-categories-list ul li a:link,
  .menu-categories-list ul li a:visited,
  .menu-categories-list ul li a:hover,
  .menu-categories-list ul li a:active
{
  font-size: 12px;
}

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

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

/*
  minicart
*/
.menu-minicart .title-bar img.icon {
  background: url(images/dingbats_orders.gif) no-repeat;
}
div.minicart {
  color: #112536;
  font-size: 10px;
}
div.minicart a {
  float: left;
}
div.minicart img {
  width: 19px;
  height: 16px;
}
div.minicart .full img {
  margin: 7px 4px 7px 1px;
  width: 18px;
  height: 13px;
  background: transparent url(images/cart_full.gif) no-repeat left top;
}
div.minicart .empty img {
  margin: 1px 4px 1px 1px;
  width: 18px;
  height: 13px;
  background: transparent url(images/cart_empty.gif) no-repeat left top;
}
div.minicart .empty b {
  line-height: 18px;
}
div.minicart table {
  margin: 0px 0px 0px 1px;
}
div.minicart table tr td {
  color: #112536;
  font-size: 10px;
  padding: 1px;
}
hr.minicart {
  clear: both;
  margin: 5px 0px 5px 0px;
}

.cart_top_border {
border-top:1px solid #ff9900;border-bottom:1px solid #ff9900;
}

.cart_bottom_border {
border-bottom:1px solid #ff9900;
}

.cart_left_border {
border-left:1px solid #ff9900;
}

.cart_right_border {
border-right:1px solid #ff9900;
}

.cartbuttons a {
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.cartbuttons a:hover {
font-size:12px;
font-weight:bold;
text-decoration:underline;
}
/*
  auth box
*/
.menu-auth .title-bar img.icon {
  background: url(images/dingbats_authentification.gif) no-repeat;
}
.login-buttons {
  margin: 3px 0px 5px 0px;
}
.login-buttons .button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.menu-dialog .recovery {
  clear: both;
  margin-bottom: 5px;
}
.menu-dialog .recovery a:link,
  .menu-dialog .recovery a:visited,
  .menu-dialog .recovery a:hover,
  .menu-dialog .recovery a:active
{
  text-decoration: underline;
  font-size: 10px;
}
.menu-dialog .left {
  text-align: left;
}
.menu-dialog .login-text {
  vertical-align: top;
  margin-left: 15px;
}
.small-note,
  a.small-link:link {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:visited {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:hover {
  color: #3c6992;
  text-decoration: underline;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}
a.small-link:active {
  color: #3c6992;
  text-decoration: none;
  font-size: 9px;
  font-family: arial, verdana, helvetica, sans-serif;
}

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

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

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

  page-specific styles

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

/*
	category page
*/
.category-description {
  margin-bottom: 15px;
}
.current-category-icon {
  padding: 0px;
  height: 100%;
  vertical-align: top;
}
.current-category-icon img {
  margin: 5px;
}
h1.category {
  color: #2c3e49;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
}
ul.subcategories {
  list-style: none;
  margin: 0px; 
  padding: 0px 0px 15px 0px;
}
ul.subcategories li {
  margin: 0px 0px 10px 0px;
	text-align: left;
}
ul.subcategories a:link 
{
text-decoration: none;
font-weight: bold
}
  ul.subcategories a:visited,
  ul.subcategories a:hover,
  ul.subcategories a:active
{
  text-decoration: underline;
  font-weight: bold;
}

div.subcategories {
  float: left;
  margin: 0px 8px 16px 8px;
  text-align: left;
  text-decoration: none;

   
}

div.subcategories-inner-top {
	padding: 1px;
	border:1px solid #999999 ;
	width: 188px;
	height: 196px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	}

.subcategories-inner-top a {
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	}

/* Old ones removed 
div.subcategories {
  float: left;
  margin: 0px 8px 16px 8px;
  text-align: left;
  text-decoration: none;

   
}

div.subcategories-inner-top {
	padding: 3px;
	border:1px solid #cccccc;
	}
*/


div.subcategories-inner-bottom {
	padding: 2px;
	width:178px;
	
	}
	
div.subcategories-inner-bottom a {
    text-decoration : none ;
}

div.subcategories-inner-bottom a:hover {
    text-decoration : underline ;
}

.subcategories-title-top { 
		height:30px ; 
		background-color:#CCCCCC; 
		color:#0000CC;
		margin-bottom:3px;
		vertical-align:middle; !important
		display:block;
		width:100%;
}

.subcategories-title-top a{ 
		color: #0000CC;
		text-decoration:none;
}

.subcategories-title-top a:hover { 
		color: #fff;
		text-decoration:none;
		
}
		
		
.subcategory-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
.subcategory-descr {
  width: auto;
  padding: 0px;
  font-size:12px;
}

/*
	product details page
*/
.product-details {
  position: relative;
}
.product-details .image {
  width: 242px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: top;
  padding: 0px;
  float: left;
  padding: 5px 20px 5px 10px; 
}
.product-details .image .image-box {
/*  width: 125px;
  height: 158px;*/
  margin: 0px auto;
  padding: 0px;
}
.product-details .details {
  padding-left: 30px;
}
.product-details .details .descr {
  margin: 0px;
}
.product-details .details .save {
  position: absolute;
  left: 230px;
  top: 0px;
  width: 57px;
  height: 57px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  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 {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
  border: 0px 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 properties table */
table.product-properties {
  margin: 0px;
  width: 100%;
}
table.product-properties tr td {
  padding: 0px;
}
table.product-properties .property-name {
  padding-right: 5px;
  white-space: nowrap;
  width: 30%;
}
table.product-properties .property-value {
  white-space: nowrap;
}
table.product-properties .product-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
}
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-input {
  height: 25px;
}
table.product-properties .product-min-amount {
  padding-left: 5px;
  font-size: 14px;
  font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}
table.product-properties .product-one-quantity {
  padding-left: 5px;
  font-size: 14px;
  font-family: 'times new roman', verdana, arial, helvetica, sans-serif;
}
table.product-properties .separator td {
  height: 18px;
}

/* send 2 friend section */
input.send2friend {
  width: 300px;
}

/*
  products list
*/

/* common styles */
.products {
  margin-bottom: 15px;
  margin-top: 15px;
}
.products .image {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.products a.see-details:link,
  .products a.see-details:visited,
  .products a.see-details:hover,
  .products a.see-details:active
{
  display: block;
  text-align: center;
  text-decoration: underline;
}
.products a.product-title:link,
  .products a.product-title:visited,
  .products a.product-title:hover,
  .products a.product-title:active,
  .products .product-title,
  .product-title
{
  color: #ff7128;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.products a.product-title:hover {
  color: #a87950;
}
.products .descr {
  margin: 1em 0 0 0;
}
.products .descr .more-details {
  text-decoration: none;
}
.products .sku {
  font-weight: bold;
}
.products .price-row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.products .market-price {
}
.products .market-price-value {
  text-decoration: line-through;
}
.products .price {
  font-weight: bold;
  font-size: 12px;
}
.products .price-value {
  font-weight: bold;
  font-size: 12px;
  color: #b51a00; 
}
.products .price-save {
  padding: 0px;
  margin: 0px;
  color: #b51a00;
}
.products .taxes {
  margin-top: 15px;
  padding: 2px 2px 2px 70px;
}

.products .buy-now {
  margin: 10px 0px 0px 0px;
}
.products .buy-now .quantity {
  height: 25px;
  white-space: nowrap;
  vertical-align: middle;
}
.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 .out-of-stock {
  white-space: nowrap;
  font-weight: bold;
}
.products .buy-now .prices {
  height: 15px;
  vertical-align: middle;
}
.product-details-title {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
}
.products .product-price-text {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}

/* list as list */
.products-list .item {
  margin: 0px 0px 5px 0px;
  border: 1px solid #dfdfdf;
  height: 120px;
  overflow: hidden;
  width: 632px; /* allows 2px for the border, CSS box model >.< */
}
.products-list .image {
  float: left;
  width: 110px;
}
.products-list .details {
  float: left;
  idth: 340px;
  width: 340px;
  padding: 5px;
}
.products-list .details a {
  color: #ff7128;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.products-list .details .sku {
  font-weight: bold;  
  text-transform: uppercase;
}  
.products-list .details .sku span {
  background: #e50102;
  color: white;
}
.products-list .details .sku span.separator {
  background: none;
  color: black;
}
.products-list .details p {
  margin-top: 0px;
}
.products-list .details .more-details {
  font-size: 12px;
}
.products-list .details a.more-details {
  font-size: 12px;
  text-decoration:none;
}
.products-list .details a.more-details:hover {
  font-size: 12px;
  text-decoration:underline;
}

.products-list .cost {
  float: left;
  border-left: 1px solid #dfdfdf;
  width: 169px;
}
.products-list .cost .special-offer {
  color: #e80000;
  text-transform: uppercase;
  margin: 5px 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  height: 1em;
  line-height: 1em;
}
.products-list .cost .price-row {
  margin: 0 0 0 10px;
}
.products-list .cost .buttons-row-list {
  width: 163px;
  _width: 175px;
  margin-top: 15px;
  height: 23px;
  padding: 5px 5px 0 5px;
  border-top: 1px solid #dfdfdf;
  background: #efefef;
}
.products-list .details hr {
  margin: 5px 5px 5px 0px;
}
.products-list .buy-now .center,
  .products-list .buy-now .halign-center
{
  margin-left: 0px;
  text-align: left;
}

/* list as multicolumn table */
.products-table .product-cell {
  background: #ffffff 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;
  color: #112536;
  font-weight: bold;
}
.adv-search table .data-input {
  white-space: nowrap;
}
.adv-search table .pattern {
  padding-bottom: 0px;
}
.adv-search table .pattern input,
.adv-search table .pattern select
{
  width: 95%;
  vertical-align: bottom;
}
.adv-search table .search-button {
  width: 25%;
  padding: 0px;
}
#adv_search_box {
  margin-bottom: 15px;
}

/*
  register page
*/
.register-note {
  color: #000000;
  margin-bottom: 15px;
}
.register-newbie-note {
  text-align: center;
  margin-top: 30px;
}
.register-bottom-note {
  margin-top: 30px;
  padding-bottom: 45px;
}
.register-ups-box {
  margin-top: 45px;
  margin-bottom: 15px;
}
.register-section-title {
  height: 30px;
  vertical-align: middle;
}
.register-section-title label {
  display: block;
  color: #FF6600;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  line-height: normal;
  border-bottom: 1px solid #FF6600;;
}

.cart-headers {
 	height: 30px;
  	vertical-align: middle;
}

.cart-headers H1 {
	background-color:#FF9900;
	color:#000000;
	font-size:14px;
	display:block;
	font-weight:bold;
	width:100%;
	line-height:normal;
}

table.register-table td.data-name {
  text-align: right;
  font-weight: normal;
  width: 30%;
}
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 30px 30px 0px;
}
.cart .item .image {
  position: relative;
  padding: 3px 8px 3px 3px;
  height: 100%;
}
.cart .details {
  margin-left: 138px;
  vertical-align: top;
  width: 80%;
}
.cart a.product-title:link,
  .cart a.product-title:visited,
  .cart a.product-title:hover,
  .cart a.product-title:active
{
  text-decoration: underline;
}
.cart .descr {
  padding-bottom: 15px;
}
.cart .poptions-title {
  
  font-weight: bold;
}
.cart .poptions-list {
  margin-bottom: 15px;
}
.cart .buttons {
  position: relative;
  vertical-align: top;
  margin-top: 30px;
  height: 23px;
}

.cart H1 {
background-color:#FF9900;
	color:#000000;
	font-size:14px;
	display:block;
	font-weight:bold;
	width:100%;
	line-height:normal;
	height:25px;
	padding-top:5px;
	padding-left:10px;

}

.cart .buttons .buttons-row {
  margin-top: 0px;
}
.cart .left-buttons-row {
  vertical-align: top;
  position: absolute;
  top: 0px;
  left: 0px;
}
.cart .right-buttons-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}
.cart .right-buttons-row .checkout-button {
  float: right;
}
.cart-total-line {
  width: 50%;
  margin-left: 50%;
}
.cart-total-row {
  text-align: right;
}
div.shipping-method {
  color: #112536;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: right;
}
th.shipping-method {
  color: #112536;
  font-weight: bold;
  text-align: left;
}
.shipping-method select {
  font-weight: normal;
}
.shipping-method table {
  margin: 0px 0px 0px auto;
  text-align: right;
}
.shipping-method table td {
  font-weight: normal;
  text-align: left;
}
.shipping-method tr.selected {
  background: #eeeeee none;
}
.totals {
  margin: 0px 0px 0px auto;
  text-align: right;
  width: 30%;
}
.totals td {
  padding: 3px;
}
.totals .total-name {
  white-space: nowrap;
  color: #112536;
  font-weight: bold;
  padding-right: 8px;
  text-align: left;
}
.totals .total-value {
  white-space: nowrap;
  color: #b51a00;
  font-weight: bold;
  text-align: right;
}
.totals .total-alt-value {
  white-space: nowrap;
  text-align: right;
}
.totals .total-line {
  height:  1px;
}
.totals .total-line img {
  background: black none;
  width: 100%;
  height: 1px;
}
.totals .total {
  white-space: nowrap;
  color: #112536;
  font-weight: bold;
  padding-right: 8px;
  text-transform: uppercase;
  text-align: left;
}
.totals .total-taxes {
  font-weight: bold;
  text-align: right;
}
.totals .total-tax-line {
  background-color: #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 {
  color: #b51a00;
  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;
}


/*
  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;
  color: #2c3e49;
}

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

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

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

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

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

/*
  Order invoice
*/
.order-invoice {
  background: #ffffff none;
}
.invoice-company-icon {
  vertical-align: top;
  padding-top: 5px;
  width:300px;
}
.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: 50px;
  overflow: hidden;
}
.invoice-bottom-note {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
}
p.invoice-products-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center
}
.invoice-products {
  width: 100%;
  background: #000000 none;
}
.invoice-products tr td,
  .invoice-products tr th
{
  background: #ffffff none;
}
.invoice-products tr th {
  padding: 3px;
  background: #cccccc none;
  white-space: nowrap;
}
.invoice-products tr th.invoice-sku-column,
  .invoice-products tr th.invoice-quantity-column,
  .invoice-products tr th.invoice-total-column
{
  width: 60px;
}
.invoice-products tr th.invoice-tax-column {
  width: 100px;
}
.invoice-products tr th.invoice-price-column {
  width: 100px;
  text-align: center;
}
.invoice-products tr td {
  padding: 3px;
}
.invoice-products tr td.invoice-price-column,
  .invoice-products tr td.invoice-tax-column,
  .invoice-products tr td.invoice-quantity-column
{
  text-align: center;
}
.invoice-products tr td.invoice-product-column span {
  font-size: 11px;
}
.invoice-products tr td.invoice-product-column table tr td {
  vertical-align: top;
}
.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: 30px;
  
}
.error-page #header .logo {
  margin-left: 167px;
}
.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;
  color: #d8d8d8;
  width: 186px;
  float: left;
  text-align: center;
}
.error-page .description {
  font-family: verdana;
  width: 514px;
  float: right;
}
.error-page .description h1 {
  font-weight: normal;
  color: #000000;
}
.error-page .description a:link,
  .error-page .description a:visited,
  .error-page .description a:hover,
  .error-page .description a:active
{
  text-decoration: underline;
}
.error-page .description ul {
  margin: 0px;
  padding: 5px 0px;
  list-style-position: inside;
}
.error-page .reason {
  font-weight: bold;
  color: #a10000;
}
.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:link,
  .bestsellers-products-item a.product-title:visited,
  .bestsellers-products-item a.product-title:hover,
  .bestsellers-products-item a.product-title:active
{
  font-weight: bold;
}

/*
  customer reviews module
*/
.creviews-stars {
  padding: 15px 0px 0px 15px;
}
.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;
}
.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 {
  list-style: none;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  width: 100%;
}
ul.creviews-reviews-list li {
  margin: 0px;
  padding: 12px 0px;
}
div.creviews-reviews-list {
  text-align: center;
  padding: 12px 0px 25px 0px;
}
.creviews-reviews-title {
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
}
.creviews-reviews-add table td {
  padding: 2px;
}

/*
  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:link,
  .dpimages-popup-link a:visited,
  .dpimages-popup-link a:hover,
  .dpimages-popup-link a:active
{
  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;
}

/* support icons box */
#send-to-a-friend-popup {
  position: absolute;
  top: 287px;
  left: 66px;
  width: 450px;
  height: 170px;
  display: none;
  border: 5pt double black;
  background: white;
  text-align: center;
  padding: 25px;
}
.product-support-buttons {
  margin-left: -9px;
  width: 290px;
}
.product-support-buttons a {
  display: block;
  float: left;
  margin: 10px 0;
  text-decoration: none;
  color: black;
  background: #f3f3f3;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-right: 1px;
  font-size: 10px;
  font-weight: normal;
}
.product-support-buttons a:hover {
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.product-support-buttons a.close-window {
  display: inline;
  width: auto;
  height: auto;
  margin: auto;
  background: none;
  border: 0;
}
.product-support-buttons a:hover span {
  color: #777777 !important;
}
.product-support-buttons a img {
  margin: 5px 0 3px 0;
}

/* 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;
  padding: 1px;
  border: 1px solid #ffffff;
  float: left;
}
.dpimages-icons-box a:hover {
  border: 1px solid #215485;
}

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

/*
	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: 40px;
}
.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: 50%;
  float: right;
  height: 300px;
  border:1px #FF9900 solid;
}

.flc-right-dialog {
  width: 50%;
  float: left;
  height: 300px;
  border:1px #FF9900 solid;
}
.flc-ext-left-dialog,
  .flc-ext-right-dialog
{
  height: 380px;
}
/*
.flc-right-dialog .content {
  vertical-align: middle;
  text-align: center;
  line-height: 184px;
}
*/
.flc-ext-right-dialog .content {
  /*line-height: 314px;*/
}
.flc-login-text {
  font-size: 12px;
  font-weight: bold;
  margin: auto 0px;
}
.flc-login-text a:link,
  .flc-login-text a:visited,
  .flc-login-text a:hover,
  .flc-login-text a:active
{
  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: 2px;
}
.flc-payments tr td.flc-payment-name {
  width: 20%;
  white-space: nowrap;
}
.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:link,
  .flc-tab-links a:visited,
  .flc-tab-links a:hover,
  .flc-tab-links a:active
{
  text-decoration: underline;
  font-weight: bold;
}

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

/*
  gift certificate module
*/

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

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


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

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

/*
  image verification module
*/
div.iv-box {
  margin-top: 15px;
  font-size: 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 {
  text-align: center;
}
.iv-input {
  text-align: center;
}
.iv-row .iv-img {
  text-align: left;
  margin-right: 10px;
  float: left;
}
.iv-row .iv-input {
  text-align: left;
  height: 60px;
  line-height: 60px;
}
.iv-input input {
  width: 100px;
}
.iv-error {
  padding-left: 5px;
  color: #880000;
}
.iv-box a:link,
  .iv-box a:visited,
  .iv-box a:hover,
  .iv-box a:active
{
  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 {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  white-space: nowrap;
}

/*
  News management module
*/
.news-register-item {
  margin-bottom: 5px;
}
.news-register-item label {
  line-height: 15px;
}
.news-register-item span {
  font-style: italic;
}

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

/*
  recommended products module
*/
ul.rproducts {
  list-style: disc outside none;
  margin: 15px 0px 0px 15px;
  padding: 0px;
}
ul.rproducts li {
  margin: 0px;
  padding: 0px;
  font-size: 7px;
}
ul.rproducts a:link,
  ul.rproducts a:visited,
  ul.rproducts a:hover,
  ul.rproducts a:active
{
  font-weight: bold;
  font-size: 11px;
}
.printable .rproducts-dialog {
  display: none;
}

/*
  sns module
*/
.sns-button img {
  cursor: pointer;
}
.sns-button .text {
  height: 15px;
  text-align: center;
}
.sns-button .text a:link,
  .sns-button .text a:visited,
  .sns-button .text a:hover,
  .sns-button .text a:active
{
  font-family: arial;
  text-decoration: none;
  color: #550000;
  font-weight: bold;
}

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

/*
  subscriptions module
*/
.subscriptions-product-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  padding-right: 5px;
}
.subscriptions-product-price-value {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
}

/*
  upselling products module
*/
.uproducts table {
  margin: 0px;
}
.uproducts td {
  border: 1px solid #ece8e5;
}
.uproducts td.item-number {
  width: 1%;
}
.uproducts tr {
}
.uproducts td,
.uproducts td a {
  text-decoration: none;
  color: black;
  font-size: 10pt;
}
.uproducts td a:hover {
  text-decoration: underline;
}
.uproducts .flags {
  background: red;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 3px;
}

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

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

/* bottom link bar */

.bottom-link-bar {
	background-color:#E8EDF3; 
	border-bottom: 1px solid #B1B6BC; 
	border-top: 1px solid #B1B6BC; 
	margin:10px 0px 10px 0px; 
	height:36px;
	
}
.bottom-link-bar a {
	color : black ;
	text-decoration: none ;
}
.bottom-link-bar a:hover {
	text-decoration: underline ;
}


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

/*
  wishlist module
*/
.wishlist-sendlist {
  margin-top: 15px;
}
.wishlist-sendlist .button {
  margin-left: 10px;
}
.wishlist-sendlist input.input-email {
  width: 140px;
}

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

  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: 5px;
}
.uo-container #footer {
/*  height: 95px;
*/
}

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


#categories-top-container {
	border : 0px solid red ;
}
#categories-top {
	
}

/* Recently Viewed Products */

.recently {text-align:left;}
.recently img {text-decoration:none;width:40px;height:auto;} 
.recently a{text-decoration:none;color:black; font-weight:normal;}
.recently a:hover {text-decoration:underline;color:black; font-weight:normal;}
.recently tr {border-bottom:1px solid #ff9900;}


/*Round corner sideboxes*/

/*Round corner cart sideboxes*/

.xrounded-cart h3, .zrounded-cart h3 {
	margin:0;
	font-size:1.5em;
	border-bottom:0px solid #FC2BE9;
	padding: 10px 15px 10px 8px;
}
.xrounded-cart p, .zrounded-cart p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}

.xroundeddialog-cart h3, .zroundeddialog-cart h3 {
	margin:0;
	font-size:1.2em;
	border-bottom:1px solid #FF0000;
	padding: 0 8px 3px 8px;
}
.xroundeddialog-cart p, .zroundeddialog-cart p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}
.xroundeddialog-cart {
background: transparent; 
width:150px;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}
.xrounded-cart {
background: transparent; 
width:100%;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}

.xtop-cart, .xbottom-cart {
display:block; 
background:#FFF; 
font-size:1px;
}
.xb1-cart, .xb2-cart, .xb3-cart, .xb4-cart {
display:block; 
overflow:hidden;
}
.xb1-cart, .xb2-cart, .xb3-cart {
height:1px;
}
.xb2-cart  {
background:#FFFFFF none repeat scroll 0%; 
border-left:1px solid #FF0000;

}

.xb3-cart, .xb4-cart {
background:#FFF3FF none repeat scroll 0%; 
border-left:1px solid #FF0000;
border-right:0px solid #FF0000;
}
.xb1-cart {
margin:0 0 0 5px; 
background:#FF0000;
}
.xb2-cart {
margin:0 0 0 3px;
border-width:0 2px;
}
.xb3-cart {
margin:0 0 0 2px;
}
.xb4-cart {
height:2px; 
margin:0 0 0 1px;
}

.xboxcontent-cart {
display:block; 
border-left:0 solid #FF0000; 
border-width:0 1px; 
height:auto;
background:#fff;
}

div.xboxcontent-cart div{
padding: 0 4px 0 4px;

}

* html .xboxcontent-cart {
height:1px;
}

.color_a-cart {
background: #CCCCCC; /* Change the top part color here*/
color:#000;
}

/*Round corner cart sideboxes*/

/*Round corner orange*/

.xrounded-orange h3, .zrounded-orange h3 {
	margin:0;
	font-size:1.5em;
	border-bottom:0px solid #FC2BE9;
	padding: 10px 15px 10px 8px;
}
.xrounded-orange p, .zrounded-orange p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}

.xroundeddialog-orange h3, .zroundeddialog-orange h3 {
	margin:0;
	font-size:1.2em;
	border-bottom:1px solid #FF9900;
	padding: 0 8px 3px 8px;
}
.xroundeddialog-orange p, .zroundeddialog-orange p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}
.xroundeddialog-orange {
background: transparent; 
width:150px;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}
.xrounded-orange {
background: transparent; 
width:100%;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}

.xtop-orange, .xbottom-orange {
display:block; 
background:#FFF; 
font-size:1px;
}
.xb1-orange, .xb2-orange, .xb3-orange, .xb4-orange {
display:block; 
overflow:hidden;
}
.xb1-orange, .xb2-orange, .xb3-orange {
height:1px;
}
.xb2-orange  {
background:#FFFFFF none repeat scroll 0%; 
border-left:1px solid #FF9900;

}

.xb3-orange, .xb4-orange {
background:#FFF3FF none repeat scroll 0%; 
border-left:1px solid #FF9900;
border-right:0px solid #FF9900;
}
.xb1-orange {
margin:0 0 0 5px; 
background:#FF9900;
}
.xb2-orange {
margin:0 0 0 3px;
border-width:0 2px;
}
.xb3-orange {
margin:0 0 0 2px;
}
.xb4-orange {
height:2px; 
margin:0 0 0 1px;
}

.xboxcontent-orange {
display:block; 
border-left:0 solid #FF9900; 
border-width:0 1px; 
height:auto;
background:#fff;
}

div.xboxcontent-orange div{
padding: 0 4px 0 4px;

}

* html .xboxcontent-orange {
height:1px;
}

.color_a-orange {
background: #cccccc; /* Change the top part color here*/
color:#000;
}


/*Round corner purple*/

.xrounded-bestsellers h3, .zrounded-bestsellers h3 {
	margin:0;
	font-size:1.5em;
	border-bottom:0px solid #FC2BE9;
	padding: 10px 15px 10px 8px;
}
.xrounded-bestsellers p, .zrounded-bestsellers p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}

.xroundeddialog-bestsellers h3, .zroundeddialog-bestsellers h3 {
	margin:0;
	font-size:1.2em;
	border-bottom:1px solid #988FE2;
	padding: 0 8px 3px 8px;
}
.xroundeddialog-bestsellers p, .zroundeddialog-bestsellers p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}
.xroundeddialog-bestsellers {
background: transparent; 
width:150px;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}
.xrounded-bestsellers {
background: transparent; 
width:100%;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}

.xtop-bestsellers, .xbottom-bestsellers {
display:block; 
background:#FFF; 
font-size:1px;
}
.xb1-bestsellers, .xb2-bestsellers, .xb3-bestsellers, .xb4-bestsellers {
display:block; 
overflow:hidden;
}
.xb1-bestsellers, .xb2-bestsellers, .xb3-bestsellers {
height:1px;
}
.xb2-bestsellers  {
background:#FFFFFF none repeat scroll 0%; 
border-left:1px solid #988FE2;

}

.xb3-bestsellers, .xb4-bestsellers {
background:#FFF3FF none repeat scroll 0%; 
border-left:1px solid #988FE2;
border-right:0px solid #988FE2;
}
.xb1-bestsellers {
margin:0 0 0 5px; 
background:#988FE2;
}
.xb2-bestsellers {
margin:0 0 0 3px;
border-width:0 2px;
}
.xb3-bestsellers {
margin:0 0 0 2px;
}
.xb4-bestsellers {
height:2px; 
margin:0 0 0 1px;
}

.xboxcontent-bestsellers {
display:block; 
border-left:0 solid #988FE2; 
border-width:0 1px; 
height:auto;
background:#fff;
}

div.xboxcontent-bestsellers div{
padding: 0 4px 0 4px;

}

* html .xboxcontent-bestsellers {
height:1px;
}

.color_a-bestsellers { 
background: #988FE2; /* Change the top part color here*/
color:#000;
}

/*Round corner We Offer*/
.xrounded-weoffer h3, .zrounded-weoffer h3 {
	margin:0;
	font-size:1.5em;
	border-bottom:0px solid #CC0000;
	padding: 5px 5px 5px 8px;
}
.xrounded-weoffer p, .zrounded-weoffer p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}

.xroundeddialog-weoffer h3, .zroundeddialog-weoffer h3 {
	margin:0;
	font-size:1.2em;
	border-bottom:1px solid #CC0000;
	padding: 0 8px 3px 8px;
}
.xroundeddialog-weoffer p, .zroundeddialog-weoffer p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}
.xroundeddialog-weoffer {
background: transparent; 
width:150px;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}
.xrounded-weoffer {
background: transparent; 
width:100%;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}

.xtop-weoffer, .xbottom-weoffer {
display:block; 
background:#FFF; 
font-size:1px;
}
.xb1-weoffer, .xb2-weoffer, .xb3-weoffer, .xb4-weoffer {
display:block; 
overflow:hidden;
}
.xb1-weoffer, .xb2-weoffer, .xb3-weoffer {
height:1px;
}
.xb2-weoffer  {
background:#FFFFFF none repeat scroll 0%; 
border-left:1px solid #CC0000;

}

.xb3-weoffer, .xb4-weoffer {
background:#FFF3FF none repeat scroll 0%; 
border-left:1px solid #CC0000;
border-right:0px solid #CC0000;
}
.xb1-weoffer {
margin:0 0 0 5px; 
background:#CC0000;
}
.xb2-weoffer {
margin:0 0 0 3px;
border-width:0 2px;
}
.xb3-weoffer {
margin:0 0 0 2px;
}
.xb4-weoffer {
height:2px; 
margin:0 0 0 1px;
}

.xboxcontent-weoffer {
display:block; 
border-left:0 solid #CC0000; 
border-width:0 1px; 
height:auto;
background:#fff;
}

div.xboxcontent-weoffer div{
padding: 0 4px 0 4px;
font-weight : normal ;
}

* html .xboxcontent-weoffer {
height:1px;
}
 
.color_a-weoffer {
background: #ff0000; /* Change the top part color here*/
color:#fff;
}


.help_menu_box {
	padding:20px;
	background-color: #fffae7; 
	border:1px solid #666666; 
	margin:20px;
}
.help_menu_box a:link, .help_menu_box a:visited, .help_menu_box a:hover, .help_menu_box a:active
{
  padding: 5px;
  border-right:1px solid #999999;
  text-align: center;
  white-space: nowrap;
  color: #253161;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  outline-style: none;
}
.help_menu_box a:hover {
  color: #2863c2;
  text-decoration: underline;
}


/* Landing pages display */
div.landing_page_menu {
	margin : 0 5% 10px ;
	border : 0px solid red;
} 
div.landing_page_menu_intro {
	margin: 15px 0 10px 0;
} 

div.landing_page_menu th {
	width : 25% ;
	border : 0px solid green;
	vertical-align : top ;
	color:#FF6600;
}
 
div.landing_page_menu td {
	padding-right : 20px ;
	border : 0px solid green;
	vertical-align : top ;
} 

div.landing_page_menu a{
	display : block ;
	padding-right : 20px ;
	color:#000000;
	text-decoration:none;
} 
div.landing_page_menu a:hover{
	text-decoration: underline;
	border-right : 	1px solid white ;
} 

/*
.landing_page_menu {
padding:20px;
background-color:#FFCC99; 
border:1px solid #666666; 
margin:20px;
} 

.landing_page_menu_box {
padding:20px;
background-color: #fffae7; 
border:1px solid #666666; 
margin:20px;
} 
*/

/* Landing page CSS from old site */

.lp-div{float: left; margin:7px; width:198px;}  	 
.lp-container{border-collapse: collapse; width:197px;}  	 
.lp-container td{border: 1px #CCCCCC solid; padding:5px;}  	 
.spacer{clear:both;}   	 
#turqlink{
	font-family: arial;
	font-size: 12pt;
	color: #0099FF;
}   	 
#pinklink{
	font-family: arial;
	font-size: 12pt;
	color: #FF3333;
}   	 
#purplink{
	font-family: arial;
	font-size: 12pt;
	color: #990099;
}   	 
#oranlink{
	font-family: arial;
	font-size: 12pt;
	color: #000000;
}   	 
#greelink{
	font-family: arial;
	font-size: 12pt;
	color: #04ae00;
}   	 
#browlink{
	font-family: arial;
	font-size: 12pt;
	color: #640e2c;
}
#landing-page-content
{

margin-top: -7px;

margin-right: 0pt;

margin-bottom: 10px;

margin-left: 0pt;

position: relative;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

overflow-x: hidden;

overflow-y: hidden;

width: 642px;

max-width: 642px;

}
.fieldleft 
{

float: left;

clear: left;

width: 15em;

}  

/* Static Content Pages Styles */

.static-content {

}

.static-content H1, H2{
	color:#000000;
	font-size:18px;
}

.static-content H6 {
	color:#FF9933;
	font-size:16px;
	padding:0px;
	margin:0px;
	}
	
.static-content p {
padding : 0px;
color:#000000;
font-size:12px;
}


/*============================================================================
Left Menu Category CSS 
==============================================================================*/
#navigate_menu a {
	text-decoration : none ;
}
#navigate_menu a:hover {
	color : white ;
	background: #FF7129 ;
	text-decoration : none ;
}

div.cat-left-title, a.cat-left-title {
	font-weight : bold ;
	display : block ;
	padding : 3px ;
	border-top : 1px solid black ;
	border-bottom : 1px solid black ;
}

a.cat-left-option {
	display : block ;
	padding : 3px ;
	border-bottom : 1px solid black ;
}

div.cat-left-search-title {
	display : block ;
	padding : 10px 3px 3px 3px ;
}

a.cat-left-search-option {
	display : block ;
	padding : 3px 3px 3px 10px ;
}

.popular-searches {
            color:#000000;
            line-height:10px;
            font-size:10px;
            font-family:Arial, Helvetica, sans-serif;
			position:absolute;
			top:95px;
			left:558px;
}

.popular-searches a {
            color:#000000;
            text-decoration:none;
}

.popular-searches a:hover {
            color:#000000;
            text-decoration:underline;
}

.popular-searches a:visited {
            color:#000000;
            text-decoration:none;
}


/*Today*/
.prod_list { float:left; width:870px; order:1px solid #FF0000; }
.prod_box { float:left; width:165px; padding:10px 0px 0px 0px; text-align:center; border:1px solid #CCCCCC; margin-right:6px; }
.prod_image { padding-bottom:8px; margin-bottom:5px; border-bottom:1px solid #CCCCCC; }
.prod_desc { height:45px; padding:0px 5px 0px 5px; }
.prod_btn { border-top: 1px solid #dfdfdf; background-color: #efefef; text-align:center; height:20px; margin-top:5px; padding:5px 0px 2px 0px; width:165px; }
.prod_title { color: #ff7128;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none; }
 
a.prod_title { color: #ff7128;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none; }  
  
a.prod_title:hover { color: #ff7128;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline; }   
  
 

.prod_price_value {
  font-size: 16px;
  color: #e80000;
  font-weight: bold;
  padding-top: 3px;
}

.prod_price_ex_vat {
  color: #2c3e49;
  text-transform: uppercase;
  font-weight: bold;
}




.buttons-row-list1 {
  width: 163px;
  _width: 175px;
  margin-top: 30px;
  height: 23px;
  padding: 5px 5px 0 5px;
  border-top: 1px solid #dfdfdf;
  background: #efefef;
}

.socialAddBox {
	width:600px;
	font-size:12px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #CCCCCC;
	padding: 5px;
	float:left;
}
.socialAddButton {
	margin-right: 10px;

}

.socialAddBox a {
	text-decoration:none;
}

.socialAddBox a:hover {
	text-decoration:underline;
}




























/*Round corner orange*/


.xrounded-orange1 h3, .zrounded-orange1 h3 {
	margin:0;
	font-size:1.5em;
	border-bottom:0px solid #FC2BE9;
	padding: 10px 15px 10px 8px;
}
.xrounded-orange1 p, .zrounded-orange1 p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}

.xroundeddialog-orange1 h3, .zroundeddialog-orange1 h3 {
	margin:0;
	font-size:1.2em;
	border-bottom:1px solid #FF9900;
	padding: 0 8px 3px 8px;
}
.xroundeddialog-orange1 p, .zroundeddialog-orange1 p {
margin:0; 
padding:5px 0; 
font-size:10px;
line-height:125%;
}
.xroundeddialog-orange1 {
background: transparent; 
width:150px;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}
.xrounded-orange1 {
background: transparent; 
width:100%;   /*Adjust the width here*/
float:left; 
margin:0 0 15px 0;
line-height:125%;
}

.xtop-orange1, .xbottom-orange1 {
display:block; 
background:#FFF; 
font-size:1px;
}
.xb1-orange1, .xb2-orange1, .xb3-orange1, .xb4-orange1 {
display:block; 
overflow:hidden;
}
.xb1-orange1, .xb2-orange1, .xb3-orange1 {
height:1px;
}
.xb2-orange1  {
background:#FFFFFF none repeat scroll 0%; 
border-left:1px solid #ff7128;
}
.xb3-orange1, .xb4-orange1 {
background:#FFFFFF none repeat scroll 0%; 
border-left:1px solid #ff7128;
border-right:1px solid #CCCCCC;
}
.xb1-orange1 {
margin:0 0 0 5px; 
background:#ff7128;
/* border-bottom:1px solid #ff7128; */
}
.xb2-orange1 {
margin:0 0 0 3px;
border-width:0 2px;
border-left:1px solid #ff7128;
border-right:1px solid #CCCCCC;
}
.xb3-orange1 {
margin:0 0 0 2px;
}
.xb4-orange1 {
height:2px; 
margin:0 0 0 1px;
}
.xb5-orange1 {
margin:0px;
}

.xboxcontent-orange1 {
display:block; 
border:1px solid #ff7128; 
border-right:1px solid #CCCCCC;
border-width:0px 1px 0px 1px; 
height:auto;
background:#fff;
}

div.xboxcontent-orange1 div{
padding: 0 4px 0 4px;

}

* html .xboxcontent-orange1 {
height:1px;
}

.color_a-orange1 {
background: #cccccc; /* Change the top part color here*/
color:#000;
}
.xb5-orange1 ul
{
list-style:none;
margin:0px;
padding:0px 0px 0px 5px;
}
.xb5-orange1 ul li
{
background:url(images/bullet.jpg) no-repeat 3px 6px;
padding:0px 0px 0px 12px;
color:#0099ff;
line-height:18px;
}
.xb5-orange1 ul li a
{
color:#0099ff;
text-decoration:none;
}
.xb5-orange1 ul li a:hover
{
color:#ff7128;
text-decoration:underline;
}
.title_bg
{
background:url(images/title_bg.jpg) no-repeat top left;
height:27px;
color:#f9fdfd;
padding:5px 0px 0px 30px;
width:590px;
_width:620px;
_height:32px;
margin:0px 0px 7px 0px;
}
.title_bg a
{
color:#f9fdfd;
text-decoration:none;
}
.title_bg a:hover
{
color:#e1e6e6;
text-decoration:none;
}
.cont_pad
{
padding:5px 0px 5px 8px;
border-bottom:1px dashed #FF7128;
font-size:12px;
}
.cont_pad a
{
text-decoration:none;
color:#043fa0;
}
.cont_pad a:hover
{
text-decoration:none;
color:#2863c2;
}
.cont_pad p
{
padding:8px 0px 8px 0px;
margin:0px;
line-height:18px;
}
.cont_pad1
{
padding:0px 0px 0px 8px;
font-size:12px;
}
.cont_pad1 a
{
text-decoration:none;
color:#043fa0;
}
.cont_pad1 a:hover
{
text-decoration:none;
color:#2863c2;
}
.cont_pad1 p
{
padding:8px 0px 8px 0px;
margin:0px;
line-height:18px;
}


h2
{
color:#FF7128;
font-size:18px;
padding:0px;
margin:10px 0px 2px 0px;
}
.search_txt
{
width:148px;
height:33px;
background:url(images/search_txt_bg.jpg) no-repeat left top;
}
input.search_btn {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 55px;
  height: 21px;
  background: transparent url(images/search_btn.jpg) no-repeat left top;
  vertical-align: middle;
  cursor:pointer;
}
.search_txtbox
{
width:43px;
height:12px;
}
.inflat
{
width:962px;
margin:0px 0px 14px 10px;
}
.inflat_title
{
width:261px;
height:36px;
background:url(images/inflat_title.jpg) no-repeat top left;
font-size:16px;
font-weight:bold;
}

.inflat_title a
{
font-size:16px; font-weight:bold; text-decoration:none; color:#000000;
}
.inflat_title a:hover
{
font-size:16px; font-weight:bold; text-decoration:underline; color:#000000;
}


.inflat_text_pad{padding:7px 0px 0px 10px;}
.inflat_text_pad a
{
font-size:16px; font-weight:bold; text-decoration:none; color:#000000;
}
.inflat_text_pad a:hover
{
font-size:16px; font-weight:bold; text-decoration:underline; color:#000000;
}
.inflat_text_pad a:visited
{
font-size:16px; font-weight:bold; text-decoration:none; color:#000000;
}


.inflat_bg
{
width:962px;
height:122px;
background:url(images/inflat_bg.jpg) no-repeat top left;
padding:10px 0px 0px 0px;
_height:132px;
}
.inflat_1
{
float:left;
width:235px;
_width:265px;
height:102px;
border-right:2px solid #cccccc;
padding:8px 15px 0px 15px;
}
.sign_up
{
float:right;
width:142px;
height:108px;
font-weight:bold;
padding:0px 8px 0px 8px;
}
.sign_up p
{
font-size:14px;
margin:0px;
padding:0px 0px 5px 0px;
color:#000000;
}

.sign_up p a
{
 text-decoration:none;
 color:#000000;
}

.sign_up p a:hover
{
 text-decoration:underline;
 color:#000000;
}
.sign_up p a:visited 
{
 color:#000000;
}


.sign_up_txt
{
background:url(images/sign_up.jpg) no-repeat top left;
width:132px;
height:27px;
_width:142px;
_height:30px;
padding:3px 0px 0px 10px;
}
.inflat_image
{
float:left;
width:94px;
height:94px;
background:#FFFFFF;
border:1px solid #999999;
}
.inflat_right
{
float:right;
width:120px;
font-size:11px;
color:#5bbde9;
}
.inflat_right p
{
color:#FF7128;
padding:2px 0px 2px 0px;
margin:0px;
}
.inflat_right a
{
text-decoration:none;
color:#ff7128;
font-weight:bold;
}
.inflat_right a:hover
{
text-decoration:underline;
color:#ff7128;
font-weight:bold;
}
.inflat_cont
{
color:#2C3E49;
font-family:arial,helvetica,sans-serif;
font-size:11px;
}
a.morelink 
{
text-decoration:none;
color:#FF7128;
font-size:11px;
}
a.morelink:hover
{
text-decoration:underline;
color:#FF7128;
font-size:11px;
}
.signup_txt
{
width:95px;
height:15px;
background:none;
font-size:10px;
font-weight:normal;
padding:1px 0px 0px 0px;
}
input.email_btn {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 30px;
  height: 24px;
  background: transparent url(images/email_btn.jpg) no-repeat left top;
  vertical-align: middle;
  cursor:pointer;
}


.txtbox{background:#FFFFFF; border:1px solid #CCCCCC; width:180px; height:20px; font-size:11px; font-family:Arial; color: #333; padding:3px 0px 0px 5px;}
.txtbox1{background:#FFFFFF; border:1px solid #CCCCCC; width:180px; height:14px; font-size:11px; font-family:Arial; color: #333; padding:3px 0px 0px 5px;}
.txtarea{background:#FFFFFF; border:1px solid #CCCCCC; width:400px; height:150px; font-size:11px; font-family:Arial; color: #333; padding:3px 0px 0px 5px;}
.button2{background:url(images/btn_search_bg.jpg) no-repeat; cursor:pointer; width:80px; height:20px; font-size:11px; font-family:Arial; color: #000000; text-align:center; font-weight:bold; border:none;}
.button1{background:url(images/btn_search_bg1.jpg) no-repeat;  cursor:pointer; width:120px; height:20px; font-size:11px; font-family:Arial; color: #000000; text-align:center; font-weight:bold; border:none;}
.news_txtbox{background:url(images/text_box_bg.jpg) repeat-x; border:none; width:180px; height:23px; font-size:12px; font-family:Arial; color: #333; padding:8px 0px 0px 0px;}
.button_news{background:url(images/btn_news1.jpg) no-repeat; cursor:pointer; width:79px; height:30px; line-height:30px; font-size:11px; font-family:Arial; color: #000000; text-align:center; font-weight:bold; border:none; margin-left:10px;}
.button_news1{background:url(images/btn_news2.jpg) no-repeat; cursor:pointer; width:80px; height:21px; line-height:21px; font-size:11px; font-family:Arial; color: #000000; text-align:center; font-weight:bold; border:none;}

.news_txtbox1{border:0px; background:none; top:6px; position:relative;  width:190px; font-size:12px; font-family:Arial; color: #333;}


.recently ul
{
list-style:none;
margin:0px;
padding:0px 0px 0px 5px;
}
.recently ul li
{
background:url(images/ds_bullet.gif) no-repeat 1px 5px;
padding:0px 0px 0px 12px;
color:#ff7128;
line-height:18px;
}
.recently ul li a
{
color:#ff7128;
text-decoration:none;
}
.recently ul li a:hover
{
color:#ff7128;
text-decoration:underline;
}
.cont_pad h2
{
  font-size: 18px;
  font-weight: bold;
  margin:6px 19px 2px 0px;
  color:#ff7128;
  padding:0px;
}

h3.blog_text {
  margin: 12px 0px;
  padding: 0;
  font-size: 16px;
	color:#ff7128;
	font-weight:bold;
}
#respond h3 {
 margin: 12px 0px;
  padding: 0;
  font-size: 16px;
	color:#FF7128;
}
ul.blog_text1 { list-style:none; padding:0px; margin:0px; line-height:16px;}
ul li.blog_text1 { list-style:none; padding:0px; margin:0px; background:none; line-height:16px;}
a.blog_link 
{
text-decoration:none;
color:#000000;
}
a.blog_link:hover
{
text-decoration:underline;
color:#000000;
}


.product_price_value_topseller {
  font-size: 18px;
  color: #e80000;
  font-weight: bold;
  padding-top: 3px;
}

.product-price-in-vat{
text-transform: uppercase;
font-weight:normal;
}

.addthis_container {
 padding:7px 0px 3px 0px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	clear:both;
	padding-right:15px;
}

.blog_comments {
 margin: 12px 0px;
  padding: 0;
  font-size: 16px;
	color:#ff7128;

}
.product-price-in-vat{
text-transform: uppercase;
font-weight:normal;
padding:0px 0px 0px 0px; margin:0px;
}

#left_top{background:url(images/left_top.jpg) no-repeat; width:150px; _width:157px;  height:38px; line-height:38px; color:#000000; font-weight:bold; font-size:16px; padding-left:7px;}
#left_cont_bg{background:url(images/left_cont_bg.jpg) repeat-y; width:150px; _width:157px;  color:#000000; font-size:11px; padding:4px 0px 0px 7px;}
#left_cont_bg ul{list-style:none; margin:0px; padding:0px 0px 0px 0px;}
#left_cont_bg ul li{background:url(images/ds_bullet.gif) no-repeat 3px 6px; padding:0px 0px 0px 17px; color:#0099ff; line-height:18px;}
#left_cont_bg ul li a{color:#043fa0; text-decoration:none;}
#left_cont_bg ul li a:hover{color:#2863c2;text-decoration:underline;}

/*.textwidget{background:url(images/rss_bg.jpg) no-repeat; width:150px; height:38px; line-height:38px; color:#000000; font-weight:bold; font-size:16px; padding-left:7px;}
.textwidget a{color:#000000; font-weight:bold; font-size:16px; text-decoration:none;}
.textwidget a:hover{color:#000000; font-weight:bold; font-size:16px; text-decoration:underline;}*/

#left_btm{background:url(images/left_btm.jpg) no-repeat; width:157px; height:7px; padding-bottom:15px;}

a.click{color:#FF7128; font-size:14px; margin:0px; padding:0px 0px 5px; text-decoration:none;}
a.click:hover{color:#FF7128; font-size:14px; margin:0px; padding:0px 0px 5px; text-decoration:underline;}
a.click:visited{color:#FF7128; font-size:14px; margin:0px; padding:0px 0px 5px; }

.entry p{font-size:12px;}
.postmetadata{font-size:12px;}
.postmetadata a
{
color:#043fa0;
font-size:12px;
text-decoration:none;
padding:0px;
margin:0px;
}

.postmetadata a:hover
{
color:#2863c2;
font-size:12px;
text-decoration:none;
padding:0px;
margin:0px;
}



h3.search
{
color:#ff7128;
font-size:18px;
padding:0px;
margin:0px;
}

h3.search a
{
color:#ff7128;
font-size:18px;
text-decoration:none;
padding:0px;
margin:0px;
}

h3.search a:hover
{
color:#043fa0;
font-size:18px;
text-decoration:none;
padding:0px;
margin:0px;
}

#categories_bullet{color:#000000; font-size:11px; padding:0px; margin:0px;}
#categories_bullet ul{list-style:none; margin:0px; padding:0px 0px 0px 0px;}
#categories_bullet ul li{background:url(images/ds_bullet.gif) no-repeat 3px 6px; padding:0px 0px 0px 17px; color:#0099ff; line-height:18px;}
#categories_bullet ul li a{color:#0099ff; text-decoration:none;}
#categories_bullet ul li a:hover{color:#ff7128;text-decoration:underline;}

#more_category a
{
color:#043fa0; text-decoration:none;
}

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

.sign_up_txt1
{
background:url(images/email_add_bg.jpg) no-repeat top left;
width:140px;
height:29px;
_width:150px;
padding:3px 0px 0px 10px;
}

input.email_btn1 {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: 21px;
  height: 23px;
  background: transparent url(images/btn_email1.jpg) no-repeat left top;
  vertical-align: middle;
  cursor:pointer;
}
.small_link{font-size:10px; line-height:14px;}
.small_link a{color:#043fa0; text-decoration:none; font-size:10px;}
.small_link a:hover{color:#2863c2;text-decoration:none; font-size:10px;}

a.view_link{color:#ff7128; text-decoration:none;}
a.view_link:hover{color:#ff7128;text-decoration:underline;}


/*
menu_top.css
*/

body {
	behavior: url("skin1/csshover.htc");
	font-family:Arial;
	font-size:12px;
}

.menuTop {
	text-align : left ;
	border-color : #FF7129 ;
	border-width : 0 0 2px 0px ;
	border-style : solid ;
	font-size:12px;
}

.menuTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
	font-family:Arial;
	font-size:12px;
}
.menuTop ul.menuTopLeft  {
	float : left ; font-family:Arial;
	font-size:12px;
}
.menuTop ul.menuTopRight  {
	float : right ; font-family:Arial;
	font-size:12px;
}

a.parentMenuItem, a.parentMenuItem:active, a.parentMenuItem:visited {
	display: block;
	margin: 0;
	padding: 5px 5px;
	font-weight : bold ;
	color: black;
	text-decoration: none;
	text-align : center ;
	z-index: 101;
	font-family:Arial;
	font-size:12px;
}
ul.menuTopLeft a.parentMenuItem {
	ackground : #cccccc ;
	background:url(images/menu_bg.jpg) repeat-x;
	border-right : 0px solid white ;
	font-family:Arial;
	font-size:12px;
	
}
ul.menuTopRight a.parentMenuItem {
	background : #cccccc ;
	font-family:Arial;
	font-size:12px;
}

a.parentMenuItem:hover {
	color: #fff ;
	background: #FF7129 ;
	z-index: 101;
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
}

.menuTop ul li {
	position: relative;
	z-index: 102;
	font-family:Arial;
	font-size:12px;
	
}

.menuTop ul li:hover a.parentMenuItem {
	color: #fff ;
	background: #FF7129 ;
	font-family:Arial;
	font-size:12px;
}

div.childMenuList {
	position: absolute;
	z-index: 103;
	border-top : 2px solid #FF7129 ;
	text-align : left ;
	display: none ;
	width : 100% ;
	font-family:Arial;
	font-size:12px;
}

a.childMenuItem, a.childMenuItem:active, a.childMenuItem:visited 
{
	display : block ;
	text-decoration : none ;
	padding : 3px 5px ;

	/*border-left : 1px solid #FF7129 ;
	border-right : 1px solid #FF7129 ;
	border-bottom : 1px solid #FF7129 ;*/
	color : #FF7129 ;
	background : white ;
	font-family:Arial;
	font-size:12px;
	
}
a.childMenuItem:hover  
{
	color: #fff ;
	background: #FF7129 ;
	text-decoration : none ;
	font-family:Arial;
	font-size:12px;
}

/* Royal Blue */
#menuTop_royalblue {
font-family:Arial;
font-size:12px;
text-align:left;
}

.menuTop ul.menuTop_royalblue li:hover a.parentMenuItem {
	color: #fff ;
	background:url(images/menu_bg_hover_royalblue.jpg) repeat-x;
	font-family:Arial;
	font-size:12px; 
}

ul.menuTopActive_royalblue a.parentMenuItem, ul.menuTopActive_royalblue a.parentMenuItem:active, ul.menuTopActive_royalblue a.parentMenuItem:visited 
{
	color: #fff ;
	background:url(images/menu_bg_hover_royalblue.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
	
} 

ul.menuTop_royalblue a.childMenuItem, ul.menuTop_royalblue a.childMenuItem:active, ul.menuTop_royalblue a.childMenuItem:visited 
{
	/*border-left : 1px solid #3424ad ;
	border-right : 1px solid #3424ad ;
	border-bottom : 1px solid #3424ad ;*/
	background:white;
	color : #000000 ;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	line-height:17px;
	padding:0px; margin:0px;
	padding-left:5px;
}
ul.menuTop_royalblue a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;
	padding-left:5px;
}

ul.menuTop_royalblue a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;padding-left:5px;
}

ul.menuTop_royalblue li .sub {
	background:#FFFFFF;
	position: absolute;
	z-index: 103;
	border-top : 2px solid #5444cd;
	text-align : left ;
	display: none ;
	width : 100% ;
	font-family:Arial;
	font-size:12px;
	
}

.menuTop_royalblue_test {
	border:1px solid #5444cd;
	width : 100%;
	font-family:Arial;
	font-size:12px;
}





ul.menuTop_royalblue li .row {
float:left;
font-size:12px;
width:196px;
border-right:1px solid #d7d4f3;
}
ul.menuTop_royalblue li .sub ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 0px 10px 6px;
border:none;
}
ul.menuTop_royalblue .sub ul li {
color:#FFFFFF;
width:184px;
display:block; 
}

 ul.menuTop_royalblue .sub ul li h2 {
font-size:12px;
font-weight:bold;
margin:0pt;
padding:0pt;
background:#5444cd;
color:#FFFFFF;
argin:3px 5px 3px 0px;
width:182px;
padding:0px 0px 0px 3px;
}

ul.menuTop_royalblue .sub ul li h2 a {
background:#5444cd;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

ul.menuTop_royalblue .sub ul li h2 a:hover{
background:#5444cd;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 
ul.menuTop_royalblue .sub ul li h2 a:visited {
background:#5444cd;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 


.menu_left_bg_hover_royalblue{
float:left; background:url(images/royalblue_hover.jpg) no-repeat left; padding-left:6px;}

.menu_left_bg_first_hover_royalblue{
float:left; background:url(images/menu_bg_hover_royalblue.jpg) repeat-x left; padding-left:6px; }


.menu_right_bg_hover_royalblue{
float:left; background:url(images/royalblue_hover.jpg) no-repeat right; border-right : 2px solid white; padding-right:6px; }

.menu_right_bg_last_hover_royalblue{
float:left; background:url(images/menu_bg_hover_royalblue.jpg) repeat-x right; border-right : 0px solid white; padding-right:6px; }




/* Rose Pink */
#menuTop_rosepink {
order:1px solid #FF0000;
font-family:Arial;
font-size:12px;
text-align:left;
}

.menuTop ul.menuTop_rosepink li:hover a.parentMenuItem {
	color: #fff ;
	background:url(images/menu_bg_hover_rosepink.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
}

ul.menuTopActive_rosepink a.parentMenuItem, ul.menuTopActive_rosepink a.parentMenuItem:active, ul.menuTopActive_rosepink a.parentMenuItem:visited 
{
	color: #fff ;
	background:url(images/menu_bg_hover_rosepink.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
	
} 

ul.menuTop_rosepink a.childMenuItem, ul.menuTop_rosepink a.childMenuItem:active, ul.menuTop_rosepink a.childMenuItem:visited 
{
	/*border-left : 1px solid #3424ad ;
	border-right : 1px solid #3424ad ;
	border-bottom : 1px solid #3424ad ;*/
	background : white ;
	color : #000000 ;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	line-height:17px;
	padding:0px; margin:0px;
	padding-left:5px;
}
ul.menuTop_rosepink a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;
	padding-left:5px;
}

ul.menuTop_rosepink a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;padding-left:5px;
}

ul.menuTop_rosepink li .sub {
	background:#FFFFFF;
	position: absolute;
	z-index: 103;
	border-top : 2px solid #dc096e;
	text-align : left ;
	display: none ;
	width : 100% ;
	font-family:Arial;
	font-size:12px;
	
}

.menuTop_rosepink_test {
	border:1px solid #dc096e;
	width : 100%;
	font-family:Arial;
	font-size:12px;
}

ul.menuTop_rosepink li .row {
float:left;
width:196px;
border-right:1px solid #f5b5d4;
}
ul.menuTop_rosepink li .sub ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 0px 10px 6px;
border:none;
}
ul.menuTop_rosepink .sub ul li {
color:#FFFFFF;
width:184px;
display:block;
}

 ul.menuTop_rosepink .sub ul li h2 {
font-size:1.3em;
font-weight:bold;
margin:0pt;
padding:0pt;
background:#dc096e;
color:#FFFFFF;
argin:3px 5px 3px 0px;
width:182px;
padding:0px 0px 0px 3px;
}

ul.menuTop_rosepink .sub ul li h2 a {
background:#dc096e;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

ul.menuTop_rosepink .sub ul li h2 a:hover{
background:#dc096e;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 
ul.menuTop_rosepink .sub ul li h2 a:visited{
background:#dc096e;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 


.menu_left_bg_hover_rosepink{
float:left; background:url(images/rosepink_hover.jpg) no-repeat left; padding-left:6px; }

.menu_left_bg_first_hover_rosepink{
float:left; background:url(images/menu_bg_hover_rosepink.jpg) repeat-x left; padding-left:6px; }

.menu_right_bg_hover_rosepink{
float:left; background:url(images/rosepink_hover.jpg) no-repeat right; border-right : 2px solid white; padding-right:6px; }

.menu_right_bg_last_hover_rosepink{
float:left; background:url(images/menu_bg_hover_rosepink.jpg) repeat-x right; border-right : 0px solid white; padding-right:6px; }


/* Gold */
#menuTop_gold {
order:1px solid #FF0000;
font-family:Arial;
font-size:12px;
text-align:left;
}

.menuTop ul.menuTop_gold li:hover a.parentMenuItem {
	color: #fff ;
	background:url(images/menu_bg_hover_gold.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
}

ul.menuTopActive_gold a.parentMenuItem, ul.menuTopActive_gold a.parentMenuItem:active, ul.menuTopActive_gold a.parentMenuItem:visited 
{
	color: #fff ;
	background:url(images/menu_bg_hover_gold.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
	
} 

ul.menuTop_gold a.childMenuItem, ul.menuTop_gold a.childMenuItem:active, ul.menuTop_gold a.childMenuItem:visited 
{
	/*border-left : 1px solid #3424ad ;
	border-right : 1px solid #3424ad ;
	border-bottom : 1px solid #3424ad ;*/
	background : white ;
	color : #000000 ;
	text-decoration:none;
	font-family:Arial;

	font-size:12px;
	text-align:left;
	line-height:17px;
	padding:0px; margin:0px;
	padding-left:5px;
}
ul.menuTop_gold a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;
	padding-left:5px;
}

ul.menuTop_gold a.childMenuItem:hover
{
	color:#000000;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;padding-left:5px;
}

ul.menuTop_gold li .sub {
	background:#FFFFFF;
	position: absolute;
	z-index: 103;
	border-top : 2px solid #009782;
	text-align : left ;
	display: none ;
	width : 100% ;
	font-family:Arial;
	font-size:12px;
	
}

.menuTop_gold_test {
	border:1px solid #009782;
	width : 100%;
	font-family:Arial;
	font-size:12px;
}

ul.menuTop_gold li .row {
float:left;
width:196px;
border-right:1px solid #b2e0da;
}
ul.menuTop_gold li .sub ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 0px 10px 6px;
border:none;
}
ul.menuTop_gold .sub ul li {
color:#FFFFFF;
width:184px;
display:block;
}

 ul.menuTop_gold .sub ul li h2 {
font-size:1.3em;
font-weight:bold;
margin:0pt;
padding:0pt;
background:#009782;
color:#FFFFFF;
argin:3px 5px 3px 0px;
width:182px;
padding:0px 0px 0px 3px;
}

ul.menuTop_gold .sub ul li h2 a {
background:#009782;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

ul.menuTop_gold .sub ul li h2 a:hover{
background:#009782;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 
ul.menuTop_gold .sub ul li h2 a:visited{
background:#009782;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 


.menu_left_bg_hover_gold{
float:left; background:url(images/gold_hover.jpg) no-repeat left; padding-left:6px; }

.menu_left_bg_first_hover_gold{
float:left; background:url(images/menu_bg_hover_gold.jpg) repeat-x left; padding-left:6px; }


.menu_right_bg_hover_gold{
float:left; background:url(images/gold_hover.jpg) no-repeat right; border-right : 2px solid white; padding-right:6px; }

.menu_right_bg_last_hover_gold{
float:left; background:url(images/menu_bg_hover_gold.jpg) repeat-x right; border-right : 0px solid white; padding-right:6px; }



/* Turquoise - Now Green */
#menuTop_turquoise {
order:1px solid #FF0000;
font-family:Arial;
font-size:12px;
text-align:left;
}

.menuTop ul.menuTop_turquoise li:hover a.parentMenuItem {
	color: #fff ;
	background:url(images/menu_bg_hover_turquoise.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
}

ul.menuTopActive_turquoise a.parentMenuItem, ul.menuTopActive_turquoise a.parentMenuItem:active, ul.menuTopActive_turquoise a.parentMenuItem:visited 
{
	color: #fff ;
	background:url(images/menu_bg_hover_turquoise.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
	
} 

ul.menuTop_turquoise a.childMenuItem, ul.menuTop_turquoise a.childMenuItem:active, ul.menuTop_turquoise a.childMenuItem:visited 
{
	/*border-left : 1px solid #3424ad ;
	border-right : 1px solid #3424ad ;
	border-bottom : 1px solid #3424ad ;*/
	background : white ;
	color : #000000 ;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	line-height:17px;
	padding:0px; margin:0px;
	padding-left:5px;
}
ul.menuTop_turquoise a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;
	padding-left:5px;
}

ul.menuTop_turquoise a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;padding-left:5px;
}


ul.menuTop_turquoise li .sub {
	background:#FFFFFF;
	position: absolute;
	z-index: 103;
	border-top : 2px solid #279727;
	text-align : left ;
	display: none ;
	width : 100% ;
	font-family:Arial;
	font-size:12px;
	
}

.menuTop_turquoise_test {
	border:1px solid #279727;
	width : 100%;
	font-family:Arial;
	font-size:12px;
}
ul.menuTop_turquoise li .row {
float:left;
width:196px;
border-right:1px solid #bee0be;
}
ul.menuTop_turquoise li .sub ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 0px 10px 6px;
border:none;
}
ul.menuTop_turquoise .sub ul li {
color:#FFFFFF;
width:184px;
display:block;
}

 ul.menuTop_turquoise .sub ul li h2 {
font-size:1.3em;
font-weight:bold;
margin:0pt;
padding:0pt;
background:#279727;
color:#FFFFFF;
argin:3px 5px 3px 0px;
width:182px;
padding:0px 0px 0px 3px;
}

ul.menuTop_turquoise .sub ul li h2 a {
background:#279727;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

ul.menuTop_turquoise .sub ul li h2 a:hover{
background:#279727;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

ul.menuTop_turquoise .sub ul li h2 a:visited{
background:#279727;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 


.menu_left_bg_hover_turquoise{
float:left; background:url(images/turquoise_hover.jpg) no-repeat left; padding-left:6px; }

.menu_left_bg_first_hover_turquoise{
float:left; background:url(images/menu_bg_hover_turquoise.jpg) repeat-x left; padding-left:6px; }


.menu_right_bg_hover_turquoise{
float:left; background:url(images/turquoise_hover.jpg) no-repeat right; border-right : 2px solid white; padding-right:6px; }

.menu_right_bg_last_hover_turquoise{
float:left; background:url(images/menu_bg_hover_turquoise.jpg) repeat-x right; border-right : 0px solid white; padding-right:6px; }



/* Light Blue */
#menuTop_lightblue {
order:1px solid #FF0000;
font-family:Arial;
font-size:12px;
text-align:left;
}

.menuTop ul.menuTop_lightblue li:hover a.parentMenuItem {
	color: #fff ;
	background:url(images/menu_bg_hover_lightblue.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
}

ul.menuTopActive_lightblue a.parentMenuItem, ul.menuTopActive_lightblue a.parentMenuItem:active, ul.menuTopActive_lightblue a.parentMenuItem:visited 
{
	color: #fff ;
	background:url(images/menu_bg_hover_lightblue.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
	
} 

ul.menuTop_lightblue a.childMenuItem, ul.menuTop_lightblue a.childMenuItem:active, ul.menuTop_lightblue a.childMenuItem:visited 
{
	/*border-left : 1px solid #3424ad ;
	border-right : 1px solid #3424ad ;
	border-bottom : 1px solid #3424ad ;*/
	background : white ;
	color : #000000 ;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	line-height:17px;
	padding:0px; margin:0px;
	padding-left:5px;
}
ul.menuTop_lightblue a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;
	padding-left:5px;
}

ul.menuTop_lightblue a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;padding-left:5px;
}

ul.menuTop_lightblue li .sub {
	background:#FFFFFF;
	position: absolute;
	z-index: 103;
	border-top : 2px solid #209acc;
	text-align : left ;
	display: none ;
	width : 100% ;
	font-family:Arial;
	font-size:12px;
	
}

.menuTop_lightblue_test {
	border:1px solid #209acc;
	width : 100%;
	font-family:Arial;
	font-size:12px;
}

ul.menuTop_lightblue li .row {
float:left;
width:196px;
border-right:1px solid #bce1f0;
}
ul.menuTop_lightblue li .sub ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 0px 10px 6px;
border:none;
}
ul.menuTop_lightblue .sub ul li {
color:#FFFFFF;
width:184px;
display:block;
}

 ul.menuTop_lightblue .sub ul li h2 {
font-size:1.3em;
font-weight:bold;
margin:0pt;
padding:0pt;
background:#209acc;
color:#FFFFFF;
argin:3px 5px 3px 0px;
width:182px;
padding:0px 0px 0px 3px;
}

ul.menuTop_lightblue .sub ul li h2 a {
background:#209acc;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

ul.menuTop_lightblue .sub ul li h2 a:hover{
background:#209acc;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 
ul.menuTop_lightblue .sub ul li h2 a:visited{
background:#209acc;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

.menu_left_bg_hover_lightblue{
float:left; background:url(images/lightblue_hover.jpg) no-repeat left; padding-left:6px; }

.menu_left_bg_first_hover_lightblue{
float:left; background:url(images/menu_bg_hover_lightblue.jpg) repeat-x left; padding-left:6px; }


.menu_right_bg_hover_lightblue{
float:left; background:url(images/lightblue_hover.jpg) no-repeat right; border-right : 2px solid white; padding-right:6px; }

.menu_right_bg_last_hover_lightblue{
float:left; background:url(images/menu_bg_hover_lightblue.jpg) repeat-x right; border-right : 0px solid white; padding-right:6px; }


/* Orange */
#menuTop_orange {
order:1px solid #FF0000;
font-family:Arial;
font-size:12px;
text-align:left;
}

.menuTop ul.menuTop_orange li:hover a.parentMenuItem {
	color: #fff ;
	background:url(images/menu_bg_hover_orange.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
}

ul.menuTopActive_orange a.parentMenuItem, ul.menuTopActive_orange a.parentMenuItem:active, ul.menuTopActive_orange a.parentMenuItem:visited 
{
	color: #fff ;
	background:url(images/menu_bg_hover_orange.jpg) repeat-x;
	font-family:Arial;
	font-size:12px;
	
} 

ul.menuTop_orange a.childMenuItem, ul.menuTop_orange a.childMenuItem:active, ul.menuTop_orange a.childMenuItem:visited 
{
	/*border-left : 1px solid #3424ad ;
	border-right : 1px solid #3424ad ;
	border-bottom : 1px solid #3424ad ;*/
	background : white ;
	color : #000000 ;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	line-height:17px;
	padding:0px; margin:0px;
	padding-left:5px;
}
ul.menuTop_orange a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;
	padding-left:5px;
}

ul.menuTop_orange a.childMenuItem:hover
{
	color : #000000 ;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	padding:0px; margin:0px;padding-left:5px;
}


ul.menuTop_orange li .sub {
	background:#FFFFFF;
	position: absolute;
	z-index: 103;
	border-top : 2px solid #ff0000;
	text-align : left ;
	display: none ;
	width : 100% ;
	font-family:Arial;
	font-size:12px;
	
}

.menuTop_orange_test {
	border:1px solid #ff0000;
	width : 100%;
	font-family:Arial;
	font-size:12px;
}
ul.menuTop_orange li .row {
float:left;
width:196px;
border-right:1px solid #FF0000;
}
ul.menuTop_orange li .sub ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:10px 0px 10px 6px;
border:none;
}
ul.menuTop_orange .sub ul li {
color:#FFFFFF;
width:184px;
display:block;
}

 ul.menuTop_orange .sub ul li h2 {
font-size:12px;
font-weight:bold;
margin:0pt;
padding:0pt;
background:#ff0000;
color:#FFFFFF;
argin:3px 5px 3px 0px;
width:182px;
padding:0px 0px 0px 3px;
}

ul.menuTop_orange .sub ul li h2 a {
background:#ff0000;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

ul.menuTop_orange .sub ul li h2 a:hover{
background:#ff0000;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 
ul.menuTop_orange .sub ul li h2 a:visited{
background:#ff0000;
adding:5px 0pt;
isplay:block;
color:#FFFFFF;
argin:3px 5px 3px 0px;
padding:0px 0px 0px 3px;
} 

.menu_left_bg_hover_orange{
float:left; background:url(images/orange_hover.jpg) no-repeat left; padding-left:6px; }

.menu_left_bg_first_hover_orange{
float:left; background:url(images/orange_hover.jpg) repeat-x left; padding-left:6px; }


.menu_right_bg_hover_orange{
float:left; background:url(images/orange_hover.jpg) no-repeat right; border-right : 2px solid white; padding-right:6px; }

.menu_right_bg_last_hover_orange{
float:left; background:url(images/menu_bg_hover_orange.jpg) repeat-x right; border-right : 0px solid white; padding-right:6px; }




/*.menu_left_bg{
float:left; background:url(images/top_menu_bg.jpg) no-repeat left; padding-left:6px; }*/

.menu_left_bg{
float:left; background:url(images/top_menu_bg.jpg) no-repeat left; padding-left:6px;}


.menu_left_bg_first{
float:left; background:url(images/menu_bg.jpg) repeat-x left; padding-left:6px; }

.menu_right_bg{float:left; border-right : 2px solid white; background:url(images/top_menu_bg.jpg) no-repeat right; padding-right:6px;}

.menu_right_bg_last{float:left; border-right : 0px solid white; background:url(images/menu_bg.jpg) repeat-x right; padding-right:6px;}


/* CSS Document */
ul#topnav {
float:left;
font-size:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
width:197px;
color:#000000;
background-color:#CCCCCC;
}
ul#topnav li {
margin:0pt;
padding:0pt;
text-align:center;
}
ul#topnav li a {
text-decoration:none;
}
ul#topnav li:hover a, ul#topnav li a:hover {
text-decoration:none;
}

ul#topnav .sub ul li a {
display:block;
float:none;
height:auto;
adding:7px 5px 7px 15px;
text-decoration:none;
text-indent:0pt;
line-height:17px;
}
ul#topnav .sub ul li a:hover {
ackground-position:5px 12px;
text-decoration:underline;
line-height:17px;
}

#topnav .view{float:right; padding-right:5px; font-size:12px; font-weight:bold; color:#000000;}

#topnav .view a {
text-decoration:none;
}
#topnav .view a:hover {
text-decoration:underline;
}







/*
$Id: main.css,v 1.13 2008/11/28 07:05:59 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

.products-list .special-price-row {
  text-decoration: line-through;
}
.offers-cart-button {
  float: right;
}
.cart .right-buttons-row .button-separator {
  width: 60px;
  float: right;
}
.cart .offers-common-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  text-decoration: line-through;
  padding: 0px;
  margin: 0px;
}
.cart .offers-free-note {
  margin: 10px 0px;
  padding: 0;
  font-size: 14px;
  color: #a10000;
}
.cart .offers-free-shipping-note {
  margin: 10px 0px;
  padding: 0;
  font-size: 14px;
  color: #a10000;
}
.products-list .special-price-row {
  text-decoration: line-through;
}
.cart .right-buttons-row .button-separator {
  width: 60px;
  float: right;
}

a.offers-thumbnail:link,
  a.offers-thumbnail:visited,
  a.offers-thumbnail:hover,
  a.offers-thumbnail:active
{
  padding: 0px;
  margin: 0px 0px 0px -51px;
  text-decoration: none;
  text-align: left;
}
.products-table a.offers-thumbnail:link,
  .products-table a.offers-thumbnail:visited,
  .products-table a.offers-thumbnail:hover,
  .products-table a.offers-thumbnail:active
{
  display: inline;
  position: static;
  margin: 0px 0px 0px -51px;
  text-align: left;
}
.rtl a.offers-thumbnail:link,
  .rtl a.offers-thumbnail:visited,
  .rtl a.offers-thumbnail:hover,
  .rtl a.offers-thumbnail:active
{
  text-align: right;
}
.rtl .products-table a.offers-thumbnail:link,
  .rtl .products-table a.offers-thumbnail:visited,
  .rtl .products-table a.offers-thumbnail:hover,
  .rt .products-table a.offers-thumbnail:active
{
  display: block;
  position: relative;
  margin: -44px 0px 0px 70px;
  text-align: left;
}
a.offers-thumbnail:link img,
  a.offers-thumbnail:visited img,
  a.offers-thumbnail:hover img,
  a.offers-thumbnail:active img
{
  width: 47px;
  height: 44px;
  margin: 0px;
  background: transparent url(images/offer_thumb.gif) no-repeat left top;
}

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

/* offers short list */
.offers-short-list {
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 30px;
  text-align: center;
}
.printable .offers-short-list {
  padding-left: 0px;
  padding-right: 0px;
}
.offers-cell {
  float: left;
}
.offers-cell img {
  margin: 5px;
}
.offers-more-info {
  text-align: right;
  vertical-align: middle;
}
.offers-more-info a:link,
  .offers-more-info a:visited,
  .offers-more-info a:hover,
  .offers-more-info a:active
{
  color: #818891;
  background: transparent url(images/offerbox_arrow.gif) no-repeat right 7px;
  padding-right: 12px;
}
.offers-more-info a:link {
  text-decoration: underline;
}
.offers-more-info a:visited {
  text-decoration: underline;
}
.offers-more-info a:hover {
  text-decoration: none;
}
.offers-more-info a:active {
  text-decoration: underline;
}

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

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

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

a.home_click_here { color:#FFFFFF; text-decoration:underline;}
a.home_click_here:hover{ color:#FFFFFF; text-decoration:underline;}

.flag {width:90px; height:31px; margin:0px; float:left;  }
ul#flag {list-style:none;padding:0px;clear:both;float:left;line-height:0px; margin:0; padding:0; display:inline; }
ul#flag li{float:left;list-style:none; border:#FF0000 0px solid; padding:0px 0px 0px 0px;}
ul#flag li a{ height:15px; display:block; float:left; text-decoration:none;  }
ul#flag li#flag-uk a{width:22px; height:15px;background:url(images/map_icon.jpg) top left  no-repeat; }
ul#flag li#flag-uk a:hover{width:22px; height:15px;background:url(images/map_icon.jpg) left -16px no-repeat;}
ul#flag li#flag-uk a.active{width:22px; height:15px;background:url(images/map_icon.jpg) left -16px no-repeat; }

ul#flag li#flag-ireland a{width:22px; height:15px; background:url(images/map_icon.jpg) -24px 0px    no-repeat;}
ul#flag li#flag-ireland a:hover{width:22px; height:15px; background:url(images/map_icon.jpg) -24px -16px no-repeat;}
ul#flag li#flag-ireland a.active{width:22px; height:15px; background:url(images/map_icon.jpg) -24px -16px no-repeat;}

ul#flag li#flag-europe a{width:22px; height:15px;background:url(images/map_icon.jpg) -46px 0px   no-repeat;}
ul#flag li#flag-europe a:hover{width:22px; height:15px;background:url(images/map_icon.jpg) -46px -16px no-repeat;}
ul#flag li#flag-europe a.active{width:22px; height:15px;background:url(images/map_icon.jpg) -46px -16px no-repeat;}

#industry-title {font-family: Arial; font-size: 17px; color: #FFFFFF; font-weight: bold; text-decoration: none;	height: 40px; width: 180px;	padding: 10px 0px 0px 2px; margin-right: 5px; float:left;}
.industry-sectionlinks {padding: 12px 5px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:11px; float:left; color:#2c3e49;}
.industry-sectionlinks a {color:#0000CC; text-decoration:none;}
.industry-sectionlinks a:hover {color:#0000CC; text-decoration:underline;}
.industry-shopnow-sml {	padding: 10px 0px 0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; float:left; color:#FF5D00 ;}
.industry-shopnow-sml a {color:#FF5D00;	text-decoration:none;}
.industry-shopnow-sml a:hover {color:#FF5D00; text-decoration:underline;}

/* dsearch.css */

/* Big box with list of options */

#ajax_listOfOptions {
	position: absolute;			/* Never change this one */
	width: 500px;				/* Width of box */
	height: 200px;				/* Height of box */
	overflow: auto;				/* Scrolling features */
	border: 1px solid #3F5D8A;	/* border */
	background-color: #FFF;		/* White background color */
	text-align: left;
	font-size: 1.0em;
	z-index: 100;
	/* margin-right: 100px; */
}

#ajax_listOfOptions div {	/* General rule for both .optionDiv and .optionDivSelected */
	margin: 1px;		
	padding: 5px;
	cursor: pointer;
	font-size: 1.0em;
}

#ajax_listOfOptions .optionDiv {	/* Div for each item in list */
	
}

#ajax_listOfOptions .optionDivSelected {	/* Selected item in the list */
	background-color: #3F5D8A;
	color: #FFF;
}

#ajax_listOfOptions_iframe {
	background-color: #F00;
	position: absolute;
	z-index: 5;
}

form {
	display: inline;
}
