@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: 1008px;
}

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

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

#home .grid_2{
	*position:relative;
	*z-index:100;	
}

#home .grid_7{
	*position:relative;
	*z-index:1;	
}

#home .grid_5{
	*position:relative;
	*z-index:1;	
}
#community_landing .grid_3{
	*position:relative;
	*z-index:1000;	
}

#community_landing .grid_6{
	*position:relative;
	*z-index:1;	
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

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

.container_14 .grid_1 {
	width:67px;
}

.container_14 .grid_2 {
	width:139px;
}

.container_14 .grid_3 {
	width:211px;
	*z-index:2;
}

.container_14 .grid_4 {
	width:283px;
}

.container_14 .grid_5 {
	width:355px;
}

.container_14 .grid_6 {
	width:427px;
}

.container_14 .grid_7 {
	width:499px;
}

.container_14 .grid_8 {
	width:571px;
}

.container_14 .grid_9 {
	width:643px;
}

.container_14 .grid_10 {
	width:715px;
}

.container_14 .grid_11 {
	width:787px;
}

.container_14 .grid_12 {
	width:859px;
}

.container_14 .grid_13 {
	width:931px;
}

.container_14 .grid_14 {
	width:1003px;
}



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

input a {outline:none !important;}

/* Hack on the Grid to accomodate other stuff */
.container_14 {
	width:1003px;
	overflow:hidden;
}
.grid_5 {
	/*z-index:-10*/
}
.grid_6 {
	*z-index:-10;
}
/* Warning for IE6 users */
#ie6Prompt {
	background: #d6edf9 url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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: transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_html.jpg") repeat 0px 0px;
}


body {
	 background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_body.jpg") no-repeat center 0px;
}

#footer {

}

#FooterLinks1 .footerColumn1 h4 object{width:85px;outline:none;}
#FooterLinks1 .footerColumn2 h4 object{width:70px;outline:none;}
#FooterLinks1 .footerColumn3 h4 object{width:76px;outline:none;}
#FooterLinks1 .footerColumn4 h4 object{width:70px;outline:none;}
#FooterLinks1 .footerColumn5 h4 object{width:110px;outline:none;}
#FooterLinks2 .footerColumn1 h4 object{width:50px;outline:none;}
#FooterLinks2 .footerColumn2 h4 object{width:120px;outline:none;}
#FooterLinks2 .footerColumn3 h4 object{width:70px;outline:none;}
#FooterLinks2 .footerColumn4 h4 object{width:65px;outline:none;}
#FooterLinks2 .footerColumn5 h4 object{width:65px;outline:none;}

.msie7 .container_14 .grid_9,
.msie7 .container_14 .grid_6{position:relative;z-index:-1;}
.msie7 .container_14 .grid_5{position:relative;z-index:-10;}
.msie7 .container_14 .grid_5 div.ad{position:relative;z-index:-22;}

#header {margin-bottom:10px;}

#container{margin-bottom:12px;}

/* Nav bar - that is the global hat */
#nav_global{
	margin-left:auto;
	margin-right:auto;
	height:27px !important;
}
#nav_global li#eos_login_status_message {color:#FFF !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: transparent !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:#494035 !important;
	background-color:#c4c0b1 !important;
    }
	
#nav_member ul li.hello ul{
		left:0px !important; 
		top:15px !important;	
	}

#nav_member ul li.hello ul li{
	border-style:none !important;	
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_dropdown.png) repeat scroll 0 0 !important;
}
#nav_member ul li.hello ul li a {
	border-bottom: 1px solid #999999 !important;	
}
.msie7 #nav_member ul li.hello ul li,.msie7 #nav_member ul li.hello ul li a{
	height:27px;
	position:relative;
}	
#nav_member ul{
	padding-top:6px !important;
}

#nav_admin ul{
	padding-top:6px !important;
}


#nav_member ul a, #nav_member ul li{
	color:#FFF !important;	
	font-weight:bold;
}

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


 /* GLOBAL SETTINGS */
 a,
 a:link,
 a:active,
 a:visited {
 color:#604429;
 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
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 font-weight:normal
 }
 
 h1.pageTitle{
 	font-size:28px;
	margin:10px 0;
 	font-weight:bold;
 }
 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 {
 	padding-top:4px;
 }
 .module .content {
	margin: 0 0 8px 0;
	padding-bottom:4px;
 }
 
 .module .content .body,
 .module .content .head,
 .module .content .foot{
 	padding:0 11px;
 }
 
 .module .content .body{
 	padding-bottom:1px;
 }
 
 .module .content .head h3 {
 	padding:10px 0px 12px 0px;
	font-size:20px;
	text-transform:uppercase;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_head_border.png) repeat-x scroll 0 bottom;
	text-align:left;
	color:#c11804;
	font-family: futura,times new roman,arial,sans-serif;
	font-size:20px;
	font-weight:bold;
 }
  .module .content .head .title .total{
  	display:none; 	
 }
 .module .content .head .nav_meta ul {
   padding:7px 0 8px 0;
 }
 .module .content .body ul {
 overflow: hidden;
 }
 .module .content .foot {
 height:1%;
 overflow:hidden;
 }
 .module .content .foot * {
 line-height:1.16em;
 }
 .module .content .foot .nav_meta {
 overflow:hidden;
 height:1%;
 }
 .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;
 }
 
 /* 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_head_ornaments.jpg") no-repeat center 3px;
*/
 }

#home .grid_2 {
	z-index:1000;
}

body{
	 background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_body.jpg") no-repeat center 0px;
}

body #wrapper{background:none;}

body #wrapper #header{	
	height:350px;	
}
 
/* Blog related Ends*/
 
 #blog_detail .article .title h4,
 #photo_detail .photo .title h3,
 #video_detail .video .title h3{

 }


/* over riding thick box styles */
#TB_overlay { z-index:2000;}
#TB_window{
	z-index:2002;
	*height:470px;/*550px*/
}
#TB_load{ z-index:2003;}
#TB_HideSelect{ z-index:1999;}
#sign_up-350438 .content .foot .poweredBy a{
	padding:2px 4px !important;
}
.mac .safari4 #TB_window, .mac .safari3 #TB_window{
	height:470px !important;
}

 /* GLOBAL LINK STYLING */
 a.comment,
 span.comment {
 padding:0 0 0 14px;
 background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_tools.gif") no-repeat 2px 1px
 }
 a.permalink,
 li.permalink a {
 background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_delete_link.gif) 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_tools.gif") no-repeat 0 -14px
 }
 li.flag a {
 background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_flag_link.gif") no-repeat 0 0px;
 padding:0 0 0 20px;
 font-size:13px
 }
 li.admin.edit a {
 background: url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_pro.png") no-repeat 0 0;
 padding:0 0 0 20px;
 font-size:10px
 }
 li.admin.fanme a {
 background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_fan.png") no-repeat 0 0;
 padding:0 0 0 20px;
 font-size:10px
 }

 li.register {
 background:#fff url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px
 }
 a.prev,
 li.prev a {
 background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_tools_directionals.gif") no-repeat 100% -20px
 }

/* 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;
	border:1px solid #767676;
 }
 .ad.leaderboard .body {
 width:728px;
 height:90px;
 padding:0px;
 }
 
 .ad.leaderboard .body { margin-right:25px;}
 
 #home .ad.leaderboard .body {margin-right:70px;}
 
 .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:-10px 0;
 }
 
#home .ad .leaderboard{
 	margin:10px 0;
	/*background:#BABABA none repeat scroll 0 0;
	border:1px solid #292425;*/
 }
 
 .ad .leaderboard .head{
 	padding:0px;
 }


.ad .medium .content{
	margin-bottom:10px;
}

.ad .medium {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid5_top.png) no-repeat scroll center top;
	padding-top:4px;
}
.ad .medium .content {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid5_bot.png) no-repeat scroll center bottom;
	padding-bottom:4px;
}
.ad.medium .head {
	padding: 0px 10px;
	background-color:#FFFFFF;
}
.ad.medium .body {
	padding:25px 27px;
	width:auto;
	background-color:#FFFFFF;
	border-width:0px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid5_mid.png) repeat-y scroll center 0px;
	
}
 /* 
 CHANNEL-LEVEL NAVIGATION
 */

/********* Navigation used on all pages except the home page.
*/
 
 #home .nav_main ul li {
 display:inline;
 padding:0px;
 position:relative;
 float:none;
 }
 
 #home .nav_main ul li.upload {
 float:right;
 margin:0 10px 0 0;
 font-weight:bold;

 }

 #home .nav_main ul li a,
 #home .nav_main ul li a:link,
 #home .nav_main ul li a:visited {
 color:#333;
 padding: 5px 7px;
 text-transform:capitalize;
 font-size:12px;
 font-weight:bold;
 line-height:24px;
text-indent:2px;
 }
 #home .nav_main ul li.active li.active a {
	color:#604429;
 } 

 #home .nav_main ul li:hover a{
	color:#604429;
 }
 #home .nav_main ul li.upload a {
 font-weight:bold;
 padding:0 0 0 15px;
 font-size: 14px;
 color:#604429;
 line-height:25px;
 width:128px;
 }
 #home .nav_main ul li.upload a:hover { 
 }

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

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


#home .nav_main ul.flyoutMenu li {
display:block;
}


#home .nav_main li li {
float:none;
}


#home .nav_main ul.flyoutMenu li a {
	border-bottom:1px solid #999999;	
	padding:0 9px;
	display:block;
	height:27px;
	color:#fff;
	background:transparent;
}
.nav_main ul.flyoutMenu li a{
		background:transparent;
			color:#fff;
}
div.nav_main ul.flyoutMenu li {
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_dropdown.png) repeat scroll 0 0  !important;
}
#home div.nav_main ul.flyoutMenu li {
background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_dropdown.png) repeat scroll 0 0  !important;
}

#home .nav_main ul.flyoutMenu li a:hover{
	background-color:#494035;
	color:#494035 !important;
	text-decoration:underline;
}

 

#home .nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
 #home .nav_main ul.flyoutMenu li a.us {background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_us.gif);}
 #home .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_uk.gif);}
 #home .nav_main ul.flyoutMenu li a.canada {background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_canada.png);}
 #home .nav_main ul.flyoutMenu li a.japan {
		background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Japan_flag16x11.png);
	}
#home .nav_main ul.flyoutMenu li a.germany {
		background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Germany_flag16x11.png);
}
#home .nav_main ul.flyoutMenu li a.spain {
		background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Spain_flag_16x11.png);
}

#home .nav_main ul{background:none}

/*** For all remaining pages navigation****/

.nav_main ul{
 	background: transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_navbar.png) repeat-x 0 -4px;
	height:78px;
	position:relative;
	padding-left:0px !important;
 }
 
.nav_main ul li {
 display:block;
 float:left;
 padding:0px;
 position:relative;
 }
 
.nav_main ul li.upload {
 float:right;
 margin:0px;
 }
.nav_main ul li.upload a {
  	background-image:none;
  }
 
.nav_main ul li a,
.nav_main ul li a:link,
.nav_main ul li a:visited {
 color:red;
 display:block;
 padding: 22px 0px;
 text-indent:-99999px;
 text-transform:capitalize;
 font-size:14px;
 font-weight:bold;
 outline:none;
 line-height:24px;
 }
 
.nav_main ul li.active a {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_navbar.png) repeat-x 0 -4px;
 }

.nav_main ul li a:hover{
 	background: transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_navbar.png) repeat-x 0 -4px;
 }
 
 .nav_main ul li.nav-custom a{width:62px;}
 .nav_main ul li.upload a{width:156px;}
 .nav_main ul li.nav-home a{width:100px;}
 .nav_main ul li.nav-blog a{width:78px;}
 .nav_main ul li.nav-video a{width:69px;}
 .nav_main ul li.nav-photo a{width:75px;}
 .nav_main ul li.nav-music a{width:62px;} 
 .nav_main ul li.nav-tour_dates a{width:101px;}
 .nav_main ul li.nav-bio a{width:43px;}
 .nav_main ul li.nav-community_landing a{width:107px;}
 .nav_main ul li.nav-extras a{width:71px;}
 .nav_main ul li.nav-store a{width:60px;}
 .nav_main ul li.nav-contact_us a{width:81px;}
 
 
 .nav_main ul li.upload.active a{background-position:-847px -195px;}
 .nav_main ul li.nav-home.active a{background-position:0px -195px;}
 .nav_main ul li.nav-blog.active a{background-position:-100px -195px;}
 .nav_main ul li.nav-video.active a{background-position:-178px -195px;}
 .nav_main ul li.nav-photo.active a{background-position:-247px -195px;}
 .nav_main ul li.nav-music.active a{background-position:-322px -195px;} 
 .nav_main ul li.nav-tour_dates.active a{background-position:-384px -195px;}
 .nav_main ul li.nav-bio.active a{background-position:-485px -195px;}
 .nav_main ul li.nav-community_landing.active a{background-position:-528px -195px;}
 .nav_main ul li.nav-extras.active a{background-position:-635px -195px;}
 .nav_main ul li.nav-store.active a{background-position:-706px -195px;}
 .nav_main ul li.nav-contact_us.active a{background-position:-766px -195px;}

 
 .nav_main ul li.upload a:hover{background-position:-847px -104px;}
 .nav_main ul li.nav-home a:hover{background-position:0px -104px;}
 .nav_main ul li.nav-blog a:hover{background-position:-100px -104px;}
 .nav_main ul li.nav-video a:hover{background-position:-178px -104px;}
 .nav_main ul li.nav-photo a:hover{background-position:-247px -104px;}
 .nav_main ul li.nav-music a:hover{background-position:-322px -104px;} 
 .nav_main ul li.nav-tour_dates a:hover{background-position:-384px -104px;}
 .nav_main ul li.nav-bio a:hover{background-position:-485px -104px;}
 .nav_main ul li.nav-community_landing a:hover{background-position:-528px -104px;}
 .nav_main ul li.nav-extras a:hover{background-position:-635px -104px;}
 .nav_main ul li.nav-store a:hover{background-position:-706px -104px;}
 .nav_main ul li.nav-contact_us a:hover{background-position:-766px -104px;}
 
 .nav_main ul li ul.flyoutMenu li a{
 	background-image:none;
	text-indent:1px;
	width:auto;
	font-family: futura,times new roman,arial,sans-serif !important;
	} 
 .nav_main ul li ul#communitySubNav li.active a, 
 .nav_main ul li ul#storeSubNav li.active a{
 	color:#b9001a !important;
	font-family:futura,times new roman,arial,sans-serif !important;
 }
 .nav_main ul li #storeSubNav li a{
 	text-indent:1px;
	width:auto;
	font-size:13px;
	font-family: futura,times new roman,arial,sans-serif !important;
}
.nav_main ul.flyoutMenu{
	display:block;
	left:0;
	position:absolute;
	width:174px;
	z-index:1000;
	top:33px;
}
.nav_main ul ul {
background:transparent none repeat scroll 0 0;
padding-top:7px;
height:auto;
}

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


.nav_main ul.flyoutMenu li {
float:none;
}

.nav_main ul.flyoutMenu li a {
	border-bottom:1px solid #999999;
	background-color:#564f44;
	padding:0 9px;
	display:block;
	font-size:14px;
	height:27px;
	color:#fff;
}
.nav_main ul.flyoutMenu li a:hover{
	background-color:#c4c0b1;
	color:#453f31;
	font-size:14px;
	text-decoration:underline;

}
/*
div.nav_main ul.flyoutMenu li a:hover{
	background-color:#c4c0b1;
	color:#453f31;
}
*/
.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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_us.gif);}
.nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_uk.gif);}
.nav_main ul.flyoutMenu li a.canada {background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_canada.png);}
.nav_main ul.flyoutMenu li a.japan {
		background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Japan_flag16x11.png);
	}
.nav_main ul.flyoutMenu li a.germany {
		background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Germany_flag16x11.png);
}
.nav_main ul.flyoutMenu li a.spain {
		background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Spain_flag_16x11.png);
}


/****************************/

 /* 
 MODULE-LEVEL NAVIGATION
 */

 .nav_meta ul {
 overflow:hidden;
 height:1%;
 }
 .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:11px;
 line-height:11px;
 font-weight:bold;
 color:#604429;
 }
 /* 
 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;
 margin:0
 }
 .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%
 }
 .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 0 5px;
   float: left;
  }
 .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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_rating_new.gif) repeat-x scroll 0 -42px;
 }
 .rating ul.inactive {
 list-style: none;
 width:60px;
 height: 14px;
 margin:0;
 background:url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/rating_stars_new.png') repeat-x 0 -15px
 }
 a.rate,
 .rating ul a.rate {
 background: transparent no-repeat top center;
 padding:2px 0;
 display:block;
 text-align:center
 }
 .rating ul li {
 float:left;
 width:21px;
 height:21px;
 padding:0;
 margin:0
 }
 .rating ul li a {
 display: block;
 width:21px;
 height:21px;
 text-decoration: none;
 text-indent: -9000px;
 z-index: 20;
 position: absolute;
 padding:0
 }
 .rating ul li a:hover {
 background:url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_rating_new.gif') repeat-x 0 -21px;
 z-index: 2;
 margin:0;
 padding:0;
 left: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 ul li.current {
 background:url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_rating_new.gif') 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/rating_stars_new.png') repeat-x 0 -1px;
 height: 14px;
 }
 .rating .total {
 float:left;
 font-weight:normal;
 color:#000;
 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_member_xs.gif");
 }

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


   /* Applying Styles for Merch module @HomePage  */
    	.grid_3 .new_merch_wrap, .grid_5 .new_merch_wrap, .grid_7 .new_merch_wrap{
		padding-top:5px;
		position:relative;
		z-index:999;
	}
   /* Mainalbum - Image display*/
  .grid_3 #new_merch .mainAlbumImg{
  	 width:185px;
	 height:185px;
	 overflow:hidden;
   	 margin:0px 0 0 5px;
	 background:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_merch_album_large.png);
   }  
    .grid_3 #new_merch,  .grid_5 #new_merch, .grid_7 #new_merch{
    	font-family:Helvetica;
		color:#000;
    }
	.grid_3 #new_merch .product .name a,	
	.grid_5 #new_merch .product .name a,
	.grid_7 #new_merch .product .name a{		
		font-size:12px;
		font-weight:normal;
	}
	
    .grid_3 #new_merch .top img {
  	 float:none;
  	 width:171px;
  	 height:171px;
  	 margin:6px 4px 3px 6px;	 
   }
	 .grid_3 #new_merch .top .mainAlbumDesc{
	 	width:180px;
	 }

	.grid_3 #new_merch  .center .mainAlbumDesc, .grid_3 #new_merch  .bottom .mainAlbumDesc  {
		width:85px;
		float:right;
	} 
			
	 
  .grid_3 #new_merch .center .mainAlbumImg img,  .grid_3 #new_merch .bottom .mainAlbumImg img{
  	 width:80px;
	margin:7px 6px 7px 8px;
   }

   /* Mainalbum- Container Product description*/
   .grid_3 #new_merch .mainAlbumDesc{
  	 width:90px;
  	 margin: 9px 3px 0 0px;
   }
  .grid_3 #new_merch .top .mainAlbumDesc {
  		 margin: 9px 6px 0 10px;
  }
    .grid_3 #new_merch .mainAlbumPricenBuy {
    		margin:10px 0 0 0px;
    }
   /* Mainalbum- Container for price and buy button*/
  .grid_3 #new_merch .top .mainAlbumPricenBuy {
  	width:180px; 
  }
 
  /* BuyNow button -- Main album, left and right product album */ 
   .grid_3 #new_merch .buynowButton {
 	cursor:pointer;
 	display:block;		
 	text-align:left;
 }
  .grid_3 #new_merch a.bg_BuynowButton {	
	cursor:pointer;
	display:block;
	font-size:11px;
	height:18px;
	padding:11px 10px 10px;
	*padding:9px 10px 10px;
	text-align:center;
	text-decoration:none;
	color:#DDD39C;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/BuyNow.jpg) no-repeat scroll center 0;
 }	  
   
   .grid_3 #new_merch .center a.bg_BuynowButton,   
   .grid_3 #new_merch .bottom a.bg_BuynowButton{
   	background:url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/BuyNow_grid5.png') no-repeat;
  }
  
  .grid_3 #new_merch a img {
  	 cursor:pointer;

   }
	.grid_3 #new_merch .ArtistStore  ,  .grid_5 #new_merch .ArtistStore, .grid_7 #new_merch .ArtistStore,
	 .grid_3 #new_merch .ArtistStore_footer , .grid_5 #new_merch .ArtistStore_footer, .grid_7 #new_merch .ArtistStore_footer     {
   	text-align:left;	
   	font-size: 11px;
   	font-weight:bold;
  	text-transform:uppercase;
 	cursor:pointer;
 	margin:0;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/visit_dropdown_5.png) no-repeat scroll right 2px;
	height:11px;	
	color:#A18708;
	padding-right:9px;
   }
   .grid_3 #new_merch .ArtistStore, .grid_3 #new_merch .ArtistStore_footer{
   	width:114px;
	padding-right:3px;
	float:right;
	margin-right:7px;
   }


	body#home .grid_3 #new_merch .ArtistStore, 
	body#home  .grid_5 #new_merch .ArtistStore,
	body#home .grid_7 #new_merch .ArtistStore,
	body#home .grid_3 #new_merch .ArtistStore_footer,
	body#home .grid_5 #new_merch .ArtistStore_footer, 
	body#home .grid_7 #new_merch .ArtistStore_footer {
		background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Customdroparrow_black_9x5.png) no-repeat scroll 166px 3px;
	}
   .grid_3 #new_merch .bottom, .grid_5 #new_merch .bottom, .grid_7 #new_merch .bottom{
   	padding-bottom :10px;
   }
  
   .grid_5 #new_merch .ArtistStore, .grid_7 #new_merch .ArtistStore{
   	position:absolute;
	margin-right:11px;
	top:-16px;
	right:0;
	*top:-20px;
	*float:right;
   }
   
   .grid_5 #new_merch .ArtistStore_footer, .grid_7 #new_merch .ArtistStore_footer{
   	position:absolute;
	margin-right:11px;
	right:0;
	*float:right;
   }
   
	
    #uk .grid_5 #new_merch .ArtistStore,
    #germany .grid_5 #new_merch .ArtistStore,
    #australia .grid_5 #new_merch .ArtistStore	{
		top:0px;
		right:0px;		   	
   }
   
   /* 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,
	.grid_7 #new_merch ul.flyoutMenu, .grid_7 #new_merch ul.flyoutMenuFooter  {
 	clear:both;
 	display:block;
 	position:absolute;	
 	width:155px;
 	z-index:1000;
 	list-style:none;
 	text-decoration:none;
 	padding:3px 0 0 0;
 	margin: -3px 6px 0;
 }
 
 .grid_3 #new_merch ul.flyoutMenu{
 		*margin: 10px 0 0 -160px;		
 	}
    
	  .grid_5 #new_merch ul.flyoutMenu, .grid_5 #new_merch ul.flyoutMenuFooter,
	  .grid_7 #new_merch ul.flyoutMenu, .grid_7 #new_merch ul.flyoutMenuFooter {
	  	margin:-3px 0 0 5px;
		*margin:10px 0 0 -150px; 			
	  }
  
 .grid_3 #new_merch .product ul{
   		display:block;
		width:165px;
		z-index:2015;
		border-top:1px solid #FFFFFF;
		padding:0px;
		position:absolute;	
	 	list-style:none;	
		 margin:-13px 0px 0px 46px;
		 
   }
   
   .grid_3 #new_merch .product ul.centerPrdtflyoutMenu,
   .grid_3 #new_merch .product ul.bottomPrdtflyoutMenu{
   	margin:-15px 0 0 0px;	
   }
   
 /*  Mainalbum Buy - Custom dropdown menu - Unordered list*/
  .grid_3 #new_merch ul#subTopAlbumBuy {
 	width:170px;
 	z-index:1000;
	margin:20px 0 0 0px;	

 }
  /*  Leftalbum Buy - Custom dropdown menu - Unordered list*/
  .grid_3 #new_merch ul#subCenterAlbumBuy{
   	margin:20px 0 0 5px;
 }
 /*  Rightalbum Buy - Custom dropdown menu - Unordered list*/
 .grid_3 #new_merch ul#subBottomAlbumBuy {
 		margin:20px 0 0 0px;	
 }
 
  .grid_3  #new_merch .product p {
   margin:0 0 0px;
   }
   
  .grid_3  #new_merch .top .product .name a {
  	display:inline;
  	padding-right:10px;
  	width:auto;
   	font-size: 13px;
   	line-height:18px;	
}
	.grid_3 #new_merch .name,.grid_5 #new_merch .name{
		 text-align:left;	
		  padding:0;
		   background:transparent none repeat scroll 0 0 !important;
			text-decoration:none;
			font-size: 13px;
			font-weight:bold;
			line-height:16px;	
	}
   
  .grid_3  #new_merch .name { 
    	 margin:6px 0 0 0;		 
   }
  .grid_5 #new_merch .name { 	
  		 margin:0px; 
		 width:165px;
   }

   .grid_3  #new_merch .productsImgnDesc .name {font-size:12px}
   
  .grid_3  #new_merch .foot {
   padding:0;  
    z-index:1000;
	position:static; 
   }
  .grid_3  #new_merch .foot a {
   padding-right:10px;
  }
  
  /* Applying Styles Custom Dropdown menu - List items- US FLAG, UK FLAG  */ 
    .grid_3 #new_merch ul li , .grid_3 #new_merch ul li,
	.grid_5 #new_merch ul li , .grid_5 #new_merch ul li,
	.grid_7 #new_merch ul li , .grid_7 #new_merch ul li {
 	border-bottom:1px solid #999999;
 	display:block;
 }
 
 #new_merch ul.flyoutMenu li:hover , #new_merch ul.flyoutMenuFooter li:hover {background-color:#555;}
  
 #new_merch  ul li a {
 	background:#333333 none repeat scroll 0 0;
 	display:block;
 	font-family:Arial;
 	font-size:11px;
 }
  #new_merch ul li a.flag {
 	padding-left:32px;
 }
 
  #new_merch ul li a:hover {
 	background-color:#555;
}
 
  #new_merch ul li a.us {
 	background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_us.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
 
 
 #new_merch ul li a.uk{
 	background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/flag_uk.gif);
 	background-position:9px center;
 	background-repeat:no-repeat;
 	text-transform:uppercase;
 }
  
  .grid_3 #new_merch ul li a,  .grid_5 #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,
   .grid_7 #new_merch ul li a,  .grid_7 #new_merch ul li a:link,  .grid_7 #new_merch ul li a:visited {
 	color:#FFFFFF !important; 	
 	font-weight:bold !important;
 	line-height:27px;
	font-size:11px;
 	text-decoration:none;

 } 
    
   /* Applying Styles for First half which has One large image and desc  */
	.grid_3 #new_merch .center .mainAlbumImg,.grid_3 #new_merch .bottom .mainAlbumImg,
    .grid_5 #new_merch .mainAlbumImg, .grid_7 #new_merch .mainAlbumImg{
   	 float: left;
  	 width:98px;
	 height:96px;
	 overflow:hidden;
	 background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_merch_album.png);
   }
    .grid_5 #new_merch .mainAlbumDesc, .grid_7 #new_merch .mainAlbumDesc{
   	 float:right;
  	 width:225px;
	 margin-top:5px;
   }   
   
    .grid_5  #new_merch .buynowButton{
	margin-top:8px;
	margin-left:-2px;
   }
   
   .grid_7  #new_merch .buynowButton {
   	width:100px;
   	float:right;	
   }
   
  .grid_5 #new_merch .top, 
  .grid_5 #new_merch .center,   
  .grid_5 #new_merch .bottom{
   height:80px;
   width:325px;
   margin:15px 0 0 0;
   padding:5px;
   }
   
   .grid_7 #new_merch .top, 
   	.grid_7 #new_merch .center,
   	.grid_7 #new_merch .bottom {
   		 width:455px;
		 height:80px;	 
	     margin:15px 0 0 0;
 	     padding:5px;
   }
 
	.grid_7 #new_merch .mainAlbumDesc{
		float:right;
		margin-top:5px;
   		width:355px;
   }
	   
  
  .grid_7 #new_merch a.bg_BuynowButton{
  		background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/BuyNow_grid5.png) no-repeat scroll 29px 0;
		color:#DDD39C;
		cursor:pointer;
		display:block;
		font-size:11px;
		height:24px;		
		text-align:right;
		text-decoration:none;
  }

   
   
   .grid_5 #new_merch .top, .grid_7 #new_merch .top{
   	margin-top:5px;
   }
   .grid_5 #new_merch .bottom, .grid_7 #new_merch .bottom {
   	margin-bottom:5px;
   	}
   .grid_5 #new_merch .top img, .grid_5 #new_merch .center img, .grid_5 #new_merch .bottom img,
   .grid_7 #new_merch .top img, .grid_7 #new_merch .center img, .grid_7 #new_merch .bottom img {
   width:80px;
   float:left;
   margin:7px 6px 7px 8px;
   }
    
   .grid_5 #new_merch a img, .grid_7 #new_merch a img  {
   cursor:pointer;
   }     
        
   .grid_5 #new_merch .product ul, .grid_7 #new_merch .product ul{
   		display:block;
		width:165px;
		z-index:1015;
		border-top:1px solid #FFFFFF;
		padding:0px;
		position:absolute;	
	 	list-style:none;
   }
   
 .grid_5 #new_merch .product ul{
   	margin-left:62px;
	margin-top:-21px;
  }
  .grid_7 #new_merch .product ul{
  	margin-left:-64px;
	margin-top:0px;
  }
  
 /* Applying styles for Unordered list for Dropdown menus - Main Album buynow buy now button*/
  .grid_5 #new_merch ul#subTopAlbumBuy, .grid_7 #new_merch ul#subTopAlbumBuy {
 	display:block;
 	margin-left:-70px; 	
 	width:170px;
 	z-index:1000;
 	margin:20px 0 0 -88px;			
 }
 
 /* Applying styles for Unordered list for Dropdown menus - Left & Right Product buy now button*/
  .grid_5 #new_merch ul#subCenterAlbumBuy,  .grid_7 #new_merch ul#subCenterAlbumBuy{
	margin-left:-20px;
	margin:20px 0 0 -88px;
 }
 /* Applying styles for Unordered list for Dropdown menus Left & Right Product buy now button*/
 .grid_5 #new_merch ul#subBottomAlbumBuy, .grid_7 #new_merch ul#subBottomAlbumBuy {
 	list-style:none;
 	margin:20px 0 0 -88px;	
 }
   
  /* applying styles for Internal buynow link in the List items of Left&Right product BUYNOW button*/  
    .grid_5 #new_merch a.bg_BuynowButton{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/BuyNow_grid5.png) no-repeat scroll 155px 0;
	cursor:pointer;
	display:block;
	font-size:11px;
	height:24px;
	padding:10px;
	text-align:right;
	text-decoration:none;
	color:#DDD39C;	
 }	  
 
  
 .mac #firefox3 .grid_5 #new_merch a.bg_BuynowButton,
 .mac #firefox3 .grid_7 #new_merch a.bg_BuynowButton {
  	padding-top:12px;
  }
  
   .grid_5 #new_merch .product p, .grid_7 #new_merch .product p {
  	margin:0 0 5px;
   }
   
  
   .grid_5 #new_merch .productsImgnDesc .name,
   .grid_7 #new_merch .productsImgnDesc .name {font-size:12px}
     
   .grid_5 #new_merch .foot, .grid_7 #new_merch .foot { 
   	padding:0;
	z-index:1000;
	position:static;
	clear:both;
   }
	
   .grid_5 #new_merch .foot a, .grid_7 #new_merch .foot a {
   	padding-right:10px;
} 


.grid_3 #html-327531.html .module .content .body{
	padding:0 10px 17px;
}

 .module .content #new_merch .foot {border:0}
 
   .clear{
  	clear:both;
  }
  
  #new_merch .subProductImage img, #new_merch .mainAlbumImg img {border:1px solid #CCC;}
   
  
  /* Applying Styles for Merch module @HomePage  */
  .grid_3 #new_merch ,.grid_5 #new_merch, .grid_7 #new_merch{
	margin:0;
	/*padding-top:8px;*/
	padding-bottom:20px;
	width:auto;
   	overflow:visible;
   } 

  /* Applying Styles Custom Dropdown menu for Visit Artist store  */ 
  .grid_3 #new_merch .ArtistStore, .grid_3 #new_merch .ArtistStore_footer, 
    .grid_5 #new_merch .ArtistStore, .grid_5 #new_merch .ArtistStore_footer,
	.grid_7 #new_merch .ArtistStore, .grid_7 #new_merch .ArtistStore_footer{
   	text-align:left;	
   	font-family:Arial;
   	font-size: 11px;
   	font-weight:bold;
  	text-transform:uppercase;
 	cursor:pointer;
 	width:175px;
 	margin:0;
	color:#604429;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/Customdroparrow_black_9x5.png) no-repeat scroll 166px 3px;
	*position:relative; 
   }
   
   .grid_3 #new_merch .ArtistStore{
   	margin-top:-20px;
   }
   
  .grid_3 #new_merch  .ArtistStore .dropdownarrow,
  .grid_3 #new_merch  .ArtistStore_footer .dropdownarrow{
	display:block;	
   }   
   .grid_3 .InnerWrap{   
 	border-bottom: 1px solid #BCB7B8;
	margin:10px 0px;
 	width: 180px; 
	padding-bottom:5px;
 	}
 	.grid_3 .html .body .foot{
	 margin-bottom:9px !important;
 	}
   .grid_3 #new_merch .dropArtistStore ,     
   .grid_5 #new_merch .dropArtistStore,
   .grid_7 #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;
   }	
     
	 #new_merch .new_merch_wrap a img{
	 	border:1px solid #DFEEF6;
		cursor:pointer;
		height:80px;
	 }


/*End of Merch Module*/

/* ALBUM LISTING and album details page hack */

.content .body ul.albums li.s .img {
	background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_s.png") no-repeat center center;
}

.content .body ul.albums li.xs .img {
	background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_xs.png") no-repeat center center;
}

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


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

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

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

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

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


.module .content .body div.album {
	
}

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

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




.content li.article img { 
float:left; margin:0 10px 10px 0; 
border:1px solid #f2f2f2;
width:48px; 
height:48px; 
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xs.gif") no-repeat center center 
}

.content div.article .img { 
 float:left; margin:0 10px 10px 0;
 border:1px solid #f2f2f2; 
 width:48px; height:48px; 
 background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xs.gif") no-repeat center center;
 display:inline;
}

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

}

.blog_listing .module .content .body .article .img a img,
.blog_entry .module .content .body .article .img a img{
	display:inline;
}
.blog_listing .module .content .body .article .img a ,
.blog_entry .module .content .body .article .img a {
	display:inline;
}
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 {
   background:none;
   padding:0 2px;
   border:1px solid #09C;
   }
    .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
   }
   .nav_page ul li.page {
   float:right
   }
   .nav_page ul li a {
   text-decoration: none
   }
   .nav_page ul li.next a {
   background:none;
   padding:0 3px;
   border:1px solid #09C;
   }
   .nav_page ul li.page a {
   margin:0;
   padding:0 3px;
   border:1px solid #09C;
   }
   .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
   }
   .nav_blog ul li.next_post .label {
   text-align:right;
  display:block;
  }
   .nav_blog ul li.next_post a {
  font-size:16px;
  font-weight:bold;
   text-align:right
   }
   .nav_blog ul li.prev_post {
   float:left;
   line-height:1em;
   width:45%
   }
   .nav_blog ul li.prev_post .label {
   display:block;
   }
   .nav_blog ul li.prev_post a {
   font-size:16px;
	 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
    }
    .members li.member .txt a {color:#FFF}
    .members li.member.hover .img a {
    background-color:#5c5348;
    filter:alpha(opacity=70);
    opacity:0.8
    }
    .members li.member.hover .txt {
    z-index:2
   }
   
   /* MEMBERS: XLARGE|140x140 */
   .members li.xl {
   width:160px;
   height:186px
   }
   .members li.xl .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xl.gif") no-repeat center center
   }
   .members li.xl .img a {
   width:140px;
   height:140px
   }
   /* MEMBERS: LARGE|104x104 */
   .members li.l {
   width:106px;
   height:106px
   }
   .members li.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_m.gif") no-repeat center center
   }
   .content li.member.l .img a {
   width:104px !important;
   height:104px;
   border:1px solid #CCC
   }
   /* MEMBERS: MEDIUM|70x70 */
   .members li.m {
   width:62px;
   height:62px;
   margin:0 2px 2px 0
   }
   .members li.m .img {
   background:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_s.gif) no-repeat center center
   }
  .content li.member.m .img a {
   width:60px;
   height:60px;
   border:1px solid #CCC
   }
   /* MEMBERS: SMALL|48x48 */
   .members li.s {
   width:68px;
   height:98px;
   margin:0 2px 2px 0
   }
   .members li.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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 {
   width:40px;
   height:70px;
   margin:0 2px 2px 0
   }
   .members li.xs .img {
   background:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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 {
  /* background:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_pro.gif) no-repeat 0 0*/
   }
   /* MEMBERS: REGISTER has no avatar */
   .members li.register .img {
   background:#ccc
   }
  
   .members li .txt .title h4 {
   font-size:11px
   }
   .members li .txt .tagline {
   margin:2px 0;
   font-size:11px
   }
   .members li .txt .date {
   font-size:10px
   }
   .members li .txt .location {
   font-size:10px
   }
   .members li .txt .activity {
   font-size:10px
   }
  
   /* MEMBER TOOL TIP */
   .tt div.member.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_s.gif") no-repeat center center
   }
   .tt div.member.m .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_m.gif") no-repeat center center
   }
   .tt div.member.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/edit_profile_top.png) no-repeat scroll 0 0;
   	height:4px;
   	}
   	.tt .tt_foot {
			background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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;
   }
   
 
 /******************************* 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;
   }
   .input.radio input {
   float:left;
   margin:0 10px 0 0
   }
   .input.radio label strong {
   color:#333;
   font-size:14px;
   font-weight:bold
   }
   .input#inputCount {
   float:left;
   font-size:10px;
   font-family: Verdana, sans-serif;
   line-height:13px;
   }
   .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:325px;}
  .grid_9 .input.textarea textarea {width:613px;}
   .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{
  	border: 1px solid #B9001A;
  	color: #fff;
  	font-weight:normal;
  	font-size:14px;
  	background: #B9001A;
  	text-transform:uppercase;
  	padding:2px 10px;
  }
  #login .login .input .button.submit input{
  	background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_signin_new.png") no-repeat scroll 0 0;
	width:76px;
	height:26px;
	text-indent:-9999px;
	border:none;
  }
  .button.cancel input {
  	border:0;
  	font-size:12px;
  	text-transform:none;
  	font-weight:normal;
  	padding:4px 0 0 0;
  	}
	.input .button.submit input {
	   padding: 3px 5px;
	   font-weight:bold;
	   *width:140px;
	}
    /* 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;
    	}
		.comments .input .button.submit input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/postcomment.png) no-repeat scroll center center;
border:medium none;
text-indent:-9999px;
width:150px;
}
   .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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xs.gif) no-repeat center center
   }
   .content li.comment .txt {
   position:relative;
   margin:0 0 0 36px;
   width:auto;
   }
   
   .grid_5 .content li.comment .txt {
   	width:307px;
	margin:0 0 0 29px;
	*width:288px;
   }
   
   .grid_9 .content li.comment .txt {
   	width:601px;
	*width:585px;
   }
   
   .grid_6 .content li.comment .txt {
	*width:370px;
	}


   .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 .description p {
  	float:left;
  }

  .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:16px;
		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;
   }
   .content .division .category {
   padding:5px 10px 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:#604429;
   }
   .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%;
}
.photos li {
   float:left;
   clear:left;
   margin:0 10px 10px 0
   }
   

 #photo .photos li, #photo_detail .photos li {
 	clear:none;
 	width:120px;
 	}
 .msie7 #photo_detail div.grid_9{position:relative;z-index:2;}	
 #photo_detail ul.photos li.photo ,
 #photo ul.photos li.photo {
 	height:225px;
 }
 #photo .photos li .txt, #photo_detail .photos li .txt {
 	margin-left:0;
 	margin-top:8px;
	padding-left:8px;
 	}
 

  .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:7px;
   border: 1px solid #CCC;
   }
   .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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_photo_a_pro.gif) no-repeat 0 0;*/
   }
   .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:13px;
   font-weight:bold;
   line-height:12px
   }
   .photos li .txt .category {
   font-size: 10px;
   line-height:12px;
   clear:both;
   }
   .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.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_photo_xs.gif") no-repeat center center
   }
   .photos li.s .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_photo_s.gif") no-repeat center center
   }
   .photos li.m .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_photo_m.gif") no-repeat center center
   }
   .photos li.l .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_photo_l.gif") no-repeat center center
   }
   .photos li.xl .img {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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
 
   }
    .photos li .txt span.val {
   	color:#604429
   	}
   /* 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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:12px;   
   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 span {
   background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_prev_disabled.png") no-repeat scroll 0 0;
   }
   .nav_page ul li.prev a {
   	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_prev.png) no-repeat scroll 0 0;
	border: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
   }
   .nav_page ul li.next span {
   background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_next_disabled.png") no-repeat scroll 0 0;
   margin-left:6px;
   }
   .nav_page ul li.next a {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_next.png) no-repeat scroll 0 0;
	border:none;
	display:block;
	height:13px;
	padding:0 3px;
	text-indent:-9999px;
	width:13px;
	margin-left:6px;
	}
   .nav_page ul li.page a {
   margin:0;
   padding:0 3px;
   border:1px none #D33200;
   color:#60422a !important;
   font-weight:bold
   }
   .nav_page ul li.page a.active {
   color:#aaaaaa !important;
   border:none;
   }
   

	
/****************************************** Commmon **********************************/
/* GLOBAL LINK STYLING */
   a.comment,
   span.comment {
   padding:0 0 2px 23px;
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_comment_link.png") no-repeat top left;
   }
   a.permalink,
   li.permalink a {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_link_link.png") no-repeat 0 -2px;
   padding:0 0 0 22px
   }
   a.sharelink,
   li.sharelink a {
   background:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_sharelink.gif) no-repeat 0 1px;
   padding:0 0 0 20px
   }
   li.admin.delete a {
   background:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_delete_link.gif) no-repeat 0 1px;
   padding:7px 0 7px 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_flag_link.gif") no-repeat 0 0px;
   padding:0 0 0 20px;
   font-size:13px
   }
   li.admin.edit a {
   background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_edit_link.gif) no-repeat 0 0;
   padding: 0 0 0 18px
   }
   li.admin.prome a {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_pro.png") no-repeat 0 0;
   padding:0 0 0 25px;
   font-size:10px
   }
   li.admin.fanme a {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_fan.png") 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.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px
   }
   a.prev,
   li.prev a {
   background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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;
}

.song_playlist .module .content .body .playlist h2 {
	color:#333;
}

 #photo_detail .photo .title {clear:both;}
 #photo_detail .photo .title h3 {
 	font-size:20px;
 	padding:2px 0; 	
 	font-weight:bold;
 	}
	
  .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;

	}
	
	.photo_viewer .content div.photo .tools ul li .shareembed{
		width:340px; 
	}
	.photo_viewer .content	.sharebox .sb_content .sb_body ul li.shareurl{
		width:341px;
	}
	
	.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;
    }
 

	
	
/* 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_s.gif) no-repeat center center;
    margin:0 10px 0 0;
   }
   .topics li .txt {
   	float:left;
   	width:250px;
   	}
	.grid_7 .topics li .txt{width:405px;}
   	.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;
   }
   .grid_7 .topics li .date{margin-right:-49px;}
   .msie7 .grid_7 .topics li div.date{margin-right:-48px !important;width:auto !important;}
   .topics li .author {
   display:inline;
   font-size: 11px;
   }
   .topics li .author a {font-style:normal}
   .topics li .description {
   font-size: 11px;
   line-height: 15px;
   margin:0 0 3px;
   }
   .topics li .activity {
   font-size:11px;
   float: right;
   padding-top:2px;
   }
   .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;
  }
   .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:145px}
   .topics li.list .category {
   float:left;
   width:110px;
   font-size:11px;
   padding-top:3px;
   }

	
 /******************************* videos landing page*******************************************/
 #video .videos li, #video_detail .videos li {
 	clear:none;
 	width:120px;
 	margin-right:10px;
 	}
 #video ul.videos li.video, #video_detail ul.videos li.video {height:185px;}
 #video .videos li .img, #video_detail .videos li .img {
 	width:104px;
 	margin-bottom:8px;
	margin-left:10px;
 	}
 #video_detail div.video {padding-top:6px}
 #video_detail .video .title {clear:both;}
 #video_detail .video .title h3 {
 	font-size:20px;
 	padding:2px 0 0 0;
 	font-family: Georgia, serif;
 	font-weight:bold;
	}	
	
.videos .txt .comments{
background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_comment_link.png) no-repeat scroll 5px 2px;
float:left;
font-size:12px;
margin:5px 0 0;
padding:2px 0 4px 25px;
color:#604429;	
}
	

 ul.videos {
   height:1%
   }
   .videos li {
   margin:10px 0 0 0;
   float:left;
   display:inline;
   background:transparent;
   padding:0 
   }
   .grid_6 .videos li {margin-right:20px}
   .videos li .hd {
   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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_photo_a_pro.gif) no-repeat 0 0;*/
   }
   .videos li .txt {
   overflow:hidden;
   padding-left:8px;
   }
   .videos li.list .txt {
   float:left;
   height:auto
   }
   .videos li .txt .title {
   display:inline
   }
   .videos li .txt .title h4 {
    font-size:13px;
    font-weight:bold;
   }
   .videos li .txt .duration {
   font-size:13px;
   font-weight:bold;
   color:#5D5D5D;
   }
 .videos li .txt .author {
 	font-size:10px;
 	line-height:13px;
 	clear: both;
 }
   .videos li .txt .description {
   font-size:10px;
   line-height:13px;
   clear:left;
   display:none;
   }
   .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
   }
   /* 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 #ccc;
   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:349px;
   background:#000
   }
   .content div.video .author {
   float:right;
   padding:5px 4px 0 2px;
   }
   .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 10px;
   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;
  margin-left:5px;
  padding-top:5px;
  }
 .content div.video .tools ul li.admin.delete {
   padding:0 20px 0 0;
   }

/* videos thumbnail structural content */
 #community_landing .video_thumbnail .module .content .body ul.videos,
 #video .video_thumbnail .module .content .body ul.videos,
 #video_detail .video_thumbnail .module .content .body ul.videos {
	/*border-bottom:1px solid #BCB7B8;*/
 }

	
	
/* 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_stats_views.png) 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-bottom:8px;
}
 
.content li.empty {
    padding-top:8px;
}


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

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

.site_activity .module .content .body .events .performer .txt{
	padding:0px;
	font-weight:bold;
}

.site_activity .module .content .body .events li{
	border-top:1px dotted #9e9e9e;
}
.site_activity .module .content .body .events li:first-child{
	border:none;
}
.site_activity .module .content .date{
	margin:10px 0 7px 0;
	font-size:11px;
	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:30px;
	width:30px;
	top:2px;
	*top:5px;
}

.site_activity .module .content .txt .item a{
	font-weight:bold;
}
.site_activity .module .content .events .act {
	padding-left:.3em;
	*padding-left:.5em;	
	margin-left:-4px;
	*margin-left:-6px;
}
.site_activity .events .txt{	font-size:13px;}/* Styles for events */
 
/* .events .performer .img{
 	background-image:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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#CCC;
 	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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_video_a.gif) no-repeat scroll right bottom;
		width:61px;
		height:35px;
		cursor:pointer !important;
    }
		
		
		
.events .description .comment {
	background:#EEEEF0;
	font-size:11px;
	color:#333;
	padding:6px 10px;
	width:130px;
	font-weight:normal;
	display:none;
	}
	.events .description .title {
	background:#EEEEF0;
	font-size:11px;	
	padding:6px 10px;
	width:auto;
	}
	.events .description .title a {
		font-weight:normal;
	}
 .events .performer {
 	position: relative;
 }
 .events .performer .img {
 	float: none;
 	position: absolute;
 	left: -40px;
 	top: 0;
 	background-position: left top !important;
 	overflow: hidden;
 	width: 31px;
 	background-image: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xs.gif);
 }
 .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,
#html-1405849 .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-top:12px;
padding-bottom:12px;
}

.categories .module .content .body {padding-bottom:0px;}

.categories .module .content .body ul#category-list{
	border-bottom:1px solid #BCB7B8;
}
	

	
	
/********************************** 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/VD_de45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}	
 .japanflag {
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/VD_jp45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}
.ukflag {
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/VD_gb45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}
.spainflag {
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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; 
	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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xl.gif) 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;
   padding-top:8px;
   }
   .content div.member .txt li.admin.flag {
   border-top: 1px dotted #999;
   padding:5px 0 0
   }
   .content div.member .txt .obj_meta li.flag a {
   background-position: 0 -74px;
   font-size: 11px
   }
   .content div.member .txt .obj_meta li.flag span {
   background-position:0 0;
   color: #999;
   font-size: 11px
   }
   .content div.member .txt li.admin.prome {
   padding:0
   }
   .content div.member .txt li.admin.prome a {
   font-size: 11px
   }
   .content div.member .txt li.admin.fanme {
   padding:0
   }
   .content div.member .txt li.admin.fanme a {
   font-size: 11px;
   color:#333
   }
   .content .foot .obj_meta {
   color:#999;
   padding:5px 0 10px
   }
   .content .foot .obj_meta li {
   font-size:11px;
	padding:0 0 0 20px;
   }
   /* member's about me */
   .content .about .description {
   font-size:13px;
   line-height:18px;
   }
   .content .about .description .tools {
   background:#FFF;
   line-height:12px;
   font-size:10px;
   padding:2px
   }
   .content .about .var {
   border-top:1px dotted #e1e1e1;
   margin:10px 0 0;
   padding:10px 0 0;
   font-size:13px;
   /* position:relative;*/
   }
   .content .about .var .tools {
   background:#FFF;
   font-size:10px;
   padding:2px;
   line-height:12px
   }
   .content .about .var .label {   	
   	font-size:18px;
	font-family: times roman,arial;
   }
   .content .about .var .value {
   	margin-top:8px;
   	font-family: times roman,arial;
   	line-height:24px;
   	}
   /* 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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: Arial;
   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 {
    border-top:1px dotted #5F6060;
    border-bottom:1px dotted #5F6060;
    padding:5px 0;
    text-align:left;
	height:70px;
	*height:80px;
    }

   .sign_up .input label {
   float:left;
   width:90px
   }
   #sign_up .sign_up .input.checkbox label {
   width:89.5%;
   display:block;
   text-align:justify;
   margin-top:-2px;
   *margin-top:4px !important;
   *width:88%;
   }
   .sign_up .input.select {
   text-align:left
   }
   .sign_up .input.select label {
   margin:0 21px 0 0;
   *margin-right:14px;
   }
   .msie8 .sign_up .input.select label,.msie8 .sign_up .input.select label{margin-right:14px;}
   .sign_up .input.text input,  .join .input.text input {
   width:190px;
   font-family:Arial;
   font-size:14px;
   }
   .sign_up .input.checkbox label{
   font-size:11px;
   padding:2px 0;
   }
   
   .join .input.checkbox label {
   	font-size:11px;
   	padding:2px 0;
   }
   
   #sign_up .sign_up .module .content .body ul {overflow:visible !important;}
   #sign_up .sign_up li.input {position:relative;overflow:visible !important;*width:334px !important;}
    /* #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;
   	} */
	
	.mac .safari4 .sign_up li.submit,
	.mac .safari3 .sign_up li.submit{
		height:25px;
	}
	
	#sign_up .sign_up .input .message {	
		position:relative;
		margin-left:0px;
		text-align:left;
   		line-height:14px;
	   	height:auto;
		left:0px;
		width:auto;
		top:0px;
   	}
   	#sign_up .sign_up .input .message span.description {		
		background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_register_alert.png) no-repeat scroll 0 3px;
		color:#fff;
		height:45px;	
		left:-128px;
		padding:15px 10px 4px 10px;
		position:absolute;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:300;
		top:-45px;
		*top:-49px;
		width:108px;
	}
	.msie7 #sign_up .sign_up .input.text input{position:relative;z-index:0;}
	#sign_up .sign_up .input .button.submit input {
		background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_createAC.png") no-repeat scroll 0 0;
		border:medium none;
		height:26px;
		text-indent:-9999px;
		width:143px;
	}
   	#sign_up .sign_up .input .message span {width:100%}
   #join .join .input.checkbox label {
  	position:static;
	display:block;
	margin-top:-2px;
    text-align:justify;
	width:86.5%;
	/**float:left !important;*/
	*width:85.5%;
   }
   
   #join.msie8 .join .input.checkbox label {
   	width:88%;
   }
   
   .join p {line-height:1.4}
  #sign_up .sign_up .input.checkbox input, .join .input.checkbox input {
   float:left;
   margin:2px 10px 0 2px;
   }
   
   #join div.join .module .content .foot{
	height:58px;		
	width:100%;
	padding:0px;
	padding-top:10px;
   }

	.sign_up .input {
		 margin-bottom:8px;
		*margin-bottom: 0px;
	}
	#sign_up.m32.msie8 #sign_up_confirm-350439.sign_up_confirm .module,
	#sign_up.m32.msie7 #sign_up_confirm-350439.sign_up_confirm .module {
  		padding-top:0px;
	}
   .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;
   font-family:arial;
   }
   .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:169px;
   font-family:arial;
   font-size:14px;
   }
   .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;
   }
 .forgot_password .input .button.cancel{
float:left;
margin-left:115px;
}
.forgot_password .input .button.submit{
float:right;
padding-right:5px;
}
.forgot_password .input .button.submit input{
background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_continue_new.png") no-repeat scroll 0 0 !important;
border:none !important;
height:26px !important;
text-indent:-9999px !important;
width:76px !important;
}
.forgot_password .input.text input{margin-right:12px;}
body#login .forgot_password_confirm .module .content .body{width:290px !important;}
body#login .forgot_password_confirm .module .content .head{width:290px;}  
.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;
}
.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;
	 border-bottom: 1px dotted #727374;
	 padding-top:5px;
	 padding-bottom:5px;
	 font-family:arial;
   }
   .forgot_password .module .content .head {display:none}
   .forgot_password fieldset .note {
   margin:0 0 14px
   }
/*
   .forgot_password .module {
   height:302px
   }
*/
   .forgot_password .input {
   text-align:right;
   margin:0 0 12px
   }
   .forgot_password .input label {
   float:left;
   width:80px
   }
   .forgot_password .input.text input {
   width:169px
   }
   .forgot_password .input .button.submit {
   margin:0 8px 0 0px !important;
   }

   .forgot_password_confirm .module {
   height:305px
   }
   .forgot_password_confirm .address {
   font-weight:bold;
   margin:20px 0
   }
   .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;
	}
	#join-350410 .module .content .body .button .cancel input {
		padding:0px;
		
	}
	#sign_up #html-399835.html .module .content .body{
		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;
   font-family:Arial;
   }

	/* sign up, login, reset password forms (pages.css doesn't work */
body.m32 {
 background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_html.jpg") repeat-x top left !important;
 color:#FFF;
 font-family: Verdana, sans-serif;
 }
 .m32 #wrapper {
 width:430px;
 padding-bottom:1px;
 background:transparent;
 }
 body.m32 #container #moduleContainer0,
 body.m32 #container #moduleContainer1{border:none !important;}
 body.m32 #container #moduleContainer0,
 body.m32 #container #moduleContainer1 div.head,
 body.m32 #container #moduleContainer1 div.body{background-color:#000 !important;background-image:none;border:none !important;}
 
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  {
	border-bottom:1px dotted #9C9C9C;
	margin:7px 8px 0;
	padding:0 0 5px 0;
	width:auto;	
	}
	
body#sign_up #page_title-350426	.module .content {
	margin:0px;	
}

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-right:1px solid #000;
	border-left:1px solid #000;
}
body#sign_up.m32 #errorMsg {width:360px}
.m32 #container #moduleContainer0 {
	width:370px;
	border:1px solid #000;
	border-width: 1px 1px 0 1px;
	}
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:360px;
	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;	
}

#sign_up_confirm-350439 .module .content .head {
	margin-bottom:10px;
	border:none;
}

#sign_up_confirm-350439 .content .body p{
	font-family:Arial;
}	

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

 .m32 #container #moduleContainer2 {
 width:250px;
 float:right;
 margin:0 10px 0 0;
 display:none;
 }
 
 .m32 .module .content .foot {padding-top:10px;}
 
 .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:4px 0 0;
	width:100%;	
}	

.m32 #container #moduleContainer1 .module .content .body ul {
	/*padding-top:9px;*/
	margin:0 auto;
	width:288px;
	padding:5px;
}
#forgot_password_confirm-350402 .module .content .head{
	margin:0 auto;
	width:312px;
	border-color:#000000;
	border-style:solid;
	border-width:0 1px 0px;
}
body#login .forgot_password_confirm .module .content {

}
body#login .login .module .content .body,
body#login .forgot_password .module .content .body{
	width:290px;	
	margin:0 auto;
	padding-bottom:20px;
	border-color:#000000;
	border-style:solid;
	border-width:0 1px 1px;
	}	
body#login .forgot_password .module .content .body{padding-bottom:10px;font-family:Arial;}
body#login #html-399827	.module .content .body {
	padding: 0px 10px 0px 10px;
}
body#login .login .module .content .body  ul{
	padding:9px;
}
body#sign_up .sign_up .module .content .body {
	width:336px;
	margin:0 auto;
	padding:0 12px 10px;
	}
body#sign_up .sign_up div.module{
	padding-top:0px;
} 	
 body#sign_up.m32 .module .foot{
 	height:39px !important;
	left:0 !important;
	position:absolute !important;
	width:98.5% !important;
	*margin-left:-150px;
	*width:650px !important;
}	
body#sign_up .sign_up .module .content .body ul{width:330px !important;font-family:arial;}
body#login.m32 .module .foot, body#sign_up.m32 .module .foot {
	padding:5px 5px 5px 5px;
	*PADDING-BOTTOM: 15px;}
body#login .login .input .button.submit {padding-bottom: 10px}
.m32 .module .content .head h3 {
	border-color:#727374;
	color: #B9001A !important;
	font-family:futura;
	}
.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:#45484c;
	padding-left: 48px;
	background-position: 8px 50%;
	font-family:Arial;
	}
.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;
font-family:Arial;
}

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 #moduleContainer1 {
	display:block;
	float:none;
	border:1px solid #000000;
	margin:0 auto;
 }
 
body#reset_password #moduleContainer1 .module .content .body ul{
	width:auto !important;
	font-family:Arial;
} 

body#reset_password  .input.text input {
	font-size:14px;
}

.reset_password .input #submit {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_savepwd.png) no-repeat scroll 0 0;
	border:none;
	height:26px;
	text-indent:-9999px;
	width:143px;	
  	font-weight:normal;
  	font-size:14px;
  	padding:2px 10px;
	*background-color:transparent;
	*display:block;
}

#sign_up .sign_up_confirm .module .content .head {margin-bottom:0px;}
#sign_up .sign_up_confirm .module div.module{margin-top:0px;padding-top:0px;}

.firefox3 .sign_up_confirm .module,
.safari3 .sign_up_confirm .module,
.safari4 .sign_up_confirm .module {
	padding-top:0px;
}

.firefox3 .sign_up_confirm .module .content .foot div.poweredBy a,
.safari3 .sign_up_confirm .module .content .foot div.poweredBy a,
.safari4 .sign_up_confirm .module .content .foot div.poweredBy a {
	padding-top:0px;
}
 
/* end sign up, logn, pw reset forms */

#TB_closeAjaxWindow #TB_closeWindowButton {
	background:transparent url(http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tb_close.gif) no-repeat scroll right center;
	color:#FFFFFF;
	padding:0 15px 0 0;
}


/* Edit Profile */
.edit_profile .main {
	float:left;
	overflow:hidden;
	width:615px;
}

.edit_profile .related {
	float:left;
	width:288px;
}
	
  .edit_profile fieldset {
  	padding-bottom:10px;
  	border-bottom:1px solid #999999;
	margin-right:10px;
  	}
  .edit_profile fieldset:first-child {
  	padding-bottom:0;
  	border-bottom:0;
  	}
  .edit_profile fieldset legend {
  	font-size:18px;
  	font-family: Georgia, 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:0;
   overflow:hidden;
   }
  /* .edit_profile .main .hd {
   margin:20px 0 0 0;
   float:none;
   display:block;
   border-bottom:1px solid #999;
   } */
   .edit_profile .main .hd {display:none}
   .edit_profile .related {
   width:288px;
   float:left;

   }
   .edit_profile .related .tt {
   margin:37px 0 0 0px;
   position:relative;
   }
   .edit_profile .module .content .body ul {
   	padding-top:0;
   }
   .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:609px;  line-height:18px;}
   .edit_profile fieldset .note {margin-top:0;}
   .edit_profile fieldset .input.textarea textarea {width:607px;}
   .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:Georgia, 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 10px 0 0;
   }
   
   .edit_profile .tip {
   margin:10px 25px 0 35px;
   font-size:10px;
   font-family: Verdana, sans-serif;
   }
   .input.annotation span.required {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_required.png) no-repeat scroll 0 4px;
	padding:0 0 0 8px;
}

	.input.required label{
		background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_required.png") no-repeat scroll 0 4px transparent;
		padding-left:8px;
	}
     .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;
	}
	
	.edit_profile .nav_meta ul li.poweredBy,
	.edit_account .nav_meta ul li.poweredBy{
		width:auto !important;
	}
	
	/**** 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_sharelink.gif) no-repeat 1px 0px;
      padding:0px 0 0 20px
   }
   .sharebox{z-index:1000000 !important;}
   .sharebox .sb_head .sb_title {
   	padding:15px 5px 10px 18px;	/*15px 5px 5	px 18px*/
   }
   .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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/closeButton.png) no-repeat 100% -1px;
   	display:block;
   	float:right;
   	height:21px;
   	padding:2px 26px 2px 0;	/*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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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: 328px;
   	margin:4px 0 0 6px;
   	font-size: 11px;
   	font-family: Verdana, sans-serif;
   	}
   .sharebox .sb_content .sb_body ul li.shareembed textarea {
   	color: #333;
   	font-size: 11px;
   	font-family: Verdana, sans-serif;
   	width: 326px;
   	height:52px;
   	margin:4px 0 4px 5px;
}
.video_player .content div.video .tools .sharebox ul li.shareurl {
	*width:341px;
}
	
.video_player .content div.video .tools .sharebox .sb_content .sb_body ul li.shareweb {
*float:left;
}

 /******** Media Upload Stuff *********/
   #uploadForm {padding:10px 0 0 0}
   
   #uploadForm #fileSelect label,
   #uploadForm .mediaMeta div.input label{font-family:timew roman,arial;color:#333333;}
   .media_upload .input.browse input#fileName {
   width:425px;
   margin:0 10px 0 0
   }
   .media_upload .input.text input {
   width:600px
   }
   .media_upload .input.textarea textarea {
   width:600px
   }
   .media_upload .input .button.submit {
   padding:0 8px 0 0;
   float:left
   }
   .media_upload .input .button.submit input {
   padding:0 2px 0 10px;
   font-weight:bold
   }
   .media_upload #progressBar {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_uploader.gif") repeat-x 0 0;
   width:400px;
   border:1px solid #e2e1df;
   margin:0 0 10px
   }
   .media_upload #progressBar .progressFill {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_uploader.gif") repeat-x 0 -20px;
   height:20px
   }
   .media_upload #mediaMetaDisplay label {
   font-size:11px;
   color:#666
   }
   .media_upload #fileInfo .img {
   border: 5px solid #dedcdb;
   float:left;
   margin:0 10px 0 0
   }
   .media_upload #fileinfo .img img {
   width:24px;
   height:24px
   }
   
   /* Home Page Caros */
   #carosWrapper {
   	 position:relative;
	 width:552px;
	 height:144px;
	 background: url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_caros.png') repeat;
	 margin:200px 0px 0px 6px;
	 display:none;
   }
   .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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_caros_button.png') no-repeat 0px -106px;
   }
	
   #rightCarosButton{
	 float:right;	
	 background: url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_caros_button.png') no-repeat 0px -36px;
	}
	
	#leftCarosButton.active {
	 background: url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_caros_button.png') no-repeat 0px -71px;
	}

	#rightCarosButton.active {
	 background: url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_caros_button.png') no-repeat 0px 0px;
	}
	
/*********************** Tours-Date  - Home page section**********************************/
/* Beginning of the tour date */


.tourDatesWrapper {
/*	width:200px; */	
	padding:8px 0px;	
}
.oddEntry{
	
}

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

.tourDatesWrapper .tdViewAll {
	margin:13px 0 0px 0px;	
	padding:8px 0 0px 0px;	
	border-top:1px solid #9C9C9C;
}


.tourDatesWrapper .tdViewAll a{
	text-transform:uppercase;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color: #604429;		
	text-decoration:none;
}

.tourDatesWrapper .tourDatesUnit{
	font-size: 13px;
	padding:10px 0;
	margin:0px;
	border-top:1px dotted;
}

.tourDatesWrapper  .first{
	margin-top:0px;
	border-top:medium none;
}
		
.tourDatesWrapper .tdDateField{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/tour-date.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	float:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	text-align:center;
	text-transform:uppercase;
	width:34px;
	height:34px;
}


.tourDatesWrapper .tdMonth{
	height: 11px;
	text-align:center;
	padding:0 0 0 1px;
}

.tourDatesWrapper .tdDD{	
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color:#333;
	padding:4px 0 0 0;
	text-align:center;
}


body#home .tourDatesWrapper .tourVenueBuyWrapper{
	float:left;
	width:295px;
}

body#tour_dates .tourDatesWrapper .tourVenueBuyWrapper{
		float:left;
	width:370px;
	}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField{
	width:184px;
	float:left;
	margin:0 0 0 24px;
}
body#tour_dates .tourDatesWrapper .tourVenueBuyWrapper .tdVenueField {
	width:205px;
}

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	color:#604429;
	overflow:hidden;
}
.tourDatesWrapper .tdArtistName{
	color:#292425;
	font-size:13px;
	font-weight:normal;
	/*height:16px;*/
	overflow:hidden;	
	margin: 10px 0 0px 0;
	
}

.tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField{	
	float:right;
	padding:2px 0 0;

}
.tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField .tdBuyLinks{
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/BuyNow_tour.png);
	text-align:center;
	width:81px;
	height:20px;
	text-indent:-9999px;
	padding: 2px 0 3px 0;
	cursor:pointer !important;
}
.tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField a{
	color:#292425;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:block;
	height:23px;
}	

/* end tour dates */

/************* CELLSTREAM CSS BEGIN ****************/
  #cellStreamWrapper .csWrapper .timestamp,#cellStreamWrapper .csWrapper .user, 
  #csLogoElement, #cellStreamWrapper .csContent{
  	font-family: "Verdana";
  	font-size:10px;
  	line-height:10px;
  	color:#888;
  }
   #cellStreamWrapper .csWrapper .timestamp,#cellStreamWrapper .csWrapper .user {
   	padding-left:5px;
	padding-bottom:3px;
   }
    #cellStreamWrapper{
    	height:685px;
		width:129px;
    }
  
  #cellStreamSlider{
  	position:relative;
 	/*height:252px;*/
  	height:609px;

padding-top:8px;
  }
  #csLogoElement{
  	padding:8px 0;
	text-align:center;
  }
  
  #cellStreamWrapper .csPage {
 	position:relative;
 	padding-left:20px;
		_padding-left:0px;
  }
  
  #cellStreamWrapper .csCell{
  	position:absolute;
  	width:129px;
  	overflow:hidden;
  	background:#fff;
/*  	border:1px solid #cBcBcB;
  	-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 .imageVideo{
  	border:0px;
  	width:129px;
  }
  
  #cellStreamWrapper .imageVideo .image {
  	overflow: hidden;

  }
  #cellStreamWrapper .csContent .image img, #cellStreamWrapper .csContent .video img{
	height:129px;
  }
  #cellStreamWrapper .imageVideo .image img, #cellStreamWrapper .csContent .video img{
/*  	height:90px;*/
  }
#cellStreamWrapper .imageVideo .image img {border:none;}  
  
  #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:16px;	
  	color: #333;
  }
  #cellStreamWrapper .imageVideo .text {
  	padding:5px 0 12px 5px;	
  }
  
  #cellStreamWrapper .csWrapper{
  	overflow: hidden;
  	color:#888;
  	border-bottom: 1px solid #A6A49C;
  	padding-top:0px;
  }
  
  /********* code for the on hover state active classes ***********/
  #cellStreamSlider .active{
  	height:248px;
  	width:225px;
	background:#c4c0b1;
  	z-index:5;
  }
  
   #cellStreamWrapper .active .csCell{
   	border:1px solid #9E9E9E;
   }

  #cellStreamSlider .csCell0.active{
	  	left: 0px;
	  	top:-35px;
	   	border:1px solid #ccc;
	  }
  #cellStreamSlider .csCell1.active{
	  	left: 75px;
	  	top:-35px;
		   	border:1px solid #ccc;
	  }

  #cellStreamSlider .csCell2.active{
	  	left: 174px;
	  	top:-35px;
		   	border:1px solid #ccc;
	  }

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

.csFlvClose a{
	display:block;
	background-color:#000;
	color:#fff;
}
#cellStreamWrapper .active .imageVideo .text{
	padding:8px 0 10px 5px
}

  #cellStreamSlider .active .csContent{
  	height:216px;
  	width:203px;
  	margin:10px 10px 6px 10px;
  }
  
  #cellStreamSlider .active .imageVideo{
  	width:200px;
  }


  
  #cellStreamWrapper .active .imageVideo .image img{
  	height:190px; cursor:pointer;
	z-index:9999;
	
  }
  
  #cellStreamWrapper .active .imageVideo .video img{
  	height:155px;

  }
  #cellStreamWrapper .active .imageVideo .video {
  	height:155px;
  }
  
  #cellStreamWrapper .active .csWrapper{
  	margin: 0px 10px;
	color:#7F6953;	
	border-bottom:none;
	border-top:1px solid #A6A49C;
	padding-top:8px;
  }
  
  #cellStreamWrapper .active .csWrapper .timestamp{
  	float:left;
  }
  
  #cellStreamWrapper .active .csWrapper .user{
  	float:right;
  }
  
  /* Code for CS Buttons */
  .csButtonWrap {  
  	width:129px;
  	height:23px;	
	padding-top:8px;
  }
  .csButtonWrap a:focus { -moz-outline-style: none; }
  .csButtonWrap .csPrevious,  .csButtonWrap .csNext{
  	display:block;
  	color:#292526;
  	width:60px;
  	height:20px;
  	text-decoration: none;
	cursor:pointer;
  }
  
  .csButtonWrap .csPrevious{
  	float:left;
	background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_CS_prev.png") no-repeat 0 0px;
  }
  
  
  .csButtonWrap .csPreviousDisabled {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_CS_prev_disabled.png) repeat scroll 0 0;
  	cursor: default;
	display:block;
	float:left;
	height:20px;
	width:60px;
  }
  
  .csButtonWrap .csPreviousEnabled {
  	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_previous_active_cellstream.png) repeat scroll 0 0;
	
  }
  
  .csButtonWrap .csNext{
	float:right;
	background: transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_CS_next.png") no-repeat 0 0px;
  }
  
  .csButtonWrap .csNextDisabled {
  	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_CSnext_disabled.png) repeat scroll 0 0;
  	cursor: default;
	float:right;
	display:block;
	height:20px;
	width:60px;	
  }

  .csButtonWrap .csNextEnabled {
  	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_next_active_cellstream.png) repeat scroll 0 0;
  }
  
  .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:#000;
		font-weight:bold;
	}
	
	
	#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;
   display:inline
   }
   .songs li .txt .duration {
   font-size:11px;
   margin:0 0 0 0.6em;
   display:inline;
   color:#333;
   }
   .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:Georgia,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;
   color:#aaa;
   padding:10px 0 0;
   clear:both
   }
   .content div.audio .description {
   clear:both;
   padding:10px 0 0;
   font-size:11px;
   color:#aaa
   }
   .content div.audio .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 1px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.audio .description a.less {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.audio .lyrics {
   	margin:20px 0 0;
   }
   .content div.audio .lyrics h3 {
   padding: 0 0 4px 16px;
   font-weight: bold;
   text-transform: uppercase;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools.gif") no-repeat 0 -89px;
   border-bottom:1px dotted #ccc
   }
   .content div.audio .lyrics .val {
    font-size:11px;
   	padding:15px 0 15px;
	display:block;
   }
   .content div.audio .lyrics .show {
   margin:10px 0 0;
   display: none;
   }
   .content div.audio .lyrics .show a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 12px 0 0;
   font-size:11px
   }
   .content div.audio .lyrics .show a.active {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -10px
   }
  
/************** 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:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_delete_link.gif) no-repeat scroll 0 4px;
	font-size:13px;
	padding:3px 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:1003px;
   	height:70px;
   	margin: 0 auto;
   	background: transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/find_us.png) no-repeat top left;
   	text-indent:-9999px;
   	}

   #logoLinks a {
   	height: 70px;
   	text-indent:-9999px;
   	display:block;
	float:left;
   }
    
	#logoLinks #findUSON {width:111px;cursor:default;}
	#logoLinks #atlanticLink{width:55px;}
	#logoLinks #fearlessLink{width:78px;}
	#logoLinks #merchnowLink{width:98px;}
	#logoLinks #myspaceLink{width:86px;}
	#logoLinks #facebookLink{width:85px;}
	#logoLinks #twitterLink{width:80px;}
	#logoLinks #imeemLink{width:80px;}
	#logoLinks #youtubeLink{width:70px;}
	#logoLinks #flickrLink{width:50px;}
	#logoLinks #ilikeLink{width:50px;}
	#logoLinks #friendsorenemiesLink{width:70px;}
	#logoLinks #itunesLink{width:75px;}

	
	a#atlanticLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -14px 5px;}
	a#fearlessLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -69px 5px;}
	a#merchnowLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -147px 5px;}
	a#myspaceLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -245px 5px;}
	a#facebookLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -331px 5px;}
	a#twitterLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -416px 5px;}
	a#imeemLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -496px 5px;}
	a#youtubeLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -576px 5px;}
	a#flickrLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -646px 5px;}
	a#ilikeLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -696px 5px;}
	a#friendsorenemiesLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -746px 5px;}
	a#itunesLink:hover{background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/footer_hover.png) no-repeat scroll -816px 5px;}
	
/* 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}
	}
/* 404 page hacck */

#ad-350341{
 display:none;
}

/* modal dialogs */
.adminModalWindow, #alertDeleteConfirm {
background: #000 url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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 {
	padding-left:26px !important;
	right:7px !important;
	text-indent:0 !important;
	top:5px !important;
	width:45px !important;
	background-repeat: no-repeat !important;
	}
.adminModalWindow .main, #alertDeleteConfirm .main {color:#FFF !important;}
.adminModalWindow .actions button.smallPrimary, #alertDeleteConfirm .actions .button.submit {
	border:1px solid #604429 !important;
	background: #B9001A !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: #fff !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:#604429 !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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/closeButton.png") no-repeat scroll 0 0 !important;
	padding-right:0 !important;
	}
.modalWindow .actions .button.cancel button {color:#604429 !important;}
.modalWindow .actions .button.submit button {
	color:#604429 !important;
	font-weight:bold !important;
} 

#alertDeleteConfirm.adminModalWindow .actions button.smallSecondary span{
color:#B9001A !important;	
}
#alertDeleteConfirm.adminModalWindow .top a.closeModal {
	background: transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/closeButton.png") no-repeat scroll 0 -2px !important;	
	height:22px !important;
	color:#B9001A;
	}
	
/* End modal dialogs */



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

#alertFlagConfirm.modalWindow .top {
	padding: 0px ! important;
}
#alertFlagConfirm.modalWindow .main {
	  background: #000 url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/alert.jpg) repeat-x top left !important;
	  color: #FFFFFF;
}

#alertFlagConfirm.modalWindow .top a.closeModal {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/closeButton.png) no-repeat scroll right top !important;
	color:#604429  !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	padding: 2px !important;
	width : 55px;
}

#alertFlagConfirm.modalWindow .main .module .content .head h3 {
	background:transparent none repeat scroll 0 0;
	margin-left:0;
	text-transform:capitalize;
	text-align:left;
	border:none;
}

#alertFlagConfirm.modalWindow .actions .button.submit {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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;
}
.firefox3 .edit_account .input.checkbox{padding:2px 0px;}
.edit_account .hd {
  border-bottom:1px solid #ccc;
  margin:0 0 10px 0
}
.edit_account .title {
 margin:0 0 0 0
}
.edit_account .title h4 {
  display:inline;
  font-weight:bold;
  margin:0 4px 0 0
}
/*
.edit_account em {
  font-size:11px;
}
*/


/* 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xs_48.gif") 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_m.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;
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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_xs.png") no-repeat 50% 50%;
}
.albums li.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_s.png") no-repeat 50% 50%;
}
.albums li.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_m.png.gif") no-repeat 50% 50%;
}
.albums li.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_l.gif") no-repeat 50% 50%;
}
.albums li.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
}
.albums li.xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_xs.png") 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_s.png") 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_m.png") 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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 {
color:#333;
line-height:15px;
}
.content div.album .description {
color:#bbb;
}
div.album .val {
color:#604429;
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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_xs.png") no-repeat 50% 50%;
float:left;
margin:0 10px;
border:none;
}
.playlist .info .img span {
display:block
}
.playlist .info .xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_xs.png") no-repeat 50% 50%
}
.playlist .info .s .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_s.png") no-repeat 50% 50%
}
.playlist .info .m .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_m.png") no-repeat 50% 50%
}
.playlist .info .l .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_album_l.gif") no-repeat 50% 50%
}
.playlist .info .xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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;
color:#FFFFFF;
font-family:Arial;
}
.playlist .info .txt .title h3 {
color:#886747;
font-size:18px;
font-weight:normal;
text-transform:capitalize;
margin:3px 0
}
.playlist .info .txt .album {
color:#666;
font-size:12px;
margin:0 0 10px 0
}
.playlist.s .player {
height:35px;
background:#dedede
}
.playlist.v .player {
height: 257px;
}
.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:21px;
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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_audioplayer_play.png') no-repeat 0 50%;
}
.playlist.v .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_pl.gif') no-repeat 50% -12px
}
.playlist .list ul li .sequence {
width:20px;
text-align:center;
float:left;
line-height:19px;
color: #FFFFFF;
}
.playlist .list ul li .title {
width:130px;
float:left;
margin:0 0 0 5px;
line-height:19px;
color: #FFFFFF;
}
.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:#886747;
float:right;
line-height:19px
}
.playlist .list ul li .buy a {
background:none;
border:0;
color:#fff;
padding:3px 0
}
.playlist .list ul li .information {
width:30px;
float:left
}
.playlist .list ul li .information a {
display:none;
text-indent:-9999px
}
.playlist .list ul li.active .information a {
background:url('http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/musicplayer_icon.png') no-repeat;
line-height:12px;
height:16px;
display:block;
padding:0 10px;
margin:2px 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/09c/6f0/ac193085d0ba504eb3c3b06cf1/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 #202020;
	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:#604429;
	font-size:11px;
}

.button.cancel input {
  	background-color:#FFFFFF;
	color:#604429 !important;
	cursor:pointer;
}

.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;
	top:28px;
}

.content li.comment .txt .tools {
	display:block;
	right:21px !important;
}

li.admin.flag a {
	padding:0 0 0 17px;
}

.content li.comment .tools ul li.admin.delete {
	border: none;
    padding-bottom:0px;
	padding-top:0px;
	background:none;
}


/* End of Code for EOS 1.6.1 */

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

.msie7 #TB_iframeContent{
  height:420px !important; /*To aviod scroll bar in IE7*/
}

.mac .safari4 #TB_iframeContent, .mac .safari3 #TB_iframeContent{
	height:425px !important;	/*To aviod scroll bar in mac*/
}

#uploadPolicy {
padding:8px;
color:#333 !important;
}

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

.photo_viewer .sharebox .sb_body ul,
.video_player .sharebox .sb_body ul,
.audio_player .sharebox .sb_body ul{
	width:360px;
}

.msie7 .photo_viewer .sharebox .sb_body ul,.msie8 .photo_viewer .sharebox .sb_body ul,
.msie7 .video_player .sharebox .sb_body ul,.msie8 .video_player .sharebox .sb_body ul,
.msie7 .audio_player .sharebox .sb_body ul,.msie8 .audio_player .sharebox .sb_body ul{
	margin-top:-5px;
}

.photo_viewer .sharebox .sb_body ul ul,
.video_player .sharebox .sb_body ul ul,
.audio_player .sharebox .sb_body ul ul{
	width:auto;
}

.firefox3 .photo_viewer .sharebox, .firefox3 .video_player .sharebox{
	z-index:9999;
}

/************************** alert flag fix *******************/

#alertFlagConfirm .module .content .head h3.sIFR-replaced object{
display:none !important;
}

#alertFlagConfirm .module .content .head h3.sIFR-replaced .sIFR-alternate{
height:100%;
position:static;
width:100%;
}

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

.articles li .img {
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xs.gif") no-repeat center center;
	}  
 

.article div.img {
    float:left;
    margin:0 10px 10px 0;
    border:1px solid #f2f2f2;
    width:48px;
    height:48px;
    background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_xs_48.gif") no-repeat center center;
}

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

a.twitterContainerMore{
text-align: right;
color:#7F6953;
padding:7px 15px 6px 0;
font-size:11px;
font-weight:bold;
text-transform: uppercase;
padding-right:15px;
}
a.twitterContainerMore.tweethead{
	display:none;
}
a.twitterContainerMore.tweetfoot{
	border-top:1px solid #BEBBB1;
	display:block;
	text-align:left;
	padding-bottom:3px;
	padding-left:1px;
}
.grid_3 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/visit_dropdown_5.png) no-repeat scroll 173px 8px;
}

.grid_5 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/visit_dropdown_5.png) no-repeat scroll 314px 8px;
}

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

.twitterContainer ul {
	list-style: none;
}

.twitterContainer li:first-child{
	border:none;
}
community_landing .twitterContainer li {
	padding: 5px 10px 10px;
	border-top:1px dotted #9E9E9E;
}
.twitterContainer li {
	border-top:1px dotted;
	overflow:hidden;
	padding-bottom:6px;
	padding-top:8px;
	
}
#community_landing .twitterContainer li:first-child {
	border-top:none;
}
#community_landing .twitterContainer li {
	padding: 5px 0px 5px;
	border-top:1px dotted #9E9E9E;
}
#community_landing .twitterContainer ul.tweetsHolder {
	border-bottom:1px solid #BCB7B8;
	margin-bottom:7px;
}
.module .content .body .twitterContainer ul.tweetsHolder{
	padding-top:9px;
}

.tweetsHolder .userInfo,
.tweetsHolder .userInfo a {
	font-size: 14px;
	font-weight: bold;
	color: #604429 !important;
	display: block;
	width:200px;
}
#community_landing .tweetsHolder .userInfo,
#community_landing .tweetsHolder .userInfo a{
	font-size: 12px;
}

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


.tweetsHolder .userLink {
	display: inline;
}

.tweetsHolder .message {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	padding: 3px 0 5px;
    font-family:arial;
}
#community_landing .tweetsHolder .message {
	font-size:12px;
}
.tweetsHolder .message a {
	color: #604429;
	font-weight:bold;
	
}
#community_landing .tweetsHolder .message a{
	font-size:12px;
}
.tweetsHolder .created {
	text-align: right;
	color: #604429 !important;
	font-size: 10px;
	display: block;	
	float:right;
	line-height:inherit;
}

#community_landing .tweetsHolder .created {
	float:none;	
}


.tweetsHolder .follow {
	margin:0;	
	display: block;
	float:left;
}
.grid_2 .tweetsHolder .follow{margin:5px 0;}

#community_landing .tweetsHolder .follow {
	float:none;	
}

.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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_page_prev_disabled.png) no-repeat;	
	cursor:default !important;
}
.tc_nav_page .tcNextDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_page_next_disabled.png) no-repeat;	
	cursor:default !important;
}

.tc_nav_page .tcNextEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_page_next.png) no-repeat;
	width:60px;
}
.tc_nav_page .tcPreviousEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_page_prev.png) no-repeat;	
	width:90px;
}


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



/* Styling for the modules */

#container div.grid_9 .module {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid9_top.png) no-repeat center 0;}
#container div.grid_9 .module .head, 
#container div.grid_9 .module .body, 
#container div.grid_9 .module .foot {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid9_mid.png) repeat-y center 0;}
#container div.grid_9 .module .content {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid9_bot.png) no-repeat center bottom;}

#container div.grid_7 .module {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid7_top.png) no-repeat center 0;}
#container div.grid_7 .module .head, 
#container div.grid_7 .module .body, 
#container div.grid_7 .module .foot {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid7_mid.png) repeat-y center 0;}
#container div.grid_7 .module .content {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid7_bot.png) no-repeat center bottom;}

#container div.grid_6 .module {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid6_top.png) no-repeat center 0;}
#container div.grid_6 .module .head, 
#container div.grid_6 .module .body, 
#container div.grid_6 .module .foot {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid6_mid.png) repeat-y center 0;}
#container div.grid_6 .module .content {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid6_bot.png) no-repeat center bottom;}

#container div.grid_5 .module {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid5_top.png) no-repeat center 0;}
#container div.grid_5 .module .head, 
#container div.grid_5 .module .body, 
#container div.grid_5 .module .foot {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid5_mid.png) repeat-y center 0;}
#container div.grid_5 .module .content {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid5_bot.png) no-repeat center bottom;}

#container div.grid_5 #html-373085.html .module,
#container div.grid_5 #html-373085.html .module .content,
#container div.grid_5 #html-373085.html .module .content .head{
	background-image:none;
}

#container div.grid_5 #html-373085.html .module .body{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_joinus.png) no-repeat scroll center 0 !important;
}

#container div.grid_3 .module {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid3_top.png) no-repeat center 0;}
#container div.grid_3 .module .head, 
#container div.grid_3 .module .body, 
#container div.grid_3 .module .foot {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid3_mid.png) repeat-y center 0;}
#container div.grid_3 .module .content {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid3_bot.png) no-repeat center bottom;}

#container div.grid_2 .module {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid2_top.png) no-repeat center 0;}
#container div.grid_2 .module .head, 
#container div.grid_2 .module .body, 
#container div.grid_2 .module .foot {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid2_mid.png) repeat-y center 0;}
#container div.grid_2 .module .content {background: url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid2_bot.png) no-repeat center bottom;}

/* IE 7 hacks */
*:first-child+html .module .content,
*:first-child+html .module .content .body,
*:first-child+html .ad,
*:first-child+html .foot,
*:first-child+html .events li,
*:first-child+html .nav_main li li a {zoom: 1;}
*:first-child+html .module .content {position: relative;}
*:first-child+html .module .content .foot.empty, *:first-child+html .ad .foot {height: 0 !important; overflow: hidden !important;}
*:first-child+html .module .content .foot * {line-height:1.4em}
*:first-child+html .input .button.submit input, *:first-child+html .button.cancel input,
*:first-child+html .reset_password .input #submit {overflow:visible; padding:2px 11px}



a.signinCommLink{
	display:block;
height:40px;
width:110px;
	text-indent:-9999px;
	float:left;
	
}

a.joinCommLink {
	float:right;
		display:block;
height:40px;
width:221px;
	text-indent:-9999px;
}
a.mailButton{
display:block;
height:40px;
width:345px;
clear:both;
}




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

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


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

/*  9207 */
.content div.member .txt .obj_meta li.delete a {

  color:#999;
  font-size: 11px;
  float:left;
}
.content div.member .txt .obj_meta li.flag a {

  color: #999;
  font-size: 11px;
  float:left;

}
.content div.member .txt li.admin.prome a {
  color:#999;
  font-size: 11px;
  float:left;

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

/* 8980 */

.videos li .txt .description {
  height:auto;
  overflow:hidden;
  font-size:10px;
  line-height:13px
}


/* Eos Upgrade 1.7 fix - End */




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

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

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

/* Eos Upgrade 1.8 fix - End */


.nav_meta ul li.poweredBy{
	float:right !important;
	margin:0 !important;
	padding:8px 0px 2px 24px !important;
	width:235px !important;
}

/******* Extras Page ********/

#banners {
	padding:5px 0 5px 5px;
}
.extras_img {
	padding:5px 0;
}
#fanBaseSocial {
	padding:10px 0 5px 5px;
}
.fanbase_img {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.fanbase_txt {
	padding-right:5px;
}
#wallPapers {
	padding-top:5px;
}
#wallPapers .members li {
	margin:0 5px 10px;
	background:none;
}
#wallPapers .wallPaper_txt {
	padding-top:0 5px 10px;
}

/*Add code for Chat widget on the homepage*/
#chatContent{
	padding: 7px 0 7px 0;
}

/*****************Upgarde to 1.12******************************/

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

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

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

.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/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_settings_boolean.gif") no-repeat 2px -16px;
}

/*****************End Upgarde to 1.12**************************/

/* 3399 */

#member_detail .events .description .comment{
	display:block;
	background: transparent;
	padding-left:0;
	width:330px;
}

#community_landing .events .description .comment{
	display:block;
	background: transparent;
	padding-left:0;
	width:140px;
}

/* End 3399 */

/*************** IE 8 AD Issue Fix ***************/
/*#home.msie8 #ad-366837.ad{margin-top:-7px;}*/
.msie8 .ad.leaderboard .content{height:auto !important;}
.msie8 .ad.leaderboard .body{background-color:transparent;height:auto;} 
.msie8 .ad.leaderboard .body a img{margin-top:-14px;}

.msie8 #container div.grid_5 .ad{background:transparent none !important;padding:0px;margin:0px !important;}
.msie8 #container div.grid_5 .ad.medium{background:transparent none !important;padding:0px;margin:0px;}
.msie8 #container div.grid_5 .ad .content{background:transparent none !important;padding:0px;margin:0px;}
.msie8 #container div.grid_5 .ad .head,
.msie8 #container div.grid_5 .ad .body,
.msie8 #container div.grid_5 .ad .foot {
	background:transparent none;
}
.msie8 #container div.grid_5 .ad .body{
	height:auto;
	padding:0px 27px !important;
	width:auto;
	background:transparent url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_grid5_AD.png") 0px 0px !important;
	margin-top:-2px;
}

.msie8 #container div.grid_5 .ad .body a img{margin-top:20px;margin-left:0px;padding:0px;margin-bottom:30px;}

/*************** IE 8 AD Issue Fix ***************/
/* EOS 2.1 Upgrade fix */
.content div.topic .txt .title {
  padding:0 0 10px;
  margin-right:55px
}


/**************Start Eos 2.2 Upgrade Stylings **************/
/* member detail module */
.membergroups ul {clear: both;}
.membergroups ul li {margin: 2px 0px;}
.membergroups ul li.no-badge {margin-left: 27px;padding: 6px 0px;}
.membergroups img {width: 24px;height: 24px;display:inline;vertical-align: middle;}
.membergroups > span {display: none;}
/* badge class rules */
.badges {overflow: hidden;margin-top: 2px;height: 12px;}
.badges li.badge {float: left;margin: 0 2px 0 0;width: 12px;}
.badges li.badge img {width: 12px;height: 12px;}
/* normal view for members module */
.members li .badges {margin-left: 10px;margin-right: 10px;}
.members li.compact .badges {z-index: 0;margin-bottom: 10px;}
/* compact view of members listing module */
.members li.xl.compact .badges {margin-top: 152px;}
.members li.l.compact .badges {margin-top: 116px;}
.members li.m.compact .badges {margin-top: 82px;}
.members li.s.compact {margin:0 2px 2px 0;}
.members li.s.compact .badges {margin-top: 80px;}
.members li.xs.compact {margin:0 2px 2px 0;}
.members li.xs.compact .badges {margin-top: 42px;}
/* comments module */
.content li.comment .badges {width: 34px;margin-top: 1px;}
.content li.comment .badges .badge {margin-right: 1px;width: 10px; }
.content li.comment .badges .badge img {width: 10px;}
/************** Changed CSS rules:****************/

/** Start- Holding selective CSS changes for 2.2 - Issue in Discussion modules **/
/* discussions module */
/*
.topics .avatar {float: left;margin-right: 10px;}
.topics li .img {border: 5px solid #ddd;background:url("http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_member_s.gif") no-repeat center center;}
/* discussion entry module */
/*
.content div.topic .avatar {float:left;margin:0 10px 10px 0;}
.content div.topic .img {border:10px solid #e2e1df;background:url("../icons/bg_member_l.gif") no-repeat center center;}
*/
/** End- Holding selective CSS changes for 2.2 - Issue in Discussion modules **/
/************** End of Eos 2.2 Upgrade Stylings **************/

/* Start - Added for 2.2  upgrade issue in RSS modules */
.rss_in .description div {
margin-bottom:0;
padding-bottom:0;
}

#rss_in-327532 .tourDatesWrapper .tourDatesUnit{
	padding:10px 0;
}
/* End - Added for 2.2  upgrade issue in RSS modules */
/* End of EOS 2.1 Upgrade fix  */

/* For EOS 2.0 Upgarde */
.site_activity .module .content .body .events li{
	min-height:37px;
padding:6px 0 0 43px;	
font-size:14px;
font-weight:bold;
line-height:17px;
}

.site_activity .module .content .body .events li a {
font-weight:bold;
}

/* End For EOS 2.0 Upgarde */

/* EOS 2.4 Upgrades Css changes Starts */
.discussion_entry .editedBy {font-size:11px;}
.discussion_entry .description {padding-top:15px;}
.comment_options .auto_close .errorInput {padding-left:25px;}
.comment_options div {color:#333; padding-left:20px;margin-bottom:3px;}
.comment_options input {margin:1px 7px 0px 1px;}
.comment_options .auto_close .days {margin:-5px 5px 0px;width:25px;}
.comments_closed {padding: 10px 0px;}
/* EOS 2.4 Upgrades Css changes Ends */

/* Feedback button styling - Starts */

a#fdbk_tab {
	background-image:url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/MDP_fb.png);
	cursor:pointer;
	height:102px;
	right:0;
	margin-left:-7px;
	overflow:hidden;
	position:fixed;
	text-indent:-100000px;
	top:50%;
	width:35px;
	z-index:1000;
	}
	
/* Feedback button styling - Ends */

.join .input.text select{
font-family:Arial;
font-size:14px;
width:195px;
padding:2px;
height:22px;
}

/* For required and administrative lock icons - Starts */

.join .input.required label{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_required.png) no-repeat scroll 0 2px;
padding:0 0 0 10px;
}

#join .join .module .content .input.annotation span.required{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/bg_required.png) no-repeat scroll 0 4px;
display:block;
padding:0 0 0 10px;
}

.join .input.required.checkbox label{
	background:none;
}

.join .input.text input{
float: left;
}

/* For required and administrative lock icons - Ends */
i.prText{
    padding:0 0 0 14px;
    background: transparent url(http://static.global.ciscoeos.com/zipupload/09c/6f0/ac193085d0ba504eb3c3b06cf1/images/icons/bg_lock_15x15.png) no-repeat 0px center;
    font-style:normal;
    height:20px;
    }
.edit_account li.input.text.private input{
	width:343px !important;
}
#edit_account .input.private.radio i.prText,
 #edit_account .input.private.checkbox i.prText{
 	right:0px;
	top:0px;
	position:absolute;
 }
 #edit_account .input.private.radio ul{
 	float:none;
 }
 #edit_account .input.private.radio, #edit_account .input.private.checkbox{
 	position:relative;
 }
