/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	width: 100%;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #222222;
	background: #D7E9FB;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #0f3bac;
	text-decoration: none;
	}
 
a:visited {
	color: #0f3bac;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover {
	color: #2c4b98;
	}

#navMain ul li a:hover {
	color: #7b342d;
}

#navSupp ul li a:hover{
	color: #eed756;
}
	
#navCatTabs ul li a:hover {
	/*color: #591313;*/
	background: url('../images/navCatTabsWrapper_hover.jpg');
	}

a:active {
	color: #0f3bac;
	}

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: 1.1em;
	}
	
#createAcctDefaultLoginLink{
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: center;
	background-color: #dfdfdf;
}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 3px;
}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 1em;
	margin-right: 1em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	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;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 0px solid #000000;
	}

.messageStackWarning, .messageStackError {
	/*background-color: #ff0000;*/
	color: #ff0000;
	margin: 1em;
	font-weight: bold;
	}
	
#messageStackError_Help {
	margin: 1em;
	font-weight: bold;
}
	
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background: #e6fde5 url('../images/mainWrapper_bg.jpg') repeat-y left top;
	text-align: left;
	width: 970px;
	vertical-align: top;
	margin: 0em;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0em;
	padding-left: 6px;
	padding-right: 6px;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#headerWrapper {
	background-color: #4280C1;
	background: url('../images/strip_blueGradient_1.jpg');
	border-style: solid;
	border-width: 0px;
	/* border-color: #f4cf00; */
	}

#logoWrapper{
	margin-bottom: 2px;
	padding-top: 0.8em;
	/* background-image: url('../images/header_bg.jpg'); */
	background-repeat: repeat;
	/* background-color: #803737; */
	height:60px;
	float: left;
	}
	
#taglineWrapper {
	padding-top: 1.1em;
	float: left;
}
	
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}
	
	
#navColumnOneWrapper, #navColumnTwoWrapper {
	background-color: #aaaa80;
	/* background-image: url('../images/header_bg.jpg'); */
}

#tagline {
	color:#3d3a92;
	font-family: "Catriel";
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align : left;
	vertical-align: bottom;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}
	
#accountLinksWrapper_left, #accountLinksWrapper_right{
	margin: 0;
	width: 50%;
}

#accountLinksWrapper_left{
	float: left;
}

#accountLinksWrapper_right{
	float: right;
}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto {
	margin: 0;
	width: 47%;
	}
#navEZPagesTOCWrapper{
	margin: 8px;
	}
	
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper {
	margin: 0em;
	/*background-color: #acacac;*/
	/*background-image: url(../images/navMainWrapper_bg.jpg);*/
	font-weight: bold;
	color: #591313;
	/*height: 1%;*/
	/*width: 360px;*/
	float: right;
}

#navMain {
	float: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e0e0e0;
}
	
#navCatTabsWrapper {
	margin: 0px;
	font-weight: bold;
	color: #3467b1;
	background: url('../images/navtabwrapper_bg_1.jpg');
	/*height: 30px;*/
	width: 99.9%;
	padding: 6px 0em;
	}
	
#navSuppWrapper {
	margin: 0px;
	font-weight: bold;
	color: #3467b1;
	/*height: 30px;*/
	width: 99.9%;
	padding: 6px 0em;
	}

#navSuppWrapper, #navCatTabsWrapper {
	/* background-image: url('../images/navCatTabsWrapper.jpg'); */
	border-style: solid;
	border-width: 0px;
	/* border-color: #f4cf00; */
	}

#navCatTabsWrapper {
	background-color: #abdaa2;
	/* background-image: url('../images/backgrounds/navCatTabsWrapper.jpg'); */
	}
	
#navSuppWrapper {
	background-color: #4f261c;
	font-size: 11px;
	}
	
#navMain ul {
	margin: 0;
	margin-right: 1em;
	padding: 8px;
	list-style-type: none;
	text-align: center;
	/*line-height: 30px;*/
	}

#navSupp ul, #navCatTabs ul  {
	margin: 0;
	margin-right: 1em;
	padding: 0em;
	list-style-type: none;
	text-align: center;
	/*line-height: 30px;*/
	}
	
#navSupp ul {
	line-height: 9px;
	}
	
#navMain ul li {
	display: inline;
	padding: 0 0.5em;
	}
	
#navCatTabs {
	font-size: 15px;
	}
#navSupp ul li, #navCatTabs ul li {
	display: inline;
	padding: 6px 0.5em;
	}
	
#navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 6px 0.5em;
	margin: 0;
	white-space: nowrap;
	}
	
#navMain ul li a {
	text-decoration: none;
	margin: 0;
	white-space: nowrap;
	color: #183152;
	}
	
#navSupp ul li a, #navCatTabs ul li a {
	color: #ffffff;
	}

#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: normal;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	margin-top: 12px;
	}

#navBreadCrumb {
	background-color: #d5d5d5;
	background-image: url('../images/box_heading_bg.jpg');
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: #EBF8DE;
	/* background-image: url('../images/header_bg.jpg'); */
	border-style: solid;
	border-width: 0px;
	/* color: #f4cf00; */
}

#navColumnOne {
	padding-left: 6px;
	padding-right: 4px;
	}

#navColumnTwo {
	padding-right: 7px;
	padding-left: 4px;
	}

#mainContent, #navColumnOne, #navColumnTwo {
	padding-top: 1.5em;
	padding-bottom: 3em;
}

#mainContent {
	padding-right: 4px;
	padding-left: 4px;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

#categoryImgListing{
	float: left;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-left: 1.6em;
	margin-right: 2em;
}

#categoryDescription {
	font-size: 0.9em;
	color: #555555;
	margin-top: 3px;
	margin-left: 2em;
}

#indexProductListCatDescription {
	margin-left: 0.5em;
	font-size: 0.9em;
	color: #555555;
	padding: 1em;
	vertical-align: top;
}

.productListing-data {
	margin: 6px;
	vertical-align: top;
	color: #444444;
	text-align: center;
}

.content, #productDescription, .shippingEstimatorWrapper {
	font-size: 1.2em;
	padding: 0.5em;
	}
	
#mainContent ul li {

	margin-bottom: 12px;

}
	
#productName {
	color: #855d15;
	font-family: Lucida Calligraphy, Arial, Verdana;
}

#productCategory {
	font-size:  1.2em;
	color: #555555;
}

#productPrices {
	color: #632626;
}
	
#productRewards {
	color: #555555;
	font-size: 1.1em;
	font-style: italic;
}

#freeShippingIcon {
	margin: 1em;
}

#productDescription {
	margin-top: 3em;
}

.itemTitle, .listingDescription {
	text-align: left;
}

#productLowStock {
	color: #ff521e;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	margin: 4px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.helptext{
	color: #6f6f6f;
	display: block;	
}
.instructions{
	width: 85%;
	background-color: #dfdfdf;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #000000;
	font-weight: bold;
	font-size: 0.8em;
	display: block;	
}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}
	
#ezPageDefault div {
	padding: 1em;
}
	
.centerColumn{
	border: 0px solid #7f3838;
	padding: 4px;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
	
#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .legalCopyright {
	color: #666666;
	margin: 6px;
	text-align: left;
	float: left;
}
	
#footerSeals {
	margin: 10px 6px 10px 6px;
	float: right;
}

#footer_about_us {
	float: left;
	text-align: left; 
	font-size: 0.8em;
	color: #777777;
}
	
#footerExtra, #footerExtra a:link, #footerExtra a:visited {
	text-align: right; 
	font-size: 0.8em;
	color: #777777;
}

/*Shopping Cart Display*/
#cartAdd, #productAttributes, #cartAddTop {
	float: right;
	text-align: center;
	margin: 1em;
	padding: 1em;
	}
	
#cartAdd, #productAttributes, #cartAddTop {
	border: 1px solid #000000;
	}
	
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	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 {
	height: 2.2em;
	}

.cartProductModelDisplay, .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartProductModelDisplay {
	text-align: center;
}

.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;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	}
.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;
	} 

#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;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {
	font-weight: bold;
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
.centerBoxHeading {
	margin-top: 2em;
	padding-top: 0.2em;
	padding-bottom: 0.3px;
	/*background-color: #cacaca;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #939393;
	
	text-align: left;
	font-family: "Lucida Calligraphy";
	font-size: 12pt;
	color: #181818;
}

#attribsOptionsText, .attribsSelect {
	font-size: 12px;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #292929;
	}

.leftBoxHeading {
	margin: 0em;
	background-color: #cacaca;
	background-image: url('../images/box_heading_bg.jpg');
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 0px solid #7f3838;
	margin-bottom: 1em;
	}

.rightBoxContainer {
	border:0 solid #7f3838;
	margin-bottom: 1em;
	}

.sideBoxContent {
	background-color: #ecebb7;
	border: 1px solid #c6c6c6;
	padding: 0.4em;
	}
	
.sideBoxContent a:hover {
	color: #c96300;
}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #393939;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #dfdfdf;
	background-image: url('../images/box_heading_bg.jpg');
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #157536;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #157536;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxContents,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#indexDefaultHeading {
	font-style: italic;
	color: rgb(22, 23, 56);
	font-family: "Palatino Linotype", "Arial", "Verdana";
}

#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;
	}
	
#productListingHeadingH2 {
	padding-top: 0.2em;
	padding-bottom: 0.3px;
	/*background-color: #cacaca;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #939393;
	
	text-align: left;
	font-family: "Lucida Calligraphy";
	font-size: 12pt;
	color: #181818;
}

#upDateHeading {
	text-align: right;
	}
	
	/* categories styling */
.category-tabs-selected{
	background: url('../images/navCatTabsWrapper_hover.jpg');
	padding: 6px 1em;
}

.categories{
	font-size: 90%;
}
.category-subs-parent{
	color: #005a2a;
}

.category-subs-selected{
	color: #0c2057;
}

.category-subs-parent, .category-subs-selected{
	font-weight: bold;
}

.category-top-even{

}

.category-top-odd{
	color: #740005;
}
	

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	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;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

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: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupSizeChart, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

#ottotal {
	padding-top: 0.5em;
	font-weight: bold;
}

.loginLegend {
	color: #E87400;
	font-weight: bold;
	font-size: 1.2em;
}

h2.infoPagesHeading {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1.4em;
	margin-bottom: 1.3em;
}

#acceptedCreditCards {
	text-align: center;
	margin: 0.85em;
}

/* pages */

/* Main */
div.IndexMainProducts_Spacing {
	float: left;
	width: 1%;
}

div.IndexMainProducts {
	margin: 13px;
	margin-top: 6px;
	padding: 10px;
	width: 43%;
	float: left;
	background: #dddddd;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 200%;
	
	cursor: pointer;
}

div.IndexMainProducts img {
	float: right;
	margin-left: 8px;
}

div.IndexMainProducts h1{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div.IndexMainProducts h2 {
	margin-bottom: 4px;
	color: #4eaf47;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	text-align: left;
}

div.IndexMainProducts div.IndexMainProducts_Description {
	float: left;
	padding: 4px;
	width: 100%;
	text-align: justify;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	line-height: 140%;
}

