/*
Theme Name: platzhalter-csv-ausgabe
Theme URI: 
Description: stylesheet für Produktausgabe
Version: 1.1
Author: Holger Lenzdorf
Author URI: http://www.shopping-one.de
Tags: fixed width, three columns, valid XHTML, widgets
*/

.box_standard {
	align:center;
	margin-top:7px;
   	width:100%;
	}	
.box_links {
	align:left;
   	width:137px;
	margin-top:7px;
	margin-right:10px;
    float: left;
	}
.box_rechts {
	align:right;
	margin-top:7px;
	margin-left:10px;
   	width:137px;
    float: right;
	}

.box_artikel {
   	width:137px;
	min-height:305px;
	height:auto !important;  /* für moderne Browser */
	height:305px;  /*für den IE */
	background-color: #ffffff;
		border-color: #87AFF0;
	border-style: solid;
	border-width: 1px;
    float: left;
	margin-bottom: 15px;
	margin-right:3px;
	}	
	
.box_bild {
	text-align:center;
	width:130px;
	min-height:175px;
	height:auto !important;  /* für moderne Browser */
	height:175px;  /*für den IE */
}
.box_text {

	padding-right:7px;
	padding-left:7px;
	font-size:11px;
	overflow:hidden;
	text-align:left;
	min-height:110px;
	height:auto !important;  /* für moderne Browser */
	height:110px;  /*für den IE */
}

.box_unten {

	padding-right:7px;
	padding-left:7px;
	font-size:12px;
	text-align:right;
	
}
.box_unten a {

	color:#F29400;
}
