/* COLORS */

.yellow {
	color: #f2980e;
}

.gray {
	color: #666666;
}

.brown {
	color: #2A1608;
}

.red {
	color: #B30C53;
}

/* ALIGNMENT */

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.v-middle {
	vertical-align: middle;
}

.floatleft {
	float:left;
}

.floatright {
	float:right !important;
}

.checkoutalign {
	margin-left: 34px;
}

.tdnowrap {
	white-space: nowrap;
}

/* LABELS */

label.required {
    font-weight: bold;
}

.group-select label, .form-list label, .payment-methods label {
	font-weight: bold;
}

/* LISTS */

.disc {
	margin-bottom: 10px;
}

.disc li {
	margin-left: 20px;
	list-style: disc;
}

/* LINK HIGHLIGHTS */

.floatright .pipe {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.link-print {
	float: left;
}
.link-feed {
	float: left;
}

.link-cart {
	float: left;
}

/* FORM LISTS */

.input-text {
	width: 220px;
	height: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px;
	border: solid 1px #999999;
	background-color: #f1f5f2;
}

.form-list li {
	margin-bottom: 10px;
}

.form-list li .input-box .input-text, .form-list li .input-box textarea {
	width: 220px;
}

.form-list li .input-box select {
	width: 220px;
}

/* GROUP SELECT */

.group-select {
	margin: 0px;
	padding: 0px;
}

.group-select .legend {
	width: 100%;
	float: left;
	font-weight: bold;
}

.group-select ul {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.group-select li {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.group-select li .input-box {

}

.group-select li .input-text, .group-select li select, .group-select li textarea {
	width: 440px;
}

.group-select li .input-box .input-text, .group-select li .input-box textarea {
	width: 220px;
}

.group-select li .input-box select {
	width: 250px;
}

#sender_message {
	width: 480px;
	height: 100px;
}

/* PIPE */

.pipe {
	padding-left: 5px;
	padding-right: 5px;
}

/* DIVIDER */

.divider {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-image: url(../images/bg_menu_white.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

/* CONTAINER */

#container {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

/* HEADER */

#header {
	float: right;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#mainheader {
	width: 760px;
	height: 94px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#subheader {
	width: 760px;
	background-image: url(../images/bg_menu_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#box-header-left {
	float: left;
}

#box-header-left ul {
	float: none;
}

#box-header-left ul li {
  	display: inline;
	margin-right: 5px;
}

#box-header-left a {
	text-decoration: none;
}

#box-header-left a:hover {
	text-decoration:none;
}

#box-header-right {
	float: right;
	width: 240px;
	height: 70px;
	margin: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	line-height: 18px;
	background-image: url(../images/bg_header_shopping_bag.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.imageheader {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* CONTENT */

#col-left {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#col-middle {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0px;
}

#col-main {
	float: right;
	width: 760px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}

#col-right {
	float: right;
	width: 240px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}


/* FOOTER */

#footer {
	float: right;
	width: 760px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #666666;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer #copyright {
	float: right;
}

#footer #footerlinks {
	float: left;
}

#footer #footerlinks ul {
	margin: 0px;
	padding: 0px;
}

#footer #footerlinks ul li {
  	display: inline;
	margin-right: 5px;
}

#home-box {
	margin: 0px;
	padding: 0px;
}

#search-box {
	height: 61px;
	margin: 0px;
	padding-top: 22px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Advanced Search */

.advanced-search {

}

.advanced-search li {
	margin-bottom: 10px;
}
.advanced-search li label {
}

.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row {
	display: inline;
	width: 250px;
}
.advanced-search .range .input-text { width:70px; }

.advanced-search-nothing-found {
	font-weight: bold;
	margin-bottom: 10px;
	color: #B30C53;
}

.advanced-search-found-amount {
    margin-bottom: 10px;
}

.advanced-search-summary-box {

}

.advanced-search-summary-tip {
    clear: both;
    font-weight: bold;
}

.advanced-search-summary-box ul {
    list-style: none;
    margin-bottom: 10px;
}

.advanced-search-summary-box ul li span {
    font-weight: bold;
    color: #666666;
}

/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline {
	background:0 !important;
}

/* MAINMENUITEM */

#weine {
	background-image: url(../images/bg_menu_blue.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #ffffff;
}

.weine {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(../images/menu_weine.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/* MENU */

#menu-box {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu-box ul {
	margin: 0px;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 0px;
	padding-right: 0px;
}

#menu-box a {
	display: block;
	height: 14px;
}

#menu-box a:hover {
	display: block;
	height: 14px;
}

#menu-box a span {
	display: none;
}

#menu-box .submenu-box a span {
	display: block;
}

#menu-box .submenu-box ul {
	margin: 0px;
	padding: 0px;
}

#menu-box .submenu-box ul li {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.submenu-box a {
	text-decoration: none;
}

.submenu-box a:hover {
	text-decoration:none;
}

/* BACK TO EWALD ZWEYTICK */

#back-to-ewaldzweytick-box {
	margin: 0px;
	padding-top: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

/* SEARCH RESULTS */

.list-box {

}

.list-product-box {
	float: left;
	width: 240px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px;
}

.list-product-box-last {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
}

.list-product-box-image {
	margin: 0px;
	padding: 0px;
}

.generic-product-list, .generic-product-grid, .list-product-box-text {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
}

.generic-product-list a, .generic-product-grid a, .list-product-box-text a {
	color: #4c2b22;
	text-decoration: none;
}

.generic-product-list a:hover, .generic-product-grid, a:hover, .list-product-box-text a:hover {
	color: #4c2b22;
	text-decoration: none;
}

.list-product-box-button {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 20px;
}

.list-product-box-button-right {
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 20px;
}

.list-product-box-button-left {
	float:left;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	min-height: 20px;
}

/* HIGHLIGHTS */

.content-highlight-box {
	margin-top: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.content-highlight-product-box {
	float: left;
	width:240px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px;
}

.content-highlight-product-box-last {
	float: left;
	width:240px;
	margin: 0px;
	padding: 0px;
}

.content-highlight-product-box-image {
	margin: 0px;
	padding: 0px;
}

.content-highlight-product-box-text {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 16px;
}

.content-highlight-product-box-text a {
	color: #4c2b22;
	text-decoration: none;
}

.content-highlight-product-box-text a:hover {
	color: #4c2b22;
	text-decoration: none;
}

/* PRICE */

.price-box {
	color: #666666;
}

.price-label {
	color: #666666;
}

.price {

}

.regular-price {

}

.regular-price .price {
	color: #666666;
}

.old-price {
	padding: 0px;
	margin: 0px;
}

.old-price .price {
	color: #f2980e;
	text-decoration: line-through;
}

.special-price {
	padding: 0px;
	margin: 0px;
}

.special-price .price {
	color: #84B40B;
}

.product-pricing {

}

.minimal-price {
	padding: 0px;
	margin: 0px;
}

.minimal-price .price {
	color: #4E2920;
}

.special-price .price {
	color: #4E2920;
}

.availability {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

/* Heading */

.page-head, .head, .inner-head, .page-head-alt {
	margin-top: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	padding-top: 20px;
}

.page-head h3, .head h3 {
	color: #4c2b22;
}

.note-msg {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.category-head {
	float: left;
	padding-top: 20px;
}

.category-head h4 {
	text-transform: uppercase;
	border: none;
}

/* Logo */
h1#logo {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

#col-right .clear  {
	clear: both;
	padding-bottom: 10px;
}

.fullclear {
	width: 100%;
	height: 1px;
	clear: both;
	float: none;
}

/* Mini search */
.mini-search {
	text-align: center;
	background: none;
}

.mini-search .input-text {
	width: 158px;
}

.button-as-link {
	background-color: transparent;
	border: none;
	text-decoration: underline;
	color: #666666;
}

/* Mini Cart */

.mini-cart-box {
	width: 240px;
}

/* Subscribe Newsletter*/

#subscribe-newsletter {
	height: 33px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 17px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	background-image: url(../images/bg_newsletter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Global Messages */

.messages {
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_messages.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #f2980e;
	font-weight: bold;
}

/* Breadcrumbs */

.breadcrumbs {
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-image: url(../images/bg_messages.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.breadcrumbs li {
  	display: inline;
}

.breadcrumbs .separator {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.error-msg {
	color: #B30C53;
}

/* Pager */

.pager {
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.pager td {
	vertical-align: middle;
}

.pager ol {
	float: none;
	text-align: center;
}

.pager ol li {
  	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
	list-style: none;
}

.on {
	font-weight: bold;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.view-by {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.view-by td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
}

.search-results {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.a-right {
	text-align: right;
}

.a-left {
	text-align: left;
}

.a-center {
	text-align: center;
}

/* Forms */

button {
	cursor: pointer;
}

.dummybutton {
    color: #ffffff;
    font-size: 11px;
    background-color: #bfb4ad;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 21px;
    text-decoration: none;
}

.button {
	float: left;
	text-align: center;
	font-weight: normal;
	clear: both;
}

a.button {
    color: #ffffff;
    font-size: 11px;
    background-color: #4c2b22;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 9px;
    padding-right: 9px;
    line-height: 21px;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    width: auto;
    display: block;
}

a.button:link    { background-color: #4c2b22; cursor: pointer; }
a.button:visited { background-color: #4c2b22; cursor: pointer; }
a.button:hover   { background-color: #bfb4ad; color: #ffffff; cursor: pointer;}
a.button:active  { background-color: #bfb4ad; color: #ffffff; cursor: pointer; outline: none; }

.form-button {
	height: 21px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff;
	font-size: 11px;
	background-color: #4c2b22;
	border: none;
}

.media-box {

}

.add-to-cart-box {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.add-to-cart-box .input-text {
	width: 20px;
	text-align: right;
}

.qty {
	width: 20px;
	text-align: right;
}

.address-select {
	width: 480px;
}

/* Container for form buttons*/

.button-set {
	margin-top: 5px;
}

.button-set-220 {
	width: 220px;
	margin-top: 5px;
}

.button-set-260 {
	width: 260px;
	margin-top: 5px;
}

.button-set-480 {
	width: 480px;
	margin-top: 5px;
}

/* PRODUCT VIEW */

.product-info-box {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.product-info-box h3 {

}

.product-info-box .price {
	color: #4E2920;
}

.product-info-box .regular-price .price {
	color: #4E2920;
}

.description-box {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.short-description-box {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.product-options {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.product-options dt {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.product-options dd {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.product-options dd ul.options-list input.form-radio {
	float:left;
	margin-right: 10px;
}
.product-options dd ul.options-list input.form-checkbox {
	float:left;
	margin-right: 10px;
}
.product-options-bottom .label {
	float:left;
}

/* Form Messages */

.product-custom-option {
	width: 220px;
}

.validation-advice, .required {
	color:#ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

.validation-failed {
/*
    border:1px dashed #ff0000 !important;
    background:#faebe7 !important;
*/
}

p.required {
    text-align: left;
}

.last {

}

/* MORE VIEWS */

#more-views {

}

#more-views h4 {
	margin-bottom: 5px;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	border: none;
}

#more-views ul {
	float: none;
}

#more-views ul li {
  	display: inline;
	margin-right: 10px;
}

#more-views a {
	text-decoration: none;
}

#more-views a img {
	border-top: solid 1px #c9d8cd;
	border-bottom: solid 6px #c9d8cd;
	border-left: solid 1px #c9d8cd;
	border-right: solid 1px #c9d8cd;
}

#more-views a:hover {
	text-decoration:none;
}

#more-views a:hover img {
	border-top: solid 1px #000000;
	border-bottom: solid 6px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

#more-views a:active img {
	border-top: solid 1px #000000;
	border-bottom: solid 6px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}


/* CART */

#shopping-cart-table {
	width: 100%;
}

#shopping-cart-table thead {
	display: none;
}

#shopping-cart-table tbody tr {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bg_menu_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#shopping-cart-table tbody td {
	height: 110px;
	vertical-align: middle;
}

#shopping-cart-table .input-text {
	width: 40px;
	text-align: right;
}

#shopping-cart-table tfoot td {
	padding-top: 20px;
}

.attributes-col {
	white-space: nowrap;
}

.attributes-col h4 {
    	color: #4c2b22;
	font-size: 11px;
	font-weight: normal;
	border: none;
	padding: 0px;
	margin: 0px;
}c

.attributes-col a {
	color: #4c2b22;
	text-decoration: none;
}

.attributes-col a:hover {
	color: #4c2b22;
	text-decoration: none;
}

td.attributes-col dl {
	padding-bottom: 10px;
}
td.attributes-col dt {
	color: #666666;
	padding-top: 5px;
}
td.attributes-col dd {
	color: #999999;
}

.item-options {

}

.item-options dt {
	font-weight: normal;

}

.item-options dd {

}

/* COUPON */

.discount-codes-box {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

/* LOGIN */

.new-customers-box {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.registered-customers-box {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

.registered-customers-box ul {
	padding: 0px;
	margin: 0px;
}

.registered-customers-box li {
	padding: 0px;
	margin: 0px;
}

/* SHIPPING */

.shipping-estimate-box {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

/* CHECKOUT TABLE */

#checkout-table {
	width: 100%;
}

#checkout-table thead th {
	color: #000000;
	height: 52px;
	vertical-align: middle;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../images/bg_checkout_table_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#checkout-table tbody td {
	color: #666666;
	vertical-align: middle;
	background-color: #e4eae6;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(../images/bg_menu_blue.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#checkout-table tbody .content {
	color: #000000;
	background-color: #F2F2F2;
}

#checkout-table tfoot td {
	vertical-align: middle;
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

/* ONEPAGE */

#checkoutSteps {
	padding: 0px;
	margin: 0px;
}

#checkoutSteps li .head {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-image: url(../images/bg_menu_white.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#checkout-step-login h4, #checkout-step-billing, #checkout-step-shipping, #checkout-step-shipping_method, #checkout-step-payment, #checkout-step-review {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Checkout Agreements */

.checkout-agreements {
	padding-top: 20px;
}

.checkout-agreements li {
}

.checkout-agreements .agreement-content {
	overflow: auto;
	height: 10em;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #DFE6DF;
}

.checkout-agreements .agree {
	margin: 0;
	padding:10px 0 10px 11px;
}

.one-page-checkout .checkout-agreements {

}
.one-page-checkout .checkout-agreements li {
	padding-top: 20px;
}
.one-page-checkout .checkout-agreements .agreement-content {
}
.one-page-checkout .checkout-agreements .agree {
	padding-left:6px;
}

/* COLUMN LAYOUT */

.col2-set {
	padding: 0px;
	margin: 0px;
}

/* FOR 3 COLUMN TEMPLATE */

.col2-set .col-main-1 {
	float: left;
	width: 370px;
	padding: 0px;
	margin: 0px;
}

.col2-set .col-main-2 {
	float: right;
	width: 370px;
	padding: 0px;
	margin: 0px;
}

/* FOR 2 COLUMN TEMPLATE */

.col2-set .col-1 {
	float: left;
	width: 245px;
	padding: 0px;
	margin: 0px;
}

.col2-set .col-2 {
	float: right;
	width: 245px;
	padding: 0px;
	margin: 0px;
}

/* BILLING */

/* NAME */

/* SHIPPING */

/* SHIPPING METHODS */

.shipment-methods {

}

.shipment-methods dt {
	padding-bottom: 5px;
}

.shipment-methods dd {
	padding: 0px;
	margin: 0px;
}

.shipment-methods ul {
	padding: 0px;
	margin: 0px;
}

.shipment-methods li {
	padding-bottom: 20px;
}

.shipment-methods .messages {
	background-image: none;
}

/* PAYMENT METHODS */

.payment-methods {

}

.payment-methods dt {
	padding-bottom: 5px;
}

.payment-methods dd {
	padding: 0px;
	margin: 0px;
}

.payment-methods ul {
	padding: 0px;
	margin: 0px;
}

.payment-methods li {
	padding-bottom: 5px;
}

.payment-methods dl {
	padding-bottom: 10px;
}

/* REVIEW */

.data-table {
	width: 100%;
}

.data-table thead th {
	border-bottom: solid 1px #666666;
	padding-bottom: 2px;
	padding-right: 5px;
	vertical-align: top;
}

.data-table thead .last td {
	padding-left: 0px;
}

.data-table tbody td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align: top;
}

.data-table tbody .last td {
	border-bottom: solid 2px #E4EBE4;
	padding-left: 0px;
}

.data-table tfoot td {
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.data-table tfoot .first td {
	padding-top: 10px;
}

.data-table tfoot .last td {
	border-bottom: solid 2px #666666;
	padding-left: 0px;
}

.data-table .odd td {
	border-bottom: solid 1px #E4EBE4;
}

.data-table .even td {
	border-bottom: solid 1px #E4EBE4;
}

.data-table th.wrap {
	white-space:normal;
}

/* MY ORDERS */



/* ORDER OVERVIEW */

.order-info-box {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.link-cart {
	display:block;
}

.order-access {
	padding-top: 10px;
}

.order-info {

}

.order-info span {
	display:block;
	float:left;
}

.order-info ul {
	display:inline;
}

.order-info li {
	display:inline;
	padding-right:7px;
	padding-left:3px;
}

.order-info li.selected {
	font-weight:bold;
	background: url(../images/point-con.gif) no-repeat fixed center bottom;
}

/* PRINT */

.page-popup h1#logo {
	display:none;
}

.page-popup {
	width: 690px;
	background: #ffffff;
	margin: 25px 30px;
	text-align:left;

}

/* MY ACCOUNT */

.account-nav-box {
	text-align: center;
	padding-bottom: 15px;
	line-height: 16px;
	background-image: url(../images/bg_menu_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
}

.account-nav-box .head {
	height: 40px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/my_account.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.account-nav-box .head h3 {
	display: none;
}

.account-nav-box a {
	color: #666666;
	text-decoration: none;
}

.account-nav-box a:hover {
	color: #666666;generic-product-grid
	text-decoration: none;
}

/* Account Addressbook */
.address-list .actions {
	float:right;
}

/* UPSELL */
.collateral-box {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.generic-product-grid td {
	vertical-align: top;
	padding-right: 20px;
}

/* CROSSSELL */

.crosssell-box {
	margin-top: 20px;
}

/* RELATED ITEMS */

/* Product Detail sidebar */
.mini-related-items .product-images {
	float: left;
	width: 75px;
}
.mini-related-items .product-images a {
	display:block;
}
.mini-related-items .product-images input {
	float:left;
}
.mini-related-items .product-images .checkbox-container {
	float:left;
	width:15px;
	padding-right: 5px;
}
.mini-related-items .product-details {
	float; right;
}

/* PayOne Payment Module */

.outbox {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.outbox table {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.outbox table td {
	padding-right: 5px;
}

.headbox {
	margin: 0px;
	padding: 0px;
	color: #bfb4ad;
	font-size: 14px;
	font-weight: bold;
}

.head {
	font-weight: bold;
}

/* CUSTOM TABLE */

.shippingtable td {
	border: solid 1px #e4ebe6;
	padding: 5px;
}