body {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	background: #000;
	text-align: left;
	font-size: 13px;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background: white;
}

#header {
	height: 169px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#left {
	background: white;
	float: left;
	width: 660px;
	height:auto;
	padding-top:20px;
}

#right {
	background: white;
	float: right;
	width: 300px;
	height:auto;
	padding-top:20px;
}

#content-left {
	float:left;
}

#content-right {
	float:right;
}

#footer {
	color:white;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}

#footer p {
	text-align: center;
}

#right img, #left img {
	margin-left: auto;
	margin-right: auto;
}

#cart {
	border: 1px solid #c9c9c9;
	width: 245px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-top: 10px;
}

#cart h1 {
	display:inline;
	margin-right:10px;
	vertical-align:bottom;
}

#cart-img {
	margin:0px;
	padding: 0px;
	display:inline;
	vertical-align:bottom;
}

.item {
	width: 85%;
	border: 1px solid #FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.item img {
	padding: 0px;
	padding-right: 10px;
	float:left;
}

.item h2 {
	margin:0px;
	margin-top:8px;
	font-size: 13px;
	text-align: left;
	font-style: italic;
}

.item h3 {
	margin: 0px;
	font-size: 13px;
	text-align: left;
	font-style: italic;
	vertical-align: top;
	font-weight: normal;
	display: inline;
}

#featured {
	border: 1px solid #c9c9c9;
	width: 245px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

#featured h1 {
	background: black;
	color:white;
	text-align: center;
	padding: 10px;
	margin:0px;
}

#featured img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#featured p {
	color: black;
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

#advert {
	width: 245px;
	height: 730px;
	margin-left: auto;
	margin-right: auto;	
}

#linklist {
	border: 1px solid #c9c9c9;
	width: 245px;
	padding: 5px 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}

#linklist h1 {
	background: black;
	color:white;
	text-align: center;
	padding: 60px;
	margin: 0px;
	padding: 10px;
}

#linklist ul {
	text-align: left;
	color: black;
	font-weight: bold;
	margin-left: 20px;
}

html>/**/body #linklist ul {
	margin-left: -20px;
}
	
#linklist li {
	text-align: left;
	list-style-type:none;	
}

#linklist a, #linklist a:visited, #linklist a:link {
	color: black;
}

.right-panel {
	border: 1px solid #c9c9c9;
	width: 245px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	margin-bottom: 15px;
}

.right-panel h1 {
	background: black;
	color:white;
	text-align: center;
	padding: 10px;
	margin:0px;
}

.right-panel p {
	color: black;
	font-size: 12px;
	padding: 15px;
	margin: 0px;
	text-align: left;
}

img.close {
	float:right;
	display: inline;
	margin-top:10px;
}

img.checkout {
	display: block;
	margin-top:15px;
	margin-bottom: 8px;
}

iframe {
	border:0px;
	border-radius:10px;
	overflow: hidden;
}

h1 {
	font-size: 14px;
	margin-top: 30px;
	text-align: left;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#right h1 {
	margin-top:0px;
}

p {
	margin: 6px 15px 5px 15px;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
}

ul {
	margin-left: 15px;
}

table {
	margin-left:auto; 
    margin-right:auto;
    width: 90%;
    border: 0px;
    border-collapse: collapse;
}

td {
	padding: 10px;
}

td:first-child {
	width: 20%;
	font-weight: bold;
}

td:last-child {
	width: 80%;
}

#form {
	float: left;
	width: auto;
}

form {
  margin: 0;
  padding: 0;
  width: 660px; 
}

form label { 
	display: block;
	float: left; 
	width: 85px;
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form input, form textarea {
	width: auto;
	margin: 5px 0 0 10px;
	text-align: left;
}

div.box {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;    /* Alan: Added 15px */
	padding-top: 10px;
}

#left div.box {
	width: 95%;
	padding: 0;
	padding-bottom: 20px;
}

div.clear {
	clear: both;
    height: 0;
}

a, a:link {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #692226;
	font-weight: bold;
}

a:visited {
	color:black;
}

a img {
	border: none;
}

ul#navbar, #navbar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:40px;
}

#navbar li {
	float:left;
	width:160px;
	position:relative;
	z-index:1;
}

#navbar li a {
	display:block;
	width:160px;
	line-height:40px;
	text-align:center;
	text-decoration: none;
	color:white;
	font-style: normal;
	font-size: 13px;
	background: url("../images/gradient-black.png");
	background-size: 100% 100%;
}

#navbar li a.current {
	font-weight: bold;
	background: url("../images/gradient-red.png");
}

#navbar li a.current:hover {
	text-decoration: none;
	background: url("../images/gradient-red.png");
	background-size: 100% 100%;
}

#navbar li a:hover {
	color: white;
	background: url("../images/gradient-red.png");
	background-size: 100% 100%;
}

#top-bar {
	text-align:center;
	margin-top: 25px;
	padding: 15px;
	font-size: 15px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

#top-bar a {
	color: black;
}

#top-bar a:visited {
	color: black;
}

#top-bar a:hover {
	color: #692226;
}

div.botright{
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 25px;
    text-decoration: none;
    width:75px;
    height:75px;
    background: url("../images/gradient-red.png");
	background-size: 100% 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
}

div.botright a {
	line-height: 75px;
	text-decoration: none;
}

div.botright p {
	text-align: center;
	color:white;
	padding-top:20px;
	margin:0px;
	font-style: italic;
	font-weight: bold;
}

div.bottom-bar {
	margin-top: 10px;
	margin-bottom: 15px;
}

div.bottom-bar a {
	color: white;
}

div.bottom-bar a:visited
{
	color: white;text-decoration:none;
}

div.bottom-bar a:hover
{
	color: #c92222;text-decoration:underline;
}