/* Basic styles */

body {
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  background: #ffffff;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #1c1c1c;
}
a {
  background-color: inherit;
  color: #ff2231;
  text-decoration: none;
}
a:hover {
  background-color: inherit;
  color: #c2c2c2;
  cursor: pointer;
}
h1 {
  margin: 0 0 10px 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2 {
  margin: 0 0 10px 0;
  background-color: inherit;
  font-size: 130%;
  color: #ff2231;
}
h3 {
  margin: 0 0 10px 0;
  font-size: 105%;
}
h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 100%;
}
p {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  font-size: 90%;
}
p a img {
  border: 0;
}
.noborder {
  border: none;
}
.arrow {
  background-color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #c2c2c2;
}
.big {
  font-size: 120%;
}
.grey {
  background-color: #ececec;
}
.print {
  float: right;
  padding: 0 10px 0 0;
  border: none;
}

/* Login form */

.login_menu {
  font-size: 90%;
}
.login_menu input {
  padding: 0 0 2px 3px;
  background-color: inherit;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* letter-spacing: -1px; */
  color: #1c1c1c;
}

/* Content: input form */

.input_form .input_field {
  padding: 0 0 2px 0;
  border: 3px solid #ababab;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.input_form .passwd_field {
  width: 125px;
  padding: 0 0 2px 0;
  border: 3px solid #ababab;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 4px;
}
.input_form .info {
  background-color: inherit;
  font-size: 90%;
  color: #787878;
}

/* Content: message box */

#main #error {
  width: 95%;
  padding: 5px 5px 5px 5px;
  margin: 10px 5px 10px 5px;
  background-color: inherit;
  border: 3px solid #ff3300;
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 120%;
  color: #787878;
}
#main #message {
  width: 95%;
  padding: 5px 5px 5px 5px;
  margin: 10px 5px 5px 5px;
  background-color: inherit;
  border: 3px solid #0090ff;
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 120%;
  color: #1c1c1c;
}

/* Content: Special offers */

#content .specialoffer .headline {
  margin: 30px 0 15px 0;
  border-bottom: 3px solid #fefe58;
  background-color: inherit;
  font-size: 130%;
  color: #1c1c1c;
  font-weight: bold;
}
#content .specialoffer .name {
  background-color: inherit;
  font-size: 130%;
  color: #ff2231;
}
#content .specialoffer .price {
  font-size: 100%;
  font-weight: bold;
}
#content .specialoffer .description {
  font-size: 70%;
}
#content .specialoffer .product_image {
  float: left;
  margin: 0 25px 0 0;
}
#content .specialoffer .product_image img {
  width: 120px;
  border: 0;
}
#content .specialoffer .product_price {
  float: right;
  margin: 0  0 0 25px;
  font-size: 110%;
  font-weight: 800;
}
#content .specialoffer .product_availability {
  text-align: center;
}
#content .specialoffer .product_availability img {
  float: right;
  padding: 0 0 0 5px;
}
#content .specialoffer .product_availability a {
  background-color: inherit;
  color: #1c1c1c;
}
#content .specialoffer .product_availability a:hover {
  background-color: inherit;
  color: #42be48;
}
#content .specialoffer hr {
  border: 2px solid #fefe58;
}

/* Content: product info */

#content .navi {
  margin: 0 0 0 0;
  font-size: 11px;
}
#content .navi a {
  background-color: inherit;
  color: #a2a2a2;
}
#content .navi a:hover {
  background-color: inherit;
  color: #1c1c1c;
}

/* Content: product info / basic information */

#content .product_basics {
  margin: 0 0 0 0;
  font-size: 100%;
}
#content .product_basics .image img {
  border: none;
}

/* Content: product info / kits / accessories after adding an item */

#content .product_kit, #content .buy_accessories {
  margin: 5px 0 0 0;
  border: 3px solid #e3e3e3;
}
#content .product_kit h3, #content .buy_accessories h3 {
  margin: 10px 0 0 0;
  border-bottom: 3px solid #e3e3e3;
  background-color: inherit;
  color: #ff2231;
}
#content .product_kit h4, #content .buy_accessories h4 {
  margin: 0 0 5px 0;
  font-size: 105%
}
#content .product_kit p, #content .buy_accessories p {
  margin: 5px 0 5px 0;
}
#content .product_kit tr, #content .buy_accessories tr {
  vertical-align: top;
}
#content .product_kit .image p {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 80%;
}
#content .product_kit .image img, #content .buy_accessories .image img {
  border: none;
}
#content .product_kit h4 img, #content .buy_accessories h4 img {
  float: right;
  padding: 0 7px 5px 0;
  border: none;
}

/* Content: product info / other information */

#content .long_description {
  padding: 10px 20px 10px 7px;
  border: 3px solid #c2c2c2;
  font-size: 80%;
}
#content .product_menu {
  margin: 20px 0 0 0;
  padding: 0 0 9px 0;
}
#content .product_menu a {
  padding: 10px 15px 10px 15px;
  border: 3px solid #c2c2c2;
  background-color: #fefe58;
  font-size: 13px;
  color: #1c1c1c;
}
#content .product_menu a:hover {
  padding: 10px 15px 10px 15px;
  border-top: 3px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;

  border-left: 1px solid #c2c2c2;
  background-color: #c2c2c2;
  color: #1c1c1c;
  cursor: pointer;
}
#content .product_menu .active {
  padding: 10px 15px 10px 15px;
  border-top: 3px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 3px solid #ffffff;
  border-left: 1px solid #c2c2c2;
  background-color: #ffffff;
  font-size: 13px;
  color: #1c1c1c;
  font-weight: bold;
}
#content .product_menu .active:hover {
  background-color: #ffffff;
  color: #1c1c1c;
  cursor: text;
}
#content .product_menu ul {
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
}
#content .product_menu ul li {
  display: inline;
  padding: 0 0 0 0;
}
#content .product_box {
  padding: 0 20px 10px 7px;
  border-top: 3px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 3px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
}
#content .product_box h4 {
  margin: 15px 0 0 5px;
  font-size: 110%;
}

/* Content: product info / other information / accessories */

#content .product_box .accessories a {
  background-color: inherit;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: bold;
}
#content .product_box .accessories a:hover {
  background-color: inherit;
  color: #c2c2c2;
}
#content .product_box .accessories img {
  padding: 0 15px 0 0;
  border: none;
}
#content .product_box .accessories {
  margin:  5px 0 0 10px;
  padding: 0 0 0 0;
  font-size: 70%;
}
#content .product_box .accessories tr td {
  padding: 10px 0 5px 0;
}
#content .product_box .accessories .buy {
  float: right;
  width: auto;
}
#content .product_box .accessories .small a {
  background-color: inherit;
  font-size: 90%;
  color: #ff2231;
  font-weight: normal;
}
#content .product_box .accessories .small a:hover {
  background-color: inherit;
  color: #c2c2c2;
}

/* Content: product info / other information / technical notes */

#content .product_box .technical {
  margin:  15px 0 5px 5px;
  padding: 0 0 0 0;
  font-size: 90%;
}
#content .product_box .technical td {
  padding: 3px 0 3px 5px;
}
#content .product_box .technical .grey {
  background-color: #efefef;
  color: #1c1c1c;
}
#content .product_box .technical .td_width {
  width: 160px
}

/* Content: product info / other information / box contents */

#content .product_box .box_contents {
  list-style-type: square;
  margin: 15px 0 5px 0;
  font-size: 90%;
}

/* Content: product list */

#content .product_list {
  font-size: 90%;
}
#content .product_list a {
  background-color: inherit;
  color: #1c1c1c;
  font-size: 100%;
  letter-spacing: -1px;
}
#content .product_list a:hover {
  background-color: inherit;
  color: #42be48;
}
#content .product_list a img {
  border: none;
}
#content .product_list td {
  padding: 5px 5px 2px 5px;
  border-bottom: 3px dashed #c2c2c2;
}
#content .product_list img {
  padding: 0 0 0 0;
}
#content .product_list .buy {
  text-align: center;
}
#content .product_list .date {
  font-size: 80%;
}

#content .product_list .header {
  border: none;
  background-color: inherit;
  text-align: center;
  color: #c2c2c2;
  font-size: 10px;
  text-transform: uppercase;
}

#content .product_list .header b {
  font-size: 13px;
}
#content .product_list .new, #content .product_trademark_list .product_name .new {
  vertical-align: super;
  background-color: inherit;
  font-size: 80%;
  color: #ff2231;
  font-weight: bold;
  font-style: italic;
}
#content .product_list .price {
  width: 65px;
  font-weight: bold;
}
#content .product_list .trademark {
  padding: 10px 0 0 0;
  border: none;
  background-color: inherit;
  font-size: 150%;
  color: #ff2231;
  font-weight: bold;
}

/* Content: product list with images */

#content .product_trademark_list {
  margin: 15px 0 0 0;
  padding: 5px 7px 7px 5px;
  border: 3px solid #e3e3e3;
  font-size: 90%;
}
#content .product_trademark_list a {
  background-color: inherit;
  color: #1c1c1c;
  font-size: 100%;
}
#content .product_trademark_list a:hover {
  background-color: inherit;
  color: #42be48;
}
#content .product_trademark_list a img {
  border: none;
}
#content .product_trademark_list .availability {
  padding: 5px 0 5px 0;
  font-style: italic;
}
#content .product_trademark_list .availability img {
  float: right;
  padding: 0 0 0 5px;
}
#content .product_trademark_list .bun_description {
  padding: 0 3px 0 0;
  font-size: 80%;
}
#content .product_trademark_list .description {
  padding: 0 3px 0 0;
  font-size: 90%;
}
#content .product_trademark_list .product_image {
  padding: 0 5px 0 0;
}
#content .product_trademark_list .product_name {
  font-size: 110%;
  font-weight: bold;
}
#content .product_trademark_list .price {
  padding: 0 5px 0 0;
  text-align: right;
  font-size: 110%;
  font-weight: bold;
}
#content .product_trademark_list .small a {
  background-color: inherit;
  color: #ff2231;
  font-size: 85%;
  font-weight: normal;
}
#content .product_trademark_list .small a:hover {
  background-color: inherit;
  border-bottom: 3px solid #ff2231;
  color: #c2c2c2;
}

/* Content: adding item to shopping cart, buying items in shopping cart

#content .added_to_basket {
  font-size: 110%;
  font-weight: bold;
}
#content .added_item {
  margin: 10px 0 0 0;
  padding: 3px;
  border: 3px solid #e3e3e3;
}
#content .added_item th, #content .show_shoppingcart th {
  border-bottom: 3px solid #c2c2c2;
  text-align: center;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: normal;
}
#content .added_item .delivery_date, #content .added_item .price {
  width: 80px;
  text-align: center;
}
#content .added_item .item, #content .added_item .price {
  font-weight: bold;
}
#content .added_item .image {
  width: 55px;
}
#content .added_item .image img {
  width: 50px;
  padding: 3px 0 0 0;
  border: none;
}
#content .discount {
  font-size: 120%;
  color: #ff2231;
}
#content .forgot_pw, #main_full .forgot_pw {
  text-align: right;
  font-size: 90%;
}
#content .log_in, #main_full .log_in table {
  margin: 20px auto 5px auto;
  padding: 10px 0 0 0;
  /*border: 3px solid #e3e3e3;
  border: 2px solid #e3e3e3;
  font-size: 80%;
}
#content .registration, #main_full .registration {
  margin: 20px auto 5px auto;
  padding: 0;
  border: 2px solid #e3e3e3;
  font-size: 80%;
}
#main_full .no_registeration {
  margin: 10px 0 0 0;
  font-size: 11px;
}
#main_full .order {
  /*margin: 20px 0 10px 15px;
  margin: 0 0 10px 0;
  text-align: center;
}
#main_full .order img {
  padding: 0 2px 0 2px;
}
#main_full .order_info {
  margin: 15px auto 5px auto;
  font-size: 90%;
}
#main_full #order_payment1, #main_full #order_payment2, #main_full #order_payment3, #main_full #order_payment4 {
  width: 75%;
}
#main_full .payment {
  width: 75%;
}
#main_full .payment_info {
  font-size: 75%;
  line-height: 115%;
}
.show_shoppingcart {
  margin: auto auto auto auto;
  font-size: 90%;
}
.show_shoppingcart .image {
  width: 50px;
  text-align: center;
}
.show_shoppingcart .image img {
  height: 35px;
  border: none;
  vertical-align: middle;
}
#content .show_shoppingcart .item a, #main_full .show_shoppingcart .item a {
  background-color: inherit;
  color: #1c1c1c;
  font-weight: normal;
}
#content .show_shoppingcart .item a:hover, #main_full .show_shoppingcart .item a:hover {
  background-color: inherit;
  color: #ff2231;
}
.show_shoppingcart .mailing {
  padding: 3px 0 3px 0;
  border-top: 3px solid #c2c2c2;
  text-align: center;
}
.show_shoppingcart .order_link img {
  padding: 4px 4px 0 4px;
  border: none;
}
#content .show_shoppingcart .price {
  width: 70px;
  text-align: center;
}
#main_full .show_shoppingcart .price {
  width: 100px;
  text-align: center;
}
.show_shoppingcart .price_all {
  padding: 3px 0 0 0;
  border-top: 3px solid #c2c2c2;
  text-align: center;
  font-weight: bold;
}
#main_full .show_shoppingcart .quantity {
  width: 50px;
  text-align: center;
}
#content .show_shoppingcart .quantity, #content .show_shoppingcart .remove {
  width: 25px;
  text-align: center;
}
#content .show_shoppingcart .remove img {
  border: none;
}

/* FORMS */

#content .input_form {
	font-size: 85%;
}

/* CUSTOMER */
#content #registration {
	font-size: 85%;
} 

#content #registration .customer_default_info {
	width: 222px;
	padding: 0;
	border: 2px solid #e3e3e3;
	font-size: 80%;
	float: left;
}
#content #registration .customer_messages {
	width: 222px;
	padding: 0;
	border: 2px solid #e3e3e3;
	font-size: 80%;
	float: right;
}
#content #registration .customer_message {
  font-size: 80%;
  color: #787878;
}
#content #registration .customer_header {
  padding: 10px 0 10px 10px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 140%;
  color: red;
}
#content #registration .eula {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 12px;
}


/* Link to the top of the page + a note */

#up {
  clear: both;
  margin: 10px 0 15px 0;
  text-align: center;
}
#up img, .product_list .up img {
  border: none;
}
#note {
  margin: 0 0 15px 0;
  background-color: inherit;
  text-align: center;
  font-size: 11px;
  color: #c2c2c2;
}
.product_list .up {
  padding: 10px 0 10px 0;
  border: none;
  text-align: right;
}

/* Shopping cart */
.cart_header {
	border-bottom: 3px solid #c2c2c2;
	text-transform: capitalize;
	font-size: 80%;
	font-family: "Arial Narrow";
}
.cart_info {
	font-size: 80%;
	border-top: 3px solid #c2c2c2;
}
.cart_footer {
	border-top: 3px solid #c2c2c2;
}
.cart_item  {
	font-size: 80%;
}
.cart_item a {
  	color: #1c1c1c;
}
.cart_item a:hover {
  	color: red;
}
#content_full #cart_message {
	border: 5px solid #e3e3e3;
	text-align: center;
  	color: blue;
  	padding: 15px;
}
