/**
* $Id: xtubestyle.css
* Module: MyTube
*/
.module_header {
    float:center;
	overflow:hidden;
	font-family: georgia, times, serif;
	font-weight: normal;
	padding:5px; 
}  

.module_title {
    float:left; 
    text-align:left; 	
color: #a52524 !important;
}

.module_title a {
    font-weight: bold;
}


.module_title_right {
    float:right; 
    text-align:right; 
	width:20%; 
	margin-top:6px;	
}


.mytube_button {
	padding-right: 0.5em; 
	padding-left: 0.5em; 
	padding-bottom: 3px; 
	padding-top: 2px; 
	background-image: url(images/icon/backgnd.png); 
	background-position: center center; 
	background-repeat: repeat-x; 
	color: #444; 
	font-size: smaller; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer; 
	border: outset 1px #CCC;
	white-space: nowrap;
	}

.mytube_letters {
	margin-bottom: 8px; 
	margin-top: 8px; 
	padding-right: 0.5em; 
	padding-left: 0.5em; 
	padding-bottom: 1px; 
	padding-top: 1px; 
	background-image: url(images/icon/backgnd.png); 
	background-position: center center; 
	background-repeat: repeat-x; 
	color: #444; 
	font-size: smaller; 
	font-weight: bold; 
	line-height: 16pt;
	cursor: pointer;
	border: outset 1px #CCC;
	}
  
.mytube_legend {
  padding-bottom: 12px;
  padding-top: 12px;
  text-align: right;
  font-size: smaller;
  vertical-align: middle; }

.mytube_itemTitle a {
  font-size: 130%; 
  font-weight: bold; 
  font-variant: small-caps; 
  color: #FFFFFF;
  background-color: transparent;}

.mytube_header {
  text-align: center;
  line-height: 120%;
  padding-bottom: 12px;}

.mytube_path {
  text-align: left;
  font-weight: bold; 
  line-height: 120%; 
  padding-top: 12px; 
  padding-bottom: 12px; 
  font-size: smaller; }

.mytube_description {
	padding: 4px;
	margin: 4px;  
	border:1px solid #787878; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
	
.mytube_infoblock {
  width: 45%;
  height: 80px;
  float: left;
  padding: 5px;
  margin-left: 10px; 
  margin-right: 2px;
  }
  
  .mytube_infoblock_right {
  width: 45%;
  height: 80px;
  float: right;
  padding: 5px;
  margin-right: 10px; 
  margin-left: 2px;
  text-align: right;
  }
  
div.mytube_socbookmark a img {
	opacity: .4;
	filter: alpha(opacity=40);
	}
div.mytube_socbookmark a:hover img {
	opacity: 1;
	filter: alpha(opacity=100); }
