/*
Title:   Colenz product styles
Author:  Greg Gamette
Updated: October, 28, 2006
*/

/* Override the base structure elements for the products page */
#sidebar {
	width: 250px;
	float: left;
	position: relative;
}
 
#maincol {
	float: right;
	width: 460px;
	padding: 0;
	clear: both;
}

#wrapper {
	padding: 0px 0px;
	margin: 0;
}


/* more info boxes */
.infoboxes {
	margin: 10px auto;
	text-align: right;
	width: 435px
	background-color: purple;
}

.frontbox {
	width: 134px;
	margin: 10px 10px 10px 0;
	padding: 0;
	float: left;
	min-height: 135px;
}

.frontbox img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.boxtext {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.boxtext h3 {
	clear: right;
	font-size: 13px;
	font-weight: bold;
	color: #5CA8B8;
}

/* Links */   

.boxtext h3 a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #5CA8B8;
	}

.boxtext h3 a:hover {
	color: #5CA8B8;
	text-decoration: underline;
}

.boxtext p a:link, a:visited
{
	padding: 0 0 1px 0;
	text-decoration: none;
	color: #000;
}

.boxtext p a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar .box {
	width: 200px;
	background: url(/products/img/box-bottom.gif) no-repeat bottom left;
	margin: 20px auto;
}
	
#sidebar .box h3 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #06364a;
	background: url(/products/img/box_top.gif) no-repeat top left;
}

#sidebar .box p {
	margin: 0;
	padding: 14px 10px;
	font-size: 11px;
	line-height: 1em;
	color: #333;
	text-align: justify;
}

/*pricing tables*/
table.pricing {
	border:1px solid #666;
	border-collapse: collapse;
	width: 450px;
	margin: 15px 0;
}

table.pricing td {
	border-collapse: collapse;
	padding: 5px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}

table.pricing h2 {
	color: #2a6477;
	font-size: 14px;
	font-weight: bold;
}

table.pricing th {
	background-color: #599EB4;
	padding: 8px;
	color: white;
	text-align: left;
}

table.pricing td {
	padding: 10px;
	vertical-align: top;
}

table.pricing tr.gray {
	background-color: #ececec;
}

table.pricing p	{
	font-size: 11px;
	color: #656565;
}

table.pricing h1.price { text-align: right; }

table.pricing .price { text-align: right; }
table.pricing p { margin: 0; padding: 0; }
table.pricing .indent { text-indent: 1em; }


/* Top Selector area */
#productselect {
	margin-bottom: 15px;
	padding-bottom: 0px;
	height: 40px;
	border-bottom: #CCC;
	border-width: 1px;
	border-style: none none solid none;
}

#productselect img {
	margin: 0 10px;
	border: none;
}

#productselect h1 {
	display: inline;
	font-size: 16px;
}

ul#productselector {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

ul#productselector li {
	float: left;
	margin: 0;
	padding 0;
}

#productselector a {
	float: left;
	display: block;
	margin: 0;
	padding: 2px 8px;
	color: #333;
	text-decoration: none;
	border-left: #ccc 1px solid;
	color: #599EB4;
	font-size: 13px;
}

#productselector a.first {
	border-left: none;
}

#productselector a:hover, body#intro #t-intro a {
	color: #fff;
	border-color: #727377;
	background-color: #5CA8B8;
}
