﻿html{
	font-size:100%;
}

div#main{
	font-family:sans-serif;
	font-size:0.9em;
	background-color:#eaeaea;
	color:black;
	width:780px;
	line-height:1.6;
	text-align:center;
}

/* BANNER DIV */

div#banner{
	background-color:#313941;
	border:2px;
	border-style:solid;
	border-color:#0094ff;
	height:100px;
	text-align:left;
}
img.logo{
	float:left;
}
form.search{
	display:inline;
}
div#search{
	float:right;
	margin:10px 10px 0;
	line-height:1;
}
p.blue{
	color:#01d8f4;
	font-weight:bolder;
}
.red{
	color:red;
	font-weight:bold;
}

/* MAIN DESC DIV */
div#name{
	
}
hr{
	color:#0094ff;
}
div#pic{
	float:left;
	margin:10px 0px 10px 10px;
}
div#thumb{
	width:67px;
	float:left;
	margin:10px 10px 10px 0px;
}
div#desc{
	margin:10px;
	padding-top:10px;
	width:auto;
	max-width:400px;
	float:left;
	text-align:left;
}
div#desc_no_image{
	margin:10px;
	padding-top:10px;
	width:auto;
	float:left;
	text-align:left;
}
div#descBelow{
	clear:left;
}

div#desc p{
	margin:25px;
}
div#desc_no_image p{
	margin:25px;
}
table#eigenschaften{
	background-color:white;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#278CE5;
	border-collapse:collapse;
	table-layout:fixed;
}
table#eigenschaften td{
	padding:5px 0;
}
/* GROESSEN TABELLEN DIV (TABLE) */

div#groessen{
	clear:left;
	margin-top:15px;
}
#groessen table{
	background-color:white;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#278CE5;
	border-collapse:collapse;
}
th{
	padding:3px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#0094ff;
}
tr.c2{
	background-color:#c7ecff;
	color:black;
}
tr.c2:hover{
	background-color:#777777;
	color:black;
}
tr.c1{
	background-color:white;
	color:black;
}
tr.c1:hover{
	background-color:#777777;
	color:black;
}
#groessen td{
	width:110px;
	padding:2px;
}
/*lolz*/
groessen#td{
	margin:0;
}

#groessen.custom_sizes td{
	width:auto;
	padding:2px 20px;
}

/* EXTRA IMAGES DIV) */

div#add_images_container{
	margin:15px 0;
	clear:left;
}

/* ABWICKLUNG DIV (BOX) */

div#abwicklung{
	background-color:#eaeaea;
	clear:left;
}
div.box{
	float:left;
	width:250px;
	margin:3px 3px 0 3px;
	border:0;
	text-align:left;
}
div.box_head{
	width:250px;
	height:20px;
	margin:0;
	border:0;
	background:url('http://www.ebay.actionsport24.de/box_top.gif');
	text-align:center;
	color:white;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
div.box_body{
	width:250px;
	height:120px;
	border:0;
	padding:5px 5px 0 5px;
	background-image:url('http://www.ebay.actionsport24.de/box_body.gif');
	background-repeat:repeat-y;
	overflow:hidden;
	font-size:80%;
	text-align:center;
}
.box_body div{
	width:235px;
	padding:0;
	text-align:justify;
}
div.box_foot{
	background:url('http://www.ebay.actionsport24.de/box_bot.gif') no-repeat;
	width:250px;
	height:14px;
	border:0;
}

.nomar {margin-top:0}
.bgc {background-color:#eaeaea}
.spacr {margin-right:3px}
.spacb {margin-bottom:3px}