body {
    font-size: 12px;
    font-family: arial, helvetica, clean, sans-serif;
    padding: 20px;
    margin: 0;
    text-align: center;
}

#contener {
    width:100%;
    padding: 0;
    margin: 0 auto;
}

#searchBox {
	
	padding:3em;
	
	background-image:url(ajax-loader2.gif);
	background-repeat:no-repeat;
	background-position:center;
	
}
#searchingBox {
	
	padding:3em;
	
	background-image:url(ajax-loader2.gif);
	background-repeat:no-repeat;
	background-position:center;
	
}
#searchingBox span{
	display:block;
	padding:0 0 2.3em 0;
	font-size:17px;
}

#input_keyword {
	padding:0.3em;
	font-size:17px;
	font-weight:bold;
	width:300px;
}

#button_search{
	padding:0.3em;
	font-size:17px;
	font-weight:bold;
	
}


#no_result{
	padding:3em;
	font-size:17px;
}
#result{
	
	display:none;

	background-color:#F0F0F0;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	width: 782px;
	margin: 0 auto;
}
#result_inner{
	
	padding:1em;
}
#resultItems {
	
    overflow: auto;
	padding: 0;
    margin: 0;

	width: 783px;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	
	display:none;
	 margin: 0 auto;
}

.itemBox {
    border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
    padding: 0;
    margin: 0 0 0 0;
    width: 260px;
    float: left;
    background-color: #FFFFFF;
    height: auto !important;
	min-height: 13.5em;
	text-align:left;
	border-collapse:collapse;
	position:relative;
	
	background-image:url(ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.itemBox_inner {
	
    padding: 15px 15px 15px 110px;
    margin: 0;
    overflow: hidden;
}

div.productImage {
	position:absolute;
	top:15px;
	left:15px;

}
div.productImage a img{
	border:none;
}

span.makerName {
	display:block;
	font-size:11px;
}

span.productName {
	display:block;
	font-size:12px;
	margin-bottom:6px;
	line-height:1.3em;
	font-weight:bold;
}

span.productName a{
	text-decoration:none;
}
.boxhover{
	cursor:pointer;
}
.boxhover span.productName a{
	color:#0000FF !important;
}

span.productName a:link, 
span.productName a:visited{
	color:#000000;
}
span.productName a:hover, span.productName a:active{
	color:#0000FF;
}

span.starrating {
	display:block;
	margin-bottom:6px;
}
span.lowestPrice {
	display:block;
	font-weight:bold;
}

span.bbs {
	display:none;
}

span.saleDate {
	display:none;
}

span.ranking {
	display:none;
}

span.category {
	display:none;
}

span.review {
	display:none;
}

span.comment {
	display:none;
}


/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green * /
/*..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/


/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.star0 {background-position:0 0}
.star1 {background-position:0 -16px}
.star2 {background-position:0 -32px}
.star3 {background-position:0 -48px}
.star4 {background-position:0 -64px}
.star5 {background-position:0 -80px}
ul.rating li {

 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li span{
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one span {left:0}
ul.rating li.two span {left:16px;}
ul.rating li.three span {left:32px;}
ul.rating li.four span {left:48px;}
ul.rating li.five span {left:64px;}

/* end rating code */


