/* Markup */
#BlockCenter h1 {
	margin:0 0 20px 0;
	padding:10px 4px 7px 4px;
	border-bottom: 1px solid #D1D1D1;
	text-align:right;
	font-family:verdana,arial,sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#404040;
}

#BlockCenter h2 {
	margin:25px 0 15px 0;
	font-size:14px;
	font-weight:bold;
}

#BlockCenter h3 {
	margin:0;
	padding:20px 0 10px 0;
	font-family:verdana,arial,sans-serif;
	font-size:13px;
	font-weight:bold;
}

p {
	margin:10px 0 10px 0;
	padding:0;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:150%;
	text-align:justify;
}

ul, ol {
	margin:0;
	padding:4px 0 4px 30px;
	list-style-position:outside;
	list-style-type:square;
	line-height:150%;
}


/* Img */
img.ImgLeft {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px
}
img.ImgRight {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:5px
}

.ImgCenter {
	text-align:center !important;
}
.ImgCenter img {
	margin-bottom:5px;
	margin-top:5px
}

/* Screenshots */
.PreScr {
	float:left;
	width:220px;
	padding: 10px 22px;
	text-align:center;
	line-height:2em;
}

.PreScr a img {
	text-decoration: none !important;
}

/* Common */
.Selected {
	font-weight:bold;
	color:#d00000;
}

.Definition {
	font-family:Courier New, Courier, mono;
	font-weight:bold;
	font-size:12px;
	color:#505050;
	text-decoration:underline;
}

.Note {
	background:#FFF8DC;
	border:1px solid #ADADAB;
	padding:4px 10px 4px 10px;
}

.Note h4 {
	padding:0;
	margin:12px 0 8px 0;
	text-align:center;
	line-height:150%;
	font-weight:bold;
	font-size:11px;
	color:#c00000;
}

.Note hr {
	height:1px;
}


/* ProductTables */
.ProductTab {
	margin-top:25px;
}
.ProductName {
	height:24px;
	line-height:24px;
	padding:0 0 0 10px;
	margin:0;
	background: url(/img2/common/tbl/tab.gif) no-repeat;
	font-size:12px;
	color:#fff;
}
.ProductName a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.ProductTabHr {
	background:#387CD7;
	height:3px;
	margin-top:1px;
	border:#1954A7 1px solid;
	font-size:1px;
}
.ProductInfo {
	padding-bottom:1px;
}
.ProductInfo p {
	margin:0;
	padding:0;
	line-height:1.7em;
}
.ProductInfo .Note {
	margin: 4px 0;
}
.ProductInfo table {
	width:100%;
}
.ProductInfo h4 {
	padding:1px 5px;
	margin:0;
	font-size:11px;
	background:#ddd;
	color:#000;
}
.ProductInfo table td, .ProductInfo table th {
	background:#f4f4f4;
	border:#fff 1px solid;
	line-height:1.6em;
	font-size:11px;
}
.ProductInfo table td, .ProductInfo table th {
	padding:0 5px;
}
.ProductInfo img {
	margin:10px;
}

/* ProductTables Download */
.DownloadInfo {
	width:405px;
	float:left;
	margin:4px 0 25px 0;
}
.DownloadLocation {
	float:right;
	padding:10px;
	margin-left:0;
}

/* ProductTables buy */
.ProductInfo .OfferInfo {
	width:40%;
	float:left;
	margin:4px 0;
	line-height:2em;
}
.ProductInfo .RegularPrice {
	color:#808080;
	font-weight:bold !important;
}
.ProductInfo .OfferPrice {
	font-weight:bold !important;
	color:#CD0008;
}
.ProductInfo .OfferDate {
	font-size:0.9em;
	color:#CD0008;
}
.Volume {
	width:50%;
	float:right;
	margin:4px 0;
}
.Volume table, .Volume table td, .Volume table th, .Volume h4 {
	font-size:10px;
	line-height:1.3em;
}


/* Tables */
table.ProductFeatures {
	width:100%;
	margin-bottom:10px;
	border:solid 1px #1954A7;
}

table.ProductFeatures tr.Dark {
	background:#f4f4f4;
}
table.ProductFeatures tr.Lite {
	background:#ffffff;
}
table.ProductFeatures th, table.ProductFeatures td {
	padding-left:5px;
	padding-right:5px;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	text-align:left;
}
table.ProductFeatures th {
	padding-left:10px;
	padding-right:5px;
	background:#387CD7;
	color:#ffffff;
	font-weight:normal;
}
table.ProductFeatures td {
	padding-left:5px;
	padding-right:5px;
}

table.ProductFeatures th.YesNo, table.ProductFeatures td.Yes, table.ProductFeatures td.No {
	padding-left:15px;
	padding-right:15px;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	text-align:center;
}
table.ProductFeatures td.Yes {
	color:#d00000;
}
table.ProductFeatures td.No {
	color:#808080;
}


/* Bottom Offer */
div.BottomOffer {
	text-align:center;
	padding-top:20px !important;
}

div.BottomOffer table {
	margin-left:auto;
	margin-right:auto;
}

div.BottomOffer table a {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
}
div.BottomOffer table a:hover {
	text-decoration:underline;
}

div.BottomOffer table #OfferBuyNow {
	padding:0 16px 0 6px;
}

div.BottomOffer table #OfferBuyNow a {
	color:#E90000;
}

div.BottomOffer table #OfferDownload {
	padding-left:6px;
}

div.BottomOffer table #OfferDownload a {
	color:#365BC7;
}


/* Article */
.ArticleHead {
	margin:10px 0 6px 0;
	text-align:right;
}
.ArticleHead img {
	margin-bottom:4px;
}


/* Faq */
ol.Faq {
	margin:10px 0 10px 0 !important;
	list-style-type:decimal !important;
}
ol.Faq li {
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.FaqQ {
	font-size:11px;
	font-weight:bold;
	line-height:150%;
	padding:2px 4px 2px 4px;
	background:#f0f0f0;
	border-bottom:1px solid #a0a0a0;
}
.FaqA {
	font-size:10px;
	text-align:justify;
	line-height:150%;
	margin-bottom:30px;
	padding:10px 4px 0 10px;
}

.FaqA a {
	font-weight:bold;
}


/* Testimonials */
.Testimonials {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:150%;
	text-align:justify;
	margin:10px 0 30px 0 !important;
	padding:0;
}

.TestimonialsAddress {
	font-size:11px;
	margin-top:4px;
	font-weight:bold;
}


/* Forms */
#BlockCenter form.FeedbackForm {
	width:515px;
	background:#f3f3f3;
	border:1px solid #888;
	padding: 10px;
	margin:0;
}

#BlockCenter form.FeedbackForm table {
	width:100%;
	margin:10px 0;
}

#BlockCenter form.FeedbackForm table th, #BlockCenter form.FeedbackForm table td {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	padding:2px;
}

#BlockCenter form.FeedbackForm table th {
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	white-space: nowrap;
	padding-right:10px;
}

#BlockCenter form.FeedbackForm table td {
	width:100%;
}

#BlockCenter form.FeedbackForm td input, #BlockCenter form.FeedbackForm td textarea, #BlockCenter form.FeedbackForm td select, #BlockRight input {
	width:99%;
	background:#ffffff;
	color:#000;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	border:1px solid #808080;
}

#BlockCenter form.FeedbackForm td input.Short {
	width:100px !important;
}
#BlockCenter form.FeedbackForm td input.Button, #BlockRight input.Button {
	border:solid #b0b0b0 1px;
	background-color:#d0d0d0;
}

.Necessary {
	color:#f00000;
}

#IndexNews {
	width:280px;
	padding-left:20px!important;
}

#IndexBanners {
	padding:20px 10px;
	text-align:center;

}

.ContactAddress {
	padding-left:60px;
	background:url(/img/spydex/common/icons/spydex-small.gif) no-repeat;
}
.ContactEmail {
	padding-left:60px;
	background:url(/img/spydex/common/icons/contacts.gif) no-repeat;
}
.ContactAddress h3, .ContactEmail h3 {
	padding:0 !important;
}
.ContactAddress p, .ContactEmail p {
	margin-top:2px !important;
}

div.Tour {
	margin:0;
	padding:0;
	min-height:110px;
}

div.Tour h3 {
	padding:17px 0 0 0!important;
	margin:0!important;
}

div.Tour p {
	margin:10px 0 0 0;
}
