/**
 * drop-down
 */
.prepayment-msg pre {
	width: 530px;
}

.com-single-dropdown-box {
	height: 60px;
	width: 350px;
	position: relative;
}

.com-single-dropdown-box .com-single-article {
	width: 225px;
	border: 1px solid #ccc;
	padding: 5px;
	position: absolute;
	top: 28px;
}

.com-single-dropdown {
	width: 350px;
    /*
	 *height: 25px;
     */
	border: 1px solid #ccc;
	background-image: url(../images/elements/dropdown_arrow.gif);
	background-position: 338px center;
	background-repeat: no-repeat;
}

.com-single-dropdown .com-single-article-data {
	width: 330px;
	border: 1px dotted #ccc;
	margin: 4px 0 4px 4px;
	line-height: 15px;
	display: block;
}

.com-single-dropdown,
.com-single-article-data,
.com-single-article-data span {
	cursor: pointer;
}

.com-single-article-data.hover {
	background-color: #efefef;
}

.com-single-orderfield {
	float: right;
	height: 30px;
	width: 120px;
	margin-top: 15px;

}

.com-single-article-order {
	position: relative;
}

.com-single-article-order input {
	position: absolute;
	top: 0;
	right: 0;
}

.com-single-article-order input.com-input-qty {
	right: 83px;
	top: 5px;
	text-align: right;
	width: 20px;
}

.com-basket-nav {
	margin-top: 20px;
}

/**
 * list view
 */

.com-list-even,
.com-list-odd {
	width: 180px;
	margin-right: 18px;
	margin-bottom: 37px;
	float: left;
}

.com-list-col-title a,
.com-list-col-title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 16px;
}

.com-list-col-title {
	height: 50px;
	position: relative;
}

.com-list-col-title a {
	position: absolute;
	bottom: 8px;
}


.com-list-col-img {
	width: 180px;
	height: 180px;
	border: 1px solid #d7d7d7;
}

.com-list-col-price a,
.com-list-col-price {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 30px;
	color: #ff4e00;
}

.com-list-col-price {
	text-align: right;
	padding-right: 30px;
}

.com-list-action-entry {
	position: relative;
	height: 27px;
}

.com-list-action-entry a {
	height: 27px;
	width: 79px;
	position: absolute;
	display: block;
	right: 0;
}

.com-list-col-detail-link {
	position: relative;
}

.com-list-col-detail-link a {
	position: absolute;
	right: 0;
}

/**
 * single view
 */


.com-single {
	position: relative;
}

.com-single-img {
	min-width: 180px;
	min-height: 180px;
	margin: 0px 0px 10px 0px;
}


.com-single h2 a,
.com-single h2 {
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
	text-transform: uppercase;
}

.com-single h2 {
	margin: 10px 20px 0 15px;
}

.com-single-left,
.com-single-right {
	float: left;
}

.com-single-left {
	width: 208px;
}

.com-single-right {
	width: 350px;
    /*
	 *left: 208px;
	 *top: 27px;
     */

	margin-top: 27px;
}

.com-single-desc {
	min-height: 170px;
	margin-bottom: 10px;
}

.com-single-price-hl {
	text-align: right;
	width: 175px;
}

.com-single-price-hl h5 {
	display: inline;
	margin: 0;
	text-decoration: underline;
	color: #ff4e00;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}

/**
 * basket
 */

.com-basket-container {
	width: 580px;
}

.com-basket-list td {
	padding: 4px 4px 4px 0;
}

.com-basket-even {
	background-color: #ffe7c1;
}

/*fff9e9*/

/**
 * checkout steps
 */

/*
 *<div class="com-chkout-steps">
 *<div class="com-chkout-step-actual">
 *<b>Schritt 1: Rechnungsadresse</b>
 *</div>
 *<div class="com-chkout-step-inactive">
 */


.com-chkout-steps {
	height: 20px;
}


.com-chkout-steps div {
	position: relative;
	display: inline;
	padding-left: 22px;
	margin-right: 5px;
}

.com-chkout-steps img {
	position: absolute;
	left: -2px;
}

.com-chkout-steps i,
.com-chkout-steps b {
	line-height: 20px;
}

.com-chkout-step-actual {
}

.com-chkout-step-inactive {
}


/**
 * mini basket
 */

.interaction-basket {
	background-image: url(../images/interaction/warenkorb_bg.gif);
	width: 224px;
	height: 96px;
	position: relative;
}

.com-basket-qv-link a,
.com-basket-qv-link {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #3e4756;
}

.com-basket-qv-link {
	position: absolute;
	top: 26px;
	left: 61px;
}

.com-basket-qv-value {
	position: absolute;
	top: 58px;
	left: 38px;
	font-size: 11px;
	font-family: Verdana;
	color: #3e4756;
	width: 150px;
}

.com-basket-qv-price {
	position: absolute;
	right: 0;
}

.com-co-address-listing {
	margin: 4px 0;
	border: 1px solid #FFE7C1;
}
.com-co-address-listing td {
	padding: 10px;
}

/**
 * page browser
 */

.pagebrowser {
	width: 576px;
	text-align: right;
	padding: 20px 0;
}

.pagebrowser,
.pagebrowser a {
	text-decoration: none;
	font-size: 12px;
}

.pagebrowser strong {
	font-weight: bold;
	border: 2px solid #FF9C00;
	padding: 2px;
}

/**
 * checkout address
 */

.com-chkout-address-fields {
	position: relative;
	width: 575px;
}

.com-chkout-address-label {
	margin: 8px 0 0 4px;
	color: #d40435;
}


.com-chkout-address-fields .com-chkout-address-input select,
.com-chkout-address-fields .com-chkout-address-input input {
	width: 250px;
}

.com-chkout-address-label label {
	color: #000;
}

.com-chkout-address-input,
.com-chkout-address-radiolabel {
	background-color: #FFE7C1;
	margin: 1px 0 0 0;
}

.com-chkout-address-radiolabel {
	padding: 6px 0 0 4px;
}

.com-chkout-address-input select,
.com-chkout-address-input input {
	margin: 5px 0 0 0;
}

.com-chkout-address-radio input {
	margin: 8px 0 0 8px;
}

.com-chkout-address-fields-submit {
	margin-top: 5px;
	position: absolute;
	right: 2px;
}

.com-chkout-address-fields-disclaimer {
	margin-top: 20px;
	font-size: 11px;
}

div.com-chkout-address-fields dl {
	clear:both;
	margin:15px 0;
    /*
	 *width: 575px;
     */
}
div.com-chkout-address-fields dt, div.com-chkout-address-fields dd {
	padding-bottom:0.5em;
}
div.com-chkout-address-fields dt {
	float:left;
	width: 52%;
}
div.com-chkout-address-fields dd {
	text-align:left;
}
div.com-chkout-address-fields dd.com-chkout-address-radio, dd.com-chkout-address-item-select {
	clear:left;
	float:left;
	width:5%;
}
div.com-chkout-address-fields dt.com-chkout-address-radiolabel {
	float:none;
	width:auto;
}
dt.com-chkout-address-item-data {
	float:none;
	margin-left:5%;
	width:auto;
}
div.com-chkout-address-new {
	clear:both;
	width:100%;
}


.com-chkout-listing-footer {
	padding-top: 10px;
}

.com-chkout-listing-comment {
	padding-top: 10px;
}

.com-chkout-listing {
	margin-top: 10px;
}


.com-basket-list {
	margin: 5px 0;
}

.com-basket-list th,
.com-basket-list td {
	padding: 4px;
	border: 1px solid #fff;
}

.com-basket-list tr {
	background-color: #FFE7C1;
}


/**************************
* Checkout
**************************/

dl.com-chkout-address-items { }

div.com-chkout-address { }

p.com-chkout-address-desc {}

div.com-chkout-address-fields {}

div.com-chkout-address-fields dl {
  clear:both; 
  width: 100%;
  margin:15px 0px;
  }

div.com-chkout-address-fields dt, 
div.com-chkout-address-fields dd { padding-bottom: .5em; }

div.com-chkout-address-fields dt { 
	float: left;
}
div.com-chkout-address-fields dd { 
	text-align: left; 
}
div.com-chkout-address-fields dd.com-chkout-address-radio,
dd.com-chkout-address-item-select {
	clear: left;
	float: left;
	width: 5%;
}

div.com-chkout-address-fields dt.com-chkout-address-radiolabel {
	float: none;
	width: auto;
}

dt.com-chkout-address-item-data {
	float:none;
	width:auto;	
	margin-left:5%;	
}
div.com-chkout-address-new { clear:both; width:100%; }
p.com-chkout-address-fields-submit { clear:both; }

tr.com-chkout-sum {} 

div.com-chkout-listing-billing-address
div.com-chkout-listing-delivery-address {
	clear: both;
}

div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}

div.com-chkout-listing-footer {
	clear: left;
}

