body {
	background-image: url(images/template_01.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	padding-top: 10px;
	padding-left:10px;
}

h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left:10px;
}

h3 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 8px;
}

.alphacube_buttons input    {
  	width:40%;
  }
  
#textalign{
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
} 

#textalign table{
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
} 

#img_thumnail  img {
	border: 1px solid #EBEBEB;
	padding: 3px;
	height: 120px;
	width: 100px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#img_thumnail img:hover {
	border: 1px solid #009EEA;
}

#name a{
	font-family: Arial;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	text-align: center;
	background-position: center center;
	margin-bottom: 10px;
	font-weight: bold;
}
#name a:hover{
	text-decoration: underline;
}
.caption {
	border: 1px solid #EBEBEB;
	margin: 5px;
	padding: 3px;
}

#content {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	margin-top: 20px;
}

#content ul{ list-style:none;}
#content li{}
#content table {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	margin-top: 20px;
}

#footer {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	float: right;
}

#otherProd{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0C9D7;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-color: #dfebf1;
	padding-top: 5px;
	padding-left: 5px;
}