/* CSS Document */


body {
	background-image: url(images/small_background.gif);
}

#wrapper {
	width: 580px;
	background-color: #FFFFFF;
}
#navigation {
	background-color: #FFFFFF;

}
ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 2px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #666666}
ul#minitabs a#current{border-color: #CCCCCC;color: #333333}
ul#minitabs a:hover{border-color: #933137;color: #666}

#footer{
	text-align: center;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/* highside */
.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 10px;
	background-color: white;
	color: #333333;
}
.highslide-captiontext {
	border: thin dashed #666666;
	padding: 4px;
	background-color: #FFFFCC;
}

#Shipping {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-image: none;
	list-style-type: none;
	border: thin solid #333333;
	width: 400px;
	background-color: #FFFFCC;
}
#mainText {
	padding-left: 10px;
}
.shippingPrice {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#mainText a {
	color: #333333;
}
#footer a {
	color: #333333;
}


.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

img.floatTL {
float: left;
margin-right: 1em;
margin-bottom: 1em;
/*margin-top: 1em; */
}
.imageDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 3px;
}
.evenTableColor {
	background-color: #FFFFEA;
}
.Header_Table {
	font-weight: bold;
	background-color: #666666;
}
