/*
 * 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: #ffffff url(http://dealdrop.co.uk/images/1231774156.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;
	}

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

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


#content {
	background-color: #000;
}


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

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

#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: pink;
}

#menu {
	background-color: #333;
}

#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 5px 40px;
	}
	
.pagination {
	background-color: #555;
	border-style: solid;
	border-color: orange;
	border-width: 1px;
}

#footer a:hover {
  color: pink;
}
