/* CLEARING CLASS
---------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

/* GENERAL
---------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica;
	background: transparent;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

*.right { float: right; padding-bottom:5px; }
*.left { float: left; padding-right:10px; }

html,body {
	height: 100%;
}

#left-bg-ad-link {
	position: fixed;
	top: 0px;
	left: 0px; 
	width: 600px; 
	height: 100%;
	background-color: transparent;
	
}

#right-bg-ad-link {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 600px;
	height: 100%;
	background-color: transparent;	
}


@media {
body {
	border: 0;
	margin: 0;
	padding: 0;
/*	background: #333; */
	background-image: url('http://assets.ilounge.com/ads/20170921-iLounge-bg2.jpg');
	background-repeat: repeat-y;
    background-attachment: fixed;
    background-size:1280px;
    background-position: center top;
    background-color: #000000;


/*  Scaling stuff -- here for reference -- do not use
	  zoom: 90%;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
    -ms-transform: scale(0.9);
	-webkit-transform: scale(0.9) !important;
	-webkit-transform: scale3d(0.9);
	-o-transform: scale(0.9); */
} }

a {
	outline: none;
	color: #f60;
	text-decoration: none
}

a:hover,
a:focus { color: #999; text-decoration: none }

h3, h3 a { font: bold 24px helvetica, arial, sans-serif; }

h3 {
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

h4 {
	color: #333;
	font-size: 12px;
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	font-family: Helvetica;
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
}

ul {
	list-style: none;
	margin: 0 0 0 0;
	font-size: 11px;
}

li { margin-bottom: 5px; }

ol {
	margin: 5px 25px;
}

select {
	background: #fff;
        border: 1px solid;
}

.padding10 {
	padding: 10px 0;
	text-align: center;
}

div.mobile_welcome {
      text-align:center;
      padding:10px;
      margin-bottom:20px;
      background: #eee;
      border:#333 5px solid;
      -webkit-border-radius: 10px;
}

div.mobile_welcome p{
	font-size: 48px;
	line-height: 56px;
	font-weight: normal;
}

div.mobile_welcome a{
	text-shadow: none;
}

/* STANDARD FORM ATTRIBUTES
---------------------------------------------------------------*/

input[type="radio"],
input[type="checkbox"],
input[type="hidden"] {
	width: auto;
	border: 0;
}

form br { clear: left }

form fieldset { padding: 0 10px 10px 0; }

form legend {
	font: normal 19px/21px georgia, "times new roman", times, serif;
	color: #333;
	padding: 0 5px;
}

form label {
	font-size: 11px;
	width: 250px;
	text-align: right;
	line-height: 17px;
	padding: 2px 0;
	margin: 0 5px 0 0;
	color: #666;
}

form label em {
	color: #f33;
	font-weight: bold;
	padding-left: 2px
}

form label.error, form p.error { color: #f00; }

form input.error { border: 1px solid #f00; color: #f00 }

form input.error:focus { color: #000 }

form span.help {
	display: block;
	font-size: 9px;
	padding-left: 156px;
	margin: -8px 0 -8px 0;
	color: #999
}

form span.help.left {
	float: left;
	clear: left;
	width: 150px;
	padding: 0;
	margin-top: -6px;
	text-align: right;
}

form *.textfield {
	font-size: 11px;
	border: 1px solid #999;
	background: #fff;
	color: #666;
	padding: 2px;
	margin-bottom: 10px;
	/*width: 150px;*/
	width: 250px;
}

form *.googlesearch {
	font-size: 11px;
	border: 1px solid #999;
	background: #fff;
	color: #666;
	padding: 2px;
	width: 250px;
}

form *.textfield:focus { background: #ffe }

form *.textarea {
	font-size: 11px;
	border: 1px solid #999;
	background: #fff;
	color: #666;
	padding: 2px;
	margin-bottom: 10px;
	width: 250px;
}

form *.textarea:focus { background: #ffe }

form *.selectbox {
	/*border: 1px solid #999;
	background: #fff;
	width: 257px;
	margin-bottom: 10px;*/
}

form *.selectbox.multi option { padding: 0 2px }

form *.readonly,
form *.readonly:focus {
	background: transparent;
	border: 0;
	padding: 3px 0 0 0;
	color: #666;
	font-style: italic;
	cursor: default;
}

/*form input.radio {
	float: left;
	margin: 4px 2px 10px 2px
}*/

form label.radio {
	width: auto;
	float: left;
	clear: none;
	font-weight: normal;
	color: #333;
	margin: -1px 2px 5px 2px;
}

/*form input.button {
	background: #eee;
	border: 1px solid #333;
	font-weight: bold;
	padding: 5px;
    cursor: pointer;
}*/

form input.checkbox {
	float: left;
	margin-left: 155px;
}

form label.checkbox {
	width: auto;
	float: left;
	clear: none;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: -4px 0 5px 5px;
	text-align: left;
}

form ul {
	list-style: none;
	margin: 0 0 10px 155px;
	width: 240px;
	border: 1px solid #ccc;
	padding: 7px 7px 2px 7px;
}

form ul li {
	float: left;
	clear: left;
	margin-bottom: 5px;
}

form ul li.first {
	clear: none;
}

form ul input.checkbox,
form ul input.radio {
	margin: 0;
}

form ul label.radio,
form ul label.checkbox {
	font-size: 11px;
	float: left;
	padding: 0;
	margin: 0 0 0 2px;
}

/* HEADER
---------------------------------------------------------------*/

div#container {
	position: relative; 
	background: #fff;
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	/* 1000px with site takeover ad, 1050px without */
	width: 1020px;
}

div#header-mobile {
	display:none;
	position: relative;
	width:960px;
	height:240px;
} 

div#header {
	position: relative;
	height: 180px;
	width: 1000px;
	/* With Site Takeover ad: 10px, normal: 25px */
	left: 10px;
	
}

h1 {
	position: absolute;
	width: 260px;
	height:180px;
	background: transparent url(http://assets.ilounge.com/css/img/logo2014.png) no-repeat;
	left: 0px;
	top: 00px;
}

h1 a {
	display: block;
	height: 180px;
	text-decoration: none;
	text-indent: -9999px;
}
h1#ayahHeader {
	position: static;
	height: auto;
	width: auto;
	background: none;
	left: auto;
	top: auto;
}

div#leaderboard {
	position: absolute;
	top: 10px;
	right: 0px;
}

div#social-icons {
	position: absolute;
	top: 120px;
	left: 290px;
	margin-right:20px;
	
}

.social-icon-twitter {
	position: relative;
	margin-right:20px;
	width: 38px;
	height: 38px;
	background: #666666 url(http://assets.ilounge.com/css/img/twitterbird-off.png) no-repeat center center;
	display:inline-block;
	border-radius: 3px;
}

.social-icon-facebook {
	position: relative;
	margin-right:20px;
	width: 38px;
	height: 38px;
	background: #666666 url(http://assets.ilounge.com/css/img/facebook-off.png) no-repeat center center;
	display:inline-block;
	border-radius: 3px;
}

.social-icon-gplus {
	position: relative;
	margin-right:20px;	
	width: 38px;
	height: 38px;
	background: #666666 url(http://assets.ilounge.com/css/img/google-off.png) no-repeat center center;
	display:inline-block;
	border-radius: 3px;
}

.social-icon-instagram {
	position: relative;
	margin-right:20px;
	width: 38px;
	height: 38px; 
	background: #666666 url(http://assets.ilounge.com/css/img/instagram-off.png) no-repeat center center;
	display:inline-block;
	border-radius: 3px;
}

.social-icon-rss {
	position: relative;
	margin-right:20px;
	width: 38px;
	height: 38px;
	background: #666666 url(http://assets.ilounge.com/css/img/rss-off.png) no-repeat center center;
	display:inline-block;
	border-radius: 3px;
}

.social-icon-twitter:hover {
	background: #666666 url(http://assets.ilounge.com/css/img/twitterbird-hover.png) no-repeat center center;
}

.social-icon-facebook:hover {
	background: #666666 url(http://assets.ilounge.com/css/img/facebook-hover.png) no-repeat center center;	
}

.social-icon-gplus:hover {
	background: #666666 url(http://assets.ilounge.com/css/img/google-hover.png) no-repeat center center;
}

.social-icon-rss:hover {
	background: #666666 url(http://assets.ilounge.com/css/img/rss-hover.png) no-repeat center center;
}

#social-icons img {margin:0 20px 0 0;}

div#header div#search-box {
	position:absolute;
	top: 120px; 
	right: 0px;
}

/* NAVIGATION
---------------------------------------------------------------*/

div#nav {
	background: #ff6600;
    position: relative;
	/* Dropped from 25px for Site Takeover ad, 10px with ad */
    left: 10px;
    width: 1000px;
    height: 38px;
    border-radius: 3px;
    z-index:12;
}

ul#top-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 38px;
	width: 1020px;
	background: #ff6600
	list-style: none;
	z-index:11;
}

ul#top-level li {
	position: absolute;
	top: 0;
	z-index:10;
	margin:0;
}

ul#top-level li,
ul#top-level a {
	height: 38px;
	z-index:10;
}

ul#top-level a { 
	position:relative;
	text-indent: 0px; 
	font-size:15px; 
	font-family: "Helvetica"; 
	line-height: 1.155; 
	text-align: justifyAll; 
	color:#ffffff; 
	top: 12px;
	height: 11px;
	z-index:10;
	}

li#nav1 { left: 20px; }
li#nav2 { left: 85px; }
li#nav3 { left: 300px; }
li#nav4 { left: 400px; }
li#nav5 { left: 465px; }
li#nav6 { left: 520px; }
li#nav7 { left: 585px; }
li#nav8 { left: 655px; }
li#nav9 { left: 760px; }
li#nav10 { left: 845px; }
li#nav11 { left: 902px; }


li#nav1:hover a, li#nav1.hover a { color:#000000; text-decoration:none; }
li#nav2:hover a, li#nav2.hover a { color:#000000; text-decoration:none; }
li#nav3:hover a, li#nav3.hover a { color:#000000; text-decoration:none; }
li#nav4:hover a, li#nav4.hover a { color:#000000; text-decoration:none; }
li#nav5:hover a, li#nav5.hover a { color:#000000; text-decoration:none; }
li#nav6:hover a, li#nav6.hover a { color:#000000; text-decoration:none; }
li#nav7:hover a, li#nav7.hover a { color:#000000; text-decoration:none; }
li#nav8:hover a, li#nav8.hover a { color:#000000; text-decoration:none; }
li#nav9:hover a, li#nav9.hover a { color:#000000; text-decoration:none; }
li#nav10:hover a, li#nav10.hover a { color:#000000; text-decoration:none; }
li#nav11:hover a, li#nav11.hover a { color:#000000; text-decoration:none; }

/*
div#nav ul#top-level li:hover div#nav1 { display:inline; left: -20px; -webkit-transition: opacity 2s ease-in;}
div#nav ul#top-level li:hover div#nav2 { display:inline; left: -92px; }
div#nav ul#top-level li:hover div#nav3 { display:inline; left: -314px; }
div#nav ul#top-level li:hover div#nav4 { display:inline; left: -420px; }
div#nav ul#top-level li:hover div#nav5 { display:inline; left: -481px; }
div#nav ul#top-level li:hover div#nav7 { display:inline; left: -629px; }
div#nav ul#top-level li:hover div#nav8 { display:inline; left: 0px; }
div#nav ul#top-level li:hover div#nav9 { display:inline; left: -32px; }
div#nav ul#top-level li:hover div#nav10 { display:inline; left: -102px; }
*/

div#nav div#nav1 { position: absolute; left:-20px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;
}

div#nav div#nav2 { position: absolute; left: -85px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;

}
div#nav div#nav3 { position: absolute; left: -300px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;

}
div#nav div#nav4 { position: absolute; left: -400px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;

}
div#nav div#nav5 { position: absolute; left: -465px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;

}
div#nav div#nav6 { position: absolute; left: -520px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;
}
div#nav div#nav7 { position: absolute; left: -585px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;
}
div#nav div#nav8 { position: absolute; left: -655px; top: 38px; width: 1000px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;
}
div#nav div#nav9 { position: absolute; top: 38px; width: 200px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;
}
div#nav div#nav10 { position: absolute; left: -32px; top: 38px; width: 200px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;
}
div#nav div#nav11 { position: absolute; left: -102px; top: 38px; width: 200px; height: 339px; padding: 10px 0 0 0; display:none; 
	background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.875);
	z-index:10;
	border-radius: 3px;
}

div#nav ul#top-level ul#second-level {
	position: absolute;
	float:left;
	top: 10px;
	width: 180px;
	height: 334px;
	padding: 0; 
	left: 20px; 
	color: #ffffff;
	z-index:6;
}

div#nav ul#top-level ul#second-level li {
	position: relative;
	text-indent: 0;
	border: 0;
	margin: 0;
	height: 24px;
	font-size: 14px;
	color: #ffffff;
	z-index:6;
}

div#nav ul#top-level ul#second-level a {
	color: #666;
	display: inline;
	padding: 0 2px;
	width: 130px;
	color: #ffffff;
	font-family: Helvetica;
	font-size: 14px;
	z-index:6;
}

div#nav ul#top-level ul#second-level a:hover {
	color: #ff6600;
	text-decoration:none;
}

div#navmenucontent {
	float:right;
	width:800px;
	overflow:none;
}

div#navmenucontent table {
	width: 800px;
	border-spacing: 10px;
}

div#navmenucontent td {
	width: 250px;
}

div#navmenucontent img {
	width: 250px;
}

div#navmenucontent .navimage {
	border: 1px solid #4a4a4a; 
	position:relative;
	width: 250px;
	height: 150px;
	overflow: hidden;
}

div#navmenucontent .navimage a {
	top: 0px;
}

div#navmenucontent .navimage .navcaption {
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    width: 240px;
    height: 30px;
    font-size:13px;
    color: white;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 5px; 
    margin: 0px;
    z-index:10;
}

div#navmenucontent .navimage .navcaption a {
    position: relative;
    top:0px;
    line-height: 1.1;
    font-size:14px;
    color: white;
}

div#navmenucontent .navimage:hover .navcaption a {
	color: #ff6600;
}

div#navmenucontent .navimage .navcaption a:hover {
	color: #ff6600;
	text-decoration:none;
}

/* MAIN PROMO BOX 
---------------------------------------------------------------*/

div#main-promo { 
	background:#ffffff; 
	position:relative;
	top:15px;
    /* Dropped from 25px for Sitetakeover ad, 10px with ad */
	left:10px;
	width:1000px;
	height:349px;
	overflow:hidden;
	border-radius: 3px;
	}

div#main-promo-1 {
	position:absolute;
	overflow:hidden;
	width:499px;
	height:334px;
	border-radius: 3px;
}

div#main-promo-2 {
	position:absolute;
	overflow:hidden;
	left:501px;
	width:499px;
	height:166px;
	border-radius: 3px;
}

div#main-promo-3 {
	position:absolute;
	overflow:hidden;
	left:501px;
	top:168px;
	width:499px;
	height:166px;
	border-radius: 3px;
}

div#main-promo-4 {
	position:absolute;
	overflow:hidden;
	left:668px;
	width:332px;
	height:110px;
	border-radius: 3px;
}

div#main-promo-5 {
	position:absolute;
	overflow:hidden;
	left:668px;
	top:112px;
	width:332px;
	height:110px;
	border-radius: 3px;
}

div#main-promo-6 {
	position:absolute;
	overflow:hidden;
	left:668px;
	top:224px;
	width:332px;
	height:110px;
	border-radius: 3px;
}

div#main-promo-ces-1 {
	position:absolute;
	overflow:hidden;
	width:332px;
	height:334px;
	border-radius: 3px;
}

div#main-promo-ces-2 {
	position:absolute;
	overflow:hidden;
	left:334px;
	width:332px;
	height:334px;
	border-radius: 3px;
}

div#main-promo-ces-3 {
	position:absolute;
	overflow:hidden;
	left:668px;
	width:332px;
	height:334px;
	border-radius: 3px;
}

.promo-1-bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 95px; 
	width: 499px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
}

.promo-1-title {
   position: absolute; 
   top: 10px; 
   left: 15px; 
   height: 75px;
   width: 469px;
   color: white;
   font-size: 24px;
   font-family: "Helvetica";
   font-weight: bold;
   line-height: 1;
   text-align: left;
   overflow: hidden;
}

.promo-1-text {
   position: absolute; 
   top: 30px; 
   left: 0px; 
   height: 50px;
   width: 469px;
   color: white;
   font-size: 16px;
   font-family: "Helvetica";
   font-weight: normal;
   line-height: 1.4;
   text-align: left;
   overflow: hidden;
}

.promo-title {
   position: absolute; 
   bottom: 0px; 
   left: 0px; 
   height: 35px;
   width: 479px;
   color: white;
   font-size: 16px;
   font-family: Helvetica;
/*   font-weight: bold; */
   line-height: 1.2;
   text-align: left;
   padding: 10px; 
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   overflow: hidden;

}

#main-promo-1:hover .promo-1-title { color: #ff6600; }
#main-promo-1:hover .promo-1-title > .promo-1-text { color: #ff6600; }
#main-promo-2:hover .promo-title { color: #ff6600; }
#main-promo-3:hover .promo-title { color: #ff6600; }
#main-promo-4:hover .promo-title { color: #ff6600; }
#main-promo-5:hover .promo-title { color: #ff6600; }
#main-promo-6:hover .promo-title { color: #ff6600; }

/*
.promo-title:hover .navcaption a { color: #ff6600; }

.promo-title .navcaption a:hover { 	color: #ff6600; text-decoration:none; }
*/


/* MAIN CONTENT AREA
---------------------------------------------------------------*/

div#main {
	/*background: #fff;*/
	min-height: 400px;
    /* Added for Speck ad, set back to 1050px afterwards */
	width: 1020px;
	/*margin-bottom: -15px;*/
	padding: 0 0px 20px 0px;
}


div#content {
	position:relative;
    /* Dropped from 25px for sitetakeover ad, 10px with ad */ 
	left:10px;
    top: 15px;
	float: left;
	width: 666px; /* 285 + 12 + 475 */
}

div#content table { 
	border: none;
	border-spacing: 4px;
}

div#content td {
	font-size: 14px;
	font-family: Helvetica;
	line-height: 20px;
	color: #333;
	padding-bottom: 10px;
}


/*
div#content ul{
	list-style-type: circle;
}

div#content ul li{
	margin-left: 1em;
}
*/

div#flash-controls { margin-bottom: 10px }

div#feature {
	margin-bottom: 10px;
}

div#feature h2 {
	display: none;
}

div#feature img {
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
	border-radius: 3px;
}

div#feature-ces {
	margin-bottom: 10px;
}

div#feature-ces h2 {
	display: none;
}

div#feature-ces img {
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
	border-radius: 3px;
}

div#feature-ces .trailer { 
	margin-bottom: 15px; 
	height: 14px;
	vertical-align: text-bottom;
	}


ul.actions {
    /*
	 *height:1.4em;
     */
	list-style: none;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}

ul.actions li {
	display: inline;
    /*
	 *float:left;
     */
}

/* Add separators in CSS for accessibility */

ul.actions > li:after {
	padding: 0 4px;
	content: "|";
}

/* 	Remove separator on last list element
	Prefer li:last-child:after but some browsers choke */

ul.actions > li.last:after {
	content: "";
	padding: 0;
}

li.email a {
	padding-left: 17px;
	background: transparent url(http://assets.ilounge.com/css/img/icon-email.gif) 0 4px no-repeat;
}

li.digg a {
/*	padding-left: 17px;
	background: transparent url(http://assets.ilounge.com/css/img/icon-digg.gif) 0 1px no-repeat; */
}

li.tip a {
	padding-left: 17px;
	background: transparent url(http://assets.ilounge.com/css/img/icon-tip.gif) 0 4px no-repeat;
}

div#minor {
	/* border-left: 1px solid #b0b0b0; */
	padding-left: 16px;
	position:relative;
	float: right;
    /* Dropped from right:5px and width:320px for Site takeover ad, with ad is right:10px, width:300px */
	right: 10px;
	top:15px;
	width: 300px;
}

#mac div#minor {
	/* border-left: 1px solid #b0b0b0; */
	padding-left: 16px;
	position:relative;
	float: right;
    /* Dropped from right:5px and width:320px for sitetakerover ad */
	right: 5px;
	top:15px;
	width: 320px;
}



ul.actions .addthis_default_style {
	display:inline;
	float:left;
	width:100px;
}

/*ul.actions .addthis_default_style,
ul.actions .addthis_separator,
ul.actions .at300b,
ul.actions .at300m,
ul.actions .at300bs {
	float:none !important;
}

ul.actions .at300b,
ul.actions .at300m,
ul.actions .at300bs {
	width: 16px;
}*/

/*ul.actions .atclear {
	clear:none !important;
}*/

/* Fixes the social icons alignment when an image is displayed */
.news_image_fix {
	clear: both;
}
.news_image_fix .pw-widget {
  float: right;
}
.news_image_fix .pw-widget .pw-button {
  margin-left: 5px;
}
.homeNewsEntry { margin-bottom: 20px; }



/* AD BOXES
---------------------------------------------------------------*/

div.news_ad {
	margin: 10px 0;
	text-align: center;
	width: 474px;
}

div.news_ad * {
	margin: 0 !important;
	padding: 0 !important;
}

div.adblock {
	border-radius: 3px;
	overflow: hidden;
}

/* TRANSLATION MENU
---------------------------------------------------------------*/

form#form-translate {
	height: 43px;
	background: transparent url(http://assets.ilounge.com/css/img/bg-form-translate.png) no-repeat;
	margin-bottom: 10px;
}

form#form-translate select {
	background: #fff;
	border: 1px solid #000;
	font-size: 11px;
	width: 138px;
	margin: 12px;
	padding: 1px;
}

form#form-translate option { padding: 0 1px }

form#form-translate input.submit {
	display: none;
}

a#link-store {
	display: block;
	height: 43px;
	background: transparent url(http://assets.ilounge.com/css/img/bg-link-shop.png) no-repeat;
	text-indent: -9999px;
}

/* FOOTER
---------------------------------------------------------------*/

div#footer1 {
	height: 250px;
	position: relative;
	margin: 0 auto;
	width: 1020px;
	background: #ff6600;
}

div#footer2 {
	height: 100px;
	position: relative;
	margin: 0 auto -20px auto;
	width: 1020px;
    background: #383838;
}

div#footer2 h1 {
	position:relative;
	background: transparent url(http://assets.ilounge.com/css/img/logo2014-bottom.png) no-repeat;
	top:10px;
	left: 50px;
	width: 400px;
	height: 80px;
	float:left;
}

div#footer2 p {
	position:relative;
	float:right;
	top:20px;
	padding-right:10px;
	font-size: 14px;
	color: #ffffff;
	height: 55px;
}

div#footer-social-icons {
	position: absolute;
	top: 25px;
	left: 325px;
	margin-right:20px;
	
}

div#footer1 div#search-box {
	position:absolute;
	top: 25px; 
	right: 25px;
}

div#footer1 div#advertise-contact-us {
	position:absolute;
	height:38px;
	width:280px;
	top: 25px;
	/* Dropped from 25px for Speck Site Takeover ad, 10px with ad */
	left: 10px;
	background: #666666;
	font: bold 18px Helvetica;
	color: #ffffff;
	border-radius: 3px;
	text-align:center;
	line-height:38px;
}

div#footer1 div#advertise-contact-us a {
	color:white;
}

div#footer-library-icons {
	position:absolute;
	left: 50px;
	top: 100px;
}

#footer-social-icons img {margin:0 20px 0 0;}

#footer_link {
	display: block;
	height: 46px;
	position: absolute;
	right: 12px;
	top: 75px;
	width: 200px;
}

div#footer1 .ipodweek-box  {
    position: absolute;
	background: #333333;
    top:100px;
    right:50px;
	width:285px;
	height:100px;
	padding:0px 0 0 20px;
	border-radius: 3px;
}

div#footer1 .ipodweek-title { 
	position: relative; 
	margin: 20px auto 20px auto;
	font-size: 14px;
	font-family: Helvetica;
	font-style: bold;
	color: #ff6600;
}

div#footer1 .ipodweek-textfield {
	font-size: 11px;
	background: #fff;
	color: #666;
	padding: 2px;
	width: 150px;
}
div#footer1 .ipodweek-submit  {
	margin-bottom:-4px;
	padding-left:8px;
}


/* LEFT COLUMN SEARCH
---------------------------------------------------------------*/

form#form-search-right {
	background: transparent url(http://assets.ilounge.com/css/img/bg-form-search.png) no-repeat;
	float: none !important;
	height: 36px;
	margin-bottom: 10px;
}

form#form-search label,
form#form-search-right label {
	display: none;
}

form#form-search-right input.textfield {
	float: left;
	border: 0;
	height: 20px;
	background: #fff;
	width: 70px;
	margin: 1px 0 1px 50px;
	font: bold 12px helvetica, sans-serif;
	padding: 4px 4px 0 4px;
	color: #f60;
}
/*
form#form-search input.textfield:focus,
form#form-search-right input.textfield:focus { background: #ff6600; }
*/
form#form-search a,
form#form-search-right a {
	float: left;
	height: 18px;
	width: 20px;
	margin: 12px 0 0 5px;
	text-indent: -9999px;
}

form#form-search input.submit,
form#form-search-right input.submit {
	display: none;
}


/* SEARCH RESULTS
---------------------------------------------------------------*/

div.result {
	padding: .5em;
}

div.gray {
	background: #eee;
}

/* OLD PAGINATION
---------------------------------------------------------------*/

div.paginate {
	background: #eee;
	clear: both;
	color: #333;
	font-size: 11px;
	height: 16px;
	margin: 10px 0 !important;
	padding: 0 !important;
	text-align: center;
	width: 100%;
}

div.prev,
div.next {
	margin: 0 !important;
	padding: 0 !important;
	width: 123px;
}

div.prev {
	float: left;
}

div.next {
	float: right;
}
/* NEW PAGINATION
---------------------------------------------------------------*/

div.pagination {
	clear: both;
        background: #dddddd;
        border-radius: 3px;
	width:666px;
	height:30px;
	margin:10px 0 10px 0;
	font-size: 11px;
	color: #666;
}
div.pagination-links {
	padding:8px 8px 2px 8px;
        text-align:center;
}
div.pagination strong {
	padding:2px 8px 2px 8px;
	background-color:#fff;
	color: #333;
}
div.pagination a {
	padding:2px 8px 2px 8px;
	background-color:#ddd;
	text-decoration: none; /* no underline */
	color: #333;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#ff6600;
	color: #fff;
}
div.prev_on {
        float: left;
        padding: 8px 8px 2px 16px;
}
div.next_on {
        float: right;
        padding: 8px 16px 2px 8px;
}
div.prev_off {
        float: left;
        padding: 8px 0 0  24px;
	color: #999;
}
div.next_off {
        float: right;
        padding: 8px 24px 0 0;
	color: #999;
}


/* HOMEPAGE
---------------------------------------------------------------*/

body#home div#sidebar {
	float: left;
	width: 285px;
	margin-right: 12px;
}

body#home div#cessidebar {
	float: left;
	width: 285px;
	margin-right: 12px;
}

body#home div#tile-feature {
	margin-bottom: 10px;
}

body#home div.large-tile {
    float: left;
    margin-bottom: 10px;
}

body#home #headline-controls {
	background: #000000;
	height: 36px;
	line-height: 36px;
	width: 666px;
	list-style: none;
	font-size: 16px;
	font-family: Helvetica;
	color: #999;
	list-style: none;
	border-radius: 3px;
	cursor: pointer;
	cursor: hand;
}

body#home #headline-ces {
	background: #ff6600;
	height: 36px;
	line-height: 36px;
	width: 656px;
	font-size: 24px;
	font-family: Helvetica;
	color: #ffffff;
	list-style: none;
	border-radius: 3px;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}



body#home #headline-controls a.selected { color: #999 }

body#home #headline-controls a:hover { text-decoration: none; }

body#home #headline-controls div#hc1 { position: absolute; display:inline; left: 20px; }
body#home #headline-controls div#hc2 { position: absolute; display:inline; left: 65px; }
body#home #headline-controls div#hc3 { position: absolute; display:inline; left: 135px; }
body#home #headline-controls div#hc4 { position: absolute; display:inline; left: 225px; }
body#home #headline-controls div#hc5 { position: absolute; display:inline; left: 285px; }
body#home #headline-controls div#hc6 { position: absolute; display:inline; left: 355px; }
body#home #headline-controls div#hc7 { position: absolute; display:inline; left: 440px; }
body#home #headline-controls div#hc8 { position: absolute; display:inline; left: 510px; }
body#home #headline-controls div#hc9 { position: absolute; display:inline; left: 567px; }

body#home div.showhide {
	margin-bottom: 7px;
	background-repeat: no-repeat;
}

body#home div.showhide h3 {
	cursor: NS-resize;
	float: left;
	height: 26px;
	text-indent: -9999px;
	width: 260px;
}

body#home div.showhide h3 span {
	font-size: .8em;
}

div.showhide a.more {
	font-weight: bold;
}

.ajax-more a {
	width: 115px;
	height: 25px;
	background: #4E9CAF;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	color: white;
	font-weight: bold;
	display: block;
	cursor: pointer;
	cursor: hand;

}

/* div.showhide h3:hover { background: transparent url(http://assets.ilounge.com/css/img/icon-drag-hover.png) 246px 6px no-repeat; } */

body#home div.showhide a.link-toggle,
div.case-cap-rating a {
	width: 15px;
	height: 26px;
	padding-right: 5px;
	float: right;
	background: transparent url(http://assets.ilounge.com/css/img/icon-expand.png) 0 6px no-repeat;
	text-indent: -9999px;
}

body#home div.showhide a.link-toggle:hover,
div.case-cap-rating a:hover { background-image: url(http://assets.ilounge.com/css/img/icon-expand-hover.png) }
body#home div.showhide a.link-toggle.open,
div.case-cap-rating a.open { background-image: url(http://assets.ilounge.com/css/img/icon-contract.png) }
body#home div.showhide a.link-toggle.open:hover,
div.case-cap-rating a.open:hover { background-image: url(http://assets.ilounge.com/css/img/icon-contract-hover.png) }

body#home div.showhide ul {
	display: none;
	margin: 0 8px;
	clear: both;
}

body#home div#content { top:15px; width: 666px; overflow:hidden; margin-bottom: -50px; }

body#home div#feature h3 { margin: 25px 0 5px 0;}

.byline {
	text-indent: 1px; 
	margin-bottom:10px; 
	font-size:12px; 
	text-transform:uppercase;
	}
	
.byline img {
	margin: 0 0 0 0 !important;
	vertical-align: -2px !important;
	float:none !important;
	width: 16px !important;
}

body#home div#feature .trailer { 
	margin-bottom: 15px; 
	height: 14px;
	vertical-align: text-bottom;
	}

body#home .via-source-block {
	padding-bottom:15px;
}

body#home .via-source-label {
	font-family: Helvetica;
	color:grey;
	padding-bottom:10px;
	}
	
body#home .via-source-item {
	font-family: Helvetica;
	color:#ff6600;
	padding-right:20px;
	padding-bottom:10px;
}

body#home .comment-counter,
body#home .cmntcount {
	background: transparent url(http://assets.ilounge.com/css/img/comment-bubble.png) no-repeat;
	float:left;
	text-align:center;
	font-size:12px; 
	height: 26px;
	width: 23px;
	line-height:1.7; 
	font-weight:bold;
	padding-right:4px;
	}

.subhead {
	padding:0 0 3px 0;
	margin:10px 0 10px 0;
	font-size:20px;
	border-bottom:3px solid #ccc;
	font-weight: 100;
	width:100%;
}

.photocredit {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	margin-top: -15px;
	margin-bottom: 10px;
}

.photocaption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 10px;
}

/* SEARCH FIELD
---------------------------------------------------------------*/

[placeholder]:focus::-webkit-input-placeholder {
transition: opacity 0.1s 0.1s ease; 
  opacity: 0;

}

form#form-search {
	height: 39px;
	border-radius: 3px;
	background: #666666;
}

form#form-search-right {
	display: none;
}

form#form-search input.textfield {
	float: left;
	height: 35px;
	border: 0px;
	background: #666666;
	width: 350px;
	font: bold 12px helvetica;
	left: 15px;
	color: #fff;
	border-radius: 3px;
	padding-left: 10px;
}

form#form-search input.textfield:focus ~ #text {
	display:none; 
}

form#form-search #text {
	position: absolute;
	color: #ffffff;
	font: bold 12px helvetica;
	left: 15px;
	top: 14px;	
}

form#form-search a {
	background: url(http://assets.ilounge.com/css/img/search-icon.png) no-repeat center center;
	padding: 0px;
	margin: 0px;
	height: 38px;
	width: 33px;
}

body#home #stream-view {
	margin-top:10px;
}

body#home #stream-view .readmore {
	font-size:12px;
	float:right;
	text-transform: uppercase;
}

body#home #stream-view center img {
	float: none;
	height: auto;
	margin: 0 auto 10px auto;
	border-radius: 3px;
	width: 666px;
}

body#home #stream-view ul li {
	font-family: Helvetica;
	list-style: disc inside;
	font-family: Helvetica;
	font-size: 14px;
	text-indent: 3em;
	margin: 0 0 0 20px;
}

/* PRODUCT SPOTLIGHTS
---------------------------------------------------------------*/

div.spotlight {
    background: #E0E0E0;
    padding: 15px 20px 0px 20px;	
    border-radius: 3px;
    width: 626px;
    height: 325px;
}

div.spotlight-left {
	float:left;
	position:relative;
	padding-top:8px;
	width: 300px;
}

div.spotlight-right {
	float:right;
	position: relative;
	width: 300px; 
}



/* NEWS
---------------------------------------------------------------*/

div.headline h3 {
	margin: 0;
}

div.headline h3 a {
	color: #333;
}

a.email {
	padding-left: 17px;
	background: transparent url(http://assets.ilounge.com/css/img/icon-email.gif) 0 4px no-repeat;
}

a.digg {
	padding-left: 17px;
	background: transparent url(http://assets.ilounge.com/css/img/icon-digg.gif) 0 1px no-repeat;
}

div.indent {
	font-size:11px;
	padding-left:20px;
}

/* REVIEWS
---------------------------------------------------------------*/

div.reviewinfo {
	float: right;
	margin: 0 0 0 20px;
	width: 220px;
}

div.reviewinfo img {
	height:35px;
}

div.reviewinfo img.grade {
	height:35px !important;
	width: 41px !important;
}

div.reviewinfo img.badge {
	height:35px !important;
	width: 165px !important;
}

#reviewsummary {
	margin: 0 0 0 0;
/*	padding: 0 0 10px 0;*/
}

/*
body#reviews div.reviewinfo img {
	margin: 0;
}
*/

/*
div.copy img {
	width:626px;
}
*/
#reviewbody img {
	max-width:666px;
	border-radius: 3px;
	align: center;
}

div.reviewinfo p img {
	margin: 0;
}

#reviews-table {
	margin: 0 0px 10px 0px;
	width: 671px;
	table-layout: fixed;
	border-spacing: 0px !important;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
}

#reviews-table td {
	padding: 0 5px 5px 0px;
	vertical-align: top;
	width: 33%;
}

#reviews-table h3 a {
/*	background: transparent url(http://assets.ilounge.com/images/arrow_down.gif) no-repeat 0 1px;*/
/*	color: #333;*/
	font-size: 12px;
}

#review-grades {
	margin: 10px 0 50px 20px;
}

#review-grades select {
	background: #fff;
	width: 45%;
}

#menu1 {
	float: left;
	margin: 0 20px 0 0;
}

#menu2 {
	float: right;
	margin: 0 20px 0 0;
}

div.review-short {
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
}

div.dotted {
	background: #eee;
	margin: 0 0 15px 0;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
}

div.preamble {
	background: #eee;
	margin: 0 0 15px 0;
	padding: 10px 15px 5px 10px;
	line-height: 20px;
	font-size: 14px;	
	font-style: italic;
	max-width: 400px;
}

div.pollbox {
	border: 1px dotted #666;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #383838;
	color: white;	
}

div.dotbox {
	border: 1px dotted #666;
	margin: 0 0 15px 0;
	padding: 10px;
}

#company-contact {
	float: left;
	margin: 0 15px 0 0;
	width: 50%;
}

#entryform label {
	font-weight: bold;
	width: 35%;
}

#entryform input,
#entryform textarea,
#entryform select {
	border: 1px solid #333;
	font-size: 12px;
	padding: 2px;
}

#comp-check {
	table-layout: fixed;
	width: 700px;
}

#comp-check td {
	color: #333;
	font-size: 11px;
	vertical-align: top;
}

div.case-cap-rating {
	background-color: transparent;
	height: 26px;
	margin: 0 0 10px 0;
	width: 771px;
}

.rrimage { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.rrimage img { 
   position: relative; 
   width: 100%; /* for IE 6 */
   border-radius: 3px;
}


.rrcaption { 
   position: absolute; 
   bottom: 5px; 
   left: 5px; 
   width: 75%;
   color: #000000;
   font-size:12px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 5px; 
}

#reviews-table p img {
	height: 35px;
}

/* ARTICLES
---------------------------------------------------------------*/
#sort-cats {
	margin: 10px 0 20px 20px;
}

#sort-cats select {
	background: #fff;
	width: 45%;
}
#sort-subcats {
    margin: 10px 0 20px 20px;
}
#sort-subcats select {
    width: 45%;
}
div.full-column {
	margin: 0 0 0 20px;
	width: 760px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}
#articles .readmore {
	padding-bottom: 10px;
	font-weight: bold;
}

div.left-column,
div.right-column {
	float:left;
	padding: 0 20px 10px 20px;
	width: 300px;
}

div.right-column {
	float:none;
	margin: 0 0 0 350px;
}

/* div.left-column ul,
div.right-column ul {
	float:left;
	padding: 0 20px 10px 20px;
	width: 300px;
} */

div.right-column li {
	margin-right:10px;
}

/*
div.right-column ul {
	float: none;
	margin: 0 0 0 350px;
}
*/

/*
div.left-column {
	float: left;
	width: 300px;
	padding: 0 20px 10px 20px;
}

div.right-column {
	padding: 0 20px 10px 20px;
	float: none;
	margin: 0 0 0 350px;
	width: 350px;
}

*/

/*

body#articles label {
	color: #333;
	text-align: left;
}

*/

body#articles .left-column p,
body#articles .right-column p {
	font-size: 13px;
	margin-bottom: 2px;
}

body#articles .left-column h3, 
body#articles .right-column h3 {
	font-size: 20px;
}

body#articles .textfield {
	width: 70%;
}

/* body#articles select,
body#reviews select {
	background: #fff;
    border: 1px solid;
} */


/* ARTICLES - BEST OF THE YEAR AWARDS
---------------------------------------------------------------*/	

#awards-graphic { 
	display:block;
	border-radius: 3px;
	background-image: linear-gradient( #FB8E55, #F8443D);
	border-left:8px solid #993365;
	margin-left:0px;
	margin-right:0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	letter-spacing: -1px;
	color: white;
	height:200px;
	margin-bottom:10px;
}

#awards-graphic .boty-logo {
	width:100px; 
	float:left; 
	position:relative; top:25px;
}

#awards-graphic-t1 {
	position:relative; 
	display:block; 
	left: 5px;
	top: 15px; 
	font-size: 45px;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}
	
#awards-graphic-t2
	{
	position:relative; 
	left: 5px;
	display: block; 
	font-size: 72px;
	}
	
#awards-graphic-t2 .w1 { 
	font-family:HelveticaNeue-Light; 
	}

#awards-graphic-t2 .w2 { 
	font-family:HelveticaNeue-Bold; "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}

#awards-graphic-byline {
	position:relative; 
	left: 5px;
	display: block; 
	font-family:HelveticaNeue-Light; 
	font-size: 24px;
	letter-spacing: 0px;
	}



/* ARTICLES - ASK ILOUNGE
---------------------------------------------------------------*/
.ask-question {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 font-weight:       bold;
 color: #ff6600;
}

.answer-question {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 font-weight:       bold;
 color: #55aa00;
}

/* MUSIC
---------------------------------------------------------------*/

div.entry {
	margin: 0 0 15px 0;
}

div.entry img {
	margin: 0 10px 0 0;
}

/* HELP 
---------------------------------------------------------------*/

/* body#help h3, body#help h3 a {
	font: bold 18px helvetica;
	margin-bottom:5px;	
} */


body#articles h4 {
	padding-top:10px;
	font: bold 14px helvetica;
}


/* TIER 2 CSS
---------------------------------------------------------------*/

div.masthead img.thumbnail { float: left; margin: 2px 10px 0 0; width:50px !important; height: 50px !important; }
div.masthead h4 { font-size: 13px; margin: 0 0 2px 0; padding-top:0px !important; }
div.masthead p small { line-height: 12px; font-family: Helvetica; font-size:10px; }
div.masthead ul {
	float: right;
	padding: 7px;
	background: #eee;
	font-size: 9px;
}

div.masthead ul li { padding: 0; margin: 0 }

div.copy,
#comments {
	margin: 0 0px;
	overflow: hidden;
}

div#content ul a { font-family: Helvetica; font-size:12px; }

div#content p img {
	max-width:666px;
	height: auto;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-top: 5px;	
}

div.story { margin: 0 0 15px 0 }

div.story img {
	/*float: right;*/
	margin: 0 0 0 0;
	max-width: 666px;
}

div.story img.right {
	margin: 0 0 25px 10px;
}

div.copy center img {
	margin: 7px 0 15px 0;
}

div.grey-box img {
	margin: 0;
}

div.story center {
	font-size: 11px;
}

div.story ul {
	list-style: disc outside;
	margin: 0 0 0 20px;
}

div.story div.masthead ul {
	list-style: none;
}

div.story a.button-digg {
	display: block;
	text-indent: -9999px;
	width: 79px;
	height: 17px;
	background: transparent url(http://assets.ilounge.com/css/img/button-digg.gif) no-repeat;
}

#comments div {
	padding: 10px;
	background: #eee;
	margin-bottom: 10px;
}

#comments h4 {
	float: left;
	min-width: 30px;
	padding:0 3px;
	height: 30px;
	font: normal 20px/27px georgia, serif;
	color: #fff;
	background: #999;
	text-align: center;
}

#comments div p { margin-left: 50px }

#comments.recent div p { margin-left: 0 }

#comments p.poster { margin-bottom: 0 }

#comment_form { width: 310px; }
#comment_form textarea { width: 95%; }
#comment_form input.textfield { width: 95%; }
#comment_form label {
	float: none;
	width: auto;
}

/* TIER 2 OVERRIDES
---------------------------------------------------------------*/

/*
body#news h2,
body#recentcomments h2,
body#arecentcomments h2,
body#brecentcomments h2,
body#submit_news h2,
body#advertise h2,
body#forumpolicy h2,
body#reviews h2,
body#directory h2,
body#articles h2,
body#help h2,
body#faqs h2,
body#music h2,
body#about h2,
body#oops h2,
body#iloungeweekly h2,
body#tipoftheday h2,
body#tips h2,
body#mac h2,
body#subscribe h2,
body#software h2*/

/* h2 {
	color: #ffffff;
	height: 32px;
	padding-top:5px;
	font-weight: normal;
	text-indent: 20px;
	margin-bottom: 10px;
	background: #505050; 
	border-radius: 3px;
} */

/* h2 {
	color: #000000;
	padding-top:5px;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 15px;
	border-bottom: 5px ridge #ff6600;
} */

h2 {
	color: #dddddd;
	padding-top:0px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	border-radius: 3px;
	padding: 0px;
	display:none;
}

body#gearguide h2 {
	background-color: #444444;
	font-weight: bold;
	color: #ffffff;
	padding-left:20px;
	height: 36px;
	line-height: 36px;
	display: block;
}

body#policy h2 { 
	color: black;
	padding-top 0px;
	margin-bottom: 10px;
	display: block;
	text-transform: none;
 }

h2#tip {
	height: 133px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#review-heading {
	display:table;
	border-spacing:4px;
	margin-left:-4px;	
	width:226px;
	
}

#review-heading-index {
	display:table;
	border-spacing:4px;
	margin-left:-4px;	
	width:226px;
}

#review-heading-grade {
	display:table-cell;
	background: #ff6600;
	border-radius: 3px;
	height: 44px;
	width: 52px;
	color: white;
	font-weight: bold;
	font-size: 30px;
	vertical-align:middle;
    text-align: center;
	margin-bottom: 4px;
}

#review-heading-badge {
	display:table-cell;
	background: #ff6600;
	border-radius: 3px;
	height: 44px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 4px;	
	vertical-align:middle;
}

#review-heading-badge .hr {
	text-align:left;
	font-size: .9em;
}

#review-heading-badge .lr {
	font-size:.9em;
}

#review-heading-about {
	display:inline-block;
	background: #ff6600;
	border-radius: 3px;
	height: 18px;
	width: 218px;
	color: white;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	margin-bottom: 5px;
	vertical-align: middle;
}

#review-heading-about a {
	color: white;
}

#review-company-block {
	display: inline-block;
	background: #eee;
	border-radius: 3px;
	width: 206px;
	padding: 5px 6px 5px 6px;

}

#social-bookmarks-oneline {
	font-size:12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align:center; 
	padding-top: 0px; 
	padding-bottom: 5px; 
	margin:0; 
	margin-top: -4px;
	color:#505050;
}

#review-gallery-buttons {
	display: table;
	border-spacing: 4px;
	margin-left: -4px;
	margin-top: -4px;
	width: 674px;
}

.review-gallery-button {
	display: table-cell;
	width:320px; 
	height:40px; 
	background-color:#444444; 
	color:#ff6600; 
	border-radius:3px;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 4px;	
	vertical-align:middle;
}


/*

body#about h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-about.png) no-repeat;
}

body#oops h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-oops.png) no-repeat;
}

body#rumors h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-rumors.png) no-repeat;
}

body#tipoftheday h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-tipoftheday.png) no-repeat;
}

body#tips h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-tips.png) no-repeat;
}

body#mac h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-macilounge.png) no-repeat;
}

body#macarchives h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-macarchives.png) no-repeat;
}

body#iloungeweekly h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-iloungeweekly.png) no-repeat;
}

body#advertise h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-advertise.png) no-repeat;
}

body#forumpolicy h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-forumpolicy.png) no-repeat;
}

body#articles h2 {

}

body#arecentcomments h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-arecentcomments.png) no-repeat;
}

body#backstage h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-backstage.png) no-repeat;
}

body#brecentcomments h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-brecentcomments.png) no-repeat;
}

body#comments-questions h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-comments-questions.png) no-repeat;
}

body#contact h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-contact.png) no-repeat;
}

body#directory h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-directory.png) no-repeat;
}

body#faqs h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-faqs.png) no-repeat;
}

body#firstlooks h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-firstlooks.png) no-repeat;
}

body#gearguide h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-gearguide.png) no-repeat;
}

body#help h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-help.png) no-repeat;
}

body#library h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-library.png) no-repeat;
}

body#members h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-members.png) no-repeat;
}

body#music h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-music.png) no-repeat;
}

body#news h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-news.png) no-repeat;
}

body#recentcomments h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-recentcomments.png) no-repeat;
}

body#preview h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-previews.png) no-repeat;
}

body#privacy h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-privacy.png) no-repeat;
}

body#reviews h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-reviews.png) no-repeat;
}

body#search h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-search.png) no-repeat;
	position: relative;
}

body#software h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-software.png) no-repeat;
}

body#software-reviews h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-softwarereviews.png) no-repeat;
}

body#submit_news h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-news.png) no-repeat;
}

body#terms h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-terms.png) no-repeat;
}

body#subscribe h2 {
	background: transparent url(http://assets.ilounge.com/css/img/h2-subscribe.png) no-repeat;
}
*/

/* PriceGrabber fix */
#pgWidget_content h2 {
    background:none !important;
    height:auto !important;
    text-indent:0 !important;
}

#pgWidget_content thead,
#pgWidget_content tr,
#pgWidget_content th {
    background:none !important;
}
/* End PriceGrabber fix */

h3.bar {
	background: #8a8a8a;
	border-radius: 3px;
	clear: left;
	color: #ffffff;
	text-indent: 20px;
	font-size: 14px;
	height: 10px;
	padding-top:10px;
	padding-bottom:15px;
}

/* RECENT NEWS/REVIEWS/ARTICLES
---------------------------------------------------------------*/

ul.left,
ul.right {
	padding: 0 20px 10px 20px;
	width: 300px;
}

ul.right {
	float: none;
	margin: 0 0 0 350px;
}

/* SOFTWARE
---------------------------------------------------------------*/

body#software h4 {
	font-size: 14px;
}

/* TELL-A-FRIEND
---------------------------------------------------------------*/

#tellafriend_form label {
	color: #333;
	float: none;
	font-size: 1.1em;
	font-weight: bold;
	width: auto;
}

#tellafriend_form *.textfield,
#tellafriend_form *.textarea {
	width: 450px;
}

/* LIBRARY
---------------------------------------------------------------*/

#bookShelf {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.bookInfo {
	float: left;
	height: 48em;
	margin: 10px 15px 0 15px;
	width: 190px;
}

.bookinfobox {
	margin: 10px 10px 0 0;
	padding: 5px;
}

/* SUBMIT NEWS
---------------------------------------------------------------*/

#submit_news label {
	color: #333;
	text-align: left;
}

#submit_news .textfield {
	width: 70%;
}

/* CONTACT
---------------------------------------------------------------*/

#contact label {
	color: #333;
	text-align: left;
}

#contact .textfield {
	width: 70%;
}

body#backstage h3 {
	padding-top: 0px;
}

body#backstage h3.bar {
	padding-top: 5px;
}

/* NEW CSS
---------------------------------------------------------------*/

div.bigimg img {
    width:666px;
	margin: 0;
	padding-bottom:10px;
}

form#freeform label {
	width: 100%;
	text-align: left;
	font-size: 11px;
	float: left;
	padding: 2px 0;
	margin: 0 5px 0 0;
	color: #666;
}

form#freeform p {
	margin: 0;
}

/* Site Promo Block 
---------------------------------------------------------------*/

#sitepromo {
	position:relative;
	width:300px;
	margin-bottom:20px;
	background:#383838;
	border-radius:3px;
	overflow:hidden;
}

#sitepromo-controls {
	position:relative;
	background: #000000;
	height: 36px;
	line-height: 36px;
	width: 300px;
	border-radius:3px;
	list-style: none;
	font-size: 16px;
	font-family: Helvetica;
	color: #999;
	list-style: none;
	cursor: pointer;
	cursor: hand;
}

#sitepromo-controls a.selected { color: #999 }

#sitepromo-controls a:hover { text-decoration: none; }

#sitepromo-controls div#spc1 { position: absolute; display:none; left: 25px; }
#sitepromo-controls div#spc2 { position: absolute; display:none; left: 25px; }
#sitepromo-controls div#spc3 { position: absolute; display:inline; left: 39px; }
#sitepromo-controls div#spc4 { position: absolute; display:inline; left: 110px; }
#sitepromo-controls div#spc5 { position: absolute; display:inline; left: 225px; }


#sitepromo-content {
	position:relative;
	top:0px;
	width:300px;
}

#sitepromo-content img {
	margin-bottom: -4px;
}

#sitepromo-content #win {
	position:relative;
	width:300px;
	border-radius:3px;
}

#sitepromo-content #deals {
	position: relative;
	width:300px;
	text-align: center;
	color: orange;
	border-radius:3px;
}

#sitepromo-content #subscribe {
	background: transparent url(http://assets.ilounge.com/css/images/promo-box-bg.jpg) no-repeat; 
	width: 300px;
	height: 250px;
}

#sitepromo-content #shop {
	position:relative;
	width:300px;
	border-radius:3px;
}

#sitepromo-content .ipodweek-title { 
	position: relative; 
	top: 15px;
	left: 25px;
	font-size: 24px;
	font-family: Helvetica;
	font-style: bold;
	color: #ff6600;
}

#sitepromo-content .ipodweek-text { 
	position: relative; 
	top: 40px;
	left: 25px;
	width: 250px;
	font-size: 12px;
	font-family: Helvetica;
	font-style: bold;
	color: #ffffff;
}

#sitepromo-content .ilweekly-textfield {
	position: relative; 
	top: 60px; 
	left: 25px;
}

#sitepromo-content .ipodweek-textfield { 
	position: relative;
	font-size: 16px;
	width: 240px; 
	height: 20px;
}

#sitepromo-content .ilweekly-submit {
	position: relative;
	top: 70px;
	left: 164px;
}

#sitepromo-content .ipodweek-submit {
	position: relative;
	background-color:#ff6600;
	width:110px;
 	font-size:16px;
 	font-family: Helvetica;
 	font-weight:normal;
	color:#fff;
	text-align:center;
	border-radius: 2px;
	-webkit-appearance: button-bevel;
}


#sitepromo-content #vote {
	position: relative;
	padding:10px;
	width:280px;
}


/* EE POLL MODULE ON HOME PAGE (IN PROMO BLOCK)
---------------------------------------------------------------*/

#sitepromo-content .pollWrapper  {
	float:none;
	font-size:14px;
	color:#ffffff;
	text-align:left;
}

#sitepromo-content .pollBlock  {
	font-size:14px;
	text-align:left;
	padding-left:1px;
}

#sitepromo-content .pollTotalVotes {
	font-size:14px;
	padding-bottom:5px;
}

#sitepromo-content .pollQuestion {
 	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	text-align:left;
}

#sitepromo-content .pollResult {
	padding-bottom:3px;
	text-align:left;
}

#sitepromo-content .pollResultAnswer {
 	font-size:14px;
 	padding-bottom:3px;
	text-align:left;
}

#sitepromo-content .pollAnswer {
 	font-size:14px;
 	margin-left:20px;
 	text-indent:-20px;
	margin-bottom:5px;
}

#sitepromo-content label {
	font-size: 14px;
	width: 250px;
	text-align: right;
	line-height: 17px;
	padding: 2px 0;
	margin: 0 5px 0 0;
	color: #ffffff;
}


#sitepromo-content .pollRadio {
	margin-right:5px;
	padding:5px;
	background-color: black;
	border-color: white;
}

#sitepromo-content input[type="radio"] {
	background-color: black;
	border-color: white;
}

#sitepromo-content .pollButtonBlock {
 	padding:3px;
	/*background-color:#ff6600;*/
	text-align:center;
	width:270px;
	/*padding-top:10px;*/
}

#sitepromo-content .pollButton {
	background-color:#ff6600;
	width:100px;
 	font-size:18px;
 	font-family: Helvetica;
 	font-weight:bold;
	color:#fff;
	text-align:center;
	border-radius: 3px;
	-webkit-appearance: button-bevel;
}

#sitepromo-content .pollBarImage { margin: 0 0 0 0; }

#rightside-ad {
	padding-bottom:20px;
	border-radius: 3px;
	overflow:hidden;
}

/* EE POLL MODULE
---------------------------------------------------------------*/

.pollWrapper  {
	float:none;
	font-size:14px;
	text-align:left;
	color: white;
}
.pollBlock  {
	font-size:14px;
	text-align:left;
	padding-left:1px;
	background: #383838;
}

.pollTotalVotes {
	font-size:14px;
	padding-bottom:5px;
}

.pollQuestion {
 	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	text-align:left;
}

.pollResult {
	padding-bottom:3px;
	text-align:left;
}

.pollResultAnswer {
 	font-size:14px;
 	padding-bottom:3px;
	text-align:left;
}

.pollAnswer {
 	font-size:14px;
	margin-bottom:5px;
}

.pollRadio {
	margin-right:5px;
	padding:5px;
}
.pollButtonBlock {
 	padding:3px;
	/*background-color:#ff6600;*/
	text-align:center;
	width:40px;
	/*padding-top:10px;*/
}

.pollButton {
	background-color:#ff6600;
 	font-size:11px;
 	font-weight:bold;
	color:#fff;
	text-align:center;
}

.pollBarImage { margin: 0 0 0 0; }

/* NEW GALLERY DESIGN
---------------------------------------------------------------*/

.gallery-grey-box  {
	background: transparent url(http://assets.ilounge.com/css/img/bg-gallerygreybox.png) no-repeat;
	width:666px;
	height:93px;
	margin-top:2px;
	padding:5px;
	text-align:center;
}

.gallery-textfield {
	font-size: 11px;
	border: 1px solid #999;
	background: #fff;
	color: #666;
	padding: 3px;
}

/* EE SOCIAL BOOKMARK MODULE
---------------------------------------------------------------*/

.grey-box  {
	background-color: #e0e0e0;
	width:656px;
	height:26px;
	padding:8px 0px 0px 10px;
	margin-bottom: 8px;
	border-radius: 3px;
}

.sb-share  {
	display: inline;
	float: left;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	line-height: 16px;

	padding-right: 10px;
}

.sb-email  {
	display: inline;
	float: right;
	font-size:11px;
	font-weight:bold;
	line-height: 16px;
	padding-right: 20px;
}


.sb-news  {
	display: inline;
	float: right;
	font-size:11px;
	font-weight:bold;
	line-height: 16px;

	padding-right: 20px;
}

#social-bookmarks li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
/* SOCIAL BOOKMARKS HP NEWS COLUMN ONLY
---------------------------------------------------------------*/

.addthis_toolbox { 
	margin: 0 0 20px 0;
}

.addthis_toolbox .custom_images a
{
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}


/* iPODWEEK SIGNUP HP LEFT SIDEBAR
---------------------------------------------------------------*/

.ipodweek-box  {
	background: transparent url(http://assets.ilounge.com/css/img/bg-ipodweek.png) no-repeat;
	width:285px;
	height:65px;
	padding:33px 0 0 26px;
}

.ipodweek-textfield {
	font-size: 11px;
	background: #fff;
	color: #666;
	padding: 2px;
	width: 125px;
}
.ipodweek-submit  {
	margin-bottom:-4px;
	padding-left:8px;
}


/* iPODWEEK SIGNUP COMMENTS
---------------------------------------------------------------*/

.ipodweek-box-comments  {
	background: #333333;
	width:285px;
	height:100px;
	padding:0 0 0 20px;
	margin-bottom:10px;
	border-radius: 3px;
}

.ipodweek-textfield-comments {
	font-size: 11px;
	background: #fff;
	color: #666;
	padding: 2px;
	width: 150px;
}

.ipodweek-title-comments { 
	position: relative; 
	margin: 20px auto 20px auto;
	padding-top: 20px;
	font-size: 14px;
	font-family: Helvetica;
	font-style: bold;
	color: #ff6600;
}

/* IMAGE STYLE
---------------------------------------------------------------*/
div.image-border  {
	padding:10px;
	margin-bottom:10px;
	color:#666666;
	border: solid 5px;
	border-color: #eeeeee;
	text-align:center;
}
.image-text  {
	color:#666666;
}
.image-border  {
	padding:10px;
	color:#666666;
	border: solid 5px;
	border-color: #eeeeee;
	text-align:center;
}

/* COMMENTER OF THE DAY BOX
---------------------------------------------------------------*/

.roundedcornr_box_608930 {
	background: #eeeeee;
}

.roundedcornr_top_608930 div {
	background: url(http://assets.ilounge.com/css/img/bg-roundedcornr_tl.png) no-repeat top left;
}

.roundedcornr_top_608930 {
	background: url(http://assets.ilounge.com/css/img/bg-roundedcornr_tr.png) no-repeat top right;
}

.roundedcornr_bottom_608930 div {
	background: url(http://assets.ilounge.com/css/img/bg-roundedcornr_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom_608930 {
	background: url(http://assets.ilounge.com/css/img/bg-roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top_608930 div, .roundedcornr_top_608930,
.roundedcornr_bottom_608930 div, .roundedcornr_bottom_608930 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_608930 {
	margin: 0 10px;
	font-size:11px;
	padding:3px 5px 0 5px;
}
/* RECENT BLOCK GOOGLE SEARCH
---------------------------------------------------------------*/
.grey-box-search  {
	width:666px;
	margin-bottom: 8px;
	padding:8px 0px 0px 0px;
	border-radius:3px;
}

/* GALLERIES
---------------------------------------------------------------*/
.breadcrumb {
 margin:            15px 0 15px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
font-weight:bold;
 background-color:  transparent;
}

.breadcrumb a:visited {
 color: #ff6600;
}

.prevnext{
 margin:            15px 0 15px 6px;
width:100%;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 background-color:  transparent;
 text-align:center;
}

.paginate {
 margin:            10px 0 10px 6px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 background-color:  transparent;
}

.windowclose {
 margin:            15px 0 10px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 background-color:  transparent;
 text-align: 		center;
}

.spacer {
height:15px;
margin:0;
padding:0;
width:775px;
}

img {
 margin:		0;
 padding:	0;
 border:		0;
}

.border {
 border:	1px solid #000;
}

.paddedborder {
 border: 	0px solid #000;
}

.thumbs {
 text-align:	center;
 padding:	15px 3px 8px 3px;
 background-color: #EEEEEE;
}

.title {
 margin:            3px 0 0 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 font-weight: 		bold;
 color:             #000;
}

.caption {
 margin:  			12px 0 4px 0;
 background-color:	transparent;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color: #000;
}

.commentlink {
 margin:            4px 0 8px 0;
}


li {
 /*margin:            0 0 15px 0;*/
 font-family:       Helvetica, Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color: 				#333;
 background-color:  transparent;
 text-align: 		left;
 margin-left: 25px;
 margin-right: 50px;
 /*padding-bottom: 	5px;*/
}

.stats {
 margin:            4px 0 4px 0;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         10px;
 font-weight: 		normal;
 color:             #888;
}

.imageBG {
 text-align: center;
}

.categories {
 padding:           5px 10px 5px 12px;
 background-color:  #EEE;
}

.tableBorder {
 border: 0px solid #999;
 padding: 20px;
}

th {
 font-family:       Helvetica, Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         14px;
 color:             #fff;
 font-weight:		bold;
 text-align:			left;
 padding:           5px 4px 5px 12px;
 background-color:  #999;
}

td {
 font-family:       Helvetica, Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         14px;
 color:             #000;
}

.alert {
 color: red;
}

.gallerysubmitform {
 margin-left:15px;
}

.defaultBold {
 margin-bottom:3px;
}

/* TILE ADS
---------------------------------------------------------------*/

.tilewrapper{
   width: 100%;
   margin-top:20px;
   padding-bottom:20px;
}

.tileleft1{
   position: relative;
   float: left;
   left: 10px;
   width: 125px;
   height: 125px;
   background-color: #fff
}

.tileleft2{
   position: relative;
   float: left;
   left: 82px;
   width: 125px;
   height: 125px;
   background-color: #fff
}

.tileleft3{
   position: relative;
   float: left;
   left: 151px;
   width: 125px;
   height: 125px;
   background-color: #fff
}

.tileleft4{
   position: relative;
   float: right;
   right: 10px;
   width: 125px;
   height: 125px;
   background-color: #828282
}

/* TWITTER WIDGET STYLES
----------------------------------------------------------------*/

.tweet_odd, .tweet_even {
	border-top: dotted 1px #dddddd;
	padding-top: 3px;
}
.tweet_first {
	border: none;
	padding-top: none;
}
.scroll-container {
	width: 263px;
	height: 250px;
	border:solid 1px #dddddd;
	margin-bottom:12px;
	margin-left: 10px;
	background-color: #ffffff;
}
.scroll-pane {
	width: 257px;
	height: 244px;
	overflow: auto;
	float: left;
	padding: 6px 0 0 6px;
}
.rounded-corners {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #dddddd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #333333;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}



/* mac.iLounge STYLES
----------------------------------------------------------------

body#mac h3, h3 a { font: normal 21px arial, helvetica, sans-serif; }

body#mac h3 {
	color: #333;
	margin-bottom: 5px;

body#mac h3 {
	padding-top: 20px;
}

body#mac h3.bar {
	padding-top: 5px;
}
*/

body#mac div#content,
body#gear div#content {
	position:relative;
    /* Dropped from 25px for site takeover ad, 10 with ad */ 
	left:10px;
    top: 15px;
	float: left;
	width: 666px; /* 285 + 12 + 475 */
}


#mac h1 { 
	position:absolute;
	width: 260px;
	height:180px;
	background-image: url(http://assets.ilounge.com/css/img/logomac.png); 
}

div#macbody p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-bottom: 10px;
}

/* mac navigation */

/*
#mac ul#top-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 39px;
	width: 970px;
	background: transparent url(http://assets.ilounge.com/css/img/mac_nav_bkg.png) no-repeat;
	list-style: none;
}
*/

#mac ul#top-level li,
#mac ul#top-level a {
	height: 39px;
    text-transform: uppercase;
}

#mac li#nav1 { left: 13px; }
#mac li#nav2 { left: 73px; }
#mac li#nav3 { left: 129px; }
#mac li#nav4 { left: 198px; }
#mac li#nav5 { left: 297px; }
#mac li#nav6 { left: 380px; }
#mac li#nav7 { left: 487px; }
#mac li#nav8 { left: 560px; }
#mac li#nav9 { left: 642px; }
#mac li#nav10 { left: 765px; }
#mac li#nav11 { left: 842px; }

#mac li#nav1 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav2 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav3 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav4 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav5 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav6 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav7 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav8 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav9 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav10 a:hover { color:#000000; text-decoration:none;  }
#mac li#nav11 a:hover { color:#000000; text-decoration:none;  }



#mac .browse, #mac .view { text-transform: uppercase; font-size: 11px; }
#mac .browse a, #mac .view a { font-weight: bold; cursor: pointer; }
#mac .browse a.selected, #mac .view a.selected { color: #333; }
#mac .view { float: right; }
#mac div.copy { overflow: visible; }
#gear div.copy { overflow: visible; }

#mac h3.entryTitle, #mac h3.entryTitle a, #gear h3.entryTitle, #gear h3.entryTitle a { font-size: 28px; font-weight: normal; font-family: "Myriad Pro", arial, helvetica, sans-serif; }
#mac .excerpt h3.entryTitle a { font-size: 21px }
#mac h3.entryTitle, #gear h3.entryTitle { color: #333; }
#mac h3.entryTitle b, #gear h3.entryTitle b { font-weight: 600; }

#mac .entryContent, #gear .entryContent { border-bottom: 1px solid #999; margin: 0px; margin-bottom: 20px; position: relative; min-height: 125px; }
#mac .entryInfo, #gear .entryInfo {  }
#mac .entryCopy, #gear .entryCopy { border-left: 1px solid #999; margin-left: 100px; width: 525px; padding-left: 25px; padding-bottom: 10px; min-height: 170px; }


#mac .full, #mac .list, #gear .full, #gear .list { padding-top: 15px; padding-bottom: 5px; }
#mac .full .macMeta,
#gear .full .macMeta { display: block; width: 90px; position: absolute; top: 0px; left: 0px; font-size: 14px; text-align: right; color: #666666; }
#mac .full .readmore { border: 1px solid red; display: inline; }
#mac .full .social .addthis_button_facebook_like { overflow: hidden; width: 80px; }
#gear .full .social .addthis_button_facebook_like { overflow: hidden; width: 80px; }


#mac .list, #gear .list { padding-top: 25px; padding-bottom: 0px; }
#mac .list .thumb, #gear .list .thumb { float: left;  border: 1px solid #ccc; position: relative; }
#mac .list .thumb a, #gear .list .thumb a { display: block; overflow: hidden; width: 180px; height: 180px; background-position: center center !important; }
#mac .list .excerpt, #gear .list .excerpt { margin-left: 200px;  }
#mac .list .excerpt p, #gear .list .excerpt p { font-size: 12px; line-height: 1.5em; }
#mac .list .readmore, #gear .list .readmore { text-transform: uppercase; }
#mac .list .macMeta, #gear .list .macMeta { font-size: 14px; color: #666666; }
#mac .list .social, #gear .list .social { float: right; text-align: right; height: 20px; }
#mac .list .addthis_button_facebook_like { float: left; padding: 0px; margin-top: 0px; overflow: hidden; width: 90px; }


#mac .full .social { display: block; width: 620px; text-align: left; margin-top: 30px; height: 25px;  }
#mac .full .social .addthis_button_facebook_like { float: left; padding: 0px; margin-top: 0px; overflow: hidden; width: 80px;  }
#mac .full .social .addthis_button_tweet { width: 100px; }
#gear .full .social { display: block; width: 620px; text-align: left; margin-top: 30px; height: 25px;  }
#gear .full .social .addthis_button_facebook_like { float: left; padding: 0px; margin-top: 0px; overflow: hidden; width: 80px;  }
#gear .full .social .addthis_button_tweet { width: 100px; }



#mac #reviewsummary .entryContent, #gear #reviewsummary .entryContent { margin: 0px; }
#mac #reviewsummary .entryCopy, #gear #reviewsummary .entryContent { width: 525px; }
#gear #reviewsummary .entryContent, #gear #reviewsummary .entryContent { margin: 0px; }
#gear #reviewsummary .entryCopy, #gear #reviewsummary .entryContent { width: 525px; }

#mac .rule, #gear .rule { clear:both; padding-top: 10px; border-bottom:1px #999 solid; }

/* mac slideshow */
.hideGallery { visibility: hidden; height: 0px; }
#slideshow { width: 666px; height:500px; margin: 0px auto; }
#slideshow img { top: 50% !important; max-height: 500px; width: 666px; text-align: center; margin-top:-249.5px !important; }
#slideNav { width: 600px; height: 82px; margin: 0px; text-align: center; overflow: hidden; }
#slideNav li { width: 80px; height: 80px; overflow: hidden; display: inline-block; margin: 0px; margin-right: 20px; list-style: none; border: 1px solid #ccc; background: #eee; }
#slideNav a { width: 80px; height: 80px; display: block; }
#slideNav a.activeSlide { background: #88f }
#slideNav a:focus { outline: none; }
#slideNav img { border: none; display: block; width: auto; height: 80px; }

/* thumbnail slider */
.jcarousel-container { position: relative; width: 540px; max-width: 540px; margin: 15px auto; }
.jcarousel-clip { z-index: 2; padding: 0; margin: 0; overflow: hidden; position: relative; }
.jcarousel-list {z-index: 1; overflow: hidden;position: relative; top: 0; left: 0; margin: 0; padding: 0; }
.jcarousel-list li,
.jcarousel-item { float: left; list-style: none; width: 80px; height: 80px; }
.jcarousel-next, .jcarousel-prev { z-index: 3; display: none; position: absolute; height: 30px; width: 30px; cursor: pointer; }
.jcarousel-next-disabled, .jcarousel-prev-disabled {visibility: hidden;}
.jcarousel-next { top: 30px; right: -30px; background: url(http://assets.ilounge.com/css/img/thumb_arrow_next.png) right center no-repeat;  }
.jcarousel-prev { top: 30px; left: -30px; background: url(http://assets.ilounge.com/css/img/thumb_arrow_prev.png) left center no-repeat; }


/* submit a tip modal */
.tipsubmit { font-size: 11px; line-height: 25px; display: none; margin-left: 20px; }
.overlay {	
	display:none;
	z-index:10000;
	background:transparent url(http://assets.ilounge.com/css/img/submittipform.png) no-repeat;
/* 	background:transparent url(http://assets.ilounge.com/css/img/submittipforml.png?a=b) no-repeat; */
	width:400px;	
	height:400px;
	text-align: left;
}

#tipoverlay form { padding: 50px; }
#tipoverlay h4 {
	color: #fff; 
	font-weight: normal;
	font-size: 24px;
	font-family: "Myriad", "Myriad Pro", tahoma, verdana, arial, helvetica, sans-serif;
	padding-top: 5px;
	text-shadow: 1px 1px 2px #999; 
}
#tipoverlay form label { display: block; width: 100%; text-align: left; font-weight: bold; }
#tipoverlay form label.error { text-align: right; display: inherit; font-size: 11px; font-weight: normal; position: absolute; top: 0px; right: 5px; color: #cc0000; }
#tipoverlay form .input { padding: 5px; width: 280px; border: 1px solid #999; background: #fff; }
#tipoverlay form .tip { padding: 5px; width: 280px; height: 120px; resize: none; border: 1px solid #999; background: #fff;  }
#tipoverlay fieldset { padding-bottom: 15px; position: relative; }



/* SOCIAL LINKS BROWSER STYLES
----------------------------------------------------------------*/

#twtab{

background: url(http://assets.ilounge.com/css/img/twitter_32.png) no-repeat; /* Path to Image */

left:1px;  /* change this to left: 1px; to put it on the left of the screen */

top:618px;height:32px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}

#twtab a{display:block;width:100%;height:100%;}

#fbtab{

background: url(http://assets.ilounge.com/css/img/facebook_32.png) no-repeat; /* Path to Image */

left:1px;  /* change this to left: 1px; to put it on the left of the screen */

top:653px;height:32px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}

#fbtab a{display:block;width:100%;height:100%;}

#rsstab{

background: url(http://assets.ilounge.com/css/img/rss_32.png) no-repeat; /* Path to Image */

left:1px;  /* change this to left: 1px; to put it on the left of the screen */

top:688px;height:32px;width:32px;margin:0;padding:0;position:fixed;z-index:5000;}

#rsstab a{display:block;width:100%;height:100%;}

