@import url(_Global.css);

#image {
height: 154px;
width: 150px;
float:right;
margin:10px 10px 0 5px;
}

#distributor_table {
border-collapse:collapse;
font-style:italic;
table-layout:fixed;
width:700px;
border-spacing:30px 2px;
margin:10px 100px 10px 125px;
}

#distributor_caption {
font-size:20px;
border-bottom-style:solid;
border-top-style:solid;
border-bottom-width:1px;
border-top-width:1px;
border-color:#fc6;
margin:10px 0 0;
}

th.distributor_header {
border-bottom-width:1px;
border-top-width:1px;
border-bottom-style:solid;
border-top-style:solid;
border-collapse:collapse;
text-align:left;
font-size:20px;
width:800px;
}

#products_table {
table-layout:auto;
left:50px;
position:relative;
border-spacing:0 0;
border-collapse:collapse;
text-align:center;
width:800px;
border-color:#000;
border-style:solid;
border-width:0;
margin:20px 0;
}

tr.products_data {
border-bottom-style:solid;
border-bottom-width:1px;
}

tr.products_header {
border-style:solid;
border-width:1px 0;
}

#products_header {
	border-bottom-color: #80ff00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}

#qoutes {
	font-style: italic;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

#author {
	padding-right: 20px;
	text-align: right;
}


