/* hier sind spezielle definitionen für die Boxen aus boxes */

/* warenkorb box */
#bn_basket
{	background-image:url(img/bn_basket_back.png);
	background-repeat:no-repeat;
	float:right;
	width:250px;
	height:100px;
	padding:10px 10px 3px 10px ;
}

#bn_basket h3
{	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	margin:0px;
}


#bn_basket a,#bn_basket a:link,
#bn_basket a:visited,#bn_basket a:active
{	text-decoration:none;
	font-weight:strong;
}

#bn_basket a:hover
{	color:#cc0033;
}

#bn_basket p
{	text-align:left;
	padding:20px 10px 0px 10px;
	margin-top:0px;
}

/* ende Basket */


/* searchbox über dem content */

#bn_search_box
{	float:left;
	width:480px;
}

#bn_search_box input
{	width:467px;
	border:1px solid #929292;
	font-weight:bold;
	padding:4px 0px 4px 11px;
}

#bn_search_box p
{	padding:10px 5px 0px 5px;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}

/* loginbox der linken seite */
#bn_login,#bn_boxes_left
{	background-image:url(img/bn_login_box_back.png);
	background-repeat:repeat-y;
}

#bn_login p
{	padding-top:5px;
}

.bn_login_top
{	background-image:url(img/bn_login_box_top.png);
	background-repeat:no-repeat;
	padding:10px 15px 0px 15px;
	overflow:hidden;
}

.bn_login_bottom
{	background-image:url(img/bn_login_box_bottom.png);
	background-repeat:no-repeat;
	height:18px;
	overflow:hidden;
}

#bn_login label
{	display:block;
	font-weight:normal;
	font-size:11px;
	padding-left:2px;
	margin-top:3px;
}


#bn_login input
{	font-size:14px;
	border-width:0px;
	background-image:url(img/bn_login_input_back.png);
	background-repeat:no-repeat;
	width:150px;
	height:19px;
	padding:4px 2px 0px 3px;
	font-weight:bold;
}

* html #bn_login input
{	background-attachment:fixed;
}

#bn_login .login_button
{	text-align:right;
	margin-top:10px;
}

#bn_login .login_button input
{	background-image:none;
	width:105px;
	height:18px;
}


#bn_login a,#bn_login a:link,#bn_login a:visited,#bn_login a:active
{	display:block;
	clear:both;
	font-size:11px;
	padding:5px 0px 0px 5px;
	text-decoration:underline;
}

#bn_login a:hover
{	text-decoration:none;
}

.new_button
{	z-index:100;
	position:absolute;
	top:3px;
	left:5px;
	background-image:url(img/new.png);
	height:59px;
	width:58px;
}


#min_box
{	min-height:155px;
}


* html #min_box
{	height:155px;
}


* html .new_button
{	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/vipgift/img/new.png', sizingMethod='scale');
	z-index:100;
}



