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

body {
	background-color: #251212;
	font-family:Arial, Helvetica, sans-serif;
}

.beltconf {
	display: none;
	width: 540px;
	border: 1px solid #251212;
	border: 1px solid #ffffff;
	background-color: #251212;
}

.beltconf.fullsize {
/*	position: absolute!important;*/
	border: 12px solid #251212;
}

.beltconf .header {
	height: 25px;
	background-color: #DBB571;
	border-bottom: 1px solid #A48A76;
}

.beltconf .view {
	position:relative;
	overflow:hidden;
	height: 230px;
	background-color: #9EA0A7;
	border-top: 1px solid #DBB571;
	border-bottom: 1px solid #DBB571;
}

.beltconf .view .charContainer {
	position:absolute;
	overflow: hidden;
	text-align:center;
/*	border: 1px solid red;*/
}

.beltconf .view img.belt {
	position:absolute; 
}

.beltconf .view img.rivet {
	position:relative;

}

.beltconf .view .zoomin{
	position:relative;
	border: 1px solid #56494A;
	width: 23px;
	height: 23px;
	cursor:pointer;
	float: left;
	background-image:url(../images/zoomin.gif);
	margin: 2px;
	z-index: 102;
}

.beltconf .view .zoomout{
	position:relative;
	border: 1px solid #56494A;
	width: 23px;
	height: 23px;
	cursor:pointer;
	float: left;
	background-image:url(../images/zoomout.gif);
	margin: 2px;
	z-index: 101;
}

.beltconf .view .fullsizebtn{
	position:relative;
	border: 1px solid #56494A;
	width: 40px;
	height: 23px;
	text-align:center;
	vertical-align: middle;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
	float: left;
	background-image:url(../images/fullsize.gif);
	margin: 2px;
	z-index: 100;
}

.beltconf .view .highlight{
	border: 1px solid red;
}

.beltconf .control {
	font-size: 11px;
	font-weight: bold;
	height: 150px;
	background-color: #DBB571;
	border-top: 1px solid #A48A76;
	padding: 10px;
}

.beltconf .control .col1 {
	overflow:hidden;
	float: left;
	width: 230px;
}

.beltconf .control .col2 {
	overflow:hidden;
	float: left;
	width: 80px;
}

.beltconf .control .col3 {
	overflow:hidden;
	float: left;
	width: 80px;
}

.beltconf .control .text{
	width: 200px;
	margin-top: 2px;
	height: 18px;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #251212;
}

.beltconf .charfield {
	overflow: hidden;
	float: left;
	margin-top: 5px;
}

.beltconf .control .cross{
	border: 1px solid #251212;
	width: 20px;
	height: 20px;
	margin: 2px;
	cursor:pointer;
	float: left;
}

.beltconf .control .heart{
	border: 1px solid #251212;
	width: 20px;
	height: 20px;
	margin: 2px;
	cursor:pointer;
	float: left;
}

.beltconf .control .peace{
	border: 1px solid #251212;
	width: 20px;
	height: 20px;
	margin: 2px;
	cursor:pointer;
	float: left;
}

.beltconf .control .at{
	border: 1px solid #251212;
	width: 20px;
	height: 20px;
	margin: 2px;
	cursor:pointer;
	float: left;
}

.beltconf .control .beltcolor {
}

.beltconf .control .beltBrown{
	border: 1px solid #251212;
	background-image:url(../images/belt-brown.jpg);
	width: 50px;
	height: 50px;
	cursor:pointer;
	margin-top: 10px;
}

.beltconf .control .beltBlack{
	border: 1px solid #251212;
	background-image:url(../images/belt-black.jpg);
	width: 50px;
	height: 50px;
	cursor:pointer;
	margin-bottom: 5px;
	margin-top: 2px;
}

.beltconf .control .rivetSilver{
	border: 1px solid #DBB571;
	background-image:url(../images/rivetsilver.jpg);
	width: 40px;
	height: 40px;
	margin-top: 2px;
	margin-bottom: 5px;
	cursor:pointer;
}

.beltconf .control .rivetGold{
	border: 1px solid #DBB571;
	background-image:url(../images/rivetgold.jpg);
	width: 40px;
	height: 40px;
	cursor:pointer;
	margin-bottom: 5px;
}

.beltconf .control .rivetBlack{
	border: 1px solid #DBB571;
	background-image:url(../images/rivetblack.jpg);
	width: 40px;
	height: 40px;
	cursor:pointer;
}

.beltconf .control .highlight {
	border: 1px solid red;
}

.beltconf .control .laenge {
	margin-top: 5px;
	font-size: 16px;
}

.beltconf .footer {
	padding-top: 10px;
	padding-right: 0px;
	height: 50px;
	text-align:right;
}

.beltconf .footer .price{
	font-size: 20px;
	font-weight:bold;
	color: #DBB571;
	margin-bottom: 5px;
}

.beltconf .footer .warenkorb {
	background-image:url(../images/warenkorb.gif);
	width: 120px;
	height: 20px;
	border: none;
	cursor:pointer;
	margin-top: 5px;
}
