/* @Product Page Styles */

#title-left {
	float: left;
	text-align: left;
	width: 300px;
	font-size: 1.8em;
}

#title-right {
	float: right;
	text-align: right;
	width: 280px;
	font-size: 1.5em;
	color: #9a9a9a;
}

#infoContainer {
	clear: left;
	margin: 0 auto;
}

#info-left {
	float: left;
	text-align: left;
	width: 300px;
	padding-top: 10px;
}

#info-right {
	float: left;
	position: relative;
	text-align: left;
	width: 270px;
	padding-left: 10px;
}

#info-about {
	clear: left;
	position: relative;
	float: left;
	text-align: left;
	width: 100%;
}

#info-about-split {
	float: left;
	text-align: left;
	width: 50%;
}

.info-about-clear {
	clear: both;
}

table.product {
	width: 100%;
	empty-cells: hide;
	color: #666666;
	border-collapse: collapse;
}

td.product-left {
	width: 30%;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 5px;
}

td.product-right {
	width: 70%;
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 5px;
}

table.images {
	width: 100%;
	background: #fff;
	border: 1px solid #a1a5a9;
	border-collapse: collapse;
	empty-cells: hide;
}

tr.images-header {
	background: #e2e2e2 url(../images/table_header_bg.png) repeat-x;
	font-weight: bold;
}

td.images-header {
	border: 1px solid #a1a5a9;
	padding: 5px;
}

td.images-body {
	border: 1px solid #a1a5a9;
	padding: 5px;
}

/*td.images-body a:link, td.images-body a:visited {
	text-decoration: underline;
}*/

#button-row {
	text-align: right;
}
