/* CSS Document */

h1 {
	color: #f68121;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 0 3px 0;
}

h2 {
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 15px 0 0 20px;
	margin: 0;
	text-transform: lowercase;
}

h3 {
	width: 644px;
	height: 28px;
	display: block;
	background-color: #d2d0ce;
	color: #f68121;
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: normal;
}

h4 {
	width: 150px;
	height: 20px;
	color: #fff;
	background-color: #f6872c;
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
	margin-left: -35px;
	padding-top: 2px;
}

h5 {
	width: 644px;
	height: 23px;
	display: block;
	background-color: #d2d0ce;
	color: #cb5c01;
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 0 0 20px;
	margin: 0;
	font-weight: normal;
	text-transform: lowercase;
}

	h5 a {
		color: #cb5c01;
		text-decoration: none;
	}

	h5 a:hover {
		color: #a81212;
	}
	
h6 {
	background-color: #f68121;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 10px 0 5px;
	text-align: left;
	width: 115px;
	float: right;
	margin: 8px 0 8px 0;
}

	h6 a {
		color: #fff;
		text-decoration: none;
	}

	h6 a:hover {
		text-decoration: underline;
	}

.int-header {
	color: #f68121;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 0 3px 0;
}

.int-header2 {
	color: #f68121;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 0 3px 0;
}

.related {
	width: 250px;
	height: 21px;
	color: #fff;
	background-color: #f6872c;
	font-family: Gill Sans MT, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	margin-left: -35px;
	padding-top: 1px;
}

	.related {
		margin-top: 60px\9
	}

.black {
	color: #000;
}

img {
	border: 0;
}

.orange {
	color: #f68121;
}

	.orange a {
		text-decoration: none;
	}
	
	.orange a:hover {
		text-decoration: underline;
	}

.light-grey {
	color: #818181;
}

a {
	color: #f68121;
}

	a:hover {
		text-decoration: none;
	}
	
.center {
	text-align: center;
}

.float-image-right {
	float: right;
	padding: 3px 0 3px 10px;
}

	.float-image-right img {
		border: 1px solid #c3c3c3;
	}
	
.float-image-left {
	float: left;
	padding: 3px 10px 3px 0px;
}

	.float-image-left img {
		border: 1px solid #c3c3c3;
	}


	
table td {
	vertical-align: top;
}

table img {
		border: 1px solid #c3c3c3;
	}
	
.about-table {
	margin-left: 40px;
}

.buy-now {
	background-color: #d2d0ce;
	color: #666;
	font-weight: bold;
	padding: 5px;
	border: 0;
	cursor: pointer;
}

	a .buy-now  {
		text-decoration: none;
	}
	
.update_btn {
	border: 0;
	background-color: #d2d0ce;
	color: #666;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
}

.cart-qty {
	font-size: 10px;
}
	


