#topBox {
	width:570px; 
	height:auto; 
	background-image:url(images/top-corner.jpg); 
	background-position:top right; 
	background-repeat:no-repeat;
}

#breadCrumbs {
	width:524px;
	padding:5px 0;
	margin:10px 23px;
	font-size:10px;
	color:RGB(101,101,101);
	border-bottom:1px dotted RGB(210,210,210);
	border-top:1px dotted RGB(210,210,210);
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}

#breadCrumbs a {
	margin:auto 2px;
}

#breadCrumbs .here {
	color:#222; 
	font-weight:bold;
}

#productTitle {
	width:auto; 
	height:auto; 
	margin:10px 23px; 
	padding:3px; 
	background-color:RGB(245,245,245); 
	border:1px solid RGB(210,210,210); 
	text-align:center;
}

#productTitle h1 {
	margin:0;
}

#productInfo {
	width:524px;
	margin:5px 23px;
	padding:0;
	overflow:hidden;
	font-size:12px;
}

#productInfo .left {
	width:257px;
	height:auto;
	overflow:hidden;
	float:left;
}

#productInfo .left a {
	display:block;
	width:255px;
	height:200px;
	border:1px solid RGB(51,102,204);
	overflow:hidden;
}

#productInfo .left a:hover {
	border-color:#936;
}

#productInfo .left a img {
	border:none;
}

#productInfo .right {
	width:257px;
	height:auto;
	overflow:hidden;
	float:right;
}

#productInfo .right table {
	width:257px;
	height:auto;
	border:none;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

#productInfo .right table tr {
	border-bottom:1px solid RGB(220,220,220);
}

#productInfo .right table td.var {
	width:110px;
	height:auto;
	font-weight:bold;
	padding:3px;
}

#productInfo .right table td.val {
	width:142px;
	height:auto;
	padding:3px 0;
}

#productInfo .right table td.label {
	width:110px;
	height:auto;
	font-weight:bold;
	padding:5px 3px;
}

#productInfo .right table td.field {
	width:142px;
	height:auto;
	padding:5px 0;
}

#productInfo .right .quoteBTN {
	margin:10px 0 5px 0;
	height:32px;
	background-image:url(images/getInstantQuote.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#productInfo .right table.blue tr {
	border-color:RGB(194,215,239);
}

#productDescription {
	width:520px; 
	height:auto; 
	margin:10px auto;
}

#productDescription .descriptionTitle {
	font-weight:bold;
	margin-bottom:0;
}

#productGallery {
	width:520px; 
	height:auto; 
	padding:3px; 
	margin:10px auto; 
	border:1px solid RGB(210,210,210); 
	border-left:none; 
	border-right:none;
}

#productGallery ul {
	list-style:none; 
	margin:0; 
	padding:0;
}

#productGallery ul li {
	float:left; 
	border:1px solid RGB(51,102,204); 
	padding:2px; 
	margin-right:3px;
	margin-bottom:3px;
}

#productGallery ul li a {
	display:block; 
	width:100px; 
	height:61px; 
	overflow:hidden;
	background-repeat:no-repeat;
}
