@charset "UTF-8";

/*
	Variable Grid System.  
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_14 {
	margin-left: auto;
	margin-right: auto;
	width: 1008px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 8px;
	margin-right: 7px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 14 Columns
----------------------------------------------------------------------------------------------------*/

.container_14 .grid_1 {
	width:57px;
}

.container_14 .grid_2 {
	width:129px;
}

.container_14 .grid_3 {
	width:201px;
}

.container_14 .grid_4 {
	width:273px;
}

.container_14 .grid_5 {
	width:345px;
}

.container_14 .grid_6 {
	width:417px;
}

.container_14 .grid_7 {
	width:489px;
}

.container_14 .grid_8 {
	width:561px;
}

.container_14 .grid_9 {
	width:633px;
	*z-index:1;
}

.container_14 .grid_10 {
	width:705px;
}

.container_14 .grid_11 {
	width:777px;
}

.container_14 .grid_12 {
	width:849px;
}

.container_14 .grid_13 {
	width:921px;
}

.container_14 .grid_14 {
	width:993px;
}



/* Prefix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/

.container_14 .prefix_1 {
	padding-left:72px;
}

.container_14 .prefix_2 {
	padding-left:144px;
}

.container_14 .prefix_3 {
	padding-left:216px;
}

.container_14 .prefix_4 {
	padding-left:288px;
}

.container_14 .prefix_5 {
	padding-left:360px;
}

.container_14 .prefix_6 {
	padding-left:432px;
}

.container_14 .prefix_7 {
	padding-left:504px;
}

.container_14 .prefix_8 {
	padding-left:576px;
}

.container_14 .prefix_9 {
	padding-left:648px;
}

.container_14 .prefix_10 {
	padding-left:720px;
}

.container_14 .prefix_11 {
	padding-left:792px;
}

.container_14 .prefix_12 {
	padding-left:864px;
}

.container_14 .prefix_13 {
	padding-left:936px;
}



/* Suffix Extra Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/

.container_14 .suffix_1 {
	padding-right:72px;
}

.container_14 .suffix_2 {
	padding-right:144px;
}

.container_14 .suffix_3 {
	padding-right:216px;
}

.container_14 .suffix_4 {
	padding-right:288px;
}

.container_14 .suffix_5 {
	padding-right:360px;
}

.container_14 .suffix_6 {
	padding-right:432px;
}

.container_14 .suffix_7 {
	padding-right:504px;
}

.container_14 .suffix_8 {
	padding-right:576px;
}

.container_14 .suffix_9 {
	padding-right:648px;
}

.container_14 .suffix_10 {
	padding-right:720px;
}

.container_14 .suffix_11 {
	padding-right:792px;
}

.container_14 .suffix_12 {
	padding-right:864px;
}

.container_14 .suffix_13 {
	padding-right:936px;
}



/* Push Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/

.container_14 .push_1 {
	left:72px;
}

.container_14 .push_2 {
	left:144px;
}

.container_14 .push_3 {
	left:216px;
}

.container_14 .push_4 {
	left:288px;
}

.container_14 .push_5 {
	left:360px;
}

.container_14 .push_6 {
	left:432px;
}

.container_14 .push_7 {
	left:504px;
}

.container_14 .push_8 {
	left:576px;
}

.container_14 .push_9 {
	left:648px;
}

.container_14 .push_10 {
	left:720px;
}

.container_14 .push_11 {
	left:792px;
}

.container_14 .push_12 {
	left:864px;
}

.container_14 .push_13 {
	left:936px;
}



/* Pull Space >> 14 Columns
----------------------------------------------------------------------------------------------------*/

.container_14 .pull_1 {
	left:-72px;
}

.container_14 .pull_2 {
	left:-144px;
}

.container_14 .pull_3 {
	left:-216px;
}

.container_14 .pull_4 {
	left:-288px;
}

.container_14 .pull_5 {
	left:-360px;
}

.container_14 .pull_6 {
	left:-432px;
}

.container_14 .pull_7 {
	left:-504px;
}

.container_14 .pull_8 {
	left:-576px;
}

.container_14 .pull_9 {
	left:-648px;
}

.container_14 .pull_10 {
	left:-720px;
}

.container_14 .pull_11 {
	left:-792px;
}

.container_14 .pull_12 {
	left:-864px;
}

.container_14 .pull_13 {
	left:-936px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End of Grid CSS */

/* Hack on the Grid to accomodate other stuff */
.container_14 {
	width:993px;
	overflow:hidden;
}


 /* GLOBAL SETTINGS */
 a,
   a:link,
   a:active,
   a:visited {
   color:#020000;
   text-decoration: none;
   outline:none;
   font-family: "Trebuchet MS", sans-serif;
   font-size:11px; 
   }
   
   .articles .description a{
   	color:#7A7A7A;
	text-decoration:underline;
   }
   .articles .description .readmorelink{
   		color:#000000;
		text-decoration:none;
		font-weight:bold;
   }
   .videos li .txt .title h4 a{
   	color:#B3001C;
	font-size:15px;
	font-weight:bold;
   }
   #video_thumbnail-340502.video_thumbnail .author a{
   	color:#B3001C;
   }
   #video_thumbnail-340502.video_thumbnail .videos li{
   	
    margin-right:52px;
   }
   a:hover, a:focus {}
   .grid_5 a:hover{
   color:#fff;
   }
   .photo_viewer .body .photo .author a{
   	color:#B3001C;
	font-size:12px;
   }
   .photo_viewer .body .txt .author a{
   	font-size:11px;
   }
   p {
   margin-bottom: 10px;
   line-height:18px;
   }
   .module .content .body p:first-child {padding-top:10px}
   .blog_listing .module .content .body p:first-child{
   	padding-top:2px;
   }
   body {
   background:#fff url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_otherpage_wrapper.jpg) no-repeat top center;
   color:#7A7A7A;
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   text-align:center;
   line-height:1.16em
   }
   body#shinedown_nation{
   	background:#000000 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_overallwrapper_FC.jpg) no-repeat scroll center top;
   }
      body#group_detail_3231{
   	background:#000000 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_overallwrapper_FC.jpg) no-repeat scroll center top;
   }
   .module .content .body .articles .description p{
   	
   }
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
   font-weight:normal
   }
   h1 {
   font-size:28px;
   font-weight:bold;
   
   margin-bottom:15px;
   }
   h2 {
   font-size:18px
   }
   h3 {
   font-size:16px
   }
   h4 {
   font-size:14px
   }
   h5 {
   font-size:12px
   }
   h6 {
   font-size:10px
   }
   /*SKIN SETTINGS */
   #wrapper {
   width:993px;
   margin:0 auto;
   text-align: left;
   position:relative;
	z-index:1;
   
   }
   #html-336227.html #bioBandHistory {
   	color:#000;
   }
   #bio.msie7 #centerWrapper.grid_9{
   	margin-top:5px;
   }
   #container {
   overflow:hidden;
   margin:20px 0px;
   }
   #container.container_14{
   	margin-bottom:0;
	margin-top:10px;
   }
   
   #shinedown_nation #container.container_14{
   	margin-bottom:20px;
   }
   
   #group_detail_3231 #container.container_14{
   	margin-bottom:20px;
   }

   #shinedown_nation #container_2.container_14{
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_container14_3.png") repeat-y scroll 0 0px transparent;
	*margin-top:8px;
	}
	
	
	#group_detail_3231 #container_2.container_14{
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_container14_3.png") repeat-y scroll 0 0px transparent;
	*margin-top:8px;
	}
	
	
	
 #header {
 	
 	position: relative;
 	z-index: 2;
 }
   #header .header_img img {
   visibility:hidden
   }
   #banner .module {
   margin: 0 10px
   }
   /*
   MODULE-LEVEL VISUAL
   */
  #html-659778.html {
display:none;
}
#video_thumbnail-327534 .module{
	margin-bottom:0px;
}
#member_listing-366839 .module{
	margin:0 0 0;
}
   .module {

   margin:0 0 10px 0;

   width:100%;
   padding:0px 0 0 0;
   }
   #html-741410.html .module{
   	display:none;
   }
   #html-683928.html{
   	display:none;
   }
   .grid_3 .module{   
   }
   #video_thumbnail-327534 .module .content{
   	padding-bottom:0px;
   }
   #member_listing-366839 .module .content{
   	background:#000000 none repeat scroll 0 0;
   }
   
   #discussion_listing-340654 .module .content,#photo_thumbnail-340501 .module .content,
   #video_thumbnail-340502 .module .content{
   	border:1px solid #E8E8E8;
	padding-bottom:0px;
   }
   .module .content {padding:0 0 4px 0;}
   .grid_3 html-327531 .module .content .head {
   	*padding-bottom:0px;
   }
   .module .content .head {
   padding:0 0px 0 0px;
 }

.grid_5 .module .content .head {
   padding:0 0 0 2px;
   border-bottom:3px solid #4A4A4A;
	border-top:3px solid #4A4A4A;
	margin-left:3px;
 }


 .module .content .head h3 {
   text-transform:uppercase;
 	padding: 0px 0 0 10px;
 	display:none;
    
	 color: #212121;
	 
   }
   #member_listing-340499 .module .content .head{
   	*padding-bottom:5px;
   }
   #html-336227 .module .content .head{
   	*padding-bottom:0px;
   }
   .module .content .head{
   	border-bottom:4px solid #EEEEEE;
border-top:4px solid #EEEEEE;
   }

   .module .content .head h3 .note {
   margin:5px 0 0;
   font-size:11px;
   font-weight:normal;
   text-transform: none;
   float:right
   }
    .grid_5 .module .content .head h3{
 	 color: #ffffff;	
	 padding-left:7px;
	 
 }
 
 	.blog_entry .module .content .head .title{
 		overflow:visible;
 	}
	
  .grid_3 .module .content .head .title h3{
 	padding-left:7px;
 }
   .module .content .head .title {
   overflow:hidden;
   width:100%
   }
  .module .content .head .title h3 {}
   .module .content .head .title .nav_meta {
   float:none;
   width:auto;
  
   }
   .module .content .head .title .nav_meta ul{
   	 padding:6px 0;
   }
   .module .content .head .nav_meta {
   float:right
   }
  .module .content .head .nav_meta ul li {
  margin:0
  }
  .module .content .head .nav_meta ul li{
  	float:left;
  }
  .grid_3 .categories .module .content .body{
  	padding:0 0 10px;
  }
   #list_album-383749 .module .content .head{
   	*padding-top:3px;
	*padding-bottom:10px;
   }
  #list_album-383749 .module .content .body{
  	padding:24px 28px 0;
	margin-left:31px;
  }
  #list_album-391520 .module .content .body{
  	padding:15px 14px 0 39px;
  }
  #blog_entry-294508.blog_entry .module .content .body {
  	padding:14px 12px 10px;
  }
  #discussion_listing-340654 .module .content .body{
  	padding-bottom:1px;
  }
  #video_thumbnail-340502.video_thumbnail .module .content .body{
  	padding:0 52px 10px;
	*padding:0 45px 10px;
  }
   .module .content .body {
   padding: 0 12px 10px 12px;
  overflow:visible;
  }

	.comments .module .content .body{
		padding: 0 0px 0px 0px;
		
		
	}
	
	#blog_listing-327529.blog_listing .module .content .body{
		padding-top:30px;
	}
 .rss_in .module .content .body {padding-top: 8px;}
 
 	.categories .module .content .body ul{
 		padding-top:0px;
 	}
	#categories-294520 .module .content{
		padding-bottom:0px;
	}
	#categories-294520 .module{
		margin-bottom:0px;
	}
	.photo_thumbnail .module .content .body ul{
		padding-top:0px;
	}
	.photo_thumnail .module .content .body ul{
		padding-top:0px;
	}
   .module .content .body ul {
   overflow: hidden;
   padding-top: 9px;
   }
  
   .module .content .body ul.articles{
   	padding-top:0px;
   }
   #list_album-407371.list_album .module .content .body .albums{
   	padding-top:21px;
   }
  .blog_listing .module .content .body .category ul {
  	display:inline;
	color:#6D6D6D;
	font-weight:bold;
	float:right;
	margin-top:0;
  	}
	.blog_entry .module .content .body .category ul{
		color:#6D6D6D;
		font-weight:bold;
	}
	.blog_listing .articles li .description p{
		margin-bottom:2px;
	}
	.blog_listing .module .content .body .category ul li a{
		color:#B3001C;
font-weight:normal;
text-transform:uppercase;
font-size:12px;
	}
	
  .song_playlist .module .content .body ul,
  .video_player .module .content .body ul,
  .photo_viewer .module .content .body ul,
  .video_thumbnail .module .content .body ul {padding-top:0}
   .module .content .foot {
  overflow:hidden;
  padding:0 2px;
 	position: relative;
 }
 .innercontainer{
 	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_container14_fauxcolumn.png) repeat-y scroll 0 0;
 }
 
 #member_listing-340499 .module .content .foot .nav_meta ul li.more a{
 	margin-top:4px;
	margin-right:5px;
 }
	.module .content .foot .nav_meta ul li.more a{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png) no-repeat scroll 15px -2px;
		*background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png) no-repeat scroll 6px -2px;
		*display:block;
	color:white;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	padding:0 12px 0 0;
	font-size:12px;
	text-indent:-99999px;
	width:77px;
	height:13px;
	
	}
	.viewmoremusic{
		color:white;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
		height:13px;
		display:block;
		text-transform:uppercase;
		cursor:pointer;
	}
	.viewmoremusic a{
		width:105px;
	}
	#blog_entry-294508.blog_entry .module .content .foot{
		margin-left:4px;
		
	}
	.module .content .foot .nav_meta ul li.more a:hover{
		background-position:15px -29px;
		*background-position:6px -29px;
	}
	 .module .content .foot .nav_meta{
		background:#000;
	}
	.module .content .foot{
		background:#000;
		
	}
	#photo_thumbnail-340501.photo_thumbnail .module .content .foot{
		
	}
   .module .content .foot * {
   line-height:1.16em
   }
   .module .content .foot .nav_meta {
   overflow:hidden;
   
   float:left;
   padding-top:2px;
   
   }
   #ad-366837 .ad.leaderboard .body{
   	padding-left:270px;
	*padding-left:272px;
   }
   .grid_3 #categories-294516 .module .content .foot{
   	
   }
   .video_thumbnail .module .content .foot .nav_meta{
   	float:right;
   }
   .grid_5 .module .content .foot{
   	margin-left:3px;
	padding-right:5px;
   }
   #shinedown_nation .grid_5 .module .content .foot{
   	margin-left:0px;
   }
   
   #group_detail_3231 .grid_5 .module .content .foot{
   	margin-left:0px;
   }
      #shinedown_nation .grid_5 .module .content .head{
      	padding:0px;
   	margin-left:3px;
	border-top:5px solid #4a4a4a;
	border-bottom:5px solid #4a4a4a;
	margin-right:1px;
   }
   
      #group_detail_3231 .grid_5 .module .content .head{
      	padding:0px;
   	margin-left:3px;
	border-top:5px solid #4a4a4a;
	border-bottom:5px solid #4a4a4a;
	margin-right:1px;
   }
   .member_listing .module .content .foot .nav_meta {
   	padding-top:0px;
	padding-bottom:0px;
   }
   .module .content .foot .nav_meta ul li {
   margin:0 0 0 10px
   }
   #discussion_listing-340654 .module .content .foot .nav_meta ul .more {
   margin:0 10px 0 10px
   }
   #discussion_listing-340654 .module .content .foot .nav_meta .new{
   		float:left;
   }
   #comments-294523.comments .module .content .foot{
   	margin-bottom:23px;
	margin-left:4px;
   }
   #leftWrapper{
   	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/grid9_module.png) repeat scroll 0 0;
   }
   #shinedown_nation #leftWrapper{
   	background : transparent;
   }
   
   #group_detail_3231 #leftWrapper{
   	background : transparent;
   }
   
   #member_listing-366839 .module .content .head{
   	background:#000000 none repeat scroll 0 0;
	border-bottom:4px solid #2C2C2C;
border-top:4px solid #2C2C2C;
   }
   
      .grid_6 .module .content .head,.grid_9 .module .content .head,.grid_3 .module .content .head{
      	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/grid9_module_head.png) repeat scroll 0 0;
      }
   .module .content .foot .nav_meta ul li:first-child {margin:0}
   
    .module .content .foot .nav_meta ul li.more {margin-left:0;
	padding-bottom:3px;}
   .page_title .module .content .head {
   background:#fff;
   color:#222;
   text-transform:capitalize
   }
   /*
   AD MODULE
   */
   .ad {
   margin-bottom:	10px;
   text-align:center;
 	z-index: 1;
 	position: relative;
   }
   .ad .ad {margin-bottom:0}
   .ad .head {
  	background-color:#FFF;
   }
   .ad .body {
   }
   .ad.leaderboard .body {
   width:728px;
   height:90px
   }
   .ad.skyscraper .body {
   width:160px;
   height:600px
   }
   .ad.small .body {
   width:180px;
   height:160px
   }
   .ad.medium .body {
   width:300px;
   height:250px;
   /*border-right: 1px solid #C6C6C6;
   border-left: 1px solid #C6C6C6;*/
   }
   .ad .head h3,
   .ad .head .foot,
   .ad .foot h3 {
   font-size:10px;
   font-weight:normal;
   color:#666;
   text-align:left
   }
   .ad .foot {background-color:#FFF;}
   
  #nav_global #nav_admin {
  	position:relative;	
  	left:-21px;
  }
 #nav_global{
 	background:none !important;
 }
  #nav_global li#eos_login_status_message {color:#3F3F3F  !important;}
  #group_detail_3231 #nav_global li#eos_login_status_message {color:#3F3F3F  !important;}
  
  #become_a_shinedownnation_member #nav_global li#eos_login_status_message{
  	color:#fff !important;
  }
  #nav_global li.hello ul li {
 		padding: 0 !important;
  	width:108px !important;
	color:#3F3F3F !important;
  	border:none !important;
  	}
	
	#become_a_shinedownnation_member #nav_global li.hello ul li {
		color:#fff!important
	}
	#group_detail_3231 #nav_global li.hello ul li {
		color:#fff!important
	}
	#nav_member ul li.hello a{
		color:#3F3F3F !important;
	}
	#become_a_shinedownnation_member #nav_global li.hello ul li {
		color:#fff!important
	}

	#become_a_shinedownnation_member #nav_member ul li.hello a{
		color:#FFF !important;
	}
	#become_a_shinedownnation_member #nav_member ul li.hello ul li a{
		color:#b3001c !important;
	}
	#group_detail_3231 #nav_global li.hello ul li {
		color:#fff!important
	}

	#group_detail_3231 #nav_member ul li.hello a{
		color:#FFF !important;
	}
	
	#group_detail_3231 #nav_member ul li.hello ul li a{
		color:#b3001c !important;
	}

	
	#nav_member ul li a{
		color:#3F3F3F !important;
	}
	
	#become_a_shinedownnation_member	#nav_member ul li a{
		color:#FFF !important;
	}
	#nav_member ul li.hello{
		color:#3F3F3F !important;
	}
	#become_a_shinedownnation_member #nav_member ul li.hello{
		color:#FFF !important;
	}
	#group_detail_3231	#nav_member ul li a{
		color:#FFF !important;
	}
	#group_detail_3231 #nav_member ul li.hello{
		color:#FFF !important;
	}
	#nav_member ul li{
		color:#3F3F3F !important;
		text-transform:uppercase;
		font-size:11px;
	}
	#become_a_shinedownnation_member #nav_member ul li{
		color:#fff !important;
	}
	#group_detail_3231 #nav_member ul li{
		color:#fff !important;
	}
	
	#nav_member ul li.hello ul li{
	background:#fff !important;	
	}
	#nav_member ul li a{
		color:#3F3F3F !important;
		text-transform:uppercase;
	}
	
		#become_a_shinedownnation_member #nav_member ul li a{
		color:#FFF !important;
		text-transform:uppercase;
	}
	#nav_user ul li a{
		color:#3F3F3F !important;
		text-transform:uppercase;
	}
	
	#become_a_shinedownnation_member #nav_user ul li a{
		color:#ffffff !important;
		text-transform:uppercase;
	}
	#nav_global li.hello ul li:hover{
		color: #fff !important;
 	background-color:#555 !important;
	}
	#nav_global li.hello ul li{
	border-bottom:1px solid #999999 !important
	}
  #nav_global li.hello ul li a {
  	line-height:22px;
  	padding:0 2px !important;
	padding: 0 6px !important;
  	display:block !important;
	text-transform:uppercase !important;
  	width:99px;
	font-size:11px !important;
  	background-color: #fff !important;  	
  	color:#b3001c !important;
  	font-family: Arial, Helvetica, sans-serif;  	
  	text-transform: capitalize;
  	}
	#nav_global li.hello ul li:hover{
		background-color:#555 !important;
		color: #fff !important;
	}
   #nav_global li.hello ul li a:hover, #nav_global li.hello ul li a:focus {  
 		background-color:#555 !important;
		color: #fff !important;
 		}
   /* 
   CHANNEL-LEVEL NAVIGATION
   */
  .nav_main {margin: 0;}
   .nav_main div {
   	
	height:27px;
	}
	.msie8 .nav_main div {
		height:auto;
	}
   .nav_main ul {
 /*previously 1002px */
background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_nav_sprite.png) no-repeat top left;
   position:relative;
height:19px;  
  width:944px;
 }
 #shinedown_nation .nav_main ul{
 	background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_nav_sprite_sn.png) no-repeat top left;
 }
 
  #group_detail_3231 .nav_main ul{
 	background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_nav_sprite_sn.png) no-repeat top left;
 }
 
#home  .nav_main ul {
  	background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_nav_sprite_home.png) no-repeat top left;
	 width:836px;
  }
 .nav_main ul li a:hover,.nav_main ul li.active a{
background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_nav_sprite.png) no-repeat top left; 	
 }
#home  .nav_main ul li a:hover,#home  .nav_main ul li.active a{
background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_nav_sprite_home.png) no-repeat top left; 	
 }
 #home .nav_main ul{
margin-left:157px;

 }
 .nav_main ul li.nav-custom a{
 	width:70px;
 }
	.nav_main ul li.nav-home a{width:43px;}
	.nav_main ul li.nav-store a{width:59px;margin-left:2px;}
	.nav_main ul li.nav-blog a{margin-left:2px;width:78px;}
    .nav_main ul li.nav-event  a{margin-left:4px;width:84px;}
	.nav_main ul li.nav-custom.nav-music a{margin-left:2px;width:58px;}
	.nav_main ul li.nav-video  a{margin-left:2px;width:70px;}
	.nav_main ul li.nav-photo a{margin-left:2px;width:71px;}
	.nav_main ul li.nav-community_landing a{margin-left:2px;width:103px;}	
	.nav_main ul li.nav-bio a{margin-left:2px;width:38px;}
	.nav_main ul li.nav-fanclub a{margin-left:2px;width:160px;}
	
		
	.nav_main ul li.nav-home a:hover{background-position: 0px -30px}
	.nav_main ul li.nav-store a:hover{background-position: -51px -30px}
 	.nav_main ul li.nav-blog a:hover{background-position: -118px -30px} 
   	.nav_main ul li.nav-event  a:hover{background-position: -205px -31px}
   	.nav_main ul li.nav-custom.nav-music a:hover{background-position: -298px -30px}
	.nav_main ul li.nav-video  a:hover{background-position: -364px -30px}
	.nav_main ul li.nav-photo a:hover{background-position: -442px -30px}
	.nav_main ul li.nav-bio a:hover{background-position: -632px -30px}
	.nav_main ul li.nav-community_landing a:hover{background-position: -521px -30px} 
	.nav_main ul li.nav-fanclub a:hover{background-position: -678px -30px}
	

	.nav_main ul li.nav-home.active a{background-position: 0px -30px}
	.nav_main ul li.nav-store.active a{background-position: -50px -30px}
 	.nav_main ul li.nav-blog.active a{background-position: -118px -30px} 
    .nav_main ul li.nav-event.active a{background-position: -206px -31px}
   	.nav_main ul li.nav-custom.nav-music.active a{background-position: -298px -30px}
	.nav_main ul li.nav-video.active  a{background-position: -364px -30px}
	.nav_main ul li.nav-photo.active a{background-position: -442px -30px}
	.nav_main ul li.nav-bio.active a{background-position: -632px -30px}
	.nav_main ul li.nav-community_landing.active a{background-position: -521px -30px} 
	.nav_main ul li.nav-fanclub.active a{background-position: -678px -30px}
	
		
	#home .nav_main ul li.nav-home a{width:38px;}
	#home .nav_main ul li.nav-store a{width:52px;margin-left:2px;}
	#home .nav_main ul li.nav-blog a{width:70px;margin-left:2px;}
	#home .nav_main ul li.nav-event  a{width:77px;margin-left:2px;}
	#home .nav_main ul li.nav-custom.nav-music a{width:50px;margin-left:2px;}
	#home .nav_main ul li.nav-video  a{width:63px;margin-left:3px;}
	#home .nav_main ul li.nav-photo a{width:60px;margin-left:4px;}
	#home .nav_main ul li.nav-community_landing a{width:91px;margin-left:3px;}	
	#home .nav_main ul li.nav-bio a{margin-left:4px;width:33px;}
	#home .nav_main ul li.nav-fanclub a{width:145px;margin-left:2px;}
   
    #home   .nav_main ul li.nav-home a:hover{background-position: 0px -24px}
	#home	.nav_main ul li.nav-store a:hover{background-position:-46px -24px}
	#home 	.nav_main ul li.nav-blog a:hover{background-position: -106px -24px} 
	#home   .nav_main ul li.nav-event  a:hover{background-position: -184px -24px}
   	#home   .nav_main ul li.nav-custom.nav-music a:hover{background-position: -269px -24px}
	#home	.nav_main ul li.nav-video  a:hover{background-position: -328px -24px}
	#home	.nav_main ul li.nav-photo a:hover{background-position: -401px -24px}
	#home	.nav_main ul li.nav-bio a:hover{background-position:-571px  -24px}
	#home	.nav_main ul li.nav-community_landing a:hover{background-position: -470px -24px} 
	#home	.nav_main ul li.nav-fanclub a:hover{background-position: -612px -24px}
   
	#home   .nav_main ul li.nav-home.active a{background-position: 0px -24px}
	#home	.nav_main ul li.nav-store.active a{background-position:-46px -24px}
	#home 	.nav_main ul li.nav-blog.active a{background-position: -106px -24px} 
	#home   .nav_main ul li.nav-event .active a{background-position: -184px -24px}
	#home   .nav_main ul li.nav-custom.nav-music.active a{background-position: -269px -24px}
	#home	.nav_main ul li.nav-video.active  a{background-position: -328px -24px}
	#home	.nav_main ul li.nav-photo.active a{background-position:  -401px -24px}
	#home	.nav_main ul li.nav-bio.active a{background-position:-571px  -24px}
	#home	.nav_main ul li.nav-community_landing.active a{background-position: -470px -24px} 
	#home	.nav_main ul li.nav-fanclub.active a{background-position: -612px -24px}
   
	#home	.nav_main ul li.nav-store a.flag:hover{background-position:9px 50% !important;}
	
	#shinedown_nation .nav_main ul li.nav-event  a:hover{background-position: -203px -31px}
	
	#group_detail_3231 .nav_main ul li.nav-event.active a{background-position: -204px -31px}
	
	#group_detail_3231 .nav_main ul li.nav-event  a:hover{background-position: -204px -31px}
	
	
	.nav_main ul li.upload a:hover,.nav_main ul li.upload.active a	{
		background-position:-849px -24px;
	}
	
 
 .nav_main ul li {/*
 	display:inline;*/
 	float: left;
   height:27px;   
   position:relative;
   }
   .nav_main ul li.search {
   float:right
   }
   .nav_main ul li.upload {
   position:absolute;
  right: 0;
   top:-6px;
   margin:0 53px 0 0;
   height:22px;  
   padding: 0 0px;
 	float: none;
   }
   

   
   .nav_main ul li a,
   .nav_main ul li a:link,
   .nav_main ul li a:visited {
   color:#FFF;
   display:block;
   padding: 0 3px;
   text-indent:-9999px;
   text-decoration: none;
   line-height:20px;
   text-transform:capitalize;
   
   font-weight:bold;
   }
   .nav_main ul li a:hover, .nav_main ul li a:focus {color:#00abec; text-decoration:underline;}
   .nav_main ul li.active a, .nav_main ul li.active li.active a {color:#00abec; }
   .nav_main ul li.active  li a { }
   .nav_main ul li.upload a {
   
   font-weight:bold;
   font-family: Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   font-size: 14px;
   color: #020000;
   padding:0 0 0 15px;
   height:22px;
   width:76px;
   }
   .nav_main ul li.upload {
   	margin-right:4px;
   	
   }
   #home .nav_main ul li.upload {
   	margin-right:0px;
   	
   }
   
      #shinedown_nation .nav_main ul li.upload{
   	height:23px;
   }
   
      #group_detail_3231 .nav_main ul li.upload{
   	height:23px;
   }
   
      #home .nav_main ul li.upload a{
   width:57px;
   }
   
    #shinedown_nation .nav_main ul li.upload a{
    	height:23px;
    }
	#group_detail_3231 .nav_main ul li.upload a{
    	height:23px;
    }
	
   #home .nav_main ul li.upload a:hover,#home .nav_main ul li.upload.active a{
   background-position:-764px -18px;
   }
  .nav_main ul li.upload a:hover, .nav_main ul li.upload a:focus {text-decoration:underline}
  .nav_main ul ul {
      background: none;
     top: 20px !important;
      padding-top: 7px;
  }
  #headerWrapper.container_14{
  	overflow:visible;
  }

 .nav_main li li {float: none;}
 /*flyout menus for top nav */
 .nav_main ul.flyoutMenu li {
	background:none repeat scroll 0 0 #FFFFFF;
	display:block;
	height:auto;
	border-top:1px solid #b9b9b9;
	width:141px;
 	}
 .nav_main ul.flyoutMenu li a,#home .nav_main ul.flyoutMenu li a {
 	background-color:#FFFFFF;
	background-image:none;
	color:#B3001C;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	padding:0 5px;
	text-indent:0;
	text-transform:uppercase;
	width:auto;
	margin-left:0px;
 	}
	.nav_main ul li.active li.active a{
		background-color:#3F3F3F;
color:#FFFFFF;
border:none;
background-image:none;
	} 
	.nav_main ul li.active li.active {
		background-color:#3F3F3F;
		background-image:none;
	}
	.nav_main ul.flyoutMenu li:hover{
		color: #fff;
 	background-color:#555;
	}
	 .nav_main ul.flyoutMenu li a:hover,#home .nav_main ul.flyoutMenu li a:hover{
	 	background-image:none;
		text-decoration:none;
		color: #fff;
 	background-color:#555;
	 }
 .nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
 .nav_main ul.flyoutMenu  #ringtonesNav a,#home .nav_main ul.flyoutMenu  #ringtonesNav a{
 	padding-left:33px;
	width:auto;
 }
 .nav_main ul.flyoutMenu li a.us, .nav_main ul.flyoutMenu li a.us:hover,#home .nav_main ul.flyoutMenu li a.us:hover {background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_us.gif) !important;
 padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;}
 .nav_main ul.flyoutMenu li a.uk,.nav_main ul.flyoutMenu li a.uk:hover,#home .nav_main ul.flyoutMenu li a.uk:hover {background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_uk.gif) !important;
 padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;}
  .nav_main ul.flyoutMenu li.japan {
		background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Japan_flag16x11.png) !important;
	}
 .nav_main ul.flyoutMenu li.germany {
		background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Germany_flag16x11.png) !important;
}
 .nav_main ul.flyoutMenu li.spain {
		background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Spain_flag_16x11.png) !important;
}
 .nav_main ul.flyoutMenu li.uk{
 		background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_uk.gif) !important;
 }
  
  
 .nav_main ul.flyoutMenu,#home .nav_main ul.flyoutMenu {
 	display:block;
 	position:absolute;
   left:0;
   top:22px;
 	width: 174px;
 	z-index:1000;
	margin-left:0;
width:150px;
background-image:none;	
 }
 
 .nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
 .nav_main ul.flyoutMenu li a.us {background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_us.gif) !important;}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_uk.gif) !important;}
 .nav_main ul.flyoutMenu li a.spain{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Spain_flag_16x11.png) !important;}
 .nav_main ul.flyoutMenu li a.japan{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Japan_flag16x11.png) !important;}
 .nav_main ul.flyoutMenu li a.germany{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Germany_flag16x11.png) !important;}
 .nav_main ul.flyoutMenu li a.au{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/au.gif) !important; }
  .nav_main ul.flyoutMenu li a.at{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/at.gif) !important; }
  .nav_main ul.flyoutMenu li a.be{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/be.gif) !important; }
  .nav_main ul.flyoutMenu li a.ca{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/ca.gif) !important; }
  .nav_main ul.flyoutMenu li a.dk{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/dk.gif) !important; }
  .nav_main ul.flyoutMenu li a.fi{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/fi.gif) !important; }
  .nav_main ul.flyoutMenu li a.fr{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/fr.gif) !important; }
  .nav_main ul.flyoutMenu li a.de{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/de.gif) !important; }
  .nav_main ul.flyoutMenu li a.gr{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/gr.gif) !important; }
  .nav_main ul.flyoutMenu li a.ie{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/ie.gif) !important; }
  .nav_main ul.flyoutMenu li a.it{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/it.gif) !important; }
  .nav_main ul.flyoutMenu li a.mx{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/mx.gif) !important; }
  .nav_main ul.flyoutMenu li a.nl{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/nl.gif) !important; }
  .nav_main ul.flyoutMenu li a.no{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/no.gif) !important; }
  .nav_main ul.flyoutMenu li a.nz{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/nz.gif) !important; }
  .nav_main ul.flyoutMenu li a.pt{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/pt.gif) !important; }
  .nav_main ul.flyoutMenu li a.es{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/es.gif) !important; }
  .nav_main ul.flyoutMenu li a.se{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/se.gif) !important; }
  .nav_main ul.flyoutMenu li a.ch{background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flags/ch.gif) !important; }
  /* 
  MODULE-LEVEL NAVIGATION
  */
  .nav_meta {
  border: solid #C6C6C6;
  border-width: 0 1px;
  /*background-color:#FFF;*/
  }
  .song_playlist .nav_meta {padding:0 12px;}
  .foot .nav_meta, .head .nav_meta {border:0}
 #home .rss_in .nav_meta,
 #home .feature .nav_meta,
 #home .site_activity .nav_meta,
 #home .member_listing .nav_meta
 	{background: none;}
   .nav_meta ul {
   overflow:hidden;
   height:1%
   }
   .nav_meta ul li {
   float:right;
   line-height:16px;
   font-size:11px
   }
   
   .categories .nav_meta ul li{
   	float:left;
   }
   
   .discussion_listing .nav_meta ul li,
   .discussion_entry .nav_meta ul li{
   		float:left;
   }
   .discussion_listing .nav_meta ul li.more {float:right;}
    .nav_meta ul li.launchPlayer {
    	float: left;
    }
   .nav_meta ul li.launchPlayer a {
   	text-transform:uppercase;
   	font-weight:bold;
   	padding-right:13px;
   	display:inline;
   	background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/launch_player_link.gif) no-repeat 100% 50%;
   	}
   .nav_meta ul li.prev {
   float:right
   }
   .nav_meta ul li.register {
   float:left
   }
   .edit_profile .module .content .head .nav_meta ul li a{
   	display:inline;
	padding:0px;
	color:#000000;
   }
   #edit_profile #msg.fbpromo a img{
   		margin:10px 0;
   }
   .nav_meta ul li a {
   display:block;
   padding:0 2px 2px;
   color:#FFFFFF;
   }
   
   #blog_listing-294510.blog_listing .title .nav_meta ul li.new a:hover{
   color:#000;
	background:#fff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_blackarrow.png") no-repeat scroll right 2px;
   }
   
   #blog_listing-294510.blog_listing .title .nav_meta ul li.new a {
   	display:block;
	color:#ffffff;
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") no-repeat scroll right 2px;
	padding-right:13px;
   }
   .blog_entry .title .nav_meta ul li.more a{
   		display:block;
	color:#ffffff;
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") no-repeat scroll right 2px;
	padding-right:13px;
   }
   .blog_entry .title .nav_meta ul li.more a:hover{
   	color:#000;
	background:#fff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_blackarrow.png") no-repeat scroll right 2px;
   }
   .blog_listing .title .nav_meta ul li.new a{
   	display:none;
   }
   #blog_listing-327529.blog_listing .title .nav_meta ul li.more a{
   	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png) no-repeat scroll 0 10px;
	height:31px;
	text-indent:-99999px;
	width:77px;
   }
   #blog_listing-327529.blog_listing .title .nav_meta ul li.more a:hover{
   	background-position:0 -17px;
	
   }
   /* 
   IN-MODULE-CONTENT-LEVEL NAVIGATION:
   tabs, content-flipping clickable elements
   */
   .nav_switch {
   overflow: hidden;
   position:relative;
   height:20px
   }
   .nav_switch ul.ui-tabs-nav {
   width: 75px;
   margin:0 auto;
   }
   .nav_switch ul li {
   margin: 0 0 0 6px;
   float: left;
   }
   .nav_switch ul li a {
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_feature.gif) no-repeat top left;
   display: block;
   height: 9px;
   text-indent: -9999px;
   width: 9px;
   }
   .nav_switch ul li a:hover {
   background-image: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_feature_current.gif);
   }
  .nav_switch ul li a:focus {outline: none;}
   .nav_switch ul li.ui-tabs-selected a {
   background-image: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_feature_current.gif);
   }
   .tools ul li.admin.delete {
   	font-size:13px !important; 
	/*
	line-height:16px !important;
	*/
	padding:0px;
	}
   /*
    
   IN-MODULE-CONTENT-LEVEL OR PAGE-LEVEL NAVIGATION:
   all pagination belong to us
   */
   .nav_page {
  
   }
   .nav_page ul {
   overflow:hidden;
   width:100%;
   padding:2px 0;
   float:right;
   }
   .nav_page ul li.frst,
   .nav_page ul li.last,
   .nav_page ul li.location {
   display:none
   }
   .nav_page ul li.prev {
   float:right;
   text-align:left;
   margin: 0 3px 0 0;
   }
   .nav_page ul li.prev a {
   background:none;
   padding:0 2px;
   border:1px solid #09C;
   }
    .nav_page ul li.prev span, .nav_page ul li.next span {
    color:#969696;
    font-family:"Courier New";
	font-size:12px;
	font-weight:bold;
    padding:0 9px;
	text-transform:uppercase;
    }
	 
	#audio_player-294505.audio_player .tools ul li.admin.delete {
		padding:0px;
	}
   .nav_page ul li.next {
   float:right;
   margin:0 0 0 3px
   }
   .nav_page ul li.page {
   float:right
   }
   .nav_page ul li a {
   text-decoration: none
   }
   .photo_viewer .nav_page ul li.next a{
   	color:#000;
	font-weight:bold;
   }
   .photo_viewer .nav_page ul li.prev a{
   	color:#000;
	font-weight:bold;
   }
   .nav_page ul li.next a {
   background:none;
   color:#FFFFFF;
	font-family:"Courier New";
	font-size:12px;
	font-weight:bold;
	padding:0 9px;
	text-transform:uppercase;
   
   }
    .nav_page ul li.next a:hover,.nav_page ul li.prev a:hover{
    	background:#ffffff;
		color:#000;
    }
   .nav_page ul li.prev a{
   	background:none;
    color:#FFFFFF;
	font-family:"Courier New";
	font-size:12px;
	font-weight:bold;
	padding:0 9px;
	text-transform:uppercase;
	border:none;
   }
   /*
   .nav_page ul li.next a:hover{
   	background:#fff;
	color:#000;
   }
    .nav_page ul li.prev a:hover{
    background:#fff;
	color:#000;
    }
   */
   .nav_page ul li.page a {
   color:#FFFFFF;
	font-family:"Courier New";
	font-size:12px;
	
	margin:0;
	padding:0 3px;
   
   }
   
   .nav_page ul li.page a:hover{
   	 background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
   	
   }
   .nav_page ul li.page a.active {
   background:#FFFFFF none repeat scroll 0 0;
	border:medium none;
	color:#000000;
	font-size:12px;
	
	font-family:"Courier New", Courier, monospace;
   }
   /* 
   BLOG-PAGE-LEVEL NAVIGATION:
   navigate between previous and next blog posts
   ot: i believe this needs to be looked over again
   */
   .nav_blog {
   padding:10px 0
   }
   .nav_blog ul {
   overflow:hidden;
   height:1%
   }
   .nav_blog ul li {
   line-height:13px
   }
   .nav_blog ul li a {
   display:inline-block;
  font-size:11px
   }
   .nav_blog ul li.next_post {
   float:right;
   line-height:1em;
   width:45%;
   text-align:right;
   margin-right:9px;
   }
   .nav_blog ul li.next_post .label {
   text-align:right;
  display:block;
  color:#fff;
  }
   .nav_blog ul li.next_post a {
  font-size:16px;
  font-weight:normal;
  color:#fff;
  text-align:right;
   }
   .nav_blog ul li.prev_post {
   float:left;
   line-height:1em;
   width:45%;
   color:#FFFFFF;
   margin-left:10px;
   }
   .nav_blog ul li.prev_post .label {
   display:block;
   }
   .nav_blog ul li.prev_post a {
   font-size:16px;
	 font-weight:normal;
	 color:#FFFFFF;
 	 
   }
   
   /* HEADER AND FEATURE MODULES
   ot: need to look over/cleanup/compact
   */
   .header .feature {
   background-repeat: no-repeat
   }
   .header img {
   display: block;
   width: 940px;
   height: 118px
   }
   .header .module {
   margin: 0;
   background:none
   }
   .header .module .content .body {
   position: relative;
   padding: 0;
   overflow: hidden;
   width: 100%
   }
   .header .module .content .head,
   .header .module .content .foot {
   display: none
   }
   .header .module .txt {
   position: absolute;
   width: 33%
   }
   .header .nav_switch {
   position: absolute;
   right: 15px;
   top: 15px;
   z-index: 1
   }
   .header .nav_page {
   float: none;
   position: absolute;
   right: 10px;
   bottom: 0
   }
   .header .module .content .body ul li.feature {
   position: relative;
   height: 320px
   }
   /* @group Nine positions in Header Module */
   
   .header .module .description a {
   color:#fff
   }
   .header .module .pos_top_lt {
   top: 0;
   left: 0
   }
   .header .module .pos_top_lt .description {
   padding:20px 0 0 40px
   }
   .header .module .pos_top_c {
   top: 0;
   left: 33%
   }
   .header .module .pos_top_c .description {
   padding:20px 20px 0
   }
   .header .module .pos_top_rt {
   top: 30px;
   right: 0
   }
   .header .module .pos_top_rt .description {
   padding:20px 40px 0 0
   }
   .header .module .pos_mid_lt {
   top: 40%;
   left: 0
   }
   .header .module .pos_mid_lt .description {
   padding:10px 0 10px 40px
   }
   .header .module .pos_mid_c {
   top: 40%;
   left: 33%
   }
   .header .module .pos_mid_c .description {
   padding:10px 20px
   }
   .header .module .pos_mid_rt {
   top: 40%;
   right: 0
   }
   .header .module .pos_mid_rt .description {
   padding:10px 40px 10px 0
   }
   .header .module .pos_btm_lt {
   bottom: 0;
   left: 0
   }
   .header .module .pos_btm_lt .description {
   padding:10px 40px 10px 0
   }
   .header .module .pos_btm_c {
   bottom: 0;
   left: 33%
   }
   .header .module .pos_btm_c .description {
   padding:0 20px 20px
   }
   .header .module .pos_btm_rt {
   bottom: 0;
   right: 0
   }
   .header .module .pos_btm_rt .description {
   padding:0 0 20px 40px
   }
   .module .feature {
   display: block;
   position: relative
   }
   /* size of the image may break the column */
   .module .feature .img {
   max-width: 395px;
   overflow:hidden;
   border:1px solid #ccc;
   margin-bottom:12px;
   }
   .module .feature .img img {
   display: block;
  
   }
   .module li.f_top div {
   display: inline
   }
   .module li.f_top div.img {
   width: 100%
   }
   .module li.f_rt .img {
   background-position: right
   }
   .module li.f_rt .img img {
   float: right;
   padding-left: 10px
   }
   /* just to test... 2 lines of text in #moduleContainer1 */
   .module li.f_btm {
   padding-top: 15%
   }
   .module li.f_btm .txt {
   position: absolute;
   top: 0
   }
   .module li.f_lt .img img {
  float: left;/*
  padding-right: 12px;*/
   
   }
   .module .feature.ui-tabs-hide {
   display: none
   }
   /* @end */
   /* GLOBAL LINK STYLING */
  
  .activity a.comment,
   .activity span.comment {
   padding:0 0 2px 23px;
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_comment_link.png) no-repeat top left;
   color:#000;
   font-size:12px;
   font-family:helvetica;
   }
   a.comment:hover,
   span.comment:hover{
   color:#7d7d7d;
   background-position:left -23px;
   }
   a.permalink,   
   li.permalink a {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_link_sprite.png) no-repeat 0 2px;
   padding:0 0 0 18px;
   
   font-size:12px;
   }
   a.permalink:hover,li.permalink a:hover{
   	background-position:0 -21px;
	color:#7d7d7d;
   }
   .mac .safari3 a.sharelink, .mac .safari3 li.sharelink a{
   	padding:2px 0 2px 20px;
   }
   .mac .safari4 a.sharelink, .mac .safari4 li.sharelink a{
   	padding:2px 0 2px 20px;
   }
   
   
   a.sharelink,
   li.sharelink a {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_sharelink.png) no-repeat 0 2px;
   padding:0 0 2px 20px;
   font-size:12px;
    color:#000;
   }
    a.sharelink:hover,
   li.sharelink a:hover{
   	 color:#7d7d7d;
	 color:#7d7d7d;
   background-position:0 -21px;
   }
   
   .mac .safari3 li.admin.delete a,.mac .safari3 .tools .delete a {
   	padding:2px 0 0 19px;
	}
	.mac .safari4 li.admin.delete a,.mac .safari4 .tools .delete a {
   	padding:2px 0 0 19px;
	}
	
	.mac .safari3 .member_detail li.admin.delete a, .mac .safari3 .member_detail .tools .delete a{
		padding:2px 0 0 23px;
	}
	.mac .safari4 .member_detail li.admin.delete a, .mac .safari4 .member_detail .tools .delete a{
		padding:2px 0 0 23px;
	}
	.member_detail li.admin.delete a, .member_detail .tools .delete a{
		 background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_delete_link.png) no-repeat 3px -23px !important;
		 padding:0 0 0 23px;
	}
	.member_detail li.admin.delete a, .member_detail .tools .delete a:hover{
		background-position:4px -23px;
	}
   li.admin.delete a, .tools .delete a {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_delete_link.png) no-repeat 0 2px;
   padding:0 0 0 19px;
    color:#000;
	font-size:12px;
   }
   #blog #container.container_14{
   	overflow:visible;
   }
   #blog .innercontainer.container_14{
   	overflow:visible;
   }
   li.admin.delete a:hover, .tools .delete a:hover {
   	  color:#7d7d7d;
   background-position:0 -21px;
   }
   .tools .delete a {background-position:0 0}


	.mac .safari3 li.admin.flag a{
		padding-top:3px;
	} 	
	.mac .safari4 li.admin.flag a{
		padding-top:3px;
	} 
	
	.mac .firefox3 li.admin.flag a{
		padding-top:2px;
	}  	
   li.admin.flag a {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_flag_link.png) no-repeat 0 3px;
   padding:0 0 0 20px;
    color:#000;
	font-size:12px;
   }
 
   
   li.admin.flag a:hover{
   	color:#7d7d7d;
   background-position:0 -20px;
   }
   li.admin.edit a {
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_edit_link.png) no-repeat 0 0;
   *background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_edit_link.png) no-repeat 0 2px;
   padding: 0 0 0 18px;
   color:#000;
   font-size:12px;
   }
    li.admin.edit a:hover{
    	color:#7d7d7d;
   background-position:0 -23px;
   *background-position:0 -21px;
    }
   li.admin.prome a {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_pro.png") no-repeat 0 1px;
   padding:0 0 0 23px;
   
   font-size:10px
   }
   
   li.admin.fanme a {
   background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_fan.png") no-repeat scroll 0px 1px;
   padding:0 0 0 23px;
   font-size:10px
   }
   
   .more {
  	font-size: 11px;
  	font-weight:bold;
  	text-transform: uppercase;
   }
   .more a {
   padding:1px 4px
   }
   li.register {
  	text-transform:uppercase;
  	font-weight:bold;
   }
   .register a {
   padding:1px 4px
   }
   .register a.img_format {
   display:block;
   height:100%;
   text-indent:-9999px
   }
   .new {
  	font-size: 11px;
  	font-weight:bold;
  	text-transform: uppercase;
   }
   .new a {
   padding:0 4px
   }
   a.next,
   li.next a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px
   }
   a.prev,
   li.prev a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -20px
   }
   /* object meta information: stats and such */
   .obj_meta ul li {
   padding:0 0 0 23px;
   margin:6px 0 0 30px;
   font-size:11px;
   font-family: Verdana, sans-serif;
   }
   .member_detail .obj_meta ul li {text-transform:capitalize; color:#333}
   .obj_meta ul li.hd {display:none}
   .obj_meta ul li.songs {
   background:url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_stats_music.png') no-repeat 0 -13px
   }
   .obj_meta ul li.images {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_stats_images.png) no-repeat 1px 0
   }
   .obj_meta ul li.videos {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_stats_video.png) no-repeat 2px 0
   }
   .obj_meta ul li.comments {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_stats_comments.png) no-repeat scroll 0 2px;
   font-size:11px;
   padding-left:23px;
   margin-left:30px;
   }
   .obj_meta ul li.views {
   	background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_stats_views.png) no-repeat 3px 0;
   	padding-left:23px !important;
	margin-left:39px;
   	}
	
	.member_detail .obj_meta ul li.membergroups {
		padding:0px;
		margin-left:26px;
	}
	
	.member_detail .obj_meta ul li.membergroups ul{
		padding-top:0px;
	}
	
	.member_detail .obj_meta ul li.membergroups ul li{
		margin-left:0px;
		padding:0px;
	}
	
		.member_detail .obj_meta ul li.membergroups ul li a{
			font-family: Verdana, sans-serif;
			color:#333333;
		}
		
		.member_detail .obj_meta ul li.membergroups ul li span{
			padding-left:30px;
			color:#333333;
		}
   /* dividers */
 
 	#discussion_listing-340654 .hd{
 		border-bottom:1px solid #E0E0E0;
 	}
   .hd {
   border-bottom:1px solid #5D5D5D;
   line-height:1px;
   padding:0;
   float:left;
   display:inline;
   width:100%
   }
  .articles li .hd{
  	border-bottom:1px solid #DEDEDE;
  }
   /* ratings */
  #video_thumbnail-340502 li .txt{
  	margin-bottom:7px;
  }
 li .txt {margin-bottom: 5px;}
 .txt .rating {
 	padding: 7px 0 7px;
   float: left;
   margin-bottom:0px;
  }
 .content .rating ul {
   list-style: none;
   width:105px;/*
   height: 21px;*/
 	margin:0;
   padding: 0 !important;
   position: relative;
   overflow:visible;
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_rating.png) repeat-x 0 -42px;
   }
   .rating ul.inactive {
   list-style: none;
   height: 13px;
   float: left;
   width: 73px;
   margin:0;/*
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_rating_inactive.gif') repeat-x 0 -24px;*/
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_ratingstars_small.png) repeat-x 0 0px;
 }
   a.rate,
   .rating ul a.rate {
   background: transparent no-repeat top center;
   padding:2px 0;
   display:block;
   text-align:center
   }
   .rating ul li {
   float:left;
   width:21px;
   height:21px;
   padding:0;
   margin:0
   }
   .rating ul li a {
   display: block;
   width:21px;
   height:21px;
   text-decoration: none;
   text-indent: -9000px;
   z-index: 20;
   position: absolute;
   padding:0
   }
   .rating ul li a:hover {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_rating.png) repeat-x 0 -22px;
   z-index: 2;
   margin:0;
   padding:0;
   left:0
   }
   .video_player .rating ul li a:hover,
   .photo_viewer .rating ul li a:hover,
   .audio_player .rating ul li a:hover,
   .album_info .rating ul li a:hover{
   	background-position:0px -21px;
   }
   .album_info .rating ul li.current{position:absolute;}
   .rating ul a.ratingone {
   left: 0px;
   top:0px;
   }
   .rating ul a.ratingone:hover {
   width: 21px
   }
   .rating ul a.ratingtwo {
   left: 21px;
   top:0px;
   }
   .rating ul a.ratingtwo:hover {
   width: 42px
   }
   .rating ul a.ratingthree {
   left: 42px;
   top:0px;
   }
   .rating ul a.ratingthree:hover {
   width: 63px
   }
   .rating ul a.ratingfour {
   left: 63px;
   top:0px;
   }
   .rating ul a.ratingfour:hover {
   width: 84px
   }
   .rating ul a.ratingfive {
   left: 84px;
   top:0px;
   }
   .rating ul a.ratingfive:hover {
   width: 105px
   }
   .rating ul li.current {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_rating.png) repeat-x 0 1px;/*
   position: absolute;
   height: 16px;
   top:0;
   left:0;*/
   position: relative;
   display: block;
   height: 21px;
   margin:0;
   padding:0;
   z-index:1;
   text-indent: -9000px
   }
   
   .grid_5 .rating ul.inactive li.current{
   	height: 13px;
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_ratingstars_small.png) repeat-x 0 -51px;
   }
   .rating ul.inactive li.current {
   height: 12px;
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_ratingstars_small.png) repeat-x 0 -17px;
   }
   .rating .total {
   float:left;
   font-weight:normal;
   color:#afaeac;
   line-height:20px;
   text-transform:capitalize;
   font-size:11px;
   margin-top:3px;
   }
   .rating .text {
   float:left;
   width:110px;
   line-height:20px;
   text-transform:lowercase;
   font-size:11px
   }
   .compact .rating ul {
   margin-left: auto;
   margin-right: auto
   }
   .compact .rating .total {
   width: auto;
   margin-top: -0.3em;
   text-align: center
   }
 /* general comment indications next to ratings */
 .txt .comments {
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_comment_link.png) 5px 2px no-repeat;
   float: left;
   padding: 2px 0 2px 32px;
   font-size: 12px;
   margin: 5px 0 0;
   color:#616161;
 }
 #video_thumbnail-294593 .txt .comments{
 	float:right;
	padding:2px 0 2px 25px;
 }
 #video_thumbnail-340502.video_thumbnail .txt .comments{
 	margin-left:27px;
	*margin-left:20px;
 }
 
 .member_detail .txt li.comments {float:none;}
 .txt .author {
 	clear: both;
 }
 /* end comments indications */
   /* OBJECT BLOCKS */
   /* MEMBERS */
   ul.members {
   height:1%
   }
   .members li {
   float:left;
   margin:0 10px 10px 0;
   background:#f8f8f8;
   overflow:hidden
   }
   .members li.pro {
   border:0
   }
   .members li .img {
  
   }
   
   .members li.member {
  
   position:relative;
  }
  #video_thumbnail-327534.video_thumbnail .txt .comments{
  	margin-left:27px;
  }
   #video_thumbnail-327534.video_thumbnail .videos li .hd{
   	margin-left:12px;
	width:179px;
	border-bottom:1px solid #dedede;
   }
   #member_listing-366839 .members li.member .txt{
   	margin-left:10px;
   }
    .members li.member .txt {
    margin:5px 5px 5px 2px;
    position:absolute;
    top:0;
    left:0;
    /*
z-index:-1;
*/
    overflow:hidden;
	text-indent:-9999px;
    }
    .members li.member .txt a {
    	color:#FFF;
    	display:block;
    	}
    .members li.member.hover .img a {
    background-color:#333333;
    filter:alpha(opacity=70);
    opacity:0.8
    }
    .members li.member.hover .txt {
   /*
 z-index:2
*/
text-indent:0px;
   }
   
   /* MEMBERS: XLARGE|140x140 */
   .members li.xl {
   width:160px;
   height:186px
   }
   .members li.xl .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_xl.gif") no-repeat center center
   }
   .members li.xl .img a {
   width:140px;
   height:140px
   }
   /* MEMBERS: LARGE|104x104 */
   .members li.l {
   width:128px;
   height:106px;
   margin:0 2px 3px 6px;
   }
   #member_listing-366839.member_listing .members li.l{
   	width:122px;
   }
   .members li.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_l.gif") no-repeat center center
   }
  .grid_5   .members li.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_l.gif") no-repeat center center
   }
   
   #member_listing-366839 .content li.member.l .img a{
   	margin-left:9px;
width:104px !important;
   }
   .content li.member.l .img a {
   width:126px !important;
   height:104px;
   border:1px solid #CCC
   }
   /* MEMBERS: MEDIUM|70x70 */
   .members li.m {
   width:60px;
   height:60px;
   margin:0 2px 2px 0
   }
   .members li.m .img {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_s.gif) no-repeat center center
   }
 .grid_5    .members li.m .img {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_s.gif) no-repeat center center
   }
  .content li.member.m .img a {
   width:60px;
   height:60px;
   border:1px solid #CCC
   }
   /* MEMBERS: SMALL|48x48 */
   .members li.s {
   width:68px;
   height:98px;
   margin:0 2px 2px 0
   }
   .members li.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_s.gif") no-repeat center center
   }
 .grid_5  .members li.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_s.gif") no-repeat center center
   }
   .members li.s .img a {
   width:48px;
   height:48px
   }
   /* MEMBERS: XSMALL|30x30 */
   .members li.xs {
   width:40px;
   height:70px;
   margin:0 2px 2px 0
   }
   .members li.xs .img {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_xs.gif) no-repeat center center
   }
 .grid_5    .members li.xs .img {
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_xs.gif) no-repeat center center
   }
   .members li.xs .img a {
   width:30px;
   height:30px
   }
   /* MEMBERS: PRO have pretty icon */
   .members li.pro .img a {
   
   }
   /* MEMBERS: REGISTER has no avatar */
   .members li.register .img {
   background:#ccc
   }
  
   .members li .txt .title h4 {
   font-size:11px
   }
   .members li .txt .tagline {
   margin:2px 0;
   font-size:11px
   }
   .members li .txt .date {
   font-size:10px
   }
   .members li .txt .location {
   font-size:10px
   }
   .members li .txt .activity {
   font-size:10px
   }
  
   /* MEMBER TOOL TIP */
   .tt div.member.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_s.gif") no-repeat center center
   }
   .tt div.member.m .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_m.gif") no-repeat center center
   }
   .tt div.member.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_l.gif") no-repeat center center
   }
   .tt div.member .txt {
   position:static;
	z-index:1;
   }
   .tt div.member .txt h4 {
   color:#FFF;
	    
   font-weight:bold;
   font-size:18px;
   }
   /* single member display - detail page */
   .content div.member.m {
   width:126px;
   height:164px;
   padding:10px 0 0;
   background:#DEDCDB
   }
   .content div.member.m.pro {
   background:#f6f6f6
   }
   .content div.member.m .img {
   margin:0 10px 10px;
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_m.gif) no-repeat center center
   }
 .grid_5  .content div.member.m .img {
 
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_m.gif) no-repeat center center
   }
   .content div.member.m .img a {
   width:104px;
   height:104px
   }
   .content div.member.l {
   width:170px;
   padding:24px 0 0;
   }

   .content div.member.l .img {
   width:140px;
   height:140px;
   margin:0 10px 10px 18px;
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_xl.gif) no-repeat center center;
   border:1px solid #CCC;
   }
   .content div.member .img {
   		position:relative;
		float:left;   
   }
   .content div.member .img .tools {
   background:#FFF;
   font-size:10px;
   padding:2px;
   line-height:12px
   }
   .content div.member .img img {
   display:none
   }
   .content div.member .txt {
   
   }
   #member_detail-294557.member_detail .module .content .body{
   	background:#F2F2F2 none repeat scroll 0 0;
   }
    #member_detail-294557.member_detail .video_thumbnail .module .content .foot .nav_meta ul li.new a{
    	margin-top:7px;
    }
   .content div.member .txt .tagline {
   margin:2px 0;
   font-size:11px
   }
   
   
   
  .member_detail .module .content .body {padding-bottom:0}
   .content div.member .txt .obj_meta {
   padding:0;
   }
   
   #member_detail-294557 .content div.member .txt li.admin.delete{
   	margin-top:2px;
   }
   .content div.member .txt li.admin.delete {
   padding:0;
   }

   .content div.member .txt li.admin.flag {
	   border-top: 1px dotted #999;
	   padding-left:0px;
   }
   
   .content div.member .txt .obj_meta li.flag a {
   background-position: 0 -74px;
   font-size: 11px
   }
   .content div.member .txt .obj_meta li.flag span {
   background-position:0 0;
   color: #999;
   font-size: 11px
   }
   .content div.member .txt li.admin.prome {
   padding:0
   }
   .content div.member .txt li.admin.prome a {
   font-size: 11px
   }
   .content div.member .txt li.admin.fanme {
   padding:0
   }
   .content div.member .txt li.admin.fanme a {
   font-size: 11px;
   color:#333;
   line-height:13px
   }
   .content .foot .obj_meta {
   color:#999;
   padding:5px 0 10px
   }
   
   #member_detail-294557 .content .foot .obj_meta li{
   	margin-top:0px;
	*margin-top:5px;
   }
   .content .foot .obj_meta li {
   font-size:11px;
   padding:0
   }
   /* member's about me */
   .content .about .description {
   font-size:13px;
   line-height:18px;
   }
   .content .about .description .tools {
   background:#FFF;
   line-height:12px;
   font-size:10px;
   padding:2px
   }
   .content .about .var {
   border-top:1px solid #E1E1E1;
   margin:2px 0 0;
   padding:10px 0 0;
   font-size:13px;
   /* position:relative;*/
   }
   .content .about .var .tools {
   background:#FFF;
   font-size:10px;
   padding:2px;
   line-height:12px
   }
   
   #about_me-294479.about_me .content .about .var .label{
   	font-size:19px;
   }
   .content .about .var .label {
   	
   }
    #about_me-294479.about_me .content .about .var .value{
    	font-size:13px;
    }
   .content .about .var .value {
   	margin-top:8px;
   	
   	font-size:18px;
   	line-height:24px;
   	}
   /* member's detail page title for pro state */
   .content .head.pro {
   border:1px solid #eee;
   text-transform:capitalize
   }
   /* photos */
   ul.photos {
   height:1%;
   *padding-bottom:9px;
   }
   #photo_thumbnail-340501 .photos li{
   	clear:none;
   }
   .photos li {
   float:left;
   clear:left;
   margin:0 10px 10px 0
   }
  .grid_6  .photos li.xs {clear:none}
   .photos li.pro {
   border:0
   }
  
  .photos li .hd {margin-top:10px;border-bottom:1px dotted #5D5d5d;}
   .photos li .img a {
   display:block;
   border: 1px solid #CCC;
   }

   .photos li.pro .img a {
   /*background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_pro_artist.png) no-repeat center bottom;*/
   }
   .photos li .txt {
   font-size: 11px;
   height: 80px;
   }
   #photo_thumbnail-340501 .photos li.s .txt{
   	margin-left:0px;
	width:107px;
   }
   
   .photos li.s .txt {
		margin-left:20px;
		width: 144px;
   }
   .grid_6 .photos li.s .txt {width: 120px;}
   
   #photo_thumbnail-294570 .photos li .txt .title{
   	width:71px;
   }
   .photos li .txt .title {
   margin:3px 0 0 0;
   overflow:visible;
	
   
   }
  
   #photo_thumbnail-294570.photo_thumbnail .body .photos li .txt{
   	margin-left:8px;
   } 
   #photo_thumbnail-294570.photo_thumbnail .body .photos .img a{
   	*width:69px;
   }
   .photos li .txt .title h4 {
   font-size:13px;
   font-weight:bold;
   line-height:12px;
   }
   .photos li .txt .category {
   font-size: 10px;
   line-height:12px;
   clear:both;
   text-transform:uppercase;
   }
   .photos li .txt .category a{
   	color:#B3001C;
	font-size:10px;
   }
   
   /*
   .photos li .txt .author {
   font-size:10px;
   line-height:12px;
   float:left;
   }/*
   .photos li .txt .rating {
   float:left;
   overflow:hidden;
   margin:3px 0 0 0
   }
   .photos li .txt .comments {
   font-size: 10px;
   line-height: 13px;
   padding:0 0 0 14px;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 2px 1px
   }
   .photos li .txt .comments.vd {
   padding:0 0 0 22px;
   margin:3px 0 2px 65px;
   background-position:8px 1px;
   border-left:1px solid #ccc
   }*/
   .photos li .txt .views {
   clear:both;
   font-size:10px;
   line-height:12px;
   height:12px;
   text-transform:uppercase;
   color:#616161;
   }
   .photos li .txt .views .val{
   	color:#B3001C;
   }
   /* photo compact (no padding, overlay text) */
   .photos li.compact {
   position:relative;
   overflow:hidden
   }
   .photos li.compact .img {
   position: absolute;
   z-index:1
   }
   .photos li.compact.hover .img a {
   background-color:#fff;
   filter:alpha(opacity=80);
   opacity:0.8
   }
   .photos li.compact .txt {
   padding:6px 0 0 6px;
   margin:0 10px 10px 0;
   position:relative;
   z-index:0;
   overflow:hidden;
   color:#333;
   font-size: 11px;
   height:auto
   }
   .photos li.compact.hover .txt .title,
   .photos li.compact.hover .txt {
   z-index:3;
   display:block
   }
   .photos li.compact .txt .title h4 a {
   color:#B3001C
   }
   .photos li.compact .txt .title h4 a:hover {
   text-decoration:none
   }
   /* photo thumbnails */
   /* container sizes */
   .photos li.xs {
   width:87px
   }
   #photo_thumbnail-340501 .photos li.s{
   	width:120px;
	margin-right:12px;
   }
 .photos li.s {
 	width: 100%;
 }
 .grid_3 .photos li.s {margin-right: 0;}
   .photos li.m {
   width:150px
   }
   .photos li.l {
   width:360px
   }
   /* thumb backgrounds */
   .photos li.xs .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_xs.gif") no-repeat center center
   }
   .photos li.s .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_s.gif") no-repeat center center;
   width:104px;   
   }
   .grid_3 .photos li.s .img {margin-bottom:7px; margin-left:35px;}
   
   .photos li.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_m.gif") no-repeat center center
   }
   .photos li.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_l.gif") no-repeat center center
   }
   .photos li.xl .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_xl.gif") no-repeat center center
   }
   /* thumb sizes */
   .photos li.xs .img a {
   width:70px;
   height:66px;
   }
   .photos li.s .img a {
   width:103px;
   height:101px;
   background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown.png) no-repeat scroll center bottom;
   }
   .photos li.m .img a {
   width:140px;
   height:140px
   }
   .photos li.l .img a {
   width:350px;
   height:350px
   }
   .photos li.xl .img a {
   width:540px;
   height:540px
   }
   .photos li.compact.xs {
   height:80px
   }
   .photos li.compact.s {
   height:114px
   }
   .photos li.compact.m {
   height:150px
   }
   .photos li.compact.l {
   height:360px
   }
   .photos li.compact.xl {
   height:540px
   }
   /* single photo display */
   .content div.photo {
   
   }
   .content div.photo .title {
   text-transform:capitalize
   }
   .content div.photo .img {
   margin:10px 0;
   text-align:center;
   }
  .photo_viewer .content div.photo .img {margin-top:6px}
   .content div.photo .img img {
   	display:inline;
   	border:1px solid #ccc;
   	}
	.photo_viewer .content div.photo .tools{
		margin-top:20px;
	}
   .content div.photo .author {
   float:right;
   color:#616161;
   text-transform:uppercase;
   margin-top:10px;
   }
   .content div.photo.pro .author a {
   padding:0 9px 0 0;  
   }
   .content div.photo .rating {
   float:left;
   margin-bottom:5px;
   }
   .content div.photo .description {
  padding:10px 0 10px;
   
   }
   .content div.photo .description a.more {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px;
   padding:0 10px 0 0;
   border:0;
   float:right
   }
   .content div.photo .description a.less {
   background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_tools_directionals.gif") no-repeat 100% -32px;
   padding:0 10px 0 0;
   float:right
   }
/*   .content div.photo .tools ul li a {
   line-height:20px;
   font-size:11px
   } */
   .content div.photo .tools ul li.admin.delete a {
   background-position: 0 1px;
   }
   .photo_viewer .content div.photo .nav_page{
   	background:#000000 none repeat scroll 0 0;
   }
   .content div.photo .nav_page {float:none; clear:both}
   .content div.photo .nav_page ul {
   padding:0
   }
   .content div.photo .nav_page ul li.prev {float:left;}
   .photo_viewer .content div.photo .nav_page ul li.prev a{
   	padding:9px 0 0 8px;
   }
   .content div.photo .nav_page ul li.prev a {
   
   padding:9px 0 0 30px;
   height:21px;
 	display:block;
 	border:0;
 	text-transform: uppercase;
 	font-family: "Courier New", Courier, monospace;
   font-size:13px;
   
   
   }
   
   .photo_viewer .content div.photo .nav_page ul li.next a{
   	padding:9px 7px 0 0;
	margin-right:9px;
   }
   .content div.photo .nav_page ul li.next a {
   
   padding:9px 30px 0 0;
   height:21px;
   display:block;
   border:0;
   text-transform: uppercase;
   font-family: "Courier New", Courier, monospace;
   font-size:13px;
  
   }
  
   /*
   .content div.photo .nav_page ul li.next a:hover, .content div.photo .nav_page ul li.next a:focus {
   	text-decoration:underline;
	}
	*/
   .content div.mphoto .img {
   margin:10px 0;
   text-align:center
   }
   .content div.mphoto .img img {
   width:100%;
   display:block
   }
   .content div.mphoto .views {
   display:inline
   }
   .content div.mphoto .comments {
   display:inline
   }
   
   /* article */
   ul.articles {padding-top:15px}
   
   .articles li {
   overflow: hidden;
   width:100%;
   margin:0px 0 0;
   }
   
   .articles li .img {
    float:left;
    margin:0 10px 10px 0;
    border:5px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_48x48.gif") no-repeat center center
	} 
   .articles li .title, .articles li .description, .articles li .author, .articles li .activity, .articles li .category {
   	padding-left:0px;
   	
   	}
  .articles li .description {padding-right:7px;}
  .articles li .description img {max-width:375px;margin:0 auto;}
   .articles li .title, div.article li .title {
   margin: 0 0 0px;
   }
   .articles li .title h4, div.article .title h4 {
   color:#444;
   font-size:18px;
   font-weight:bold;
  text-transform:none;
  margin-top:0px;
   }
   #blog_entry-294508.blog_entry .articles li .title h4, div.article .title h4{
   	color:#B3001C;
	text-transform:uppercase;
	font-weight:normal;
   }
   #blog_entry-294508.blog_entry .meta .category ul li a{
   	color:#B3001C;
	text-transform:uppercase;
	font-size:12px;
   }
   #blog_entry-294508.blog_entry .module .content .body .meta .category ul{
   	padding-top:0px;
   }
  
   #blog_listing-294512 .articles li .title h4, div.article .title h4{
   	margin-top:0px;
   }
   #blog .articles li .title h4, div.article .title h4 {
   	margin-top:0px;
	}
	.grid_3 .module .content .body ul.merchItems{
		*padding-top:0px;
	}
	.video_thumbnail .module .content .videos li.pro .img{
		*width:auto;
	}
   
   .grid_3 .video_thumbnail .module .content .videos li.pro{
   	*margin-top:0px;
	*height:211px;
   }
   .grid_3 .video_thumbnail .module .content .body ul.videos{
   	*padding-top:10px;
   }
   .articles li .date, div.article .date {
   display:block;
   margin: 2px 0 0 0px;
   }
   .articles li .author, div.article .author {
   display:inline;
   margin-left:0px;
   }
   #blog .articles li .author, div.article .author {
   	margin-left:0px;
	}
	#blog_entry-294508.blog_entry .articles li .description,#blog_entry-294508.blog_entry div.article .description{
		margin:14px 0 24px;
	}
   .articles li .description,  div.article .description {
   margin:14px 0 5px;
   
   overflow:hidden;
   color:#7A7A7A;
   }
   div.article .description a{
   		color:#7a7a7a;
		text-decoration:underline;
   }
    .articles .author a{
    	font-weight:bold;
		font-size:12px;
    }
   #rss_in .articles li .description, #rss_in  div.article .description{
   		margin:0px;
   }
   
   
   #home .articles li .description object, #home .articles li .description img {display:none}
   .articles li .activity, div.article .activity {
   display:inline;
   padding-right:7px;
   float:left;
   }
   .articles li .tools, div.article .tools {
   display:inline;
   float:left;
   }
   .articles li .tools ul, div.article .tools ul {
   display:inline
   }
   .articles li .tools ul li, div.article .tools ul li {
   display:inline;
   margin:0 0 0 7px;
   }
   .articles li .tools ul li.vd, div.article .tools ul li.vd {
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/divider.gif) no-repeat 0 1px;
   padding:0 0 1px 10px;
   height:15px;
   margin-top:10px;
   font-weight:bold;
   }
   .articles li .category, div.article .category  {
   margin:0px 0 0;
   display:inline;
   float:right;
   text-transform:capitalize;
   font-weight:bold;
   }
   .articles li .category ul, div.article .category ul {
   padding:6px 0 0;
   }
   .articles li .category ul li, div.article .category ul li {
   display:inline;
   padding:0 0 0 5px;
   }
   .articles li .hd {
   height:3px;
   background:#eee;
   margin:20px 0 29px;
   background:none;
   padding:0
   }
   
   /* used? */
   .content .current_category {
   font-weight:bold;
   color:#333;
   font-size:16px
   }
   .content .current_category .label {
   font-weight:normal;
   font-style:italic
   }
   /* article detail */
   .content div.article {
   overflow: hidden;
   width:100%;
   padding:10px 0 0
   }
   
   .content div.article .img {
    float:left;
    margin:0 10px 10px 0;
    border:5px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_48x48.gif") no-repeat center center 
   
   }
   
   .blog_entry .content div.article .img a, .content div.article .img span {
   		display:block;
		width:50px;
		height:50px;
   }
   
   .content div.article .title {
   margin: 0 0 5px
   }
  
  
   .content div.article .hd {
   height:3px;
   background:#eee;
   margin:0 0 10px
   }
   /* topic */
  
   .topics li {
   margin:0 0 6px;
   overflow:hidden;
   width:100%;
   clear:left;
   }
   .topics li .img {
   float: left;
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_s.gif) no-repeat center center;
    margin:0 10px 0 0;
   }
   .grid_5 .topics li .img {
   	 background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_s.gif) no-repeat center center;
   }
   .topics li .txt {
   	float:left;
   	width:250px;
   	}
	.grid_community1 .topics li .txt{
		width:222px;
	}
   	.grid_6 .topics li .txt {width:330px}
   .topics li .img a {
   width:48px;
   height:48px;
   border:1px solid #CCC
   }
   .topics li .date {
   display:inline;
   font-size:11px;
   }
   .topics li .author {
   display:inline;
   font-size: 11px;
   }
   .topics li .author a {font-style:normal}
   
   .topics li .description {
   font-size: 11px;
   line-height: 15px;
   margin:0 0 3px;
   }
   .topics li .activity {
   font-size:11px;
   float: left;
   }
   .topics li .tools {
   display:inline
   }
   .topics li .tools ul {
   margin:0 0 0 6px;
   display:inline
   }
   .topics li .tools ul li {
   margin:0 6px 0 0;
   padding:0 0 0 6px;
   border-left: 1px dotted #ddd;
   display:inline;
   font-style:italic
   }
   .topics li .category ul li {
   display:inline;
   }
   .topics li .hd {
   margin:0 0 10px;
   /*border-bottom:1px dotted #5D5D5D;*/
   }
   .topics li.list {
   overflow:hidden;
   width:100%
   }
   .topics li.list.header {
   display:none;
   }
   .topics li.list div {
   padding:0
   }
   .topics li.list.header div {
   font-size:10px
   }
   .topics li.list.header .title {
   float:left;
   width:435px;
   margin:0 10px 0 0;
   line-height:1.16em
   }
   .topics li.list.header .category {
   float:left;
   width:110px;
   margin:0 10px 0 0
   }
   .topics li.list.header .activity {
   float:left;
   width:62px;
   margin:0 10px 0 0
   }
   .topics li.list.header .date {
   float:left;
   width:80px
   }
   .topics li.list .title {
   float:left;
   margin:0 10px 0 0;   
   }
   
   .grid_6 .topics li.list .title {width:320px}
   .topics li.list .title h4 {
   	
	 	 font-weight:bold;
	 	font-size:18px;
	 	margin-bottom:10px;
	 	}
		
	#discussion_listing-340654 .topics li.topic .title h4{
		line-height:0;
		margin-top:12px;
	} 	
	
  .topics li.topic .title h4 {
  	
  	font-weight:bold;
  	font-size:16px;
  }
  
   .topics li.list .description {
   font-size:11px;
   margin:0 5px 0 0
   }
   
   .topics li.list .author {
   font-size:11px;
   }
   
   .grid_6 .topics li.list .author, .grid_6 .topics li.list .category,
   .grid_6 .topics li.list .activity, .grid_6 .topics li.list .date {
   	width:132px;
	}
	
   .topics li.list .category {
   float:left;
   width:110px;
   font-size:11px;
   padding-top:3px;
   }
   .topics li.list .category ul {
   	padding-top:0;
   	}
   .topics li.list .activity {
   float:right;
   width:62px;
   font-size:11px;
   margin-top: -14px;
   }
   .topics li.list .date {
   float:right;
   clear:right;
   width:80px;
   font-size:11px;
   padding-top:3px;
   }
   /* DISCUSSION TOPIC: DETAIL */
   .content div.topic {
   overflow:hidden;
   width:100%
   }
   .content div.topic .description {line-height:18px; padding-top:10px}
   .content div.topic .tools ul {padding-top:0}
   .content div.topic .img {
   float:left;
   margin:0 10px 10px 0;
   }
   /* member detail module */
.membergroups ul {
clear: both;
}
.membergroups ul li {
margin: 2px 0px;
}
.membergroups ul li.no-badge {
margin-left: 27px; 
padding: 6px 0px;
}
.membergroups img {
width: 24px;
height: 24px;
display:inline;
vertical-align: middle;
}
.membergroups > span {
display: none;
}

/* badge class rules */
.badges {
overflow: hidden;
margin-top: 2px;
height: auto;
}
.badges li.badge {
float:left;
height:30px;
margin:0 2px 0 0;
width:auto;
}
.badges li.badge img {
width: 30px;
height: auto;
}
.content li.comment .member .avatar .badges{
	padding-left:7px;
}
.comments .content li.comment .member .avatar .badges li.badge{
	height:30px;
}
.badgeImageReplace{
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/fanclub/24x24_badge.png") no-repeat scroll 0 1px transparent !important;
	padding-bottom:16px;
	padding-left:30px;
}

.msie7 .badgeImageReplace {
	padding-bottom:0px;
	padding-left:0px;
	width:30px;
	height:30px;
	display:block;
}
.content li.comment .badges .badge {
height:30px;
width:auto;
}

.comments .content li.comment .member .avatar .badges li.badge {
height:30px;
}

.members li .badges li.badge {
	background:none;
}
.content li.comment .member .avatar{
	width:65px;
}
/* normal view for members module */
.members li .badges {
margin-left: 10px;
margin-right: 10px;
}

.members li.compact .badges {
z-index: 0;
margin-bottom: 10px;
}
/* compact view of members listing module */
.members li.xl.compact .badges {
margin-top: 152px;
}
.members li.l.compact .badges {
margin-top: 116px;
}
.members li.m.compact .badges {	
	margin:2px 10px 2px 1px;
	position:absolute;
}
#community_landing .members li.m.compact .badges {
	margin:-32px 10px 2px 1px;
	position:absolute; 
}
#member .members li.m.compact .badges {
	margin:-33px 10px 2px 1px;
	position:absolute; 
}
.members li.s.compact {
margin:0 2px 2px 0
}
.members li.s.compact .badges {
margin-top: 80px;
}
.members li.xs.compact {
margin:0 2px 2px 0
}
.members li.xs.compact .badges {
margin-top: 42px;
}

/* comments module */
.content li.comment .badges {

margin-top: 1px;
}
.content li.comment .badges .badge {
margin-right: 1px;
width: 10px; 
}
.content li.comment .badges .badge img {
width: 10px;
}
Changed CSS rules:

/* discussions module */
.topics .avatar {
float: left;
margin-right: 10px;
}
.topics li .img {
border: 5px solid #ddd;
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_s.gif") no-repeat center center
}

/* discussion entry module */
.content div.topic .avatar {
float:left;
margin:0 10px 10px 0; 
}
.content div.topic .img {
border:2px solid #e2e1df;
background:url("../icons/bg_member_l.gif") no-repeat center center
}.gif) no-repeat center center
   }
   .grid_5 .content div.topic .img {
   	background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_m.gif) no-repeat center center
   }
   .content div.topic .img a {
   width:104px;
   height:104px
   }
   .content div.topic .img img {border:1px solid #CCC;}
   .content div.topic .txt .title {
   padding:0
   }
   .content div.topic .txt .title h3 {
   
   font-weight: bold;
   }
   .content div.topic .txt .author {
   display:inline;
   font-size:11px
   }
   .content div.topic .txt .date {
   display:inline;
   font-size:11px;
   font-style:italic
   }
   .content div.topic .hd {
   border-bottom:1px dotted #eee;
   margin:0 0 10px
   }
         				/* Setting up all the image size in the discussion to a predetermined one */
   .content div.topic .description p img{

	} 
   
    .content li.topic .description p img{

	} 
	
   /* COMMENT */
  .grid_5 .comments .input .button.submit{
  	margin-right:3px;
  }
   .comments .input .button.submit {
   float:right;
   margin-right:12px;
   }
   .grid_5 .comments .title{
   	margin-left:3px;
   }
   .comments .title {
   padding: 0;
   margin-left:11px;
   color:#FFFFFF;
   clear:both;
   }
    .comments .title h3 {
    	text-transform:uppercase;
			 font-weight:bold;
  		 font-size:12px;
    	}
   .content li.comment {
   overflow:hidden;
   padding-bottom:8px;
   }
   
   
   .comments .input .button.submit input {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_postcomment.png) no-repeat scroll 26px -1px;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:140px;
	}
	
 #blog_detail .content li.comment {
 	border-top: 1px dotted #CCC;
 	padding-top:10px;
 	}
	.comments .content li.comment{
		background:#FFFFFF none repeat scroll 0 0;
	border:medium none;
	margin-bottom:6px;
	margin-left:3px;
	margin-right:4px;
	padding-top:9px;
	padding-right:6px;
	padding-left:9px;
	}
	
	.grid_5 .comments .content li.comment.empty{
		margin-left:3px;
margin-right:3px;
padding:0 0 0 4px !important;
	}   
	.comments .content li.comment.empty{
		border:medium none !important;
padding:0 !important;
color:#000000;
	}
   .content li.comment .member {
   float:left;
   margin:0 0px 20px 0;
   }
   .content li.comment .img {
   width:24px;
   height:24px;
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_xs.gif) no-repeat center center;
   border:1px solid #CCC;
   }
    .grid_5 .content li.comment .img {
    	 background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_xs.gif) no-repeat center center;
    }
   .content li.comment .txt {
   position:relative;
   margin:0 0 0 40px;
   }
   .comments .content li.comment .txt{
   	margin:0 0 0 60px;
   }
   .content li.comment .txt .title {
   font-size: 14px;
   line-height: 16px;
   padding:0 0 5px
   }
   .content li.comment .txt .author {
   display:inline;
   }
   .comments .content li.comment .txt .author{
   	color:#000000;
	display:inline;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
   }
   .content li.comment .txt .date {
   display:inline;
   text-transform:lowercase;
   font-size:11px;
   font-family: Verdana, sans-serif;
   }
   .comments .content li.comment .txt .date{
   	color:#616161;
	display:inline;
	
	font-family:Verdana,sans-serif;
	font-size:11px;
	text-transform:lowercase;
	display:block;
   }
   .content li.comment .txt .description {
   margin:3px 0 0 6px;
    *margin:3px 0 0 0px;
   *clear:both;
   *float:left;
   *display:block;
   *clear:both;
   }
   .content li.comment .txt .description p {margin-bottom:0}
   .comments .content li.comment .txt .description p{
   	color:#000000;
	font-size:11px;
	margin-bottom:0;
   }
   .content li.comment .txt .description q {
   margin-bottom: 5px;
   }
   .content li.comment .txt .activity {
   display:inline;
   font-size:10px;
   padding:0 10px
   }
   
   .content li.comment .hd {
   border-bottom:1px dotted #ccc;
   margin:0 0 10px;
   float:none;
   display:block;
   display:none;
   }
  .module .content .body li.comment ul {padding-top:0;}
  .content li.comment .tools ul li.admin.delete {
  	border:1px solid #CCC;
  	background-color: #FFF;
	padding:0px;
  	}
	#comments-294525.comments .content li.comment .tools ul li.admin.delete{
		padding:0px;
	}
  .content li.comment .tools ul li.admin.delete a {
  	background-position: 0 1px;
	}
   .content .tag { /*aka KEYWORD */
   display:inline;
   margin:0 0.2em 0 0;
   
  font-size:16px;
  font-weight:normal;
   }
   
   .grid_5 .content .tag a{
   	color:#FFFFFF;
   }
   .grid_5 .content .tag a:hover{
   	color:#000000;
   }
   .content .tag a{
   	font-size:15px;
   }
 	.content .division {padding-bottom:10px;}
   .content .division .title {
 	
 	font-size:15px;
   font-weight:bold;
   text-transform:uppercase;
   }
   
   .content li.division .title{
   	background:#5C5C5C none repeat scroll 0 0;
	color:#FFFFFF;
	height:22px;
padding-left:9px;
padding-top:7px;
font-family:helvetica;
	
   }
   .content li.category .title{
   	background:none;
	height:18px;
   }
   .content .division .category {
   padding:5px 10px 5px;
   }
   .content .division .category.selected{
   	padding:5px 10px 2px;
	*padding-bottom:0px;
   }
   .content .division .category.selected {
   background:#cbcbcb;
   }
   .content .division .category .title {
   padding:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   }
   .content .division .category .title a {
   display:block;
   text-transform:capitalize
   }
   .content .division .category .title span {
   display:block;
   text-transform:capitalize
   }
   .content .division .category .date {
   font-size:11px
   }
   .content .division .category.selected .title a {
   color:#333
   }
   .content .division .category.selected .date {
   color:#ddd
   }
   .content ul#category-list {
   overflow:visible;
   }
   .content ul#category-list ul {padding-top:5px}
   .categories .module .content .foot .nav_meta {padding-top:0}
   /* video */
   ul.videos {
   height:1%
   }
   .videos li {
   margin:10px 0 0 0;
   float:left;
   display:inline;
   background:transparent;
   padding:0 
   }
   .grid_6 .videos li {margin-right:20px}
   .videos li .hd {
   border-bottom:1px solid #5D5D5D;
	
   }
   .videos li.xs.list,
  
   .videos li.m.list,
   .videos li.l.list,
   .videos li.xl.list {
   float:none;
   margin:0 0 10px;
   overflow:hidden;
   width:100%;
   padding:0
   }
   .videos li .img {
   /*border: 1px solid #B3B3B3;*/
   }
    .grid_6 .videos li .img {border:0}
   .videos li.list .img {
   float:left;
   margin:0 10px 0 0
   }
   .videos li .img a {
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_a.gif') no-repeat bottom right
   }
   #home .videos li .img a {   
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_video_play_home.png) no-repeat center center;
   }
   .videos li .img a {   
   background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_video_play_home.png) no-repeat center center;
   }

   .videos li .img a:hover {   
   
   }
   .videos li .txt {
   overflow:visible;
   }
   #video_thumbnail-294592.video_thumbnail .module .content .body .videos .img a{
   	*width:93px;
	
   }
   #video_thumbnail-294592.video_thumbnail .module .content .body .videos .img{
   	*margin-left:0px;
   }
   .video_thumbnail .videos .txt .title h4{
   	width:101px;
   }
   .videos li.list .txt {
   float:left;
   height:auto;
   *float:none;
   
   }
   .video_thumbnail .videos .txt{
   	
	float:left;
   }
   #video_thumbnail-294593.video_thumbnail .videos .txt{
   	width:105px;
   }
   
   /********* fixing for title truncate issue ************/
   .videos li .txt .title {
    display:block;
    overflow:hidden;
	width:141px;
   }
   .grid_3 .videos li .txt .title{
   	margin-bottom:2px;
   }
   .videos li .txt .title h4 {
    font-size:13px;
    font-weight:bold;
   }
   .videos li .txt .duration {
   color:#616161;
	font-size:11px;
	font-weight:normal;
   }
   #video_thumbnail-340502.video_thumbnail .videos li .txt .duration{
   	margin-bottom:2px;
   }
 .videos li .txt .author {
 	clear:both;
color:#616161;
font-size:10px;
line-height:13px;
text-transform:uppercase;
 }
   .videos li .txt .description {
   font-size:10px;
   line-height:13px
   }
   .videos li .txt .activity {
   display:inline
   }/*
   .videos li .txt .rating {
   padding:5px 0;
   float:left
   }
 .videos li .txt .rating ul {float: none;}
   .videos li .txt .comments {
   font-size: 10px;
   line-height: 13px;
   padding:0 0 0 14px;/*
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 2px 1px;
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/speechbubbles.png) left top no-repeat;
   }
   .videos li .txt .comments.vd {
   padding:0 0 0 22px;/*
   margin:5px 0 5px 65px;
   background-position:8px 1px;
   border-left:1px solid #ccc;
   float: left;
   border: 1px solid red;
   }*/
   .videos li .txt .views {
   clear:both;
color:#616161;
font-size:10px;
line-height:13px;
text-transform:uppercase;
   }
   .videos li .txt .views .val {
   color:#B3001C;
   }
   .videos li .txt .category {
   font-size: 10px;
   line-height: 13px;
   text-transform:uppercase;
   color:#616161;
   }
   /* thumb backgrounds */
   .videos li.xs .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_xs.gif") no-repeat center center
   }
   .videos li.s .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_s.gif") no-repeat center center
   }
   .videos li.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_m.gif") no-repeat center center;
   margin-bottom:10px;
   }
   #video_thumbnail-340502.video_thumbnail .videos li.m .img{
   	margin-bottom:4px;
   }
   .videos li.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_l.gif") no-repeat center center
   }
   .videos li.xl .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_video_xl.gif") no-repeat center center
   }
   /* thumb sizes */
   
   .videos li.xs .img a {
   width:70px;
   height:39px
   }
   .videos li.s .img a {
   width:103px;
   height:57px;
   border:1px solid #CCC;
   /*margin-left:-1px;*/
   }
  .content .videos li.m .img a {

   height:79px;
   border:1px solid #ccc;

   }
   /********* for fixing alignment issue after ss1-1.6 upgrade ***/
  .content .videos li.m .img a {
  	    width:139px;
		margin-left:0px;  	
  	}
	
   .videos li.l .img a {
   width:350px;
   height:197px
   }
   .videos li.xl .img a {
   width:540px;
   height:304px
   }
   /* container sizes */
   .videos li.xs {
   width:80px
   }
   .videos li.s {
   width:104px;
   }
   #video_thumbnail-294592.video_thumbnail .videos li.s{
   	height:141px;
   }
   #video_thumbnail-340502.video_thumbnail .videos li.m{
   	width:141px;
	height:160px;
   }
   .videos li.m {
   width:170px
   }
   .videos li.l {
   width:360px
   }
   /* pro settings */
   .videos li.pro {
   border:0;
   padding:0
   }
   .videos li.pro .img {
   border-color:#ddd;
   padding:0;
   margin-left:0px;
   margin-bottom:3px;
   width:140px;
   *float:none;
   }
   .grid_3 .videos li.pro .img{
   		margin-left:27px;
   }
   .video_thumbnail .videos li.pro .txt .author a {
   padding:0 23px 0 0;
   /*background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_pro.gif") no-repeat 1px 100%*/
   color:#B3001C;
   text-transform:uppercase;
   }
   
   .content div.video {
   overflow:hidden;
   height:1%
   }
   .content div.video.pro {
   border:0;
   background:none;
   }
   .content div.video .title {
   text-transform:uppercase
   }
   .content div.video .player {
   margin:6px 0;
   height:342px;
   background:#000
   }
   .content div.video .tools{
   	margin-top:9px;
	
   }
   .content div.video .author {
   float:right;
   margin-top:9px;
   text-transform:uppercase;
   }
   .content div.video.pro .author a {
   padding:0 0 0 18px;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_pro.gif") no-repeat center left
   }
   .content div.video .rating {
   float:left
   }
   .content div.video .description {
   padding:10px 0 5px;
   clear:both;
   }
   .content div.video .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 1px;
   padding:0 10px 0 0;
   border:0;
   float:right
   }
   .content div.video .description a.less {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.video .ad_sponsor {
   display: none;
   }
  .content div.video .tools ul li {
   float:left
   }
.video_player .content div.video .tools ul li  {
	float:right;
  padding-right:10px;
  }
 .content div.video .tools ul li.admin.delete {
   padding:0 20px 0 0;
   }
   
 .photo_viewer .content div.photo .tools ul li  {
 	float:right;
   padding-right:10px;
   }
   .photo_viewer .content div.photo .tools ul li.sharelink {
   	float:right;
padding-left:8px;
   }
     .video_player .content div.video .tools ul li.sharelink {
   	float:right;
padding-left:8px;
   }
  .content div.photo .tools ul li.admin.delete {
    padding:0 11px 0 9px;
   }
   .video_player .tools ul li.admin.delete {
   	 padding:0 11px 0 9px;
   }

   /* audio */
   ul.songs {
   height:1%
   }
   .songs li {
   overflow:hidden;
   width:100%;
   margin:0 0 10px
   }
   .songs li .hd {
   margin:0 0 10px;
   height:0
   }
   .songs li.pro {
   border:0
   }
   .songs li .img {
   border: 2px solid #f6f6f6;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_audio_img.gif") no-repeat center center !important;
   float:left;
   margin:0 10px 0 0
   }
   .songs li.pro .img {
   border-color:#ddd
   }
   .songs li .img a {
   height:11px;
   width:15px
   }
   .songs li .txt {
   margin:0 0 0 30px
   }
   .songs li .txt .title {
   display:inline
   }
   .songs li .txt .title h4 {
   font-size:11px;
   display:inline
   }
   .songs li .txt .duration {
   font-size:11px;
   margin:0 0 0 0.6em;
   display:inline
   }
   .songs li .txt .category {
   font-size:11px
   }
   .songs li .txt .views {
   font-size:11px;
   clear:both
   }
   .songs li .txt .views .val {
   color:#666
   }
   .songs li .txt .description {
   font-size:11px
   }
   .songs li .txt .buy {
   clear:both;
   font-size:11px;
   padding:5px 0 0
   }
   .songs li .txt .author {
   font-size:11px;
   display:inline
   }/*
   .songs li .txt .comments {
   font-size: 10px;
   line-height: 13px;
   padding:0 0 0 14px;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 2px 1px
   }
   .songs li .txt .comments.vd {
   padding:0 0 0 22px;
   margin:1px 0 5px 65px;
   background-position:8px 1px;
   border-left:1px solid #ccc
   }*/
   .songs li.list.header {
   display:none
   }
   .songs li.list.header .txt .title {
   margin:0 40px 0 0
   }
   .songs li.list .txt .title {
   float:left;
   margin:0 10px 0 0;
   width:160px
   }
   .songs li.list .txt .rating {
   float:left;
   font-size:11px;
   height:16px;
   width:70px;
   margin:0 10px 0 0
   }
   .songs li.list .txt .comments {
   float:left;
   width:25px
   }
   .songs li.list .txt .category {
   float:left;
   margin:0 10px 0 0;
   font-size:11px;
   width:70px;
   font-style:italic
   }
   .songs li.list .txt .description {
   font-size:11px
   }
   .songs li.list .txt .buy {
   margin:0 0 0 10px;
   width:130px;
   float:right;
   clear:none;
   padding:0
   }
   .songs li.list .txt .views {
   float:right;
   width:70px
   }
   /* audio detail view */
   .content div.audio {
   overflow:hidden;
   font-family:Verdana;
   }
   .content div.audio .title {
   color:#333;
   padding:10px 10px 40px 0;
   margin:0 0 1px;
	font-size:10px;
   }
   .content div.audio .title .img {
   float:left;
   margin:0 10px;
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_pl_info_img.gif') no-repeat top left;
   display:block;
   width:70px;
   height:70px
   }
   .content div.audio .title h3 {
   color:#333;
   font-weight:bold;
   text-transform:capitalize;
   margin:10px 0 0;
   
	font-size:14px;
	/*
	line-height:20px;
   */
   }
   .content div.audio .player {
   margin:0 0 10px;
   width:480px;
   height:35px;
   background:#dedede
   }
   .content div.audio .rating {
   float:left
   }
   .content div.audio .tools {
   float:right
   }
   .content div.audio .tools ul li a {
   font-size:12px;
   line-height:20px
   }
   .content div.audio .tools ul li.admin.delete a {
   background-position: 0 2px;
   }
   .content div.audio .buy {
   font-size:11px;
   color:#aaa;
   padding:10px 0 0;
   clear:both
   }
   .content div.audio .description {
   clear:both;
   padding:10px 0 0;
   font-size:11px;
   color:#aaa
   }
   .content div.audio .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 1px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.audio .description a.less {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.audio .lyrics {
   	margin:20px 0 0;
   }
   .content div.audio .lyrics h3 {
   padding: 0 0 4px 16px;
   font-weight: bold;
   text-transform: uppercase;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 0 -89px;
   border-bottom:1px dotted #ccc
   }
   .content div.audio .lyrics .val {
    font-size:11px;
   	padding:15px 0 15px;
	display:block;
   }
   .content div.audio .lyrics .show {
   margin:10px 0 0;
   display: none;
   }
   .content div.audio .lyrics .show a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 12px 0 0;
   font-size:11px
   }
   .content div.audio .lyrics .show a.active {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -10px
   }
   
   fieldset legend {
   font-weight:bold;
   font-size:13px;
   text-transform:uppercase
   }
   .input {
   margin:0 0 10px;
   overflow:hidden
   }
   .comments .input{
   	margin:0 0 6px
   }
   fieldset .note,
   .input .note {
   margin:5px 0;
   }
   .input.radio input {
   float:left;
   margin:0 10px 0 0
   }
   .input.radio label strong {
   color:#333;
   font-size:14px;
   font-weight:bold
   }
   .input#inputCount {
   float:left;
   font-size:10px;
   font-family: Verdana, sans-serif;
   line-height:13px;
   }
   .grid_5 .comments #inputCount.input{
   	margin-left:3px;
   }
   .comments #inputCount.input{
   	float:left;
	font-family:Verdana,sans-serif;
	font-size:10px;
	line-height:13px;
	margin-left:12px;
	text-transform:uppercase;
	color:#898989;
   }
   .input.textarea textarea {
   border:0;
   width:99%;
   border:1px solid #CCC;
   font-size: 13px;
   font-family: Arial, Helvetica, san-serif;
   padding:7px 10px;
   height:120px;
   }
   .input.file input, .input.browse input {
   	border:1px solid #CCCCCC;
   	padding:2px 10px;
   	}
   .input.text input {
   	border:1px solid #CCCCCC;
   	padding:2px 10px;
   	}
  .grid_5 .input.textarea textarea {
  	width:311px;
  *oveflow:auto;
  }
  .grid_5 .comments .input.textarea textarea{
  	width:327px;
	margin-left:3px;
  }
  .grid_5 #comments-294525.comments .content .body{
  	margin-left:3px;
  }
  #member_detail-294557.member_detail .module{
  	background:#F2F2F2 none repeat scroll 0 0;
	
  }
   #member_detail-294557.member_detail .content .foot{
   	background:#F2F2F2 none repeat scroll 0 0;
   }
  .grid_6 .input.textarea textarea {width:383px;}
  .grid_9 .input.textarea textarea {width:598px;}
   .inline .input {
   margin:20px 0 0
   }
   .comments .input.textarea textarea{
   color:#404040;
	font-size:13px;
	margin-left:12px;
	width:601px;
   }
   .input label {
   display:block;
   margin:0 0 5px
   }
   .add_new_article .input label {
   	font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		}
   .button {
   margin:0 0 0 10px
   }
   .button.submit {
   float:right;
   margin:0;
   display:inline
   }
   /* For EOS 1.11 upgrade */
   .button.submit input {
   border:0;
   cursor: pointer; /* added for all 'Post comment' buttons */
   padding: 3px 5px;
   margin:0;
   display:block;
   font-size:11px
   }
   /* End of  EOS 1.11 upgrade */
   .button.cancel {
   margin:0 10px;
   float:right;
   display:inline
   }
  .input .button.submit input, .button.cancel input, .reset_password .input #submit {
  	border: 1px solid #020000;
  	color: #020000;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	font-size:14px;
  	background: #FFF;
  	text-transform:uppercase;
  	padding:2px 10px;	
	
  }
  
  .reset_password .input #submit {
  	*width : 148px;
  }
  
  .reset_password ul li.input.submit #submit {
  	height:24px;
	cursor:pointer;
  }
  
  .input .button.submit input{
  	    *padding:0px;
		background:#000000 none repeat scroll 0 0;
		color:#FFFFFF;
	}

.input .button.submit input:hover{
	background:#fff none repeat scroll 0 0;
	color:#000;
	border:1px solid #fff;
}

.m32 .input .button.submit input:hover{
	color:#ffffff;
}
	
  .button.cancel input {
  	border:0;
  	font-size:12px;
  	text-transform:none;
  	font-weight:normal;
  	padding:4px 0 0 0;
  	background-color:#000000;
	cursor:pointer;
  	}
  .edit_profile fieldset {
  	padding-bottom:0px;
  	
  	}
	#edit_profile-294536.edit_profile .module .content .body ul li.input span.required{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_required.png) no-repeat scroll 0 2px;
        font-size:11px;
        padding-left:8px;
	}
	#edit_profile .innercontainer.container_14 {
		*margin-top:10px;
	}
	.mac .safari3 .edit_profile .body fieldset,
	.mac .safari4 .edit_profile .body fieldset {
		display:inline;
	}
  .edit_profile fieldset:first-child {
  	padding-bottom:0;
  	border-bottom:0;
  	}
  .edit_profile fieldset legend {
  	font-size:18px;
  	
  	text-transform: none;
  	margin-top:10px;
  	padding-top:7px;
	*margin-left:-7px;
  	}
   .edit_profile fieldset:first-child legend {
   	margin-top:0; 
   	padding-top:0;
   	}
   .edit_profile .content .body {
   padding-top:65px;
   overflow:hidden;
   }
   .edit_profile .main {
   float:left;
   width:605px;
	 overflow:hidden;
   }
  /* .edit_profile .main .hd {
   margin:20px 0 0 0;
   float:none;
   display:block;
   border-bottom:1px solid #999;
   } */
   .edit_profile .main .hd {display:none}
   .edit_profile .related {
   width:288px;
   float:left;

   }
   .edit_profile .related .tt {
   margin:37px 0 0 0px;
   position:relative;
   }
   .edit_profile .module .content .body ul {
   	padding-top:0;
   	margin-bottom:10px;}
   .edit_profile #fileName {
     width:215px;
   }
   .edit_profile .input.text input{
   	width:500px;
	line-height:18px;
	font-size:13px;
   }
   
   .edit_profile .input.text label,
   .edit_profile fieldset .note,
   .input .note {
   	width:auto;  line-height:18px;
	}
	
   .edit_profile fieldset .note {margin-top:0;}
   .edit_profile fieldset .input.textarea textarea {width:586px;}
   .edit_profile li.input  {margin-top:10px}
   .edit_profile .input label {
   		font-size:18px;
   		text-transform:uppercase;
   		font-weight:bold;
   	}
	
	.msie7 .edit_profile li.input.radio ul li label,
	.msie8 .edit_profile li.input.radio ul li label {
		width:575px;
		float:left;
		margin-top:4px;
	}
	
   .edit_profile .input.textarea label {
   	padding-top:8px;
   	
   	font-size:18px;
   	text-transform:none;
   	font-weight: bold;
   	}
   .edit_profile .input div#inputCount {
   	font-size:10px;
   	font-family: Verdana, sans-serif;
   	line-height:12px;
   	margin:10px 18px 0 2px;
	text-align:right;
   	}
   .edit_profile .input.submit {
   margin:20px 0 0
   }
   .edit_profile .tip {
   margin:10px 25px 0 35px;
   font-size:10px;
   font-family:tahoma;
   }
   
   
  .edit_account .note:first-child {padding-top:10px}
   .edit_account .input {
   width:375px
   }
   .edit_account .input.text input {
   width:365px;
   }
   /* --- For eos upgrade to 1.9 --- */
  	.edit_account .edit_items, 
	.edit_account .mobileEmail,  
	.edit_account #submitDiv { 
	margin:15px 0 15px 20px 
	}
   /* --- End of  eos upgrade to 1.9 --- */
   .edit_account #submitDiv {margin-bottom:0}
	.edit_account .edit_items {
		
		font-size:18px;
		font-weight:bold;
		}
	.edit_account .edit_items * {
		font-family: Arial, sans-serif;
		font-size:13px;
		font-weight:normal;
	}
	.edit_account .edit_items label {
		text-transform:uppercase;
		font-weight:bold;
		font-size:12px;
	}
   .sign_up fieldset {
   border:0;
   }
   .sign_up fieldset .note {
   margin:0 0 14px
   }
   .sign_up .input {
   text-align:right
   }
   .sign_up .input.checkbox {
    /*
	border-top:1px dotted #5F6060;
    border-bottom:1px dotted #5F6060;
    */
    padding:5px 0;
    text-align:left;
    }

   .sign_up .input label {
   float:left;
   width:90px;
   padding-top:4px;
   }
   #sign_up .sign_up .input.checkbox label {width:280px;}
   
   .sign_up .input.select {
   text-align:left;

   
   }
   .sign_up .input.select label {
   margin:0 10px 0 0
   }
   .sign_up .input.text input,  
   .join .input.text input {
   height:19px;
   -moz-border-radius:5px;
   margin-right:11px;
	width:204px;
   }
   .sign_up .input.checkbox label,  .join .input.checkbox label {
   float:none;
   font-size:11px;
   padding:2px 0;
   width:100%;
   }
   #sign_up .sign_up li.input {position:relative}
  #sign_up .sign_up .input .message {	
	position:relative;
		margin-left:0px;
		text-align:left;
   		line-height:14px;
	   	height:auto;
		left:0px;
		width:auto;
		top:0px;

   	}
	
	.mac #sign_up li.input.submit{
		height:25px;
	}
	#sign_up li.input{
		*width:332px;
	}
	 
   	#sign_up .sign_up .input .message span.description {		
		background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_detailtextbox.png) no-repeat scroll -19px 6px;
		color:#ffffff;
		height:36px;	
		left:-158px;
		padding-top:18px;
		padding-left:8px;
		padding-right:14px;
		text-align:left;
		position:absolute;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:300;
		top:-45px;
		width:105px;
		text-transform:uppercase;
		margin-left:30px;
	}


	#sign_up .sign_up .input .message .description{
		   	color:#020000;		
			text-align:right;	
	}
	
   #join .join .input.checkbox label {
   	display:inline;
  	margin:0;
  	position:static;
   }
   .join p {line-height:1.4}
  #sign_up .sign_up .input.checkbox input, .join .input.checkbox input {
   float:left;
   margin:2px 0px 0 2px;
   }

	.sign_up .input {margin-bottom:8px;}
   .sign_up_confirm .body div {
   margin:10px 0
   }
   .sign_up_confirm .body #closeBtn {
   margin:15px 0
   }
   .login fieldset {
   border:0;
   }
   .login .input {
   text-align:right;
   margin:0 0 10px
   }
   .login .input label,  .join .input label {
   float:left;
   width:80px;
   padding-top:4px;
   }
   .join .input label {width:auto}
   .login .input.select {
   text-align:left
   }
   .login .input.select label {
   margin:0 10px 0 0
   }
   .login .input.text input {
   width:169px
   }
   .login .input.checkbox label {
   float:none;
   font-size:11px;
   padding:2px 0;
   width:auto
   }
   .login .input.checkbox input {
   float:left;
   margin:0 10px 0 0
   }
   .login .input .button.submit, .login .input .button.cancel,
   .sign_up .input .button.submit, .sign_up .input .button.cancel,
   .forgot_password .input .button.submit, .forgot_password .input .button.cancel {
   margin:0;
   display:inline;
   }
	.login .input .button.cancel input, 
	.sign_up .input .button.cancel input, 
	.login .input .button.cancel input, 
	.forgot_password .input .button.cancel input {
		font-weight:normal;
		background:transparent;
		text-transform:capitalize;
		cursor:pointer;
	}
	
	.login .input .button.cancel input:hover, 
	.sign_up .input .button.cancel input:hover,
	.forgot_password .input .button.cancel input:hover {text-decoration:underline}
    .login .input .fpl {
	     display:block;
	     margin:0;
	     width:100%;
	     font-size:11px;
		 clear:right;
		 text-transform:capitalize;
		 border-top: 1px dotted #727374;
		 padding-top:5px;
   }
   
   .forgot_password .module .content .head {display:none}
   .forgot_password fieldset .note {
  	 	margin:0 0 14px
   }

   .forgot_password .input {
   text-align:right;
   margin:0 0 12px
   }
   .forgot_password .input label {
   float:left;
   width:80px
   }
   .forgot_password .input.text input {
   width:169px
   }
   .forgot_password .input .button.submit {
	float:right;
   }

   .forgot_password_confirm .address {
	   font-weight:bold;
	   margin:20px 0
   }

   .reset_password .note {
	   margin-bottom:15px
   }
   #uploadForm {padding:10px 0 0 0}

   .media_upload .input.browse input#fileName {
   width:425px;
   margin:0 10px 0 0
   }

   .media_upload .input.text input {
   width:521px
   }

   .media_upload .input.textarea textarea {
   width:521px
   }

   .media_upload .input .button.submit {
   padding:0 8px 0 0;
   float:left
   }

   .media_upload .input .button.submit input {
   padding:0 2px 0 10px;
   font-weight:bold
   }
   .media_upload #progressBar {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_uploader.gif") repeat-x 0 0;
   width:400px;
   border:1px solid #e2e1df;
   margin:0 0 10px
   }
   .media_upload #progressBar .progressFill {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_uploader.gif") repeat-x 0 -20px;
   height:20px
   }
   .media_upload #mediaMetaDisplay label {
   font-size:11px;
   color:#666
   }
   .media_upload #fileInfo .img {
   border: 5px solid #dedcdb;
   float:left;
   margin:0 10px 0 0
   }
   .media_upload #fileinfo .img img {
   width:24px;
   height:24px
   }
   .member_listing .body {
   padding:10px 0 10px 10px
   }
   .tt {
   position:absolute;
   z-index:2
   }
   .tt .tt_content .tt_tip, .tt .hd {display:none}
   .tt .tt_head {
   	background:#FFFFFF url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/edit_profile_top.png) no-repeat scroll 0 0;
   	height:4px;
   	}
   	.tt .tt_foot {
			background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/edit_profile_bottom.png) no-repeat scroll 0 100%;
			height:9px;
			}
   .tt .tts {
   position:absolute;
   height:100%;
   285px
   left:22px;
   top:0;
   z-index:1;
   width:100%;
   }
   .tt .ttsh {
	background: #FFF url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/edit_profile_top.png) no-repeat 18px 0;
   height:4px;
   margin:-4px 0 0;
   }
   .tt .ttsb {

   height:100%
   }
   .tt .ttsf {
   display:none;
   height:13px
   }
   .tt .ttc {
   background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/edit_profile_bottom.png) no-repeat 18px 100%;
   padding:0 6px 9px 18px;
   position:relative;
   z-index:2
   }
   .tt .tt_content {
   overflow:hidden;
   background:#2c2e31;
   color:#FFF;
   width:100%;
   padding:5px 6px 0 0;;
   background:#2c2e31 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/edit_profile_right.png) repeat-y top right;
   width:264px;
   }
   .tt .tt_content .tt_body {
   	background:transparent;
   	padding:0;
   	position:relative;
   	}
   .tt .tt_content div.member {
   float:left;
   background:transparent;
   padding-top:0;
   }
   .tt .ttcb .hd {display:none;}
   .tt .tt_content .tt_body .obj_meta {
   	width:130px;
    position:absolute;
    top:5px;
    right:5px;
    margin:0
   }
   .tt .tt_content .tt_body .description {
   	padding:0 10px 8px 10px;
   	clear:left;
   	line-height:18px;
   	margin:0;
   	}
   .tt .ttcf {
   	/*height:9px;
   	width:100%; */
   	
   	position:relative;
   	top:9px;
   	}
   
   /* tb close button style */
   #TB_closeAjaxWindow #TB_closeWindowButton {
   background:url('http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tb_close.gif') no-repeat center right;
   padding:0 15px 0 0;
   color:#fff
   }
 
   #html-1382932 .content .body h4 {
   font-size:28px;
   font-weight:bold;
   margin:0 0 10px;
   padding:10px 0 0 0;
   }
   #html-1382932 .content .body p {
   margin:0 0 20px
   }
   #html-1382932 .content .body p.linkList {font-weight:bold}
   #html-1382932 .content .foot {
   border:0
   }
   /* PLAYLIST */
  /*
   * Removed old styles and added new version at the end.
   */
   
   /* END PLAYLIST */
   
 
  /* Floats and margins for columns */
  #container .column {
  	float:left;
  	margin-right:14px;
  	}
  #container .rightColumn {
  	float:right;
  	margin-right:0;
  	}
  
 
  /*Top and bottom rounded corners */
  
  #container div.grid_5 .ad {padding-top:4px; background:transparent none no-repeat top left;}
  #container div.grid_5 .ad .ad {padding:0; border:0; background-image:none}
  #container div.grid_5 .ad .content {padding-bottom:4px; background:transparent none no-repeat bottom left;}
  #container div.grid_5 .ad .content .body {width:303px; padding:20px}
  
  #home .grid_5 .member_listing .module .content .body ul.members {
	  	width: 320px;
	  	margin:0 auto;
  }
  .member_listing .module .content .body ul.members{
  	margin:0 auto 13px;
padding-left:15px;

  }
.member_listing .module .content .foot .nav_meta,
.discussion_listing .module .content .foot .nav_meta {width:100%}
  
  .grid_6 .member_listing .module .content .body ul.members {
  	/*width: 384px;*/
  	margin:0 auto;
  }
  

 #header h2 a {color: #1f2123; text-decoration:none} 
 #header h2#siteLogo a{
 	display: block;
	height:122px;	
	text-indent:-9999px;
 }
 #header h2#siteLogo{
 	padding:0px;
	margin-top:14px;
 }
 .errorInput {
color:#CC0000;
font-size:12px;
margin-left:13px;
}
 #home #header h2#siteLogo a{
 	height:108px;	
 }
 #home  #header h2#siteLogo{
 	margin-top:28px;
 }
 body#home h1, #header h2 {
	color: #1f2123;
	font-size:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 0 0 0;
	width: 990px;
	margin:0 auto;
	} 
  /* Home page styles were present here. It has been moved to pages.css */

  body#community_landing .module .content .nav_page {display:none}
    
  .blog_listing .module .content .head .title h3 {float:none;}
  .blog_listing .module .content .foot .nav_meta {
  	float:none;
  }
  #blog_listing-294510.blog_listing .nav_meta ul li.new{
  	background:#000000 none repeat scroll 0 0;
	position:absolute;
right:12px;
top:22px;
  }
  .blog_entry .nav_meta ul li.more{
  	  	background:#000000 none repeat scroll 0 0;
	position:absolute;
right:12px;
top:22px;
  }
  .blog_listing .module .content .head .title .nav_meta ul li.new {
  	float:left;
  }
  .blog_listing .module .content .head .title .nav_meta ul li.more {
  	float:right
  }
  .blog_listing .module .content .head .title .nav_meta ul li:first-child {
  	float:left;
  }
	#blog_listing-294510.blog_listing .module .content .foot .nav_meta ul li.new{
		display:none;
	}
  .blog_listing .module .content .foot .nav_meta ul li.new {
	float:left;
  }
  .blog_listing .module .content .foot .nav_meta ul li.more {
  	float:right;
  }
  
  .video_playlist .module .content .foot .nav_meta ul li.more{float: left}
  .member_listing .module .content .head .title .nav_meta ul li {float:none;}
   
   /* Footer links styles */
  
#FooterLinks3{
	clear:both;
	display:block;
	margin:0 auto;
	width:978px;
}
  
  #FooterLinks1 div.footerBlock1, #FooterLinks1 div.footerBlock2, #FooterLinks1 div.footerBlock3, #FooterLinks1 div.footerBlock4,
    #FooterLinks1 div.footerBlock5{
  	margin-top:18px;
  }
 #FooterLinks1 h3 {
 	margin-bottom: 0 !important;
 	padding-bottom: 0px;
 }
   #FooterLinks1 ul,  #FooterLinks2 ul {
   	padding:0 0 12px 0;
   	}
    #FooterLinks2,#FooterLinks3{
   	clear:left;
   	padding-top:13px;
   	}
	#FooterLinks1{
		border-bottom:1px solid #343434;
	}
   #FooterLinks1 div,  #FooterLinks2 div,#FooterLinks3 div {
   	float:left;
   	width:198px;
   }
  #FooterLinks1 h4,  #FooterLinks2 h4 {
  	text-transform: uppercase;
  	color:#FFF;
  	margin-bottom:5px;
  	font-size:20px;
  }
  #FooterLinks1 h4 a,  #FooterLinks2 h4 a{
  	font-size:18px;
  }
  #FooterLinks1 ul li,  #FooterLinks2 ul li {margin-bottom:7px}
  #FooterLinks1 ul li a,  #FooterLinks2 ul li a {
  	color:#494949;
font-family:helvetica,arial;
font-weight:bold;
text-transform:uppercase;

  	}
	
	#shinedown_nation #FooterLinks1 ul li a,#shinedown_nation #FooterLinks2 ul li a{
		color:#9d9d9d;
	} 
	
	#group_detail_3231 #FooterLinks1 ul li a,#group_detail_3231 #FooterLinks2 ul li a{
		color:#000;
	} 
	#group_detail_3231 #FooterLinks1 ul li a:hover,#group_detail_3231 #FooterLinks2 ul li a:hover{
		color:#830015;
	} 
	 
	
	#FooterLinks1 ul li a:hover,#FooterLinks2 ul li a:hover {
		color:#830015;
	}
   
   /* End footer links styles */
  /*Footer links international pages*/

 #FooterLinks3 ul li.uk,#FooterLinks3 ul li.germany,#FooterLinks3 ul li.spain,#FooterLinks3 ul li.japan{
 	background-position:2px center;
	background-repeat:no-repeat;
	padding-left:25px;
 }
 
 #FooterLinks3 ul li.uk{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_uk.gif);
 }
 #FooterLinks3 ul li.germany{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Germany_flag16x11.png);
 }
 #FooterLinks3 ul li.spain{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Spain_flag_16x11.png);
 }
 
 #FooterLinks3 ul li.japan{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Japan_flag16x11.png);
 }
  /*End footer links international pages*/
   /* Footer logo links */
   #logoLinks {
   	width:966px;
   	height:44px;
   	margin: 0 auto;
   	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_footer.png) no-repeat top left;
   	text-indent:-9999px;
   	position:relative;
	height:100px
   	}




   #logoLinks a {
   	height: 38px;
   	text-indent:-9999px;
   	display:block;
   	position:absolute;
   	top:27px;
   }
   #logoLinks #myspaceLink {left:192px;
width:142px;}
   #logoLinks #youtubeLink {left:400px;
width:172px;}
   #logoLinks #pvLink {left:618px;
width:157px;}
   #logoLinks #ljLink {width:165px; left:673px;
   display:none}
   #logoLinks #fbrLink {width:161px; left:838px;
   display:none}
    #logoLinks #afflictionlink{left:832px;width:92px;top:0px;height:100px;
     	
     }
   #logoLinks #myspaceLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_footer.png) no-repeat scroll -192px -144px;}
   #logoLinks #youtubeLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_footer.png) no-repeat scroll -400px -144px;}
   #logoLinks #pvLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_footer.png) no-repeat scroll -618px -144px;}
   #logoLinks #afflictionlink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_footer.png) no-repeat scroll -832px -117px;}
   #logoLinks #ljLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_footer.png) no-repeat scroll -673px -105px;}
   #logoLinks #fbrLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_footer.png) no-repeat scroll -838px -105px;}
   
   #group_detail_3231 #logoLinks #myspaceLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownfanclub_footer_02.png) no-repeat scroll -192px -144px;}
   #group_detail_3231 #logoLinks #youtubeLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownfanclub_footer_02.png) no-repeat scroll -400px -144px;}
   #group_detail_3231 #logoLinks #pvLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownfanclub_footer_02.png) no-repeat scroll -618px -144px;}
   #group_detail_3231 #logoLinks #afflictionlink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownfanclub_footer_02.png) no-repeat scroll -832px -117px;}
   #group_detail_3231 #logoLinks #ljLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownfanclub_footer_02.png) no-repeat scroll -673px -105px;}
   #group_detail_3231 #logoLinks #fbrLink:hover {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownfanclub_footer_02.png) no-repeat scroll -838px -105px;}
   /* Blog summary styles */
   .articles li .title h4 a,.article li .title h4 {
   		font-family:"Courier New";
   	font-weight:bold;
   	font-size:24px;
   	text-transform:uppercase;
   	}
	
   /* End blog summary styles */
   .blog_listing .content .articles li .title h4 a,.article li .title h4 {
   	color:#B3001C;
   }
   .blog_listing .content .articles li .title h4 a:hover{
   	color:#736F6E;
   }
   .title h4 a:hover{
   	background:none;
   }
   .title h4 a,.album h2{
   	font-size:14px;
   	color:#B3001C;
   }
   .album h2{
   font-size:16px;	
   }
    .title h4 a:hover{
   	color:#736F6E;
   }
   li.feature .txt {
   	padding-left:2px;
   	}
   
   li.feature h4 {
   	
   	font-weight:bold;
   	font-size:18px;
   	padding-bottom:15px;
   	}
   	
   	li.feature .description {
   		font-size:11px;
   		color:#5d5d5d;
 }
 .site_activity .module .content .body ul.events {
 	padding-top:0;
 }
 .events li {/*
 	float: left;
 	width: 100%;
 	clear: both;*/
	
	border-bottom:2px solid #7e7e7e;
	margin-top:11px;
 }
 .events li .txt {
 	padding:7px 0 7px 40px;
 	
 	font-size: 13px;/*
 	position: relative;/*
 	display: block !important;*/
 	min-height: 37px;
 	margin: 0;
 }
 .events li .txt a {font-weight:bold}
 .events .performer .img a {
 	border:1px solid#CCC;
 	width:29px;
 	height:29px;
 	}
 .events .description {margin:7px 0 0 0}
.events .description .photo .img,
.events .description .photo .img a, 
.events .description .photo .img a img {
	width:35px !important;
	height:35px;
	cursor:pointer !important;
	}
.events .description .video .img,
.events .description .video .img a,
.events .description .video .img a img {
		width:61px;
		height:35px;
		cursor:pointer !important;
		background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_video_a.gif) no-repeat scroll right bottom;
		}
	.events .description .comment {
	background:#EEEEF0;
	font-size:13px;
	color:#333;
	padding:6px 10px;
	display:none;
	}
	#member_detail .events .description .comment,
	#community_landing .events .description .comment{
		display:block;
	}
	#community_landing .innercontainer .container_14{
		*margin-top:10px;
	}
 .events .performer { 
 	position: relative;
 }
 .events .performer .img {
 	background-position: left top !important;
 	overflow: hidden;
 	width: 31px;
 	background-image: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_xs.gif);
 }
 .grid_5 .events .performer .img {
 		background-image: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_xs.gif);
 }
 .events .performer .txt {padding: 0;}
 .events li .hd {
 	border-bottom:1px dotted #9C9C9C;
 	margin-bottom:0;
 }
   	
 .events .description .audio .img {
	    float:left;
 		width: 17px;
 		height: 13px;
 		margin:0 6px 0 0;
 		border:2px solid #F6F6F6;
 		background:url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_audio_img.gif') no-repeat top left;
}  	
   
   #launchPlayerLink {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_launchaudioplayer_02.png) no-repeat scroll center top;
display:block;
height:35px;
text-indent:-9999px;
width:327px;
margin-left:9px;
   	}
   	#launchPlayerLink:hover{
   		background-position:center -36px;
   	}
  .footer .module {margin:0; padding-bottom:10px;}
  .footer .module .content .body {
  	border:0;
  	padding: 5px 0 0 0;
  	width:967px;
  	margin:0 auto;
  	}
  	
  	
  #footer {background:#FFF;}
  .footer a, .footer a:link, .footer a:active, .footer a:visited {
  	color: #494949;
  	}
  .footer .left a {}
  .footer .right a {padding-left:18px}
  
  
  /* Page top leaderboard ad */
  #header .ad {margin:0 0 5px 0; padding-top:7px;}
  #header .ad .ad {padding-top:0}
  #header .ad .content .body {margin:0 auto;}
  

  
  /*Community page styles */
  ul#bandPhotoList {text-align:center}
  ul#bandPhotoList li {
  	float:left;
  	margin-right:2px;
  	}
  ul#bandPhotoList li img {border:1px solid #020000;}
  	
  /* Discussion listing module */

  
  /*Photo thumbnail module */
  
  .photo_thumbnail .head .nav_meta {display:none}
#home  .photo_thumbnail .nav_page {display:none}
  
  /* Video thumbnail module */
 .video_thumbnail .module .content .head .title .nav_meta {display:none}
 #home .video_thumbnail .module .content .nav_page {display:none}
 .grid_3 .video_thumbnail .module .content .body {
 	padding:0 0 0px;
	}
 .grid_3 .video_thumbnail .module .content .foot .nav_meta {
 	
	}
	 #comments-294523.comments .module .content .body{
		margin-left:4px;
	}
 .grid_5 .comments .module .content .body{
 	margin-left:3px;
 }
   
  /* Comments module */
  .comments .module .content .body {
  	padding-top:10px;
	background:#000000 none repeat scroll 0 0;
	
	}
  .comments .module .content{
  	padding:0 0 0;
  }
  .comments .module{
  	margin:0 0 0;
  }
  /************* CELLSTREAM CSS BEGIN ****************/
  #cellStreamWrapper .csWrapper .timestamp,#cellStreamWrapper .csWrapper .user, #csLogoElement, #cellStreamWrapper .csContent{
  	font-family: "Verdana";
  	font-size:10px;
  	line-height:13px;
  	color:#888;
  }
  
	#cellStreamSlider {
	height:190px;
	padding:5px 0 0;
	position:relative;
	z-index:900;
}
  #csLogoElement{
  	text-align:right;
  	padding-right:30px;
  	padding: 12px 10px 12px 0px;
  }
  
  #cellStreamWrapper .csPage {
 	position:relative;
 	padding-left:20px;
		_padding-left:0px;
  }
  
  #cellStreamWrapper .csCell{
  	position:absolute;
  	width:123px;
  	height:180px;
  	overflow:hidden;
  	background:#fff;
  	border:1px solid #cBcBcB;
  	-moz-border-radius:3px;
  }
  
  #cellStreamSlider .csCell0{
  	left: 0px;
  }
  #cellStreamSlider .csCell1{
  	left: 133px;
  }
  
  #cellStreamSlider .csCell2{
  	left: 266px;
  }
  
  #cellStreamSlider .csCell3{
  	left: 374px;
  }
  
  #cellStreamSlider .csCell4{
  	left: 498px;
  }
  
  #cellStreamWrapper .csContent{
  	height:125px;
  	overflow: hidden;
  	margin:5px;
  	width:111px;
  	border:1px solid #ccc;
  	margin-bottom:6px;
  	
  }
  
  #cellStreamWrapper .imageVideo{
  	border:0px;
  	width:113px;
  }
  
  #cellStreamWrapper .imageVideo .image {
  	overflow: hidden;
  	/*border: 1px solid #ccc;*/	
  	cursor: pointer;
  }
  #cellStreamWrapper .csContent .image img, 
  #cellStreamWrapper .csContent .video img{
  	height:100%;
  }
  #cellStreamWrapper .imageVideo .image img, 
  #cellStreamWrapper .csContent .video img{
  	height:90px;
	width:100%;
	cursor:pointer;
  }
  
#cellStreamWrapper .imageVideo .image img {border:none;}  
  
  #cellStreamWrapper .imageVideo .video {
  	height:90px;
  	overflow: hidden;
  	border: 1px solid #ccc;
  }
  
  .videoParams {display:none;}
  
  #cellStreamWrapper  .text {
  	padding:5px;
  	color: #333;
  }
  
  	#cellStreamWrapper .fullText {
		padding:5px;
	  	color: #333;
		
		font-size: 14px;
	}
	
  #cellStreamWrapper .imageVideo .text {
  	padding:6px 0 0 0;
	color:#565759;
  }
  
  #cellStreamWrapper .active .imageVideo .text{
  	font-size:10px;
  }
  
  #cellStreamWrapper .csWrapper{
  	overflow: hidden;
  	color:#888;
  	margin:0 5px 0 5px;
  	border-top: 1px solid #ccc;
  	padding-top:6px;
  }
  
  /********* code for the on hover state active classes ***********/
  #cellStreamSlider .active{
  	height:343px;
  	width:273px;
  	z-index:5;
  }
  
  /*#cellStreamSlider #csCell0.active,#cellStreamSlider #csCell3.active,#cellStreamSlider #csCell6.active,#csCell9.active {
  	left: 0px;
  	top:-35px;
  }*/
 
 #cellStreamSlider .csCell.active{
 	border:1px solid #ccc;
 }	
  #cellStreamSlider .csCell0.active{
	  	left: 0px;
	  	top:-35px;
		
	  }
  /*#cellStreamSlider #csCell1.active, #cellStreamSlider #csCell4.active, #cellStreamSlider #csCell7.active{
  	left: 75px;
  	top:-35px;
  }*/
  #cellStreamSlider .csCell1.active{
	  	left: 75px;
	  	top:-35px;
	  }

 /* #cellStreamSlider #csCell2.active, #cellStreamSlider #csCell5.active, #cellStreamSlider #csCell8.active{
  	left: 174px;
  	top:-35px;
  } */
  #cellStreamSlider .csCell2.active{
	  	left: 174px;
	  	top:-35px;
	  }

.csFlvClose{
	position:absolute;
	margin-top:-160px;
	margin-left:205px;
	*margin-top:0px;
	*margin-left:0px;
}

.csFlvClose a{
	display:block;
	background-color:#000;
	color:#fff;
}


  #cellStreamSlider .active .csContent{
  	height:206px;
  	width:203px;
  	margin:40px 50px 6px 38px;
  }
  
  #cellStreamSlider .active .imageVideo{
  	width:197px;
	height:248px;
  }
  
  #cellStreamWrapper .active .imageVideo .image img{
  	height:195px; cursor:pointer;
  }
  
  #cellStreamWrapper .active .imageVideo .video img{
  	height:155px;
  }
  #cellStreamWrapper .active .imageVideo .video {
  	height:155px;

  }
  
  #cellStreamWrapper .active .csWrapper{
  	margin: 0px 10px;	
  }
  
  #cellStreamWrapper .active .csWrapper .timestamp{
  	text-align:left;
	text-transform:uppercase;
	margin-left:27px;
	margin-top:-10px;
	font-size:10px;
	color:#8b8b8c;
  }
  
  .rss_in .module .content .body #cellStreamWrapper .csWrapper .timestamp{
	margin-top:22px;
  }
  
  #cellStreamWrapper .active .csWrapper .user{
	text-align:left;
	text-transform:uppercase;
	margin-left:27px;
	font-size:11px;
	color:#b3001c;
  }
  
  /* Code for CS Buttons */
  #csButtonWrap {
  	position:absolute;
  	right:15px;
  	top:13px;
  	width:48px;
  	height:23px;	
  }
  #csButtonWrap a:focus { -moz-outline-style: none; }
  #csButtonWrap #csPrevious,#csNext{
  	display:block;
  	color:#cbcbcb;
  	-moz-border-radius:3px;
  	width:23px;
  	height:23px;
  	text-decoration: none;
  }
  
  #csButtonWrap #csPrevious{
  	float:left;
  }
  
  #csButtonWrap .csPrevious {
  	background-image: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_previous.png");
  	cursor: pointer;
	*margin-top:8px;
  }
  
  #csButtonWrap .csPreviousDisabled {
  	background-image: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_previous.png");
  	cursor: default;
	*margin-top:8px;
  }
  
  #csButtonWrap a.csPrevious:hover{
  	background-position:0 -33px;
  }
  
  #csButtonWrap #csNext{
  	float:right;
  }
  
  #csButtonWrap .csNext{
  	background-image: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_next.png");
  	cursor: pointer;
	*margin-top:8px;
  }
  
  #csButtonWrap .csNextDisabled {
  	background-image: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_next.png");
  	cursor: default;
	*margin-top:8px;
  }
  
   #csButtonWrap a.csNext:hover{
  	background-position:0 -33px;
  }
  
  .clear{
  	clear:both;
  }
  
  /**************************  Cellstream detail page section ******************************/
	
	
	 #cellStreamPhotosViewer .csWrapper .timestamp,#cellStreamPhotosViewer .csWrapper .user, #csLogoElement, #cellStreamPhotosViewer .csContent{
		font-family: "Verdana";
		font-size:10px;
		line-height:13px;
		color:#888;
	}
	
	
	#cellStreamPhotosViewer{
		position:relative;
		height:455px;
		width:623px;	
	}
	
	
	#cellStreamPhotosViewer .csPVContent{
		height:360px;
		width:600px	; 
		overflow: hidden;
		margin:5px;
		margin-bottom:6px;
	}
	
	
	#cellStreamPhotosViewer .csPage {
		position:relative;
		padding-left:20px;
		
	}
	
	#csLogoElement{
		text-align:right;
		padding-right:30px;
		padding:20px 0 0;
	}
	
	#csPhotosViewWrapper .csCell{
		position:absolute;
		overflow:hidden;
		background:#fff;	
		-moz-border-radius:3px;
		width:610px;
	}
	
	#cellStreamPhotosViewer .csCell0{
		left: 0px;
	}
	
	#cellStreamPhotosViewer .imageVideo{
		border:0px;
		width:113px;
	}
	
	#cellStreamPhotosViewer .imageVideo .image {
		overflow: hidden;
		border: 1px solid #ccc;
	}
	
	#cellStreamPhotosViewer .csPVContent .image img{
		height:335px;
		width:595px;
	}
	#cellStreamPhotosViewer .imageVideo .image img{
		height:90px;
	}
	
	#cellStreamPhotosViewer .imageVideo .video {
		height:90px;
		overflow: hidden;
		border: 1px solid #ccc;
	}
	
	.videoParams {display:none;}
	
	
	#cellStreamPhotosViewer  .text {
		padding:5px;
		color: #333333;
	}
	#cellStreamPhotosViewer .imageVideo .text {
		padding:6px 0 0 0;
	}
	
	#cellStreamPhotosViewer .csWrapper{
		overflow: hidden;
		color:#888888;
		margin:0 5px 0 5px;
		border-top: 1px solid #ccc;
		padding-top:6px;
	}
	
	
	#cellStreamPhotosNotAvl  .noImageText{
		font-family: arial;
		font-size:14px;
		font-weight:bold;	
		color:red;
	}
	#csPhotosNotAvl{
		height:150px;
		width:200px;
	}
	#cellStreamPhotosNotAvl{
		position:relative;
		height:70px;
		width:150px;
		padding:5px 10px 10px 10px;
	} 
  
  /************* CELLSTREAM CSS END ****************/
  
  /* sIFR text */
 .sIFR-alternate {
  display:block;
  height:0;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  width:0;
  }
    
  /* music player popup */
  #music_player #moduleContainer1 {
  	width:350px;
  }
  #music_player .module {
  	margin:0;
  	padding: 0;
  	}
  #music_player .module .content {padding:0}
  #music_player .module .content .body {
  	padding:0;
  }
  #music_player #nav_global {display:none !important}
  /* end music player popup */
  
  /* Member profile page */
  .member_detail h4 {
  	
  	font-weight:bold;
  	font-size:18px;
  	text-align:center;
  	}
  .member_detail .module .content .foot .obj_meta {padding:0 0 14px 0}
  .about_me .body .about {padding-top:10px}
  
 /* end member profile page*/
 
 /* photos */
 #photo .photos li, #photo_detail .photos li {
 	clear:none;
 	width:120px;
 	}
 #photo ul.photos li.photo, #photo_detail ul.photos li.photo {
 	height:192px;
	margin-top:18px;
 }
 #photo .photos li .txt, #photo_detail .photos li .txt {
 	margin-left:0;
 	margin-top:8px;
 	}
	.photo_thumbnail .module .content .foot{
		margin-top:10px;
	}
	.photo_thumnail .module .content .foot{
		margin-top:10px;
	}
 #photo_detail div.photo {padding-top:6px}
 #photo_detail .photo .title {clear:both;}
 #photo_detail .photo .title h3 {
 	font-size:20px;
 	padding:2px 0;
 	
 	font-weight:bold;
 	}
 	
 /* videos */
 #video .videos li, #video_detail .videos li {
 	clear:none;
 	width:120px;
 	margin-right:10px;
 	}
 #video ul.videos li.video, #video_detail ul.videos li.video {
 	height:150px;
	margin-top:18px;
	}
	.video_thumbnail .module .content .foot{
		margin-top:11px;
		*margin-top:15px;
	}
	.video_thumbnail ul.videos li.video .txt .category a{
 	color:#B3001C;
	font-size:10px;
	text-transform:uppercase;	
	}
 #video .videos li .img, #video_detail .videos li .img {
 	width:104px;
 	margin-bottom:8px;
 	}
	#video_detail.msie7 .videos li .img{margin-left:0px;}
 #video_detail div.video {padding-top:6px}
 #video_detail .video .title {clear:both;}
 #video_detail .video .title h3 {
 	font-size:20px;
 	padding:2px 0 0 0;
 	
 	font-weight:bold;
	}
	
	.video_thumbnail .videos .txt{
	width:120px;
}
/* sign up, login, reset password forms (pages.css doesn't work */
body.m32 {
 background:#000 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_signup.png) repeat-x top left;
 color:#FFF;
 font-family: Verdana, sans-serif;
 }
 .m32 #wrapper {
 width:430px;
 padding-bottom:1px;
 background:transparent;
 }
body#login.m32 #wrapper, body#sign_up.m32 #wrapper {width:100%}
.m32 #container {
 padding:10px 0 0 0;
 margin-top:5px;
 margin-bottom:0;
 }
body#login.m32 #errorMsg, body#sign_up.m32 #errorMsg {
	width: 360px;
	margin:0 auto;
	text-align:center;
	padding: 6px 0;
	background-color: #AA1213;
	color: #FFF;
	text-transform: uppercase;
	border-top:0;
	border-bottom:0;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}
body#sign_up.m32 #errorMsg {width:362px}
body#join.m32 #errorMsg {width:388px; margin:0 auto; border-left:2px solid #dcdcdc; border-right:2px solid #dcdcdc;}
body#reset_password.m32 #errorMsg {
	width:348px;
	margin:1px 1px 10px;
	}

body#login.m32 #container #moduleContainer0 {
	/*width:312px;*/
	margin:0 auto;
	/*
	border-color:#000000;
	border-style:solid solid none;
	border-width:1px 1px medium;
	*/
	}
body#sign_up.m32 #container #moduleContainer0 {
	width:360px;
	margin:0 auto;
	/*
	border-color:#000000;
	border-style:solid solid none;
	border-width:1px 1px medium;
	*/
	}
	body#reset_password.m32 #container #moduleContainer0 {
		width:370px;		
	}	
	body#reset_password.m32 #container #moduleContainer1{
		 width:370px;
		 float:left;
		 display:inline;
		 /*
		 border-color:#000000;
		 border-style:solid solid none;
		 border-width:1px 1px medium;
	*/
	}
 .m32 #container #moduleContainer1 {
	 width:370px;
	 float:left;
	 display:inline;
	 border:1px solid #000;
	 border-width: 0 1px 1px 1px;
 }
body#login.m32 #container #moduleContainer1, 
body#sign_up.m32 #container #moduleContainer1 {
	width:100%;
	border:0;
	display:block;
	margin:0;
	float:none;
	}

 .m32 #container #moduleContainer2 {
 width:250px;
 float:right;
 margin:0 10px 0 0;
 display:none;
 }
 .m32 .module, .m32 .module .content .body,
 .m32 .module .content .foot {
 	background:transparent;
 	border:0
 	}

body#login .login .module .content .body,
body#login .forgot_password .module .content .body,
body#login .forgot_password_confirm .module .content .body {
	/*width:288px;*/
	/*
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
	margin:0 auto;
	padding-bottom:20px;
	}
body#sign_up .sign_up .module .content .body, 
body#sign_up .sign_up_confirm .module .content .body {
	width:336px;	
	margin:0 auto;
	}

body#login.m32 .module .foot, 
body#sign_up.m32 .module .foot {padding:0 5px 5px 5px;}

body#login .login .input .button.submit {padding-bottom: 10px}
.m32 .module .content .head h3 {
	border-color:#727374;
	color: #FFF;
	}
.m32 .page_title .module .head, .m32 .reset_password .module .head {
	padding-top:7px;
	background:transparent;
	border:0
	}
.m32 .join .module .head {display:none}
.m32 .sign_up .module .content .head, .m32 .login .module .content .head {display:none}
.m32 .sign_up_confirm .module .content .head, .m32 .forgot_password_confirm .module .content .head {
	background:transparent;
	/*width:336px;
	border-color: #000;*/
	margin:0 auto;
	}

.m32 .sign_up_confirm .module .content .head h3, .m32 .forgot_password_confirm .module .content .head h3 {border-bottom: 0;}
.m32 .forgot_password_confirm #closeBtn {
	margin-left:15px;
	width:100px;
}
.m32 .module .content .foot div.poweredBy {
	/*background-color:#45484C;*/
	padding-left: 48px;
	/*background-position: 8px 50%;*/
	}
.m32 	.module .content {padding:0}
.m32 .html .module .content .body {padding-top:10px}
.m32 label {
	text-transform:uppercase;
	font-size:11px;
	}
.m32 .checkbox label {text-transform: none;}
/* end sign up, logn, pw reset forms */

/* modal dialogs */

.msie8 #alertDeleteConfirm.adminModalWindow .actions button.smallSecondary{
	height:20px !important;
	width:40px !important;
	margin-right: 0px;
	margin-left:15px;
}

#alertDeleteConfirm .module .content .head h3{
	font-size:12px;
}


#alertDeleteConfirm.adminModalWindow .actions button.smallSecondary span {
color:#FFFFFF !important;
font-weight:bold !important;
height:20px !important;
line-height:26px;
padding:0;
*height:20px !important;
}

#alertDeleteConfirm.adminModalWindow .top h1 {

font-family:"Courier New",Courier,monospace;
font-size:1.3em;
font-weight:bold;
margin-bottom:0.5em;
}

.adminModalWindow, #alertDeleteConfirm {
background: #000 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_admin_modal.png) repeat-x scroll left top !important;
width: 332px !important;
border:1px solid #000;
z-index:100;
}
.adminModalWindow .top, #alertDeleteConfirm .top {
	padding-bottom: 0 !important;
	background: transparent !important;
	}
.adminModalWindow .actions {
	padding-top: 0 !important;
	background: transparent !important;
	}
.adminModalWindow .top h1 {
	color:#FFF !important;
	padding-top:5px;
	width:250px;
	}

	

.adminModalWindow .top a.closeModal{
	
	right: 4px !important;
	top:0px !important;
	width: 18px !important;
	padding-left:6px !important;
	background-repeat: no-repeat !important;
	}
	
	#alertDeleteConfirm.adminModalWindow .top a.closeModal {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_close_image.png) no-repeat scroll 0px 0 !important;
	height:22px !important;
	position:absolute;
	text-indent:-99999px;
	padding-left:24px !important;
	right:4px !important;
	top:5px !important;
	width:25px !important;
}


#alertDeleteConfirm .modalWindow .actions{
	text-align:right;	
}


.adminModalWindow .main, #alertDeleteConfirm .main {color:#FFF !important;}
.adminModalWindow .actions button.smallPrimary, 
#alertDeleteConfirm .actions .button.submit {
	border:none;
	background: #FFF !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px !important;
	font-weight:bold !important;
	text-transform:uppercase;
	padding:0 !important;
	*height:18px !important;
	*width:57px !important;
	margin-left:0 !important;
}

#alertDeleteConfirm.adminModalWindow .actions button.smallPrimary{
	
	margin-left:0;
	color:#020000 !important;
	*height:18px !important;
	*width:57px !important;
}

.msie8 #alertDeleteConfirm.adminModalWindow .actions button.smallPrimary{
	height:18px !important;
	width:63px !important;
}

.msie8 .adminModalWindow .actions button.smallPrimary, 
.msie8 #alertDeleteConfirm .actions .button.submit{
	height:19px !important;
	width:63px !important;
}


.mac .safari3 #alertDeleteConfirm.adminModalWindow .actions button.smallPrimary{
	height:20px !important;
	width:63px !important;
}
.mac .safari4 #alertDeleteConfirm.adminModalWindow .actions button.smallPrimary{
	height:20px !important;
	width:63px !important;
}

.mac .safari3 .adminModalWindow .actions button.smallPrimary, 
.mac .safari3 #alertDeleteConfirm .actions .button.submit{
	height:20px !important;
	width:63px !important;
}
.mac .safari4 .adminModalWindow .actions button.smallPrimary, 
.mac .safari4 #alertDeleteConfirm .actions .button.submit{
	height:20px !important;
	width:63px !important;
}

.adminModalWindow .actions button.smallPrimary span {
	color: #020000 !important;
	padding:0 !important;
	background:transparent !important;
	height: auto !important;
	line-height:1.16em !important;
	}
	
#alertDeleteConfirm .actions .button.submit {
color: #020000 !important;

border:1px solid #020000 !important;
float:none;
}

.adminModalWindow .actions button.smallSecondary, #alertDeleteConfirm .actions .button.cancel {
	font-weight:normal !important;
	background: transparent !important;
	padding: 0 !important;
	color:#020000 !important;
}
.modalWindow .main {
	background:transparent !important;
	margin:0 !important;
	}
.modalWindow .main .module, .modalWindow .main .module .content,
.modalWindow .main .module .content .head,
.modalWindow .main .module .content .body {
	background:transparent !important;
	border:0 !important;
	}
	.modalWindow .main .module .content .head h3 {
		padding-top:0px; 
		padding-bottom:7px;
		padding-left:4px; 
		margin-top:0px;}
	.modalWindow .main .module .content .body {padding-bottom:0}
	.modalWindow .actions .button.submit button, .modalWindow .actions .button.cancel button {
		background:transparent !important;
		}
.modalWindow .top a.closeModal {
	background: transparent url(/admin/img/buttons/message_close.gif) repeat scroll 0 0 !important;
	padding-right:0 !important;
	}
.modalWindow .actions .button.cancel button {color:#fff !important;margin-top:3px !important;padding-top:0px !important;cursor:pointer;}
.modalWindow .actions #saveButton{
	cursor:pointer;
}
.modalWindow .actions .button.submit button {
	color:#020000 !important;
	font-weight:bold !important;
}
#alertFlagConfirm .module .content .head{
	*width:400px;
}
#alertFlagConfirm.modalWindow .actions .button.cancel button {
	color:#FFFFFF !important;
	font-weight:bold !important;
	padding-top:0px !important;
	font-size:16px;
	cursor:pointer;
}
#alertFlagConfirm.modalWindow .main .module .content .head h3{
	font-size:20px;
	color:#ffffff;
	border:medium none;
	width:400px;
}

/*for bug fix*/
#alertDeleteConfirm .module .content .head h3{
display:block;
font-family:"Courier New",Courier,monospace !important;
font-size:1.3em;
font-weight:bold;
text-transform:capitalize !important;


}


#alertDeleteConfirm .module .content .head{
padding-top:18px;
}

.modalWindow .actions #saveButton {
background-color:#FFFFFF !important;
border:0px !important;
cursor:pointer;
color:#020000 !important;
font-family:Arial,Helvetica,sans-serif;
font-size:14px !important;
font-weight:bold !important;
margin-left:0 !important;
padding-bottom:0 !important;
padding-left:0 !important;
padding-right:0 !important;
padding-top:0 !important;
text-transform:uppercase;
}

#alertDeleteConfirm.modalWindow .actions .button.cancel button{
color:#FFFFFF !important;
font-weight:bold !important;
font-size:12px !important;
margin -top:0px !important;
}

#alertDeleteConfirm .module .content .body p:first-child{
margin-left:8px;
}

#alertDeleteConfirm.modalWindow .actions{
padding-top:0px !important;
margin-bottom:15px;
}


#alertDeleteConfirm.modalWindow .top a.closeModal{

background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_close_image.png) !important;
background-position:0 0 !important;
background-repeat:no-repeat !important;
height:22px;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0 !important;
padding-left:0 !important;
padding-right:0 !important;
padding-top:0 !important;
right:11px !important;
text-indent:-9999px;
width:22px;

}

#alertDeleteConfirm.modalWindow .top a.closeModal:hover{
	background-position:0px -39px !important;
}

/* End modal dialogs */

/* Begin tour dates */
/* Beginning of the tour date */


.tourDatesWrapper{
	padding:0px;
	margin:0px;
	
}
.tourDatesWrapper .tourDatesUnit{
	border-bottom:1px dotted #9C9C9C;
	padding:10px 0;
	
	font-size: 13px;
}

.tourDatesWrapper .lastUnit {
	border-bottom: 0px;
}

#rss_in-327532 .module .content .body{
	padding-top: 0px;
}

.tourDatesWrapper .tdDateField{
	float:left;
	width:26px;
	color:#ffffff;
	align:center;
	font-family: Verdana;
	font-size: 9px;
	margin-top: 3px;
	text-transform: uppercase;
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/tour-date.png") no-repeat;
	
}

.tourDatesWrapper .tdMonth{
	height: 10px;
	text-align: center;
}

.tourDatesWrapper .tdDD{	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.tourDatesWrapper .tourVenueBuyWrapper{
	float:right;
	width:350px;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	width:235px;
	float:left;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-weight: bold;
	font-size: 14px;
	padding-bottom:0px;

}

.tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField{
	font-family: Arial;
	font-size: 13px;
	float:right;
	padding: 0px;
	width:100px;
	padding-bottom: 5px;
}

.tourDatesWrapper #tdViewAll{
	text-transform:capitalize;
	padding:20px 0 10px;
	font-weight:bold;
	font-size:11px;
}


.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	float:left;
	width:135px;
}

.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-weight: bold;
	font-size: 14px;
	padding-bottom:0px;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdArtistName{	
	overflow:hidden;
	padding-top:10px;
}

.grid_3 .tourDatesWrapper .tourVenueBuyWrapper{
	width:181px;
	width:135px;
}

.grid_3 .tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField {
	font-family: Arial;
	font-size: 13px;
	float:left;
	padding-top: 10px;
	padding-bottom: 5px;
	width:200px;
}
/* end tour dates */

dl {
	overflow:auto;
	padding-top:2px;
	}
dt {
	float:left;
	width:25%;
	font-weight:bold;
	clear:both;
	padding-top:8px;
}
dd {
	float:right;
	width: 70%;
	padding-top:8px;
	}
.module .content .body dl ul {padding-top:0}

.ad .body a img {cursor:pointer;}

/* social meda sharebox on photo, video detail */
.sharebox{
	margin:-27px 0 0 0;
}
.sharebox .sb_head .sb_title a.sharelink {background-position:0 1px}
.sharebox .sb_head .sb_title a.shareclose {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_close_image.png) no-repeat 100% -39px;
	display:block;
	float:right;
	height:21px;
	padding:2px 28px 0 0;
	width:60px;
	text-align: right;
	}
	
	.sharebox .sb_content .sb_body ul li.shareweb ul{
		margin-left:2px;
	}
	
.sharebox .sb_content .sb_body ul li.shareweb ul li a {
	color:#333;
	font-family: Verdana, sans-serif;
	font-size:11px;
	}
.sharebox .sb_content .sb_body ul li label {
	color: #333;
	font-family: Verdana, sans-serif;
	font-size:11px;
	}
.sharebox .sb_content .sb_body ul li.shareweb ul li {margin-right:2px}
.sharebox .sb_content .sb_body ul li.shareweb ul li.delicious {width:30%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.twitter {width:24%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.email {width:24%}
.sharebox .sb_content .sb_body ul li.shareweb ul li.google {
	width:24% !important; 
	background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_sharelink_google.gif) no-repeat 0 0;
	margin-top:6px;
	}
.sharebox .sb_content .sb_body ul li.shareweb ul li.digg {
	width:24% !important; 
	margin-top:6px; 
}
.sharebox .sb_content .sb_body ul li.shareweb ul li.myspace{margin-top:6px;width:24% important;}
.sharebox .sb_content .sb_body ul li.shareweb ul li.eos_blog {
	width: 24%;
	margin-left:23px;
	}
.sharebox .sb_content .sb_body ul li.shareweb .hd {display:none}

.sharebox .sb_content .sb_body ul li.shareurl input {
	color:#333;
	width: 310px;
	margin:4px 0 0 0px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	}
.sharebox .sb_content .sb_body ul li.shareembed textarea {
	color: #333;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	width: 310px;
	height:125px;
	margin:4px 0 5px 0;
}

.sharebox .sb_content .sb_body ul li.shareweb ul li.reddit{
	width:24% !important;
}

/* IE 7 hacks */
*:first-child+html .module .content,
*:first-child+html .module .content .body,
*:first-child+html .ad,
*:first-child+html .foot,
*:first-child+html .events li,
*:first-child+html .nav_main li li a {zoom: 1;}
*:first-child+html .module .content {position: relative;}
*:first-child+html .module .content .foot.empty, *:first-child+html .ad .foot {height: 0 !important; overflow: hidden !important;}
*:first-child+html .module .content .foot * {line-height:1.4em}

/*
*:first-child+html .input .button.submit input, *:first-child+html .button.cancel input,
*:first-child+html .reset_password .input #submit {overflow:visible; padding:2px 11px}
*/
*:first-child+html .videos li .img {margin-left:12px}
*:first-child+html #csButtonWrap {top:0}
*:first-child+html .content .videos li.m .img a {margin-left:8px}
*:first-child+html .grid_3 .photos li .img a {margin-left: 35px;}
*:first-child+html #discussion_detail #moduleContainer1 {display:none}
*:first-child+html .module .feature .img {margin-left:-5px;}
*:first-child+html .module .feature:first-child .img {margin-left:0;}
*:first-child+html .events .performer .txt {padding-right:0.3em}

/* *:first-child+html .grid_9 .member_listing .module .content .body ul.members {width:552px} */
/* end IE 7 hacks */


/**************************** fix for thumbanil issue ****************/


 /* Safari hacks */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
 #html-336227.html ul#bioLinks li {margin-right:8px !important;}
 #html-336227.html ul#bioMemberPics li {margin-left: 27px !important}
 #html-336227.html ul#bioMemberPics li:first-child {margin-left:0 !important}
	}

/* ALBUM LISTING and album details page hack */

.content .body ul.albums li.s .img {
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_s.gif") no-repeat center center;
}

.content .body ul.albums li.xs .img {
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xs.gif") no-repeat center center;
}

.module .content .body ul.albums li.album{
/*
	width:120px;
*/
	float:left;
	padding:0px 5px;
}


.module .content .body div.album .description,
.module .content .body ul.albums li.album .description{
	clear:left;
	padding:8px 0;
}

.content .body ul.albums li.album .rating{
	padding:7px 5px 5px 0;
}

.content .body ul.albums li.album .txt .comments{
	border-left:1px solid #aaaaaa;
}

.module .content .body div.album h4,
.module .content .body ul.albums li.album h4 a{
	font-weight:bold;
}

.module .content .body ul.albums li.album .title {
	margin-top:10px
}


.module .content .body div.album {
	
}

.module .content .body div.album h4 {
	padding-top:6px;	
}

/* END OF ALBUM LISTING and album details page hack */

/* albums - code from Cisco  */
/*
 * removed old styles and added the new version at the end.
 */
  
 /* end albums code from Cisco */
 /* Added for bug fixes */
.edit_profile .module .body fieldset legend {
	text-transform:uppercase;
} 
.edit_profile .module .body fieldset ul .textarea label {
	text-transform:uppercase;
} 
.tt div.member .txt .title h4 {
	text-align:center;
}


.media_upload .body .textarea label,
.media_upload .body .text label {
	font-weight:bold;
	text-transform:uppercase;
}

/*
.discussion_listing .nav_meta ul li.new {float:left;}

.discussion_listing .module .content .foot .nav_meta {
	border-top:1px solid #C6C6C6;	
}

.blog_listing .module .content .head .title {
	border-bottom: 1px solid #5d5d5d;
}
*/

/** Solution for Scrollbar bug **/
#FooterLinks1 div.footerBlock1,
#FooterLinks1 div.footerBlock2, 
#FooterLinks1 div.footerBlock3, 
#FooterLinks1 div.footerBlock4,
#FooterLinks2 div.footerBlock1,
#FooterLinks2 div.footerBlock2, 
#FooterLinks2 div.footerBlock3, 
#FooterLinks2 div.footerBlock4{
	width:187px;
}
#FooterLinks1 div.footerBlock1,#FooterLinks2 div.footerBlock1{
	margin-left:25px;
}
#FooterLinks2 div.footerBlock5{
	width:188px;
}
#FooterLinks1 div.footerBlock2,#FooterLinks2 div.footerBlock2{
	width:182px;
}
#FooterLinks1 div.footerBlock5,#FooterLinks2 div.footerBlock4{
	width:187px;
}
#FooterLinks1, #FooterLinks2 {
	width:978px;
}
#FooterLinks1 div.footerBlock1 h4{width:85px;}
#FooterLinks1 div.footerBlock2 h4{width:89px;}
#FooterLinks1 div.footerBlock3 h4{width:89px;}
#FooterLinks1 div.footerBlock4 h4{width:115px;}
#FooterLinks1 div.footerBlock5 h4{width:135px;}
#FooterLinks2 div.footerBlock1 h4{width:45px;}
#FooterLinks2 div.footerBlock2 h4{width:135px;}
#FooterLinks2 div.footerBlock3 h4{width:115px;}
#FooterLinks2 div.footerBlock4 h4{width:115px;}
#FooterLinks2 div.footerBlock5 h4{width:80px;}


#shinedown_nation #FooterLinks1 div.footerBlock1 h4{width:125px;}
#shinedown_nation #FooterLinks1 div.footerBlock2 h4{width:109px;}
#shinedown_nation #FooterLinks1 div.footerBlock3 h4{width:109px;}
#shinedown_nation #FooterLinks1 div.footerBlock4 h4{width:95px;}
#shinedown_nation #FooterLinks1 div.footerBlock5 h4{width:155px;}
#shinedown_nation #FooterLinks2 div.footerBlock1 h4{width:55px;}
#shinedown_nation #FooterLinks2 div.footerBlock2 h4{width:155px;}
#shinedown_nation #FooterLinks2 div.footerBlock3 h4{width:175px;}
#shinedown_nation #FooterLinks2 div.footerBlock4 h4{width:135px;}
#shinedown_nation #FooterLinks2 div.footerBlock5 h4{width:100px;}

#group_detail_3231 #FooterLinks1 div.footerBlock1 h4{width:125px;}
#group_detail_3231 #FooterLinks1 div.footerBlock2 h4{width:109px;}
#group_detail_3231 #FooterLinks1 div.footerBlock3 h4{width:109px;}
#group_detail_3231 #FooterLinks1 div.footerBlock5 h4{width:155px;}
#group_detail_3231 #FooterLinks2 div.footerBlock1 h4{width:55px;}
#group_detail_3231 #FooterLinks2 div.footerBlock2 h4{width:155px;}
#group_detail_3231 #FooterLinks2 div.footerBlock3 h4{width:175px;}
#group_detail_3231 #FooterLinks2 div.footerBlock4 h4{width:135px;}
#group_detail_3231 #FooterLinks2 div.footerBlock5 h4{width:100px;}

/* Warning for IE6 users */
#ie6Prompt {
	background: #d6edf9 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_ie6prompt.gif) repeat-x top left;
	border: 1px solid #c0ddee;
	width: 966px;
	margin: 6px auto;
	padding:0 12px 15px 12px;
	font-family: Gerogia, serif;
	font-size:18px;
	}
#header #ie6Prompt h2 {font-size:24px}

/* To override thickbox settings */
#TB_overlay { z-index:2000;}
#TB_window{ z-index:2002;}
#TB_load{ z-index:2003;}
#TB_HideSelect{ z-index:1999;}



#alertFlagConfirm.modalWindow {
	*background-color:#000000 !important;
}

#alertFlagConfirm.modalWindow .top {
	padding: 0px ! important;
}
#alertFlagConfirm.modalWindow .main {
	  background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/alert.jpg) repeat-x top left !important;
	  color: #FFFFFF;
}

#alertFlagConfirm.modalWindow .top a.closeModal {
	background-image: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/closeButton.png) top right !important;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_close_image.png) no-repeat scroll right top !important;
	color:#00ABEC !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	padding: 2px !important;
	width : 18px;
	text-indent:-99999px;
	top:9px;
}

#alertFlagConfirm.modalWindow .main .module .content .head h3 {
	text-transform: capitalize;
	

}

#alertFlagConfirm.modalWindow .main .module .content .body .actions .button.cancel{
	*margin:0px;
}
#alertFlagConfirm.modalWindow .actions .button.submit {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/mlist_button_bg.png) no-repeat scroll right top !important;
	text-align:center;
	width: 80px;
	margin-top: -2px;
}
#alertFlagConfirm.modalWindow .actions .button.submit button{
	padding:1px 0 7px 7px !important;
	cursor: pointer;
	font-family:Arial;
	font-size:16px;
	
}
#alertFlagConfirm.modalWindow .actions .button.submit .smallPrimary{
	*padding-top:5px !important;
}
#alertFlagConfirm.modalWindow .actions .button.cancel {
	padding: 5px !important;
	cursor: pointer;
	float: none;
}
#alertFlagConfirm.modalWindow .actions .button.cancel .smallSecondary{
	*margin-top:3px !important;
}
#alertFlagConfirm.modalWindow .top{
	*z-index:10;
}
.msie8 #alertFlagConfirm.modalWindow .actions .button.cancel .smallSecondary{
	margin-top:3px !important;
}

/* * * Start of changes for upgrading to 1.6.1 * * */

/* Start of edit account */
.edit_account .input.checkbox {
  margin:0;
}
.edit_account .hd {
  border-bottom:1px solid #ccc;
  margin:0 0 10px 0
}
.edit_account .title {
/* margin:0 0 5px 0*/
}
.edit_account .title h4 {
  display:inline;
  font-weight:bold;
  margin:0 4px 0 0
}
/* --- For eos upgrade to 1.9 --- */
 	/* .edit_account em {  font-size:11px;}*/
/* --- End of eos upgrade to 1.9 --- */

/* End of edit account */


/* Start of link for Album modules */
.songs li .txt .buy a {
  background:none;
  border:0;
  padding:0;
}
.content div.audio .buy a {
  border:0;
  padding:0;
  background:none;
}
/* End of Buy link for Album modules */

/* Start of Discussion  */
.topics li .img {
  border: 5px solid #ddd;
  float: left;
  margin-right: 10px;
  background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_s.gif") no-repeat center center
}
.topics li .img {
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_s.gif") no-repeat center center
}
#discussion_entry-294529 .head{
	margin-bottom:4px;
}
.content div.topic .img {
  float:left;
  margin:0 10px 10px 0;
  border:2px solid #e2e1df;
  background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_l.gif") no-repeat center center
}
.grid_5 .content div.topic .img {
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/white_bg_member_l.gif") no-repeat center center
}
/* End of Discussion  */

/* Start of Album Listing */
ul.albums {
height:1%
}
.albums li {
float:left;
margin:0 20px 15px 0
}
.albums li.pro {
border:0
}
.albums li .img {
border: 5px solid #e4e4e4
}
.albums li .txt {
font-size: 10px;
padding:5px 0 0 0
}
.albums li .txt .title {

}
#list_album-383753.list_album .albums .txt .title{
	*margin-bottom:3px;
}
/* don't let title text run into things below */
.grid_3 .albums li .txt .title h4{
	float:left;
	width:129px;
}

#list_album-383749 .albums li .txt .title h4{
	width:109px;
	margin-bottom:0px;
}
#list_album-383749 .albums li .txt{
	width:125px;
}
#list_album-391520 .albums li .txt .title h4{
	width:109px;
}
.albums li .txt .title h4 {
float:left;
width:181px;
font-size:11px;
/*
height:100%;*/
line-height:12px;
overflow:hidden;
margin-bottom:3px;
}
#list_album-383753.list_album .module .content .body ul.albums li.xs .rating{
	margin:0px 0 6px;
}

#list_album-383749 .albums li .txt .rating{
	margin:0 0 0;
}
.albums li .txt .rating {

overflow:visible;
margin:7px 0 6px 5px;
}
#list_album-383749 .albums li .txt .comments{
	margin:7px 0 6px 5px;
}
.albums li .txt .comments {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_comment_link.png") no-repeat 0px 0px;
line-height: 13px;
margin:4px 0 6px 0;
padding:0 0 0 14px;
height:15px;
}

#list_album-383749 .albums li .txt .comments.vd{
	background-position:7px 0;
	padding:1px 0 0 29px;
}

.albums li .txt .comments.vd {
padding:1px 0 0 34px;
margin:4px 0 6px 65px;
background-position:10px 0;
border-left:1px solid #ccc;
color:#000;
}

.mac .safari4 #list_album-383749 .albums li .txt .description{
	margin:74px 0 0 0;
}
.mac .safari3 #list_album-383749 .albums li .txt .description{
	margin:74px 0 0 0;
}
.albums li .txt .description {

margin:5px 0 0 0;

width:100%;

}
#list_album-383749 .albums li .txt .author{
	margin:0 0 0;
	
}
.albums li .txt .author {
line-height:12px;
overflow:hidden;
*overflow:visible;
margin:5px 0 0 0
}
.albums li .txt .date {
font-size:10px;
height:13px;
overflow:hidden;
text-transform:uppercase;
}
#list_album-383753.list_album .albums li .txt .date .val{
	color:#63001C;
}
.albums li .txt .date .val{
	color:#B3001C;
}
.albums li .txt .tracks {
font-size:10px;
height:13px;
text-transform:uppercase;
}
#list_album-383753.list_album .albums li .txt .tracks .val{
	color:#63001C;
}

#list_album-383749 .albums li.s{
	height:216px;
	
}
.albums li .txt .tracks .val{
	color:#B3001c;
}
.albums li .hd {
margin:10px 0
}
/* album thumbnails */
/* container sizes */
.albums li.xs {
width:80px
}
#list_album-391520 .albums li.s{
	height:258px;
}
.albums li.s {
width:114px
}
.albums li.m {
width:150px
}
.albums li.l {
width:360px
}
.albums li.xl {
width:550px
}
.albums li.xxl {
width:600px
}
/* thumb sizes */
.albums li.xs .img a {
width:70px;
height:70px
}
.albums li.s .img a {
width:104px;
height:104px
}
.albums li.m .img a {
width:140px;
height:140px
}
.albums li.l .img a {
width:350px;
height:350px
}
.albums li.xl .img a {
width:540px;
height:540px
}
.albums li.xxl .img a {
width:590px;
height:590px
}
.albums li.xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
}
.albums li.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_s.gif") no-repeat 50% 50%;
}
.albums li.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_m.gif") no-repeat 50% 50%;
}
#list_album-407371.list_album .albums li.m .img{
	margin-top:20px;
}
.albums li.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_l.gif") no-repeat 50% 50%;
}
.albums li.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
}
.albums li.xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xxl.gif") no-repeat 50% 50%;
}
/* End of Album Listing */


/* Start of Album Info */
div.album {
overflow:hidden;
width:100%
}
div.album .img {
margin:0 0 10px 0;
}
div.album.xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
height:70px;
float:left;
margin:0 10px 10px 0;
width:70px
}
div.album.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_s.gif") no-repeat 50% 50%;
height:104px;
float:left;
margin:0 10px 10px 0;
width:104px
}
div.album.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_m.gif") no-repeat 50% 50%;
height:140px;
float:left;
margin:0 10px 10px 0;
width:140px
}
div.album.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_l.gif") no-repeat 50% 50%;
height:350px;
width:350px
}
div.album.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
height:540px;
width:540px
}
div.album.xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xxl.gif") no-repeat 50% 50%;
height:590px;
width:590px
}
div.album .txt {
font-size:11px
}
div.album .title {
text-transform:capitalize;
margin:0 0 5px 0
}
div.album .title h4 {
font-size:12px
}
div.album .author,
div.album .date, 
div.album .tracks {
line-height:15px;
color:#616161;
font-size:11px;
text-transform:uppercase;
}


.content div.album .description {
color:#bbb;
}
div.album .val {
color:#B3001C;
padding:0 0 0 2px;
}
div.album .rating {
height:21px;
margin:0 0 5px 0
}
/* End of Album Info */


/* Start of Audio Playlist */
.playlist .info {
overflow:hidden;
background:#dedede;
width:100%;
padding:10px 0;
border-bottom:1px solid #9c9b99
}

   
.playlist .info .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
float:left;
margin:0 10px;
}
.playlist .info .img span {
display:block
}
.playlist .info .xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xs.gif") no-repeat 50% 50%
}
.playlist .info .s .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_s.gif") no-repeat 50% 50%
}
.playlist .info .m .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_m.gif") no-repeat 50% 50%
}
.playlist .info .l .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_l.gif") no-repeat 50% 50%
}
.playlist .info .xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
border:0;
float:none;
margin:0 0 10px 10px
}
.playlist .info .xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_album_xxl.gif") no-repeat 50% 50%;
border:0;
float:none;
margin:0 0 10px 0
}
.playlist .info .xs .img a,
.playlist .info .xs .img span {
height:70px;
width:70px
}
.playlist .info .s .img a,
.playlist .info .s .img span {
height:104px;
width:104px
}
.playlist .info .m .img a,
.playlist .info .m .img span {
height:140px;
width:140px
}
.playlist .info .l .img a,
.playlist .info .l .img span {
height:350px;
width:350px
}
.playlist .info .xl .img a,
.playlist .info .xl .img span {
height:540px;
width:540px
}
.playlist .info .xxl .img a,
.playlist .info .xxl .img span {
height:590px;
width:590px
}
.playlist .info .txt {
margin:0 10px;
font-size:11px
}
.playlist .info .txt .title h3 {
color:#444;
font-size:13px;
text-transform:capitalize;
margin:3px 0
}
.playlist .info .txt .album {
color:#666;
font-size:12px;
margin:0 0 10px 0
}
.playlist.s .player {
height:35px;
background:#dedede url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_grid9_audioplayer.png) left center;
}
#home .playlist.s .player{
	background:none;
	margin-top:145px;	
}
.playlist.v .player {
height: 300px
}
.playlist .list {
overflow-y:auto;
overflow-x:hidden;
height:auto;
}
.playlist .list ul li {
background:#bbb;
border-top:1px solid #999;
color:#fff;
font-size:11px;
line-height:20px;
height:20px;
overflow:hidden;
padding:0 5px;
vertical-align:top
}

.playlist .list ul li.active {
background:#ccc;
color:#444
}
.playlist .list ul li .status {
width:20px;
float:left;
height:20px
}
.playlist.s .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_pl.gif') no-repeat 50% 5px
}
.playlist.v .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_pl.gif') no-repeat 50% -12px
}
.playlist .list ul li .sequence {
width:20px;
text-align:center;
float:left;
line-height:19px
}
.playlist .list ul li .title {
width:130px;
float:left;
margin:0 0 0 5px;
line-height:19px
}
.playlist .list ul li .author {
float:left;
margin:0 0 0 5px;
margin:3px 0 0;
line-height:14px
}
.playlist .list ul li .author a {
color:#fefeff
}
.playlist .list ul li .buy {
color:#444;
float:right;
line-height:19px
}
.playlist .list ul li .buy a {
background:none;
border:0;
color:#fff;
padding:3px 0
}
.playlist .list ul li .information {
width:30px;
float:left
}
.playlist .list ul li .information a {
display:none;
text-indent:-9999px
}
.playlist .list ul li.active .information a {
background:url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_stats.gif') no-repeat 50% -79px;
line-height:12px;
height:12px;
display:block;
padding:0 10px;
margin:3px 0 0
}
/* End of Audio Playlist */

/* Start of Album Buy links */
.buy {
height:1.6em;
line-height:1.6em;
}
.buy a {
background:#fff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_tools_directionals.gif") no-repeat right 2px;
border:1px dotted #ddd;
padding:1px 12px 1px 3px;
}
.buy ul {
display:none;
overflow:visible;
background:#fff;
border:1px solid #ccc;
position:absolute;
height:auto;
z-index:20
}
.buy.hover ul {
display:block;
}
.buy ul li {
float:none;
margin:0 6px;
padding:2px 0;
border-bottom:1px dotted #ccc;
}
.buy ul li.last {
border:0
}
.buy ul li a {
background:none;
border:0;
padding:0
}
.albums li .buy {
margin:5px 0 0 0;
}
.nav_meta ul li.buy a {
padding:1px 12px 1px 3px;
}
.nav_meta ul li.buy ul {
overflow:visible;
height:auto;
}
.module .content .nav_meta ul li.buy ul li {
float:none;
margin:0 10px;
padding:2px 0;
border-bottom:1px dotted #ccc;
}
.module .content .nav_meta ul li.buy ul li.last {
border:0
}
.nav_meta ul li.buy ul li a {
background:none;
padding:0
}
/* End of Album Buy links */

/* * * End of changes for upgrading to 1.6.1 * * */



/** Start Site specific customization **/

.playlist .list {
font-family : Verdana;
}

.playlist .info {
   background: none;	
   border-bottom:none;
}

.playlist .list ul li {
	border-bottom:1px solid #878787;
	border-top: none;
	font-size:10px;
	background: none;
	color: #333333;
}

.playlist .list ul li.active {
	background: none;
	color:#333333;
}

.playlist .list ul li .buy a {
	color:#020000;
}

.button.cancel input {
  	background-color:#FFFFFF;
}
#discussion_listing-340654 .topics li .img{
	margin-top:12px;
}
.topics li .img {
	border:0px;
}

.content div.topic .img {
	border:2px solid #E4E4E4;
}

.content .videos li.m .img a {
   width:139px;
   margin-left:0px;

}

/** End Site specific customization **/


.nav_main ul li.Fanclub{
background-attachment:scroll;
background-color:transparent;
background-image:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_fanclub_menu.jpg);
background-position:72px 0;
background-repeat:no-repeat;
padding-right:13px;
} 

.input.text input {
	padding:2px;
}
   	
.input.textarea textarea {
	padding:3px;
}   

.input.file input, .input.browse input {
	padding:2px;
}

.content div.topic .txt .tools {
	display:block;
}

.content li.comment .txt .tools {
	display:block;
	right:12px;
}

li.admin.flag a {
	padding:0 0 0 17px;
}
#comments-383752.comments .content li.comment .txt .tools ul li{
	padding-top:0px;
}
.content li.comment .tools ul li.admin.delete {
	border: none;

}
.comments .content li.comment .tools ul li.admin.delete{
	margin-right:3px;
	*margin-right:0px;
}

#uploadPolicy {
padding-top: 10px;
color:#FFFFFF;
}


/************** Ie comments issue *****************/
.grid_5 .comments ul li.comment .txt{
	*width:275px;
}

.grid_6 .comments ul li.comment .txt{
	*width:345px;
}

.grid_9 .comments ul li.comment .txt{
	*width:535px;
}

/******************** IE sharelink fix ******************/

.photo_viewer .content div.photo .tools ul li .shareembed{
		width:325px; 
	}
	
.photo_viewer .content	.sharebox .sb_content .sb_body ul li.shareurl{
	width:330px;
}


.photo_viewer .content	.sharebox .sb_content .sb_body ul li.shareweb {
	width:330px;
}



.article div.img {
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_48x48.gif") no-repeat center center;
}
#blog_listing-294510.blog_listing .article div.img{
	margin:6px 10px 18px 0;
} 
#blog_listing-294510.blog_listing .articles .activity{
	*margin-top:8px;
	margin-left:60px;
}

#blog_listing-294510.blog_listing .articles li.article.category_29794 .activity{
	margin-left:60px;
}

/************************************** Implementing login page changes ******************/

.login .input.text input {
 	-moz-border-radius:5px;
	height:20px;
	width:203px !important;
}

.login .input label{
padding-left:8px;
padding-top:5px !important;
border:none !important;
}

.login .input .button.submit input,
.forgot_password  .input .button.submit input{
    	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/mlist_button_bg.png") no-repeat;
		padding:4px 14px 5px 10px;
		*padding: 5px 15px 5px 13px;
		border:none;
		cursor:pointer;
		width:90px;
}

/*
#sign_up .input .button.submit input{
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Sign_up_but1.png") no-repeat;
	padding:4px 19px 5px 11px;
		border:none;
		cursor:pointer;
	width:160px;	
	text-transform:capitalize;
	font-size:16px;
}
*/

.forgot_password fieldset .note {
margin:0 0 1px;
padding-bottom:8px;
}
.forgot_password .input label{
padding-left:5px;
padding-top:5px;
}

.forgot_password .input.text input {
	-moz-border-radius:5px;
	height:20px;
	width:174px;
}

.forgot_password .errorInput{
	margin-top:27px;
	display:block;
}
.m32 .module .content .foot div.poweredBy{
	/*background-color:#999999;*/
}

.msie8 .nav_meta ul li.poweredBy a {height:20px;}

div.poweredBy a {
	margin-top:-14px;
}

.forgot_password .module .content .body ul{
	border-bottom:1px dotted #727374;
	border-top:1px dotted #727374;
}

/* Added after upgrading to 1.9 for regitration module - start*/
.forgot_password fieldset { 
 height:185px 
}
/* Added after upgrading to 1.9 -End*/
.forgot_password .input .button.submit input{
padding:4px 5px 5px 1px;
*padding:4px 8px 4px 6px;
}

body#login.m32 .module .foot{
padding:0 5px 5px;
width:98%;
}

body#login.m32 .slim .module .foot {
	width:98%;
}

body#sign_up.m32 .module .foot{
	width:98%;
	padding:0 6px 5px;	
}

body#reset_password.m32 .module .foot{
	padding:0 6px 5px;	
}
body#sign_up.m32 .sign_up .module .foot,
body#login.m32 .login .module .foot,
body#reset_password.m32 .login .module .foot{
	margin-top:25px;
}

body#login.m32.module .content .body{
	padding-bottom:0px;
}

.sign_up li.select select{
	margin-left:-10px;
	padding:4px;
	border:0 none;
	width:100px;
	-moz-border-radius:5px;	
}
.sign_up li.select input{
   -moz-border-radius:4px;
   border:0 none;
   padding:4px;	
   *padding-top:2px;
   width:32px;
}
#sign_up .page_title .module .content .head h3{
	padding-bottom:8px;
}

#html-336227 .module .content .head{
	*padding-bottom:0px;
}
.module .content .head{
	*padding-bottom:5px;
}
.grid_5 .module .content .head h3{
	*padding-bottom:7px;
	padding-bottom:5px;
}
#html-1520408.html .module .content .head{
	*padding-bottom:0px;
}
#html-327536.html .module .content .head{
	*padding-bottom:0px;
}
.m32 .page_title .module{
margin-bottom:0;
}
.login .input .button.cancel input{
	padding-right:5px;
	padding-top:4px;
}

.sign_up #cmsgData\[day\]{
	/*width:28px;*/
	
}

.m32 #html-343201  .module{
margin-bottom:0px;
}

#sign_up-294578 .module{
padding-top:0px;
margin-bottom:0px;
}

body#sign_up .sign_up .module .content .body, body#sign_up .sign_up_confirm .module .content .body{
	/*
border-left:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
*/
}

 .m32 .page_title .module .content .head h3{
padding-bottom:5px !important;
}

#sign_up  .button.submit{
	float:left;
	margin-left:43px;	
}
#sign_up .input .button.submit input{
	margin-left:125px;
	*margin-left:118px;
}

/*
#sign_up  .button.cancel {
	float:left;
}
*/

.login .button.submit,.forgot_password .button.submit  {
	float:left;	
}

.login .button.cancel {
	float:left;	
}
.login .input .fpl {
	clear:left;
}
.login .input .button.submit input{
	/*margin-left:156px;*/

}

.forgot_password .button.cancel{
	float:right;
	
}
.forgot_password .button.cancel input{
	margin-right:40px;
}
#TB_window #TB_iframeContent {
	height:568px !important;	
}

.msie7 #TB_window #TB_iframeContent{
	height:582px !important;
}
#join.m32 #container #moduleContainer2{
border-color:#000000;
border-style:solid;
border-width:1px 1px 0;
border-top:none;
}
#join.m32 #container #moduleContainer2 {
	float:none;
	display:block;
	clear:both;
	margin:0 auto;
	width:410px;
}
#join.m32 .module .content .body ul {
	padding-left:0px;
	
}

.join .module .content .body {
	border-color:#dcdcdc !important;
	border-style:solid !important;
	border-width:0 1px 1px !important;
	margin: 0 auto;
	width:386px;
}
.join .input.text input{
	float:right;
margin-right:55px;
}
#join .sIFR-alternate{

}
#join .input .button.submit input{
	
	border:none;
		cursor:pointer;
}
#join.m32 #wrapper{
width:100%;
} 

#join.m32 #container #moduleContainer1{
	border:none;
}

#join.m32 #container #moduleContainer0{
	margin:0 auto;
	/*
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	*/
	width:410px;
}
#join #moduleContainer3{
	width:100%;
}
#join .module .content .foot {
	width:100%;
	margin-top:25px;
}

body#join.m32 #html-344525 .content .foot  {
	margin-top:0px;
}

#join .join .module .content .foot {
	width:96.4%;
	margin-left:11px;
}



#join.m32 .module .content .body ul li{
	padding-left:12px;
}

#join.m32 .module .content .body ul li.input.submit{
	height:32px;
}

#join.m32 .module .content .body ul li.annotation{
	padding-left:0px;
}

/****************** Global Twitter Styles *************/
a.twitterContainerMore{
	
display:block;
text-align: right;
color:#020000 !important;
font-size:11px;
font-weight:bold;
text-transform: uppercase;
padding:5px 9px 6px 0;
}
.grid_3 a.twitterContainerMore.tweetTop{
	display:none;
}
#home a.twitterContainerMore{
	width:70px;
}

.grid_3 a.twitterContainerMore{
	
}

.grid_5 a.twitterContainerMore{
	position:absolute;
right:0;
top:-40px;
}

.twitterContainer {
	/*background:#504F4F;*/

}

.twitterContainer .followTag {
	color:#333333;
	font-size:11px;
	padding-bottom:10px;
	
		border-bottom:1px dotted #9D9D9D;
}
.twitterContainer .followTag .label {
	color:#020000;
	font-size:11px;
	font-weight:bold;
	padding-right:5px;
	
}

.twitterContainer ul {
	list-style: none;
}

.twitterContainer li {
	padding: 0 10px 10px;
	/*border-bottom:1px dotted #9D9D9D;*/
	
}

.module .content .body .twitterContainer ul.tweetsHolder{
	padding-top:9px;
}

.tweetsHolder .userInfo,
.tweetsHolder .userInfo a {
	font-size: 13px;
	font-weight: bold;
	padding-top:7px;
}

.tweetsHolder .follow a {
	color: #333333;
	font-size: 10px;
	line-height: 1em;
	margin: 0 0 10px;
	text-transform: uppercase;
}


.tweetsHolder .userLink {
	display: inline;
}

.tweetsHolder .message {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0px 3px;
}

.tweetsHolder .message a {
	color: #020000;
}

.tweetsHolder .created {
	text-align: right;
	font-size: 11px;
}

.tweetsHolder .follow {
	margin: 3px 0;
	background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/follow-arrow.png) no-repeat 0 75%;
	clear:both;

}

.tc_nav_page{
	position:relative;
	
	background:#000000 none repeat scroll 0 0;
	height:20px;
}

.tc_nav_page a {
	float:left;
	outline:none;
	margin: 0 5px;
	display:block;
	
	height:28px;
	width:25px;
}


.tc_nav_page .tcPreviousDisabled{
	
	cursor:default !important;
	float:left;
	width:59px;
	color:#5D5D5D;
	text-transform:uppercase;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin-top:3px;
}
.tc_nav_page .tcNextDisabled{
	
	cursor:default !important;
	float:right;
	color:#5D5D5D;
	text-transform:uppercase;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin-top:3px;
	width:28px;
}

.tc_nav_page .tcNextEnabled{
	
	float:right;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin-top:3px;
	width:28px;
}
.tc_nav_page .tcPreviousEnabled{
	
	float:left;
	width:59px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin-top:3px;
}



/**** End of Twitter ***/



 /*******Eos Upgrade 1.7 fix-Start *******************/

.input.radio input {
  float:left;
  margin:0 9px 0 1px
}
.input.radio label strong {
  color:#333;
  font-size:14px;
  font-weight:bold;
  margin:1px 0 4px 0 
}
.input.checkbox input {
  float:left;
  margin:0 10px 0 1px;
}
.input.checkbox label {
  margin:1px 0 4px 0 ;
  padding:2px 0 4px 0; 
  line-height:14px 
}

#edit_account.firefox3 .input.checkbox label {
  margin-top:0px;
  padding-top:0px;
}


/*  9131 
.nav_main ul li.nav-home a {
  padding: 0 20px 0 10px
}*/

/*  9207 */

#member_detail-294557 .content div.member .txt .obj_meta li.delete a{
	
float:left;
font-family:verdana,sans-serif;
font-size:11px;
line-height:14px;
}
.content div.member .txt .obj_meta li.delete a {
  color:#999;
  font-size: 11px;
  float:left;
  line-height:14px;
}
.content div.member .txt .obj_meta li.flag a {
  background-position: 0 -74px;
  color: #999;
  font-size: 11px;
  float:left;
  margin:2px 0
}

#member_detail-294557 .content div.member .txt li.admin.prome a{
	
float:left;
font-family:verdana,sans-serif;
font-size:11px;
margin:5px 0;
*margin-top:0px;
}

.content div.member .txt li.admin.prome a {
  color:#999;
  font-size: 11px;
  float:left;
  margin:2px 0
}
.content div.member .txt li.admin.fanme a {
  font-size: 11px;
  color:#999;
  float:left;
  margin:2px 0
}
/* 6564 */

/* 8980 */

.videos li .txt .description {
  height:65px;
  overflow:hidden;
  font-size:10px;
  width:100%;
  line-height:13px;
  display:none !important;
}


/* Eos Upgrade 1.7 fix - End */




/***** Eos Upgrade 1.8 fix - Start ******/

.content div.topic .sharelink a {
  font-size:11px
}
.content div.topic .sharebox {
  margin:-30px 0 0 -18px;
}
.articles li .activity {
  float:left;
  font-size: 11px;
  margin-top:10px;
  font-weight:bold;	
  
}
.articles li .tools ul li {
  float:left;
  font-size: 11px;
  margin:0 0 0 7px;
  width:auto;
}
.articles li .tools ul li .sharebox {
  margin:-28px 0 0 -18px;
  *margin:-12px 0px 0px -70px;
}

/* Filtering for Site Activity Module */
.events .description .audio .img {
  float:left;
  width: 17px;
  height: 13px;
  margin:0 6px 0 0;
  border:1px solid #ccc;
  background:url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_audio_img.gif') no-repeat top left !important;
}

/* Eos Upgrade 1.8 fix - End */

.sign_up_confirm .module{
	padding-top:0px !important;
}
.join .button.cancel input{
	background:none;
}

/*Eos Upgrade 1.9*/
ul.cal_events li {
overflow:hidden;
width:100%;
}
ul.cal_events li .hd {
margin:0 0 10px 0
}
.cal_events li .img {
padding:5px;
border:1px solid #ccc;
float:left;
margin:0 10px 5px 0
}
.cal_events li.xl .txt,
.cal_events li.xxl .txt {
clear:both;
}

ul.cal_events li .txt {
padding:0 0 10px 0;
}
ul.cal_events li .maplink {
}
ul.cal_events li .maplink a {
padding:0 4px;
border:1px solid #ccc;
font-size:11px;
line-height:11px;
background:#fff;
}
ul.cal_events li .location {
margin:0 0 4px 0
}
ul.cal_events li .location .address {
float:left;
margin:0 6px 0 0
}
ul.cal_events li .location .city {
display:inline;
}
ul.cal_events li .location .region {
display:inline;
}
ul.cal_events li .location .country {
display:inline;
}
ul.cal_events li .title {
font-weight:bold;
display:inline
}
ul.cal_events li .availability {
display:inline
}
ul.cal_events li .buy {
float:right;
line-height:normal
}
ul.cal_events li .buy a {
font-size:11px
}
ul.cal_events li .buy ul {
overflow:visible
}
ul.cal_events li .sharelink a {
font-size:11px
}
ul.cal_events li .sharebox {
margin:-30px 0 0 -18px;
}



#googlecseWrap #googleCSEBlock{
	margin:-28px 0 0 353px;
	position:absolute;
	width:298px;
}

.japanflag {
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/VD_jp45x30.gif) no-repeat scroll 0 0;
padding:0 0 0 50px;
}


.spainflag {
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/VD_es45x30.gif) no-repeat scroll 0 0;
padding:0 0 0 50px;
}

.ukflag {
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/VD_gb45x30.gif) no-repeat scroll 0 0;
padding:0 0 0 50px;
}

.germanflag {
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/VD_de45x30.gif) no-repeat scroll 0 0;
padding:0 0 0 50px;
}

.int_nav_page .intNextEnabled{
	background: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/nextButton.png") no-repeat scroll 0 0;
  	cursor: pointer;
	text-indent:-9999px;
	display:block;
	float:right;
	height:25px;
	margin:0 5px;
	width:25px;
	
}
.int_nav_page .intPrevEnabled{
	background: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/prevButton.png") no-repeat scroll 0 0;
  	cursor: pointer;
	text-indent:-9999px;
	display:block;
	float:right;
	height:25px;
	margin:0 5px;
	width:25px;
}

.int_nav_page .intPrevDisabled{
	background: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/prevButtonDisabled.png") no-repeat scroll 0 0;
  	cursor: default;
	text-indent:-9999px;
	display:block;
	float:right;
	height:25px;
	margin:0 5px;
	width:25px;
}

.int_nav_page .intNextDisabled{
	background: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/nextButtonDisabled.png") no-repeat scroll 0 0;
  	cursor: default;
	text-indent:-9999px;
	display:block;
	float:right;
	height:25px;
	margin:0 5px;
	width:25px;

}

/* --- For google search button ---*/

input.gsc-search-button {
margin-left:8px !important;
}

table.gsc-search-box td.gsc-input input.gsc-input {
width:98% !important;
}



/* --- End google search button ---*/

/* --- For Mail me my password fix ---*/
#join.m32 #container #moduleContainer3 .module .body {
border-left:1px solid #000000;
border-right:1px solid #000000;
margin:0 auto;
width:386px !important;
}
/* --- End Mail me my password fix ---*/

/* --- Join the community styling (Including the Global pages also)--- */

*:first-child+html #html-327535.html .module .content{ z-index:1010;} /* IE 7 */
*:first-child+html #html-878048.html .module .content{ z-index:1010;} /* IE 7 */
*:first-child+html #html-878054.html .module .content{ z-index:1010;} /* IE 7 */
*:first-child+html #html-878046.html .module .content{ z-index:1010;} /* IE 7 */
*:first-child+html #html-878051.html .module .content{ z-index:1010;} /* IE 7 */


#container #html-327535.html .module,
#container #html-327535.html .content,#container #html-878048.html .module,
#container #html-878048.html .content,#container #html-878054.html .module,
#container #html-878054.html .content,#container #html-878046.html .module,
#container #html-878046.html .content,#container #html-878051.html .module,
#container #html-878051.html .content {
	padding:0;
	background:transparent;
	margin-top:8px;
	margin-bottom:1px;
	*margin-bottom:0px;
	}
	#html-327536 .module,#html-1520408 .module{
		margin-bottom:1px;
		padding-top:0px;
	}
#html-327535.html .module .content,#html-878048.html .module .content,#html-878054.html .module .content,
#html-878046.html .module .content,#html-878051.html .module .content {
	*position:static;
}

#html-327535.html .module .content .body,#html-878048.html .module .content .body,#html-878054.html .module .content .body,
#html-878046.html .module .content .body,#html-878051.html .module .content .body {
	border:0;
	padding:0;
	width:328px;
			height:73px;
		background:	transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/join_bg_02.png) no-repeat scroll center top;
		margin-left:8px;
		margin-bottom:1px;
		/*margin-top:11px;
		*margin-top:0px;*/
	}
#html-327535.html #mContainer,#html-878048.html #mContainer,#html-878054.html #mContainer,
#html-878046.html #mContainer,#html-878051.html #mContainer {
	
	position:absolute;
	z-index:101;

	}
.commLinks {
	width: 345px;
	height:37px;
	}
.commLinks .joinCommLink {
	float:left;
height:36px;
margin-left:0px;
text-indent:-9999px;
width:328px;
	}
	.commLinks .joinCommLink:hover{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/join_bg_02.png) no-repeat scroll  0px -74px;
	
	}
.commLinks .signinCommLink {
	float:left;
height:36px;
text-indent:-9999px;
width:104px;
display:none;
	}
	.commLinks .signinCommLink:hover{
		/*background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/join_bg.png) no-repeat scroll -224px -88px;*/
	}
.commLinks a:hover, .commLinks a:focus {text-decoration:none;}
.commLinks a:active {border:0}

/* Styles for Signup for mailing list button */

.mailButton {
cursor:pointer;
display:block;
height:36px;
margin:0 auto 0 0px;
text-decoration:none;
text-indent:-9999px;
width:328px;
	
}
.mailButton:hover, .mailButton:focus {text-decoration:none;
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/join_bg.png) no-repeat scroll center -124px;}
 
/* Styles for mobile PinForm - closebutton */
 
#mobilePinForm a.closeButton
{
	position: absolute;
	color:#cccccc;
	font-weight: bold;	
	top:5px;
	right: 7px;
	background-image: url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_close_image.png");
	height:22px;
	width: 22px;
}

#mobilePinForm a.closeButton:hover
{
	background-position:0 22px;
}


#mobilePinForm .mlistCloseText{
	text-decoration:none;
	text-indent:-9999px;
}
/* Styles for mobile PinForm */

#mobilePinForm{
	position: absolute;
	border: 1px solid #000000;
	color: #cccccc;
	/*font-weight: bold;*/
	z-index:100;
	display: none;
	top:36px;
	left:35px;
}

#mobilePinForm .formContainer h2{
	color:#FFFFFF;	
	padding:5px 0 15px 15px;
}

#mobilePinForm .mlistError {
	color: 	#FF0000;
	font: 10px Verdana;
	font-weight: bold;
	text-transform: uppercase;	
	
}
#mobilePinForm .formContainer .error{
	color: 	#FF0000;
	font-size: 10px;
	font-weight: bold;
	text-transform:capitalize;
		
}

#mobilePinForm .formContainer label.error{
	background:none;
}
/* mobile PinForm - Submit button*/

#mobilePinForm .mListSubmitWrapper{
	padding-top:14px;
	*padding-top:2px;
}

#mobilePinForm .formContainer a.submit
{
	display: block;
	text-decoration: none;
	cursor: pointer;
/*
	background-color: #ddd;
	-moz-border-radius:15px;
*/
	padding:5px 17px 0 15px;
	text-align: center;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#020000;
	float:right;
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_submit.png") no-repeat;
	width:38px;
	text-indent:-9999px;
}

#mobilePinForm .formContainer a.submit:hover{
	background-position:0 -30px;
	
}

/* styles for formContainer  */

.formContainer .formUnit{
	font-family:Arial;
	font-size:18px;
	position:relative;
}

.formContainer input{
	font-family:Arial;
	font-size:18px;	
	color: #333333
}

.formContainer label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7c7c7c;
	line-height:30px;
	text-transform: capitalize;
	background-color:#ffffff;
	padding-left:10px;
	*line-height:27px;
}
.msie8 .formContainer label{
	line-height:29px;
}

.formContainer input.err{
	color: 	#FF0000;
}

#mobilePinForm .formContainer a.submit.disabled{
	color: 	#D3D3D3;
}

.formContainer .requiredAstriex{
	position:absolute;
	left:-10px;
	top:0px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	
}

.formContainer .mlistCloseText{	
	color:#00ABEC;
	position:absolute;
	right:30px;
	top:7px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

#formContainer1, #formContainer2, #formContainer3 {
	display: none;
}



.clear{
	clear:both;	
}

.formContainer .mListFormInput{
	float:right;
	padding:4px;
	border:none;
	color:#333;
	font-size:12px;
	padding-bottom:0px;
	padding-top:6px;
	height:24px;
	*padding-bottom:0px;
	*padding-top:4px;
	*height:19px;
	*border-width:none;
	
}

.msie8 .formContainer .mListFormInput{
	height:23px;
}


.formContainer #mlGenderDropDown{
	padding:3px;
	padding-bottom:0px;
	padding-top:6px;
	height:30px;
}

.formContainer .mListFormLabel{
	float:left;
}

/* Styles for Form 1(Layer-1)*/

.form1 .closeButton{
	color:#00ABEC;
	display:block;	
}
.form1 .mlistCloseText{
	display:none;	
}

#mobileFormWrapper .form1 {
	width:325px;
	margin-left: -35px; /*Temporary: to be changed based on design framework */
	background:#000 none repeat-x;
	padding-top:22px;
}

#formContainer1 {
	padding:10px;
}

#formContainer1 .requiredFieldText{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform: lowercase;
	margin-bottom:10px;
	color:#ffffff;
	width: 120px;
}

#formContainer1 #mListMobileForm1{


	min-height:28px;
}

#formContainer1 .formUnit{
	margin-top:8px;
	margin-left:10px;
}

/*
#formContainer1 input
{	
	width:245px;
	margin-left:15px;
	height:30px;
	padding-left: 5px;
	padding-top: 2px;
	line-height:30px;
}*/

#formContainer1 .mListFormInput{
	width:180px;
	*width:176px;
}

#formContainer1 .mListFormLabel{
	width:96px;
	border:1px none #000000;
}
/*
#mListEmailForm1 #mListEmail1, #mListZipForm1 #mListZip1,#mListZipForm1 #mListZip1, #mListMobileForm1  #mListMobile1 {
	display:block;
}*/

/* Styles for fields/components in Form 2(Layer-2)*/

#mobileFormWrapper .form2 {
	width:480px;
	margin-left: -180px; /*Temporary: to be changed based on design framework */
	background:#e0e0e0;
	font-color: #cccccc;
	font-weight:normal;
	border-width:0px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
}

#mlistForm2Left{
	float:left;
	width:150px;
	background:#e0e0e0 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/mlist_left_form2_bg.png") repeat-x;
	height:460px;
	border:1px solid #bdbcbd;
	border:1px 0px 1px 1px;
	color:#333;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
}

.msie8 #mlistForm2Left{
	border:1px solid #bdbcbd;
}

#mlistForm2Left .wrapper{
	padding: 10px 10px 10px 16px;
	
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5;
	font-color: #cccccc;
}

#mlistForm2Left .wrapper .titleText{
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	font-color: #cccccc;
}

#mlistForm2Right{
	float:right;
	width:326px;
	background:#000 none repeat-x;
	border:1px solid #000;
	font-color: #cccccc;
}
.article .tools .sharebox{
	/*	margin:-30px 0 0 106px; */
	*margin:10px 0px 0px -65px;
}
#mlistForm2Right .wrapper{
	padding:20px 10px 10px 15px;
}

#formContainer2 .formUnit{
	margin-top:10px;	
}

#mListCountry1{
	
}

.formContainer #mListCountry1{
	padding:3px;
	width:188px;
	padding-top:6px;
	padding-bottom:3px;
	height:30px;
	*border-width:0px;
	*height:27px;
	*margin-top:3px;
}

.formContainer #mListMobile1{
	*width:176px;
	/*
*height:21px;
	*border-width:0px;
*/
}

.msie8 .formContainer #mListCountry1{
	height:29px;
}

.countryClass{
background:#FFFFFF none repeat scroll 0 0;
display:block;
float:right;
height:30px;
width:188px;
*height:27px;
}

.msie8 .countryClass{
	height:29px;
}

.genderClass{
background:#FFFFFF none repeat scroll 0 0;
display:block;
float:right;
height:30px;
width:195px;
*height:27px;
}

.msie8 .genderClass{
	height:29px;
}

/*
#formContainer2 input{	
	width:245px;
	height: 30px;
	padding-left: 5px;
	padding-top: 2px;
}
*/

#formContainer2 .mListFormLabel{
	width:94px;
	border:1px none #000000;
}

#formContainer2 .mListFormInput{
	width:187px;
	*height:21px;
	*border-width:0px;
	*padding-top:6px;
}

.mac .firefox3 .formContainer .mListFormInput{
	padding-top:8px;
	height:22px;
}

.formContainer #mlGenderDropDown{
	*margin-top:3px;
}

.msie8 .formContainer #mlGenderDropDown{
	height:29px;
}

.formContainer .mlMonth{
	*margin-top:3px;
}

.formContainer .mlDate{
	*margin-top:3px;
}

#mListZipForm2 #mListZip2{
	*display:block;
}


#formContainer2 .floatedFields{
/*	margin-left:13px;*/
	width:300px;
}

#formContainer2 .requiredAstriex{
	left:-10px;
}

#formContainer2 span.select {
  	position: absolute;
  	overflow: hidden;
}

/*
#formContainer2 select.styled {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}*/

#formContainer2 .floatedFields input{
	margin-left:0px;	
}

/* Applying styles Month dropdown(Layer 2) */
#formContainer2 .floatedFields .mlMonth{
	float:left;
	width:85px;
	height:30px;
}

.msie8 #formContainer2 .floatedFields .mlMonth{
	height:29px;
}

/* Applying styles for Date dropdown(Layer 2) */
#formContainer2 .floatedFields .mlDate{
	float:right;
	width:110px;
	height:30px;
}

.msie8 #formContainer2 .floatedFields .mlDate{
	height:29px;
}

#formContainer2 .mlMonth,#formContainer2 .mlDate, #formContainer2 .mlCountry,#formContainer2 #mlGenderDropDown{
	width:195px;
	padding-bottom:3px;
}

.mac .firefox3 #formContainer2 .mlMonth,#formContainer2 .mlDate, #formContainer2 .mlCountry,#formContainer2 #mlGenderDropDown{
	padding-top:6px;
}

#formContainer2 #mlDOBText{	
	float:left;
	font-size:22px;
	font-color: #cccccc;
	text-align:left;
}

#mListDateMonthContainer {
	float:right;
	width:195px;
	*height:27px;
	background-color:#ffffff;
}

#formContainer2 .checkBoxes input{

	height:20px;
	margin-left:0px;
	float: left;
	margin-top:1px;]
	*margin-top:0px;
}

#formContainer2 .checkBoxes{
	margin:10px 0 0 0;
	padding:5px 0 7px;
	border:1px solid #7a7a7c;
	border-right:0px;
	border-left:0px;
	font-family: Arial;
	font-weight: bold;
	height: 40px;
	line-height:1.5em;
}

#formContainer2 .checkBoxes label {
	background-color:#000000;
	width:280px;
	line-height: 1.5;
	font-weight: bold;
	font-color: #cccccc;
	font-size: 13px;
	font-family: Arial;
	text-transform: none;
	padding:0px;
}

#mobilePinForm .mListSubmitWrapper{
	*padding-top:14px;
}

/* Applying styles for Privacy text message (Layer 2) */
#mobileFormWrapper #privacyText{
	clear:both;
	margin:22px 0 5px 0;
	font-size:10px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-color: #cccccc;
	text-align:justify;
}

#mobileFormWrapper #privacyText a{
	color: #be001e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}



/* Styles for Form 3(Layer-3)*/
#mobileFormWrapper .form3{
	background:#000000 none repeat-x;
	height:105px;
	width:205px;
	margin-left:20px; /* Temporary: to be changed based on design framework */
	border: 1px solid #000;
	-moz-corner-radius:3px;
	-webkit-corner-radius:3px;
}

#formContainer3 {
	margin-left: 0px;
	padding: 3px;
	/*padding:10px;	*/
}

#formContainer3 .titleText{
	font-size: 18px;
	line-height: 2;
	
	color: #fff;
	font-weight: bold;
}

#formContainer3 .mlGreeting {
	margin-left:12px;
	margin-top:20px;
	font-size: 13px;
	line-height: 1.5;
	font-family: Arial;
	color: #fff;
	font-weight: normal;
}

/* --- End Join the community styling (Including the Global pages also)--- */

/* --- Merch styling (Including the Global pages also)--- */
#html-327531.html,#html-878052.html,#html-878045.html,
#html-878055.html,#html-878049.html{
	position:relative;
	z-index:2;
	display:block;
}



#html-327531.html .module,#html-878052.html .module,#html-878045.html .module,
#html-878055.html .module,#html-878049.html .module{
	overflow:visible;
}


.grid_3 #html-327531.html .module .content .body,.grid_3 #html-878052.html .module .content .body,.grid_3 #html-878045.html .module .content .body,
.grid_3 #html-878055.html .module .content .body,.grid_3 #html-878049.html .module .content .body{
	padding:0 11px 21px 14px;
}
.msie7 .grid_3 #html-327531.html .module .content .body,.msie7 .grid_3 #html-878052.html .module .content .body,.msie7 .grid_3 #html-878045.html .module .content .body,
.msie7 .grid_3 #html-878055.html .module .content .body,.msie7 .grid_3 #html-878049.html .module .content .body{
	/*
padding-bottom:0px;
*/
}

.msie7 .grid_3 #html-327531.html .module .content .body .product,.msie7 .grid_3 #html-878052.html .module .content .body .product,.msie7 .grid_3 #html-878045.html .module .content .body .product,
.msie7 .grid_3 #html-878055.html .module .content .body .product,.msie7 .grid_3 #html-878049.html .module .content .body .product{
	padding-right:10px;
}
/* --- End Merch styling (Including the Global pages also) --- */


/*Fix for Join the community page*/
#join #moduleContainer3 .module .content .body{
        border-left:1px solid #000000;
        border-right:1px solid #000000;
        border-bottom:1px solid #000000;
        margin:0 auto 20px;
        width:386px;
        }
#forgot_password-294541 .input.text input{
        float:left;
        width:196px;
		margin-top:0px;
		height:20px;
        }
#join .forgot_password_confirm .module .content .head{
        width:386px;
        }
#join .forgot_password fieldset{
        height:auto;
        }
#sign_up #successMsg {
        margin:0 auto 0;
        width:340px;
        }   
		
#join #successMsg {
        margin:0 auto;
        width:388px;
        }  		
		
/* --- For eos upgrade to 1.10 ---*/
.content .body .input.text input.date {
   width:150px;
 }
/* --- End eos upgrade to 1.10 ---*/  
/* --- HomePage SS-2 ---*/
#homepage_ss2 #html-327531 #new_merch .top, #homepage_ss2 #html-327531 #new_merch .center,
#homepage_ss2 #html-327531 #new_merch .bottom{
	float:left;
	padding: 7px 48px 11px;
	width:100px
}

#homepage_ss2 #html-327531 #new_merch .top img, #homepage_ss2 #html-327531 #new_merch .center img,
#homepage_ss2 #html-327531 #new_merch .bottom img{
	height:95px;
	width:95px;
}

#homepage_ss2 #html-327531 #new_merch .mainAlbumDesc .mainAlbumPricenBuy .buynowButton a.bg_BuynowButton{
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/buy.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:20px;
	padding:0 10px 10px;
	text-align:center;
	text-decoration:none;
	text-indent:-9999px;
	width:80px;
}

#homepage_ss2 #html-327531 #new_merch .new_merch_wrap ul{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:-19px;
	position:absolute;
	width:145px;
	z-index:10000;
}

#homepage_ss2 #html-327531 #new_merch .buyNowInt, .grid_3 #new_merch .buyNowInt{
	display:inline;
}

#homepage_ss2 #html-327531 #new_merch ul li a:visited, #homepage_ss2 #html-327531 #new_merch ul li a:link,
#homepage_ss2 #html-327531 #new_merch ul li a{
	line-height:27px;
}
#homepage_ss2 #html-327531 #new_merch ul.flyoutMenu,#homepage_ss2 #html-327531 #new_merch ul.flyoutMenuFooter{
	clear:both;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:2px 0 0;
	padding:0;
	position:absolute;
	text-decoration:none;
	width:155px;
	z-index:1000
}

 #homepage_ss2 #html-327531 #new_merch .ArtistStore .dropdownarrow,
 #homepage_ss2 #html-327531 #new_merch .ArtistStoreBottom .dropdownarrow,
 #homepage_ss2 #html-327531 #new_merch .ArtistStore_footer .dropdownarrow{
 	height:6px;
	margin:5px 0 0 2px;
	position:absolute;
	width:10px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Customdroparrow_black_9x5.png) no-repeat scroll 0 0;
 }
#homepage_ss2 #html-327531 #new_merch .ArtistStore_footer, #homepage_ss2 #html-327531 #new_merch .ArtistStore{
 	color:#020000;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	margin-top:2px;
	text-align:left;
	text-transform:uppercase;
	width:120px;	
 }
 
 #homepage_ss2 #html-327531 #new_merch .tophr{
 	margin-top:4px;
 }
 
 #homepage_ss2 #rss_content-327532 .tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField{
 	float:right;
	padding:0 0 5px;
	width:58px;
 }
 
 
#homepage_ss2 #rss_content-327532 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	float:left;
	width:215px;
	padding-left:20px;
}

#homepage_ss2 #rss_content-327532 .tourDatesWrapper .tourVenueBuyWrapper{
	float:left;
	width:293px;
}
	
#homepage_ss2 #html-1007583 .head{
	display:none;	
}

#homepage_ss2 #html-1007583 #buttonWrapper{
	bottom:1px;
	position:absolute;
	right:0;
	width:384px;
	/*right:107px;
	width:477px;*/
}

#homepage_ss2 #html-1007583 #launchMusic{
	float:right;
	height:30px;
	width:226px;
}

#homepage_ss2 #html-1007583 #launchMusic a{
	cursor:pointer;
	display:block;
	height:30px;
	text-decoration:none;
	text-indent:-99999px;
	width:226px;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/musicplayer_button.jpg) no-repeat scroll 0 0;
}

#homepage_ss2 #html-1007583 .module .content .body{
	padding:20px 10px 0;
	position:relative;
}

#homepage_ss2 #html-1007583 #buttonWrapper #mContinerWrapper{
	float:left;
	height:30px;
	width:156px;
}

#homepage_ss2 #html-1007583 #buttonWrapper #mContinerWrapper #mContainer{
	position:absolute;
	z-index:100;
}
#homepage_ss2 #html-1007583 #buttonWrapper #mContinerWrapper #mContainer .mailButton{
	cursor:pointer;
	display:block;
	height:30px;
	text-decoration:none;
	text-indent:-99999px;
	width:156px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/mlist_button.jpg) no-repeat scroll 0 0;	
}

#homepage_ss2 #moduleContainer1{
	margin-top:400px;
}

#homepage_ss2 #html-1005191 .head{
	display:none;
}

#homepage_ss2 #html-1005191 .body{
	padding:10px;
}
#homepage_ss2 #html-1005191 .body .navigationalButtons{
	float:right;
	height:139px;
	width:200px;
	background-color: #231E20;
	border:1px solid #5A4041;
}
#homepage_ss2 #html-1005191 .body .navigationalButtons .navButtonLinksWrapper{
	margin:30px 0 0;	
}

#homepage_ss2 #html-1005191 .body .navigationalButtons .navButtonLinksWrapper .navButtonLinks{
	font-size:16px;
	padding:3px 0px;
}

#homepage_ss2 #list_album-1005192 .nav_meta ul li{
	float:left;
}
#homepage_ss2 #list_album-1005192 .albums li{
	margin:0 18px 15px;	
}

#homepage_ss2 #list_album-1005192 .albums li .txt li{
	/*margin: 0 20px 15px 0;*/
	margin: 0 20px 0 0;
}

#homepage_ss2 #list_album-1005192 .albums li .txt .date{
	display:inline;
	float:left;
	*clear:both;
	*float:none;
}

#homepage_ss2 #list_album-1005192 .albums li .txt .tracks{
	display:inline;
	float:left;
}

#homepage_ss2 #list_album-1005192 .albums li .txt .comments{
	margin: 9px 0px 6px 5px;	
}

#homepage_ss2 #html-1007584 .head{
	display:none;
}

body#homepage_ss2{
	background: #F6F6F6 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_body_home.jpg) no-repeat scroll center 0	;
}

#homepage_ss2 #wrapper{
	background:none;
}

#homepage_ss2 #header{
	background:none;
}

#homepage_ss2 #html-327535 .body{
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/jointhecommunity.jpg) no-repeat scroll left top;
	height: 40px;
}

#homepage_ss2 #html-327535 .body .description .commLinks, #homepage_ss2 #html-327535 .body .description .commLinks a.joinCommLink{
	height:40px;
	width:345px;		
}

#homepage_ss2 #html-327535 .body .description a.signinCommLink, #homepage_ss2 #html-327535 .body .description #mContainer{
	display:none;
}


#homepage_ss2 #html-327531 .module{
	background:#fff;
}

#homepage_ss2 #html-328767.html #FooterLinks{
	padding:13px 0px 0px 3px;
}


#homepage_ss2 #header{
	overflow:visible;
}

#homepage_ss2 #nav_main-294563 ul.flyoutMenu{
	z-index:99;
}

#homepage_ss2 #ad-366837{
	*z-index: -3;
}

#homepage_ss2 #nav_main-294563{
	*z-index: -2;
}

#homepage_ss2 .nav_main ul li.upload{
	background:none;
	border:none;
}

#homepage_ss2 #html-1007583 .module .body .description #headerLogo img{
	cursor:pointer;
}

#homepage_ss2 #blog_listing-327529.blog_listing .articles li .date{
	float:left;display:block;
}
#homepage_ss2 #blog_listing-327529.blog_listing .articles li .author{
	float:none;display:block;
}

#homepage_ss2 .articles li .title,#homepage_ss2 .articles li .description,#homepage_ss2 .articles li .author,
#homepage_ss2 .articles li .activity,#homepage_ss2 .articles li .category{
	padding-left:0px;
}

#homepage_ss2 .module .content .body ul{
	padding-top:0px;
}

#homepage_ss2 .module .content .foot .nav_page{
	display:none;
}

#homepage_ss2 .module .content .foot .nav_meta ul li.more{
	float:left;
}

#homepage_ss2 #html-683925 .content .description a.twitterContainerMore{
	margin-left:249px;
	width:70px;
	padding:7px 9px 4px 0;
	*margin-left:247px;
}

#homepage_ss2 #html-683925 .module .content .body{padding:0 12px 0px;}

body#homepage_ss2 .tourDatesWrapper .tourDatesUnit {border-bottom:1px solid #9C9C9C;}
body#homepage_ss2 #rss_in-327532 .module .content .body {padding-bottom:0px;}

body#homepage_ss2 #site_activity-327537 .body ul li:first-child{border:none;}
body#homepage_ss2 #site_activity-327537 .body ul li{border-top:1px solid #BDBCBD;}

body#homepage_ss2 .photo_thumbnail .txt .comments{
			margin-left:18px;border-left:1px solid #878787;
			background-position:5px 0px;padding:0 0 0 25px;line-height:16px;
}

body#homepage_ss2 .photo_thumbnail .module .body{padding:0 0 0 0;}
body#homepage_ss2 .photo_thumbnail .module .body li.photo{
	border-bottom:1px solid #BCB7B8;padding:12px 4px 0px 10px;
	width:185px;margin-bottom:0px;
}

body#homepage_ss2 .photo_thumbnail .photos li.m .img{background-position:0px 0px !important;}
#homepage_ss2 #photo_thumbnail-1007355 .body ul.photos li .img a{	margin-left:0px;}

body#homepage_ss2 .photo_thumbnail .photos li .hd{border:none;margin:0px;}
body#homepage_ss2 #photo_thumbnail-1007355 .module .content .body li.photo .author,
body#homepage_ss2 #photo_thumbnail-1007355 .module .content .body li.photo .category {
font-size:12px;
font-weight:bold;
line-height:16px;
}

body#homepage_ss2 #photo_thumbnail-1007355 .module .content .foot .nav_meta{*padding-top:0px}
body#homepage_ss2 .articles li .description, div.article .description{border:none;}
body#homepage_ss2 .articles li .activity a.comment{line-height:16px;}

body#homepage_ss2 .list_album .module .content .body {border-bottom:1px solid #BCB7B8;}

body#homepage_ss2 .tourDatesWrapper .tdViewAll.header {
font-size:11px;font-weight:bold;
text-transform:capitalize;
border-bottom:1px solid #9C9C9C;
}
body#homepage_ss2 .tourDatesWrapper .tdViewAll.header,
body#homepage_ss2 .tourDatesWrapper #tdViewAll{
padding:10px 0 10px;
*padding:10px 0 7px;		
}

body#homepage_ss2 .tourDatesWrapper .tdDay {height:10px;text-align:center;}
body#homepage_ss2 .tourDatesWrapper .tdDM {
color:#333333;font-family:Arial;
font-size:12px;font-weight:bold;text-align:center;
}

body#homepage_ss2 #mobilePinForm {left:-171px;top:31px;}
body#homepage_ss2 #mobileFormWrapper .form1 {margin-left:0px;}

body#homepage_ss2 .nav_main ul:first-child {width:auto;}
body#homepage_ss2 .nav_main ul li.upload {margin:4px 0 0;padding:0 9px;}

body#homepage_ss2 .blog_listing .module .content .head .title {border-bottom:1px solid #5D5D5D;}
body#homepage_ss2 .videos li .hd {border-bottom:1px solid #5D5D5D;margin:0;}

body#homepage_ss2 #html-1005191.html .content {background:transparent none;}
body#homepage_ss2 #html-1005191.html .module {background:transparent none;}
body#homepage_ss2 #html-1005191.html .module .body{background:transparent none;border:none;}
body#homepage_ss2 #html-1005191.html .middleNavButton {margin:0 1px;width:203px;}

/* --- End HomePage SS-2 ---*/

/* --- HomePage SS-3 ---*/
/* Home Page Caros */
   #homepage_ss3 #carosWrapper {
   	 position:relative;
	 width:552px;
	 height:144px;
	 background: url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_caros.png') repeat;
	 margin:200px 0px 0px 6px;
   }
   #homepage_ss3 .carosUnit {
     overflow:hidden;
	 padding:12px;
	 display:none;
	 font-weight:bold;
	 color:#fff;
	 
   }
   #homepage_ss3 .carosUnit h3{
   	 width:470px;
	 margin-bottom:10px;
	 font-size:18px;
	 font-weight:bold;
   }
   
   /* Caros Buttons */
   #homepage_ss3 #carosButtonsWrap{
   	 position:absolute;
	 top:7px;
	 right:7px;
	 width:59px;
   }
   #homepage_ss3 .carosButton{
   	 width:29px;
	 height:30px;
	 cursor:pointer;
   }
	
   #homepage_ss3 #leftCarosButton{
     float:left;	
	 background: url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_caros_button.png') no-repeat 0px -106px;
   }
	
   #homepage_ss3 #rightCarosButton{
	 float:right;	
	 background: url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_caros_button.png') no-repeat 0px -36px;
	}
	
	#homepage_ss3 #leftCarosButton.active {
	 background: url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_caros_button.png') no-repeat 0px -71px;
	}

	#homepage_ss3 #rightCarosButton.active {
	 background: url('http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_caros_button.png') no-repeat 0px 0px;
	}
	
	body#homepage_ss3 #container{margin:0 0 10px;}
	body#homepage_ss3.msie7 .container_14 .grid_2,
	body#homepage_ss3.msie8 .container_14 .grid_2 {z-index:10;position:relative;}
	body#homepage_ss3.msie7 .container_14 .grid_12,
	body#homepage_ss3.msie8 .container_14 .grid_12 {z-index:1;position:relative;}
	body#homepage_ss3 #container div.video_playlist .list {display:none;}
	body#homepage_ss3 #rss_in-327532 .module .content .body{padding:0 8px 10px;}
	body#homepage_ss3 .tourDatesWrapper .tourVenueBuyWrapper{width:282px;}
	body#homepage_ss3 .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField {width:176px;}
	body#homepage_ss3 .tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField{width:106px;}
	body#homepage_ss3 .grid_5 #site_activity-327537.site_activity{padding-left: 0px;}
	body#homepage_ss3 #html-1027366 .module .content{background-image:none;}
	body#homepage_ss3 #video_playlist-327525 .module {background-image:none;}
	body#homepage_ss3 #video_playlist-327525{margin-top:-18px;}
	
	body#homepage_ss3 #header {background:#fff none;border:none;}
	
	body#homepage_ss3 #html-328767.html #FooterLinks #FooterLinks3,
	body#homepage_ss3 #html-328767.html #FooterLinks #FooterLinks2,
	body#homepage_ss3 #html-328767.html #FooterLinks #FooterLinks1{*width:970px;}
	
	body#homepage_ss3 #FooterLinks1 div.footerBlock5,
	body#homepage_ss3 #FooterLinks2 div.footerBlock5 {*width:190px;}
	
	body#homepage_ss3 #footer,
	body#homepage_ss3 #html-328767.html,
	body#homepage_ss3 #html-328767.html .module,
	body#homepage_ss3 #footer-294540.footer .module {*position:relative;*float:none;}
	
	{*position:relative;*float:none;}
	
	body#homepage_ss3 #mainContent {margin-bottom:26px;}
	body#homepage_ss3 #html-1027365.html .module{padding:0px;background:transparent none;}
	body#homepage_ss3 #html-1027365.html .module .content .body{background:transparent none;border:none;}
	body#homepage_ss3 #html-1027365.html .content {background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_placeholder_ss3.jpg) no-repeat scroll 0 0;
	border-width:0;	height:378px;overflow:hidden;
	}
	
	body#homepage_ss3 #html-1027365.html .head {display:none;}
	
	/* HomePage SS-3 Nav bar */
	body#homepage_ss3 .nav_main ul{height:auto;width:auto;}	
	body#homepage_ss3 .nav_main ul li{display:block;float:none;background: url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/top_nav_divider.gif) repeat center center;}
	body#homepage_ss3 .nav_main ul li a{font-size:13px;}
	body#homepage_ss3 .nav_main ul li.upload{float:none;margin:0px;padding:0 0;
	background:#FFFFFF url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_top_nav_upload.gif) repeat-x scroll left top;
	position:relative;top:auto;}
	body#homepage_ss3.msie7 .nav_main ul li.upload{position:static;}
	body#homepage_ss3 .nav_main ul li.upload a {font-size:12px;margin-left:2px;padding:0 0 0 14px;}
	.mac body#homepage_ss3.safari3 .nav_main ul li.upload a,
	.mac body#homepage_ss3.safari4 .nav_main ul li.upload a,
	.mac body#homepage_ss3.firefox3 .nav_main ul li.upload a{margin-left:0px;}
	body#homepage_ss3 .nav_main div {background:transparent none;}
	body#homepage_ss3 .nav_main ul.flyoutMenu{left:129px;}
	body#homepage_ss3 .nav_main ul ul{width:174px;top:0px !important;padding-top:0px;}
	/* HomePage SS-3 Nav bar ends */
	
	body#homepage_ss3  .grid_2 .module .content .head h3{text-align:center;}
	body#homepage_ss3 #rss_in-367007.rss_in .module .content .body{padding:8px 1px;}	
	body#homepage_ss3 #cellStreamWrapper{	height:616px;}  
  	body#homepage_ss3 #cellStreamSlider{position:relative;height:609px;margin-top:15px;}	
	body#homepage_ss3 #csButtonWrap {height:23px;margin:0 auto;width:50px;position:relative;right:0px;}
	body#homepage_ss3 #cellStreamWrapper .csCell{border:none;}
	body#homepage_ss3 #cellStreamWrapper .csCell.active{border:1px solid #ccc;}
	body#homepage_ss3 #cellStreamSlider .csCell0{left:0px;}
  	body#homepage_ss3 #cellStreamSlider .csCell1{left:0px;top:200px;}  
  	body#homepage_ss3 #cellStreamSlider .csCell2{left:0px;top:410px;}
	
	body#homepage_ss3 #html-1035212.html .module .content #headerTitle a{color:#292425;
	padding-right:15px;	text-decoration:none;
	}	
	body#homepage_ss3 #html-1035212.html .module .content #headerTitle{cursor:pointer;font-size:90px;
	line-height:79px;text-align:center;
	}
	body#homepage_ss3 #html-1035212.html .module .content {
		background-color:transparent;
		border-width:0;
		margin-bottom:0;
		background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_header_ss3.jpg") no-repeat scroll 8px -8px;
	}
	body#homepage_ss3 #html-1035212.html .module .body {text-align:center;background:transparent none;border:none;}
	
	body#homepage_ss3 #blog_listing-1035213 .module .content .foot .nav_page{display:none;} 
	body#homepage_ss3 #song_playlist-327540.song_playlist .foot .nav_meta .more{float:left;}
	body#homepage_ss3 #song_playlist-327540.song_playlist .foot .nav_meta .launchPlayer{float:right;}
	
	body#homepage_ss3 #html-683925 .module .content .body {padding:0 12px 5px;}
	body#homepage_ss3 #html-683925 a.twitterContainerMore{text-align:left;padding:5px 0px 2px 0;width:62px;}
	.mac body#homepage_ss3.safari3 #html-683925 a.twitterContainerMore,
	.mac body#homepage_ss3.safari4 #html-683925 a.twitterContainerMore {width:63px;}
	.mac body#homepage_ss3.firefox3 #html-683925 a.twitterContainerMore{width:66px;}
	body#homepage_ss3 .articles li .description, div.article .description {border:none;}
	body#homepage_ss3 .tourDatesWrapper #tdViewAll{padding:10px 0 0;}
	
	body#homepage_ss3 .articles li .activity a.comment{line-height:17px;}
	.mac body#homepage_ss3.safari3 .articles li .activity a.comment,
	.mac body#homepage_ss3.safari4 .articles li .activity a.comment{padding:0 0 6px 23px;}
	
/* --- End HomePage SS-3 ---*/
/* --- HomePage SS-4 ---*/

	body#homepage_ss4 #wrapper{background:transparent none;}
	
	body#homepage_ss4 #html-327536 .module,
	body#homepage_ss4 #html-327536 .module .content,
	body#homepage_ss4 #html-327526 .module,
	body#homepage_ss4 #html-327526 .module .content,
	body#homepage_ss4 #video_playlist-327525 .module,
	body#homepage_ss4 #video_playlist-327525 .module .content{background:transparent none;}	
	
	body#homepage_ss4 #video_playlist-327525 .module .content .body,
	body#homepage_ss4 #video_playlist-327525 .module .content .foot,
	body#homepage_ss4 #video_playlist-327525 .module .content .foot .nav_meta,
	body#homepage_ss4 #html-327526 .module .content .body{background:transparent none;border:none;}
	
	body#homepage_ss4 #video_playlist-327525 .playlist .list {display:none;}
	body#homepage_ss4 {	background:#F6F6F6 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_home.jpg") no-repeat scroll center top;}
 	body#homepage_ss4 #container #moduleContainer2 .leaderboard .content .body {margin:0 auto;}
	body#homepage_ss4 #container #moduleContainer2 div.video_playlist {float:left;margin-right:35px;width:470px;}
	body#homepage_ss4 #container #moduleContainer2 div.html {float:left;width:457px;}
	
	body#homepage_ss4 #photo_thumbnail-1027566 .module .content .body{padding:0 0 5px;}
	body#homepage_ss4 #photo_thumbnail-1027566 .photos li.compact .img{position:relative;}
	body#homepage_ss4 #photo_thumbnail-1027566.photo_thumbnail .photos li.photo {
		height:250px;overflow:hidden;
		border:3px solid #B9C0C8;width:114px;margin:0 4px 2px 0;clear:none;}
	body#homepage_ss4 #photo_thumbnail-1027566.photo_thumbnail .photos li .img a{border:none;margin-left:0px;}
	body#homepage_ss4 #photo_thumbnail-1027566.photo_thumbnail .photos li.compact.hover .img a{background-color:transparent;}
	body#homepage_ss4 #photo_thumbnail-1027566.photo_thumbnail .photos li.photo:first-child{margin-left:7px;}	
	body#homepage_ss4 #photo_thumbnail-1027566.photo_thumbnail .photos li .txt {border-top:1px solid #B9C0C8;margin:2px 0 10px;padding:0 5px;}
	body#homepage_ss4 #photo_thumbnail-1027566.photo_thumbnail .foot .nav_page {display:none;}
	
	body#homepage_ss4 #blog_listing-327529 .foot .nav_page {display:none;}
	
	body#homepage_ss4 #html-683925 a.twitterContainerMore{text-align:left;width:63px;padding:5px 0px 6px 0;}
	
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .module .content .body {padding:0 5px 2px;}
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .module .videos li.pro {padding:5px 0 0 0;}
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .videos li.video {height:155px;margin:5px 1px 2px 1px;width:163px;}
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .videos li .txt .views,
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .videos li .txt .author,
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .videos li .txt .category {display:none;}
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .videos li .txt {margin-left:12px;}
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .videos li .hd {border:none;}
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .nav_page {display:none;}
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .nav_meta ul li.more{float:left;}
	
	body#homepage_ss4 #video_thumbnail-1040680.video_thumbnail .content .videos li.m .img a{margin-left:0px;}
	
	body#homepage_ss4 #member_listing-327539.member_listing .members li.m{margin:0 1px 2px 0;}
	body#homepage_ss4 #member_listing-327539.member_listing .foot .nav_page {display:none;}
	body#homepage_ss4 #member_listing-327539.member_listing .nav_meta ul li.more{float:left;}
	body#homepage_ss4 #member_listing-327539.member_listing .nav_meta ul li.register{float:right;}
	
	body#homepage_ss4 #html-327531 .module .content .head h3 {border:none;}	
	body#homepage_ss4 #html-327531 #new_merch .ArtistStore {display:none;}
	body#homepage_ss4 #html-327531 #new_merch .tophr {margin:0 0 3px;}
	body#homepage_ss4 #html-327531 #new_merch .top .mainAlbumDesc .product p.name,
	body#homepage_ss4 #html-327531 #new_merch .center .mainAlbumDesc .product p.name,
	body#homepage_ss4 #html-327531 #new_merch .bottom .mainAlbumDesc .product p.name {
	display:none;
	padding-top:4px;
	}
	body#homepage_ss4 #html-327531 #new_merch .center .mainAlbumImg img,
	body#homepage_ss4 #html-327531 #new_merch .bottom .mainAlbumImg img  {
	/*padding:7px 2px 7px 2px;
	width:80px;*/
	}
	
	body#homepage_ss4 #html-327531 #new_merch .top .mainAlbumImg img{padding:7px 2px 7px 2px;width:95px;}
	body#homepage_ss4 #html-327531 #new_merch .mainAlbumImg img{padding:0px !important;	border:3px solid #EDEDED;
	width:95px;	height:95px;
	}
	
	body#homepage_ss4 #html-327531 #new_merch .top,
	body#homepage_ss4 #html-327531 #new_merch .center, 
	body#homepage_ss4 #html-327531 #new_merch .bottom {float:left;padding:7px 48px 11px;width:auto;}
	body#homepage_ss4 #html-327531 #new_merch .mainAlbumPricenBuy {margin:10px 0 0 5px;}
	body#homepage_ss4 #html-327531 #new_merch a.bg_BuynowButton {
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/buy.png") no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:auto;
	padding:11px 10px 5px;
	text-align:center;
	text-decoration:none;
	text-indent:-9999px;
	width:80px;
	}
	body#homepage_ss4 #html-327531 .module .content .body{padding:0 12px 20px;}
	body#homepage_ss4.msie7 #html-327531 .module .content .body{padding:0 12px 0px;}
	
	body#homepage_ss4 #html-327531 #new_merch .ArtistStore,
	body#homepage_ss4 #html-327531 #new_merch .ArtistStore_footer {
	color:#020000;float:right;font-weight:bold;
	font-size:11px;padding-right:3px;text-transform:uppercase;
	cursor:pointer;
	}
	
	body#homepage_ss4.msie7 #html-327531 #new_merch .ArtistStore_footer ul.flyoutMenu{	
		margin:13px 0px 0px -110px;
	}
	
	body#homepage_ss4 #video_playlist-327525 .module .content .foot .nav_meta{padding-bottom:0px;padding-top:0px;}
	
	body#homepage_ss4 #photo_thumbnail-1027566 .module .content .foot .nav_meta{
		*width:80px;
		padding-bottom:0px;
		*padding-top:0px;
	}	
	body#homepage_ss4 #photo_thumbnail-1027566 .module .content .foot .nav_meta ul li.more{		float:left;	}
	
	  body#homepage_ss4	#cellStreamSlider .csCell1{
	  	left: 126px;
	  }  
	  body#homepage_ss4 #cellStreamSlider .csCell2{
	  	left: 250px;
	  }  
	  body#homepage_ss4 #cellStreamWrapper .csCell{
	  		width:115px;
		}
	  body#homepage_ss4 #cellStreamWrapper .imageVideo{
	  	width:106px;
	  }
	  
	  body#homepage_ss4 #cellStreamSlider .active .imageVideo{
	  	width:205px;
	  }	  
	  
	  body#homepage_ss4 .articles li .activity a.comment{line-height:17px;}
	  
	  body#homepage_ss4.msie7 .foot .merchFoot {padding-top:10px;}
	  
	 .mac body#homepage_ss4.safari3 .articles li .activity a.comment,
	 .mac body#homepage_ss4.safari4 .articles li .activity a.comment{padding:0 0 6px 23px;}
	 .mac body#homepage_ss4.safari3 #html-683925 a.twitterContainerMore,
	 .mac body#homepage_ss4.safari4 #html-683925 a.twitterContainerMore {width:63px;}
	 .mac body#homepage_ss4.firefox3 #html-683925 a.twitterContainerMore{width:66px;}
	  	
/* --- End HomePage SS-4 ---*/
/*************************** Merch Module code ****************/


#html-327531.html .head h3{
	width:129px;
}

.grid_5 #html-327531 .module .content .head{
	*padding-bottom:5px;
}
.grid_3 #html-327531.html .head h3{
	float:none;	
}
#html-327531.html .head {
	clear:both;
}
#html-327531.html .body {
	clear:both;
	position:relative;
	padding-left:0;
}
#merchContainer{
	clear:both;
	
}
.grid_5 #merchContainer,.grid_9 #merchContainer{

}
.grid_3 #merchContainer{border-top:none;}
.grid_3 #html-327531.html .head h3{
width:129px;
}
ul.merchItems{
	clear:both;
}		
.merchHead{
	
	margin-top:0;
	position:absolute;
	right:0;
	top:13px;
}
.grid_5 .merchHead{
	top:14px;
}
.foot .merchFoot{
	width:100%;
	z-index:97;
	height:20px;
	padding-top:2px;
}
.grid_3 .foot .merchFoot{
	height:23px;
	padding-top:2px;
}
.foot .merchFoot .visitStore{
	z-index:96;	
}
.grid_5 .foot .merchFoot .visitStore{
	
	z-index:96;
	margin-top:1px;

}
.foot .merchFoot .visitStore a{
	display:block;
}

/**** merch items - li styling ****/
li.merch {
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}
.grid_5 li.merch{
	width:48%;
}
.grid_5 li.merch.thirditem{
	display:none;
}
.grid_9 li.merch {
	width:166px;
	margin:5px 18px;
}
.grid_3 li.merch {
	float:left;
	margin:5px 0px;
	width:100%;
}
.grid_3 li.merch.small{	
}
/**** merch items - image styling ****/
li.merch .merchImg{
	height:100px;
	
	float:left;
}
.grid_5 li.merch .merchImg{
	display:block;
	float:none;
	height:147px;
}
.grid_3 li.merch.small .merchImg{
	height:133px;
	width:100%;
	}
.grid_3 li.merch.large .merchImg{
	height:134px;
	width:100%;
}
.grid_9 li.merch .merchImg{
	height:120px;
	width:120px;
}
li.merch .merchImg img{
	height:134px;	
	display:block;
	cursor:pointer;
	margin:0 auto;	
}
.grid_5 li.merch .merchImg img{
	display:inline;
	margin-left:13px;
	width:153px;
}
/**** merch items - description styling ****/
li.merch .merchDetail{
	float:left;
	margin-left:10px;
	padding:0 5px 0 0;	
	font-size:16px;
}
li.merch .merchDetail .merchPrice{
	font-family:Courier;
	font-size:11px;
	display:block;
	text-align:center;
	color:#565759;
	
}
.grid_5 li.merch.seconditem .merchImg img{
	margin-left:19px;
}
.grid_3 li.merch.firstitem .merchPrice{
	*margin-left:30px;
	color:#565759;
}
li.merch .merchDetail .merchPrice{
	color:#313131;
}
.grid_5 li.merch .merchDetail .merchPrice{
	color:#ffffff;
}
li.merch .merchDetail .merchBuy{
	margin-left:36px;
	
}
li.merch.large .merchDetail{
	max-width:179px;
	margin-left:10px;
	font-size:16px
}
.grid_3 li.merch .merchDetail{
	margin-top:8px;
}
.grid_5 li.merch .merchDetail{
	float:none;
	margin-left:13px;
	max-width:161px;
	margin-top:5px;
	margin-bottom:7px;
	
}
.grid_5 li.merch.seconditem .merchDetail{
	margin-left:17px;
	width:166px;
	text-align:center;
    width:100%;
}
.grid_3 li.merch .merchName{
	margin-left:0px;
	width:100%;
	text-align:center;
}
.grid_9 li.merch .merchDetail {
	margin-left:0px;
	margin-top:0px;
}
.grid_5 .merchPriceWrapper{
	min-height:38px;
	width:156px;
}

.grid_3 li.merch.small .merchDetail{
	max-width:160px;
	margin-left:6px;
	margin-top:0px;
	font-size:14px;
	width:158px;
}


li.merch .merchName{
	min-height:14px;
	text-align:center;
	line-height:0px;
	
}
.grid_5 li.merch .merchName a{
	color:#ffffff;
}
li.merch .merchName a{
	
	color:#313131;
	font-family:courier;
	font-size:11px;
	
}
.grid_3 li.merch .merchName a{
	color:#565759;
}

/**** merch items - description-Buy button styling ****/
li.merch .merchDetail .merchBuy{
	margin-top:7px;	
	width:auto;
}
.grid_5 li.merch .merchDetail  .merchBuy{
	margin-top:11px;	
	margin-left:35px;
}
li.merch .merchDetail a.merchBuyLink{
background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_buynow.png) no-repeat center top;
display:block;
text-indent:-9999px;
text-align:left;
height:17px;
width:84px;
}
li.merch .merchDetail a.merchBuyLink:hover{
	background-position: center -21px;
}
/**** merch items - Flyout styling ****/
.visitStore{
	margin-right:0px;
	padding-bottom:10px;
	position:relative;
	z-index:198;
}
.grid_5 .visitStore{
	margin-right:1px;
}
.merchFoot .visitStore {
	display:block;
	float:right;
	width:auto;
		background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png) no-repeat scroll 0 0;
height:14px;
padding-top:2px;
text-indent:-99999px;
width:77px;
cursor:pointer;
	
}
.merchFoot .visitStore:hover{
	background-position:0px -27px;
}

.merchFoot .visitStore ul.visitStoreFlyout{
	text-indent:0px;
}
.grid_3 .merchFoot .visitStore{
	padding-top:5px;
	margin-top:1px;
	z-index:96;
	margin-right:1px;
}

.grid_5 .merchHead .visitStore a.visitStoreLink{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png) no-repeat scroll 0 0;
	height:23px;
width:77px;
}
.grid_5 .merchHead .visitStore a.visitStoreLink:hover{
	background-position:0px -26px;
}
.merchHead .visitStore a.visitStoreLink{
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_all.png) no-repeat scroll right top;
display:block;
font-family:Courier;
font-size:12px;
height:17px;
padding-right:0px;
padding-top:0;
text-indent:-9999px;
width:48px;
}
.mac .safari3 .merchHead .visitStore a.visitStoreLink{
	cursor:pointer;
}
.mac .safari4 .merchHead .visitStore a.visitStoreLink{
	cursor:pointer;
}
#html-327531 .module .content .foot{
	background-color:#000000;
	height:23px;
	padding-right:0px;
}
.visitStore a.visitStoreLink:hover{
	text-decoration:none;
	background-position: center -22px;
}
.visitStore .visitStoreFlyout, .merchBuyFlyout{
position:absolute;
z-index:200;
margin:0px;	
}
.grid_5 .visitStore .visitStoreFlyout{
	top:15px;
}
.visitStore .visitStoreFlyout{
	z-index:199;
	top:14px;
	right:0px;
}
.visitStoreFlyout li,.merchBuyFlyout li{
/*
	border-bottom: 1px solid #999999;
*/
}
.module .content .body ul.merchBuyFlyout{
	padding-top:1px;
}
.visitStoreFlyout li a,.merchBuyFlyout li a{
	background-color:#333;
	width:130px;
	padding: 5px 10px;
	display:block;
	color:#fff;
	font-size:11px;
	font-weight:bold;	
	font-family:arial;	
	text-transform:uppercase;
	z-index:201;
	border-bottom: 1px solid #999999;
}
.visitStoreFlyout li a{
	width:120px;
}
.visitStoreFlyout li a:hover,.merchBuyFlyout li a:hover{
	background:#555555;
	color:#ffffff;
}
.visitStoreFlyout li a.flag,.merchBuyFlyout li a.flag{
	padding-left:32px;
}
.visitStoreFlyout li a.us,.merchBuyFlyout li a.us{
	background:#FFFFFF url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_us.gif) no-repeat scroll 10px 6px;
	color:#B3001C;
	margin-top:3px;
	background-repeat:no-repeat;
	background-position:9px center;

}
.visitStoreFlyout li a.us,.merchBuyFlyout li a.us{
	margin-top:2px;
}
.visitStoreFlyout li a.us:hover,.merchBuyFlyout li a.us:hover{
	background-color:#555555;
	color:#ffffff;
}
.visitStoreFlyout li a, .merchBuyFlyout li a:hover{
	border:none;
}
.visitStoreFlyout li a.uk:hover,.merchBuyFlyout li a.uk:hover{
	background-color:#555555;
	color:#ffffff;
}
.visitStoreFlyout li a.uk,.merchBuyFlyout li a.uk{
	background:#FFFFFF url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/flag_uk.gif) no-repeat scroll 10px 6px;
	background-repeat:no-repeat;
	background-position:9px center;
	color:#B3001C;
	
}

*:first-child+html .module .content .foot.empty.emptyfix{
	height:auto !important;
	overflow:visible !important;
}

body#video_detail.msie8 #container,
body#video.msie8 #container{overflow:visible;}

/* --- For eos upgrade to 1.9 --- */
.edit_account .body h3 {  font-weight:bold } 
.edit_account .mobileEmail p { margin-bottom:5px } 
.edit_account .note { font-size:11px }
.edit_account .on { color:#0c0 } 
.edit_account .off {  color:#f00 }
.forgot_password fieldset {  height:185px }
/* --- End eos upgrade to 1.9 ---*/
/* --- For eos upgrade to 1.11 --- */
.join .hd {  margin:10px 0 0 0;}
.join .annotation {  float:none;}
.sign_up .annotation {  float:none;}
.media_upload .input.browse span {display: block;margin: 5px 0;}
.media_upload .input#inputCount {width:100%;margin:5px 0;}
.media_upload .input.browse span {  display: block;  margin: 5px 0;}
.edit_account .off {background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_settings_boolean.gif") no-repeat 2px -16px;}
/* --- End eos upgrade to 1.11 ---*/
  
.firefox3 .sharebox .sb_head .sb_title,
.msie8 .sharebox .sb_head .sb_title{padding:14px 5px 10px 18px;}

#home.msie7 .video_thumbnail .module .content .foot .nav_meta {width:80px;}

/*  Start of EOS 2.1 upgarde */
.content div.topic .txt .title {
  padding:0 0 10px;
  margin-right:55px
}
/* End of EOS 2.1 upgarde */

/* ----- IE8 Add Fix ----- */

.msie8 .ad.leaderboard .body {
	height:auto;
}
.msie8 #header .ad{
	padding-top:1px;
}
.msie8 #header .ad .ad{
	padding-top:0px;
}
.msie8 .ad.leaderboard{
	height:auto;
} 
.ad.leaderboard .body{
	padding-left:10px;
	*padding-left:20px;
}

.mac .safari3 .ad .leaderboard .body , .mac .safari4 .ad .leaderboard .body{
	padding-left:12px;
}

.msie8 .ad.leaderboard .body span._fwph span._fwac span {
	display:block !important;
}

.msie8 div.grid_5 .ad.medium .body {
	height:auto;
	padding-top:0px;
}
.msie8 div.grid_5 .ad{
	padding-top:0px;
}

.msie8 div.grid_5 .ad.medium .body span._fwph span._fwac span {
	display:block !important;
}

/* ----- End IE8 Add Fix ----- */
 #moduleContainer3 #tabParentContainer{
	background-color :gray;
	padding : 3px 3px;
} 

/* --- For asterisks addition - Starts--- */
/* .join .input.required label{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_required.png) no-repeat scroll 0 2px;
padding:0 0 0 10px;
} */

#join .join .module .content .input.checkbox.required .errorInput {
	display:block;
}

#join .join .module .content .input.checkbox .errorInput {
	display:block;
}

#join .join .module .content .input.annotation span.required {
	display:block;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_required.png) no-repeat scroll 0 6px;
	padding:0 0 0 10px;
	font-size:11px;
	color:#000000;
	height:13px;
}

#join .join .module .content .input.annotation span.private {
	display:block;
	/* background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_hash_new.png) no-repeat scroll 0 6px;
	padding:0 0 0 10px; */
	font-size:11px;	
	color:#000000;
}

/* .join .input.required label{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_required.png) no-repeat scroll 0 2px;
	padding:0 0 0 10px;
}

.join .input.private label{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_hash.png) no-repeat scroll 0 2px;
	padding:0 0 0 10px;
} */

.join .input label span.required {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_required.png) no-repeat scroll 0 2px;
	padding:0 0 0 2px;
	margin-left:3px;
}

.join .input label span.private {
	/* background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_hash_new.png) no-repeat scroll 0 2px; */
	padding:0 0 0 10px;
	margin-left:3px;
}

.join .input.text input{
	float:right;
	/* margin-right:55px; */
	margin-right:44px;
}

#join .join .input.checkbox label{
	background:transparent none repeat scroll 0 0;
	padding:2px 0;
}

.join .input label{
	padding-left:10px;
}
/* --- For asterisks addition - Ends--- */

/* --- For FBConnect popup --- */
#alertFBdCconfirm.modalWindow{
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_admin_modal.png") repeat-x scroll left top #000000 !important
}
#alertFBdCconfirm.modalWindow .top a.closeModal{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_close_image.png") no-repeat scroll right 0 !important;
	padding-right:27px !important;
	color:#FFFFFF !important;
	height:20px;
	font-weight:bold;
}
#alertFBdCconfirm.modalWindow .body p {
	color:#FFFFFF;
}
#alertFBdCconfirm.modalWindow .actions {width:38%;}
#alertFBdCconfirm.modalWindow .module .content .head h3{color:#FFF !important;}
#alertFBdCconfirm.modalWindow .actions .button.submit button,
#alertFBdCconfirm.modalWindow .actions .button.cancel button{
	cursor:pointer;
	font-weight:bold;
}
#alertFBdCconfirm.modalWindow .actions .button.cancel button {
	margin-top:14px !important;
}
#alertFBdCconfirm.modalWindow .actions .button.submit{background:transparent none;}
#alertFBdCconfirm.modalWindow .actions .button.submit button{
width:87px;
padding:7px 2px;
height:27px;
}

/* --- For FBConnect popup - Ends--- */

#notificationSettings .input.buttons{
	width:375px;
	margin-bottom:20px;
	margin-top:5px;

}

.grid_5 #twitterContainer .tweetsHolder .userInfo, .tweetsHolder .userInfo a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
}
.grid_3 #twitterContainer .tweetsHolder .userInfo a{
color:#020000 !important;
}
.twitterContainer li{
	padding:0 0 10px;
}
.grid_3 #twitterContainer .tweetsHolder .reply a{
	float:left;
	margin-top:4px;
}
#twitterContainer .tweetsHolder .userInfo, .tweetsHolder .userInfo{
	font-size:15px;
}

.grid_5 #twitterContainer .tweetsHolder .message{
	color:#e1e1e1;
}

#twitterContainer .tweetsHolder .message a{
	color:#000000;
}

#twitterContainer .tweetsHolder .follow a{
	color:#FFFFFF;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	background:#b3001c url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") no-repeat scroll center right;
	padding-right:14px;
	padding-left:4px;
	clear:both;
}
#twitterContainer .tweetsHolder .follow a:hover{
	background:#736f6e url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat center right;
}
.mac .safari4 #twitterContainer .tweetsHolder .follow a{
	font-weight:normal;
}

.mac .firefox3 #twitterContainer .tweetsHolder .follow a{
	font-weight:normal;
}

#twitterContainer .tweetsHolder .reply a{
	color:#FFFFFF;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	background:#b3001c url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") no-repeat scroll center right;
	padding-right:14px;
	padding-left:4px;
	float:right;
	display:block;
	text-transform:uppercase;
	margin:0 0 5px;
}
#twitterContainer .tweetsHolder .reply a:hover{
	background:#736f6e url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat center right;;	
}
.mac .safari4 #twitterContainer .tweetsHolder .reply a{
	font-weight:normal;
}

.mac .firefox3 #twitterContainer .tweetsHolder .reply a{
	font-weight:normal;
}

.twitterContainer li.tweets{
	border-top:1px solid #dedede;
	margin-top:16px;
}

.twitterContainer ul.tweetsHolder li:first-child{
	border-top:none;
}

#twitterContainer .tweetsHolder .created{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

a.twitterContainerMore{
	
	background: transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png") no-repeat scroll 0 4px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	width:77px;
}

a.twitterContainerMore:hover{
	background-position:0 -23px;
}

a.tweetTop{
	position:absolute;
	top:-40px;
}

.grid_3 a.tweetTop{
	display:none;
}

a.tweetBottom{
	/*margin-left:256px;*/
	float:right;
	padding-top:3px;
	padding-bottom:9px;
}
.grid_3 a.tweetBottom {
	/*margin-left:110px;*/
	float:right;
}

.twitterContainer .tweetsHolder .tweets .message a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.rss_in .module .content .body .tourDatesWrapper .tourVenueBuyWrapper{
	float:none;
	padding-top:28px;
}

.rss_in .module .content .body .tourDatesWrapper .tdDateField{
	background:none;
	color:#000000;
}

.rss_in .module .content .body .tourDatesWrapper .tdMonth{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#3a3838;
}

.rss_in .module .content .body .tourDatesWrapper .tdDD{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-left:3px;
	color:#3a3838;
}

.rss_in .module .content .body .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue{
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
}

.rss_in .module .content .body .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	font-weight:normal;
	font-size:11px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
}

.rss_in .module .content .body .tourDatesWrapper .tourMoreInfo a{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#5f5f5f;
}

.rss_in .module .content .body .tourDatesWrapper .tourMoreInfo a:hover{
	color:#5f5f5f;
}

.rss_in .module .content .body .tourDatesWrapper .tourDatesUnit{
	border-bottom-style:solid;
}

.rss_in .module .content .body #cellStreamSlider .csWrapper .by{
	float:left;
	color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:1px;
	*padding-top:2px;
	padding-right:2px;
}

.rss_in .module .content .body #cellStreamSlider .active .csWrapper .user{
	margin-left:0px;
}

.mac .firefox3 .rss_in .module .content .body #cellStreamSlider .active .csWrapper .user{
	margin-top:1px;
}

.rss_in .module .content .body #cellStreamSlider .active .csWrapper .by{
	margin-left:27px;
}

.grid_5 .module .content .head h3{
	/* border-bottom-color:#4a4a4a;
	   border-top-color:#4a4a4a; */
	  border:none;
}

.grid_5 .site_activity .module .content .body .events .act{
	color:#f6f6f6;
}

.site_activity .module .content .body .events li .performer .txt a{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

.site_activity .module .content .body .events li .owner,.site_activity .module .content .body .events li .owner a{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

.grid_5 .site_activity .module .content .body .events li .performer .txt a{
	color:#000000;
	text-transform:uppercase;
}


.site_activity .module .content .body .events li .performer .txt{
	color:#000000;
}

.grid_5 .site_activity .module .content .body .events li .owner,.grid_5 .site_activity .module .content .body .events li .owner a{
	color:#000000;
}

.site_activity .module .content .body .events .date{

	padding-top:6px;
}

.grid_5 .site_activity .module .content .body .events .date{
	color:#f6f6f6;
}

.site_activity .module .content .body .events li .performer .img a{
	border:none;
}

.site_activity .module .content .body .events li .description .photo .img img{
	border:none;
} 

.site_activity .module .content .body .events li .description{
	padding-left:42px;
	padding-bottom:7px;
}

.grid_5 .site_activity .module .content .body .events li{
	border-bottom:2px solid #7e7e7e;
}

.site_activity .module .content .body .events li{
	border-bottom:1px solid #E1E1E1;
}

.grid_5 .site_activity .module .content .body .events li:first-child{
	border-bottom:2px solid #7E7E7E;
}
.site_activity .module .content .body .events li .description .comment{
	display:block;
	background:none;
	padding-left:0px;
}

.site_activity .module .content .body .events li .owner{
		
}

.grid_5 .site_activity .module .content .body .events li .item a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;		
}

.site_activity .module .content .body .events li .performer .img{
	margin-bottom:26px;
}

#footerWrapper {
	background:#000;
}
#shinedown_nation #footerWrapper {
	background:#fff;
}
#shinedown_nation .container_14 .grid_3{
	border :0px;
	background :transparent;
	width:202px;
}
#shinedown_nation .container_14 .grid_6{
	border :0px;
}

#shinedown_nation .container_14 .grid_6{
	margin-left:7px;
}


#group_detail_3231 .container_14 .grid_3{
	border :0px;
	background :transparent;
	width:202px;
}
#group_detail_3231 .container_14 .grid_6{
	border :0px;
}

#group_detail_3231 .container_14 .grid_6{
	margin-left:7px;
}

#FooterLinks3{
	background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_footer_border.png) no-repeat center top;
	border:none;
	padding-top:10px;
}

.member_listing .module .content .head .title .nav_meta ul li a{
	float:right;
}

.member_listing .module .content .foot{
	/*margin-left:2px;*/
	padding:0;
	
}

.discussion_listing .module .content .head .title .nav_meta{
	background-color:#000000;
	padding-bottom:3px;
/*	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_startdiscussion.png") no-repeat;
	text-indent:-9999px;*/
}

.discussion_listing .module .content .head{
	border-bottom:none;
}

.discussion_listing .module .content .head h3{
	border-bottom: 3px solid #EEEEEE;
}

#discussion_listing-340654.discussion_listing .module .content .head .title .nav_meta .new a{
font-family:"Courier New",Courier,monospace;
margin-right:7px;
margin-top:2px;
padding-right:12px;
text-align:right;
width:126px;
}
.discussion_listing .module .content .head .title .nav_meta .new a{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	margin-right:8px;
	width:124px;
	float:right;
	color:#ffffff;
}
.discussion_listing .module .content .head .title .nav_meta .new a:hover{
	background:#ffffff url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_blackarrow.png) no-repeat scroll right center;
color:#000000;

}
.discussion_listing .module .content .head .title .nav_meta ul{
	padding-bottom:1px;
	padding-top:0px;
}

.discussion_listing .module .content .head .title .nav_meta .more a{
	text-indent:-9999px;
}

.discussion_listing .module .content .head .title .nav_meta .new{
	float:right;
}

.discussion_listing .module .content .body .topics .topic{
	
}


.discussion_listing .module .content .head{
	border-bottom:none;
}

.discussion_listing .module .content .body .topics .topic .title .author{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
    color:#8a8a8a;
    font-weight:normal;
}

.discussion_listing .module .content .body .topics .topic .title .author a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
}

.discussion_listing .module .content .body ul.topics li.topic .txt .title h4 a{
	text-transform:uppercase;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.grid_5 .discussion_listing .module .content .body ul.topics li.topic .txt .title h4 a{
	color:#FFFFFF;
}
.discussion_listing .topics li .description p:first-child{
	font-size:12px;
	font-weight:normal;
	
	padding-top:0px;
}
.grid_5 .discussion_listing .topics li .description p:first-child{
	color:#ffffff;
}

#discussion_listing-340654.discussion_listing .topics li .activity{
	margin-top:28px;
	padding-bottom:10px;
	color:#000000;
	font-weight:bold;
}
.discussion_listing .topics li .activity{
	font-size:12px;
	
	padding-top:0px;
	/*margin-top:-9px;*/
	padding-bottom:15px;
}
.grid_5 .discussion_listing .topics li .activity{
	color:#ffffff;
}
#discussion_listing-340654.discussion_listing .topics li .date{
	margin-top:28px;
	color:#000000;
	font-weight:bold;
}
.discussion_listing .topics li .date{
	font-size:12px;
	
	float:right;
	/*margin-top:-9px;*/
}
.grid_5 .discussion_listing .topics li .date{
	color:#ffffff;
}
.discussion_listing .module .content .head .title .nav_meta ul li a{
	padding:0px;
}

.discussion_listing .module .content .foot .nav_meta .more{
	padding-bottom:0px;
}

.discussion_listing .module .content .foot .nav_meta .more a{
	margin-right:-12px;
	
}

.module .content .foot .nav_meta .new a{
	color:#ffffff;
	background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") no-repeat scroll right 2px transparent;
	padding-right:13px;
}
.module .content .foot .nav_meta .new a:hover{
	color:#000;
	background:#fff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_blackarrow.png") no-repeat scroll right 2px;
}
#blog_entry-294508.blog_entry .module{
	*z-index:10;
	*position:relative;
	margin:0;
}
#blog_entry-294508.blog_entry .module .content{
	padding:0;
}
.grid_3 #categories-294516 .module .content .foot .nav_meta .new{
	margin-top:2px;
}
.module .content .foot .nav_meta .new {
	float:right;
}

.discussion_listing .module .content .foot .nav_meta{
	padding-bottom:4px;
	padding-top:3px;
}

.discussion_listing .module .content .body .topics li .img a{
	border:none;
}

.discussion_entry .content .body .txt .tools li.admin.edit a{
}
/*
.discussion_listing .module .content .head .title{
	margin-bottom:-31px;
}*/


.event_listing .module .content .body .cal_events .txt .date h4{
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;
}

.event_listing .module .content .body .cal_events .txt .event_location{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;	
	color:#000000;
	text-transform:uppercase;
}
/*
.event_listing .module .content .body .cal_events .txt .event_location .location{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#616161;
	text-transform:uppercase;
}*/

.event_listing .module .content .body .cal_events .txt .description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	text-transform:lowercase;
}
.m32 .input .button.cancel input {
	
}

.event_listing .module .content .body .cal_events .txt .date{
	float:left;
	display:block;
}

.grid_6 .event_listing .module .content .body .cal_events .txt .date{
	width:284px;
}

.grid_6 .event_listing .module .content .body ul.cal_events li.cal_event .txt .event_location{
	display:block;
	float:left;
	width:284px;
}

.event_listing .module .content .body .cal_events .txt .event_location{
	clear:both;
	/*padding-top:13px;*/
}

.event_listing .module .content .body .cal_events .txt .buy{
	float:right;
	width:105px;	
}

.event_listing .module .content .body .cal_events .txt .buy a{
	display:block;
	text-indent:-9999px;
	padding:0px;
	background:none;
	border:none;
}

.event_listing .module .content .body .cal_events .txt .buy ul{
	right:0px;
	overflow:visible;
	border:none;
	background:none;
	display:block !important;
	margin-top:-10px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin-right:5px;
	*width:105px;
}
/*
#event_listing-1520409.event_listing .module .content .body .cal_events .txt .buy ul li a{
	background:#b3001c url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat 92px 5px;
}
*/	
.event_listing .module .content .body .cal_events .txt .buy ul li a{
	background:#b3001c url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat 92px center;
	padding:2px 7px 2px 8px;
	/*width:70px;*/
}
.event_listing .module .content .body .cal_events .txt .buy ul li a:hover{
	background:#736f6e url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat 92px center;
}

.event_listing .module .content .body{
	padding:0 9px 10px;
}

.event_listing .module .content .body .cal_events .txt .buy ul li.last a{
	text-transform:uppercase;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
	color:#fffffe;
	text-indent:0px;
	margin-top:0px;
	margin-right:13px;
	*margin-right:0px;
	
}
#home .event_listing .module .content .body .cal_events .txt .buy ul li.last a{
	margin-top:0px;
}

.mac .safari4 .event_listing .module .content .body .cal_events .txt .buy ul .last a{
	font-weight:normal;
}

.mac .firefox3 .event_listing .module .content .body .cal_events .txt .buy ul .last a{
	font-weight:normal;
}

.event_listing .module .content .body ul.cal_events li .hd{
	border-bottom:1px solid #7e7e7e;
}

.event_listing .module .content .foot .nav_page{
	display:none;
}

.event_listing .module .content .foot .nav_meta{
	float:right;
	padding-bottom:2px;
}

.event_listing .module .content .foot .nav_meta ul li.more a{
	padding:0 11px 0 0;
	margin-top:3px;
}

.event_listing .module .content .foot{
	padding:0 6px;
}

.event_listing .module .content .head .title .nav_meta .more a{
	display:none;
}

.event_listing .module .content .body .cal_events{
	padding-top:9px;
}

.member_listing .module .content .body .members li{
	background:none;
}

.member_listing .module .content .body .members li.member.l .img a {
	border:none;
}

.member_listing .module .content .body li.member.m .img a{
	border:none;
	width:62px;
	*width:60px;
}

.msie8 .member_listing .module .content .body li.member.m .img a{
	width:60px;
}

.member_listing .module .content .body li.member.register .img a.thickbox{
	height:22px;
	width:93px;

}

.member_listing .module .content .body li.member.register .txt{
	z-index:2;
}

.grid_5 .member_listing .module .content .body .members li.m {
	margin:0px 8px 21px 0;
	margin-top:-11px;
}

.member_listing .module .content .body .members li.m {
	margin:0px 7px 7px 0;
	margin-top:0px;
}

.grid_5 .member_listing .module .content .body li.member.register{
	position:absolute;
	margin-top:-40px;
	margin-left:224px;
	width:95px;
	height:22px;
	*margin-left:-54px;
}

.grid_9 .member_listing .module .content .body li.member.register{
	position:absolute;
	margin-top:-30px;
	margin-left:512px;
	width:95px;
	height:22px;
	*margin-left:232px;
}

.grid_6 .member_listing .module .content .body li.member.register{
	position:absolute;
	margin-top:-30px;
	margin-left:296px;
	width:95px;
	height:22px;
	background-color:#000000;
	*margin-top:-35px;
	*margin-left:16px;
}

.member_listing .module .content .body li.member.register .img a{
	padding:0;
}

#member_listing-340499.member_listing .module .content .body ul.members{
	padding-top:10px;
	padding-left:4px;
	*padding-bottom:5px;
}
.member_listing .module .content .body ul.members{
	padding-top:31px;
	
	margin:0px;
	width:100%;
}

.grid_6 .member_listing .module .content .body ul.members{
	padding-right:0px;
	padding-left:0px;
}

.member_listing .module .content .body{
	padding-left:0px;
	padding-right:0px;
}

.member_listing .module .content .body li.member.register .img{
	background-image:none;
}

.member_listing .module .content .head .nav_meta .more a{
	display:none;
}

.member_listing .module .content .head .nav_meta{
	padding:0px;
}

.member_listing .module .content .head .title .nav_meta ul li{
	*margin-bottom:-10px;
}

.member_listing .module .content .body li.member.register .txt h4 a{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	margin-top:-1px;
	padding-left:0;
	padding-right:11px;
}

.member_listing .module .content .body li.member.register .img{
	background-color:#000000;
}

.member_listing .module .content .body .members li.member.register.hover .img{
	background-color:#000000;
}

.member_listing .module .content .body li.member.register.hover .txt .title h4 a{
	background-color:#000000;
}

.member_listing .module .content .body li.member.m txt{
	
}

.photo_thumbnail .module .content .body .photos .photo .txt .title a{
	color:#B3001C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-transform:none;
}

.photo_thumbnail .module .content .body .photos .photo .txt .title a:hover{
	color:#736f6E;
}

.photo_thumbnail .module .content .body .photos .photo .txt .comments{
	padding-left:27px;
	color:#616161;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.photo_thumbnail .module .content .body .photos .photo .txt .author{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	text-transform:uppercase;
}
#photo_thumbnail-340501.photo_thumbnail .module .content .body .photos li.photo{
	height:155px;
	margin-bottom:18px;
}
.photo_thumbnail .module .content .body .photos .photo .txt .author .you{
	color:#B3001c;
}
.photo_thumbnail .module .content .body .photos .photo .txt .author a{
	color:#B3001c;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.photo_thumbnail .module .content .foot .nav_meta{
	float:right;
	
}

.photo_thumbnail .module .content .body .photos li .hd{
	border-bottom:none;
	margin-top:20px;
}
#photo_thumbnail-294570.photo_thumbnail .module .content .body .photos li.photo{
	height:184px;
}
.photo_thumbnail .module .content .body .photos li.photo{
	height:172px;
}

.lastEntry{
	border-bottom:none !important;
}

.categories .module .content .body ul#category-list li.division ul li.category .title a{
	color:#3a3838;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}

.categories .module .content .body ul#category-list li.division ul li.category .date{
	color:#000000;
}

.categories .module .content .foot .nav_meta{
	float:right;
}

/*
#event .grid_6{
	border:1px solid #b3001c;
}
*/



body#music_player {
	background:none;
}
.join_shinedown a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_join_shinedown.png) no-repeat scroll 1px  top;
display:block;
height:31px;
width:328px;
text-indent:-9999px;
*margin-top:1px;
}
.join_shinedown a:hover{
	background-position: 1px -37px; 
}
.videos li .txt .title h4:hover{
	background:none;
}
.event_listing .content .body .cal_events .txt .date:hover{
	background:none;
}
.event_listing .content .body .cal_events .txt .date h4{
	float:left;
}
.grid_3 .event_listing .module .content .body .cal_events .txt .date{
	width:106px;
}
#home span.total{
	display:none;
}



.container_14 .grid_3{
	border-left:1px solid #E8E8E8;
border-right:1px solid #E8E8E8;
width:198px;
}
#pageTitle{
padding-left:12px;	
*margin-bottom:22px;
float:left;
font-size:50px;
}

#shinedown_nation #pageTitle{
	*margin-top:7px;
}

#group_detail_3231 #pageTitle{
	*margin-top:7px;
	padding-left:224px;   
}

#moduleContainer1,#moduleContainer0,#wrapper{
	clear:both;
}



#event_detail #wrapper #container #moduleContainer1{
	width:633px;
}


#event_detail .grid_9 .grid_5 .module .content .head {
	margin-left:0px;
}


.tweetbody{
	position:relative;
}

.pastEvents a{
	float:right;
	color:#ffffff;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	padding-right:11px;
	margin-right:6px;
	/*margin-top:7px;
	margin-bottom:7px;*/
}

.mac .firefox3 .pastEvents a{
	background-position:right 2px;
}

.pastEvents a:hover {
	background:#fff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_blackarrow.png") scroll no-repeat right center;
	color:#000;
}

.mac .firefox3 .pastEvents a:hover{
	background-position:right 2px;
}

.pastEvents{
	background:#000000;
	margin-top:6px;
	margin-bottom:6px;
	padding-top:4px;
	padding-bottom:4px;
}


/*Sign-in Sign-up Modules*/

.m32 .input.text input{
	border:1px solid #dcdcdc;
	-moz-border-radius:0px;
	width:201px;
	border-width:1px;
}

.m32 .input label{
	background:#000000;
	height:21px;
	width:119px;
	padding-top:4px;
	margin-bottom:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	border:1px solid #eaeaea;
}

.m32 .input.submit{
	border-top:1px solid #d2d2d2;
}

.m32 .input .button.submit input{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat 70px center;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-transform:uppercase;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	width:80px;
	margin-top:10px;
	margin-bottom:18px;
	margin-left:166px;
}

.mac .safari3 #sign_up.m32 .input .button.submit input{
	padding-bottom:5px;
}

.mac .safari4 #sign_up.m32 .input .button.submit input{
	padding-bottom:5px;
}

.m32 .input .button.cancel input{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat 70px center;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-transform:uppercase;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	margin-left:8px;
	width:80px;
	margin-top:10px;
	margin-bottom:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.mac .safari3 #sign_up.m32 .input .button.cancel input{
	padding-bottom:5px;
}

.mac .safari4 #sign_up.m32 .input .button.cancel input{
	padding-bottom:5px;
}

.m32 .input .button.cancel{
	float:right;
}

.m32 .input a.fpl{
	font-family:Arial, Helvetica, sans-serif;
	color:#be001e;
	font-size:12px;
	text-transform:uppercase;
	border-top:none
}

.m32 .module .content .body .description{
	font-family:Arial, Helvetica, sans-serif;
	color:#676767;
	font-size:12px;
	text-transform:uppercase;
	border-top:1px solid #d2d2d2;
	padding-top:9px;
}

.m32 .module .content .body .description a{
	font-family:Arial, Helvetica, sans-serif;
	color:#be001e;
	font-size:12px;
	text-transform:uppercase;
}

.m32 .module .content .head h3{
	border:none;
	color:#000;
}

body.m32{
	background:#ffffff;
}

.m32 #moduleContainer0{
	border: 1px solid #dcdcdc;
	border-bottom:none;
}

.m32 #moduleContainer1 .module .content .body{
	border: 1px solid #dcdcdc;
	border-top:none;
}

.m32 .module .content .body .message .description{
	border:none;
}

.m32 #moduleContainer0 .module .content .head h3{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_signinhead.png") scroll no-repeat center center;
	display:block;
	text-indent:-9999px;
	height:43px;
	margin-bottom:2px;
}

.m32 #moduleContainer0{
	width:360px;
}

.m32 #moduleContainer1 .module .content .body{
	width:336px;
}

.poweredBy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:#ffffff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_eos_logo.png") scroll no-repeat left center;
	border:1px solid #dcdcdc;
	
}
.msie8 .poweredBy {
	/* width:450px; */
}
.poweredBy a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.TB_overlayBG{
	background-color:#383838;
}

#TB_window{
	background:#000000;
}

#TB_window #TB_title #TB_closeAjaxWindow a{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_close.png") no-repeat scroll right center;
	display:block;
	text-indent:-9999px;
	height:27px;
	width:8px;
}

TB_window .m32 .module .content .foot{
	margin-left:1px;
}

.m32 .sign_up .module .content .body ul li.input label{
border:medium none;
padding-left:8px;
padding-top:5px;
width:95px;
}

.m32 .sign_up .module .content .body ul li.select input{
	-moz-border-radius:0px;
border:1px solid #dcdcdc;
height:17px;
padding-top:3px;
width:36px;
}

.m32 .sign_up .module .content .body ul li.select select{
	-moz-border-radius:0px;
	border:1px solid #d2d2d2;
	height:26px;
	padding-top:2px;
	margin-top:0px;
	border-left-width:0px;
	*margin-top:2px;
}

.m32 .module .content .head{
	border-top:none;
	border-bottom:none;
}

.m32 .sign_up .module .content .body ul li.text input{
	height:20px;
margin-top:0;
width:216px;
	*width:211px;
}

.m32 .sign_up .module .content .body ul li.checkbox label{
	background:none;
	color:#959595;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:0px;
	border:none;
}

.m32 .sign_up .module .content .body ul li.checkbox label a{
	color:#be001e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.m32 .sign_up .module .content .body ul li.checkbox input{
	height:12px;
	margin-right:0px;
}

#sign_up.msie8.m32 .sign_up .module .content .body ul li.checkbox input{
	margin-top:0px;
	padding-bottom:0px;
	margin-left:-2px;
}

#sign_up.m32 .sign_up .module .content .body ul li.checkbox input{
	*margin-left:-2px;
}


.m32 .sign_up .module .content .body ul li.select{
	color:#000000;
}

.m32 .sign_up .input .button.submit input{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_signupbutton.png") scroll no-repeat 0 2px;
	display:block;
	text-indent:-9999px;
	border:none;
}

.mac .safari3 .m32 .sign_up .module .content .body ul li.input.submit .button.submit input{
	padding-bottom:5px;
	cursor:pointer;
}

.mac .safari4 .m32 .sign_up .module .content .body ul li.input.submit .button.submit input{
	padding-bottom:5px;
	cursor:pointer;
}

.mac .safari3 .m32 .sign_up .module .content .body ul li.input.submit .button.cancel input{
	padding-bottom:5px;
	cursor:pointer;
}

.mac .safari4 .m32 .sign_up .module .content .body ul li.input.submit .button.cancel input{
	padding-bottom:5px;
	cursor:pointer;
}

.m32 .sign_up .input .button.cancel input{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_cancelbutton.png") scroll no-repeat 0 2px;
	display:block;
	text-indent:-9999px;
}



#reset_password.m32 #moduleContainer0{
	border:none;
}

#reset_password.m32 #moduleContainer1{
	border:1px solid #dcdcdc;
}

.reset_password .module .content .head h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#000000;
}

.reset_password .note{
	color:#000000;
}

#reset_password .reset_password .module .content .body{
	border:none;
}

.reset_password .module .content .body ul li.input label{
	float:left;
	padding-left:8px;
	width:144px;
	border:none;
	margin-top:1px;
}

.reset_password .module .content .body ul li.input input{
	height:19px;
	margin-top:1px;
	width:170px;
}

.reset_password .module .content .body ul li.input.submit{
	border:none;
	height:25px;
	text-align:center;
}

.reset_password .module .content .body ul li.input.submit input{
	height:25px;
	background-color:#000000;
	background-image:none;
	border:none
	color:#FFFFFF;
	font-family:"Courier New",Courier,monospace;
	font-size:12px;
	height:24px;
	margin-bottom:0;
	padding:0px 0 2px 0px;
	text-transform:uppercase;
	cursor:pointer;
	color:#fff;
	border:none;
}

#TB_title{
	height:35px;
}

.forgot_password .note{
	color:#000000;
}

.forgot_password .module .content .body ul{
	border:none;
}

.forgot_password .module .content .body ul li.submit .submit{
	float:left;
}

.forgot_password .module .content .body ul li.submit .submit input{
	margin-left:156px;
}

.forgot_password .module .content .body ul li.submit .cancel input{
	margin-right:10px;
	padding-right:1px;
	text-decoration:none;
}

.forgot_password .module .content .foot .poweredBy{
	margin-top:26px;
	*width:92%;
}

.forgot_password_confirm .module .content .head h3{
	font-size:27px;
	text-align:center;
}

.forgot_password_confirm .module .content .head{
	width:360px;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}

.forgot_password_confirm .note{
	color:#000000;
}

.forgot_password_confirm .address{
	color:#000000;
}

.forgot_password_confirm .done .closeBtn a{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

.forgot_password_confirm .done #closeBtn a{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-transform:uppercase;
	padding-right:11px;
	padding-left:5px;
	font-weight:bold;
}

.mac .firefox3 .forgot_password_confirm .done #closeBtn a{
	padding-left:2px;
}

.forgot_password_confirm .done .submit a{
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-transform:uppercase;
	padding-right:11px;
	padding-left:5px;
	font-weight:bold;
}

.mac .firefox3 .forgot_password_confirm .done .submit a{
	padding-left:3px;
}

.forgot_password_confirm .done .submit{
	width:65px;
}

.forgot_password_confirm .done #closeBtn{
	width:100px;
}


.sign_up_confirm .module .content .head{
	width:360px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

.sign_up_confirm .module .content .head h3{
	font-size:32px;
	padding-left:0px;
	text-align:center;
}

.sign_up_confirm .module .content .body p{
	color:#000000;
	position:relative;
}

.sign_up_confirm .module .content .body p a{
	float:right;
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding:2px 9px 4px 4px;
	text-transform:uppercase;
	position:absolute;
	right:0px;
}

.sign_up_confirm .module .content .body #closeBtn a{
	float:right;
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding:2px 9px 4px 4px;
	text-transform:uppercase;
}

.join .module .content .body ul li.input.text input{
	float:left;
}

.join .module .content .body ul li.input .hd{
	border-bottom:none;
}

.join .module .content .body ul li.input.submit .button.submit{
	float:left;
	margin-left:34px;
}

.join .module .content .body ul li.input.submit .button.cancel{
	margin-right:0px;
	width:84px;
}

.join .module .content .body ul p{
	color:#000000;
}

.join .module .content .body ul p a{
	color:#be001e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
			 
}

.join .module .content .body ul li.checkbox label{
	background:none;
	color:#959595;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:0px;
	border:none;
}

.join .module .content .body ul li.checkbox label a{
	color:#be001e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.join .module .content .body ul li.checkbox input{
	margin-top:0px;
	margin-right:4px;
	*margin-top:-3px;
	*margin-bottom:-6px;
}

.msie8 .join .module .content .body ul li.checkbox input{
	margin-top:-3px;
	margin-bottom:-6px;
}

.m32 .module .content .foot{
	margin-left:1px;
}

.m32 .sign_up .module .content .foot{
	margin-left:1px;
}

#TB_window .m32 .module .content .foot{
	margin-left:11px;
}

.member_listing .module .content .foot .nav_meta ul li.register a{
	color:#ffffff;
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_becomefan.png") scroll no-repeat 0 -2px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:9px;
	text-indent:-9999px;
	display:block;
	margin-top:3px;
	width:108px;
	height:13px;
	margin-left:5px;
}
#home .member_listing .module .content .foot .nav_meta ul li.register a{
	margin-left:5px;
	height:11px;
}
.member_listing .module .content .foot .nav_meta ul li.register a:hover{
	background-position:0 -40px;
}

.member_listing .module .content .foot .nav_meta ul li.register{
	width:30%;
}
#photo_detail #successMsg, #album_detail #successMsg, #video_detail #successMsg{
	font-size:17px;
}
#successMsg{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/grid9_module.png) repeat scroll 0 0;
	color:#3F3F3F;
font-size:26px;
margin:0 0 10px;
padding:10px;
border:none;
font-weight:bold;
font-family:"Trebuchet MS",sans-serif;
padding:14px 10px 15px;
font-size:20px;

}
#login #successMsg{
	text-align:center;
	font-size:13px;
}
.comments .input .button.submit input:hover{
		background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_postcomment.png") no-repeat scroll 26px -31px transparent;
		border:none;
		
	}
.module .content .head .upComing a{
	position:absolute;
	top:19px;
	right:0px;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	text-transform:uppercase;
	background:#000000 url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png") scroll no-repeat right center;
	color:#fffffe;
	padding-right:12px;
	padding-left:6px;
}
.module .content .head .upComing a:hover{
	background:#fff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_blackarrow.png") scroll no-repeat right center;
	color:#000;
}
#music_player .foot .launchPlayer ,#music_player .foot .more{
	display:none;
} 
.viewmoremusic a{
	color:#fff;
}
#restricted #nav_main-294563.nav_main{
	display:none;
}
#restricted #footer{
	display:none;
}
body#restricted{
	background:#fff;
}
.list_album .module .content .body .txt .title h4:hover,#categories-294516.categories .content li.category .title,
.video_thumbnail .module .content .body .txt .title h4, .photo_thumbnail .module .content .body .txt .title h4, .photo_thumnail .module .content .body .txt .title h4,
#categories-294516.categories .content li.division .title,.event_listing .module .content .body .txt .date h4,#footer h4{
	background:none;
}

/*eventdetail wrapper*/

.eventDetailWrapper{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_eventdetailwrapper.png") repeat-y scroll right 0;
}

.grid_4_event{
	width:268px;
	float:left;
}

.grid_5_event{
	width:365px;
	float:left;	
}

.categories .module .content .foot{
	padding:0;
}
.categories .module .content .foot .nav_meta{
	padding-top:2px;
	padding-bottom:2px;
}
#categories-294516.categories .content li.division .title{
   	background:#5C5C5C none repeat scroll 0 0;
   }
 #categories-294516.categories .content li.category .title {  
 background:none;
 }
 
.grid_community1{
 	width:308px;
	float:left;
	margin-right:10px;
 }

.grid_community2{
 	width:315px;
	float:left;
 }

.site_activity .module .content .body ul.events li.se_audio .description .audio a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* Iggli Widget Styling */

#event .invite-button{
	display:none;
}

a.iggli-button {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_invitefriends.png) no-repeat scroll 0 0;	
	display:block;
	float:right;
	height:26px;
	width:106px;
	text-indent:-9999px;
	margin-top:-36px;		
}
a.iggli-button:hover{
	background-position:0px -33px;
}
 .seperater{
    border-bottom:1px solid #cecece;
    clear:left;
	/*
    width:365px; */
    } 
	
#event .ui-tabs-panel{
	border:none;
	background:transparent;
	padding-top:48px;
}	

#html-1677102.html .module .content .head{
	display:none;
}
#html-1677102.html .module .content .body{
	padding:0 0 12px;
}

#event .event_listing .module .content .body{
	padding-right:0px;
	padding-left:10px;
}

.forgot_password_confirm .module .content .foot{
	margin-top:45px;
}

.sign_up_confirm .module .content .foot{
	margin-top:45px;
}

#fragment-1{
	border:1px solid #e7e7e7;
	border-top:none;
}

#fragment-2{
	border:1px solid #e7e7e7;
	border-top:none;
}

/*********** Upgrade 2.30 *****************/

/* member detail module */
.membergroups ul {
clear: both;
}
.membergroups ul li {
margin: 2px 0px;
}
.membergroups ul li.no-badge {
margin-left: 27px; 
padding: 6px 0px;
}
.membergroups img {
width: 24px;
height: 24px;
display:inline;
vertical-align: middle;
}
.membergroups > span {
display: none;
}

/* normal view for members module */
.members li .badges {
margin-left: 10px;
margin-right: 10px;
}

.members li.compact .badges {
z-index: 0;
margin-bottom: 10px;
}
/* compact view of members listing module */
.members li.xl.compact .badges {
margin-top: 152px;
}
.members li.l.compact .badges {
margin-top: 116px;
}
.members li.m.compact .badges {
margin-top: 82px;
}
.members li.s.compact {
margin:0 2px 2px 0
}
.members li.s.compact .badges {
margin-top: 80px;
}
.members li.xs.compact {
margin:0 2px 2px 0
}
.members li.xs.compact .badges {
margin-top: 42px;
}

/* comments module */
.content li.comment .badges {

margin-top: 1px;
*width:24px;
}
.content li.comment .badges .badge {
margin-right: 1px;
width: 10px; 
}
.content li.comment .badges .badge img {
width: 10px;
}
Changed CSS rules:

/* discussions module */
.topics .avatar {
float: left;
margin-right: 10px;
}
.topics li .img {

background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/bg_member_s.gif") no-repeat center center
}

/* discussion entry module */
.content div.topic .avatar {
float:left;
margin:0 10px 10px 0; 
}
.content div.topic .img {
border:2px solid #e2e1df;
background:url("../icons/bg_member_l.gif") no-repeat center center
}

body#reset_password.m32 .module .foot {
	margin-left:0px;
	padding-left:3px;
}

.reset_password .message {
	float:left;
}

.reset_password .errorInput {
	clear:both;
	margin-left:2px;
}


#overallwrap_fix{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/grid9_module.png) repeat scroll 0 0;
}
#overallwrap_fix #leftWrapper{
	background:none;
}
    #html-735248 {
    display:none;
    }
    
    #html-741409 {
    display:none;
    }
    
    
    #html-813718{
    display:none;
    }
    
    #html-813717{
    display:none;
    }
    #html-765321{
    display:none;
    }
    #html-741768{
    display:none;
    }
    
.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default {
	background:none;
}

#mobilePinForm{
	overflow:hidden;
}

.grid_5 .event_listing .module .content .head .nav_meta{
	display:block;
	position:absolute;
	right:0px;
	top:12px;
}

.grid_5 .event_listing .module .content .head{
	position:relative;
}

.grid_5 .event_listing .module .content .head .nav_meta ul li.more a{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png) no-repeat scroll 15px -2px;
		*background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_viewallfinal.png) no-repeat scroll 6px -2px;
		*display:block;
	color:white;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	padding:0 12px 0 0;
	font-size:12px;
	text-indent:-99999px;
	width:77px;
	height:13px;
	display:block;
	}
	
.mac .safari3 .grid_5 .event_listing .module .content .head .nav_meta ul li.more a{
	cursor:pointer;
}

.mac .safari4 .grid_5 .event_listing .module .content .head .nav_meta ul li.more a{
	cursor:pointer;
}	
	
.grid_5 .event_listing .module .content .head .nav_meta ul li.more a:hover{
	background-position:15px -29px;
	*background-position:6px -29px;
}	

#home .grid_6{
	*z-index:15;
}

.join .input label{
	height:19px;
}

.join .input.text input{
	height:17px;
}

#join.m32 #container #moduleContainer2{
	*display:none;
}

.m32 .module .content .foot{
	width:98%;
}
.grid_3 #twitterContainer .tweetsHolder .created{
color:#333333 !important;
}

.m32 #html-1658402 .description{
color:#BE001E;
border:none;
paddding-top:none;

}
.m32 #html-1658402 .module{
margin-bottom:0;
}
.song_playlist .playlist.s .player{
	background-image:none;
}
#list_album-383749 .albums li .txt .title h4 a{
font-size:13px;
}
#html-1626970{
display:none;
}
.grid_5 .event_listing .module .content .body .cal_events .txt .description{
color:#333;
}

#list_audio-1719352 .songs li.list .txt .title {
float:none;
width:auto;
display:block;
}
.ui-tabs-nav li.ui-tabs-selected a:hover{
	background:none;
}

.ui-tabs .ui-tabs-nav li a{
	background:none;
}

.grid_5  #event_listing-1513190.event_listing .module .content .body .txt .event_location{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e1e1e1;
	font-weight:normal;
	text-transform:uppercase;	
}

.grid_5  #event_listing-1513190.event_listing .module .content .body .txt .description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-transform:lowercase;
}
.foot_division{
	display:block;
float:none;
font-size:12px;
font-weight:bold;
width:auto;
}	 
.foot_division a{
	color:#fff;
}
.foot_category{
}
.foot_catlist{
	padding-bottom:3px;
}

.mac .safari3 .sign_up .input .button.submit input{
	padding-bottom:5px;
}

.mac .safari3 .sign_up .input .button.cancel input{
	padding-bottom:5px;
}

.mac .safari4 .sign_up .input .button.submit input{
	padding-bottom:5px;
}

.mac .safari4 .sign_up .input .button.cancel input{
	padding-bottom:5px;
}

#sign_up .sign_up .input.checkbox label{
	margin-left:5px;
}

#sign_up.msie8 .sign_up .input.checkbox label{
	margin-left:2px;
}


a#fdbk_tab {
 background-image:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/shne_feedback_trans_tab_new.png");
 background-position:right -38px;
 color:#FFFFFF;
 cursor:pointer;
 height:102px;
 right:0;
 margin-right:-4px;
 overflow-x:hidden;
 overflow-y:hidden;
 position:fixed;
 text-indent:-100000px;
 top:50%;
 width:42px;
 z-index:1000;
}
.fbcLogin p{
	color:#000000;
}


#welcome #nav_main-294563{
	display:none;
}
#welcome #footer{
	display:none;
}
body#welcome{
	background:#fff;
}
.siteLogoThickbox{
	background:transparent url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedown_signinhead.png") scroll no-repeat center center;
	display:block;
	text-indent:-9999px;
	height:45px;
}	
body#welcome.m32 #container #moduleContainer1{
	border:none;
}
body#welcome.m32 #moduleContainer1 .module .content .body{
border:1px solid #dcdcdc; 
}
body#welcome.m32 .module .content .body .description{
	border:none;
	padding-top:0px;
}
.welcomeMsg{
	border-top:1px solid #DCDCDC;
margin:6px;
}
.welcomeMsgHead{
	color:#BE001E;
	padding-top:7px;
font-size:19px;
padding-bottom:1px;
}
.welcomeMsgDesc{
	font-size:14px;
	color:#020000;
padding-top:1px;
}
.module .content .body ul.welcomeMsglist{
	padding-top:15px;	
	padding-bottom:22px;
}
li.welcomeMsglist{
	padding-bottom:10px;
padding-top:10px;
	border-top:1px solid #DCDCDC;
}
ul.welcomeMsglist li:first-child{
	border:none;
}
.welcomeMsgDone{
	margin-top:11px;
	background:#000 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow.png) no-repeat scroll 39px 4px;
	color:#ffffff;
	width:33px;
	display:block;
	float:right;
	cursor:pointer;
	padding:2px 13px 2px 2px;
	text-align:right;	
	font-size:11px;
font-weight:bold;
	
}
.welcomeMsgDone:hover{
color:#000;
	background:#fff url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_blackarrow.png") no-repeat 39px 4px;

	}
	.welcomeMsgNotAgain{
		
		padding-top:10px;
	}
	.welcomeMsgNotAgain label{
		margin-top:-5px !important;
		font-size:13px !important;
	}
	
.fbpromotxt{
	display:inline;
	float:left;
}	
.fbpromo#msg a{
	padding-left:4px;
	float:left;
	clear:both;
}
.fbpromo#msg a img{
	cursor:pointer;
}
#edit_profile #leftWrapper{
position:relative;	
} 
#welcome #nav_global{
	display:none;
}
/* ReTweet button */
a.retweet{
	margin-left:5px;
	cursor:pointer;
	width:50px;
	float:left;
	margin-right:5px;
	margin-top:2px;
}
a.retweet span{
	cursor:pointer;
}
a.retweet img{
	cursor:pointer;
	display:inline;
	margin-bottom:-4px;
}
a.retweet strong{
	display:none;
}


/* Blog content body text tweaking */
.blog_listing .module .content .body .description p{
	font-size:13px;
	line-height:20px;
}

.blog_listing .module .content .body .description a{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.blog_entry .module .content .body .description p{
	font-size:13px;
	line-height:20px;
}

.blog_entry .module .content .body .description a{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.FBConnectButton_Small .FBConnectButton_Text{
	cursor:pointer;
}

#home #html-683925.html .tweetsHolder .userInfo{
	padding-top:7px;
}

#home #html-683925.html .tweetsHolder .userInfo a{
	padding-top:7px;
}

#edit_profile .poweredBy{
	border:none;
}

.categories .content li.division li.category .title:hover{
	background:none;
}
.grid_5 .site_activity .module .content .body .events li .description .title a{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.album_info .fb_share{
	margin-left:10px;
	margin-top:10px;
}
.photo_viewer .fb_share{
	float:left;
}

.fb_share {
	
	height:22px;
	
}

.fb_share iframe {
	
	height:22px;
	
}

.photo_viewer .content div.photo .tools{
	

display:none;
right:0;
width:100%;

padding-bottom:20px;
bottom:0;
}
.video_player .content div.video .tools{

clear:both;

width:100%;
padding-bottom:20px;
display:none;

}

.photo_viewer .content div.photo .tools, .video_player .content div.video .tools {

float:right !important;	
	
}
#photo_detail div.photo{
	position:relative;
}
.photo_viewer .module .content .body .tools ul{
	
}
.content div.photo .description{
	clear:both;
width:62%;

}
#photo_detail .photo_viewer .photo .title h3, .video_player .body .title h3,.album_info .title h4{
	color:#333333;
font-family:trebuchet MS;
}
a.retweet img{
	border:none;
}
.member_detail .content  .fb_share{
	margin-bottom:15px;
margin-left:38px;
margin-top:8px;
}
.discussion_old_link a{
	width:100px;
	font-weight:bold;
	text-transform:uppercase;		
}
.discussion_old_link a:hover{
	background:#fff;
	color:#000;		
}

body#become_a_shinedownnation_member{
	background:#000000 none repeat scroll 0 0;
}

body#become_a_shinedownnation_member #nav_main-294563{
	display:none;
}

body#become_a_shinedownnation_member #footer-294540.footer{
	display:none;
}

.upsellContainer{
	
}

.upsellcontent{
	
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_upsellbody.png) repeat-y 0 0;
padding-bottom:25px;
}
.upsellcontent .footertext a{
	color:#be001e;
	font-family:"Courier New", Courier, monospace;
	font-size:13px
}
.upsellcontent .footertext a:hover{
    color:#3C3C3B;
}


.upselljointxt{
	padding-left:90px;
	padding-top:30px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#2b2b2b;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_upcell_logo.png) no-repeat scroll 375px 30px;
}	

.upselljointxt .join{
	width:280px;
	color:#2b2b2b;
	font-size:12px;
}

.module .content .body .upselljointxt a{
	margin:0px;
	padding:0px;
	color:#be001e;
	font-family:"Courier New", Courier, monospace;
}



.module .content .body .upselljointxt .join a{
	display:block;
	font-family:"Courier New", Courier, monospace;
}

.module .content .body .upselljointxt .membership{
	padding-top:25px;
	padding-bottom:30px;
}

.module .content .body .upselljointxt .membershipdetails{
	float:left;
	line-height:15px;
	
}



.module .content .body .upselljointxt .membershipadvantages{
	clear:both;
}

.module .content .body .upselljointxt .membershipadvantages ul{
	padding:0px;
	margin:0px;
}

.module .content .body .upselljointxt .membershipadvantages ul li{
	line-height:15px;
}

.module .content .body .upselljointxt1{
	margin:0px;
	padding:0px;
	line-height:15px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#2b2b2b;
	padding-left:90px;
}

.module .content .body .upselljointxt1 ul{
	margin:0px;
	padding:0px;
	}
	
.module .content .body .redeem{
	
	padding-top:15px;
	background:none;
	clear:both;
}
.module .content .body .redeem1{
	height:500px;
	width:516px;
	clear:both;
	
	font-weight:bold;
	font-family:"Courier New", Courier, monospace;
	color:#be001e;
	padding-top:0px;
	padding-left:90px;
}

.module .content .body .redeem1 ul.items li.item1 div.img{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/BoyShirt.jpg) no-repeat scroll 0px 0px;
	height:205px;
	width:205px;
}
.module .content .body .redeem1 ul.items li.item2 div.img{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/GirlShirt.jpg) no-repeat scroll 0px 0px;
	height:205px;
	width:205px;
}
.module .content .body .redeem1 ul.items li.item3 div.img{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/Carabiner.jpg) no-repeat scroll center;
	height:250px;
	width:205px;
}
.module .content .body .redeem1 ul.items li.item4 div.img{
	background:transparent url(http://origin-static.ciscoeos.com/1279300997/zipupload/f55/494/b4f8a4c6c9775851d75fb846e4/images/2011_magnet_circle.jpg) no-repeat scroll 0px 0px;
	height:250px;
	width:300px;
}
.module .content .body .redeem1 ul.items li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.module .content .body .redeem1 ul.items li.item4{
	margin-right:0px;
}
.module .content .body .redeem1 ul.items li a{
	font-family:"Courier New",Courier,monospace;
	font-size:13px;
	font-weight:bold;
	display:block;
	text-align:center;
	cursor:default;
}
.module .content .body .redeem .clicktoredeem{
	line-height:15px;
	text-align:center;
	padding-left:185px;
	margin-bottom:16px;
	float:left;
	margin-right:10px;
}
.module .content .body .redeem .clicktoredeem a{
	background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_fanclub_signup_register.png) no-repeat scroll 0 0 transparent;
	display:block;
	height:17px;
	text-indent:-99999px;
	width:138px;
	
}
.module .content .body .redeem .renewmembership{
	float:left;
}
.module .content .body .redeem .renewmembership a{
	background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/renewmembership.png) no-repeat scroll 0 0;
	display:block;
	text-indent:-9999px;
	height:17px;
	width:138px;
	
}

.module .content .body .redeem .renewmembership a:hover{
	background-position:0px -38px;
}
.module .content .body .redeem .clicktoredeem a:hover{
	background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_fanclub_signup_register.png) repeat scroll 0 17px transparent;
}

.module .content .body .redeem .delivery{
	font-size:12px;
	font-weight:normal;
}

.upsellEos{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_eoslogo.png) no-repeat scroll left center;
color:#fff;
font-size:11px;
margin:20px 45px 0px 55px;
padding-left:33px;
}

.upsellEos a{
	color:#fff;
}

.module .content .body .upsellContainer .footertext{
	background-color:#FFFFFF;
	border-top:4px solid #000000;
	padding:7px 0;
	*height:20px;
}
.module .content .body .upsellContainer .footertext a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_backtosite.png) no-repeat scroll 0 0;
	display:block;
	height:20px;
	margin-left:210px;
	text-align:center;
	text-indent:-9999px;
	width:230px;
}
.module .content .body .upsellContainer .footertext a:hover{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_backtosite.png) no-repeat scroll 0 -30px;
}

/*removing sifr for all titles except h1 and h3*/

.video_thumbnail .module .content .body .txt .title h4,.photo_thumbnail .module .content .body .txt .title h4,.photo_thumnail .module .content .body .txt .title h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#B3001c;
}


.video_thumbnail .module .content .body .txt .title h4 a,.photo_thumbnail .module .content .body .txt .title h4 a,.photo_thumnail .module .content .body .txt .title h4 a{
	color:#B3001c;
	text-decoration:none;
}


.video_thumbnail .module .content .body .txt .title h4 a:hover,.photo_thumbnail .module .content .body .txt .title h4 a:hover,.photo_thumnail .module .content .body .txt .title h4 a:hover{
	color:#736F6E;
	text-decoration:none;
}


.list_album .module .content .body .txt .title h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}

.list_album .module .content .body .txt .title h4 a{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}

.list_album .module .content .body .txt .title h4 a:hover{
	color:#fff;
	text-decoration:none;
}

.categories .content li.division li.category .title{
	color:#3a3838;
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.categories .content li.division li.category .title a{
	color:#3a3838;
	font-size:12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.categories .content li.division li.category .title a:hover{
	color:#3a3838;
}


.categories .content li.division .title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.categories .content li.division .title a{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}


.categories .content li.division .title a:hover{
	color:#fff;
}


/* manage account in edit account page*/

#manageaccount{
	margin-left:25px;
	padding-top:25px;
}

.manageaccountlogo{
	float:left;
	width:165px;
	margin-left:15px;
	
}

.manageaccountimage{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownlogo.png) no-repeat scroll 0 0;
	text-indent:-9999px;
	display:block;
	height:165px;
}

.manageaccounttext{
	float:left;
	width:355px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/manageaccounttext.png) no-repeat scroll 0 0;
	margin-top:10px;
	margin-left:20px;
}

.manageaccountdata{
	padding-top:30px;
	font-size:13px;
	font-family:"Courier New", Courier, monospace;
	color:#b4b4b4;
}

.manageaccountdata a{
 color:#B3001C;
}
.manageaccountdata a:hover{
 color:#736F6E;
}
.manageaccountdata p{
	line-height:15px;
}

.manageaccountdata a.manageButton{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/managebutton.png) no-repeat scroll 0 -41px;
	text-indent:-9999px;
	display:block;
	height:17px;
	margin-left:115px;
	margin-top:25px;
	
}

.manageaccountdata a.manageButton:hover{
	background-position:0px 0px;
}


.manageaccountdata .additionalbenefits{
	margin-top:25px;
	font-style:italic;
}

.manageaccountdata .additionalbenefits .loginAccount{
	color:#be001e;
	}

/* top nav fix*/


#shinedown_nation .nav_main ul li .flyoutMenu{
	background:none;
	
}

#shinedown_nation #header{
	overflow:visible;
	*padding-bottom:20px;
}

#group_detail_3231 .nav_main ul li .flyoutMenu{
	background:none;
	
}

#group_detail_3231 #header{
	overflow:visible;
	*padding-bottom:20px;
}


/*video playlist fix for fan club*/
#shinedown_nation .playlist.v .player {
	height:345px;
}

#group_detail_3231 .playlist.v .player {
	height:345px;
}

/* For Chat Page Stylings  */
#chatAd {
	height:90px;
margin:0 auto;
width:728px;
}

.chatContainer{
	padding:15px 0px;
}

#leftWrap{
	float:left;
}

#rightWrap{
	float:right;
}


#chatBlock_right{
	border-top:2px solid #000000;
margin-top:15px;
padding-top:15px;
width:468px;
}














/*fan club fix for photos & videos  */

#shinedown_nation .photo_thumbnail .photos li.m.category_29793 .img a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/fanclub/bg_photo_sn.png) no-repeat scroll center bottom;
}

#shinedown_nation .video_thumbnail .videos li.video.m.category_29792 .img a{
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/fanclub/bg_video_sn.png) no-repeat scroll center center;
}



/*fan club fix for grid 9 blogs*/


 .grid_9 .blog_listing .module .content .body{
	padding:0px;
}

.grid_9 .blog_listing .module .content .body .articles li.category_29872, .grid_9 .blog_listing .module .content .body .articles li.category_29794{
	padding:20px 30px 20px 50px;
	background:#000 repeat-y scroll 0 0;
	
}

 .grid_9 .blog_listing .module .content .body .articles li.category_29872 .activity a.comment, .grid_9 .blog_listing .module .content .body .articles li.category_29794 .activity a.comment,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .activity span.comment{
	color:#fff;
}



 .grid_9 .blog_listing .module .content .body .articles li.category_29872 li.permalink a, .grid_9 .blog_listing .module .content .body .articles li.category_29794 li.permalink a{
	color:#fff;
}

 .grid_9 .blog_listing .module .content .body .articles li.category_29794 .activity a.comment:hover,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .activity span.comment:hover,#shinedown_nation .blog_listing .module .content .body .articles li.category_29794 li.permalink a:hover{
	color:#7d7d7d;
}

.grid_9 .blog_listing .module .content .body .articles li.category_29872 .category, .grid_9 .blog_listing .module .content .body .articles li.category_29794 .category,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .category ul{
	clear:both;
	display:block;
	float:left;
	
}


 .grid_9 .blog_listing .module .content .body .articles li.category_29872 .category, .grid_9 .blog_listing .module .content .body .articles li.category_29794 .category{
	margin-left:0px;
}


 .grid_9 .blog_listing .module .content .body .articles li{
	width:auto;
	padding:0px 12px;
}


 .grid_9 .blog_listing .module .content .body .articles li .hd{
	display:none;
}

 .grid_9 .blog_listing .module .content .body .articles li.article{
	margin:24px 0 29px;
}
/*the below shinedown logo needs to be positioned as per facebook and tweet*/


 .grid_9 .blog_listing .module .content .body .articles li.category_29872 .blogshinedownlogo, .grid_9 .blog_listing .module .content .body .articles li.category_29794 .blogshinedownlogo{
	float:right;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bloglogo.png) no-repeat scroll 0 0;
	height:68px;
	width:68px;
	margin-top:-25px;
	margin-right:15px;
	
}

 .grid_9 .blog_listing .module .content .body .articles li.category_29872 .blogshinedownlogo, .grid_9 .blog_listing .module .content .body .articles li.category_29794 .blogshinedownlogo{
	float:right;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bloglogo.png) no-repeat scroll 0 0;
	height:68px;
	width:68px;
	margin-top:-51px;
	margin-right:15px;
	*margin-top:-10px;
	
}



/* the below two fixes has to be overridden in the modules.css file */


 .grid_9 .blog_listing .module .content .body .articles li.category_29872 .img, .grid_9 .blog_listing .module .content .body .articles li.category_29794 .img{
	margin-left:25px;
}

  .grid_9 .blog_listing .module .content .body .articles li.category_29872 .img, .grid_9 .blog_listing .module .content .body .articles li.category_29794 .activity{
	margin-left:85px;
}




/* fanclub grid 6 blog styling */

 .grid_6 .blog_listing .module .content .body{
	padding:0px;
}

 .grid_6 .blog_listing .module .content .body .articles li.category_29794{
	padding:20px 20px 20px 35px;
	background:none repeat scroll 0 0 #000000;;
	
}

 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .activity a.comment,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .activity span.comment{
	color:#fff;
}



 .grid_6 .blog_listing .module .content .body .articles li.category_29794 li.permalink a{
	color:#fff;
}

 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .activity a.comment:hover,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .activity span.comment:hover,#shinedown_nation .blog_listing .module .content .body .articles li.category_29794 li.permalink a:hover{
	color:#7d7d7d;
}

.grid_6 .blog_listing .module .content .body .articles li.category_29794 .category,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .category ul{
	clear:both;
	display:block;
	float:left;
}

.grid_6 .blog_listing .module .content .body .articles li.category_29794 .blogshinedownlogo{
	float:right;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bloglogo.png) no-repeat scroll 0 0;
	height:68px;
	width:68px;
	margin-right:15px;
	margin-top:-20px;
}

 .grid_6 .blog_listing .module .content .body .articles li{
	width:auto;
	padding:0px 12px;
}

 .grid_6 .blog_listing .module .content .body .articles li .hd{
	display:none;
}

 .grid_6 .blog_listing .module .content .body .articles li.article{
	margin:24px 0 29px;
}




 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .activity{
	margin-left:0px;
}


 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .category{
	margin-left:0px;
}


 .blog_listing .module .content .body .articles li.article.category_29872 .author a, .blog_listing .module .content .body .articles li.article.category_29794 .author a{
	color:#B3001C !important;
}


  .blog_listing .module .content .body .articles li.article.category_29872 .author a, .blog_listing .module .content .body .articles li.article .category ul li{
	padding:0px;
}


  .blog_listing .module .content .body .articles li.article.category_29872 .author a, .blog_listing .module .content .body .articles li.category_29794 .title h4 a
{
	color:#fff;
} 


#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .title h4 a{
	color:#B3001c;
}

.blog_listing .module .content .body .articles li.category_29872 .tools li.sharelink a.sharelink, .blog_listing .module .content .body .articles li.category_29794 .tools li.sharelink a.sharelink{
	color:#fff;
}

.blog_listing .module .content .body .articles li.category_29872 .fb_share span, .blog_listing .module .content .body .articles li.category_29794 .fb_share span{
	color:#fff;
} 


/*fan club fix for photos & videos  */

.photo_thumbnail .photos li.category_29793 .img a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/fanclub/bg_photo_sn.png) no-repeat scroll center bottom;
}

.photo_thumnail .photos li.category_29793 .img a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/fanclub/bg_photo_sn.png) no-repeat scroll center bottom;
}

 .video_thumbnail .videos li.video.category_29792 .img a{
 background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/shinedown_video_play_btn.png) no-repeat scroll center center !important;
margin-left:0px;
}

.photo_thumbnail .photos li.s.category_29793 .img a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_photolanding_sn_1.png) no-repeat scroll center bottom;
}

.photo_thumnail .photos li.s.category_29793 .img a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_photolanding_sn_1.png) no-repeat scroll center bottom;
}

 .video_thumbnail .videos li.s.video.category_29792 .img a{
 background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_videolanding_sn.png) no-repeat scroll center center;
margin-left:0px;
}



/* fanclub grid 6 blog styling fanclublanding page */

#group_detail_3231 .grid_6 .blog_listing .module .content .body{
	padding:0px;
}

#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li{
	padding:0px 12px;
	width:auto;
	background:none;
	
}
#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li.article{
	margin:10px 0;
}

#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li.permalink{
	display:none;
}

#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .activity a.comment,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .activity span.comment{
	color:#000;
}



#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li.category_29794 li.permalink a{
	color:#000;
}

#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .activity a.comment:hover,#shinedown_nation .blog_listing .module .content .body .articles li.category_29794 .activity span.comment:hover,#shinedown_nation .blog_listing .module .content .body .articles li.category_29794 li.permalink a:hover{
	color:#7d7d7d;
}

#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .category,#group_detail_3231 .blog_listing .module .content .body .articles li.category_29794 .category ul{
	clear:both;
	display:block;
	float:left;
}

#group_detail_3231 .grid_6 .blog_listing .module .content .body .articles li.category_29794 .blogshinedownlogo{
display:none;
}

.blog_listing .module .content .body li.category_29794 .description a{
	color:#fff !important;
}

#group_detail_3231 #blog_listing-1723386.blog_listing .module .content .body li.category_29794 .description a{
	color:#000 !important
}


#chatAd_300X250{
	*margin:50px 90px 0px
}

.m32 .module .content .body ul li.select select {
	border-color:#dcdcdc !important;
	border-width:1px !important;
}

.m32 .module .content .body ul li.select input {
	border-color:#000000 !important;
	
}
.nav_main ul.flyoutMenu li ul.subStore{
	background:none !important;
	padding-top:0 !important;
	top:-21px !important;
	width:auto !important;
	margin-left:141px !important;
}
.nav_main ul.flyoutMenu li , #home .nav_main ul.flyoutMenu li {
	height:18px;
}
.nav_main ul.flyoutMenu li ul.subStore  li a img{
	float:right;
}

.nav_main ul.flyoutMenu li ul.subStore  li a{
	height:18px;
}
.nav_main ul.flyoutMenu li ul.subStore  li{
width:180px !important;
}

.nav_main ul.flyoutMenu li ul.subStore.unitedkingdom  li ,
.nav_main ul.flyoutMenu li ul.subStore.switzerland  li,
.nav_main ul.flyoutMenu li ul.subStore.newzealand  li,
.nav_main ul.flyoutMenu li ul.subStore.netherlands  li  {
	width:200px !important;
}

#FooterLinks3 div li.foot_division label{color:#FFFFFF;font-family:"Trebuchet MS",sans-serif;font-size:11px;font-weight:bold;}
#FooterLinks3 div li{font-size:9px;padding-left:5px;}
#FooterLinks3 div li.foot_division{padding-left:0px;}
#FooterLinks3 div li a img {display:none;}
#FooterLinks3 .footerBlock1 h4,
#FooterLinks3 .footerBlock2 h4,
#FooterLinks3 .footerBlock4 h4,
#FooterLinks3 .footerBlock5 h4,
#FooterLinks3 .footerBlock3 h4{height:37px;display:block;}
#FooterLinks3 ul li a{color:#494949;font-family:helvetica,arial;font-weight:bold;text-transform:uppercase;}
#FooterLinks3 ul li a:hover{		color:#830015;	}
#FooterLinks3 .footerBlock1,
#FooterLinks3 .footerBlock2,
#FooterLinks3 .footerBlock3,
#FooterLinks3 .footerBlock4,
#FooterLinks3 .footerBlock5{width:194px;}
#FooterLinks3 .footerBlock1 ul li,
#FooterLinks3 .footerBlock2 ul li,
#FooterLinks3 .footerBlock3 ul li,
#FooterLinks3 .footerBlock4 ul li,
#FooterLinks3 .footerBlock5 ul li{margin-bottom:7px;}
.nav_main li.nav-store ul.flyoutMenu li ul.subStore li{border-bottom:1px solid #B9B9B9 !important;width:152px !important;}
.nav_main li.nav-store ul.flyoutMenu li ul.subStore li a {width:142px !important;}
/* .nav_main li.nav-store ul.flyoutMenu li ul.subStore li:first-child{border-bottom:none;} */
#FooterLinks1 div.footerBlock3{width: 182px;}
#FooterLinks1 div.footerBlock4{width:192px;}

body .nav_main ul.flyoutMenu li a.flag ,
body#home .nav_main ul.flyoutMenu li a.flag {padding-left:32px;}
.nav_main li.nav-store ul.flyoutMenu li ul.subStore li a img {display:none;height:0px;}

body .nav_main ul.flyoutMenu li ul.subStore.unitedkingdom li,
body .nav_main ul.flyoutMenu li ul.subStore.switzerland li,
body .nav_main ul.flyoutMenu li ul.subStore.newzealand li,
body .nav_main ul.flyoutMenu li ul.subStore.netherlands li ,
.nav_main ul.flyoutMenu li ul.subStore li {width:120px !important;}
body .nav_main li.nav-store ul.flyoutMenu li a.flag:hover,
body#home .nav_main li.nav-store ul.flyoutMenu li a.flag:hover{background-position:9px 50% !important;}

#regFooter {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/RegOverlay.png) no-repeat scroll 0 0;
	background-position:-84px 0;
	bottom:0;
	display:block;
	height:103px;
	left:0;	
	position:fixed;
	width:100%;
	z-index:100000;
}



#regFooterLeft {
	float:left;
	width:60%;
}

#regFooterRight {
	float:right;
	width:35%
}

#regFooterLeft #regFooterLabel {
	color:#FFFFFF;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	height:18px;
	margin-left:144px;
	vertical-align:middle;
}

#regFooterLeft #regFooterSign {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/SignUpRegFooter.png) no-repeat scroll 0 0;
	display:inline-block;
	height:18px;
	vertical-align:middle;
	width:75px;
}

#regFooterLeft #regFooterJoin {
	display:inline-block;
	height:18px;
	vertical-align:middle;
	color:red;
	margin:0 18px 0 4px;
	font-size:13px;
}

#regFooterRight #regFooterClose {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/RegFooterClose.png) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:22px;
	margin-right:9px;
	width:22px;
}

#tweetmeme_button{
	margin-left:8px;
padding-top:2px;
}


#group_detail_3231 #tweetmeme_button .retweet{
	color:#000000 !important;
}

#group_detail_3231 #tweetmeme_button .count{
	color:#000 !important;
	font-weight:normal !important;
}

/* font embediing implementation */

.module .content .head h3,
.module .content .head h3 a,
.module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	color: #212121;
	font-size:35px;
	text-transform:uppercase;
	margin-top:5px;
}

.grid_5 .module .content .head h3,
.grid_5 .module .content .head h3 a,
.grid_5 .module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	text-transform:uppercase;
	color: #ffffff;
	font-size:35px;
}


#video_thumbnail-1723385.video_thumbnail .module .content .head .title h3,
#video_thumbnail-1723385.video_thumbnail .module .content .head .title h3 a,
#video_thumbnail-1723385.video_thumbnail .module .content .head .title h3 a:hover,
#html-659778.html .module .content .head h3,
#html-659778.html .module .content .head h3 a,
#html-659778.html .module .content .head h3 a:hover,
#video_thumbnail-327534 .module .content .head h3,
#video_thumbnail-327534 .module .content .head h3 a,
#video_thumbnail-327534 .module .content .head h3 a:hover,
#html-327531 .module .content .head h3,
#html-327531 .module .content .head h3 a,
#html-327531 .module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	color: #212121;
	font-size:35px;
	text-transform:uppercase;
}

#photo_thumbnail-1713181.photo_thumbnail .module .content .head .title h3,
#photo_thumbnail-1713181.photo_thumbnail .module .content .head .title h3 a,
#photo_thumbnail-1713181.photo_thumbnail .module .content .head .title h3 a:hover,
#discussion_listing-1713182.discussion_listing .module .content .head .title h3,
#discussion_listing-1713182.discussion_listing .module .content .head .title h3 a,
#discussion_listing-1713182.discussion_listing .module .content .head .title h3 a:hover,
#group_detail_3231 #html-327531 .head h3,
#group_detail_3231 #html-327531 .head h3 a,
#group_detail_3231 #html-327531 .head h3 a:hover,
#member_listing-1820236 .module .content .head .title h3,
#member_listing-1820236 .module .content .head .title h3 a,
#member_listing-1820236 .module .content .head .title h3 a:hover,
#blog_listing-1899750 .module .content .head .title h3,
#blog_listing-1899750 .module .content .head .title h3 a,
#blog_listing-1899750 .module .content .head .title h3 a:hover
#rss_in-1900390 .module .content .head .title h3,
#rss_in-1900390 .module .content .head .title h3 a,
#rss_in-1900390 .module .content .head .title h3 a:hover{
	font-family:CarbonTypeRegular;
	color: #000000;
	font-size:35px;
	text-transform:uppercase;
}

#event_listing-1513190 .module .content .head h3,
#event_listing-1513190 .module .content .head h3 a,
#event_listing-1513190 .module .content .head h3 a:hover,
.member_pagetitle .module .content .head h3,
.member_pagetitle .module .content .head h3 a,
.member_pagetitle .module .content .head h3 a:hover,
#member_listing-366839 .module .content .head h3,
#member_listing-327539 .module .content .head h3,
.grid_5 #html-327531 .module .content .head h3,
.grid_5 #html-327531 .module .content .head h3 a,
.grid_5 #html-327531 .module .content .head h3 a:hover
{
	font-family:CarbonTypeRegular;
	text-transform: uppercase; 
	color: #ffffff;
	font-size:30px
}

.grid_5 #member_listing-294561 .module .content .head h3,
.grid_5 #tags-294581.tags .module .content .head h3,
.grid_5 #tags-294581.tags .module .content .head h3 a,
.grid_5 #tags-294581.tags .module .content .head h3 a:hover,
#tags-294582.tags .module .content .head h3,
#tags-294582.tags .module .content .head h3 a,
#tags-294582.tags .module .content .head h3 a:hover,
#blog_listing-294512.blog_listing .module .content .head h3,
#blog_listing-294512.blog_listing .module .content .head h3 a,
#blog_listing-294512.blog_listing .module .content .head h3 a:hover,
#list_album-383753 .module .content .head h3,
#list_album-383753 .module .content .head h3 a,
#list_album-383753 .module .content .head h3 a:hover
{
	font-family:CarbonTypeRegular;
	text-transform:uppercase;
	color: #FFFFFF;
	font-size:30px;
}

#member_listing-294561 .module .content .head h3,
#tags-294581.tags .module .content .head h3,
#tags-294581.tags .module .content .head h3 a,
#tags-294581.tags .module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	text-transform:uppercase; 
	color: #212121;
	font-size:35px;
}

#alertFBdCconfirm.modalWindow .content .head h3{
	font-family:CarbonTypeRegular;
	text-transform: uppercase; 
	color: #333333;
	font-size:20px;
}

body.m32 #container .module .content .head h3,
#container .modalWindow .module .content .head h3{
	font-family:CarbonTypeRegular;
	text-transform:uppercase; 
	color: #FFFFFF;
}

.audio_player .lyrics h3{
	color: #333333;
	font-family:CarbonTypeRegular;
}


#headerTitle a{
	font-family:CarbonTypeRegular;
	color: #333333;
	text-align:center; 
	font-size:61px;
	cursor:pointer;
	text-decoration:none;
}

#site_activity-340500 .module .content .head h3,
#site_activity-340500 .module .content .head h3 a,
#site_activity-340500 .module .content .head h3 a:hover,
#site_activity-327537 .module .content .head h3,
#site_activity-327537 .module .content .head h3 a,
#site_activity-327537 .module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	text-transform:uppercase;
	color: #ffffff;
	font-size:30px;
}


#html-370593 .module .content .head h3,
#html-370593 .module .content .head h3 a,
#html-370593 .module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	text-transform: uppercase;
	color: #333333;
	font-size:35px;
}

.grid_3 .categories .module .content .head h3,
.grid_3 .categories .module .content .head h3 a,
.grid_3 .categories .module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	text-transform: uppercase;
	color: #212121;
	font-size:25px;
}


#categories-294520.categories .module .content .head h3,
#categories-294520.categories .module .content .head h3 a,
#categories-294520.categories .module .content .head h3 a:hover,
#categories-294521.categories .module .content .head h3,
#categories-294521.categories .module .content .head h3 a,
#categories-294521.categories .module .content .head h3 a:hover{
	font-family:CarbonTypeRegular;
	text-transform: uppercase;
	color: #333333;
	font-size:29px;
}

#footer h4,
#footer h4 a,
#footer h4 a:hover{
	font-family:CarbonTypeRegular;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:20px;
}

#group_detail_3231 #footer h4,
#group_detail_3231 #footer h4 a,
#group_detail_3231 #footer h4 a:hover{
	font-family:CarbonTypeRegular;
	text-transform:uppercase;
	color:#000000;
	font-size:20px;
}

h1#pageTitle,
h1#pageTitle a,
h1#pageTitle a:hover{
	font-family:CarbonTypeRegular;
	text-transform: uppercase;
	color: #ffffff;
	font-size:42px;
	margin-top:5px;	
}

#edit_account #pageTitle,
#edit_account #pageTitle a,
#edit_account #pageTitle a:hover{
	font-family:CarbonTypeRegular;
	text-transform: uppercase;
	color: #ffffff;
	font-size:42px;
	
}

#group_detail_3231 h1#pageTitle,
#group_detail_3231 h1#pageTitle a,
#group_detail_3231 h1#pageTitle a:hover{
	font-family:CarbonTypeRegular;
	text-transform: uppercase;
	color: #B3001C;
	font-size:42px;
	
}


/* fan club landing footer change */

#group_detail_3231 #logoLinks {
background:transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_shinedownfanclub_footer_02.png) no-repeat scroll left top;
}
#group_detail_3231 #footerWrapper{
	background:#FFFFFF none repeat scroll 0 0;
} 
#group_detail_3231 .foot_division a{
	color:#830015;
}
#group_detail_3231 #FooterLinks3 .foot_division a{
	color:#000;
}
#group_detail_3231 #FooterLinks3 .foot_division a:hover{
	color:#830015;
}
#group_detail_3231 #FooterLinks1 h4,#group_detail_3231 #FooterLinks2 h4 {
color:#000000;
}

 
 #blog_listing-1899750.blog_listing  module .content .head h3{
	color:#fff;
 }
.shinedownDiscussionUnit{
	border-bottom:1px solid #FFFFFF;
}
.shinedownDiscussionUnit.first.odd{
	border-bottom:none;
}
 .shinedownDiscussionUnit .title .shinedownTittle a{
 	color:#fff;
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	font-weight:bold;
 }
  .shinedownDiscussionUnit .title .shinedownTittle a:hover{
  	color:#fff;
  }
 .shinedownDiscussionUnit .shinedownDescription{
	color:#BBB4B4;
	font-size:13px;
	margin-bottom:5px;
 }
 .tdViewallhead .more a{
 	color:#fff;
 }
 .tdViewAllfoot{
 	display:none;
 }
 
 /*For reg. footer promo - Start*/
#regFooter {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_regFooter.png) repeat-x scroll 0 0;
	bottom:0;
	display:block;
	height:103px;
	left:0;	
	position:fixed;
	width:100%;
	z-index:100000;
}

#regFooterWrapper {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/RegOverlay.png) no-repeat scroll -84px 0;
	padding-bottom:10px;
	padding-top:71px;
}

#regFooterLeft {
	float:left;
	width:76%;
}

#regFooterRight {
	float:right;
	width:24%
}

#regFooterLeft #regFooterLabel {
	color:#FFFFFF;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	height:18px;
	margin-left:144px;
	vertical-align:middle;
}

#regFooterLeft #regFooterSign {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/SignUpRegFooter_02.jpg) no-repeat scroll 0 0;
	display:inline-block;
	height:17px;
	vertical-align:middle;
	width:158px;
	margin-left:8px;
}
#regFooterLeft #regFooterSign:hover{background-position:0px -18px;}

#regFooterLeft #regFooterJoin {
	display:inline-block;
	height:18px;
	vertical-align:middle;
	color:red;
	margin:0 18px 0 4px;
	font-size:13px;
}

#regFooterLeft #regFooterJoin:hover {text-decoration:underline;}

#regFooterRight #regFooterClose {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/RegFooterClose_02.png) no-repeat scroll 0 0;
	display:block;
	float:right;
	height:22px;
	margin-right:9px;
	width:22px;
}
#regFooterRight #regFooterClose:hover {background-position:0px -23px;}
 /*For reg. footer promo - Start*/
 
 
 /* EOS 2.4 Upgrades Css changes Starts */
 .discussion_entry .editedBy {font-size:11px;}
 .discussion_entry .description {padding-top:15px;}
 .comment_options .auto_close .errorInput {padding-left:25px;}
 .comment_options div {color:#333; padding-left:20px;margin-bottom:3px;}
 .comment_options input {margin:1px 7px 0px 1px;}
 .comment_options .auto_close .days {margin:-5px 5px 0px;width:25px;}
 .comments_closed {padding: 10px 0px;}
/* EOS 2.4 Upgrades Css changes Ends */

/* For Join screen Radio Check box change - Starts */

.input.required.checkbox label{
	background:none;
}

.join .input.text input{
float:left;
}

.join .input.required.radio ul li label,.join .input.required.checkbox ul li label{
background:none;
}


.join .input.private.radio ul, .join .input.private.radio ul li {
float:left;
}

.input.private.checkbox {
position:relative;
}
.input.private.checkbox i.prText {
position:absolute;
right:0;
top:0;
}

i.prText{
	padding:0 0 0 14px;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/icons/lock_15x15.png) no-repeat 0px center;
	font-style:normal;
	height:20px;
}
#home .container_14,
#home .container_14{
	position:relative;
	/*overflow:hidden;*/
}
/* For Join screen Radio Check box change - Ends */

/* EOS2.5.1 Upgrade style starts */
.cal_event .going {float: right;}
.cal_event .going a {display: block;text-align: center;clear: both;text-align: center;font-size: 0.8em;}
.cal_events .attendee_count {float: right;}
.cal_events .list .attendee_count {float: none;display: inline;}
/* EOS2.5.1 Upgrade style ends */

#reset_password-294576.reset_password  .module .content .head h3,
#forgot_password_confirm-294542.forgot_password_confirm .module .content .head h3,
#sign_up_confirm-294579.sign_up_confirm .module .content .head h3{color:#000000 !important;}

/* BEGIN Merch Hover Card Implementation */

	.grid_5 #merchContainer .item3 {display:none;}
	
	.grid_3 .module .content .body ul.merchItems  {overflow:visible;}
	.grid_5 .module .content .body ul.merchItems  {overflow:visible;}
	#html-327531.html {z-index:120;}
	
	.merchZoomIcon {position:absolute;top:85px; right:20px;height:40px;width:40px;background:url("http://origin-static.ciscoeos.com/1279718773/zipupload/c06/602/df0e5fb55786f5a8d214fef4a8/images/bg_search.png") no-repeat center center;}
	
	li.merch {position:relative;}
	.merchHC {
		position:absolute;
		right:-160px;
		top:-10px;
		width:522px;
		z-index:2000;
		display:none;
		
     	-moz-box-shadow: 0px 2px 10px #555; /* FF3.5+ */
  		-webkit-box-shadow: 0px 2px 10px #555; /* Saf3.0+, Chrome */
        box-shadow: 0px 2px 10px #555; /* Opera 10.5, IE 9.0 */
	}

	/* Positioning of the items */	
	.grid_5 .merchHC {right:-20px;}
	.grid_3 .merchHC1{}
	.grid_3 .merchHC2{}
	.grid_3 .merchHC3{top:-60px;}
	.grid_5 .merchHC1{}
	.grid_5 .merchHC2{}
	.grid_5 .merchHC3{}

	body#photo .grid_3 .merchHC,
	body#video .grid_3 .merchHC,
	body#member_detail .grid_3 .merchHC
	{left:10px;}

	#leftWrapper.grid_3 .merchHC
	{left:10px;}
		
	.merchHCInnerWrapper{border:1px solid #000;}
	.merchHCHead {background:#000; position:relative;padding:5px;}
	.merchHCHead a {color:#fff; font-family:'Courier New',monospace;font-size:20px;}
	
	.merchHCBuyNowCon {margin-top:20px;}			
	.merchHCBuyNowCon a.merchHCBuyNow {background:#B3001C;color:#fff;font-family:'Courier New',monospace;font-size:18px;text-transform:uppercase;padding:2px 10px;}
	.merchHCBuyNowCon a.merchHCBuyNow:hover {background-color:#736f6e;}
	.merchHCBody {background:#fff;}
	
	.merchHCBody .merchHCLeftCon {width:230px;float:left;margin:5px 5px 10px 10px;}
	.merchHCBody .merchHCLeftCon a img {cursor:pointer;}
	
	.merchHCBody .merchHCRightCon {width:260px;float:right;margin:0 10px 0 5px;padding-bottom:10px;}
	.merchHCBody h3 {font-size:12px;}
	.merchHCBody .merchHCPrice {font-size:16px;}
	.merchHCBody h3 {margin-top:20px;font-weight:bold;}

/* END Merch Hover Card Implementation*/

/* Upsell */
body#join_fan_club{background-image:none;background-color:#000;}
	#html-2676961 .module .content .head {
		border:none;
	}
	#join_fan_club .nav_main {display:none;}
	#html-2550555 .head{display:none;}
	#footer-294540 {display:none;}
	.subtitle{color:#000000;font-size:14px;font-weight:bold;margin-left:30px;}
	.fcdescmore{font-weight:bold;color:#393939}
	.rtColimgwrap img{padding:8px 12px 20px 15px}
	#bPageContainer {width:720px;margin:0px auto;font-family:"Courier-New",monospace;line-height:1.5;margin:0 auto;width:720px;color:#393939;}
	#bPageHeader{text-align:center;background:url(http://origin-static.ciscoeos.com/1281716647/zipupload/6ce/fe9/8d804985d236f8e4ccb725c42a/images/bPage/bg_bPage_header.jpg) repeat-y 0 0;}
	#bPageHeaderImage {display:block;padding:3px 0;width:653px;margin:0 auto;} 
	
	#bPageContentCon {background:#000 url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_bPage_body_divider.jpg) repeat-y;border-top:5px solid #000000;
padding-top:0 !important;}
	#bPageLtCol{width:560px;float:left;background-color:#fff;padding-bottom:25px;border-right:3px solid #000000;}
	
	#bPageLtColA ul#pageBList li {list-style-type:none;margin:0 0 0 0px;line-height:18px;font-size:13px;padding-left:14px;background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_pointer_fc.png) no-repeat left 5px }
	ul#pageBList {list-style-type:disc;list-style-position:inside;padding-top:0;}

	#bPageLtColA {float:left;margin-left:32px;width:285px;}
	#bPageLtColB {float:right;margin-right:16px;padding-top:10px;width:219px;color:#393939;}
	#bPageLtColBotA {float:left;margin-top:25px;width:100%;}
	#bPageLtColBotB {float:right;margin-top:7px;width:220px;font-size:11px;text-align:center;}
	#bPageLtColBotA #bPageBecomeLink {display:block;text-indent:-9999px; margin:0 auto; height:33px;width:303px;background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_bPage_become_button.png)}
	#bPageLtColBotA	#bPageBecomeLink:hover {background-position:0px -63px; }

	#bPageReviewLink {padding-top:10px;text-align:center;text-transform:uppercase;color:#000;text-transform:uppercase;font-size:13px}
	#bPageReviewLink a{font-size:13px;background:url("http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow_fc.png") no-repeat scroll right center transparent;padding-right:24px;}
	#bPageReviewLink a {color:#be001e;}	
	#bPageReviewLink a:hover{text-decoration:underline;color:#333}
	#bPageLtColFooter {border-top:3px solid #000000;margin-top:0px;padding:6px 10px 6px;background:#fff;text-transform:uppercase; text-align:center;}
	#bPageLtColFooter a {color:#be001e;text-decoration:none; font-size:13px; padding-left:19px; background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_arrow_fc_inverse.png) no-repeat left center;}
	#bPageLtColFooter a:hover {color:#333;}
	
	#bPageRtCol{width:157px;float:right;background:none repeat scroll 0 0 #535353;}
	#bPageLoginWrapper {background-color:#767676;text-align:center;padding:5px 2px;}
	#bPageLoginWrapper h3 {color:#FFFFFF;font-size:13px;text-transform:uppercase;text-align:center;}
	#bPageSignInText {color:#FFFFFF;margin-top:11px;display:inline-block;}
	#bPageSignInText #bPageLoginButton {border:none;background:url(http://static.global.ciscoeos.com/zipupload/bb8/ff2/2d5463ce954fd74497e97822d2/images/bg_signin_fc.png) no-repeat;display:block;float:right;text-indent:-9999px;width:77px;height:19px; display:block; margin:4px 8px;padding:0px;text-transform:uppercase;padding:0px;}
	#bPageSignInText #bPageLoginButton:hover{
		background-position:0 -34px;
	}
	#bPageLoginButton:hover {background-color:#3e3e3e;}
