/*
** Gmail Air Skin 2
**
** Author........ : amio
** Created....... : Jul 28th, 2008
** Updated....... : Aug 14th, 2010
** Version....... : 2.6.0
** Website....... : http://blog.airmio.com/
** Description... : Gmail Air Skin for Gmail 'Default' and 'Classic' theme.
**
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mail.google.com") {

body, td, input, textarea, select { font-family: verdana, geneva, kalimati, sans-serif }

/* Nav Btn Icon Position */
.TN { position: relative }
.TN img { position: absolute; top: 3px; right: 3px }

/* Fix Label Arr Position */
.p8 { display: block; text-align: center }

/* Conversations List */
.zA { line-height: 18px }
.zA:hover { background-color: #E6E8ED } /* .A1's BG-Color */
.zA.yO:hover { background-color: #D6D8DD }
.zA.x7:hover { background-color: #FEA }
.xY { padding: 0 }
.ar { padding: 0 5px 0 0; height: 18px }
/* Star Mark */
td.y4, td.zy { padding-top: 5px }

/* Mail Viewer */
.ha { position: relative; margin: 0; padding: 10px; height: 30px }
.ha > span:not(.hP) { position: absolute; top: 0; left: 10px }
.ha > span.hP { position: absolute; top: 25px }

/* Ads */
.Bu:last-child .Pj + .nH { display: none }
.Bu:last-child > div { width: 1px !important; position: relative }
/* Mail Operation Btns */
.hj { position: absolute; right: 16px; top: 0; word-wrap: nowrap }
.hk { display: inline; padding: 0 }
.hk span { padding: 1px 8px 4px 8px }
.hk span:hover { background-color: #E0ECFF } /* .A1's BG-Color */
.hk u { text-decoration: none; position: relative; top: 1px }
.hk span:hover u.iW { background-color: transparent }


}