/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align:left;
}

#contactEmail {
	padding-top: 68px;
	font-size: 12px;
	float: left; 
	width: 380px;
}

#contactEmail a {
	color: white;
	text-decoration: none;
}

#contactEmail a:hover {
	text-decoration: underline;
}

#beltContainer {
	height: 144px;
	margin-top: 0px;
}

#description {
	font-size: 12px;
	float: left; 
	width: 320px; 
	padding-right: 10px;
	color: white;
}

#funDescription {
	font-size: 12px;
	float: left; 
	width: 180px; 
	padding-right: 10px;
	color: white;
	padding-left: 20px;
}

#viewCart {
	float: right; 
	margin-top: 10px;
}

#buyButton {
	float: right;
	color: white;
}

#orderBox {
	font-size: 14px;
}

#beltSize {
	text-align: left;
}

.beltDescriptionTitle {
	font-size: 16px;
	font-weight: bold;
	color: #baf1ff;
	padding-bottom: 6px;
}

#sizeChart {
	padding-top: 0px;
}

#sizeChart .sizeChartTitle {
	font-size: 16px;
	font-weight: bold;
	color: #baf1ff;
	padding-bottom: 6px;
}

#sizeChart td {
	padding-right: 15px;
}

#sizeChart .title{
	font-size: 13px;
	font-weight: bold;
	color: #baf1ff;
}

#sizeChart .sizes {
	color: white;
}

#orderBox td {
	padding-right: 7px;
	padding-bottom: 4px;
	text-align: left;
}

.priceBelt {
	color: white;
}

#topThumbs {
	width: 536px; 
	float: left; 
	padding-top: 4px;
}

#topThumbs ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topThumbs li {
	display: inline;
}

#bottomThumbs {
	width: 536px; 
	float: left; 
	margin-top: 0px;
}

#bottomThumbs ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#bottomThumbs li {
	display: inline;
}