/* styling of the container. */ 
#Player1, #Player2, #Player3 { 
    display:block; 
    width: 350px; 
    height:250px;  
    text-align:center; 
    margin:0;
				padding:0;
    float:left; 
	border:1px solid #2b2b2b;
	z-index:-1;
} 
 
/* play button */ 
#Player1 img, #Player2 img, #Player3 img { 
    margin:0px; 
    border:0px;
} 
 
/* when container is hovered we alter the border color */ 
#Player1:hover, #Player2:hover, #Player3:hover { 
    border:1px solid #fff; 
}


/* Style for home tabs */
.column_left_home {
	background: url(/images/h_tab_bg.png) no-repeat top left;
	width:635px;
	margin-right:10px;
	padding:0px;
	float:left;
	height:415px;/*padding:15px 20px;
  margin:8px auto;*/
}

.column_left_home ul {
	background:#f1f1f1 url(/images/h_tabbottom_bg.png) no-repeat bottom left;
	height:95px;/*border: 1px solid red;*/
}

.column_left_home ul a {
	background:url(/images/h_tabs_hoverandout.png) no-repeat top right;
	display:block;
	padding:10px 30px 10px 8px;
	text-decoration:none!important;
	font:11px arial;
	color:#666;
	height:75px;
	font-weight:bold;
}

.column_left_home ul a:hover {
	background:url(/images/h_tabs_hoverandout.png) no-repeat bottom right;
	color:#666;
}

.column_left_home ul a.selected {
	background:url(/images/h_tabs_hoverandout.png) no-repeat bottom right;
	cursor:default;
}

.column_left_home li {
	list-style:none;
	float:left;
	height:95px;
}


.column_left_home li.tabtitli {
	background:url(/images/h_tabs_hoverandout.png) no-repeat top right;
}

.column_left_home b.tabtit {
	letter-spacing:-1px;
	font:bold 20px/20px tahoma;
	margin-left:0px;
	overflow:hidden;
}

.column_left_home .tabs {
	height:260px;
	padding:30px;
	clear:left;
}


/*************************************
buttons shadow orange bg grey for homepage box logins
**************************************/	

.btnorange_home {
	background:#FFFFFF url(/images/bt_left_shadow_orange_home.png) no-repeat scroll left top;
	color:#fff;
	cursor:pointer;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:41px;
	line-height:28px;
	text-align:center;
	margin-right:5px;
	text-decoration:none;
}

.btnorange_home span {
	background:transparent url(/images/bt_right_shadow_orange_home.png) no-repeat scroll right top;
	cursor:pointer;
	color:#fff;
	display:block;
	float:left;
	height:41px;
	line-height:28px;
	padding:0 15px;
}

.btnorange_home.active {
	background-image:url(/images/bt_left_shadow_orange_home.png);
	background-position:left bottom;
}

.btnorange_home.active span {
	background-image:url(/images/bt_right_shadow_orange_home.png);
	background-position:right bottom;
}

.btnorange_home:hover {
	background-position:left bottom;
	text-decoration:none;
	color:#000;
}

.btnorange_home:hover span { background-position:right bottom; }

