@charset "utf-8";
/* PDF Compare Styling */

#my-list-heading{
	width:760px;
	border-bottom:2px solid #cccccc;
	margin-bottom:10px;
	}
	
	#my-list-heading.favorites{
		}
		
	#my-list-heading img{
		margin-bottom:10px;
		}
		
	#my-list-heading h1{
		display:block;
		font-weight: bold;
		color: #666666;
		font-size: 20px;
		line-height: 24px;
		padding-left:23px;
		padding-top:25px;
		margin-bottom: 15px;
		}
		
	#my-list-heading p{
		text-align:right;
		font-weight: bold;
		color: #666666;
		font-size: 14px;
		padding-top:10px;
		}


#my-list-listing{
	width:760px;
	}
	
	#my-list-listing td#img img{
		width:130px;
		border: 1px solid #d7d8d9;
		margin-bottom:20px;
		}
	
	#my-list-listing h2{
    	font-weight: bold;
		color: #666666;
		font-size: 16px;
		line-height: 18px;
		text-transform: uppercase;
		padding:1px 0 0 0;
		margin:0 0 5px 0;
		}
		
	/* sku */
	#my-list-listing h3{
		font-size: 14px;
		line-height: 22px;
		color: #666666;
		margin:0;
		padding:0;
		}
		
		#my-list-listing h3 span{
			color:#999999;
			}
		
	/* brand mfr */
	#my-list-listing h4{
		font-size: 14px;
		font-weight:normal;
		line-height: 22px;
		color: #666666;
		margin:0;
		padding:0;
		}
		
		#my-list-listing h4 span{
			font-weight:bold;
			}
		
	/* sku note */
	#my-list-listing p{
		font-size: 14px;
		color: #999999;
		margin-top:5px;
		}
		
		#my-list-listing p span{
			color:#999999;
			}