/*
CSS Style for web use of towerofjewels.com - started 4.19.2007

[CSS Map]
 - Content
	#headingcopy | Text next to images on category pages
	.browseoutside | TD that houses the image and copy on the browse page, No borders, Subclass of nopad table.
	.browseinside | TD that houses the image and copy on the browse page, Side borders, Subclass of nopad table.
	#browsetitle | Text on the product browse page, Title only
	#browseprice | Text on the product browse page, Price only

/*CONTENT*/
#headingcopy {
	color: #555555;
}

.nopad td.browseoutside {
	padding-left: 10px;
	padding-right: 10px;
}

.nopad td.browseinside {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #E0D6D5;
}

#browsetitle {
	color: #555555;
}

#browseprice {
	color: #555555;
	font-weight: bold;
}

.TIVwrapper {
	display: none;
}

.printwrapper {
	display: inline;
}
