@charset "UTF-8";
/* CSS Document */
div#top_brand {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 55px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div#about{
	width: 140px;
	padding-left: 100px;
	float: left;
}
div#bag{
	width: 30px;
	min-height: 50px;
	margin-right: 5px;
	bottom: 5px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
}
div#bagNum{
	width: 30px;
	left: 0;
	right: 0;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top: 20px;
}
div#image {
}
div#brand_overlay {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	top: 20px;
	width: 600px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
div.productContainer {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 55px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
div.productPic{
	width: 160px;
	margin-right: 20px;
	float: left;
}
div.productDetail{
	width: 410px;
	min-height: 10px;
	margin-right: 10px;
	float: right;
	font-style:italic;
	line-height: 20px;
}
p.productName {
	width: 410px;
	height: 30px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
p.productName a:link {
	color: #333;
	text-decoration: underline;
}
p.productName a:visited {
	color: #333;
	text-decoration: underline;
}
p.productName a:hover {
	color: #000;
	text-decoration: underline;
}
p.productName a:active {
	color: #333;
	text-decoration: underline;
}
p.productDetail {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
}
p.productPrice {
	font-size: 24px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	float: right;
	padding-right: 50px;
}
p.productColor {
	clear: both;
}
.tblSize {
	font-family: "Times New Roman", Times, serif;
	color: #999;
}
div#full_image {
	min-width: 300px;
	min-height: 400px;
}
