<!--

	/*
		== Support Site CSS ==
		Cascading Stylesheet for Epson Support Website
	*/



/* Redefined HTML Tags */

td {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size   : 10px;
}

ul.rightNav {
	padding-left    : 8px;
	margin-left     : 8px;
	margin-bottom   : 0px;
	list-style-type : disc;
	list-style      : outside;
}

ul.printerList {
	padding-left    : 8px;
	margin-left     : 8px;
	margin-bottom   : 6px;
	margin-top      : 4px;
	list-style-type : disc;
	list-style      : outside;
}

ol.faqs {
	padding-left    : 10px;
	margin-left     : 20px;
	margin-bottom   : 0px;

	font-weight : bold;
}

li.dfaqs {
	padding-bottom  : 12px;
}

li.expFaqs {
	padding-bottom  : 12px;
}

/* Redefined Link Tags */

a.breadcrumbs {
	color : #0000FF;
	text-decoration : underline;
}

a.breadcrumbs:visited {
	color : #0000FF;
	text-decoration : underline;
}

a.collapseTop {
	font-size   : 12px;
	font-weight : bold;
	color       : #2A57A5;
}

a.collapseTop:visited {
	font-size   : 12px;
	font-weight : bold;
	color       : #2A57A5;
}

a.expList {
	color : #666666;
	text-decoration: none;
}

a.expList:visited {
	color : #666666;
	text-decoration: none;
}

a.faqsCollapseTop {
	font-size : 12px;
	color     : #0000FF;
}

a.faqsCollapseTop:visited {
	font-size : 12px;
	color     : #0000FF;
}

a.faqsCollapseTop:hover {
	font-size : 12px;
	color     : purple;
}

a.homeRnav {
	color : #666666;
}

a.homeRnav:visited {
	color : #666666;
}


a.subHeading {
	font-size: 14px;
	font-weight: bold;
	color: #2a57a5;
	text-decoration: none;
}

a.subHeading:visited {
	font-size: 14px;
	font-weight: bold;
	color: #2a57a5;
	text-decoration: none;
}

/* Custom Styles */

.answer {
	/* No additional formatting */
}

.button {
	border-top    : 1px solid #FFFFFF;
	border-left   : 1px solid #FFFFFF;
	border-bottom : 1px solid #000000;
	border-right  : 1px solid #000000;

	padding-left   : 4px;
	padding-right  : 4px;
	padding-top    : 2px;
	padding-bottom : 2px;

	background-color : #2A57A5;

	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size   : 10px;
	font-weight : bold;
	color       : #FFFFFF;
}

.boldBlue {
	font-size   : 12px;
	font-weight : bold;
	color       : #2A57A5;
}

.emphasize {
	font-weight : bold;
}

.formNote {
	font-family : arial, helvetica, sans-serif;
	font-size   : 10px;
	color       : #000000;
}

.formNum {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	font-size   : 28px;
	font-weight : bold;
	color       : #000000;
}

.heading {
	font-size   : 18px;
	font-weight : bold;
	color       : #2A57A5;
}

.homeListCategories {
	font-size   : 12px;
	font-weight : bold;
	color       : #666666;
}

.normWt {
	font-weight : normal;
}

.productName {
	font-size   : 16px;
	font-weight : bold;
	color       : #2A57A5;
}

.question {
	font-weight : bold;
}

.redNote {
	color : #FF0000;
}

.subHeading {
	font-size   : 14px;
	font-weight : bold;
	color       : #2A57A5;
}


/* Style for Subheadings for Contact Support Page */

.contactHeading {
	font-size   : 14px;
	font-weight : bold;
	color       : #2A57A5;
}

.supDetailPict {
	float : left;
}

.supDetailContent {
	margin-top: 10px;
	float : right;
	width: 450px;
}

/* 2005 Redesign Styles for Support Homepage */

.supp_columns {
	width: 49%;
	padding: 0;
	margin: 0;
}

.supp_catImg {
	width: 84px;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	float: left;
	}

.supp_catList {
	float: left;
	padding: 6px 0 0 0;
	margin: 0 0 10px 0;
}

.supp_subCatList {
	width: 185px;
	margin: 6px 0 0 0;
	padding: 0;
}

.supp_subCatList li {
	margin-left: 20px;
	margin-bottom: 2px;
	list-style-image: url("/2005redesign/doublearrow.gif");
}

.supp_prodList {
	width: 92%;
	height: 500px;
	padding: 4px;
	border: 1px solid #666;
	overflow: auto;
	margin-top: 4px;
}

.supportStep {
	width: 46%;

	padding: 6px 10px;

	background-color: #2a57a5;
	margin: 4px 0 0 0;
	color: #fff;
	vertical-align: middle;
}

.stepNum {
	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	margin: 0 6px 0 0;
	padding: 0;
	float: left;
	vertical-align: middle;
}

a.supp_plusMinus {
	color: #666;
	font-size: 13px;
	text-decoration: none;
}

a.supp_category {
	color: #2a57a5;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

/* Support Search Box Styles */

form.suppSearch {
	padding: 0;
	margin: 0;
}
	
.suppSearchContainer {
	margin-top: 6px;
}
	
.suppSearchBox {
	margin: 0;
	padding: 0;
	float: left;
}
	
.suppSearchButton {
	padding: 0;
	margin: 2px;
	float: right;
}


a.SupSectionLink {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A57A5;
	text-decoration: none;

}


#supProductFinder { background: #f3f3f3; border: 1px solid #d2d2d2; margin-bottom: 6px;
	padding: 10px;
	width: 95%;
}

#supProductFinder .suppSearchBox input { width: 240px; margin-top: 6px; }
#supProductFinder .suppSearchButton { float: left; margin-top: 8px; padding-left: 12px; }
#supProductFinder .clearBoth { height: 1px; padding: 0; }



/* Last Updated Note for Support FAQs */
.faqLastUpdate {
	font-size: 10px;
	color: #039;
	background: #f3f3f3;
	padding: 6px;
	border: 1px solid #039;
	width: 50%;
	margin-top: 14px;
}






/* Macintosh Leopard Support CSS */
/* CSS for the file download page for Leopard drivers */

#dl_instructions {
	width: 540px;
	margin: auto auto 10px auto;
	background: url('/images/support/dlsbs_bg.gif') repeat-y right;
	padding: 0;
	border: 0;
}

.dl_step { margin: 0; padding: 0; }

.dl_step a:link, .dl_step a:visited { color: #039; }
.dl_step a:hover, .dl_step a:active { color: #666; }

.dl_step h3 span { font-size: 18px; padding-right: 14px; }


#LeopardSupport h4, #LeopardSupport h5 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.dl_border {
	margin: 0 0 0 16px;
	padding: 0;
	height: 1px;
	width: 524px;
	font-size: 1px;
	line-height: 1px;
}

#dl_top { border-top: 1px solid #000; }
#dl_btm { border-bottom: 1px solid #000; }

.dl_step a { text-decoration: none; }

.dl_step h3 {
	background: url('/images/support/dlsbs_hdr.gif') no-repeat;
	padding: 7px 0 8px 11px;
	color: #fff;
	font-size: 15px !important;
	font-family: arial, helvetica, sans-serif !important;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	clear: both; 
}

#LeopardSupport .active h3 { background-image: url('/images/support/dlsbs_hdr_actv.gif'); }

.dl_step dl { margin: 0 0 0 20px; }
	.dl_step dt, .dl_step dd { display: inline; margin: 0 4px; padding: 0; }
	.dl_step dt { font-style: italic; }
	.dl_step dd { font-weight: bold; }
		.dl_step dd .change { font-weight: normal; }

	.dl_step form { margin: 0; }
		.dl_step fieldset { border: 0; margin: 0 0 10px 20px; }
		.dl_step fieldset label { display: block; }


/* #dl_prodselect, #dl_file, #dl_swlicense, #dl_finish, #dl_connection, #dl_options, #dl_registration { border: 1px solid #0f0; clear: both; float: left; margin: 0 10px 0 40px; width: 450px; } */

.dl_step div { clear: both; margin: 0 0 0 40px; width: 480px; }
	.dl_step div div { margin: auto; width: auto; }
	
	.dl_step div div.line { width: 100%; }

.active #dl_prodselect { text-align: center; }

#dl_prodselect p { font-size: 10px; margin-top: 2px;}

#dl_prodselect select { display: block; margin: 10px auto; width: 75%; }

#dl_prodselect select.fr { width: 98%; }

#dl_file h4 { font-size: 14px; }

#dl_file h5 {
	font-size: 12px;
	padding: 0 0 0 18px;
}

#dl_file ol { margin-top: 2px; }

#dl_os, #dl_fileinfo { font-size: 10px; }
#dl_os { font-weight: bold; }

#dl_download { padding-left: 20px; }
	#dl_download a { font-size: 12px; font-weight: bold; text-decoration: underline; }

#dl_download .dl_nothanks { margin-left: 100px; text-align: right; }

#dl_connection fieldset label { font-size: 13px; font-weight: bold; }
#dl_connection fieldset label a { font-size: 11px; font-style: italic; font-weight: normal; margin: 0 0 0 4px; }

.dl_step a.registration { font: normal normal bold 16px arial, helvetica, sans-serif; text-decoration: underline; }
.dl_step a.skip { display: block; clear: both; float: right; margin: 20px 0 10px 0; text-decoration: underline; }

#dl_start { background: url('/images/support/dl_step1_bg.gif') repeat-x; }

/* Cross-Sell Table in Finish Step */
#dl_finish { padding-bottom: 10px; }

	#dl_finish table { border-collapse: collapse; margin: 10px 0; width: 480px; }
		#dl_finish th, #dl_finish td { font-size: 10px !important; padding: 6px 4px; text-align: left; }
		#dl_finish th { background-color: #039; color: #fff !important; vertical-align: bottom; }
		#dl_finish td { background-color: #fff; border: 1px solid #999; vertical-align: top; }

	#dl_finish .qty, #dl_finish .addtocart { text-align: center; }
	#dl_finish .qty input { width: 40px; }
	#dl_finish .sku, #dl_finish .price { text-align: right; }
	
	
/* WINDOWS 7 SUPPORT */
	#Win7Support #dl_swlicense div { background: url('/images/blue_1x1.gif') repeat-y 50% 0; clear: both; float: left; margin: 0 0 10px 0; overflow: auto; width: 100%; }	
	#Win7Support #dl_swlicense div.clearBoth { background: none; float: none; margin: 0; padding: 0; }
	#Win7Support #dl_swlicense h4, #Win7Support #dl_swlicense h5 { font-size: 14px; margin: 0 0 8px 0; text-align: center; }
	#Win7Support #dl_swlicense fieldset { float: left; margin: 0; padding: 0; text-align: center; width: 200px; }
	#Win7Support #dl_swlicense fieldset#conn_type { float: right; }
	#Win7Support #dl_swlicense fieldset label { font-size: 12px; margin: auto; text-align: left; width: 110px; }
	#Win7Support #dl_swlicense fieldset#os_edition label { width: 75px; }
	#Win7Support #dl_swlicense fieldset a { font-style: italic; text-decoration: underline; }