/**
 * Style sheet i7shop
 */
.i7shop h1
{
	font-size:14px;
}

div.shop_article.normal
{
	width:216px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

.shop_article
{
	min-height: 325px;
}

#left .basketinfo
{
	margin:0px;
	padding-top:15px;
	padding-left:20px;
}

#basketlink
{
	width:60px;
	height:60px;
	float:left;
	margin:0px;
	padding:0px;
}

#basketlink:hover
{
	width:60px;
	height:60px;
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

#left  a.link
{
	text-decoration:underline;
}

#main table.baskettable
{
	width:600px;
}

div.clear
{
	clear:both;
}

/* MODULE BASKETINFO */
div.basketinfo
{
	padding-top:25px;
	padding-left:20px;
	font-size:11px;
	color:#fff;
}

/* MODULE BASKETINFO */
div.basketinfo a
{
	text-decoration:none;
	font-size:11px;
	color:#fff;
}

/* ARTICLES */
div.shop_article.normal .inhalt
{
	width:216px;
	margin:0px;
	padding:0px 0px 10px 0px;
	background-image:url("tl_files/layout/shop/shop_artikel_space.gif");
	background-position:left top;
	background-repeat:repeat-y;
}

div.shop_article.normal .image_top
{
	width:216px;
	height:9px;
	background-image:url("tl_files/layout/shop/shop_artikel_top.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

div.shop_article.normal .image_bottom
{
	width:216px;
	height:9px;
	background-image:url("tl_files/layout/shop/shop_artikel_bottom.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

/* Bild */
div.shop_article.normal .image
{
	height:190px;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
}

div.shop_article.normal .titel
{
	width:125px;
	float:left;
	margin-right:10px;
	padding-left:10px;
	font-weight:bold;
	font-size:13px;
	color:#4F2702;
	line-height:14px;
}

div.shop_article.normal .lupe
{
	float:left;
	margin-right:10px;
}

div.shop_article.normal .clear
{
	clear:both;
}

div.shop_article.normal .description p
{
	width:200px;
	padding-left:12px;
	line-height:13px;
}

div.shop_article.normal .preis
{
	padding-left:12px;
	font-weight:bold;
}

.i7shop .widget
{
	width:407px;
}

.i7shop .widget span.mandatory
{
	float:left;
	padding:0px 10px;
	color:#f00;
}

.i7shop .widget label
{
	width:170px;
	float:left;
	margin-left:5px;
}

.i7shop .widget input, .i7shop .widget select
{
	width:150px;
	float:left;
}

.i7shop .widget input
{
	margin-bottom:5px;
	padding:2px 3px;
	border:1px solid #4F2702;
}

.i7shop .widget input.checkbox
{
	width:auto;
	margin-right:5px;
}

.i7shop .widget div.error
{
	width:150px;
	float:right;
}

.i7shop h1
{
	margin:0px 0px 10px 0px;
}

.i7shop .baskettable tr.strong th
{
	border-bottom:2px solid #000;
}

.i7shop .baskettable th
{
	padding:4px 2px;
}

.i7shop .baskettable td
{
	padding:4px 2px;
}

.i7shop .baskettable td.money, .i7shop .baskettable th.money
{
	text-align:left;
}

.i7shop .baskettable tr td, .i7shop .baskettable tr th
{
	border-bottom:1px solid #000;
}

.i7shop .ordercommand
{
	margin-top:10px;
}

.i7shop .legal_fields
{
	margin-top:15px;
	margin-bottom:15px;
}

.order_payment .widget label
{
	width:150px;
	padding-right:10px;
}

.i7shop .overviewinfos
{
	margin:10px 0px;
}

.i7shop .overviewinfos .block
{
	float:left;
	margin-right:50px;
}

.i7shop .overviewinfos .block.last
{
	margin-right:0px;
}

.i7shop .ctrl_shipping_address
{
	padding-top:3px;
}

.i7shop .shipping_address_widgets
{
	padding-top:3px;
}

.i7shop .payment_error
{
	margin-bottom:10px;
	padding:5px;
	border:1px solid #f00;
}

.i7shop #loginform
{
	padding-bottom:50px;
}

.i7shop .login_error
{
	margin-bottom:10px;
	padding:5px;
	border:1px solid #f00;
}

