@charset "UTF-8";
/* CSS Document */

#heading {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-image:url(images/heading_bg.jpg);
	background-repeat: repeat-x;
	height: 32px;
	padding-top:8px;
	text-align:center;
	background-color: #fbfbfb;
}

#heading a:link {
	color: #333;
	text-decoration:none;
}

#heading a:hover {
	color: #333;
	text-decoration:underline;
}

#heading a:visited {
	color: #333;
	text-decoration:none;
}

#product_box {
	font-family: Verdana, Geneva, sans-serif;
	width: 280px;
	font-size:12px;
	text-align:left;
	padding: 10px;
	margin: auto;
	line-height: 130%;
}

#product_box a:link {
	line-height:120%;
	color: #C90;
	text-decoration:none;
}
#product_box a:visited {
	line-height:120%;
	color: #C90;
	text-decoration:none;
}
#product_box a:hover {
	color:#666;
	text-decoration: underline;
}

.footer_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#666;
	text-decoration:none;
	width:600px;
	text-align:right;
	margin:auto;
}

.footer_text a:link {
	color:#666;
	text-decoration:none;
}
.footer_text a:visited {
	color:#666;
	text-decoration:none;
}
.footer_text a:hover {
	color:#666;
	text-decoration:underline;
}

#general_box {
	width: 600px;
	margin: auto;
	text-align: justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	line-height:130%;
	padding: 10px;
}

.heading2 {
	margin-left: 0;
	padding-left: 10px;
	width: 551px;
	background-color: white;
	height: 32px;
	padding-top: 0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 10px groove #ccc;
	
}

.shortdescript {
	margin-top: 10px;
	padding-left: 10px;
	width: 260px;
	padding-right: 10px;
	color: #666;
	line-height: 130%;
	text-align: justify;
	
}

.shortdescript a:link {
	line-height:120%;
	color: #0099FF;
	text-decoration:underline;
}
.shortdescript a:visited {
	line-height:120%;
	color: #0099ff;
	text-decoration:underline;
}
.shortdescript a:hover {
	color: #003366;
	text-decoration: underline;
}

.pdtimg {
	float:left;
	clear:left;
	padding-bottom: 5px;
	padding-right: 5px;
}

.pdtstyle {
	margin-left: 0; 
	background-image:url(images/pdtbg.gif); 
	background-repeat:repeat-y; 
	border-right: 10px groove #ccc;
}