/* ######################################################################################################
** # Template for TT - Products                                               #############################
** ######################################################################################################
**
**  TT Products Version: 2.5.4
**  Datei       : tt_products.css
**  Funktion    : basis css
*/

/* ######################################################################################################
** ### Listenansicht / Listview ##################################################################
** ######################################################################################################
*/

.right {
  float:right;
}
.left {
  float:left; margin-right:5px;
}

.category_title {
text-align: left;
background-color: #F0F0F4;
font-size: 12px;
color: #222;
}

.listitem_subheader {
	float:left;
	width:340px;
	position: relative;
	border-bottom:1px dotted #c8c8c8;
	
	padding-bottom:5px;
	margin-right:10px;
	margin-bottom:3px;
}

.listitem_img{
}

#web_price_LIST    {}



/********************************* Einzelansicht- Singleview ***************************************************/