body, select, input {
	padding: 0 2px;
    margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

fieldset {
	border:1px solid #808080;
	padding: 5px 5px 5px 5px;
}

label {
    float: left;
    width: 100px;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.mediaTitle a,
.mediaTitle a:link,
.mediatitle a:visited,
.mediaTitle a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.mediaTitle a:hover {
	color: #666666;
}

.orderTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}
a.orderTitle:link, a.orderTitle:visited {
	color: #999999;
	text-decoration: none;
}
a.orderTitle:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.mediaItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
}
a.mediaItem:link, a.mediaItem:visited {
	font-weight: bold;
	color: #354240;
	text-decoration: underline;
}
a.mediaItem:hover {
	color: #6B6B6B;
	text-decoration: none;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	text-decoration: none;
}

#findButton {
	text-align: center;
	width: 100px;
	height: 24px;
	letter-spacing: 6px;
}

#username {
   padding: 2px 2px 2px 2px; 
   background: #F0F0F0;
   border: 1px solid black;
   width: 120px; 
   float: right; 
   font-weight: bolder; 
   font-size: small;
}

#topMenu
{
    margin-right: 140px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	padding: 2px 2px 2px 2px;
}

#topMenu UL
{
	list-style: none;
    margin: 0;
	padding: 0;
	border: none;
}

#topMenu LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#topMenu A
{
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #DDDDDD;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
}

#topMenu A:hover, #topMenu A:active { background: #BBBBBB; }

#topMenu A.active:link, #topMenu A.active:visited
{
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}

.checkOut {
	margin: 0;
	padding: 1px 2px 1px 2px;
	border: 1px solid #000;
}

.checkOut input {
	letter-spacing: 2px;
}

#comments {
	width: 500px;
}

.commentText {
	border: 1px dotted #000;
	margin: 0;
	padding: 1px 2px 1px 2px;
}

#mediaInfo {
	width: 500px;
}

#mediaInfo UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#mediaInfo LI
{
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
}

.bodyContainer {
    width: 100%;  
    padding: 0; 
    margin: 0;
    clear: both;
}

#container {
  height: auto;
  min-height: 500px;
  border: 1px solid black;
  width: 100%;
  padding: 0;
  margin: 0;
}


/*
 *	Star rating
 */
 
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating
{
	background: url(star.gif) left -1000px repeat-x;
}
.star-rating
{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating
{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus
{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

.star-rating .current-rating-voted
{
	width:0%;
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border:none;
	background-position: left bottom;
	z-index:7;
}

.small-star
{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating,
.small-star .current-rating-voted
{
	background-image: url(images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

#livesearch {
    padding: 3px 1px;
    min-width: 400px;
    z-index: 100;
    background: #FFF;
    overflow: auto;
    position: absolute;
}

#livesearch a {
    display: block;
}
#livesearch a:hover {
    display: block;
    background: #CFF2FE;
    color: #000;
}
