/* blog Landing */

.blogpackage {
	width: 212px;
	height: 150px;
	padding: 193px 0px 0px 515px;
	background:url(/images/blog/blog_bg_wp_ref.jpg) no-repeat;
}

.blogpackage p#blogaddcart {
}

#blogtabs p.blogcontent {
	width: 320px;
	float: left;
	margin: 10px 0px 10px 20px;
}

#blogtabs .blogfeatures {
	background: url(/images/blog/blogfeaturebg.gif) bottom left no-repeat;
	clear: both;
	width: 718px;
}

#blogtabs .blogfeatures ul {
	margin: 0px;
	width: 325px;
	float: left;
	padding: 10px 0px 10px 20px;
}

#blogtabs .blogfeatures li {
	line-height: 1.5em;
	list-style: none;
	background: url(/images/domains/tran_bull.gif) no-repeat;
	padding-left: 8px;
}

#blogtabs .blogfeatures .clearit {
	clear: both;
}

#blogtabs p.blogbottom {
	font-size: 11px;
}

div.wp_ref_bg {
	background-image: url(/images/blog/blog_bg_wp_ref.jpg);
}

/** Tabs **/

.ui-tabs-hide {
	display: none;
}

ul#tabs li img {
	vertical-align: bottom;
}

#tabs {
	margin: 0;
	padding: 0px;
	height: 32px;
	list-style: none;

	overflow: hidden;
	background: url(/images/blog/blogfeaturetop.gif) bottom left no-repeat;
	}

#tabs li {
	margin: 0px 5px 0px 0px;
	padding: 0;
    list-style: none;
	display: inline;
	}

#tabs a {
	float: left;
	padding: 32px 0 0 0;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win only */
	}
	
#tabs a:focus {
	-moz-outline: none;
	}
	
.overview a  {
	width: 179px;
	background: url(/images/blog/tran_overview.gif) top left no-repeat;
	}
	
.features a  {
	width: 179px;
	background: url(/images/blog/tran_features.gif) top left no-repeat;
	}
	
#tabs a:active, .ui-tabs-selected a {
	background-position: 0 -32px;
	}

