/* CSS Document */


/*///////////////// box model hack ubernav ////////////////*/		
#ubernav {
	clear: both;
	float:left;
	margin:0px;
	padding: 11px 14px 14px 14px;
	}
	#ubernav { 
		width:970px; 
		height: 47px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:942px;
		height: 22px;
		}
	html>body #ubernav { /* to Firefox */
		width:942px;
		height: 22px;
		}

	/*///////////////////ubernav///////////////////*/
	#ubernav dl {
		border-right: solid #707070 1px;
		color: #fff;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		line-height:22px;
		margin: 0px;
		padding: 0 12px 0 0;
		}		
		#ubernav dt {
			display:inline;
			}		
		#ubernav dt a {
			color: #707070;
			padding: 2px;
			text-decoration: none;
			}		
		#ubernav dt a:hover {
			color: #fff;
			text-decoration: none;
			}			
		#ubernav dt.current a {
			/*background-color:#0061C4;*/
			background-color:#C27302;
			color: #fff;
			padding: 2px;
			text-decoration: none;
			}		
		#ubernav dt.current a:hover {
			background-color:#141414;
			color: #fff;
			text-decoration: none;
			}
			#ubernav dd {
				display:inline;
				padding:0 0 0 4px;
				}		
			#ubernav dd a {
				color: #fff;
				padding: 2px;
				text-decoration: none;
				}		
			#ubernav dd a:hover {
				color: #fff;
				text-decoration: none;
				}		
			#ubernav dd.current a {
				/*background-color:#0061C4;*/
				background-color:#C27302;
				color: #fff;
				padding: 2px;
				text-decoration: none;
				}		
			#ubernav dd.current a:hover {
				background-color:#141414;
				color: #fff;
				text-decoration: none;
				}


	#ubernav ul {
		color: #707070;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		line-height:22px;
		margin: 0px;
		padding: 0 0 0 9px;
		}
		#ubernav li {
			display:inline;
			list-style: none;
			margin: 0;
			padding: 0 2px 0 2px;
			}
		#ubernav li a {
			color: #707070;
			text-decoration: none;
			}
		#ubernav li a:hover {
			color: #fff;
			text-decoration: underline;
			}
		
	#dropdownnav {
		float: right;
		padding:0;		
		}
		#dropdownnav form {
			margin:0;
			padding:0;
			}
			#dropdownnav select {
				color: #000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				width: 200px;
				}
		

/*///////////////////Superbanner and Logo, old H1///////////////////*/		
#superbanner {
	clear: both;
	float: left;
	padding:0 0 14px 0;
	width:970px;
	position: relative;
	z-index: 1;
	}
	#superbanner_content {
		position: absolute;
		z-index: 2;
		top: 0px;
		right: 0px;
		}

		.logo { /* Just IE6: */ 
			width: 238px;
			height: 92px;
			margin: 0;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/yyw/images/handbagLogo.png',sizingMethod='scale');
			} 
		head:first-child+body .logo{ /* The Owen Hack, hides this from ie Lovely Firefox */
		background: url(../images/handbagLogo.png);
			}

/*///////////////////Naomi's new Navigation Tabs///////////////////*/
#tabs {
	clear: both;
	background-image:url(../images/tabAllBg.png);
	width:970px;
	height:31px;
	padding:0;
	margin:0;
	}	

.tabs {
	position: relative;
	}
		
.tabs ul {
	float:  left;
	background-color: transparent;
	background-image: url(../images/tabAllBg.png);
	background-repeat: repeat-x;
	width:870px;
	padding: 6px 0 0 0;
	}
*html .tabs ul {
	padding-top: 0px;
	}

.tabs li {
	float:  left;
	list-style: none;
	display: inline;
	margin: 0;
	margin-right:-4px;
	}

.tabs li a {
	text-decoration: none;
	margin:0;
	color: #fff !important;
	font-size: 13px;
	font-weight:bold;	
	padding: 8px 14px 8px 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
*html .tabs li a {
	float: left;
	text-decoration: none;
	}

.tabs li a:visited {
	padding-left:14px;
	text-decoration: none;
	}

.tabs li a:hover, .tabs li.selected a {
	background-color: transparent;
	background-image: url(../images/tabOver.png);
	background-repeat: repeat-x;
	text-decoration: none;
	}
*html .tabs li a:hover, .tabs li.selected a { /* IE6 */
	float: left;
	text-decoration: none;
	}
	
.tabs a.tohandbag {
	float: left;
	width: 100px;
	height: 30px;
	text-indent: -2000px;
	text-decoration: none;
	}

/*  Style for Drop Down Menu  */
.dropmenudiv_e {
	position:absolute;
	top: 0;
	margin-top:-2px;
	background-color: #8c8c8c;
	font:10px Arial;
	line-height:22px;
	width: 140px;
	visibility: hidden;
	color: #fff !important;
	text-decoration: none;
	z-index:5000;
	}


.dropmenudiv_e a {
	width: 140px;
	display: block;
	text-indent: 14px;
	border-bottom: 1px dotted #9d9d9d;
	padding: 2px 0;
	text-decoration: none;
	color: #fff !important;
	}

* html .dropmenudiv_e a { /*IE only hack*/
	width: 100%;
	}


.dropmenudiv_e a:hover { 
	background-color: #757575;
	color: #fff !important;
  text-decoration: none;
	}

/*///////////////////Navigation Tabs///////////////////*/

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */



/*/////////////////// hottopics ///////////////////*/
/*///////////////// box model hack ubernav ////////////////*/		
#hottopics.tv {
	background-image:url(../images/TVheaderBg.png);
	margin:0px;
	padding:25px 14px 0 14px;
	}
	#hottopics.tv { 
		width:970px; 
		height:90px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:942px;
		height:65px;
		}
	html>body #hottopics.tv { 
		width:942px;
		height:65px;
		}

		/* googlesearch within hottopics tv */
		#hottopics #googlesearch {
			float:right;
			margin: 0;
			padding:0;
			text-align: right;
			width:300px;
			}		
			#hottopics #googlesearch img { /* Just IE6: */ 
				margin: 0;
				float:right;
				padding:0 46px 0 4px;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/yyw/images/footerGoogleLogo.png',sizingMethod='image');
				} 
			html>body #hottopics #googlesearch img {
				background:url(../images/footerGoogleLogo.png) no-repeat;
				float:right;
				padding:0 46px 0 4px;
				}

			/*#hottopics  #googlesearch img {
				float:right;
				padding:0 46px 0 4px;
				}*/	
						
			#hottopics #googlesearch form {
				margin:0;
				padding:0;
				}
			#hottopics #googlesearch input.searchtext {
				color: #656565;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: normal;
				margin-bottom:5px;/*/// IE ///*/
				}
			html>body #hottopics #googlesearch input.searchtext { 
				margin-bottom:0;
				}
			#hottopics #googlesearch input.gobutton {
				background:transparent url(../images/footer_bgo_big.png) no-repeat scroll 100% 0;
				border:0px solid;
				cursor: hand;
				height:32px;
				padding:0 0 0 10px;
				/*text-indent:-1000px;*/
				width:42px;
				}


/*/////////////////// googlesearch within RHS ///////////////////*/
#contentright #googlesearch {
	float: left;
	margin: 0;
	padding:0 0 25px 0;
	text-align: right;
	width:300px;
	}
	
	#contentright #googlesearch img { /* Just IE6: */ 
		margin: 0;
		float:right;
		padding:0 46px 0 4px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/yyw/images/footerGoogleLogo.png',sizingMethod='image');
		} 
	html>body #contentright #googlesearch img {
		background:url(../images/footerGoogleLogo.png) no-repeat;
		float:right;
		padding:0 46px 0 4px;
		}

	/* #contentright  #googlesearch img {
		float:right;
		padding:0 46px 0 4px;
		}*/
		
	#contentright #googlesearch form {
		margin:0;
		padding:0;
		}
		
		#contentright #googlesearch input.searchtext {
			color: #333333;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal;
			margin-bottom:5px;/*/// IE ///*/
			}
		html>body #contentright #googlesearch input.searchtext { 
			margin-bottom:0;
			}
			
		#contentright #googlesearch input.gobutton {
			background:transparent url(../images/footer_bgo_big.png) no-repeat scroll 100% 0;
			border:0px solid;
			cursor: hand;
			height: 33px;
			padding: 0 0 0 10px;
			/*text-indent:-1000px;*/
			width:42px;
			}
