/*** Global Settings ****/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin : 0;
	padding : 0;
	color:Black;
	background: Gainsboro;
	/*  Javier Stars Here */
	background-image:url(../images/Stars2.jpg);
	background-repeat:repeat;
}

/**** Layout ****/

#outer-container {
	margin : 0 auto;
	width : 796px;
}

#wrapper {
	margin : 0;
	width : 776px;
	background-color:GhostWhite;
}

#header {
	margin:0;
	background-color: Black;
	height:130px;
	background-image:url('/images/Stars.gif');
}

#nav {
	padding: 0px;
	margin: 0px;
	padding-right:20px;
	background-color: GhostWhite;
	text-align:right;
	width:730px;
	padding-left:10px;
	margin-left:10px;
}

#toc {
	width:100%;
	float: right;
	margin: 0px;
	padding: 5px;
	padding-right:15px;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	background:GhostWhite;
}

#toc ul {
	color: Red;
	text-align: right;
	padding-top:10px;
}

#toc li {
	display: inline;
	list-style: none;
	border:1px solid Red;
	padding:5px;
	text-decoration:none;
}

#toc a {
	text-decoration:none;
	color:Black;
}

#toc a:hover  {
	background-color:Red;
	color:GhostWhite;
}

#toc li:hover  {
	background-color:Red;
	color:GhostWhite;
}

#toc li:visited {
	background-color:Red;
	color:GhostWhite;
}

#dropmenudiv {
	position:absolute;
	margin: 0;
	margin-top:7px;
	margin-left: -6px;
	padding: 0;
	border: solid 1px Red;
	border-bottom: none;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	line-height:18px;
	color: Red;
	background-color: GhostWhite;
	z-index:100;
	width:730px;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	color: Black;
	text-decoration: none;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px Red;
}

#dropmenudiv a:visited {
	width: 100%;
	display: block;
	background-color:GhostWhite;
	color:Black;
	text-decoration: none;
}

#dropmenudiv a:hover {
	background-color:Red;
	color:GhostWhite;
}

.p-shadow {
  width: 90%;
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.p-shadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
}

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}

#main-content {
	margin:20px;
	margin-top:0px;
	margin-bottom:10px;
	min-height:420px;
}

#box-holder {
	margin: auto;
}

#box-shadow {
	padding: 0;
	margin: 0;
	width : 235px;
	margin-right:10px;
	margin-bottom:10px;
	float: left;
	background:url('/images/shadow.gif') no-repeat right bottom;
	min-height:208px;
}

#box {
	position:relative;
	width : 226px;
	margin: 0;
	background-colour:GhostWhite;
	border:1px solid #e80002;
	padding:0px;
	min-height:199px;
}

#box img {
	padding: 0;
	margin: 0px;
	border:0;
	cursor:pointer;
	width:100%;
}

#left-column {
	width: 490px;
	float: left;
	background:GhostWhite;
	min-height:400px;
}

#rcs {
	padding: 0;
	margin: 0;
	width : 210px;
	margin-right:10px;
	float : right;
	background:url('/images/shadow.gif') no-repeat right bottom;
	min-height:428px;
}

#right-column {
	position:relative;
	width : 181px;
	margin: 0;
	background-colour:GhostWhite;
	border:1px solid #e80002;
	padding:10px;
	min-height:400px;
}

#clearb {
	clear:both;
	height:6px;
}

#footer {
	height: 15px;
	background: Black;
	padding-top:7px;
	padding-right: 25px;
	padding-bottom:10px;
	clear : both;
	text-align:right;
	color:Red;
	font-size:12px;
}

#footer a {
	text-decoration:none;
	color:Red;
}

#footer a:hover {
	text-decoration:none;
	color:GhostWhite;
}

#footer a:visited {
	text-decoration:none;
	color:Red;
}

/***** Text Varieties *****/

h1 {
	color:Black;
	padding-bottom:10px;
	border-bottom : 1px solid Red;
	text-shadow:#999999;
}

h2 {
	color:Black;
	padding-bottom:10px;
	border-bottom : 1px solid Red;
	text-shadow:#999999;
}

h3 {
	color:Black;
	padding-bottom:10px;
	border-bottom : 1px solid Red;
}

h4 {
	background-color: Black;
	color: GhostWhite;
	margin: 0;
	padding: 0;
	padding-bottom:3px;
	padding-left:10px;
	border-bottom : 1px solid Red;
	font-size: 14px;
}


p { margin : 0;padding : 0;}

/*********************************** Listings *************************************************/

#listings {
	margin-left: 5px;
	background-color:#f8bf24;
	max-width:1000px;
	min-width:600px;
}

#listings table {
	padding:0px;
	/* cellpadding: 1px; */
}

#listings td {
	font-size:10px;
	font-weight:normal;
	color:black;
}

#listings .header {
	width: 85%;
	padding: 3px;
	padding-left: 10px;
	color: #880808;
	background-color: Gray;
	border: solid 1px Black;
	font-weight: bold;
	font-size: 125%;
	height:16px;
}

#listings .listpic {
	width:15%;
	text-align:right;
	margin:0px;
	padding:0px;
	margin-right:5px;
	padding-right:5px;
}

#listings .listtxt {
	margin-left: 10px;
	margin-right: 5%;
	padding:5px;
    color: Black;
}

hr {
	color: Red;
}

/**********************************    Forms Control *****************************************/

form {
	margin: 0px;
	padding: 3px;
}

form.search {
	padding: 5px;
	margin: 0px;
}

fieldset {
	background-image: none;
	padding: 5px;
	margin-bottom:20px;
	border: 1px solid Red;
	color: Black;
}

LEGEND {
	font-size: 12px;
	padding: 8px;
	font-weight: bold;
	margin-bottom:10px;
	border: 1px solid Red;
	color: Red;
	background-color: Black;
}

LABEL {
	PADDING-TOP: 0px;
	PADDING-RIGHT: 1em;
	PADDING-LEFT: 1em;
	PADDING-BOTTOM: 0px;
	FLOAT: left;
 	WIDTH: 80px;
	TEXT-ALIGN: right;
	vertical-align: baseline;
	color: Grey;
}

select {
	background-image: none;
	FONT-SIZE: 11px;
	color: #2e1d87;
	margin:3px;
	padding: 3px;
	margin-left: 0.3em;
	width:20%;
}

textarea {
	padding: 0.5em;
	margin: 0.5em;
}

text {
	padding: 0.5em;
	margin: 0.5em;
}

input {
	margin: 3px;
	font-size:11px;
	padding:3px;
	text-align: left;
	width:200px;
	border: 1px dashed Red;
	color: Black;
	background-color: LightGrey;
}

.cssfocus {
	border: 1px solid Red;
	color: Black;
	background-color: GhostWhite;
}

.cssunfocus {
	border: 1px dashed Red;
	color: Black;
	background-color: LightGrey;
}

.btn {
	font-size: 10px;
	text-decoration: none;
	color: Black;
	margin-top:10px;
	padding: 3px;

	background-color: #LightGrey;

	border-top: solid Red 1px;
	border-left: solid Red 1px;
	border-right: solid Gray 2px;
	border-bottom: solid Gray 2px;

	width: auto;
	cursor:pointer;
}

.btn:hover {
	background: Black;
	color: Red;
}

input.btn, input.submit, input.reset {
	font-size: 10px;
	text-decoration: none;
	color: Black;
	margin-top:10px;
	padding: 3px;

	background-color: #LightGrey;

	border-top: solid Red 1px;
	border-left: solid Red 1px;
	border-right: solid Gray 2px;
	border-bottom: solid Gray 2px;

	width: auto;
	cursor:pointer;
}

input.btn:hover, input.submit:hover, input.reset:hover {
	background: Black;
	color: Red;
}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.5em !important;
}

.lwidth {
	font-size: 10px;
	text-align:right;
	width:15%;
	float:left;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

.boxes {
	border: 1px solid Red;
	color: Black;
	background-color: GhostWhite;
}

.prompt {
	FONT-SIZE: 11px;
	color : Gray;
}

.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.errormsg {
	color: Maroon;
	font-size: 12px;
	font-weight:bold;
	margin-left:110px;
}

.mediumtext {
	font-size:11px;
	color:Black;
	
}

.largetext {
	font-size:14px;
	color:Red;
	
}

.catalogueprint {
	width:20px;
}

/****************************** Shoping Cart *********************************/

.nopentry {
	margin: 3px;
	font-size:11px;
	padding:3px;
	text-align: left;
	width:20px;
	border: 1px solid Red;
	color: Black;
	background-color: GhostWhite;
}

.nopentry td {
	width:20px;
}

