@charset "UTF-8";
/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_new.css 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	margin: 0;
	font-size: 80%;
	color: #000000;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #003399;
	text-decoration: none;
	}
 
a:visited {
	text-decoration: none;
	color: #993399;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {}
h2 {}
h3 {}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 100%;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

CODE {
	font-size: 1em;
	}
FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	font-size: 0.95em;
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 30em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
}
ADDRESS {
	font-style: normal;
	}
.clearBoth {
	clear: both;
}
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
img { vertical-align: top;}

i,em { font-style: normal; color: #C00;}


/*header*/
#headarea {
	text-align:right;
	padding-top: 16px;
}
#headarea h1 {
	font-size: 13px;
	color: #003366; line-height:110%;
	padding: 5px 10px 0 0; margin: 0;
}
#headarea h2 {
	font-size: 12px; line-height:110%;
	color: #000; font-weight:normal;
	padding: 5px 10px 0 0; margin: 0;
}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 800px;
	vertical-align: top;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#tagline {
  color:#000000;
	font-size: 2em;
  text-align : center;
	vertical-align: middle;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}


/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 95%;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navNextPrevCounter {
	margin: 0 0 5px 0; padding:0;
	font-size: 95%; color:#C60;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0 2px;
	list-style-type: none;
	}
.navNextPrevList img {
	margin: 0 2px;
	}


#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #9a9a9a;
	height: 1%;
	width: 100%;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #9a9a9a;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}
#navEZPagesTOC ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription  {
	margin: 0.5em;
}
#navEZPagesTop {
	background-image: url(../images/tile_back.gif);
	background-repeat: repeat-x;
	border: 1px solid #330;
	}
#navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	border-bottom: 1px solid #EEEEEE;
	}
#navBreadCrumb {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 7px;
	padding: 8px 0px 6px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 1;
	}
#navColumnOne {
	padding: 0.5em;
	border-left: 1px solid #cccccc;
	}
#navColumnTwo {
	padding: 0.5em;
	border-right: 1px solid #cccccc;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	vertical-align: top;
	}

.shippingEstimatorWrapper {
	padding: 0.5em;
	clear: both;
}
#productDescription {
	border: 1px solid #CCCCCC;
	clear: both;
	padding: 1em;
}
#productDescription h4 {
	color:#C00;
}
#productDescription ul {
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/ico_list01.gif);
	margin: 0 0 0 12px;
	padding: 0 0 0 5px;
}
#productDescription li {
	margin-bottom: 5px;
}

#productDescription p.markNew,
#productDescription p.markRev,
#productDescription p.markRea,
#productDescription p.markRev-e,
#productDescription p.markRea-e
 {
	display:block; width:62px; height:52px; float:right; text-indent:-10000px;
}
#productDescription p.markNew {
	background:url(../images/ico_prd_new.gif) no-repeat right top;
}
#productDescription p.markRev {
	background:url(../images/ico_prd_rev.gif) no-repeat right top;
}
#productDescription p.markRea {
	background:url(../images/ico_prd_rea.gif) no-repeat right top;
}
#productDescription p.markRev-e {
	background:url(../images/ico_prd_rev_e.gif) no-repeat right top;
}
#productDescription p.markRea-e {
	background:url(../images/ico_prd_rea_e.gif) no-repeat right top;
}

.alert {
	color: #FF0000;
	margin-left: 0.1em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0;
	}
.centerColumn h1,td.pageHeading h1{
	font-size:100%;
	background: url(../images/bg_center_h1.jpg) repeat-x bottom;
	margin: 0 0 10px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.centerColumn h2 {
	font-size:120%;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 10px 0;
	}

.cartTableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.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: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}
#productMainImage {padding-top:10px;}

.categoryIcon {
	margin-bottom: 10px;
}
.categoryIcon img {
	margin-right: 10px;
}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.gif);
	font-size: 1em;
	color: #000000;
	padding: 0.5em 0.2em;
	border-bottom: 2px solid #205AA7;
	}
.centerBoxWrapper,.tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	}

.sideBoxContent {
	/*background-color: #ffffff;
	padding: 0.4em;*/
	}

/*h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}*/

/*.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}*/

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}
.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
text-align: center;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}
	
/*misc*/
.back { float: left;}
.forward { float: right;}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

#siteMapList {
	width: auto;
	/*float: left;*/
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator,#popupSearchHelp,#popupAdditionalImage,#popupImage,#popupCVVHelp,#popupCouponHelp,
#popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}


/*Add Item*/
/**/
#indexDefault,#checkoutSuccess,#conditions,#contactUsDefault,#pageTwo,#pageThree,#pageFour,div#privacy,#shippingInfo,
#siteMap,#productListing,#accountDefault,#addressBookDefault,#accountPassword,#accountHistInfo,#accountEditDefault,
#productGeneral,#shoppingCartDefault,#checkoutShipping,#checkoutPayment,#checkoutConfirmDefault {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	margin-bottom: 15px;
}

/* define_main_page */
#information {
	border:1px solid #CCCCCC;
	padding:8px;
	margin:10px auto;
	line-height: 1.5;
}
#information h3{
	background: #EEEEEE;
	text-align: left;
	border-left: 3px solid #003366;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 1em;
	margin: 0px 0px 0.5em;
	padding-left: 0.5em;
	color: #333333;
	font-size:110%;
}
#information p{
	margin: 0px 0px 1em;
	padding: 0px;
}

/*#information h4 {
	margin:0 0 10px 0;
	color:#C00;
	font-size:110%;
}
#information img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
*/
#information .typeA,#information .typeB,
#information .typeC,#information .typeD {
	clear: both;
	margin-bottom: 15px;
	text-align:center;
}
#information img { padding-left:2px; padding-right:2px;}
#information h4 { clear:both; padding-left:3px; border-bottom: 1px dotted #CCCCCC;}
#information h4,#information p { text-align:left;}
#information h4 a { text-decoration:underline;}

#information .typeA img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#information .typeB img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#information .typeC img {
	margin: 10px auto;
}

.Red { color: #CC0000;}
.Grn { color: #336600;}
.Org { color: #FF6600;}
.Brw { color: #663300;}

/*products*/
#productMainImage {
	clear: left;
}
#productMainImage img {
	border: 1px solid #CCCCCC;
}
#productDescription {
	font-size: 100%;
}
#productDescription h3 {
	font-size: 100%;
	background: #EEEEEE;
	text-align: left;
	border-left: 3px solid #003366;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 1em;
	margin: 0px 0px 0.5em;
	padding-left: 0.5em;
	color: #333333;
}
#productDescription p {
	/*font-size: 100%;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#productDescription ul {
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/ico_products1.gif);
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
#productDescription li {
	margin-bottom: 5px;
}

#productName {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/bg_productname.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #000000;
}
#productPrices {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0.5em;
	text-align: right;
}
#productDetailsList {
	padding: 10px 10px 5px 24px;
	border: 1px solid #CCCCCC;
	list-style: url(../images/ico_products1.gif) none outside;
	display: block;
	clear: both;
	width: 384px;
}
#productDetailsList li {
	margin-bottom: 5px;
}

th.productListing-data #listCell0-0 {}
th.productListing-data #listCell0-1 {}
th.productListing-data #listCell0-2 {}
th.productListing-data #listCell0-3 {}
th.productListing-data #listCell0-4 {}

#productAttributes {
	float: right;
	margin:10px auto 5px auto;
	text-align: left; font-size:90%;
	}

#attribsOptionsText {
	font-size:120%; color:#060;
	}

.wrapperAttribsOptions h4.optionName {
	float:none;
	}


.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}


/*privacy*/
#privacy h2,#pageTwo h2,#pageThree h2,#shippingInfo h2,#conditions h2 {
	color: #003366;
	background: #EEEEEE url(../images/ico_products1.gif) no-repeat 5px;
	padding-left: 1.5em;
	padding-bottom: 3px;
	padding-top: 3px;
	display: block;
	font-size: 1.2em;
	margin: 0px 0px 1em;
	}
#privacy p {
	line-height: 1.5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

/*contactUs*/
#contactUsNoticeContent div {
	padding: 1em;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
#contactUsNoticeContent div p {
	line-height: 1.5;
	margin: 0px 0px 1em;
	padding: 0px;
}
#contactUsNoticeContent div img {
	margin-right: 10px;
	margin-bottom: 5px;
}

/*pageTwo*/
#pageTwo p {
	line-height: 1.5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#pageTwo h3,#shippingInfo h3,#conditions h3 {
	font-size: 1em;
	background: #EEEEEE;
	text-align: left;
	border-left: 3px solid #003366;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 1em;
	margin: 0px 0px 0.5em;
	padding-left: 0.5em;
	color: #333333;
}
#pageTwo div div {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
#pageTwo div img {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#pageTwo img.divout {
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
#pageTwo table {
	margin-bottom: 1em;
}
#pageTwo th {
	font-weight: bold;
	color: #333333;
	background: #EEEEEE;
	text-align: left;
	padding: 3px 5px;
}
#pageTwo td {
	padding: 3px 5px;
}
#pageTwo table.souryou {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#pageTwo table.souryou  th,#pageTwo table.souryou  td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#pageTwo table.souryou caption {
	text-align: left;
	padding-top: 5px;
	font-size: 90%;
	color: #333333;
}
span.redTxt {
	color: #CC0000;
}

/*pageThree and pageFour and pageStatic*/
#pageThree table,#pageFour table,#pageStatic table{
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 1em;
}
#pageThree th,#pageFour th,#pageStatic th {
	background: #EEEEEE;
	text-align: left;
	white-space: nowrap;
	padding: 5px 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #333333;
}
#pageThree td,#pageFour td,#pageStatic td {
	padding: 5px 10px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#pageThree p,#pageFour p,#siteMapMainContent p,#shippingInfo p,#conditions p {
	padding: 0px;
	margin: 0em 0em 1em;
}

/*pageFour*/
#pageFour table { width:100%;}

/*pageStatic*/
#pageStatic h2{
	font-size:100%;
	background: url(../images/bg_center_h1.jpg) repeat-x bottom;
	margin: 0 0 10px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#pageStatic h3{
	color: #003366;
	background: #EEEEEE url(../images/ico_products1.gif) no-repeat 5px;
	padding-left: 1.5em;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
#pageStatic h4{
	background: #EEEEEE;
	text-align: left;
	border-left: 3px solid #003366;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 1em;
	margin: 0 0 10px 0;
	padding-left: 0.5em;
	color: #333333;
	font-size:110%;
}
#pageStatic table { width:595px; margin-bottom:20px;}
#pageStatic th { width:35%; font-weight:normal;}
#pageStatic td { width:65%;}
#pageStatic p { margin-top:0; padding-top:0;}

#present .typeA,#present .typeB,
#present .typeC,#present .typeD {
	clear: both;
	margin-bottom: 15px;
	text-align:center;
}

/* present */
#present img { padding-left:2px; padding-right:2px;}
#present h3 { clear:both; padding-left:20px;}
#present h3,#present p { text-align:left;}
#present h3 a { text-decoration:underline;}
#present p.btPresent { clear:both; padding:0; text-align:center;}

#present .typeA img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#present .typeB img {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#present .typeC img {
	margin: 10px auto;
}


/*siteMap*/
#siteMapMainContent {
	margin: 1em 0em;
	padding: 1em 1em 0em;
	border: 1px solid #CCCCCC;
}
#siteMapList {
	padding: 1em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
#siteMapList ul {
	list-style: none;
	height: auto;
	display: block;
}
#siteMapList li {
	list-style: url(../images/ico_sitemap1.gif);
	margin-bottom: 0.5em;
}
#siteMapList li li {
	list-style: url(../images/ico_sitemap2.gif);
	margin-bottom: 0.5em;
}
#siteMapList li li li {
	list-style: url(none) none;
	margin-bottom: 0.5em;
	background: #EEEEEE url(../images/ico_sitemap3.gif) no-repeat 5px;
	padding: 3px 3px 3px 15px;
	margin-top: 5px;
}

/*shippingInfo*/
#shippingInfo div div {
	padding: 1em 1em 0em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
#shippingInfo div,#conditions div {
	margin-bottom: 1.5em;
}
#shippingInfo table {
	margin-bottom: 1em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#shippingInfo th {
	font-weight: bold;
	color: #333333;
	background: #EEEEEE;
	text-align: left;
	padding: 3px 5px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#shippingInfo td{
	padding: 3px 5px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#shippingInfo caption {
	text-align: left;
	padding-top: 5px;
	font-size: 90%;
	color: #333333;
}

/*conditions*/
#conditions {
	line-height: 1.5;
	width: 420px;
}
#conditions div div {
	padding: 1em 1em 0em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}
#conditions table {
	margin-bottom: 1em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#conditions th {
	font-weight: bold;
	color: #333333;
	background: #EEEEEE;
	text-align: left;
	padding: 3px 5px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#conditions td{
	padding: 3px 5px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#conditions caption {
	text-align: left;
	padding-top: 5px;
	font-size: 90%;
	color: #333333;
}
#conditions table img {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	float: none;
}
#conditions img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#conditions img.flclear {
	/*margin-bottom: 5px;*/
	clear: both;
	float: none;
	margin-right: 0px;
}
#conditions ul {
	font-size: 100%;
	margin: 0px;
	list-style: url(../images/ico_products1.gif) none inside;
	padding: 0px;
}
#conditions li {
	margin-bottom: 5px;
}

/*my_page*/
#accountDefault caption,#accountHistInfo caption {
	padding-bottom: 1px;
}
#accountDefault h2,#accountHistInfo h2 {
	font-size: 100%;
	background: #EEEEEE;
	text-align: left;
	border-left: 3px solid #003366;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 1em;
	margin: 0px 0px 10px;
	padding-left: 0.5em;
	color: #333333;
}
#accountDefault h3,#accountHistInfo h3 {
	color: #333333;
	font-size: 100%;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
#accountDefault h4,#accountHistInfo h4 {
	font-size: 100%;
	color: #000000;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
#accountLinksWrapper {
	width: 100%;
}
#accountLinksWrapper ul {
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/ico_products1.gif);
	margin: 0px 0px 20px 20px;
	padding: 0px;
}
#accountLinksWrapper li {
	margin-bottom: 5px;
}

#accountDefault table,#accountHistInfo table {
	margin-bottom: 1em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#accountDefault th,#accountHistInfo th {
	font-weight: bold;
	color: #333333;
	background: #EEEEEE;
	text-align: center;
	padding: 2px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#accountDefault td,#accountHistInfo td {
	padding: 2px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

#orderTotals {
	margin-bottom: 1em;
	font-size: 100%;
}

/**/
#accountEditDefault input,#accountPassword input {
	margin-bottom: 10px;
}
#accountEditDefault h2,#addressBookDefault h2,#accountPassword h2 {
	font-size: 100%;
	background: #EEEEEE;
	text-align: left;
	border-left: 3px solid #003366;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 1em;
	padding-left: 0.5em;
	color: #333333;
	margin: 0px;
}
#addressBookDefault address {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 10px;
}

#addressBookDefault .instructions {
	margin-top: 5px;
}

/**/
#cartContentsDisplay {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#cartContentsDisplay th {
	font-weight: bold;
	color: #333333;
	background: #EEEEEE;
	text-align: center;
	padding: 2px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#cartContentsDisplay td {
	padding: 2px 3px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #FFFFFF;
}

/**/
#checkoutShipto,#checkoutBillto {
	border: 1px solid #CCCCCC;
}
#checkoutShipping h2,#checkoutPayment h2,#checkoutConfirmDefault h2,#checkoutSuccess h2 {
	font-size: 100%;
	background: #EEEEEE;
	text-align: left;
	border-left: 3px solid #003366;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
	font-size: 1em;
	padding-left: 0.5em;
	color: #333333;
	margin: 0px;
}
#checkoutShipto h2,#checkoutBillto h2 {
	background: #FFFFFF url(none);
	border-bottom: 1px dotted #CCCCCC;
	border-left-style: none;
}
#checkoutShipto h3,#checkoutBillto h3 {
	font-size: 100%;
	color: #000000;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
#checkoutShippingContentChoose {
	margin-top: 5px;
}

/**/
#checkoutSuccessOrderNumber,#checkoutSuccessOrderLink,#checkoutSuccessContactLink {
	margin-bottom: 5px;
}
#checkoutSuccessThanks {
	font-size: 150%;
	color: #000066;
	display: block;
	padding: 5px;
}



/**/
.categoryListBoxContents img {
	margin-bottom: 3px;
}


/*productListing*/
#productListing table {
	width: 420px;
}
#productListing th {
	border-bottom: 2px solid #003366;
}