.form-button {
	background: none;
	border: 0 none;
	color: #00539F;
	cursor: pointer;
	font-weight: normal !important;
	font-family: inherit !important;
	margin-top: 0 !important;
}

.success-msg {
	background-color: #EFF5EA;
	background-image: url(../../../../programm/skin/frontend/default/hogrefe/images/success_msg_icon.gif);
	border-color: #446423;
	color: #3D6611;
}

.error-msg {
	background-color: #FAEBE7;
	background-image: url(../../../../programm/skin/frontend/default/hogrefe/images/error_msg_icon.gif);
	border-color: #F16048;
	color: #DF280A;
}

.error-msg,.success-msg,.notice-msg,.note-msg {
	background-position: 10px 10px !important;
	background-repeat: no-repeat !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 0.95em !important;
	font-weight: bold !important;
	margin-bottom: 1em !important;
	min-height: 23px !important;
	padding: 8px 8px 8px 32px !important;
}

#add2basketMessagebeUserLogin ul,#add2basketMessage ul,#add2basketMessage ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 !important;
}

#add2basketMessagebeUserLogin li,
#add2basketMessage li {
	margin: 0 !important;
}


.magentoProduct {
	width: 100%;
	border-bottom: 1px dotted #97A7BA;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.magentoProductNoLine {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#col2 .csc-frame .magentoProduct {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.magentoProductTitle {
	color: #0054A1;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}

#col2 .magentoProductTitle {
	font-size: 12px;
}

.magentoProductAdd {
	color: #6F6F6F;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}
#col2 .magentoProductAdd {
	margin-top: 0;
}
/*
.magentoProductAdd span {
	float: left;
	margin: 5px 12px 0 0;
}
#col2 .magentoProductAdd span {
	width: 100%;
	margin-bottom: 10px;
}
*/
.magentoProductAdd .price-box {
	display:inline;
	float: left;
	margin: 5px 12px 0 0;
}
#col2 .magentoProductAdd .price-box {
	display: block;
	margin-bottom: 10px;
}

#col2 .magentoProductAdd {
	font-size: 12px;
}


