/* Article listing */

.shop-listing-item {
	width:100%;
}

.shop-listing-item td {
	padding:3px 5px;
}

.shop-listing-item-header {
	width:100%;
	background-color:#a2a2a2;
	color:#FFFFFF;
	font-weight:bold;
}

.shop-listing-item-title {
	width:60%;
	background-color:#595959;
}

.shop-listing-item-price {
	text-align:right;
	padding:3px;
}

.shop-listing-item-img {
	width:10%;
	padding:5px;
	background-color:#cbcbcb;
}

.shop-listing-item-content {
	background-color:#e5e5e5;
}

.shop-listing-item-body-text {
}

.shop-listing-item .shop-listing-item-number {
	color:#FFFFFF;
	background-color:#595959;
	text-align:right;
	padding-right:0;
}

input.shop-listing-item-input {
	border:none;
	width:10%;
	text-align:right;
	font-weight:bold;
	color:#5b5253;
}

.shop-listing-item-basketlink {
	color:#FFFFFF;
	background-color:#595959;
	text-align:right;
}

.shop-listing-item-submit {
	border:none;
	background-color:#595959;
	color:#FFFFFF !important;
	font-weight:bold;
}

/* Article details */

.shop-details {
	background-color:#595959;
	color:#FFFFFF;
}

.shop-details a {
	color:#FFFFFF !important;
}

/* Small basket */

.shop-sbasket {
	border:1px solid #5c5253;
	width:50%;
	float:right;
}

.shop-sbasket-icon {
	width:1%;
	background-color:#5c5253;
}

.shop-sbasket-content {
	height:100%;
	background-color:#cccccc;
	text-align:right;
	padding:3px;
	font-weight:bold;
}

.shop-sbasket-content-articles {
	color:#5a5152; 
}

.shop-sbasket-content a {
	color:#ffffff !important;
}

.shop-sbasket-content-price {
	color:#5a5152;
}

/* Checkout steps */

.shop-steps-table {
	width:100%;
}

.shop-steps-table td.step_active {
	color:#5c5253;
	font-weight:bold;
}

.shop-steps-table td.step_active span {
	background-color:#5c5253;
	color:#ffffff;
}

.shop-steps-table td.step_inactive, .shop-steps-table td.step_done {
	color:#cfcbcc;
	font-weight:bold;
}

.shop-steps-table td.step_done a {
	color:#cfcbcc !important; 
}

.shop-steps-table td.step_inactive span, .shop-steps-table td.step_done span {
	background-color:#cfcbcc;
	color:#ffffff;
}

/* Step 1: Basket */

.shop-basket-table {
	width:100%;
}

.shop-basket-table th {
	font-size:90%;
	color:#FFFFFF;
	background-color:#a2a2a2;
	font-weight:bold;
	text-align:left;
	padding:3px 5px;
}

.shop-basket-table .shop-basket-price-th {
	background-color:#676767;
	width:1%;
}

.shop-basket-table .shop-basket-amount-th {
	width:1%;
}

.shop-basket-table td {
	font-size:90%;
	padding:3px 5px;
	font-weight:bold;
}

.shop-basket-detaillink-td {
	background-color:#e5e5e5;
}

.shop-basket-amount-td {
	background-color:#cbcbcb;
}

.shop-basket-price-td {
	background-color:#cbcbcb;
	color:#5a5152;
	text-align:right;
	white-space:nowrap;
}

.shop-basket-amount-td {
	text-align:right;
}

.shop-basket-amount-input {
	border:none;
	width:20px;
	font-weight:bold;
	text-align:right;
}

.shop-basket-table .shop-basket-delete-td, .shop-basket-navigation-table .shop-basket-delete-td {
	width:65px;
	background-color:#FFFFFF;
	padding:3px 5px;
}

.shop-basket-table .shop-basket-delete-td span {
	background-color:#676767;
	padding:3px 5px;
}

.shop-basket-table .shop-basket-delete-td span a {
	color:#FFFFFF !important;
}

.shop-basket-table .shop-basket-shipping-type-td, .shop-basket-table .shop-basket-payment-type-td {
	background-color:#e5e5e5;
	color:#5d5354;
}

.shop-basket-table .shop-basket-shipping-price-td, .shop-basket-table .shop-basket-payment-price-td {
	background-color:#cbcbcb;
	color:#5d5354;
	text-align:right;
	width:1%;
	white-space:nowrap;
}

.shop-basket-table .shop-basket-table-total-th {
	width:1%;
	white-space:nowrap;
	background-color:#696969;
}

.shop-basket-navigation-table, .shop-address-navigation-table {
	width:100%;
}

.shop-basket-navigation-table td {
	vertical-align:top;
}

.shop-basket-navigation-table .shop-basket-refresh {
	border:none;
	background-color:#676767;
	color:#FFFFFF;
	padding:3px;
	font-weight:bold;
	margin-top:-5px;
}

.shop-basket-navigation-table .shop-basket-agb, .shop-button-link {
	background-color:#676767;
	padding:5px;
	font-size:90%;
	letter-spacing:0.1em;
	white-space:nowrap;
}

.shop-basket-navigation-table .shop-basket-agb span, .shop-button-link span {
	color:#FFFFFF;
}

.shop-basket-navigation-table .shop-basket-next-td {
	text-align:right;
}

/* Step 2: Address */

.shop-address-header {
	background-color:#676767;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 5px;
}

.shop-address-table td {
}

.shop-address-label {
	color:#676767;
	font-weight:bold;
}

.shop-address-select {
	border:1px solid #000000;
}

.shop-address-input {
	border:1px solid #000000;
	width:170px;
}

.shop-address-zip-input {
	width:50px;
}

.shop-address-city-input {
	width:115px;
}

.shop-address-textarea {
	width:350px;
}

.shop-address-next {
	border:none;
	background-color:#676767;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
}

.shop-address-error {
	font-weight:bold;
	color:#FF0000;
}

.shop-address-select-error {
	border:1px solid #FF0000;
	color:#FF0000;
}

.shop-address-input-error {
	border:1px solid #FF0000;
	color:#FF0000;
}

.shop-address-div {
	padding:2px;
}
.shop-address-div-error {
	background-color:#ff9999;
}
