/* CSS Document */

/* COLORS */

/* Bright Blue - #009DCA / Light Blue - #7DBCDB / Bright Green - #91AF28 / Light Green - #C0DC63 / Bright Red - #BB2B47 / Light Red - #E07A8E / Bright Orange - #F7A81C */

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(/images/span_store.jpg) top left repeat-x;
	background-color:#009DCA;
}

/* //////////////  START Layout DIV's //////////// */

div#container {
	position:relative;
	width:770px;
	/*height:100%;*/
	margin:0px auto;
	padding:0px;
	text-align:center;
	background:url(/images/span_container_store.jpg) top center repeat-y;
	background-color:#009DCA;
	overflow:auto;
	border:0px solid #990000;
}

div#top {
	postion:relative;
	width:770px;
	height:150px;
	margin:0px;
	padding:0px;
	background:url(/images/top_store.jpg) top left no-repeat;
	background-color:#ffffff;
}

div#header {
	position:relative;
	width:770px;
	height:151px;
	margin:0px;
	padding:0px;
	background:url(/images/header_store.jpg) top left no-repeat;
	background-color:#ffffff;
}

div#main_content {
	position:relative;
	width:744px;
	/*height:200px;*/
	margin:0px auto;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	border:0px solid #000000;
	overflow:auto;
	background:url(/images/main_content_store.jpg) top center repeat-y;
}

div#left {
	float:left;
	width:530px;
	margin:0px;
	padding:9px;
	background-color:#ffffff;
	font-family:verdana;
	font-size:8pt;
	color:#777777;
	text-align:left;
	border:0px solid #000000;
}

div#right {
	float:right;
	width:177px;
	margin:0px;
	padding:5px 6px 5px 8px;
	text-align:left;
	border:0px solid #990000;
}

div#footer {
	position:relative;
	width:770px;
	height:85px;
	margin:0px;
	padding:0px;
	background:url(/images/footer_store.jpg) top left no-repeat;
	background-color:#009DCA;
}

div#cart {
	float:left;
	width:170px;
	/*height:100px;*/
	margin:20px 0px 0px 0px;
	padding:0px;
	background-color:#eff6fc;
}

/* ////////////// END Layout DIV's /////////////// */



/* ////////////// START Navigation /////////////// */

div#right ul {
	float:right;
	margin:0px;
	padding:0px;
	margin-right:3px;
	padding-right:6px;
	list-style-image:url(/images/bullet.jpg);
	/*list-style-position: inside;*/
	/*list-style-type:none;*/
	border:0px solid #ff0000;
}

div#right li {
	margin:0px;
	padding:0px;
	height:23px;
	width:150px;
	border-bottom:1px solid #bcbcbc;
}

div#right a {
	margin:-2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:verdana;
	font-size:9pt;
	color:#555555;
	text-decoration:none;
}

div#right a:hover {
	color:#009DCA;
}

div#footer ul {	
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	list-style-type:none;
}

div#footer li {
	display:inline;
	padding:0px 5px 0px 5px;
	margin:0px;
	font-family:verdana;
	font-size:8pt;
	color:#ffffff;
}

div#footer a {
	font-family:verdana;
	font-size:8pt;
	color:#ffffff;
}

div#footer a:hover {
	color:#333333;
}

div#top ul {
	list-style-type:none;
	margin:0px;
	padding:60px 25px 0px 0px;
	border:0px solid #000000;
	overflow:auto;
}

div#top li {
	float:right;
	color:#009DCA;
	/*display:inline;*/
	margin:0px;
	padding:0px 3px 0px 3px;
}

div#top a {
	font-family:verdana;
	font-size:8pt;
	color:#009DCA;
	font-weight:bold;
	text-decoration:none;
}

div#top a:hover {
	text-decoration:underline;
}
	

/* /////////////// END Navigation ///////////////// */



/* /////////////// START Styles /////////////////// */

h1 {
	font-family:Verdana;
	font-size:16pt;
	font-weight:normal;
	color:#009DCA;
	margin-top:1px;
}

h2 {
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#666666;
	margin-top:1px;
}

h3 {
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#7DBCDB;
	margin-top:1px;
	margin-bottom:-3px;
}

h4 {
	font-family:Verdana;
	font-size:10pt;
	font-weight:normal;
	color:#333333;
	width:100%;
	border-bottom:1px solid #999999;
}

p {
	font-family:verdana;
	font-size:8pt;
	color:#777777;
	text-align:left;
}	

div#main_content a {
	color:#333333;
}

div#main_content a:hover {
	color:#009DCA;
}

/* //////////////// END Styles ////////////////// */



/* /////////////// START Classes ///////////////// */

.right {
	float:right;
}

.left {
	float:left;
}

.infoBox {
  background: #7DBCDB;
}

.infoBoxContents {
  background: #eff6fc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxCategory2  {
	border:0px solid #333333;
}

.spantest {
	background-color:#ff0000;
	width:170px;
}

.product_border {
	border:2px solid #009DCA;
}

.category img {
	border:2px solid #009DCA;
}

.listingTable .listingTableimg img {
	border:1px solid #555555;
}

.listingTable .listingTableimg img:hover {
	border:1px solid #009DCA;
}

/* //////////////// END Classes /////////////////// */



/* ///////////////// START Testing //////////////// */

/* ///////////////// END Testing /////////////////// */




/* END CSS Document */
