﻿#visual .txt-box
{
	overflow:hidden;
	width:100%;
	padding:10px 0 27px;
	float:left;
}
div.simple-content
{
	width:100%;
	overflow:hidden;
	line-height: 20px;
}
div.main
{
	width: 610px;
	float: left;
	overflow: hidden;
}
div.notes 
{
	width: 350px;
	float: right;
	text-align: left;
}
div.discount
{
	color: #E36F1E;
	font-weight: bold;
	font-size: 18px;
}
div.simple-content a
{
	text-decoration: underline;
}
div.simple-content a:hover
{
	text-decoration: underline;
	color: #577db0;
}
div.att-box
{
	padding: 10px 15px;
	background: url(../images/att-box-top.png) no-repeat;
	color: #FFF;
}
div.notes p
{
	margin: 10px 0;
}
