/*
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
 - Details
 - Similar Products


/*CONTENT*/

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.TIVwrapper {
	display: none;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #232323;
}

.PRINTwrapper td.description {
	color: #232323;
}

.PRINTwrapper td.suggretail {
	color: #000000;
	font-weight: bold;
}

.PRINTwrapper td.towerprice {
	font-size: 13px;
	font-weight: bold;
	color: #AA1D00;
}

.delivery {
	height: 26px;
	width: 269px;
	background-color: #F5F2E8;
	border: 1px solid #EFEBDD;
	color: #555555;
	padding: 3px;
}