/* generic table style */
table.dataTbl {
	border: 1px solid #b2b2b2;
	border-top: none;
	border-bottom: none;
	margin: 10px 0;
}

table.dataTbl th {
	background: #009788 top left repeat-x;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	text-transform: uppercase;
}

table.dataTbl tr.altRow { background: #f6f6f6; }
table.dataTbl tr.cartVoucher { background: #f6f6f6; }
table.dataTbl tr.subTotal { background: #c9ddda; color:#333; font-size:110%; }

table.dataTbl td {
	border-bottom: 1px solid #b2b2b2;
	padding: 10px;
}

table.dataTbl tr.subTotal td {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

table.dataTbl td strong {
	color: #BF151B;
	font-weight: bold;
	text-align: right;
}
a.btnGiant {
	background: #009788;
	color: #ffffff;
	display: block;
	font-size: 100%;
	font-weight: bold;
	float: right;	
	padding: 5px;
	text-transform: uppercase;
	text-align:center;
	width: 150px;
}

fieldset {
	border: none;
}

fieldset#contactForm H2{
	margin:20px 0px;
}

div.divider {
	color: #999;
	height: 1px;
}

/* checkout and cart styling */
#checkoutContent{
	margin-top:15px;
	width: 650px;
}
/* checkout progress */

ul#checkoutProgress{
	width:100%;
}

ul#checkoutProgress {
	background-color: #fff;
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0px;
	text-align: left;
	text-transform: uppercase; 
}

ul#checkoutProgress li {
	display: inline;
	padding: 10px;
}

ul#checkoutProgress li.active 
{
	background-color: #009788;
	color: #fff;
	text-decoration:underline;
}

/* shopping cart and contact form elements */
fieldset#checkoutContent, fieldset#contactForm {
	border: none;
	overflow: hidden;
	margin: 10px 0 0 10px;
	padding-bottom: 1.5em;
	width: 450px;
}

.inputReg {
	font-size: 90%;
	padding: 3px 0 3px 0;
	width: 250px;
}

.selectReg {
	width: 250px;
}

fieldset#checkoutContent label, fieldset#checkoutContent input, fieldset#checkoutContent select, fieldset#contactForm label, fieldset#contactForm input, fieldset#contactForm textarea {
	float: left;
	margin-bottom: 10px;
}

fieldset#contactForm textarea {
	padding: 3px 0 3px 0;
	width: 250px;
}

fieldset#checkoutContent label, fieldset#contactForm label {
	font-size: 100%;
	padding-right: 15px;
	text-align: right;
	width: 150px;
}

fieldset#checkoutContent label.checkbox_label {
	width: 300px;
}

fieldset#contactForm span.checkbox_label input 
{
	margin-left: 5px;
	width: auto;
}

fieldset#checkoutContent label.mandatoryLabel, fieldset#contactForm label.mandatoryLabel {
	font-weight: bold;
}

fieldset#contactForm input.submitButton
{
	margin-left: 165px;
	width: auto;
}

div.cartdivider {
	clear: both;

}
div.cartdivider hr {
	display: none;
}

fieldset#checkoutContent input.btnReg, fieldset#contactForm input.btnReg {
	background: #009788;
	border: 1px #ffffff solid;
	color: #fff;
	float: right;
	font-weight:bold;
	font-size: 100%;
	margin-top: 10px;
	padding: 2px;
	text-transform: uppercase;
	width: 150px;
}

input.prodQty {
	border: 1px solid #b2b2b2;
	text-align: right;
	width: 50px;
}
td.updateLink { 
	text-align: center; 
}

/* Related Products */

div.relatedProducts div.relatedItem
{
	float:left;
	margin: 0 10px 0 0;
	width:180px;
}

/* Additional Images */

ul#galleryThumbs {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#galleryThumbs li {
	display: inline;
}

ul#galleryThumbs a {
	float: left;
	height: 80px;
	width: 80px;	
	margin: 0 1px 10px 0;
	padding: 1px;
}

ul#galleryThumbs a:link, ul#galleryThumbs a:visited { background-color: #dadada; }
ul#galleryThumbs a:hover, ul#galleryThumbs a:active { background-color: #c52237; }
