@charset "utf-8";
/* CSS Document */

.innerPageHeader {
	height: 70px;
	width: 962px;
	background-image: url(/templates/new/images/page_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 20px;
}


.innerPageHeader #words {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}


.innerPageHeader #search{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#terms{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}

#terms h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	text-align: center;
}

#terms p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#terms img {
	padding: 2px;
	border: 1px solid #DECAC7;
	margin-top: 10px;
}

.qustion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	background-image: url(http://www.japanauctions.co.uk/templates/new/images/q.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-left: 40px;
	text-transform: uppercase;
	margin-top: 10px;
}

.answer {
	background-image: url(http://www.japanauctions.co.uk/templates/new/images/a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	padding-left: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
 .separator {
	height: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D1D5;
	border-right-color: #D6D1D5;
	border-bottom-color: #D6D1D5;
	border-left-color: #D6D1D5;
 }
 
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.innerPageBody {
	width: 945px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cfcfcf;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
	font-size: 14px;
	color: #333333;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 20px;
}

/*BLOG STYLE*/

#blogLeft  TD div{
}
#blogMenu {
	margin-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7E4B6;
	border: 1px solid #cfcfcf;
	padding-top: 10px;
	padding-bottom: 10px;
}

#blogLeft img {
	padding: 2px;
	border: 1px solid #cfcfcf;
}

#blogMenu ul {
	margin: 0px;
	padding: 0px;
}
#blogMenu li{
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#blogMenu li a{
	text-decoration: none;
	color: #333333;
}
#blogMenu li a:hover {
	color: #000000;
}

