/* CSS Document */


input, select{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  height:20px;
  font-size:10px;
}

a:link, a:visited {
	color: #10a0cc; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #10a0cc;	text-decoration: none;
	font-weight: bold;
}

.clr {
	clear: both;
}

#top {
	width: 100%;
  margin: 0px;
  background: url(../images/top-centre.jpg) repeat-x;
}

#logo{
  width: 100px;
}

#mainframe{
  background-color:#ffffff;
}

/* Shop */
table.shop_browse{
  width:95%;
  border-color:#b2dee6;
  border-style: solid;
  border-width:1px;
  margin:10px;
}
table.shop_browse img{
  margin-right: 5px;
  margin-bottom: 5px;
}
td.shop_browse_title{
  height:6px;
}
td.shop_browse_title div{
  position: absolute;
  margin-top: -16px;
  padding:0px;
  background-color:#FFFFFF;
  z-index:2;
}
td.shop_browse_title h1{
  margin-top:0px;
  margin-bottom:0px;
  background-color:#FFFFFF;
  color: #0084ba;
  font-size: 14px;
  text-transform: uppercase;
}
td.shop_browse_title img{
  padding:3px;
  margin-top: 0px;
}
td.shop_browse_more{
  text-align:right;
}
td.shop_browse_price h2{
  margin-bottom:0px;
  padding-bottom:0px;
  font-size:16px;
  font-weight:bold;
  text-align:left;
}
td.shop_product_price h2{
  margin-bottom:0px;
  padding-bottom:0px;
  font-size:16px;
  font-weight:bold;
  text-align:right;
}
span.shop_browse_price_p{
  color:#ff0000;
}
span.shop_browse_city{
  color:#65cfe9;
}
#title_pic{
  position:absolute;
  margin-top:-5px;
}
#bottom_links{
  text-align:right;
}
#ask_offer{
  font-size: 15px;
  text-align:right;
}
#overDiv{
  border-width:0px;
  margin-top: -150px;
  margin-left:-500px;
}
