#popOutBox {
	position:fixed;
	 max-width:550px;
	background:#FFF;
	 border:3px solid #DBE2EC;
	 z-index: 25;
}
#popOutBox .pobBox {
	width:150px;
	 background:#FFF;
	float:left;
	 margin:10px 2px 10px;
	 padding-bottom:10px;
}
#popOutBox .pobIconBox {
	width:21px;
	 height:21px;
	 float:left;
	 margin:140px 2px 10px;
	 padding-bottom:10px;
}
#popOutBox .pobBox a img{
	height:100px;
	 border:none;
	 margin:10px 0 10px 25px;
}
#popOutBox #pobTopTitle{
	width:300px;
	 height:30px;
	 padding-left:5px;
	 margin:5px 0 0 2px;
	 text-align:left;
	 font-family:Arial,Helvetica,sans-serif;
	 font-size:17px;
	font-weight:bold;
	 color:#b40706;
	 line-height:30px;
	 border-left:3px solid #DBE2EC;
}
#popOutBox #closeIcon a img{
	position:absolute;
	 width:21px;
	 height:21px;
	 margin:0px;
	 top:0;
	 right:0;
	 border:none;
}
#popOutBox .pobTitle{
	width:150px;
	 text-align:center;
	 font-family:Arial,Helvetica,sans-serif;
	 font-size:13px;
	font-weight:bold;
	 color:#717171;
}
#popOutBox .pobTitle a{
	text-decoration:none;
	 color:#717171;
}
#popOutBox .pobTitle a .pobCat{
	text-decoration:none;
	 color:#b40706;
	 line-height:25px;
}
#popOutBox .pobTitle a:hover{
	text-decoration:none;
	 color:#b40706;
	 line-height:18px;
}
#popOutBox .pobPrice{
	width:150px;
	 text-align:center;
	 font-family:Arial,Helvetica,sans-serif;
	 font-size:13px;
	font-weight:bold;
	 color:#717171;
}
#popOutBox .pobPrice a{
	text-decoration:none;
	 color:#717171;
}
#popOutBox .pobPrice a:hover{
	text-decoration:none;
	 color:#b40706;
	 line-height:18px;
}
#popOutBox .pobPrice .tinyTxt{
	text-align:center;
	 font-family:Arial,Helvetica,sans-serif;
	 font-size:11px;
	color:#b40706;
	 font-weight:normal;
}