/*a.orderButton {font-size:12px; background:url(images/button_normal.gif) no-repeat;}*/
a.wideButton {font-size:12px; background:url(images/button_wide.gif) no-repeat;}


a.orderButton {
  	color: #000;
 	font-weight: bold;
 	font-family: Tahoma, Verdana, Arial, sans-serif;
  	font-size: 12px;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
        width:80px;
        display:block;
  	background:url(images/button_normal.gif) no-repeat #fff;
  	padding: 3px 0px 3px 0px;
  	white-space: nowrap;
  	height:21px;
}


a.wideButton {
  	color: #000;
 	font-weight: bold;
 	font-family: Tahoma, Verdana, Arial, sans-serif;
  	font-size: 12px;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
        width:130px;
        display:block;
  	background:url(images/button_wide.gif) no-repeat #fff;
  	padding: 3px 0px 3px 0px;
  	white-space: nowrap;
  	height:21px;
}

input.qtyfield {
border:none;
width:17px;
font-weight:bold;
}





#slider {
  width: 620px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 250px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: #FFFFFF;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
}


.pinfoTable a {display:block;}
.pinfoSectionTable-row a {display:block;}
tr.trclick a {display:block;}