﻿/* CSS layout */
#TopSpacer {
	height: 5px;
}
#TaroSoftBanner {
	height: 86px;
	border: thin solid #3973A6;
}
#BannerImage {
	width: 100%;
	height: 100%;
}
#top_nav {
	height: 5px;
}
#container {
	border: thin solid #3973A6;
	position: relative;
	background-repeat: repeat-y;
	background-image: url('Images/LeftColumn.jpg');
	height: 2500px;
}
#left_col {
	width: 150px;
	float: left;
	z-index: 10;
	position: relative;
}
#TaroSoftBannerImageContainer {
	height: 86px;
}
#page_content {
	position: relative;
	height: 100%;
	margin-left: 150px;
	margin-right: 200px;
	border-left: thin solid #3973A6;
	border-right: thin solid #3973A6;
}
#right_col {
	width: 200px;
	float: right;
}
#footer {
	clear: both;
}
body {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 800px;
}

h1
{
	font-size:large
}
.list_table {
	text-align: left;
	width: 100%;
}
.list_row {
	padding: 3px;
	vertical-align: top;
}
.list_row_arrow {
	padding: 3px;
	vertical-align: top;
	width:5%

	
}

.pricing_table {
	border: thin double #000000;
	text-align: left;
	width: 100%;
}
.pricing_header {
	font-weight: bold;
	border: thin double #000000;
	background-repeat: repeat-x;
	background-image: url('Images/PricingTableBackGround.gif');
}
.pricing_data_row_even {
	border: thin double #000000;
}
.pricing_data_row_odd {
	border: thin double #000000;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f5f5f5;
}
#buy_now_try_now {
	font-size: large;
	color: #AE2F28;
	text-align: center;
}
#page_title {
	font-size: x-large;
	text-align: center;
}
#page_text {
	padding: 2em 6em 2em 6em;
	text-align: left;
}
#box_top_image {
	float: left;
}
#pricing_intro {
}
#pricing_text_and_table {
	clear: left;
}
#tarosoft_logo {
	float: left;
	margin: 8px;
}
#isitup_screenshot {
	float: left;
	margin: 10px;
}
.features_outer_list {
	list-style-image: url('Images/RedArrow.GIF');
}
.features_inner_list {
	list-style-image: url('Images/check.gif');
}
#RssIcon {
	text-align: right;
}
#MainWindow a img {
	float: right;
	height: 134px;
	width: 152px;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
}
#MainWindow a:hover img {
	width: 696px;
	height: 522px;
	position: absolute;
	z-index: 999;
	right: -175px;
}
#MainWindow a:hover {
	padding: 0;
}
#WebView a img {
	float: right;
	height: 134px;
	width: 152px;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
}
#WebView a:hover img {
	width: 572px;
	height: 503px;
	position: absolute;
	z-index: 999;
	right: -175px;
}
#WebView a:hover {
	padding: 0;
}

#IpMonitor a img {
	float: right;
	height: 134px;
	width: 152px;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
}
#IpMonitor a:hover img {
	width: 572px;
	height: 503px;
	position: absolute;
	z-index: 999;
	right: -175px;
}
#IpMonitor a:hover {
	padding: 0;
}
#WebSiteMonitor a img {
	float: right;
	height: 134px;
	width: 152px;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
}
#WebSiteMonitor a:hover img {
	width: 583px;
	height: 518px;
	position: absolute;
	z-index: 999;
	right: -175px;
}
#WebSiteMonitor a:hover {
	padding: 0;
}

#TcpIpPortMonitor a img {
	float: right;
	height: 134px;
	width: 152px;
	border: 1px solid #000;
	margin: 0 0 5px 5px;
}
#TcpIpPortMonitor a:hover img {
	width: 572px;
	height: 503px;
	position: absolute;
	z-index: 999;
	right: -175px;
}
#TcpIpPortMonitor a:hover {
	padding: 0;
}

.PositionRelative {
	position: relative;
}
.ClearBoth {
	clear: both;
}
.ClearRight {
	clear:right;
}

