/* general */
body {
	margin: 0;
}
body, td {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #333333;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
	line-height: 1.5;
}
a img {
	border: 0px;
}
form#loginbox {
	margin: 0px;
	padding: 0px;
}
table.popup {
	margin: 10px;
}
div.copyright {
	clear: both;
	margin-bottom: 30px;
}

/* layout */
table#layout {
	background: #FFFFFF url(/templates/panzertape/img/bkg_body.png) repeat-x;
}
td#tape {
	width: 184px;
	background: #ffffff url(/templates/panzertape/img/tape.jpg) no-repeat top right;
}
td#logo {
	height: 124px;
	vertical-align: bottom;
}
td#logo, td.mainframe {
	padding-left: 20px;
}
div#navi {
	margin: 0;
	padding: 12px 0 18px 0;
}
div#navi, div#navi td {
	font-size: 10px;
	text-transform: uppercase;
}
div#navi a {
	display: block;
	float: left;
	margin-right: 15px;
}
div#navRight {
	padding: 8px 10px 0 24px;
	background: url(/templates/panzertape/img/bkg_right.png) repeat-y 16px 3px;
}
td.mainframe {
	padding-top: 20px;
	padding-bottom: 40px;
}

/* boxes */
div.useractions, div#navRight div.box {
	padding-bottom: 8px;
	margin-bottom: 8px;
	background: url(/templates/panzertape/img/bkg_box.png) repeat-x left bottom;
}
td.infoBoxHeading, td.infoBoxHeading_right, h6, h4 {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
td.infoBoxHeading a:link, td.infoBoxHeading a:visited, td.infoBoxHeading_right a:link, td.infoBoxHeading_right a:visited {
	color: #808080;
}

/* mainframe */
td.contentsTopics {
	font-size: 15px;
	font-weight: bold;
}
td.contentsSubTopics {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 6px;
}
td.mainframe a:link, td.mainframe a:visited {
	text-decoration: underline;
}
form#filter { /* Herstellerfilter */
	margin-bottom: 0em;
}

/* productlisting */
table.productListing a {
	text-decoration: none !important;
}
table.productListing h3 {
	font-size: 11px;
	margin: 2px 0px 0px 0px;
}
td.listingRow {
	padding: 12px 12px 18px 0px;
}
td.productListing_pic {
	padding: 10px 0px;
	text-align: center;
}

/* product_info */
div.prodShortDescr, h2.prodShortDescr {
	margin-top: 8px;
	letter-spacing: 0.1em;
	color: #646464;
	line-height: 1.6em;
	font-size: 11px;
	font-weight: normal;
}
div.prodDescr {
	line-height: 1.4em;
}
.prodPrice {
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

/* new articles */
table.newarticles img {
	margin: 0px 12px 32px 0px;
}
td.newarticlesDesc {
	vertical-align: top;
	text-align: left;
}
td.newarticlesDesc div, div.buynowcart {
	padding-top: 12px;
	text-align: right;
}

/* content */
h1 {
	margin: 0 0 18px 0;
	padding: 0;
	font-size: 15px;
}
h2 {
	font-size: 11px;
	margin: 0px;
}
h3 {
	font-size: 11px;
	margin: 0px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 11px;
}
h6 { /* dfk: see infoBoxHeading for more */
	padding: 0px;
	margin: 0px;
}
p {
	margin-bottom: 1em;
	padding: 0;
}
.headerError, .errorBox {
	border: 2px solid #9B2323;
	padding: 10px;
	text-align: center;
	letter-spacing: 0.0em;
	line-height: 20px;
	font-weight: bold;
	color: #9B2323;
}
.error {
	color: #9B2323 !important;
}
.mainframe ul {
	/*list-style-image: url(/templates/myBong.de/img/icon_arrow.gif);*/
	line-height: 16px;
	padding-left: 20px;
}
* html .mainframe ul {
	margin-left: 20px;
	padding-left: 0px;
}
li {
	margin-left: 0px;
	padding-bottom: 4px;
}
table.form input, table.form textarea {
	width: 240px;
	font-size: 11px;
	margin: 2px 0 3px 0;
}

