/* Basic styles */

body {
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  background: #f2f2f2;
  font-family: "Trebuchet MS", Georgia, "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-size: 140%;
  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: 120%;
}
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: 95%;
}
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 5px 0 0;
  border: none;
}

/* Main divs */

#base {
  width: 800px;
  margin: 0 auto 0 auto;
  background: url("graphics/bg_content.gif") repeat-y #f2f2f2;
  color: #1c1c1c;
}
#header {
  height: 99px;
  padding: 1px 0 0 0;
  background: url("graphics/bg_header.gif") no-repeat #f2f2f2;
  color: #1c1c1c;
}
#navigation {
  width: 793px;
  height: 65px;
}
#main {
  width: 793px;
}
#content {
	float: left;
	width: 450px;
	padding: 0px 5px 50px 5px;
	margin: 0;
/*	border: 1px solid #ababab;	*/
}
#content_full {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0px 20px 50px 20px;
/*	border: 1px solid #ababab;	*/
}
#content_default {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0px 20px 50px 20px;
/*	border: 1px solid #ababab;	*/
}
#footer {
  height: 40px;
  background: url("graphics/bg_footer.gif") no-repeat #f2f2f2;
  padding: 0 0 0 50px;
  text-align: center;
  color: #1c1c1c;
  font-size: 10px;
  letter-spacing: 1px;
}

/* Header */

#header img {
  float: left;
}
#header .banner {
  padding: 0 0 0 2px;
}

/* Main navigation */

#navigation .navmenu {
  width: 643px;
  float: left;
}
#navigation .navmenu img {
  border: none;
}
#navigation .navmenu .greybar {
	background: url("graphics/nav_grey_left.gif") top right no-repeat;
	color: #1c1c1c;
	width: 55px;
	height: 65px;
	float: left;
	padding: 20px 1px 0 1px;
	margin: 0;
}
#navigation .navmenu .navitem {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation .navmenu .navitem a:link {
	background: url("graphics/nav_btn.gif") top center no-repeat;
	color: #1c1c1c;
	width: 115px;
	height: 65px;
	float: left;
	padding: 20px 2px 0 0px;
}
#navigation .navmenu .navitem a:visited {
	background: url("graphics/nav_btn.gif") top center no-repeat;
	color: #1c1c1c;
	width: 115px;
	height: 65px;
	float: left;
	padding: 20px 2px 0 0px;
}
#navigation .navmenu .navitem a:active {
	background: url("graphics/nav_btn_over.gif") top center no-repeat;
	color: #1c1c1c;
	width: 115px;
	height: 65px;
	float: left;
	padding: 20px 2px 0 0px;
}
#navigation .navmenu .navitem a:hover {
	background: url("graphics/nav_btn_over.gif") top center no-repeat;
	color: #1c1c1c;
	width: 115px;
	height: 65px;
	float: left;
	padding: 20px 2px 0 0px;
}
#navigation .navmenu .navitem_active {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: url("graphics/nav_btn_over.gif") top center no-repeat;
	width: 115px;
	height: 65px;
	float: left;
	padding: 20px 2px 0 0px;
}
#navigation .navmenu .navitem_active a:link,  .navitem_active a:active,  .navitem_active a:hover,  .navitem_active a:visited {
	color: #ffffff;
}
#navigation .searchbar {
  float: right;
  width: 150px;
  height: 65px;
  margin: 0 0 0 0;
  padding: 0px 0 0 0;
  background: url("graphics/nav_grey_right.gif") no-repeat #ffffff;
  text-align: center;
  color: #1c1c1c;
}
#navigation .searchbar input {
  padding: 0 2px 0 3px;
  border: 1px solid #ababab;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#navigation .searchbar table {
  margin: 3px 0 0 0;
}
#navigation .searchbar .search {
  padding: 0 0 0 9px;
  text-align: left;
  font-size: 11px;
}
#navigation .searchbar .searchbutton {
  padding: 3px 3px 0 0;
  text-align: left;
}
/* MENUS */

#leftmenu {
	float: left;
	width: 173px;
	margin: 0 0px 50px 1px;
	/* padding: 15px 0 10px 10px; */
	color: #1c1c1c;
}
#leftmenu .header {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
	padding: 5px 0 0 0;
	background: url("graphics/box_left_top.gif") top right no-repeat #ffffff;
	height: 40px;
}
#leftmenu .content {
	font-size: 90%;
	line-height: 150%;
	padding: 0 0 5px 5px;
	background-image: url("graphics/bg_box_left.gif");
	background-repeat: repeat-y;
}
#leftmenu .footer {
  height: 7px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url("graphics/box_left_bottom.gif") top right no-repeat #ffffff;
  color: #1c1c1c;
}
#leftmenu a {
  background-color: inherit;
  color: #1c1c1c;
  text-decoration: none;
}
#leftmenu a:hover {
  border-bottom: 3px solid #fefe58;
  background-color: inherit;
  color: #c2c2c2;
}
#bannermenu {
	float: right;
  	width: 160px;
	margin: 0px 0px 50px 0px;
	/* padding: 15px 0 10px 10px; */
	color: #1c1c1c;
}
#rightmenu {
	float: right;
  	width: 149px;
	margin: 0px 0px 50px 0px;
	/* padding: 15px 0 10px 10px; */
	color: #1c1c1c;
}
#rightmenu .header {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
	padding: 5px 0 0 0;
	width: 100%;
	background: url("graphics/box_right_top.gif") top right no-repeat #ffffff;
	height: 40px;
}
#rightmenu .content {
	font-size: 90%;
	padding: 5px 2px 5px 5px;
	background-image: url("graphics/bg_box_right.gif");
	background-repeat: repeat-y;
}
#rightmenu .footer {
	width: 100%;
	height: 7px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	background: url("graphics/box_right_bottom.gif") top right no-repeat #ffffff;
	color: #1c1c1c;
}

#promenu .active {
  background-color: inherit;
  color: #ff2231;
  font-weight: bold;
}
#promenu .parent {
  padding: 0 0 20px 0;
  background-color: inherit;
  color: #1c1c1c;
  font-weight: bold;
  cursor: pointer;
}
#promenu .parent a:hover {
  background-color: inherit;
  border-bottom: 3px solid #fefe58;
  color: #c2c2c2;
  cursor: pointer;
}
#promenu .parent a:active {
  background-color: inherit;
  color: #ff2231;
  font-weight: bold;
}
#promenu .parent_active {
  background-color: inherit;
  color: #ff2231;
  font-weight: bold;
}
#promenu .child {
  display: none;
  padding: 0 0 5px 10px;
}
#promenu .child_active {
  display: block;
  padding: 0 0 5px 10px;
}
#promenu .trademark {
  display: none;
  padding: 0 0 5px 15px;
  font-size: 90%;
}
#promenu .trademark_active {
  display: block;
  padding: 0 0 5px 15px;
  font-size: 90%;
}

/* Shopping cart menu */

.shoppingcart_contents {
  margin: 10px 0 10px 0;
  padding: 0 0 0 15px;
  font-size: 80%;
}

/* Windows */

/*
#window_new_products .header, #window_news .header {
  background-color: inherit;
  font-size: 120%;
  color: #ff2231;
}
*/
/* Netstore 


#content .nolink {
  margin: 0 3px 0 0;
  text-align: right;
  background-color: inherit;
  font-size: 75%;
  text-decoration: none;
  text-transform: uppercase;
}
#content .small {
  margin: 0 3px 0 0;
  text-align: right;
  font-size: 85%;
}
#content .small a, #content .small a {
  background-color: inherit;
  color: #ff2231;
  text-decoration: none;
  text-transform: uppercase;
}
#content .small a:hover, #content .small a:hover {
  background-color: inherit;
  border-bottom: 3px solid #ff2231;
  color: #c2c2c2;
}
#content .content {
  padding: 5px 1px 1px 3px;
  background-image: url("graphics/bg_box_right.gif");
  background-repeat: repeat-y;
}
#content .bottomline {
  width: 149px;
  height: 7px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url("graphics/box_right_bottom.gif") top right no-repeat #ffffff;
  color: #1c1c1c;
}

/* Netstore: Shopping cart + user info 

#content .shoppingcart_menu {
  margin: 0 0 5px 0;
  padding: 20px 0 0 0;
  background: url("graphics/box_right_top1.gif") top right no-repeat #ffffff;
  color: #1c1c1c;
}
#content .info {
  margin: 13px 0 5px 0;
  padding: 20px 0 0 0;
  background: url("graphics/box_right_top2.gif") top right no-repeat #ffffff;
  color: #1c1c1c;
}

/* 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: 1px 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: 1px 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 */

.specialoffer .headline {
  margin: 30px 0 15px 0;
  border-bottom: 3px solid #fefe58;
  background-color: inherit;
  font-size: 130%;
  color: #1c1c1c;
  font-weight: bold;
}
.specialoffer .name {
  background-color: inherit;
  font-size: 130%;
  color: #ff2231;
}
.specialoffer .price {
  font-size: 100%;
  font-weight: bold;
}
.specialoffer .description {
  font-size: 70%;
}
.specialoffer .product_image {
  float: left;
  margin: 0 25px 0 0;
}
.specialoffer .product_image img {
  width: 120px;
  border: 0;
}
.specialoffer .product_price {
  float: right;
  margin: 0  0 0 25px;
  font-size: 110%;
  font-weight: 800;
}
.specialoffer .product_availability {
  text-align: center;
}
.specialoffer .product_availability img {
  float: right;
  padding: 0 0 0 5px;
}
.specialoffer .product_availability a {
  background-color: inherit;
  color: #1c1c1c;
}
.specialoffer .product_availability a:hover {
  background-color: inherit;
  color: #42be48;
}
.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: 1px 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: 1px 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: 1px solid #c2c2c2;
  background-color: #fefe58;
  font-size: 13px;
  color: #1c1c1c;
}
#content .product_menu a:hover {
  padding: 10px 15px 10px 15px;
  border-top: 1px 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: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px 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: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px 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: 1px 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: 1px 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: 1px 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: 1px 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: 1px solid #c2c2c2;
	text-transform: capitalize;
	font-size: 80%;
	font-family: "Arial Narrow";
}
.cart_info {
	font-size: 80%;
	border-top: 1px solid #c2c2c2;
}
.cart_footer {
	border-top: 1px 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;
}