html {height:100%}

body {
font-family: Verdana, Arial, Sans-serif;
font-size: 12px;
color:#000;
margin-left:7px;
min-height:100.1%
}

a:link{ 
	text-decoration:none;
	color:#2E9AFE;
}

a:visited {
	text-decoration:none;
	color:#2E9AFE;
}
a:hover {
	text-decoration:underline;
	color:#2E9AFE;
}
a:active {
	text-decoration:none;
	color:#2E9AFE;
}

#header_container {
	width:100%;
	}
	
#header {
	width:920px; margin:0 auto;
	border-bottom:solid 3px #2E9AFE;
	

	}
	
#footer_container {
	width:100%;
	}
	
#footer {
	width:920px; margin:0 auto;
	border-top:solid 3px #2E9AFE;
	text-align:center;
	}

#selectstore_container {
	width:100%;
	}
	
#selectstore {
	width:920px; margin:0 auto;
	border-bottom:solid 3px #2E9AFE;
	

	}

#doit {

	/* height:65px; */
	color:#000;
	font-size:1.3em;
	/* background-image:url("/images/bg.gif"); */
	text-align:center;
	border:1px #000 solid;
}

.tabs { 
	background: #2E9AFE;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	padding:3px;
	color:#fff;
}

#box_container {
	width:100%;
	}
	
#box {
	width:920px; margin:0 auto;
	color:#000;
	border-bottom:solid 3px #2E9AFE;
	}
	
#main_container {
	width:100%;
	}

#main {
	width:920px; margin:0 auto;
	
	}
	
	
.admin_border {
	border:solid 1px #999;
	padding:15px;
	vertical-align:top;
}

.dashed {
	border-bottom:solid 1px #ccc;
	padding:4px;
	vertical-align:bottom;
	color:#000;
}

h1 {
font-size:1.4em;
display:inline;
color:#2E9AFE;
}


h2 {
	display:inline;
	font-size:1.3em;
	margin-right:6px;
}


.newsletter {
	color:#000;
}


#selectstore {
	color:#000;
}

.letters {
	background:#f1f1f1;
	color:#000;
	text-align:center;
}

.letters, #doit a:link{ 
	text-decoration:none;
	color:#000;
}

.letters, #doit a:visited {
	text-decoration:none;
	color:#000;
}
.letters, #doit a:hover {
	text-decoration:underline;
	color:#000;
}
.letters, #doit a:active {
	text-decoration:none;
	color:#000;
}

.left_panel {
	border-right: solid 1px #2E9AFE;
	padding:5px;
}

.right_panel {
	padding:5px;
}

.newsletter {
	background:#f1f1f1;
	color:#000;
	padding:4px;
}

.tabs a {
	color:#fff;
}
.tabs a:link {
color:#fff;
}	
.tabs a:visited {
color:#fff;
}

.tabs a:hover {
color:#fff;
}

.tabs a:active {
color:#fff;
}

.letters a {
	color:#000;
}

.imgpad {
	padding-right:5px;
}

.showcode {
	border:solid 1px #2E9AFE;
	padding:5px;
}

.small_grey {
	color:#999;
	font-size:0.85em;
}

.showcomments {
	border-top:1px #2E9AFE solid;
	border-left:1px #2E9AFE solid;
	border-right:2px #2E9AFE solid;
	border-bottom:2px #2E9AFE solid;
	background:#f1f1f1;
	color:#000;
	padding:3px;
}

/* Star Rating stuff */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url("/images/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;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url("/images/star.gif");
	line-height: 10px;
	height: 10px;
}

.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #e6102f;
	padding: 8px 8px 4px;
	background: #000;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #000;
}

