/*--------------------------------------------------------------
# Copyright (C) June08 try&error
*/

.us-stand {

	width: 100%;
}

div.moduletable h3, div.moduletable-latestproduct h3 {
	color: #588CB8;
}

div.moduletable h3, div.moduletable-latestproduct h3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #588CB8;
	background: none;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 6px;
}

div.moduletable-latestproduct {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	line-height:16px;
	margin:0 0 20px;
	background:none;
	padding: 0;
	border: none;
}

div.moduletable-latestproduct h3 {
	border-bottom: 1px solid #e7e7e7;
}

.steel_lp_navigate {
	float: right;
	width: 36px;
}

.steel_lp_prev, .steel_lp_next {
	cursor: pointer;
	float: right;
	width: 17px;
	height: 17px;
	
}
.steel_lp_prev {
	
	float: left;
}
.steel_lp_next:hover {
	background-position: 100%;
}
.steel_lp_prev:hover {
	background-position: 0px;
}

.steel_lp_prev, .steel_lp_next {
	background: transparent url('../images/style1/lastproduct_buttons.png') no-repeat -38px 0;
}
.steel_lp_prev {
	background: transparent url('../images/style1/lastproduct_buttons.png') no-repeat -19px 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix {
	clear: both;
} 
.steel_lp_wrapper1 {
	overflow: hidden;
	width: 100%;
}
.steel_lp_wrapper2 {
	width: 10000px;
}
.steel_lp_table_item {
	float: left;
}
.steel_lp_table {
	width: 100%;
}
.steel_lp_table tr td {
	vertical-align: top;
	padding-right: 3px;
}
.steel_lp_table h3 {
	color: #333!important;
	height: 38px;
}
a.steel_lastprod_img img {
	float: left;
	border-right: 1px solid #e7e7e7;
	margin-right: 6px;
}

.steel_lastprod_desc {
height: 70px;
}

.steel_lastprod_price_and_cart {
	clear: both;
	margin-top: 15px;
}

.steel_lastprod_price {
	float: left;
	margin: 15px 0 0 10px;
	width: 100%;
}
.productPrice {
	font-weight:bold;
	white-space:nowrap;
}
.steel_lastprod_cart {
	float: right;
	margin-right: 15px;
}
.addtocart_button_module, .details_gk_browse_3, div.steel_showcart a {
	
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 132px;
	height: 22px;
	padding: 2px 5px 5px 28px;
	border: none;
	outline: none;
}


.addtocart_button_module, .details_gk_browse_3, div.steel_showcart a {
	background: url('../images/style1/addtocart.png') no-repeat 0 0;
}
input.addtocart_button {
	background: url('../images/style1/addtocart.png') no-repeat 0 0;
}

.addtocart_button, .notify_button {
	border: none;
	cursor:pointer;
	background: none;
	width: 135px;
	text-align:center;
	height:30px;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
}
input.addtocart_button {
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 132px;
	height: 22px;
	padding: 0 0 3px 25px;
	border: none;
	outline: none;
}
.vmCartContainer input.addtocart_button {
	display:block;
	margin: 8px 0 0 28px;
}
/*  styles for the unit rater
---------------------------------------------------------
ryan masuga, masugadesign.com
ryan@masugadesign.com
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */
.ratingblock {
	display:block;
	/*border-bottom:1px solid #999;*/
	padding-bottom:8px;
	margin-top:10px;
	margin-bottom:10px;
	}

.loading {
	height: 30px;
	background: url('../gfx/starrater/working.gif') 50% 50% no-repeat;
	}

.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('../gfx/starrater/starrating_big_yellow.png') top left repeat-x;
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}

.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}

.unit-rating li a:hover{
	background: url('../gfx/starrater/starrating_big_yellow.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../gfx/starrater/starrating_big_yellow.png') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}

/* component + right */
div#component-2 {
	float: left;
	width: 470px;
}
div#right {
	float: right;
	margin-left: 20px;
}
/*
input.anzahl {
	margin: 10px 30px 10px 48px;
}
*/