/* CSS styles for the general site layout */
html {
	background:#0156A4;
}

body {
	background:url(/img/page-bg.jpg) repeat-x #e7e9f5;
}

a, input {
	outline:none;
}

.floatRight {
	float:right;
}

table {
	border:none;
}

#wrapper {
	margin:0 auto 0 auto;
	width:900px;
}

#wrapper .header a.logo {
	display:block;
	width:707px;
	height:109px;
	background:url(/img/logo.gif) no-repeat;
}

#wrapper .header span {
	display:none;
}

#wrapper .header .basket {
	position:absolute;
	margin-left:690px;
	width:170px;
	background:url(/img/basket.gif) no-repeat top left;
	padding-left:35px;
}

#wrapper .header .basket p {
	margin-top:13px;
}

#wrapper .menu {
	height:29px;
}

#wrapper .menu ul {
	height:100%;
	margin:0;
	padding:0;
}

#wrapper .menu ul li {
	height:100%;
	float:left;
	padding:0 20px 0 20px;
	margin:0 6px 0 0;
	background:white;
}

#wrapper .menu ul li.selected {
	background:#EE4042;	
}

#wrapper .menu ul li ul {
	display:none;
}

#wrapper .content {
	padding-top:35px;
	padding-bottom:45px;
}

#wrapper .content.insidePage {
	min-height:400px;
	height:auto !important;
	height:400px;
}

#wrapper .content .col {
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#wrapper .content .col.one {
	width:310px;
	margin-right:12px;
}

#wrapper .content .col.two {
	width:360px;
	margin-right:22px;
}

#wrapper .content .col.three.brandList {
	width:194px;
	background:white;
	padding-top:13px;
}

#footer {
	width:100%;
	height:240px;
	background:#0156A4;
}

#footer .content {
	width:900px;
	height:100%;
	margin:0 auto 0 auto;
	background:url(/img/hora.gif) no-repeat right top;
}

#footer .content .col {
	float:left;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#footer .content .col.one {
	width:175px;
	margin-right:10px;
}

#footer .content .col.one h1 {
	background:url(/img/heading-quick-links.gif) no-repeat;
}

#footer .content .col.two {
	width:330px;
	margin-right:10px;
}

#footer .content .col.two h1 {
	background:url(/img/heading-supporting-events-by.gif) no-repeat;
}

#footer .content .col.three {
	width:160px;
}

#footer .content .col.three h1 {
	background:url(/img/heading-contact-us.gif) no-repeat;
}

#footer h1 span, #footer .tagline span {
	display:none;
}

#footer h1 {
	display:block;
	width:100%;
	height:40px;
}

#footer form textarea {
	height:75px;
}

#footer form input, #footer form textarea {
	width:90%;
	padding:3px;
	border:0;
	margin:0 0 5px 0;
}

#footer form .submit input {
	width:auto;
	float:right;
}

#footer .tagline {
	width:350px;
	height:35px;
	margin:-35px 0 0 520px;
	background:url(/img/heading-cant-find-what.gif) no-repeat;
	position:absolute;
}

table td, table th {
	border:0;
}

.clearFix {
	clear:both;
	margin:0;
	padding:0;
}

/************************ Product List Tables */
#wrapper .productList th.model, #wrapper .productList td.title  {
	width:258px;
}

#wrapper .productList th.price, #wrapper .productList td.price {
	width:55px;
}

#wrapper .productList th.condition, #wrapper .productList td.condition {
	width:70px;
}

#wrapper .content .productResult {
	background:white;
	padding:10px;
	margin-bottom:35px;
}

#wrapper .content .productResult .col {
	float:left;
	min-height:50px;
	height:auto !important;
	height:50px;
}

#wrapper .content .productResult .col.one {
	clear:left;
	width:47%;
}

#wrapper .content .productResult .col.two {
	width:47%;
}

#wrapper .content .productResult .col table tr td {
	white-space:nowrap;
}

.productResultBrandLogo {
	margin-top:-20px;
}

/******* Forms */
#wrapper .content form {
	margin-bottom:20px;
}

#wrapper .content form label {
	width:150px;
	display:block;
	float:left;
	padding-right:20px;
}

#wrapper .content form .input {
	margin-bottom:5px;
}

#wrapper .content form .input.text input, #wrapper .content form .input.textarea textarea {
	border:1px solid #0156A4;
	padding:3px 5px 3px 5px;
	width:300px;
}

#wrapper .content form .submit input {
	margin-left:170px;
	background:#0156A4;
	padding:3px 10px 3px 10px;
	border:none;
}

/************************ WEBKIT ONLY FIXES */
@media screen and (-webkit-min-device-pixel-ratio:0){

}

/*********************** Opera only fixes */
@media screen and (min-width: 0px){

}
