* {
	margin:0;
	padding:0
}
body {
	font-family: Arial, Verdana, Sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-image:url(img/bg2.gif);
	background-repeat:repeat-x;
	background-color:#fff;
}
/* HEADINGS */
h1 {
	color: #000;
	font-weight:bold;
	font-size:20px;
	margin:15px 0px 15px 0px;
	padding:0px;
	width: auto;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
}
h2 {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	margin:10px 0px 8px 0px;
	padding:0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
}
h2 span {
  font-size: 12px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer
}
a:link {
	color:#000000
}
a:visited {
	color:#000000
}
a:hover, a:active {
	color:#000000
}
a img {
	border:none
}

h2 span a, h2 span a:link, h2 span a:visited, h2 span a:hover, h2 span a:active {
  color: #072F4A;
  text-decoration: none;
}
h2 span a:hover { text-decoration: underline; }
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Arial, Verdana, Arial, Sans-serif;
	font-size:11px;
}
textarea {
	font-family:Arial, Verdana, Arial, Sans-serif;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
select {
	font-family:Arial, Verdana, Arial, Sans-serif;
	font-size:11px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin:0px 0px 8px
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999;
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px 12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	width:1000px;
	background-color:#fff;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:109px;
	background-image:url("img/header_silver.png");
	background-repeat:no-repeat;
	position: relative;
}

.header_logo{
	background-image:url("img/header_logo.jpg");
	position:absolute;
	margin-top:-109px;
	margin-left:10px;
	height:109px;
	width:144px;
}

#header #logo {
	padding-left:27px;
	float:left;
	width: 1000px;
}
#header #search {
	position:absolute;
	height:57px;
	top: 53px;
	width: 180px;
	right: 5px;
	float:right;
	font-size:11px;
	color:#FFFFFF;
}
#header #search p {
	font-size:11px;
	text-align:right;
}
#header #search a {
	color:#fff;
	font-size:11px;
}
#header td {
}

/* CONTENT BORDER */
#contentborder {
  background: url(img/content_bg.gif) top right repeat-y;
  padding: 0px 1px 0 0;
  margin: 0;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	clear:both;
	color:#c64934;
	padding:3px 0px 5px 15px;
	padding-left:0px;
	list-style-type:none;
	background-color:#fff;
	height:33px;
	background-image:url(img/navi_navtrail.jpg);
	background-repeat:repeat-x;
	font-size:11px;
}
#newbreadcrumb {
	color:#c64934;
	padding: 0px 10px 8px 10px;
	list-style-type:none;
	font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#333333;
	margin:0;
	padding:0;
}
/* TOPMENU AS LIST */

#topmenuwrap {
	text-align:right;
	height:19px;
	background: url(img/navi_middle.jpg) repeat-x;
	padding: 10px 10px 0px 0px;
	margin:0;
}
#topmenu {
	float:right;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size:12px;
}
#topmenu li {
	float:left;
	padding: 0px 25px 0px 25px;
	margin:0;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:19px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
#topmenuwrap a, #topmenuwrap a:link, #topmenuwrap a:visited, #topmenuwrap a:hover, #topmenuwrap a:active {
	line-height:19px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#333333;
	margin:0;
	padding:0;
}
#topmenuwrap a:hover {
	color:#333333;
}
#topmenu a:hover {
	color:#DB9501;
}
#toptopmenuwrap {
	height:32px;
	background: url(img/Navitop2.jpg) repeat-x;
	padding-top: 5px;
}
#toptopmenu, #toptopmenu_right {
	float:left;
	padding:0;
	margin:0;
	font-size:12px;
}
#toptopmenu li, #toptopmenu_right li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
#toptopmenu a, #toptopmenu a:link, #toptopmenu a:visited, #toptopmenu a:hover, #toptopmenu a:active,
#toptopmenu_right a, #toptopmenu_right a:link, #toptopmenu_right a:visited, #toptopmenu_right a:hover, #toptopmenu_right a:active {
	height: 25px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	float: left;
	display: block;
	color:#fff;
	margin:0;
	padding: 7px 10px 0px 10px;
	background: url("img/bg_topmenu_breakline.gif") no-repeat;
	background-position: top right;
}
#toptopmenu a:hover, #toptopmenu_right a:hover {
	color:#DB9501;
}

#toptopmenu_right, #toptopmenu_right li {
  float: right;
}
#toptopmenu_right {
  width: 400px;
}
#toptopmenu_right a, #toptopmenu_right a:link, #toptopmenu_right a:visited, #toptopmenu_right a:hover, #toptopmenu_right a:active {
  background-position: top left;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */

#languages {
	text-align:right;
	height:19px;
	font-size:13px;
	background: url(img/navy_middle.jpg) repeat-x;
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {

}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:170px;
	/**width: 173px;*/
	padding: 0px 3px 10px 0px; margin-left:2px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:159px;
	/* *width: 161px;*/
	padding:0px 0px 4px 3px;
}
/* MAIN CONTENT */
#content {
	padding:0px 4px;
	float: left;
	width: 650px;
	overflow: hidden;
}
#contentfull {
	padding:0px 30px 0px 30px;
}
/* CATEGORY MENU */
h2.categoryheader, h2.boxheader {
	background: url(img/cat_header.png);
	height:18px; width:162px;
	font-size:11px;
	color:#30344e;
	/*padding: 5px 6px 0px;*/
	padding-left:8px;
	padding-top:5px;
	margin:0;
	vertical-align:middle;
	border-bottom: none;
}
h2.categoryheader a, h2.boxheader a {
	text-decoration:none;
	color:#000;
	border-color: #6b9fb8;
	border-bottom: 1px;
}
.categoryfooter, .boxfooter {
	/*height:3px;
	margin-bottom:15px;
	background: #4D859F;
	font-size: 1px;*/
	background-image:  url(img/categories_footer.gif);
	height: 13px;
	widtdh:4px;
	background-repeat:repeat-x;
	margin-bottom:15px;
	font-size:1px;
}

#rightcol h2.boxheader {
  background: url(img/cat_header_right.png) top left no-repeat; 
  margin-top:10px;
  color: #30344e;
}
#rightcol .boxfooter {
  height: auto;
  color: #fff;
  text-align: right;
  padding: 0px 5px 3px;
  font-size: 11px;
}
#rightcol .boxfooter a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

ul#categorymenu {
	border-top:  #4d859f 1px solid;
	border-bottom:  #4d859f 1px solid;
	border-top:  #4d859f 1px solid;
	background-position:bottom;
}
/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;
	padding:2px 0px 2px 2px;
	border-top:  #4d859f 1px solid;
	border-bottom:  #4d859f 1px solid;
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-type:none;
	background-color:#EEA003;
	padding:4px 0px 4px 24px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level2 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	background-color:#EEA003;
	padding:4px 0px 4px 40px;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* BOXES GLOBAL DEFINITION */
#catbody, .catbody {
	border-color: #6b9fb8;
	border-width:1px 1px 1px 1px;
	background-position:bottom;
	padding: 0px;
	color:#30344e;
	margin-top: 0px; background-color:#fafafa;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	text-decoration:none;
	color:#ffffff
}

.firstboxbody{
	width: 157px;
	height: auto;
	background-color:#fff;
	margin-top:0px;
}

.boxbody {
	width: 154px;
	height: auto;
	background-color:#red;
	/*border-style:solid;
	border-color: #4D859F;
	border-width:0px 1px 4px 0px;*/
	padding:8px;
	margin-bottom:0px;
	margin-top: 8px;
}

.boxbody_login {
	width: 154px;
	height: auto;
	background-color:#fafafa;
	padding:8px;
	margin-bottom:0px;
}

.login_footer{
	background-image: url(img/categories_footer.gif);
	background-repeat:repeat-x;
	height:13px;
	width:170px;
}

.newsletterbody{
	background-color:#fafafa;
	padding:8px;
	margin-top:0px;
}

.newsletterfooter{
	height:13px;
	background: url(img/newsletter_footer.gif);
	background-repeat: repeat-x;
}

#rightcol .boxbody {
  border-width:0px 0px 1px 1px;
  text-align: center;
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbody p {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {
	color:#000000;
	font-size:11px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:11px;
}
.boxbody .productboximage {
	border: solid 1px #999999;
}
.boxbody ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none
}
/* CART BOX */
h2.boxcartheader {
	font-size:11px;
	text-align:right;
	color:#FFFFFF;
	padding:2px 8px 0px 8px;
	margin-top: 1px;
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
  color:#fff;
  text-align:right;
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:10px;
	text-align:right;
}
.boxcartbody p {
	font-size:11px;
}
.boxcarttitle {
  padding-bottom: 5px;
  font-weight: bold;
}
.boxcarttitle a {
  text-decoration: none;
}
/* PRODUCT PREVIEW */
.productBox {
  background-image: url(img/productBox.png);
  background-repeat:no-repeat;
  /*border: 1px solid #999;*/
  width: 46.7%;
  padding: 8px;
}
html > body .productBox {
  height: auto;
}
.productBox tr.productPreviewTitleTr {
  height: auto;
}
.productPreviewTitle {
  width: 300px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.productPreview {
	padding:0;
	margin:0;
	clear: right;
}
.productBox tr.productPreviewContentTr {
  vertical-align: top;
}
.productPreviewContent {
	vertical-align:top;
	width: 100%;
}
.productPreviewContent h2 {
	padding: 0;
	margin:0px 0px 5px 0px;
	border-bottom: none;
}
.productPreviewContent h2 a {
	font-size:14px;
	font-weight:bold;
}
.productPreviewImage {
	vertical-align:top;
	padding:3px 15px 0px 0px;
}
.productBox h2 {
  margin-top: 0;
}
.productPreviewContent .price, .productPreviewPrice {
	font-size:16px;
	font-weight:bold;
	color: #e00;
	margin: 5px 0;
}
.productPreviewPrice {
	font-size: 24px;
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .stockimage img {
  margin-right: 3px;
}
.productPreviewContent .stockimage .green { color: green; }
.productPreviewContent .stockimage .yellow { color: #F90; }
.productPreviewContent .stockimage .red { color: red; }
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent p {
  margin: 3px 0;
}
.productPreviewContent .buynow {
  float: right;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
	display: table;
	width:100%
}
#productinfoimages {
	float:left;
	width:200px;
	margin:0px 20px 10px 0px;
}
#productinfoimages .productimage {
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoimages .hrlightwhite {
	margin-top:6px;
	margin-bottom:6px;
	height: 6px;
	background-color:#FFFFFF;
}
#productinfopricewithimages {
	float:left;
	overflow: hidden;
	width:430px;
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px;
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages .price {
	font-size:20px;
	font-weight:bold;
	color:#e00;
}
#productinfoprice .productdesc {
	margin:0;
	padding:0;
	font-size:11px;
}
#productinfoprice .productOldPrice {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfopricewithimages .stockimage {
	margin:0;
	padding:0;
}
#productinfopricewithimages .stockimage img {
  margin-right: 3px;
}
#productinfopricewithimages .stockimage .green { color: green; }
#productinfopricewithimages .stockimage .yellow { color: #f90; }
#productinfopricewithimages .stockimage .red { color: red; }
#productinfopricewithimages .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
.productoptions {
}
.addtobasket {
	background-color:#EDEDED;
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:Arial, Verdana, Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
body.popupprintorder .products tr.header td {
	font-weight:bold;
	background-color:#EDEDED;
}
body.popupprintorder .products .total {
	text-align:right
}
body.popupprintorder .products .quantity {
	vertical-align:top
}
body.popupprintorder .productname {
	vertical-align:top
}
body.popupprintorder .model {
	vertical-align:top
}
body.popupprintorder .singleprice {
	vertical-align:top
}
body.popupprintorder .totalprice {
	vertical-align:top
}
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding: 15px;
	background-color:#ddd;
	border: solid #ccc 1px
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#08304F;
	padding:0px 0px 10px 0px;
	margin:0;
	border:none;
	font-size:16px
}
div.highlightbox div.hr {
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
	display:block;
	border-bottom: solid 1px #4d859f;
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#E9D28F;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#DA9401;
	padding:5px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#E9D28F;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#DA9401;
	padding:2px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}
table.shippingblock tr td {
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
}
table.shippingblock tr td.radiobutton {
	vertical-align:top;
	white-space:nowrap;
	padding:4px;
}
table.shippingblock tr td.radiobutton input {
	margin:0;
	padding:0;
}
table.shippingblock tr td.price {
	vertical-align:top;
	white-space:nowrap
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
	vertical-align:top
}
table.accounthistoryinfoorderdetails tr.header td {
	font-weight:bold
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
	width:130px;
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
	padding: 5px;
	background-color:#FFF2CC;
	border: solid #E9D28F 1px;
	margin-bottom:8px;
}
table.downloadbox tr td.icon {
	padding-right: 15px;
}
table.downloadbox tr td.downloadlink {
	width:100%;
}
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
	font-size:11px;
	text-align:left;
	margin-top:5px;
}
table.graduatedprice tr td.header {
	font-size:12px;
	font-weight:bold;
	text-align:left
}
/* ORDER DETAILS */
table.orderdetails {
	font-size:11px;
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#DA9401;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:#DA9401;
	color:#FFFFFF;
	font-weight:bold
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right {
	text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color:#FFF2CC;
	vertical-align:top
}
table.orderdetails tr.contentrow1 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow1 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #DA9401 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#FFEAAB;
	vertical-align:top
}
table.orderdetails tr.contentrow2 td.quantity {
	text-align:center
}
table.orderdetails tr.contentrow2 td.quantity input {
	font-size:11px;
	padding:2px;
	border:solid #DA9401 1px;
}
table.orderdetails tr.contentrow2 td.productname {
	text-align:left
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
	text-align:right;
	white-space:nowrap
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
	text-align:center;
	white-space:nowrap
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
	margin-top:3px;
}
table.orderdetails tr td.productname table.productattributes tr td {
	padding:0px;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
	padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
	width:100%;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
	background-color:#FFEAAB;
	text-align:right;
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#DA9401;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#DA9401;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#DA9401;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.reviewlist tr.contentrow2 td {
	background-color:#FFEAAB;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#FFF2CC;
	border-style: solid;
	border-width:1px;
	border-color:#DA9401;
}
table.medialist tr td {
	padding:6px;
	white-space:nowrap;
	vertical-align:top
}
table.medialist tr.contentrow1 td {
	background-color:#FFF2CC;
}
table.medialist tr.contentrow2 td {
	background-color:#FFEAAB;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#ddd;
	border-style: solid;
	border-width:1px;
	border-color:#555;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#ddd;
	border-style: solid;
	border-width:1px;
	border-color:#555;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#555;
	color:#FFFFFF;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none
}
.sitemapcontent {
	padding:6px
}
.sitemapcontent li {
	list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:100%
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
	padding:0;
	margin:0px 0px 10px 0px;
	border:none
}
table.checkoutconfirmationorderdetails tr td.productname {
	width:100%;
	font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	font-size:11px;
	font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
	white-space:nowrap;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal {
	padding:0;
	margin:10px 0px 0px 0px;
	border:none
}
table.checkoutconfirmationorderdetailstotal tr td.name {
	width:100%;
	text-align:right
}
table.checkoutconfirmationorderdetailstotal tr td.value {
	white-space:nowrap;
	text-align:right
}
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:100%
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
}
ul#checkoutnavigation li {
	list-style-type:none;
	float:left;
	width:22.1%;
	margin-right:2px;
	padding:8px;
	background: #eee;
}
ul#checkoutnavigation li.active {
  background: #b8ebef;
}
ul#checkoutnavigation li.active .number {
	font-size:11px;
	font-weight:bold
}
ul#checkoutnavigation li.active .title {
	font-size:11px;
	font-weight:bold
}
ul#checkoutnavigation li.active .description {
	font-size:11px
}
ul#checkoutnavigation li.inactive {
	color:#666;
}
ul#checkoutnavigation li.inactive .number {
	font-size:11px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:11px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
p.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
#footer {
	background: url(img/bg_footer.gif) left top no-repeat;
	height: 27px;
	/*padding: 17px 25px 0;*/
	padding-top: 0px;
	padding-left:0px;
	padding-right:4px;
	font-size:11px;
	color: #30344e;
	margin-top: 0px;
	clear: both;
}
#footer a {
	color:#666666;
	text-decoration:underline
}
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:903px;
	text-align:center;
	color:#666666;
	font-size:8px;
	padding:0px 0px 0px 0px;
}
/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:903px;
	text-align:center;
	color:#666666;
	font-size:8px;
	padding:0px 0px 0px 0px;
}
/* ONE NAVIGATION  */


ul#navigations {
	position:static;
	/*border-right: 1px solid #4d859f;*/
	margin-top: 0px;
}
#navigations li {
	list-style: none;
	margin:0;
	padding:0;
	/*border-top: 1px solid #4d859f;*/
}
#navigations a {
	line-height:1.8;
	padding: 2px 0 2px 14px;
	font-size: 11px;
	background-image:url(img/spriteblack.gif);
	background-repeat:no-repeat;
	display:block;
}
#navigations a, #navigations a:link, #navigations a:visited, #navigations a:hover, #navigations a:active {
	text-decoration:none;
	cursor:pointer
}
#navigations a:link {
	color:#000;
}
#navigations a:visited {
	color:#000
}
#navigations a:active {
	color:#000;
	background-color: #97bcce;
}
#navigations a:hover {
	color:#c00;
	background-image:url(img/spriteblack.gif);
	/*background-color: #f6f6f6;*/
	background-color: #eee;
	top: 4px;
}
#navigations a.active {
  font-weight: bold;
}
#navigations a.activeparent {
  background-image:url(img/spriteblack_active.gif);
  font-weight: bold;
}
/* TWO NAVIGATION  */

/* ONE NAVIGATION  */

#navigations .navigations1 {
	list-style: none;
	margin:0;
	padding:0;
	border-top: none;
	/*background-color: #dbf3f7;*/
	background-color:#e5e5e5;
}

#navigations .navigations1 a {
	line-height:1.6;
	background-position: 10px center;
	padding-left: 25px;
	font-size: 11px;
	display:block
}

/* TWO NAVIGATION  */

#navigations .navigations2 {
	list-style: none;
	margin:0;
	padding:0;
	border-top: none;
	/*background-color: #dbf3f7;*/
	background-color:#dbdbdb;
}

#navigations .navigations2 a {
	line-height:1.4;
	background-position: 25px center;
	padding-left: 40px;
	font-size: 11px;
	display:block
}

/* TWO NAVIGATION  */


/* THREE NAVIGATION  */

/* TWO NAVIGATION  */


#navigations ul {
	margin: 0 0 1em 23px;
	padding:0;
	border-top:  #4d859f 1px solid;
}
#navigations li.active li a, #navigations li.active li a:link, #navigations li.active li a:visited {
	line-height:1.5;
	background-image:url(img/spriteb.gif);
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	font-weight:normal;
	width:auto;
	color:#000;
	width:130px;
	display:block;
}
#navigations li.active li a:hover, #navigations li.active li a:active {
	color: #c00
}
#navigations li.active li {
	margin:0;
	background-color: #97bcce;
}
#navigations li.active li.active a:link,  #navigations li.active li.active a:visited,  #navigations li.active li.active a:hover,  #navigations li.active li.active a:active {
}
/* THREE NAVIGATION  */


#navigations ul ul {
	margin: 0 0 1em 13px;
	padding:0;
	border-bottom:  #4d859f 1px solid;
}
#navigations li.active li.active li a, #navigations li.active li.active li a:link, #navigations li.active li.active li a:visited {
	width:117px
}
#navigations li.active li.active li a:link,  #navigations li.active li.active li a:visited,  #navigations li.active li.active li a:hover,  #navigations li.active li.active li a:active {
	font-weight:normal
}
#navigations li.active li.active li.active a:link,  #navigations li.active li.active li.active a:visited,  #navigations li.active li.active li.active a:hover,  #navigations li.active li.active li.active a:active {
	font-weight:bold
}
/* VOR NAVIGATION */


	#navigations ul ul ul {
	margin: 0 0 1em 13px;
	padding:0;
}
#navigations li.active li.active li.active li a, #navigations li.active li.active li.active li a:link, #navigations li.active li.active li.active li a:visited {
	width:104px
}
#navigations li.active li.active li.active li a:link,  #navigations li.active li.active li.active li a:visited,  #navigations li.active li.active li.active li a:hover,  #navigations li.active li.active li.active li a:active {
	font-weight:normal
}
#navigations li.active li.active li.active li.active a:link,  #navigations li.active li.active li.active li.active a:visited,  #navigations li.active li.active li.active li.active a:hover,  #navigations li.active li.active li.active li.active a:active {
	font-weight:bold
}

/* ANGEBOT */

.angebot-wrap { text-align: center; } /* IE HACK */

.angebot {
  width: 641px;
  margin: 0 auto 20px;
  text-align: left;
}

.angebot-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.angebot-body {
  background: transparent url(img/angebot_bg.jpg) top left repeat-y;
}

.angebot-body2 {
  background: transparent url(img/angebot_top.jpg) top left no-repeat;
}

.angebot-body3 {
  background: transparent url(img/angebot_bottom.jpg) bottom left no-repeat;
  padding: 15px;
}

.angebot-body h2 {
  border: none;
  font-size: 20px;
  color: red;
  margin: 0 0 15px;
  text-align: center;
}

.angebot-image {
  float: left;
  width: 200px;
  text-align: center;
}
.angebot-image img {
  max-width: 200px;
}

.angebot-content {
  margin-left: 210px;
  text-align: right;
  line-height: 18px;
  _height: 1%; /* IE's peekaboo bug */
  min-height: 0;
}

.angebot-content a {
  text-decoration: none;
}
.angebot-content a:hover, .angebot-content a:visited {
  text-decoration: underline;
}

.angebot-bottom {
  clear: both;
  padding-top: 10px;
  _height: 1%; /* IE's peekaboo bug */
  min-height: 0;
}

.angebot-price {
  float: right;
  display: inline;
  background: transparent url(img/price.jpg) top left no-repeat;
  height: 60px;
  _width: 1%;
}

.angebot-price span {
  display: block;
  background: transparent url(img/price_close.jpg) top right no-repeat;
  height: 60px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px 0;
}

/* MISCS */

.left { float: left; }
.right { float: right; }
.clr { clear:both; }