body
{
	width:700px;
}

#container
{
	float:left;
	width:700px;
}

#logo
{
	width:30px;
	position:fixed;
}

#b_logo
{
	position:relative;
	left:30px;
	text-align:center;
	width:630px;
}

.break, .break1
{
	position:relative;
	height:20px;
	width:630px;
	border-bottom:solid 5px white;
	background-color:#8ccaef;
	text-align:center;
	text-transform:uppercase;
	font-family:Arial;
	font-weight:bold;
}
.break1
{
	left:0px;
}

/**
	Top portion of layout
*/
#top
{
	position:relative;
	left:30px;
	width:660px;
	margin-bottom:5px;
	float:left;
}

#top img {
	float:left;
}

#infoblock
{
	margin-left:10px;
	float:left;
	width:310px;
}

#infoblock ul
{
	list-style:none;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
}

#infoblock li
{
	padding:0px 0px 1px 0px;
}

#miniImages
{
	float:left;
	width:175px;
	border:solid 1px white;
	border-collapse:collapse;
}
#column1
{
	float:left;
	width:78px;
}
#column2
{
	float:left;
	width:78px;
}

.miniI
{
	border-collapse:collapse;
	border:solid 1px black;
}

#money
{
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	margin-top:5px;
	float:left;
}

#price
{
	position:relative;
	text-align:center;
	width:100px;
}

#payment
{
	position:relative;
	text-align:center;
	margin-top:10px;
	width:100px;
}

#down
{
	position:relative;
	text-align:center;
	font-size:8pt;
	font-weight:normal;
	width:100px;
}

#terms
{
	padding:10px 0px 5px;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
}

#terms a:hover, #terms a:link, #terms a:visited 
{
	text-decoration:none;
	font-family:Arial;
	font-size:9pt;
	text-align:center;
	font-weight:bold;
	color:#0c39f8;
}
#terms a:hover
{
	color:#fda926;
}

#viewphotos
{
	margin-top:10px;
	float:left;
}

#viewphotos a:link, #viewphotos a:visited
{
	position:relative;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	color:#fda926;
}

#viewphotos a:hover
{
	position:relative;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	color:#fda926;
}

/**
	Middle portion of layout
*/
#mid
{
	width:660px;
	padding-bottom:5px;
}

.row
{
	position:relative;
	width:660px;
	height:auto;
	float:left;
}

.midrow
{
	width:300px;
	height:auto;
	float:left;
	padding:0px 25px 0px 0px;
}

.minibreak
{
	height:auto;
	width:295px;
	left:30px;
	padding:0px 0px 0px 5px;
	background-color:#8ccaef;
	text-transform:capitalize;
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
}

.content ul
{
	margin-top:3px;
	margin-bottom:3px;
}

.midrow li
{
	list-style:none;
	font-family:Arial;
	font-size:.55em;
	text-indent:-5px;
}
/**
	Bottom portion of layout
*/
#bottom
{
	width:660px;
	margin-left:30px;
	clear:both;
}

#photoregion
  {
	position:relative;
	left:auto;
	top:0px;
	width:635px;
	overflow:visible;
}
  
#mb
{
	position:relative;
	left:30px;
}

#disclosure
{
	position:relative;
	left:30px;
	float:left;
	text-align:center;
	font-family:Arial;
	font-size:7pt;
	width:630px;
}



#sn_header {
	margin:5px 0;
	width:623px;
	font-weight:bold;
	font-size:8pt;
	font-family:Arial;
}

#sellers_notes {
	width:613px;
	border:solid 1px #bbbbbb;
	font-weight:normal;
	padding:5px;
}

.float_left { 
	float:left;
}