/* appStyle - don't change any names*/
#gallerysouter {
	background-color: #f1f1f1;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#thumbsheader {
	background-color: Fuchsia;
	padding: 0 0 0 10px;
}

.thumbs {
	border: 1px solid #e9e9e9;
	padding: 4px;
	margin: 4px;
	float: left;
	background-color: #fdfdfd;
}

.thumbsurl {
	border: 2px solid #4e4e4e;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 3px;
}

a.thumbslink:link .thumbsimg {
	border: solid 10px Blue;
	background-color: Yellow;
}

a.thumbslink:visited .thumbsimg {
	border: solid 10px Blue;
	background-color: Black;
}

a.thumbslink:hover .thumbsimg {
	border: solid 10px Yellow;
	background-color: Aqua;
}

.thumbsimg {
	padding: 10px;
	margin-bottom: -3px;
}

.thumbsdet {
	border: 2px solid #4e4e4e;
	font-size: 10px;
	padding: 2px;
}

#thumbsfooter {
	clear: both;
	background-color: Fuchsia;
}

#thumbsbarleft {
	float: left;
	border: solid 0px Yellow;
}

#thumbsbarright {
	float: right;
	border: solid 0px Yellow;
}

#thumbsbarmain {
	margin-left: 150px;
	margin-right: 100px;
	border: solid 0px Yellow;
}

#thumbsvote{
	margin-left: 0px;
	padding: 0px 3px 0px 3px;
	background-color: aqua;
}

.thumbsvoteunit{
	margin-left: 10px;
	cursor: pointer;
}

#thumbsback{
	cursor: pointer;
}

#thumbsnavigation {
	margin: 0px 0px 0px 0px;
	padding: 1px;
	float: left;
	text-align: center;
	background-color: #fff;
	line-height: 4px;
	list-style: none;
}

#thumbsnavigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#thumbsnavigation a{
	display: block;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 4px 4px 6px 4px;
	border: 1px solid #353535;
	background-color: #fff;
	text-align: center;
	width: 25px;
}

#thumbsnavigation p{
	display: block;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 4px 4px 6px 4px;
	border: 1px solid #353535;
	background-color: #fff;
	text-align: center;
	width: 25px;
}

#thumbsnavigation a:hover {
	background-color: #eee;
	border: 1px solid #353535;
}

#shoptopdiv{
	display: inline;
	visibility: hidden;
	float: right;
	clear: right;
	border: solid  #767676 1px;
}

#shopouter{
	background-color: #333333;
	border: 0px solid gray;
	padding: 5px 10px 10px 10px;
	/*	width: auto;*/
	margin: 0px 0% 0px 0%;
}

.shopimggallery{
	background: #666666;
	float: left;
	margin: 10px 10px 10px 20px;
	padding: 10px;
}

a:link .shopimg {
	border: solid 1px #cccccc;
	background-color: Black;
}

a:visited .shopimg {
	border: solid 1px #cccccc;
	background-color: Black;
}

a:hover .shopimg {
	border: 1px ridge #ffcc00;
	background-color: Black;
}

img .shopimg {
	padding: 1px;
}

.shopimgbutdiv{
	background-color: transparent;
	border: 1px none #767676;
	color: #999999;
	cursor: pointer;
	margin-top: 5px;
	min-height: 20px;
}

#shopbutdiv{
	margin-left: 10px;
}

.shopbutlist{
	background-color: transparent;
	color: #f1f1f1;
	border: none;
	cursor: pointer;
	height: 18px;
}

.listchoice{
	background-color: inherit;
	color: white;
}

.listcolor1{
	background-color: #333333;
	margin-bottom: 2px;
}

.listcolor2{
	background: black;
}

.forummsg1{
	background-color: #707070;
}

.forummsg2{
	background-color: #f7f7f7;
}
