div#product-details { border-right: 1px solid #a9a8a4; }

div#product-details .main {
	float: left;
	width: 405px;
	padding: 30px 0 0 30px;
	text-align: justify;
}

div#product-details .main p {
	font-size: 14px;
	color: #535249;
	line-height: 17px;
	margin: 0 0 15px 0;
}

div#product-details .main ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 30px 0;
}

div#product-details .main ul li {
	background: url(../img/white/list-arrow.gif) no-repeat left center;
	padding: 0 0px 0 20px;
}

div#product-details .main ul li a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #535249;
	line-height: 22px;
}

div#product-details .main ul li a:hover {
	border-bottom: 1px solid #535249
}

div.images {
	float: right;
	width: 462px;
}

div.images .bigimage {
	margin:  0 0 10px 0;
}

div.images .thumbs a {
	margin: 0 10px 0 0;
}

div.images .info  {
	font-size: 12px;
	color: #aca7a1;
	background: url(../img/white/magnifier.gif) no-repeat left center;
	padding: 2px 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

div#other-products { background: url(../img/other-prod-bg.gif) repeat-x left top; border-top: 1px solid #a9a8a4 }

#other-products .nav { width: 200px; float: left; padding: 28px 0 0 30px;}
#other-products .nav h3 { margin: 0 0 80px 0;}
#other-products .nav a { border: 1px solid #a9a8a4; text-decoration: none; margin: 0; position: relative;  color: #aca7a1; font-size: 13px; letter-spacing: 1px;}
#other-products .nav a:hover { text-decoration: underline; color: #535249;}

#other-products .nav a.back { padding: 6px 55px 6px 10px; background: url(../img/prev-arrow.gif) no-repeat 85px center;}
#other-products .nav a.more { padding: 6px 10px 6px 55px; background: url(../img/next-arrow.gif) no-repeat 5px center;}

div#other-prod ul {
	list-style-type: none;
	padding: 30px 0 0 0;
	margin: 0;
	float: right;
}

div#other-prod ul li { 
	padding: 0 30px 30px 0;
	float: left; 
	width: 191px
}

div#other-prod ul li a { 
	display: block; 
	width: 191px; 
	text-decoration: none 
}

div#other-prod ul li a .name { 
	display: block;  
	background: #aca7a1 url(../img/white/corner.gif) no-repeat 176px 30px; 
	padding: 5px; 
	color: #fff; 
	font-weight: bold; 
	font-size: 15px;
}

div#other-prod ul li a.blue:hover .name { 
	background: #4db3d0 url(../img/blue/corner.gif) no-repeat 176px 30px; 
}

div#other-prod ul li a.green:hover .name { 
	background: #a0cf67 url(../img/green/corner.gif) no-repeat 176px 30px; 
}

div#other-prod ul li a.pink:hover .name { 
	background: #ed008c url(../img/pink/corner.gif) no-repeat 176px 30px; 
}

div#other-prod ul li a.orange:hover .name { 
	background: #f78e1e url(../img/orange/corner.gif) no-repeat 176px 30px; 
}

div#other-prod ul li a.yellow:hover .name { 
	background: #fcb040 url(../img/yellow/corner.gif) no-repeat 176px 30px; 
}

div#other-prod ul li a:hover .name { 
	background: #535249 url(../img/gray/corner.gif) no-repeat 176px 30px; 
}


