/* polytoneDescription vertical window - 490 pixels wide */
#polytoneDescriptionsWindow{
	margin:0px;
	padding:0px;
	width:490px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:none;
}

.polytoneDescriptions_vert_490px_top {
   width: 490px;
   height: 30px;
   background: url(img/windows/polytoneDescriptions_490px_top.jpg) no-repeat;
}

.polytoneDescriptions_vert_490px_left {
   width: 8px;
   height: 100%;
   vertical-align: top;
   background: url(img/windows/polytoneDescriptions_middle_left.jpg) repeat-y;
}

.polytoneDescriptions_vert_490px_right {
   vertical-align: top;
   width: 8px;
   height: 100%;
   background: url(img/windows/polytoneDescriptions_middle_right.jpg) repeat-y;
}

.polytoneDescriptions_vert_490px_middle {
	padding: 10px 0px 10px 0px;
	position:relative;
	vertical-align: top;
    width: 474px;
	background-color:#202020;
	overflow:hidden;
/*	height:118px;
	background:url(img/windows/polytoneDescriptions_middle.jpg) repeat-x left bottom;*/
}

.polytoneDescriptions_vert_490px_bottom {
   width: 490px;
   height: 26px;
   background: url(img/windows/polytoneDescriptions_490px_bottom.jpg) no-repeat;
}

/* End of polytoneDescription vertical 490px */

/* Categories window inner html */
.polytoneDescriptions{
	width:476px;   /* Must be set for ie to handle overflow:hidden.... example(474/4 columns = 118.5 pixels.. 119*4 = 476) */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.polytoneDescriptions div{
	width:25%;
	float:left;
	clear:none;
	text-align:center;
	background-color:#202020;
}

.polytoneDescriptions a{
	text-decoration: none;
	margin-top:0px;	
}
.polytoneDescriptions a:link{
	color:#FFFFFF;
}
.polytoneDescriptions a:visited{
	color:#FFFFFF;
}
.polytoneDescriptions a:hover{
	color:#00FF00;
}
.polytoneDescriptions a:active{
	color:#FFFFFF;
}
.polytoneDescriptions h3{
	margin:0px;
	padding:10px 0px 0px 20px;
	color:#FFFFFF;
	font-size:14px;
}
.polytoneDescriptions strong{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#FFFFFF;
	font-style:italic;
}
.polytoneDescriptions p{
	margin:0px 0px 0px 15px;
	padding:0px;
	color:#FFFFFF;
}
/* End Categories Window inner html*/

