@charset "utf-8";
/* CSS Document */

	.menuDiv {
		width:25%; 
		float:left;
		border-left:1px solid #CCC;
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		min-width: 295px;
		margin:0px;
	}
	.pageDiv {
		width:70%; 
		float:left;
		min-height: 750px; 
		min-width: 300px;
		border:1px solid #CCC; 
		padding:5px;
	}	

	
	p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
	}

	h1 {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
	}	

	h2 {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}	
	table {
		display: table;
		border-collapse: separate;
		border-spacing: 2px;
		border-color: gray;
	}
	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;		
	}
	a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;	
	}
	hr {
		color:#CCC;
		height:1px;
		margin:0px;
		padding:0px;
		
	}

	.product-list{
		padding-top: 1px;
		font-size: 14px;
		font-family:Times New Roman;
		
	}
	.product-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.product-list li{
		//background-color: #2A3959;
		margin-bottom: 0px;
		margin-top: 0px;
		height: 20px;
		padding: 0;
		line-height: 20px;
		text-align: left;
		color:#2a3959 !important;
		border-top:dotted 1px  #ffffff;
		border-bottom:dotted 1px  #ffffff;			
	}
	.product-list li:hover,.product-list li.active{
		//background-color:#CCC;
		border-top:dotted 1px #999;
		border-bottom:dotted 1px #999;
		background-image: url("../img/arrow.png");
	}
	.product-list a {
		text-decoration: none;
		color: #2a3959;
	}	
