/* CSS Document */

#container{
	background-color: #d3e0d9;
}

#left{
	min-height: 175px;
	height: 175px;
	background: #e7eeea url(../images/bg_topleft.gif) no-repeat;
}

#content{
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:20px 0px 0px 14px;
}

/************ products table styles **************/

#products{
	clear: both;
	font-size: 9px;
	color: #cccccc;
	padding: 0px;
	margin: 14px 0px 10px 0px;
	width: 500px;
}

#products table{
	background-color: #8BACA4;
}

#products table th{
	border: 1px solid #D3E0D9;
}

#products table td{
	color: #FFFFFF;
	font-size: 9px;
	padding: 8px;
	vertical-align: top;
	border: 1px solid #D3E0D9;
	height: auto;
	/*width: auto;*/
	text-align: left;
	font-weight: normal;
}


#products .info{
	position: relative;
	height: auto;
	width: 124px;
	margin:0px;
	padding:0px;
}

#products .info img{
	position: absolute;
	top: -4px;
	left: 129px;

}

/*a img {height: 34px; width: 16px; border-width: 0;}*/
a.info-button img {background: url(../images/but_info.gif) top left no-repeat;}
a.info-button:hover img {background: url(../images/but_info-over.gif) top left no-repeat;}

/* product table backgrounds*/
.tbg-orange1 {background-image:url(../images/tbg_orange1.gif);}
.tbg-orange2 {background-image:url(../images/tbg_orange2.gif);}
.tbg71-1{background-image:url(../images/tbg_71-1.gif);}
.tbg71-2{background-image:url(../images/tbg_71-2.gif);}
.tbg97-1{background-image:url(../images/tbg_97-1.gif);}
.tbg97-2{background-image:url(../images/tbg_97-2.gif);}
.tbg157-1{background-image:url(../images/tbg_157-1.gif);}
.tbg157-2{background-image:url(../images/tbg_157-2.gif);}


/****** partner button ******/

#partner-holder{
	position: relative;
	clear: both;
	height: 62px;
}

#partner{
	position: relative;
	float: left;
	top: 0px;
	left: 13px;
}

#partner .logo{
	position: absolute;
	top: 20px;
	left: 130px;
}

#partner a{
	font-weight: normal;
}

#partner img{
	margin-bottom: 8px;
}
