/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

#productMainImage {
	margin: 0em 1em 1em 0em;
	border: 0px solid black;
	}

.hfn_prodDisplay {
	float: left;
	border: 1px dashed #888888;
	}

.hfn_prodDisplayLeft {
	float:left; 
	width: 120px;
	}
	
.hfn_prodDisplayRight {
	float:right; 
	width: 440px;
	}

.hfn_prodList {
	padding-left: 15px;
	}

.hfn_prodListItem {
	cursor:pointer; 
	line-height: 20px; 
	background: url(../images/tile_back.jpg) bottom left repeat-x; 
	border: 1px solid white;
	}

.hfn_prodListItem:hover {
	background: none;
	background-color: white; 
	border: 1px solid red;
	}

#productDescription {
	font-size: 0.9em;
	padding: 0.5em;
	border-left: 1px dashed #888888;
	display: block;
	line-height: 16px;
	}

#productDescription2, #productDescription3, #productDescription4, #productDescription5, #productDescription6 {
	font-size: 0.9em;
	padding: 0.5em;
	border-left: 1px dashed #888888;
	display: none;
	line-height: 16px;
	}
	
.prodDescLabel {
	color: red;
	font-weight: bold;
	font-size: 1.0em;
	}
	
#navHeaderRight {
	margin: 0;
	padding: 0;
	float: right;
	width: 300px;
	height: 30px;
	background: url(../images/right-top-base.gif) left top no-repeat;
	overflow: auto;
	}
#navHeaderRight .navRSpace {
	padding: 0px 30px;
	content: ".";
	display: inline;
	}
#navHeaderRight a.navRLink {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	}
#navHeaderRight span.navRText {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	}
#navHeaderRight a.navRLink:hover {
	font-size: 0.9em;
	color: #ffffff;
	text-decoration: none;
	}
#paymentInfo {
	height: 90px;
	border: 1px dashed orange;
	}
#paymentInfoTab {
	height: 100px;
	}