@charset "UTF-8";
/* default */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #000000;
}
img {
	border: 0px;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* default links */
a {
	text-decoration:none;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
}
a:active {
	color:#000000;
}
a:hover {
	color:#333333;
}
/* default positioning */
#mainOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}
#mainDisplay {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	position: relative;
	text-align: left;
	top: 10px;
}
#mainContent {
	display: block;
	position: absolute;
}
/* default header */
#mainHeader {
	float: left;
	width: 980px;
	height: 100px;
	background: #000000 url(../images/headerBG.gif) top right;;
}

#mainHeader img{
	margin: 10px 0px 0px 17px;
}

#mainSearch{
	position:absolute;
	top: 10px;
	right: 17px;
}

#mainSearch .goKeyword{
	float: left;
	line-height: 16px;
}

#mainSearch .goSearch{
	float: left;
	margin: 2px 0px 0px 7px;
}

#mainNavigation {
	float: left;
	width: 980px;
	height: 24px;
	background: #000000 url(../images/navigationBG.gif) top right;
}

#subNavigation {
	float: left;
	width: 980px;
	height: 24px;
	background: #000000 url(../images/subnavigationBG.gif) top right;
}

#subNavigation ul{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	list-style:none;
}

#subNavigation ul li{
	float:left;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	width:98px;
	height:24px;
	text-align: center;
}

#subNavigation ul li.sel{
	background: url(../images/subnavigationBGsel.gif) top right;
}

#subNavigation ul li a{
	display: block;
}

#mainBody {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
	background: #CCCCCC;
}
#mainCopyright {
	float: left;
	width: 980px;
	height: 24px;
	line-height: 24px;
	background: #000000 url(../images/footerBG.gif) no-repeat top right;
	color: #CCCCCC;
	text-align: center;
}
#mainFooter {
	float: left;
	margin-bottom: 10px;
	width: 980px;
	height: 24px;
	line-height: 24px;
	font-size:10px;
	color: #CCCCCC;
	text-align: center;
}
#mainFooter a {
	text-decoration:none;
	color: #CCCCCC;
}
#mainIngenious {
	float: left;
	margin-bottom: 10px;
	width: 980px;
	height: 24px;
	line-height: 24px;
	font-size:10px;
	color: #666666;
	text-align: center;
}
#mainIngenious a {
	text-decoration:none;
	color: #666666;
}
#itemDescription {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 500;
}
#popArrowL {
	float: left;
	width: 20px;
}
#popArrowR {
	display:none;
	float: left;
	width: 20px;
}

.cornerRow{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 7px;
	font-size: 1px;
}

.popSpacer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
	width: 166px;
	height: 7px;
	line-height: 7px;
	background: #333333;
}
.popImage {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#popBody {
	float: left;
	width: 180px;
}
#popDescription {
	float: left;
	width: 180px;
	background: #333333;
	font-size:10px;
	color:#CCCCCC;
}
#popDescription p {
	margin: 0px 10px 0px 10px;
}
#popDescription p.loader {
	margin: 0px 10px 24px 10px;
	text-align:right;
}
#popDescription ul {
	margin: 10px 10px 0px 25px;
	padding: 0px 0px 0px 0px;
}
#popDescription ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#cartItemDescription {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 500;
}
#cartArrowL {
	float: left;
	width: 20px;
}
#cartArrowR {
	display: none;
	float: left;
	width: 20px;
}
.cartPopSpacer {
	display: block;
	float: left;
	width: 166px;
	height: 7px;
	background: #999999;
}
.cartImage {
	float: left;
}
#cartBody {
	float: left;
	width: 180px;
}
#cartDescription {
	float: left;
	width: 180px;
	background: #999999;
	font-size:10px;
	color:#333333;
}
#cartDescription p {
	margin: 0px 10px 0px 10px;
}
#cartDescription p.loader {
	margin: 0px 10px 24px 10px;
	text-align:right;
}
#cartDescription ul {
	margin: 10px 10px 0px 25px;
	padding: 0px 0px 0px 0px;
}
#cartDescription ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.storeRow {
	display:inline;
	float: left;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 960px;
}

.categoryRow {
	display:inline;
	float: left;
	margin: 20px 0px 0px 20px;
	width: 960px;
}

.categoryInfo {
	display:inline;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 940px;
	height: 124px;
	background: url(../images/infoBG.gif)
}

.categoryInfo .body{
	display:inline;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 940px;
	height: 100px;
	overflow:hidden;
}

.categoryInfo .body .logo{
	display:inline;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 140px;
	height: 100px;
}

.categoryInfo .body .text{
	display:inline;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 660px;
	height: 100px;
	color:#FFFFFF;
}

.categoryInfo .body .text h1{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
}

.categoryInfo .body .text p{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
}

.categoryInfo .body .image{
	display:inline;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 140px;
	height: 100px;
}

.categoryInfo .nav{
	display:inline;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 940px;
	height: 24px;
}

.categoryInfo .nav ul{
	float:left;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	list-style:none;
}

.categoryInfo .nav ul li{
	float:left;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
	height:24px;
	text-align: center;
}

.categoryInfo .nav ul li.sel{
	background: url(../images/subnavigationBGsel.gif) top right;
}

.categoryInfo .nav ul li a{
	display: block;
}

h1 {
	margin:0px 20px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
}
h2 {
	margin:0px 20px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	margin:0px 20px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin:0px 20px 20px 0px;
	padding:0px 0px 0px 0px;
}
.spanThree {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 700px;
	height: 268px;
}
.storeItem {
	display:inline;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 220px;
	height: 268px;
}
.categoryItem {
	display:inline;
	float: left;
	margin: 0px 20px 0px 0px;
	width: 220px;
	height: 268px;
}

.detailItem {
	display: inline;
	float: left;
	margin: 0px 20px 0px 7px;
	width: 440px;
	height: 440px;
}

.itemName {
	float: left;
	width: 220px;
	line-height:24px;
	text-align: center;
}
.itemColor {
	float: left;
	width: 100px;
	line-height:24px;
	text-align: left;
}
.itemColor .colorSwatch {
	float: left;
	margin: 4px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	width: 16px;
	height: 16px;
	cursor:pointer;
}

.itemColor .colorSwatch div{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 16px;
	height: 4px;
}

.colorSwatch div{
	font-size: 1px;
}

.itemPrice {
	float: left;
	margin-left: 20px;
	width: 100px;
	line-height:24px;
	text-align: center;
	font-weight:bold;
}
.itemPrice span {
	text-decoration:line-through;
	font-weight:normal;
}
.itemBuy {
	float: left;
	margin-left: 20px;
	width: 100px;
	line-height:24px;
	text-align: center;
}

.clear {
	clear:both;
}

/* Slider */
.sliderGallery {
	overflow: hidden;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 268px;
	width: 940px;
}
.sliderGallery UL {
	float:left;
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.sliderGallery UL LI {
	display: inline;
	margin-right: 15px;
}
.slider {
	width: 920px;
	height: 17px;
	top: 240px;
	margin-left: 10px;
	padding: 1px;
	position: relative;
	background: url(../images/scrollbar.png) no-repeat;
}
.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../images/scroller.png) no-repeat;
	z-index: 100;
}
.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}
.slider .slider-lbl1 {
	left: 75px;
}
.slider .slider-lbl2 {
	left: 820px;
}

/* itemDetails */
.itemDetailsOverlay {
	display: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99998;
	text-align: center;
}

.itemDetailsOverlay a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

.itemDetailsBG {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#000000;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity: 0.50;
	cursor:pointer;
}

.itemDetailsDisplay{
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	overflow: hidden;
	position: relative;
	width:840px;
	height:478px;
	filter: alpha(opacity=100);
	opacity: 1.00;
	-moz-opacity:1.00;
	text-align: left;
}

#mainBody .itemDetailsDisplay{
	display: block;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	top:auto;
	overflow: hidden;
	position: relative;
	width:840px;
	height:478px;
	text-align: left;
}

.itemDetailsContent{
	display: block;
	position: absolute;
}

.itemDetailsClose{
	float: right;
	display: inline;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 16px;
	height: 16px;
}

.detailsSpacer {
	display: block;
	float: left;
	width: 826px;
	height: 7px;
	background: #333333;
}
.detailsImage {
	float: left;
}

#detailsDescription {
	float: left;
	width: 840px;
	height: 464px;
	background: #333333;
	font-size:10px;
	color:#CCCCCC;
}

#detailsDescription .detailText{
	float:left;
	width:350px;
	height:420px;
}

#detailsDescription .detailText h1 {
	margin: 0px 10px 0px 0px;
}

#detailsDescription .detailText p {
	margin: 10px 10px 0px 0px;
}
#detailsDescription p.loader {
	margin: 0px 10px 24px 10px;
	text-align:left;
}
#detailsDescription .detailText ul {
	margin: 10px 10px 0px 15px;
	padding: 0px 0px 0px 0px;
}
#detailsDescription .detailText ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#detailsDescription .detailPurchase{
	float:left;
	width:840px;
	height:24px;
	line-height:24px;
}

#detailsDescription .detailPurchase .detailColor{
	float:left;
	margin: 0px 0px 0px 7px;
	width:220px;
	height:24px;
	line-height:24px;
	text-align:left;
}

#detailsDescription .detailPurchase .detailColor .colorLabel {
	float: left;
	width: 80px;
}

#detailsDescription .detailPurchase .detailColor .colorSwatch {
	float: left;
	margin: 4px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	width: 16px;
	height: 16px;
	cursor:pointer;
}

#detailsDescription .detailPurchase .detailColor .colorSwatch div{
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 16px;
	height: 4px;
}

#detailsDescription .detailPurchase .detailSize{
	float:left;
	width:220px;
	height:24px;
	line-height:24px;
}

#detailsDescription .detailPurchase .detailPrice{
	float:left;
	width:180px;
	height:24px;
	line-height:24px;
	text-align:right;
	font-weight:bold;
}

#detailsDescription .detailPurchase span {
	text-decoration:line-through;
	font-weight:normal;
}

#detailsDescription .detailPurchase .detailAdd{
	float:left;
	margin: 0px 0px 0px 20px;
	width:100px;
	height:24px;
	line-height:24px;
}

.itemDetailsContent .close{
	line-height: 20px;
	text-align: center;
}

#mainCart {
	display: inline;
	float: left;
	margin: 20px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 940px;
	color:#CCCCCC;
}

.cartSpacer {
	display: block;
	float: left;
	width: 926px;
	height: 7px;
	background: #333333;
}
.cartImage {
	float: left;
}

.cartContent {
	float:left;
	width: 940px;
	background: #333333;
}

.cartProducts{
	display: inline;
	float:left;
	margin: 0px 7px 7px 7px;
	width: 926px;
}

.cartProduct{
	display: inline;
	float:left;
	margin: 0px 18px 0px 0px;
	width:100px;
}

.cartProductL{
	display: inline;
	float:left;
	margin: 0px 0px 0px 0px;
	width:100px;
}

.cartQty{
	float:left;
	width:84px;
	line-height: 24px;
}

.cartQty input{
	display:inline;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 20px;
	height: 12px;
	line-height: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
.cartDelete{
	float:left;
	width:16px;
	line-height: 24px;
}

.cartDelete img{
	margin: 4px 0px 0px 0px;
}

.cartInfo{
	display: inline;
	float:left;
	margin: 0px 7px 0px 7px;
	width: 926px;
	height: 24px;
	line-height: 24px;
	color:#CCCCCC;
}

.cartInfo .cartIcon{
	float: left;
	width: 200px;
	height: 24px;
}

.cartInfo .cartName{
	float: left;
	width: 176px;
	height: 24px;
	line-height: 24px;
}

.cartInfo .cartShow{
	float: left;
	width: 526px;
	height: 24px;
	line-height: 24px;
	text-align:center;
}

.cartInfo .cartShow a{
	color: #CCCCCC;
}

.cartInfo .cartShow a:hover{
	color: #999999;
}

.cartInfo .cartTotal{
	float: left;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align:center;
	font-weight:bold;
}

.cartInfo .cartCheckout{
	float: left;
	width: 100px;
	height: 24px;
	line-height: 24px;
}

.checkoutBlock {
	display: inline;
	float: left;
	margin: 20px 0px 0px 20px;
	width: 960px;
}

/* form */
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 24px;
}

input{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	line-height: 24px;
}

textarea{
	font-size: 10px;
	line-height: 24px;
	width: 463px;
	height: 230px;
}

.formInput{
	margin: 0px 0px 5px 0px;
	float: left;
	width: 613px;
	line-height: 24px;
}

.formLabel{
	float: left;
	width: 150px;
	text-align:right;
}

.formField{
	float: left;
	width: 463px;
}

.error{
	color:#FF0000;
	font-weight:bold;
}

.textInput{
	width: 230px;
	line-height: 16px;
}

.selectInput{
	width: 230px;
}

.textSmallInput{
	width: 110px;
	line-height: 16px;
}

.selectSmallInput{
	width: 110px;
}