@charset "UTF-8";

/* Beginning of Grid.css */
/*
	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: 997px;
	*width: 997px;
}

.msie7 #container.container_14 {
	margin-top:15px;
}

#home .container_14 , #member_detail .container_14{
	overflow:visible;
}
/* 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: 5px;
	margin-right: 6px;
}

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

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

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

.container_14 .grid_1 {
	width:61px;
}

.container_14 .grid_2 {
	width:133px;
}

.container_14 .grid_3 {
	width:205px;
}

.container_14 .grid_4 {
	width:277px;
}

.container_14 .grid_5 {
	width:349px;
	z-index:10;
}

.container_14 .grid_6 {
	width:421px;
}

.container_14 .grid_7 {
	width:493px;
}

.container_14 .grid_8 {
	width:565px;
}

.container_14 .grid_9 {
	width:637px;
}

.msie7 .container_14 .grid_9 {
	z-index:20;
}

.container_14 .grid_10 {
	width:709px;
}

.container_14 .grid_11 {
	width:781px;
}

.container_14 .grid_12 {
	width:853px;
}

.container_14 .grid_13 {
	width:925px;
}

.container_14 .grid_14 {
	width:997px;
}



/* 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 {	
	overflow:hidden;
}

/* Warning for IE6 users */
#ie6Prompt {
	background: #d6edf9 url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/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}

/* Page Level Backgrounds */

html {
	/*background:#251f20  url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_html.jpg") repeat-y center 0px;*/
}


body {
	/* background:transparent url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_body.jpg") no-repeat center 0px;*/
	background-color:#3D3F32;
}

#footer {
	margin-left: 0px;		
}

#eosFooter{
	*margin-top: -15px;
}

#topFooterContainer {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/topFooter_home.png) no-repeat scroll center 0;
}
#bottomFooterContainer {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_footer_module_bottom.png) no-repeat scroll center 0;
	padding-top:39px;
}
#extraLink {
	background: #3A3C2E url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_footer_module_bottom.png) no-repeat scroll center 0;
	padding-top:37px;
}
#header {margin-bottom:0px;}
body#home #header {
margin-bottom:33px;
}

#container{
background:	transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/blog_faux_column.png) repeat-y scroll 0 0;
}

/* Nav bar - that is the global hat */
#nav_global{
	margin-left:auto;
	margin-right:auto;
	height:27px !important;
	background:none !important;
}
#nav_global li#eos_login_status_message {color:#4c6548 !important;}
  #nav_global li.hello ul li {
	padding: 0 !important;
  	width:125px !important;
  	border:none !important;
  	}
  #nav_global li.hello ul li a {
  	line-height:27px;
  	padding:0 9px !important;
  	display:block !important;
  	width:107px;
  	background-color: #333 !important;
  	border-bottom:1px solid #999 !important;
  	color:#FFF !important;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight:bold;
  	text-transform: capitalize;
  	}
	#nav_global li.hello ul li a:hover, #nav_global li.hello ul li a:focus {

	color: #8D3424  !important;
	background-color:#555 !important;
}

#nav_member ul li.hello ul{
	left:0px !important; 
	top:15px !important;
}
#nav_member ul li.hello ul li{
	border-style:none !important;	
}
#nav_member ul li.hello ul li a {
	border-bottom: 1px solid #999999 !important;	
}
#nav_member ul{
	padding-top:6px !important;
}

#nav_admin ul{
	padding-top:6px !important;
	text-transform:uppercase;
	font-size:12px;
}


#nav_member ul a, #nav_member ul li{
	color:#4c6548 !important;	
}

#nav_member ul ul{
	padding-top:0px !important;
}


 /* GLOBAL SETTINGS */
 a,
 a:link,
 a:active,
 a:visited {
 color:#8D3424;
 text-decoration: none
 }
 a:focus,
 a:hover{text-decoration:underline; }
 p { margin-bottom: 10px; }
 body {
 color:#292425;
 font-size:13px;
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
 line-height:1.16em;
 background:#3A3C2E url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_body_otherpage_padded.png) no-repeat scroll center top;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 font-weight:normal
 }
 
 h1.pageTitle{
 	font-size:25px;
	margin:10px 0;
 	font-weight:bold;
	font-size:26px;
	font-weight:bold;
	margin:2px 0 4px 8px;
	text-align:center;
	width:629px;
	*margin-top: 12px;
	color:#32332a;
 }
 h1 { font-size:22px; }
 h2 { font-size:18px; }
 h3 { font-size:16px; }
 h4 { font-size:14px; }
 h5 { font-size:12px; }
 h6 { font-size:10px; }

/* SIFR Replacement */
.sIFR-alternate {
	display:block;
	height:0;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:0;
}

 /*
 MODULE-LEVEL VISUAL
 */
.module{
	
}

.grid_9  .module {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/comm_band_head.png) no-repeat scroll center top;
margin-top:2px;
padding-left:2px;
padding-right:2px;
}
.grid_6 .module{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/grid6__head.png) no-repeat scroll center top;	
	padding:30px 2px 0;
	
}
.grid_3 .module{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/grid_3_head_one.png) no-repeat scroll center top;	
	padding:30px 0 0;
	
}
.grid_3 .site_activity .module, .grid_3 #rss_in-399814 .module{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/grid_3_head_two.png) no-repeat scroll center top;	
	padding:30px 0 0;
}
.grid_7 .module{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_module_grid7.png) no-repeat scroll center top;	
	padding:42px 0 0;

}

.grid_7 #moduleContainer5{
	*margin-top: -15px;	
}
.grid_7 .module .content .head h3 {
	padding-top:0px;
	background-color:#496446;
}

.grid_2 .module {
	padding:0 2px;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/grid_2_head_one.png) no-repeat scroll center top;
}
.grid_2 #rss_in-413300 .module {
	border-top:2px solid #CBC5B0;
	margin-top:6px;
} 
.grid_5 .module {
/*	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/header_grid5.png) no-repeat scroll center top;	*/
	/*border:2px solid #CBC5B0;*/
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/grid_5_head_right.png) no-repeat scroll center top;	

	padding:36px 2px 0 2px;
}
 .module .content { 	

 }
.grid_7 .module .content{
 	border-bottom:2px solid #CDC6B3;
	border-right:2px solid #CDC6B3;
 	border-left:2px solid #CDC6B3;
	padding-bottom:2px;
 }
 .grid_7 .module .content .body{

	
 }
.grid_7 .module .content .foot{

}
#photo_detail .grid_9 .module,#video_detail .grid_9 .module {
margin-top:0;
padding:31px 0 0;
}
 .module .content .head h3 {
 /*	padding:10px 0px 0px 0px;*/
	font-size:16px;
	text-transform:uppercase;
	/*border-bottom:1px dotted #9e9e9e;*/
	text-align:center;
	font-weight:bold;
	color:#F7F0E2;
	padding:8px 0 0 0;
 }
  .module .content .head .title .total{
  	display:none; 	
 }
 .module .content .head .nav_meta ul {
 /*  padding:7px 0 8px 0; */
/*   border-bottom:2px solid #292425;*/
 }
 .module .content .body {
 padding: 0;
 background-color: #F7F0E2;
 }
 .module .content .body ul {
 overflow: hidden;
 }
 .module .content .foot {
 height:1%;
overflow:hidden;
 background-color:#CDC7B1;
/*
 border-top:1px solid #3D3F32;
*/
 }
 .module .content .foot * {
 line-height:1.16em;
 }
 .module .content .foot .nav_meta {
 overflow:hidden;
 height:1%;
 padding: 0 0px 0 0px;
 }
 .module .content .foot .nav_meta ul li {
/*
 margin:8px 0;
*/
 }
 .page_title .module .content .head {
 background:#fff;
 color:#222;
 text-transform:capitalize;
 }
 
 
.module .nav_meta .new{
 background:none;
 padding:0;
 border:none;
 float:right;
 }
.module .nav_meta  .more{
 	float:left;
 }
 
 /* Some specializations in the module design*/ 
 
 /* Home Page modules for width grid_7 */
#home .grid_7 .module .content .head {
	/*background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_head_ornaments.jpg") no-repeat center 3px;*/
/*
	border:2px solid #cbc5b0;
	border-top:none;
	border-bottom:none;
*/
border-bottom:2px solid #CDC7B1;
 }
 
  #blog_detail .article .title h4,
 #photo_detail .photo .title h3,
 #video_detail .video .title h3,
 #member_detail .video .title h3{
	 color:#8D3424;
 }


/* over riding thick box styles */
#TB_overlay { z-index:2000;}
#TB_window{ z-index:2002;}
#TB_load{ z-index:2003;}
#TB_HideSelect{ z-index:1999;}

#TB_title {
	background:#496446;
}
 /* GLOBAL LINK STYLING */
 a.comment,
 span.comment {
 padding:0 0 0 14px;
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools.gif") no-repeat 2px 1px
 }
 a.permalink,
 li.permalink a {
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools.gif") no-repeat 0 -103px;
 padding:0 0 0 14px
 }
 a.sharelink,
 li.sharelink a {
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools.gif") no-repeat 0 -118px;
 padding:0 0 0 14px
 }
 li.delete a {
 background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_delete_link.png) no-repeat scroll 0 0;
 padding:0 0 0 19px;
 font-size:13px; 
 line-height:13px
 }
 li.delete a:hover {
	 background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_delete_link_hover.png) no-repeat 0 0px;
 }
 li.flag a {
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_flag_link.png") no-repeat 0 0px;
 padding:0 0 0 20px;
 font-size:13px
 }
  li.flag a:hover {
  	background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_flag_link_hover.png") no-repeat 0 0px;
  }
 li.admin.edit a {
 background: url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools.gif") no-repeat 0 -44px;
 padding: 0 0 0 14px
 }
 li.admin.prome a {
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_member_pro.png") no-repeat 0 0;
 padding:0 0 0 28px;
 font-size:10px
 }
 li.admin.fanme a {
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_member_fan.png") no-repeat 0 0;
 padding:0 0 0 28px;
 font-size:10px
 }

 li.register {
 background:#fff url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools_directionals.gif') no-repeat 100% 3px;
 /* padding: 0 19px 0 0; */
 border:1px solid #F1F0ED
 }
 .register a {
 padding:1px 4px
 }
 .register a.img_format {
 display:block;
 height:100%;
 text-indent:-9999px
 }
 .new {
 background:#fff url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools_directionals.gif') no-repeat 100% 3px;
 padding: 0 10px 0 0;
 border:1px dotted #ccc
 }
 .new a {
 padding:0 4px
 }
 a.next,
 li.next a {
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px
 }
 a.prev,
 li.prev a {
 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools_directionals.gif") no-repeat 100% -20px
 }

.article .img a img {
	display:block;
	height:100%
}
/* End */



 
 /*
 AD MODULE
 */
 .ad {
 text-align:center;
 z-index:1;
 }
 .ad .head {
 padding:5px 10px
 }
 .ad .body {
 margin:0 auto;
 padding:0 0 10px;
 z-index:1
 }
 .ad .body a img{
 	cursor:pointer;
 }
 .ad.leaderboard .body {
 width:728px;
 height:90px;
 padding:0px;
 }
 .ad.skyscraper .body {
 width:160px;
 height:600px
 }
 .ad.small .body {
 width:180px;
 height:160px
 }
 .ad.medium .body {
 width:300px;
 height:250px
 }
 .ad .head h3,
 .ad .head .foot,
 .ad .foot h3 {
 font-size:10px;
 font-weight:normal;
 color:#666;
 text-align:left
 }
 
.ad .leaderboard{
 	margin:12px 0 20px;
 }
 
 .ad .leaderboard .head{
 	padding:0px;
 }

.ad .medium .content{

}

.ad .medium {
	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/module_top_345px.png) no-repeat scroll left top;*/
	/*padding-top:4px;*/
}
.ad .medium .content {
	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/module_bottom_345px.png) no-repeat scroll left bottom;
	padding-bottom:4px;*/
	/*border: 2px solid #CDC6B3;*/
}
.ad.medium .head {
	padding: 0 10px 36px 10px;
	/*background-color:#FFFFFF;*/
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/grid_5_ad_head.png) no-repeat;
}
.ad.medium .body {
	padding:20px;
	width:305px;
	background-color:#F7F0E2;
	/*border-left:1px solid #C6C6C6;
	border-right:1px solid #C6C6C6;*/
}
 /* 
 CHANNEL-LEVEL NAVIGATION
 */

/********* Navigation used on all pages except the home page.
*/
 
 .nav_main ul li {
 display:block;
 position:relative;
 float:left;
 }
 .nav_main ul li.home{
/* background: 	transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_navigation_left.png) no-repeat scroll 0 0; */
 }
 .nav_main ul li.upload {
 	float:right;
 }
 .nav_main ul{
 	background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_navbar_sprite.png) no-repeat scroll center top;	
	width:865px;
	height:36px;
	padding:0 0 6px;
 }

 .nav_main ul li a,
 .nav_main ul li a:link,
 .nav_main ul li a:visited {
	color:#CDC7AF;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:11px 13px 10px;
	padding:11px 0px 10px;
	text-indent:-99999px;
	outline:none;
 }
 
 .nav_main ul li.active a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_navbar_sprite.png);
	outline:none;
 }

 .nav_main ul li a:hover{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_navbar_sprite.png);
 }
 
 .nav_main ul li.nav-custom a{width:68px;}
 
 .nav_main ul li.nav-home a{width:68px;}
 .nav_main ul li.nav-blog a{width:62px;}
 .nav_main ul li.nav-video a{width:63px;}
 .nav_main ul li.nav-photo a{width:69px;}
 .nav_main ul li.nav-music a{width:68px;}
 .nav_main ul li.nav-tour_dates a{width:101px;}
 .nav_main ul li.nav-bio a{width:102px;}
  .nav_main ul li.nav-discussion a{width:101px;}
 .nav_main ul li.nav-community_landing a{width:88px;}
 .nav_main ul li.nav-store a{width:65px; }
 .nav_main ul li.upload a{width:78px; }
 
 .nav_main ul li.nav-home.active a{background-position:0px -57px;}
 .nav_main ul li.nav-blog.active a{background-position:-68px -57px;}
 .nav_main ul li.nav-video.active a{background-position:-130px -57px;}
 .nav_main ul li.nav-photo.active a{background-position:-193px -57px;}
 .nav_main ul li.nav-music.active a{background-position:-262px -57px;}
 .nav_main ul li.nav-tour_dates.active a{background-position:-330px -57px;}
 .nav_main ul li.nav-bio.active a{background-position:-431px -57px;}
 .nav_main ul li.nav-discussion.active a{background-position:-533px -57px;}
 .nav_main ul li.nav-community_landing.active a{background-position:-634px -57px;}
 .nav_main ul li.upload.active a{background-position:-787px -57px;}	

 .nav_main ul li.nav-home a:hover{background-position: 0px -114px;}
 .nav_main ul li.nav-blog a:hover{background-position: -68px -114px;}
 .nav_main ul li.nav-video a:hover{background-position: -130px -114px;}
 .nav_main ul li.nav-photo a:hover{background-position: -193px -114px;}
 .nav_main ul li.nav-music a:hover{background-position: -262px -114px;}
 .nav_main ul li.nav-tour_dates a:hover{background-position: -330px -114px;}
 .nav_main ul li.nav-bio a:hover{background-position: -431px -114px;}
 .nav_main ul li.nav-discussion a:hover{background-position: -533px -114px;}
 .nav_main ul li.nav-community_landing a:hover{background-position: -634px -114px;}
 .nav_main ul li.nav-store a:hover{background-position: -722px -114px;}
 .nav_main ul li.upload a:hover{background-position: -787px -114px;}

 .nav_main ul li.active li.active a {
	color:#8D3424;
 }
 
 .nav_main ul li.upload a {
/* background:transparent url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_navmain_upload.gif") no-repeat center left;*/
 font-weight:bold;
 /*padding:0 0 0 15px;*/
 font-size: 12px;
 color:#cdc7af;
 }


.nav_main ul.flyoutMenu{
	display:block;
	left:0;
	position:absolute;
	width:174px;
	z-index:1000;
	top:27px;
}

.nav_main ul ul {
background:transparent none repeat scroll 0 0;
padding-top:7px;
}


.nav_main ul.flyoutMenu li {
display:block;
padding:0;
}


.nav_main li li {
float:none;
}


.nav_main ul.flyoutMenu li a {
	border-bottom:1px solid #999999;
	background:#2f2f2f;
	padding:0 9px;
	display:block;
	height:27px;
	color:#CDC7AF;
	text-indent:0px;
	text-align:left;
	line-height:24px;
	width:115px;
}
.nav_main ul.flyoutMenu li a:hover{
	background:#545454;
	/*color:#8D3424;*/
	color: #fff;
	text-decoration:underline;
}

.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/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_us.gif);}
 .nav_main ul.flyoutMenu li a.canada {background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_canada.gif);}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_uk.gif);}
  .nav_main ul.flyoutMenu li a.japan {
		background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/Japan_flag16x11.png);
	}
 .nav_main ul.flyoutMenu li a.germany {
		background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/Germany_flag16x11.png);
}
 .nav_main ul.flyoutMenu li a.spain {
		background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/Spain_flag_16x11.png);
}

.nav_main div{
	margin-left:70px;
}
 /* 
 MODULE-LEVEL NAVIGATION
 */

 .nav_meta ul {
 overflow:hidden;
 height:1%;
 	border-top:1px solid #3D3F32;
	border-bottom:1px solid #3D3F32;
 /*border-top: 1px solid #000000;*/
 }
 .nav_meta ul li {
 font-size:11px;
 color:#D33200;
 }
 .nav_meta ul li.prev {
 float:right
 }
 .nav_meta ul li.register {
 float:left
 }
 .nav_meta ul li a {
 display:inline-block;
 text-transform: uppercase;
 font-size:12px;
 line-height:11px;
 font-weight:bold;
 color:#3D3F32;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/view_all_normal.png) no-repeat scroll 0px -1px;
	padding:8px 9px 0;
	width:80px;
	height:21px;
	outline:none;
	
 }
 .module .content  .nav_meta {
 
	background:#CDC7B1 none repeat scroll 0 0;
	padding-top:2px;
 }
 .edit_profile  .module .content  .nav_meta{
 	padding:3px;
 }
.edit_profile .module .content .head .nav_meta ul{
	padding:3px 0;
}
.edit_profile .nav_meta ul li.poweredBy{
	color:#8D3424;
	float:right;
	*height:29px;
}
.edit_profile .nav_meta ul li.poweredBy a{
	background:none;
	height:auto;
	padding-right:0;
	padding-left:0;
}
  .nav_meta ul li:not("poweredBy") a:hover{
  	color:#F7F0E2;
	text-decoration:none;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/view_all_hover.png) no-repeat scroll 0px -1px;
  }
   
 /* 
 IN-MODULE-CONTENT-LEVEL NAVIGATION:
 tabs, content-flipping clickable elements
 */
 .nav_switch {
 overflow: hidden;
 position:relative;
 height:20px
 }
 .nav_switch ul.ui-tabs-nav {
 float: right
 }
 .nav_switch ul li {
 margin: 0 0 0 6px;
 float: left
 }
 .nav_switch ul li a {
 background: #f6f6f6;
 display: block;
 height: 8px;
 line-height: 8px;
 text-indent: -9999px;
 width: 18px
 }
 .nav_switch ul li a:hover {
 background: #eee
 }
 .nav_switch ul li.ui-tabs-selected a {
 background: #ddd
 }
 /* 
 IN-MODULE-CONTENT-LEVEL OR PAGE-LEVEL NAVIGATION:
 all pagination belong to us
 */
 .nav_page {
 float:right
 }
 .nav_page ul {
 overflow:hidden;
 width:100%;
 padding:10px 0
 }
 .nav_page ul li.frst,
 .nav_page ul li.last,
 .nav_page ul li.location {
 display:none
 }
 .nav_page ul li.prev {
 float:left;
 text-align:left;
 margin: 0 7px 0 10px
 }
 .nav_page ul li.prev a {
 background:none
 }
 .nav_page ul li.next {
 float:right;
 margin:0 0 0 10px
 }
 .nav_page ul li.page {
 float:right
 }
 .nav_page ul li a {
 text-decoration: none;
 color:#D33200;
 }
 .nav_page ul li.next a {
 background:none
 }
 .nav_page ul li.page a {
 margin:0 0 0 3px
 }
 .nav_page ul li.page a.active {
 color:#999
 }

/*IE Hack */
 .foot .nav_page li.jump,
 .foot .nav_page li.page{
		*line-height:16px;	
}

 /* 
 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;

 }
 .nav_blog ul li.next_post .label {
 text-align:right;
 display:block;
 font-size:10px
 }
 .nav_blog ul li.next_post a {
 font-size:10px;
 text-align:right;
 }
 .nav_blog ul li.prev_post {
 float:left;
 line-height:1em;
 width:45%;
 margin:0 0 0 10px;
 }
 .nav_blog ul li.prev_post .label {
 display:block;
 font-size:10px

 }
 .nav_blog ul li.prev_post a {
 font-size:10px
 }
 /* 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 */
 
 /* ratings */
 li .txt {margin-bottom: 5px;}
 .txt .rating {
 	padding: 7px 3px 5px 0px;
   float: left;
   *margin-top:2px;
  }
 .content .rating ul {
 list-style: none;
 width:105px;
 height: 21px;
 margin:0 10px;
 padding:0;
 position: relative;
 float:left;
 overflow:visible;
 background:transparent url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/rating_stars.png') repeat-x scroll 0 -42px;
 }

 .rating ul li a:hover {
 background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/rating_stars.png') repeat-x 0 -22px;
 z-index: 2;
 margin:0;
 padding:0;
 left:0;
 }
 
 .rating ul.inactive {
 list-style: none;
 width:60px;
 height: 12px;
 margin:0;
 background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_rating_new.png') repeat-x 0 -14px;
 }
  
 .rating ul li.current {
 background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/rating_stars.png') repeat-x 0 0;
 position: absolute;
 height: 21px;
 top:0;
 left:0;
 display: block;
 margin:0;
 padding:0;
 z-index:1;
 text-indent: -9000px
 }
 
 .rating ul.inactive li.current {
 background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_rating_new.png') repeat-x 0 -1px;
 height: 12px;
 }
 
 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 a.ratingone {
 left: 0
 }
 .rating ul a.ratingone:hover {
 width: 21px
 }
 .rating ul a.ratingtwo {
 left: 21px
 }
 .rating ul a.ratingtwo:hover {
 width: 42px
 }
 .rating ul a.ratingthree {
 left: 42px
 }
 .rating ul a.ratingthree:hover {
 width: 63px
 }
 .rating ul a.ratingfour {
 left: 63px
 }
 .rating ul a.ratingfour:hover {
 width: 84px
 }
 .rating ul a.ratingfive {
 left: 84px
 }
 .rating ul a.ratingfive:hover {
 width: 105px
 }
 
 .rating .total {
 float:left;
 font-weight:normal;
 color:#888888;
 line-height:20px;
 text-transform:capitalize;
 font-size:11px
 }
 .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
   }
 
 
 .txt .author {
 	clear: both;
 }

 .compact .rating ul {
 margin-left: auto;
 margin-right: auto
 }
 .compact .rating .total {
 width: auto;
 margin-top: -0.3em;
 text-align: center
 }
 
/* Styles for events */
 
 .events .performer .img{
 	background-image:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_member_xs.gif");
 }

.events .performer .img a {
	border:1px solid #ddd;
	height:29px;
	width:29px;
}
.events .performer .img a img {
	display:none;
	height:100%;
}

/* Styles for all the blog modules */




/* Code for the home page. move it to pages.css */
/* temporary stuff do remove as soon as possible */

   /* Applying Styles for Merch module @HomePage  */
    #new_merch {
	   padding:0;  
   } 
      
   /* Homepage - Header&Footer Section- custom menu drop down **********/
  /* Applying Styles Custom Dropdown menu for Visit Artist store  */ 
    #new_merch .ArtistStore,   #new_merch .ArtistStoreBottom{
   	text-align:left;	
   	font-family:Arial;
   	font-size: 11px;
   	font-weight:bold;
   	color: #3D3F32;
  	text-transform:uppercase;
 	cursor:pointer;
 	width:125px;
 	margin:10px 0 0 0px;
	*position:relative; 	
   }
   
   #new_merch .merch_foot .ArtistStoreBottom{
   	margin:0px 0 0 0px; 	
   	}
	
    #new_merch  .ArtistStore .dropdownarrow,  #new_merch  .ArtistStoreBottom .dropdownarrow{
	background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/Customdroparrow_black_9x5.png') no-repeat;
 	width:10px;	
 	height:6px; 
 	padding:0;	
 	margin:3px 0 0 3px;
 	position:absolute;
	display:none;
   }
    
   /* Artist store ---- Unordered list */
    #new_merch ul.flyoutMenu,   #new_merch ul.flyoutMenuFooter {
 	clear:both;
 	display:block;
 	position:absolute;	
 	width:160px;
 	z-index:1000;
 	list-style:none;
 	text-decoration:none;
	margin:0 0 0 -23px;
	padding:1px 0 0;
	*margin:  12px 0px 0px -130px
	
 }
 /*
   #home  #new_merch ul.flyoutMenu,     #home #new_merch ul.flyoutMenuFooter {
     		margin:0 0 0 0px;
     }
     */
   /* Artist store ---- list items */
    #new_merch ul.flyoutMenu li ,   #new_merch ul.flyoutMenuFooter li {
 	border-bottom:1px solid #999999;
 	display:block;
 	text-decoration:none;
 }

   #new_merch ul.flyoutMenu li a:hover ,   #new_merch ul.flyoutMenuFooter li a:hover {
   		background-color:#555;
	}
	 
   /* Artist store ---- list items - Styles for elements */
    #new_merch  ul.flyoutMenu li a ,   #new_merch ul.flyoutMenuFooter li a{
 	background:#333333 none repeat scroll 0 0;
 	display:block;
 	font-family:Arial;
 	font-size:11px;
 	text-transform:uppercase;
 }
 
     #new_merch ul.flyoutMenu li a.us,   #new_merch ul.flyoutMenuFooter li a.us {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_us.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 
    #new_merch ul.flyoutMenu li a.uk,   #new_merch ul.flyoutMenuFooter li a.uk {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_uk.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 
 #new_merch ul#subMainAlbumBuy li a.canada, #new_merch ul#subLeftAlbumBuy li a.canada, #new_merch ul#subRightAlbumBuy li a.canada, #new_merch ul.flyoutMenu li a.canada, #new_merch ul.flyoutMenuFooter li a.canada {
background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_canada.gif);
background-position:9px center;
background-repeat:no-repeat;
}
 #new_merch ul.flyoutMenu li a.flag ,   #new_merch ul.flyoutMenuFooter li a.flag{
	padding-left:32px;
	text-transform:uppercase;
	text-indent:0px;
 }
 
    #new_merch ul li a,    #new_merch ul li a:link,    #new_merch ul li a:visited {
 	color:#FFFFFF;
 	font-family:Arial;
 	font-weight:bold;
 	line-height:27px;
 	padding:0 9px;

 	text-transform:capitalize;
 } 
 
 /* BuyNow button -- Main album, left and right product album */ 
     #new_merch a.buynowButton {
 	cursor:pointer;
 	display:block;		
 	width: 88px;	
	height: 26px;
 	text-align:left;
 	background: transparent url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_buynow_sprite.png') no-repeat 0 0;
	margin:16px 0 0;
	text-indent:-9999px;
 } 
   #new_merch .buynowButton:hover{

   	background-position:0 -34px;
	}
    #new_merch a img {
  	 cursor:pointer;
   	border:1px solid #DFEEF6;
   }

.productRightBuyDrop,.productCenterBuyDrop,.productLeftBuyDrop{
	height:26px;
}
   
   
  /* Applying Styles for other products in the thumbnail view */   
 #new_merch #new-merch-products {
		/*border-bottom:1px solid #9C9C9C;*/
		border-top:1px solid #9C9C9C;
		margin:8px 0px;
		background-color:#f7f0e2;
		
	}
  #new_merch .productsImgnDesc p.name  { 
   padding:0px;
   overflow:hidden;
   margin:0px;
   }  	
   
     #new_merch .productsImgnDesc .name a {   	
  	padding:0;
    font-family: georgia;
	color: #2F3131;
	font-size: 16px;
	font-weight:bold;
	line-height:20px;	
	}
   
     #new_merch #new-merch-products .price {
   	color:#8D3424;  	
	float:right;
  	font-weight:bold;
	font-size:14px;
  	text-align:left;
   }
   
   
    #new_merch  #new-merch-products a img {
  	 cursor:pointer;
  	 border:1px solid #DFEEF6;
  	 height:80px;
   } 
   /* Products Display section - Image and descripton container*/
    #new_merch #new-merch-products .subProductImage{ 	
  	width:80px; 	
  	height:80px;
	float:left;
   }
   #new_merch #new-merch-products .subProductDesc{ 	
  	width:377px; 	  
	float: left;
	margin-left:12px;
	
   }
   
  #new_merch #new-merch-products  .productsImgnDesc{  	
/*
		margin:6px 0 8px;			
*/
  }

  
 .grid_5 #new_merch #new-merch-products  .productsImgnDesc{  	
		margin:0px;			
		width: 100%;
  }
  
   
   /* Applying Styles for other products in the thumbnail view- left */   
   /*
  #home  #new_merch #new-merch-products  .productLeft,     #home #new_merch #new-merch-products .productCenter ,
	  #home    #new_merch #new-merch-products  .productRight  {	
		height:80px;
		width:478px;
		border-bottom:2px solid #3D3F32;
		padding-bottom:12px;
		padding-left:12px;
		padding-top:12px;
		
   }
   */
     /* Applying Styles for other products in the thumbnail view- left */   
    #new_merch #new-merch-products  .productCenter {	
		height:80px;

   }
 /*
  #home .new_merch_wrap{
   	padding-top:2px;
   }
*/
   
    /* Applying Styles for other products in the thumbnail view- Right side product*/   
    #new_merch #new-merch-products .productRight {
		height:80px;
	   	width:479px;
		border:none !important;
   }
  
     #new_merch .productsBuySection .productLeftBuyDrop{
 	cursor:pointer;
   	margin:0 0 0 0px;
   	padding:0;
 	float:left;    	
   }
    
    #new_merch .productsBuySection .productRightBuyDrop{
 	cursor:pointer;  
  	float:right;
   }   
    
     #new_merch #new-merch-products .priceFloat p{   	
		height:20px;
		float:right;
   }
     #new_merch #new-merch-products .descText{
     	float:left;
		width:265px;
     }
	 
   
      #new_merch ul#subLeftAlbumBuy,    #new_merch ul#subCenterAlbumBuy,    #new_merch ul#subRightAlbumBuy {
		display:block;	
	 	position:absolute;	
	 	width:165px;
	 	z-index:1015;
	 	list-style:none;
		padding:0  0  0 0px;
		border-top:1px solid #FFFFFF;
    }
   
   
 /*  Mainalbum Buy,Product- left&Right - Custom dropdown menu - list items style*/
   #new_merch ul#subLeftAlbumBuy  li,
   #new_merch ul#subCenterAlbumBuy  li,   #new_merch ul#subRightAlbumBuy li {
 	border-bottom:1px solid #999999;
 	display:block;
 	background:#333333;
 	height:27px;
 }
   #new_merch ul#subLeftAlbumBuy li:hover,    #new_merch ul#subCenterAlbumBuy li:hover,
    #new_merch ul#subRightAlbumBuy li:hover {
 	background-color:#555;
 }
 /*  Mainalbum Buy ,Product- left&Right - Custom dropdown menu - list items style*/
   #new_merch ul#subLeftAlbumBuy  li a,   #new_merch ul#subCenterAlbumBuy  li a,
    #new_merch ul#subRightAlbumBuy li a{
 	color:#fff;
 	font-weight:bold;
 	font-size:11px;
 	text-transform:uppercase;
 }
 
 /*  Mainalbum Buy ,Product- left&Right - list items - Buynow Caption*/
   #new_merch ul#subLeftAlbumBuy  li a .buynowInt,    #new_merch ul#subCenterAlbumBuy li a .buynowInt,
    #new_merch ul#subRightAlbumBuy li a .buynowInt{
 	color:#8D3424;	
 	font-weight:bold;
 	font-size:11px;
 	width:10px;
 	display:inline;
 	margin:0 0 0 10px;
 }
 /*  Mainalbum ,Product- left&Right - list items - US FLAG*/
a.us, 
    #new_merch ul#subRightAlbumBuy li a.us {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_us.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 }
 /*  Mainalbum ,Product- left&Right - list items - UK FLAG*/
a.uk, 
     #new_merch ul#subRightAlbumBuy li a.uk {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_uk.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 
 }
 
   #new_merch ul#subLeftAlbumBuy  li a.flag,    #new_merch ul#subCenterAlbumBuy  li a.flag ,
     #new_merch ul#subRightAlbumBuy li a.flag{
 	padding-left:32px;
 }
  
     #new_merch .merch_foot {
   padding:0;  
   margin:10px;
    z-index:1000;
   }
     #new_merch .merch_foot a {
   padding-right:8px;
  }



/* End of merch css */


 .module .content #new_merch .foot {border:0}
 
   .clear{
  	clear:both;
  }
  
  #new_merch .subProductImage img, #new_merch .mainAlbumImg img {border:1px solid #CCC;}
   
   .dropdown_wrapper{
   	width:100%;
	background: #CDC7B1;
	
   	border-top: 1px solid #292425;
 	border-bottom: 1px solid #292425;

	
   }
  .grid_3 .dropdown_wrapper{
   	margin-left:2px;
	width:99%;
   }
   .grid_3 #new_merch .dropdown_wrapper {
	*height:44px;
}
.grid_3 #new_merch .foot .dropdown_wrapper{
	*height:43px;
}
	.grid_3 #new_merch .dropdown_wrapper .ArtistStore{
	*height:28px;
}
 .grid_3 #new_merch .InnerWrap{
 	*padding-bottom:4px;
 }
   
   /******************************************* w201 merch ********************/
  /* Applying Styles for Merch module @HomePage  */
  .grid_3 #new_merch ,.grid_5 #new_merch{
	margin:0;
	width:auto;
   	overflow:hidden;
	 	padding-top:0px;
	border:none;
	
   } 

  /* Applying Styles Custom Dropdown menu for Visit Artist store  */ 
  .grid_3 #new_merch .ArtistStore, .grid_3 #new_merch .ArtistStoreBottom, 
    .grid_5 #new_merch .ArtistStore, .grid_5 #new_merch .ArtistStoreBottom{
   	text-align:left;	
   	font-family:Helvetica,Arial,sans-serif;
   	font-size: 11px;
   	font-weight:bold;
  	text-transform:uppercase;
 	cursor:pointer;
 	width:125px;
 	margin:0;
	color:#2F3131;	
	*position:relative; 
   }
	
	.grid_5 #new_merch .ArtistStore{
		*margin-top: 0px;
		*margin-bottom: 0px;
	} 
	
	.grid_5 #new_merch .ArtistStoreBottom{
		*padding-bottom: 10px;	
	}
  .grid_3 #new_merch .ArtistStore, .grid_3 #new_merch .ArtistStoreBottom{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_merch3_sprite.png) no-repeat scroll 0 0;
		height:36px;
		padding:7px 10px 0 18px;
		width:155px;
		text-indent:-9999px;
		height:36px;
 	  }  
	  .grid_3 #new_merch .ArtistStore:hover, .grid_3 #new_merch .ArtistStoreBottom:hover{
	  	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_merch3_sprite.png) no-repeat scroll 0 -53px;
	  }
   .grid_5 #new_merch .ArtistStore, .grid_5 #new_merch .ArtistStoreBottom{
 	  *margin-top: 8px;
	  width:188px;
   }
   
  .grid_3 #new_merch  .ArtistStore .dropdownarrow,.grid_3 #new_merch  .ArtistStoreBottom .dropdownarrow{

	display:none;
 	
   }   
   .grid_3 .InnerWrap{

	margin:8px 0px;
 	/*width: 180px; */
	padding: 0 0px 9px;
 }
   .grid_3 #new_merch .dropArtistStore ,     .grid_5 #new_merch .dropArtistStore{
   	height:25px;
   	padding:0 0 3px;
   	margin: 9px 0px 0px 0; 
   	border: none;
   	width:145px;		
   	height:19px;
   	text-decoration:underline;
  	text-transform:uppercase;
   	color:#0094CC;
  	font-size:11px;
  	font-weight:bold;
   }	
     
  /* Applying Styles First half of section having one img and desc(Main album) */  
  .grid_3 #new_merch .top {
  	/* width:180px; */
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #3d3f32;
   }
   
   /* Mainalbum - Image display*/
  .grid_3 #new_merch .mainAlbumImg{
  	 /*width:180px;*/
   	 margin:11px 0 0 0;
   }  
    .grid_3 #new_merch .top img {
  	 float:none;
  	 width:178px;
  	 height:175px;
  	 padding:0;
   }
   
  .grid_3 #new_merch .top a {
  	display:block;
  	/*width:180px;*/
   }
   /* Mainalbum- Container Product description*/
   .grid_3 #new_merch .mainAlbumDesc{
  	 /*width:180px;*/
  	 margin: 9px 0 0 0px;
   }  
   
   /* Mainalbum- Container for price and buy button*/
  .grid_3 #new_merch .mainAlbumPricenBuy {
  	/*width:180px;
  	 height:22px;
 	margin:20px 0 0 0px;*/
  }
 
  /* BuyNow button -- Main album, left and right product album */ 
   .grid_3 #new_merch a.buynowButton {
 	cursor:pointer;
 	display:block;		
 	width: 72px;	
	height: 24px;
 	text-align:left;
 	float:none;
 	background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_buynow_sprite.png') no-repeat;
	margin:0px;
	text-indent:-9999px;
 } 
   .grid_3 #new_merch .buynowButton:hover{
   	background-position:0 -34px;
	} 
  .grid_3 #new_merch a img {
  	 cursor:pointer;
   	border:1px solid #3D3F32;
   }
   
  .grid_3 #new_merch .top .product {  
   text-align:left; 
   }
   
  .grid_3 #new_merch .mainAlbumPrice { 	 
 	 float:left;
  	 text-align:left;
  	 width: 40px;
  	 font-size: 14px;
  	 font-weight:bold;
 	 font-family:Helvetica,Arial,sans-serif;
  	 color:#8D3424;
	 margin-bottom: 8px;
   }
   
  .grid_3 #new_merch .mainAlbumBuyDrop{  	
  	cursor:pointer;
   	padding:0;
 	float:right;   	
   }   
   
   /* Artist store ---- Unordered list */
  .grid_3 #new_merch ul.flyoutMenu, .grid_3 #new_merch ul.flyoutMenuFooter ,
    .grid_5 #new_merch ul.flyoutMenu, .grid_5 #new_merch ul.flyoutMenuFooter {
 	clear:both;
 	display:block;
 	position:absolute;	
 	width:160px;
 	z-index:1000;
 	list-style:none;
 	text-decoration:none;
 	padding:3px 0 0 0;
 	margin: -3px 0 0 0;
 }
 
 .grid_3 #new_merch ul.flyoutMenu, .grid_3 #new_merch ul.flyoutMenuFooter{
 	margin: 13px 0 0 0;
	*margin: 25px 0 0 0;
 }
 .grid_5 #new_merch ul.flyoutMenu, .grid_5 #new_merch ul.flyoutMenuFooter{
 	*margin: 10px 0px 0px 0px;
	width: 160px;	
 }
   /* Artist store ---- list items */
  .grid_3 #new_merch ul.flyoutMenu li , .grid_3 #new_merch ul.flyoutMenuFooter li ,
     .grid_5 #new_merch ul.flyoutMenu li , .grid_5 #new_merch ul.flyoutMenuFooter li {
 	border-bottom:1px solid #999999;
 	display:block;
 	text-decoration:none;
 }
 .grid_3 #new_merch ul.flyoutMenu li:hover , .grid_3 #new_merch ul.flyoutMenuFooter li:hover,
  .grid_5 #new_merch ul.flyoutMenu li:hover , .grid_5 #new_merch ul.flyoutMenuFooter li:hover  {background-color:#555;}
  
  
  .grid_3 #new_merch ul .flyoutMenu li .bottomlist, .grid_3 #new_merch ul.flyoutMenuFooter li .bottomlist,
    .grid_5 #new_merch ul .flyoutMenu li .bottomlist, .grid_5 #new_merch ul.flyoutMenuFooter li .bottomlist{ 	 	
 	display:block;
 	border-bottom:none;
  }
  
   /* Artist store ---- list items - Styles for elements */
  .grid_3 #new_merch  ul.flyoutMenu li a , .grid_3 #new_merch ul.flyoutMenuFooter li a{ 
 	display:block;
 	font-size:11px;
 	text-transform:uppercase;
 }
 
  .grid_3 #new_merch ul.flyoutMenu li a.us, .grid_3 #new_merch ul.flyoutMenu li a.us,
  .grid_3 #new_merch ul.flyoutMenuFooter li a.us,.grid_5 #new_merch ul.flyoutMenuFooter li a.us {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_us.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 
  .grid_3 #new_merch ul.flyoutMenu li a.uk,  .grid_5 #new_merch ul.flyoutMenu li a.uk, 
  .grid_3 #new_merch ul.flyoutMenuFooter li a.uk , .grid_5 #new_merch ul.flyoutMenuFooter li a.uk {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_uk.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 
  .grid_3 #new_merch ul.flyoutMenu li a.flag , .grid_3 #new_merch ul.flyoutMenuFooter li a.flag,
    .grid_5 #new_merch ul.flyoutMenu li a.flag , .grid_5 #new_merch ul.flyoutMenuFooter li a.flag{
 	padding-left:32px;
	text-transform:uppercase;
 }
 
 .grid_3 #new_merch ul.flyoutMenu a:hover , .grid_3 #new_merch ul.flyoutMenuFooter a:hover,
  .grid_5 #new_merch ul.flyoutMenu a:hover , .grid_5 #new_merch ul.flyoutMenuFooter a:hover {
 	background-color:#555;
	}
 
  .grid_3 #new_merch ul li a,  .grid_3 #new_merch ul li a:link,  .grid_3 #new_merch ul li a:visited,
    .grid_5 #new_merch ul li a,  .grid_5 #new_merch ul li a:link,  .grid_5 #new_merch ul li a:visited  {
 	color:#FFFFFF;
 	font-weight:bold;
 	line-height:27px;
 	padding:0 9px;

 	text-transform:capitalize;
 } 
 
 /*  Mainalbum Buy - Custom dropdown menu - Unordered list*/
  .grid_3 #new_merch ul#subMainAlbumBuy,  .grid_5 #new_merch ul#subMainAlbumBuy { 
 	display:block;	
 	position:absolute;	
 	width:170px;
 	z-index:1000;
 	list-style:none;
 	margin:0px 0 0 17px;	
	padding: 0px;	
	border-top:none;
 } 
 /*  Leftalbum Buy - Custom dropdown menu - Unordered list*/
  .grid_3 #new_merch ul#subLeftAlbumBuy, .grid_5 #new_merch ul#subLeftAlbumBuy{
 	display:block;	
 	position:absolute;	
 	width:165px;
 	z-index:1015;
 	list-style:none;
 	margin:0px 0 0 0px;
 	padding:0  0  0 0px;
	border-top:none;
 }
 /*  Rightalbum Buy - Custom dropdown menu - Unordered list*/
 .grid_3 #new_merch ul#subRightAlbumBuy,.grid_5 #new_merch ul#subRightAlbumBuy {
 	display:block;
 	position:absolute;	
 	width:165px;
 	z-index:1015;
 	list-style:none;
 	margin:0px 0 0 -78px;
 	padding:0  0  0 0px;
	border-top:none;
 }
 
 .grid_3 .module .content .foot{
 	background-color:#CDC7B1;
	height:1%;
 }
 /*  Mainalbum Buy,Product- left&Right - Custom dropdown menu - list items style*/
	#new_merch ul#subMainAlbumBuy li ,  #new_merch ul#subLeftAlbumBuy  li,
  #new_merch ul#subRightAlbumBuy li {
 	border-bottom:1px solid #999999;
 	display:block;
 	background:#333333;
 	height:26px;
	padding:0px 0 0 0;
 }
  #new_merch ul#subMainAlbumBuy li:hover ,  #new_merch ul#subLeftAlbumBuy li:hover,
  #new_merch ul#subRightAlbumBuy li:hover {
 	background-color:#555;
 }
 /*  Mainalbum Buy ,Product- left&Right - Custom dropdown menu - list items style*/
#new_merch ul#subMainAlbumBuy li a,  #new_merch ul#subLeftAlbumBuy  li a,  #new_merch ul#subRightAlbumBuy li a{
 	color:#fff;
 	font-weight:bold;
 	font-size:11px;
	font-family:arial; 
 	text-transform:uppercase;
 }
 
 /*  Mainalbum Buy ,Product- left&Right - list items - Buynow Caption*/
#new_merch ul#subMainAlbumBuy li a .buynowInt, #new_merch ul#subLeftAlbumBuy  li a .buynowInt, 
   #new_merch ul#subRightAlbumBuy li a .buynowInt{
 	color: 	#8D3424;
 	font-weight:bold;
 	font-size:11px;
 	width:10px;
 	display:inline;
 	margin:0 0 0 10px;
	font-family:Arial;
	cursor:pointer;
	
 }
 /*  Mainalbum ,Product- left&Right - list items - US FLAG*/
 #new_merch ul#subMainAlbumBuy li a.us, #new_merch ul#subLeftAlbumBuy  li a.us,
   #new_merch ul#subRightAlbumBuy li a.us {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_us.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 }
 /*  Mainalbum ,Product- left&Right - list items - UK FLAG*/
   #new_merch  ul#subMainAlbumBuy li a.uk,  #new_merch ul#subLeftAlbumBuy  li a.uk ,
    #new_merch ul#subRightAlbumBuy li a.uk {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/flag_uk.gif);
 	background-position:9px center;
 	background-repeat:no-repeat; 
 }
 
   #new_merch ul#subMainAlbumBuy  li a.flag ,  #new_merch ul#subLeftAlbumBuy  li a.flag,
 	#new_merch ul#subRightAlbumBuy li a.flag{
 	padding-left:32px;
 }
     
  /* Applying Styles for other products in the thumbnail view */   
  .grid_3 #new_merch #new-merch-products {
   	/*width:180px;*/
	width: 100%;
   	margin:0;
	border:none;
   }
   
  .grid_3 #new_merch  #new-merch-products a img {
  	 cursor:pointer;
  	 border:1px solid #3D3F32;
  	 width:80px;
  	 height:80px;
   } 
   /* Products Display section - Image and descripton container*/
  .grid_3 #new_merch #new-merch-products .subProductImage{ 	
  	width:80px; 	
  	height:80px;
	margin-bottom:8px;
	margin-left: 1px;
   }
  .grid_3  #new_merch #new-merch-products .subProductDesc{ 	
  	width:80px; 	
  	height:80px;
	margin-left: 0;
   }
   
  .grid_3 #new_merch #new-merch-products  .productsImgnDesc{
  	height:185px;
 	/*width:180px;*/
	padding:0px;
	margin:0px;  	
  }
  
  .mac .firefox3 .grid_3 #new_merch #new-merch-products  .productsImgnDesc{
  	height:200px;
  }
  
   .grid_3 #new_merch #new-merch-products  .productsBuySection{
  	height:21px;
 	/*width:180px;*/
	margin:0 0 10px 2px;
  }   
   /* Applying Styles for other products in the thumbnail view- left */   
  .grid_3 #new_merch #new-merch-products .productsImgnDesc .productLeft {	
   	float:left;
  	height:185px;
   	margin:0 0 0 0;
   	text-align:center;
   	width:82.5px;
	border-right: 2px solid #3d3f32;
	padding: 8px 9px 0 10px;
   }
   
   .mac .firefox3 .grid_3 #new_merch #new-merch-products .productsImgnDesc .productLeft {	
   	height:192px;
   }
  
  .grid_3 #new_merch .productsBuySection .productLeftBuyDrop{
 	cursor:pointer;
   	margin:0 0 0 0px;
   	padding:0;
 	float:left; 
	border-right: 2px solid #3d3f32;
	padding: 0 21px 9px 7px;   	
   }
  /* Applying Styles for other products in the thumbnail view- Right side product*/   
  .grid_3 #new_merch #new-merch-products .productRight {
   	float:right; 	
   	margin: 0;	
   	text-align:center;
  	height:185px;
   	width:82.5px;
	padding-top: 8px;
	padding-right: 8px;
   }
  .grid_3 #new_merch .productsBuySection .productRightBuyDrop{
 	cursor:pointer;  
   	margin:0 21px 10px 0;
   	padding:0;
  	float:right;
   }
   
   .grid_3 #new_merch #new-merch-products .product a {
   	padding-top:3px;
   	display:block;
  }	
   
  .grid_3  #new_merch .product p {
   margin:0 0 6px;
   }
   
  .grid_3  #new_merch .top .product a {
  	display:inline;
  	padding-right:4px;
  	width:auto;
   	font-size: 14px;
   	font-weight:bold;
   	line-height:20px;	  
	font-family:Helvetica,Arial,sans-serif; 
	color: #2F3131;	
   }
   
   .grid_3  #new_merch .top .product .mainAlbumBuyDrop a {
  	display:inline;
   	font-size: 11px;
   	font-weight:bold;
 	cursor:pointer;
   	color: #fff;	
   }
    
    .grid_3  #new_merch .top .product .mainAlbumBuyDrop a.buynowButton {
   	cursor:pointer;
   	display:block;		
   	width: 163px;	
	height: 24px;  	
   	background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/buynow_button_big.png') no-repeat;
	margin:0 27px 0 0;
   }
     
  .grid_3  #new_merch .name { 
  	 text-align:left;
  	 margin:6px 0 0 0;
  	 padding:0;
  	 background:transparent none repeat scroll 0 0 !important;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;	
   }
   
	.grid_3 #new_merch .productsImgnDesc .name a {
		font-size:12px;
		font-family:Helvetica,Arial,sans-serif;	
		line-height: 14px;	
	}
	
   .grid_3  #new_merch .productsImgnDesc .name {font-size:12px}   
  .grid_3  #new_merch #new-merch-products  .price {
   	color:#8D3424;
  	margin: 8px 0;
  	font-family:Helvetica,Arial,sans-serif;
  	font-weight:bold;
	font-size: 12px;
  	text-align:left;
	float:none;
   }
   
  .grid_3  #new_merch .foot {
 	padding:0;  
    z-index:1000;
	position:static; 
	width:100%;
	
	
   }
  .grid_3  #new_merch .foot a {
	padding-right:10px;
  }
  
  /****************** End of .201 merch *******************/

	 /*********************** MERCH - Photos page section**********************************/
  /* Applying Styles for Merch module @PhotosView Page  */
     
   .grid_5 .InnerWrap{
	margin:11px 0px;
 
 }
 
 .grid_5  #new_merch .productsBuySection .productLeftBuyDrop{
 	cursor:pointer;
   	margin:0 0 0 0px;
   	padding:0;
 	float:left; 
	border-right: 2px solid #3D3F32;
	padding:0 75px 9px 5px;	
   }
   
   .grid_5 #new_merch #new-merch-products  .productsBuySection{
  	height:21px;
 	width:100%;
	margin:0 0 10px 2px;
  }   
   /* Homepage - Header&Footer Section- custom menu drop down ******/
  /* Applying Styles Custom Dropdown menu for Visit Artist store  */ 
 
  .grid_5 #new_merch .ArtistStore, .grid_5 #new_merch .ArtistStoreBottom{  		
		height:11px;		
	background:	#CDC7B1 url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_visitstore_sprite.png) no-repeat scroll -2px -1px;
	padding:9px;	
	width:205px;
	outline:none;
	text-indent:-9999px;
   }
     .grid_5 #new_merch .ArtistStore:hover, .grid_5 #new_merch .ArtistStoreBottom:hover{  		
	 background-position :	-2px -36px;
	 }
   
   .grid_5 #new_merch .ArtistStoreBottom{
		margin: 0;
		padding:9px 9px 8px;
		width:203px;
   }
   
  .grid_5 #new_merch ul.flyoutMenu li a:hover , .grid_5 #new_merch ul.flyoutMenuFooter li a:hover {
 	background-color:#555;
	}
	   
   /* Applying Styles for First half which has One large image and desc  */
    .grid_5 #new_merch .mainAlbumImg{
   	 float: left;
  	 width:200px;
   }
    .grid_5 #new_merch .mainAlbumDesc{
   	 float:left;
  	 width:125px;
   }
   
  .grid_5 #new_merch .top {
    height:207px;
    width:100%;
	padding:5px 0 5px 10px;
	border-bottom:2px solid #3D3F32;
   }
   
   .grid_5 #new_merch .top img {
   height:175px; 
   width:185px;
   float:left;
   padding:0;
   }
  
   .grid_5 #new_merch .top a {
   display:block;
   width:200px;
   }
   
   .grid_5 #new_merch a img {
   cursor:pointer;
   border:1px solid #DFEEF6;
   }
   
   .grid_5 #new_merch .top .product { 
   margin: 0px 0 0 0px;
   text-align:left;
   
   }
   
   .grid_5 #new_merch .mainAlbumPrice {
   	margin:10px 0 0 0px;
   	text-align:left;
  	width:40px;
  	color: 	#8D3424;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;  
  	font-weight:bold;
  	text-align:left;
	height:95px;
   }
   
   .grid_5 #new_merch .mainAlbumBuyDrop{
   	border:medium none;
   	color:#FFFFFF;
   	font-size:13px;
   	font-weight:bold;
   	height:19px;
   	width:80px;
 	cursor:pointer;
  	text-transform:uppercase;
	margin:22px 0 0 0;
   }
   
    .grid_5  #new_merch .top .product .mainAlbumBuyDrop a {
  	display:inline;
   	font-family:Arial;
   	font-size: 11px;
   	font-weight:bold;
 	cursor:pointer;
   	color: #fff;	
 	padding:0 0 0 7px;
   }
   
 /* Applying styles for Unordered list for Dropdown menus - Main Album buynow buy now button*/
  .grid_5 #new_merch ul#subMainAlbumBuy { 	
 	margin:59px 0 0 -226px;
 }
 
 /* Applying styles for Unordered list for Dropdown menus - Left & Right Product buy now button*/
  .grid_5 #new_merch ul#subLeftAlbumBuy{
 	margin:0px 0 0 0px;
 		
 }
 .grid_5	#new_merch ul#subMainAlbumBuy li,  .grid_3	#new_merch ul#subMainAlbumBuy li{
 	height:23px;
	padding:4px 0 0;
	display:none;
}
.grid_3	#new_merch ul#subLeftAlbumBuy li , .grid_3 #new_merch ul#subRightAlbumBuy li,
.grid_5	#new_merch ul#subLeftAlbumBuy li , .grid_5 #new_merch ul#subRightAlbumBuy li {
height:23px;
padding:0 0 4px;
display:none;
}
 /* Applying styles for Unordered list for Dropdown menus Left & Right Product buy now button*/
 .grid_5 #new_merch ul#subRightAlbumBuy {
 	
	margin:0px 0 0 -78px; 
 
 }
 
   /* applying styles for Internal buynow link in the List items of Mainalbum BUYNOW button*/  
   .grid_5  #new_merch .top .product .mainAlbumBuyDrop a.buynowButton {
  	cursor:pointer;
   	display:block;		
   	width: 167px;	
	height: 24px;  	
   	background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/buynow_button_big.png') no-repeat;
	margin:0px;
	float:right;
	margin-top:35px;
	margin-right:157px;
	padding-right:0px;
	padding-left:0px;
	*margin-left: -322px;
   }
   
   .grid_5 #new_merch .mainAlbumBuyDrop {
	cursor:pointer;
	float:right;
	padding:0;
	}
  /* applying styles for Internal buynow link in the List items of Left&Right product BUYNOW button*/  
    .grid_5 #new_merch a.buynowButton {
 	cursor:pointer;
 	display:block;		
 	width: 72px;	
	height: 24px;
 	text-align:left;
 	background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_buynow_sprite.png') no-repeat;
		margin:0px;
		text-indent:-9999px;
 }	
 .grid_5 #new_merch .buynowButton:hover{
 	background-position:0 -34px;
 }
      
   /* Applying Styles for products listed in thumbnail view */
   .grid_5 #new_merch #new-merch-products {
   	width:100%;
   	margin:0;
	border:none;
	padding-left:6px;
   	
   }
    /* Applying Styles for products listed in thumbnail view-Leftside product */
   
   .grid_5 #new_merch #new-merch-products .productLeft {	
   	float:left;
  	height:100px;
   	margin:0 0 0 0;
   	text-align:center;
   	width:165px;
	border-right:2px solid #3D3F32;
   }
   
    .grid_5 #new_merch #new-merch-products a img{
    	width: 80px;
	   	_width:65px;
	  	height: 80px;
		margin: 5px;
    }
   
   .grid_5 #new_merch .productLeft img {
   	width: 80px;
   	_width:65px;
  	height: 80px;
   }
   /* Containers for Product display section */
   .grid_5 #new_merch #new-merch-products .subProductImage{
   	float:left; 	
  	width:80px;
  	_width:65px;
  	height:100px;
   }
    .grid_5 #new_merch #new-merch-products .subProductDesc{
   	float:right;
  	width:70px; 	
  	height:100px;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
   }
   /* Containers for Product display section */  
   .grid_5 #new_merch #new-merch-products  .productsImgnDesc{
  	height:100px;
 	width:100%;
  	
  }
   .grid_5 #new_merch #new-merch-products  .productsBuySection{
  	height:21px;
 	width:100%;
	margin : 0 0 10px 0;
  }
  
  
  .grid_5 #new_merch .productLeftBuyDrop{
   	width:85px;
  	float:left;	 	
   }
   
   .grid_5 #new_merch #new-merch-products .price {
   	font-family:Arial;
	}
	
   
   /* Applying Styles for products listed in thumbnail view - Right side product*/
   .grid_5 #new_merch #new-merch-products .productRight {
   	float:right; 	
   	margin:0 0 0 0px;
   	text-align:center;
  	height:100px;
   	width:170px;
   }
   
    .grid_5 #new_merch .productRight img {
   	width: 80px;
   	_width:65px;
  	height: 80px;
   }
   
   .grid_5 #new_merch .productRightBuyDrop{  
   	height:19px; 
 	margin:0 80px 0px 0px;
 	_margin:0 35px 0 0;
   	padding:0;
 	float:right;
   	width:85px;
   }
   
   .grid_5 #new_merch #new-merch-products .product a {
   	padding-top:3px;
   	display:block;
   	}	
  
   .grid_5 #new_merch .product p {
  	margin:0 0 5px;
   }
   
  .grid_5 #new_merch .top .product a {	
  	display:inline;
  	float:none;
  	padding-right:10px;
	font-family:Helvetica,Arial,sans-serif;	
  	width:auto;
   	font-size: 14px;
   	font-weight:bold;
   	line-height:18px;	
  	margin:9px 5px 0 0;
   	color:#2F3131;
   }
     
   .grid_5 #new_merch .name { 
   margin:0px;
   padding:0px;
   text-align:left;
   background:transparent none repeat scroll 0 0 !important;
	font-size: 13px;
	font-weight:bold;
   	line-height:16px;
   }

   .grid_5 #new_merch .productsImgnDesc .name {
	overflow:hidden;
	}
   .grid_5 #new_merch #new-merch-products  .price {
	color: 	#8D3424;
   	margin: 8px 0;
   	text-align:left;
  	font-family:Helvetica,Arial,sans-serif;
  	font-weight:bold;
	float:none;
	font-size: 11px;
  	text-align:left;
   } 
	.grid_5 #new_merch .productsImgnDesc .name a {
		font-size:12px;
		font-family:Helvetica,Arial,sans-serif;
		line-height:18px;
	}
  
   .grid_5 #new_merch .foot { 
   	padding:0;
	z-index:1000;
	position:static;
	clear:left;
   }
   .grid_5 #new_merch .foot a {
   	padding-right:10px;
} 
/***************************** End of .345 merch code *********/



/* ALBUM LISTING and album details page hack */

.content .body ul.albums li.s .img {
	background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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;	
	font-family:Helvetica,Arial,sans-serif;	
}

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




.content li.article img { 

	margin:-1px 10px 10px -1px; 
	border:1px solid #f2f2f2;
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_48.png") no-repeat center center;

}

.content div.article img { 
  margin:0 10px 10px 0;
 border:1px solid #f2f2f2; 

 background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_48.png") no-repeat center center;
}

.module .content .body ul {
overflow:hidden;

}

ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

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;
	}
	
	
/***************************************  Blog Section ********************************/
/******************* Commmon ******************/

/* blog */

 
   
   /* 
   IN-MODULE-CONTENT-LEVEL OR PAGE-LEVEL NAVIGATION:
   all pagination belong to us
   */
   .nav_page {
   float:right
   }
   .nav_page ul {
   overflow:hidden;
   width:100%;
   padding:8px 0
   }
   .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 {  
   padding:0 5px;
   /*border:1px solid #09C;*/
   background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/prev_active.png) no-repeat scroll 0 1px;
   display:block;
   text-indent:-9999px;
   border:none;
   }
   .nav_page ul li.prev a:hover{  
   padding:0 5px;
   /*border:1px solid #09C;*/
   background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/prev_active_hover.png) no-repeat scroll center center;
   display:block;
   text-indent:-9999px;
   border:none;
   }
    .nav_page ul li.prev span{ 
    color:#5D5D5D;
    border:1px solid #CCC;
    padding:0 3px;
	/* background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/prev_inactive.png) no-repeat scroll 0 1px; */
    }
	.nav_page ul li.next span {
		color:#5D5D5D;
    border:1px solid #CCC;
    padding:0 3px;
	/* background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/next_inactive.png) no-repeat scroll 0 1px; */
	}
   .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
   }
   .nav_page ul li.next a {
   padding:0 5px;
   /*border:1px solid #09C;*/
   background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/next_active.png) no-repeat scroll 0 1px;
   display:block;
   text-indent:-9999px;
   border:none;
   }
   .nav_page ul li.next a:hover{
   		padding:0 5px;
   /*border:1px solid #09C;*/
   background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/next_active_hover.png) no-repeat scroll center center;
   display:block;
   text-indent:-9999px;
   border:none;
   }
   
   .nav_page ul li.page a.active {
   color:#5D5D5D;
   border:none;
   }
   /* 
   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:0 10px 0 0;
   }
   .nav_blog ul li.next_post .label {
   text-align:right;
  display:block;
  }
   .nav_blog ul li.next_post a {
	  font-size:14px;
	  font-weight:bold;
	  text-align:right;
   }
   .nav_blog ul li.prev_post {
   float:left;
   line-height:1em;
   width:45%;
   margin:0 0 0 10px;
   }
   .nav_blog ul li.prev_post .label {
   display:block;
   }
   .nav_blog ul li.prev_post a {
	 font-size:14px;
	 font-weight:bold;

   }
   
   
   
   /* Contributors*/
/* 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;
  }
    .members li.member .txt {
    padding:5px;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    overflow:hidden;
	margin:0 10px 10px;
    }
    .members li.member .txt a {color:#FFF}
    .members li.member.hover .img a {
    background-color:#8D3424;
    filter:alpha(opacity=70);
    opacity:0.8
    }
    .members li.member.hover .txt {
    z-index:2;
	margin:15px 0px 0 0px;

   }
   
   /* MEMBERS: XLARGE|140x140 */
   .members li.xl {
   background:transparent none no-repeat scroll 0 0;
	   width:160px;
	   height:150px;
	   min-height: 160px;
   }
   .members li.xl .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_xl.gif") no-repeat center center
   }
   .members li.xl .img a {
	   width:140px;
	   height:140px;
	   margin-left:10px;
   }
   /* MEMBERS: LARGE|104x104 */
   .members li.l {
   background:transparent none no-repeat scroll 0 0; 	
   width:106px;
   height:106px
   }
   .members li.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_104.png") no-repeat center center
   }
   .content li.member.l .img a {
   width:104px !important;
   height:104px;
   border:1px solid #3D3F32;  
   }
   /* MEMBERS: MEDIUM|70x70 */
   .members li.m {
   background:transparent none no-repeat scroll 0 0; 	
   width:62px;
   height:62px;
   margin:0 2px 2px 0
   }
   .members li.m .img {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_70.png) no-repeat scroll center center;
   }
  .content li.member.m .img a {
   width:60px;
   height:60px;
   border:1px solid #3D3F32;  
   }
   /* MEMBERS: SMALL|48x48 */
   .members li.s {
   background:transparent none no-repeat scroll 0 0; 	
   width:68px;
   height:98px;
   margin:0 2px 2px 0
   }
   .members li.s .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_s.gif") no-repeat center center
   }
   .members li.s .img a {
   width:48px;
   height:48px;
   }
   /* MEMBERS: XSMALL|30x30 */
   .members li.xs {
   background:transparent none no-repeat scroll 0 0;	
   width:40px;
   height:70px;
   margin:0 2px 2px 0;
   }
   .members li.xs .img {
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/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 img {   
	display:block;
	height:100%;
	cursor:pointer;
	}
	 .members li.member.pro.hover .img a img{
	 	background-color:#8D3424;
    filter:alpha(opacity=70);
    opacity:0.8
    }
	 }
   /* 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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_s.gif") no-repeat center center
   }
   .tt div.member.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_m.gif") no-repeat center center
   }
   .tt div.member.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/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;
   text-align:center;
   }
    .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/1d6/a76/9caebb9e49051af874ea3f2a40/images/edit_profile_top.png) no-repeat scroll 0 0;
   	height:4px;
   	}
   	.tt .tt_foot {
			background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/images/edit_profile_right.png) repeat-y scroll right top;
   width:264px;
   }
   .tt .tt_content .tt_body {
   	background:transparent;
   	padding:0;
   	position:relative;
   	}
  .content  .tt .tt_content div.member {
   float:left;
   background:transparent none;
   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;
   	}
   
   
/* Keyword module */
 .content .tag { /*aka KEYWORD */
   display:inline;
   margin:0 0.2em 0 0;
  font-size:16px;
  font-family:Helvetica;
   }
   
 
 /******************************* Blog- Details page *************************************/  
   /* Blog - Details section*/
    
   /* 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;
   padding:10px 0 0
   }
   .content div.article .title {
   margin: 0 0 5px
   }
  
  
   .content div.article .hd {
   height:3px;
   background:#eee;
   margin:0 0 10px
   }

	div.article .tools ul li.vd{
	border-left:1px solid #ccc;
	}
	
/* Comments sections */
	.input {
  	 margin:0 0 10px;
   	 overflow:hidden
   }
   fieldset .note,
   .input .note {
   margin:5px 0;
   
   }
   #login fieldset .note,
   #login   .input .note {
   color:#2F3131;
   }
   .input.radio input {
   float:left;
   /* margin:0 10px 0 0 ;*/
   margin:0 9px 0 1px; /* upgrade to 1.7 */
   }
   .input.radio label strong {
   color:#333;
   font-size:14px;
   font-weight:bold;
   margin:1px 0 4px 0; /* Upgrade to 1.7 */
   }
   
  /** Start 1.7 Upgrade **/
   .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 
}
  /** End 1.7 Upgrade **/
   .input#inputCount {
   float:left;
   font-size:10px;
   font-family: Verdana, sans-serif;
   line-height:13px;
   }
   .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:321px;}
  .grid_9 .input.textarea textarea {width:609px;}
   .inline .input {
   margin:20px 0 0
   }
   .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
   }
   .button.submit input {
   margin:0;
   display:block;
   cursor:pointer;
   }
   .button.cancel {
   margin:0 10px;
   float:right;
   display:inline
   }
  .input .button.submit input, .button.cancel input, .reset_password .input #submit {
  	border: 1px solid #8D3424;
  	color: #F7F0E2;
  	font-weight:normal;
  	font-size:14px;
  	background: #8D3424;
  	text-transform:uppercase;
  	padding:2px 10px;
  }
  .button.cancel input {
  	border:0;
  	font-size:12px;
  	text-transform:none;
  	font-weight:normal;
	cursor:pointer;
  	}
	#sign_up #container, 	#login #container{
		background:none;
	}
	
	.mac .safari4 #sign_up #container{
		width:100%;
	}
	
	.input .button.submit input {
	   padding: 1px 5px 5px;
	   font-weight:bold;
	   *width:140px;
	   text-transform: uppercase;
	}
    /* COMMENT */
   .comments .input .button.submit {
   float:right;
   }
   .comments .title {
   padding: 0;
   clear:both;
   }
    .comments .title h3 {
    	text-transform:uppercase;
			 font-weight:bold;
  		 font-size:14px;
		 margin-bottom:10px;
    	}
   .content li.comment {
   overflow:hidden;
   }
   .content li.comment .member {
   float:left;
   margin:0 10px 20px 0
   }
   .content li.comment .img {
   width:24px;
   height:24px;
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_30.png) no-repeat center center;
   }
   .content li.comment .txt {
   position:relative;
   margin:0 0 0 20px;
   width:250px;
   padding-left:16px;
   *padding-left:0px;
   }
   
   .grid_5 .content li.comment .txt {width:272px;*width:258px;}   
   .grid_5 .content li.comment .txt .description{width:auto; }
   .grid_5 .content li.comment .txt .description p{ text-align:justify;}
   
   .grid_9 .content li.comment .txt {
   	width:585px;
	*width:571px;
   }
   
   .content li.comment .txt .title {
   font-size: 14px;
   line-height: 16px;
   padding:0 0 5px
   }
   .content li.comment .txt .author {
   display:inline;
   }
   .content li.comment .txt .date {
   display:inline;
   text-transform:lowercase;
   font-size:11px;
   font-family: Verdana, sans-serif;
   }
   .content li.comment .txt .description {
   margin:3px 0 0
   }
   .content li.comment .txt .description p {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 #eef2e4;
   margin:0 0 10px;
   float:none;
   display:block
   }
   
   /***************** General Blog Listing ************************/
  .blog_entry .module .content .body .article .description p ,
  .blog_listing .module .content .body .articles .description p {
  	line-height:18px;
  }

  .blog_entry .module .content .body .article .author a ,
  .blog_listing .module .content .body .articles .author a {
    font-weight:bold;
}
   
   /***************** More Blog Posts *********************************/
  .articles li .title h4 a {
		font-size:14px;
		font-weight:bold;
		text-transform:none;
	}
	
	#blog_listing-294512.blog_listing .module .content li.article {
		 margin:5px 0 0 0;
 	}

	 #blog_listing-294512.blog_listing .module .content li.article .hd {
	 border-bottom:1px dotted #eef2e4;
	 height:0;
	 background:none;
	 margin:0 0 5px 0;
	 }
	 
	 
	 
	 
	 
	 
	 
	 
 /*****************************  ADd new blog section *********************/

	 
#add_new_article-294503.add_new_article .content .body .input {
 width:543px;
 }
 #add_new_article-294503.add_new_article .content .body .input.text input {
 width:521px;
 }
 #add_new_article-294503.add_new_article .content .body .input.textarea textarea {
 width:521px;
 }
 
 
 /***************************** Edit blog *************************************/

#edit_blog-294535.edit_blog .content .body .input {
 width:543px;
 }
 #edit_blog-294535.edit_blog .content .body .input.text input {
 width:521px;
 }
 #edit_blog-294535.edit_blog .content .body .input.textarea textarea {
 width:521px;
 }
   	
	
	


/******************************** Cateogry Listing ***********************************/
	.content .division {
		padding-bottom:10px;
	}	
   .content .division .title {
 	font-size:14px;
   font-weight:bold;
   padding-left:5px;
   }
   .content .division .category {
   padding:5px 15px 5px;
   }
   .content .division .category.selected {
   background:#cbcbcb;
   }
   .content .division .category .title {
   padding:0;
   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}   
   
   
 
 
 /* *********************************** photos **********************/
ul.photos {
height:1%;
/*padding-left:17px;*/
}
.photos li {
   float:left;
   clear:left;
   margin:0 10px 10px 0
   }
   

#photo .photos li, #photo_detail .photos li, #member_detail .photos li {
 	clear:none;
 	width:123px;
/*	margin: 8px; */
 	}
	
 #photo_detail ul.photos li.photo ,
 #photo ul.photos li.photo,
 #member_detail ul.photos li.photo {
 	height:220px;
	border-bottom:2px solid;
	border-right:3px solid;
	padding:6px;
	width:124px;
	margin:0px;
 }
  
 .photo_thumbnail .content .body{
 	padding-top:2px !important;
 }

 
 

  .grid_6 .photos li.xs {clear:none; width:87px; height:165px;}
   .photos li.pro {
   border:0
   }
  
  .photos li .hd {margin-top:5px;border-bottom:1px dotted #5D5d5d;}
   .photos li .img a {
   display:block;
   margin-left:9px;
   border: 1px solid #3d3f32;
   }
   .photos li.xs .img a{
   	margin-left:10px;
   }
   .grid_3 .photos li .img a {
   	margin-left:34px
   }
   .photos li.pro .img a {
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_photo_a_pro.gif) no-repeat 0 0;
   }
   .photo_thumbnail .photos li.pro .img a {background:none;}
   .photos li .txt {
   font-size: 11px;
   }
   .photos li.s .txt {
		margin-left:20px;
		width: 144px;
   }
   .grid_6 .photos li.s .txt {width: 120px;}
   .photos li .txt .title {
   margin:3px 0 0 0
   }
   .photos li .txt .title h4 {
   font-size:12px;
   font-weight:bold;
   text-align:center;
   line-height:12px
   font-family:helvetica;
   }
   .photos li .txt .category {
   font-size: 10px;
   line-height:12px;
   clear:both;
   text-align:center;
   color:#888888;
   }
   .photos li .txt .views {
   clear:both;
   font-size:10px;
   line-height:12px;
   height:12px
   }
   /* 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:#666
   }
   .photos li.compact .txt .title h4 a:hover {
   text-decoration:none
   }
	
	* photo thumbnails */
   /* container sizes */
   .photos li.xs {
   width:87px
   }
 .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
   }
   .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:70px
   }
   .photos li.s .img a {
   width:104px;
   height:104px
   }
   .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 {
   overflow:hidden
   }
   .content div.photo .title {
   text-transform:capitalize
   }
   .content div.photo .img {
   margin:10px 0;
   text-align:center
   }

   .content div.photo .author {
   float:right;
   }
   .content div.photo.pro .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%*/
   }
   .content div.photo .rating {
   float:left
   }
   .content div.photo .description {
   padding:5px 0 15px;
   clear:both
   }
   .content div.photo .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -32px;
   padding:0 10px 0 0;
   float:right
   }	
	
 	 .content div.photo .tools ul li.admin.delete a {
   	background-position: 0 1px;
   	font-size:13px;
   	padding:0 0 0 23px;
   }
   .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;}
   .content div.photo .nav_page ul li.prev a {
   background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/prevButton.png) no-repeat 0 50%;
   padding:9px 0 0 30px;
   height:21px;
 	display:block;
 	border:0;
 	text-transform: uppercase;
 	font-family: Verdana, sans-serif;
   font-size:10px;
   }
   .content div.photo .nav_page ul li.next a {
   background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/nextButton.png) no-repeat 100% 50%;
   padding:9px 30px 0 0;
   height:21px;
   display:block;
   border:0;
   text-transform: uppercase;
   font-family: Verdana, sans-serif;
   font-size:10px;
   }
   .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.photo .nav_page ul li.prev a:hover, .content div.photo .nav_page ul li.prev 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
   }
   
   /* photo thumnails in details page */
      /* photo thumnails in details page */
    #photo .photo_thumnail .module .content .foot,
    #photo_detail .photo_thumnail .module .content .foot,
    #photo .photo_thumbnail .module .content .foot,
    #photo_detail .photo_thumbnail .module .content .foot {
   	border-top:1px solid #BCB7B8;
    }

	#member_detail .photo_thumnail .module .content .body,
    #photo .photo_thumnail .module .content .body,
    #photo_detail .photo_thumnail .module .content .body,
    #member_detail .photo_thumbnail .module .content .body,
    #photo .photo_thumbnail .module .content .body,
    #photo_detail .photo_thumbnail .module .content .body {
  	 	padding-top:10px;
    }
	
   
   
   /* general comment indications next to ratings */

 
 /* 
   IN-MODULE-CONTENT-LEVEL OR PAGE-LEVEL NAVIGATION:
   all pagination belong to us
   */
   .nav_page {
   float:right;
   font-size:11px;
   text-transform:uppercase;
   }
   .nav_page ul {
   overflow:hidden;
   width:100%;
   padding:8px 0
   }
   .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;
   	*padding-bottom:2px;
   }
   .nav_page ul li.prev a {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/prev_active.png) no-repeat scroll center center;
   padding:0 5px;
   /*border:1px solid #D33200;*/
 	text-indent:-9999px;
	display:block;
	*width:13px;
	*margin-top:2px;
   }
    .nav_page ul li.prev span, .nav_page ul li.next span {
    color:#5D5D5D;
    border:1px solid #CCC;
    padding:0 3px;
    }
	.nav_page ul li.prev span, .nav_page ul li.next span {
		border:medium none;
		display:block;
		height:13px;
		padding:0 3px;
		text-indent:-9999px;
		width:13px;
	}
   .nav_page ul li.next {
   float:right;
   margin:0 0 0 3px
	*padding-bottom:2px;
   }
   .nav_page ul li.page {
   float:right
   	*padding-bottom:2px;
   }
   .nav_page ul li a {
   text-decoration: none
   }
   
   /*Prev and Next icons for pagintation starts*/
   .nav_page ul li.next a {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/next_active.png) no-repeat center;
   }
   
   .nav_page ul li.prev span{
   	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/prev_active.png) no-repeat center;*/
	 }
    /*Prev and Next icons for pagintation ends*/
	
   .nav_page ul li.next a{
   		border:medium none;
		display:block;
		height:13px;
		padding:0 5px;
		text-indent:-9999px;
		width:auto;
		*margin-top:2px;	
   }
   
   .nav_page ul li.page a {
	   margin:0;
	   padding:0 3px;
	   color:#87342E;
	   font-weight:bold;
   }
   .nav_page ul li.page a.active {
   color:#5D5D5D;
   font-weight:bold;
   border:none;
   }

	
/****************************************** Commmon **********************************/
/* GLOBAL LINK STYLING */
   a.comment,
   span.comment {
   padding:0 0 2px 23px;
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/speechbubbles.png) no-repeat top left;
   }
   a.permalink,
   li.permalink a {
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_link_link.gif) no-repeat 0 0px;
   padding:0 0 3px 18px
   }
   a.sharelink,
   li.sharelink a {
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/share.png) no-repeat 0 1px;
   padding:0 0 0 20px
   }
   li.admin.delete a {
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_delete_link.png) no-repeat 0 0px;
   padding:0px 0 0px 23px;
   line-height:20px;
   }
      li.admin.delete a:hover{
    background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_delete_link_hover.png) no-repeat 0 0px;
   padding:0px 0 0px 23px;
   line-height:20px;
   }
  .content div.topic li.admin.delete a {background-position: 0 0}
   li.admin.flag a {
   background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_flag_link.png") no-repeat 0 0px;
   padding:0 0 0 23px;
   font-size:13px
   }
    li.admin.flag a:hover{
    	background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_flag_link_hover.png") no-repeat 0 0px;
    }
   li.admin.edit a {
   background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_edit_link.gif) no-repeat 0 0;
   padding: 0 0 0 18px
   }
  /*
 li.admin.prome a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_pro.gif") no-repeat 0 0;
   padding:0 0 0 20px;
   font-size:10px
   }
   li.admin.fanme a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_fan.gif") no-repeat 0 0;
   padding:0 0 0 20px;
   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
   }	
	

/*************************************** Photos Detail ********************/

.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;
}

#video_thumbnail-350453.video_thumbnail .module .content .body ul {
	margin-left:14px;
}

 #photo_detail .photo .title {clear:both;}
 #photo_detail .photo .title h3 {
 	font-size:21px;
 	padding:2px 0 5px 20px; 
 	font-weight:bold;
 	color:#8D3424;
	font-family:helvetica;
 	}
	
  .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 ul li {
	float:right;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:2px;
	text-transform:uppercase;
	}
	
	.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;
	}
    .content div.photo .tools ul li.admin.delete {
       padding:1px 20px 0 0;
	   margin-right: 10px;
    }
 

	
	
/* Topic that would be there in the discussions */
   /* 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/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_member_s.gif) no-repeat center center;
    margin:0 10px 0 0;
   }
   .topics li .txt {
   	float:left;
   	width:250px;
   	}
   	.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;
   color: #888;   
   text-transform: uppercase;
   padding-left: 5px;
   }
   .topics li .date a {color: #A6A4A0;}
   .topics li .author {
   /* display:inline; */
   font-size: 11px;
   line-height: 16px;
   font-weight: bold;
   text-transform: uppercase;
   color: #888888;
   margin-top: 5px;
   }
   .topics li .author a {
   	font-style:normal;
	color: #4C6548;
   }
   .topics li .description {
   font-size: 11px;
   line-height: 15px;
   margin:10px 0 3px;
   color: #2f3131;
   }
   .topics li .activity {
   font-size:11px;
   float:right;   
   text-transform:uppercase;
   color: #888888;
   }
   .topics li .activity a {color: #A6A4A0;}
   .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;
	 	}
  .topics li.topic .title h4 {
  	font-weight:bold;
  	font-size:16px;
	line-height:20px;
  }
   .topics li.list .description {
   font-size:11px;
   margin:0 5px 0 0
   }
   .topics li.list .author {
   font-size:11px;
   }
   .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;
   }
   
   .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:160px}
   .topics li.list .category {
   float:left;
   width:110px;
   font-size:11px;
   padding-top:3px;
   }

	
 /******************************* videos landing page*******************************************/
 #video .videos li, #video_detail .videos li, #member_detail .videos li {
 	clear:none;
 	width:120px;
 	margin-right:10px;
 	}
 #video ul.videos li.video, #video_detail ul.videos li.video,
  #member_detail ul.videos li.video {
  		height:185px;
	}
 #video .videos li .img, #video_detail .videos li .img,
  #member_detail .videos li .img{
 	width:104px;
 	margin-bottom:8px;
	margin-left:10px;
 	}
	
 #video_detail div.video,  #member_detail div.video {
	 	padding:10px;
	}
 #video_detail .video .title {clear:both;}
 #video_detail .video .title h3 {
 	font-size:20px;
 	padding:2px 0 0 0;
 	font-weight:bold;
	}	
	
.videos .txt .comments{
background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/speechbubbles.png) no-repeat scroll 5px 2px;
float:left;
font-size:12px;
margin:5px 0 0;
padding:2px 0 2px 25px;	
color:#87342e;
border-left:1px solid #3D3F32;
}
	

 ul.videos {
   height:1%
   padding-left:17px;
   }
   .videos li {
   margin:10px 0 0 0;
   float:left;
   display:inline;
   background:transparent;
   padding:0 
   }
   .grid_6 .videos li {margin-right:15px}
   .videos li .hd {
   margin:0;
   border-bottom:1px dotted #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
   }
   .videos li.pro .img a {
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_photo_a_pro.gif) no-repeat 0 0;
   }
   .video_thumbnail .videos li.pro .img a {background:transparent url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_video_a.gif") no-repeat scroll right bottom;}
   .videos li .txt {
   overflow:hidden;
   }
   .videos li.list .txt {
   float:left;
   height:auto
   }
   .videos li .txt .title {
   display:inline
   }
   .videos li .txt .title h4 {
    font-size:12px;
    font-weight:bold;
	font-family:Helvetica,Arial,sans-serif;
	line-height: 12px;
	text-align:center;
   }
   .videos li .txt .duration {
   font-size:24px;
   font-weight:bold;
   color:#2F3131;
   text-align:center;
   }
 .videos li .txt .author {
 	font-size:10px;
	font-weight: bold;
	font-family:Helvetica,Arial,sans-serif;
 	line-height:13px;
 	clear: both;
	color: #a6a4a0;
	text-transform: uppercase;
 }
  .videos li .txt .author a {color: #4C6548;}
   .videos li .txt .description {
   font-size:10px;
   line-height:13px;
   clear:left;
   display:none;
   }
    /** Start 1.7 Upgrade **/
   .videos li .txt .description {
     /*height:65px;*/ /* Commenting as its breaking existing alignment */
     /*overflow:hidden;*/ /* Commenting as its breaking existing alignment */
     font-size:10px;
     line-height:13px;
   } 
/** End 1.7 Upgrade **/ 
   .videos li .txt .activity {
   display:inline
   }
   .videos li .txt .views {
   font-size: 10px;
   line-height: 13px;
   clear:both
   }
   .videos li .txt .views .val {
   color:#666
   }
   .videos li .txt .category {
   font-size: 10px;
   line-height: 13px;
   text-align:center;
   color:#888888;
   }
   /* 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;
   }
   .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:104px;
   height:60px;
   
   margin-left:-1px;
   }
  .content .videos li.m .img a {
   width:140px;
   height:79px;
   border:1px solid #3d3f32;
   margin-left:14px
   }

   .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
   }
   .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:12px;
   margin-bottom:8px;
   width:140px
   }
   .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%
   }
   .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:344px;
   background:#000
   }
   .content div.video .author {
   float:right;
   padding:3px 4px 0 2px;
   color:#888888;
   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;
  padding-top:3px;
  text-transform:uppercase;
  }
 .content div.video .tools ul li.admin.delete {
   padding:0 20px 0 0;
   margin-right: 10px;
   }

/* videos thumbnail structural content */
 #community_landing .video_thumbnail .module .content .foot,
 #video .video_thumbnail .module .content .foot,
 #video_detail .video_thumbnail .module .content .foot {
	border-top:1px solid #BCB7B8;
 }
 
 #community_landing .video_thumbnail .module .content .foot .nav_page {
 	display:none;
 }

	
	
/* Added for member detail */
.photos li.s {
	clear:none;
	width:87px;
}	

.obj_meta ul li.images {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_stats_images.gif) no-repeat scroll 0 0;
}

.obj_meta ul li.videos {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_stats_video.gif) no-repeat scroll 1px 0;
}

.obj_meta ul li.comments {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_stats_comments.png) no-repeat scroll 0 0;
}
.obj_meta ul li.songs {
background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_stats.gif) no-repeat scroll 0 -13px;
}

.obj_meta ul li {
	font-size:11px;
	margin:6px 0 0 15px;
	padding:0 0 0 23px;
}

.member_detail .obj_meta ul li.hd{
	display:none;
}

.obj_meta ul li.views {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_stats_views.gif) no-repeat scroll 0 0;
}

.member_detail .obj_meta ul li {
	color:#333333;
	text-transform:capitalize;
}

.member_detail h4 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.member_detail .module .content .foot .obj_meta {
    padding:0 0 14px;
}
 
.content li.comment {
    overflow:hidden;
    padding:0px 0px 8px 8px;
    
}
 
.content li.empty {
    padding-top:8px;
}


/*************** Site Activity Modules *********************************/

.site_activity .module .content .body .txt{
	padding: 6px 0 0 43px;
	*position:relative;
}

.site_activity .module .content .body .events .performer .txt{
	padding:0px;
	font-weight:bold;
}
#member_detail .site_activity .module .content .body .events .performer .txt {*margin-bottom:0px;*position:relative;}
#member_detail .site_activity .module .content .body .events .performer .txt a{*margin-top:0px;*position:relative;}
.site_activity .module .content .body .events li{
border-bottom:2px solid #3D3F32;
font-size:14px;
font-weight:bold;
padding:6px 0 0 51px;
min-height:37px;
}
.site_activity .module .content .body .events li:last-child{
border-bottom:none;	
}
.site_activity .module .content .date{
	margin:10px 0 7px 0;
	font-size:10px;/*10px*/
	text-transform:uppercase;
	font-weight:normal;
}

.site_activity .module .content .description{
	
}

.site_activity .module .content .txt .performer{
	position:relative;
}

.site_activity .module .content .txt .performer .img{
	position:absolute;
	left:-43px;
	height:32px;
	width:32px;
	top:2px;
	/**top:8px;*/
}

.site_activity .module .content .txt .item a{
	font-weight:bold;
}
.site_activity .module .content .events .act {
	padding-left:.3em;
/*	*padding-left:.5em;	*/
	color: #2F3131;
}
.site_activity .events .txt{
	font-size:14px;
	font-weight: bold;
	font-family:Helvetica,Arial,sans-serif;
	line-height: 16px;
}
.site_activity .module .content .txt .date {
	font-family:Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
}
.site_activity .module .content .body ul.events {
	*position:relative;

}
/* Styles for events */
 
/* .events .performer .img{
 	background-image:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_member_xs.gif");
 }

.events .performer .img a {
	border:1px solid #ddd;
	height:29px;
	width:29px;
}*/

.events li .txt {
 	padding:7px 0 7px 40px; 
 	font-size: 13px;
	font-weight:bold;
 	/*
 	position: relative;/*
 	display: block !important;*/
 	min-height: 37px;
 	margin: 0;
 }
 .events li .txt a {font-weight:bold}
 .events .performer .img a {
 	border:1px solid #3D3F32;
 	width:29px;
 	height:29px;
 	}
 .events .description {margin:0 0 10px;}
.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 {
		background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_video_a.gif) no-repeat scroll right bottom;
		width:61px;
		height:35px;
		cursor:pointer !important;
    }
		
		
		
.events .description .comment {
	background:transparent;
	font-size:11px;
	color:#333;
	padding:6px 0px 10px;
	width:130px;
	font-weight:normal;
	display:block;
	}
	.events .description .title {
	/*background:#EEEEF0;*/
	font-size:11px;	
	/*padding:6px 10px;*/
	width:130px;
	}
	.events .description .title a {
		font-weight:normal;
	}
 .events .performer {
 	position: relative;
 }
 .events .performer .img {
 	float: none;
 	position: absolute;
 	left: -43px;
 	top: 2px;
 	background-position: center center;
 	overflow: hidden;
 	width: 32px;
 	background-image: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_30.png);
 }
 .events .performer .txt {padding: 0;}
 .events li .hd {
 /*	border-bottom:1px dotted #9C9C9C;
 	margin-bottom:0; */
 }
 .events li:last-child {
 	border:none; 	
 }

/*************************** Styles for common blocks  ************************/
/*Member Listing, Tags, */



#rss_in-399814.rss_in .module .content .head,
.member_listing .module .content .head,
.pro_listing .module .content .head,
.tags .module .content .head {
	border-bottom-width:0px;
}

.media_upload .content .body,
.add_new_article .content .body,
.about_me .content .body,
.edit_account .content .body,
.edit_profile .content .body,
.edit_blog .content .body,
.site_activity .content .body,
.e404 .content .body,
.member_listing .module .content .body,
.pro_listing .module .content .body,
.tags .module .content .body,
.categories .module .content .body,
.comments .module .content .body,
.photo_viewer .module .content .body{
padding:12px 0px;
}

.categories .module .content .foot{
	border-top:1px solid #BCB7B8;
}
	
.e404 p{
	padding-left:10px;
}


	
/********************************** for internationsl page ******************/
.module .content .body .country_outercontainer{
	height:690px;
	padding:12px;
}
.module .content .body .country_outercontainer .nav_source{
	float:right;
	padding:2px 10px 0 0;

}
.module .content .body .country_outercontainer .country_content{
	height:650px;
	clear:right;
	margin:10px 0 0 0;
}	
 .germanflag {
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/VD_de45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}	
 .japanflag {
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/VD_jp45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}
.ukflag {
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/VD_gb45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}
.spainflag {
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/VD_es45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}
	
/********************************** for take a tour page ******************/
.module .content .body .tour_outercontainer{

}
.module .content .body .tour_outercontainer .nav_source{
	float:right;
	padding:2px 10px 0 0;

}
.module .content .body .tour_outercontainer .tour_content{

	clear:right;
	font-size:13px;
}		

.module .content .body .tour_content .cont_Img_left .subTitle, 
.module .content .body .tour_content .cont_Img_right .subTitle{
	text-align:left;
	font-weight:bold;
	margin: 3px 5px;
	padding:7px 0;
	border-bottom:1px solid #CCCCCC;
	text-transform:uppercase;
	font-size:15px;
}	
.clear{
	clear:both;
}
	
.module .content .body .tour_content .cont_Img_left .Details,
.module .content .body .tour_content .cont_Img_right .Details  {
	margin : 18px 2px 10px 0 ;
}	
.module .content .body .tour_content .cont_Img_left,
.module .content .body .tour_content .cont_Img_right{
	margin:0 0 15px 0;

}

.module .content .body .tour_content .cont_Img_left .Details .txt{
	float:left;
	margin:0px 5px 0 30px;
	text-align:left;
	width:360px;
	padding:0 20px 0 0;
}


.module .content .body .tour_content .cont_Img_left .Details .image{
	float:left;
margin:5px 5px 0 30px;
	padding:0 0 0 20px;
}	
.module .content .body .tour_content .cont_Img_left .Details .txt a,
.module .content .body .tour_content .cont_Img_right .Details .txt a{	
	text-align:center;
	padding:0 95px; 
	/*margin:0 95px;*/
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:Bold;
}
	
.module .content .body .tour_content .cont_Img_left .Details .txt a.runningtext ,
.module .content .body .tour_content .cont_Img_right .Details .txt a.runningtext{		
	padding:0px; 
	text-transform:none;
	text-decoration:none;
	font-weight:normal;
}	
.module .content .body .tour_content .cont_Img_left .Details .txt p,
.module .content .body .tour_content .cont_Img_right .Details .txt p{
	margin-bottom:15px;
	margin-top:0px;
	}
	


.module .content .body .tour_content .cont_Img_right .Details .txt{
	float:left;
	margin:0px 5px 0 30px;
	text-align:left;
	width:360px;
	padding:0 20px 0 0;
}

.module .content .body .tour_content .cont_Img_right .Details .image{
	float:left;
	margin:5px 30px 0 5px;
	padding:0 0 0 20px;
}	
.module .content .body .tour_content .cont_Img_left .Details .image_center{
		background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	height:27px;
	margin:20px 0 25px 200px;
	font-weight:bold;
	width:180px;
	padding:9px 0 0 25px;
}	 	
.module .content .body .tour_content .cont_Img_left .Details a.button{
		color:#FFFFFF;
}

/*************** Design 1 ****************************/

 
h1.takeatourhead{
	display:none;
}

 

/*************** Design 2 ***************************/
/* 
h1.takeatourhead{
	display:block;
}
#html-406626.html .module .content .head h3{
	display:none;
}
#html-406626.html .module .content {
	border:none;
}

.module .content .body .tour_content .cont_Img_left .subTitle,
 .module .content .body .tour_content .cont_Img_right .subTitle {
background:#000000 none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
color:#FFFFFF;
font-size:16px;
height:25px;
margin:0;
padding:4px 4px 5px 5px;
width:120px;
}

.module .content .body .tour_content .cont_Img_left .Details, 
.module .content .body .tour_content .cont_Img_right .Details {	
}


.module .content .body .tour_content .cont_Img_left,
 .module .content .body .tour_content .cont_Img_right {
border-top:1px solid;

}

.module .content .body .tour_outercontainer .tour_content{
	margin:0px;
}	*/
/*******************************************  Member page *************************/
 /* 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/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/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/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_140.png) no-repeat center center;
   border:1px solid #CCC;
   }
   .content div.member .img {
   position:relative
   }
   .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 {
   
   }
   .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;
   }
   .content div.member .txt li.admin.delete {
   padding:0;
   }
   .content div.member .txt .obj_meta li.delete a {
   font-size: 11px;
   }
   /** Start 1.7 Upgrade **/
  .content div.member .txt .obj_meta li.delete a {
    font-size: 11px;
    float:left;
  }
  .member_detail .obj_meta ul li a{
color:#8D3424;
font-weight:bold;
}
  /** End 1.7 Upgrade **/ 
   .content div.member .txt li.admin.flag {
   padding:5px 0 0
   }
   .content div.member .txt .obj_meta li.flag a {

   font-size: 11px
   }
    /** Start 1.7 Upgrade **/
   .content div.member .txt .obj_meta li.flag a {

     font-size: 11px;
     float:left;
     margin:2px 0
   }
   /** End 1.7 Upgrade **/ 
   .content div.member .txt .obj_meta li.flag span {
   background-position:0 0;

   font-size: 11px
   }
   .content div.member .txt li.admin.prome {
   padding:0;
      margin-left:10px;
   }
   .content div.member .txt li.admin.prome a {
   font-size: 11px;

   }
   .content div.member .txt li.admin.fanme {
   padding:0;
   margin-left:10px;
   }
   .content div.member .txt li.admin.fanme a {
   font-size: 11px;

   }
    /** Start 1.7 Upgrade **/
.content div.member .txt li.admin.prome a {

  font-size: 11px;
  float:left;
  margin:2px 0
}
.content div.member .txt li.admin.fanme a {
  font-size: 11px;

  float:left;
  margin:2px 0
}
 /** End 1.7 Upgrade **/   
   .content .foot .obj_meta {
   color:#999;
   padding:5px 0 10px
   }
   .content .foot .obj_meta li {
  font-size:11px;
margin-left:32px;
margin-top:0;
padding:0 0 0 20px;
	
   }
   /* member's about me */
   .content .about .description {
   font-size:13px;
padding:2px 12px;
   line-height:18px;
   }
   .content .about .description .tools {
   background:#FFF;
   line-height:12px;
   font-size:10px;
   padding:2px
   }
   .content .about .var {
   border-top:2px solid #292425;
   margin:10px 0 0;
padding:10px 12px 0;
   font-size:13px;
   /* position:relative;*/
   }
   .content .about .var .tools {
   background:#FFF;
   font-size:10px;
   padding:2px;
   line-height:12px
   }
   .content .about .var .label {
   	font-family:helvetica,arial;
font-size:13px;
font-weight:bold;
   }
   .content .about .var .value {
   font-family:helvetica,arial,serif;
font-size:13px;
line-height:24px;
margin-top:8px;
   	}
   /* member's detail page title for pro state */
   .content .head.pro {
   border:1px solid #eee;
   text-transform:capitalize
   }

	 /* 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;
   background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/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 {
   text-transform:capitalize;
   font-family: Georgia, serif;
   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
   }
   
    .sign_up fieldset {
   border:0;
   }
   .sign_up fieldset .note {
   margin:0 0 14px
   }
   .sign_up .input {
   text-align:right
   }
   .sign_up .input.checkbox {
    padding:5px 0;
    text-align:left;
    }

   .sign_up .input label {
   float:left;
   width:103px;
   padding-left:2px;
padding-top:6px;
color:#FFFCF6;
height:25px;

/*
font-family:helvetica,arial,serif;
*/
   }
   .sign_up .input.text label{
   	background:#CAC4AF none repeat scroll 0 0;
	margin-bottom:0px;
   }
   
   #sign_up .sign_up .input.checkbox label {width:280px;}
   .sign_up .input.select {
   text-align:left;

   padding-top:2px;
   }
   .sign_up .input.select label {
   margin:0 0px 0 0;
   *margin-right:3px;
   background:#CAC4AF; 
   }
   .sign_up .input.text input,  .join .input.text input {
   width:190px;
   }
   .sign_up .input.text input{
background:#F7F0E2 none repeat scroll 0 0;
border:2px solid #CAC4AF;
color:#8D3424;
font-size:12px;
font-weight:bold;
height:23px;

width:187px; 
   }
   .sign_up .input.checkbox label,  .join .input.checkbox label {
   float:none;
   font-size:11px;
   padding:2px 0;

   }
   #sign_up .sign_up li.input {position:relative}
   #sign_up .sign_up li.input .button.cancel{
   	border:2px solid #8D3424;
	cursor:pointer;
	color:#8D3424;
	font-weight:bold;
	margin: 3px 0 0 5px;
	padding:1px 12px 3px;
   }
   
   .firefox3 #sign_up .sign_up li.input .button.cancel {
   		margin-top:4px;
   }
   
   #TB_iframeContent #sign_up .sign_up li.input .button.cancel {
   		display:block;
   }
   
   #cmsgData\[year\]{
   	width:38px;
   }
    #cmsgData\[day\]{
   	width:30px;
   }
   
   #sign_up .sign_up li.input {
   	position:relative;
	height:auto;

	}
	 #sign_up .sign_up li.text{

			
	 }
	
	#sign_up .sign_up li.input select{	
background:#F7F0E2 none repeat scroll 0 0;
border:2px solid #CAC4AF;
color:#8D3424;
font-size:13px;
height:31px;
padding:2px;
width:80px;
*width:75px;
	}
	#sign_up .sign_up li.select input{
		height:22px;
		color:#8D3424;
		font-size:13px;
		background: #F7F0E2; 
		border:2px solid #CAC4AF;
	}
	#sign_up .sign_up .button.submit{
		float:left;
	}
	#sign_up .sign_up .button.cancel{
		float:left;
	}
	#sign_up .sign_up .input .message .errorInput{
		padding:0 1px 3px;
	}
	
   #sign_up .sign_up .input .message {
  /* position:absolute;
   left:-100px;
   width:100px;
   top:0; */
   /*
	color:#FFF;
   	margin-left:0;
   	text-align:right;
   	line-height:14px;
   	height:auto;
*/
	position:relative;
		margin-left:0px;
		text-align:left;
   		line-height:14px;
	   	height:auto;
		left:0px;
		width:auto;
		top:0px;
   	}
	
	#sign_up .sign_up .input .message span.description {		
		background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_register_alert.png) no-repeat scroll 0 3px;
		color:#FFFCF6;
		font-family:helvetica,arial;
		font-size:12px;
		font-weight:bold;
		height:48px;
		left:-144px;
		line-height:16px;
		padding:10px 6px 4px 4px;
		position:absolute;
		text-transform:uppercase;
		top:-48px;
		width:146px;
		
		/*
		background:#DDDDDD none repeat scroll 0 0; */
	}
	#sign_up .module .content .body .description{
		color:#2F3131;
	}
	#sign_up .module .content .body .description a{
		color:#2F3131;
		font-weight:bold;
	}
	#sign_up .module li.input.checkbox label{
		color:#2F3131;
	}
	#sign_up .module li.input.checkbox label a{
		color:#2F3131;
		font-weight:bold;
	}
	#sign_up .input .button.submit input{
		padding:1px 5px 5px;
	}
	
   	#sign_up .sign_up .input .message span {
   		width:100%;
		float:right;}
   #join .join .input.checkbox label {
   	display:inline;
  	margin:0;
  	position:static;
   }
   body#join #join-350410.join .body .input.submit .button.cancel {
   	display:none;
   }
   #TB_iframeContent body#join #join-350410.join .body .input.submit .button.cancel {
   	display:block;
   }
   .join p {line-height:1.4}
  #sign_up .sign_up .input.checkbox input, .join .input.checkbox input {
   float:left;
   margin:2px 10px 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:70px}
   .login .input.select {
   text-align:left
   }
   .login .input.select label {
   margin:0 10px 0 0
   }
   .login .input.text input {
   width:180px;
   }
   .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;
   padding:4px 5px 0 0;
   }
.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;
}
.sign_up .input .button.cancel input {
	padding:2px 0 0;
}
.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 8px
   }
   
   /* ---Removed as per 1.09 css changes --- */
   /* .forgot_password .module {
   height:302px
   } */
   /* ---End removed css changes as per 1.09 upgrade --- */
  
   .forgot_password .input {
   text-align:right;
   margin:0 0 12px;
   }
      .forgot_password .input.text{
      	background:#CAC4AF ;
		height:28px;
     }
	 
	.forgot_password .input.text label {
	padding-left: 5px;
	font-size:13px;
	font-family:helvetica,arial;
	}
   .forgot_password .input label {
   float:left;
font-size:13px;
padding:6px;
width:70px;
   }
   .forgot_password .input.text input {
  height:21px;
width:195px;
   
   }
   .forgot_password .input.text input.submit {
		width:160px;
   }
   .forgot_password .input .button.submit {
	float: left;
}
   .forgot_password .input .button.cancel {
	float: right;
}
   .forgot_password_confirm .module {
   height:305px
   }
   .forgot_password_confirm .address {
   font-weight:bold;
   margin:10px 0;
   color:#2F3131;
   
   }
   .forgot_password_confirm .done .button.submit {
  /* background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_input_submit_r.gif") no-repeat top right;*/
   padding:0 8px 0 0;
   float:left;
   margin:0 0 0 60px
   }
   .forgot_password_confirm .done .button.submit a {
   /* background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_input_submit_l.gif") no-repeat top left; 
   padding:10px 2px 0 10px;
   height:30px;
   margin:0;
   display:block;*/
   font-size:13px;

   }
   /*FIX
    */
   .forgot_password_confirm .done #closeBtn{
    float:right;
	margin: 0 20px 0 0px;
	}
	#join-350410 .input.checkbox label {
		width:225px;
	}
	#join-350410 .module .content .body fieldset ul{
		padding:10px;
		color:#2F3131;
	}
	#join .button.submit{
		float:left;
	}
	#join .button.cancel{
		float:left;
		margin-left:10px;
		font-weight:bold;
	}
	
	#join-350410 .module .content .body .button .cancel input {
		padding:0px;
		
	}
	#sign_up #html-399835.html .module .content .body{
		padding:5px;
		padding-left:10px;
	}
	
	#login.m32 .module .content .head h3{
		margin:0 8px; 		
	}
	
	#forgot_password_confirm-350402 .module .content .head h3{
		font-size:18px;
		margin-left:10px;
		text-align:left;
	}
   
   #forgot_password_confirm-350402 .module .content .foot .poweredBy{
   		*position:relative;
	}
	
	#forgot_password-350401 .module .content .foot .poweredBy{
		*position:relative;
	}
		
	
	
   .reset_password .note {
   margin-bottom:15px
   }

	/* sign up, login, reset password forms (pages.css doesn't work */
body.m32 {
 background:#000 url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_signup.png) repeat-x top left;
 color:#FFF;
 font-family: Verdana, sans-serif;
 }
 .m32 #wrapper {
 width:430px;
 padding-bottom:1px;
 background:transparent;
 }
 
 #headerTitle{
 	*height:150px;
 }
#join #page_title-350424.page_title .module .content .head h3 {
background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/signin_title.png) no-repeat scroll 0 0;
display:block;
height:76px;
padding-top:0;
margin-left:13px;
} 

#join #join-350410  .module {
	padding-top:0px;
}

#join #join-350410  .module .content .body{
	margin:0 auto;
	width:312px;
	background-color:#F7F0E2;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom:30px;
	color:#2F3131;
}

body#login #html-399827 .module .content .head, body#sign_up #html-399835 .module .content .head {
	border:none;
}

body#login.m32 #page_title-350424 .module .content .head h3, body#sign_up.m32 #page_title-350426 .module .content .head h3,
#join #page_title-350426 .module .content .head h3  {
	border-bottom:1px dotted #9C9C9C;
	margin:7px 8px 0;
	padding:0 0 5px 0;
	width:auto;	
	}
	body#sign_up.m32 #page_title-350426 .module .content .head h3, #join #page_title-350426 .module .content .head h3{
		margin-top:0px;
		border:none;
	}
	
body#sign_up #page_title-350426	.module .content {
	margin:0px;	
}

body#sign_up.m32 #page_title-350426 .module .content .head h3 {
	margin-left:13px;
}

body#sign_up #html-343201 #container #moduleContainer0 .module {
	padding:4px 0 15px;	
}
	
body#login.m32 #wrapper, body#sign_up.m32 #wrapper {width:100%}
.m32 #container {
 padding:10px 0 0 0;
 margin-bottom:0;
 }
body#login.m32 #errorMsg, body#sign_up.m32 #errorMsg {
	width: 312px;
	margin:0 auto;
	text-align:center;
	padding: 6px 0;
	background-color: #AA1213;
	color: #FFF;
	text-transform: uppercase;
	border-top:0;
	border-bottom:0;
border-left:2px solid #CAC4AF;
border-right:2px solid #CAC4AF;
}
body#sign_up.m32 #errorMsg {
	width:312px;
	border-left:2px solid #CAC4AF;
border-right:2px solid #CAC4AF;
	}
.m32 #container #moduleContainer0 {
	width:370px;
	border:1px solid #000;
	border-width: 1px 1px 0 1px;
	background-color:#F7F0E2;
	}
body#login.m32 #container #moduleContainer0 {
	width:312px;
	margin:0 auto;
	}
body#login.m32 #container #moduleContainer1 {
		width:360px;
		margin:0 auto;
	}	
body#sign_up.m32 #container #moduleContainer0 {
	width:312px;
	margin:0 auto;
	}
 .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 {
	display:block;
	margin:0;
	float:none;
	margin:0;
	border:none;
	width:100%;
	}
body#login.m32 #container .content .body fieldset{

}
#forgot_password-350401 .content .body fieldset{
	padding: 10px;	
}

#sign_up_confirm-350439 .content .body fieldset{
	padding: 10px;	
	color:#2F3131;
}
#sign_up_confirm-350439 .content .body fieldset p a{
	font-weight:bold;
}
#sign_up_confirm-350439 .module .content .head {
	margin-bottom:10px;
	

border-color:#CBC5B0;
border-style:solid;
border-width:0px 2px 0;
	background:#F7F0E2 ;
	margin:0 auto;
width:312px;
}	
#sign_up_confirm-350439 .module .content .head h3{
	color:#2F3131;
	text-align:left;
	padding-left:10px;
}
#sign_up_confirm-350439  .module .content .body{
	background-color:#F7F0E2;
	margin:0 auto;
	padding:0;
	width:312px;
	margin-bottom:35px;


border-color:#CBC5B0;
border-style:solid;
border-width:2px 2px 2px;
}

.m32 #html-399835 .module .content {
	margin-bottom:0px;
}	 
/*
body#sign_up.m32 #container #moduleContainer1{
	width:360px;
	margin:0 auto;
	border-color:#CBC5B0;
	border-style:solid;
	border-width:0 2px 2px;
	
}*/

 .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
 	}
.m32 #container #moduleContainer0 .module{
	margin:0 0 0px;
	overflow:hidden;
	padding:0px 0 0;
	width:100%;	
}	

#sign_up .page_title .module .head,#login .page_title .module .head{
	padding-top:0px;
}
.m32 #container #moduleContainer1 .module .content .body ul {
	padding-top:2px;
	
}
#forgot_password_confirm-350402 .module .content .head{
	margin:0 auto;
	width:312px;
	border-color:#000000;
	border-style:solid;
	border-width:0 1px 0px;
	background:#F7F0E2 ;
}
body#login .forgot_password_confirm .module .content {

}
body#login .login .module .content .body,
body#login .forgot_password .module .content .body{
	width:312px;	
	margin:0 auto;
	border-color:#000000;
	border-style:solid;
	border-width:0 1px 1px;
	background:#F7F0E2; 
	}
body#login #html-399827	.module .content .body {
	padding: 0px 10px 10px 10px;
}
body#login .login .module .content .body  ul{
	padding:9px;
}
body#sign_up .sign_up .module .content .body {
	width:300px;
	margin:0 auto;
	padding:0 3px 10px 9px;
	background:#F7F0E2; 
	border-color:#CBC5B0;
	border-style:solid;
	border-width:0 2px 2px;
	}

body#login.m32 .module .foot, body#sign_up.m32 .module .foot {
	padding:0 5px 5px 5px;
	}
	 body#sign_up.m32 .module .foot {
	background:#CBC5B0;	 	
	padding:2px;
	
	 }
body#login.m32 .login .input.text {
	background-color: #CAC4AF;
	color: #F7F0E2;
	border: 1px solid #cac4af;
	height:28px;
	margin-bottom:4px;
}

body#login.m32 .login .input.text input {
	color: #8D3424;
	font-weight: bold;
	font-size: 11px;
	font-family: Helvetica;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top:5px;
	height:21px;
	background:#F7F0E2; 
}	 
body#login .login .input .button.submit {padding-bottom: 10px}
.m32 .module .content .foot div.poweredBy {
	background-color:#CBC5B0;
	color: #7b776a;
	padding-left: 48px;
	background-position: 8px 50%;
	margin:0 auto;
	padding-left:48px;
	border-top:1px solid #2F3131;
		border-bottom:1px solid #2F3131;
	}
	
.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 .module .content .foot div.poweredBy {
	background-color:#CBC5B0;
	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;}
.m32 .module .content{
	background:none;
	border:none;	
}
body#login forgot_password .module .content .body fieldset{
	padding:0 10px 10px;
}
/* for forgot password confirmation screen */
body#login .forgot_password_confirm .module .content .body {
border-color:#000000;
border-style:solid;
border-width:0 1px 1px;
margin:0 auto;
width:312px;
background:#F7F0E2;
}

body#login .forgot_password_confirm .module .content .body fieldset{
	padding:0 10px 10px;
}
body#login .forgot_password_confirm .module .content {
	margin:0 auto;


}

body#reset_password #container {
	background:transparent none;
}

body#reset_password #container #moduleContainer1 {
	display:block;
	float:none;
	border:1px solid #000000;
	margin:0 auto;
 }
/* end sign up, logn, pw reset forms */
#TB_closeAjaxWindow {

height:11px;
margin-bottom:1px;
padding:1px 1px 5px 0;
text-align:right;
}
#TB_closeAjaxWindow #TB_closeWindowButton {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/mailingList_close.png) no-repeat scroll right center;
	color:#FFFFFF;
	padding:3px 36px 0 0;
	width: 28px;
	height: 23px;
	display:block;
}
#TB_closeAjaxWindow a:hover {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/mailingList_hover_close.png) no-repeat scroll right center;
	width: 26px;
	height: 26px;
	display:block;
}


/* Edit Profile */
.edit_profile .main {
	float:left;
	overflow:hidden;

}

.edit_profile .related {
	float:left;
	width:288px;
}
	
  .edit_profile fieldset {
  	padding-bottom:10px;
  	border-bottom:1px solid #999999;
	padding-top: 30px;
  	}

  .edit_profile fieldset:first-child {
  	padding-bottom:0;
  	border-bottom:0;
  	}
  .edit_profile fieldset legend {
  	font-size:18px;
   	font-family:helvetica,arial,serif;
  	text-transform: uppercase;
  	margin-top:10px;
	font-weight:bold;
  	padding-top:7px;
	*margin-left:-7px;
  	}
   .edit_profile fieldset:first-child legend {
   	margin-top:0; 
   	padding-top:0;
   	}
   .edit_profile .content .body {
   padding-top:10px;
   padding-right:26px;
   overflow:hidden;
   padding-left:12px;
   }
  /* .edit_profile .main .hd {
   margin:20px 0 0 0;
   float:none;
   display:block;
   border-bottom:1px solid #999;
   } */
   .edit_profile .main .hd {display:none}
   
      /** Upgrade to 1.7 **/
   /* Removing these for 1.7 
   .edit_profile .related {
 	background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_brownstripe_top.png) repeat-x scroll 10px -20px;
	float:left;
	padding-top:28px;
	width:282px;

   }
   .edit_profile .related .tt {
   	margin:37px 0 0 0px;
  	 position:relative;
   }
   */
   /** End - Overriding to meet site requirements **/
   
   /*.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;
   }
   .edit_profile #fileName {
   width:215px;
   *width:200px;
   *height:18px;
   height:16px;
   }
   .edit_profile .input.text input, .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 fieldset li.input.text input{
width:450px;
}
   .edit_profile li.input  {margin-top:10px}
   	.edit_profile .input label {
   		font-size:12px;
   		text-transform:uppercase;
   		font-weight:bold;
   		}
   .edit_profile .input.textarea label {
   	padding-top:8px;
   	font-family:helvetica,arial,serif;
   	font-size:18px;
   	text-transform:uppercase;
   	font-weight: bold;
   	}
   .edit_profile .input div#inputCount {
   	font-size:10px;
   	font-family: Verdana, sans-serif;
   	line-height:12px;
   	margin-bottom:0;
   	margin-top:10px;
   	margin-left:10px;
   	}
   .edit_profile .input.submit {
   margin:20px 0 0
   }
   .edit_profile .tip {
   margin:10px 25px 0 35px;
   font-size:10px;
   font-family: Verdana, sans-serif;
   }
   /** Start 1.7 Upgrade **/
    /* Removing this for 1.7
   .edit_profile .tip {
   margin:10px 25px 0 35px;
   font-size:10px;
   font-family:tahoma;
   } */
 /** End 1.7 Upgrade **/  
     .edit_account .note:first-child {padding-top:10px}
   .edit_account .input {
   width:375px
   }
   .edit_account .input.text input {
   width:366px
   }
   .edit_account .edit_items, 
   .edit_account #submitDiv {
   margin:15px 0
   }
	.edit_account #submitDiv {margin-bottom:0}
	.edit_account .edit_items {
		font-size:18px;
		font-weight:bold;
		font-family:arial;
	}
	.edit_account .edit_items div {
		padding:3px 0;
	}
	.edit_account .edit_items * {
		font-size:13px;
		font-weight:normal;
	}
	.edit_account .edit_items label {
		text-transform:uppercase;
		font-weight:bold;
		font-size:12px;
	}
	
	/**** Music Player *********/
  #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}
  #music_player #header {display:none !important}
  #music_player #footer {display:none !important}
  #music_player { background-color:#fff}	
 
 .navButtonLinks {
	cursor:pointer;
 }

/************sharelink**************/
   
      a.sharelink,
      li.sharelink a {
      background:url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/share.png) no-repeat 1px 0px;
      padding:0px 0 0 20px
   }
   
   .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/1d6/a76/9caebb9e49051af874ea3f2a40/images/closeButton.png) no-repeat 100% 0;
   	display:block;
   	float:right;
   	height:21px;
   	padding:2px 26px 0 0;
   	width:60px;
   	text-align: right;
   	}
   .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;
   	margin-left:5px;
   	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:24%}
   .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%; 
   	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_sharelink_google.gif) no-repeat 0 0;
   	}
   .sharebox .sb_content .sb_body ul li.shareweb ul li.digg {width:24%}
   .sharebox .sb_content .sb_body ul li.shareweb ul li.eos_blog {width: 24%}
   .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 10px;
   	font-size: 11px;
   	font-family: Verdana, sans-serif;
   	}
	
	.msie7 .sharebox .sb_content .sb_body ul li.shareurl {
		overflow:visible;
	}
	
   .sharebox .sb_content .sb_body ul li.shareembed textarea {
   	color: #333;
   	font-size: 11px;
   	font-family: Verdana, sans-serif;
   	width: 310px;
   	height:52px;
   	margin:4px 0 5px 0;
}

 /******** Media Upload Stuff *********/
   #uploadForm {
   	margin-left:10px;
	padding:10px 0 0 0
	}
   .media_upload .input.browse input#fileName {
   width:425px;
   margin:0 10px 0 0
   }
   .media_upload .input.text input {
   width:609px;
   }
   .media_upload .input.textarea textarea {
   width:606px;
   }
   .media_upload .input .button.submit {
   padding:0 8px 0 0;
   float:left
   }
   .media_upload .input .button.submit input {
   padding:0 2px 0 10px;
   text-transform: uppercase;
   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
   }
   
   /* Home Page Caros */
   #carosWrapper {
   	 position:relative;
	 width:552px;
	 height:144px;
	 background: url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_caros.png') repeat;
	 margin:200px 0px 0px 6px;
   }
   .carosUnit {
     overflow:hidden;
	 padding:12px;
	 display:none;
	 font-weight:bold;
	 color:#fff;
	 font-family:Georgia;
   }
   .carosUnit h3{
   	 width:470px;
	 margin-bottom:10px;
	 font-size:18px;
	 font-weight:bold;
   }
   
   /* Caros Buttons */
   #carosButtonsWrap{
   	 position:absolute;
	 top:7px;
	 right:7px;
	 width:59px;
   }
   .carosButton{
   	 width:29px;
	 height:30px;
	 cursor:pointer;
   }
	
   #leftCarosButton{
     float:left;	
	 background: url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_caros_button.png') no-repeat 0px -106px;
   }
	
   #rightCarosButton{
	 float:right;	
	 background: url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_caros_button.png') no-repeat 0px -36px;
	}
	
	#leftCarosButton.active {
	 background: url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_caros_button.png') no-repeat 0px -71px;
	}

	#rightCarosButton.active {
	 background: url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_caros_button.png') no-repeat 0px 0px;
	}
	
/*********************** Tours-Date  - Home page section**********************************/
/* Beginning of the tour date */


.tourDatesWrapper {
/*	width:200px; 
	background-color:#FFFFFF;	*/
	/*padding:8px 0px;	*/
	border-top:3px solid #C0BCA6;
}
.oddEntry{
	/*background-color:#fcfcfc;	*/
}

.tourDatesWrapper .header{
	border-bottom:1px solid #9C9C9C;	
	padding:0px;
	display:none;
}

.tourDatesWrapper .tdViewAll {	
	border-top:1px solid #9C9C9C;
	background:#CDC7B1 ;	
}

.tourDatesWrapper .tdViewAll:hover{	
	color:#fff;
}
.tourDatesWrapper .tdViewAll a{
	text-transform:uppercase;
	font-family:Helvetica;;
	font-weight:bold;
	font-size:12px;
	color: #3D3F32;		
	text-decoration:none;
	display:block;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_viewall_sprite.png) no-repeat scroll -2px -1px;
	padding:8px;
	width:80px;
	text-indent:-9999px;
	outline:none;
	
}
.tourDatesWrapper .tdViewAll a:hover{
	background-position: -2px -36px;

}
.tourDatesWrapper .tourDatesUnit{
	font-size: 13px;
	padding:10px 0;
	margin:0px;
	border-top: solid 2px #3D3F32;
	/* *min-height:100px; */
	*padding-bottom:0px;
}

.tourDatesWrapper  .first{
	margin-top:0px;	
	border-top: medium none;
}
		
.tourDatesWrapper .tdDateField{
	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/tour-date.png) no-repeat scroll 0 0;*/
	color:#8D3424;
	clear:both;
	float:left;
	font-family:arial;
	font-size:11px;/*14*/
	font-weight:bold;
	margin-top:0px;/*2px*/
	margin-left:15px;/*5px*/
	text-align:left;
	text-transform:uppercase;
	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/tour-date.png) no-repeat scroll 0 0;*/
	width:200px;

}


.tourDatesWrapper .tdMonth{
	/*height: 10px;*/ /*11px*/
	text-align:left;
	/*padding:0 0 0 5px;*/
	color:#8D3424;/*8D3424*/	
	/*display:inline;*/
	font-size:14px;
}

.tourDatesWrapper .tdDD{	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:#8D3424;
	/*padding:5px 0 0 0;*/
	text-align:center;
}


body#home .tourDatesWrapper .tourVenueBuyWrapper{
	float:left;
	width:296px;
	/*width: 100%;*/
}

body#tour_dates .tourDatesWrapper .tourVenueBuyWrapper{
	float:left;
	width:350px;
	/*width: 100%;*/
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	/*width:140px;*/
	/*width: 70%;*/
	float:left;
	/*margin:0 0 0 10px;*/
	width:190px;
}
body#tour_dates .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField {
	width:235px;
	/*width: 70%;*/
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {

	font-size:14px;
	font-weight:bold;
	/*line-height:17px;*/
	color:#292425;
	overflow:hidden;
	text-transform:uppercase;
}
.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenueName
 {

	font-size:14px;
	font-weight:bold;
	line-height:18px;
	color:#646667;
	overflow:hidden;
	text-transform:uppercase;
}
.tourDatesWrapper .tdArtistName{
	font-family:Helvetica,arial,serif;
	font-size:12px;
	font-weight:normal;	
	overflow:hidden;	
	margin: 6px 0 0px 0;
	padding-bottom:4px;
	color:#292425;
	width:235px;
}

.tourDatesWrapper .tdBuyLinksField{	
	float:right;
	/*padding:2px 0 0;*/
	padding: 2px 10px 0 0;
	width:75px;
	
}
.tourDatesWrapper .tdBuyLinksField .tdBuyLinks{
/*
	background-color:#8D3424;
	border: 1px solid #8D3424;
*/
	text-align:center;
	width:77px;
	padding: 2px 0 3px 0;
	
}
.tourDatesWrapper .tdBuyLinksField a{

	height:45px;
	display:block;

	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_buytickets_sprite.png) no-repeat 0 0px;
	text-decoration:none;
	text-indent:-9999px;
	outline:none;
}	
.tourDatesWrapper .tdBuyLinksField .tdBuyLinks a:hover {
	background-position:0 -46px;
}
/* end tour dates */

/************* CELLSTREAM CSS BEGIN ****************/
  #cellStreamWrapper .csWrapper .timestamp,#cellStreamWrapper .csWrapper .user, #csLogoElement, #cellStreamWrapper .csContent{
  	font-family: Helvetica;
  	font-size:10px;
  	line-height:13px;
  	color:#888;	
  }
    #cellStreamWrapper{
    	/*height:700px;*/
		width:129px;
    }
  
  #cellStreamSlider{
  	position:relative;
 	/*height:252px;*/
  	height:599px;
	/*margin-top:15px;*/
	z-index:300;
  }
  #csLogoElement{
  	padding:8px 0;
	text-align:left;
	border-bottom:1px solid #292524;
  }
  
  #cellStreamWrapper .csPage {
 	position:relative;
 	padding-left:20px;
	_padding-left:0px;
	z-index:310;
  }
  
  #cellStreamWrapper .csCell{
  	position:absolute;
  	width:129px;
  	overflow:hidden;
  	   border-bottom:2px solid #3D3F32;
  	/*background:#fff;

  	-moz-border-radius:3px; */
  }
  
  #cellStreamSlider .csCell0{
  	left: 0px;
  }
  #cellStreamSlider .csCell1{
  	left: 0px;
	top:200px;
  }
  
  #cellStreamSlider .csCell2{
  	left: 0px;
	top:410px;
  }
  
  #cellStreamWrapper .csContent{
  	overflow: hidden;
  	border:1px solid #ccc;
	height:151px;
	margin: 0 0 5px 0;
  	
  }
  #cellStreamWrapper .csWrapper .timestamp{
  	color:#888;
	text-transform:uppercase;
  }
  #cellStreamWrapper .csWrapper .user {
  	color:#87342e;
	text-transform:uppercase;
  }
  #cellStreamWrapper .imageVideo{
  	border:0px;
  	width:129px;
  }
  
  #cellStreamWrapper .imageVideo .image {
  	overflow: hidden;

  }
  #cellStreamWrapper .csContent .image img, #cellStreamWrapper .csContent .video img{
	height:116px;
  }
  #cellStreamWrapper .imageVideo .image img, #cellStreamWrapper .csContent .video img{
/*  	height:90px;*/
  }
#cellStreamWrapper .imageVideo .image img {
	border:none;
	padding:0 5px;	
}  
  
  #cellStreamWrapper .imageVideo .video {
  	height:116px;
  	overflow: hidden;
  	border: 1px solid #ccc;
  }
  
  .videoParams {display:none;}
  
  #cellStreamWrapper  .text {
  	padding:5px;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	line-height:14px;	
  	color: #333;
  }
  #cellStreamWrapper .imageVideo .text {
  	padding:8px 10px 12px 3px;	
  }
  
  #cellStreamWrapper .csWrapper{
color:#888888;
overflow:hidden;
padding-bottom:5px;
padding-left:3px;
padding-top:3px;
  }
    #cellStreamWrapper .csWrapper
  
   #csCell0 .csCell0,#csCell0 .csCell1,#csCell0 .csCell2 {
  	border-bottom:3px solid #3D3F32;
  }
  /********* code for the on hover state active classes ***********/
  #cellStreamSlider .active{
  	height:248px;
  	width:225px;
  	z-index:5;
  }
  
   #cellStreamWrapper .active .csCell{
   	border:1px solid #ccc;
   }

  #cellStreamSlider .csCell0.active{
	  	left: 0px;
	  	top:-35px;
	   	border:1px solid #ccc;
		z-index:9999;
		background-color:#fff;
	  }
  #cellStreamSlider .csCell1.active{
	  	left: 75px;
	  	top:-35px;
		border:1px solid #ccc;
		z-index:9999;
		background-color:#fff;
	  }

  #cellStreamSlider .csCell2.active{
	  	left: 174px;
	  	top:-35px;
		border:1px solid #ccc;
		z-index:9999;
		background-color:#fff;
	  }
#cellStreamSlider .csCell0.active .csWrapper{
	border-top:1px solid #888888;
	border-bottom:none;
}
#cellStreamSlider .csCell1.active .csWrapper{
	border-top:1px solid #888888;
	border-bottom:none;
}
#cellStreamSlider .csCell2.active .csWrapper{
	border-top:1px solid #888888;
	border-bottom:none;
}

.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:226px;
  	width:203px;
  	margin:10px 10px 6px 10px;
	z-index:9999;
  }
  
  #cellStreamSlider .active .imageVideo{
  	width:225px;
	z-index:9999;
  }

  #cellStreamWrapper .active .imageVideo .image img{
  	height:185px; 
	cursor:pointer;
	z-index:9999;		
  }
  
  #cellStreamWrapper .active .imageVideo .video img{
  	height:185px;
	z-index:9999;
	background-color:#ffffff;
  }
  #cellStreamWrapper .active .imageVideo .video {
  	height:185px;
	z-index:9999;
  }
  
  #cellStreamWrapper .active .csWrapper{
  	margin: 0px 10px;	
	z-index:9999;
  }
  
  #cellStreamWrapper .active .csWrapper .timestamp{
  	float:left;
	z-index:9999;
  }
  
  #cellStreamWrapper .active .csWrapper .user{
  	float:right;
	z-index:9999;
  }
  
  /* Code for CS Buttons */
  .csButtonWrap {  
  	width:129px;
  	height:30px;	
	/*margin-top:8px;*/
	border-bottom: 1px solid #000;
  }
  .csButtonWrap a:focus { -moz-outline-style: none; }
  .csButtonWrap #csPrevious1, .csButtonWrap #csPrevious2, 
  .csButtonWrap #csNext1, .csButtonWrap #csNext2{
  	display:block;
  	color:#292526;
  	background-color:#CC5B00;
  	width:62px;
  	height:23px;
  	text-decoration: none;
	/*border:1px solid #7CA800;*/
	cursor:pointer;
	position:relative;
  }
  
  .csButtonWrap #csPrevious1, .csButtonWrap #csPrevious2{
  	float:left;
	background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/CS_Previous_normal.png") no-repeat 0px 0px;
	height:30px;
	margin-left:-14px;
	width:89px;
	
  }
  .csButtonWrap #csPrevious1:hover, .csButtonWrap #csPrevious2:hover{
	background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/CS_Previous_Hover.png") no-repeat 0px 0px;
  }
  
  
  .csButtonWrap #csPrevious1.csPreviousDisabled, .csButtonWrap #csPrevious2.csPreviousDisabled {
  	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/CS_previous_inactive.png) no-repeat scroll 0px 0;
  	cursor: default;
	height:30px;
  }
  
  .csButtonWrap .csPreviousEnabled {
  	background-color: #000;
  }
  
  .csButtonWrap #csNext1, .csButtonWrap #csNext2{
	/*float:right;*/

	background: transparent url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/CSNext_Normal.png") no-repeat -2px 0px;
	height:30px;
width:54px;
z-index:24;
	
	float:left;
  }
   .csButtonWrap #csNext1:hover, .csButtonWrap #csNext2:hover{
	/*float:right;*/

	background: transparent url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/CSNext_Hover.png") no-repeat 0px 0px;
	color:#fff;

  }
  
  .csButtonWrap #csNext1.csNextDisabled, .csButtonWrap #csNext2.csNextDisabled  {
  	background-color:#000;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/CS_next_inactive.png) no-repeat scroll -2px 0;
  	cursor: default;
	height:30px;
  }

  .csButtonWrap .csNextEnabled {
  	/*background-color:#CC5B00;*/
  }
  
  .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;
		
	}
	
	#cellStreamPhotosViewer #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 {
			height:360px;
			overflow:hidden;
		}

	#cellStreamPhotosViewer .csPVContent .image img{
		height:335px;
	}
	#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 ****************/

/****************************************** Music page**********/ 
   
    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;
   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;
   font-family:Helvetica,arial,Sans-serif;
   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
   }
  .songs .hd {
border-bottom:1px solid #5D5D5D;
display:inline;
float:left;
line-height:1px;
padding:0;
width:100%;
}
   
   /* 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-family:Helvetica,arial,Sans-serif;
	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:11px;
   line-height:20px
   }
   .content div.audio .tools ul li.admin.delete a {
   background-position: 0 -29px
   }
   .content div.audio .buy {
   font-size:11px;
   font-family:Helvetica,arial,Sans-serif;
   color:#aaa;
   padding:10px 0 0;
   margin-left: 8px;
   clear:both
   }
   .content div.audio .description {
   clear:both;
   padding:10px 0 0;
   font-size:11px;
   font-family:Helvetica,arial,Sans-serif;
   margin-left: 8px;
   }
   .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;
   font-family:Helvetica,arial,Sans-serif;
   text-transform: uppercase;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 0 -89px;
   margin-left:8px;
   border-bottom:1px dotted #ccc
   }
   .content div.audio .lyrics .val {
    font-size:11px;
    font-family:Helvetica,arial,Sans-serif;
   	padding:15px 0 15px;
	margin-left:8px;
	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
   }
  
/************** Music page ends *********/
/** Added for fixing bug number 431 **/
.module .content .body .tourDatesWrapper .tdDay {
	line-height:1.16em;
}
.module .content .body .tourDatesWrapper .tdDM {
	line-height:1.16em;
}	

/** bug fixes from SS1 **/
.media_upload .body .textarea label, .media_upload .body .text label {
	font-weight:bold;
	text-transform:uppercase;
}


.content li.comment .hd {
   border-bottom:1px dotted #CCCCCC;
}

.content li.comment .img {
	border:1px solid #CCCCCC;
}
.content li.comment .tools ul li.admin.delete a {
	background:#FFFFFF url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_delete_link.png) no-repeat scroll 0 0px;
	font-size:13px;
	padding:0px 0 3px 23px;
}
.content li.comment .tools ul li.admin.delete {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

.edit_account .note:first-child {
	padding-top:0px;
}
/****************** Footer logos *****************************/
#logoLinks {
   	width:995px;
   	height:75px;
   	margin: 0 auto;
   	background: #3A3C2E url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/footer_normal.png) no-repeat scroll left top;
   	text-indent:-9999px;
   	}

   #logoLinks a {
   	height: 75px;
   	text-indent:-9999px;
   	display:block;
	float:left;
   }
   #logoLinks #findUSON {width:160px;cursor:default;}
   #logoLinks #myspaceLink {width:225px;cursor:pointer; }
   #logoLinks #facebookLink {width:225px;cursor:pointer; }
   #logoLinks #twitterLinkFooter {width:225px; cursor:pointer;}
   #logoLinks #atlanticLink {width:160px;cursor:pointer;}
   
a#myspaceLink:hover {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/footer_hover.png) no-repeat scroll -160px 0;
}
a#facebookLink:hover {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/footer_hover.png) no-repeat scroll -385px 0;
}
a#twitterLinkFooter:hover {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/footer_hover.png) no-repeat scroll -610px 0;
}
a#atlanticLink:hover {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/footer_hover.png) no-repeat scroll -835px 0;
}
/* Keep this as the bottom of global.css *****/
/* IE 7 hacks */
*:first-child+html .module .content .foot.empty {height: 0 !important; overflow: hidden !important;}
*:first-child+html .module .content .foot * {line-height:1.4em}

/* end IE 7 hacks */

 /* 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}
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#html-399804.html .description ul img{
		height: 330px;
}
#html-399804.html .description img{
		height: 68px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.grid_3 #new_merch .foot{
  clear: left;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.grid_3 #new_merch .productsBuySection .productLeftBuyDrop{
    padding: 0px 4px 9px 7px;
}
}
/* 404 page hacck */

.grid_3 #new_merch .productsBuySection .productLeftBuyDrop {
	*padding-right:20px;
}

#ad-350341{
 display:none;
}

/* modal dialogs */
.adminModalWindow, #alertDeleteConfirm {
background: #000 url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_admin_modal.png) repeat-x scroll left top !important;
width: 312px !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, #alertDeleteConfirm .top a.closeModal {
	text-indent:0 !important;
	right: 5px !important;
	top:10px !important;
	width: 38px !important;
	padding-left:29px !important;
	background-repeat: no-repeat !important;
	}
.adminModalWindow .main, #alertDeleteConfirm .main {color:#FFF !important;}
.adminModalWindow .actions button.smallPrimary, #alertDeleteConfirm .actions .button.submit {
	border:1px solid #8D3424 !important;
	background: #FFF !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px !important;
	font-weight:bold !important;
	padding:2px 10px !important;
	text-transform:uppercase;
}
.adminModalWindow .actions button.smallPrimary span {
	color: #8D3424 !important;
	padding:0 !important;
	background:transparent !important;
	height: auto !important;
	line-height:1.16em !important;
	}
#alertDeleteConfirm .actions .button.submit {color: #0094CC !important;}
.adminModalWindow .actions button.smallSecondary, #alertDeleteConfirm .actions .button.cancel {
	font-weight:normal !important;
	background: transparent !important;
	padding: 0 !important;
	color:#8D3424 !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:20px; padding-bottom:7px}
	.modalWindow .main .module .content .body {padding-bottom:0}
	.modalWindow .actions .button.submit button, .modalWindow .actions .button.cancel button {
		background:transparent !important;
		padding:0 !important;
		}
.modalWindow .top a.closeModal {
/*	background: transparent url(/admin/img/buttons/message_close.gif) repeat scroll 0 0 !important; */
	background: transparent url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/closeButton.png") no-repeat scroll 0 0 !important;
	padding-right:0 !important;
	}
.modalWindow .actions .button.cancel button {color:#8D3424 !important;}
.modalWindow .actions .button.submit button {
	color:#0094cc !important;
	font-weight:bold !important;
}

#alertDeleteConfirm.adminModalWindow .actions button.smallSecondary span{
color:#8D3424 !important;	
}
#alertDeleteConfirm.adminModalWindow .top a.closeModal {
	background: transparent url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/mailingList_close.png") no-repeat scroll 0 0 !important;	
	height:27px !important;
	}
	
/* End modal dialogs */



/*** Flagging Functionality *******/

#alertFlagConfirm.modalWindow .top {
	padding: 0px ! important;
}
#alertFlagConfirm.modalWindow .main {
	  background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/alert.jpg) repeat-x top left !important;
	  color: #FFFFFF;
}

#alertFlagConfirm.modalWindow .top a.closeModal {
	background-image: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/closeButton.png) top right !important;
	background:transparent url(/admin/img/buttons/message_close.gif) no-repeat scroll right top !important;
	color:#00ABEC !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	padding: 2px !important;
	width : 55px;
}

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

#alertFlagConfirm.modalWindow .actions .button.submit {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/mlist_button_bg.png) no-repeat scroll right top !important;
	text-align:center;
	width: 80px;
	margin-top: -3px;
}
#alertFlagConfirm.modalWindow .actions .button.submit button{
	padding:1px 0 7px 7px !important;
	cursor: pointer;
	font-family:Arial;
	font-size:16px;
}

#alertFlagConfirm.modalWindow .actions .button.cancel {
	padding: 5px !important;
	cursor: pointer;
	float: none;
}


#alertFlagConfirm.modalWindow .actions .button.submit {
margin-top: -3px;
}

#alertFlagConfirm.modalWindow .actions .button.submit button{
padding:2px 0 7px !important;
}


/* End of Flagging Functionality ****/


/* * * 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 .body .title {
 margin:0 0 0px 0;
}

.edit_account .title h4 {
  display:inline;
  font-weight:bold;
  margin:0 4px 0 0
}

/* 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/1d6/a76/9caebb9e49051af874ea3f2a40/images/avatar_48.png") no-repeat center center;
}

.content div.topic .img {
  float:left;
  margin:0 10px 10px 0;
  border:10px solid #e2e1df;
  background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/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 {
height:24px
}
/* don't let title text run into things below */
.albums li .txt .title h4 {
font-size:11px;
font-family:Helvetica,Arial,sans-serif;
height:100%;
line-height:12px;
overflow:hidden
}
.albums li .txt .rating {
float:left;
overflow:hidden;
margin:4px 0 6px 0
}
.albums li .txt .comments {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_tools.gif") no-repeat 2px 1px;
line-height: 13px;
margin:4px 0 6px 0;
padding:0 0 0 14px
}
.albums li .txt .comments.vd {
padding:0 0 0 22px;
margin:4px 0 6px 65px;
background-position:8px 1px;
border-left:1px solid #ccc
}
.albums li .txt .description {
height:36px;
margin:5px 0 0 0;
overflow:hidden;
width:100%
}
.albums li .txt .author {
line-height:12px;
height:13px;
overflow:hidden;
margin:5px 0 0 0
}
.albums li .txt .date {
height:13px;
overflow:hidden
}
.albums li .txt .tracks {
height:13px;
}
.albums li .hd {
margin:10px 0
}
/* album thumbnails */
/* container sizes */
.albums li.xs {
width:80px
}
.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/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
}
.albums li.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_s.gif") no-repeat 50% 50%;
}
.albums li.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_m.gif") no-repeat 50% 50%;
}
.albums li.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_l.gif") no-repeat 50% 50%;
}
.albums li.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
}
.albums li.xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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;
font-family:Helvetica,Arial,sans-serif;
}
.content div.album .description {
color:#bbb;
font-family:Helvetica,Arial,sans-serif;
}
div.album .val {

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/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_xs.gif") no-repeat 50% 50%
}
.playlist .info .s .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_s.gif") no-repeat 50% 50%
}
.playlist .info .m .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_m.gif") no-repeat 50% 50%
}
.playlist .info .l .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_album_l.gif") no-repeat 50% 50%
}
.playlist .info .xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/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/1d6/a76/9caebb9e49051af874ea3f2a40/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;
font-family:Helvetica,Arial,sans-serif;
color:#8D3424;
font-style: italic;
}
.playlist .info .txt .title h3 {
color:#F7F0E2;
font-size:16px;
font-style:normal;
font-weight:bold;
text-transform: uppercase;
}
.playlist .info .txt .album {
color:#666;
font-size:12px;
margin:0 0 10px 0
}
.playlist.s .player {
height:35px;
background: #F8F1E1 none repeat scroll 0 0;
}
.playlist.v .player {
height: 263px
}
.playlist .list {
overflow-y:auto;
overflow-x:hidden;
height:108px
}
.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/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_pl.gif') no-repeat 50% 5px
}
.playlist.v .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/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;
text-transform:uppercase;
}
.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:25px;
float:left;
}
.playlist .list ul li .information a {
display:none;
text-indent:-9999px
}


.playlist .list ul li.active .information a {
background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/music_i_icon.png) no-repeat scroll 0 0;
line-height:16px;
height:16px;
display:block;

margin:3px 0 0 25px;
}
.playlist .list ul li.active .information a:hover {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/Music_icon_hover.png) no-repeat scroll 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/1d6/a76/9caebb9e49051af874ea3f2a40/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 10px;
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 .info {
   background: none;	
   border-bottom:1px solid #8b8987;
}

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

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

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

.button.cancel input {
  	background-color:#FFFFFF;
	color:#8D3424;
	padding:5px;
	font-weight:bold;
	text-transform:uppercase;
}

.topics li .img {
	border:0px;
}

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

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

/** End Site specific customization **/

/* Common code for admin related functionalities */
.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;*/
}


.content li.comment .tools ul li.admin.delete {
	border: none;

}


/* End of Code for EOS 1.6.1 */

/**************** merged from SS1 **************/
#TB_iframeContent{
  height: 507px !important; //To avoid scroll bar
}

.msie7 #TB_iframeContent{
  height: 512px !important; //To avoid scroll bar
}

#uploadPolicy {
padding:8px;
}

/*********** IE specific fix for sharebox *****************/
.photo_viewer .sharebox,.video_player .sharebox{
	*margin-left:-70px !important;
}
.audio_player .sharebox{
	*margin-left:-15px !important;
	*margin-top:-25px !important;
}


/****************** Global Twitter Styles *************/

a.twitterContainerMore {
	font-family:Helvetica;	
	background-color:#CDC7B1;
	color:#3D3F32;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:8px;
	text-align:left;
	text-transform:uppercase;
	width: 100px;
	text-indent:-9999px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_follow.png) no-repeat scroll 1px -1px;
	padding:8px 8px 7px;
}

a.twitterContainerMore:hover{
	background-position:-2px -36px;
}

.grid_3 a.twitterContainerMore{
	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/visit_dropdown_5.png) no-repeat scroll 173px 8px;*/
	background:#CDC7B1 url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_viewmore_sprite.png) no-repeat scroll -2px -1px;
	height:auto;
	text-indent:-9999px;
	width:185px;
}

.grid_2 a.twitterContainerMore:hover{
	background-position:2px -36px;
}

.grid_3 a.twitterContainerMore:hover{
	background-position:-2px -36px;
} 
.grid_5 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/visit_dropdown_5.png) no-repeat scroll 314px 8px;
}

.twitterContainer {
	background-color: #f7f0e2;

}

.twitterContainer .followTag {
	color:#888;
	font-size:11px;
	padding:10px;
}
.twitterContainer .followTag .label {
	color:#3D3F32;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
}

.twitterContainer ul {
	list-style: none;
}

.twitterContainer li {
	border-top:2px solid #3D3F32;
	padding:10px;
}

.twitterContainer li:first-child {
	padding: 0 10px 10px;
	border-top: none;
}



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

.tweetsHolder .userInfo,
.tweetsHolder .userInfo a {
	font-size: 14px;
	font-weight: bold;
	color: #3D3F32;
}

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


.tweetsHolder .userLink {
	display: inline;
}

.tweetsHolder .message {
	color: #2f3131;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
}

.tweetsHolder .message a {
	color: #2f3131;
}

.tweetsHolder .created {
	text-align: left;
	text-transform: uppercase;
	color: #888888;
	font-size: 10px;
}

.tweetsHolder .follow {
	margin: 3px 0;
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/follow-arrow.png) no-repeat 0 75%;

}
.tc_nav_page{
	position:relative;
	padding:5px;
	float:right;
}

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


.tc_nav_page .tcPreviousDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_page_prev_disabled.png) no-repeat;	
	cursor:default !important;
}
.tc_nav_page .tcNextDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_page_next_disabled.png) no-repeat;	
	cursor:default !important;
}

.tc_nav_page .tcNextEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/next_active.png) no-repeat;
}
.tc_nav_page .tcNextEnabled:hover{
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/next_active_hover.png) no-repeat;
}
.tc_nav_page .tcPreviousEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/prev_active.png) no-repeat;	
}
.tc_nav_page .tcPreviousEnabled:hover{
	background: url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/prev_active_hover.png) no-repeat;	
}



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

#furtherWrapper{
background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/comm_innergrid3.png) repeat-y scroll center center;
}
#bodyContentWrapper{
background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/comm_innergrid_9.png) repeat-y scroll center center;	
overflow:hidden;
}

#photoWrapper{
overflow:hidden;
}

body#community_landing #container{
background: transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/comm_inner_overall.png) repeat-y scroll center center;		
}

.viewmore_Wrapper{
background:#CDC7B1 none repeat scroll 0 0;
/*padding-top:2px;*/
}

.viewmore_inner{
border-bottom:1px solid #3D3F32;
border-top:1px solid #3D3F32;
}
.viewmore_inner .topView {
	display:none;
	border:none;
}
.video_thumbnail .body p{
	margin-bottom:0px;
	padding-bottom:10px;
}
#footer #topFooterContainer #html-373081{
	background:#3A3C2E url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/topFooter_blog.png) no-repeat scroll center 0;
}	

#home #footer #topFooterContainer #html-373081,
#video #footer #topFooterContainer #html-373081,
#video_detail #topFooterContainer #html-373081,
#photo #footer #topFooterContainer #html-373081, 
#photo_detail #footer #topFooterContainer #html-373081,
#community_landing #footer #topFooterContainer #html-373081,
#tour_dates #footer #topFooterContainer #html-373081,
#bio #footer #topFooterContainer #html-373081 {
	background:transparent none;
}

.viewmore_Wrapper.tweets_foot{
padding-top:0px;
}

.viewmore_Wrapper.tweets_foot a.twitterContainerMore{
background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_viewmore_sprite.png) no-repeat scroll -2px -1px;
outline:none;
text-indent:-9999px;

}

.viewmore_Wrapper.tweets_foot a.twitterContainerMore:hover{
background-position:-2px -36px;
}

.discussion_listing .nav_meta ul li a , .discussion_entry .nav_meta ul li a {
	width:161px;
	padding-left:7px;
	/*background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_startadiscussion_sprite.png) no-repeat scroll 0px -1px;	*/
	text-indent:-9999px;
	outline:none;
}

.discussion_listing .nav_meta ul li a:hover, .discussion_entry .nav_meta ul li a:hover{


	background-position:0 -36px;	

}

#categories-350375 .nav_meta ul li a, #categories-350379  .nav_meta ul li a{
	width:161px;
	padding-left:7px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_startadiscussion_sprite.png) no-repeat scroll 0px -1px;	
	text-indent:-9999px;
	outline:none;
}

#categories-350375 .nav_meta ul li a:hover, #categories-350379  .nav_meta ul li a:hover{


	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/bg_startadiscussion_sprite.png) no-repeat scroll 0 -36px;	

}

/** safari fix to align header/footer/body **/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#container { width: 997px; border-left: 1px solid #3A3C2E;}
}

/****** IE 8 ******/
#home.msie8 .container_14 {
	margin-right:2px;
}
#home.msie8 .topFooterContainer{
	margin-left:1px;
}

/* 3713 */

body#login.m32.safari3 #container,
body#login.m32.safari4 #container,
body#sign_up.m32.safari3 #container,
body#sign_up.m32.safari4 #container {
	width:99.8% !important;
}

/* End 3713 */

/* **************************** Start 1.09 Release ************************************ */

/* ****** Add CSS Rules ****** */

.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 Add CSS Rules ****** */

/* ****** Change CSS Rules ****** */

.edit_account .edit_items, 
.edit_account .mobileEmail,  
.edit_account #submitDiv { 
margin:15px 0 15px 20px 
}

/* ****** End Change CSS Rules ****** */

/* **************************** End 1.09 Release ************************************ */



/* **************************** Start 1.11 Release ************************************ */

/* ****** Add CSS Rules ****** */

.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;
}

/* ****** End Add CSS Rules ****** */

/* ****** Change CSS Rules (Global.CSS) ****** */

.button.submit input {
border:0;
cursor: pointer; /* added for all 'Post comment' buttons */
padding: 3px 5px;
margin:0;
display:block;
font-size:11px
}

.edit_account .off {
background:url("http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/bg_settings_boolean.gif") no-repeat 2px -16px;
}

/* ----- Critical fix for IE8 add ----- */

.msie8#home .container_14 {
	margin-right:auto;
}

.msie8 .ad.leaderboard .body {
	height:auto;
}

.msie8 .ad.leaderboard .body span#_fw_span_728x90slot._fwph span#_fw_container_728x90slot._fwac span {
	display:block !important;
	margin-top:-9px !important;
}

.msie8 div.grid_5 .ad.medium .body {
	height:auto;
}

.msie8 div.grid_5 .ad.medium .body span#_fw_span_300x250slot._fwph span#_fw_container_300x250slot._fwac span {
	display:block !important;
	margin-top:-36px !important;
}

/* ----- End Critical fix for IE8 add ----- */



/* ****** End Change CSS Rules ****** */

/* **************************** End 1.11 Release ************************************ */

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

/* FB connect related */
#alertFBdCconfirm.modalWindow {background:#F7F0E2 none repeat scroll 0 0 !important;}
#alertFBdCconfirm.modalWindow .top a.closeModal{
	padding-right:19px !important;
	right:10px !important;	
	background:transparent url(http://static.global.ciscoeos.com/zipupload/1d6/a76/9caebb9e49051af874ea3f2a40/images/icons/mailingList_close.png) no-repeat scroll right 0 !important;
	height:27px !important;
	color:#8D3424 !important;
	padding-top:4px !important;
	width:49px !important;
}
#alertFBdCconfirm.modalWindow .module .head h3{
	color:#8D3424 !important;
	font-family:Verdana,sans-serif;
}
#alertFBdCconfirm.modalWindow .module .body p {
	color:#2F3131;
	font-family:Helvetica,Arial,sans-serif;
}
#alertFBdCconfirm.modalWindow .actions {width:26%;}
#alertFBdCconfirm.modalWindow .actions .button.submit button {color:#F7F0E2 !important;}
#alertFBdCconfirm.modalWindow .actions .button.submit {
	background:#8D3424 none repeat scroll 0 0;
	padding:0 8px;
	font-family:Helvetica,Arial,sans-serif;
}
#alertFBdCconfirm.modalWindow .actions .button.cancel button {color:#8D3424;font-family:Helvetica,Arial,sans-serif;}
#alertFBdCconfirm.modalWindow .actions .button.cancel{margin:0px;}
/* End of FB connect related */
