/*---- Store Styling ----*/
#storeFrame {
	border: 15px solid #FFFFFF;
	background-color: #000000;
	width: 825px;
}

/*--- Top Menu Styling ---*/
.storeMenu {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	background-color: #DEDEDE;
	height:32px;
}

.storeMenu a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#555555;
	text-decoration:none;
	background: #DEDEDE;
	padding: 6px 7px 9px 7px;
}

.storeMenu a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	text-decoration: none;
	background: url(/images/store/menu_bg.jpg);
	background-repeat:repeat-x;
	padding: 6px 7px 9px 7px;
}

/*--- Search Menu Styling (not used?) ---*/
.storeMenu_Search {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	background-color: #DEDEDE;
	height:32px;
}

.storeMenu_Search a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#555555;
	text-decoration:none;
	background: #DEDEDE;
	padding: 6px 0 8px 0;
}

.storeMenu_Search a:hover {
	color:#333333;
	text-decoration: none;
}

/*--- Sub Menu Styling ---*/
.blackBottom {
	border-bottom: 1px solid #000000;
	background-color: #666666;
	height:30px;
}

.SubMenu {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color: #FFF;
	background-color: #666666;
	height:30px;
	
}

.SubMenu a {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	height:30px;
	padding: 8px 7px 9px 7px;
}

.SubMenu a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	color:#FFF;
	text-decoration: none;
	background-color:#888888;
	height:30px;
	padding: 8px 7px 9px 7px;
}

/*--- FooterSearch Menu Styling ---*/
.storeFooter {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color: #999;
	background-color: #DEDEDE;
	height:20px;
}

.storeFooter a {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#999;
	text-decoration:none;
	padding: 4px 7px 4px 7px;
}

.storeFooter a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#555;
	text-decoration: none;
	background-color:#EEE;
	padding: 4px 7px 4px 7px;
}


/*---- From and Button Styling ----*/
/*-- line 36 of m23 css to edit default input --*/

input.formInputField {
	border: solid 1px #BBBBBB;
	background-color:#FFFFFF;
	color:#000000;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 15px;
}

input.formInputButton {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border: solid 1px #f66;
	background-color: #f99;
	background-image: url(/images/store/button_bg.gif);
	color: #FFF;
	cursor: pointer;
	font-size:12px;
	font-weight:bolder;
	text-align:center;
	padding: 1px 4px 1px 4px;
	margin: 0;
	vertical-align:middle;
}

input.formInputButton:hover {
	background-image: url(/images/store/button_bg_hover.gif);
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
