@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	text-decoration: none;
	color: #03c;
}
a:hover, a:active {
	text-decoration: underline;
/*	color: #8200A0;*/
	color: #03c;
}
.greySub {
	color: #666;
	font-size: .8em;
	text-align: left;
	text-indent: 20px;
}
.important {
	font-weight: bold;
	color: #333;
}
.saleprice {
	font-weight: bold;
	color: #C03;
	text-transform: uppercase;
}
.tooltip {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background-color: yellow;
	font-variant: small-caps;
	font-size: .8em;
	padding: 0 4px 0 2px;
	margin-left: 2px;
	cursor: default;
}
.tooltipContent {
	text-align: left;
}
input {
	margin: 3px auto;
}
#sslPageWrapper {
	margin: 0;
	padding: 0 0 5px 0;
	background-color: #fff;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#sslSummary {
	padding: 5px 0;
	margin: 0 0 12px;
	height: 165px;
}
#sslSummary p {
	font-size: .95em;
}
#sslSummary #veriSign {
	float: left;
	width: 165px;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
	height: 160px;
	font-size:.9em;
}
#sslSummary #geoTrust {
	margin: 0 190px;
	padding: 0 10px;
	font-size: .9em;
}
#sslSummary #sbs {
	float: right;
	width: 165px;
	padding: 0 10px;
	border-left: 1px dashed #666;
	height: 160px;
	font-size: .9em;
}
#sslSummary img {
	border: none;
	margin-bottom: 4px;
}
#sslSummary img.btn {
	margin: 0 30px;
}
#greenBar {
	padding: 5px 40px;
	margin: 0 0 12px;
	height: 70px;
}
#greenBar #secure {
	float: left;
	width: 230px;
	padding: 0;
}
#greenBar #ev {
	float: right;
	width: 230px;
	padding: 0;
}
table#sslCompare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 auto;
	width: 95%;
}
table#sslCompare th {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	background: #eee;
	color: #000;
	padding: 2px 5px;
	border-bottom: 1px solid #ccc;
}
table#sslCompare th.logo {
	vertical-align: top;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}
table#sslCompare th.top {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #03c;
	padding: 3px;
}
table#sslCompare thead {
	height: 30px;
}
table#sslCompare td {
	text-align: center;
	line-height: 1.2em;
	padding: 3px;
	border: 1px solid #ccc;
}
table#sslCompare td.buy {
	text-align: center;
	width: 115px;
	border: 1px solid #ccc;
}
#sslCompare img.buybtn {
	display: block;
	float: none;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 10px;
}
#sslCompare img.logo {
	margin-bottom: 2px;
}
#sslCompare select {
	margin: 0 auto 3px auto;
	font-family: Arial, Helvetica, sans-serif;
}
#sslCompare caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto 6px auto;
	padding: 0;
}
#sslCompare .price {
	color: #8200A0;
	font-size: 1.1em;
	font-weight: normal;
}
#sslCompare .regularprice {
	color: #8200A0;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: line-through;
}