@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: rgb(185,171,145);
    font-size: medium;
}

#allcontent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: thin solid gray;
	padding-top: 10px;
	height:auto !important; /*all browsers except ie6 will respect the !important flag  */
    min-height:768px; 
    height:768px;/*Should have the same value as the min height above*/  
}

h1 {
	font-size: 120%;
	color: #333333;
	text-align:center;
}

h2 {
	font-size: 120%;
	color: #333333;
	text-align: center;
}

h3 {
	font-size: 120%;
	color: rgb(47,59,150);
	text-align: left;
}

h4 {
	font-size: 120%;
	text-align: left;
}

h5 {
	font-size: 120%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header {
	text-align: left;
	height: 60px;
	padding-top: 0px;
	padding-bottom: 10px;
}

#indexcolumn {
	
}

#indexcolumn img {
	padding-right: 5px;
}

#nav {
	padding: 5px 5px 0px 5px;
	border-top: thin solid gray;
	font-size: large;
}
#nav a {
	padding-left: 5px;
}

#navfunctions {
	float: right;
	padding-right: 5px;
}

.table {
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: auto;
	width: 100%;	
}

#topics table {
	width: 100%;
}

.thumb {
	text-align: center;
	padding-bottom: 50px;
	border: thin dotted gray;
	width: 160px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	overflow: hidden;
}

.thumbsmall {
	text-align: left;
	padding-bottom: 25px;
}

#whatsnew, #edit, #buy, #productdetail {
	padding-left: 25px;
	padding-right: 50px;
	padding-top: 10px;
	border: none;
	background-color: white;
}

#login {
	background-color: white;
	width: 250px;
	border: thin solid gray;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#loginpage {
	height: 400px;
}

#index, #topics, #store, #custom, #about, #subscribe, #contact, #privacy, #tou, #display {
	border: none;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: auto;
	margin-left: auto;
}

#store, #index, #custom, #about, #subscribe, #contact, #display, #topic {
	padding-top: 20px;
}

#videos, #media, #topics, #buy, #login {
	text-align: center;
}

.photodesc {
	text-align: left;
}

#description {
	text-align: justify;
	width: 600px;
}

#cart {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	width: 900px;
}

#cart table {
	width: 100%;
}

#products {
	background-color: #FFFFFF;
	float: right;
	padding: 0px 5px 5px 5px;
	border: thin dotted gray;
	margin-left: 0px;
	margin-bottom: 10px;
}

#productdetail {
	width: 600px;
	border: thin dotted gray;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#index, #about, #privacy, #tou, #whatsnew, #contact, #questions, #subscribe, #edit {
	text-align: left;
}

#medialist {
	padding: 0px 15px 0px 15px;
	text-align: left;
	width: 800px;
}

#topiclist, #posts, #storelist {
	padding: 0px 25px 15px 0px;
	margin-left: 0px;
	margin-bottom: 4px;
	text-align: left;
	width: 600px;
}

#topic {
	margin-left: 25px;
	margin-right: 25px;
}

#photolist {
	padding: 0px 25px 15px 0px;
}

/*<#storelist {
	padding: 0px 25px 15px 20px;
	margin-bottom: 4px;
	text-align: left;
	width: 500px;
	border: thin dotted grey;
}*/

.bottomborder {

}

#indexproducts {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
	width: 175px;
	border: thin dotted gray;
}

#topicsidebar, #categoriessidebar {
	float: right;
	width: 175px;
	margin-right: 10px;
	text-align: left;
	margin-left: 25px;
}

#indexsidebar {
	float: right;
	width: 260px;
	text-align: left;
	margin-left: 25px;
}

#topicproducts, #topicphotos, #categories {
	background-color: #FFFFFF;
	width: 175px;
	border-top: thin dotted grey;
	text-align: left;
}

#storeabout {
	float: right;
	width: 260px;
	text-align: left;
	margin-left: 25px;
}

#videodesc {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 4px;
	margin-bottom: 4px;
	width: 175px;
	border: thin dotted gray;
	font-size: 75%;
	text-align: left;
}

#slideshows {
	margin-left: 500px;
	padding: 0px 5px 5px 5px;
	border: thin dotted gray;
	float: right;
	width: 400px;
}

.product {
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
}

.prodthumb {
	vertical-align: top;
	//padding-right: 20px;
	width: 150px;
}

.topicprodthumb {
	vertical-align: top;
	float: left;
	padding-right: 10px;
	width: 100px;
}

.productdesc {
	padding-left: 5px;
	padding-top: 10px;
	font-size: 80%;
	clear: both;
}

#productprice {
	padding-left: 5px;
	padding-top: 10px;	
}

.addtocart {
	padding: 5px 5px 5px 0px;
}

.cartitem {
	background-color: #FFFFCC;
	text-align: right;
	border: thin solid gray;
}

.itemprice {
	text-align: right;
}

.itemremove {
	text-align: center;
	font-size: 75%;
	width: 50px;
}

.smalltext {
	font-size: 75%;
}

.largetext {
	text-align: left;
	font-size: 120%;
}

#questions {
	clear: right;
}

#media {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
	z-index: 100;
}

#mediacenter {
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#media2 {
	margin-top: 10px;
	/*padding: 0px 25px 15px 0px;
	margin-left: 25px;
	margin-bottom: 4px;
	margin-right: 25px;
	width: 425px;
	text-align: justify;*/
}

#subscribe {
	line-height: 2em;
}

/*td, th {
	 text-align: left;
	 vertical-align: top;
	 padding: 10px;
	 border: none;
}*/

.thumbnail {
	width: 150px;
}

.thumbnailsmall {
	width: 150px;
	height: 109px;
}

#footer {
	text-align: center;
	clear: both;
	padding: 10px;
	
}

#footer a {
	padding-left: 5px;
	padding-right: 5px;
}

#subscribe img {
	padding-right: 10px;
	padding-left: 10px;
}

a:link { color:#333333 }

a:visited { color:#333333 }

a:active { color:#663399 }

a:hover { color:#009933 }

a img {
	border: none;
}

.plainlink {
	text-decoration: none;
}

.style1 {
	font-size: medium;
	font-family: "Trebuchet MS";
}

.Lists {
	font-family: "Trebuchet MS";
	font-size: large;
}

.SubHeader {
	font-family: "Trebuchet MS";
	font-size: x-large;
}

.question {
	font-weight: bold;
	text-align: left;
}

.feedback {
	padding-bottom: 25px;
	text-align: center;
}

.postthumb {
	padding-top: 10px;
	float: left;
	width: 250px;
	padding-right: 20px;
}

.postimg {
	width: 250px;
}

.postdesc {
	padding-top: 10px;
	text-align: left;
	padding-left: 270px;
}

#posts td {
	border-bottom: thin dotted gray;
	padding: 5px;
}

.title {
	font-size: 120%;
	color: black;
	text-align: left;
}

/*#index td {
	border-bottom: thin dotted gray;
	padding: 5px;
}*/

#medialist td {
	border-top: thin dotted gray;
	padding: 5px;
}

/*#index table {
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: auto;
	width: 100%;
}*/

.date {
	font-size: 75%;
	text-align: left;
}	

#selectPopup {
	position: absolute; 
	width: 800px; 
	height: 600px; 
	display: none; 
	background: #ddd; 
	border: 1px solid #000; 
	right: 0px; 
	top: 500px;
	overflow: scroll;
	z-index: 100;
}

#topiccomment {
	display:none;
	background: #fff; 
	border: none;
	overflow: auto;
	margin: 5px 25px 5px 5px;
	padding: 5px;
	clear: both;
}

#txtcomment {
	width: 480px;
	height: 175px;
}

#unique {
	padding: 0 20px 0 20px; width: 198px; 
}
#unique.checked {
	background: url("/images/checkgreen.png");
	background-repeat: no-repeat;
}
#unique.error {
	background: url("/images/xred.png");
	background-repeat: no-repeat;
}

#iPanel {
	margin-top: 25px;
	/*position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;*/
	text-align: center;
	width: 600px;
	height: 400px;
}

#mPanel {
	/*position: absolute;
	top: 300px;
	left: 0px;
	z-index: 60;
	padding: 5px;
	background-color:white;
	width:400px;
	height:240px;
	padding-left: 50px;
	padding-right: 50px;*/
	margin-top: 5px;
	height: 200px;
	overflow: auto;
	border: thin dotted gray;
	padding: 0px 5px 0px 5px;;
}

.show {
	/*position: absolute;
	top: 300px;
	left: 0px;
	z-index: 60;*/
}

.hide {
	display:none;
}

#controls {
	width: 600px;
	margin-top: 25px;
}

#controlsleft {
	padding-top: 3px;
	float:left;
}

#controlsright {
	padding-top: 3px;
	float: right;
}

#mediashow {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	margin-top: 25px;
}

#mediaholder {
	/*position: relative;
	top: 0px;
	left: 0px;*/
}

#flash {
	/*display: none;*/
}

#thumbpanel {
	margin-left: 30px;
	margin-right: 30px;
}

.thumbselect {
	border: 3px solid #009933;
}

.thumbnoselect {
	border: 3px solid white;
}

.photothumb {
	text-align: center;
	padding-bottom: 50px;
	border: thin solid gray;
	width: 250px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
}

#buttons {
	position: absolute;
	width: 600px; 
	height: 400px;
	border: thin solid gray;
	filter:alpha(opacity=20);
  	/* CSS3 standard */
  	opacity:0.2;
  	background-color: red;
	left: 0px;
	top: 0px; 
}

#meter {
	background-color: white;
	width: 100px;
	border: thin solid gray;
	margin-left: 50px;
}

#metermark {
	background-color: grey;
	width: 50px;
}

.active {
	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
}

.inactive {
	/* for IE */
  	filter:alpha(opacity=20);
  	/* CSS3 standard */
  	opacity:0.2;
}

.error {
	/*background-image: url('/images/warning.gif');*/
	border: thin solid red;
}

.tip {
	background-color: white;
	padding: 5px;
	z-index: 100;
	border: thin solid gray;
	border-radius: 3px;
	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
}

.button {
	z-index: 95;
}

.clickButton {
	z-index: 80;
}

#controlPanel {
	width: 600px;
}

#xmlPane {
	width: 600px;
	padding: 5px;
}

.flashPanel {
	z-index: 75;
	background-color: red;
	height: 400px;
	width: 600px;
}

.composite {
	z-index: 70;
	background-color: blue;
	height: 400px;
	width: 600px;
}

.paddedlink {
	padding-left: 5px;
	padding-right: 20px;
	vertical-align: top;
	cursor:pointer;
}

#flvshow {
	margin-top: 20px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.boldunder {
	padding-top: 25px;
	text-align: left;
	border-bottom: thin solid gray;
	font-size: large;
}

.floatright {
	float: right;
}

.commentheader {
	background-color: #FFFFCC;
}

.hiddenmsg {
	padding-left: 25px;
	display:none;
}

#map {
	border: none;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

#interactive {
	border: none;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

#topicbrowser {
	background-color: #ffffff;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

#topicbrowsertitle {
	color: white;
}

.selected {
	color: white;
	background-color: #009933;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
}

.sample {
	width: 180px;
	margin: 10px 25px 10px 0px;
	filter:alpha(opacity=40);
  	/* CSS3 standard */
  	opacity:.4;	
}

.hover {
	width: 180px;
	margin: 10px 25px 10px 0px;
	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1;	
}

.hoveroff {
	width: 180px;
	margin: 10px 25px 10px 0px;
	filter:alpha(opacity=40);
  	/* CSS3 standard */
  	opacity:.4;	
}

.carticon {
	vertical-align: middle;
}

#storelist td {
	border-bottom: thin dotted gray;
	padding: 5px;
	vertical-align: top;
}

.cartthumb {
	padding: 5px 5px 0px 5px;
	height: 25px;
	vertical-align: middle;
}

.producttitle {
	font-size: 100%;
	font-weight: bold;
}

.productprice {
	font-weight: bold;
}

.storethumb {
	margin-top: 20px;
}

.storeitemtext {
}

.gwt-PopupPanel {
  border: 3px solid #C3D9FF;
  padding: 3px;
  background: white;
}
