@charset "utf-8";

/*	RESET STYLES */

* { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit;	font-style: inherit; font-size: 100%; font-family: inherit; }
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left;	font-weight: normal; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }


/* BEGIN CORE STYLES */

body {
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	background:url(../images/background-x.png) 0 0 repeat-x;
	text-align:center;
	color:#333;
}

#wrapper {
	width:920px;
	margin:0 auto;
	text-align:left;
}


/* HEADER STYLES */

#header {
	position:relative;
}

#header p {
	position:absolute;
	top:14px;
}

#header ul {
	position:absolute;
	top:14px;
	right:0;
}

	#header li {
		float:left;
	}

		#header a {
			color:white;
			background:#153168;
			display:block;
			padding:6px 14px;
		}

		#header a:hover {
			background:#4578dc;
		}



/* MAIN CONTENT STYLES */

#main-content {
	padding-top:73px;
}

.home .tagline {
	font:italic normal 36px/42px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:white;
	padding:16px 36px 38px;
}

	.tagline a {
		color:white;
	}

.main-search {
	padding-left:85px;
}

.cat-num, .store-brand {
	background:#3a76ef;
	width:328px;
	height:86px;
	float:left;
	margin-right:22px;
	padding:16px;
}

	.cat-num input {
		width:282px;
		font:normal 24px/32px Arial;
		margin:16px 0 0 20px
	}

	.store-brand label {
		float:left;
		margin-right:16px;
		padding:16px;
		width:106px;
	}

		.store-brand .argos {
			background:url(../images/argos-main-search.png) 37px 10px no-repeat;
		}

		.store-brand .ikea {
			background:url(../images/ikea-main-search.png) 37px 5px no-repeat;
			width:120px;
		}

.main-search p, .main-search label {
	color:white;
	display:block;
	font:bold small-caps 18px/24px Arial;
}

.sbmt {
	clear:both;
	margin-right:90px;
	text-align:center;
	padding-top:25px;
}

	.sbmt input {
		width:131px;
		height:36px;
		background:url(../images/compare-main-btn.png) 0 0 no-repeat;
		text-indent:-9999in;
		cursor:pointer;
	}


/* DIFFERENCES */

#differences {
	margin-top:50px;
}

#differences h2 {
	font:bold small-caps 18px/24px Arial;
	color:#173674;
	padding-bottom:12px;
}

#differences table {
	width:100%;
}

#differences th, #differences td {
	padding:8px;
	border-bottom:1px solid #dce1f1
}

	#differences th {
		font:bold small-caps 12px/18px Arial;
		vertical-align:middle;
		background:#cfd8e8;
	}

.argos-diff, .ikea-diff {
	float:left;
	width:446px;
}

	.argos-diff {
		margin-right:16px;
	}

/* FOOTER */

#footer {
	clear:both;
	text-align:center;
	padding:24px 0;
}

/* STYLES FOR RESULTS PAGE
.................................................................................*/

.results {
	background:url(../images/header-back.png) 0 0 repeat-x;
}

#header form {
	position:absolute;
	top:10px;
	left:300px;
	width:300px;
	height:40px;
}

	#partNumber {
		font:normal 14px Arial;
		width:200px;
		padding:4px 2px;
		margin-top:8px;
		margin-right:8px;
	}

	#submit {
		width:88px;
		height:24px;
		background:url(../images/results-search-btn.png) 0 0 no-repeat;
		text-indent:-9999em;
		cursor:pointer;
	}

.results h1 {
	font:bold 18px/36px Arial;
}

.searched {
	color:#666;
}

	.searched strong {
		font-weight:bold;
	}

.main-cols {

}

.all {
	width:25%;
}

.narrow {
	width:15%;
}

td, th {
	padding:4px 10px;
	border-bottom:1px solid white;
}

table .hd {
	font-weight:bold;
	font-variant:small-caps;
	background:#c7d7f4;
}

table .product-image {
	padding-right:20px;
}

table .prices {
	background:#fdfcbf;
}

.google-ad {
	height:80px;
	margin:36px auto 16px;
	text-align:center;
	width:728px;
}
