﻿/* TABS */
ul#tabs div.tabpanel
{
    margin-top:31px !important;
}



/* LIST ITEMS */
.listItem
{
    padding:16px 0 0 4px;
	
    
}
.listItem .leftPanel
{
    float:left;
    width:80px;
	margin:0 20px 0 0;
	
}
.listItem .centerPanel
{
    float:left;
    width:330px;
	margin-right:20px;
}
.listItem .rightPanel
{
    float:right;
    width:170px;
    margin-top:34px;
	font-size:12px;

}

.listItem .website{
	margin-top:4px;
}

.listItem .border
{
    
	padding: 18px 0 18px 0;
	border-bottom:1px solid #ccc;
	clear:both;
}

.listItem  .productImage{
	width:80px;
}

.listItem .centerPanel .title
{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #707271;
}
.listItem .centerPanel .description
{
    width:350px;
}

.listItem .centerPanel .description-fullview
{
    width:560px;
}
