
/* Begin Main Structure */

body {
  background: #666666;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0;
  font: normal 10px Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover, a:active {
  color: #CC0000;
  text-decoration: none;
}

a.linkRandom:link, a.linkRandom:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.linkRandom:hover, a.linkRandom:active {
  color: #0000FF;
  text-decoration: none;
}
a.greenwhite:link, a.greenwhite:visited {
	color:#66CC66;
	text-decoration: none;
	}
a.greenwhite:hover, a.greenwhite:active {
	color:#FFFFFF;
	text-decoration: none;
	}

p { font-size: 12px; }

h3 {
  color:#999933;
  margin: 0px;
  padding: 0px;
}

ul {  
margin-left: 0;
padding: 0px;}

li { list-style: inside; list-style-type: square;}

.star { font-size: 10px; }

.copyright { font-size: 10px; }

.links {
  font-size: 12px;
  color: #FF6633;
  text-decoration: none;
}

.thumbnail {
  float: left;
  height: 135px;
  background-color: #CCCCCC;
  margin: 0 15px 15px 0;
  padding: 10px;
}

.thumbnail a, .thumbnail a:visited, .thumbnail a:active {
  color: #000000;
  font-size: 10px;
  width: 100px;
  display: block;
}

.thumbnail a:hover {
  color: #FF9900;
}

.thumbnail img {
  margin-bottom: 4px;
  border: 1px solid #000;
}

.thumbnail2 {
  width: 400px;
  border: 1px solid #ccc;
  padding: 4px;
}

.thumbnail2 img { border: none; }

.thumbnail3 {
  float: left;
  height: 165px;
  background-color: #CCCCCC;
  margin: 0 15px 15px 0;
  padding: 10px;
}

.thumbnail3 a, .thumbnail3 a:visited, .thumbnail3 a:active {
  color: #000000;
  font-size: 10px;
  width: 100px;
  display: block;
  text-align: left;
}

.thumbnail3 a:hover {
  color: #FF9900;
}

.thumbnail3 img {
  margin-bottom: 4px;
  border: 1px solid #000;
}

#product_info {
width: 500px;
}

.clearboth { clear: both; }

#products {
  margin: 0px auto;
  text-align: justify;
  padding-right: 8px;
}

#products h3 {
  font-weight: bold;
  color: #FFFFFF;
  background: #999933;
  padding: 4px;
  width: 100%;
  display:block;
}

img { border: none; }

#order_form{
    width: 400px;
}
#order_form label{
	margin-right: 10px;
	font-weight: bold;
    width: 100px;
    display:block;
    float:left;
    text-align:right;
}

#order_form .check{
  margin-right: 10px;
  font-weight: bold;
  width: 20px;
  text-align: left;
}

#order_form p{
	padding: 0;
	margin-bottom: 10px;
}
#order_form input{
	padding: 2px;
    width: 260px;
}
