/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */
/*   Global Styles   */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */

	/* none */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */
/*   Text Styles   */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */

	/* Sizes / Primaries */
	
	.text			{ font-size:11px; color:#808080; font-family:Arial; line-height:15px; }
	.text_small		{ font-size:11px; color:#808080; font-family:Arial; line-height:15px; }
	.text_tiny		{ font-size:7pt; color:#444444; font-family:Arial; line-height:9pt; }
	
	.text_black		{ font-size:11px; color:#000000; font-family:Arial; line-height:15px; }
	.text_dark		{ font-size:11px; color:#4D4D4D; font-family:Arial; line-height:15px; }
	.text_white		{ font-size:11px; color:#FFFFFF; font-family:Arial; line-height:15px; }
	.text_light		{ font-size:11px; color:#C4C4C4; font-family:Arial; line-height:15px; }
			
		/* Window Styles */
		.window_title		{ font-size:13px; color:#4D4D4D; font-family:Arial; line-height:18px; font-weight:bold; }
		.window_subtitle	{ font-size:11px; color:#C4C4C4; font-family:Arial; line-height:15px; font-weight:bold; }

		/* Email Styles */
		.email_text			{ font-size:8.5pt; color:#444444; font-family:Arial; line-height:10pt; }
		.email_title		{ font-size:13pt; color:#444444; font-family:Arial; line-height:15pt; font-weight:lighter; letter-spacing:-1px; }
		.email_subtitle		{ font-size:7pt; color:#444444; font-family:Arial; line-height:9pt; }
		
		/* Miscellaneous */
		.text_tabs			{ font-size:12px; color:#4D4D4D; font-family:Arial; font-weight:lighter;  letter-spacing:-1px; }
		.text_title			{ font-size:14px; color:#4D4D4D; font-family:Arial; font-weight:lighter;  letter-spacing:-1px; }
		.text_price			{ font-size:18px; color:#1662a0; font-family:Arial; font-weight:bold;  letter-spacing:-1px; }
	
	
	/* Theme Styles */
	
	.theme_text				{ font-size:11px; color:#7E898F; font-family:Arial; line-height:15px; }
	.theme_description		{ font-size:12px; color:#7E898F; font-family:Arial; line-height:15px; letter-spacing:-1px; }
	.theme_filters			{ font-size:11px; color:#FFFFFF; font-family:Arial; line-height:15px; }
	.theme_color			{ color:#7E898F; }

	.theme_button_light		{ font-size:11px; color:#FFFFFF; font-family:Arial; font-weight:bold; background:#BECBD1; border:#9BA5AB solid; border-width:1px; height:20px; margin-bottom:1px; }
	.theme_button_dark		{ font-size:11px; color:#FFFFFF; font-family:Arial; font-weight:bold; background:#9BA5AB; border:#5D6B73 solid; border-width:1px; height:20px; margin-bottom:1px; }

	#theme_strip			{ background:#384D5E; }
	#theme_background		{ background:#384D5E; }

	#theme_summary_bottom	{ background:#C3CFD6; }
	#theme_summary_top		{ background:#E1EEF5; }
		
	
	/* Colors */
	
	.color_dark		{ color:#4D4D4D; }
	.color_grey		{ color:#808080; }
	.color_black	{ color:#000000; }
	.color_white	{ color:#FFFFFF; }
	.color_lavender	{ color:#7c7e8f; }
	.color_red		{ color:#F75E5E; }
	.color_light	{ color:#C4C4C4; }
	
	
	/* Links */
	
	a:link, a:visited	{ color:#808080; text-decoration:none; }
	a:hover 			{ color:#4D4D4D; text-decoration:none; }
	
	.studbuilder:link, .studbuilder:visited		{ color:#7E898F; text-decoration:underline; }
	.studbuilder:hover 							{ color:#4D4D4D; text-decoration:underline; }

	.shopping_header															{ font-size:16px; color:#FFFFFF; font-family:Arial; }
	.shopping_header:link, .shopping_header:visited, .shopping_header:hover		{ font-size:16px; color:#FFFFFF; font-family:Arial; }
	.shopping_menu																{ font-size:11px; color:#FFFFFF; font-family:Arial; line-height:normal; }
	.shopping_menu:link, .shopping_menu:visited, .shopping_menu:hover			{ font-size:11px; color:#FFFFFF; font-family:Arial; line-height:normal; }
	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */
/*   Form Styles   */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */
	
	form	{ margin:0px; padding:0px; }
	
	/* Text Input */

	.site_search		{ padding-left:5px; padding-right:5px; width:140px; font-size:10px; height:15px; color:#cacaca; font-family: Arial; text-align:right; letter-spacing:1px; }
	.site_searchON		{ padding-left:5px; padding-right:5px; width:140px; font-size:10px; height:15px; color:#242424; font-family: Arial; text-align:right; letter-spacing:0px; }

	.text_field			{ padding-left:5px; padding-right:5px; width:140px; font-size:10px; height:15px; color:#242424; font-family: Arial; }
	.form_field			{ font-size:11px; color:#4D4D4D; font-family:Arial; line-height:15px; width:200px; margin-left:10px; }
	
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */
/*   Image Styles   */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * */
		
	.image_thumbnail			{ border:none; padding:0px; } 
	.image_thumbnail:hover		{ border:none; padding:0px; }