div#wrapper-right-col div#product-summary
{
	position: relative;
	height: 220px;
}

div#product-summary h1,
div#product-summary h2,
div#product-summary h3,
div#product-summary h4
{
	margin: 0;
	margin-bottom: 5px;
	
}

div#product-summary h1
{
	font-size: 30px;
	color: #1d1d1d;
}

div#product-summary h2
{
	color: #279B53;
	font-size: 24px;
}

div#product-summary h3
{
	color: #929292;
	font-size: 20px;
}

div#product-summary h4
{
	color: #929292;
	font-size: 16px;
}

div#product-summary img.main-photo
{
	float: right;
	border: 1px solid #d4d4d4;
}

div#product-summary a#add-to-cart
{
	position: absolute;
	bottom: 12px;
	margin-top: 20px;
	background: #070;
	color: white;
	font-size: 13px;
}

div#product-description
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
/* RR DESC */
div#category-description
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
        word-wrap: break-word;
}

div#related-products-list h2
{
	font-size: 24px;
	color: #1d1d1d;
	margin: 0;
	cursor: pointer;
}

div#related-products-list h2 span
{
	font-size: 12px;
	color: #9e9e9e;
}

div#related-products-list form#related-products
{
	display: none;
}

div#main div#main-content div#related-products-list form,
div#main div#main-content div#related-products-list form fieldset
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

div#related-products-list ul
{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

div#related-products-list ul li
{
	height: 80px;
	background-color: #f6f6f6;
	margin-bottom: 4px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 35px;
	position: relative;
}

div#related-products-list ul li.current
{
	border: 1px solid #279B53;
	height: 78px;
	background-color: #DDFFF1;
	margin-bottom: 0;
}

div#related-products-list ul li.separator
{
	padding: 0;
	margin: 10px 0;
	
	#margin: 0;
	#margin-bottom: 10px;
	
	height: 1px;
	border-bottom: 1px dotted #cecece;
}

div#related-products-list ul li img
{
	float: left;
	margin-right: 15px;
	border: 1px solid #b8b8b8;
}

div#related-products-list ul li a
{
	position: absolute;
	bottom: 12px;
	left: 92px;
	background: #070;
	color: white;	
}

div#related-products-list ul li h3
{
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	height: 23px;
	overflow: hidden;
	position: relative;
}

div#related-products-list ul li h4
{
	margin: 0;
	font-size: 14px;
	color: #929292;
	font-weight: normal;
}

div#main div#main-content div#related-products-list ul li div.input-container
{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 300px;
	height: 28px;
}

div#main div#main-content div#related-products-list ul li div.input-container input
{
	margin: 8px 0 0 10px;
	#margin-top: 5px;
	float: right;
	clear: none;
	width: auto;
	height: auto;
	border: none;
}

div#main div#main-content div#related-products-list ul li div.input-container label
{
	margin: 0;
	float: right;
	clear: none;
	font-size: 12px;
	line-height: 28px;
	width: auto;
}

div#main div#main-content div#related-products-list .actions button
{
	float: right;
	margin: 0;
	margin-top: 10px;
	background: #070;
	color: white;
	border: none;
	cursor: pointer;
}
