body {
	margin: 0;
	padding: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #00223c;
	font-size: 12px;
}

img {
	border: 0;	
}

a {
	text-decoration: none;
}
a:link {
	color: #000;	
}
a:visited {
	color: #633;	
}
a:hover {
	color: #990;
}

h1 {
	font-size: 18px;
	clear: both;
	border-bottom: 1px solid #000;
	padding: 0 0 2px 0;
	margin: 0 0 6px 0;
}
h2 {
	font-size: 16px;
	color: #600;
}

p {
	padding: 0;
	margin: 0 0 9px 0;
	text-align: justify;
}

input {
	font-size: 11px;
	margin-bottom: 3px;
}
select {
	font-size: 10px;	
}
legend {
	font-size: 10px;
	font-weight: bold;
	color: #600;
	margin-bottom: 2px;
}
fieldset {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #c99;
	}
.messageStackError  {
	background: #f00;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

label {
	font-size: 10px;
	font-weight: bold;
}
address {
	width: 200px;
	font-style: normal;
}

#indexProductList .inputLabel {
	float: none;	
}
.inputLabel {
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px 0 0;
	width: 110px;
	text-align: right;
}
.inputLabelPayment {
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px 0 0;
	width: 120px;
	text-align: right;
}
#gender-male {
}

.wrapperAttribsOptions label {
	font-size: 10px;
	padding: 1px 2px 0 0;
	text-align: left;
	width: 150px;
}
	
	
#indexProductList form {
	text-align: center;
	margin:  20px 0 10px 0;
}
#indexProductList label {
	margin:  20px 0 10px 0;
}


/* popup search */
#popupSearchHelp {
	background: #fff;
}

#advSearchResultsDefault form {
	text-align: center;	
	margin: 15px;
}
.messageStackCaution {
	font-weight: bold;
	text-align: center;
	margin: 20px;
}



.buttonRow {
	margin: 8px 0;	
}
.buttonRow input {
	float: right;	
}


.bold {
	font-weight: bold;
	font-size: 10px;
}


#mainWrapper {
	width: 900px;	
	margin: auto;
	vertical-align: top;
}

#logoWrapper{
	background: url('../images/pkheader.jpg') repeat-x #fff;
	height:122px;
}

#navMainSearch {
	float: right;
	margin: 10px;
	font-size: 10px;
}

#navMainWrapper {
	margin: 0;
	background: url('../images/pknav.jpg') repeat-x #abbbd3;
	padding: 3px 3px 0 0;
	font-weight: bold;
	color: #fff;
	height: 26px;
	font-size: 11px;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	float: right;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	font-size: 10px;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}
#navBreadCrumb {
	padding: 4px 0 3px 0;
	font-size: 10px;
	font-weight: bold;
	margin: 0 20px;
	height: 15px;
	border-bottom: 1px solid #ccc;
	}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	display: none;	
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	display: none;	
	}

#categoryIcon {
	display: none;	
}
.navNextPrevCounter {
	float: left;	
}

/*sideboxes*/
.columnLeft {
	background: url('../images/red_back.gif') repeat-x bottom #b10400;
	vertical-align: top;
	border-right: 1px solid #000;
}
.columnRight {
	background: url('../images/red_back.gif') repeat-x bottom #b10400;
	vertical-align: top;
	border-left: 1px solid #000;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0px;
	background: url('../images/tile_back.gif') repeat-x #abbbd3;
	padding: 4px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	clear: both;
}
.leftBoxHeading a, .rightBoxHeading a {
	color: #fff;
}

.sideBoxContent {
	background: url('../images/grey_back.gif') repeat-x bottom #fff;
	padding: 5px 5px 1px 5px;
	font-size: 11px;
	font-weight: bold;
}
.sideBoxContent a {
	font-size: 11px;	
}
.category-top {
	width: 134px;
	height: 14px;
	font-weight: bold;
	margin: -2px 0 4px -2px;
	padding: 3px 5px;
	background: #600;
}
.category-top a {
	font-size: 10px;
	color: #fff;
}
.category-products {
	width: 134px;
	height: 14px;
	font-weight: bold;
	margin: -2px 0 4px -2px;
	padding: 3px 5px;
	background: #933;
}
.category-products a {
	font-size: 10px;
	color: #fff;
}

#searchHeading {
	text-align: center;	
}
#search  {
	text-align: center;
}
.searchAdvanced {
	font-size: 9px;
	margin: 3px;
}
.checkboxLabel {
	width: auto;
	padding: 0;
	float: none;
}
.floatLeft {
	float: left;	
}

#whatsnew {
	font-size: 11px;
	text-align: center;	
}
#reviews {
	text-align: center;	
}
#reviewsContent a {
	font-size: 10px;
}
.reviewCount {
	text-align: center;
	font-size: 10px;
}

/*content*/
#contentMainWrapper {
	background: #fff;	
}
.centerColumn {
	padding: 10px 20px;
	background: #fff;	
}

#productMainImage {
	float: right;	
	text-align: center;
	margin: 10px 0;
}
#productMainImage a {
	font-weight: bold;
	font-size: 10px;
	color: #600;
}
#productName {
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding: 0 0 2px 0;
	margin: 0 0 6px 0;
}
#productDescription {
	text-align: justify;	
}

#productRightCol {
	float: right;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 20px;
	width: 300px;
}
#productRightCol #cartAdd {
	float: none;
	text-align: center;
}
#productDateAdded {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 20px;
	float: left;
	width: 100%;
}
.wrapperAttribsOptions input {
	height: 18px;
	float: left;
	clear: left;
	margin-left: 5px;
}
.attribsRadioButton  {
	height: 12px;
	float: left;
	font-size: 11px;
	margin: 4px;
	padding: 0;
}
.optionName {
	border-bottom: 1px solid #000;
	padding: 0 0 2px 0;
	margin: 6px 10px 3px 10px;
	width: 150px;	
}
#productAttributes {
	border: 1px solid #666;
	padding: 0 0 3px 0;
	width: 220px;
	float: left;
	background: url('../images/option_bk.jpg');
	clear: both;
	position: relative;
	margin-left: 38px;
}
#productAttributes h4 {
	width: 100%;
	color: #fff;
	font-size: 11px;
	border: 0;
	padding: 3px 10px;
	margin: 0 0 3px 0;
}
#productAttributes label {
	width: 180px;
	float: left;
}
#productDetailsList {
	font-size: 10px;
	margin: 10px 0 20px 65px;
}
#attribsOptionsText {
	margin: 0;
	padding: 3px 6px;
	background: url('../images/tile_back.gif') repeat-x #abbbd3;
	color: #fff;
	display: none;
}
#productTellFriendLink {
	clear: both;
	position: relative;	
	margin: 0 50px 10px 0;
}
#productReviewLink {
	position: relative;	
	margin: 0 0 10px 50px;
}


.clearBoth {
	clear: both;	
}


/*footer*/
#siteinfoLegal {
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#siteinfoLegal a {
	color: #fff;
}


/* product page */
#productListing {
	margin: 0 0 15px 0;
}
.productListing-rowheading {
	background: url('../images/tile_back.gif') repeat-x #abbbd3;
}
.productListing-data {
	padding: 0 6px 0 0;	
}
.productListing-heading {
	padding: 4px;
	color: #fff;
	font-size: 10px;
}
.productListing-heading a {
	color: #fff;
	font-size: 10px;
}
.itemTitle {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 340px;
}
.listingDescription {
	font-size: 11px;
	margin: 2px 0 6px 0;
}
.productListing-odd {
	
}
.productListing-even {
	background: #dee;
}
.productListing-data img {
	background: #fff;
	padding: 10px 0;
}
.navSplitPagesResult {
	margin: 6px 0;	
	font-size: 11px;
}
.centerBoxContentsNew  {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0;
}
/*.inputLabel {
	font-size: 10px;
	font-weight: bold;
	float: none;
}*/
.categoryImg {
	float: left;	
}
#productsListingBottomNumber {
	text-align: center;	
	float: none;
}


/* Review Page */
#reviewsDefault h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#reviewsDefault .smallProductImage  {
	margin-bottom: 30px;	
}
#reviewsDefault .rating {
	margin: 6px 0;
}
#reviewsDefault .smallProductImage {
	float: left;	
}
#reviewsDefault .forward {
	float: right;
	margin-left: 10px;
}
#reviewsDefault .buttonRow {
	margin: 0 0 8px 0;	
}
#reviewsDefault .content {
	font-size: 11px;
	margin: 2px 0 3px 0;
}
#reviewsDefault .bold {
	font-weight: bold;
	font-size: 10px;
}
#reviewsInfoDefaultProductPageLink {
	float: left;	
}
#reviewsInfoDefaultReviewsListingLink {
	float: right;	
}
#reviewsContent {
	padding-bottom: 10px;
}

#reviewsInfoDefaultDate {
	margin-top: 20px;
}


/* Information */
.information {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}
.information li {
	width: 134px;
	height: 14px;
	font-weight: bold;
	margin: -2px 0 4px -2px;
	padding: 3px 5px;
	background: #600;
}
.information li a {
	font-size: 10px;
	color: #fff;
}


#sorter label {
	float: left;
	font-weight: bold;
	font-size: 10px;
	padding: 2px 4px 0 0;
}
#newProductsDefault .main {
	font-size: 11px;	
}


/* Gift Certificates */
#gvFaqDefaultMainContent a {
	font-weight: bold;
	font-size: 10px;
}

/* Contact */
#contactUsDefault label {
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px 0 0;
	width: 100px;
	text-align: right;
}
.alert {
	color: #c00;
	font-size: 10px;
	vertical-align: top;
}
#contactUsDefault textarea {
	clear: both;
}


/* Shopping Cart */
#shoppingcartContent ul {
	margin: 0;
	padding: 0 0 0 12px;
}
#shoppingcartContent li {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 10px;
}
#shoppingcartContent li a {
	font-size: 10px;
}
.cartTotalsDisplay  {
	text-align: center;
	margin: 20px;
	font-weight: bold;
	font-size: 11px;
}
.rowEven {
	font-size: 11px;
	vertical-align: top;	
}
.rowOdd {
	font-size: 11px;
	background: #eee;
	vertical-align: top;	
}
#shoppingCartDefault {
	float: right;
}

/*Shopping Cart Display*/
#cartAdd {
	text-align: center;
	margin: 10px 0;
	width: auto;
	text-align: center;
	}
#cartAdd input {
	margin: 5px 0;
	text-align: center;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}
.cartTableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}
.tableHeading, #cartSubTotal, .cartTableHeading {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal, .cartTableHeading {
	height: 2.2em;
	}

#cartImage {
	float: left;
}
#cartProdTitle {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding: 10px;
	}
.cartQuantityUpdate {
	padding: 10px 0;
}
.cartProductDisplay {
	padding: 10px 0;
}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 50px;
	text-align: center;
	padding: 10px 5px;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 40px;
	padding: 10px;
	}
.cartRemoveItemDisplay img {
	float: right;
	}

.cartAttribsList {
	margin-left: 1em;
	}
	
#ccProductsHeading {
	text-align: left;	
}
#ccTotalHeading {
	text-align: right;
	padding-right: 10px;
}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}
#popupShippingEstimator {
	background: #fff;	
}
.forward {
	float: right;	
}
.back {
	float: left;	
}
.buttonRow input {
	padding: 6px;	
}
.floatingBox {
	margin: 0;
	width: 47%;
}
.important {
	font-weight: bold;
}
#checkoutShippingContentChoose {
	font-size: 11px;
	margin: 10px 0 20px 0;
}



#reviewsInfoDefaultProductImage {
	float: right;	
}
#reviewsInfoDefault h3 {
	position: absolute;
	margin: -33px 0 0 110px;
}
.imgLinkAdditional {
	display: none;	
	font-weight: bold;
}
.additionalImages {
	text-align: center;	
}


#alsoPurchased {
	font-size: 11px;
	text-align: center;	
}
.centerBoxContentsAlsoPurch  {
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0;
}
.instructions {
	float: right;	
	font-size: 11px;
	width: 50%;
}
.accountUnitDisplay, .accountTotalDisplay {
	text-align: right;
	padding: 10px;
	}
.accountQuantityDisplay {
	padding: 10px 10px;
	text-align: center;
}
.accountProductDisplay {
	padding: 10px 0;
}
#orderAttribsList {
	margin: 3px 15px;
	padding: 0;
}
#accountHistoryDefault .content {
	font-size: 11px;	
	margin: 0 20px 0 0;
}
#myAccountOrdersStatus td {
	padding: 10px 0;	
	text-align: center;
}
#orderTotals {
	font-size: 10px;	
}
.notice {
	font-size: 10px;	
}
#prevOrders td {
	padding: 10px 0;	
	text-align: center;
}
#prevOrders address {
	width: auto;	
}
.thumbimg {
	height: 75px;
	vertical-align: middle;
}
#categoryImgListing {
	margin: 0 10px 10px 0;	
}
