/* Aus products pages styles */

/* product Summary table. Alternating images and text table */
table.ProductsSummary{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
tr.ProductsSummary{
	margin-bottom:5px;
}
td.ProductsSummaryImageLeft{
	border:0px solid #c0c0c0;
	/*border-right:10px solid */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px;
	text-align:left;
	background-color:#c0c0c0;
	width:164px;
}
td.ProductsSummaryImageRight{
	border:0px solid #c0c0c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0px;
	text-align:right;
	background-color:#c0c0c0;
	width:164px;
}
td.ProductsSummaryTextLeft{
	border:1px solid #c0c0c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;	
	text-align:left;
	margin:10px;
	padding:8px;	
}
td.ProductsSummaryTextRight{
	border:1px solid #c0c0c0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;	
	text-align:right;
	padding:8px;	
}
td.ProductsSummaryBlank{
	border:0px solid #c0c0c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:6px;
	text-align:right;
	width:140px;
}
td.ProductsSummarySpacer{
	height:10px;
}

table.SidebarImage td.Picture{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #308CCB;
	border-bottom-color: #308CCB;
	border-left-color: #999999;
	width: 180px;
	padding: 0px;
}
table.SidebarImage td.Background{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #308CCB;
	border-bottom-color: #308CCB;
	border-left-color: #999999;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/Sidebar-Background.gif);
	height: 34px;
}

table.Suppliers td.Text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
table.Suppliers td.Link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-left: 25px;
}
table.Suppliers td.SupplierName{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	padding-left: 25px;
	font-weight: bold;
	}
table.Suppliers td.Logo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding-bottom: 10px;
	width:170px;
}
table.Suppliers td.Pointer{
	padding:6px;
}

HR.ProductRule {
	color:#999999;
	height:1px;
	width:100%;
	align:left;
	}
Table.MiniLogos {
	width:100%;
	border:0px;
	text-align:center;
	padding:5px;
}

table.ProductsHomeImages{
	width:100%;

}

table.ProductsHomeImages td.TopText{
	border:1px #c0c0c0 solid;border-bottom:0px;margin:2px;background-color:#F5F5F5;padding:3px;
}
table.ProductsHomeImages td.BottomText{
	border:1px #c0c0c0 solid;border-top:0px;margin:2px;background-color:#F5F5F5;padding:3px;
}

table.ProductsHomeImages td.Image{
border:1px #c0c0c0 solid;margin:2px;
}