@charset "utf-8";
/* CSS Document */

.storeProductTitle {
	font:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
}
.storeFirstDescription {
	font-size:13pt;
	margin-bottom:5px;
}
.storeDescriptionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin-bottom:14px;
	color:#1d3d5e;
}
.storeSelectorTable {
	border-spacing:8px;
}
.storeSelectorBox {
	border-style:solid;
	border-width:1px;
	padding:10px;
	background-color:#E6F3FF;
	background-color:white;
	border-color:#888888;
	vertical-align:top;
}
.storeSelectorProductName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#1d3d5e;
}
.storeSelectorProductName A:link {text-decoration: none;}
.storeSelectorProductName A:visited {text-decoration: none;}
.storeSelectorProductName A:active {text-decoration: none;}
.storeSelectorProductName A:hover {text-decoration: none; color: #ff6600; }
.storeVersionLink {
	font-weight:bold;
}
table.basketList {
}
table.basketList td {
	padding:3px;
}
table.customerInfo td {
	padding:3px;
}
.storeFAQIndex {
	margin-bottom:5px;
	font-weight:bold;
	font-size:10pt;
}
.storeFAQIndex A:link {text-decoration: none;}
.storeFAQIndex A:visited {text-decoration: none;}
.storeFAQIndex A:active {text-decoration: none;}
.storeFAQIndex A:hover {text-decoration: none; color: #ff6600; }
table.storeFAQTable {
}
table.storeFAQTable td {
	padding:8px;
}
.storeAgreementHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:normal;
	text-align:center;
	color:#ff6600;
	margin-bottom:15px;
	margin-top:5px;
}

.javascriptnotice {
	width:100%;
	background-color:#bb0000;
	color:#ffffff;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14pt;
	text-align:center;
}