/**
 * 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: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #666666;			/* font */
/*	background-color: #000088; 	 background */
background-color: #FFFFFF;
}

body#popupvoucherHelp, body#popupCouponHelp {
	background-color: #FFFFFF;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #4488CC;			/* link */
	text-decoration: none;
	}
 
a:visited {
	color: #4488CC;			/* link (visited) */
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #99CCFF;			/* link (hover) */
	}

a:active {
	color: #99CCFF;			/* link (active) */
	}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
FORM, SELECT, INPUT {
	display: inline;
	margin: 0.1em;
	font-size: 1em;
}

FORM {
	margin-top: 0em; 
	margin-bottom: 0em;
}

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 #AAAAAA;
	}
LEGEND {
	color: #6666AA;					/* title font color */
	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: 13em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 13em;
	float: left;
	}

LABEL.inputLabelWarning {
	color: #000000;
	font-size: 0.95em;
	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 #AAAAAA;
	}

/* warnings, errors, messages */
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #888888;
	}
.messageStackWarning, .messageStackError {
	background-color: #FFCCCC;			/* out of stock massage */
	color: #555555;
	}
.messageStackSuccess {
	background-color: #CCFFCC;
	color: #555555;
	}
.messageStackCaution {
	background-color: #FFFFCC;
	color: #555555;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #FFFFFF;			/* main background color */
	width: 800px;					/* main width */
	text-align: left;
	vertical-align: top;
	/*border-left: 1px solid #A0C0E0;*/		/* main border */
	/*border-right: 1px solid #A0C0E0;*/		/* main border */
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}

#tagline {						/* title bar catch copy */
	color:#FFFFFF;
	font-size: 12px;
	text-align : right;
	vertical-align: middle;
	padding: 6px 10px 14px 0px;
}

.navLanguages {
	text-align : right;
	vertical-align: bottom;
}

.language_header {
	margin-right: 10px;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

#sendSpendWrapper {
	border: 1px solid #AAAAAA;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navSplitPagesLinks {
	margin: 0.5em;
	font-size: 0.9em;
	}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	/*display: inline;*/
	/*white-space: nowrap;*/
	margin: 5px;
	padding: 0px;
	list-style-type: none;
	}

/* header menu bar, bottom menu bar ----------------------*/

#taglineWrapper2 {
	background-color: #A0C0E0;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background: #FFFFFF url(../images/menu_back.gif) bottom repeat-x;
	font-weight: bold;
	height: 1%;
	width: 100%;
	border: 0;
	border-top: 1px solid #DADAED;
	border-bottom: 1px solid #DADAED;
}

#logoWrapper {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 96px;					/* logo image height */
}

#logoWrapper_E {
	background-image: url(../images/logo_e.gif);
	background-repeat: no-repeat;
	height: 96px;					/* logo image height */
}

#navCatTabsWrapper {
	border-bottom: 1px solid #AAAAAA;
}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0px;
	padding:  5px;
	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 {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	/*color: #FFFFFF;*/					/* header, footer menu link color */
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #AAAAAA;
	}
#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;
}

/* EZ navi -----------------------------------------------*/
#navEZPagesTop {
	background-color: #EEEEEE;			/* EZ navi color */
	border: 0px;
	border-bottom: 1px solid #AAAAAA;		/* bottom border */
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navBreadCrumb {
	padding-bottom: 0em;
	}

#navColumnOne {
	padding: 5px;
	background-color: #FFFFFF;			/* sidebox color */
	/*border-right: 1px solid #AAAAAA;*/		/* sideborder color */
	}
#navColumnTwo {
	padding: 5px;
	background-color: #FFFFFF;			/* sidebox color */
	/*border-left: 1px solid #AAAAAA;*/			/* sideborder color */
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert, .alertNote, .alertNoteBox, .alertNoteSmall, .alertNoteSmaller {
	vertical-align: top;
	}

.shippingEstimatorWrapper {
	padding: 6px;
}

.alert {
	color: #FF3344;					/* asterisk color */
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.alertNote {
	color: #000000;					/* asterisk color */
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.alertNoteBox {
	color: #555555;					/* asterisk color */
	background-color: #FFCCCC;
	padding: 0.2em;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
.alertNoteSmall {
	color: #000000;					/* asterisk color */
	margin-left: 0.1em;
	font-size: 0.87em;
	}
.alertNoteSmaller {
	color: #FF3344;					/* smaller font */
	margin-left: 0.1em;
	font-size: 0.6em;
	}
.advisory {}
.important {
	font-size: 1.1em;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	padding: 0.5em;
}

#siteinfoLegal {
	font-size: 10px;
	background-color: #999999;			/* footer color */
	color: #FFFFFF;
}

/*Shopping Cart Display*/

#cartAdd {
	float: right;
	text-align: right;
	margin: 1em;
	border: 1px solid #CCCCCC;			/* add to cart box border */
	padding: 1em;
	}

#cartContentsDisplay {
	border: 1px solid #AAAAAA;			/* cart table -- border */
	border-collapse: collapse;
}

#cartContentsDisplay TR {
	border: none;
	}
#cartContentsDisplay TD {
	border: none;
	}
#cartContentsDisplay TD.cell {
	border-bottom: 1px solid #AAAAAA;
	}

TR.tableHeading {
	background-color: #D8E8FF;			/* cart table -- header color */
	height: 1.5em;
	}

.rowOdd, .rowEven {
	background-color: #FFFFFF;			/* cart table row color */
	height: 1.5em;
	vertical-align: top;
	border: 1px solid #AAAAAA;
	}

.cartTableHeading, #cartSubTotal {
	background-color: #FFFFFF;			/* cart table -- subtotal */
	height: 2.2em;
}

#cartSubTotal {
	border-bottom: 1px solid #AAAAAA;		/* cart table -- total border */
	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;
	}
.cartTotalDisplay {
	width: 7.0em;
	}
.cartFlag {
	padding: 0.8em 0em;
}

.cartNewItem, .cartOldItem {
	color: #117788;				/* side box (shopping cart) -- item list */
	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;
	color: #FF6622;   /* added on 2008/03/21  */
	}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #FF6622;							/* sale price color */
	}

.productCorporatePrice {
	/*	color: #FF6622;						 sale price color */
		
	}

.orderTotalDiscountAmount {
		color: #FF6622;						/*  deduction amount color in order total modules  */
		
	}


#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 ;
}
.categoryIcon {}
#cartImage {
	margin: 0em 0.5em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/* center box --------------------------------------------*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

h2.centerBoxHeading, .productListing-rowheading {
/*	margin: 0em;
	background-color: #DDDDFF;
	font-size: 1em;
	color: #666666;
	border: 0px;
*/
	margin: 0em;
	background: #99AAEE url(../images/listbox_title_back.gif) top repeat-x;
	font-size: 1em;
	color: #FFFFFF;
	border: 0;
	}

.centerBoxHeading {
	padding: 0.5em;
	/*background-image: url(../images/title_icon.jpg);*/
	/*background-repeat: no-repeat;*/
	}

.centerBoxWrapper {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	border: 1px solid #DADAED;			/* center box border */
	margin-bottom: 1em;
	}

/* side box ----------------------------------------------*/
.columnLeft {
	border-right: 1px solid #DADAED;
	}

.leftBoxContainer, .rightBoxContainer {
	/*border-top: 1px solid #BBC0FF;*/
	/*border-bottom: 1px solid #AAAAAA;*/
	}
							/* left box header & link */
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px;
	color: #5555BB;
	}
h3.leftBoxHeading a:hover, h3.leftBoxHeading a:active, h3.rightBoxHeading a:hover, h3.rightBoxHeading a:active {
	color: #9988FF;
	text-decoration: none;
	} 

.leftBoxHeading, .rightBoxHeading {			/* header color */
	margin: 0px;
	padding: 5px 5px 5px 18px;
	/*background-color: #223399;*/
	background-image: url(../images/icon_circle.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-top: 3px double #DADAED;
	border-bottom: 1px solid #DADAED;
	}

.sideBoxContent {
	padding: 10px 5px 20px 5px;
	}

.sideBoxContent a:link {
	color: #555555;			/* left box link */
	}
 
.sideBoxContent a:visited {
	color: #555555;			/* left box link (visited) */
	}

.sideBoxContent a:hover {
	color: #66AADD;			/* left box link (on mouse) */
	}

.sideBoxContent a:active {
	color: #66AADD;			/* left box link (active) */
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

TH.productListing-heading {
	padding: 6px;
}

TD.productListing-data {
	/*text-align: left;*/
	padding: 6px;
}

#bestsellers .wrapper {					/* best sellers list */
	margin: 0em 0em 0em 1.5em;
	}
#bestsellers ol {
	padding: 0;
	margin-left: 0.5em;
	}
#bestsellers li {
	padding: 0;
	margin: 0;
	}

.orderHistList {					/* order history list */
	padding: 0;
	margin-left: 1.5em;
	}
.orderHistList li {
	padding: 0;
	margin: 0;
	}

#upProductsHeading {
	text-align: left;
	}
#upDateHeading {
	text-align: right;
	}

/* misc -------------------------------------------------- */

.back {
  float: left;
}
.forward {
	float: right;
}

.bold {
	font-weight: bold;
	}

/* product info ------------------------------------------ */

#productName {
	margin: 0px 0px 6px 0px;
	padding: 3px 6px;
	background-color: #FFFFCC;
	font-size: 1.1em;
	/*color: #FFFFFF;*/
	border-left: 5px solid #FF9933;
	border-bottom: 1px solid #FF9933;
}

.productDetailsSep {
	margin: 6px 0px;
	border: 1px dotted #7799CC;
}

TD.DetailTitle {
	text-align: center;
	background-color: #D8E8FF;
}

/* item list box ----------------------------------------- */
.tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	/*border: 1px solid #AAAAAA;*/			/* item list table border */
	margin-bottom: 1em;
	border-collapse: separate;
	border-spacing: 2px;
	}

.tabTableTD {
	padding: 6px;
	/*border: 1px solid #AAAAAA;*/			/* item list table border */
	vertical-align: top;
	text-align: center;
	}

.tabTableTD img.item {
	border: 1px solid #AAAAAA;
	}

.centerBoxContentsAlsoPurch img {
	border: 1px solid #AAAAAA;
	}

TR.productListing-odd, TR.upcomingProducts-odd {
	background: #FFFFFF;				/* item list(odd) background color */
}

TR.productListing-even, TR.upcomingProducts-even, .productsNotifications {
	background: #FFFFFF;				/* item list(even) background color */
}

TD.list_box_bottom{
	background: #DDDDDD;				/* item list border(bottom) ---CUSTOM--- */
}

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;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.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;
	}

/* categories box parent and child categories */
A.category-top {		/* parent category */
	font-weight: bold;
	color: #444488;
}

.category-subs-parent {
	color: #6666DD;		/* active parent category */
}

/* item list ------------------------------------- */

.productListing-heading:link, .productListing-heading:visited {
	color: #99AAFF;		/* header link color */
}

h3.itemTitle {
	margin: 0px;
	text-align: left;
	font-size: 13px;
}
.itemTitleHeight {
	height: 66px;		/* item name height */
	overflow: hidden;
	/*word-break: break-all;*/
}

.itemModel {
	margin: 4px 0px;
	text-align: left;
	font-size: 0.8em;
}

.itemPrice {
	text-align: right;
}

#bannerboxContent {
	line-height: 50%;
}


/* sidebox - category ---------------------------- */
.category1 {	/* parent */
	/*margin: 5px 0px;*/
}

/* sidebox - category list */
.category-list, .category2 {
	margin: 0px 5px;
	padding: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	background-image: url(../images/icon_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCCCCC;
}

/* sidebox - category list (selected row) */
#category-subs-selected {
	background-color: #E0FFE0;
}

.category1 {
	padding: 6px 0px 0px 0px;	/* category button */
}

#categoriesContent {
	padding: 0px 0px 12px 0px;
	line-height: 200%;
}

/* 2008/02/25 Add */
table.AddrTable td.AddrResult {
	border: 1px solid #cccccc;
	background-color: #EEF0FF;
}

table#addr_result th {
	text-align: left;
	border-bottom: 1px solid #cccccc;
}

div.simpleBox {
	padding: 5px;
	margin-bottom: 9px;
	border: 1px solid #cccccc;
}

/* 2008/03/13 Add for checkout_confirmation */
table#cartConfirmation {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table#cartConfirmation td {
	padding: 6px;
	vertical-align: top;
	text-align: left;
}

table#cartConfirmation td#qty {
	text-align: center;
}

table#cartConfirmation td#price {
	text-align: right;
}

/* define pages */

ol.pages li {
	padding: 8px;
	margin: 0px;
}
ul.pages li {
	padding: 3px;
	margin: 0px;
}

h2.pages_header {
	padding-bottom: 3px;
	margin: 0.5em;
	font-size: 1.2em;
	color: #444488;
	border-bottom: 1px solid #cccccc;
}


.centerBoxContentsFeatured div.itemModel {
	padding: 0px 8px;
}
.centerBoxContentsFeatured h3.itemTitle {
	padding: 0px 8px;
}
.centerBoxContentsFeatured img.item {
	border: 1px solid #AAAAAA;
}

div.top_futuredBox img.item {
	border: 1px solid #AAAAAA;
	margin: 5px;
}


/* for What's New maker */
table.whatsnewTable {
	text-align: left;
}

h2.wnTitle {
	color: #FFFFFF;
	padding: 6px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
}

h2.wnTitle2 {
	background-color: #669900;
	color: #FFFFFF;
	padding: 6px;
	margin: 0px;
	font-size: 16px;
	text-align: center;
}

b.wnBold {
	margin: 8px 0px;
}

image.wnImg {
	padding: 0px 6px;
}

hr.wnLine {
	height: 1px;
	margin: 0px;
	border: none;
	border-bottom: 1px solid #AAAAAA;
}

.wnSmallText {
	font-size: 80%;
}

div#bannerboxContent img {
	margin-bottom: 10px;
}
.leftBoxShoppingCartContainer{
/*	border-top: 2px solid #BBC0FF; */
	border-top: 7px solid #DADAED;
	border-bottom: 7px solid #DADAED;
/*	border-left: 1px solid #BBC0FF;
	border-right: 1px solid #BBC0FF;  */
	/*border: 1px solid #AAAAAA;*/ 
	}
.noteSmaller {
/*	color: #000000;	*/				/* asterisk color */
	margin-left: 0.1em;
	font-size: 0.82em;
	}
