/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: url(img/body-bg-winter.gif) no-repeat 50% 0px #fff6a2 !important;
	color: #1E111A;
	font: 12px/18px normal Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

/* GENERAL STYLES */
caption, th, td {
	font-weight: normal;
	text-align: left;
  vertical-align: top;
}
strong {
  font-weight: bold;
}
em.edit {
	font-weight: normal;
	color: #261825 !important;
}
.text-align-right {
  text-align: right;
}

/* BASIC FLOATING */
#container {
  margin: 0 auto;
  text-align: left;
  padding-top: 62px;
  width: 838px;
}
#main {
  float: right;
  width: 658px;
}
#sidebar {
  background: url(img/sidebar-bg.gif) repeat-y;
  float: left;
  width: 180px;
}

/* MASTHEAD */
#masthead {
  clear: both;
  float: left;
  padding: 5px 0;
  width: 100%;
}
#masthead ul {
    float: left;
}
#masthead ul li {
    float: left;
}
#masthead ul li#lang span {
    float: left;
}
#masthead ul li#lang ul {
    padding: 0 10px 0 5px;
}
#masthead ul li#lang ul li {
    padding-left: 5px;
}
#masthead ul li#lang ul li a {
    float: left;
    padding: 4px 0 0;
}
#masthead ul li a {
    color: #000;
    padding: 0 5px;
    text-decoration: none;
}
#masthead ul li a:hover {
    text-decoration: underline;
}

/* MAIN-HEADER */
#main-header {
  background: url(img/main-header.jpg) no-repeat;
  clear: both;
  float: left;
  width: 100%;
}
#main-header-homepage {
  float: left;
  width: 658px;
  padding: 10px 0 0 0;
}
#main-header-homepage a {
  float: right;
  display: block;
  margin-right: 15px;
  padding: 1px 3px 3px;
  width: 234px;
  background: url(img/main-header-button.gif) no-repeat 0 0;
  text-align: center;
  color: #5A3D01;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
  /*text-transform: uppercase;*/
}
#main-header-homepage a:hover {
  background-image: url(img/main-header-button-hover.gif);
}
#main-header-search {
  float: left;
  height: 85px;
  width: 180px;
}
#main-header-search .blockLabel {
  color: #000;
  display: block;
  font-size: 10px;
}
.textInput {
  background: #FFF069;
  border: 1px solid #FFF;
  float: left;
  height: 16px;
  margin: 0;
  padding: 1px;
  width: 153px;
}
.textInput-wide {
  background: #FFF069;
  border: 1px solid #FFF;
  float: left;
  height: 16px;
  margin: 0;
  padding: 1px;
  width: 400px !important;
}
#comments {
  background: #FFF069;
  border: 1px solid #FFF;
}  
#main-header-search .inputBtn {
  float: right;
}
#main-header-cart {
  float: right;
  margin: 5px 15px 0 0;
  width: 230px;
}
#main-header-cart table {
  width: 100%;
}
#main-header-cart table tr td {
  color: #000;
  font-size: 10px;
}
#main-header-language {
  float: left;
  margin: 15px 0 0 45px;
  width: 118px;
}
#main-header-language p {
  color: #FFF;
  font-size: 10px;
}
#main-header-language a {
  display: block;
  float: left;
  padding: 3px 5px 4px 0;
}

/* MAIN-NAVIGATION */
#main-navigation {
  background: url(img/main-navigation.jpg) no-repeat;
  clear: both;
  float: left;
  width: 100%;
}
#main-navigation ul {
  background: url(img/orange-line-3px.gif) no-repeat left bottom;
  float: left;
  padding-bottom: 3px;
  width: 658px;
}
#main-navigation ul li {
  float: left;
}
#main-navigation ul li a {
  display: block;
  color: #5A3D01;
  float: left;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
}
#main-navigation ul li .blankLi {
  font-weight: normal;
  padding: 10px 15px;
  text-decoration: underline;
  text-transform: none;
}
#main-navigation-home {
  background-image: url(img/main-navigation.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 10px;
  width: 87px;
}
#main-navigation-home:hover {
  background-position: 0 -38px;
  padding: 15px 10px 5px;
}
#main-navigation-cart {
  background-image: url(img/main-navigation.gif);
  background-position: -106px 0;
  background-repeat: no-repeat;
  padding: 10px;
  width: 116px;
}
#main-navigation-cart:hover {
  background-position: -106px -38px;
  padding: 15px 10px 5px;
}
#main-navigation-checkout {
  background-image: url(img/main-navigation.gif);
  background-position: -241px 0;
  background-repeat: no-repeat;
  padding: 10px;
  width: 87px;
}
#main-navigation-checkout:hover {
  background-position: -241px -38px;
  padding: 15px 10px 5px;
}
#main-navigation-help {
  background-image: url(img/main-navigation.gif);
  background-position: -347px 0;
  background-repeat: no-repeat;
  padding: 10px;
  width: 131px;
}
#main-navigation-help:hover {
  background-position: -347px -38px;
  padding: 15px 10px 5px;
}

/* SIDEBAR-NAVIGATION */
#sidebar h2 {
  background: url(img/sidebar-h2-bg.gif) repeat-y #FD8900;
  color: #1E111A; /* color: #7C1C06; */
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 10px 10px 8px;
} 
#sidebar-logo img {
  vertical-align: top;
}
#sidebar-navigation ul, #sidebar-subnavigation ul {
}
#sidebar-navigation ul li, #sidebar-subnavigation ul li {
  display: inline;
}
#sidebar-navigation ul li a {
  background-image: url(img/sidebar-navigation-a.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #7C1C06;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 8px 10px;
  text-decoration: none;
}
#sidebar-navigation ul li a:hover {
  background-position: -180px 0;
}
#sidebar-subnavigation { margin: 18px 0; }
#sidebar-subnavigation h2 {
  background-image: none;
  background-color: transparent;
}
#sidebar-subnavigation ul li a {
  background-color: transparent;
  color: #7C1C06;
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 1px;
  padding: 3px 10px;
  text-decoration: none;
}
#sidebar-subnavigation ul li a:hover {
  background: url(img/sidebar-subnavigation-a.gif) 0 0 repeat-y;
}

/* SIDEBAR-ADMIN-BOX */
#sidebar-admin {
  background: #EFB001;
  font-size: 11px;
  margin-top: 18px;
  padding: 10px;
}
#sidebar-admin h3 {
  color: #1E111A; /* color: #7C1C06; */
  font-size: 12px;
  font-weight: bold;
}
#sidebar-admin a {
  color: #261825;
  font-size: 11px;
  text-decoration: underline;
}
#sidebar-admin img {
  margin-top: 5px;
}

/* SIDEBAR-NEWSLETTER */
#sidebar-newsletter {
  background: url(img/sidebar-box-bg.gif) repeat-y;
  margin-top: 18px;
  padding: 10px;
}
#sidebar-newsletter h3 {
  color: #7C1C06; /* color: #7C1C06; */
  font-size: 12px;
  font-weight: bold;
}
#sidebar-newsletter .ctrlHolder {
  margin: 0 0 6px;
  overflow: hidden;
  width: 100%;
}
#sidebar-newsletter .blockLabel {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
#sidebar-newsletter .regEmail {
  width: 156px;
}

/* SIDEBAR-LOGIN */
#sidebar-login .ctrlHolder {
  margin: 0 0 4px;
  overflow: hidden;
  width: 100%;
}
#sidebar-login {
  background: url(img/sidebar-box-bg.gif) repeat-y;
  margin-top: 18px;
  padding: 10px;
}
#sidebar-login h3 {
  color: #7C1C06;
  font-size: 12px;
  font-weight: bold;
}
#sidebar-login .blockLabel {
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
#sidebar-login .loginEmail {
  width: 156px;
}
#sidebar-login .loginPass {
  width: 60px;
}
#sidebar-login a {
  color: #261825;
  font-size: 11px;
  text-decoration: underline;
}

/* SIDEBAR-LOGOS */
#sidebar-logos {
  background-color: #FFF6A2;
  padding: 18px 10px 10px 10px;
}
#sidebar-logos ul li {
  list-style-type: none;
  display: inline;
  padding: 0 10px 0 0;
}

/* SIDEBAR-TEASER */
#sidebar-teaser * {
  margin: 0;
  padding: 0;
}
#sidebar-teaser ul li { margin-top: 18px; }

/* MAIN-CONTENT */
#main-content {
  background: url(img/main-content.gif) repeat-y #FFEF66;
  clear: both;
  float: left;
  width: 100%;
}
#main-content #navtrail {
  padding: 4px 25px;
  width: 608px;
}
#main-content iframe body {
  background-color: #FFDA29;
  color: #1E111A;
  font: 12px/18px normal Arial, Verdana, Helvetica, sans-serif;
}
#main-content h1 {
  color: #1E131B;
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
  padding: 9px 25px;
}
#main-content h2 {
  color: #1E131B;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 25px;
}
#main-content div h2 {
  padding: 9px 0;
}
#main-content h3 {
  color: #1E131B;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 25px;
}
#main-content p {
  padding: 0 25px 18px;
}
#main-content address {
  padding: 0 35px 18px;
}
#main-content a {
  color: #261825;
  text-decoration: underline;
}
#main-content .errorbox {
  /*margin: 18px 25px;*/
  margin-bottom: 18px;
  padding: 5px 5px 5px 25px;
  background: #EFB001;
  color: #261825;
  font-weight: bold;
  background: url(img/errorbox-bg.gif) repeat-y left top #EFB001;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
#main-content .full-width {
  clear: both;
  padding: 0 25px;
  width: 608px;
}
#main-content .full-width p {
  padding: 0 0 18px;
}
#main-content .half-width {
  padding-left: 25px;
  width: 304px;
}
#main-content .half-width p {
  padding: 0 0 18px;
}
#main-content .ctrlHolder {
  clear: both;
  float: left;
  margin: 0 0 9px;
  width: 100%;
}
#main-content .ctrlHolder .blockLabel {
  display: block;
  float: left;
  line-height: 18px;
  width: 120px;
}
#main-content .mustInfo {
  padding-top: 10px;
}
#main-content .ctrlHolder label em, #main-content .mustInfo em, #main-content .inputRequirement {
  font-size: 12px;
  color: #FF8201;
}
#main-content .formHolder {
  padding: 0 25px;
  width: 608px;
}
#main-content .formHolder .ctrlHolder .blockLabel {
  padding: 1px 0;
  width: 200px;
}
#main-content .ctrlHolder .textInput {
  float: left;
  width: 185px;
}
#main-content .ctrlHolder select {
  background: #FFF069;
  border: 1px solid #FFF;
  float: left;
  padding: 1px;
  width: 189px;
}
textarea {
  background: #FFF069;
  border: 1px solid #FFF;
  font: 12px/18px normal Arial, Verdana, Helvetica, sans-serif;
}
#main-content .half-width .textInput {
  width: 155px;
}
#main-content .ctrlHolder .textInput:focus {
  border-color: #FF8201;
}
#main-content .errorHolder {
  padding: 0 25px 18px;
}
#main-content .paymentBox {
  width: 100%;
}
#main-content .paymentBox .ctrlHolder .blockLabel {
  width: 250px;
}
#main-content .paymentBox .ctrlHolder input {
  background: #FFF069;
  border: 1px solid #FFF;
  float: left;
  height: 16px;
  margin: 0;
  padding: 1px;
  width: 153px;
}
#main-content .paymentBox .ctrlHolder select {
  background: #FFF069;
  border: 1px solid #FFF;
  float: left;
  margin-bottom: 5px;
  padding: 1px;
  width: 157px;
}
#main-content .paymentBox .first {
  padding-top: 10px;
}
#main-content .paymentBox .last {
  border-bottom: 1px solid #FF8201;
}
#main-content #checkoutList {
  padding: 9px 25px;
}
#main-content #checkoutList li {
  display: inline;
  padding-right: 10px;
}
#main-content #checkoutList li.checkoutBarCurrent {
  font-weight: bold;
}
#main-content .checkoutTotal {
  padding: 9px 0;
  width: 100%;
}
#main-content .checkoutTotal td {
  text-align: right;
}
#main-content fieldset {
  border-top: 1px solid #FF8201;
}
#main-content fieldset legend {
  font-weight: bold;
  padding: 9px 3px 9px 0;
}
*html #main-content fieldset legend {
  padding: 9px 3px 9px 0;
  margin-left: -7px;
  margin-top: 9px;
}
#main-content #searchform  {
  padding: 0 25px 18px;
}
#main-content #searchform .textInputHolder input {
  background: #FFF069;
  border: 1px solid #FFF;
  float: left;
  height: 16px;
  margin: 0;
  padding: 1px;
  width: 153px;
}
#main-content #searchform .inputBtnHolder input {
  padding-left: 2px;
}
#product-overview {
	float: left;
	padding: 0 0 0 25px;
}
#product-overview dl {
	float: left;
	width: 600px;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #FFF;
}
#product-overview dl.bordertop {
	border-top: 1px solid #FFF;
	border-bottom: 0;
	padding: 15px 0 0 0;
}
#product-overview dt {
	width: 535px;
	margin: 0;
	float: right;
	font-weight: bold;
}
#product-overview dd {
	margin: 0;
}
#product-overview dd.img img {
	float: left;
	margin: 0 15px 0 0;
	background: #FFF;
}
#product-overview dd.img a {
	width: 535px;
	margin: 0;
}
#product-overview dd div {
	margin: 0;
	float: left;
}
#product-overview dd div p {
	margin: 0;
	padding: 5px 0 0 0;
}
#product-listing {
  width: 100%;
}
#product-listing th {
  background: #EFB001;
  color: #261825;
  font-weight: bold;
  padding: 3px 5px 7px;
}
#product-listing td {
  background: #FFC90F;
  color: #261825;
  font-size: 11px;
  padding: 5px;
}
#product-listing th.last, #product-listing td.last {
  padding-right: 25px;
}
#product-listing th.first {
  background: url(img/product-listing-th.gif) repeat-y left top #EFB001;
  padding-left: 25px;
}
#product-listing td.first {
  background: url(img/product-listing-td.gif) repeat-y left top #FFC90F;
  padding-left: 25px;
}
#product-listing .odd .first {
  background: url(img/product-listing-td-odd.gif) repeat-y left top #FFD63C;
}
#product-listing .odd td {
  background: #FFD63C;
}
#product-listing .spacer td {
  background: #FFC501;
  padding: 0;
}
#product-listing .spacer td img {
  height: 1px;
}
#product-listing a {
  color: #261825;
}
#product-listing .qty {
  width: 20px;
}
#pagination {
  width: 100%;
}
#pagination td {
  font-size: 11px;
  padding: 5px;
}
#pagination td.first {
  padding-left: 25px;
}
#pagination td.last {
  padding-right: 25px;
}
#product-info {
  width: 608px;
  padding: 0 25px;
}
#product-info .image {
  width: 210px;
  float: left;
}
#product-info .details {
  width: 398px;
  float: left;
}
#product-info .details p {
  padding: 0 0 8px;
}
#product-info .details .leftright {
  width: 398px;
}
#product-info .details .leftright .leftcol {
  width: 150px;
  float: left;
  padding: 9px 0;
  text-align: left;
}
#product-info .details .leftright .rightcol {
  width: 248px;
  float: left;
  padding: 9px 0;
  text-align: right;
}
#main-content .details .ctrlHolder select {
  float: right !important;
  width: 227px !important;
  color: #1E111A;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
#main-content .details .ctrlHolder select option {
  text-align: right !important;
}
#product-info td {
  padding-bottom: 5px;
}
#product-info td.first {
  padding: 5px 15px 5px 25px;
  width: 163px;
}
#product-info td.last {
  padding-right: 25px;
}
#product-info .tableFullWidth .bottom {
  padding-top: 15px;
}
.tableFullWidth {
  width: 100%;
}
#product-info input {
  /* vertical-align: bottom; */
}
#product-info #products-qty {
  height: 18px;
  margin-left: 21px;
  padding: 4px 3px;
  width: 20px;
}
#product-info .tableFullWidth .price, #product-info .details .price {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
#product-info .price span{

font-size: 12px;
font-weight: normal;
padding: 0;
}


/* MAIN_FOOTER */
#main-footer {
  clear: both;
  background: url(img/main-footer.jpg) no-repeat;
  padding: 48px 5px 36px;
  text-align: right;
}
#main-footer ul {
}
#main-footer ul li {
  color: #7C1C06;
  display: inline;
}
#main-footer ul li a {
  color: #7C1C06;
  padding: 0 5px;
  text-decoration: none;
}
#main-footer ul li a:hover {
  text-decoration: underline;
}

/* XTCOMMERCE-COPYRIGHT */
.copyright {
  visibility: hidden;
  color: #EFB001;
  clear: both;
  text-align: center;
}
.copyright a {
  color: #EFB001;
  text-decoration: none;
}
.parseTime {
  visibility: hidden;
  color: #EFB001;
}

