.rightbox {
	width:163px;
	position:relative;
}

.rightbox .item_top {
    background:url(/files/bg_leftbox_top.jpg) no-repeat;
	width:163px;
	height:20px;
}

.rightbox .item_body {
    background:url(/files/bg_leftbox_body.jpg) repeat-y;
	width:135px;
	padding:0px 14px;
}


.rightbox .item_bottom {
    background:url(/files/bg_leftbox_bottom.jpg) no-repeat;
	width:163px;
	height:18px;
}

/***********************************************************************************************/
/******************************   W A R E N K O R B    *****************************************/
/***********************************************************************************************/

.smallcart{
/*    background:url(/files/warenkorb.jpg) no-repeat;*/
    width:135px;
	margin-bottom:10px;
	color:#FFFFFF;
}

.smallcart a{
	color:#FFF;
	display:block;
}

.smallcart a:hover{
	color:#CCC;
}

.smallcart .cartbox{
	background:#000000;
	font-size:10px;
	padding:5px 2px;
}

.smallcart .orderlink{
	width:100%;
	text-align:right;
}

.smallcartfooter{
	width:100%;
	text-align:right;
}

/***********************************************************************************************/
/******************************   P R O D U K T S U C H E    ***********************************/
/***********************************************************************************************/

.rightbox .search{
/*    background:url(/files/produktsuche.jpg) no-repeat;*/
    width:135px;
	margin-top:10px;
	text-align:right;
}

.rightbox .newsletter{
/*    background:url(/files/newsletter.jpg) no-repeat;*/
    width:135px;
	margin-top:10px;
/*	padding-top:21px;*/
	text-align:right;
}

.rightbox .input{
	width:133px;
	border: 1px solid #000;
	margin-bottom:2px;
}

.rightbox .searchbutton{
}

.rightbox input:focus, .form textarea:focus {
/*   background-color: #090a1c;
   color:#c0c19f;*/
}

/***********************************************************************************************/
/******************************   H I G H L I G H T   ******************************************/
/***********************************************************************************************/

.highlight{
/*    background:url(/files/top_angebote.jpg) no-repeat;*/
    width:135px;
	color:#CCC;
	font-weight:bold;
	font-size:11px;
/*	padding-top:21px;*/
}

.highlight .highlightscrollbox {
	margin-top:5px;
	background:#000000;
	text-align:center;
	height:97px; 
	overflow:hidden; 
	position:relative;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}

.highlight .product {
	height:27px;
}

.highlight a{
	color:#FFF;
}

.highlight a:hover{
	color:#CCC;
}


.highlightpicture {
	position:relative;
}


/***********************************************************************************************/
/******************************   C O U N T E R   **********************************************/
/***********************************************************************************************/


.counter{
	margin-top:5px;
	width:135px;
	background:#000000;
}

.counter .counterbox{
    padding:2px 2px;
	font-size:10px;
	font-weight:normal;
	color:#CCCCCC;
}


.counterbox .key{
	float:left;
}

.counterbox .value{
	text-align:right;
}


