@charset "UTF-8";
/* CSS Document */
.submit_btn     {
	color: #FFF;
	background-color: #182C2D;
	margin-top: 10px;
	border: thin solid #38A4C8;
	margin-left: 10px;
}
#Optional_Tool_Pockets {
	float: left;
}
#check_examples {
	float: right;
	margin-top: 3px;
}
#box_light {
	background-color: #284A4D;
	padding-right: 5px;
	padding-left: 5px;
}
#checkbox_text {
	margin-left: 25px;
	margin-bottom: 5px;
	width: 500px;
}
#box_dark {
	background-color: #1C3435;
	padding-right: 5px;
	padding-left: 5px;
}
blockquote {
	margin-top: 1px;
	margin-bottom: 0px;
	font-size: small;
	padding-bottom: 0px;
}
#form_pocketbelts select {
	background-color: #FFFFFF;
}
.smalltext {
	font-size: 0.75em;
	color: #999;
}
.indent {
	padding-left: 70px;
	color: #00A2E7;
	padding-top: 0px;
}
.body {
	font-family:"Lucida Sans", "Lucida Sans Unicode", sans-serif;
	background-color: #000;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#form {
	margin-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
	width: 577px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
.img_tspace {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
fieldset {
	background-color: #182C2D;
	padding-right: 15px;
	padding-left: 15px;
	color: #CCC;
	font-family:"Lucida Sans", "Lucida Sans Unicode", sans-serif;
	width: 546px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
h3 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #00A2E7;
	text-transform: capitalize;
}
.border {
	border: 2px solid #4998B6;
}
#state {
	width: 300px;
	float: right;
}
h6  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	color: #999;
}
table {
}
td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004F55;
	border-right-color: #004F55;
	border-bottom-color: #004F55;
	border-left-color: #004F55;
}
#waist  {
	width: 370px;
	float: right;
}
h5  {
	padding: 0px;
	color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #00A2E7;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff;
	padding: 5px;
	left: -1000px;
	border: 2px solid #00A2E7;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.floatright {
	float: right;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}.floatleft {
	float: left;
	border: thin solid #4998B6;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
}

