@charset "UTF-8";

/* Home page text area */
div#homeText {
/* setting the padding to 20 centers the text area nicely */
	padding: 10px 20px;
/* this dimension is pulled from provided design */
	height: 279px;
	text-align: left;
}

table#product_specs tr th, table#product_specs tr td
{
	padding-right: 2em;
}

table#bag_images {
	text-align: center;
}

table#small_images {
	float:right;
}

img.header_image {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}

a { 
	color: #535353;
}

a:hover { 
	text-decoration: underline;
	color: black;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

