/* CSS Document */
#sideBar{
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	right:0px;
	background-image:url(6/side_1bg.gif);
	background-repeat:no-repeat;
	background-position: -5px 0px;
}

#sideBarContents{
	/*overflow:hidden !important;*/
	opacity:0;
	position:relative;
}

#sideBarContentsInner{
	padding-left:9px;
	padding-right:9px;
  padding-top: 20px;
  width:139px;
  height:279px;
}

#sideBarContentsInnerProducts{
  position:abolute;
  left:0px;
  top:0px;
  z-index: 1;
  margin-left: 6px;
  margin-right: 3px;  
}

#sideBarContentsInnerTips{
  position:absolute;
  left:0px;
  top:0px;
  z-index: 10;
  padding-top: 20px;
  padding-left: 9px;
  margin-left: 6px;  
  margin-right: 3px;  
  width:136px;
}

/*SideSlide CT*/
/*Products*/
a#ToggleSideBarContents1, a#ToggleSideBarContents2 {
  display:block;
}

h4.products{
  padding-bottom:3px;
  border-bottom-width:1px; 
  border-bottom-color:#cccccc; 
  border-bottom-style:dashed; 
  background-color:#ffffff;
}

h4.tipps {
  padding-top:4px;
  padding-bottom:3px;
  border-bottom-width:1px; 
  border-bottom-color:#cccccc; 
  border-bottom-style:dashed; 
  background-color:#ffffff;
}

.sidebar_background {
  background-color:#ffffff;
}

#product_result_img {
  margin-right:5px;
  float:left;
}

#sidebar_bottom_link {
  padding-top:4px;
  border-top-width:1px; 
  border-top-color:#cccccc; 
  border-top-style:dashed; 
  position: absolute;  
  width: 130px
}

.product_table_row {
  height:40px;  
}

/*ul.product_link {
  padding-left: 12px; 
  margin-top: 0px; 
  margin-bottom: 0px;
  margin-left: 0px;
  border: 0px;
}*/

.product_table_cell {
  vertical-align: center;
}

.product_table_cell_text {
  vertical-align: center;
  padding-left: 3px;
}

tr.product_table_row_spacer {
  height:0px;   
}

tr.product_table_row_spacer_tipps {
  height:7px;   
}

/*tr.product_table_row_spacer td {
  border-top-width:1px; 
  border-top-color:#cccccc; 
  border-top-style:dashed; 
}*/

.product_sidebar_item_text a, 
.product_sidebar_item_text a:active, 
.product_sidebar_item_text a:visited{
  color:#666666;
}
.product_sidebar_item_text a:hover{
  text-decoration:underline;
}

div.product_sidebar_item img{
  float:left;
}

div.product_sidebar_item {
  vertical-align:bottom;
}

.product_sidebar_item_text{
  color:#666666;
}
/*Tipps*/
table.sidebar2_table{position:relative;}

.tip_sidebar_item_heading {
  font-weight: bold;
  font-size: 12px;
}

.tip_sidebar_item_text{
  font-size: 10px;
}


