/* --- base -------------------------------------- */

body {
 margin: 0px 0px 0px 0px;
 font-family: Arial;
 font-size: 8pt;
 overflow-x: hidden;
}

a {
 text-decoration: none;
}

a:focus { 
 outline: none;
}

.clearfloat {
 position: relative;
 clear: both;
 display: block; 
}

/*.block {
 position: relative;
 display: block; 
}*/

#container, #container_light {
 position: relative;
 width: 930px;
 margin-left: auto;
 margin-right: auto;
 height:auto !important; /* real browsers */
 height:100%; /* IE6: treaded as min-height*/
 min-height:100%; /* real browsers */ 
 display: block;
}
 
#header {
 position: relative;
 width: 930px;
 height: 174px; 
 overflow: hidden;
}


#header #logo {
 position: relative;
 float: left;
 width: 372px;
 height: 174px;
 overflow: hidden; 
}

#header #photo {
 position: relative;
 float: right;
 width: 558px;
 height: 174px;  
 overflow: hidden;
}

#header #photo img {
 min-width: 558px;
}

#content {
 position: relative;
 width: 930px;
 height:auto !important; /* real browsers */
 height:100%; /* IE6: treaded as min-height*/
 min-height:100%; /* real browsers */
/*min-height:1000px;
height:auto !important; /* voor moderne Browser */
/*height:1000px;*/ /*voor IE6 */
}

#content_left {
 position: relative;
 float: left;
 width: 185px;
 min-height:1000px;
 height:auto !important; /* voor moderne Browser */
 height:1000px; /*voor IE6 */
 margin-top: 21px;
 padding: 0px;
 overflow: hidden;
}

#content_right {
 position: relative;
 /**position: absolute;*/
 float: right;
 width: 744px;
 /**width: 704px;*/
 margin-top: 21px; 
 min-height:1000px;
 height:auto !important; /* voor moderne Browser */
 height:1000px; /*voor IE6 */
}

#NotifyGreen {
 width:100%;
 z-index:300;
 text-align:center;
 position:fixed;
 top:0px;
 left:0px;
 padding-top: 19px;
 padding-bottom: 19px;
 font-size:18px;
 display:none;
}
  
#NotifyRed {
 width:100%;
 z-index:300;
 text-align:center;
 position:fixed;
 top:0px;
 left:0px;
 padding-top: 19px;
 padding-bottom: 19px;
 font-size:18px;
 display:none;
}

/* --- header > cart_small ----------------------- */

#header #cart_small {
 position: absolute;
 left: 230px;
 width: 230px;
 top: 3px;
 font-size: 8pt;
 z-index: 1;
 text-align:right;
}

#header #cart_small a.cart_icon_link {
 position: relative;
 margin-top: 15px;
}

#header #cart_small a.cart_icon_link img {
 position: relative;
/* z-index: 0;*/
}

/* --- navigation--------------------------------- */

#navigation {
 margin: 0px;
 padding: 0px;
 list-style: none;
 width: 930px;
 height: 40px;
}

#navigation li {
  float: left;
  list-style: none;
  height: 40px;
  width: 185px;
}

#navigation li a {
  padding-left: 10px;
  text-decoration: none;
  line-height: 40px;
  width: 175px;
  font-size: 11pt;
  display: block;
}

#navigation li a:hover {
  padding-left: 10px;
  text-decoration: none;
  line-height: 40px;
  width: 175px;
  font-size: 11pt;
  display: block;
}

#navigation li a.active {
  padding-left: 10px;
  text-decoration: none;
  line-height: 40px;
  width: 175px;
  font-size: 11pt;
  display: block;
}

/* --- subnavigation ----------------------------- */

#subnavigation {
 margin: 0px;
 padding: 0px;
 list-style: none;
 width: 930px;
 height: 25px;
}

#subnavigation li {
  float: left;
  list-style: none;
  height: 25px;
  width: 185px;
}

#subnavigation li a {
  padding-left: 10px;
  text-decoration: none;
  line-height: 25px;
  width: 175px;
  font-size: 9pt;
  display: block;
}

#subnavigation li a:hover {
  padding-left: 10px;
  text-decoration: none;
  line-height: 25px;
  width: 175px;
  font-size: 9pt;
  display: block;
}

#subnavigation li a.active {
  padding-left: 10px;
  text-decoration: none;
  line-height: 25px;
  width: 175px;
  font-size: 9pt;
  display: block;
}

/* --- content_left ------------------------------ */

#content_left_hidden {
	display: none;
}

#content_left a.active {
 font-weight: bold;
}

#content_left .block {
 position: relative;
 float: left;
 width: 185px;
 height: auto;
 margin-bottom: 5px;
 font-size: 9pt;
 padding-bottom: 10px;
 display: block;
}

#content_left .block .cart_left {
 position: relative;
 padding: 7px;
 height: 52px;
}

#content_left .block .search {
 position: relative;
 padding: 7px;
 height: 26px;
}

#content_left .block .search input {
 float: left;
 width: 130px;
 padding: 4px;
 height: 16px;
 /*margin-bottom: 7px;*/
}

#content_left .block .search input.submit_search {
 float: right;
 width: 20px;
 display: block;
 height: 20px;
 /*padding: 3px;*/
 cursor: pointer;
 padding:2px;
 /*padding-bottom: 10px;*/
}

#content_left .block .search a {
 background-image:url(../images/left_arrow.gif);
 background-position:left center;
 background-repeat:no-repeat;
 display: block;
 float: left;
 height: 20px;
 margin: 0px;
 margin-left: -7px;
 padding: 0px;
 padding-left: 22px;
 padding-top: 2px;
 width: 163px; 
 height: 20px;
 line-height: 18px;
 font-size: 8pt;
 /*margin-top: 3px;*/
}

#SubmitButton {
 width:215px;
 margin-top: 5px;
 margin-bottom: 5px;
 height: 27px;
}

#content_left .block h1 {
 position: relative;
 display: block;
 margin: 0px;
 width: 172px;
 font-size: 9pt;
 height: 18px;
 line-height: 18px;
 font-weight: 100;
 padding: 3px;
 padding-left: 10px;
}

#content_left .block h1 .secure_payments {
 position: relative;
 background: url(../images/icons/tick.png) no-repeat left center;
 padding: 1px;	
 padding-left: 20px;
 line-height: 18px;	
 display: block;
}
 
#content_left .block .PaymentOptions {
 clear: both;
 padding: 0px;
 margin: 0px;
 margin-top: 0px;
 display: block;
}

#content_left .block .PaymentOptions LI.paymethod {
 margin-top: 5px;
 list-style: none;
 display: block;
}

#content_left .block .PaymentOptions LI.main {
  list-style: none;
  /*height: auto;
  min-height: 20px;*/
  font-size: 8pt; 
  padding: 3px;
  vertical-align: top;
}

#content_left .block .PaymentOptions LI.ad {
 position: relative;
 clear: both;
 list-style: none;
 padding: 3px;
 margin: 0px;
 margin-bottom: 7px;
}

#content_left .block .PaymentOptions LI.main a {
  position: relative;
  width: 165px;
  /*line-height: 20px;*/
  padding-left: 20px;
  background-image: url(../images/left_arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
  display: block; 
  vertical-align: top;  
}

#content_left .block .PaymentOptions LI.main a:hover {
 background-image: url(../images/left_arrow_hover.gif);
}

#content_left .block .PaymentOptions LI.main a.active {
 background-image: url(../images/left_arrow_active.gif);
}

#content_left .block .PaymentOptions LI.sub {
 font-size: 8pt;
 list-style: none;
 padding-top: 3px;
 padding-bottom: 3px; 
}

#content_left .block .PaymentOptions LI.subsub {
 font-size: 8pt;
 list-style: none;
 padding-top: 3px;
 padding-bottom: 3px; 
 padding-left: 30px;
}

#content_left .block .PaymentOptions LI.subsubsub {
 font-size: 8pt;
 list-style: none;
 padding-top: 3px;
 padding-bottom: 3px; 
 padding-left: 40px;
}

#content_left .block .PaymentOptions LI.subsubsubsub {
 font-size: 8pt;
 list-style: none;
 padding-top: 3px;
 padding-bottom: 3px; 
 padding-left: 50px;
}

#content_left .block .PaymentOptions LI.paymethodLeft {
 float: left;
 list-style: none;
 padding: 0px;
 margin: 0px;
 padding-top: 3px;
 margin-top: 7px;
 display: block;
}

#content_left .block .PaymentOptions LI.paymethodRight {
 float: right;
 list-style: none;
 padding: 0px;
 margin: 0px;
 padding-top: 3px;
 margin-top: 7px;
 display: block;
}

#content_left .block .PaymentOptions LI.sub a {
 position: relative;
 padding-left: 23px;
 /*height: 20px;
 line-height: 20px;*/
 width: 165px;
 display: block;
}

/* --- content_right > slider -------------------- */

#SlideContainer{
 margin: 0px;
 padding: 0px;
 margin-left: 24px;
}
	
.slide{
 width: 697px;
 height: 250px;
}
	
#SlideLeft {
 float: left;
 width: 302px;
 height: 233px; 
}

#SlideRight {
 float: right;
 width: 302px;
 height: 233px; 
}

/* --- content_right > frontpage ----------------- */

/*
#content_right_big {
 width: 100%;
 background-color: #fbf5bb;
}

#content_right #slider {
 position: relative;
 width: 600px;
 height: 220px;
 overflow: hidden;
 margin-bottom: 20px;
 margin-left: 34px;
 border: 4px solid #f4b02b;
 background-color: #fff;
 }

 
#content_right #slider ul, #slider li {
 margin:0;
 padding:0;
 list-style:none;
}

#content_right #slider li { 
 width: 608px;
 height: 235px;
 overflow: hidden; 
}	

#content_right #slider li span.Action{ 
 background-color: #3F8FD4;
 color: #FFFFFF;
 height: 15px;
 margin-left: 1px; 
 overflow: hidden;
 padding: 2px;
 width: 90px;
 margin-top: 37px;
 text-align: center;
}

#content_right #slider li div.ImageBorder {
  width: 149px;
  height: 229px;
  float: left;
  margin-right: 13px;
}

#content_right #slider li img {
 position: relative;
 top: 50%;
 width: 100px;
 left: 50%;
 margin-left: -50px;
}

#content_right #slider li h1 {
 position: relative;
 float: left;
 width: 380px;
 height: 30px;
 font-size: 15pt;
 margin-top: 10px;
 margin-bottom: 15px;
 margin-left: 1px;
}

#content_right #slider li span {
 position: relative;
 float: left;	
 width: 380px;	 
 font-size: 9pt;
}

#content_right #slider #AddToCart {
  width: 187px;
  height: 29px;
  background-color: #2db14e;
  background-image: url("../images/navigation_arrow_90.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #fff;
  border: 0px;
  text-align: left;
  padding-left: 5px;
  /*margin-top: 160px;
  *margin-top: 10px;
  margin-left: -95px;
}*/

/* is dit de oude??? (2009-10-30)
#content_right #slider #add_to_cart {
  padding: 0px;
  margin: 0px;
  height: 230px;
  margin-top: 160px;
}

#content_right #slider li span.price_old {
 position: relative;
 display: block;
 float: left;	
 width: auto;	 
 font-size: 16px;
 margin-left: 1px;
 margin-right: 15px;
 height: 30px;
}	

#content_right #slider li span.price_new {
 position: relative;
 display: block;
 float: left;	
 width: 150px;	 
 font-size: 16px;
 font-weight: 100;
 margin-left: 1px;
 height: 30px;
 margin-top: -4px;
 font-weight: bold;
}	

#content_right #slider li span.price_new strong {
 width: 150px;	 
 font-size: 26px;
 font-family: arial;
}

#content_right #slider li span.price_new a {
 width: 150px;	 
 font-size: 26px;
 font-family: arial;
 font-weight: 900;
}

#content_right #slider li div.Action {
 width: 76px;
 font-size: 8pt;
 font-weight: normal;
 height: 20px;
}	

#content_right #slider li span.ActionEmpty {
 width: 76px;
 font-size: 8pt;
 font-weight: normal;
 height: 20px;
 padding-top: 10px;
}	*/

#content_right ul.products {
 position: relative;
 clear: both;
 width: 720px; /* changed by Richard 2010-05-14 */
 list-style: none;
 margin: 0px;
 padding: 0px;
 margin-left: 24px;  /* added by Richard 2010-05-14 */
}

#content_right ul.products li.Products {
 position: relative;
 text-align: center;
 float: left;
 width: 142px;
 height: 275px;
 text-align: left;
 /*overflow: hidden; /* added by Richard 2010-05-14 */
}

#content_right ul.products li.Product {
 float: left;
 width: 188px;
 height: 288px;
 padding: 0px; 
 padding-top: 15px;
}

#content_right ul.products li div.ImageBorder {
 position: relative;
 height: 187px;
 width: 128px;
 margin-top: 0px;
 vertical-align: middle;
 
}

#content_right ul.products li img {
 position: relative;
 top: 50%;
 width: 115px;
 vertical-align: middle;
 left: 50%;
 margin-left: -57px;
}

#content_right ul.products li h3 {
 position: relative;
 height: 15px;
 width: 128px;
 margin: 0px;
 font-size: 8pt;
 font-weight: bold;
 /*margin-left: 25px;*/
 margin-top: -7px;
}

#content_right ul.products li h3 a {
 text-transform: uppercase;
}

#content_right ul.products li span.price_old {
 position: relative;
 width: 150px;	 
 height: 25px; 
 font-size: 8pt;
 margin-top: 25px;
 /*margin-left: 25px;*/
}	

#content_right ul.products span.price_new {
 position: relative;
 width: 150px;	 
 height: 50px; 
 font-size: 9pt;
 margin-left: 15px;
 /*margin-left: 25px;*/
}	

#content_right ul.products span.price_new_search {
 position: relative;
 width: 150px;	 
 height: 50px; 
 font-size: 9pt;
 margin-left: 15px; 
 /*margin-left: 25px;*/
}	

#content_right ul.products div.label_new {
 position: absolute;
 width: 76px;
 font-size: 9pt;
 font-weight: normal;
 padding: 3px;
 left: 23px;
 text-align: center;
 bottom: 10px;
}	

#content_right ul.products div.label_new_empty {
 position: absolute;
 width: 76px;
 font-size: 9pt;
 font-weight: normal;
 padding: 3px;
 left: 23px;
 text-align: center;
 bottom: 10px;
}	

#content_right ul.products li span.price_new a {
 font-family: arial;
 font-size: 9pt;
 font-weight: bold;
}

#content_right ul.products li span.price_new_search a {
 font-family: arial;
 font-size: 11pt;
 font-weight: bold;
 margin-left: 5px;
}

#content_right ul.products li #AddToCartIcon {
 position: absolute;
 left: 0px;
 bottom: 24px;
 width: 10px;
 height: 10px;
 border: none;
 z-index: 1000;
}

#content_right ul.products li #brand_icon {
 position: absolute;
 left: 147px;
 top: 225px;
 width: 40px;
 height: 30px;
 z-index: 5000;
}

/* --- content_right > pagenumbers --------------- */

#content_right ul.page_numbers {
 clear: both;
 position: relative;
 float: right;
 list-style: none;
 margin: 0px;
 padding: 0px;
 margin-right: 19px;
}

#content_right ul.page_numbers li {
 position: relative;
 float: left;
 margin-left: 5px; 
 width: auto;
 min-width: 25px;
 height: 25px;
}

#content_right ul.page_numbers li a {
 position: relative;
 float: left;
 padding: 3px;
 display: block;
 width: auto;
 min-width: 19px;
 line-height: 19px;
 text-align: center;
} 

#content_right ul.page_numbers li a.active {

}

#content_right ul.page_numbers li.button {
 position: relative;
 float: left;
 margin-left: 5px; 
 width: 100px;
 height: 25px;
}

#content_right ul.page_numbers li.button a {
 position: relative;
 float: left;
 padding: 3px;
 display: block;
 width: 89px;
 line-height: 19px;
 text-align: center;
} 

#content_right ul.page_numbers li a:hover { 
}

/* --- content_right > products_viewed ----------- */

#content_right #products_viewed {
 position: relative;
 clear: both;
 width: 725px;
 height: auto;
 padding-top: 50px;
 display: block; 
}

#content_right #products_viewed a.delete_viewed {
 position: relative;
 float: left;
 background: transparent url(../images/icons/cancel.png) no-repeat scroll left center;
 padding-left: 20px;
 margin: 4px;
}

#content_right #products_viewed h2 {
 position: relative;
 margin: 0px;
 margin-left: 25px;
 text-transform: uppercase;
 margin-top: 4px;
 margin-bottom: 10px;
 font-size: 11pt;
}

/* --- content_right > categories ---------------- */

/*#content_right ul.categories {*/
table.categorie_table {
 position: relative;
 clear: both; 
 width: 744px; 
 list-style: none;
 margin: 0px;
 padding: 0px;
}

table.categorie_table td {
 width: 161px;
 text-align: left;
 vertical-align: top;
 padding-bottom: 25px;
 padding-left: 25px;
}

table.categorie_table td h1 {
 position: relative;
 margin: 0px;
 font-size: 8pt;
 line-height: 8pt;
 margin-bottom: -8px;
}

table.categorie_table td h1 a{
 font-size: 8pt;
}

table.categorie_table td a {
 font-size: 8pt;
}

table.categorie_table td a.subsub {
 font-size: 8pt;
 /*margin-left: 5px;*/
}

table.categorie_table td a.subsubsub {
 font-size: 8pt;
 /*margin-left: 10px;*/
}

/* --- content_right > product ------------------- */

#AddToCart {
 cursor: pointer;
}

#content_right #product {
 position: relative;
 width: 684px; 
 padding: 0px;
 height: 404px;
 margin-left: 30px;
 margin-top: 10px;
}

#content_right #product #imagespan {
 position: relative;
 float: left; 
}

#content_right #product #imagespan .image {
 position: relative;
 padding: 10px;
 width: 230px;
 height: 345px;
}

#content_right #product #imagespan .image .jqzoom {
 width: 230px;
 height: 345px;
}

#content_right #more_images {
 position: relative;
 width: 244px;
 height: 16px;
 margin-top: 4px;
 padding: 3px;
}

#content_right #more_images a.Product {
 position: relative;
 float: left;
 width: 100px;
 text-align: left;
 font-size: 8pt;
 line-height: 16px; 
 padding-left: 20px;
 line-height: 16px;
 background: url(../images/icon-zoom.gif) no-repeat left center; 
 /*padding: 4px;*/
}

#content_right #more_images a.right {
 position: relative;
 float: right;
 width: 100px;
 text-align: right;
 font-size: 8pt;
  line-height: 16px;
 /*padding-right: 20px;

 background: url(../images/icon-zoom.gif) no-repeat right center;*/
 /*padding: 1px; */
}

#content_right #more_images .spacer {
 position: relative; 
 float: left;
 display: block;
 width: 3px;
 height: 3px;
}

#content_right #more_images .small_image_span {
 position: relative;
 float: left;
 width: 40px;
 height: 40px;
 padding: 3px;
 /*margin-right: 3px;*/
 display: block;
}

#content_right #more_images .small_image_span a {
 position: relative;
 width: 40px;
 height: 40px;
 display: block;
 overflow: hidden;
}

#content_right #more_images .small_image_span img {
 position: relative;
 margin-top: -50px;
 margin-left: -55px;
}

/*
#content_right #product  #imagespan #moreimages img {
 float: left;
 margin-right: 5px;
}*/

#content_right #product #product_head {
 position: relative;
 float: right;
 width: 400px;
 margin-top: 0px;
}

#content_right #product #product_head h1 {
 position: relative;
 font-size: 13pt;
 float: left;
 width: 300px;
 margin: 0px;
}

#content_right #product #product_head .sublinks {
 position: relative;
 width: 300px;
 float: left;
 clear: left;
 font-size: 8pt;
}

#content_right #product #product_head .sublinks a {
 font-size: 8pt;
}

#content_right #product #product_head .logo {
 position: relative;
 float: right;
 width: 70px;
 height: 53px;
 min-height: 50px; 
 display: block;
}

#content_right #product .summary {
 position: relative;
 float: right;
 width: 400px;
 height: 210px;
 margin-bottom: 5px;
}

#content_right #product .icons {
 position: absolute;
 width: 350px;
 height: 30px;
 left: 0px;
 bottom: 5px;
}

#content_right #product .icons .icon {
 float: left;
 margin-right: 5px;
}

#content_right #product .promotions {
 position: relative;
 width: 400px;
 height: 75px;
 font-size: 8pt;
 line-height: 10pt;
}

#content_right #product .promotions strong {
 font-size: 9pt;
}

#content_right #product .summary div.no_shipping {
 position: relative;
 float: right;
 width: 125px;
 font-size: 9pt;
 font-weight: normal;
 padding: 3px;
 text-align: center;
}

/*#content_right #product .summary h1 {
 clear: both;
 margin: 0px;
 font-size: 13pt;
 margin-bottom: 5px; 
 }*/
 
/*#content_right #product .summary span.sublinks {
 clear: both;
 font-size: 9pt;
 position: relative;
 margin-bottom: 20px;
 display:block;
}*/

#content_right #product .summary span.price_old {
 position: relative;
 clear: both; 
 width: auto; 
 font-size: 10pt;
 /*margin-top: 13px; */
}	

#content_right #product .summary span.price_new {
 clear:both;
 width: 200px;	 
 font-size: 22px;
 font-family: arial;
 font-weight: bold;
}	

/*#content_right #product .form {
 position: relative;
 float: right;
 margin-left: 25px;
 width: 430px;
 height: 100px;
 margin: 0px;
 background-color: #EAE9E4;
}*/

#content_right #product .form form {
 margin: 0px;
}

#content_right #product .form form table {
 position: relative;
 /*width: 328px;
 
 background-color: #FF0000;*/
}

#content_right #product .form #AddToCartImage {
 /*clear: both;
 float: right;*/
 width: 65px;
 height: 55px;
 border: none;
 cursor: pointer;
 -moz-opacity: 1; filter:alpha(opacity=100); opacity: 1;
}

#content_right #product .form #AddToCartImage[disabled] {
 -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

#Forward[disabled] {
 -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;
}

#content_right #product .out_of_stock {
 position: relative;
 width: 290px;
 border: none;
 color: #ed4144;
 font-size: 9pt;
 background: url(../images/icons/icon-false.png) no-repeat left center;
 padding-left: 20px;
 line-height: 16px;
}


#content_right #product select.product_option, #content_right #product select.product_extra {
 /*float: left;*/
 position: relative;
 width: 200px;
 padding: 0px;
 margin: 0px;
 font-size: 9pt;
 line-height: 15pt;
 margin-bottom: 1px;

}

#content_right #product form.form {
 position: relative;
 float: right;
 /*bottom: 8px;
 right: 0px;*/
 padding-top: 5px;
 width: 400px;
 height: 123px;
}


#content_right .ProductDescription {
 padding-top: 20px;
 height: auto;
 margin-left: 30px;
 font-size: 9pt;
}

#content_right .ProductDescription h2 {
 clear:both;
 /*font-weight: 100;*/
 text-transform: uppercase;
 font-size: 11pt;
 margin: 0px;
 margin-bottom: 15px;
}

#content_right .ProductDescription UL {
 position: relative;
 clear: both;
 margin: 0px;
 padding: 0px;
 margin-top: 30px;
 background-color: #0093D1;
}

#content_right .ProductDescription UL LI {
 float: left; 
 width: 327px; 
 margin: 0px;
 padding: 0px;
 padding-right: 25px;
 list-style: none;  
 margin-bottom: 10px;
}

/* --- content_right > cart ---------------------- */

#content_right table.cart {
 position: relative;
}

.CartHeader {
 font-size: 10pt;
}

.CartHeader td {
 padding: 0px;
 padding-left: 7px;
 line-height: 24px;
}

table.cart {
 position: relative;
 border-top: none;
 width: 693px;
 left: 50%;
 margin-left: -346px;
 margin-top: 30px;
 font-size: 10pt;
}

table.cart td.empty {
 font-size: 10pt;
 text-align: center;
 padding: 15px;
}

table.cart td.title_product {
 padding: 0px;
 padding-left: 7px;
 line-height: 24px;
 width: 109px;
}

table.cart td.title_description {
 padding: 0px;
 padding-left: 7px;
 line-height: 24px;
 width: 230px;
}

table.cart td.title_amount {
 padding: 0px;
 padding-left: 7px;
 line-height: 24px;
 width: 89px;
}

table.cart td.title_price {
 padding: 0px;
 padding-left: 7px;
 line-height: 24px;
 width: 118px; 
}

table.cart td.title_totalprice {
 padding: 0px;
 padding-left: 7px;
 line-height: 24px;
 width: 115px;
}


table.cart td.image {
 position: relative;
 /*padding: 7px;*/
 text-align: center;
 height: 90px;
}

table.cart td.image img {
 position: relative;
 top: 50%;
 width: 50px;
}

table.cart td.name{
 padding: 7px;
}

table.cart td.name .options {
 font-size: 8pt;
}

table.cart td.amount{
 padding: 7px;
}

table.cart td.amount select {
 width: 50px;
 padding: 3px; 
}

table.cart td.price{
 padding: 7px;
}

table.cart td.totalprice {
 padding: 7px;
}

table.cart td.totalprice a, table.cart a.remove {
 position: relative;
 background: url(../images/icons/cancel.png) no-repeat right center;
 padding: 1px;	
 padding-right: 20px;
 margin-bottom: 5px;
 line-height: 16px;	
 width: 75px;
 display:block;
}

table.cart a.remove_coupon {
 position: relative;
 background: url(../images/icons/cancel.png) no-repeat right center;
 padding: 1px;	
 padding-right: 20px;
 margin-bottom: 5px;
 line-height: 16px;	
 width: 150px;
 display: block;
 font-weight: bold;
}

table.cart td.cart_coupon {
 width: 395px;
 padding: 24px;
}

table.cart td.cart_coupon form {
 margin: 0px;
 width: 395px;
}

table.cart td.cart_coupon form input {
 height: 16px;
 font-size: 10pt;
 width: 198px;
 float: left;
 padding: 3px;
 margin-top: 7px;
 margin-right: 7px;
}

table.cart td.cart_coupon form #AddCoupon {
  height: 24px;
  width: 100px;
  border: 0px;
}

table.cart td.cart_summary {
 padding: 7px;
 vertical-align: top;
}

table.cart td.cart_summary table {
 width: 210px;
}

table.cart td.cart_summary table td.name {
 text-align: left;
 padding: 0px;
 padding-bottom: 7px;
 border: none;
 width: 125px;
}

table.cart td.cart_summary table td.value {
 text-align: left;
 padding: 0px; 
 padding-bottom: 7px;
 border: none; 
}

table.cart #Padding {
  /*padding: 10px;*/
}

table.cart #ShopOrderCouponcode {
 text-transform: uppercase;
}

table.cart #Back {
 height: 30px;
 width: 200px;
 border: 0px;
 margin-bottom: 24px;
 margin-left: 24px;
 text-align: left;
 font-size: 11pt;
 cursor: pointer;
 padding-left: 10px;
}

table.cart #Forward {
 height: 30px;
 width: 200px;
 border: 0px;
 margin-bottom: 24px;
 margin-right: 24px; 
 text-align: right;
 font-size: 11pt; 
 cursor: pointer; 
 padding-right: 10px; 
}

table.cart td.choose {
 padding: 24px;
}

table.cart td.choose .pay_logo {
 position: relative;
 clear: both;
 float: left;
}

table.cart td.choose  label {
 margin-bottom: 1px;
 line-height: 13pt;
 font-size: 8pt;
}

table.cart td.choose  label.payment {
 clear: both;
 position: relative;
 height: 24px;
 line-height: 24px;
 margin-top: 3px;
}

table.cart td.choose select {
 position: relative;
 width: 438px;
 margin-bottom: 3px;
 padding: 3px;
}

table.cart td.choose input[type=text], table.cart td.choose input[type=password] {
 position: relative;
 width: 430px;
 /*margin-top: 7px;*/
 padding: 3px;
 margin-bottom: 3px;
}

table.cart td.choose textarea {
 position: relative;
 width: 430px;
 height: 100px;
 /*margin-top: 7px;*/
 padding: 3px;
 margin-bottom: 3px;
}

table.cart td.choose a.add_address {
 position: relative;
 background: url(../images/icons/add.png) no-repeat left center;
 padding: 1px;	
 padding-left: 20px;
 margin-bottom: 5px;
 line-height: 16px;	
}

/* --- content_right > order --------------------- */

ul.order_steps {
 width: 930px;
 margin: 0px;
 padding: 0px;
 list-style: none;
 width: 930px;
 height: 38px;
}

ul.order_steps li.step_1 {
  float: left;
  list-style: none;
  height: 38px;
  width: 225px;
  padding-left: 10px;
  text-decoration: none;
  line-height: 38px;
  font-size: 10pt;
  display: block;
}

ul.order_steps li.step_1_active {
  float: left;
  list-style: none;
  height: 38px;
  width: 225px; 
  padding-left: 10px;
  text-decoration: none;
  line-height: 38px;
  font-size: 10pt;
  display: block;
  font-weight: bold;
}

ul.order_steps li.step_2 {
  float: left;
  list-style: none;
  height: 38px;
  width: 221px;
  padding-left: 10px;
  text-decoration: none;
  line-height: 38px;
  font-size: 10pt;
  display: block;
}

ul.order_steps li.step_2_active {
  float: left;
  list-style: none;
  height: 38px;
  width: 221px;
  padding-left: 10px;
  text-decoration: none;
  line-height: 38px;
  font-size: 10pt;
  display: block;
  font-weight: bold; 
}

ul.order_steps li.step_3 {
  float: left;
  list-style: none;
  height: 38px;
  width: 221px;
  padding-left: 10px;
  text-decoration: none;
  line-height: 38px;
  font-size: 10pt;
  display: block;
}

ul.order_steps li.step_3_active {
 float: left;
 list-style: none;
 height: 38px;
 width: 221px;
 padding-left: 10px;
 text-decoration: none;
 line-height: 38px;
 font-size: 10pt;
 display: block;
 font-weight: bold;  
}

ul.order_steps li.step_4 {
 float: left;
 list-style: none;
 height: 38px;
 width: 220px; 
 padding-left: 10px;
 text-decoration: none;
 line-height: 38px;
 font-size: 10pt;
 display: block;
}

ul.order_steps li.step_4_active {
 float: left;
 list-style: none;
 height: 38px;
 width: 220px; 
 padding-left: 10px;
 text-decoration: none;
 line-height: 38px;
 font-size: 10pt;
 display: block;
 font-weight: bold;   
}

#PackingSlipGender, #InvoiceGender, #AccountGender {
 width: 103px;
 margin-right: 5px;
}

#PackingSlipFirstname, #InvoiceFirstname, #AccountFirstname {
 width: 322px;
}

#PackingSlipSubname, #InvoiceSubname, #AccountSubname {
 width: 95px;
 margin-right: 5px;
}

#PackingSlipLastname, #InvoiceLastname, #AccountLastname{
 width: 322px;
}

#PackingSlipZipcode, #InvoiceZipcode, #AccountZipcode {
 text-transform: uppercase;
 width: 55px;
 margin-right: 5px;
}

#PackingSlipHousenumber, #PackingSlipHousenumber, #AccountHousenumber {
 width: 55px;
 margin-right: 5px; 
}

#PackingSlipHousenumberAddition, #PackingSlipHousenumberAddition, #AccountHousenumberAddition {
 width: 55px;
}

#PackingSlipStreet, #InvoiceStreet, #AccountStreet {
 width: 208px;
 margin-right: 5px; 
}

#PackingSlipPlace, #InvoicePlace, #AccountPlace {
 width: 209px;
}

span.required {
 font-size: 8pt;
 color: #FF0000;
 margin-left: 1px;
}

/* --- content_right > account ------------------- */

#content_right  .PasswordField {
 position: relative;
 clear: both;
 width: 440px;
 height: 22px;
 overflow: hidden;
}

/* --- content_right > search -------------------- */

#content_right #SearchForm INPUT{
 width: 392px;
 margin-top: 2px;
}

#content_right #SearchForm input[type=submit]{
 margin-left: 125px;
 cursor:pointer;
 display:block;
 height: 25px;
 width: 100px;
}

#content_right #SearchForm select {
 width: 400px;
 margin-top: 2px;
 vertical-align: middle;
}

#content_right #search {
 position: relative;
 width: 630px; 
 padding: 30px;
}

#results {
 padding: 0px;
 display: none;
 font-size: 9pt;
 line-height: 11pt;
 margin-top: 5px;
 margin-left: 1px;
 border-top: 0px;
 }

#results div {
  padding: 6px;
}

#results div:hover {
 cursor: default;
}

#content_right form {
 margin: 0px;
 font-size: 9pt;
}

#content_right form label {
 position: relative;
 clear: both;
 float: left;
 width: 125px;
 font-size: 9pt;
 line-height: 28px;
}

#content_right form table td {
 padding-bottom: 5px;
}

#content_right form input[type=text], #content_right form input[type=password]  {
 width: 300px;
 padding: 3px;
}

/*#content_right select {
 width: 312px;
 line-height: 10pt;
 font-size: 9pt;
}*/


/* --- content_right > page ---------------------- */

#content_right #page {
 position: relative;
 width: 630px; 
 padding-left: 25px;
}

#content_right h2 {
 /*clear: both;*/
 position: relative;
 float: left;
 clear: left;
 font-size: 12pt;
 margin: 0px; 
 margin-left: 25px;
 text-transform: uppercase;
 display: block;
 margin-top: 0px;
 margin-bottom: 10px;
}

#content_right #page h2 {
 position: relative;
 /*clear: both;*/
 font-size: 12pt;
 margin: 0px;
 margin-bottom: 4px;
 margin-left: -1px;
 width: 700px;
}

#content_right #page p {
 padding: 0px;
 margin: 0px;
 position: relative;
 clear: both;
 font-size: 9pt;
}

#content_right p {
 padding: 0px;
 /*margin: 0px;*/
  position: relative;
 clear: both;
 font-size: 9pt;
 margin-left: 25px;
 width: 630px; 
}

/* --- footer ------------------------------------ */

#footer {
 position: relative;
 clear: both;
 display: block;
 width: 870px;
 padding: 25px;
 text-align: center;
 font-size: 7pt;
}

span.status_green {
 color: #16B300;
}

span.status_orange {
 color: #ff9900;
}

span.status_red {
 color: #ed4144;
}

span.status_gray {
 color: #BBBEC7;
}

span.status_in {
 position: relative;
 background: url(../images/icons/tick.png) no-repeat left center;
 padding: 0px;	
 padding-left: 20px;
 line-height: 16px;	 
}

span.status_out {
 position: relative;
 background: url(../images/icons/icon-false.png) no-repeat left center;
 padding: 0px;	
 padding-left: 20px;
 line-height: 16px;	 
}

span.status_hint {
 position: relative;
 background: url(../images/icons/select.png) no-repeat left center;
 padding: 0px;	
 padding-left: 20px;
 line-height: 16px;	 
}


/* --- account ----------------------------------- */

#AccountOrderOverview {
 position: relative;
 width: 680px;
}

#AccountOrderOverview td {
 padding: 3px;
 font-size: 9pt;
}

#AccountOrderOverview .order_number {
 width: 150px;
}

#AccountOrderOverview .order_amount {
 width: 150px;
}

#AccountOrderOverview .order_date {
 width: 100px;
}

#AccountOrderOverview .order_status {
 text-align: right;
}

table.invoice {
 font-size: 9pt;
}

div.not_found {
 position: relative; clear: both; width: 685px; padding: 5px; font-size: 9pt; margin-left: 25px; background-color: #EAE9E4; border: 1px solid #C7C6C2;
}

#shipping_period {
 position: relative;
 display: block; 
 line-height: 16px;
}

hr {
 border: 0px;
 color: #BFBFBF;
 background-color: #BFBFBF;
 height: 1px;
}

#CartNotice {
 position: absolute;
 width: 265px;
 left: 360px;
 font-size: 10pt;
 color: #16B300;
 text-align: left;
 background: url(../images/icons/error.png) no-repeat left center;
 padding: 0px;	
 padding-left: 25px;
 line-height: 16px;	
}

.addthis_button {
 top: 15px;
 position: relative;
 float: left;
 z-index: 1000;
}