/*
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*/

.PRINTwrapper {
	display: none;
}

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

.nopad td.description {
	color: #232323;
	font-size: 12px;	
}

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

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

.delivery {
	height: 26px;
	width: 385px;
	background-color: #F5F5F5;
	border: 1px solid #D2D2D2;
	color: #555555;
	padding: 3px;
}

.descrip {
	letter-spacing: .8px;
	font-size: 13px;
}

.nopad td.hotlinks {
	border: 1px solid #D2D2D2;
	color: #707070;
}

.btn_add_to_cart_old {
	display:inline; display:inline-block;
	width:160px;
	height: 25px;
	margin:0.2em; padding:3px;
	cursor:hand; cursor:pointer;
	background-color: #DDD6BC;
	border: 3px double #333333;
	white-space:nowrap;

	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	color:#555555;
	vertical-align:middle;
}

.btn_add_to_cart {
	display:inline; display:inline-block;
	width:160px;
	height: 22px;
	margin:0.2em; padding:3px;
	cursor:hand; cursor:pointer;
	background-color:#000000;
	border:0px;
	white-space:nowrap;

	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	vertical-align:top;
}

#browsetitle {
	color: #555555;
}

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