#content .productDetails ul {
	list-style:none !important;
	}

#content {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
}

#left {
	width: 180px;             /* LC width */
	padding: 0 10px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
}

#right {
	width: 130px;             /* RC width */
	padding: 0 10px;          /* RC padding */
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 150px;              /* RC fullwidth */
}

/*** Footer Fix ***/

* html body {
	overflow: hidden;
}

/*** Just for Looks ***/

#footer {
	text-align: center;
}

#container td {
	vertical-align:top;
}