/**********************************
 *  POSITIONING
 *********************************/

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
p {
	margin-top: 0px;
	margin-bottom: 5px;
}

/***** CLEAR & SPACE *****/

div.clear {
	clear: both;
}
div.space-10 {
	clear: both;
	height: 10px;
}
div.space-20 {
	clear: both;
	height: 20px;
}
div.space-40 {
	clear: both;
	height: 40px;
}
div.space-80 {
	clear: both;
	height: 80px;
}

/***** GENERAL *****/

div.background {
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: fixed;
}
div.background-left {
	position: absolute;
	top:    0px;
	bottom: 0px;
	right:  37%;
	left:   0px;
}
div.zz_background-right {
	position: fixed;
	top:    0px;
	bottom: 0px;
	right:  0px;
	left:   63%;
}
div.background-right {
	position: absolute;
	width:  37%;
	height: 100%;
	top:    0px;
	right:  0px;
}
div.wrap {
	position: absolute;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
div.wrap-left {
	position: absolute;
	height: 100%;
	right:  37%;
	left:   0px;
}
div.wrap-right {
	position: absolute;
	height: 100%;
	right:  0px;
	left:   63%;
}
div.content-left {
	position: relative;
	float: right;
	width: 645px;
}
div.content-left div.content-element {
	width: 550px;
}
div.content-left-start {
	border-top: 2px solid white;
	background-image: url(../images/bg_left_start.jpg);
	background-repeat: no-repeat;
	background-attachment: 0px 2px;
}
div.content-right {
	position: relative;
	float: left;
	width: 375px;
}
/* TOPPOS:130 */
div.content-overlap {
	position: absolute;
	z-index: 1000;
	left: 343px;
	top: 120px;
	width: 604px;
	height: 422px;
	background-color: white;
	border: 1px solid #ddd;
}
div.content-ts div.content-overlap {
	top: 0px;
}
div.content-overlap div.content-overlap-content {
	margin: 2px;
	width: 600px;
	height: 418px;
}
/* TOPPOS:563 */
div.content-below-overlap {
	position: absolute;
	z-index: 1000;
	top: 553px;
	left: 45px;
	width: 255px;
}
/* TOPPOS:40*/
div.logo {
	position: relative;
	margin-left: 40px;
	margin-top: 30px;
}

/***** NAVIGATION *****/

/* TOPPOS:62 */
div.content-right-content,
div.menu-level1-right {
	margin-left: 45px;
	margin-top: 52px;
}
/* TOPPOS:45 */
div.menu-level1 {
	margin-top: 35px;
}
div.menu-sub {
	position: relative;
	margin-top: 15px;
}
div.menu-level2 {
	position: relative;
}
div.menu-level2 ul {
	height: 50px;
}
div.menu-level3 {
	display: none;
}

/***** PAGEBROWSER *****/

#pagebrowser {
	text-align: left;
	margin-top: 10px;
	position: absolute;
	top: -30px;
	left: 0px;
	width: 306px;
}
#pagebrowser .left {
	float: left;
}
#pagebrowser .right {
	float: right;
}

#pagebrowser a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#pagebrowser a:hover {
	text-decoration: none;
	color: #000;
}
.pagebrowser-goto-direct {
	margin-right: 4px;
}
.pagebrowser-goto-direct-active {
	color: black !important;
}
#pagebrowser_goto_previous {
	margin-right: 5px;
}
#pagebrowser_goto_next {
}
.pagebrowser-goto-inactive {
	color: #999 !important;
}

/***** CONTENT *****/

/* TOPPOS:130 */
div.content-ts {
	position: absolute;
	top: 120px;
}

/***** PRODUCT-LISTING *****/

div.product-listing-wrap {
	height: 425px;
}
div.product-listing {
	width: 306px;
	background-color: white;
	padding: 2px 0 0 2px;
    border: 1px solid #ddd;
}
div.product-thumbnail img {
	padding: 0 2px 2px 0;
}
div.product-thumbnail {
	display: inline;
}
div.product-thumbnail:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}


/***** PRODUCT DISPLAY *****/

div.product-image {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 600px;
	height: 418px;
	z-index: 1;
}
div.product-image-overlay {	
	position: absolute;
	top: 310px;
	left: 2px;	
	z-index: 2;
}

div.product-description {
	position: absolute;
	top: 430px;
	left: 10px;
	width: 260px;
	z-index: 3;
	line-height: 1.35em;
}
div.product-description p {
	margin-top: 0px;
	margin-bottom: 8px;
}
div.product-title {
	float: left;
	margin-bottom: 2px;
	margin-left: -2px;
	padding: 1px 8px 0px 8px;
	line-height: 30px;
}
div.product-price {
	float: left;
	margin-bottom: 2px;
	margin-left: -2px;
	padding: 1px 8px 0px 8px;
	line-height: 20px;
}
div.product-order {
    margin-left: -2px;
}
div.product-order table {
	border-collapse: collapse;
	margin-bottom: 2px;
}
td.product-order-options {
	vertical-align: middle;
	padding: 4px 8px 4px 8px;
}
td.product-order-options-hint {
	vertical-align: middle;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	color: #ffffff;
	background-color: #af1d1d;
}
td.product-order-success-hint {
	vertical-align: middle;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/bg_black_70.png);
}
td.product-order-options select {
	margin: 0;
	padding: 0;
}
td.product-order-button a {
	display: block;
	padding-top: 2px;
}
td.product-order-button {
	padding: 4px 8px 4px 8px;
	vertical-align: middle;
}

/***** COPYRIGHT *****/

div.copyright-space {
	display: none;
	height: 50px;
}
div.copyright {
	display: none;
	position: absolute;
	bottom: 10px;
}

/***** BASKET *****/

div.basket-dynamic {
	z-index: 10000;
	position: absolute;
	top: -23px;
	left: 685px;
	width: 280px;
	font-size: 16px;
}

div.minibasket-topline,
div.minibasket-topline a {
	color: #000;
}
div.minibasket-topline a:hover {
	color: black;
}
div.minibasket-topline-empty {
	color: #999;
	font-size: 12px;
	padding-top: 4px;
}

div.basket div.basket-wrap {
	margin-top: 40px;
	background-color: white;
}
div.basket-title {
}
div.basket-listing {
	width: 308px;
}


div.tooltip {
	z-index: 100000;
}
div.tooltip .tip {
	background-color: black;
	color: white;
	opacity: .85;
	padding: 10px;
}
div.tooltip .tip-title {
	font-size: 1.5em;
	margin-bottom: 4px;
}

div.zz_minibasket {
	background-color: #ddd;
	padding: 5px 2px 5px 5px;
	border: 2px solid white;
	margin-bottom: 10px;
}
div.minibasket {
	padding-top: 2px;
	padding-left: 2px;
}

div.minibasket-item {
	position: relative;
	float: left;
}
div.minibasket-item img {
	padding: 0 2px 2px 0;
}
div.minibasket-item-amount {
	position: absolute;
	bottom: 0;
	right: 2;
	background-color: #eee;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0px 3px 0px 3px;
}

div.basket-item {
	position: relative;
	margin-bottom: 10px;
}
div.basket-item-info {
	position: relative;
	background-color: #dddddd;
	clear: both;
	height: 60px;
}
div.basket-item-image {
	position: absolute;
}
div.basket-item-image img {
	width: 60px;
	height: 60px;
}
div.basket-item-remove {
	position: absolute;
	right: 0px;
}
div.basket-item-title {
	padding: 10px 4px 4px 75px;
	height: 50px;
	color: #444;
}
div.basket-item-title a {
	color: #222;
	font-size: 15px;
	line-height: 150%;
}
div.basket-item-title a:hover {
	color: #000001;
}
div.basket-item-options {
	padding: 5px 4px 3px 58px;
	font-size: 0.9em;
}
div.basket-item-functional {
}
div.basket-item-functional,
div.basket-item-functional div {
	background-color: #bbb;
	color: white;
	line-height: 24px;
	height: 24px;
}
div.basket-item-price {
	background-color: #333 !important;
	position: absolute;
	width: 60px;
	text-align: center;
}
div.basket-item-amount {
	color: #000 !important;
	float: right;
	text-align: right;
	padding-right: 65px;
}
td.basket-item-total {
	padding: 0px;
}
div.basket-item-total {
	background-color: #eee !important;
	color: #222 !important;
	position: absolute;
	right: 0px;
	width: 60px;
	text-align: center;
	font-weight: bold;
	
}
div.basket-item-amount input {
	padding: 0px;
	width: 30px;
	text-align: center;
}



/***** CHECKOUT BUTTON *****/

div.basket-checkout {
	width: 306px;
	padding-top: 2px;
}
div.basket-checkout-link {
	font-size: 1.17em;
	font-weight: bold;	
	float: left;
	padding: 4px 0px 4px 6px;
}
div.basket-checkout-button span.block,
div.basket-checkout-button a {
	float: right;
	padding: 4px 6px 4px 6px;
}
div.basket-checkout-price span.block,
div.basket-checkout-price a {
	float: right;
	width: 60px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	font-weight: bold;
	background-color: #eee;
}

/***** CHECKOUT *****/

div.checkout {
	width: 580px;
}

div.checkout-bg {
	background-color: white;
	padding: 2px;
}

table.checkout-basket {
	width: 576px;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
table.checkout-basket td {
	background-color: #ddd;
	vertical-align: middle;
	background-image: url(../images/vgradient0.gif);
	background-repeat: repeat-x;
}
table.checkout-basket td.basket-item-image {
	border: 0;
	padding: 0;
	margin: 0;
	width: 60px;
}
table.checkout-basket td.basket-item-image div.zz {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
table.checkout-basket td.basket-item-image img {
	width: 60px;
	border: 0;
}
table.checkout-basket td.basket-item-title {
	padding-left: 30px;
	line-height: 150%;
}
table.checkout-basket td.basket-item-title a {
	font-size: 1.5em;
	color: #000;
}
table.checkout-basket td.basket-item-title a:hover {
	font-size: 1.5em;
	color: #000001;
}
table.checkout-basket td.basket-item-functional {	
	text-align: right;
	padding-right: 10px;
	vertical-align: center;
}
table.checkout-basket td.basket-item-functional input {
	width: 30px;
	text-align: center;
	margin: 0;
}
table.checkout-basket td.basket-item-price {
	text-align: center;
	width: 70px;
	background-color: #eee;
	color: #444;
}
table.checkout-basket td.basket-item-total {
	text-align: center;
	width: 70px;
	background-color: white;
	font-weight: bold;
	color: #000;
	background-image: url(../images/vgradient2.gif);
}

tr.justremoved img,
tr.justremoved .wrap {
	opacity: .3; 
}
tr.justremoved .functional {
	opacity: 1; 
}




table.checkout-basket-summary {
	width: 576px;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
table.checkout-basket-summary td {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 8px 0 8px 0;
}
table.checkout-basket-summary tr.light td.checkout-basket-summary {
	background-color: #eee;
	background-image: url(../images/vgradient2.gif);
	padding-left: 30px;
	padding-right: 10px;
}
table.checkout-basket-summary tr.dark td.checkout-basket-summary-icon {
	padding: 0;
	width: 60px !important;
	text-align: center;
	background-color: #ddd;
	background-image: url(../images/vgradient1.gif);
	border-right: 1px solid #ccc;
}
table.checkout-basket-summary tr.light td.checkout-basket-summary-icon {
	padding: 0;
	width: 60px !important;
	text-align: center;
	background-color: #eee;
	background-image: url(../images/vgradient2.gif);
	border-right: 1px solid #ddd;
}
table.checkout-basket-summary tr.dark td.checkout-basket-summary-title,
table.checkout-basket-summary tr.light td.checkout-basket-summary-title {
	background-color: #ddd;
	background-image: url(../images/vgradient1.gif);
	color: black;
	padding-left: 30px;
	padding-right: 10px;
	font-weight: bold;
}
table.checkout-basket-summary td.checkout-basket-summary-option {
	background-color: #ddd;
	background-image: url(../images/vgradient1.gif);
	color: white;
	color: black;
	padding: 5px 5px 5px 0;
}
table.checkout-basket-summary tr.light td.checkout-basket-summary-price {
	background-color: #fff;
	background-image: url(../images/vgradient3.gif);
	text-align: center;
	width: 70px;
}
table.checkout-basket-summary tr.dark td.checkout-basket-summary-price {
	background-color: #eee;
	background-image: url(../images/vgradient2.gif);
	text-align: center;
	width: 70px;
}

table.checkout-basket-summary tr.order-price td {
	padding-bottom: 15px !important;
}
table.checkout-basket-summary  #order_price { font-weight: bold; }

td.space-10 {
	height: 10px !important;
	padding: 0;
	overflow: hidden;
}

table.checkout-move {
	background-color: #333;
	background-image: url(../images/vgradient_dark0.gif);
	background-position: center center;
	width: 100%;
}
table.checkout-move .left {
	text-align: left;
	padding: 10px;
}
table.checkout-move .right {
	text-align: right;
	padding: 10px;
}



div.content-left fieldset {
	width: 545px;
}
fieldset {
	background-color: #ddd;	
	margin-top: 10px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	padding: 15px;
}
div.payment fieldset {
	text-align: left;
}


table.checkout-address-wrap {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.checkout-address-wrap td {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 0;
}
table.checkout-address-wrap td td {
	border: none;
}
table.checkout-address-wrap tr.title td {
	background-image: url(../images/vgradient0.gif);
	background-position: center center;
	background-repeat: repeat-x;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
}
table.checkout-address-wrap td.checkout-address-fields {
	background-image: url(../images/vgradient2_large.gif);
	background-position: center center;
	background-repeat: repeat-x;
	padding: 0;
}
table.checkout-address-wrap td.info {
	padding: 10px 10px 10px 5px;
}
table.checkout-address-wrap tr.info th {
	padding-top: 10px;
	vertical-align: top;
}
table.checkout-address {
	width: 100%;
	border-spacing: 0px 0px;
	padding: 0;
	margin: 0;
	text-align: left;
}
table.checkout-address td,
table.checkout-address th {
	padding: 3px 5px 3px 5px;
}
table.checkout-address th {
	text-align: right;
	font-weight: normal;
	padding-right: 15px;
	width: 216px;
}
table.checkout-address-3rd th {
	width: 33.33% !important;
	padding-right: 0;
}
table.checkout-address-3rd td {
	padding: 0 0 0 15px;
	width: auto !important;
}
table.checkout-address-3rd tr.info td {
	padding-left: 15px;
	width: auto !important;
}

table.checkout-address td.checkout-address-icon,
table.checkout-address-3rd td.checkout-address-icon {
	background-image: url(../images/vgradient3_large.gif);
	width: 70px !important;
	padding: 0;
	text-align: center;
}
table.checkout-address input.text {
	width: 265px;
	float: left;
}
table.checkout-address input.text-zip {
	width: 75px;
	float: left;
}
table.checkout-address input.text-city {
	width: 178px;
	float: right;
}
input.zzz {
	padding: 2px;
}
input.zzz_text {
	border: 1px inset #000;
	padding: 2px;
}
input.zzz_button,
input.zzz_submit {
	border: 1px outset #000;
	padding: 2px;
}

tr.address-summary-titles td {
	background-image: url(../images/vgradient2.gif);
	background-position: center left;
	font-weight: bold;
	color: #555;
	padding: 17px 5px 3px 20px;	
	width: 33.33% !important;
}
tr.address-summary td {
	background-image: url(../images/vgradient3.gif);
	vertical-align: top;
	padding: 5px 5px 20px 20px;	
	width: 33.33% !important;
}


tr.paylib td {
	background-image: url(../images/vgradient2_large.gif);
	background-repeat: repeat-x;
	padding: 10px 20px 10px 20px;
}

td.orderid {
	background-image: url(../images/vgradient_dark0.gif) !important;
	background-repeat: repeat-x;
	padding: 0px 20px 0px 20px !important;
	color: #eee !important;
	text-align: center !important;
	font-size: 1.3em;
	font-weight: normal !important;
	letter-spacing: 110%;
	font-family: courier;
}



.ie6_warning {
	display: none;
}

/**********************************
 *  TEXT SIZE AND COLOR
 *********************************/

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
	font-size: 12px;
}
body {
	background-color: #ddd;
}
a {
	color: #000;
}
a:hover {
	color: #000001;
}
.menu-level1 a, .menu-sub a,
.checkout-trail a, .basket-item-title a,
.product-order-button a,
h1 a, h2 a, h3 a,
a.nodeco {
	text-decoration: none;
}
img {
	border: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
div.background {
	background-color: #f1f1f1;
}
* html div.background {
	background-color: #e6e6e6;
}

div.background-left {
	background-color: #e6e6e6;
	background-color: #f1f1f1;
}
div.background-right {
	background-color: #f1f1f1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;
}
/*
	background-image: url(../images/right_rotate.php);
*/

/* TOPPOS:68 */
div.thinline-top {
    /*
	background-image: url(../images/thinline-top.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	*/
	position: absolute;
	z-index: -10;
	left: 0;
	top: 0px;
	height: 58px;
	width: 99.9%;
    /*
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	*/
}
div.content-left {
	height: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}
div.menu-level1,
div.menu-level1-right {
	font-size: 2em;
}
div.menu-level2,
div.menu-level3 {
	font-size: 1.5em;
	line-height: 1em;
}
div.menu-level1 ul,
div.menu-level1-right ul,
div.menu-level2 ul,
div.menu-level3 ul {
	padding: 0;
	margin: 0;
}
div.menu-level1 ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}
div.menu-level1-right ul li,
div.menu-level2 ul li,
div.menu-level3 ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

div.menu-level1 ul li a,
div.menu-level1-right ul li a,
div.menu-level2 ul li a,
div.menu-level3 ul li a {
	color: #bbb;
}
div.menu-level1 ul li a:hover,
div.menu-level1-right ul li a:hover,
div.menu-level2 ul li a:hover,
div.menu-level3 ul li a:hover {
	color: #000000;
}
div.menu-level1 ul li.active a,
div.menu-level1-right ul li.active a,
div.menu-level2 ul li.active a,
div.menu-level3 ul li.active a {
	color: #1b1b1b;
}


h1, h2, h3 {
	font-weight: bold;
	font-size: 1.17em;
	margin-top: 16px;
	margin-bottom: 8px;
	line-height: 120%;
}
.content-left h1 {
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 0px !important;
	margin-bottom: 20px;
	margin-left: 0px;
}
.content-left h1 a, .content-left h2 a, .content-left h3 a {
	color: white;
}
.content-left h1 a:hover, .content-left h2 a:hover, .content-left h3 a:hover {
	color: #000001;
}

p {
	margin-bottom: 10px;
}

input.error {
	color: #a02;
}
input.success {
	color: #2a0;
}

div.product-title {
	background: url(../images/bg_white_70.png);
	font-size: 1.5em;
	color: #1b1b1b;
}
div.product-order table {
	background: url(../images/bg_black_70.png);
}
div.product-price {
	background: url(../images/bg_black_70.png);
	color: #fff;
}
td.product-order-button a,
td.product-order-button {	
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
td.product-order-button a.inactive {
	color: #aaaaaa;
}
td.product-order-button:hover a.inactive,
td.product-order-button a.inactive:hover {
	color: #000001 !important;
}

td.product-order-button a:hover,
td.product-order-button:hover a,
td.product-order-button:hover {
	background-image: none;
	background-color: #ffffff;
	color: #000001;
}
div.product-description {
	color: #2a2a2e;
}
div.content-right,
div.content-right-content,
div.content-below-overlap,
div.product-description-attributes td {
	color: white;
	color: #444;
}
div.content-right a {
	color: white;
	color: #444;
	text-decoration: underline;
}
div.content-right a:hover {
}
div.content-right-content {
	width: 280px;
}

div.content-below-overlap table {
	border: none;
	border-collapse: collapse;
	margin-bottom: 20px;
}
div.content-below-overlap td,
div.content-below-overlap th {
	line-height: 1.4em;
	height: 1.4em;
	border: none;
	margin: 0;
	padding: 0px 5px 0px 0px;
}
div.content-below-overlap th {
	color: #aaaaaa;
	color: #666;
	text-align: left;
	font-weight: bold;
}
div.content-below-overlap td {
	color: white;
	color: #444;
	text-align: left;
	font-weight: normal;
}


div.basket-item-remove {
	float:right;
	padding: 5px 5px 0 0;
}
div.basket-item-remove a {
	background-image: url(../images/little_cross.png);
	background-repeat: no-repeat;
	background-position: right top;
}
div.basket-item-remove a:hover {
	background-image: url(../images/little_cross_red.png);
}
div.basket-item-remove a span {
	color: #333;
	font-size: 8px;
	text-transform: uppercase;
	visibility: hidden;
	padding-right: 12px;
}
div.basket-item-remove a:hover span {
	visibility: visible;
}

div.basket-checkout-button span.block,
div.basket-checkout-button a {
	font-size: 1em;
	font-weight: bold;
	background-color: #333333;
	color: #ffffff;
}
div.basket-checkout:hover div.basket-checkout-button a,
div.basket-checkout-button a:hover {
	background-color: #009bd5;
	background-color: #000001;
}
div.basket-checkout-price span.block,
div.basket-checkout-price a {
	color: #000000;
}
div.basket-checkout:hover div.basket-checkout-link a,
div.basket-checkout:hover div.basket-checkout-price a,
div.basket-checkout-price a:hover {
	color: #000001;
	
}

div.basket-checkout-price span.block,
div.basket-checkout-price {
	font-size: 1em;
	background-color: #ffffff;
}

div#zz_footer_links {
	border-top: 1px solid #ddd;
}
div#footer_links {
	padding-top: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
}
div#footer_links,
div#footer_links a {
	font-size: 1em;
	color: #666;
}
div#footer_links a:hover {
	color: #000001;
}





ol.checkout-trail {
	padding: 0;
	margin: 0 0 30px 0;	
}
ol.checkout-trail li {
	display: inline;
	font-size: 1.5em;
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 3px !important;
	padding: 10px 15px 10px 13px !important;
}
ol.checkout-trail li.inactive {
	background-image: url(../images/little_arrow_gray.png);
	color: #999;	
}
ol.checkout-trail li.inactive a {
	color: #fff;
}
ol.checkout-trail li.active {
	background-image: url(../images/little_arrow_black.png);
	color: #333;
}
ol.checkout-trail li.active a {
	color: #333;
}
ol.checkout-trail li.recent a {
	color: #999;
}
ol.checkout-trail li.ok {
	background-image: url(../images/little_arrow.png) !important;
	color: #999;
}
ol.checkout-trail li.back {
	color: #999;
	padding-left: 0px !important;
	background-image: none;
}
ol.checkout-trail li.recent a:hover,
ol.checkout-trail li.inactive a:hover {
	color: #000000;
}
ol.checkout-trail li.ok:hover {
	background-image: url(../images/little_arrow_black.png) !important;
}



div.errors {
	border: 2px solid white;
	border-bottom: none;
	background-color: #f4e8e3;
	color: #762400;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
}
div.errors ul {
	margin-top: 5px;
	margin-bottom: 0;
}

span.optional {
	font-size: .9em;
	color: #666;
}



.tx_lumogooglemaps_pi1_sidebar { display: none; }



.csc-mailform label {
	width: 100px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	height: 27px;
	line-height:27px;
}
.csc-mailform {
	text-align: center;
}
.csc-mailform div.csc-mailform-field {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 5px;
	text-align:left;
}
.csc-mailform input.csc-mailform-submit {
	margin-left: 110px;
}
.csc-mailform textarea {
	width: 280px;
}
