﻿/*********** PRODUCTS2.ASP ***********/

#subcategories td {
	/*background: url(../images/products_frame.gif) no-repeat;*/
	text-align: center;

	width: 270px;
	height: 241px;
}

a#subcategoryLink {
	cursor: pointer;
	font: bold 14px Arial;
	text-decoration: none;
}

a#productLink {
	cursor: pointer;
	font: bold 12px Arial;
	text-decoration: none;
}



/*********** PRODUCT.ASP ***********/

body#productBody {
	margin: 0px 0px 0px 0px;
}

hr {
	color: Silver;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

#title {
	background-image: url(../images/product_title.jpg);
	color: White;
	font: bold 18px Arial;
	padding-right: 20px;
	text-align: right;
}

#description {
	padding: 20px 20px 20px 20px;
	vertical-align: top;
}

#order {
	padding: 10px 10px 0px 10px;
	vertical-align: bottom;
}
a#colorLink {
	cursor: pointer;
}

