/** $Id: advertisers.css,v 1.12 2009-03-16 20:09:56 everettq Exp $ */
#bd .left {
	float: left;
	width: 665px;
	*width: 643px; /*643*/
    
}

#bd .right {
	float: right;
	width: 305px;
}

#bd .top {
}

#bd .bottom {
	clear: both;
}

#sizzle {
	margin: 10px;
	height: 285px;
	width: 645px;
	*width: 623px;
	background: #dddddd;
}

#sizzle img {
	*width: 643px;
}

#solution-items {
	font-family: arial;
}

#solution-items .hover {
	background: #ccc;
}

#solution-items h3 {
	margin-left: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #6c3978;
}

#solution-items .editable .bd {
	display: block;
	clear: both;
}

#solution-items p {
	margin-left: 15px;
	margin-bottom: 25px;
	font-size: 15px;
	color: #666;
}

#solution-items ul {
  overflow:hidden;
  width:100%;
}

#solution-items li {
	float: left;
	padding: 0;
	width: 305px; /*288px;*/
	margin: 10px 5px 5px 10px;
    _margin-left: 5px;
}

#solution-items li .sol-item-module {
	border:none;
	margin: 0;
}

#solution-items .sol-item-module .hd {
	padding: 0;
}

#solution-items .sol-item-module .hd h3 {
	margin: 0;
	font-family: arial;
	padding: 0 10px;
	font-size: 18px;
	color: #007aaa;
	*width: 268px;
	text-transform: none;
}

.sol-item-module .hd span {
	cursor: pointer;
}

#solution-items .editable h3 {
	float: left;
}

#solution-items .editable span {
    float: right;
}

.sol-item-module .bd,
.sol-item-module .ft {
	color: #000;
	font-family: arial;
	padding: 10px;
    *padding-top: 5px;
}

#solution-items .sol-item-module .hd {
	background:none;
}


#right-module li {
	 margin: 10px;
	/* width: 283px; Removed to display right margin list markers correctly on Property pages */
	border: none;
} 

#solution-items span {
	cursor: pointer;
}

#whats-new-module .bd li {
	width: auto;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
}

#uh_topbar li.topbar_right {
  margin-top: 4px;
}

#uh_topbar li.topbar_right a {
	display: inline;
}

#uh_topbar li.topbar_right .sprite_bg {
	font-weight: bold;
	background-image:url(http://l.yimg.com/a/i/us/uh/bt2/sprite_v1.png);
	background-position: 100% -53px;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	color: #666;
}

#uh_topbar li.topbar_right .sprite_bg  a {
	font-weight: bold;
	background: url(http://l.yimg.com/a/i/us/uh/bt2/sprite_v1.png) no-repeat;
	background-position: right 4px;
	margin-right: 10px;
	padding-right: 12px;
}

#uh_topbar li.topbar_right .sprite_bg a:hover {
	text-decoration: underline;
}

#uh_topbar li.topbar_right .sprite_bg ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	position: absolute;
	white-space: nowrap;
	z-index: 9999;
	background-position: 0 -383px;
	background-color: #cadde0;
	background-repeat: repeat-x;
	border: 1px solid #666;
}

#uh_topbar li.topbar_right .sprite_bg .visible {
	display: block;
}

#uh_topbar li.topbar_right .sprite_bg .hidden {
	display: none;
}

#uh_topbar li.topbar_right .sprite_bg ul.menu li {
	padding: 3px 10px;
	margin: 0;
	font-weight: normal;
	float: none;
	background: none;
	border-bottom: none;
	list-style-position: outside;
}
	
#uh_topbar li.topbar_right .sprite_bg ul.menu li a {
	background: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#uh_topbar li.topbar_right .sprite_bg ul.menu li.menu_hd {
	font-weight:bold;
	padding: 7px 10px;
	border-bottom: 1px solid #666;
	margin: 0 0 5px 0;
}

#uh_topbar li.topbar_right .sprite_bg ul.menu li.last-child {
	background: #fcfcfc none repeat scroll 0 0;
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px dotted #d4d4d6;
	color: #000;
}

/*
    Position and hide the Menu instance to prevent a flash of unstyled
    content when the page is loading.
*/

div.yuimenu {
    position: absolute;
    visibility: hidden;
}


