/********* BUTTON SIMPLE *********/

.button {
	width: 220px;
	margin-bottom: 10px;
}

.button-top-rc {
	height: 8px;
	background-image: url(../img/rcbuttontop.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.button-bottom-rc {
	position: absolute;
	bottom: 0px;
	width: 220px;
	height: 8px;
	background-image: url(../img/rcbuttonbottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.button-simple {
	position: relative;
}

.button-simple-linkbox {
	position: absolute;
	bottom: 8px;
	left: 0px;
	width: 198px;
	height: 35px;
}

a.button-simple-link {
	display: block;
	font: bold 12px Arial;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 0px 0px 30px;
}

/********* BUTTON WITH TEXT *********/

.button-top-rc-withtext {
	background-image: url(../img/rcbuttontop.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.button-bottom-rc-withtext {
	padding-bottom: 12px;
	background-image: url(../img/rcbuttonbottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.button-withtext-text {
	font: normal 11px Arial;
	padding: 20px 18px 30px 18px;
}


.button-withtext-text p.bodytext {
	padding: 0px 0px 0px 10px;
}

.button-withtext-text ul {
	list-style-type: square;
	padding: 0px 0px 0px 10px;
}

.button-withtext-text ul li {
	margin: 3px 0px 3px 0px;
}

.button-withtext-linkbox {
	width: 198px;
	height: 35px;
}

a.button-withtext-link {
	display: block;
	font: bold 12px Arial;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 0px 0px 30px;
}

.button-overflow {
	height: 600px;
	overflow-y: scroll;
	padding-left: 5px;
}

/********* BUTTON SEARCH *********/

.button-search {
	font: normal 11px Arial;
}

.button-search-sep {
	width: 198px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: 0px 16px;
	background-image: url(../img/buttonlinkbg_dark.png);
}

.button-search-sep span {
	display: block;
	font: bold 12px Arial;
	text-transform: uppercase;
	padding: 23px 0px 0px 30px;
}

.button-search ul {
	padding: 9px 0px 9px 0px;
	list-style-type: square;
	padding-left: 27px;
}

.button-search ul li strong {
	display: block;
	margin-bottom: 5px;
}

.button-search select.branche-select {
	font: normal 11px Arial;
	width: 173px;	
}

.button-search input.charbutton {
	font: bold 12px Verdana;
	width: 22px;
	height: 22px;
	color: #05368B;
	background-color: #C5D0E4;
	border: none;
	margin-bottom: 3px;
	cursor: pointer;
}

a.lbbutton {
	display: block;
	float: left;
	font: bold 12px Verdana;
	color: #05368B;
	background-color: #C5D0E4;
	border: none;
	margin: 0px 3px 0px 0px;
	cursor: pointer;
	padding: 3px 7px 3px 7px;
}

a:hover.lbbutton {
	text-decoration: none;
}


.button-search input.charbutton2 {
	width: 47px;
}

.button-search input.floorbutton {
	width: 41px;
}


.button-search input.charbuttonselected {
	color: #C5D0E4;
	background-color: #05368B;
}

.button-search-shoplist {
	margin: 10px 0px 10px 27px;
	overflow-y: auto;
	height: 252px;
}

.button-search-shoplist table {
	background-color: #FFFFFF;
}

.button-search-shoplist table tr {
	background-color: #FFFFFF;
}

.button-search-shoplist .shoplist-headline-tr {
	background-color: #C5D0E4;
}

.button-search-shoplist table tr td {
	padding: 2px 5px 2px 5px;
}

/********* BUTTON LOGO *********/

.button-logo {
	width: 220px;
	text-align: center;
}

.button-logo-content {
	border-left: 1px solid #A6A8A9;
	border-right: 1px solid #A6A8A9;
}

.button-logo-content img {
	text-align: left;
}

.button-logo-trc {
	width: 220px;
	height: 11px;
	background-image: url(../img/buttonlogotrc.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.button-logo-brc {
	width: 220px;
	height: 11px;
	background-image: url(../img/buttonlogobrc.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/********* BUTTON SHOPINFO *********/

.button-shopinfo {
	font: normal 11px Arial;
}

.button-shopinfo a.shopplan img {
	margin: 15px 0px 0px 0px;
}


.button-shopinfo ul {
	padding: 9px 0px 9px 0px;
	list-style-type: square;
	padding-left: 27px;
}

.button-shopinfo ul p, .button-shopinfo ul li strong {
	padding-left: 4px;
}

.button-shopinfo-contactsep {
	width: 198px;
	height: 35px;
	background-image: url(../img/buttonlinkbg_dark.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.button-shopinfo-websitelink {
	width: 198px;
	height: 35px;
	background-image: url(../img/buttonlinkbg_dark.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.button-shopinfo-websitelink a, .button-shopinfo-contactsep span {
	display: block;
	font: bold 12px Arial;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 0px 0px 30px;
}

/********* BUTTON SEARCH SEARCH *********/

.button-search-search .search-select {
	display: block;
	width: 187px;
	margin: 0px 0px 5px 15px;
	font: normal 11px Arial;	
}

.button-search-search .search-input {
	display: block;
	width: 183px;
	#width: 178px;
	margin: 0px 0px 5px 15px;
	font: normal 11px Arial;
}

.button-search-search .search-submit {
	display: block;
	font: bold 12px Verdana;
	color: #05368B;
	background-color: #C5D0E4;
	border: none;
	margin: 0px 3px 0px 0px;
	cursor: pointer;
	padding: 3px 7px 3px 7px;
	margin: 0px 0px 0px 15px;
}