ul.productList .title
{
	display:block;
	font-size:100%;
	margin-top:10px;
	position:relative;
	top:-20px;
}

.productGrid .title
{
	font-size: 100%;
	margin: 1em 0;
}

.productGrid td
{
	text-align: center;
	padding: 0.5em;
	position: relative;
	vertical-align: bottom;
	overflow: hidden;
}

ul.productList li
{
	margin-bottom: 30px;
}



.resultStats
{
    padding: 10px;
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 0px solid #CCCCCC;
    position: relative;
}

#content
{
	padding-left: 10px;
	/* background-image: url(../image/vert_sep.gif); */
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 170px;
	padding-right: 230px;
	padding-top: 0px;
}

div#content
{
    padding-bottom: 30px;
}

.userViewOrder .shipment
{
    width: 100%;
}
.shipment
{
    width: 100%;
    border: 1px solid #DDDDDD;
}

#cart, #wishList
{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

ul
{
  	list-style: none;
}

td.amount
{
   text-align: center;
}

.basePrice
{
   display: none;
}

.discount .basePrice
{
text-decoration: line-through;
display: inline;
margin-right: 4px;
}

.discount .actualPrice
{
color: #f00;
}

.user-login #leftSide { display: none; }