﻿
input {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 90%;
}

#search input.textfield
{
	margin: 0;
	width: 130px;
	_width: 116px;
}

#search input.pandaButton
{
	width: 55px!important;
}

input.pandaButton:hover, input.buybutton:hover, input.searchSubmit:hover, table.productListing td input:hover {
	background: #d5e0ee;
	cursor: pointer;
}

input.pandaButton, input.buybutton, input.searchSubmit, table.productListing td input
{
	padding: 0px 0px 1px 0px;
	background: #e0e0e0 url(../images/button_bg.gif) repeat-x left top;
	color: #494949;
	font-size: 80%;
	font-weight: bold;
	border: solid 1px #999999;
	border-right: solid 1px #484848;
	border-bottom: solid 1px #484848;
}

table.productListing td input {
	padding: 0 10px;
}

input.buybutton {
	margin: 6px 0 6px 10px;
	padding: 0 20px 1px 20px;
}

input.textfield {
	border: solid 1px #6f6265!important;
	padding: 1px 1px 2px;
	background-color: #f8f8f8;
}



#calloutbox 
{
	position: absolute;
	width: 181px;
	height: 115px;
	overflow: hidden;
}

#calloutbox div 
{
	text-align: center;
	padding: 30px 40px 0 30px;
	font-size: 90%;
	width: 111px;
	height: 85px;
	cursor: pointer;
}

#adverts div {
	margin-top: 20px;
	text-align: center;
}


#currencySelectorDiv {
	padding-bottom: 6px;
}

#currencySelectorDiv p {
	margin: 0 0 4px 10px;
	cursor: pointer;
	font-size: 90%;
	border-top: solid 1px #cccccc;
	width: 200px;
	padding-top: 8px;
}

#currencySelectorDiv p span {
	text-decoration: underline;
}

#currencyOptions {
	overflow: hidden;
	height: 0px;
	background-color: #dddddd;
}

#currencySelectorDiv {
	margin-top: 14px;	
}

#currencySelectorDiv div span {
	display: block;
	font-size: 90%;
	padding: 0 0 2px 10px;
}

#currencySelectorDiv input.button {
	display: block;
	margin: 0 4px 0 140px;
	font-size: 90%;
}

#currencyOptions div {
	padding: 4px 0 8px 0;
}
