/* CSS Document */
#frame{ 
	width:750px;
	height:500px;
	background-color:#02244F;
	border:thick #0565DE solid;
	margin:10px auto 0px auto;
}
#leftCol{	
	width:187.5px;
	height:100%;
	float:left;
	background-color:#FFF;
	border-right:thick #0565DE solid;
}
#leftCol p{ 
	text-align:left;
	font-size:16px;
	font-weight:300;
	padding-left:5px;
	padding-right:5px;
}
#leftCol a{ 
	text-align:center;
	font-size:24px
}
#orderLink{
	width:100%;
	text-align:center;
}
#orderLink a {
	color:#02244F;
	#orderLink a:hover;
}
#orderLink a:hover{
	color:#48CDF5;
}

#productHead{
}
#productHead h1{
	font-size:24px;
	text-align:center;
	font-weight:bold;
}

#rightCol{
	width:74%;
	height:100%;
	float:right;
}
#rightCol a{
	text-decoration:none;
	color:#FFF;
	background-color:#84D0FF;
	text-align:center;
	margin-top:30px
}
#productGroup{
	margin:0px auto 0px auto;
	width:70%;
}

.product{
	width: 180px;
	height: 150px;
	background-color: #84D0FF;
	border-radius:5px;
	margin: 10px 5px 0px 5px;
	position:static;
	display:block;
	float:left;
}
#productPic{ 
	width:165px;
	height:auto;
	margin:5px auto 0px auto;
	postition:relative;
}
#productPrice {
	width: 170px;
	height: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #02244F;
	color:#FFF;
	text-align:center;
	padding-top:5px
}
.specs{
	width:100%;
	color:#FFF;
	text-align:center;
	margin-top:15px;
}