@charset "utf-8";
/* CSS Document */

#selectProduct{
position: relative;
top: 200px;
width: 196px;
height: auto;
background-color:#ffffff;
left: 560px;
}
#ProductImage{
position: relative;
width: 194px;
top: -19px;
left: 350px;
border:thin;
border-bottom-color:#000000;
}
#ProductImageLarge{
position: absolute;
top: 140px;
left: 0px;
border:thin;
border-bottom-color:#000000;
}
#ProductImageLargeB{
position: absolute;
top: 15px;
left: 0px;
border:thin;
border-bottom-color:#000000;
}
#Buttons{
clear:both;
text-align: left;
width: 450px;
position: relative;
top: -11px;
left: 350px;
border:thin;
border-bottom-color:#000000;
}
.MD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	width: 188px;
}
.Pt {background: url(Images/site/ProductSelectBorder.gif) 0 0 repeat-x; width: 100%; height:100%;}
.Pb {background: url(Images/site/ProductSelectBorder.gif) 0 100% repeat-x; height: 100%; width:100%;}
.Pl {background: url(Images/site/ProductSelectBorder.gif) 0 0 repeat-y;  width: 100%; height: 100%;}
.Pr {background: url(Images/site/ProductSelectBorder.gif) 100% 0 repeat-y; height: 100%;  width: 100%;}


