#products_info_image {
	float: left;
	width: 230px;
	text-align: center;
	margin-top: 20px;
}

#products_info_detail {
	float: right;
	width: 380px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 20px;
}

#products_info_image img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#products_info_detail h1 {
	font-size: 18px;
	color: #85C041;
	font-weight: bold;
	padding-bottom:6px;
	line-height: 1.2em;
}

#products_info_detail dl {
	border-bottom: 1px solid #CCCCCC;
}

#products_info_detail dt {
	float: left;
	width: 136px;
	color: #000000;
	font-weight: bold;
	padding: 5px 0 5px 24px;
	background-image: url(/images/design/detail_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	border-top: 1px solid #CCCCCC;
}

#products_info_detail dd {
	margin-left: 160px;
	padding: 5px 0;
	color: #666666;
	border-top: 1px solid #CCCCCC;
}

#products_info_description {
	clear: both;
	margin-top: 30px;
	width: 613px;
	overflow: hidden;
}

.shadetabs{
padding: 3px 0;
margin-left: 15;
margin-top: 1px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#Tbody_listing .shadetabs li{
display: inline;
margin: 0;
}

#Tbody_listing .shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/design/shade.gif) top left repeat-x;
}

#Tbody_listing .shadetabs li a:visited{
color: #2d2b2b;
}

#Tbody_listing .shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

#Tbody_listing .shadetabs li.selected{
position: relative;
top: 1px;
}

#Tbody_listing .shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/design/shadeactive.gif);
border-bottom-color: white;
}

#Tbody_listing .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#Tbody_listing .contentstyle{
	width: 95%;
	margin-bottom: 1em;
	padding: 10px;
	color: #666666;
	border-top: 1px solid gray;
}
