/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 1em 0px;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 2em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
label {
	display: block;
	float: left;
	width: 120px;
	clear: left;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img {
	border: 0px none;
}
a {
	text-decoration: underline;
	color: #95db6d;
}

/** begin custom **/

#mainBody {
	background: #efefef;
	color: #939393;
}

h1 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 10px;
	color: #5a8c21;
}
h2, h3 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #5a8c21;
}
h2 {
	font-size: 11pt;
}
h3 {
	font-size: 10pt;
}

#container {
	width: 769px;
	background: #ffffff url(/custom/images/mainbg.gif) repeat-y;
	margin: 0 auto;
}

#header {
	width: 756px;
	height: 168px;
	margin-left: 7px;
	background: url(/custom/images/topbanner.jpg) no-repeat top;
}

#headerNav {
	text-align: right;
	padding: 6px;
}
#headerNav, #headerNav a, #headerNav .headerLink {
	color: #205531;
	font-size: 8pt;
}
#headerNav a, #headerNav .headerLink {
	padding: 0 6px;
	text-decoration: none;
}
#headerNav .headerLink {
	cursor: pointer;
}

#productSearch {
	padding-left: 560px;
	padding-top: 115px;
}
.searchBox {
	padding: 0;
	margin: 0;
	height: 15px;
	border: 1px solid #578a1d;
	width: 160px;
	vertical-align: middle;
}
.productSearchButton {
	vertical-align: middle;
	border: none;
	padding: 0;
	height: 17px;
	width: 24px;
}

#topNav, .titleBar, #footer {
	background: url(/custom/images/barbg.gif) repeat-x;
	height: 30px;
	border: 1px solid #4a8105;
	color: #ffffff;
	overflow: hidden;
}
#topNav a, .titleBar a, #footer a {
	color: #ffffff;
}
.titleBar {
	font-size: 11pt;
	text-indent: 7px;
	line-height: 28px;
}
#topNavInner {
	padding-top: 4px;
}
#topNav {
	text-align: center;
	width: 754px;
	margin-left: 7px;
}
#topNav a {
	line-height: 20px;
	text-decoration: none;
	font-size: 9pt;
}
#topNav img {
	vertical-align: middle;
}
.topNavDivider {
	margin: 0 3px;
}

.dropDown {
	position: absolute;
	display: none;
	width: 200px;
}
.dropDownContent {
	background: #7cb60d url(/custom/images/dropmenu-bg.gif) repeat-x bottom;
}
.dropDown a.dropDownNav, .dropDown a.dropDownNavLast {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #90c131;
	padding: 4px 10px;
}
.dropDown a.dropDownNav {
	border-bottom: 1px solid #6a9b0b;
}
.dropDown a:hover {
	background-color: #567e09;
}
.dropDown a.dropDownNav:hover {
	border-top: 1px solid #72952e;
	border-bottom: 1px solid #466708;
}
.dropDown a.dropDownNavLast:hover {
	border-top: 1px solid #72952e;
}
.dropDownBottom {
	height: 11px;
	clear: both;
}
.dropDownBottom .dropDownLeft {
	float: left;
	width: 11px;
	height: 11px;
	background: url(/custom/images/dropmenu-bottom-left.gif) no-repeat;
	overflow: hidden;
}
.dropDownBottom .dropDownRight {
	float: right;
	width: 11px;
	height: 11px;
	background: url(/custom/images/dropmenu-bottom-right.gif) no-repeat;
	overflow: hidden;
}
.dropDownBottom .dropDownMiddle {
	height: 11px;
	float: left;
	width: 178px;
	background: url(/custom/images/dropmenu-bottom-bg.gif) repeat-x;
	overflow: hidden;
}


#contentArea {
	padding: 15px 23px;
	clear: both;
}

.button {
	float: left;
}
.buttonLeft {
	float: left;
	width: 9px;
	height: 18px;
	background: url(/custom/images/leftbtn.gif) no-repeat;
}
.buttonRight {
	float: left;
	width: 9px;
	height: 18px;
	background: url(/custom/images/rightbtn.gif) no-repeat;
}
.button a {
	display: block;
	float: left;
	height: 18px;
	background: url(/custom/images/btnbg.gif) repeat-x !important;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
	padding: 1px 2px 0 2px !important;
	color: #ffffff;
}

.submitButton {
	border: 0 none;
	width: 65px;
	height: 18px;
	background: url(/custom/images/submit.gif) no-repeat;
	cursor: pointer;
}

.clearer {
	clear: both;
}

#footer {
	clear: both;
	text-align: right;
	line-height: 28px;
	width: 754px;
	margin-left: 7px;
}
#footerInner {
	padding-right: 15px;
}
#footer a {
	text-decoration: none;
}

#bottomShadow {
	clear: both;
	background: url(/custom/images/bottom-shadow.gif) no-repeat;
	height: 5px;
	width: 769px;
	overflow: hidden;
}

#lhs {
	width: 185px;
	float: left;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}
#lhsMenu {
	width: 170px;
	background-color: #7cb60d;
}
#lhsMenu a {
	color: #ffffff;
	display: block;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	margin-left: 10px;
	border-top: 1px solid #90c131;
	border-bottom: 1px solid #6a9b0b;
}
#lhsMenu a:hover {
	background-color: #527d00;
	border-top: 1px solid #4a7200;
	border-bottom: 1px solid #90c031;
	margin-left: 0;
	width: 170px;
	text-indent: 10px;
}

#lhsAd {
	width: 168px;
	margin-top: 12px;
	border: 1px solid #ababab;
}
#lhsAd.top {
	margin-top: 0;
}
#lhsAd .titleBar {
	font-size: 10pt;
	text-indent: 6px;
}
#lhsAd .imageArea {
	height: 122px;
	width: 168px;
	cursor: pointer;
}
#lhsAd .imageArea .button {
	float: right;
	padding-top: 95px;
	padding-right: 6px;
}
#lhsAd .balatonSpa {
	background: url(/custom/images/lhsadbalaton.jpg) no-repeat;
}
#lhsAd .nutritionalSupplements {
	background: url(/custom/images/lhsadsupplements.jpg) no-repeat;
}
#lhsAd .onlineDiets {
	background: url(/custom/images/lhsonlinedietsbanner.jpg) no-repeat;
}

#lhsProgrammes {
	border: 1px solid #7cac51;
	width: 168px;
	height: 259px;
	margin-top: 12px;
	background: url(/custom/images/lhsprogrammead.jpg) no-repeat;
}
#lhsProgrammes, #lhsProgrammes td {
	font-size: 7pt;
	color: #ffffff;
}
#lhsProgrammesInner {
	padding-top: 126px;
}

#rhs {
	width: 275px;
	float: right;
}

#mainContentLeft {
	float: left;
	width: 430px;
	color: #ababab;
}

#mainContentRight {
	width: 535px;
	color: #9c9c9c;
	float: left;
}
#mainContentInner, .mainContentInner {
	padding: 12px;
}

#homepageLHS {
	float: left;
}

.box, #homeText, #nutritionalSupplementsBox, #balatonSpaBox, #warriorNutritionBox, #onlineDietsBox, #closeQuarterBox, #personalTrainerBox {
	border: 1px solid #e3ebda;
	margin-bottom: 11px;
}
#homeText h1 {
	margin-bottom: 6px;
}

#homeText {
	width: 435px;
	height: 243px;
	font-size: 8pt;
	overflow: hidden;
}
#homeTextInner {
	padding: 5px 5px 5px 10px;
}

#nutritionalSupplementsBox, #balatonSpaBox, #warriorNutritionBox, #onlineDietsBox, #closeQuarterBox, #personalTrainerBox {
	width: 272px;
	height: 243px;
}
#nutritionalSupplementsBox .imageArea, #warriorNutritionBox .imageArea, #balatonSpaBox .imageArea, #onlineDietsBox .imageArea, #closeQuarterBox .imageArea, #personalTrainerBox .imageArea {
	width: 272px;
	height: 211px;
}
#nutritionalSupplementsBox .imageArea {
	background: url(/custom/images/ultrameal.jpg) no-repeat;
}
#balatonSpaBox .imageArea {
	background: url(/custom/images/balatonquote.jpg) no-repeat;
}
#warriorNutritionBox .imageArea {
	background: url(/custom/images/warriorbanner.jpg) no-repeat;
}
#personalTrainerBox .imageArea {
	background: url(/custom/images/trainingbanner.jpg) no-repeat;
}
#onlineDietsBox .imageArea {
	background: url(/custom/images/onlinedietsbanner.jpg) no-repeat;
}
#closeQuarterBox .imageArea {
	background: url(/custom/images/closequarterbanner.jpg) no-repeat;
}

#nutritionalSupplementsBox .button, #balatonSpaBox .button, #warriorNutritionBox .button, #onlineDietsBox .button, #closeQuarterBox .button, #personalTrainerBox .button {
	float: right;
	padding-top: 184px;
	padding-right: 10px;
}

/** PRODUCT SECTION **/

.productSectionProduct {
	float: left;
	width: 267px;
	height: auto !important;
	height: 220px;
	min-height: 220px;
	margin-top: 30px;
	overflow: hidden;
}
.productSectionImage, .programmeProductImage {
	width: 120px;
	float: left;
}
.productSectionInfo, .programmeProductInfo {
	width: 130px;
	float: left;
	overflow: hidden;
}
.productSectionName, .productSectionPrice, .productCriteria, .productSectionCriteria, .productSectionQty, .productName, .productPrice, .productQty, .productCustomerOptionLabel, .programmeProductName, .programmeProductPrice, .programmeProductQty {
	color: #598b20;
}
.productSectionPrice, .productSectionQty, .programmeProductQty, .programmeProductPrice, .productCriteria, .productSectionCriteria {
	font-size: 10.5pt;
}
.productSectionQty, .productQty, .programmeProductQty {
	float: left;
}
.productCriteria, .productSectionCriteria {
	clear: left;
}
.productSectionCriteria {
	margin-bottom: 8px;
}
.productSectionPrice, .programmeProductPrice {
	padding-bottom: 8px;
}
.productSectionNameDesc, .programmeProductNameDesc {
	height: 127px;
	overflow: hidden;
}
.productSectionName, .programmeProductName {
	font-size: 11pt;
	margin-bottom: 4px;
}
.productSectionDesc, .programmeProductDesc {
	color: #626262;
	font-size: 8pt;
	height: auto !important;
	height: 87px;
	min-height: 87px;
}
input.qty {
	width: 25px;
	vertical-align: middle;
}
.productSectionProductMoreInfo {
	padding-left: 10px;
	padding-top: 5px;
}
.programmeProductMoreInfo {
	margin-left: 6px;
	margin-top: 5px;
}
.buyBtn a {
	padding-left: 4px;
	padding-right: 4px;
}
.buyBtn {
	margin-top: 1px;
	margin-left: 10px;
}

#pagination {
	background: #ececec;
	color: #9c9c9c;
	height: 35px;
	overflow: hidden;
}
#pagination a {
	color: #9c9c9c;
	text-decoration: none;
}
#paginationCurrent {
	float: left;
	padding: 10px;
}
#pageLinks {
	float: right;
	padding: 10px;
}
.paginationArrow {
	vertical-align: middle;
}
/** END PRODUCT SECTION **/


/** PRODUCT PAGE **/

.productDetails {
	padding-top: 12px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
.productDirections {
	font-size: 8pt;
	margin-top: 2em;
	color: #929292;
	line-height: 140%;
}
.productLeftSide {
	float: left;
	width: 258px;
}
.productRightSide {
	width: 270px;
	float: right;
}
.productName, .productPrice, .productQty, .productCustomerOptionLabel {
	font-size: 11pt;
}
.productDesc {
	line-height: 150%;
	color: #676767;
}
.productImage a {
	color: #676767;
	text-decoration: none;
	font-size: 8pt;
}
.productBackToShop {
	margin: 10px 0;
}
.productCustomerOptionsForm {
	clear: both;
}
.productPrice {
	padding: 8px 0;
}
#relatedProducts, #featuredProducts {
	clear: right;
}
.relatedProduct, .featuredProduct {
	float: left;
	width: 152px;
	margin: 10px;
}
.relatedProduct .productName, .featuredProduct .productName {
	font-size: 10.5pt;
	height: auto !important;
	height: 35px;
	min-height: 35px;
}
.relatedProduct .productDesc, .featuredProduct .productDesc  {
	font-size: 7pt;
	line-height: 130%;
	height: auto !important;
	height: 55px;
	min-height: 55px;
}
.featuredProduct .button  {
	margin-top: 6px;
	float: right;
}
.relatedProduct .buyBtn, .featuredProduct .buyBtn {
	float: left;
	margin-left: 10px;
}
.altProductImage, .featuredProductImage {
	text-align: center;
	height: 120px;
}
.productOptions {
	margin-bottom: 8px;
}

/** END PRODUCT PAGE **/

input, select, textarea {
	color: #407e00;
	font-size: 8pt;
	padding: 1px;
	margin: 0;
}
input {
	height: 14px;
}
.checkbox, .radio {
	border: none;
	height: auto;
}
.formInput {
	width: 180px;
	border: 1px solid #578a1d;
}
textarea.formInput {
	width: 180px;
	height: 80px;
}
label.inline {
	display: inline;
	float: none;
	width: auto;
	clear: none !important;
}

#registerForm label {
	width: 200px !important;
}

/** BASKET AND CHECKOUT STUFF **/

#miniBasket {
	width: 168px;
	border: 1px solid #9ab67a;
	margin-top: 12px;
}
#miniBasket .titleBar {
	font-size: 11pt;
}
#miniBasketTable {
	width: 150px;
	margin-left: 9px;
	margin-top: 8px;
}
#miniBasketTable th {
	color: #60902a;
	font-size: 9pt;
	border-bottom: 1px solid #9b9b9b;
	padding: 4px 0;
}
#miniBasketTable td {
	color: #9b9b9b;
	font-size: 9pt;
	padding: 6px 0;
	text-align: center;
}
#miniBasket .button {
	float: right;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#miniBasket .button a {
	font-size: 8pt;
}
#miniBasket #noItemsMessage {
	padding: 10px;
	font-size: 9pt;	
}
/** END BASKET AND CHECKOUT STUFF **/

.smallText {
	font-size: 7pt;
}

.homepageProgrammes {
	width: 436px;
}
#rhsProgrammes {
	width: 272px;
	margin-left: 1px;
}
#homepageProgrammesInner {
	height: 211px;
	background: url(/custom/images/ultrameal.jpg) no-repeat;
}
#homepagePhysicalInner {
	height: 211px;
	background: url(/custom/images/physical.jpg) no-repeat;
}
#rhsProgrammesInner {
	height: 211px;
	width: 272px;
	background: url(/custom/images/cycling-small.jpg) no-repeat;
}
#homepageProgrammesInner {
	width: 436px;
}
.homepageProgrammesTable, #rhsProgrammesTable {
	height: 211px;
	float: right;
}
#lhsProgrammesTable {
	height: 122px;
	float: right;
}
#homepageProgrammesInner a, #homepagePhysicalInner a,  #rhsProgrammesInner a, #lhsProgrammesInner a {
	display: block;
	color: #ffffff;
	padding: 4px;
	text-decoration: none;
	background: url(/custom/images/programme-list-arrow.gif) no-repeat right center;
}
#lhsProgrammesInner a {
	background: url(/custom/images/programme-list-arrow-lhs.gif) no-repeat right center;
}
#homepageProgrammes a.top, #rhsProgrammes a.top, #lhsProgrammes a.top {
	border-bottom: 1px solid #6ea700;
}
#homepageProgrammes a.middle, #rhsProgrammes a.middle, #lhsProgrammes a.middle {
	border-bottom: 1px solid #6ea700;
	border-top: 1px solid #618e0a;
}
#homepageProgrammes a.bottom, #rhsProgrammes a.bottom, #lhsProgrammes a.bottom {
	border-top: 1px solid #618e0a;
}
.programmeListTop {
	background: url(/custom/images/programme-list-top.gif) no-repeat;
	width: 194px;
	height: 13px;
	overflow: hidden;
}
.programmeListMiddle {
	background: #6fa30c; /* url(/custom/images/programme-list-bg.gif) repeat-x bottom; */
}
.programmeListBottom {
	background: url(/custom/images/programme-list-bottom.gif) no-repeat;
	width: 194px;
	height: 13px;
	overflow: hidden;
}

#lhsProgrammes #programmeListTop {
	background: url(/custom/images/programme-list-top-lhs.gif) no-repeat;
	width: 146px;
	height: 10px;
	overflow: hidden;
}
#lhsProgrammes #programmeListMiddle {
	background: #6fa30c; /* url(/custom/images/programme-list-bg-lhs.gif) repeat-x bottom; */
}
#lhsProgrammes #programmeListBottom {
	background: url(/custom/images/programme-list-bottom-lhs.gif) no-repeat;
	width: 146px;
	height: 10px;
	overflow: hidden;
}

/** PRODUCT PROGRAMMES **/

#programmeDetail {
	width: 400px;
	float: left;
	color: #ababab;
	line-height: 150%;
}
#otherProductProgrammes {
	margin-top: 2em;
}
#otherProductProgrammes a {
	color: #95442e;
}
.redTitle {
	font-size: 11pt;
	color: #95442e;
}

#programmeProducts {
	width: 260px;
	float: right;
	border: 1px solid #b7cc9e;
}
.programmeProduct {
	height: auto !important;
	height: 50px;
	min-height: 50px;
	margin-top: 15px;
	margin-bottom: 40px;
	clear: both;
	width: 250px;
}

/** END PRODUCT PROGRAMMES **/

.imgMiddle {
	vertical-align: middle;
}

.contactLabel {
	padding-left: 50px;
}
#contactForm {
	margin-top: 2em;
}
.contactSubmit {
	float: left;
	margin-top: 66px;
	margin-left: 10px;
}
#comments {
	float: left;
	margin-left: 3px;
}

.grey {
	color: #9b9b9b;
}

.greenLine {
	border-top: 1px solid #acc58f;
	padding: 0;
	margin: 1.5em 0 0 0;
}

.profile img {
	margin-right: 12px;
	margin-bottom: 4px;
}

table.register {
	width: 410px;
}


/* login popup */

#loginPopup, .yui-panel-container, .yui-panel {
	background: transparent;
	border:none;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
#loginPopup a {
	color: #ffffff;
}

#loginPopup .hd {
	display: none;
	padding: 0px;
	margin: 0px;
}

#loginPopup .bd {
	width: 302px;
	height: 204px;
	padding: 0px;
	margin: 0px;
	background: transparent url(/custom/images/login-bg.gif) no-repeat;
}
.mask {
	background-color: #ffffff;
}

#loginPopup .formInput {
	width: 160px;
	margin-bottom: 16px;
}

#loginForm {
	width: 170px;
	margin-top: 81px;
	padding-left: 100px;
}

#popupLoginButton {
	float: right;
	border: none;
	width: 76px;
	height: 25px;
}

#loginClose {
	position: absolute;
	top: 11px;
	left: 240px;
}
/* END login popup */

.basketTable th, .basketTable tfoot td {
	background-color: #90c133;
	color: #ffffff !important;
	padding: 6px 2px;
}
.basketTable tfoot td {
	text-align: right;
}
.basketTable td, #miniBasketBody {
	color: #598b20;
}
.basketTable .basketOptionsList {
	color: #ababab !important;
}
.basketTable {
	width: 100%;
}
.popup_basket_list {
	height: 200px;
	overflow: auto;
}

#checkoutDetailsForm .formInput {
	width: 110px;
}
.basketLabel {
	padding-left: 10px;
}

/** NEWS **/
.newsListingDate {
	font-weight: bold;
}
.newsListingPreview {
	margin-bottom: 2em;
	color: #626262;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.newsListingTitle {
	padding-left: 6px;
}
/** END NEWS **/


.productSectionName a, .productName a, .programmeProductName a {
	color: #598b20 !important;
	text-decoration: none;
}

.titleBarLeft {
	float: left;
}
.titleBarRight {
	float: right;
	padding-right: 3px;
}
.titleBarRight a {
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
}

.green {
	color: #527d00;
}

.ingredients {
	background-color: #f8f8f8;
	height: 200px;
	overflow: auto;
	padding: 12px;
	border: 1px solid #cfcfcf;
}

.smallerText {
	font-size: 100%;
}

.postageName {
	width: auto;
	height: auto;
	font-weight: bold;
	display: block;
	float: left;
	width: 120px;
	padding-left: 5px;
	padding-top: 3px;
}
.postagePrice {
	padding-top: 3px;
	width: 60px;
	text-align: right;
}
.postagePrice, .postageRadio {
	display: block;
	float: left;
}
.postageOption {
	margin-left: 15px;
	clear: right;
	height: 26px;
}

#deliveryOptions {
	padding-bottom: 1em;
}

#forgottenPasswordLink {
	margin-bottom: 2px;
}
#forgottenPasswordLink a {
	font-size: 8pt;
}

.relatedProductMoreInfo {
	padding-left: 35px;
	padding-top: 1em;
	float: none;
}
#relatedProducts .productPrice {
	clear: both;
}
.postageOptionSelected {
	font-weight: bold;
}

#promo_code {
	width: 508px; 
	height: 40px;
}
#promo_code .formInput {
	width: 120px;
	margin-right: 4px;
	float: left;
}
#promo_code .button {
	float: left;
}

#nutritionalSupplementsProducts {
	clear: both;
}

#questionnaireForm label {
	width: 250px !important;
}
#questionnaireForm h2, #questionnaireForm h3 {
	clear: both;
}
#questionnaireForm label {
	font-weight: bold;
	height: auto !important;
	height: 2em;
	min-height: 2em;
	padding-bottom: 1em !important;
	margin-right: 10px;
}
#questionnaireForm label.inline {
	padding-left: 3px;
	font-weight: normal !important;
	padding-bottom: 0 !important;
}
#questionnaireForm p {
	clear: both;
}

#warriorBannerWide {
	background: url(/custom/images/warriorbannerwide.jpg) no-repeat;
	width: 538px;
	height: 176px;
	margin-bottom: 2em;
	float: left;
}
.buySubscribeBtn {
	float: right;
}
.error {
	color: #f00;
}
.infobox {
	margin-bottom: 1em;
}

#dietPlans {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.dietPlanPanel {
	width: 332px;
	height: 204px;
	background: url(/custom/images/dietplanpanel.gif) no-repeat;
	float: left;
	margin: 0 0 23px 0;
}
.dietPlanPanelContent {
	padding: 18px 25px 0 25px
}
.dietPlanPanelRight {
	float: right !important;
}
#dietPlans h2 {
	font-size: 13px;
}
#dietPlans li {
	list-style-image: url(/custom/images/bullet.gif);
}
.dietPlanProductTitle {
	color: #51860f;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
.dietPlanProductName {
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.dietPlanProductText {
	margin: 0 0 6px 0;
}
.dietPlanProductText a {
	color: #939393;
	text-decoration: none;
}
.dietPlanProductText em {
	font-size: 11px;
}
.dietPlanProductPrice {
	font-size: 20px;
	color: #51860f;
	margin: 0 0 12px 0;
}
.dietPlanProductButton input {
	width: 112px;
	height: 32px;
}