/*
 * The main style.css can be found in the theme folder.
 *
 * Use this file to override the default styles (both this and the main style.css are 
 * loaded when a page is viewed).
 */

#header { 
	color: #000000;
	background: #000022 url(http://dealdrop.co.uk/images/1231948891.jpg) repeat;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: none;
	text-align: center; 
	margin: 0px auto 0px;
	padding: 30px 0px 20px 0px;
}

#header h1 a, #header h1 a:visited {
	color: white;
	display: inline;
	padding: 0px 10px 0x 10px;
}

#header h3 {
	color: yellow;
}


body {
	background-color: #000022;
	color: #ccc;
}

a, a:visited, a:hover {
	color: white;
}


#content {
	background-color: #000022;
}


#footer {
	border-style: solid;
	border-width: 1px;
	border-color: #eee black black black;
	background-color: black;
	color: #ccc;
}

#content ul li a, #content ul li a:visited {
	color: #eee;
}

#content ul li a:hover {
	color: white;
}

table.pricebox {
	width: 100%;
	border-width: 4px;
	border-style: solid;
	border-color: orange;
	border-collapse: collapse;
	background-color: white;
	font-size: 100%;
	color: black;
}

table.pricebox th {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.pricebox td {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

table.pricebox a, table.pricebox a:visited, table.pricebox a:hover {
	color: brown;
}

#pricebox h2 {
	color: orange;
	font-size: 20px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: none;
	margin: 0px;
	line-height: 110%;
	}
	
#pricebox h2 a  {
	color: orange;
	text-decoration: underline;

	}

#pricebox h2 a:hover {
	color: orange;
	text-decoration: underline;
	}


a.readmore, a:visited.readmore {
	text-decoration: underline;
	color: #777;
	font-weight: stronger;
}

.price a, .price a:visited {
	color: brown;
	font-size: 120%;
	text-decoration: none;
}

.price a:hover {
	color: blue;
}

#l_sidebar a, #l_sidebar a:visited {
	color: #eee;
}

#menu {
	background-color: #004;
}

#menu_list {
	
}

#l_sidebar ul li {
	list-style: none;
	background:url(http://dealdrop.co.uk/images/1231849204.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 0px 25px 40px;
	height: 20px
	}
	
.pagination {
	background-color: #555;
	border-style: solid;
	border-color: orange;
	border-width: 1px;
}

.category_blurb {
margin-top: 1em;
}

.pagination {
	background-color: #004;
}

#footer a:hover {
  color: orange;
}
