body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	background-image: url(/images/bg1.gif);
}

.GrayFrame {
	border: 2px dashed #CCCCCC;
	background-color: #FFFFFF;
}

.ButtomMenu1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #dddddd;
}
.ButtomMenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.ButtomMenuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.TopNavi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/aEmptyBar.gif);
	background-repeat: repeat-x;
	height: 35px;
}

.TopNavi a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.TopNavi a:hover, .TopNavi a:current {
	color: #FF0000;
	text-decoration: underline;
}
.TopNavi a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.MenuLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #CCCCCC;
	line-height: 18px;
}

.MenuLeft ul {
	list-style-type: none;
	margin: 0 0 10px 20px;
	padding: 0;
}
	
.MenuLeft li {
	margin: 2px 0 0 0;
}

.MenuRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #EEEEEE;
	line-height: 18px;
}

.MenuRight ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0;
}
	
.MenuRight li {
	margin: 2px 0 0 0;
}

a:link {
	color:#cc3333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color:#993333;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	color: #e5e5e5;
	background: #e5e5e5;
	border: 0;
	height: 1px;
}
/*-----------------------------------------------------------------------------------------
	 Forms
	----------------------------------------------------------------------------------------*/

	/* Clear the margins for all forms used by ProductCart */
	#pcMain form {
		margin: 0;
		}
		
	.pcForms input {
		border: 1px solid #CCCCCC;
		background-color: #F7F7F7;
		font-size: 12px;
		color:#666666;
		padding: 2px 3px 2px 3px;
	}
	
	.pcForms input:focus {
		border: 1px solid #999999;
		background-color: #FFFFCC;
	}
	
	.pcForms textarea {
		border: 1px solid #CCCCCC;
		background-color: #F7F7F7;
		font-size: 12px;
		color:#666666;
		padding: 2px 3px 2px 3px;
	}
	
	.pcForms textarea:focus {
		border: 1px solid #999999;
		background-color: #FFFFCC;
	}
	
	/* Style drop-down menus */
	.pcForms select {
		font-size: 10px;
		color: #333333;
		background-color: #F5F5F5;
		border: 1px solid #CCCCCC;
	}
	
	/* Style submit image button */
	#submit {
		border: 0;
		background-color: transparent;
		padding: 0px;
	}
	/* Style submit image button */
	#pcMain .submit {
		border: 0;
		background-color: transparent;
		padding: 0px;
	}
	
	/* Style submit button (when an image is NOT used) */
	#pcMain .submit2 {
		border: 1px solid #CCCCCC;
		background-color: #FFFFCC;
		font-size: 12px;
		color:#666666;
		padding: 2px 3px 2px 3px;
	}
	
	/* Style the transparent fields used by ProductCart Build To Order and Apparel Add-on */
	#pcMain .transparentField {
		border: 0;
		background-color: transparent;
		padding: 0;
	}	
	
	/* Clear border on checkboxes to fix IE bug */
	#pcMain .clearBorder {
		border: 0;
		background-color: transparent;
	}	
	
/*-----------------------------------------------------------------------------------------
	 End Forms
	----------------------------------------------------------------------------------------*/	
.body10px {
	font-size: 10px;
}

.bodyTableCombo {
	font-size: 11px;
	vertical-align: middle;
	background-color: #DDDDDD;
	margin: 10px;
	padding: 10px;
}
