
/* list styles  */

#content2 {
  min-height:640px;
  margin 0;
}


body
{
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  
/*  background: url(http://img.dannychoo.com/cgm/ecommerce/dannychoo/images/large/97e953fc8fc7d999bbb90471bd8278b8.jpg);*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 85px;

  -webkit-text-size-adjust: none;
  font-size: 11px;
  color: #999999;
}

#wrap
{
	width:640px;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

#header
{
  height: 50px;
  background: url(../img/header.jpg); 
  background-repeat: no-repeat;
  background-position: center;
}

#header-back{
	height: 50px;
	margin: 0;
	marring: 0;
	background: url(../img/header-bk.jpg) repeat-x;
}

#refreshbutton {
  border: none;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 34px;
  height: 30px;
  background: url(../img/refresh.png) left top no-repeat;
}

#writebutton {
  border: none;
  position: absolute;
  top: 7px;
  left: 590px;
  width: 42px;
  height: 30px;
  background: url(../img/write.png) left top no-repeat;
}

#backbutton
{
	border: none;
	position: absolute;
	top: 7px;
	left: 5px;
	width: 50px;
	height: 30px;
	background: url(../img/back.png) left top no-repeat;
	display: none;
}

#textcounter{
	position: static;
	margin: 4px;
	padding: 0px;
	float: right;
	background-color: transparent;
	color: white;
}


#menu {
  width:640px;
  height:30px;
  clear:both;
  margin:0 0 5px 0;
  background-image:url(../img/menu.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #ff6b01;
}


.item-description
{
  margin-left:7px;
  margin-right: 7px;
  font-weight:bold;
  color: #333333;
  font-size: 15px;
  word-break: break-all;
}

.item-detail
{
	font-size: 15px;
}

.item-date
{
	font-size: 13px;
}

.item-source
{
	font-size: 13px;
}

.item-source a
{
	font-size: 13px;
}

.item-image-thumb
{
	max-width: 480px;
	max-height: 480px;
	padding: 2px;
	border: 1px solid #dddddd;
	background: #ffffff;
}





.searchbutton
{
	border: none;
	position: absolute;
	top: 7px;
	left: 587px;
	width: 47px;
	height: 30px;
	background: url(../img/send.png) left top no-repeat;
}


#item-footer
{
	text-align: center;
	vertical-align: text-bottom;
	width:640px;
	height:40px;
	max-height:40px;
	clear:both;
	color: #ffffff;
	margin:0;
	padding-top: 6px;
	background-image:url(../img/menu.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ff6b01;	
}


.interest-map
{
	width: 360px;
	height: 360px;
	margin: 2px auto;
	border: 1px solid #eeeeee;
}

