﻿body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000;
}
body {
	background-color:#fff;
	font-size:1em;
	*font-size:0.9em;
	line-height:119%;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	min-width:1020px;
	position: relative;
	top: 0px;
	left: 0px;
}

#header {
	background-image:url(/sites/shopping/I/BGheader.png);
	height:112px;
}
#headerlogo {
	margin:0;padding:0;
	background-image:url(/sites/shopping/I/GRheader.png);
	width:826px;
	height:112px;
}

#content {
	width:100%;
	padding-bottom:50px;   /* Height of the footer*/
	margin-top:0; 
	margin-left:auto;
	margin-right:auto;
}

#content h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#ccc;
}

#contentnav {
	text-indent:10px;
	width:100%;
	margin:0;padding:0;
	text-align:left;
	background-color:#000;
	border-bottom:5px solid #373737;
	color:#fff;
	position:relative;
	z-index:10;
	height:1.8em;
}

#contentnav a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.6em;
	color:#fff;
	text-decoration:none;
}

#contentnav a:hover {
	text-decoration:underline;
}

#nav {
	font-size:1.3em;
	position:absolute;
	top:-5px;
	right:0;
	text-align:right;
	margin:0;padding:0;
	margin-right:10px;
}

#nav a{
	text-decoration:none;
	color:#666;
	background-color:#FFF;
	margin:0;
	padding:10px 5px 5px 5px;
	line-height:250%;
}
#nav a.current{
	color:#0696e9;
}

#nav a:hover{
	text-decoration:underline;
}

#right {
	margin-top:-19px;
	*margin-top:0;
	margin-left:15em;
	padding:0;
	background: #eaeaea;

}

#splash-shopping {
	width:100%;
	height:206px;
	margin-top:-42px;
	margin-bottom:0;
	position:relative;
	z-index:1;
}


#sidenav {
	float:left;
	left:0;
	width:15em;
}

#sidehead{
	text-align: center;
	background-color:#cce9ea;
	color:#00b2bd;
	font-size:1.8em;
	letter-spacing:-1pt;
	line-height:150%;
	height:1.2em;
	padding-bottom:10px;
	padding-right:5px;
}
#menu {
	font-size:1.2em;
	width:100%;
	min-height:400px;
	background-image:url(/sites/shopping/I/BGnavshadow.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#menu li.menu_item {
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(/sites/shopping/I/GRplus.png);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-type:none;
	/*text-indent:15px;
	*text-indent:0;*/
	padding-left:15px;
	*text-indent:-15px;
	margin-left:5px;
}

#menu li.menu_item a
{
	color:#000;
	text-decoration:none;
}
#menu li.menu_item a:hover
{
	color:#000;
	text-decoration:underline;
}

.formcontent {
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	font-size:0.7em;
	width:100%;
	padding-left:15px;
}

.formcontent input, .formcontent select {
	border:1px solid #f0b8b8;
	background-color:#dd5e5e;
	font-size:small;
}

.formcontent input, .formcontent select {
	width:150px;
	color:#310033;
}

.formcontent label {
	clear: left;
	display: block;
	float: left;
	margin-right:15px;
	text-align:left;
	font-weight:normal;
	color:#fff;
}

.required {
	color:#310033;
	font-weight:bold;
}

.clear {
  clear: both;        /* below longest column */
  margin: 0;
  padding: 0;
  height: 1px;
  margin-top:-1px;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
   background:#000;
}
#footercontent {
	margin:0 auto 0 auto;
	text-align:right;
	padding:5px;
	color:#fff;
	font-size:x-small;
	width:95%;
}

#footercontent a {
	color:#CCCCCC;
}
#footercontent a:visited {
	color:#999999;
}
.bodytext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:180%;
	font-weight:500;
}

#topmovies, #topmusic, #topbooks, #content .nodecontent  {
	width:100%;
	display:block;
	float:left;
}

#topmovies li.toplist, #topmusic li.toplist, #topbooks li.toplist, #content .nodecontent li.toplist {
	list-style-type:none;
	display:block;
	float:left;
	width:30%;
	padding:5px 15px;
	height:125px;
	min-width:272px;
}

#topmovies h2, #topmusic h2, #topbooks h2, #content .nodecontent h2  {
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:-1pt;
	color:#005e61;
	padding:0 5px;
	margin: 20px auto 20px auto;
}

#topmovies li img, #topmusic li img, #topbooks li img,  #content .nodecontent li img {
	border:1px solid #000;
	margin:10px;
}

#topmovies, #content .top {
	background-color:#9bf4f7;
}
#topmusic, #content .new  {
	background-color:#c0fafc;
}
#topbooks {
	background-color:#d9fbfc;
}

.uplvl
{
	text-align:center; background-color:#000; color:#FFF; height:26px;
}
.uplvl a
{
	color:#FFF; text-decoration:none;
}


