/**
 * 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.css 5347 2006-12-22 20:26:09Z birdbrain $
 */




/*  BEGIN COMMON STYLES  */

body {
	background-color: #DDD;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Lucida Grande, Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #5C9445;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #5C9445;
}


img {
	border: 0;
}

div.float_left, span.float_left {
	float: left;
}

div.float_right, span.float_right {
	float: right;
}

#mainWrapper {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#mainWrapper {
	background: transparent url(/images2/common/bkgrnd_2cols_merch.gif) top left repeat-y;
}


/* END COMMON STYLES */


#header {
	float: left; /* necessary for header tab styles */
	width: 768px;
	background: transparent url(/images2/common/header_bkgrnd.gif) top left repeat-y;
	padding: 18px 0 0 18px;
	margin: 0;
	text-align: left;
	voice-family: "\"}\""; /*  BEGIN IE5/PC BOX HACK  */
	voice-family: inherit;
	width: 750px;
}
html>body #header {
	width: 750px;
}  /*  END IE5/PC BOX HACK  */


/* BEGIN HEADER TAB STYLES */

#nav_main {
	margin: 1em 0 1.8em 0;
	padding: 0;
	list-style: none;
}

#nav_main li {
	display: inline;
	margin: 0;
	padding 0;
}

#nav_main li a {
	float: left;
	background: transparent url(/images2/common/header_tabs_left.gif) left top no-repeat;
	margin: 0 1px;
	padding: 0 0 0 11px;
	text-shadow: 2px 2px 1px #555;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_main a {float:none;}
/* End IE5-Mac hack */


#nav_main a span {
	float: left; /* necessary for IE5/Mac to render properly */
	display: block;
	background: transparent url(/images2/common/header_tabs_right.gif) right top no-repeat;
	padding: .7em 1.1em .4em 0;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

/* begin tab hilight styles */

#nav_news a:hover, #news #nav_news a {
	background-position: 0% -100px;
	color: #FFF;
}

#nav_news a:hover span, #news #nav_news a span {
	background-position: 100% -100px;
}

#nav_features a:hover,
#features #nav_features a,
#askteeter #nav_features a {
	background-position: 0% -200px;
	color: #FFF;
}

#nav_features a:hover span,
#features #nav_features a span,
#askteeter #nav_features a span {
	background-position: 100% -200px;
}

#nav_comics a:hover,
#comics #nav_comics a,
#toupy #nav_comics a,
#toupytey #nav_comics a,
#toupypreview #nav_comics a,
#toupycast #nav_comics a {
	background-position: 0% -300px;
	color: #FFF;
}

#nav_comics a:hover span,
#comics #nav_comics a span,
#toupy #nav_comics a span,
#toupytey #nav_comics a span,
#toupypreview #nav_comics a span,
#toupycast #nav_comics a span {
	background-position: 100% -300px;
}

#nav_movies a:hover,
#movies #nav_movies a,
#jimbo #nav_movies a,
#squabble #nav_movies a,
#thedelivery #nav_movies a {
	background-position: 0% -400px;
	color: #FFF;
}

#nav_movies a:hover span,
#movies #nav_movies a span,
#jimbo #nav_movies a span,
#squabble #nav_movies a span,
#thedelivery #nav_movies a span {
	background-position: 100% -400px;
}

#nav_merch a:hover,
body #nav_merch a {
	background-position: 0% -500px;
	color: #FFF;
}

#nav_merch a:hover span,
body #nav_merch a span {
	background-position: 100% -500px;
}

#nav_misc a:hover,
#misc #nav_misc a,
#piggybacks #nav_misc a {
	background-position: 0% -600px;
	color: #FFF;
}

#nav_misc a:hover span,
#misc #nav_misc a span, 
#piggybacks #nav_misc a span {
	background-position: 100% -600px;
}

#nav_forum a:hover, #forum #nav_forum a {
	background-position: 0% -700px;
	color: #FFF;
}

#nav_forum a:hover span, #forum #nav_forum a span {
	background-position: 100% -700px;
}

/* end tab hilight styles */

/* sets the overlap for the current tab */

#news #nav_news a span,
#features #nav_features a span,
#askteeter #nav_features a span,
#comics #nav_comics a span,
#toupy #nav_comics a span,
#toupytey #nav_comics a span,
#toupypreview #nav_comics a span,
#toupycast #nav_comics a span,
#movies #nav_movies a span,
#jimbo #nav_movies a span,
#squabble #nav_movies a span,
#thedelivery #nav_movies a span,
body #nav_merch a span,
#misc #nav_misc a span,
#piggybacks #nav_misc a span,
#forum #nav_forum a span {
	padding-bottom: .5em;
}


/* END HEADER TAB STYLES */

/* BEGIN MAIN SEARCH FORM STYLES */

#main_search {
	display: inline;
	float: right;
	padding: 0;
	margin: -10px 20px 0 0;
}

#main_search label {
	display: none;
	visibility: hidden;
}

#main_search_text {
	font-size: .9em;
	padding: 0;
	margin: 0;
	display: inline;
	width: 125px;
	color: #6FB353;
}

#main_search_submit {
	font-size: .9em;
	display: inline;
	padding: 0;
	margin: 0;
}

/* END MAIN SEARCH FORM STYLES */


/* BEGIN SUBNAV STYLES */

#subnav {
	font-size: .9em;
	width: 762px;
	background-color: #6FB353;
	padding: 5px;
	margin: -.2em 0 0 -10px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	voice-family: "\"}\""; /*  BEGIN IE5/PC BOX HACK  */
	voice-family: inherit;
	width: 742px;
}
html>body #subnav {
	width: 742px;
}  /*  END IE5/PC BOX HACK  */


#subnav ul {
	float: right;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
}

#subnav li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}

#subnav li a {
	font-weight: bold;
	color: #FFF;
	text-shadow: 2px 2px 1px #000;
}

#subnav_checkout {
	color: yellow !important;
	font-weight: bold !important;
}

#breadcrumb {
	float: left;
	width: 50%;
	margin-left: 7px !important;
}

#breadcrumb a {
	color: #FFF;
}

/* END SUBNAV STYLES */


#home_img {
	margin-right: 23px;
}


/* BEGIN FOOTER STYLES */

#footer {
	width: 768px;
	background: transparent url(/images2/common/header_bkgrnd.gif) left bottom repeat-y;
	padding: 0 13px 13px 13px;
	font: normal .9em Trebuchet MS, Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: left;
	voice-family: "\"}\""; /*  BEGIN IE5/PC BOX HACK  */
	voice-family: inherit;
	width: 742px;
}
html>body #footer {
	width: 742px;
}  /*  END IE5/PC BOX HACK  */

#footer_toprule {
	margin-left: -5px;
	margin-right: -5px;
	border-top: 1px solid black;
	padding-top: 5px;
}

#footer .float_left {
	margin-left: 5px;
}

#footer hr {
	width: 752px;
	margin: 0 0 5px -5px;
	padding: 0;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

#footer ul li {
	padding: 0 5px 0 5px;
	margin: 0;
	border-right: 1px solid black;
	list-style: none;
	display: inline;
}

#footer ul li.last {
	border-right: none;
}

#footer a {
	text-transform: uppercase;
}


/* BEGIN REPURPOSED STYLES */

.columnLeft, .columnRight {
	padding: .5em 0 0 0;
	}

.leftBoxContainer, .rightBoxContainer {
	border: 1px solid #BBB;
	margin-bottom: 1.5em;
	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	text-transform: uppercase;
	margin: 0em;
	background-color: #BBB;
	padding: 0.5em 0.2em;
	}

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


.middleColumn {
	padding-right: 10px;
}

#navColumnOne {
	padding-left: 10px;
}

#productInfo_left {
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}

#productInfo_right {
	width: 260px;
	text-align: left;
	float: right;
}

#productMainImage a:hover {
	text-decoration: none;
}

#productPrices {
	color: #AAA !important;
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}

#productDescription p {
	font-size: .9em !important;
	text-indent: 2em;
	margin: 0 0 10px 0;
	padding: 0 !important;
}


#cartAdd {
	background-color: #EEE;
	text-align: right;
	margin: 0;
	padding: 1em;
}

#cartAdd p {
	margin: 0;
	padding: 0 0 5px 0;
}

#cartAdd input {
	margin: 0;
	padding: 0;
	display: inline;
}


.centerColumn {
	text-align: left;
}

	
.centerColumn h1 {
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebox_checkout {
	text-transform: uppercase;
	font-weight: bold;
	float: right;
}


.cartBoxTotal {
	font-weight: bold;
	}
	
.cartBoxTotalText {
	float: left;
	width: 45%;
}

.cartBoxTotalAmount {
	float: right;
	text-align: right;
	width: 45%;
}


#shoppingcart {
	border: 1px solid #5C9445;
}

#shoppingcartHeading {
	background-color: #5C9445;
}

#shoppingcartContent {
	text-align: left;
}



#productListHeading {
	text-transform: uppercase;
	font-size: 1.8em;
	margin: 0;
}


.tabTable {
	margin: 0;
	padding: 0;
}

.tabTable .productListing-data {
	padding: 10px 0;
}

.tabTable .productListing-data .itemTitle {
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}

.tabTable .productListing-data .listingDescription {
	text-align: left;
	padding: 10px;
}


.optionName {
	margin: 0 10px 0 0;
}

.attribsRadioButton {
	margin: 0;
	padding: 0;
	display: inline;
}


#productInfo_right em {
	font-size: .9em;
	color: red;
}



#categoriesContent {
	text-align: left;
}



#ottotal {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em !important;
}

legend {
	font-weight: bold;
	padding: 0.3em;
	text-transform: uppercase;
	color: black;
}


/* END REPURPOSED STYLES */




/* BEGIN DVD PRODUCT INFO STYLES */


#dvd_clips {
       text-align: center;
       border: 1px solid #F2CB41;
       padding: 5px;
}

#dvd_clips h3 {
       margin: 0 0 5px 0;
       font-size: 1.2em;
       text-transform: uppercase;
}

#dvd_features {
	border: 1px solid #999;
    padding: 5px;
    margin: 5px 0;
}

#dvd_features h3 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
}

#dvd_features ul {
	margin: 1em 0 1em 2em;
	padding: 0;
	font-size: .8em;
}

#dvd_specs {
         text-align: center;
         font-size: .6em;
}

#dvd_specs ul {
         padding: 0;
         margin: 10px 0;
}

#dvd_specs li {
        display: inline;
        list-style: none;
        padding: 2px 5px;
        margin: 0;
        border-left: 1px solid #F2CB41;
}

#dvd_specs li.last {
        border-right: 1px solid #F2CB41;
}


/* END DVD PRODUCT INFO STYLES */













/* BEGIN ZEN CART STYLES */



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

.biggerText {
	font-size: 1.2em;
	}


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: 0.5em 0em;
	border: 1px solid #cccccc;
	}



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: 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*/



#headerWrapper, #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, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.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, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	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;
	}

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

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

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

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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


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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/

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

.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 {
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}



.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
  width: 50%; 
  margin: 0.2em;
  padding: 0.5em;
  }

.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*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

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

/*sideboxes*/


.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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, #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, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}