body, td, th, div, span, p, input, textarea {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
a, a:link, a:active, a:visited {
	color: #2474d3;
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
a:hover {
	text-decoration: none;
}
.wf {
	width:100%;	
}
/* layout */
body {
	text-align: center;
	background: url('../images/body.png') center top repeat;
}
#layout {
	margin: 0 auto;
}
#layout,
#header,
#slides,
#content {
	width: 950px;
	position: relative;
}
/* layout */

/* header */
#header {
	margin: 0 0 17px 0;
}
#header #header-left,
#header #header-right {
	top: 0;
	width: 14px;
	height: 79px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
}
#header #header-left {
	left: 0;
	background-image: url('../images/header-left.png');
}
#header #header-right {
	right: 0;
	background-image: url('../images/header-right.png');
}
#header .header {
	width: 922px;
	height: 79px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/header.png') left top repeat-x;
}
/* header */

/* slides */
#slides {
	text-align: left;
	margin: 0 0 20px 0;
}
#slides h1 {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
}
#slides #slides-nav {
	padding: 0 0 10px 24px;
}
#slides #slides-nav ul {
	margin-top:5px;
}
#slides #slides-nav li {
	display: inline;
	margin-right: 20px;
}
#slides #slides-nav li a {
	color: #FFF;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: 1px dashed #6e8fb3;
}
#slides #slides-nav li a:hover {
	border-bottom: none;
}
#slides #slides-nav li a.act {
	border-bottom: none;
	font-weight:bold;
	color:#40cbd5;
}
#slides #slide-preview {
	height: 229px;
	position: relative;
}
#slides #slide-preview #slide-scroll {
	width: 850px;
	margin: 0 47px;
	overflow: hidden;
	position: relative;
}
#slides #slide-preview li {
	float: left;
	width: 850px;
	height: 229px;
}
#slides #slide-preview #slide-next,
#slides #slide-preview #slide-prev {
	top: 0px;
	width: 47px;
	height: 229px;
	position: absolute;	
	display:block;	
}
#slides #slide-preview #slide-next span,
#slides #slide-preview #slide-prev span {
	display: none;
}
#slides #slide-preview #slide-next {
	right: 0;
	background: url('../images/slide-prev.gif') right center no-repeat;	
}
#slides #slide-preview #slide-prev {
	left: 0;
	background: url('../images/slide-next.gif') left center no-repeat;
}
#slides #slide-preview li .slide-image {
	float: left;
	width: 320px;
	height: 229px;
}
#slides #slide-preview li .slide-image img {
	margin: 0 0 0 15px;
}
#slides #slide-preview li .slide-info {
	float: left;
	margin: 67px 0 0 0;
}
#slides #slide-preview li .slide-info p {
	color: #FFF;
	width: 467px;
	padding: 5px 0 0 34px;
}
/* slides */

/* content */
#content {
	text-align: left;
}
/* content */

/* logo */
#logo {
	float: left;
	width: 206px;
	height: 37px;
	margin: 24px 0px 0 8px;
}
#logo span {
	display: none;
}
/* logo */

/* menu */
#menu {
	float: right;
	width: 690px;
	margin: 20px 0 0 0;	
}
#menu ul {
	height: 36px;
	overflow: hidden;
}
#menu li {	
	float: left;	
	padding: 8px 10px 7px 12px;	
	background: url('../images/menu-li.gif') left top no-repeat;	
}
#menu li a,
#menu li a span {	
	display: block;
	line-height: 21px;
	height:21px;		
	overflow: hidden;	
}
#menu li a {
	padding: 0 0 0 0px;	
	text-decoration: none;
}
#menu li a span {
	color: #0f7d96;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
#menu li a:hover,
#menu li a.active {
	background: #0f7d96 url('../images/menu-a-left.gif') left top no-repeat;
}
#menu li a:hover span,
#menu li a.active span {
	color: #FFF;
	background: url('../images/menu-a-right.gif') right top no-repeat;
}

#menu #menu-cart {
	float: right;
	padding-top: 0;
	background: none;
}
#menu #menu-cart a {
	padding: 0;	
	height:34px!important;
	line-height:34px!important;
	background: url('../images/menu-cart-right.gif') right top no-repeat;
}
#menu #menu-cart a cite {
	font-style: normal;
	display:none;
}
#menu #menu-cart a span {
	display:block;	
	padding: 0px 16px 0px 16px;
	height:34px!important;
	line-height:34px!important;
	background: url('../images/menu-cart-left.gif') left top no-repeat;
}
#menu #menu-cart a:hover,
#menu #menu-cart a.active {
	background: url('../images/menu-cart-right-over.gif') right top no-repeat;
}
#menu #menu-cart a:hover span,
#menu #menu-cart a.active span {
	background: url('../images/menu-cart-left-over.gif') left top no-repeat;
}
/* menu */

/* back */
div.back,
#back {
	padding: 0 0 40px 0;
}
div.back a,
#back a {
	top: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	text-decoration: none;
	padding: 15px 29px 10px 20px;
	background: url('../images/back.gif') right top no-repeat;
}
div.back a span,
#back a span {
	color: #2474d3;
	padding: 0 0 0 17px;
	text-decoration: underline;
	background: url('../images/back-span.gif') left center no-repeat;
}
div.back a:hover span,
#back a:hover span {
	text-decoration: none;
}
#back #back-cart {
	z-index: 1;
	left: 140px;
}
/* back */

/* blocks */
#blocks {
	width: 950px;;
}
#blocks .block-big,
#blocks .block-small {
	float: left;
}
#blocks .block-big {
	width: 950px;
}
#blocks .block-small {
	width: 470px;
}
#blocks .block-small.block-first {
	margin: 0 10px 0 0;
}
#blocks .block {
	margin: 0 0 10px 0;
	position: relative;
}
#blocks .block-top,
#blocks .block-bot {
	height: 14px;
	margin: 0 14px;
	background: #FFF;
	position: relative;
}
#blocks .block-left,
#blocks .block-right {
	top: 0;
	width: 14px;
	height: 14px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
#blocks .block-left {
	left: -14px;
}
#blocks .block-right {
	right: -14px;
}
#blocks .block-top .block-left {
	background-image: url('../images/block-lt.png');
}
#blocks .block-top .block-right {
	background-image: url('../images/block-rt.png');
}
#blocks .block-bot .block-left {
	background-image: url('../images/block-lb.png');
}
#blocks .block-bot .block-right {
	background-image: url('../images/block-rb.png');
}
#blocks .block-content {
	padding: 0 20px 20px 20px;
	background: #FFF;
}
#blocks .block-content-nopad {
	padding-left:0px;
	padding-right:0px;
}
#blocks .block-content h1,
#blocks .block-content h2 {
	color: #218885;
	font-size: 30px;
	padding: 0 0 15px 0;	
	font-weight: normal;
}
#blocks .block-content h3 {
	color: #218885;
	font-size: 12px;
	margin: 0 0 1px 0;
	font-weight: normal;
}
/* blocks */

/* faq */
#faq h3 {
	font-weight:bold!important;
}
#faq li {
	padding: 0 0 21px 0;
}
#faq li.last {
	padding: 0 0 0px 0;
}
/* faq */

/* faq-form */
#faq-form {
	position: relative;	
}
#faq-form .faq-left {
	float: left;
	width: 520px;
	position: relative;
}
#faq-form .faq-right {
	float: right;
	width: 360px;
	position: relative;
}
#faq-form .faq-right h3 {
	display: block;
	padding: 0 0 5px 0;
	color: #474747 !important;
}
#faq-form .faq-right strong {
	display: block;
	font-size: 24px;
}
#faq-form .faq-right span {
	display: block;
}
#faq-form .faq-right a,
#faq-form .faq-right span {
	font-size: 18px;
}
#faq-form form li {
	float: left;
	margin: 0 25px 3px 0;
}
#faq-form form label {
	display: block;
	margin: 0 0 6px 0;
}
#faq-form form input,
#faq-form form textarea {	
	outline: none;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;	
	line-height:130%;
	width: 230px;
	padding:2px 0px;
	font-size:12px;
}
#faq-form form input {		
}
#faq-form form textarea {
	width: 487px;
	height: 150px;	
}
#faq-form form .submit {
	padding: 10px 30px 0 0;	
}
#faq-form form .submit .button {
	width: 128px;
	float: right;
}
/* faq-form */

/* cart */
#cart table {
	width: 100%;
	margin: 0 0 0 0;
}
#cart th {
	color: #FFF;
	padding: 5px 10px;
	background: #0f7d96;
}
#cart td {
	padding: 7px 10px;
}
#cart tr.col-dg td {
	background: #f2f2f2;
}
#cart td.col-lb  {
	background: #e0eff2;
}
#cart td p {
	width: 260px;
	padding: 2px 0;
}
#cart td input {
	width: 230px;
	outline: none;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	padding:3px 0px;
	font-size:12px;
	line-height:130%;
}
#cart tr.last .tar, div.tar {
	color: #0f7d96;
	font-size: 18px;
	vertical-align: middle;
}
#cart .submit {
	width: 130px;
}
#cart .submit .button {
	float: left;
	width: 128px;
}
#cart .cart-total {
	width:400px;
	float:right;
}
#cart .cart-total td {
	white-space:nowrap;
}
#cart .cart-total h3 {
	font-weight:bold!important;
}
#cart .cart-total .price {
	width:100%;
}
#cart .cart-total .price h3 {
	color:#0f7d96;
}
#cart .cart-total .delivery h3 {
	color:#000000;
}
#cart #cart-total .tar {
	color: #0f7d96;
	font-size: 18px;
	border-top: 1px solid #0f7d96;
}
#cart #cart-total .tar span {
	
}
/* cart */

/* digital */
.digital {
	padding-bottom: 10px;
}
.digital .block-content,
.digital .block-content h1 {
	padding-bottom: 0 !important;
}
.digital .digital-item {
	float: left;
	width: 300px;	
	margin: 10px 25px 0px 0;
}
.digital .digital-item.last {
	margin-right: 0;	
}
.digital .digital-item p {
	color: #FFF;
	line-height: 130%;
	padding: 10px 0 0 0;
}
.digital .digital-item-space {	
	float:left;
	width:100%;
	height:20px;
}
/* digital */

/* product-list */
.product-list .block-content {
	padding-bottom: 0 !important;
}
.product-list .product td {
	width: 33%;
	padding: 0 20px;	
	border-right: 1px dotted #bfbfbf;
}
.product-list .product-image,
.product-list tr.product-image td {
	padding: 0 0 10px 0;
}
.product-list .product-image img {
	margin: 0 auto !important;
}
.product-list .product-info a {
	color: #218885;
	font-size: 18px;
}
.product-list .product-info,
.product-list tr.product-info td {
	padding-bottom: 10px;
}
.product-list tr.product-info a {
	font-size: 12px;
	font-weight: bold;
}
.product-list .product-info p {	
	padding: 8px 0 0 0;
}
.product-list .product-info * {
	line-height: 130%;
}
.product-list .product-info ul {
	line-height: 130%;
	padding: 0 0 0 18px;
	list-style-type: lower-alpha;
}
.product-list td:last-child {
	border-right: none;
}
.product-list .product-buy .product-price {
	float: left;
	color: #045b72;
	font-size: 24px;
	font-style: italic;
}
.product-list .product-buy .submit {
	float: right;
	width: 120px;
}
.product-list .product-buy .button {
	float: right;
	padding-left: 41px;
	background: url('../images/button-cart.gif') left top no-repeat;
}
.product-list .product-buy .button span {
	padding-left: 10px;
}
/* product-list */

/* product-item */
.product-item .product-gallery {
	float: left;
	width: 470px;
	margin: 0 0 17px 0;
	position: relative;
}
.product-item .product-gallery div {
	width: 470px;
	padding: 0 0 30px 0;
}
.product-item .product-gallery div img {
	margin: 0 auto;
}
.product-item .product-gallery ul li img {
	display: inline;
}
.product-item .product-gallery ul li {
	float: left;
	margin: 0 5px 0 0;
}
.product-item .product-gallery ul li a {
	display:block;
	border: 1px solid #c3c3c3;	
}
.product-item .product-gallery ul li img {	
}
.product-item .product-gallery ul li a.act {
	cursor:default;
	background:url('../images/product-image-empty.gif') 50% 50% no-repeat;
}
.product-item .product-gallery ul li a.act img {
	visibility: hidden;
}
.product-item .product-buy {
	width: 440px;
	float: right;
	position: relative;
	line-height: 15px;
}
.product-item .product-buy p {
	padding: 0 0 10px 0;
}
.product-item .product-price {
	color: #045b72;
	display: block;
	font-size: 24px;
	font-style: italic;
	margin: 0 0 18px 0;
}
.product-item .product-cart {
	float: left;
	width: 320px;
	padding: 12px 0 10px 0px;
	background: #f2f2f2;
}
.product-item .product-cart label {
	font-weight: bold;
	margin: 3px 10px 0 0;
	float:left;
	height:25px;
	padding-left:20px;	
	line-height:25px;	
}
.product-item .product-cart input {
	width: 80px;
	outline: none;
	padding: 2px 0;
	margin: 0;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	float:left;
	border: 0;
	height: 30px;
	cursor: pointer;
}
.product-item .product-cart .submit {
	width: 128px;
	float:left;
}
.product-item .product-cart .submit .button {
	float: right;
	padding-left: 41px;
	background: url('../images/button-cart.gif') left top no-repeat;
	border: 0;
}
.product-item .product-cart .submit .button span {
	padding-left: 10px;
}
.product-item .product-cart .clear {
	height: 1px;
	width:1px;
	font-size:1px;
}
.product-item .product-cart label,
.product-item .product-cart input,
.product-item .product-cart .submit,
.product-item .product-cart .submit .button {
	float: left;
}
.product-item .product-info {
	padding: 0 0 12px 0;
}
.product-item .details-navigation {
	margin-top:10px;
}
.product-item .details-navigation li {
	display:inline;
	margin: 0 5px 5px 0;
}
.product-item .details-navigation a {	
	text-decoration: none;
	border-bottom: 1px dashed #2474d3;
}
.product-item .details-navigation a:hover,
.product-item .details-navigation a.active {
	color: #218885;
	border-bottom: none;
}
.product-item .details-navigation a.active {
	font-weight: bold;
}
.product-item .product-details-list {
	margin-top:10px;
}
.product-item .product-details-list * {
	line-height:140%;
}
.product-item .product-details table strong {
	display: block;
	padding: 2px 10px;
}
.product-item .product-details table table {
	width: 430px;
	margin: 0 20px 0 0;
}
.product-item .product-details table table td {
	width: 40%;
	padding: 2px 11px;
}
.product-item .product-details table table .dark-row td {
	background: #f2f2f2;
}
/* product-item */

/* nearest */
#nearest {	
}
#nearest h3 {	
	font-weight:bold!important;
}
#nearest a {
	color: #218885;
	position: relative;
	text-decoration: none;
	border-bottom: 1px dashed #218885;
}
#nearest a:hover {
	border-bottom: none;
}
#nearest #nearest-left a {
	font-size: 14px;
}
#nearest #nearest-left a.nearest {
	color: #474747;
	font-size: 18px;
	border-bottom: none;
}
#nearest #nearest-left {
	float: left;
	width: 500px;
	position: relative;
}
#nearest #nearest-right {
	float: right;
	width: 200px;
	position: relative;
}
/* nearest */

/* channel */
#channel-form {
	margin-top:20px;
	width:100%;
}
#channel-form .form-input {
	float: left;
	position: relative;
	margin: 0 0px 0 0;
	background: #f2f2f2;		
	width:49%;
}
#channel-form .form-input .box {
	padding: 10px 15px 10px 9px;
}
#channel-form label {
	color: #218885;
	font-weight: bold;
	margin: 0 10px 0 0;
}
#channel-form select {
	width: 230px;
}
.channel {
	padding: 60px 0 0 0;
}
.channel .channel-header {
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	position: absolute;
	background: url('../images/channel-h3.gif') left top repeat-x;
}
.channel .channel-header h3 {
	font-weight: normal;
	padding: 10px 0 0 20px;
	font-size: 18px !important;
}
.channel .channel-header span {
	color: #474747;
	display: block;
	font-size: 12px;
	padding: 0 0 0 20px;
}
.channel .channel-list {
	width: 100%;
}
.channel .channel-list td {
	width: 50%;	
}
.channel .channel-list td h4 {
	color: #218885;
	display: block;
	font-size: 12px;
	padding: 0 0 22px 0;
}
.channel .channel-list td.last {
	padding: 0 0 0 20px;
	border-left: 1px dotted #000000;
}
.channel .channel-list ul {	
	float:left;
	width:100%;
	margin:0px;
}
.channel .channel-list li {
	float: left;
	width: 33%;
	height: 100px;
	text-align: center;
	margin: 0 0px 0 0;
}
.channel .channel-list li div {
	width: 80px;
	height: 60px;
}
.channel .channel-list li div {
	margin: 0 auto;
}
.channel .channel-list a {
	color: #474747;	
	font-weight: normal;
}
/* channel */

/* checkout */
#checkout {
	text-align: center;
}
#checkout #checkout-header {
	text-align: left;
	padding: 0 0 26px 0;
}
#checkout #checkout-header h3 {
	float: left;
	position: relative;
	font-size: 24px !important;
	margin-right: 23px !important;
}
#checkout #checkout-header h3 a {
	font-size: 24px !important;
	color: #218885;
}
#checkout #checkout-header h3.inactive {
	color: #8e8e8e !important;
	font-size: 18px !important;
	margin: 6px 23px 0 0 !important;
}
#checkout #checkout-header h3.inactive a {
	color: #2474d3;
	font-size: 18px !important;
}
#checkout #checkout-form {
	width: 640px;
	margin: 0 auto;
	text-align: left;
}
#checkout #checkout-form li {
	float: left;	
	width: 310px;
	margin: 0 10px 11px 0;
	height:auto!important;		
}
#checkout #checkout-form .li-clear {
	float:left;
	width:100%;
	height:1px;
	margin:0px;
	padding:0px;
	overflow: hidden;
	font-size:1px;
}
#checkout #checkout-form label {
	display: block;
	margin: 0 0 3px 0;
}
#checkout #checkout-form input, input.textField {
	width: 290px;
	outline: none;
	display: block;
	padding: 2px 0;
	margin: 4px 0 4px 0;
	font-size:12px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
}

input.textField2 {
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #d4d0c8;
	border-bottom: 1px solid #d4d0c8;
	width: 88px;
	height: 35px;
	text-align: center;
	font-size: 28px;
}
#checkout .payment-item {
	float:left;
	height:20px;
	line-height:20px;	
	margin-top:7px;	
}
#checkout .payment-item label {
	line-height:20px;
	white-space:nowrap;	
	padding-right:20px;
	float:left;
	height:20px;	
}
#checkout .payment-item input {
	float:left;
	width: 13px!important;
	height: 13px!important;
	border: none!important;
	margin-right:5px!important;
}
#checkout #checkout-form #checkout-post, #shippingZipCode, #customerCompanyZipCode {
	width: 145px !important;
}
#checkout #checkout-newsletter input {
	width: 13px;
	height: 13px;
	float: left;
	border: none;
	margin: 0 10px 0 0;
}
#checkout #checkout-newsletter label {
	font-size: 11px;
}
#checkout #checkout-form span {
	/*display: block;*/
	font-size: 11px !important;
}
#checkout .checkout-delivery {
	height: 40px;
	padding: 10px 11px;
	background: #e0eff2;
	margin: 10px 0;
}
#checkout #checkout-form h3 {
	font-weight: bold!important;
}
#checkout .checkout-delivery h3 {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold!important;
}
#checkout .checkout-delivery div.item {
	float: left;
	margin: 0 0px 0 0;	
}
#checkout .checkout-delivery input {
	float: left!important;
	width: 13px!important;
	height: 13px!important;
	border: none!important;
	margin: 2px 5px 0 0!important;
}
#checkout .checkout-delivery label {
	white-space: nowrap;
}
#checkout #checkout-install {
	margin: 0 0 10px 0;
}
#checkout #checkout-install input {
	float: left;
	width: 13px;
	height: 13px;
	border: none;
	margin: 0 5px 0 0;
}
#checkout .button {
	width: 200px;
	float: right;
}
/* checkout */

/* button */
.button {
	padding: 0 0 0 12px;
	text-decoration: none !important;
	background: url('../images/button-left.gif') left top no-repeat;
}

a.button {
	display: block;
}

.button span, .button input {
	color: #FFF;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 8px 12px 8px 0;
	text-shadow: #000 0 1px 0;
	background: url('../images/button-right.gif') right top no-repeat;
	height: 15px;
	border: 0;
}
.button span span {
	background: none;
}
.button:hover span {
	text-decoration: underline;
}
/* button */

/* footer */
#footer {		
	padding-bottom:0px!important;
}
#footer h3 {
	display: block;
	font-weight:bold!important;
}

#footer table {
	width:100%;
}
#footer .facebook {	
}
#footer .facebook a {
	float:right;
	display: block;
	padding: 10px 0 5px 35px;
	background: url('../images/facebook.jpg') left center no-repeat;
	height: 20px;
}
#footer td {
	vertical-align:middle;
}
#footer .text {
	width:395px;	
}
#footer .newsletter {	
	width:218px;			
	background-color:#FFFFFF;
	border-right: 1px dotted #bfbfbf;
	border-left: 1px dotted #bfbfbf;	
	text-align:  center;		
	padding:25px 0px;	
}
#footer .newsletter a {
	font-weight: bold;	
}

/* footer */

/* text */
.text2 {
	width: 500px;
	margin: 0 auto;
}
.text .wf td {
	width: 50%;
	padding:0px;	
}
.text td.left {
	padding-right:25px;	
}
.text img {
	margin: 0 10px 0 0;
}
.text p {	
	padding: 0 0px 0px 0;
}
.text p b {
	color: #218885;
}
.text * {
	line-height:140%;
}
.text h3 {	
	font-weight:bold!important;
}

table.delivery {
	width: 100%;
	margin: 0 0 0px 0;
}
table.delivery th {
	color: #FFF;
	padding: 10px 20px;
	background: #0f7d96;
}
table.delivery td {
	padding: 18px 20px;
	border-bottom: 1px solid #0f7d96;
}
table.delivery .price td strong {
	display: block;
	text-align: right;
	padding: 0 37px 0 0;
}
table.delivery .last td {
	border-bottom: none;
}
table.delivery td.col-db {
	background: #e0eff2;
}
table.delivery td.col-lb {
	background: #eff5f6;
}
/* text */

/* delivery */
/*
#delivery p {
	padding: 0 0 19px 0;
}
#delivery h3 {
	width: 120px;
}
#delivery table {
	
}
#delivery th {
	color: #FFF;
	padding: 10px 20px;
	background: #0f7d96;
}
#delivery td {
	padding: 18px 20px;
	border-bottom: 1px solid #0f7d96;
}
#delivery .price td strong {
	display: block;
	text-align: right;
	padding: 0 37px 0 0;
}
#delivery .last td {
	border-bottom: none;
}
#delivery td.col-db {
	background: #e0eff2;
}
#delivery td.col-lb {
	background: #eff5f6;
}
*/
/* delivery */

.wf table td {
	padding: 3px 5px;
	vertical-align: middle;
}

.wf table {
	/*
	margin-left: auto;
	margin-right: auto;
	*/
}

.aCenter {
	text-align: center;
}

.aCenter2 {
	margin-left: auto;
	margin-right: auto;
}

.step img {
	margin: 0 auto;
}

.dotted {
	height: 1px;
	border-bottom: 1px dotted silver;
	margin: 15px 0;
}

a.buttonRemove {
	display: block;
	background: transparent url(../images/button_r_trash.png) no-repeat;
	width: 55px;
	height: 24px;
	padding-left: 30px;
	text-align: left;
	line-height: 24px;
	height: 24px;
	color: white !important;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}

a.buttonNext {
	display: block;
	background: transparent url(../images/button_y_next.png) no-repeat;
	width: 75px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	color: black !important;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	font-style: normal;
}

a.buttonNext:hover {
	color: black !important;
	text-decoration: none;
}

a.buttonBack {
	display: block;
	background: transparent url(../images/button_y_back.png) no-repeat;
	width: 75px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	height: 24px;
	color: #535353 !important;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
}

a.buttonBack:hover{
	text-decoration: none;
	color: #fff !important;
}

a.buttonContinueShopping {
	display: block;
	background: transparent url(../images/core/arrow_left.png) no-repeat left top;
	width: 110px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #535353 !important;
	font-weight: bold;
	font-size: 12px;
	padding-left: 24px;
	font-style: normal;
}

.errorBox ul li {
	float: none !important;
	margin-bottom: 0px !important;
}

#newsletter {
	text-align:left;
	width:842px;
	margin-top:20px;
	background-color:red;
	background:url('../images/newsletter.gif') top right no-repeat;
}
#newsletter form {
	width:500px!important;
	margin:0px!important;	
}
#newsletter #checkout-form li {	
	width: 240px;	
}
#newsletter #checkout-form input {
	width: 230px;	
}
#newsletter #checkout-newsletter {
	margin-top:7px;
}
#newsletter #checkout-newsletter input {
	margin-top:4px;
	float:left;
	width: auto;
	height:auto;
}
#newsletter #checkout-newsletter label {
	font-size: 14px;	
	height:20px;
	line-height:20px;
	float:left;
}

input.radio {
	width: 30px !important;
}

h3.orderProccess {
	text-align: left;
	padding: 20px 20px 20px 0;
}

.width50 {
	width: 30px;
}

.th {
	float: left;
	color: white;
	background-color: #0F7D96;
	padding: 5px 10px;
	font-weight: bold;
}

.td {
	float: left;
	color: black;
	padding: 7px 10px;
	min-height: 24px;
	line-height: 24px;
}

.col1 {
	width: 358px;
}

.col2 {
	width: 69px;
}

.col3 {
	width: 53px;
}

.col4 {
	width: 76px;
}

.col5 {
	width: 100px;
}

.col6 {
	width: 134px;
}

.zebras {
	background-color: #F2F2F2;
}

.td p {
	padding: 2px 0;	
	line-height: 15px !important;
}

.orderSeparator {
	background: transparent url('../images/customBoxSep.png') repeat-x;
	height: 3px;
	margin-top: 20px;
}
