/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(images/banburybanner2.jpg) repeat-x top left;
	font-size: 14px;
	color: #2b2b2b;
}

body, th, td, select, option {
	font-weight: normal;
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #4a4a4a;
}

h1 {
	letter-spacing: -1px;
	font-size: 22px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 160%;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px;
	margin: 15px;
}

li {
	margin-bottom: 8px;
}

img {
	border-style: none;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #333bf5;
}

a:hover {
	text-decoration: none;
	color: gray;
}

/* Header */

#header {
	background-image: url(images/banburybanner.jpg);
	background-repeat: no-repeat;
	width: 890px;
	height: 190px;
	margin: 0px auto;
}

/* Logo */

/* Menu */

#menu {
	float: right;
}

#menu ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 93px;
	margin: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	color: #ececec;
	font-style: normal;
	font-weight: normal;
	text-shadow: 0px 0px;
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: none;
	font-size: 16px;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 540px;
}

.post {
	padding-left: 10px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-top: 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}

.checkout {
	padding-left: 10px;
	padding-right: 10px;
	background: url(images/checkout_background.jpg) no-repeat top left;
}

.player_bg {
	font-size: smaller;
	padding-left: 10px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-top: 10px;
	background: url(images/player_bg.jpg) no-repeat top left;
}

.title {
	text-transform: none;
	margin: 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}

.byline {
	font-weight: bold;
	margin: 0;
	color: #b68400;
}

.bylineprice {
	font-weight: bold;
	margin: 0;
	color: #14901b;
}

.price {
	margin-top: 10px;
	font-weight: bold;
	float: none;
	color: #82ff68;
}
.addtocart {
	float: none;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 290px;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style-type: none;
}

#sidebar li ul {
	list-style-type: none;
	padding: 15px 0;
}

#sidebar li li {
	list-style-type: none;
	border-bottom-color: #808080;
	padding-left: 20px;
	border-bottom: 1px dotted;
}

#sidebar h2 {
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 5px;
	list-style-type: none;
	margin: 0;
	background: no-repeat;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */


#footer {
	color: white;
	clear: both;
	margin: 0px;
	height: 80px;
	background: black;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: white;
}

.tillwrapper {
	height: 80px;
	padding-top: 2px;
	background-repeat: no-repeat;
	padding-left: 5px;
	background-image: url(images/till_bg.jpg);
}

.till {
	line-height: 16px;
	font-size: 12px;
	color: #c3c3c3;
	float: left;
	width: 300px;
}
.till2 {
	margin-top: 5px;
	float: left;
	width: 200px;
}
#twitter_update_list {
	font-size: 10px;
}
.redborder {
	background-color: #dedede;
	padding: 5px;
	border-color: #5e5e5e;
	border-style: solid;
	border-width: 1px;
}

