/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background-image: url(/images/background.jpg);
}

h1 {
	font-size: 24px;
	color: #CC6600;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #CC6600;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #CC6600;
	font-weight: normal;
}

.biggrayframe {
	border: 2px dotted #CCCCCC;
	background-color: #FFFFFF;
}

.bottom1 {
	background-color: #d9cfab;
	padding: 5px;
	font-size: 11px;
	color: #666666;
	text-align: center;
}

.bottom2 {
	font-size: 11px;
	color: #999999;
	padding: 5px;
}


a:link {
		color: #cc9900;
	}
	
a:visited {
		color: #cc9900;
	}
	
a:hover {
		color: #ffcc00;
		text-decoration: none;
	}


/* MAIN AREA: three columns: left navigation, main content, login box etc.*/
	/* Define the wrapper and the three columns: */
	
		#pcMainArea {
			width: 765px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 5px;
			padding: 0;
			border: 0;
			border-collapse: collapse;
		}
	
		#pcLeft {
	width: 200px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
		}
	
		#pcCenter {
			width: 565px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
		
		#pcFullCenter {
			width: 765px;
			padding: 0 5px 0 5px;
			text-align: left;
			vertical-align: top;
		}
		
		#pcRight {
			width: 200px;
			text-align: left;
			vertical-align: top;
		}
	

	/* Define the left column */
	
		#pcLeft h3 {
			font-size: 15px;
			margin: 0;
			padding-bottom: 2px;
		}

		#pcLeftCatLinks {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			background-image: url(/images/leftmenu-bg.gif);
		}
		
		#pcLeftPriceLinks {
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
			background-image: url(/images/leftmenu-bg.gif);
		}
		
		#pcLeftStoreLinks {
			background-color: #F5F5F5;
			color: #999999;
			padding: 5px 5px 1px 10px;
			margin: 0 0 2px 0;
		}
	
		#pcLeft ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcLeft li {
			margin: 2px 0 0 0;
		}
		
		#pcLeftCatLinks a:link, #pcLeftCatLinks a:visited, #pcLeftPriceLinks a:link, #pcLeftPriceLinks a:visited, #pcCustomerLogin a:link, .RightContentBar a:visited, .RightContentBar a:link, #pcCustomerLogin a:visited {
	color: #cc9900;
	text-decoration: none;
	font-size: 11px;
		}
		
		#pcLeftCatLinks a:hover, #pcLeftPriceLinks a:hover, #pcCustomerLogin a:hover, .RightContentBar a:hover {
			color: #ffcc00;
		}


		#pcShowCart {
			background-color: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcCustomerLogin {
			background-color: #eee0b8;
			padding: 5px 5px 1px 10px;
			margin: 0 0 5px 0;
		}

	/* Define the right column */
	
		#pcShowMenu {
			background-color: #FFFFAA;
			color: #666666;
			padding: 5px 5px 5px 10px;
			margin-bottom: 5px;
		}
	
		#pcRight h3 {
			font-size: 13px;
			margin: 0px;
			padding-bottom: 2px;
			color: #999999;
		}
	
		#pcRight ul {
			list-style-type: none;
			margin: 0 0 10px 5px;
			padding: 0;
		}
	
		#pcRight li {
			margin: 2px 0 0 0;
		}
		
		.RightTitleBar {
	font-weight: bold;
	background-color: #d9cfab;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

		}
		.RightContentBar {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #eee0b8;
		}

/* End MAIN AREA */




/* ====================== Chrome Styles ====================== */
.chromestyle{
	width: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: url(/images/topmenu-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #666666;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.chromestyle ul li a:hover{
	background-image: url(/images/topmenu-bg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	background-color: #d9cfab;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(/images/topmenu-bg-over.gif);
	background-repeat: repeat-x;
}
/* ######### End Style for Drop Down Menu ######### */



/*-----------------------------------------------------------------------------------------
	 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 #666666;
		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 #666666;
		background-color: #FFFFCC;
	}
	
	/* Style drop-down menus */
	.pcForms select {
		font-size: 12px;
		color: #666666;
		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: 11px;
		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;
}

