/* ----- main content ----- */

#main {
	color: #333;
	width: 850px;
	padding: 0;
	padding-bottom: 100px;
	margin: 0 auto;
	text-align: left;
	}
	
/* subnav 
div.subnav ul {
	font-weight: bold;
	background: #4DA2C6 url(/windows-watch/images/table-bg.jpg) repeat-x left top;
	}

.subnav ul li a:hover {
	background: none;
	color: #ffc;
	}
*/

#left_col {
	float: left;
	width: 580px;
	margin-left: 0;
	}

#left_col p.first {
	font-size: 140%;
	}

#left_col h2 {
	color: #2d8bb7;
	width: 500px;
	text-align: left;
	margin-top: 15px;
	margin-left: 0;
	}

h3 {
	color: #2d8bb7;
	font-size: 160%;
	margin-bottom: 0;
	padding-bottom: 0;
	}

#right_col {
	float: right;
	width: 225px;
	padding: 0;
	margin: 0;
	}

#right_col #column {
	background: #cee1ec url(/images/vistawatch/sidebar-top.gif) left top no-repeat;
	width: 200px;
	padding: 15px;
	margin: 25px 0 0 0;
	}

#right_col #column_bottom {
	background: #cee1ec url(/images/vistawatch/sidebar-bottom.gif) left bottom no-repeat;
	width: 200px;
	padding: 15px;
	margin: 0;
	}

#column h3 {
	font-weight: normal;
	font-size: 125%;
	color: #3a74a4;
	margin: 25px 0 3px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #3a74a4;
	}

#column h3.first {
	font-size: 150%;
	margin-top: 0;
	padding-top: 0;
	}

#right_col .banner {
	width: 150px;
	}

.lrg_banner {
	margin-top: 10px;
	margin-bottom: 0;
	}

#vista_products {
	text-align: center;
	}

#vista_products a img {
	text-align: center;
	padding: 0;
	margin: 0;
	}

dd {
	padding-bottom: 15px;
	}

/* form */
form#jump_nav {
	padding: 10px;
	border: 1px solid #cdcdcd;
	margin-top: 50px;
	background: #fcf0b6;
	}



.vista_list {
	margin: 0;
	width: 840px;
	border: 1px solid #cdcdcd;
	border-bottom: none;
	border-collapse: collapse;
	}

.vista_list th, .vista_list td {
	padding: 5px 10px;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	}

.vista_list th {
	text-align: left;
	font-weight: bold;
	background: #4DA2C6 url(/windows-watch/images/table-bg.jpg) repeat-x left top;
	color: #fff;
	font-size: 95%;
	padding: 0;
	padding: 3px;
	text-align: center;
	}

.vista_list td, .vista_list td {
	font-size: 95%;
	}

/*
.vista_list tr:hover {
background: #ffc;
cursor: hand;
}
*/
thead th,tfoot td{
	/* background:#ddd; */
}
tr.ruled{
	background:#9cf;
	}    
table{
	/* border:1px solid #333; */
	border-collapse:collapse;
	}
th,td{
	/* border:1px solid #333; */
	border-collapse:collapse;
	}
#mytable tr.ruled{
	background:#333;
	color:#ccc;
	}

td.listing_gradient {
	background: url(/images/backgrounds/listing-gradient.jpg) left top repeat-x;
	}


/* row highlighting */
tr.odd	{background: #fdf9d5;}
tr.highlight	{
	background: #fcf0b6;
	cursor: hand;
	cursor: pointer;
	color:#000;
	}
tr.selected		{background:#ffe88a;color:#000;}