
.bold { font-weight:bold; }
.hide { display: none; }
.clear { clear:both; }

table.listing {}

table.listing td,table.listing th {
	padding: 3px 7px 3px 7px;
}




/*
div.promo {  }
div.promo .c1 { float: left; }
div.promo .c1 .c1_1 { float: left; vertical-align:middle; }
div.promo .c1 .c1_1 img { width:60px; }

div.promo .c1 .c1_2 { float: left; padding:0 10px 0 10px; }
div.promo .c1 .c1_2 .h {font-size:1.4em; padding-bottom:5px; color:#06C; }
div.promo .c1 .c1_2 .desc {}



div.promo .c2 { float: right; vertical-align:top; text-align:center;  }
div.promo .c2 .h {font-size:2.3em;}
div.promo .c2 .desc {font-size:.7em;}
*/







ul.promo { list-style:none !important; }
ul.promo li{ padding: 10px !important; border-bottom:1px solid #dfdfdf !important; list-style: none !important; }
ul.promo li:hover { background-color: #F2F5A9; cursor:pointer;}

ul.promo li.inactive { 
	background-color: #cccccc;     
	opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
ul.promo li.inactive:hover { background-color: #cccccc; cursor:default; }

div.promo {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
div.promo .colright, div.promo .colmid, div.promo .colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
div.promo .col1, div.promo .col2, div.promo .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */



div.promo .colmid {
	right:15%;			/* width of the right column */
}
div.promo .colleft {
	right:70%;			/* width of the middle column */
}
div.promo .col1 {
	width:11%;			/* Width of left column content (column width minus padding on either side) */
	left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
div.promo .col2 {
	width:66%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
div.promo .col3 {
	width:11%;			/* Width of right column content (column width minus padding on either side) */
	left:95%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
div.promo  .col1 img { width:60px; }

div.promo .col2 .h {font-size:1.4em; padding-bottom:5px; color:#06C; }
div.promo .col2 .desc {}



div.promo .col3 {text-align:center;}
div.promo .col3 .h {font-size:2.3em; line-height:30px; }
div.promo .col3 .desc {font-size:.7em;}








div.promoblock {  }
div.promoblock .c1_1 { float: left; vertical-align:middle; }
div.promoblock .c1 img { float:left; width:60px; padding: 0 7px 0 0;}

div.promoblock .c1_2 { float: left; padding:0 10px 0 10px; }
div.promoblock .c1 .h {font-size:1.4em; padding-bottom:5px; color:#06C; }


div.promoblock .c2_1 {float:left; padding-top:8px; }
div.promoblock .c2_1 input {padding: 0 40px; }
div.promoblock .c2_2 { float: right; vertical-align:top; text-align:center;  }
div.promoblock .c2_2 .h {font-size:2.3em;}
div.promoblock .c2_2 .desc {font-size:.7em;}





/* fixes display of facebook comment popup window when clicking the 'like' button */
div.promo, div.promo .col1, div.promo .col2, div.promo .col3 {overflow:visible !important;}
div.promo iframe.fb_iframe_widget_lift, div.promoblock iframe.fb_iframe_widget_lift {max-width:none;}


















/* INVITATION VERTICAL TABS */






#invitationtab {
    margin: auto;
    width: 100%;
    height: 100%;
}
#invitationtab > ul > li {
    width: 110px;
    height: 110px;
    background-color: #fff !important;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto !important;
    padding-bottom: 10px !important;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#invitationtab > ul > li.facebook { background: url('../images/menu_facebook.png') no-repeat center center; }
#invitationtab > ul > li.facebook_feed { background: url('../images/menu_facebook_feed.png') no-repeat center center; }
#invitationtab > ul > li.twitter { background: url('../images/menu_twitter.png') no-repeat center center; }
#invitationtab > ul > li.support { background: url('../images/menu_email.png') no-repeat center center; }


#invitationtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #ddd;
    border-right: none;
    z-index: 10;
    background-color: #fafafa !important;
    position: relative;
}
#invitationtab > ul {
    float: left;
    width: 110px;
    text-align: left;
    display: block;
    margin: auto 0 !important;
    padding: 0 !important;
    position: relative;
    top: 30px;
}
#invitationtab > div {
    background-color: #fafafa;
    margin-left: 110px;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 12px;
    position: relative;
    z-index: 9;
    -moz-border-radius: 20px;
}
#invitationtab > div > h4 {
    color: #800;
    font-size: 1.2em;
    border-bottom: 1px dotted #800;
    padding-top: 5px;
    margin-top: 0;
}



.personalmsg textarea {
	width:90% !important;
	height: auto !important;
}


.personalmsg { margin-left:5px;padding:5px;background-color:#EEEBEB;border:1px solid #EDE8E8; } 


#email_container {padding-left:60px;}
.emails_imported { padding-left:14px; }
.getter_link { padding-bottom:5px; }
.getter_link span,.getter_link img { vertical-align: middle; }
.getter_link img { height:25px; }
.getter_link a { text-decoration: none; }
#email_upload_block { padding-left:30px;}
#email_one_err_msg, #email_form_err_msg {color: #FF0000; font-weight:bold; }


div.aworewards_points { text-align: center; }
div.aworewards_points span {display:block; font-size:2.3em; line-height:30px; }
div.aworewards_points div {font-size:.7em;}
div.aworewards_points a {display:inline-block;

  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}


.aworewards_coupon .text_after {font-size: .9em; color: #888888;}

.couponinactive span:nth-of-type(1) { text-decoration:line-through; }
.couponinactive span.hide { font-weight: bold; color: #ff0000; font-style: italic; display:inline; }

