body {
  color: black;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
  font-size: 0.8em;
  text-align: center;
  background-color: white;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: underline;
  color: black;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, p, hr, ul, li, form {
  margin: 0px;
  padding: 0px;
}

input {
  width: 220px;
}

input.submit {
  float: right;
  margin-right: 32px;
  border: 1px solid black;
  color: white;
  background-color: silver;
  width: 150px;
}

textarea {
  width: 320px;
  height: 15.5em;
}

.center {
  text-align: center;
}

#container {
  text-align: left;
  width: 736px;
  margin: 0px auto;
}

/*** HEADER ***/

#header {
  text-align: center;
}

/*** MAIN MENU ***/

#main_menu ul {
  list-style-type: none;
  padding: 20px 0px;
}

#main_menu a.selected {
  font-weight: bold;
}

/*** CONTENT ***/

#content {
  clear: both;
  width: 100%;
}

#content h1 {
  font-size: 1.3em;
  padding: 15px 0px;
}

#content #main {
  float: left;
  width: 55%;
  margin-right: 20px;
}

#content table {
  padding: 0px;
  margin: 10px 0px;
  font-size: 0.92em;
}

#content table th {
  padding: 3px;
}

#content table td {
  border-bottom: 1px solid black;
  padding: 2px;
}

#content #gallery {
  text-align: center;
  float: left;
  width: 40%;
}

#content #gallery a img {
  margin: 3px;
  border: 2px solid silver;
}

#content #gallery #colors a img {
  border: none;
}

#content #gallery h2 {
  text-align: left;
  font-size: 1.1em;
  color: black;
}

#single .error, #single .success {
  display: none;
}

#menu_bottom {
  clear: both;
  padding: 20px 0px;
  height: 1%;
}

#menu_bottom ul {
  list-style-type: none;
  font-size: 12px;
  margin: 0px;
}

#spacer {
  clear: both;
  height: 1px;
  overflow: hidden;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 0.85em;
}

/*** SLIMBOX ***/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/sb_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/sb_nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/sb_closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

