

.at-yt-videos {
        list-style: none;
        margin: 0 auto;
        padding: 0;
}
.at-yt-videos li {
        float: left;
        border: 1px solid #B6B6B6;
        width: 150px;
        height: 140px;
        margin: 0 10px 10px 0;
        padding: 5px;
}
.at-yt-videos li img {
        width: 120px;
        height: 90px;
}
ul.at-yt-videos.large li {
        width: 240px;
        height: 260px;
} 

/* General Popup Boxes */

.at-display-box {
    display:none;
    font-family: Georgia, serif;
    font-size: 120%;
    color: #085258;
    position:fixed;
    width: 300px;
    z-index: 1000;
    bottom: 38px;
    border: 2px solid #eeffee;
    height: 200px !important;
    overflow: auto;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background-color: white;
    text-align:left;
}

.at-display-box h2
{
    font-size: 16px;
    font-weight: bold;
}

#overlay {
    background: #000;
    position: absolute; top: 0; left: 0;
    z-index: 999;
    width: 100%;
}

#__jx_tooltip_con__
{
    *left:0px !important;
}

/* Bottom Bar Table Layout */
#at-affiliatetoolbar 
{
    text-align: left;
    
}
#at-affiliatetoolbar table
{
    padding: 0px 5px;
}


/* Twitter */

.at-tweet, .at-yt {
  display:none;
}
  .at-tweet .tweet_list, .at-query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .at-tweet .tweet_list .awesome, .at-tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .at-tweet .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: .5em; }
      .at-tweet .tweet_list li a, .query .tweet_list li a {
        color: #0C717A; }
    .at-tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .at-tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .at-tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle; }

      


.at-twitter_thumb{
float:left;
margin-right:20px;
margin-bottom:0px;
}

.at-user
{
background-color:#efefef;
margin-bottom:10px;
padding:10px;
clear:both;
}


.at-clear{
clear:both;
}

.at-title {
    font-size: 14px;
    font-weight: bold;
}

.at-tooltip {
	 
	background:transparent url(images/black_arrow.png);
	font-size:18px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}

.at-tooltip a
{
    color: white;
}

.at-tooltip-large {
	display:none;
	background:url(images/white_arrow_big.png);
	height:216px;
	padding:20px 40px 10px 50px;
	width:350px;
	font-size:11px;
	color:#fff;
}
 
.at-tooltip-large-trigger {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    cursor:pointer;
    padding:0px 8px;
    margin:2px;
    color:white;
    text-decoration:none;
}

.at-tooltip-large-trigger:hover {
    color:white;
    text-decoration:none;
}

.at-tooltip-large img {
    border: 1px solid black !important;
    margin: 20px 5px 5px 20px;
}

.at-tooltip-large p 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    cursor:pointer;
    padding:0px 8px;
    margin:2px;
}

.at-tooltip-large h2
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    margin:2px;
}
