/*
$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%;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1em;
  border: 0px none;
  background: url(images/backgrounds/main_bg.gif);
  text-align: center;
  color:#b5985a;
  line-height: 100%;
}

a:link, a:visited {
  color: #b5985a;
  text-decoration: none;
}
a:hover, a:active {
  color: #b5985a;
  text-decoration: underline;
}
h1 {
	margin: 10px 0px;
	padding: 0;
	font-size: 18px;
	color: #a10000;
}
h2 {
	margin: 20px 0px 10px 0px;
	padding: 0;
	font-size: 16px;
}
h3 {
  margin: 12px 0px;
  padding: 0;
  font-size: 14px;
}
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;
}

p {
  margin: 10px 0;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	padding: 0;
	font-size: 11px;
}


/*
  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 {
	float: 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;
}
div.error-message {
  margin: 0px 0px 15px 0px;
}
span.error-message {
  font-size: 10px;
}
.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 {
  white-space: nowrap;
}


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

	layout styles

==============================================================================*/
#container {
  width: 876px;
  border: none;
  margin: 0 auto;
  background: url(images/backgrounds/container_bg.gif) top center repeat-y;
  text-align: left;
}
#header {
  height: 110px;
  background: url(images/dutch_bikes_logo.gif) no-repeat top center;
  text-algn: left;
}
* html #header {
  margin-left: -30px;
}

#header h1 {
  margin: 0 210px;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}

#header h1 a {
	display: block;
	height: 95px;
}

#left-col {
  float: left;
  width: 130px;
  min-height: 100px;
  margin: 0;
  padding: 0;
  background: transparent url(images/backgrounds/left_col_bg.gif) top left no-repeat;
  padding-top: 200px;
}
* html #left-col {
  height: 100px;
}
#centre-col {
  float: left;
  width: 560px;
  margin: 0;
  padding: 25px 28px 0 28px;
  background: #000 url(images/backgrounds/centre_bg.gif) top center no-repeat;
  font-size: 12px;
}
* html #centre-col {
  width: 616px;
  padding: 25px 0 0 28px;
}
#right-col {
  float: left;
  width: 130px;
  min-height: 100px;
  margin: 0;
  padding:0;
  padding-top: 200px;
  background: url(images/backgrounds/right_col_bg.gif) top left no-repeat;
}
* html #right-col {
  height: 200px;
}

#dfooter {
  margin: 0;
  padding: 100px 0 0 0;
  width: 876px;
  height: 114px;
  background: transparent url(images/backgrounds/dfooter.gif) bottom center no-repeat;
  margin: 0 auto;
  font-size: 9px;
}

* html #dfooter { height: 214px; }
ul#footer_links {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
}
ul#footer_links li {
  display: inline;
  margin: 0 0 0 4px;
  padding: 0 0 0 6px;
  border-left: 1px solid #b5985a;
}

ul#footer_links li.first {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

#dfooter p.footinfo {
  postition: relative;
  top: 130px;
  left:240px;
}

.home-image {
  width: 600px;
  height: 300px;
  background: url(images/lifestyle/homepage.jpg) no-repeat top left;
}
* html .home-image {
  width: 560px;
  margin-right: -60px;
}

.in2foot {
  clear: both;
  width: 560px;
  background: #090806 url(images/backgrounds/in2foot_top_bg.gif) top center no-repeat;
  margin: 10px auto;
  padding-top: 10px;
}
.in2footContent {
  padding: 0;
  min-height: 150px;
  background: #090806 url(images/backgrounds/in2foot_bot_bg.gif) bottom center no-repeat;
}
* html .in2footContent {
  height: 150px;
}

.infootbox {
  float: left;
  width: 175px;
  margin: 0 0 10px 10px;
  font-size: 11px;
}
* html .infootbox {
  margin-left: 5px;
  margin-right: 4px;
}

.in2foot.home .infootbox {
  text-align: center;
  margin-top: -11px;
}
* html .in2foot.home .infootbox {
  width: 184px;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: -11px;
}

.infootbox p {
  margin: 0 5px;
}

.infootbox a:link,
.infootbox a:visited {
  padding: 0 1px 0 0;
  background: transparent url(images/backgrounds/underdots.gif) bottom left repeat-x;
  font-weight: bold;
  text-decoration: none;
}

.infootbox a:hover,
.infootbox a:active {
  text-decoration: none;
}

a.dots:link,
a.dots:visited {
  padding: 0 1px 0 0;
  background: transparent url(images/backgrounds/underdots.gif) bottom left repeat-x;
  text-decoration: none;
}

a.dots:hover,
a.dots:active {
  text-decoration: none;
}

.small {
  font-size: 10px;
}

/*
  Top nav
*/
ul#top-navigation {
  height: 30px;
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}

ul#top-navigation li {
  height: 20px;
  margin: 0 0 0 1px;
  padding: 0 0 0 15px;
  float: left;
  text-indent: -3000px;
  overflow: hidden;
}

ul#top-navigation a:link,
ul#top-navigation a:visited {
	display: block;
	height: 20px;
}
ul#top-navigation a:hover,
ul#top-navigation a:active {
	outline: none;
}
ul#top-navigation li.home {
	width: 40px;
	padding: 0;
	background: url(images/menu/home.gif) top left no-repeat;
}
ul#top-navigation li.my_dutchie {
	width: 80px;
	background: url(images/menu/my_dutchie.gif) top left no-repeat;
}
* html ul#top-navigation li.my_dutchie {
	width: 95px;
}
ul#top-navigation li.press {
	width: 40px;
	background: url(images/menu/press.gif) top left no-repeat;
}
* html ul#top-navigation li.press {
	width: 55px;
}
ul#top-navigation li.about_dutchie {
	width: 95px;
	background: url(images/menu/about_dutchie.gif) top left no-repeat;
}
* html ul#top-navigation li.about_dutchie {
	width: 110px;
}
ul#top-navigation li.accessories {
	width: 80px;
	background: url(images/menu/accessories.gif) top left no-repeat;
}
* html ul#top-navigation li.accessories {
	width: 95px;
}
ul#top-navigation li.bicycles {
	width: 61px;
	background: url(images/menu/bicycles.gif) top left no-repeat;
}
* html ul#top-navigation li.bicycles {
	width: 76px;
}
ul#top-navigation li.contact {
	width: 52px;
	background: url(images/menu/contact.gif) top left no-repeat;
}
* html ul#top-navigation li.contact {
	width: 67px;
}

/*
  header styles
*/
#header .line1 {
	position: relative;
	height: 67px;
  direction: ltr;
}
#header .line1 .logo {
	margin-left: 27px;
	width: 244px;
}
#header .line1 .logo a img {
	width: 244px;
	height: 67px;
}

/* pages and headings */
.pages {
  margin: 0 10px 20px 10px;
  font-size: 11px;
}
* html .pages {
  width: 540px;
}

.pages a {
  background: url(images/line4.gif) repeat-x bottom left;
  text-decoration: none;
}

.pages ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.pages ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	background: url(images/dot1.gif) no-repeat 0 3px;
}

.pages .block {
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	background: url(images/line2.gif) repeat-x top left;
}

/* 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: 0px 1px 0px 0px;
  padding: 0px;
  background: transparent url("images/tab_r.png") no-repeat right top;
  height: 25px;
}
.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 5px 0px 0px;
  padding: 5px 10px 5px 15px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #253161;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  height: 25px;
  outline-style: none;
}
.tabs a:hover {
  color: #2863c2;
}

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

/* header line 2 */
#header .line2 {
  position: relative;
	width: 100%;
  border: none;
  border-top: 1px solid #cb480c;
  border-bottom: 1px solid #cb480c;
  background: url(images/head_linebg.gif) repeat-x top;
  height: 39px;
  color: #451300;
}
#header .line2 div,
  #header .line2 span
{
  color: #451300;
}
#header .line2 a:link,
  #header .line2 a:visited,
  #header .line2 a:hover,
  #header .line2 a:active
{
  color: #510000;
}
#header div.search {
	position: absolute;
	top: 0px;
  left: 0px;
	height: 39px;
  line-height: 39px;
  vertical-align: middle;
}
#header span.search {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 5px;
}
#header a.search:link,
  #header a.search:visited,
  #header a.search:hover,
  #header a.search:active
{
  text-decoration: underline;
}
#header input {
  margin-right: 3px;
}
#header button.simple-button {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 3px;
}
#header button.simple-button img {
  margin-left: 0px;
}
#header .languages {
	position: absolute;
  top: 7px;
	right: 20px;
	text-align: right;
  vertical-align: middle;
}
#header .languages label {
  line-height: 21px;
  vertical-align: middle;
  font-size: 12px;
}
#header .languages select {
	margin-left: 5px;
}

/* header line 3 */
#header .line3 {
  position: relative;
  width: 100%;
	height: 39px;
	text-align: right;
}
.line3 .printable-bar {
	position: absolute;
  top: 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: 40px;
  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: 27px;
	font-size: 11px;
	color: #818891;
}
font.bread-crumb {
  font-size: 11px;
  color: #818891;
}
a.bread-crumb:link {
  font-size: 11px;
  color: #818891;
  text-decoration: underline;
}
a.bread-crumb:visited {
  font-size: 11px;
  color: #818891;
  text-decoration: underline;
}
a.bread-crumb:hover {
  font-size: 11px;
  color: #818891;
  text-decoration: none;
}
a.bread-crumb:active {
  font-size: 11px;
  color: #818891;
  text-decoration: underline;
}
font.last-bread-crumb {
  text-decoration: none;
}
#location span {
  padding: 0px 5px 0px 5px;
}

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

/*
  dialog message container
*/
#dialog-message {
  padding: 15px 0px 20px 0px;
  width: 100%;
}
#dialog-message .box {
  position: relative;
  margin-left: 8%;
  margin-right: 8%;
  border: 1px solid black;
  border-top: 3px solid black;
  padding: 10px 25px 10px 59px;
  vertical-align: middle;
  text-align: left;
  min-height: 32px;
}
#dialog-message a.close-link: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: #20b887;
}

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

/*
  dialog container
*/
.dialog {
  border: 1px solid #acb7c7;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  page-break-inside: avoid;
}
.dialog .title {
  position: relative;
  color: #253161;
  font-weight: bold;
  font-size: 13px;
  background: transparent url(images/dialog_bg.gif) repeat-x top left;
  border: 0px none;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 0px 18px;
  text-align: left;
  border-bottom: 1px solid #acb7c7;
  overflow: hidden;
}
.dialog .content {
  border: 0px none;
  background: transparent none;
  text-align: left;
  padding: 10px 10px 25px 10px;
  color: #58595b;
}
.dialog .dialog-sort-row {
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  overflow: hidden;
}
.dialog .title-with-sort-row h2 {
  width: 50%;
}
.dialog .title-with-sort-row .dialog-search-sort-bar {
  height: 30px;
  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;
}

/*
  buttons
*/

/* button-based */
button.button {
  border: 0px none;
  background-color: transparent;
  cursor: pointer;
  height: 22px;
  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;
}

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

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

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

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

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

/*
  Popup window
*/
.popup-modal-bg {
  background: transparent url(images/grey.png) repeat left top;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
}
.popup-window {
  position: absolute;
  background: white none;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  z-index: 1100;
}
.popup-window .popup-bg-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px none;
  background: white none;
  margin: 0px;
  padding: 0px;
  z-index: 1150;
}
.popup-window .popup-title {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 22px;
  background: transparent url(images/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;
  padding-right: 5px;
}
table.data-table
{
}
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 {
  white-space: nowrap;
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
}
.nav-pages-title {
  padding-right: 10px;
}
.nav-pages img {
  vertical-align: bottom;
  width: 15px;
  height: 15px;
}
.nav-pages a:link,
  .nav-pages a:visited,
  .nav-pages a:hover,
  .nav-pages a:active
{
  text-align: center;
  text-decoration: 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;
}
.nav-pages .right-delimiter {
  padding-right: 12px;
}

/*
	subheader styles
*/
.subheader {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  font-size: 12px;
}
.subheader-grey {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}
.subheader-black {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}
.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 ul li {
  padding: 4px 0px 5px 20px;
  background: transparent url(images/category_bullet.gif) no-repeat 8px 5px;
}
.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;
}

.category-menu {
	font-size: 11px;
	text-align: right;
	position: relative;
	margin-left: -10px;
	right: -10px;
}

.category-menu h3 {
	margin: 0 0 5px 0;
	font-size: 12px;
}

.category-menu ul {
	margin: 0 0 0 35px;
	padding: 0;
	list-style: none;
}

.category-menu ul li {
	margin: 5px 0;
	padding: 0 0 2px 0;
	background: url(images/line4.gif) repeat-x bottom left;
}

.category-menu a {
	text-decoration: none;
}

.category-menu ul li.active {
	font-weight: bold;
}

/*
  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
*/
.minicart {
  font-size: 11px;
  position: relative;
  left: -10px;
}
* html .minicart {
  position: static;
  left: 0;
}

.minicart .title {
  margin: 0 0 5px 0;
  padding: 0 0 2px 22px;
  background: url(images/basket.gif) no-repeat bottom left;
  font-size: 12px;
  font-weight: bold;
}

.minicart ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
}

.minicart ul li {
  margin: 0 0 2px 0;
  padding: 0;
}

.minicart a {
  background: url(images/line4.gif) repeat-x bottom left;
  text-decoration: none;
}

/*
  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: 20px 0px 10px 0px;
  font-size: 13px;
}
ul.subcategories {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
ul.subcategories li {
  margin: 0px 0px 10px 0px;
	text-align: left;
}
ul.subcategories a:link,
  ul.subcategories a:visited,
  ul.subcategories a:hover,
  ul.subcategories a:active
{
  text-decoration: underline;
  font-weight: bold;
}
div.subcategories {
  float: left;
  margin: 0px 10px;
  text-align: center;
  padding-bottom: 0px;
}
.subcategory-image {
  float: left;
  margin: 0px 10px 10px 0px;
}
.subcategory-descr {
  width: auto;
  padding: 0px;
}

/*
	product details page
*/
.product-details {
  width: 560px;
  font-size: 11px;
  line-height: 130%;
}

.product-details .image {
  height: 320px;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.product-details .image .image-box {
  width: 125px;
  height: 158px;
  margin: 0px auto;
  padding: 0px;
}
.product-details .descr {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	min-height: 200px;
	background: url(images/label1.gif) no-repeat bottom right;
}
* html .product-details .details .descr {
	margin-left: -40px;
	height: 200px;
}

.product-details ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.product-details ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(images/dot1.gif) no-repeat 0 3px;
}

.product-details .details ul {
	width: 360px;
}

.product-details ul.links {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: -10px;
}

.product-details ul.links li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 0 1px 0;
	background: url(images/line1.gif) repeat-x bottom left;
}

.product-details ul.links li a {
	text-decoration: none;
}

.product-details .details .save {
  position: absolute;
  right: 3px;
  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-details .product-properties-container {
  padding: 15px 10px;
  height: 170px;
  background: url(images/label2.gif) no-repeat top right;
}
* html .product-details .product-properties-container {
  margin-left: -40px;
}
.product-details .features-item {
  float: left;
  width: 125px;
  margin: 0 20px 0 0;
}

.product-details .features-item.last {
  margin-right: 0;
}

.product-details .features-item h4 {
  display: inline;
  font-size: 12px;
  margin: 0 0 5px 0;
  padding: 0 1px 2px 0;
  background: url(images/line1.gif) repeat-x bottom left;
}

.product-details .features-item p {
  margin: 5px 0 0 0;
}

select {
  background-color: #000;
  padding: 0;
  color: #B5985A;
  border: 1px solid #5F5030;
}

.product-details .add-to-cart {
	float: right;
	margin-right: 30px;
	text-align: right;
	position: relative;
	top: -10px;
}
* .product-details .add-to-cart {
	margin-right: 15px;
	top: -15px;
}

.product-details .add-to-cart button {
	background: transparent;
	border: none;
	font-size: 0;
	width: 100px;
	height: 20px;
	cursor: pointer;
}

/* product properties table */

table.product-properties {
  margin: 0 ;
  width: 540px;
  border: none;
  border-collapse: collapse;
  position: relative;
  top: -24px;
}

table.product-properties tr td {
  padding: 0px;
  height: 24px;
  vertical-align: middle;
}
table.product-properties .property-name {
  width: 120px;
  padding-right: 5px;
  white-space: nowrap;
  font-weight: bold;
}
table.product-properties .property-value {
  width: 260px;
}
table.product-properties .tag-value {
  width: 165px;
  padding-right: 35px;
  color: #000;
  text-align: right;
}
* html table.product-properties .tag-value {
	width: 200px;
}

table.product-properties .tag-value.price {
  height: 42px;
}

#product_price {
  font-size: 18px;
  font-wieght: bold;
  margin-left: 2px;
}

table.product-properties .product-price {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
}
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: 24px;
}
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;
}

/* Accessory */
.product-details .accessory {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
.product-details .accessory h2 {
	padding: 0 0 8px 0;
	background: url(images/line1.gif) repeat-x bottom left;
	font-size: 14px;
}

table.accessory-properties td {
	padding: 5px 0;
}
table.accessory-properties .property-name {
	width: 100px;
}

.product-details .accessory #product_price {
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

.product-details .accessory .add-to-basket {
	text-align: right;
}

.product-details .accessory .add-to-basket button {
	width: 115px;
	height: 21px;
	padding: 0;
	background: url(/skin1/images/but_basket.gif) no-repeat top left;
	border: none;
	text-indent: -999em;
	overflow: hidden;
	cursor: hand;
}

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

/*
  products list
*/

/* common styles */
.products {
  margin: 20px 0 0 0;
  background: #090806 url(images/back_category_bot.gif) no-repeat bottom left;
}

.products .ctop {background: #090806 url(images/back_category.gif) no-repeat top left;margin-bottom:-20px;}
.products .descr {
  height: 85px;
  margin: 15px 0 0 0;
  line-height: 130%;
}
.accessories img {
	border: 4px solid #F6E8CE;
}
.products-list.accessories .item.first {
	clear: left;
}
.products-list.accessories .details {
	margin: 0;
}
.accessories .descr {
  margin: 5px 0 0 0;
  line-height: 130%;
}
.accessories .price {
	margin-bottom: 3px;
	font-weight: bold;
}

.accessories .descr p {
  margin: 0 0 1em 0;
}

.products-list a.see-details:link,
  .products-list a.see-details:visited,
  .products-list a.see-details:hover,
  .products-list a.see-details:active
{
  padding-right: 12px;
  text-decoration: none;
  background: url(images/back_moreinfo.gif) no-repeat bottom right;
}

.products-list a.product-title {
  width: 85px;
  height: 20px;
  font-weight: bold;
  background: url(images/backgrounds/underdots.gif) repeat-x bottom left;
}

.products-list a.product-title.oma-classic
{
  display: block;
  background: url(images/title_oma_classic.gif) no-repeat top left;
  text-indent: -3000px;
  overflow: hidden;
}

.products-list a.product-title.opa-classic
{
  display: block;
  width: 85px;
  height: 20px;
  background: url(images/title_opa_classic.gif) no-repeat top left;
  text-indent: -3000px;
  overflow: hidden;
}

.products-list a.product-title.oma-starlite-alloy
{
  display: block;
  width: 135px;
  height: 20px;
  background: url(images/title_oma_starlite_alloy.gif) no-repeat top left;
  text-indent: -3000px;
  overflow: hidden;
}

.products-lists .sku {
  margin-top: 15px;
}
.products-lists .price-row {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.products-lists .market-price-value {
  text-decoration: line-through;
}
.products-lists .price {
  font-weight: bold;
  font-size: 12px;
}
.products-lists .price-value {
  font-weight: bold;
  font-size: 12px;
  color: #b51a00;
}
.products-lists .price-save {
  padding: 0px;
  margin: 0px;
  color: #b51a00;
}
.products-lists .taxes {
  margin-top: 15px;
  padding: 2px 2px 2px 70px;
}

.products-lists .buy-now {
  margin: 10px 0px 0px 0px;
}
.products-lists .buy-now .quantity {
  height: 25px;
  white-space: nowrap;
  vertical-align: middle;
}
.products-lists .buy-now .quantity-empty {
  height: 25px;
}
.products-lists .buy-now .quantity-title {
  width: 75px;
  padding-right: 16px;
}
.products-lists .buy-now .quantity select {
  vertical-align: middle;
}
.products-lists .buy-now .out-of-stock {
  white-space: nowrap;
  font-weight: bold;
}
.products-lists .buy-now .prices {
  height: 15px;
  vertical-align: middle;
}
.products-lists .product-details-title {
  color: #b51a00;
  font-weight: bold;
  font-size: 12px;
}
.products-lists .product-price-text {
  color: #010101;
  font-weight: bold;
  font-size: 12px;
}

/* list as list */
.products-list .item {
  float: left;
  width: 162px;
  margin: 15px 5px 10px 15px;
  font-size: 10px;
}
.products-list .image {
  margin: 0 0 10px 0;
}
.products-list .details {
  margin-left: 5px;
}
.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;
  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 {
}
.register-newbie-note {
}
.register-bottom-note {
  margin-top: 30px;
  padding-bottom: 45px;
}
.register-ups-box {
  margin-top: 45px;
  margin-bottom: 15px;
}
.register-section-title {
  height: 30px;
  vertical-align: middle;
}
.register-section-title label {
  display: block;
  font-weight: bold;
  width: 100%;
  line-height: normal;
  border-bottom: 1px solid black;
}
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
*/

table.cart-details {
	width: 540px;
	border: none;
	border-collapse: collapse;
}

table.cart-details tr {
	background: url(images/line2.gif) repeat-x bottom left;
}
table.cart-details td {
	padding: 5px;
	font-size: 11px;
	vertical-align: top;
	background: url(images/line3.gif) repeat-y top right;
}

table.cart-details th {
	padding: 5px;
	font-size: 11px;
	text-align: left;
	background: url(images/line3.gif) repeat-y top right;
}

table.cart-details td.image {
	width: 165px;
	padding-top: 5px;
	text-align: center;
}

table.cart-details td.quantity {
	text-align: center;
}

table.cart-details td.quantity input {
	padding: 2px;
	background-color: #191919;
	color:#b5985a;
	border: 1px solid #5B4C2D;
	text-align: right;
}

table.cart-details td.price {
	text-align: right;
}

table.cart-details th.last,
table.cart-details td.last {
	padding-right: 0;
	background: none;
}

a.change {
	padding-left: 15px;
	background: url(images/link_change.gif) no-repeat 0 3px;
	font-weight: bold;
}

a.remove {
	padding-left: 15px;
	background: url(images/link_remove.gif) no-repeat 0 3px;
	font-weight: bold;
}

table.cart-totals {
	width: 540px;
	margin: 10px 0;
	border: none;
	border-collapse: collapse;
	font-size: 11px;
}

table.cart-totals td {
	padding: 5px 0;
}

table.cart-totals td.price,
table.cart-totals td.last {
	text-align: right;
}

.buttons {
	margin: 10px 0;
}

.buttons a.left {
  float: left;
  padding: 0 0 1px 10px;
  text-decoration: none;
  background: url(images/link_arrow_left.gif) no-repeat bottom left;
  text-decoration: none;
  font-weight: bold;
}

.buttons a.right {
  float: right;
  padding: 0 12px 1px 0;
  text-decoration: none;
  background: url(images/link_arrow_right.gif) no-repeat bottom right;
  text-decoration: none;
  font-weight: bold;
}

.buttons div.right {
  float: right;
  clear: right;
  margin-top: 0px;
}

.buttons div.right img {
  float: right;
}

ul.checkout-buttons {
  height: 35px;
  margin: 10px 8px 10px 8px;
  padding: 0;
  list-style: none;
}

ul.checkout-buttons li {
  float: left;
  width: 270px;
  height: 23px;
  margin: 0 1px 0 0;
  padding: 0;
  background-position: top left;
  background- repeat: no-repeat;
  text-indent: -3000px;
  overflow: hidden;
}

ul.checkout-buttons li {
  display: block;
  height: 23px;
}

ul.checkout-buttons li.delivery {
  background-image: url(images/button_delivery.gif);
}
ul.checkout-buttons li.delivery.active {
  background-image: url(images/button_delivery_active.gif);
}

ul.checkout-buttons li.summary {
  background-image: url(images/button_order_summary.gif);
}
ul.checkout-buttons li.summary.active {
  background-image: url(images/button_order_summary_active.gif);
}

.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: 30px;
}
.invoice-data-box {
  width: 100%;
  padding-left: 30px;
}
.invoice-data-box table {
  width: 100%;
}
.invoice-data-box table tr td {
  padding: 2px;
  vertical-align: top;
}
.invoice-title {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
}
.invoice-data-box table tr td.invoice-right-info {
  text-align: right;
  vertical-align: bottom;
}
hr.invoice-line {
  margin: 2px 0px 17px 0px;
  border-bottom: 2px solid #58595b;
}
.invoice-personal-info {
  width: 45%;
  margin-bottom: 15px;
}
.invoice-personal-info tr td {
  padding: 0px;
}
.invoice-personal-info tr td strong {
  white-space: nowrap;
}
.invoice-address-box {
  width: 100%;
  margin-bottom: 30px;
}
.invoice-address-title {
  width: 45%;
  height: 25px;
}
td.invoice-line {
  vertical-align: top;
  padding: 0px;
  height: 4px;
}
td.invoice-line img {
  height: 2px;
  width: 100%;
  background: #58595b none;
}
.invoice-address-box table {
  width: 100%;
}
.invoice-address-box table tr td {
  padding: 0px;
}
.invoice-address-box table tr td strong {
  white-space: nowrap;
}
.invoice-customer-notes {
  padding-top: 30px;
}
.invoice-customer-notes p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.invoice-customer-notes div {
  border: 1px solid black;
  height: 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: 20px;
}
.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;
}

/* 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: 20px;
}
.flc-container #header .line3 {
  height: 15px;
}
.flc-container #content-container {
  margin-top: 102px;
}
.flc-container #header {
  height: 102px;
}
.flc-container #center {
  text-align: center;
}
.flc-container #center-main {
  width: 780px;
  margin: 0px auto;
  text-align: left;
}

/*  Checkout page : user profile */
.flc-left-dialog {
  width: 49%;
  float: left;
  height: 260px;
}
.flc-right-dialog {
  margin-left: 50%;
  height: 260px;
}
.flc-ext-left-dialog,
  .flc-ext-right-dialog
{
  height: 380px;
}
.flc-right-dialog .content {
  vertical-align: middle;
  text-align: center;
  line-height: 184px;
}
.flc-ext-right-dialog .content {
  line-height: 314px;
}
.flc-login-text {
  font-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 {
  clear: both;
  margin-bottom: 20px;
}
.flc-checkout-container .flc-address {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.flc-checkout-container .flc-checkout-options {
  float: left;
  width: 320px;
}

.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 {
}
.flc-checkout-address-left {
  width: 48%;
  float: left;
  vertical-align: top;
}
.flc-checkout-address-right {
  vertical-align: top;
  margin-left: 50%;
  padding-bottom: 15px;
}
table.flc-checkout-address tr td {
  padding: 2px 5px 2px 0;
}
.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: #000;
  margin: 0px 0px 0px 30px;
  padding: 3px;
  width: 150px;
  line-height: 15px;
  white-space: normal;
  overflow: hidden;
  font-size: 11px;
  text-align: left;
}

/*
  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 {
  padding: 5px;
  color: #043fa0;
  font-weight: bold;
}
.uproducts td.item-number {
  width: 1%;
}

/*
  ups online tools module
*/
.ups-logo {
  width: 84px;
  height: 96px;
  margin: 0px 5px 15px 5px;
}
.ups-logo-cell {
  margin: 25px 20px 5px 20px;
  text-align: center;
}
.ups-notice {
  font-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;
}

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

.normal {
  font-weight: normal;
}

/*
  Admin preview layout
*/
.admin-preview #header,
  .admin-preview #footer,
  .admin-preview #left-bar,
  .admin-preview #right-bar,
  .admin-preview #location,
  .admin-preview .offers-short-list,
  .admin-preview .creviews-dialog,
  .admin-preview .send2friend-dialog
{
  display: none;
}
.admin-preview #content-container {
  margin: 0px;
  padding: 0px;
}
.admin-preview #center-main {
  margin: 5px;
}

.small {
  font-size: 10px;
  line-height: 18px;
}

.grey {
  color: #666;
}

.privacy {
  font-size: 11px;
  line-height: 150%;
}

div.line1 {
	height: 1px;
	margin: 10px 0;
	background: url(images/line1.gif) repeat-x top left;
}

div.line2 {
	height: 1px;
	margin: 10px 0;
	background: url(images/line2.gif) repeat-x top left;
}

div.content-body {
	margin: 0 10px;
	font-size: 11px;
}

form .column1 {
	float: left;
	width: 260px;
	margin-right: 20px;
}

form .column2 {
	float: left;
	width: 260px;
}

form .input,
form .submit {
	margin: 0 0 10px 0;
}

form .input label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

form .input .required {
	width: 10px;
	margin-left: -10px;
}

form .input.text input,
form .input.textarea textarea {
	padding: 2px;
	background-color: #000;
	color:#b5985a;
	border: 1px solid #5B4C2D;
}

form .input.select select {
	padding: 0;
	background-color: #000;
	color:#b5985a;
	border: 1px solid #5B4C2D;
}

.contact-box {
  background: url(images/back_contact.jpg) no-repeat top left;
  color: #000;
  padding: 50px 0 0 10px;
  min-height: 300px;
}
* html .contact-box {
  height: 350px;
  margin-left: 10px;
}

.contact-box form {
  float: left;
  width: 250px;
  margin-right: 30px;
  font-size: 11px;
}

.contact-box form .input {
  clear: both;
  padding: 5px;
  margin: 0;
}

.contact-box form label {
  float: left;
  width: 80px;
  margin-right: 5px;
  text-align: right;
  font-size: 10px;
}

.contact-box form .input input {
  width: 145px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 1px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

.contact-box form .input.textarea {
  height: 117px;
}
*:first-child+html .contact-box form .input.textarea {
  height: 110px;
}

.contact-box form .input textarea {
  display: block;
  clear: both;
  width: 215px;
  height: 80px;
  margin: 0 0 0 13px;
  padding: 2px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

.contact-box form .input .star {
  margin-left: 2px;
  font-size: 9px;
}

.contact-box form .submit {
  padding: 0 0 0 15px;
  text-align: right;
}

.contact-box form .submit input {
  width: 50px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 2px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0;
}

.contact-box form .submit .required-fields {
  float: left;
  font-size: 10px;
}

.contact-address {
  float: left;
  width: 200px;
  margin-top: 50px;
  font-size: 10px;
}

.contact-address address {
  font-style: normal;
}

.contact-address a {
  color: #000;
}

.my-dutchie-image {
  height: 320px;
  background: url(images/lifestyle/mydutchie.jpg) no-repeat top left;
}
.press-image {
  height: 375px;
  background: url(images/press.jpg) no-repeat top center;
}

* html .press-image {
  padding-left: 13px;
}

div.links-item {
  padding: 10px 0 10px 0;
  min-height: 115px;
  background: url(images/line2.gif) repeat-x bottom left;
}
* html div.links-item {
  height: 115px;
}

div.links-item img {
  display: block;
  float: right;
  margin: 0 2px 0 20px;
}

div.links-item h3 {
  margin: 3px 0 0 0;
  font-size: 11px;
  font-weight: bold;
}

div.links-item p {
  margin: 0 0 8px 0;
}

div.links-item h3 a,
div.links-item p a {
  padding-right: 1px;
  background: url(images/line4.gif) repeat-x bottom left;
  font-weight: bold;
}

div.news-item img {
  display: block;
  float: right;
  margin: 0 2px 0 10px;
}

div.news-item {
  padding: 10px 0;
  background: url(images/line2.gif) repeat-x bottom left;
}

div.news-item h3 {
  margin: 5px 0 0 0;
  font-size: 11px;
  font-weight: bold;
}

div.news-item p {
  margin: 0 0 10px 0;
}

div.news-item .date {
  font-size: 9px;
  margin: 0 0 5px 0;
}


/* Titles */

h2.shopping-basket,
h2.about,
h2.me_my_dutchie,
h2.looking_after,
h2.press,
h2.links,
h2.news,
h2.terms,
h2.privacy,
h2.return,
h2.faq,
h2.thankyou,
h2.order_summary,
.product-details h2.oma-classic,
.product-details h2.opa-classic,
.product-details h2.oma-starlite-alloy,
h3.heritage,
h3.check,
h3.clean,
h3.contact_details,
h3.billing_address,
h3.delivery_address,
h3.payment,
.product-details h3.features,
.product-details h3.specifications,
.product-details h3.faq {
  clear: both;
  height: 25px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -999em;
  overflow: hidden;
}

h2.me_my_dutchie {
   background-image: url(images/headings/me_and_my_dutchie_heading.gif);
}

h2.shopping-basket {
	background-image: url(images/headings/basket.gif);
}

h2.about {
  background-image: url(images/headings/about.gif);
}

h2.looking_after {
  background-image: url(images/headings/lookingafter.gif);
}

h2.press {
	background-image: url(images/headings/press.gif);
}

h2.links {
  margin-bottom: 0;
  background-image: url(images/headings/links.gif);
}

h2.news {
  margin-bottom: 0;
  background-image: url(images/headings/news.gif);
}

h2.terms {
  background-image: url(images/headings/terms.gif);
}

h2.privacy {
  background-image: url(images/headings/privacy.gif);
}

h2.return {
  background-image: url(images/headings/return.gif);
}

h2.faq {
  background-image: url(images/headings/faq.gif);
}

h2.thankyou {
	background-image: url(images/headings/thankyou.gif);
}

h2.order_summary {
	margin-top: 20px;
	background-image: url(images/headings/order_summary.gif);
}

.product-details h2.oma-classic {
	background-image: url(images/headings/oma_classic.gif);
}

.product-details h2.opa-classic {
	background-image: url(images/headings/opa_classic.gif);
}

.product-details h2.oma-starlite-alloy {
	background-image: url(images/headings/oma_starlite_alloy.gif);
}

h3.heritage {
	background-image: url(images/headings/heritage.gif);
}

h3.check {
	background-image: url(images/headings/check.gif);
}

h3.clean {
	background-image: url(images/headings/clean.gif);
}

h3.contact_details {
	margin-top: 30px;
	background-image: url(images/headings/contact_details.gif);
}

h3.billing_address {
	margin-top: 20px;
	background-image: url(images/headings/billing_address.gif);
}

h3.delivery_address {
	margin-top: 20px;
	background-image: url(images/headings/delivery_address.gif);
}

h3.payment {
	margin-top: 20px;
	background-image: url(images/headings/payment.gif);
}

.product-details h3.features {
	background-image: url(images/headings/features.gif);
}

.product-details h3.specifications {
	background-image: url(images/headings/specifications.gif);
}

.product-details h3.faq {
	background-image: url(images/headings/faq.gif);
}

.input_style {
	background-color:#000000;
	border:1px solid #5B4C2D;
	color:#B5985A;
	padding:2px;
}

#card_info_box {
	float: right;
	width: 210px;
	margin-top: 60px;
	padding: 10px;
	border:1px solid #B5985A;
	font-size: 9px;
	line-height: 130%;
}

#card_info_box h3 {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	background: url(images/line1.gif) repeat-x bottom left;
	font-size: 11px;
}

.error {
	color: #f00;
	font-weight: bold;
}
