input,select,textarea {
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	line-height: 9pt;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8pt;	
}
input[type="checkbox"], input[type="radio"] {
	border: none;
	background-color: transparent;
}
.content_auswahl ul li {
	margin-top: 5px;
}

.shop_left {
	float: left;
	background-repeat: no-repeat;
	width: 1px;
	height: 27px;
}

.shop_mid {
	float: left;
	background-repeat: repeat-x;
	min-width: 24px;
	height: 27px;
	text-align: center;
	padding: 0px 8px 0px 8px;
	line-height: 27px;
	white-space: nowrap;
}

.shop_right {
	float: left;
	background-repeat: no-repeat;
	width: 1px;
	height: 27px;
}

/* Styles für neue Farbwahl */
.shop_color_box{
    float:left;
	min-width:43px;
	height:53px;
    text-align:center;
    margin-top:0px;
    margin-left:1px;
}
.shop_color{
	width:43px;
	height:25px;
	border:1px solid #868688;
    margin-bottom:1px;
    margin-top:0px;
}
.shop_color_radio{}

.radio_under_btn{
    clear:both;
    margin-top:4px;
}

.shop_choose_hover .shop_left {
	background-image: url('/php/lay/vge/shop_button_chosen_left.png') !important;
}

.shop_choose_hover .shop_mid {
	background-image: url('/php/lay/vge/shop_button_chosen_mid.png') !important;
}

.shop_choose_hover .shop_mid a {
	color: #000000 !important;
}

.shop_choose_hover .shop_right {
	background-image: url('/php/lay/vge/shop_button_chosen_right.png') !important;
}

.shop_choose_possible {
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}

	.shop_choose_possible .shop_left {
		background-image: url('/php/lay/vge/shop_button_possible_left.png');
	}

	.shop_choose_possible .shop_mid {
		background-image: url('/php/lay/vge/shop_button_possible_mid.png');
	}

	.shop_choose_possible .shop_mid a {
		display: block;
	}

	.shop_choose_possible .shop_right {
		background-image: url('/php/lay/vge/shop_button_possible_right.png');
	}

.shop_choose_impossible {
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}

	.shop_choose_impossible .shop_left {
		background-image: url('/php/lay/vge/shop_button_impossible_left.png');
	}

	.shop_choose_impossible .shop_mid {
		background-image: url('/php/lay/vge/shop_button_impossible_mid.png');
		background-position: center center;
	}

	.shop_choose_impossible .shop_mid a {
		display: block;
		color: #b0b0b0;
	}

	.shop_choose_impossible .shop_right {
		background-image: url('/php/lay/vge/shop_button_impossible_right.png');
	}
.shop_choose_chosen {
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}

	.shop_choose_chosen .shop_left {
		background-image: url('/php/lay/vge/shop_button_chosen_left.png');
	}

	.shop_choose_chosen .shop_mid {
		background-image: url('/php/lay/vge/shop_button_chosen_mid.png');
	}

	.shop_choose_chosen .shop_mid a {
		display: block;
	}

	.shop_choose_chosen .shop_right {
		background-image: url('/php/lay/vge/shop_button_chosen_right.png');
	}
.shop_choose_chosenImpossible {
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
}

	.shop_choose_chosenImpossible .shop_left {
		background-image: url('/php/lay/vge/shop_button_chosenimpossible_left.png');
	}

	.shop_choose_chosenImpossible .shop_mid {
		background-image: url('/php/lay/vge/shop_button_chosenimpossible_mid.png');
		background-position: center center;
	}

	.shop_choose_chosenImpossible .shop_mid a {
		display: block;
		color: #b0b0b0;
	}

	.shop_choose_chosenImpossible .shop_right {
		background-image: url('/php/lay/vge/shop_button_chosenimpossible_right.png');
	}

.anzahl {
	border: 1px solid #868689;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	width: 54px;
	text-align: center;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.shop_anzahl {
	float: left;
	height: 27px;
	width: 19px;
	border: 1px solid #868689;
	border-left: 0px;
}

.shop_anzahl_mehr {
	height: 14px;
	border-bottom: 1px solid #868689;
	text-align: center;
	background-image: url('/php/lay/vge/shop_button_anzahl_mehr_active.png');
	cursor: pointer;
}

.shop_anzahl_weniger {
	height: 13px;
	text-align: center;
	background-image: url('/php/lay/vge/shop_button_anzahl_weniger_inactive.png');
	cursor: pointer;
}

.shop_tbl_head {
	font-weight: bold;
}
.shop_tbl_name {

	border-top: 1px solid #868689;
	border-left: 1px solid #868689;
	border-right: 1px solid #868689;
}
.shop_tbl_wert {

	border-top: 1px solid #868689;
	border-right: 1px solid #868689;
}
.shop_tbl_bottom {

	border-top: 1px solid #868689;
}

.vw_art_list_more_ausverkauft {
	color: #ff0000;
}

.error_sublink {
	float: left;
	width: 250px;
}

.error_subtext {
	float: left;
	width: 450px;
}

#notice p, #notice div, #notice td {
	font-size: 12px;
}

.vw_art_list_more {
	cursor: pointer;
}

.plusm{
	float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    background: #eaeaea;
    cursor: pointer;
}