/* @override http://localhost:4567/stylesheets/main.css */

/* 
	Beatles Remastered
	By B. F. B. Emson Esq.
*/

html {
	height: 100%;
}

body {
	background-color: #f0efef;
	color: black;
	font-family: Georgia, Times New Roman, Serif;
	height: 100%;
}

h1.logo {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	width: 950px;
	height: 323px;
	background: white url("../images/beatles-remastered-logo.jpg") no-repeat; 
}

h1, h2 {
	color: #454545;
	font-family: Georgia, Times New Roman, Serif;
	line-height: 1.2em;
	margin-bottom: 0.45em;
}

h2 {
	font-size: 2.5em;
}

a, a:link, a:link:after, a:visited:after {
	color: #74ACD1;
	text-decoration: none;
}

a:hover {
	color: #5fa024;
	text-decoration: underline;
}

/* Menu */

#menu {
	padding: 0;
	margin: 0;
	position: relative;
	top: -48px;
	float: right;
	font-size: 1.2em;
}

#menu a, #menu a:link, #menu a:link:after, #menu a:visited:after {
	color: white;
	text-decoration: none;
}

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

ul#menu li {
	padding-right: 40px;
	display: inline;
}

.active {
	color: #5fa024;
}

/* Page */

#wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	/* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	/* 12px */
	font-size: 1.2em;
	background-color: #fffbf0;
 	color: #454545;
 	border-left: 1px solid #c7c4bd;
 	border-right: 1px solid #c7c4bd;
 	border-bottom: 1px solid #c7c4bd;
}

.region {
	color: #454545;	font-size: 0.7em;
	/*border-bottom: 1px solid #c7c4bd;*/
}

.title {
	color: #5fa024;
}

.lead {
	/* 24px*/
 	font-size: 1.7em;
}

.email {
	text-transform: lowercase;
}

.listing {
	padding: 20px 10px 10px 10px;
	/*border: 1px solid #5fa024;*/
	background-color: #e3e0d7;
	border: 1px solid #c7c4bd;
	color: #454545;
}



.odd-list {
	margin: 0;
	padding: 0;
	background-color: #e3e0d7;
	border: 1px solid #c7c4bd;
	color: #454545;
}

.verticle ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.policy {
	background-color: #edf2f3;
	font-size: 0.8em;
	list-style: inside;
}

.actioncall ul {;
	margin: 0;
}

.actionbutton a .buying {
	margin-left: 20px;
}

.verticle li.row {
	padding: 30px 0;
}

.listing ul {
	margin: 0;
	list-style: none;
}

.horizontal li {
	display: inline-table;
	padding-bottom: 20px;
	width: 33.3%;
	float: left;
}

.horizontal dl {
	padding: 0;
	margin: 0;
}

.horizontal dt, .horizontal dd {
	margin:0 30px;
}

.product dl {
	margin: 0 15px;
}

.product dd, .product dt {
	text-align: center;
	margin: 0;
}



.cell-item {
	margin-right: 25px;
	width: 30%;
	display: inline-table;
}

.buying {
	font-size: 0.8em;
}

.price {
	display: inline;
	font-size: 1.4em;
	color: #99050c;
}

.pad {
	padding-left: 30px;
}

.smallprice {
	font-size: 0.8em;
	color: #99050c;
}

.linkExt {
	color: red;
}


a.linkExt, a.linkExt:link, a.linkExt:link:after, a.linkExt:visited:after {
	color: red;
	text-decoration: none;
}

.comparisons {
	float:left;
	margin-right:10px;
	width: 610px;
}

.comparisons a:hover, .region a:hover, .actioncall a:hover {
	text-decoration: none;
}


/* Table */

.comparisons table {
	border-collapse: collapse;
	border: 1px solid #c7c4bd;
}

.comparisons td {
	background-color: white;
	border-bottom: 1px solid #c7c4bd;
}

.comparisonsaction {
	width: 100%;
}

.comparisonsaction table {
	border: none;
}

.comparisonsaction td {
	background-color: #fffbf0;
}


.best td {
	/*border: 1px solid #c7c4bd;*/
	background-color: #fffbf0;
}

.badge {
	margin-left: 10px;
}

.button {
	margin-top: 25px;
}

/* Images */

.enhance {
	border: 1px solid #c7c4bd;
}

/* Footer */

.push {
	height: 4em;


/* .push must be the same height as .footer */
}

#footer {
	font-size: 0.8em;
	height: 4em;
/* .push must be the same height as .footer */
	padding: 80px;
	text-align: center;
}



