/*  feuerzeug */ 
.feuerzeug {
	height: 236px;
	width: 160px;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/dogtag-empty/lighter-empty.png);
}
.feuerzeug_top {
	position: relative;
	bottom: 2px;
	top: 100px;
	height: 84px;
	padding: 0px;
	margin: 0px;
}
.feuerzeug_bottom {

}
.feuerzeug_bild {
	position: relative;
	bottom: 2px;
	top: 100px;
}
/* metal gravure silver dog tag vertical*/
.dogtag-container-ver-silver {
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/dogtag-empty/metal-vertical.png);
	width: 97px;
	height: 176px;
}
.metal-top-ver-silver {
	height: 26px;
}
.metal-pic-ver-silver {
	text-align: center;
	height: 70px;
}
.metal-bottom-ver-silver {
	height: 16px;
}
/* metal gravure silver dog tag horizontal*/
.dogtag-container-hor-silver {
	height: 98px;
	width: 177px;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/dogtag-empty/metal-horizontal.png);
}
.metal-left-hor-silver {
	width: 26px;
}
.metal-pic-hor-silver {
	text-align: center;
	width: 110px;
}
.metal-right-hor-silver {
	width: 24px;
}


/* metal gravure gold dog tag vertical*/
.dogtag-container-ver-gold {
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/dogtag-empty/metal.gold-vertical.png);
	width: 97px;
	height: 176px;
}
.metal-top-ver-gold {
	height: 26px;
}
.metal-pic-ver-gold {
	text-align: center;
	height: 70px;
}
.metal-bottom-ver-gold {
	height: 16px;
}
/* metal gravure gold dog tag horizontal*/
.dogtag-container-hor-gold {
	height: 98px;
	width: 177px;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/dogtag-empty/metal.gold-horizontal.png);
}
.metal-left-hor-gold {
	width: 26px;
}
.metal-pic-hor-gold {
	text-align: center;
	width: 110px;
}
.metal-right-hor-gold {
	width: 24px;
}




/*  dog tags */ 
.horizontal-red {
	text-align: center;
	height: 98px;
	width: 182px;
	background-image: url(../images/dogtag-empty/hor-red.gif);
	background-repeat: no-repeat;
}
.horizontal-black {
	text-align: center;
	height: 98px;
	width: 182px;
	background-image: url(../images/dogtag-empty/hor-black.gif);
	background-repeat: no-repeat;
}
.horizontal-silver {
	text-align: center;
	height: 98px;
	width: 182px;
	background-image: url(../images/dogtag-empty/hor-silver.gif);
	background-repeat: no-repeat;
}
.horizontal-gold {
	text-align: center;
	height: 98px;
	width: 182px;
	background-image: url(../images/dogtag-empty/hor-gold.gif);
	background-repeat: no-repeat;
}
.vertical-red {
	text-align: center;
	height: 182px;
	width: 98px;
	background-image: url(../images/dogtag-empty/ver-red.gif);
	background-repeat: no-repeat;
}
.vertical-black {
	text-align: center;
	height: 182px;
	width: 98px;
	background-image: url(../images/dogtag-empty/ver-black.gif);
	background-repeat: no-repeat;
}
.vertical-silver {
	text-align: center;
	height: 182px;
	width: 98px;
	background-image: url(../images/dogtag-empty/ver-silver.gif);
	background-repeat: no-repeat;
}
.vertical-gold {
	text-align: center;
	height: 182px;
	width: 98px;
	background-image: url(../images/dogtag-empty/ver-gold.gif);
	background-repeat: no-repeat;
}

