/* CSS Document */

/*#downloadsBox
{
	float: left;
	width: 530px;
	height: 65px;
	background-image: url(../../images/bkground_downloads.jpg);
	background-repeat: repeat-x;
	margin: 3px 0 0 10px;
}
#downloadsBox p
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	color: #fff;
	padding: 5px 0 0 10px;
	margin-right: 50px;
}*/

#productImg
{
	float: left;
	width: 530px;
	height: 180px;
	margin: 0 0 0 10px;
}

/*Specification dropdowns*/
#spec *
{
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
}
#spec dt
{
	width: 520px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#spec dd
{
	width: 520px;
	margin: 0 0 0 10px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	border-bottom: 1px #FFF solid;
}
#spec dd a
{
	background-image: url(../../images/bkground_dropdown.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 1px 0 1px 10px;
}

#spec dd a:hover
{
	background-image: url(../../images/bkground_maximise.jpg);
	background-repeat: no-repeat;
}
#spec dd li a
{
	background-image: none;
	margin-left: 0;
	padding-left: 0px;
	border-left: none;
}
#spec dd li a:hover
{
	background-image: none;
}

#spec ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 520px;
	padding-left: 30px;
}
#spec ul li
{
	float: left;
	width: 300px;
	font-size: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: -20px;
}
br
{
	clear: left;
}
/*#spec ul li.left
{
	text-align: right;
	width: 150px;
	padding-right: 25px;
}*/
#spec ul li.left
{
	text-align: right;
	width: 184px;
	margin-left: -20px;
	padding-right: 25px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

#spec li
{
	margin: 0px;
	padding: 0;
}
#spec dd ul, #spec dd.under ul
{
	display: none;
}

#spec dd.over ul
{
	display: block;
}
#spec dd.over a
{
	background-image: url(../../images/bkground_dropdown.jpg);
}
#spec dd.over a:hover
{
	background-image: url(../../images/bkground_minimise.jpg);
	margin: 0;
}
#spec dd.over li a
{
	background-image: none;
}
#spec dd.over li a:hover
{
	background-image: none;
}

#rightColumnThrow
{
	float: inherit;
	width: 330px;
	height: 260px;
	padding: 0;
	margin: 0;
	background-image: url(../../images/img_throwDistanceCalculator.jpg);
	background-repeat: no-repeat; /*background-color:Red;*/
}
/*
#rightColumnThrow h2
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #3ea8d4;
	font-weight: normal;
	padding: 10px 20px 0 0;
	text-align: right;
}
*/
.labelPointer
{
	cursor: pointer;
	color: #00b6df;
}

.spanTextCalculator
{
	font-size: 13px;
	font-family: Trebuchet MS;
	padding: 0 10px 0px 0px;
	color: Gray;
}

.specH1
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color: #333;
	font-weight: normal;
	padding: 10px 0 0 20px;
	padding-bottom: 0;
}

dl dd a
{
	cursor: pointer;
}

