body
{
	background-color: #cbe2e3;
	margin: 0px;
	padding: 0px;
}

.Picker
{
	width: 350px;
	height: 300px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background-color:e6f0f1;
}


#Lock
{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    border:8px solid black;
}

.ProductImageHolder
{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 98px;
	height: 61px;
	border: 1px solid #005967;
	cursor: pointer;
	cursor: hand;
}

html>body .ProductImageHolder
{
	height: 60px;
}

.ProductItemSpacer
{
	font-size: 0px;
	width: 10px;
	height: 6px;
}

html>body .ProductItemSpacer
{
	height: 0px;
}

.ProductNameHolder
{
	position: relative;
	float: left;
	top: 0px;
	left: 9px;
	width: 230px;
	height: 62px;
	border: 1px solid #FFFFFF;
	margin-bottom: 6px;
}

html>body .ProductNameHolder
{
	height: 60px;
}

.ProductTitle
{
	font-family: georgia;
	font-size: 14px;
	color: #005967;
	font-weight: bold;
	letter-spacing: 1pt;
}

.ProductName1
{
	font-family: georgia;
	font-size: 12px;
	color: #005967;
	font-weight: bold;
	letter-spacing: 1pt;
}

.ProductName2
{
	font-family: georgia;
	font-size: 12px;
	color: #66b3c7;
	font-weight: bold;
	letter-spacing: 1pt;
}


