﻿*
{
    margin: 0;
    padding: 0;
    }

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	}

a:hover
{
	text-decoration: underline;
	
	}

.Productdetailtable tr td span
{
	float:left;
	}

.Productdetailtable tr td span a img
{
	float: left;
	}

.Productdetailtable tr td div
{
	float: left;
	margin-left: 23px;
	clear: both;
	line-height: 15px;
	}

.Productdetailtable tr td span a span
{
	float: left;
	margin-left: 5px;
	clear: right;
	margin-top: 2px;
	}

.Productdetailtable_divider
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c4c4c4;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
	
.Productdetailtable
{
    width: 98%;
    font-size:12px;
    margin-left: 3px;
    color: #636466;
    margin-top: 3px;
}
.Productdetailtable a
{

	}

.Productdetailtable th
{
	font-family: Arial;
	font-size: 12px;
	color: #309734;
	font-weight: bold;
	}

.Productdetailtable td
{
	font-family: Arial;
	font-size: 12px;
	color: #636466;
}

.Productdetailtable a
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #636466;
	}


.productoverview_html_container
{
	width: 628px;
	height: 185px;
	background-color: White;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}

.productoverview_html_container ul
{
	float: left;
	margin-right: 10px;
	line-height:15pt;
	list-style-type:none;
	}
.productoverview_html_container ul li a
{
	text-decoration: none;
	color: #369b00;
	}

#scrollable {
	float: left;
	width: 613px;
	height: 180px;
	border-top: 1px;
	border-left: 1px;
	overflow: hidden;
}

#scrollable_small {
	float: left;
	width: 152px;
	height: 180px;
	border-top: 1px;
	border-left: 1px;
	overflow: hidden;
}

#wrap {
	float: left;	
	width: 15px;
	height: 180px;
}

#track {
	position: absolute;
	height: 180px;
	background-color: #d1d1d1;
	width: 4px;
	border: 1px solid #a2a1a1; 
	z-index: 1;
}
			
#handle {
	width: 15px;
	height: 20px;
	margin-left: -5px;
	margin-top: -2px;
	cursor: pointer;
	z-index: 2;
}