/* CSS styles for the general site typography / fonts */
body {
	font-family:arial;
}

#wrapper .header .basket p {
	font-size:11px;
}

#wrapper .header .basket p a {
	color:#2b328b;
}

#wrapper .content a {
	color:#2b328b;
}

#wrapper .menu ul li {
	list-style:none;
	text-transform:uppercase;
	line-height:29px;
	font-weight:bold;
}

#wrapper .menu ul li.selected a {
	text-decoration:none;
	color:white;
}

#wrapper .menu ul li a {
	text-decoration:none;
	color:#0055a4;
}

#wrapper .content .col.three.brandList {
	text-align:center;
}

#footer, #footer a {
	text-decoration:none;
	color:white;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
}

#wrapper .content table th {
	text-align:left;
	font-weight:bold;
	color:#0055a4;
	text-transform:uppercase;
}

#wrapper .content .productResult table td.condition, #wrapper .content .productResult table td.price {
	text-align:right;
	font-weight:bold;
}

#wrapper table.recentProducts td {
	font-weight:bold;
}

#wrapper table.recentProducts td.price {
	text-align:right;
}

#wrapper table.recentProducts tr, #wrapper table.recentProducts tr a{
	color:#909090;
	background:transparent;
	text-decoration:none;
}

#wrapper table.recentProducts tr.highlighted, #wrapper table.recentProducts tr.highlighted a {
	background:#909090;
	color:white;
	text-decoration:none;
}

#wrapper table.productList th.price, #wrapper table.productList th.condition {
	text-align:right;
}

#wrapper table.productList td.price a {
	color:#EE4042;
}

h1 {
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:160%;
}

p {
	font-size:110%;
}

p.pagination {
	word-spacing:20px;
	text-align:right;
	padding:0 20px 10px 0;
	margin-top:-20px;
}

p.pagination.bottom {
	padding:10px 20px 0 0;
}

p.pagination a {
	color:#0156A4;
	text-decoration:none;
}

/******* Forms */
#wrapper .content form .input.text input, #wrapper .content form .input.textarea textarea, #wrapper .content form label, #wrapper .content .submit input {
	color:#0156A4;
	font-size:1em;
}

#wrapper .content .submit input {
	color:white;
	font-weight:bold;
}
