@charset "utf-8";
/* CSS Document */


#content{

}

.row{
width:100%;
clear:both;
height:auto;
margin:20px 0px;
padding:0;
text-align:left;
overflow:hidden;

}
.fullphoto{
width:425px;
float:left;
clear:left;
height:auto;
overflow:hidden;
margin:0 5px 0 5px;
}

.fullphoto img{
margin:0 0 20px;;
border:none;
}



.productdetails{
clear:right;
margin:0 5px 0px 430px;
text-align:left;
padding:0;
font-size:1em;
}
.description{
line-height:1.5em;	
}
#content h1{
font-size:1.3em;
margin:0 0 10px;
line-height:1.2em;
padding:0;
}

.discount{
	color:#f00;
}

.wishlist{
clear:both;
margin:0 0 20px 50px;
}

input.btn{
	text-align: center;
	margin: 5px 20px;
	padding: 5px 8px;
	border: 3px outset #FFF;
	background:#C60;
	color:#fff;
	font-weight:bold;
}