ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a{
	color:#655900;
	font-size:14px;
	text-decoration:none;
}
	
body
{
	background: #333333 url("images/body-bg.jpg") repeat-x;
}

a:hover{
	color:#ff0000;
}
#topmenu{
	border:none;	
	line-height: 8px;
}
	#topmenu li{
		display: inline;
	}
	#topmenu a{
		text-decoration:none;
		Padding-left:6%;
		Padding-right:5%;
		color:#02fec9;
	}		
#leftnav {	
	font-size: 15px;
	list-style-type: none;
}
	#leftnav ul {
		list-style-type: none;
		padding: 0px;
		margin-left: 0px;
		margin-right: 0px;		
	}
	#leftnav li {
		margin: 0px 0px 10px 0px;
		border-bottom: 1px dotted #CCC;
	}
	#leftnav a {
		padding: 13px;		
		text-decoration: none;
		color:#225599;
	}
table.yellowbox {		
	width:190px;
	margin-bottom:10px;
	border:none;	
}
	table.yellowbox a{
		margin-left:5px;
		margin-right:5px;
		text-align:left;
		text-decoration:none;
	}
	table.yellowbox tr.top {
		height: 6px;
	}
		table.yellowbox tr.top td.left{
			background:url("images/top-left.jpg") no-repeat;		
			text-align:left;
			vertical-align:top;
		}
		table.yellowbox tr.top td.center{
			background:url("images/top-center.jpg") repeat-x;
			text-align:center;
			vertical-align:top;
		}
		table.yellowbox tr.top td.center a{
			padding:7px 0px 0px 5px;
			font-weight:bold;
			font-size:12px;
			color: #642F00;
		}
		table.yellowbox tr.top td.right{
			background:url("images/top-right.jpg") no-repeat;		
			text-align:left;
			vertical-align:top;
		}
	table.yellowbox tr.middle {		
		height:100%;
	}
		table.yellowbox tr.middle td.left{
			background:url("images/center-left.jpg") repeat;
			width:6px;
			text-align:left;
			vertical-align:top;
		}
		table.yellowbox tr.middle td.center{
			background:#f0f0f0;
			text-align:left;
			vertical-align:top;
			padding:10px 0px 10px 0px;

		}
		table.yellowbox tr.middle td.center ul li {
			line-height:23px;
			list-style-type: none;
		}
		table.yellowbox tr.middle td.center img {
			/*border:2px solid #3F86AF;*/
			margin-bottom:10px;
		}
		table.yellowbox tr.middle td.right{
			background:url("images/center-right.jpg") repeat;
			width:6px;
			text-align:left;
			vertical-align:top;
		}

	table.yellowbox tr.bottom {
		height:6px;
	}
		table.yellowbox tr.bottom td.left{
			background:url("images/bottom-left.jpg") no-repeat;
			width:6px;
			text-align:left;
			vertical-align:top;
		}
		table.yellowbox tr.bottom td.center{
			background:url("images/bottom-center.jpg") repeat-x;
			text-align:left;
			vertical-align:top;
		}
		table.yellowbox tr.bottom td.right{
			background:url("images/bottom-right.jpg") no-repeat;
			width:6px;
			text-align:left;
			vertical-align:top;
		}

	/*#leftnav a:hover{
		color: #02fec9;
		background-color: #000000;
		border: 1px solid #000;
	}*/


#minicart {
	font-size: 15px;
	list-style-type: none;
}

.entryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #339999;
}

.entryTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color:#000033;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #7F92A4;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.box-qty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.box-action {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #336699;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:1px solid #009900;
	background-color:#99CC99;
}

.box:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	border:1px solid #FFFF00;
	background-color:#FFFFCC;	
	cursor:hand;
}

#main-content {
	
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #336699;
	background-color:#00ffff;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

#footer
{
	text-align: center;
	font-size: 12px;
	color: #dddddd;
	height: 50px;
	padding-top: 9px;
}
	#footer a
	{		
		color:#ffff00;
		font-size: 12px;
	}
