/*	Homepage list
*******************************************************************************/
.homepage_list {
	width: 510px;
}

/*	Catlist main
*******************************************************************************/
ul.cat_main {
	clear: both;
	list-style: none;
	height: 100%;
	margin: 0;
	margin-bottom: 10px;

}

ul.cat_main li {
   list-style-image: none;
}
/*ACE5FF*/
ul.cat_main li a {

	color: #555;
	display: block;
	border: 1px solid #ddd;
	text-decoration: none;
	width:  64	0px;
	text-decoration: none;
    background-image: url(template/bg_cat_main.jpg);

}

ul.cat_main li a:hover {

	color: #eee;
	background-image: url(template/bg_cat_main_hover.jpg);
}

ul.cat_main li a img {
	float: left;
	margin-right:  20px;
}

ul.cat_main li a span {
 	height: 100%;
	display: block;
	color:  #006699;
	padding: 5px;
    height: 70px;
	margin-left: 100px;
	font-size:  13pt;
	text-align: right;
}


ul.cat_main h2.cat_title {
	border-bottom: 1px dashed #fff;
	line-height: 1.5em;
	text-align: right;
}


/*	Catlist upper
*******************************************************************************/
ul.cat_upper {
	list-style: none;
	height: 100%;
	margin: 0 10px 15px 0px;
	width: 310px;
	float: left;
}

* html ul.cat_upper {
	margin: 0 5px 15px 0px;
}

ul.cat_upper li {
    list-style-image: none;
}
/*ACE5FF*/
ul.cat_upper li a {
   height: 140px;
	color: #555;
	display: block;
	border: 1px solid #ddd;
	text-decoration: none;
	text-decoration: none;
	background-image: url(template/bg_cat_upper_hover.jpg);

}

ul.cat_upper li a:hover {
    background-image: url(template/bg_cat_upper.jpg);
	color: #eee;

}

ul.cat_upper li a img {
	float: left;
	margin-right:  20px;
}

ul.cat_upper li a span {
 	height: 100%;
	display: block;
	color:  #006699;
	padding: 5px;
	padding-top:0px; /* dimizu */
    height: 70px; 
	margin-left: 100px;
	font-size:  13pt;
	text-align: right;
}


ul.cat_upper h2.cat_title {
	border-bottom: 1px dashed #fff;
	line-height: 1em; /* dimizu 1.5 em*/
	text-align: right;
	margin-bottom:5px; /* dimizu */
}

/* dimizu */
ul.cat_upper li a span p {
font-size:12px;
line-height:12px;
font-family:Arial narrow;
}


/*	Catlist lower
*******************************************************************************/
ul.cat_lower {
 	list-style: none;
	margin: 0 0 30px 50px;
	width: 250px;
	float: left;
}

* html ul.cat_lower {
	margin: 0 0 30px 20px;
}

ul.cat_lower li {
    list-style-image: none;
}

/*ACE5FF*/

ul.cat_lower li a {
	height: 60px;
	color: #555;
	display: block;
	border: 1px solid #ddd;
	text-decoration: none;
	text-decoration: none;
	background-image: url(template/bg_cat_lower_hover.jpg);
}

ul.cat_lower li a:hover {
	color: #eee;
	background-image: url(template/bg_cat_lower.jpg);
}

ul.cat_lower li a img {
	float: left;
	margin-right:  20px;
}

ul.cat_lower li a span {
	display: block;
	color:  #006699;
	padding: 2px;

	text-align: right;
}

ul.cat_lower li a span:hover {
	color:  #003D72;
}

ul.cat_lower h2.cat_title {
	line-height: 2.5em;
	text-align: right;
	font-size:  9pt;
	font-weight: bold;
	padding-right: 5px;
	color: inherit;
}


/*	Categorylist
*******************************************************************************/
.baby {
	list-style-type: none;
	list-style-image: none;
	width:  500px;
	float: right;
	margin-top: 25px;
}

.baby img {

}

.baby li {
	list-style-image: none;
	list-style-type: none;
    float: left;
	display: block;
	height: 130px;
	width:  85px;
	text-align: center;
	margin: 0 15px 10px 0px;
}

* html .baby li {
	height: 140px;
	margin: 0 15px 10px 0px;
}

.baby a {
	text-align: center;
	text-decoration: none;
}





/*	Links
*******************************************************************************/
/*	Artikel und Maße	*/
a.sizes_link {
	color: #006699;
	font-weight: bold;
	padding-left: 35px;
	margin-top: 10px;
	line-height:25px;
	background-image: url(template/icon_lineal2.gif);
	background-repeat: no-repeat;
	height: 25px;
	display:block;
	text-decoration:underline;
	
}

a:hover.sizes_link {
	color: #fff;
	background: #006699 url(template/icon_lineal2.gif) no-repeat;
}


/*	Tabellen
*******************************************************************************/
table.sizes_table {

}

table.sizes_table th {
	font-size: 11px;
	color: #fff;
	background-color: #003b71;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	padding: 3px;
}

table.sizes_table td {
	font-size: 11px;
	padding: 3px;
	background-color: #C2D3E7;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

table.sizes_table th.small {
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 1px;
}

table.sizes_table td.small {
	font-size: 11px;
	padding: 1px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

table.small th {
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 1px;
}

table.small td {
	font-size: 11px;
	padding: 1px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}



/*	   3-Spaltig, Standard
*******************************************************************************/
.dreispalter {

}

.dreispalter_1 {
  	width: 300px;
	padding: 0 5px 0 0px;
	height: 100%;
}


.dreispalter_2, .dreispalter_3 {
  	width: 155px;
	padding: 0 5px 0 5px;
 	border-left: 1px solid #006699;
	height: 100%;
}

.dreispalter_1,
.dreispalter_2,
.dreispalter_3 {
  float: left;
}

.clboth {
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/*	   3-Spaltig, Tabelle
*******************************************************************************/
table.3column p {
	font-size: 12px;
}

.c1 {
	padding: 0 5px 0 0px;
	font-size: 12px;
	width: 320px;
	padding-top: 5px;
}

.c2 {
	padding: 0 5px 0 10px;
 	border-left: 1px solid #e0e0e0;
	font-size: 12px;
	width: 155px;
	padding-top: 20px;
}

.c3 {
	padding: 0 5px 0 7px;
 	border-left: 1px solid #e0e0e0;
	font-size: 12px;
	width: 155px;
	padding-top: 20px;
}

table.products_table td {
	padding: 0 10px 0 10px;
}

/*	3 Spaltige Produkte
*******************************************************************************/
.c3table  {
	padding: 5px;
}

/*	Floatbox (display)
*******************************************************************************/
.box_display {
	float: left;
	width: 150px;
	height: 325px;
	font-weight: bold;
	color: #006699;
	text-align:center;
    vertical-align: bottom;
	display: inline;
}

.box_display img {
 vertical-align: bottom;
}

/*	Productlist (baby)
*******************************************************************************/
.productlist1 {
	margin-bottom:  20px;
}

.sizes {
	margin-top: 10px;
	font-size: 11px;

}

.sizes th {
	background-color: #C1D3E7;
	font-weight: bold;
	padding:  2px;
	text-align: center;
	font-size: 8.5pt;
}

.sizes td {
	text-align: center;
	font-size: 8.5pt;
}





