body {
	background-color: white;
}

table {
	border: none;
	padding: none;
}

img {
	border: none;
}

.space {
	width: 712px;
	height: 5px;
	vertical-align: top;
}

.top {
	vertical-align: top;
}

.topA {
	height: 11px;
	vertical-align: top;
}

.topB {
	height: 31px;
	vertical-align: top;
}

.greyA {
	background-image: url(../images/samurai_grey.gif);
	background-repeat: repeat-x;
	width: 711px;
	height: 5px;
	vertical-align: top;
}

.banner {
	background-image: url(../images/samurai_banner.gif);
	background-color: #efefef;
	background-repeat: no-repeat;
	width: 5px;
	height: 90px;
	vertical-align: middle;
}

.greyB {
	background-image: url(../images/samurai_grey.gif);
	background-repeat: repeat-x;
	width: 5px;
	height: 13px;
	vertical-align: top;
}

.greyC {
	background-image: url(../images/samurai_bars.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 13px;
	vertical-align: top;
}

.navBar {
	background-image: url(../images/samurai_nav.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 31px;
	vertical-align: top;
}

.navItem {
	color: #efefef;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: middle;
	text-transform: lowercase;
	text-align: left;
	height: 18px;
}


/* CONTENT */

.pageTitle {
	background-color: #efefef;
	height: 24px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #FF3399;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	text-transform: uppercase;
}

.contentText {
	color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	vertical-align: top;
	text-align: left;
}


/* FOOTER */

.footerStuff {
	background-color: #efefef;
	text-align: center;
	color: #999999;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	padding-top: 3px;
	/* width: 100%; */
	height: 22px;
}

a.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #999999;
}


/* SHOPPING CART */

.shopCrumb {
	padding-left: 15px;
	background-color: #666666;
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	
}

.ngCrumb {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	color: #FFFFFF;	
}

.shopCategory {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
	color: #666666;
}

.ngTitle {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	color: #FF3399;
}

.ngPriceValue {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3399;
	text-decoration: none;
	font-weight: bold;
}
.ngPriceTitle {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3399;
	text-decoration: none;
	font-weight: bold;
}

.shopProductImage {
	width: 30%;	
}

.shopProductShortInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	color: #666666;
	border-top: solid #cccccc 1px;
}

.shopProductThumb {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 8pt;
	color: #660000;
	width: 25%;
	border-top: solid #cccccc 1px;
}

.productTitle {
	font-size: 12pt;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FF3399;
	text-decoration: none;
	font-weight: bold;
}

.productText {
	font-size: 10pt;
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

