a img {
	border: 0;
}


.left {
	float: left;
}

div.product {
	clear: both;
	border-left: 1px solid #ff7777;
	border-right: 1px solid #ff7777;	
	border-bottom: 1px solid black;
	padding: 15px 15px 0px 15px;
	margin: 0;
}
div.image {
	float: left;
	text-align: center;
}
div.image img {
	border: 0;	
}
div.basket {
	float: right;
	width: 200px;
	padding: 0;
	border-bottom: 0;

}
div.basket p {
	width: 184px;
	padding: 5px 7px 5px 7px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	text-align: justify;
	margin: 0;
}
div.basket table.tbl {
	width: 184px;
}
div.basket table tr td.right {
	text-align: right;
	padding: 0;
	margin: 0;
}
td.right {
	text-align: right;
	float: none;
}
div.basket table tr td.left {

}
div.basket table tr.mostrecent td {
	padding: 0 0 2px 0;
}
div.basket table tr.red td {
	color: red;
}

div.divleft {
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
div.tophr {
	border-bottom: 0;
	margin: 10px 0 0px 0;
	padding: 0;
}
div.miss {
	clear: left;
	margin: 0;
	padding: 0;
}
div.divleft img {
	border: 0;
	margin: 5px 0 0 0;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	clear: both;
	color: #ffffff;
	background: url("../images/h6-2.gif") repeat-x #ff5555;
	padding: 0px;
	height: 19px;
	margin: 2px 0 0 0;
	border-top: 1px solid white;
}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
}
h3 a {
	font-size: 12pt;
}
h3 a:hover {
	font-size: 12pt;
	text-decoration: none;
}
h6 {
	background: url("../images/h6-1.gif") repeat-x;
	height: 19px;
	clear: both;
	font-weight: normal;	
	margin: 0;
	padding: 0;
	font-size: 8pt;	
}
h6 img.left, h2 img.left {
	margin: 0 5px 0 0;
	float: left;
	padding: 0;
}
h6 img.right, h2 img.right {
	margin: 0 0 0 5px;
	float: right;
	padding: 0;
}
h6 p {
	padding: 3px 0 1px 0;
	color: #ffffff;
}
h2 p {
	padding: 1px 0 1px 0;
	margin: 0;
	color: #ffffff;
	font-size: 10pt;
}
h6 p a {
	color: #eeeeee;
}
h6 a:hover {
	color: #ff5555;
	text-decoration: none;
}
h6 b {
	color: #ffffff;
}
table.product {
}

table tr td.leftz {
	text-align: right;
	width: 100px;
}
table tr td.rightz {
	text-align: left;
}


table.product tr td {
	padding: 0;
	margin: 0;
}
table.product tr td.price {
	font-size: 12pt;
	padding: 5px 0 5px 0;
}
table.product tr td input, table.product tr td select {
	width: 150px;
	margin: 0;
	padding: 0;
}
table.product tr td input.free, table.product tr td select.free, input.free, select.free {
	width: auto;
}
input, select, textarea {
	margin: 0;
	padding: 0;
}
input.short {
	font-size: 8pt;
	width: 30px;
	text-align: right;
}
form {
	clear: right;
}

