/* CSS */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: small;
    text-align: center;
}

img {
  border: none;
}

h3
  {font-size: 15px;
   background: url(barpost.gif) no-repeat top left;
   color:#8B008B;
   height:25px;
   margin: 25px 0 10px 0;
   padding: 4px 0 0 40px;
}
h4
  {font-size: 13px;
   background: url(barposts.gif) no-repeat top left;
   color:#8B008B;
   height:25px;
   margin: 0 0 5px 0;
   padding: 5px 0 0 30px;
}
/*HEADER*/
#header{
	width: 900px;
	position:relative; 
	height: 120px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
/*name head*/
#name {
	position:absolute;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-top:35px;
	margin-left:40px;
	left: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 15px;
	right: 30px;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*CONTENT*/
#content{
  width:900px;
  margin: 0 10px;
  text-align: left;
}


/*left bar*/
#sidebar01{
	float:left;
	width:200px;
    margin: 0 5px;
}

#contenttext{
	float:left;
	width:650px;
    margin: 0px 15px;
    text-align: left;
}

.pan-head {
  float:left;
  clear: both;
  color:#8B008B;
  margin: 0 0 0 5px;
}

.pan-head a
  {text-decoration: none;
   color:#8B008B;
   font-weight: bold;
}

/*FOOTER*/
.footer{
	width: 870px;
	height: 40px;
	background-image:url(bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/* tuika */


#search-results {
  text-align: left;
  width: 600px;
}
.search-result {
  padding-top: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}

.search-resultvi {
  padding-top: 10px;
  margin-top: 10px;
}
.result-image {
  float: left;
  width: 110px;
  margin: 0 10px;
}

.result-image img {
  border: none;
}

.result-infoll img {
  border: 0px;
}

.result-info {
  float: left;
  text-align: left;
  margin-top: 5px;
  margin-left: 40px;
}

.result-info p{
  font-size: 10px;
  color:#666666;
  line-height: 150%
}

.result-name {
  font-weight: bold;
  color:#8B008B;
}

.result-label {
  font-weight: bold;
  margin-top: 5px;
}

.result-price {
  font-weight: bold;
  color: #900;
}

.result-foot {
  clear: both;
  text-align: right;
  color:#8B008B;
  margin-top: 0px;
  margin-bottom: 0px;
}

.result-head {
  float:right;
  clear: both;
  color:#8B008B;
  margin-top: 0px;
  margin-bottom: 0px;
}

.result-head a
  {text-decoration: none;
   color:#8B008B;
   font-weight: bold;
}

.result-infovi {
  border: solid 1px #cccccc;
  padding: 0 15px;
}

.result-infotext {
}

.post
  clear:both;
  margin-top: 0px;
}

.post ul
  {font-size: 13px;
   color:#8B008B;
   list-style-type: square;
   margin-top: 0px;
}

.post ul a
  {text-decoration: none;
   color:#8B008B;
   font-weight: bold;
}