﻿.view-summary .product
{
	display:block;
	width:306px;
	height:355px;
	background: #fff url(summary-box.jpg) no-repeat top left;
	float:left;
}

.view-summary .product .title
{
	position:relative;
	top:22px;
	left:35px;
	width:227px;
	height:28px;
	overflow:hidden;
	font-weight: bold;
	font-size:.8em;
	color:Red;
}

.view-summary .product .title a:link {color:#FF0000}
.view-summary .product .title a:visited {color:#FF0000;} 
.view-summary .product .title a:hover {color:#CC0000;}  
.view-summary .product .title a:active {color:#FF0000;}

.view-summary .product .image
{
	position:relative;
	top:50px;
	left:35px;
	border:1px solid #000;
	display:block;
	width:221px;
	height:90px;
	overflow:hidden;
}

.view-summary .product .description
{
	position:relative;
	top:67px;
	left:35px;
	width:221px;
	height:110px;
	color:Black;
	font-size:.7em;
	overflow:auto;
}


.buy-now
{
    font-size: 20px;
    margin: 10px 0;
    text-transform: uppercase;
    width: 820px;
    text-align: right;
}

.buy-now a
{
    text-decoration: none;
}

.buy-now a:hover
{
    text-decoration: underline;
}


#purchase form
{
    width: 600px;
    margin: 0 0 50px 0;
}

#purchase form .add-button
{
    padding: 3px;
    float:right;
}