/*
 * Right-side ad space
*/

#right_ads {
	width: 128px;
	height: auto;
	background: #ffffff;
	float: right;
	/* added on Jan 27, 2009 by Trey Howard for ticket CVSITE-1858. i don't like it, but it fixes it. */
	margin-top: -325px;
}

#right_ads .ad_unit {
	margin: 14px 0px;
	width: 120px;
	text-align: center ;
}

.right_ad {
	margin: 14px 3px;
	width: 120px;
	height: 60px;
	background: #cfcfcf;
}


/*
 * Additional ad space
*/

#additional_ads {
  clear: both;
	height: 218px;
	width: 760px;
	background-image: url(/_img/adspace_bg.gif);
  background-repeat: repeat-x;
  margin-top: 0px;
}
#additional_ads_1024 {
  clear: both;
        height: 218px;
	margin-left:119px;
        width: 760px;
        background-image: url(/_img/adspace_bg.gif);
  background-repeat: repeat-x;
  margin-top: 0px;
}

.added_ad {
	float: left;
	margin: 9px 4px 5px 4px;
  	padding: 0px;
	width: 180px;
	height: 200px;
	background: #666666;
}

div[class="added_ad"] {
	margin: 9px 0px 5px 8px;
}

.added_ad_shade {
	position: absolute;
  	visibility: hidden;
	margin: -193px 0px 0px -184px;
  	padding: 0px;
	width: 180px;
	height: 195px;
	background: #666666;
  cursor: pointer;
}

div[class="added_ad_shade"] {
	margin: -193px 0px 0px 8px !important;
}


/*
 * Windowshade ad declarations
*/

#menu1Container, #menu2Container, #menu3Container, #menu4Container {
  margin:-201px 0px 0px 0px;
  visibility:hidden;
  overflow:hidden;
  z-index:10000;
}

#menu1Container, #menu1Content, #menu2Container, #menu2Content, #menu3Container, #menu3Content, #menu4Container, #menu4Content {
  position: absolute;
  width:180px;
  height:200px;
}

#shade_ad0 {
  margin: 0px;
  padding: 0px;
  width: 180px;
  height: 200px;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}


/*
 * Bottom ad space
*/

#bottom_ads {
	height: 70px;
	width: 750px;
	background: #ffffff;
  margin: 0px;
  text-align: center !important;
}

div[id="bottom_ads"] {
	margin-left: 1px !important;
}

#bottom_ads .ad_unit {
	float: left;
	margin: 5px 1px 5px 3px;
	width: 120px;
	height: 60px;
  text-align: center;
}

.bottom_ad {
	float: right;
	margin: 5px 1px 5px 3px;
	width: 120px;
	height: 60px;
	background: #cfcfcf;
}

