	body,html{
		margin: 0;
		padding: 0;	
	}
	
	th{
		text-align: left;	
	}
	
	sup{
		font-size: 50%;	
	}
	
	img{
		display: block;	
	}
	
	dl{
		margin: 0;
		padding: 0;
	}
	
	dt{
		margin: 0;
		padding: 0;
	}
	
	dd{
		margin: 0 0 0 10px;
	}
	
	input[type=image]{
		margin: 0;
		padding: 0;
	}
	
	div#wrapper{
		width: 980px;
		min-height: 400px;
		margin: 10px auto;
		border-radius: 10px;
	}
	
	div#header{
		position: relative;
		width: 980px;
		height: 75px;
		border-radius: 10px 10px 0 0;
	}
	
	div#currencyHeader{
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px;
			
	}
	
	div#loginHeader{
		position: absolute;
		right: 0;
		bottom: 0;
		float: right;
		font-size: 0.9em;
		padding: 5px;	
	}
	
	div#logo{
		float: left;
		width: 519px;
		height: 65px;
		margin: 25px 0 0 -15px;
	}
	
	div#name{
		float: left;	
	}
	
	div#navbar{
		height: 40px;
		padding: 0;
	}

	div#nav{
		width: 960px;
		height: 20px;
		margin-top: -8px;
		padding: 0 10px;
		float: left;

	}
	
	div#nav dl{
		margin: 0;
		padding: 0;
	}
	
	div#nav dd{
		float: left;
		margin: 0 16px;
	}
	
	div#nav dd.alpha{
		margin-left: 0;	
	}
	
	div#nav dd.omega{
		float: right;
		margin-right: 0;	
	}
	
	div#subnav{
		padding: 0 10px 0 10px;	
	}

	div#subnav p{
		margin: 0;
		padding: 0;	
	}

	div#subnavSearch{
		float: left;
		margin-top: 5px;
		margin-right: 10px;	
	}
	
	div#subnavBreadcrumb{
		float: left;
		margin-top: 10px;	
	}

	div#tinyCart{
		float: right;
		margin-top: -5px;
		margin-right: -10px;
		margin-bottom: -5px;
		padding: 6px 10px 12px 10px;
		height: 100%;
	}

	
	div#currency{
		float: right;
		font-size: 0.8em;
		margin-right: 20px;
	}
	
	div#contentWrapper{
		width: 980px;
		min-height: 400px;
		padding: 5px 0;
	}
	
	div#leftCol{
		float: left;
		width: 170px;
		margin-left: 10px;
	}
	
	.mainCategory{
		width: 100%;
		padding: 3px;
	}
	
	.categoryLabel{
		float: left;	
	}
	
	.categoryToggle{
		float: right;	
	}
	
	.subCategory{
		margin-left: 5px;	
	}
	
	div#centerCol{
		float: left;
		width: 598px;
		padding: 0 10px;
		min-height: 850px;
		height: 100%;
	}
	
	div#rightCol{
		float: right;
		width: 170px;
		margin-right: 10px;
	}
	
	div#footer{
		position: relative;
		width: 980px;
		height: 100px;;
		padding-top: 5px;
		border-radius: 0 0 10px 10px;
	}
	
	div#socialMedia{
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px;
	}
	
	div#copyright{
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 10px;	
	}
	
	div#policies{
		position: absolute;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		padding: 10px;	
	}
	
	.policies{
		margin: 0 5px;	
	}
	
	
	div.productListing{
		width: 600px;
	}
	
	div.productPreview{
		float: left;
		width:100px;
		margin-right: 10px;
	}
	
	div.productData{
		float: left;
		width: 330px;
		text-align: justify;
	}
	
	div.productCart{
		float: right;
		width: 150px;
		text-align:right;
	}
	
	#cartWeight{
		float: left;
		margin-right: 10px;
	}
	
	#cartWeightTotal{
		float: left;	
	}
	
	#cartTotals{
		float: right;
		width: 215px;
	}
	
	

	.totalLabel{
		float: left;
		width: 100px;	
		text-align: right;
		margin-right: 10px;
	}
	
	.colorBox{
		padding: 5px;
		margin-bottom: 10px;
		position:relative;
	}

	.fixer{
		clear: both;	
	}
	
/* ---------------------------------------	
	User Accounts Styling
--------------------------------------- */
	div#profileNav{
		margin-bottom: 10px;	
	}
	
	div#profileNav dl{
		margin: 0;
		padding: 0;
	}
	
	div#profileNav dd{
		margin: 0;
		padding: 0;
		float: left;
		margin: 0 5px 0 0;
	}
	
	div#profileNav dd a{
		width: 100px;
		height: 20px;
		background: #dddddd;
		padding: 5px 10px;	
		text-decoration: none;
		color: black;
	}
	
	div#profileNav dd a:hover{
		background: #bbbbbb;	
	}
	
	div#pointBox{
		float: left;
		width: 120px;
		min-height: 100px;
		text-align: center;
		background: #dddddd;
		padding: 10px 0;	
	}
	
	div#pointBox h1{
		font-size: 400%;
	}
	
	div#orderHistory{
		min-height: 100px;
		padding: 10px 5px;
		background: #dddddd;
	}
	
	div#backorders{
		margin: 10px 0;
		padding: 10px 5px;
		background: #dddddd;
	}
	
	div#subscribed{
		margin: 10px 0;
		padding: 10px 5px;
		background: #dddddd;
	}
	
	div#checkoutWrapper{
		padding: 10px;	
	}
	
	div#checkout select.big{
		width: 400px;	
	}
	
	div#checkoutSearch{
		float: left;
		margin-right: 10px;	
	}
	
	div#checkoutBreadcrumb{
		float: left;
		margin-top: 5px;	
	}

	div#checkoutLogin{
		float: right;
		margin-top: 5px;	
	}

	.checkoutLeft{
		float: left;
		width: 450px;	
		margin: 0 10px 0 0;
	}
	
	.checkoutRight{
		float: right;
		width: 450px;	
		margin: 0 0 0 10px;
	}
	
	.checkoutQuarter{
		float: left;
		width: 24%;	
		margin: 0 1% 0 0;
	}


	#estimateWarning{
		margin-top: 10px;	
	}

	fieldset{
		width: 580px;
		padding: 5px;
		margin-bottom: 20px;
		border: 1px solid #ccc;	
	}
	
	legend{
		padding: 0 5px;
		border-left: 1px solid #ccc;	
		border-right: 1px solid #ccc;	
		font-size: 16px;
		font-weight: bold;
	}
	
	.third{
		float: left;
		width: 180px;
		margin: 0 5px 0 0;	
	}
	
	.half{
		float: left;
		width: 49%;	
		margin: 0 0.5%;
	}
	
	.last{
		margin-right: 0;	
	}
	
	.success{
		width: 580px;
		padding: 10px;	
		margin: 10px 0;
		text-align: center;
	}


	.fail{
		width: 90%;
		padding: 10px;
		margin: 10px auto;
	}
	
	.failPrompt{
		color: #710000;
		background: #FF6464;
  		text-align: center;
  	}
	
	.row1{
		background: #eee;	
	}
	.row2{
		background: #ddd;	
	}
	
	.avatar{
		width: 100px;
		height: 100px;
		padding: 10px;
		border: 1px solid #ccc;	
	}

	.avatarHolder{
		width: 100px;
		height: 100px;
		background: #CCC;
	}
	
	.hideMe{
		display: none;	
	}
	
	.pPhoto{
		float: left;
		width: 375px;
		height: 280px;
		margin-right: 15px;
	}
	
	.pLeft{
		float: left;
		width: 45px;
		text-align: right;
		margin-right: 7px;
	}
	
	.pRight{
		float: left;
		width: 100px;
	}
	
	.pThumb{
		float: left;
		width: 55px;
		border: 1px solid #ccc;
		margin-bottom: 5px;
		margin-right: 3px;
	}
	
	.pDesc{
		margin: 10px 0;
		clear: both;
		text-align: justify;
	}
	
	#additionalinfo, relatedProduct{
		margin-bottom: 10px;	
	}
	
	.lastRight{
		margin-right: 0px;	
	}
	
	.fileList{
		list-style: none;
		margin: 0;
		padding: 0;	
	}
	
	.priceBox{
		float: right;
		width: 156px;
		padding: 10px;
		margin-bottom: 5px;
	}

	#pThumbs{
		float: right;	
		width: 176px;
		background: #fcfcfc;
	}


	.priceBox select{
		width: 150px;
	}
	
	.optionGroup{
		padding-left: 3px;	
	}
	
	.optionLabel{
		float: left;
		width: 100px;	
	}
	
	.optionValue{
		float: left;	
	}
	
	.optionValue select{
		width: 150px;
	}
	
	#payInfo{
		margin-top: 15px;	
	}
	
	#estimateBox{
		width: 375px;
		padding: 10px;	
	}
	
	.shipOption{
		width: 100%;
		background: rgba(200,200,200,0.75);
		margin-bottom: 5px;	
		padding: 5px 0px;
		font-size: 0.9em;
	}
	
	.shipSelect{
		float: left;
		width: 4%;
		margin: 5px 5px 0 0;
		text-align: center;
	}
	
	.shipInfo{
		float: right;
		width: 92%;	
		padding: 0 1% 0 0;
	}

	.shipMethod{
		float: left;
		width: 95%;
		margin-right: 5px;
		font-weight: bold;
	}
	
	.shipCost{
		float: left;
		width: 10%;
	}
	
	.shipArrival{
		float: left;
		width: 50%;
	}
	.left{
		float: left;	
	}
	
	.right{
		float: right;	
	}
	
	.center{
		
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	
	
	.cartSKU{
		float: left;
		width: 100px;
		margin-right: 5px;	
	}
	
	.cartPhoto{
		float: left;
		width: 100px;
		margin-right: 5px;	
	}
	
	.cartName{
		float: left;
		width: 250px;	
		margin-right: 5px;	
	}
	
	.cartQty{
		float: left;
		width: 60px;	
		margin-right: 5px;	
	}
	.cartStatus{
		float: left;
		width: 70px;	
		margin-right: 5px;
	
	}
	
	.cartTotal{
		float: left;
		width: 70px;	
		margin-right: 5px;	
	}
	
	ul.cartOptions{
		margin: 0;
		padding: 0;
	}

	ul.cartOptions li{
		margin: 0 0 0 15px;
		padding: 0;
	}
	
	.alignleft{
		float: left;
	}
	
	.pageNav img{
		display: inline;	
	}
	
	.aligncenter{
		margin: 0 auto;	
	}
	
	.nospace{
		margin: 0;
		padding: 0;	
	}
	
	.tinyBottom{
		margin-top: 0;
		margin-bottom: 2px;	
	}
	
	.orderHistoryItem{
		padding: 0 5px 0 0;	
	}
	
	.orderHistoryItemPhoto{
		float: left;
		margin-right: 5px;
		width: 75px;	
	}
	
	.orderHistoryItemSKU{
		float: left;
		margin-right: 5px;
		width: 100px;
		padding-top: 20px;	
	}
	
	.orderHistoryItemName{
		float: left;
		margin-right: 5px;
		width: 270px;	
		padding-top: 20px;	
	}
	
	.orderHistoryItemPrice{
		float: left;
		margin-right: 10px;
		width: 40px;	
		text-align: right;
		padding-top: 20px;	
	}
	.orderHistoryItemQty{
		float: left;
		margin-right: 5px;
		width: 30px;	
		text-align: right;
		padding-top: 20px;	
	}
	
	.orderHistoryItemTotal{
		float: right;
		width: 40px;	
		text-align: right;
		padding-top: 20px;	
	}
	
	#orderHistoryTotals{
		float: right;	
	}
	
	.orderHistoryItemSubs{
		float: left;
		width: 100px;	
		text-align: right;
	}
	
	.comment{
		margin-bottom: 10px;	
	}
	
	.commentUser{
		float: left;	
	}
	
	.commentDate{
		float: right;	
	}
	
	.commentContents{
	}
	
	.indent1{
		border-left: 2px solid black;
		padding-left: 10px;
	}	
	.indent2{
		border-left: 2px solid black;
		padding-left: 20px;
	}	
	.indent3{
		border-left: 2px solid black;
		padding-left: 30px;
	}	
	.indent4{
		border-left: 2px solid black;
		padding-left: 40px;
	}	
	.indent5{
		border-left: 2px solid black;
		padding-left: 50px;
	}	
	.indent6{
		border-left: 2px solid black;
		padding-left: 60px;
	}	
	.indent7{
		border-left: 2px solid black;
		padding-left: 70px;
	}	
	.indent8{
		border-left: 2px solid black;
		padding-left: 80px;
	}
	
	span.wp-tag{
		display: block;
		float: left;
		padding: 2px 4px;
		margin: 3px;
	}