/*-----GOORME MAIN CSS------------------------*/
/*-----INCLUDE------------------------*/

@import url('reset.css');
@import url('typography.css');
@import url('vgrid.css');
@import url('modules.css');
@import url('form.css');
/*@import url('temp.css');*/

/*-----BASE------------------------*/

body {
	background: #ededed url('../img/gm/img_cross.png') repeat-x;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #464646;
	letter-spacing: 0.01em;
}

ul, ol, li {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

p, ul, ol, li {
	margin-bottom: 20px;
}

/*-----CLEAR------------------------*/

.clearFix {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearMargin {
	margin: 0 !important;
}

.clearPadding {
	padding: 0 !important;
}

.clearWidth {
	width: auto !important;
}

.clearHeight {
	height: auto;
}

.clearBorder li {
	border: none !important;
}

.gm_space_5 {
	margin-right: 5px;
}

.gm_space_10 {
	margin-right: 10px;
}

/*-----ALIGNMENT------------------------*/

.alignLeft {
	float: left !important;
}

.alignRight {
	float: right !important;
}

.clearFloat {
	float: none !important;
}

.isTipper {
	float: right !important;
	margin: 2px 0 0 0 !important;
}

.isBigTipper {
	float: right !important;
	margin: 5px 0 0 0 !important;
}

.isCenter {
	text-align: center;
}

/*-----Display------------------------*/

.isTemp {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.isHidden {
	display: none;
}

.isBlock {
	display: block;
}

.isInline {
	display: inline;
}

.isBlur {
	-moz-opacity:.30;
	filter:alpha(opacity=3);
	opacity:.30;
}

.isBlur:hover {
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	opacity:1.0;
}

.isLast {
	margin-right: 0 !important;
}

.hasMeta {
	margin-bottom: 5px !important;
}

/*----FLIPPING COLORS----*/

.DarkBg {
	background:#003300 !important;
	color: #fff;
}

.GreenBg {
	color: #fff;
	background-color: #59ab1b !important;
}

.DarkGreenBg {
	background-color: #59ab1b !important;
}

.WhiteBg {
	background-color: #fff !important;
	color: #464646;
}

/*---CONTROLLING SHADOW----*/

.gm_LogoContainer, .gm_NavBar, .gm_Grid, .gm_SearchTip, .gm_MessageBar, .gm_SubmitItem div.isButton, .gm_Tip, .gm_Message.isWarning.isLocation, .gm_TweetBubble {
	box-shadow: 3px 3px 4px #cccccc;
	-moz-box-shadow: 3px 3px 4px #cccccc;
	-webkit-box-shadow: 3px 3px 4px #cccccc;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}


/*---CONTROLLING ROUNDED CORNERS on MAIN CONTAINERS----*/

.gm_Grid, .gm_SideGrid.isHighlight, .gm_NavBar, .gm_SearchBar, .gm_MessageBar, .gm_TasteList li, .gm_TasteList li div.isBar, .gm_ButtonGroup, .gm_BlogCard, .gm_Button, .gm_Message, .gm_MessageGrid, .gm_ProgressBar,
div.isGreyRounded, .gm_SocialColumn div.isTwitter span.isFollowButton, .isRounded, .gm_SocMed, .gm_SubmitPanel, .gm_ReviewPanel, .gm_SetLocation, .gm_RegisterDone, .gm_SubmitItem div.isButton, .gm_SearchBox {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*---GREY HIGHLIGHT w/ 2px ROUNDED CORNERS---*/

div.isGreyRounded {
	background-color: #f2f2f2;
	border: 1px solid #e1e1e1;
	padding: 6px;
}


/*----OVERLAY & STUFF----*/

#gm_Overlay {
	visibility: hidden; /*--hidden by default--*/
	background: rgba(0, 0, 0, 0.8);
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 1000;
}

#gm_PopUp {
    margin: 100px auto;
    background-color: rgba(255,255,255,0.25);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    padding: 14px;
	width: 540px;
}

#gm_PopUp h3 {
	font-size: 24px;
	line-height: 30px;
}

#gm_PopUp p {
	margin-bottom: 10px;
}

#gm_PopUp p.isDesc {
	margin-bottom: 25px !important;
}

.gm_PopFooter {
	margin: 0 -20px -20px -20px;
	padding: 8px 10px;
	background-color: #cde6ba;
	border-top: 1px solid #b7d38e;
}

.gm_SubmitPanel, .gm_ReviewPanel, .gm_SetLocation, .gm_RegisterDone {
	background-color: #fff;
	border: 1px solid #357406;
    padding: 20px;
	width: 500px;
}

/*--SUBMIT ITEM FORM/MODAL--*/

.gm_SubmitItem {
	float: left;
	margin: 20px 30px 40px 30px;
}

.gm_SubmitItem li {
	margin: 0 5px;
	float: left;
}

.gm_SubmitItem div.isButton {
	width: 52px;
	height: 52px;
	padding: 4px;
	text-align: center;
	background-color: #cde6ba;
	border: 1px solid #b7d38e;
}

.gm_SubmitItem div.isButton:hover, .gm_SubmitItem div.isButton span.gm_meta:hover, .gm_SubmitItem div.isButton:hover span.gm_meta {
	background-color: #59ab1b;
	color: #fff;
}

.gm_SubmitItem li span.gm_Iconset_24 {
	margin: 5px 14px;
}

.gm_SubmitItem li span.gm_meta {
	font-size: 10px;
	margin: 3px auto 0 auto;
	text-transform: uppercase;
	color: #59ab1b;
	text-align: center;
}

#gm_PopUp.gm_SubmitPanel span.gm_meta span.gm_Iconset_14 {
	margin-right: 3px;
}

/*----REGISTER DONE----*/

.gm_RegisterDone {
	background: #fff url('../img/gm/popcorn.png') no-repeat left top;
}

.gm_PopContent {
	margin-left: 160px;
}

.gm_SocMed {
	background-color: #cde6ba;
	border: 1px solid #b7d38e;
	padding: 10px;
	margin-bottom: 30px;
}

.gm_SocMed span.isButton {
	float: left;
	margin-right: 10px;
}

/*----SET LOCATION----*/

.gm_SearchBox {
	padding: 10px;
	background-color: #cde6ba;
	border: 1px solid #b7d38e;
	margin-bottom: 20px;
}

.gm_SearchBox span.gm_meta  {
	margin-top: 5px;
	display: block;
	color: #464646;
}

.gm_POIlist {
	float: left;
	margin: 0;
}

.gm_POIlist li {
	float: left;
	margin: 0 8px 5px 0;
	font-size: 12px;
	line-height: 14px;
}


/*----AVATAR & BUSINESS LOGO---*/

.gm_Avatar {
	padding: 3px;
	background-color: #f2f2f2;
	border: 1px solid #d7d7d7;
}

.gm_Avatar:hover {
	background-color: #e1e1e1;
}

.gm_Avatar.is80 {
	width: 72px;
	height: 72px;
}

.gm_Avatar.is50 {
	width: 42px;
	height: 42px;
}

.gm_Avatar.is30 {
	width: 22px;
	width: 22px;
}

.gm_Avatar.is24 {
	width: 18px;
	height: 18px;
	padding: 2px;
}

.gm_Avatar.is14 {
	width: 14px;
	height: 14px;
	padding: 2px;
}

/*----USER VCARD----*/

.gm_vCard img.isAvatar {
	float: left;
	margin-right: 5px;
}

/*----MINI VCARD----*/

.gm_vCard.isMini {
	background-color: #CDE7BA;
	line-height: 18px;
	float: left;
	padding: 4px 6px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-right: 10px;
}

.gm_vCard.isMini:hover {
	background-color: #ebebeb;
}

.gm_vCard.isMini h3.gm_username {
	margin-right: 6px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 0;
	float: left;
}

.gm_vCard.isMini h3.gm_username:hover {
	color: #357406;
}

.gm_vCard.isMini span.doFollow {
	margin-top: 2px;
}

/*---FULL VCARD---*/

.gm_vCard.isFull {
	margin-bottom: 5px;
}

.gm_vCard.isFull.isProfile {
	margin-bottom: 15px;
}

.gm_vCard.isFull img.isAvatar {
	float: left;
	margin-right: 8px;
}

.gm_vCard.isFull h3.gm_username {
	line-height: 20px;
	margin-bottom: 8px;
}

.gm_vCard.isFull div.gm_ListContent {
	margin-left: 70px;
}

/*--vCARD is FULL but Image only 40px---*/

.gm_vCard.isFull.is40 div.gm_ListContent {
	margin-left: 58px;
}

.gm_vCard.isFull.is40 h3.gm_username {
	line-height: 20px;
	margin-bottom: 4px;
}

/*--vCARD is FULL but Image only 30px---*/

.gm_vCard.isFull.is30 div.gm_ListContent {
	margin-left: 46px;
}

.gm_vCard.isFull.is30 h3.gm_username {
	line-height: 20px;
	margin-bottom: 4px;
}

/*----BLOG CARD----*/

.gm_BlogCard span.isURL {
	line-height: 16px;
	margin-right: 3px;
}

.gm_BlogCard p {
	margin-bottom: 10px;
	font-size: 12px;
}

/*---ICON SET---*/

.gm_Iconset_18.alignRight, .gm_Iconset_14.alignRight {
	margin-right: 0;
	margin-left: 1px;
}

.gm_Iconset_24.alignRight {
	margin-right: 0;
	margin-left: 5px;
}

span.isRated, span.doRate {
	margin: 0 !important;
}

.gm_IconMessage {
	color: #669966;
	font-style: italic;
	margin-top: 5px;
	font-size: 10px;
	display: block;
}

.gm_Iconset_24 {
	width: 26px;
	height: 26px;
	float: left;
	margin-right: 3px;
}

.gm_Iconset_24.doBookmark {
	background: url('../img/icon/iconset_24.png') no-repeat 0px -40px;
}

.gm_Iconset_24.doBookmark.isOn, .gm_Iconset_24.doBookmark:hover {
	background: url('../img/icon/iconset_24.png') no-repeat 0px 0px;
}

.gm_Iconset_24.doPhoto {
	background: url('../img/icon/iconset_24.png') no-repeat -40px -40px;
}

.gm_Iconset_24.doPhoto.isOn, .gm_Iconset_24.doPhoto:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -40px 0px;
}

.gm_Iconset_24.doReport {
	background: url('../img/icon/iconset_24.png') no-repeat -80px -40px;
}

.gm_Iconset_24.doReport.isOn, .gm_Iconset_24.doReport:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -80px 0px;
}

.gm_Iconset_24.doReply, .gm_Iconset_24.isComment {
	background: url('../img/icon/iconset_24.png') no-repeat -120px -40px;
}

.gm_Iconset_24.doReply.isOn, .gm_Iconset_24.doReply:hover, .gm_Iconset_24.isComment.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -120px 0px;
}

.gm_Iconset_24.doReview, .gm_Iconset_24.isReview {
	background: url('../img/icon/iconset_24.png') no-repeat -160px -40px;
}

.gm_Iconset_24.doReview.isOn, .gm_Iconset_24.doReview:hover, .gm_Iconset_24.isReview.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -160px 0px;
}

.gm_Iconset_24.doMessage {
	background: url('../img/icon/iconset_24.png') no-repeat -200px -40px;
}

.gm_Iconset_24.doMessage.isOn, .gm_Iconset_24.doMessage:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -200px 0px;
}

.gm_Iconset_24.doFollow, .gm_Iconset_24.isPeople {
	background: url('../img/icon/iconset_24.png') no-repeat -240px -40px;
}

.gm_Iconset_24.doFollow.isOn, .gm_Iconset_24.doFollow:hover, .gm_Iconset_24.isPeople.isOn, .gm_Iconset_24.isFollowing {
	background: url('../img/icon/iconset_24.png') no-repeat -240px 0px;
}

.gm_Iconset_24.doAdd {
	background: url('../img/icon/iconset_24.png') no-repeat -280px -40px;
}

.gm_Iconset_24.doAdd.isOn, .gm_Iconset_24.doAdd:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -280px 0px;
}

.gm_Iconset_24.doRemove {
	background: url('../img/icon/iconset_24.png') no-repeat -320px -40px;
}

.gm_Iconset_24.doRemove.isOn, .gm_Iconset_24.doRemove:hover, .gm_Iconset_24.isFollowing:hover, .gm_Iconset_24.isMutual:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -320px 0px;
}

.gm_Iconset_24.doPrev {
	background: url('../img/icon/iconset_24.png') no-repeat -360px -40px;
}

.gm_Iconset_24.doPrev.isOn, .gm_Iconset_24.doPrev:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -360px 0px;
}

.gm_Iconset_24.doNext, .gm_Iconset_24.isNext {
	background: url('../img/icon/iconset_24.png') no-repeat -400px -40px;
}

.gm_Iconset_24.doNext.isOn, .gm_Iconset_24.doNext:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -400px 0px;
}

.gm_Iconset_24.doRandom {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -40px;
}

.gm_Iconset_24.doRandom.isOn, .gm_Iconset_24.doRandom:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -440px 0px;
}

.gm_Iconset_24.doLocate {
	background: url('../img/icon/iconset_24.png') no-repeat -480px -40px;
}

.gm_Iconset_24.doLocate.isOn, .gm_Iconset_24.doLocate:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -480px 0px;
}

.gm_Iconset_24.doThumbUp {
	background: url('../img/icon/iconset_24.png') no-repeat -520px -40px;
}

.gm_Iconset_24.doThumbUp.isOn, .gm_Iconset_24.doThumbUp:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -520px 0px;
}

.gm_Iconset_24.doThumbDown {
	background: url('../img/icon/iconset_24.png') no-repeat -560px -40px;
}

.gm_Iconset_24.doThumbDown.isOn, .gm_Iconset_24.doThumbDown:hover {
	background: url('../img/icon/iconset_24.png') no-repeat -560px 0px;
}

.gm_Iconset_24.doRate, .gm_Iconset_24.isRating {
	background: url('../img/icon/iconset_24.png') no-repeat -840px -120px;
}

.gm_Iconset_24.doRate.isOn, .gm_Iconset_24.doRate:hover, .gm_Iconset_24.isRating.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -840px -80px;
}

/*--INFO 24--*/

.gm_Iconset_24.isBookmark {
	background: url('../img/icon/iconset_24.png') no-repeat 0px -40px;
}

.gm_Iconset_24.isBookmark.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat 0px 0px;
}

.gm_Iconset_24.isHalal {
	background: url('../img/icon/iconset_24.png') no-repeat 0px -120px;
}

.gm_Iconset_24.isHalal.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat 0px -80px;
}

.gm_Iconset_24.isVeggie {
	background: url('../img/icon/iconset_24.png') no-repeat -40px -120px;
}

.gm_Iconset_24.isVeggie.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -40px -80px;
}

.gm_Iconset_24.isSpicy {
	background: url('../img/icon/iconset_24.png') no-repeat -80px -120px;
}

.gm_Iconset_24.isSpicy.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -80px -80px;
}

.gm_Iconset_24.isDelivery {
	background: url('../img/icon/iconset_24.png') no-repeat -120px -120px;
}

.gm_Iconset_24.isDelivery.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -120px -80px;
}

.gm_Iconset_24.isWifi {
	background: url('../img/icon/iconset_24.png') no-repeat -160px -120px;
}

.gm_Iconset_24.isWifi.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -160px -80px;
}

.gm_Iconset_24.isSmoking {
	background: url('../img/icon/iconset_24.png') no-repeat -200px -120px;
}

.gm_Iconset_24.isSmoking.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -200px -80px;
}

.gm_Iconset_24.isTag {
	background: url('../img/icon/iconset_24.png') no-repeat -240px -120px;
}

.gm_Iconset_24.isTag.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -240px -80px;
}

.gm_Iconset_24.isFacebook {
	background: url('../img/icon/iconset_24.png') no-repeat -280px -120px;
}

.gm_Iconset_24.isFacebook.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -280px -80px;
}

.gm_Iconset_24.isTwitter {
	background: url('../img/icon/iconset_24.png') no-repeat -320px -120px;
}

.gm_Iconset_24.isTwitter.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -320px -80px;
}

.gm_Iconset_24.isURL {
	background: url('../img/icon/iconset_24.png') no-repeat -360px -120px;
}

.gm_Iconset_24.isURL.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -360px -80px;
}

.gm_Iconset_24.isDated {
	background: url('../img/icon/iconset_24.png') no-repeat -400px -120px;
}

.gm_Iconset_24.isDated.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -400px -80px;
}

.gm_Iconset_24.isCard {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -120px;
}

.gm_Iconset_24.isCard.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -80px;
}

.gm_Iconset_24.isSearch {
	background: url('../img/icon/iconset_24.png') no-repeat -480px -120px;
}

.gm_Iconset_24.isSearch.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -480px -80px;
}

.gm_Iconset_24.isTime {
	background: url('../img/icon/iconset_24.png') no-repeat -520px -120px;
}

.gm_Iconset_24.isTime.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -520px -80px;
}

.gm_Iconset_24.isHelp {
	background: url('../img/icon/iconset_24.png') no-repeat -560px -120px;
}

.gm_Iconset_24.isHelp.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -560px -80px;
}

.gm_Iconset_24.isRSS {
	background: url('../img/icon/iconset_24.png') no-repeat -600px -120px;
}

.gm_Iconset_24.isRSS.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -600px -80px;
}

.gm_Iconset_24.isSetting {
	background: url('../img/icon/iconset_24.png') no-repeat -640px -90px;
}

.gm_Iconset_24.isSetting.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -640px -80px;
}

.gm_Iconset_24.isChef {
	background: url('../img/icon/iconset_24.png') no-repeat -680px -120px;
}

.gm_Iconset_24.isChef.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -680px -80px;
}

.gm_Iconset_24.isNew {
	background: url('../img/icon/iconset_24.png') no-repeat -720px -120px;
}

.gm_Iconset_24.isNew.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -720px -80px;
}

.gm_Iconset_24.isTried {
	background: url('../img/icon/iconset_24.png') no-repeat -760px -120px;
}

.gm_Iconset_24.isTried.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -760px -80px;
}

.gm_Iconset_24.isLoved {
	background: url('../img/icon/iconset_24.png') no-repeat -800px -120px;
}

.gm_Iconset_24.isLoved.isOn, .gm_Iconset_24.doLove.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -800px -80px;
}

.gm_Iconset_24.isRated {
	background: url('../img/icon/iconset_24.png') no-repeat -920px -80px;
}

.gm_Iconset_24.isRated.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -840px -80px;
}

.gm_Iconset_24.isRated.is05 {
	background: url('../img/icon/iconset_24.png') no-repeat -880px -80px;
}

.gm_Iconset_24.isMutual, .gm_Iconset_24.isOverview {
	background: url('../img/icon/iconset_24.png') no-repeat -960px -80px;
}

.gm_Iconset_24.isLocation {
	background: url('../img/icon/iconset_24.png') no-repeat -480px -40px;
}

.gm_Iconset_24.isLocation.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -480px 0px;
}

.gm_Iconset_24.isDiscontinued.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1200px -80px;
}

.gm_Iconset_24.isReview {
	background: url('../img/icon/iconset_24.png') no-repeat -160px -40px;
}

.gm_Iconset_24.isReview.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -160px 0px;
}

.gm_Iconset_24.isMenu {
	background: url('../img/icon/iconset_24.png') no-repeat -1120px -120px;
}

.gm_Iconset_24.isMenu.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1120px -80px;
}

.gm_Iconset_24.isBiz {
	background: url('../img/icon/iconset_24.png') no-repeat -1000px -120px;
}

.gm_Iconset_24.isBiz.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1000px -80px;
}

.gm_Iconset_24.isBadges {
	background: url('../img/icon/iconset_24.png') no-repeat -1040px -120px;
}

.gm_Iconset_24.isBadges.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1040px -80px;
}

.gm_Iconset_24.isPrice {
	background: url('../img/icon/iconset_24.png') no-repeat -1080px -120px;
}

.gm_Iconset_24.isPrice.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1080px -80px;
}

.gm_Iconset_24.isPromo {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -120px;
}

.gm_Iconset_24.isPromo.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -80px;
}

.gm_Iconset_24.isRecipe {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -120px;
}

.gm_Iconset_24.isRecipe.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -80px;
}

/*.gm_Iconset_24.isArticle {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -120px;
}

.gm_Iconset_24.isArticle.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -440px -80px;
}*/

.gm_Iconset_24.isFirst {
	background: url('../img/icon/iconset_24.png') no-repeat -1240px -80px;
}

.gm_Iconset_24.isArticle {
	background: url('../img/icon/iconset_24.png') no-repeat -1280px -120px;
}

.gm_Iconset_24.isArticle.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1280px -80px;
}

.gm_Iconset_24.isRecipe {
	background: url('../img/icon/iconset_24.png') no-repeat -1320px -80px;
}

.gm_Iconset_24.isCuisine {
	background: url('../img/icon/iconset_24.png') no-repeat -1360px -120px;
}

.gm_Iconset_24.isCuisine.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1360px -80px;
}

.gm_Iconset_24.isFood {
	background: url('../img/icon/iconset_24.png') no-repeat -1400px -120px;
}

.gm_Iconset_24.isFood.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1400px -80px;
}

.gm_Iconset_24.isDrink {
	background: url('../img/icon/iconset_24.png') no-repeat -1440px -120px;
}

.gm_Iconset_24.isDrink.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1440px -80px;
}

.gm_Iconset_24.isIngredient {
	background: url('../img/icon/iconset_24.png') no-repeat -1480px -120px;
}

.gm_Iconset_24.isIngredient.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1480px -80px;
}

.gm_Iconset_24.isQuickRate {
	background: url('../img/icon/iconset_24.png') no-repeat -1520px -120px;
}

.gm_Iconset_24.isQuickRate.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1520px -80px;
}

.gm_Iconset_24.isDisliked {
	background: url('../img/icon/iconset_24.png') no-repeat -1560px -120px;
}

.gm_Iconset_24.isDisliked.isOn {
	background: url('../img/icon/iconset_24.png') no-repeat -1560px -80px;
}

/*---ICON SET 18----*/

.gm_Iconset_18 {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 0px;
}

.gm_Iconset_18.doBookmark {
	background: url('../img/icon/iconset_18.png') no-repeat 0px -30px;
}

.gm_Iconset_18.doBookmark.isOn, .gm_Iconset_18.doBookmark:hover {
	background: url('../img/icon/iconset_18.png') no-repeat 0px 0px;
}

.gm_Iconset_18.doPhoto {
	background: url('../img/icon/iconset_18.png') no-repeat -30px -30px;
}

.gm_Iconset_18.doPhoto.isOn, .gm_Iconset_18.doPhoto:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -30px 0px;
}

.gm_Iconset_18.doReport {
	background: url('../img/icon/iconset_18.png') no-repeat -60px -30px;
}

.gm_Iconset_18.doReport.isOn, .gm_Iconset_18.doReport:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -60px 0px;
}

.gm_Iconset_18.doReply {
	background: url('../img/icon/iconset_18.png') no-repeat -90px -30px;
}

.gm_Iconset_18.doReply.isOn, .gm_Iconset_18.doReply:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -90px 0px;
}

.gm_Iconset_18.doReview {
	background: url('../img/icon/iconset_18.png') no-repeat -120px -30px;
}

.gm_Iconset_18.doReview.isOn, .gm_Iconset_18.doReview:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -120px 0px;
}

.gm_Iconset_18.doMessage, .gm_Iconset_18.doSubscribe {
	background: url('../img/icon/iconset_18.png') no-repeat -150px -30px;
}

.gm_Iconset_18.doMessage.isOn, .gm_Iconset_18.doMessage:hover, .gm_Iconset_18.doSubscribe:hover, .gm_Iconset_18.isSubscribed {
	background: url('../img/icon/iconset_18.png') no-repeat -150px 0px;
}

.gm_Iconset_18.doFollow, .gm_Iconset_18.isPeople {
	background: url('../img/icon/iconset_18.png') no-repeat -180px -30px;
}

.gm_Iconset_18.doFollow.isOn, .gm_Iconset_18.doFollow:hover, .gm_Iconset_18.isPeople.isOn, .gm_Iconset_18.isFollowing {
	background: url('../img/icon/iconset_18.png') no-repeat -180px 0px;
}

.gm_Iconset_18.doAdd {
	background: url('../img/icon/iconset_18.png') no-repeat -210px -30px;
}

.gm_Iconset_18.doAdd.isOn, .gm_Iconset_18.doAdd:hover, .gm_Iconset_18.isSubmit {
	background: url('../img/icon/iconset_18.png') no-repeat -210px 0px;
}

.gm_Iconset_18.doRemove {
	background: url('../img/icon/iconset_18.png') no-repeat -240px -30px;
}

.gm_Iconset_18.doRemove.isOn, .gm_Iconset_18.doRemove:hover, .gm_Iconset_18.isSubscribed:hover, .gm_Iconset_18.isFollowing:hover, .gm_Iconset_18.isMutual:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -240px 0px;
}

.gm_Iconset_18.doPrev {
	background: url('../img/icon/iconset_18.png') no-repeat -270px -30px;
}

.gm_Iconset_18.doPrev.isOn, .gm_Iconset_18.doPrev:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -270px 0px;
}

.gm_Iconset_18.doNext, .gm_Iconset_18.isNext {
	background: url('../img/icon/iconset_18.png') no-repeat -300px -30px;
}

.gm_Iconset_18.doNext.isOn, .gm_Iconset_18.doNext:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -300px 0px;
}

.gm_Iconset_18.doRandom {
	background: url('../img/icon/iconset_18.png') no-repeat -330px -30px;
}

.gm_Iconset_18.doRandom.isOn, .gm_Iconset_18.doRandom:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -330px 0px;
}

.gm_Iconset_18.doLocate {
	background: url('../img/icon/iconset_18.png') no-repeat -360px -30px;
}

.gm_Iconset_18.doLocate.isOn, .gm_Iconset_18.doLocate:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -360px 0px;
}

.gm_Iconset_18.doThumbUp {
	background: url('../img/icon/iconset_18.png') no-repeat -390px -30px;
}

.gm_Iconset_18.doThumbUp.isOn, .gm_Iconset_18.doThumbUp:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -390px 0px;
}

.gm_Iconset_18.doThumbDown {
	background: url('../img/icon/iconset_18.png') no-repeat -420px -30px;
}

.gm_Iconset_18.doThumbDown.isOn, .gm_Iconset_18.doThumbDown:hover {
	background: url('../img/icon/iconset_18.png') no-repeat -420px 0px;
}

.gm_Iconset_18.doRate, .gm_Iconset_18.isRating {
	background: url('../img/icon/iconset_18.png') no-repeat -630px -90px;
}

.gm_Iconset_18.doRate.isOn,  .gm_Iconset_18.isRating.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -630px -60px;
}

.gm_Iconset_18.doClaim {
	background: url('../img/icon/iconset_18.png') no-repeat -480px -30px;
}

.gm_Iconset_18.doClaim.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -270px -120px;
}

/*--INFO 18--*/

.gm_Iconset_18.isHalal {
	background: url('../img/icon/iconset_18.png') no-repeat 0px -90px;
}

.gm_Iconset_18.isHalal.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat 0px -60px;
}

.gm_Iconset_18.isVeggie {
	background: url('../img/icon/iconset_18.png') no-repeat -30px -90px;
}

.gm_Iconset_18.isVeggie.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -30px -60px;
}

.gm_Iconset_18.isSpicy {
	background: url('../img/icon/iconset_18.png') no-repeat -60px -90px;
}

.gm_Iconset_18.isSpicy.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -60px -60px;
}

.gm_Iconset_18.isDelivery {
	background: url('../img/icon/iconset_18.png') no-repeat -90px -90px;
}

.gm_Iconset_18.isDelivery.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -90px -60px;
}

.gm_Iconset_18.isWifi {
	background: url('../img/icon/iconset_18.png') no-repeat -120px -90px;
}

.gm_Iconset_18.isWifi.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -120px -60px;
}

.gm_Iconset_18.isSmoking {
	background: url('../img/icon/iconset_18.png') no-repeat -150px -90px;
}

.gm_Iconset_18.isSmoking.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -150px -60px;
}

.gm_Iconset_18.isTag {
	background: url('../img/icon/iconset_18.png') no-repeat -180px -90px;
}

.gm_Iconset_18.isTag.isOn{
	background: url('../img/icon/iconset_18.png') no-repeat -180px -60px;
}

.gm_Iconset_18.isFacebook {
	background: url('../img/icon/iconset_18.png') no-repeat -210px -90px;
}

.gm_Iconset_18.isFacebook.isOn{
	background: url('../img/icon/iconset_18.png') no-repeat -210px -60px;
}

.gm_Iconset_18.isTwitter {
	background: url('../img/icon/iconset_18.png') no-repeat -240px -90px;
}

.gm_Iconset_18.isTwitter.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -240px -60px;
}

.gm_Iconset_18.isURL {
	background: url('../img/icon/iconset_18.png') no-repeat -270px -90px;
}

.gm_Iconset_18.isURL.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -270px -60px;
}

.gm_Iconset_18.isDated {
	background: url('../img/icon/iconset_18.png') no-repeat -300px -90px;
}

.gm_Iconset_18.isDated.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -300px -60px;
}

.gm_Iconset_18.isCard {
	background: url('../img/icon/iconset_18.png') no-repeat -330px -90px;
}

.gm_Iconset_18.isCard.isOn{
	background: url('../img/icon/iconset_18.png') no-repeat -330px -60px;
}

.gm_Iconset_18.isSearch {
	background: url('../img/icon/iconset_18.png') no-repeat -360px -90px;
}

.gm_Iconset_18.isSearch.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -360px -60px;
}

.gm_Iconset_18.isTime {
	background: url('../img/icon/iconset_18.png') no-repeat -390px -90px;
}

.gm_Iconset_18.isTime.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -390px -60px;
}

.gm_Iconset_18.isHelp {
	background: url('../img/icon/iconset_18.png') no-repeat -420px -90px;
}

.gm_Iconset_18.isHelp.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -420px -60px;
}

.gm_Iconset_18.isRSS {
	background: url('../img/icon/iconset_18.png') no-repeat -450px -90px;
}

.gm_Iconset_18.isRSS.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -450px -60px;
}

.gm_Iconset_18.isSetting {
	background: url('../img/icon/iconset_18.png') no-repeat -480px -90px;
}

.gm_Iconset_18.isSetting.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -480px -60px;
}

.gm_Iconset_18.isChef {
	background: url('../img/icon/iconset_18.png') no-repeat -510px -90px;
}

.gm_Iconset_18.isChef.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -510px -60px;
}

.gm_Iconset_18.isNew {
	background: url('../img/icon/iconset_18.png') no-repeat -540px -90px;
}

.gm_Iconset_18.isNew.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -540px -60px;
}

.gm_Iconset_18.isTried {
	background: url('../img/icon/iconset_18.png') no-repeat -570px -90px;
}

.gm_Iconset_18.isTried.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -570px -60px;
}

.gm_Iconset_18.isLoved {
	background: url('../img/icon/iconset_18.png') no-repeat -600px -90px;
}

.gm_Iconset_18.isLoved.isOn, .gm_Iconset_18.doLove.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -600px -60px;
}

.gm_Iconset_18.isRated {
	background: url('../img/icon/iconset_18.png') no-repeat -690px -60px;
}

.gm_Iconset_18.isRated.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -630px -60px;
}

.gm_Iconset_18.isRated.is05 {
	background: url('../img/icon/iconset_18.png') no-repeat -660px -60px;
}

.gm_Iconset_18.isLocation {
	background: url('../img/icon/iconset_18.png') no-repeat -360px -30px;
}

.gm_Iconset_18.isLocation.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -360px 0px;
}

.gm_Iconset_18.isDiscontinued.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -900px -60px;
}

.gm_Iconset_18.isMutual {
	background: url('../img/icon/iconset_18.png') no-repeat -720px -60px;
}

.gm_Iconset_18.isReview {
	background: url('../img/icon/iconset_18.png') no-repeat -120px -30px;
}

.gm_Iconset_18.isReview.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -120px 0px;
}

.gm_Iconset_18.isMenu {
	background: url('../img/icon/iconset_18.png') no-repeat -840px -90px;
}

.gm_Iconset_18.isMenu.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -840px -60px;
}

.gm_Iconset_18.isBiz {
	background: url('../img/icon/iconset_18.png') no-repeat -750px -90px;
}

.gm_Iconset_18.isBiz.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -750px -60px;
}

.gm_Iconset_18.isBadges {
	background: url('../img/icon/iconset_18.png') no-repeat -780px -90px;
}

.gm_Iconset_18.isBadges.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -780px -60px;
}

.gm_Iconset_18.isPrice {
	background: url('../img/icon/iconset_18.png') no-repeat -810px -90px;
}

.gm_Iconset_18.isPrice.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -810px -60px;
}

.gm_Iconset_18.isFirst {
	background: url('../img/icon/iconset_18.png') no-repeat -930px -60px;
}

.gm_Iconset_18.isCuisine {
	background: url('../img/icon/iconset_18.png') no-repeat -1020px -90px;
}

.gm_Iconset_18.isCuisine.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -1020px -60px;
}

.gm_Iconset_18.isFood {
	background: url('../img/icon/iconset_18.png') no-repeat -1050px -90px;
}

.gm_Iconset_18.isFood.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -1050px -60px;
}

.gm_Iconset_18.isDrink {
	background: url('../img/icon/iconset_18.png') no-repeat -1080px -90px;
}

.gm_Iconset_18.isDrink.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -1080px -60px;
}

.gm_Iconset_18.isIngredient {
	background: url('../img/icon/iconset_18.png') no-repeat -1110px -90px;
}

.gm_Iconset_18.isIngredient.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -1110px -60px;
}

.gm_Iconset_18.isQuickRate {
	background: url('../img/icon/iconset_18.png') no-repeat -1140px -90px;
}

.gm_Iconset_18.isQuickRate.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -1140px -60px;
}

.gm_Iconset_18.isDisliked {
	background: url('../img/icon/iconset_18.png') no-repeat -1170px -90px;
}

.gm_Iconset_18.isDisliked.isOn {
	background: url('../img/icon/iconset_18.png') no-repeat -1170px -60px;
}

/*--ICON SET 14--*/

.gm_Iconset_14 {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 0px;
}

.gm_Iconset_14.doBookmark {
	background: url('../img/icon/iconset_14.png') no-repeat 0px -30px;
}

.gm_Iconset_14.doBookmark.isOn, .gm_Iconset_14.doBookmark:hover {
	background: url('../img/icon/iconset_14.png') no-repeat 0px 0px;
}

.gm_Iconset_14.doPhoto {
	background: url('../img/icon/iconset_14.png') no-repeat -30px -30px;
}

.gm_Iconset_14.doPhoto.isOn, .gm_Iconset_14.doPhoto:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -30px 0px;
}

.gm_Iconset_14.doReport {
	background: url('../img/icon/iconset_14.png') no-repeat -60px -30px;
}

.gm_Iconset_14.doReport.isOn, .gm_Iconset_14.doReport:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -60px 0px;
}

.gm_Iconset_14.doReply, .gm_Iconset_14.isComment {
	background: url('../img/icon/iconset_14.png') no-repeat -90px -30px;
}

.gm_Iconset_14.doReply.isOn, .gm_Iconset_14.doReply:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -90px 0px;
}

.gm_Iconset_14.doReview {
	background: url('../img/icon/iconset_14.png') no-repeat -120px -30px;
}

.gm_Iconset_14.doReview.isOn, .gm_Iconset_14.doReview:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -120px 0px;
}

.gm_Iconset_14.doMessage, .gm_Iconset_14.doSubscribe {
	background: url('../img/icon/iconset_14.png') no-repeat -150px -30px;
}

.gm_Iconset_14.doMessage.isOn, .gm_Iconset_14.doMessage:hover, .gm_Iconset_14.doSubscribe:hover, .gm_Iconset_14.isSubscribed {
	background: url('../img/icon/iconset_14.png') no-repeat -150px 0px;
}

.gm_Iconset_14.doFollow, .gm_Iconset_14.isPeople {
	background: url('../img/icon/iconset_14.png') no-repeat -180px -30px;
}

.gm_Iconset_14.doFollow.isOn, .gm_Iconset_14.doFollow:hover, .gm_Iconset_14.isPeople.isOn, .gm_Iconset_14.isFollowing {
	background: url('../img/icon/iconset_14.png') no-repeat -180px 0px;
}

.gm_Iconset_14.doAdd {
	background: url('../img/icon/iconset_14.png') no-repeat -210px -30px;
}

.gm_Iconset_14.doAdd.isOn, .gm_Iconset_14.doAdd:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -210px 0px;
}

.gm_Iconset_14.doRemove {
	background: url('../img/icon/iconset_14.png') no-repeat -240px -30px;
}

.gm_Iconset_14.doRemove.isOn, .gm_Iconset_14.doRemove:hover, .gm_Iconset_14.isSubscribed:hover, .gm_Iconset_14.isFollowing:hover, .gm_Iconset_14.isMutual:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -240px 0px;
}

.gm_Iconset_14.doPrev {
	background: url('../img/icon/iconset_14.png') no-repeat -270px -30px;
}

.gm_Iconset_14.doPrev.isOn, .gm_Iconset_14.doPrev:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -270px 0px;
}

.gm_Iconset_14.doNext, .gm_Iconset_14.isNext {
	background: url('../img/icon/iconset_14.png') no-repeat -300px -30px;
}

.gm_Iconset_14.doNext.isOn, .gm_Iconset_14.doNext:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -300px 0px;
}

.gm_Iconset_14.doRandom {
	background: url('../img/icon/iconset_14.png') no-repeat -330px -30px;
}

.gm_Iconset_14.doRandom.isOn, .gm_Iconset_14.doRandom:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -330px 0px;
}

.gm_Iconset_14.doLocate {
	background: url('../img/icon/iconset_14.png') no-repeat -360px -30px;
}

.gm_Iconset_14.doLocate.isOn, .gm_Iconset_14.doLocate:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -360px 0px;
}

.gm_Iconset_14.doThumbUp {
	background: url('../img/icon/iconset_14.png') no-repeat -390px -30px;
}

.gm_Iconset_14.doThumbUp.isOn, .gm_Iconset_14.doThumbUp:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -390px 0px;
}

.gm_Iconset_14.doThumbDown {
	background: url('../img/icon/iconset_14.png') no-repeat -420px -30px;
}

.gm_Iconset_14.doThumbDown.isOn, .gm_Iconset_14.doThumbDown:hover {
	background: url('../img/icon/iconset_14.png') no-repeat -420px 0px;
}

.gm_Iconset_14.doRate, .gm_Iconset_14.isRating {
	background: url('../img/icon/iconset_14.png') no-repeat -630px -90px;
}

.gm_Iconset_14.doRate.isOn, .gm_Iconset_14.isRating.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -630px -60px;
}

.gm_Iconset_14.doClaim {
	background: url('../img/icon/iconset_14.png') no-repeat -480px -30px;
}

.gm_Iconset_14.doClaim.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -270px -120px;
}


/*--INFO 14--*/

.gm_Iconset_14.isHalal {
	background: url('../img/icon/iconset_14.png') no-repeat 0px -90px;
}

.gm_Iconset_14.isHalal.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat 0px -60px;
}

.gm_Iconset_14.isVeggie {
	background: url('../img/icon/iconset_14.png') no-repeat -30px -90px;
}

.gm_Iconset_14.isVeggie.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -30px -60px;
}

.gm_Iconset_14.isSpicy {
	background: url('../img/icon/iconset_14.png') no-repeat -60px -90px;
}

.gm_Iconset_14.isSpicy.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -60px -60px;
}

.gm_Iconset_14.isDelivery {
	background: url('../img/icon/iconset_14.png') no-repeat -90px -90px;
}

.gm_Iconset_14.isDelivery.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -90px -60px;
}

.gm_Iconset_14.isWifi {
	background: url('../img/icon/iconset_14.png') no-repeat -120px -90px;
}

.gm_Iconset_14.isWifi.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -120px -60px;
}

.gm_Iconset_14.isSmoking {
	background: url('../img/icon/iconset_14.png') no-repeat -150px -90px;
}

.gm_Iconset_14.isSmoking.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -150px -60px;
}

.gm_Iconset_14.isTag {
	background: url('../img/icon/iconset_14.png') no-repeat -180px -90px;
}

.gm_Iconset_14.isTag.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -180px -60px;
}

.gm_Iconset_14.isFacebook {
	background: url('../img/icon/iconset_14.png') no-repeat -210px -90px;
}

.gm_Iconset_14.isFacebook.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -210px -60px;
}

.gm_Iconset_14.isTwitter {
	background: url('../img/icon/iconset_14.png') no-repeat -240px -90px;
}

.gm_Iconset_14.isTwitter.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -240px -60px;
}

.gm_Iconset_14.isURL {
	background: url('../img/icon/iconset_14.png') no-repeat -270px -90px;
}

.gm_Iconset_14.isURL.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -270px -60px;
}

.gm_Iconset_14.isDated {
	background: url('../img/icon/iconset_14.png') no-repeat -300px -90px;
}

.gm_Iconset_14.isDated.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -300px -60px;
}

.gm_Iconset_14.isCard {
	background: url('../img/icon/iconset_14.png') no-repeat -330px -90px;
}

.gm_Iconset_14.isCard.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -330px -60px;
}

.gm_Iconset_14.isSearch {
	background: url('../img/icon/iconset_14.png') no-repeat -360px -90px;
}

.gm_Iconset_14.isSearch.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -360px -60px;
}

.gm_Iconset_14.isTime {
	background: url('../img/icon/iconset_14.png') no-repeat -390px -90px;
}

.gm_Iconset_14.isTime.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -390px -60px;
}

.gm_Iconset_14.isHelp {
	background: url('../img/icon/iconset_14.png') no-repeat -420px -90px;
}

.gm_Iconset_14.isHelp.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -420px -60px;
}

.gm_Iconset_14.isRSS {
	background: url('../img/icon/iconset_14.png') no-repeat -450px -90px;
}

.gm_Iconset_14.isRSS.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -450px -60px;
}

.gm_Iconset_14.isSetting {
	background: url('../img/icon/iconset_14.png') no-repeat -480px -90px;
}

.gm_Iconset_14.isSetting.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -480px -60px;
}

.gm_Iconset_14.isChef {
	background: url('../img/icon/iconset_14.png') no-repeat -510px -90px;
}

.gm_Iconset_14.isChef.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -510px -60px;
}

.gm_Iconset_14.isNew {
	background: url('../img/icon/iconset_14.png') no-repeat -540px -90px;
}

.gm_Iconset_14.isNew.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -540px -60px;
}

.gm_Iconset_14.isTried {
	background: url('../img/icon/iconset_14.png') no-repeat -570px -90px;
}

.gm_Iconset_14.isTried.isOn{
	background: url('../img/icon/iconset_14.png') no-repeat -570px -60px;
}

.gm_Iconset_14.isLoved {
	background: url('../img/icon/iconset_14.png') no-repeat -600px -90px;
}

.gm_Iconset_14.isLoved.isOn, .gm_Iconset_14.doLove.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -600px -60px;
}

.gm_Iconset_14.isRated {
	background: url('../img/icon/iconset_14.png') no-repeat -690px -60px;
}

.gm_Iconset_14.isRated.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -630px -60px;
}

.gm_Iconset_14.isRated.is05 {
	background: url('../img/icon/iconset_14.png') no-repeat -660px -60px;
}

.gm_Iconset_14.isMutual {
	background: url('../img/icon/iconset_14.png') no-repeat -720px -60px;
}

.gm_Iconset_14.isLocation {
	background: url('../img/icon/iconset_14.png') no-repeat -360px -30px;
}

.gm_Iconset_14.isLocation.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -360px 0px;
}

.gm_Iconset_14.isDiscontinued.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -900px -60px;
}

.gm_Iconset_14.isReview {
	background: url('../img/icon/iconset_14.png') no-repeat -120px -30px;
}

.gm_Iconset_14.isReview {
	background: url('../img/icon/iconset_14.png') no-repeat -120px -30px;
}

.gm_Iconset_14.isReview.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -120px 0px;
}

.gm_Iconset_14.isMenu {
	background: url('../img/icon/iconset_14.png') no-repeat -840px -90px;
}

.gm_Iconset_14.isMenu.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -840px -60px;
}

.gm_Iconset_14.isBiz {
	background: url('../img/icon/iconset_14.png') no-repeat -750px -90px;
}

.gm_Iconset_14.isBiz.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -750px -60px;
}

.gm_Iconset_14.isBadges {
	background: url('../img/icon/iconset_14.png') no-repeat -780px -90px;
}

.gm_Iconset_14.isBadges.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -780px -60px;
}

.gm_Iconset_14.isPrice {
	background: url('../img/icon/iconset_14.png') no-repeat -810px -90px;
}

.gm_Iconset_14.isPrice.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -810px -60px;
}

.gm_Iconset_14.isFirst {
	background: url('../img/icon/iconset_14.png') no-repeat -930px -60px;
}

.gm_Iconset_14.isCuisine {
	background: url('../img/icon/iconset_14.png') no-repeat -1020px -90px;
}

.gm_Iconset_14.isCuisine.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -1020px -60px;
}

.gm_Iconset_14.isFood {
	background: url('../img/icon/iconset_14.png') no-repeat -1050px -90px;
}

.gm_Iconset_14.isFood.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -1050px -60px;
}

.gm_Iconset_14.isDrink {
	background: url('../img/icon/iconset_14.png') no-repeat -1080px -90px;
}

.gm_Iconset_14.isDrink.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -1080px -60px;
}

.gm_Iconset_14.isIngredient {
	background: url('../img/icon/iconset_14.png') no-repeat -1110px -90px;
}

.gm_Iconset_14.isIngredient.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -1110px -60px;
}

.gm_Iconset_14.isQuickRate {
	background: url('../img/icon/iconset_14.png') no-repeat -1140px -90px;
}

.gm_Iconset_14.isQuickRate.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -1140px -60px;
}

.gm_Iconset_14.isDisliked {
	background: url('../img/icon/iconset_14.png') no-repeat -1170px -90px;
}

.gm_Iconset_14.isDisliked.isOn {
	background: url('../img/icon/iconset_14.png') no-repeat -1170px -60px;
}

/*----CHECKBOX----*/

.gm_CheckBox {
	float: left;
	margin-right: 3px;
	background: url('../img/icon/checkbox.png') no-repeat 0 0;
}

.gm_CheckBox.isOn {
	background: url('../img/icon/checkbox.png') no-repeat -30px 0;
}

/*----USER LABEL----*/

.gm_Label_24 {
	width: 20px;
	height: 26px;
	float: left;
	margin-right: 2px;
}

.gm_Label_24.isNewbie {
	background: url('../img/icon/label_24.png') no-repeat 0px 0px;
}

.gm_Label_24.isFoodie {
	background: url('../img/icon/label_24.png') no-repeat -40px 0px;
}

.gm_Label_24.isGroupie {
	background: url('../img/icon/label_24.png') no-repeat -80px 0px;
}

.gm_Label_24.isCurator {
	background: url('../img/icon/label_24.png') no-repeat -120px 0px;
}

.gm_Label_24.isBlogger {
	background: url('../img/icon/label_24.png') no-repeat -160px 0px;
}

.gm_Label_24.isEditor {
	background: url('../img/icon/label_24.png') no-repeat -200px 0px;
}

.gm_Label_24.isContributor {
	background: url('../img/icon/label_24.png') no-repeat -240px 0px;
}

.gm_Label_24.isElite {
	background: url('../img/icon/label_24.png') no-repeat -280px 0px;
}

/*---RIBBON--*/

.gm_isVerified {
	margin-right: -9px;
	float: right;
}


/*----------BUTTON----------*/

/*---SUBMIT BUTTON---*/

.gm_Button {
	background-color: #59ab1b;
	font-family: Helvetica, Arial, Sans-serif;
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 6px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.gm_Button:hover {
	background-color: #357406;
}

.gm_Button span.gm_Iconset_14, .gm_Button span.gm_Iconset_18 {
	margin-right: 4px;
}

.gm_Button span.gm_Iconset_14.alignRight, .gm_Button span.gm_Iconset_18.alignRight {
	margin-right: 0px;
	margin-left: 4px;
}

.gm_Button a {
	color: #fff;
}

.gm_Button.isDisabled {
	background-color: #ebebeb;
	color: #898989;
}

/*---VIEW ALL---*/

.gm_Button.isViewAll {
	background-color: #CDE6BA;
	font-size: 9px;
	line-height: 10px;
	text-transform: uppercase;
	padding: 5px 6px 4px 6px;
	font-weight: normal;
}

.gm_Button.isViewAll:hover {
	background-color: #B7D38E;
}

.gm_Button.isViewAll a {
	color: #357406;
}

.gm_Button.isViewAll a:hover {
	color: #fff;
}

/*---MINI BUTTON---*/

.gm_Button.isMini {
	background-color: #59ab1b;
	border: 1px solid #357406;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 5px 6px 4px 6px;
	font-weight: normal;
}

.gm_Button.isMini:hover {
	background-color: #357406;
}

.gm_Button.isMini a {
	color: #fff;
}

.gm_Button.isMini a:hover {
	color: #fff;
}

/*---RANDOM BUTTON---*/

.gm_Button.isRandom {
	background-color: #003300;
}

.gm_Button.isRandom:hover {
	background-color: #000;
}

/*---SHOW MORE BUTTON---*/

.gm_Button.isShowMore {
	text-align: center;
	background-color: #cde6ba;
	border: 1px solid #B7d38E;
	color: #357406;
	float: none;
	font-weight: bold;
	line-height: 14px;
	padding: 9px 6px;
}

.gm_Button.isShowMore:hover {
	background-color: #B7d38E;
	color: #357406;
}

/*---LOGIN BUTTON---*/

.gm_Button.isLogin {
	font-size: 12px;
	padding: 3px 6px;
}

/*---QUICK RATE BUTTON---*/

.gm_Button.isQuickRate {
	display: block;
	float: none;
	font-size: 14px;
	line-height: 22px;
	padding: 4px 8px;
	margin-bottom: 10px;
	border: 1px solid #357406;
}

.gm_Button.isQuickRate span.gm_Iconset_18 {
	margin-right: 5px !important;
}

/*----TWITTER BUTTON---*/

.gm_Button.isTwitter {
	background-color: #42bfe1;
	border: 1px solid #2f9fbe;
	padding: 3px 5px;
	line-height: 12px;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: normal;
}

.gm_Button.isTwitter a {
	color: #fff;
}

.gm_Button.isTwitter:hover {
	background-color: #2f9fbe;
}

/*----REGISTER BUTTON----*/

.gm_Button.isRegister {
	float: none;
	display: block;
	background-color: #fff200;
	border: 1px solid #d0c85d;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4px;
}

.gm_Button.isRegister a {
	color: #003300;
}

.gm_Button.isRegister:hover {
	background-color: #59ab1b;
	border-color: #59ab1b;
}

.gm_Button.isRegister:hover a {
	color: #fff;
}

/*----CLOSE BUTTON---*/

.gm_Button.isClose {
	float: right;
	padding: 5px 1px 5px 7px;
	background-color: #e1e1e1;
	border-radius: 0 2px 0 10px;
	-moz-border-radius: 0 2px 0 10px;
	-webkit-border-radius: 0 2px 0 10px;
	margin-right: -20px;
	margin-top: -20px;
}

.gm_Button.isClose:hover {
	background-color: #d7d7d7;
}

/*----END GOORME MAIN CSS----*/
