
#content { text-align:center; }

.ProductsContainer { width:740px; text-align:left; }

td.product  { border-bottom:1px dashed #555; padding:30px 10px; }

.ProductImage { width:100px; }

form  { margin:0; padding:0; }

.ProductName {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.ProductPrice {
	font-size:12px;
	font-weight:bold;
}

.ProductOptions {
	font-size:10px;
	height:30px;
}
.ProductOptionsDropDown {
	font-size:11px;
}

.ProductOptionsCart {
	font-size:10px;
	font-style:italic;
}

.ProductDescription {
	font-size:13px;
}

.PoductBuyButton {
	font-size:12px;
	font-weight:bold;
}

.PoductPages {
	font-size:16px;
	color:#000;
	text-decoration:none;
  padding-top:20px;
}

.ProductContainer{
	border-bottom:4px double #333;
	padding:25px;
}

.PoductPagesContainer {
	padding-top:5px;
}

.ProductTopLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
}

/* <!-- HEADER BORDER --> */
.ProductTopLinksContainer {
	border-bottom:10px solid #900;
}

.ProductLinks {
	font-size:12px;
	color:#000;
	text-decoration:underline;
}


.ProductServiceMessages {
	font-size:12px;
	font-weight:bold;
	color:#F00;
}

.ProductShoppingCartTitles {
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.ProductInfoText {
	font-style:italic;
	font-size:10px;
	color:#333;
}

