/*
	Name:		IE Global Stylesheet Fixes (all versions of IE)
	File:		main_global_ie.css
	Purpose:	Provide a standard site-wide pool of IE css/html fixes.  These
				are applied to all versions of IE - 6,7,8.
*/

/* ******************************************************
		Header Navigation - PNG shadow fix
   ****************************************************** */
#headernav .menu #menutabs .fixIE
{
	position: absolute;
	top: 33px;
	left: 0px;
}

#headernav .menu #menutabs .fixIE .sub
{
	position: static;
}
#headernav .menu #menutabs .fixIE .shadow
{
	background: url(images/top_nav_boxBg.png) no-repeat bottom left;
}

#headernav .menu #menutabs .fixIE .fixIE_bottom
{
	display: none;
	background: url(images/top_nav_boxBottom.png) no-repeat bottom left;
	height: 12px;
	margin-top: -5px;
	width: 180px;
	margin-left: -1px;
}

body #headernav .menu #menutabs .fixIE .fixIE_bottom
{
	_margin-left: 0px;
}

#headernav .menu #menutabs div.fixIE.giftcards .shadow
{
	background: url(images/gift_cards_slice_top.png) no-repeat bottom left;
	width: 516px;
}
#headernav .menu #menutabs div.fixIE.giftcards .fixIE_bottom
{
	background: url(images/gift_cards_slice_btm.png) no-repeat bottom right;
	width: 499px;
}
ul#topnav li.mega a.choice span
{
	padding-right: 6px;
	padding-right: 10px\0;
}

/* fix bug so add this style */
#headernav .menu #menutabs div.fixIE.giftcards .sub
{
width: 481px !important;
}

#headernav .menu #menutabs .fixIE ul
{
	margin: 0;
	padding: 10px 0 0 0;
	width: 162px;
	list-style: none;
	position: relative;
}
#headernav .menu #menutabs .fixIE dl
{
	float: left;
	margin: 10px 0 10px 0;
	overflow: auto;
	position: relative;
}
#headernav .menu #menutabs .fixIE dl dt
{
	margin: 0 0 7px 0;
	padding: 0;
	float: left;
	clear: left;
	width: 220px;
	font-weight: bold;
}
#headernav .menu #menutabs .fixIE dl dd
{
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 220px;
}
#headernav .menu #menutabs .fixIE dl dd.last
{
	margin: 0 0 5px 0;
}
#headernav .menu #menutabs .fixIE dl.row1
{
	width: 250px;
	border-right: solid 1px #aaaaaa;
}
#headernav .menu #menutabs .fixIE dl.row2
{
	width: 220px;
	padding-left: 10px;
}
.gifteditregistrytab .guestmessage #giftmessage textarea
{
    width: 760px;
    height: 80px;
}

/** fix star display issue in IE */
#productaccessories .productinfo .outlook .rating p img.star{
	margin:0;
	padding-right:500px;
	padding-bottom:15px;
}
/** fix star display issue in IE */
.cookingclasses .outlook .rating p img.star{
	margin:0;
	padding-right:500px;
	padding-bottom:15px;
}

div.addrform div.citystatezip input[name*="city"] {
	width: 137px;
}
div.addrform div.citystatezip input[name*="zip"],
div.addrform div.citystatezip input[name*="postalCode"] {
	width: 91px;
}
