@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: 5px;
	margin-right: 5px;
}

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

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

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

.container_14 .grid_1 {
	width:62px;
}

.container_14 .grid_2 {
	width:134px;
}

.container_14 .grid_3 {
	width:206px;
}

.container_14 .grid_4 {
	width:278px;
}

.container_14 .grid_5 {
	width:350px;
}

.container_14 .grid_6 {
	width:422px;
	z-index:100;
}

.container_14 .grid_7 {
	width:494px;
}

.container_14 .grid_8 {
	width:566px;
}

.container_14 .grid_9 {
	width:638px;
}

.container_14 .grid_10 {
	width:710px;
}

.container_14 .grid_11 {
	width:782px;
}

.container_14 .grid_12 {
	width:854px;
}

.container_14 .grid_13 {
	width:926px;
}

.container_14 .grid_14 {
	width:998px;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

.container_14 .push_1 {
	left:72px;
}

.container_14 .push_2 {
	left:144px;
}

.container_14 .push_3 {
	left:216px;
}

.container_14 .push_4 {
	left:288px;
}

.container_14 .push_5 {
	left:360px;
}

.container_14 .push_6 {
	left:432px;
}

.container_14 .push_7 {
	left:504px;
}

.container_14 .push_8 {
	left:576px;
}

.container_14 .push_9 {
	left:648px;
}

.container_14 .push_10 {
	left:720px;
}

.container_14 .push_11 {
	left:792px;
}

.container_14 .push_12 {
	left:864px;
}

.container_14 .push_13 {
	left:936px;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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




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

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

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

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

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

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

/* Warning for IE6 users */
#ie6Prompt {
	background: #d6edf9 url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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:#7d7877  url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_html.png") repeat-x center -4px;
}


body {
	 background:transparent url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_body.png") repeat-y center 0px;
}

.module{
	background-color:#56514d;
}

#footer {
	*position:relative;
}
#footerContainer {
	
}

#header {margin-bottom:20px;overflow:visible;position:relative;}
#container{margin-bottom:12px;position:relative;}

#overallwrapper{
	background: url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_header.jpg") no-repeat center -5px;
	position:relative;
}
.mac .safari3 #overallwrapper,
.mac .safari4 #overallwrapper{
	padding-bottom:5px;
}
.mac .safari3 #header,.mac .safari4 #header{
	margin-bottom:15px;
}
#wrapper{
	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_wrapper_other.png") no-repeat center top;
	position:relative;
	overflow:hidden;
}
#home #wrapper{
	background:none;
}
/* Nav bar - that is the global hat */
#nav_global{
	margin-left:auto;
	margin-right:auto;
	height:27px !important;
	width: 100% !important;
	background:#464442 !important;
}
#nav_global li#eos_login_status_message {color:#B1917D !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: #565251 !important;
  	color:#BBB39E !important;
  	font-family: Times new roman;
  	font-weight:bold;
  	text-transform: uppercase;;
  	}
	#nav_global li.hello ul li a:hover, #nav_global li.hello ul li a:focus {

	background-color:#3e3932 !important;
	text-decoration:none;
	}

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

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

#nav_member ul li.signout {
border-left:1px solid #B1917D !important;
}
#nav_member ul li.hello a.name{
	padding-bottom:3px !important;
	background-position:100% 4px !important;
}
.mac #nav_member ul li.hello a.name{
	background-position:100% 3px !important;
}
#nav_member ul a, #nav_member ul li{
	color:#b1917d !important;	
	font-family:"Times New Roman";
	font-weight:bold;
	font-size:10px !important;
	text-transform:uppercase;
	padding-bottom:5px !important;
}

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


 /* GLOBAL SETTINGS */
 a,
 a:link,
 a:active,
 a:visited {
 color:#6D5820;
 text-decoration: none;
 outline:none;
 }
 a:focus,
 a:hover{text-decoration:underline; }
 p { margin-bottom: 10px; }
 body {
 color:#404345;
 font-size:11px;
 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;
	display:none;
 }
 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{
 	background-color:#56514D;
	padding-left:5px;
	padding-right:5px;
	*position:relative;
 }
 .grid_2 .module{
 	padding:0px 4px 0 3px;
 }
 .module .content {
	margin: 0 0 8px 0;
 }
 .module .content .head h3 {
 	padding:10px 0px 0px 0px;
	font-size:18px;
	text-transform:uppercase;
	text-align:left;
	*padding-bottom:5px;
	*margin-bottom:5px;
	margin-bottom:0px;
	color:#56514D;
 }
  .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%;
 float:right;
 *clear:both;
 }
 .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 */

 
 #blog_detail .article .title h4,
 #photo_detail .photo .title h3,
 #video_detail .video .title h3{
	 color:#3c3734;
 }


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

 /* GLOBAL LINK STYLING */
 a.comment,
 span.comment {
 padding:0 0 0 14px;
 background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_tools.gif") no-repeat 2px 1px;
 font-size:9.5px;
font-weight:bold;
text-transform:uppercase;
 }
 a.permalink,
 li.permalink a {
 background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_tools.gif") no-repeat 0 -118px;
 padding:0 0 0 14px;
 }
 
 a.sharelink{
  font-size:11px;
font-weight:bold;
text-transform:uppercase;
}
 li.delete a {
 background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_delete_link.png) no-repeat scroll 0 0;
 padding:0 0 0 19px;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
 line-height:13px;
 }
 li.delete a:hover {
 background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_tools.gif") no-repeat 0 -14px
 }
 li.flag a {
 background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_flag_link.png") no-repeat 0 0px;
 padding:0 0 0 20px;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
 }
 li.admin.edit a {
 background: url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_tools.gif") no-repeat 0 -44px;
 padding: 0 0 0 14px;
 font-size:9.5px;
font-weight:bold;
text-transform:uppercase;
 }
 li.admin.prome a {
 background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_profile_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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_profile_fan.png") no-repeat 0 0;
 padding:0 0 0 20px;
 font-size:10px
 }

 li.register {
 padding: 0 19px 0 0;
 }
 .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/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px
 }
 a.prev,
 li.prev a {
 background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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;
 }
 .ad.leaderboard .body {
 width:728px;
 height:90px;
 padding:0px;
 }
 .ad.skyscraper .body {
 width:160px;
 height:600px
 }
 .ad.small .body {
 width:180px;
 height:160px
 }
 .ad.medium .body {
 width:300px;
 height:250px
 }
 .ad .head h3,
 .ad .head .foot,
 .ad .foot h3 {
 font-size:10px;
 font-weight:normal;
 color:#666;
 text-align:left
 }
 
.ad .leaderboard{
 	clear:both;
	margin:12px auto;
	margin-top:25px;
 }
 
 .ad .leaderboard .head{
 	padding:0px;
 }

.ad .medium .content{
	
}

.ad .medium {
	background-color:#56514D;
padding:5px;
margin-bottom:8px;
*width:100%;
*padding:5px 0;
}
.ad .medium .content {

}
.ad.medium .head {
	padding: 0px 10px;
}
 .msie8#home .ad.medium .body {
	padding:20px;
	}
 .msie8#home .ad.medium
 {
 	background-color:#56514D !important;
	padding:5px !important;
 }
  .msie8#home #ad-350347.ad {
  	margin-bottom:10px;
}
.ad.medium .body {
	padding:20px;
	background-color:#A6A29A;	
}
 /* 
 CHANNEL-LEVEL NAVIGATION
 */



.nav_main ul li {
 display:inline;
 padding:0px;
 position:relative;
 
 }
 
 .nav_main ul li.upload {
 float:right;
 margin:0 10px 0 0;
 font-weight:bold;

 }

 .nav_main ul li a,
 .nav_main ul li a:link,
 .nav_main ul li a:visited {
 color:#292425;
 padding: 5px 7px;
 text-transform:capitalize;
 font-size:12px;
 font-weight:bold;
 line-height:24px;

 }
 .nav_main ul li.active li.active a {
	color:#b1917d;
 }
 .nav_main ul li.active a {
  background-color:#000000; 
 }

 .nav_main ul li:hover a{
  /*
background-color:#2f2f2f;
*/
  color:#fff;
 }
 .nav_main ul li.upload a {
 padding:0 0 0 15px;
 color:#b1917d;
 }
 .nav_main ul li.upload a:hover {
 /*background:#f9f9f9 url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_navmain_upload.gif") no-repeat center left;*/
 }



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


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


.nav_main li li {
float:none;
}


.nav_main ul.flyoutMenu li a {
	background-color:#565251;
	padding:0 9px;
	display:block;
	height:27px;
	color:#fff;
}
.nav_main ul.flyoutMenu li a:hover{
	background-color:#3e3932;
	text-decoration:underline;
}

.nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
 .nav_main ul.flyoutMenu li a.us {background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_us.gif);}
  .nav_main ul.flyoutMenu li a.den {background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Germany_flag16x11.png);}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_uk.gif);}
  .nav_main ul.flyoutMenu li a.japan {
		background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Japan_flag16x11.png);
	}
 .nav_main ul.flyoutMenu li a.germany {
		background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Germany_flag16x11.png);
}
 .nav_main ul.flyoutMenu li a.spain {
		background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Spain_flag_16x11.png);
}



.nav_main {margin: 0;}
   .nav_main div {
   	margin:3px 0;
	}
   .nav_main ul {
 	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_new_nav_sprite.png) no-repeat scroll -5px 0px;
	height:24px;
	margin:0 auto;
	position:relative;
	width:1003px;
 }
 .nav_main ul li {/*
 	display:inline;*/
 	float: left;
   height:24px;
   position:relative;
   /*overflow:hidden;*/
   }
   .nav_main ul li.search {
   float:right
   }
   .nav_main ul li.upload {
   margin:0px;
   height: 24px; 
   padding: 0px;
   }
   
   .nav_main ul li.nav-global_int{
   }
   
   
 
   .nav_main ul li a,
   .nav_main ul li a:link,
   .nav_main ul li a:visited {
    display:block;
	font-weight:bold;	
	text-indent:-9999px;
	padding:0px 0px;
	height:24px;
   }
   .nav_main ul li a:hover, .nav_main ul li a:focus {color:#00abec; text-decoration:underline;}
   .nav_main ul li.active a, .nav_main ul li.active li.active a {color:#BBB39E;/*#B1917D*/ }

   .nav_main ul li.upload a {
   text-transform:uppercase;
   color: #0094cc;
   width:90px;	
   }
  .nav_main ul li.upload a:hover, .nav_main ul li.upload a:focus {text-decoration:underline}
  .nav_main ul ul {
      background: none;     
     top: 32px !important;
      padding-top: 7px;
  }
  .nav_main ul li.active a{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_new_nav_sprite.png) no-repeat 0px 0px;
  }
  .nav_main ul li.active.nav-community_landing li a{background-color:#565251;background-image:none; }
  .nav_main ul li a:hover{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_new_nav_sprite.png) no-repeat 0px -24px;
	color:#FBE987;
  }
  .nav_main ul li.nav-community_landing li a:hover,
  .nav_main ul li.nav-nav-store li a:hover,
  .nav_main ul li.nav-extras li a:hover{
  	background-image:none;
	background-color:#3E3932;
  }
 .nav_main ul li.upload a:hover, .nav_main ul li.upload a:focus {
	background-position: -918px -48px;
	background-color:transparent;
  }
 
 .nav_main ul li.nav-custom a {
width:89px;
}
.nav_main ul li.nav-home a {
width:70px;
}
.nav_main ul li.nav-blog a {
width:67px;
}
.nav_main ul li.nav-video a {
width:79px;
}
.nav_main ul li.nav-photo a {
width:88px;
}
.nav_main ul li.nav-music a {
width:81px;
}
.nav_main ul li.nav-tour_dates a {
width:73px;
}
.nav_main ul li.nav-bio a {
width:54px;
}
.nav_main ul li.nav-community_landing a {
width:135px;
}
.nav_main ul li.nav-extras a {
width:90px;
}
.nav_main ul li.nav-store a {
width:84px;
}
.nav_main ul li.nav-member a {
width:114px;
}
.nav_main ul li.nav-global_int a {
width:89px;
}

 .nav_main ul li.nav-home.active a{background-position: -5px -24px;}
 .nav_main ul li.nav-blog.active a{background-position: -75px -24px;} 
 .nav_main ul li.nav-video.active a{background-position: -142px -24px;}
 .nav_main ul li.nav-photo.active a{background-position: -221px -24px;}
 .nav_main ul li.nav-music.active a{background-position: -309px -24px;}  
 .nav_main ul li.nav-tour_dates.active a{background-position: -390px -24px;} 
 .nav_main ul li.nav-bio.active a{background-position: -463px -24px;}
 .nav_main ul li.nav-community_landing.active a{background-position: -517px -24px;}
 .nav_main ul li.nav-extras.active a{background-position: -652px -24px;}
 .nav_main ul li.nav-store.active a{background-position: -742px -24px;}
 .nav_main ul li.upload.active a{background-position: -918px -25px;}
 .nav_main ul li.nav-global_int .active a{background-position: -826px -25px;}
 
 .nav_main ul li.nav-home a:hover {
background-position:-5px -48px;
}
.nav_main ul li.nav-blog a:hover {
background-position:-75px -48px;
}
.nav_main ul li.nav-video a:hover {
background-position:-142px -48px;
}
.nav_main ul li.nav-photo a:hover {
background-position:-221px -48px;
}
.nav_main ul li.nav-music a:hover {
background-position:-309px -48px;
}
.nav_main ul li.nav-tour_dates a:hover {
background-position:-390px -48px;
}
.nav_main ul li.nav-bio a:hover {
background-position:-463px -48px;
}
.nav_main ul li.nav-community_landing a:hover {
background-position:-517px -48px;
}
.nav_main ul li.nav-extras a:hover {
background-position:-652px -48px;
}
.nav_main ul li.nav-store a:hover {
background-position:-742px -48px;
}
.nav_main ul li.nav-global_int a:hover {
background-position:-826px -49px;
}
 .nav_main li li {float: none;}
  
 /*flyout menus for top nav */
 .nav_main ul.flyoutMenu li {
 	display:block;
	height:auto; 	
 	}
 .nav_main ul.flyoutMenu li a { 	
 	display:block;
	text-indent:0px; 	
	color:#bbb39e;
	height:auto;
	margin:0px;
	width:115px;
	text-transform:uppercase;	
	padding:2px 10px 2px 8px;
	font-family:Times new roman;
 	}
	
 .nav_main ul.flyoutMenu li a:hover, .nav_main ul.flyoutMenu li a:focus { 	
 	background-color:#3e3932;
	text-decoration:none;
 }
 .nav_main ul.flyoutMenu li a.flag {
 	padding-left:32px;
 	background-repeat: no-repeat;
 	background-position: 9px center;
 }
 .nav_main ul.flyoutMenu li a.us {background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_us.gif);}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_uk.gif);}
  .nav_main ul.flyoutMenu li.japan {
		background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Japan_flag16x11.png);
	}
 .nav_main ul.flyoutMenu li.germany {
		background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Germany_flag16x11.png);
}
 .nav_main ul.flyoutMenu li.spain {
		background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Spain_flag_16x11.png);
}
 .nav_main ul.flyoutMenu li.uk{
 		background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_uk.gif);
 }
 
 .nav_main ul.flyoutMenu {
 	display:block;
 	position:absolute;
    left:0px;
    top:21px !important;
 	width: 114px;
 	z-index:1000;
	height:auto;
	padding-top:5px;
 }
 .nav_main li.nav-community_landing ul.flyoutMenu{width:170px;}
 .nav_main li.nav-community_landing ul.flyoutMenu li a{width:132px;}
 .nav_main li.nav-extras ul.flyoutMenu{width:129px;}
 .nav_main li.nav-extras ul.flyoutMenu li a{width:129px;background:#565251 none;}
 .nav_main ul li.nav-extras  ul.flyoutMenu li a:hover{
  	background-image:none;
	background-color:#3E3932;
  }
 .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/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_us.gif);}
 .nav_main ul.flyoutMenu li a.uk {background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_uk.gif);}
 .nav_main ul.flyoutMenu li a.spain{background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Spain_flag_16x11.png);}
 .nav_main ul.flyoutMenu li a.japan{background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Japan_flag16x11.png);}
 .nav_main ul.flyoutMenu li a.germany{background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Germany_flag16x11.png);}
  /* 
  MODULE-LEVEL NAVIGATION
  */
  .song_playlist .nav_meta {padding:0 12px;}
  .foot .nav_meta, .head .nav_meta {border:0}
 #home .rss_in .nav_meta,
 #home .feature .nav_meta,
 #home .site_activity .nav_meta,
 #home .member_listing .nav_meta
 	{background: none;}
   .nav_meta ul {
   overflow:hidden;
   height:1%;
   margin-left:4px;
   }
   .nav_meta ul li {
   float:right;
   line-height:16px;
   font-size:11px
   }
   .discussion_listing .nav_meta ul li.more {float:left;}
    .nav_meta ul li.launchPlayer {
    	float: left;
    }
   .nav_meta ul li.launchPlayer a {
   	text-transform:uppercase;
   	font-weight:bold;
   	padding-right:13px;
   	display:inline;
   	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/launch_player_link.gif) no-repeat 100% 50%;
   	}
   .nav_meta ul li.prev {
   float:right
   }
   .nav_meta ul li.register {
   float:left
   }
   .nav_meta ul li a {
   display:inline-block;
   padding:2px
   }
  

 /* 
 MODULE-LEVEL NAVIGATION
 */

 .nav_meta ul {
 overflow:hidden;
 height:1%;
 }
 .nav_meta ul li.poweredBy{
 	float:right;
	color:#D7D0C4;
 }
 .nav_meta ul li.prev {
 float:right
 }
 .nav_meta ul li.register {
 float:left
 }
 #home .nav_meta ul li.more a {
 display:inline-block;
 text-transform: uppercase;
 font-size:11px;
 line-height:11px;
 font-weight:bold;
 background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_viewall_sprite_new.png) no-repeat 0px 0px;
 text-indent:-9999px;
 color:#b7a562;
 width:50px;
 height:5px;
 *float:left;
 margin-top:5px;
 }
 .nav_meta ul li.more a {
 display:inline-block;
 text-transform: uppercase;
 font-size:11px;
 line-height:11px;
 font-weight:bold;
 background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_viewmore_sprite.png) no-repeat -1px 0px;
 text-indent:-9999px;
 color:#b7a562;
 width:63px;
 height:5px;
 *float:left;
 }
 .nav_meta ul li.poweredBy a{ 	
	float:none;
	margin:0px;
	padding:0px;
 }
 #home .nav_meta ul li.more a:hover{
 	background-position:0px -9px;
 }
 .nav_meta ul li.more a:hover{
 	background-position:-1px -10px;
 }
 /*Footer navigation*/
#FooterLinks3 ul li.spain {
background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Spain_flag_16x11.png);
}

#FooterLinks3 ul li.japan {
background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Japan_flag16x11.png);
}

#FooterLinks3 ul li.uk {
background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/flag_uk.gif);
}

#FooterLinks3 ul li.germany {
background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/Germany_flag16x11.png);
}

#FooterLinks3 ul li.uk, #FooterLinks3 ul li.germany, #FooterLinks3 ul li.spain, #FooterLinks3 ul li.japan {
background-position:2px center;
background-repeat:no-repeat;
padding-left:25px;
width:100px;
}
 /* 
 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: 11px 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_rating.png) repeat-x scroll 0 0px;
 }
 .rating ul.inactive {
 list-style: none;
 width:60px;
 height: 12px;
 margin:0;
 background:url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/rating_stars.png') repeat-x 0 0;
 }
 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_rating.png') 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_rating.png') repeat-x 0 -42px;
 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/rating_stars.png') repeat-x 0 -12px;
 height: 12px;
 }
 .rating .total {
 float:left;
 font-weight:normal;
 color:#D3CCAD;
 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_member_xs.gif");
 }

.events .performer .img a {	
	height:29px;
	width:29px;
}


/* Styles for all the blog modules */




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


 /*Merch module*/
#new_merch .subProductImage img, #new_merch .mainAlbumImg img {
}
.grid_3 .new_merch_wrap, .grid_5 .new_merch_wrap {
position:relative;
z-index:999;
}
.grid_3 .new_merch_wrap{
	
}
.grid_3 #new_merch .mainAlbumImg {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
height:185px;
margin-left:5px;
overflow:hidden;
width:185px;
/*
*padding-left:5px;
*/
}

.grid_3 #new_merch .product .name a {
font-size:11px;
font-weight:bold;
text-transform:capitalize;
color:#58524f;
}
.grid_5 #new_merch .product .name a {
font-size:12px;
font-weight:bold;
text-transform:capitalize;
color:#58524f;
}
.grid_3 #new_merch .top .product .name a,.grid_5 #new_merch .top .product .name a{
	/*
font-size:16px;
*/
}

.grid_5 #new_merch .top .product .name a{
	/*
font-size:13px;
*/
	}


.grid_3 #new_merch .top img {
float:none;
height:185px;
width:185px;
}
.grid_3 #new_merch .top .mainAlbumDesc {
width:190px;
}

.grid_3 #new_merch .center .product .name a,.grid_5 #new_merch .center .product .name a{
	/*
font-size:12px;
*/
}
.grid_3 #new_merch .center .mainAlbumDesc, .grid_3 #new_merch .bottom .mainAlbumDesc {
width:85px;
}
 .grid_3 #new_merch .center, .grid_3 #new_merch .bottom{
 	margin-bottom:5px;
	padding-bottom:3px;
 	float:left;
 }
 .grid_3 #new_merch .center .mainAlbumImg, .grid_3 #new_merch .bottom .mainAlbumImg{
 	padding:5px 20px 5px 5px;
 }
 .grid_3 #new_merch .center {
 	margin-right:5px;
 }
.grid_3 #new_merch .center .mainAlbumImg img, .grid_3 #new_merch .bottom .mainAlbumImg img {
padding:7px 6px 7px 12px;
width:80px;
}

.grid_3 #new_merch .center .product .name,.grid_3 #new_merch .bottom .product .name{
	padding-left:12px;
	min-height:32px;
	*min-height:32px;
	height:40px;
}

.grid_3 #new_merch .bottom .product .name{
	min-height:32px;	
}
.grid_3 #new_merch .mainAlbumDesc {
margin:9px 3px 0 0;
width:90px;
}
.grid_3 #new_merch .top .mainAlbumDesc {
margin:2px 0px 0 3px;
}
.grid_3 #new_merch .mainAlbumPricenBuy {
/*margin:10px 0 0 0;*/
height:48px;
}

.grid_3 #new_merch .mainAlbumPricenBuy .mainAlbumPrice{
	height:20px;
	padding-left:12px;
}
.grid_3 #new_merch .top .mainAlbumPricenBuy {
width:190px;
margin-top:0px;
}
.grid_3 #new_merch .buynowButton {
cursor:pointer;
display:block;
text-align:left;
}
.grid_3 #new_merch a.bg_BuynowButton {
background:transparent  url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/buynow.jpg) no-repeat scroll 0 0;
cursor:pointer;
display:block;
font-size:11px;
height:25px;
width:89px;
margin:0;
text-align:center;
text-decoration:none;
text-indent:-9999px;
margin-left:3px;
}
.grid_3 #new_merch .top a.bg_BuynowButton{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/grid_3_top_merch_buynow.png) no-repeat scroll center top;
	width:190px;
	margin:0px;
}

.grid_3 #new_merch .center a.bg_BuynowButton, .grid_3 #new_merch .bottom a.bg_BuynowButton {

text-indent:-9999px;
}
.grid_3 #new_merch a img {
cursor:pointer;
}


.grid_3 #new_merch .ArtistStore a, .grid_3 #new_merch .ArtistStore_footer a {
color:#B7A562;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
}


.grid_3 #new_merch .ArtistStore a.merchLink,
.grid_3 #new_merch .ArtistStore_footer a.merchLink,
.grid_5 #new_merch .ArtistStore a.merchLink,
.grid_5 #new_merch .ArtistStore_footer a.merchLink{
 display:inline-block;
 text-transform: uppercase;
 font-size:11px;
 line-height:11px;
 font-weight:bold;
 background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_visitstore_sprite2.png) no-repeat 0px 0px;
 text-indent:-9999px;
 color:#b7a562;
 width:71px;
 height:9px;
 float:right; 
}

.grid_5 #new_merch .ArtistStore_footer a.merchLink{
	*margin-top:8px;
	}
.grid_3 #new_merch .ArtistStore_footer a.merchLink{
	*float:none;	
}




 
 .grid_3 #new_merch .ArtistStore a.merchLink:hover,
.grid_3 #new_merch .ArtistStore_footer a.merchLink:hover,
.grid_5 #new_merch .ArtistStore a.merchLink:hover,
.grid_5 #new_merch .ArtistStore_footer a.merchLink:hover{
	background-position:0px -9px;
}

.grid_3 #new_merch .ArtistStore_footer a {
	margin-top:0px;
}
.mac .grid_3 #new_merch .ArtistStore, .mac .grid_3 #new_merch .ArtistStore_footer {
width:118px;
}
.grid_3 #new_merch .top {
margin-bottom:5px;
padding-bottom:3px;
padding-top:5px;
}
.grid_3 #new_merch .top,
.grid_3 #new_merch .center,
.grid_3 #new_merch .bottom{
	background:#a6a29a;
}

 .grid_5 #new_merch .bottom {
padding-bottom:10px;
}
.grid_5 #new_merch .ArtistStore_footer a,.grid_3 #new_merch .ArtistStore_footer a {
color:#A59455;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
margin-right:0px;
}
.grid_3 #new_merch .ArtistStore_footer {
	float:none;
margin-bottom:5px;
margin-right:0;
margin-top:5px;
padding-bottom:13px;
*padding-bottom:5px;
padding-top:2px;
text-align:right;


	}
	.grid_3 #new_merch ul.flyoutMenu,{
		margin:9px 0 0;
	}
.grid_5 #new_merch .ArtistStore a {
color:#A59455;
font-size:11px;
font-weight:bold;
text-transform:uppercase;

}
.grid_5 #new_merch .ArtistStore,.grid_3 #new_merch .ArtistStore{
	float:right;
	margin-top:-23px;
	margin-right:0px;
}

.grid_3 #new_merch .ArtistStore{
		margin-top:-17px;	
		*padding-bottom:10px;
}

.grid_5 #new_merch .ArtistStore{
	*margin-top:-18px;
	*padding-top:3px;
	background: #56514d;
	*width:70px;
	
}

#italy .grid_5 #new_merch .ArtistStore, #canada .grid_5 #new_merch .ArtistStore, #italy .grid_5 #new_merch .ArtistStore, #uk .grid_5 #new_merch .ArtistStore, #germany .grid_5 #new_merch .ArtistStore, #australia .grid_5 #new_merch .ArtistStore, #spain .grid_5 #new_merch .ArtistStore, #france .grid_5 #new_merch .ArtistStore, #mexico .grid_5 #new_merch .ArtistStore {
right:0;
top:0;
}
.grid_3 #new_merch ul.flyoutMenu, .grid_3 #new_merch ul.flyoutMenuFooter, .grid_5 #new_merch ul.flyoutMenu, .grid_5 #new_merch ul.flyoutMenuFooter {
clear:both;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-3px 0 0;
padding:3px 0 0;
position:absolute;
text-decoration:none;
width:155px;
z-index:1000;
right:0px;
*margin-top: 15px;
*margin-left:-110px;
}
 .grid_3 #new_merch .ArtistStore_footer ul.flyoutMenu{
	margin:9px -83px 0;	
}

.grid_3 #new_merch .ArtistStore ul.flyoutMenu{
	margin:9px -83px 0;
}
.grid_3 #new_merch ul.flyoutMenuFooter, .grid_5 #new_merch ul.flyoutMenu, .grid_5 #new_merch ul.flyoutMenuFooter {
clear:both;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:-3px -10px -10px;
padding:3px 0 0;
position:absolute;
text-decoration:none;
width:131px;
z-index:1000;
}	

.msie7 .grid_3 #new_merch ul.flyoutMenu{
	clear:both;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:3px 0 0;
position:absolute;
text-decoration:none;
width:131px;
z-index:1000;
margin:0 -60px -10px -10px;
}
.grid_3 #new_merch ul.flyoutMenu{
*margin:0 -60px -10px -10px;
}
.grid_3 #new_merch .ArtistStore_footer ul.flyoutMenu{
	*margin-top:8px;
}
 .grid_5 #new_merch ul.flyoutMenuFooter {
margin:7px 0 -37px;
*margin-top: -2px;
*margin-left:2px
}
.grid_5 #new_merch ul.flyoutMenu
{
margin:7px 0 -37px;
*margin-top:-2px;
*margin-left:2px
}

.grid_3 #new_merch .product ul {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:4px;
margin-top:0px;
padding:0;
position:absolute;
width:165px;
z-index:1015;
}
.grid_3 #new_merch ul#subTopAlbumBuy {
margin:20px 0 0 0;
width:170px;
z-index:1000;
}
.grid_3 #new_merch ul#subCenterAlbumBuy {
margin:20px 0 0 5px;
}
.grid_3 #new_merch ul#subBottomAlbumBuy {
margin:20px 0 0 0;
}
.grid_3 #new_merch .product p {
margin:0 0 0;
}
.grid_3 #new_merch .top .product .name a {
display:inline;
font-size:11px;
line-height:18px;
padding-right:10px;
width:auto;
font-weight:bold;
color:#58524f;
}

.grid_3 #new_merch .top .product .name{
	margin-left:11px;
}
.grid_3 #new_merch .name, .grid_5 #new_merch .name {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent none repeat scroll 0 0 !important;
font-size:13px;
font-weight:bold;
line-height:16px;
padding:0;
text-align:left;
text-decoration:none;
}
.grid_3 #new_merch .name {
margin:6px 0 0;
}
.grid_5 #new_merch .name {
margin:0;
width:165px;
}
.grid_3 #new_merch .productsImgnDesc .name {
font-size:12px;
}
.grid_3 #new_merch .foot {
padding:0;
z-index:1000;
}
.grid_3 #new_merch .foot a {
padding-right:10px;
}
.grid_3 #new_merch ul li, .grid_5 #new_merch ul li {
display:block;
}
.grid_3 #new_merch ul li{
	background:#333333 none repeat scroll 0 0;
}
#new_merch ul.flyoutMenu li:hover, #new_merch ul.flyoutMenuFooter li:hover {
background-color:#555555;
}
#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:31px;
}
#new_merch ul li a:hover {
background-color:#555555;
}
#new_merch ul li a.us {
background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/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 {
color:#BBB39E !important;
font-size:11px;
font-weight:bold !important;
line-height:27px;
text-decoration:none;
background-color:#565251;
}
.grid_3 #new_merch ul li a:hover,.grid_5 #new_merch ul li a:hover{
	background-color:#3E3932;
}

.grid_3 #new_merch .center .mainAlbumImg, .grid_3 #new_merch .bottom .mainAlbumImg{
	margin-left:-10px;
	width:80px;
}
.grid_3 #new_merch .center .mainAlbumImg, .grid_3 #new_merch .bottom .mainAlbumImg, .grid_5 #new_merch .mainAlbumImg {
float:none;
height:94px;
overflow:hidden;
margin-top:-5px;
}
 .grid_5 #new_merch .mainAlbumImg {
 	float:left;
 }
.grid_5 #new_merch .mainAlbumDesc {
float:right;
margin-top:2px;
width:225px;
padding-right:17px;
}
.grid_5 #new_merch .mainAlbumDesc .product .mainAlbumPricenBuy{
	margin-top:33px;
}
.grid_5 #new_merch .mainAlbumDesc .product .mainAlbumPricenBuy .mainAlbumPrice
{
	 color: #5D532F;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}
.grid_5 #new_merch .buyNowInt,.grid_3 #new_merch .buyNowInt{
	color:#BBB39E;
	display:inline;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 10px;
	width:10px;
}


.grid_5 #new_merch .buynowButton {
margin-left:-2px;
}
.grid_5 #new_merch .top, .grid_5 #new_merch .center, .grid_5 #new_merch .bottom {
margin:5px 0 0;
padding:5px;
width:330px;
height:80px;
background:#a6a29a;
}
.grid_5 #new_merch .top img, .grid_5 #new_merch .center img, .grid_5 #new_merch .bottom img {
float:left;
padding:7px 6px 7px 2px;
}

.grid_5 #new_merch a img {
cursor:pointer;
}
.grid_5 #new_merch .product ul {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0;
position:absolute;
width:165px;
z-index:1015;
margin-left:0px;
margin-top:0px;
}
.grid_5 #new_merch ul#subTopAlbumBuy {
display:block;
margin:20px 0 0 -88px;
width:170px;
z-index:1000;
}
.grid_5 #new_merch ul#subCenterAlbumBuy {
margin:20px 0 0 -88px;
}
.grid_5 #new_merch ul#subBottomAlbumBuy {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:20px 0 0 -88px;
}
.grid_5 #new_merch a.bg_BuynowButton {
background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/buynow.jpg) no-repeat scroll 0 0;
color:#ffffff;
cursor:pointer;
display:block;
font-family:Arial;
font-weight:bold;
font-size:11px;
height:25px;
text-align:right;
text-decoration:none;
text-transform:uppercase;
}



.grid_5 #new_merch .ArtistStore .dropdownarrow, .grid_5 #new_merch .ArtistStoreBottom .dropdownarrow,.grid_5 #new_merch .ArtistStore_footer .dropdownarrow,
.grid_3 #new_merch .ArtistStore .dropdownarrow, .grid_3 #new_merch .ArtistStoreBottom .dropdownarrow,.grid_3 #new_merch .ArtistStore_footer .dropdownarrow{
	background:none;
	height:11px;
	margin:1px 0 0 2px;
	position:absolute;
	width:10px;
	text-transform:uppercase;
	
}
.grid_5 #new_merch .ArtistStore .dropdownarrow{
	right:0px;
	margin-top:-12px;
	*margin-top:2px;
}
.grid_5 #new_merch .ArtistStore_footer .dropdownarrow
{
margin:-12px 7px 0 2px;
right:0px;
*margin-top:2px;
}
.grid_3 #new_merch .ArtistStore .dropdownarrow, .grid_3 #new_merch .ArtistStoreBottom .dropdownarrow,.grid_3 #new_merch .ArtistStore_footer .dropdownarrow{
	margin-top:-11px;
	right:0;
	}
.grid_3 #new_merch .ArtistStore_footer .dropdownarrow{
	margin-top:2px;
}
/* -- mac changes for merch -- */
.mac #firefox3 .grid_5 #new_merch a.bg_BuynowButton {
padding-top:12px;
}
.mac .grid_3 #new_merch .ArtistStore, 
.mac .grid_5 #new_merch .ArtistStore, .mac .grid_5 #new_merch .ArtistStore_footer {
width:118px;
}

.mac .grid_3 #new_merch .ArtistStore_footer{
	width:196px;
	margin-top:0px;
	padding-bottom:12px;
	
}
/* -- End mac changes for merch -- */
.grid_5 #new_merch .product p {
margin:0 0 5px;
}

.grid_5 #new_merch .horizontal_line{	
	width:325px;	
	display:none;
}

.grid_3 #new_merch .horizontal_line{
	width:180px;
	display:none;
}

.grid_5 #new_merch .productsImgnDesc .name {
font-size:13px;
}
.grid_5 #new_merch .foot {
clear:both;
padding:0;
z-index:1000;
}

#new_merch .ArtistStore_footer {
float:right;
padding-bottom:5px;
padding-top:5px;
*padding:0px;
*padding-bottom:5px;
}
.grid_5 #new_merch .foot a {
padding-right:10px;
}

.grid_3 #new_merch .center .mainAlbumDesc .product,.grid_3 #new_merch .bottom .mainAlbumDesc .product{
	height:88px;
} 


 /*End-Merch module*/


/* ALBUM LISTING and album details page hack */

.content .body ul.albums li.s .img {
	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_s.gif") no-repeat center center;
}

.content .body ul.albums li.xs .img {
	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_xs.gif") no-repeat center center;
}

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


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

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

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

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

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


.module .content .body div.album {
	
}

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

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




.content div.article .img a, .content div.article .img span{
	height:48px;
width:48px;
}
.content div.article img { 
 float:left; margin:0 10px 10px 0;
display:inline;
/*
 height:100%; 
*/
 background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_xs.gif") no-repeat center center
}

.content div.article .description img,.content li.article .description img{
	float:none;
	margin:0px;
}
.module .content .body ul {
overflow:hidden;

}

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

dl {
	overflow:auto;
	padding-top:2px;
	}
dt {
	float:left;
	width:25%;
	font-weight:bold;
	clear:both;
	padding-top:8px;
}
dd {
	float:right;
	width: 70%;
	padding-top:8px;
	}
	
	
/***************************************  Blog Section ********************************/
/******************* Commmon ******************/

/* blog */

 
   
   /* 
   IN-MODULE-CONTENT-LEVEL OR PAGE-LEVEL NAVIGATION:
   all pagination belong to us
   */
   
   
  
   
   
   
   /* 
   IN-MODULE-CONTENT-LEVEL OR PAGE-LEVEL NAVIGATION:
   all pagination belong to us
   */
   .nav_page {
   float:right;
   font-size:11px;
   text-transform:uppercase;
   }
   .nav_page ul {
   overflow:hidden;
   width:100%;
   padding:8px 0;
   }
   .nav_page ul li.frst,
   .nav_page ul li.last,
   .nav_page ul li.location {
   display:none
   }
   
   .nav_page ul li.prev {
   float:right;
   text-align:left;
   margin: 4px 3px 0 0;
   }
    .nav_page ul li.prev a {
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_prev.png) no-repeat center;
    padding:0 3px;
	display:block;
    text-indent:-9999px;
    width:38px;	
   }
   
    div.int_nav_page a.intPrevEnabled {
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_prev.png) no-repeat center;
    padding:0 3px;
	display:block;
    text-indent:-9999px;
    width:38px;	
	float:left;
   }
  
  .nav_page ul li.prev span, .nav_page ul li.next span,
  div.int_nav_page a.intPrevDisabled, div.int_nav_page a.intNextDisabled {
    color:#5D5D5D;   
    padding:0 3px;
	display:block;
    text-indent:-9999px;
    width:38px;	
	cursor:default;
    }
	
	.nav_page ul li.prev span{
		    width:38px;	
			background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_prev_inactive.png) no-repeat center;
	}
	
	.nav_page ul li.next span{
		    width:39px;	
			background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_next_inactive.png) no-repeat center;
	}
	
	div.int_nav_page a.intPrevDisabled{
		    width:38px;	
			background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_prev_inactive.png) no-repeat center;
			float:left;
	}
	
	div.int_nav_page a.intNextDisabled{
		    width:39px;	
			background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_next_inactive.png) no-repeat center;
			float:right;
	}
	
	div.int_nav_page{
		padding:8px 0;
	}
		
	  
    
   .nav_page ul li.next {
   float:right;
   margin:3px 0 0 3px;
   }
   .nav_page ul li.page {
   float:right;
   margin:4px 0 0 4px;
   }
   
   .nav_page ul li.next a {
	background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_next.png) no-repeat center;
    padding:0 3px;
	display:block;
    text-indent:-9999px;
    width:38px;	
   }
   
   div.int_nav_page a.intNextEnabled {
	background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_next.png) no-repeat center;
    padding:0 3px;
	display:block;
    text-indent:-9999px;
    width:38px;	
	float:right;
   }
   
   .nav_page ul li.page a {
   margin:0;
   padding:0 3px;
   color:#B1AEA0;
   }
   .nav_page ul li.page a.active {
   color:#5D5D5D;
   border:none;
   background:#6f6a66;
   }
   .nav_page ul li a {
   text-decoration: 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:#b1917d;
    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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_xl.gif") no-repeat center center
   }
   .members li.xl .img a {
   width:140px;
   height:140px
   }
   /* MEMBERS: LARGE|104x104 */
   .members li.l {
   width:106px;
   height:106px
   }
   .members li.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_l.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:2px 2px 2px 0
   }
   .members li.m .img {
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_s.gif") no-repeat center center
   }
   .members li.s .img a {
   width:48px;
   height:48px
   }
   /* MEMBERS: XSMALL|30x30 */
   .members li.xs {
   width:40px;
   height:70px;
   margin:0 2px 2px 0
   }
   .members li.xs .img {
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_s.gif") no-repeat center center
   }
   .tt div.member.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_m.gif") no-repeat center center
   }
   .tt div.member.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_l.gif") no-repeat center center
   }
   .tt div.member .txt {
   position:static;
	z-index:1;
   }
   .tt div.member .txt h4 {
   color:#FFF;
   font-weight:bold;
   font-size:18px;
   text-align:center;
   }
    .tt {
   position:absolute;
   z-index:2
   }
   .tt .tt_content .tt_tip, .tt .hd {display:none}
   .tt .tt_head {
   	background:#FFFFFF url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/edit_profile_top.png) no-repeat scroll 0 0;
   	height:4px;
   	}
   	.tt .tt_foot {
			background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/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 #56514d;
	}
*/
	
/* Comments sections */
	.input {
  	 margin:0 0 10px;
   	 overflow:hidden;
	 position:relative;
   }
   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: Arial, Helvetica, san-serif;
   line-height:13px;
   color:#D0CBC1;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#746D63;
   }
   .grid_5 .input#inputCount {
  	 padding-bottom:4px;
	padding-left:5px;
	padding-top:7px;
	}
   .grid_5 .input#inputCount {*padding-bottom:6px;}
   .msie8 .grid_5 #inputCount.input{padding-top:5px;}
   .grid_9 .input#inputCount {
	left:12px;
	margin-top:3px;
	position:absolute;
	z-index:1000;	
	}	

   .input.textarea textarea {
   border:0;
   width:99%;
   border:1px solid #CCC;
   font-family: Helvetica;
   padding:7px 10px;
   height:120px;
   background-color:#746D63;
	color:#D0CBC1;
	font-size:11px;
	font-weight:bold;
   }
   .input.file input, .input.browse input {
   	border:1px solid #CCCCCC;
   	padding:2px 10px;
	cursor:pointer;
   	}
   .input.text input {
   	border:1px solid #CCCCCC;
   	padding:2px 10px;
   	}
	.m32 .input.text input {
		border:none;
		color:#000;
		background:#cec3b1;
	}
  .grid_5 .input.textarea textarea {
  	background-color:#746D63;
border:medium none;
color:#D0CBC1;
font-size:11px;
font-weight:bold;
margin-left:4px;
margin-top:4px;
padding:2px;
text-transform:none;
width:316px;
 *oveflow:auto;
   }
   /* global changes for comments module*/
 .comments .module {
padding-bottom:5px;
}

.grid_5 .comments .module {
	padding-top:5px;
}

.grid_5 .comments{
	margin-bottom:5px;
}
.comments .module .content {
background-color:#CEC3B1;
margin:0;
}

.comments .module .content .body {
margin:0 4px;
padding:5px 0;
}

.grid_9 .comments .module .content .body{
	position:relative;
}

/* for comments module issues in mac safari  */
	
	.mac .safari3 .grid_9 .comments .body div.input,
	.mac .safari4 .grid_9 .comments .body div.input{
		margin-bottom:2px;
		margin-top:-2px;
	}
	
	.mac .safari3 .grid_9 .comments .body #inputCount.input,
	.mac .safari4 .grid_9 .comments .body #inputCount.input{
		margin-bottom: 5px;	
		margin-top:-2px;
		padding-bottom:5px;	
		padding-top:4px;
	}
	
	.mac .firefox3 .grid_9 .comments .body #inputCount.input{
		padding-bottom:0px;	
		padding-top:5px;
		}
	
	.mac .safari3 .grid_5 .comments .body div.input,
	.mac .safari4 .grid_5 .comments .body div.input{
		margin-bottom:0px;
		margin-top:0px;
	}
	
	.mac .safari3 .grid_5 .comments .body #inputCount.input,
	.mac .safari4 .grid_5 .comments .body #inputCount.input{
		padding-bottom:2px;
		margin-bottom:5px;
		margin-top:0px;
	}
   
 /* global changes for comments module ends*/
  .grid_9 .input.textarea textarea {
  	/*
width:614px;
*/
	background-color:#746D63;
	border:medium none;
	color:#D0CBC1;
	font-size:11px;
	font-weight:bold;	
	}
   .inline .input {
   margin:20px 0 0
   }
   .input label {
   display:block;
   margin:0 0 5px
   }
   .add_new_article .input label,.edit_blog .input label,.edit_discussion .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 {
	border:0;
	cursor: pointer; /* added for all 'Post comment' buttons */
	padding: 3px 5px;
	margin:0;
	display:block;
	font-size:11px
	}
   
   .button.cancel {
   margin:0 10px;
   float:right;
   display:inline
   }
   .add_new_article .button.cancel,
   .edit_blog .button.cancel{
	margin:2px 10px 0px;
	}
  .input .button.submit input, .button.cancel input, .reset_password .input #submit {
  	/*border: 1px solid #b1917d;*/
  	color: #f7f0e2;
  	font-weight:normal;
  	font-size:14px;
  	background: #FFF;
  	text-transform:uppercase;
  	padding:2px 10px;
	background:#867844 none;
	border:none;
	font-family:Arial,Helvetica,sans-serif;
	cursor:pointer;
  }
  .reset_password .head, .reset_password .body{
  	padding: 2px 6px;
  }
  #TB_iframeContent html{
  	background:none;!important;
  }
  .reset_password .input #submit {
  	*width : 160px;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_Savepass.png) no-repeat scroll left center;
font-weight:bold;
height:26px;
padding:3px 5px;
text-indent:-9999px;
width:160px;
display:block;
  }
  
  .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:110px;
	}
	#join .input .button.submit input, #login .input .button.submit input ,
	#reset_password .input .button.submit input{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_login_submit.png) no-repeat scroll center center;
		width:100px;
		height:26px;
		text-indent:-9999px;
		display:block;
	}
	.sign_up .input .button.submit input{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_createaccount.png) no-repeat scroll left center;
		font-weight:bold;
		height:26px;
		padding:3px 5px;
		text-indent:-9999px;
		width:160px;
	}
    /* COMMENT */
   .comments .input .button.submit {
   float:right;
   }
   .comments .body fieldset,
   .comments .body div.input{background-color:#746D63;
   }
  
   .grid_5 .comments .body div.input,
   .grid_9 .comments .body div.input{
   	margin-top:-2px;
	margin: 0 0 5px;
   }
	.msie8  .grid_5 .comments .body div.input{
      	padding-bottom:0px;
      }
   
    .mac .safari .grid_5 .comments .body div.input,
   .mac .safari .grid_9 .comments .body div.input{
   	margin-bottom:0px;
   }
   
   .grid_9 .comments .body div.input{
   	margin-top:-2px;
   }
   
   .grid_5 .comments .module .content .foot,
   .grid_9 .comments .module .content .foot {
	/*
height:0px;
	*height:5px;
*/
}
   .comments .input .button.submit input {
   	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_postcomment.jpg) no-repeat scroll 24px 4px;
	text-transform:capitalize;
	padding-right:5px;
	*padding-right:0px;
	color:#b8a662;
	text-indent:-9999px;
	width:135px;
	}
   .comments .title {
   padding: 0;
   clear:both;
   }
    .comments .title h3 {
    	text-transform:uppercase;
			 font-weight:bold;
  		 font-size:14px;
		 background-color:#a6a29a;
		 color:#58534d;
		 padding-left:5px;
		 padding-top:8px;
    	}
   .content li.comment:first-child{padding-top:10px;}
   .content li.comment {
   overflow:hidden;
   background-color:#a6a29a;
   padding:5px;
   color:#000;
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   }
   .content li.comment .member {
   float:left;
   margin:0 10px 15px 0
   }
   .content li.comment .img {
   width:24px;
   height:24px;
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_xs.gif) no-repeat center center
   }
   .content li.comment .txt {
   position:relative;
   margin:0 0 5px;
   width:250px;
   color:#2F3131;
   }
   
   .photo_viewer .content div.photo .tools ul li.flag{
   	padding-top:1px;
   }
   
   .grid_5 .content li.comment .txt {
  	margin-left:36px;
   	width:290px;
	*width:285px;
	color:#2F3131;
	font-family:helvetica;
   }
   
   .grid_9 .content li.comment .txt {
   	width:570px;
	*width:540px;
	margin-left:36px;
   }
   
   .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;
   color:#5D5C5C;
   }
   .content li.comment .txt .description {
   margin:5px 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_listing .module .content .head .nav_meta ul li.more{
  	display:none;
  }
  
  .blog_listing .module .content .foot .nav_meta{
  	float:none;
  }
  
  .blog_listing .module .content .foot .nav_meta ul li.more{
  	float:none;
  }
  
  .blog_entry .module .content .body .article .description p ,
  .blog_listing .module .content .body .articles .description p {
  	line-height:18px;
  }

  .blog_entry .module .content .body .article .author a ,
  .blog_listing .module .content .body .articles .author a {
    font-weight:bold;
}
   .articles li{
   	background-color:#cec3b1;
	margin:7px 0 0;
	padding:10px 10px 25px;
   }
   
   .articles li .title,div.article .title{
   	margin-left:0;
	padding-top:4px;
   }
   .articles li .author,div.article .author{
   	font-weight:bold;
	font-size:11px;
	color:#404345;
	text-transform:uppercase;
	float:left;
	padding-right:6px;
   }
   .articles li .date,div.article .date{
   	 	font-weight:bold;
	font-size:11px;
	color:#404345;
	text-transform:uppercase;
   }
   .article .description a{
   	font-style:italic;
	font-weight:bold;
   }
    .articles li .author a,div.article .author a{
    	color:#6e5920;
    }
   /***************** More Blog Posts *********************************/
  .articles li .title h4 a {
		font-size:16px;
		font-weight:bold;
		text-transform:none;
	}
	.articles li .title h4:hover{
		background-color:#CEC3B1;
	}
	#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:#CEC3B1;
   }
   .content .division .category .title {
   padding:0;
   font-size:12px;
   font-weight:bold;
   }
   .content .division .category .title a {
   display:block;
   text-transform:capitalize;
  	color:#A59455;
   }
   .content .division .category .title span {
   display:block;
   text-transform:capitalize
   }
   .content .division .category .date {
   font-size:11px
   }
   .content .division .category.selected .title a {
   color:#333
   }
   .content .division .category.selected .date {
   color:#ddd
   }
   .content ul#category-list {
   overflow:visible;
   }
   .content ul#category-list ul {padding-top:5px}
   .categories .module .content .foot .nav_meta {padding-top:0}   
   
   .categories .module .content .foot .nav_meta ul .new a{
   	color:#A59455;
   }
   
   
 
 
 /* *********************************** photos **********************/
ul.photos {
height:1%;
}
.photos li {
   float:left;
   clear:left;
   margin:0 10px 10px 0
   }
   
   #photo ul.photos, #photo_detail ul.photos{
   		padding-left:21px;
		padding-top:22px;
   }
   

 #photo .photos li, #photo_detail .photos li {
 	clear:none;
 	width:114px;
 	}
	
 #photo_detail ul.photos li.photo ,
 #photo ul.photos li.photo {
   	 height:240px;
	*height:245px;
	*padding-bottom:5px;
 }
 #photo .photos li .txt, #photo_detail .photos li .txt {
  	margin-top: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:4px;
   border: 1px solid #CCC;
   }
   .photos li.xs .img a{
   	margin-left:10px;
   }
   .grid_3 .photos li .img a {
   	margin-left:34px
   }

   .photos li .txt {
   font-size: 11px;
   overflow:hidden;
width:91px;
   }
   .photos li.s .txt {
		margin-left:20px;
		width: 144px;
   }
   .grid_6 .photos li.s .txt {width: 120px;
   margin-left:5px;}
   .photos li .txt .title {
   margin:3px 0 0 0
   }
   .photos li .txt .title h4 {
   color:#AFAD9F;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
   }
   .photos li .txt .title h4 a {
	color:#AFAD9F;
	text-transform:capitalize;
	}
	.photos li .txt .title h4 span{
		color:#AFAD9F;
		text-transform:capitalize;
	}
	.photos li .txt .category,.photos li .txt .author {
	color:#AFAD9F;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
	text-transform:uppercase;
	}
	 .photos li .txt .category a,.photos li .txt .category span,.photos li .txt .author a,.photos li .txt .author span {
	color:#A59455;
	font-size:11px;
	text-transform:capitalize;
	}
   .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;
   color: #AFAD9F;
   text-transform: uppercase;
   }
   /* photo compact (no padding, overlay text) */
   .photos li.compact {
   position:relative;
   overflow:hidden
   }
   .photos li.compact .img {
   position: absolute;
   z-index:1
   }
   .photos li.compact.hover .img a {
   background-color:#fff;
   filter:alpha(opacity=80);
   opacity:0.8
   }
   .photos li.compact .txt {
   padding:6px 0 0 6px;
   margin:0 10px 10px 0;
   position:relative;
   z-index:0;
   overflow:hidden;
   color:#333;
   font-size: 11px;
   height:auto
   }
   .photos li.compact.hover .txt .title,
   .photos li.compact.hover .txt {
   z-index:3;
   display:block
   }
   .photos li.compact .txt .title h4 a {
   color:#666
   }
   .photos li.compact .txt .title h4 a:hover {
   text-decoration:none
   }
	
	* photo thumbnails */
   /* container sizes */
   .photos li.xs {
   width:87px
   }
 .photos li.s {
 	width: 100%;
 }
 .grid_3 .photos li.s {margin-right: 0;}
   .photos li.m {
   width:150px
   }
   .photos li.l {
   width:360px
   }
   /* thumb backgrounds */
   .photos li.xs .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_xs.gif") no-repeat center center
   }
   .photos li.s .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_s.gif") no-repeat center center
   }
   .photos li.m .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_m.gif") no-repeat center center
   }
   .photos li.l .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_l.gif") no-repeat center center
   }
   .photos li.xl .img {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_photo_xl.gif") no-repeat center center
   }
   /* thumb sizes */
   .photos li.xs .img a {
   width:70px;
   height:70px
   }
   .photos li.s .img a {
   width:104px;
   height:104px
   }
   .photos li.m .img a {
   width:140px;
   height:140px
   }
   .photos li.l .img a {
   width:350px;
   height:350px
   }
   .photos li.xl .img a {
   width:540px;
   height:540px
   }
   .photos li.compact.xs {
   height:80px
   }
   .photos li.compact.s {
   height:114px
   }
   .photos li.compact.m {
   height:150px
   }
   .photos li.compact.l {
   height:360px
   }
   .photos li.compact.xl {
   height:540px
 
   }
   /* single photo display */
   .content div.photo {
   overflow:hidden
   }
   .content div.photo .title {
   text-transform:capitalize
   }
   .content div.photo .img {
   margin:10px 0;
   text-align:center
   }

   .content div.photo .author {
   float:right;
   }
   .content div.photo.pro .author a {
   /*padding:0 23px 0 0;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_member_pro.gif") no-repeat 1px 100%*/
   }
   .content div.photo .rating {
   float:left
   }
   .content div.photo .description {
   padding:5px 0 15px;
   clear:both
   }
   .content div.photo .description a.more {
   background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px;
   padding:0 10px 0 0;
   border:0;
   float:right
   }
   .content div.photo .description a.less {
   background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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 3px;
   	font-size:11px;
   	padding:0 0 0 19px;
   }
   .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/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_prev.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/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_next.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;*/
    }
	
	.photo_thumbnail .nav_meta ul li.new a, .video_thumbnail .nav_meta ul li.new a{
		color:#A59455;
	}
	
	.photo_thumbnail .module .content .foot .nav_meta ul li.new,
	 .video_thumbnail .module .content .foot .nav_meta ul li.new{
		margin-right:28px;
	}
	
	.photo_thumbnail .module .content .foot .nav_meta ul,
	 .video_thumbnail .module .content .foot .nav_meta ul{
		margin-left:0px;
	}
	
	 #photo .photo_thumbnail .txt .comments,
	 #photo_detail .photo_thumnail .txt .comments{
	 	border-left:medium none;
		margin:10px 0 0 11px;
		color:#A59455;
	 }
	 
	 .photo_thumnail .txt .rating,.photo_thumbnail .txt .rating {
	 	margin-bottom:5px;
	 }

	#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,
	#member_detail .video_thumnail .module .content .body,
    #video .video_thumnail .module .content .body,
    #video_detail .video_thumnail .module .content .body,
    #member_detail .video_thumbnail .module .content .body,
    #video .video_thumbnail .module .content .body,
    #video_detail .video_thumbnail .module .content .body {
  	 	padding-top:10px;
    }
	
	#member_detail .photo_thumnail .module .content .body p,
    #photo .photo_thumnail .module .content .body p,
    #photo_detail .photo_thumnail .module .content .body p,
    #member_detail .photo_thumbnail .module .content .body p,
    #photo .photo_thumbnail .module .content .body p,
    #photo_detail .photo_thumbnail .module .content .body p,	
	#member_detail .video_thumnail .module .content .body p,
    #video .video_thumnail .module .content .body p,
    #video_detail .video_thumnail .module .content .body p,
    #member_detail .video_thumbnail .module .content .body p,
    #video .video_thumbnail .module .content .body p,
    #video_detail .video_thumbnail .module .content .body p,
	#discussion .discussion_listing .module .content .body p,
	#member_detail .site_activity .module .content .body p  {
    	color:#AFAD9F;
    }
	
	#member_detail .photo_thumnail .module .content .body p a,
    #photo .photo_thumnail .module .content .body p a,
    #photo_detail .photo_thumnail .module .content .body p a,
    #member_detail .photo_thumbnail .module .content .body p a,
    #photo .photo_thumbnail .module .content .body p a,
    #photo_detail .photo_thumbnail .module .content .body p a,
	#member_detail .video_thumnail .module .content .body p a,
    #video .video_thumnail .module .content .body p a,
    #video_detail .video_thumnail .module .content .body p a,
    #member_detail .video_thumbnail .module .content .body p a,
    #video .video_thumbnail .module .content .body p a,
    #video_detail .video_thumbnail .module .content .body p a  {
    	color:#A59455;
    }
	
	#member_detail .photo_thumnail .module .content .foot .nav_meta,
    #photo .photo_thumnail .module .content .foot .nav_meta,
    #photo_detail .photo_thumnail .module .content .foot .nav_meta,
    #member_detail .photo_thumbnail .module .content .foot .nav_meta,
    #photo .photo_thumbnail .module .content .foot .nav_meta,
    #photo_detail .photo_thumbnail .module .content .foot .nav_meta,	
	#member_detail .video_thumnail .module .content .foot .nav_meta,
    #video .video_thumnail .module .content .foot .nav_meta,
    #video_detail .video_thumnail .module .content .foot .nav_meta,
    #member_detail .video_thumbnail .module .content .foot .nav_meta,
    #video .video_thumbnail .module .content .foot .nav_meta,
    #video_detail .video_thumbnail .module .content .foot .nav_meta {
    	float:left;
    }
	
	#member_detail .photo_thumbnail .module .content .body{
		margin-left:16px;
	}
	
	
	#member_detail .video_thumbnail .module .content .body{
		margin-left:20px;
	}
	
	#member_detail .site_activity .module .content .body ul li.empty{
		margin-left:15px;
		color:#AFAD9F;
		padding-bottom:10px;
	}
	
	
   
   
   /* general comment indications next to ratings */

 
 
	
/****************************************** Commmon **********************************/
/* GLOBAL LINK STYLING */
   a.comment,
   span.comment {
   padding:3px 0 0px 23px;
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_comment_link.png) no-repeat 0 1px;
   }
   a.permalink,
   li.permalink a {
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_link_link.png) no-repeat 0 2px;
   padding:0 0 0 18px
   }
   a.sharelink,
   li.sharelink a {
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_sharelink.png) no-repeat 0 1px;
   padding:0 0 0 20px
   }
   li.admin.delete a {
   background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_delete.png) no-repeat scroll 0 0;
	display:block;
	line-height:20px;
	padding:3px 0 0 0;
	text-indent:-9999px;
	width:73px;
   }
  .content div.topic li.admin.delete a {background-position: 0 0}
   li.admin.flag a {
   background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_flag_link.png") no-repeat 0 1px;
   padding:0 0 0 20px;
   font-size:11px
   }
   li.admin.edit a {
   background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_edit_link.png) no-repeat 0 2px;
   padding: 3px 0 0 18px;
   display:block;
   height:16px;
   }
   li.admin.prome a {
   background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_profile_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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_profile_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.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 3px
   }
   a.prev,
   li.prev a {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -20px
   }	
	

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

.song_playlist .module .content .body ul, 
.video_player .module .content .body ul, 
.photo_viewer .module .content .body ul, 
.video_thumbnail .module .content .body ul {
padding-top:0;
}

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

	}
	
	.photo_viewer .content div.photo .tools ul li .shareembed{
		width:325px; 
	}
	.photo_viewer .content	.sharebox .sb_content .sb_body ul li.shareurl{
		width:330px;
	}
	
	.photo_viewer .content	.sharebox .sb_content .sb_body ul li.shareweb {
		width:330px;
	}
    .content div.photo .tools ul li.admin.delete {
       padding:0px 20px 0 0;
    }
 

	
	
/* Topic that would be there in the discussions */
   /* topic */
   .topics li {
   margin:0 0 6px;
   overflow:hidden;
   width:100%;
   clear:left;
   background:#A6A29A none repeat scroll 0 0;
   margin-bottom:5px;
	padding:8px;
   }
   .topics li .img {
   float: left;
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_s.gif) no-repeat center center;
    margin:0 10px 0 0;
   }
   .topics li .txt {
   	float:left;
   	width:250px;
   	}
   	.grid_6 .topics li .txt {width:330px}
   .topics li .img a {
   width:48px;
   height:48px;
   border:1px solid #CCC
   }
   .topics li .date {
   display:inline;
   font-size:12px;
   color:#3C3734;
   }
   .topics li .author {
   display:inline;
   font-size:12px;
	font-style:italic;
	color:#3C3734;
   }
   .topics li .author a {
   	color:#3C3734;
	}
   .topics li .description {
   font-size: 12px;
   line-height:15px;
	margin:7px 0 16px;
	color:#3C3734;
	text-transform:lowercase;
   }
   .topics li .activity {
   font-size:12px;
   float: right;
   color:#3C3734;
   }
   .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;
   color:#3C3734;
   font-size:12px;
   }
   .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-family:times New Roman;
	font-size:14px;
	padding-bottom:5px;
	text-transform:uppercase;
  }
  .topics li.topic .title h4 a{
  	color:#3c3734;
  }
   .topics li.list .description {
   font-size:11px;
   margin:0 5px 0 0
   }
   .topics li.list .author {
   font-size:12px;
   font-style:normal;
   margin-left:8px;
   }
   .topics li.list .category ul {
   	padding-top:0;
   	}
   .topics li.list .activity {
   float:right;
   width:62px;
   font-size:12px;
   margin-top: -14px;
   }
   .topics li.list .date {
   float:right;
   clear:right;
   width:80px;
   font-size:12px;
   padding-top:3px;
   }
   
   .grid_6 .topics li.list .author, .grid_6 .topics li.list .category,
   .grid_6 .topics li.list .activity, .grid_6 .topics li.list .date {width:160px}
   .topics li.list .category {
   float:left;
   width:110px;
   font-size:11px;
   padding-top:3px;
   }

	
 /******************************* videos landing page*******************************************/
 #video .videos li, #video_detail .videos li {
 	clear:none;
 	width:120px;
 	margin-right:10px;
 	}
 #video ul.videos li.video, #video_detail ul.videos li.video {height:222px;}
 #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:8px 0 0;
 	font-family: Georgia, serif;
 	font-weight:bold;
	}	
	
.videos .txt .comments{
background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_comment_link.png) no-repeat scroll 5px 2px;
float:left;
color:#A59455;
float:left;
font-family:arial;
font-size:13px;
margin:5px 0 0;
padding:2px 0 2px 25px;	
margin:8px 0 0 3px;
}
	

 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.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_video_a.png') no-repeat center center
   }
   .videos li .txt {
   overflow:hidden;
   margin-left:11px;
   }
   .videos li.list .txt {
   float:left;
   height:auto
   }
   .videos li .txt .title {
   display:inline
   }
   .videos li .txt .title h4 {
   color:#AFAD9F;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
   }
   .videos li .txt .title h4 a {
   	color:#AFAD9F;
	text-transform:capitalize;
	}
   .videos li .txt .duration {
   font-size:11px;
   font-weight:bold;
   color:#d3ccad;
   }
 .videos li .txt .author {
 	color:#AFAD9F;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
	text-transform:uppercase;
 	clear: both;
 }
 .videos li .txt .author a{
	 color:#A59455;
	font-size:11px;
	text-transform:capitalize;
	}
   .videos li .txt .description {
   font-size:10px;
   line-height:13px;
   clear:left;
   display:none;
   }
   .videos li .txt .activity {
   display:inline
   }
   .videos li .txt .views {
    color:#AFAD9F;
	float:left;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
	padding-bottom:4px;
	padding-right:17px;
	text-transform:uppercase;
   }
   .videos li .txt .views .val {
   color:#A59455;
	font-size:11px;
	text-transform:capitalize;
   }
   .videos li .txt .category {
  color:#AFAD9F;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
	text-transform:uppercase;
   }
    .videos li .txt .category a {
     color:#A59455;
	font-size:11px;
	text-transform:capitalize;
	}
   /* 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:0px;
   }
  .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:333px;
   background:#000
   }
   .content div.video .author {
   float:right;
   padding:3px 4px 0 2px;
   }
   .content div.video.pro .author a {
   padding:0 0 0 18px;
   background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_profile_pro.png") no-repeat center left
   }
   .content div.video .rating {
   float:left
   }
   .content div.video .description {
   padding:10px 0 5px;
   clear:both;
   }
   .content div.video .description a.more {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% 1px;
   padding:0 10px 0 0;
   border:0;
   float:right
   }
   .content div.video .description a.less {
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_tools_directionals.gif") no-repeat 100% -31px;
   padding:0 10px 0 0;
   float:right
   }
   .content div.video .ad_sponsor {
   display: none;
   }
  .content div.video .tools ul li {
   float:left
   }
.video_player .content div.video .tools ul li  {
	float:right;
  padding-right:10px;
  padding-top:4px;
/*
  height:15px;
*/
  }
 .content div.video .tools ul li.admin.delete {
   padding:0 20px 0 0;
   }

/* videos thumbnail structural content */
 #community_landing .video_thumbnail .module .content .foot {
 }

/* videos thumbnail structural content for Video and Video detail pages*/
 #video .video_thumbnail .module .content .foot,
 #video_detail .video_thumbnail .module .content .foot	{
 	border-top:0 !important;
 }
	
/* 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_stats_images.png) no-repeat scroll 0 0;
}

.obj_meta ul li.videos {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_stats_video.png) no-repeat scroll 1px 0;
}

.obj_meta ul li.comments {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_comment_link.png) no-repeat scroll 0 0;
	height:16px;
}
.obj_meta ul li.songs {
background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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 1px 23px;
}

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

.obj_meta ul li.views {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_stats_views.png) no-repeat scroll 0 0px;
}

.member_detail .obj_meta ul li {
	color:#6D5820;
font-size:12px;
font-weight:bold;
text-transform:none;
}

.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;
	font-size:12px;
	color:#58524F;
}
.site_activity .module .content .txt .owner{
	color:#58524F;
	vertical-align:baseline;
	*padding-left:2px;	
}
.site_activity .module .content .body .events .performer .txt a {
	color:#58524f;
}
.site_activity .module .content .body .events li{
	background-color:#A6A29A;
	margin-bottom:5px;
	/*padding:0 12px 4px;*/
	position:relative;
	font-size-13px;
	font-weight:bold;
	padding:6px 12px 4px 55px;
}

.site_activity .module .content .date{
	margin:10px 0 7px 0;
	font-size:9.5px;
	font-weight:normal;
	color:#5d5c5c;
	text-transform:uppercase;
}

.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;
	border:1px solid #CCC;
}
.site_activity .module .content .txt .item{
	color:#58524f;
}
.site_activity .module .content .txt .item a{
	font-weight:bold;
	color:#58524f;
}
.site_activity .module .content .events .act {
	padding-left:.3em;
	*padding-left:.5em;	
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color:#58524f;
	vertical-align:baseline;
}
.site_activity .events .txt{font-size:13px;}
#community_landing .site_activity .events .txt{font-size:12px;}
/* Styles for events */
 
/* .events .performer .img{
 	background-image:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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 { 	
 	width:29px;
 	height:29px;
 	}
 .events .description {margin:0 0 6px;}
.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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_video_a.png) no-repeat scroll center center;
		width:61px;
		height:35px;
		cursor:pointer !important;
    }
		
		
 .events .description .comment {
	background:transparent;
	font-size:11px;
	color:#333;
	padding:6px 1px;
	width:130px;
	font-weight:normal;
	display:block;
	}
	
	#home .events .description .comment{
		display:none;
	}
	.events .description .title {
	font-size:11px;	
	padding:6px 0px;
	width:130px;
	}
	.events .description .title a {
		font-weight:normal;
	}
 .events .performer {
 	position: relative;
 }
 .events .performer .img {
 	float: none;
 	position: absolute;
 	left: -43px;
 	top: 2px;
 	background-position: left top !important;
 	overflow: hidden;
 	width: 31px;
 	background-image: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_xs.gif);
	border:1px solid #CCCCCC;
 }
 .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,
.member_listing .module .content .body,
.pro_listing .module .content .body,
.tags .module .content .body,
.categories .module .content .body,
.photo_viewer .module .content .body{
padding:12px 0px;
}

.media_upload .content .body{
	background-color:#CEC3B1;
padding:7px !important;
}

.media_upload .content{
	padding-bottom:6px;
}
#html-1417999 .content .body{
	padding:12px 0 12px 3px;
	background-color:#CEC3B1;
}

#html-1417999 .content{
	padding-bottom:6px;
}

.categories .module .content .body{
	color:#A59455;
}
.categories .module .content .foot{
}
	

	
	
/********************************** 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/VD_de45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}	
 .japanflag {
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/VD_jp45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}
.ukflag {
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/VD_gb45x30.gif) no-repeat;
	padding : 0 0 0 50px;
}
.spainflag {
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_m.gif) no-repeat center center
   }
   .content div.member.m .img a {
   width:104px;
   height:104px
   }
   .content div.member.l {
   
   }

   .content div.member.l .img {
   width:140px;
   height:140px;
   margin:0 10px 10px 18px;
   background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_xl.gif) no-repeat center center;
   border:1px solid #CCC;  
   *margin-left:0px;
   *margin-right:29px;
   *float:right;
   }
   .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; background-color:#CEC3B1;}
   .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 {
   }
   .content .about .var .value {
   	margin-top:8px;
   	font-family: Georgia, serif;
   	font-size:18px;
   	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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_m.gif) no-repeat center center
   }
   .content div.topic .img a {
   width:104px;
   height:104px
   }
   .content div.topic .img img {border:1px solid #CCC;}
   .content div.topic .txt .title {
   padding:0
   }
   .content div.topic .txt .title h3 {
   text-transform:capitalize;
   font-family: Georgia, serif;
   font-weight: bold;
   }
   .content div.topic .txt .author {
   color:#3C3734;
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin-left:3px;
	font-style:italic;
   }
   .content div.topic .txt .author a{
   	color:#3C3734;
   }
   .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;
    }

   .sign_up .input label {
   float:left;
   width:90px
   }
   #sign_up .sign_up .input.checkbox label {width:280px;}
   .sign_up .input.select {
   text-align:left
   }
   .sign_up .input.select label {
   margin:0 18px 0 0;
   *margin-right:14px;
   }
   .sign_up .input.text input,  .join .input.text input {
   width:220px;
   }
   .sign_up .input.checkbox label,  .join .input.checkbox label {
   float:none;
   font-size:11px;
   padding:2px 0;

   }
   #sign_up .sign_up li.input {position:relative}
  #sign_up .sign_up li.input.text{
  	width:330px;
  }
   #sign_up .sign_up .input .message {
	/*
	height:45px;
	left:-125px;
	line-height:15px;
	margin:0;
	position:absolute;
	text-align:left;
	top:-18px;
	width:131px; */
  /* 	margin-left:0px;
   	text-align:left;
   	line-height:14px;
   	height:auto;
   	*/
	
	position:relative;
		margin-left:0px;
		text-align:left;
   		line-height:14px;
	   	height:auto;
		left:0px;
		width:auto;
		top:0px;

   	}
	
	 
   	#sign_up .sign_up .input .message span.description {		
		background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_register_alert.png) no-repeat scroll 0 3px;
		color:#333;
		height:45px;	
		left:-125px;
		padding:15px 10px 4px 15px;
		position:absolute;
		font-family:helvetica;
		font-size:11px;
		font-weight:300;
		top:-45px;
		width:108px;
		
		/*
		background:#DDDDDD none repeat scroll 0 0; */
	}
  
  
   #join .join .input.checkbox label {
   	display:inline;
  	margin:0;
  	position:static;
   }
   .join p {line-height:1.4}
  #sign_up .sign_up .input.checkbox input, .join .input.checkbox input {
   float:left;
   margin:0px 5px 0 2px;
   *margin-top:-6px;
   }

	.sign_up .input {margin-bottom:8px;}
   .sign_up_confirm .body div {
   margin:10px 0
   }
   .sign_up_confirm .body #closeBtn {
   margin:15px 0
   }
   .login fieldset {
   border:0;
   }
   .login .input {
   text-align:right;
   margin:0 0 10px
   }
   .login .input label,  .join .input label {
   float:left;
   width:80px;
   padding-top:4px;
   margin-left:25px;
   }
   .join .input label{
   	   margin-left:0px;
   }
   .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:195px;
   float:left;
   background:#cec3b1;
   }
   .sign_up .input.text input{
   	float:none;
   }
   .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;
   float:left;
   }
  .m32 .input .button.submit{
   	margin-left:105px;
	float:left;
   }
   .m32 .sign_up .input .button.submit{
   	margin-left:67px;
	*margin-left:59px;
   }
.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;
}

.m32 .input .button.cancel input{
		background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_cancel_button.png) no-repeat scroll center center;
		width:87px;
		height:26px;
		text-indent:-9999px;
		display:block;
		margin-left:9px;
		text-transform:uppercase;
	}
.login .input .button.cancel input:hover, .sign_up .input .button.cancel input:hover,
.forgot_password .input .button.cancel input:hover {text-decoration:underline;
cursor:pointer;}
   .login .input .fpl {
   display:block;
   margin:0;
   width:90%;
   font-size:11px;
	 clear:both;
	 text-transform:capitalize;
	 padding-top:5px;
	 text-align:right;
	 padding-right:30px;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:bold;
   }
   .forgot_password .module .content .head {display:none}
   .forgot_password fieldset .note {
   margin:0 0 14px
   }
 
   
   .forgot_password fieldset { 
	}
/*Changes after upgrading to 1.9 for registraion module-End*/	
   .forgot_password .input {
   text-align:right;
   margin:0 0 12px
   }
   .forgot_password .input label {
   float:left;
   width:80px;
   margin-top:4px;
   }
   .forgot_password .input.text input {
   background:#CEC3B1 none repeat scroll 0 0;
height:17px;
width:180px;
   
   }
   .forgot_password .input .button.submit {
   margin:0 0 0 90px
   }

   .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;
	}
	
	.mac #sign_up li.input.submit{
		height:25px;
	}
	
#sign_up li.input{
*width:332px;
}
	#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;
		margin-top: 6px;
	}
		
#forgot_password-350401 .input.text input {
float:left;
width:200px;
}
	
	
   .reset_password .note {
   margin-bottom:15px
   }
#TB_window html{
	background:none !important;
}
	/* sign up, login, reset password forms (pages.css doesn't work */
body.m32 {
	background:#7d7877;
 color:#FFF;
 font-family: Verdana, sans-serif;
 }
 .m32 #wrapper {
 width:430px;
 padding-bottom:1px;
 background:transparent;
 }
 
body#login #html-399827 .module .content .head, body#sign_up #html-399835 .module .content .head {
	border:none;
}


body#login #footer {
display:none;
height:0;
overflow:hidden;
width:0;
}


body#sign_up #footer {
display:none;
height:0;
overflow:hidden;
width:0;
}
body#login.m32 #page_title-350424 .module .content .head h3, body#sign_up.m32 #page_title-350426 .module .content .head h3  {

	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;
 margin-top:0px;
 }
body#login.m32 #errorMsg, body#sign_up.m32 #errorMsg {
	width: 360px;
	margin:0 auto;
	text-align:center;
	padding: 6px 0;
	background-color: #AA1213;
	color: #FFF;
	text-transform: uppercase;
	border-top:0;
	border-bottom:0;
	border-right:1px solid #565352;
	border-left:1px solid #565352;
}
body#sign_up.m32 #errorMsg {width:360px}
.m32 #container #moduleContainer0 {
	width:360px;
	border:1px solid #565352;
	border-width: 1px 1px 0 1px;
	background:#464442;
	}
body#login.m32 #container #moduleContainer0 {
	width:360px;
	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;
 }
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;
}	

.m32 #html-399835 .module .content {
	margin-bottom:0px;
}	 
body#sign_up.m32 #container #moduleContainer1{

	margin:0 auto;

}

 .m32 #container #moduleContainer2 {
 width:250px;
 float:right;
 margin:0 10px 0 0;
 display:none;
 }
 
 .m32 .module, .m32 .module .content .body,
 .m32 .module .content .foot {
 	background:transparent;
 	border:0
 	}
.m32 #container #moduleContainer0 .module{
	margin:0 0 0px;
	overflow:hidden;
	padding:4px 0 0;
	width:100%;	
}	

.m32 #container #moduleContainer1 .module .content .body ul {
	padding-top:9px;
	
}
#forgot_password_confirm-350402 .module .content .head{
	margin:0 auto;
	width:360px;
	background:#464442;
	border-color:#565352;
	border-style:solid;
border-width:0 1px;
}
#forgot_password_confirm-350402 .module .content .foot{
	*height:auto;
}
#forgot_password_confirm-350402 .module .content .body{
bottom-border:1px solid #565352;
margin-bottom:20px;
}
.m32 .module {
	padding-left:0px;
	padding-right:0px;
}
.m32 .sign_up_confirm .module .content .head{
	background:#464442 none repeat scroll 0 0;
border-color:#565352;
border-style:solid;
border-width:0 1px;
}
.m32 .module .content .head h3{
	text-align:left;
	}
	
body#login .forgot_password_confirm .module .content {

}
body#login .login .module .content .body,
body#login .forgot_password .module .content .body{
	width:360px;	
	margin:0 auto;	
	border-color:#565352;
	border-style:solid;
	border-width:0 1px 1px;
	background:#464442;
	}
	body#login .forgot_password .module .content .body{
		margin-bottom:20px;
	}
body#login #html-399827	.module .content .body {
	padding: 0 10px;
}
body#login .login .module .content .body  ul{
	padding:9px;
	padding-bottom:0px;
}
body#sign_up .sign_up .module .content .body,body#sign_up .sign_up_confirm .module .content .body {
	width:336px;
	margin:0 auto;
	padding:0 12px 10px;
		border-color:#565352;
		border-width:0 1px 1px;
		border-style:solid;
		background:#464442;
	}
body#sign_up .sign_up_confirm .module .content .body{
		margin-bottom:20px;
	}
body#sign_up .sign_up_confirm .module .content .head{
			width:336px;
	margin:0 auto;
	padding:0 12px 10px;
	border-color:#565352;
	border-style:solid;
	border-width:0 1px;
}

div.poweredBy a {
margin-top:-6px;
}
body.m32 .page_title .module .content .head h3{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_signin_title.png) no-repeat scroll left center;
height:51px;
margin:0 8px;
text-indent:-9999px;
width:332px;
}
body#login.m32 .module .foot, body#sign_up.m32 .module .foot {padding:0 5px 5px 5px;}
body#login.m32 .login .module  .foot, body#sign_up.m32 .sign_up .module .foot{
	margin-top:25px;
}
body#login .login .input .button.submit {padding-bottom: 10px}
.m32 .module .content .head h3 {
	border-color:#727374;
	color: #FFF;
	}
.m32 .page_title .module .head, .m32 .reset_password .module .head {
	padding-top:7px;
	background:transparent;
	border:0;
	*padding-left:5px;
	}
	
.m32 .join .module .head {display:none}
.m32 .sign_up .module .content .head, .m32 .login .module .content .head {display:none}
.m32 .module .content .foot{
		background:#464442;
}
.m32 .html .module .content .body {
	font-family:helvetica,arial,sans-serif;
font-size:12px;
font-weight:bold;
color:#B0ABA8;
}
.m32 .module .content .foot div.poweredBy {
	background-color:#464442;
	background-position: 8px 50%;
	margin:0 auto;
	color:#fff;
	font-family:helvetica,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:45px;
	}
.m32 	.module .content {padding:0}
.m32 .html .module .content .body {padding-top:10px}
.m32 label {
	text-transform:uppercase;
	font-family:helvetica,arial,sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
color:#b0aba8;
	}
.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 {
margin:0 auto;
width:360px;
background:#464442 none repeat scroll 0 0;
border-color:#565352;
border-style:solid;
border-width:0 1px;
margin-bottom:20px;
}
.mac  #login.safari3 .forgot_password_confirm .module .content .body,
.mac  #login.safari4 .forgot_password_confirm .module .content .body{
	margin-top:-5px;
}
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;
	margin:0 auto;
	background:#464442;
 }
/* end sign up, logn, pw reset forms */

#TB_closeAjaxWindow #TB_closeWindowButton {
	
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_sigin_close.png) no-repeat scroll right center;
	color:#FFFFFF;
	padding:0 15px 0 0;
	width:55px;
	height:10px;
	display:block;
	text-indent:-9999px;
	
}


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

.edit_profile .related {
	float:left;
	width:288px;
}
	
  .edit_profile fieldset {
  	padding-bottom:10px;
	padding-left:5px;
  	}
  .edit_profile fieldset:first-child {
  	padding-bottom:0;
  	border-bottom:0;
  	}
  .edit_profile fieldset legend {
  	font-size:18px;
  	text-transform: uppercase;
  	margin-top:10px;
	font-weight:bold;
  	padding-top:7px;
	*margin-left:-7px;
	color:#404345;
  	}
   .edit_profile fieldset:first-child legend {
   	margin-top:0; 
   	padding-top:0;
   	}
   .edit_profile .content .body {
   padding-top:10px;
   padding-right:0;
   overflow:hidden;
   background:#CEC3B1 none repeat scroll 0 0;
   margin-bottom:5px;
   padding:12px 8px 8px;
   }
  /* .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{
   		width:500px;
		line-height:18px;
   }
   .edit_profile .input.text label,
   .edit_profile fieldset .note, .input .note {width:auto;  line-height:18px;}
   .edit_profile fieldset .note {margin-top:0;}
   .edit_profile fieldset .input.textarea textarea {width:586px;}
   .edit_profile li.input  {margin-top:10px}
   	.edit_profile .input label {
   		font-size:12px;
   		text-transform:uppercase;
   		font-weight:bold;
   		}
	.input.annotation span.required {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_required.png) no-repeat scroll 0 4px;
	padding:0 0 0 8px;
}

.input.required label {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://origin-static.ciscoeos.com/1288330675/zipupload/6e3/0d0/fc07eba7aa5cc2590b6a3ef171/images/bg_required.png) no-repeat scroll 0 4px;
padding-left:8px;
}
   .edit_profile .input.textarea label {
   	padding-top:8px;
   	font-size:12px;
   	text-transform:uppercase;
   	font-weight: bold;
   	}
   .edit_profile .input div#inputCount {
   	font-size:10px;
   	line-height:12px;
	text-align:right;
	margin:10px 14px 0 2px
   	}
   .edit_profile .input.submit {
   margin:20px 14px 10px 0;
   }
   .edit_profile .tip {
   margin:10px 25px 0 35px;
   font-size:10px;
   }
   
     .edit_account .note:first-child {padding-top:10px}
   .edit_account .input {
   width:335px
   }
   .edit_account .input.text input {
   width:332px
   }
   
   .edit_account .edit_items, 
	.edit_account .mobileEmail,  
	.edit_account #submitDiv { 
	margin:15px 0 15px 20px 
	}
	
	.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;
	}
	
	.msie7#edit_account .module .content .head h3,
	#edit_account .module .content .head h3
{
	*position:relative;
}
	.edit_profile .nav_meta ul li.poweredBy a, .edit_account .nav_meta ul li.poweredBy a {
display:inline;
position:relative;
}
	/**** 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_sharelink.png) no-repeat 1px 0px;
      padding:2px 0 2px 20px
   }
   
   .sharebox .sb_head .sb_title a.sharelink {background-position:0 1px}
   .sharebox .sb_head .sb_title a.shareclose {
   	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/closeButton.png) no-repeat 100% 4px;
   	display:block;
   	float:right;
   	height:21px;
   	padding:2px 26px 0 0;
   	width:14px;
   	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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_sharelink_google.gif) no-repeat 0 0;
   	}
   .sharebox .sb_content .sb_body ul li.shareweb ul li.digg {width:24%}
   .sharebox .sb_content .sb_body ul li.shareweb ul li.eos_blog {width: 24%}
   .sharebox .sb_content .sb_body ul li.shareweb .hd {display:none}
   
   .sharebox .sb_content .sb_body ul li.shareurl input {
   	color:#333;
   	width: 310px;
   	margin:4px 0 0 10px;
   	font-size: 11px;
   	font-family: Verdana, sans-serif;
	background-color:#FFFFFF;
	font-weight:normal;
   	}
   .sharebox .sb_content .sb_body ul li.shareembed textarea {
   	color: #333;
   	font-size: 11px;
   	font-family: Verdana, sans-serif;
   	width: 310px;
   	height:52px;
   	margin:4px 0 5px 0;
}

.sharebox .sb_content{
	clear:both;
	
}

.sharebox .sb_head .sb_title{
	padding:16px 5px 11px 19px;
}
.articles .sharebox .sb_head .sb_title{
	padding:16px 5px 3px 19px;
}
 /******** Media Upload Stuff *********/
   #uploadForm {padding:10px 0 0 0}
   .media_upload .input.browse input#fileName {
   width:425px;
   margin:0 10px 0 0
   }
   .media_upload .input.text input {
   width:521px
   }
   .media_upload .input.textarea textarea {
   width:514px;
   position:relative;
   }
   .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/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_caros.png') repeat;
	 margin:200px 0px 0px 6px;
   }
   .carosUnit {
     overflow:hidden;
	 padding:12px;
	 display:none;
	 font-weight:bold;
	 color:#fff;
	 font-family:Georgia;
   }
   .carosUnit h3{
   	 width:470px;
	 margin-bottom:10px;
	 font-size:18px;
	 font-weight:bold;
   }
   
   /* Caros Buttons */
   #carosButtonsWrap{
   	 position:absolute;
	 top:7px;
	 right:7px;
	 width:59px;
   }
   .carosButton{
   	 width:29px;
	 height:30px;
	 cursor:pointer;
   }
	
   #leftCarosButton{
     float:left;	
	 background: url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_caros_button.png') no-repeat 0px -106px;
   }
	
   #rightCarosButton{
	 float:right;	
	 background: url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_caros_button.png') no-repeat 0px -36px;
	}
	
	#leftCarosButton.active {
	 background: url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_caros_button.png') no-repeat 0px -71px;
	}

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


.tourDatesWrapper {
/*	width:200px; */	
}
.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: #D33200;		
	text-decoration:none;
}

.tourDatesWrapper .tourDatesUnit{
	font-size: 13px;
	padding:10px 0;
	background:#A6A29A none repeat scroll 0 0;
	font-size:13px;
	margin-top:5px;
	padding:10px 0 0px 4px;
	
}
.tourDatesWrapper  .first{
	margin-top:0px;	
}
		
.tourDatesWrapper .tdDateField{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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: 12px;
	font-weight: bold;
	color:#292425;
	padding:4px 0 0 0;
	text-align:center;
}


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

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

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

.tourDatesWrapper .tourVenueBuyWrapper .tdVenueField .tdVenue {
	font-family:georgia;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	color:#292425;
	overflow:hidden;
}
.tourDatesWrapper .tdArtistName{
	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{
	text-align:center;
	width:96px;
	padding: 2px 0 3px 0;
}
.tourDatesWrapper .tourVenueBuyWrapper .tdBuyLinksField a{
	color:#292425;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_buyticket.png) no-repeat scroll 0px 0px;
	height:26px
}	

/* end tour dates */

/************* CELLSTREAM CSS BEGIN ****************/
  #cellStreamWrapper .csWrapper .timestamp, #csLogoElement, #cellStreamWrapper .csContent{
  	font-family: Helvetica;
  	font-size:9.5px;
  	line-height:13px;
  	color:#5d5d5d;
	text-transform:uppercase;
  }
  
  #cellStreamWrapper .csWrapper .user{
  	font-family: Helvetica;
  	font-size:9.5px;
  	line-height:13px;
  	color:#7A6C39;
	font-weight:bold;
	text-transform:uppercase;
  }
    #cellStreamWrapper{
    	height:635px;
    }
  
  #cellStreamSlider{
  	position:relative;
 	/*height:252px;*/
  	height:609px;
	margin-top:15px;
	background-color:#cfc9b0;
  }
  #csLogoElement{
  	padding:8px 0;
	text-align:left;
	border-bottom:1px solid #292524;
  }
  
  #cellStreamWrapper .csPage {
 	position:relative;
 	padding-left:20px;
		_padding-left:0px;
  }
  
  #cellStreamWrapper .csCell{
  	position:absolute;
  	overflow:hidden;
	background-color:#cfc9b0;
	padding-top:5px;
/*  	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:auto;
	padding-left:5.5px;
  }
  
  #cellStreamWrapper .imageVideo{
  	border:0px;
  }
  
  #cellStreamWrapper .imageVideo .image {
  	overflow: hidden;
  }
  #cellStreamWrapper .active .imageVideo .image{
  	height:200px;
  }
  #cellStreamWrapper .csContent .image img, #cellStreamWrapper .csContent .video img{
	height:116px;
  }
  #cellStreamWrapper .imageVideo .image img, #cellStreamWrapper .csContent .video img{
/*  	height:90px;*/
  }
#cellStreamWrapper .imageVideo .image img {border:none;}  
  
  #cellStreamWrapper .imageVideo .video {
  	height:116px;
  	overflow: hidden;
  	border: 1px solid #ccc;
  }
  
  .videoParams {display:none;}
  
  #cellStreamWrapper  .text {
  	padding:5px;
	font-family:Helvetica;
	font-weight:bold;
	font-size:12px;
	line-height:13px;	
  	color: #47423D;
	text-transform:none;
  }
  #cellStreamWrapper .imageVideo .text {
  	padding:8px 0 0;
	/*padding:0 0 12px; */
  }
  
  #cellStreamWrapper .csWrapper{
  	overflow: hidden;
  	color:#888;
	padding-left:5.5px;
  }
  
  /********* code for the on hover state active classes ***********/
  #cellStreamSlider .active{
  	height:248px;
  	width:230px !important;
  	z-index:5;
  }
  
   #cellStreamWrapper .active .csCell{
   	border:1px solid #ccc;
   }

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


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


  
  #cellStreamWrapper .active .imageVideo .image img{
  	height:200px; cursor:pointer;
	
  }
  
  #cellStreamWrapper .active .imageVideo .video img{
  	height:155px;

  }
  #cellStreamWrapper .active .imageVideo .video {
  	height:155px;
  }
  
  #cellStreamWrapper .active .csWrapper{
  	margin: 0px 10px;	
  }
  
  #cellStreamWrapper .active .csWrapper .timestamp{
  	float:left;
  }
  
  #cellStreamWrapper .active .csWrapper .user{
  	float:right;
  }
  
  /* Code for CS Buttons */
  .csButtonWrap {  
  	width:129px;
  	height:15px;	
	margin-top:-5px;
	*padding-top:5px;
  }
  .csButtonWrap a:focus { -moz-outline-style: none; }
  .csButtonWrap .csPrevious,  .csButtonWrap .csNext{
  	display:block;
  	color:#292526;
  	background-color:#b1917d;
  	width:68px;
  	height:23px;
  	text-decoration: none;
	cursor:pointer;
  }
  
  .csButtonWrap .csPrevious{
  	float:left;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_cs_prevactive.png) no-repeat scroll 3px 13px;
  	height:30px;
	width:57px;
  }
  .csButtonWrap .csPreviousDisabled{
  	float:left;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_prev_inactive.png) no-repeat scroll 3px 13px;
  	height:30px;
	width:57px;
  }
  
  .csButtonWrap .csPreviousDisabled {
  	cursor: default;
  }
  
  .csButtonWrap .csPreviousEnabled {
  	background-color: #b1917d;
  }
  
  .csButtonWrap .csNext{
	float:right;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_cs_nextactive.png) no-repeat scroll 3px 12px;
  }
  .csButtonWrap .csNextDisabled{
  	float:right;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_cs_nextinactive.png) no-repeat scroll 3px 12px;
  	height:30px;
	width:68px;
  }
  .csButtonWrap .csNext2{
  	*padding-top:5px;
  }
  .csButtonWrap .csNextDisabled {
  	cursor: default;
  }

  .csButtonWrap .csNextEnabled {
  	background-color:#b1917d;
  }
  
  .clear{
  	clear:both;
  }
  
  /**************************  Cellstream detail page section ******************************/
	
	
	 #cellStreamPhotosViewer .csWrapper .timestamp,#cellStreamPhotosViewer .csWrapper .user, #csLogoElement, #cellStreamPhotosViewer .csContent{
		font-family: "Verdana";
		font-size:10px;
		line-height:13px;
		color:#888;
	}
	
	
	#cellStreamPhotosViewer{
		position:relative;
		height:455px;
		width:623px;	
	}
	
	
	#cellStreamPhotosViewer .csPVContent{
		height:360px;
		width:600px	; 
		overflow: hidden;
		margin:5px;
		margin-bottom:6px;
	}
	
	
	#cellStreamPhotosViewer .csPage {
		position:relative;
		padding-left:20px;
		
	}
	
	#cellStreamPhotosViewer #csLogoElement{
		text-align:right;
		padding-right:30px;
		padding:20px 0 0;
	}
	
	#csPhotosViewWrapper .csCell{
		position:absolute;
		overflow:hidden;
		background:#fff;	
		-moz-border-radius:3px;
		width:610px;
	}
	
	#cellStreamPhotosViewer .csCell0{
		left: 0px;
	}
	
	#cellStreamPhotosViewer .imageVideo{
		border:0px;
		width:113px;
	}
	
	#cellStreamPhotosViewer .imageVideo .image {
		overflow: hidden;
		border: 1px solid #ccc;
	}
		#cellStreamPhotosViewer .csPVContent .image {
			height:360px;
			overflow:hidden;
		}

	#cellStreamPhotosViewer .csPVContent .image img{
		height:335px;
	}
	#cellStreamPhotosViewer .imageVideo .image img{
		height:90px;
	}
	
	#cellStreamPhotosViewer .imageVideo .video {
		height:90px;
		overflow: hidden;
		border: 1px solid #ccc;
	}
	
	.videoParams {display:none;}
	
	#cellStreamPhotosViewer  .text {
		padding:5px;
		color: #333333;
	}
	#cellStreamPhotosViewer .imageVideo .text {
		padding:6px 0 0 0;
	}
	
	#cellStreamPhotosViewer .csWrapper{
		overflow: hidden;
		color:#888888;
		margin:0 5px 0 5px;
		border-top: 1px solid #ccc;
		padding-top:6px;
	}
	
	
	#cellStreamPhotosNotAvl  .noImageText{
		font-family: arial;
		font-size:14px;
		font-weight:bold;	
		color:red;
	}
	#csPhotosNotAvl{
		height:150px;
		width:200px;
	}
	#cellStreamPhotosNotAvl{
		position:relative;
		height:70px;
		width:150px;
		padding:5px 10px 10px 10px;
	} 
  
  /************* CELLSTREAM CSS END ****************/

/****************************************** Music page**********/ 
   
    ul.songs {
   height:1%
   }
   .songs li {
   overflow:hidden;
   width:100%;
   margin:0 0 10px
   }
   .songs li .hd {
   margin:0 0 10px;
   height:0
   }
   .songs li.pro {
   border:0
   }
   .songs li .img {
   border: 2px solid #f6f6f6;
   background:url("http://static.ciscoeos.com/zipupload/e40/56a/44a2df941fd592751de711484b/images/icons/bg_audio_img.gif") no-repeat center center !important;
   float:left;
   margin:0 10px 0 0
   }
   .songs li.pro .img {
   border-color:#ddd
   }
   .songs li .img a {
   height:11px;
   width:15px
   }
   .songs li .txt {
   margin:0 0 0 30px
   }
   .songs li .txt .title {
   display:inline
   }
   .songs li .txt .title h4 {
   font-size:11px;
   display:inline
   }
   .songs li .txt .duration {
   font-size:11px;
   margin:0 0 0 0.6em;
   color:#DDD5B3;
   font-weight:bold;
   }
   .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:9.5px;
   line-height:20px
   }
   .content div.audio .tools ul li.admin.delete a {
   background-position: 0 -29px
   }
   .content div.audio .buy {
   font-size:11px;
   padding:10px 0 0;
   clear:both;
   height:auto;
   }
   .content div.audio .description {
   clear:both;
   padding:10px 0 0;
   font-size:11px;
   }
   .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/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_delete.png) no-repeat scroll 0 0;
	display:block;
	font-size:13px;
	height:18px;
	padding:0px 0 0px 23px;
	text-indent:-9999px;
	width:50px;
}
.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 {
   	height:51px;
   	margin: 0 auto;
   	background: #A19D9C none no-repeat scroll 0px 0px;
   	text-indent:-9999px;
   	}

   #logoLinks a {
   	height: 51px;
   	text-indent:-9999px;
   	display:block;
	float:left;
	background: #A19D9C url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/find_us_new.jpg) no-repeat scroll 0px 0px;
   }
   
   #logoLinks #findUSON {margin-left:75px;width:121px;cursor:default;background-position:0px 0px;}
   #logoLinks #myspaceLink {width:147px;background-position: -121px 0px;}
   #logoLinks #youtubeLink {width:98px;background-position:-268px 0px;}
   #logoLinks #pvLink {width:224px;background-position:-366px 0px;}
   #logoLinks #ljLink {width:133px;background-position:-590px 0px;}
   #logoLinks #fbrLink {width:111px;background-position:-723px 0px;}
   
   #logoLinks a:hover#myspaceLink {background-position:-121px -53px;}
   #logoLinks a:hover#youtubeLink{background-position:-268px -53px;}
   #logoLinks a:hover#pvLink{background-position:-366px -53px;}
   #logoLinks a:hover#ljLink{background-position:-590px -53px;}
   #logoLinks a:hover#fbrLink{background-position:-724px -52px;}

/* Keep this as the bottom of global.css *****/
/* IE 7 hacks */
*:first-child+html .module .content .foot.empty {height: 0 !important; overflow: hidden !important;display:none !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/6b8/49f/41bb8e588b33c52605a9d02a83/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 {	
	background-repeat:no-repeat !important;
	padding-left:18px !important;
	right:10px !important;
	text-indent:-999px !important;
	top:7px !important;
	width:36px !important;
	}
.adminModalWindow .main, #alertDeleteConfirm .main {color:#FFF !important;}
.adminModalWindow .actions button.smallPrimary, #alertDeleteConfirm .actions .button.submit {
	border:1px solid #b1917d !important;
	background: #FFF !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px !important;
	font-weight:bold !important;
	padding:2px 10px !important;
	text-transform:uppercase;
}
.adminModalWindow .actions button.smallPrimary span {
	color: #b1917d !important;
	padding:0 !important;
	background:transparent !important;
	height: auto !important;
	line-height:1.16em !important;
	}
#alertDeleteConfirm .actions .button.submit {color: #0094CC !important;margin-left:68px;
cursor:pointer;}
#alertDeleteConfirm.modalWindow .actions .button.submit{
	padding: 0;
	float:none;
	
}
#alertDeleteConfirm .actions{
	text-align:right;
}
.adminModalWindow .actions button.smallSecondary, #alertDeleteConfirm .actions .button.cancel {
	font-weight:normal !important;
	background: transparent !important;
	padding: 0 !important;
	color:#b1917d !important;
	font-family:helvetica;
font-size:13px !important;
}
#alertDeleteConfirm .actions .button.cancel{
	float:none;
}
.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;text-align:left;}
	.modalWindow .main .module .content .body {padding-bottom:0}
	.modalWindow .actions .button.submit button, .modalWindow .actions .button.cancel button {
		background:transparent !important;
		padding:0px 0px 3px 0px !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/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_sigin_close.png") no-repeat scroll 0 0px !important;
	padding-right:0 !important;
	}
.modalWindow .actions .button.cancel button {color:#B8A662 !important;margin-top:4px !important;
cursor:pointer;}
.modalWindow .actions .button.submit button {
	color:#B8A662 !important;
	font-weight:bold !important;
	cursor:pointer;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
} 

#alertDeleteConfirm.adminModalWindow .actions button.smallSecondary span{
color:#b1917d !important;	
}
#alertDeleteConfirm.adminModalWindow .top a.closeModal {
	background: transparent url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_sigin_close.png") no-repeat scroll 0 0px !important;	
	height:22px !important;
	}
	
#alertDeleteConfirm.modalWindow .main .module .content .head h3 {
	color:#FFFFFF;
	}
	
	
	
/* End modal dialogs */



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

#alertFlagConfirm.modalWindow .top {
	padding: 0px ! important;
	z-index:2; 
}
#alertFlagConfirm.modalWindow .main {
	  background: #000 url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/alert.jpg) repeat-x top left !important;
	  color: #FFFFFF;
}

#alertFlagConfirm.modalWindow .top a.closeModal {
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_sigin_close.png) no-repeat scroll right 4px !important;
	color:#b1917d  !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	padding: 2px !important;
	width : 52px;
	text-indent:-9999px;
}

#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;
	color:#FFFFFF;
	font-size:22px;
}

#alertFlagConfirm.modalWindow .actions .button.submit {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/mlist_button_bg.png) no-repeat scroll right 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{
	background:#EEEEEE none repeat scroll 0 0 !important;
}
#alertFlagConfirm.modalWindow .actions .button.submit button{
	height:28px !important;
}
#alertFlagConfirm.modalWindow .actions .button.submit {
margin-top: -3px;
}

#alertFlagConfirm.modalWindow .actions .button.submit button{
padding:2px 10px !important;

}

#alertFlagConfirm.modalWindow .actions{	
	padding:30px 0 7px;
	width:81%;
}


/* End of Flagging Functionality ****/


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

/* Start of edit account */
.edit_account .input.checkbox {
  margin:0;
}
.edit_account .hd {
  margin:0 0 10px 0
}
.edit_account .title {
 margin:0 0 5px 0
}
.edit_account .title h4 {
  display:inline;
  font-weight:bold;
  margin:0 4px 0 0
}

/* 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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_s.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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_l.gif") no-repeat center center
}
/* End of Discussion  */

/* Start of Album Listing */
ul.albums {
height:1%
}
.albums li {
float:left;
margin:0 20px 15px 0
}
.albums li.pro {
border:0
}
.albums li .img {
border: 5px solid #e4e4e4
}
.albums li .txt {
font-size: 10px;
padding:5px 0 0 0
}
.albums li .txt .title {
height:24px
}
/* don't let title text run into things below */
.albums li .txt .title h4 {
font-size:11px;
height:100%;
line-height:12px;
overflow:hidden
}
.albums li .txt .rating {
float:left;
overflow:hidden;
/*margin:4px 0 6px;*/
margin:7px 0 5px;
}
.albums li .txt .comments {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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:auto;
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:auto;
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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
}
.albums li.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_s.gif") no-repeat 50% 50%;
}
.albums li.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_m.gif") no-repeat 50% 50%;
}
.albums li.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_l.gif") no-repeat 50% 50%;
}
.albums li.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_xl.gif") no-repeat 50% 50%;
}
.albums li.xxl .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
height:70px;
float:left;
margin:0 10px 10px 0;
width:70px
}
div.album.s .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_s.gif") no-repeat 50% 50%;
height:104px;
float:left;
margin:0 10px 10px 0;
width:104px
}
div.album.m .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_m.gif") no-repeat 50% 50%;
height:140px;
float:left;
margin:0 10px 10px 0;
width:140px
}
div.album.l .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_l.gif") no-repeat 50% 50%;
height:350px;
width:350px;
float:left;
}
div.album.xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/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:#AFAD9F;
font-size:10px;
font-weight:bold;
margin-top:3px;
text-transform:uppercase;
}
div.album .author span,
div.album .date span, 
div.album .tracks span {
color:#A59455;
font-size:11px;
text-transform:capitalize;	
}

.albums li .txt .date,
.albums li .txt .tracks { 
color:#AFAD9F;
font-size:10px;
font-weight:bold;
margin-top:3px;
text-transform:uppercase;
}
.albums li .txt .date span,
.albums li .txt .tracks span{
	color:#A59455;
	font-size:11px;
	text-transform:capitalize;
}

.content div.album .description {
color:#bbb;
}
div.album .val {
padding:0 0 0 2px;
text-transform:none;
}
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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_xs.gif") no-repeat 50% 50%;
float:left;
margin:0 10px;
}
.playlist .info .img span {
display:block
}
.playlist .info .xs .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_xs.gif") no-repeat 50% 50%
}
.playlist .info .s .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_s.gif") no-repeat 50% 50%
}
.playlist .info .m .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_m.gif") no-repeat 50% 50%
}
.playlist .info .l .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_album_l.gif") no-repeat 50% 50%
}
.playlist .info .xl .img {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/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;
color:#88783F;
font-size:12px;
font-style:italic;
margin:0 10px;
}
.playlist .info .txt .title h3,.content div.audio .title h3  {
color:#f7f0e2;
font-size:12px;
text-transform:capitalize;
margin:3px 0;
font-weight:bold;
}
.playlist .info .txt .album {
color:#4c4642;
font-size:11px;
margin:0 0 10px 0;
font-weight:bold;
}
.playlist.s .player {
height:35px;
background:#f7f0e2;
}
.playlist.v .player {
height: 300px
}
.playlist .list {
overflow-y:auto;
overflow-x:hidden;
height:108px
}
.playlist .list ul li {
background:#bbb;
border-top:1px solid #999;
color:#fff;
font-size:11px;
line-height:20px;
height:20px;
overflow:hidden;
padding:0 5px;
vertical-align:top
}

.playlist .list ul li.active {
background:#ccc;
color:#444
}
.playlist .list ul li .status {
width:20px;
float:left;
height:20px
}
.playlist.s .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_pl.gif') no-repeat 50% 5px
}
.playlist.v .list ul li.active .status {
background:url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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:#FFF;
}
.playlist .list ul li .title {
width:130px;
float:left;
margin:0 0 0 5px;
line-height:19px;
font-size:10px;
color:#FFF;
}
.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 {
 background: url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_audio_buy.png") no-repeat scroll 0 -2px transparent;
    color: #444444;
    float: right;
    line-height: 19px;
    position: relative;
    text-indent: -9999px;
    width: 45px;
	height: 25px;
	
}
.msie7 .playlist .list ul li .buy {
	height:20px;
	}
.playlist .list ul li .buy a {
   background: none repeat scroll 0 0 transparent;
    border: 0 none;
    left: -2px;
    padding: 3px 0;
    position: absolute;
    width: 45px;
	height: 25px;
}
.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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_stats.gif') no-repeat 50% -79px;
line-height:12px;
height:12px;
display:block;
padding:0 10px;
margin:3px 0 0
}
/* End of Audio Playlist */

/* Start of Album Buy links */
.buy {
height:1.6em;
line-height:1.6em;
}
.buy a {
background:#fff url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/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 #878787;
	border-top: none;
	font-size:10px;
	background: none;
	color: #292425;
}

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


.button.cancel input {
  	background-color:transparent;
	color:#867844;
}
.add_new_article .button.cancel input,
.edit_blog .button.cancel input{
	background:transparent none;
	color:#867844
}
.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;
	background-color:#746D63;
	font-family:helvetica;
	font-size:11px;
	color:#D0CBC1;
	font-weight:bold;
}
   	
.input.textarea textarea {
	padding:3px;
	overflow:auto;
	padding-left:10px;
}   

.input.file input, .input.browse input {
	padding:2px;
	background-color:#746D63;
	font-family:helvetica;
	color:#D0CBC1;
	font-size:11px;
	font-weight:bold;
}

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

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

li.admin.flag a {
	padding:0 0 0 20px;
}
.mac .safari3 li.admin.flag,
.mac .safari4 li.admin.flag,
.mac .firefox3 li.admin.flag,
.mac .safari3 li.admin.flag a,
.mac .safari4 li.admin.flag a,
.mac .firefox3 li.admin.flag a{
	padding-bottom:3px;
}
.content li.comment .tools ul li.admin.delete {
	border: none;
	background-color:transparent;
    padding-bottom:0px;
	padding-top:0px;
}
.tools ul li.admin.delete{
	background-color:transparent !important;
}

/* End of Code for EOS 1.6.1 */

/**************** merged from SS1 **************/
#TB_iframeContent{
  height: 505px !important; //To avoid scroll bar
  margin-top:0px !important; 
}
#TB_title{
	background:#464442 none repeat scroll 0 0 !important;
height:30px !important;
}
#uploadPolicy {
padding:8px;
width:100%;
}

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

/************************** 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/6b8/49f/41bb8e588b33c52605a9d02a83/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/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_member_xs.gif") no-repeat center center;
	display:none;	
}

 


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

a.twitterContainerMore{
background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_viewall_sprite_new.png) no-repeat scroll 0 0;
display:block;
float:right;
font-size:11px;
font-weight:bold;
height:4px;
margin-top:-16px;
padding:5px 3px 0 0;
text-indent:-9999px;
text-transform:uppercase;
width:51px;
}

#twitterFooter{
*text-align:right;
}

 .mac .safari3 #twitterFooter,
 .mac .safari4 #twitterFooter
{
text-align:right;
}

 .mac .safari4 #twitterFooter a.twitterContainerMore,
 .mac .safari3 #twitterFooter a.twitterContainerMore{
	float:right;
}

#twitterFooter a.twitterContainerMore{
	*float:none;
}
a.twitterContainerMore:hover{
	background-position:0px -9px;
}
#twitterFooter{
	padding-bottom:5px;
}
/*
.grid_3 a.twitterContainerMore{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/visit_dropdown_5.png) no-repeat scroll right center;
}
*/



.twitterContainer {
	background-color: transparent;

}

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

.twitterContainer ul {
	list-style: none;
}

.twitterContainer li {
	padding:10px;
	background:#CFC9B0 none repeat scroll 0 0;
}

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

.tweetsHolder .userInfo,
.tweetsHolder .userInfo a {
	font-size: 12px;
	font-weight: bold;
}

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


.tweetsHolder .userLink {
	display: inline;
}

.tweetsHolder .message {
	color: #48433E;
	font-weight:bold;
	font-size: 10px;
	padding: 5px 0px 3px;
}

.tweetsHolder .message a {
}

.tweetsHolder .created {
	color:#5D5C5C !important;
font-size:9.5px;
text-transform:uppercase;
}

.tweetsHolder .follow {
	margin: 3px 0;
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/follow-arrow.png) no-repeat 0 75%;

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

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


.tc_nav_page .tcPreviousDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_prev_inactive.png) no-repeat;	
	cursor:default !important;
}
.tc_nav_page .tcNextDisabled{
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_next_inactive.png) no-repeat;	
	cursor:default !important;
}

.tc_nav_page .tcNextEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_next.png) no-repeat;
}
.tc_nav_page .tcPreviousEnabled{
	background: url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_page_prev.png) no-repeat;	
}


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



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

.input.radio input {
  float:left;
  margin:0 9px 0 1px
}
.input.radio label strong {
  color:#333;
  font-size:14px;
  font-weight:bold;
  margin:1px 0 4px 0 
}
.input.checkbox input {
  float:left;
  margin:2px 10px 0 1px;
}
.input.checkbox label {
  margin:1px 0 4px 0 ;
  padding:0px 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:#58524F;
  font-size: 11px;
  float:left;
}
.content div.member .txt .obj_meta li.flag a {
  background-position: 0 -74px;
  color: #58524F;
  font-size: 11px;
  float:left;
  margin:2px 0
}
.content div.member .txt li.admin.prome a {
  color:#58524F;
  font-size: 11px;
  float:left;
  margin:2px 0
}
.content div.member .txt li.admin.fanme a {
  font-size: 11px;
  color:#58524F;
  float:left;
  margin:2px 0
}
/* 6564 */

/* 8980 */

.videos li .txt .description {
  height:65px;
  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 {
}
.articles li .activity a, div.article .activity a,
.articles li .tools ul li a, div.article .tools ul li a{
  font-size: 9.5px;
  color:#6d5820;
  font-weight:bold;
  text-transform:uppercase;
  display:inline-block;
  height:17px;
  line-height:13px;
}
.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 3px 0 0;
  border:1px solid #ccc;
  background:url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_audio_img.gif') no-repeat top left !important;
}

/* Eos Upgrade 1.8 fix - End */



#join.m32 #container #moduleContainer0{
	width:374px !important;
	margin:0 auto;
}
#join.m32 #wrapper{
	width:100% !important;
	margin:0 auto;
}
#join.m32 #container #moduleContainer1{
	width:100% !important;
	margin:0 auto;
	float:none;
	display:block;
	border:none;
}
#join.m32 #container #moduleContainer1 .module .body{
	width:344px !important;
	margin:0 auto;
	border-left:1px solid #565352;
	border-right:1px solid #565352;
	border-bottom:1px solid #565352;
	background:#464442 ;
	padding:0 15px;
}

.join .input.text input{
	float:left;
margin-left:25px
	
}
.join .button.submit{
	margin-left:105px;
}
#join.m32 .module, #join.m32 .module .content{
	padding:0px;
}
#join.m32 #join-350410 .module .content .foot{
	margin-top:12px;
}
#join.m32 #errorMsg{
	width:350px;
	margin:0 auto;
}

/* --- Register module styling --- */
#html-858069.html .module .content,#html-858071.html .module .content,#html-857891.html .module .content,
#html-858070.html .module .content,#html-373085.html .module .content {
	padding:0px;
	border-top-color:#D33200;
	margin-bottom:15px;
}

#html-858069.html .module .body,#html-858071.html .module .body,#html-857891.html .module .body,
#html-858070.html .module .body,#html-373085.html .module .body {
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_joinus_sprite.png) no-repeat scroll 0px 0px;
	height:42px;
}

#html-858069.html .module .content .head,
#html-858069.html .module .content .foot,#html-858071.html .module .content .head,
#html-858071.html .module .content .foot,#html-857891.html .module .content .head,
#html-857891.html .module .content .foot,#html-858070.html .module .content .head,
#html-858070.html .module .content .foot,#html-373085.html .module .content .head,
#html-373085.html .module .content .foot{
	display:none;
}
#html-858069.html .module .content,#html-858071.html .module .content,#html-857891.html .module .content,
#html-858070.html .module .content,#html-373085.html .module .content{
	margin-bottom:5px;	
}


.commLinks{
	cursor:pointer;
	float:left;
}
#commLinksWrapper .commLinks a{
	color: #D33200;
	text-decoration:none;
	text-indent:-9999px;
	display:block;
	cursor:hand;
	padding:0px;
	height:42px;
}

.jcSignIn a{
	width:120px;
}
.jcJoinTheCommunity a{
	width:229px;
}

#commLinksWrapper .commLinks  a.signinCommLink:hover{
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_joinus_sprite.png) no-repeat scroll 0px -45px;
}

#commLinksWrapper .commLinks a.joinCommLink:hover{
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_joinus_sprite.png) no-repeat scroll -121px -45px;
}


/*
.jcJoinTheCommunity a{padding:0 0 0 10px;}
.jcSignIn a{padding:0 10px 0 0;}
.jcTakeATour a{padding:0 10px;}*/


/*
#commLinksWrapper {
	background: url('http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_joinus.jpg') no-repeat;
}

*/

#mContainer {
	*height:25px;
}

.mailButton{
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:22px;
	width:340px;
	-moz-outline-style:none;
}
#mContainer a.mailButton{	
	padding-top:5px;
	text-indent:-9999px;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_mailinglist_sprite.png) no-repeat scroll 0px 0px;
	
}
#mContainer a.mailButton:hover{
	padding-top:5px;
	text-indent:-9999px;
	background: #2f2c29 url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_mailinglist_sprite.png) no-repeat scroll 0px -39px;
}
#mContainer {
	background-color:#46423F;
	*margin-top:0px;
	*padding-bottom:5px;
}
#mobilePinForm a.closeButton
{
	position: absolute;
	color:#cccccc;
	font-weight: bold;	
	top:5px;
	right: 7px;
	background: transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/closeButton.png) no-repeat scroll 3px 5px;
	height:20px;
	width: 20px;
}

#mobilePinForm a.closeButton:hover
{
	color: #fff;
	background-color:#000000;
}


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

#mobilePinForm{
	position: absolute;
	border: 1px solid #000000;
	color: #cccccc;
	/*font-weight: bold;*/
	z-index:1007;
	display: none;

}

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

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

/* mobile PinForm - Submit button*/

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

#mobilePinForm .formContainer a.submit
{
	display: block;
	text-decoration: none;
	cursor: pointer;
/*
	background-color: #ddd;
	-moz-border-radius:15px;
*/
	padding:6px 17px 6px;
	text-align: center;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	float:right;
	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/mlist_button_bg.png") no-repeat;
}

#mlistEmbed{
	padding-top:35px;
	padding-bottom:15p;
	text-align:center;
}
/* styles for formContainer  */

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

.formContainer input{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:Arial;
	font-size:18px;	
	color: #333333
}

.formContainer label{
	font-family: Verdana;
	font-size: 11px;
	color:#ffffff;
	line-height:30px;
	text-transform: capitalize;
}

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

.formContainer .requiredAstriex{
	position:absolute;
	left:-10px;
	top:10px;
	color:#D33200;
	
}

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

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

.clear{
	clear:both;	
}

.formContainer .mListFormInput{
	float:right;
	padding:4px;
	border:0px;
	color:#333;
	font-family:verdana;
font-size:13px;
}

.formContainer .mListFormLabel{
	float:left;
}

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

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

#mobileFormWrapper .form1 {
	width:325px;
/*	margin-left:730px;*/ /*Temporary: to be changed based on design framework */
	background:#56514D;
}

#mobileFormWrapper #privacyText{
	clear:both;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	line-height:1.5;
	margin:14px 0 5px;
}

#mobilePinForm .mlistError {
	color:#FF0000;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

#formContainer1 {
	padding:10px;
}

#formContainer1 .requiredFieldText{
	text-align:left;
	font: 9px Verdana;
	text-transform: uppercase;
	margin-bottom:10px;
	color:#D33200;
	width: 120px;
}

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

#formContainer1 #mListMobileForm1 {
	min-height:28px;
}


#formContainer1 .mListFormInput{
	width:190px;
}

#formContainer1 .mListFormLabel{
	width:87px;
}

#formContainer1 #mListCountry1{
	-moz-border-radius:5px;
	width:200px;
}


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

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


#mlistForm2Left{
	float:left;
	width:150px;
	background:#e0e0e0 url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/mlist_left_form2_bg.png") repeat-x;
	height:460px;
	border:1px solid #bdbcbd;
	border-width:1px 0px 1px 1px;
	color:#333333;
}

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

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

#mlistForm2Right{
	float:right;
	width:326px;
	color: #cccccc;
	background:#56514D none repeat scroll 0 0;
}

#mlistForm2Right .wrapper{
	padding:20px 10px 8px 15px;
}

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

#formContainer2 .mListFormLabel{
	width:95px;
}

#formContainer2 .mListFormInput{
	width:190px;
}
#mListZipForm2 #mListZip2{
	*display:block;
}


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

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

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


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

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

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

#formContainer2 .mlMonth,#formContainer2 .mlDate, #formContainer2 .mlCountry,#formContainer2 #mlGenderDropDown{
	width:198px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

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

#mListDateMonthContainer {
	float:right;
	width:198px;
}

#formContainer2 .checkBoxes input{
	width:5px;
	*width:16px;
	height:20px;
	margin-left:0px;
	float: left;
	width:13px;
}

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

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

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

/* Applying styles for Privacy text message (Layer 2) */
#formContainer2 #privacyText{
	clear:both;
	margin:10px 5px 20px 10px;
	font-size:10px;
	font-weight:normal;
	font-family: Verdana;
	line-height: 1.5;
	color: #cccccc;
}


/* Styles for Form 3(Layer-3)*/
#mobileFormWrapper .form3{
	background:#56514D none repeat scroll 0 0;
	height:90px;
	width:205px;
	margin-left:58px;
	border: 1px solid #000;
	-moz-corner-radius:3px;
	-webkit-corner-radius:3px;
}

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

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

#formContainer3 .mlGreeting {
	margin-left:12px;
	font-size: 13px;
	line-height: 1.5;
	font-family: Arial;
	color: #cccccc;
	font-weight: bold;
}


/* --- End Register module styling --- */

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


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

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

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


/* --- For eos upgrade to 1.10 ---*/
.content .body .input.text input.date {
   width:150px;
 }
/* --- End eos upgrade to 1.10 ---*/

/* --- For google search enging in search landing --- */
#googlecseWrap #googleCSEBlock{
	margin:-28px 0 0 353px;
	position:absolute;
	width:298px;
}
/* --- End google search enging in search landing --- */

.msie7 .edit_blog .content .body .input.textarea textarea,
.msie7 .add_new_article .content .body .input.textarea textarea,
.msie8 .edit_blog .content .body .input.textarea textarea,
.msie8 .add_new_article .content .body .input.textarea textarea  {	
 width:592px !important;
}
discussion_listing .nav_meta ul li.more a {
 display:inline-block;
 text-transform: uppercase;
 font-size:11px;
 line-height:11px;
 font-weight:bold;
 background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_alldiscussion_sprite.png) no-repeat -1px 0px;
 text-indent:-9999px;
 color:#b7a562;
 width:92px;
 height:5px;
 *float:left;
 }

.discussion_listing .nav_meta ul li.more a:hover{
 	background-position:-1px -10px;
 }
 #add_new_discussion #add_new_article-350364.add_new_article .content .body {
 	padding: 12px 8px 8px;
 	}
.discussion_listing .nav_meta ul li.new a,
.discussion_entry .nav_meta ul li.new a {
 display:inline-block;
 text-transform: uppercase;
 font-size:11px;
 line-height:11px;
 font-weight:bold;
 background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_startadiscussion_sprite.png) no-repeat 0px 0px;
 text-indent:-9999px;
 color:#b7a562;
 width:110px;
 height:5px;
 *float:left;
 }

.discussion_listing .nav_meta ul li.new a:hover,
.discussion_entry .nav_meta ul li.new a:hover{
 	background-position:0px -10px;
 }
#moduleContainer5.grid_2{
	z-index:2;
}

.add_new_article .content .body {
background-color:#CEC3B1;
margin-bottom:5px;
padding:12px 8px 8px;
}

/* for changes in extras page */

.extras_txt{

padding:4px 4px 4px 0;
}

.albums li .txt .title h4 a{
	font-size:13px;
	color:#AFAD9F;
}

.txt .comments.vd {
color:#A59455;
font-family:Arial;
font-size:13px;
}

.nav_meta .register a {
background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_becomeafan_sprite.png) no-repeat scroll -1px 0;
color:#B7A562;
display:block;
font-size:11px;
font-weight:bold;
height:5px;
line-height:11px;
text-indent:-9999px;
text-transform:uppercase;
width:79px;
}

.nav_meta ul li.register a:hover {
background-position:-1px -10px;
}
/* styling for extras page*/
.wallpaperwrap {
float:left;
margin-bottom:6px;
margin-left:6px;
margin-top:8px;
width:302px;
}

/* for displaying hand on photo hover effect */

a img, a:link img, a:active img, a:visited img{
	cursor:pointer;
}

/* for merch flyout in IE */

.grid_9 .grid_3{
	z-index:999;
}

/*For html footer*/

#FooterLinks1, #FooterLinks2, #FooterLinks3 {	
	margin:0 auto;
	
	}

#FooterLinks2{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_rule.png) no-repeat scroll center center;
}
#FooterLinks3{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_rule.png) no-repeat scroll 0px 16px;
}
#footerLogos {margin:0 auto;}

 #FooterLinks1 h3 {
 	margin-bottom: 0 !important;
 	padding-bottom: 19px;
 }
   #FooterLinks1 ul,  #FooterLinks2 ul,#FooterLinks3 ul {
   	padding:0 0 12px 0;
	clear:both;
	
   	}
	#FooterLinks3 ul{
		*padding-bottom:0px;
	}
	 #FooterLinks1 ul ul#footerStoreLinks,  #FooterLinks2 ul ul#footerStoreLinks,#FooterLinks3 ul ul#footerStoreLinks{
	 	color:#F7F0E2;
font-weight:bold;
margin:5px 0 0;
padding-bottom:0;
	 }
	 
	 #FooterLinks1 ul#footerStoreLink,  #FooterLinks2 ul#footerStoreLink,  #FooterLinks3 ul#footerStoreLink{
	 	padding-bottom:0;
	 }
	 
	 
	 
	 #FooterLinks1 ul#footerUKStoreSubLinks,#FooterLinks2 ul#footerUKStoreSubLinks, #FooterLinks3 ul#footerUKStoreSubLinks{
	 	padding:5px 0 0px 21px;
		font-size:10px;
	 }
	 
	 #footerUKStoreSubLinks li{
	 	margin-bottom:5px;
	 }
	 #FooterLinks1 ul ul ul#footerStoreSubLinks li a,  #FooterLinks2 ul ul ul#footerStoreSubLinks li a,#FooterLinks3 ul ul ul#footerStoreSubLinks li a{
	 	color:#F7F0E2;
font-size:10px;
margin:5px 0;
display:block;
	 }
   #FooterLinks2,   #FooterLinks3  {
   	clear:left;
   	padding-top:13px;
	/*
background:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_rule.png) no-repeat scroll center center;
*/
   	}
	#FooterLinks3  h4{padding-top:25px;}
   #FooterLinks1 div,  #FooterLinks2 div, #FooterLinks3 div {
   	float:left;  
   }
   #FooterLinks3 .ft_Germany{
   	float:none;
   }
  #FooterLinks1 h4,  #FooterLinks2 h4,#FooterLinks3 h4 {
  	text-transform: uppercase;
  	margin-bottom:5px;
	*margin-bottom:7px;
  	font-size:18px;
	color:#fff;
  }
  .msie7 #FooterLinks3 h4 {width:auto;float:none !important;}
  #FooterLinks1 ul li,  #FooterLinks2 ul li,#FooterLinks3 ul li {margin-bottom:7px}
  #FooterLinks1 ul li a,  #FooterLinks2 ul li a,#FooterLinks3 ul li a {
  	font-weight:bold;
	color:#F7F0E2;
  	}
#FooterLinks3 ul li.uk{
	margin-bottom:0px;
}
#FooterLinks3 ul li.germany{
	margin-left:24px;
	margin-bottom:0px;
}		
	
  #FooterLinks3 ul li {
	padding-left:18px;
  }
  
  #FooterLinks3 .footerSpainFlag{
  	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_countryflags.png") no-repeat 0px 3px;
  }
  
  #FooterLinks3 .footerUKFlag {
  	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_countryflags.png") no-repeat 0 -17px;
  	
  }
  
  #FooterLinks3  .footerJapanFlag{
  	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_countryflags.png") no-repeat 0 -37px;
  	
  }
  
    #FooterLinks3 .footerGermanyFlag {
  	background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/bg_countryflags.png") no-repeat 0 -57px;
    	
    }

  .footerColumn1,.footerColumn2,.footerColumn3,.footerColumn4,.footerColumn5,.ft_UK{
  	padding-left:24px;
width:175px;
  }
  
#FooterLinks2 .footerColumn1,#FooterLinks2 .footerColumn2,#FooterLinks2 .footerColumn3,
#FooterLinks2 .footerColumn4,
#FooterLinks2 .footerColumn5{
	padding-top:25px;
}
  .container_14 #leftWrapper.grid_3{
  	*margin-bottom:32px;
	z-index:101;
  }
  
 /*Z-index issue fix*/
#moduleContainer3{
	z-index:5;	
}

#moduleContainer2{
	z-index:50;	
}
.grid_5#rightwrapper{
	z-index:105;
} 

/* Bug fix */
.grid_3 .ArtistStore_footer{
   	*margin-top:5px;
   }
   
.module .content .body{
	clear:both;
	padding:0;
}

object,object:hover,object:active,object:focus{
	outline-style:none;
}

/* ****** Add CSS 1.09  release rules ****** */

.edit_account .body h3 { 
 font-weight:bold 
} 
.edit_account .mobileEmail p { 
margin-bottom:5px 
} 
 .edit_account .note { 
font-size:11px 
}
.edit_account .on { 
color:#0c0 
} 
 
.edit_account .off {
background:url("http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_settings_boolean.gif") no-repeat 2px -16px;
}

.forgot_password fieldset { 
 height:125px 
}

/* ****** End Add CSS 1.09 release rules ****** */

/* ****** Add CSS 1.11 release rules ****** */


.join .hd {
  margin:10px 0 0 0;
}
.join .annotation {
  float:none;
}
.sign_up .annotation {
  float:none;
}

.media_upload .input.browse span {
display: block;
margin: 5px 0;
}

.media_upload .input#inputCount {
width:100%;
margin:5px 0;
}

.media_upload .input.browse span {
  display: block;
  margin: 5px 0;
}


/*IE8 bug fix*/
     .msie8 .ad .body{color:transparent;height:auto;} 
    .msie8 .ad.medium .body {width:auto; height:auto;}
    .msie8 span#_fw_span_728x90slot span{
    display:block !important;/*to override inline style*/
    }
	
	.msie8  span#_fw_container_728x90slot span{
		display:block !important;
	}
	.msie8 .ad.leaderboard .body span._fwph span._fwac span{
		display:block !important;
		margin-top:-14px !important
	}
	.msie8 #wrapper .ad .leaderboard{
		margin-top:19px;
	}
	.msie8#home #overallwrapper .ad .leaderboard{
		margin-top:31px
	}
	.msie8#photo #wrapper .ad .leaderboard, .msie8#video #wrapper .ad .leaderboard,
	.msie8#audio_detail #wrapper .ad .leaderboard, .msie8#photo_detail #wrapper .ad .leaderboard,
	.msie8#video_detail #wrapper .ad .leaderboard,	.msie8#tour_dates #wrapper .ad .leaderboard, .msie8#album_detail #wrapper .ad .leaderboard,
	.msie8#twitter #wrapper .ad .leaderboard, .msie8#contact_us #wrapper .ad .leaderboard, .msie8#bio #wrapper .ad .leaderboard{
		margin:21px auto 12px;
	}
	.msie8 #wrapper .ad .medium,.msie8 #overallwrapper .ad .medium
	{
		padding-top:0px;
		margin-bottom:0px;
	}
	
	.msie8 .grid_5 .ad.medium span#_fw_container_300x250slot{
		display:block !important;
		padding:20px;
	}
	.msie8 .grid_5 .ad.medium span#_fw_container_300x250slot span{
		display:block !important;
	}
	.msie8 .grid_5 .ad.medium .body {
		padding:0px;
	}
	
	.msie8 .grid_5 .ad.medium{
		/*padding-top:0px;
		margin-bottom:0px;*/
		margin:0px !important;
		padding:0px !important;
		background:none !important;
	}
	
	
	.msie8 .grid_5 .ad.medium span._fwph span._fwac span {
		padding:20px !important;
		border: 5px solid #56514D;
		margin-bottom:20px !important;
		margin-right:5px !important;
	}
	.msie8 .grid_5 #ad-350347 {
		margin-top:-3px;
		margin-bottom:-10px;
	}
	.ad.leaderboard .body span._fwph span._fwac span {
		padding-top:5px;
	}
/* ****** End Add CSS 1.11 release rules ****** */

div.jqmOverlay {
	z-index:2999 !important;
}

#alertDeleteConfirm.modalWindow  {
	z-index:3000 !important;
}

#join-350410 .module .content .body ul{
	padding: 0px 9px 9px 9px;
}

#join-350410 .module .content .body ul li.annotation span.private{
	height:15px;
}

/* --- For asterisks addition - Starts--- */
.join .input.required label{
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_required.png) no-repeat scroll 0 2px;
padding:0 0 0 10px;
}
#join .join .module .content .input.checkbox.required .errorInput {display:block;}
#join .join .module .content .input.checkbox .errorInput {display:block;}
#join .join .module .content .input.annotation span.required {	display:block;
	background:transparent url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/icons/bg_required.png) no-repeat scroll 0 4px;
	padding:0 0 0 10px;	margin-left:266px;
}
.join .input.text input{float:right;margin-right:50px;}
#join .join .input.checkbox label{background:transparent none repeat scroll 0 0;padding:2px 0;}
/* --- For asterisks addition - Ends--- */


/**************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/6b8/49f/41bb8e588b33c52605a9d02a83/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-382956 .tourDatesWrapper .tourDatesUnit{
	padding:10px 0px 0px 4px;
}

/* End - Added for 2.2  upgrade issue in RSS modules */


.nav_main ul.flyoutMenu li ul.subStore {
left:101px;
top:-28px !important;
display:none;
width:60% !important;
}

.nav_main ul.flyoutMenu li ul.UK.subStore li a{
	width:50px;
	text-align:center;
	background-image:none;
}

.nav_main ul.flyoutMenu li#UKNav{
	background-color:#565251;
background-position:9px 50% !important;
background-repeat:no-repeat;
color:#BBB39E;
cursor:pointer;
display:block;
font-family:Times new roman;
font-weight:bold;
height:auto;
margin:0;
padding:7px 10px 8px 32px;
position:relative;
text-indent:0;
text-transform:uppercase;
width:115px;
font-size:12px;
height:13px;
}

.nav_main ul.flyoutMenu li#UKNav:hover{
background-color:#3e3932 !important;
	text-decoration:none;
	}

/* Feedback button styling - Starts */
a#fdbk_tab {
	background-image:url(http://static.global.ciscoeos.com/zipupload/6b8/49f/41bb8e588b33c52605a9d02a83/images/tb_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{
float:left;
margin-left:5px;
margin-right:0;
width:198px !important;
background:#CEC3B1 none repeat scroll 0 0;
}
.edit_discussion .module .content .body{
background-color:#CEC3B1;
padding:12px 8px 8px;
margin-bottom:5px;
}
.edit_discussion .defaultSkin table.mceLayout{
width:600px !important;
	
}
.defaultSkin iframe{
	height:400px !important;
}

.msie8 .ad.leaderboard{
	margin-top:47px !important;
}
/* 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 */

/* EOS 2.7 Upgrades Css changes Starts */ 
li.admin.ban a {padding:0 0 0 28px;color:#6D5820;}
.content div.member .txt li.admin.ban{margin:2px 0 0 18px;}
/* EOS 2.7 Upgrades Css changes Ends */