/* CARTDROPDOWN */
#cartinfo
{
	display: none;
	position: absolute;
	/*top: 95px;*/
	right: 4px;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-right: 1px solid lightgray;
	/*border-right:1px solid lightgray;*/
	margin: 2px;
	width: 400px;
	/*height: 500px;*/
	/*overflow: auto;*/
	z-Index: 1;
	background: white;
}
#cartinfo #article_list
{
	overflow: auto;
	height: 400px;
}
#cartinfo td
{
	text-align: left;
}

#cartinfo .art_td_1
{
	width: 100px;
}

#cartinfo #cartheader
{
	height: 1px;
	background: #efefef;
}

#cartbordertop
{
	width: 251px;
	height: 1px;
	border-top: 1px solid lightgray;
}

.carthighlight_in
{
	background: transparent;
	/*border: 0px solid white;*/
	
}

.carthighlight_out
{
	background: #FEFF8F;
	/*border: 2px solid #F17214;*/
}

#cartinfo #cartcontainer ul
{
	background:	url("/images/navbg.png") repeat-x;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	/*border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;*/
}

#cartinfo #cartcontainer li
{
	border-bottom: 1px lightgray dotted;
	margin-left: 10px;
	margin-right: 10px;
}

#cartinfo #cartcontainer li#total
{
	border-bottom: 0px lightgray dotted;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: right;
}

#cartinfo #cartcontainer
{
	background: transparent;
	width: 100%;
}

#cartinfo #cartcontainer .article_techinfo
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#cartinfo #cartcontainer .clearer
{
	height:0px; 
	width: 0px; 
	clear: both;
}

.cartpreview_menu
{
	background:	url("/images/navbg.png") repeat-x;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}
/* CARTDROPDOWN */

/* wonder cart shown if menu invisible */
#wonder_cart
{
	cursor: pointer;
	position: fixed;
	left: 1000px;
	top: 10px;
	width: 39px;
	height: 34px;
	background: url(/images/icons/cart.png);
	border: 1px solid lightgray;
	display: none;
}
#cartinfo #total
{
	border-bottom: 0px lightgray dotted;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

/* simple helper */
.clearer
{
	width:0px; height:0px; clear:both;
}


