@charset "utf-8";
/* CSS Document */

/* start CSS-Buttons */

/*
.buttonwrap{
	display:block;
	overflow:hidden;
	float:left;
}
.cssbuttonstart{
	display:block;
	float:left;
	width:0px;
	overflow:hidden;
}
*/
.cssbuttonsubmit, .cssbutton{
	float:left;
	color:#fff;
	border:0px solid #E2001A ;
	white-space:nowrap;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight:normal;
	line-height:1.111em;
	margin-bottom: 1.5em;
	outline: medium none;
	padding: 10px 26px 10px 26px;
	text-align: center;
	text-decoration: none;
	vertical-align: baseline;
	background-color:#0F1E32;
	margin-right:5px;
	transition: background-color 0.45s ease 0s, border 0.45s ease 0s, color 0.45s ease 0s, opacity 0.45s ease-in-out 0s;
}

.cssbutton{
	
}
.cssbuttonsubmit{
	padding:9px 26px 9px 26px;
	/*background: #fff url(/shop/images/clients/munichre/arrow.png) right 10px no-repeat;*/
}

.list_addcart_button .cssbuttonsubmit{
	background:#0F1E32 url(/shop/images/clients/munichre/add_cart.png) right 3px no-repeat;
	padding: 9px 35px 10px 5px;
	margin-bottom:0px;
	color:#fff;
	font-weight:normal;
}
.list_addcart_button .cssbuttonsubmit:hover{
	background-color: #21377C ;
}
.line_addcart .cssbuttonsubmit{
	background:#0F1E32 url(/shop/images/clients/munichre/add_cart.png) right 4px no-repeat;
	padding: 9px 35px 10px 5px;
	color:#fff;
	margin-bottom:3px;
}

.line_addcart .cssbuttonsubmit:hover{
	background-color: #21377C ;
}

.cssbuttonsubmit:hover, a:hover .cssbutton{
	background-color: #21377C;
	color:#fff;
}


.uploadformborder .cssbuttonstart, .line_addcart .cssbuttonstart, .close-error .cssbuttonstart {
   /* background-image: url(/shop/images/clients/munichre/bg_radiobtn.png);*/
}
.uploadformborder .cssbuttonsubmit, .uploadformborder .cssbutton,
.line_addcart .cssbuttonsubmit, .line_addcart .cssbutton, .close-error .cssbutton {
    /*background: url(/shop/images/clients/munichre/bg_radiobtn.png) 0px 0px repeat-x;*/
}
