body { margin: 0; padding: 0; height: 100%; text-align: center; min-width: 700px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } 


/* General Links */
a:link { text-decoration : none; border: 0px;} 
a:active { text-decoration : underline; border: 0px;} 
a:visited { text-decoration : none; border: 0px;} 
a:hover { text-decoration : underline; border: 0px;} 


img { padding: 0px; margin: 0px; border: none;}
hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }


input { font-family: 'Verdana'; color: #2f2928; font-size: 11px; }
textarea { font-family: 'Verdana'; color: #2f2928; font-size: 12px;  }
select { font-family: 'Verdana'; color: #2f2928; font-size: 11px;  }


h1, h2, h3 { font-family: "Trebuchet MS" ;}
h4 { font-family: 'Verdana'}


#bgcontain { background: #fff; width: 900px; margin: 0 auto; text-align: left; } 
/* IE min height hack */ * html #container { height: 250px;} 
#container { padding: 0; float: left; width: 100%; clear: both; min-height: 250px; padding-top: 21px; margin-top:2px; } 


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.header h1.HeaderImage {padding: 0px 0px; margin: 0px;}
.header h1.HeaderText { }
.header { width: 900px; position: relative; } 
.header h1 { font-size: 32px; letter-spacing: -2px; font-weight: normal; font-family: "Trebuchet MS"; padding: 20px 0px 20px 10px; margin: 0px; text-transform: lowercase;}


/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.menu, .menu ul {margin: 0; padding: 0; list-style-type: none; display: block; }


.menu ul {
	width: 11em;
	border: 0; 
	
}


.menu { 
	position: absolute; top: 25px; right: 0px;
	font-size: 11px; letter-spacing: -1px; font-weight: bold;
}


.menu a span { padding:8px 7px 11px 0px; display: block; float: left; }


.menu li { margin: 0; padding: 0; border: 0; display: block; float: left;	/* move all main list items into one row, by floating them */
	position: relative; /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5; /* thus we need to apply explicit z-index here... */
}


.menu li a {
	display: block;
	height: 32px;
	cursor: hand;
}


.menu li li a:link, .menu li li a:visited {
	font-weight: bold;
	height: auto;
	display: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}


.menu a, .menu a:link, .menu li a:visited {
	text-decoration: none; padding: 0px 0px 0px 7px; margin-right: 2px;
}


.menu ul a:link, .menu ul a:visited {
	width: 150px;
			font-weight: bold;
}


.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}


.menu li li { float: none; /* items of the nested menus are kept on separate lines */ 


}


.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 100;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}


.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}


.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0; left: 100%;
}


/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */
/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 11px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.leftwrap { float: left; width: 655px; margin-right: 15px;  } 


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.content { float: right; width: 450px; padding: 15px 0px;} 


/* BreadCrumb */


.content .BreadCrumb { font-size: 10px; margin: 0px 0px 15px 0px; padding:7px;  }
.content .BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 20px; background: url(../Images/BreadCrumbIcoUl.png) no-repeat left center;}
.content .BreadCrumb li { background: url(../Images/trail_arrow.gif) no-repeat left center; margin: 0px 4px 0px 0px; padding: 0px 0px 0px 10px; text-decoration: none; display: inline;}
.content .BreadCrumb li a { margin: 0px; padding: 0px; text-decoration: underline;}
.content .BreadCrumbGreater { padding:4px; }


.content h1 { font-size: 18px; letter-spacing: -1px; font-weight: normal; padding: 5px 0px; margin: 0px 0px 5px 0px;}
.content h2 { font-size: 16px; letter-spacing: -1px;padding: 5px 0px; margin: 0px 0px 5px 0px; }
.content h3 { font-size: 14px; padding: 5px 0px; margin: 0px 0px 5px 0px; }


/* article */
.content .PostItem {display: block; clear: both;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.Articles { margin: 20px 0px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.Featured { margin: 20px 0px;}
.Featured h1 { padding-left: 25px; background: url(../Images/FeaturedIcoHeading.png) no-repeat left center; margin-bottom: 10px; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.RecentArticles { margin: 20px 0px;}
.RecentArticles h1 { padding-left: 25px;  background: url(../Images/SummaryIcoHeading.png) no-repeat left center; margin-bottom: 10px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.Categories {}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.Blogs {}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* IE min height hack */ * html .Authors { height: 150px;} 
.Authors {min-height: 150px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.Pages {}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.News {}
.News h1 { padding-left: 25px; background: url(../Images/NewsIcoHeading.png) no-repeat left center; margin-bottom: 10px;}
.News h2 { font-size: 11px; letter-spacing: -1px; padding: 0px; margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.News .Post { padding: 5px 0px;}
.News .Post .PostInfo { padding: 2px; margin: 0px; font-size: 9px; }
.News .Post .PostContent { font-size: 11px; color:#333; line-height: 15px; }
.News .Post .PostContent p { padding: 4px 0px; margin: 4px 0px; font-size: 11px;}
.News .Post .readmore   { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.SearchResults {}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Recent Blogs */
.RecentBlogs { float: right; padding: 10px; margin: 5px 0px 10px 20px; width: 215px; font-size: 11px; border-bottom: #fff 10px solid; border-left: #fff 10px solid; }


.RecentBlogs h3 { padding: 3px; margin: 0px 0px 10px 0px;}
.RecentBlogs h4 { font-size: 11px; padding: 0px; margin: 0px; padding-top:3px;}


.RecentBlogs em {font-size: 10px; font-weight: normal; display: block; padding: 2px 0px; padding: 0px 0px 5px 0px; font-style: normal;}
.RecentBlogs em a { font-weight: normal; text-decoration: underline; }
.RecentBlogs em a:visited { text-decoration: underline; }
.RecentBlogs em a:hover { text-decoration: underline; }


.RecentBlogs a { text-decoration: underline; font-weight: normal; }
.RecentBlogs a:visited { text-decoration: underline; font-weight: normal;}
.RecentBlogs a:hover {  text-decoration: underline; font-weight: normal; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Post */
.Post { padding: 0px; margin: 0px;}


/* Post Author left side from the article */
.Post .PostAuthorDetails { float: center; padding: 10px; margin: 0px 10px 10px 20px; width: 450px; font-size: 11px; border-bottom: #fff 10px solid; border-left: #fff 10px solid; }
.Post .PostAuthorDetails h2 { text-transform: uppercase; font-size: 14px; font-weight: bold; letter-spacing: normal; padding: 0px 0px 5px 0px; margin: 0px;}
.Post .PostAuthorDetails p { font-size: 10px; padding: 3px 0px; margin: 0px; }
.Post .PostAuthorDetails img { margin: 0px 10px 0px 0px; padding: 1px; border: solid 1px #ccc; float: left;}


/* Post Head */
.Post .PostHead {}
.Post .PostHead h1 { padding: 2px 0px; margin: 0px;}
.Post .PostHead h2 { padding: 2px 0px; margin: 0px; }


/* Post Info/Details */
.Post .PostInfo { padding: 2px 0px; margin: 0px 0px 10px 0px; font-size: 10px; color:#999; }
.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;}
.Post .PostInfo a { color: #666; text-decoration: underline;}
.Post .PostInfo .Author { border-right: solid 1px #999; padding: 0px 5px 0px 0px;}
.Post .PostInfo .Time { border-right: solid 1px #999; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Categ { border-right: solid 1px #999; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Rating {padding: 0px 0px 0px 5px;}


/* Post Content */
.Post .PostContent { color: #666b71; margin: 0px; padding: 10px 0px; font-size: 12px; line-height: 16px;}
.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #ccc;}
.Post .PostContent p { font-size: 12px; line-height: 16px;}


/* Post Content -Single Page */
.Post .PostContentSingle { color: #383f48; margin: 0px; padding: 10px 0px; font-size: 11px; line-height: 15px;}
.Post .PostContentSingle img {}
.Post .PostContentSingle h1 { padding: 10px 0px; margin: 0px 0px 5px 0px;}
.Post .PostContentSingle p { font-size: 11px; line-height: 15px; padding: 6px 0px; margin: 6px 0px;}


/* Post Bottom - Printer Version +  Full story + Visit Site */
.Post .PostBottom { padding: 5px 0px 15px 0px; margin: 0px;}
.Post .PostBottom li { padding: 2px 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; font-size: 10px; }
.Post .PostBottom li a { text-decoration: underline; }
.Post .PostBottom li a:visited { text-decoration: underline; }
.Post .PostBottom li a:hover { text-decoration: underline;}
.Post .PostBottom .FullStory { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .VisitSite { background: url(../Images/icon_VisitSite.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .PrinterVersion { background: url(../Images/icon_PrinterVersion.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .EditArticle { background: url(../Images/icon_EditArticle.png) no-repeat left center; padding-left: 17px;}


/* Article More Related Info */
.Post .PostMore { padding: 0px; margin: 5px 0px 5px 0px;}
.Post .PostMore h1 { font-size: 23px; padding: 5px 0px; margin: 0px; }


/* Article Comments */
.Post .PostMore .Comment, .Post .PostMore .CommentAlt { padding: 5px 10px 10px 10px;}
.Post .PostMore .Comment .Title, .Post .PostMore .CommentAlt .Title { font-size: 12px; padding: 4px 3px; padding-left:40px; margin: 0px;}
.Post .PostMore .Comment .Details, .Post .PostMore .CommentAlt .Details { font-size: 9px; padding: 0px 3px; padding-left:40px; margin: 0px; color: #7E8996;}
.Post .PostMore .Comment .Reply, .Post .PostMore .CommentAlt .Reply { float: right; font-size: 9px; padding-top:4px; color: #7E8996; clear: both;}
.Post .PostMore .Comment .Content, .Post .PostMore .CommentAlt .Content { font-size: 11px; padding: 10px 0px 0px 5px; margin: 0px;}


/* Article Submit Comments*/
.PostSubmitComments { font-size: 10px;}


/* Article Navigation */
/* IE min height hack */ * html .ArtNav { height: 15px;} 
.ArtNav {font-size: 11px; line-height: 13px; background: #f8f8f8; padding: 6px; min-height: 15px;}
.ArtNav strong { letter-spacing: -1px;}
.ArtNavLeft { float: left }
.ArtNavRight { float: right }


/* Paging */
.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 15px;}
.Paging strong { letter-spacing: -1px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Category Top ( Only on the Category page)  */
.Category { padding: 0px; margin: 10px 0px 10px 0px; position: relative;}
.Category h1 { font-size: 25px; }
.Category .Desc { font-size: 11px; font-family: 'Georgia'; }
.Category .rss { position: absolute; right: 0px; top: 15px;}
.Category .SubCategory ul { padding: 15px 0px 5px 0px; margin: 0px;}
.Category .SubCategory li {  padding: 2px 0px 2px 15px; margin: 0px; font-size: 11px; list-style-type: none;}
.Category .SubCategory ul {  width: 38em; }
.Category .SubCategory ul li { float: left; width: 15em;  /* accommodate the widest item */ }
/* stop the floating after the list */
.Category .SubCategory br { clear: left; }
/* separate the list from what follows it */
.Category .SubCategory { margin-bottom: 1em; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Authors A-Z - ( Only on the Author page) */
.AZ { padding: 0px; margin: 15px 0px; position: relative; font-size: 11px; font-weight: bold;}
.AZ ul { padding: 5px 0px; margin: 0px;}
.AZ li { padding: 0px; margin: 0px; list-style-type: none; display: inline;}
.AZ a { padding: 0px 3px; margin-right: 1px;}
.AZ a:visited { padding: 1px 3px;}
.AZ a:hover { padding: 1px 3px; }


.ListAuthors {}
.ListAuthors ul { margin: 0px; padding: 0px 0px 0px 20px; }
.ListAuthors li { line-height: 16px;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* PageForms */


.PageForms tr td { padding: 10px; }
.PageForms tr td table tr td { padding: 3px; font-size: 11px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 11px; }


.PageForms {font-size: 10px;}
.PageForms form {}
.PageForms td { padding: 10px; }
.PageForms th { padding: 10px 2px 10px 10px; text-align: left; font-size: 13px; font-family: "Trebuchet MS"; font-weight: normal;}


.PageForms td table td { padding: 3px; font-size: 11px; }
.PageForms td table td input { padding: 3px; }
.PageForms td table td input.keyfield { border: inset 1px #ccc; padding: 3px; }
.PageForms td table td textarea { border: inset 1px #ccc; padding: 5px; }
.PageForms td table td select { border: inset 1px #ccc; padding: 2px; }


.PageForms .Button { font-size: 10px; padding: 2px 5px; font-weight: bold;}


.PageForms .Required { color:#FF0000;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* Message */
.Message { color: #ff4e00; background: url('../Images/warning.gif') #FFFFCC no-repeat 5px center; font-size: 11px; padding: 5px 5px 5px 25px; line-height: 16px; border: 1px solid #FFCC66;  margin-left: 5px;}
.ErrorMessage { color: #FF0000; background: url('../Images/exclamation.png') no-repeat left center; font-size: 11px; padding-left: 20px; line-height: 16px;}
.SuccessMessage { color: #FF0000; background: url('../Images/success.png') no-repeat left center; font-size: 11px; padding-left: 20px; line-height: 16px;}


/* tabs styles */
#tabnav { height: 26px; margin: 0px 0px 10px 0px; padding-left: 6px; background: url('../Images/tab_bottom.gif') repeat-x bottom;}
#tabnav li { margin: 0; padding: 0;	display: inline; list-style-type: none;}
#tabnav .navlinks {margin: 0; padding: 0; display: inline; list-style-type: none; float: right;}
.tablink { float: left; }
#tabnav .tablink a:link, #tabnav  .tablink a:visited 
{ float: left;	font-size: 10px; line-height: 14px; font-weight: bold; padding: 5px 10px 5px 10px; margin: 0px 4px 0px 0px ; text-decoration: none;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active {}
#tabnav a:hover {}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.ViewAll { background: url(../Images/ico_view_all.png) no-repeat left center; padding-left: 13px; font-size: 10px; font-weight: bold;}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.left { float: left; width: 200px; } 
.left .categories { padding: 0px 10px 10px 10px; margin-bottom: 10px; float: none;}
.left .categories h2 { font-size: 14px; padding: 5px 0px 5px 7px; margin: 0px; }
.left .categories ul { padding: 10px; margin: 0px;}
.left .categories li { background: url(../Images/categories_ico_arrow.png) no-repeat left center; padding: 2px 0px 2px 15px; margin: 0px; list-style-type: none;}
.left .categories li a {  font-size: 11px; letter-spacing: -1px; font-weight: bold; }
.left .categories li a:hover { }


.left .search {}
.left .search h2 { font-size: 14px; display: block; height: 20px; padding: 10px; margin: 0px;}


.left .search form { padding: 0px 10px 10px 10px; margin: 0px;}
.left .search input { margin-bottom: 4px;}
.left .search select { margin-bottom: 4px;}
.left .search .input { border: inset 1px #ccc; font-size: 11px; padding: 2px;}
.left .search .arrow { width: 22px; height: 20px;}
.left .search .arrow:hover {}
.left .search .arrowIE { width: 22px; height: 20px;}


/*\ IE/Win min height hack */ * html .searcharrow { margin: -25px 0px 0px 150px; } /* */ 
.searcharrow { padding: 0px 5px 0px 0px; margin: -24px 0px 0px 150px; top: 0px; background: none; float: right;}
.left .search p { padding: 5px 0px; margin: 0px; font-size: 10px;}
.left .search p a { padding-left: 15px; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.right { float: left; width: 200px; padding-top: 15px;} 
.right ul { padding: 10px 10px 0px 10px; margin: 0px; } 
.right li { padding: 0px; margin: 0px; list-style-type: none;} 
.right h2 { background: url(../Images/right_bkg_h2.gif) no-repeat left top; padding: 10px 10px 0px 10px; font-size: 14px; margin: 0px;}


.right li a { font-size: 11px;}
.right li a:visited { }


.right .SiteMenu { background: #f8f8f8 url(../Images/right_bkg_bottom.gif) no-repeat left bottom; margin-bottom: 10px; padding-bottom: 10px;}
.right .SiteMenu li { font-size: 11px; letter-spacing: -1px; font-weight: bold;}
.right .SiteMenu li a { padding: 2px 0px; display: block; border-bottom: solid 1px #e9e9e9; }
.right .SiteMenu li a:visited {padding: 2px 0px;}
.right .SiteMenu li a:hover {padding: 2px 0px;}


.right .ArticleOptions { background: #f8f8f8 url(../Images/right_bkg_bottom.gif) no-repeat left bottom; margin-bottom: 10px; padding-bottom: 10px; }
.right .ArticleOptions ul { padding: 5px 10px; margin: 0px;}
.right .ArticleOptions li { padding: 2px 0px;}
.right .ArticleOptions .EmailToFried { padding-left: 15px; background: url(../Images/ArticleOptionsEmail.png) no-repeat left center;}
.right .ArticleOptions .PrintArticle { padding-left: 15px; background: url(../Images/ArticleOptionsPrint.png) no-repeat left center;}
.right .ArticleOptions .RemoveFavorites { padding-left: 15px; background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center;}
.right .ArticleOptions .AddToFavorites { padding-left: 15px; background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center;}
.right .ArticleOptions .ArticlesToRead { padding-left: 15px; background: url(../Images/ArticleOptionsRead.png) no-repeat left center;}
.right .ArticleOptions .RemoveRead { padding-left: 15px; background: url(../Images/ArticleOptionsRead.png) no-repeat left center;}


.right .PopularArticles { background: #f8f8f8 url(../Images/right_bkg_bottom.gif) no-repeat left bottom; margin-bottom: 10px; padding-bottom: 10px;}
.right .PopularArticles li { }
.right .PopularArticles li a { font-size: 10px; display: block; padding: 2px 2px; margin: 0px; border-top: solid 1px #e7e7e7; border-bottom: solid 1px #fff;}
.right .PopularArticles li a:visited { padding: 2px 2px; margin: 0px;}
.right .PopularArticles li a:hover { padding: 2px 2px; margin: 0px; text-decoration: none;}


.right .RightArticleHistory { background: #f8f8f8 url(../Images/right_bkg_bottom.gif) no-repeat left bottom; margin-bottom: 10px; padding-bottom: 10px;}
.right .RightArticleHistory li { }
.right .RightArticleHistory li a { font-size: 10px; display: block; padding: 2px 2px; margin: 0px; border-top: solid 1px #e7e7e7; border-bottom: solid 1px #fff;}
.right .RightArticleHistory li a:visited { padding: 2px 2px; margin: 0px;}
.right .RightArticleHistory li a:hover { padding: 2px 2px; margin: 0px; text-decoration: none;}


.right .FavoriteArticles { background: #f8f8f8 url(../Images/right_bkg_bottom.gif) no-repeat left bottom; margin-bottom: 10px; padding-bottom: 10px; }
.right .ArticlesToRead { background: #f8f8f8 url(../Images/right_bkg_bottom.gif) no-repeat left bottom; margin-bottom: 10px; padding-bottom: 10px;}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.footer { padding: 10px 0px 10px 220px; width: 680px; margin: 0 auto; background: #f8f8f8; clear: both; color:#61614e;}
.footer p { padding: 0px; margin: 0px;  font-size: 10px;}


/* Paging */
.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 15px;}
.Paging strong { letter-spacing: -1px;}
.Paging a { display: inline; padding: 2px 5px; }
.Paging a:visited {}
.Paging a:hover { text-decoration: none;}
.PagingDisabled { display: inline; padding: 2px 5px;}
.PagingCurrentPageNumber { display: inline; font-weight: bold; padding: 2px 5px;}


.msgWarning
{
	background-image: url('../Images/warning.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 11px/18px Tahoma;
	padding: 5px;
	margin-bottom: 15px;
	padding-left: 25px;
	border: dotted 1px #C0C0C0;
	background-color: lightyellow;
	color: #333333;
	text-decoration: none;
	display: '';
	z-index:1000;
	width: 220px;
}


/* Spread the Word */
.SpreadTheWord { }
.SpreadTheWord ul { padding: 0px; margin: 0px; }
.SpreadTheWord li { padding: 0px 2px; margin: 0px; list-style-type: none; display: inline; font-size: 11px; line-height: 18px;}


.ArticleExtraContent { font-size: 11px;}
.ArticleExtra ol, .ArticleExtra ol li { font-size: 11px;}
.ArticleExtra ul, .ArticleExtra ul li { font-size: 11px;}


.ArticleExtra ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.ArticleExtra  li  {list-style-type: none;}
.ArticleExtra ul li a {  font-size: 11px; display: block; padding-left: 20px;}


/* Summary Article Attachment */
.AttachmentList { padding: 6px;}
.AttachmentList ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.AttachmentList ul li { padding: 3px;}
.AttachmentList ul li a { font-size: 10px; display: block; padding-left: 20px; }
.AttachmentHeading { font-size: 11px; font-weight: bold; font-family:Arial,Helvetica,sans-serif; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.right .Newsletter { background: #f8f8f8 url(../Images/right_bkg_bottom.gif) no-repeat left bottom; margin-bottom: 10px;  font-size: 11px; padding-bottom: 10px;}
.right .Newsletter div { padding: 0px 5px 5px 10px;}
.right .Newsletter h2 { margin-bottom: 10px;}


/* Teaser Image Styles */
.FeatureImageSpan { font-size: 9px; margin: 5px;}
.FeatureImageCaption {  padding-left: 3px; padding-right: 3px;}


/******************************************************
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
*****************************************************/


/* Global Reset */
* {
	margin: 0;
	padding: 0;
}


/* General */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}


input, select {
	font-size: 11px;
}


input {
	padding: 1px;
}


p {
	line-height: 1.3;
	margin-bottom: 15px;
}


a {
	font-weight: normal;
	text-decoration: underline;
}


h2, .TitleHeading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0 6px 0;
}


h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}


h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}


img, img a {
	border: 0;
}


ul, ol {
	margin: 0 0 10px 30px;
}


li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}


blockquote {
	margin-left: 28px;
}


select option {
	padding: 0 10px;
}


hr {
	margin: 10px 0;
	padding: 0;
	background: #c7d7db;
	height: 1px;
	border:0;
}


/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
	margin: 0;
}
.HorizontalFormContainer dt {
	width: 160px;
	float: left;
	margin-bottom: 6px;
	clear: left;
}


.HorizontalFormContainer dd {
	margin-left: 170px;
	margin-bottom: 6px;
}


.NarrowFormContainer dt {
	width: 110px;
}


.NarrowFormContainer dd {
	margin-left: 120px;
}


.HorizontalFormContainer p.Submit {
	margin-left: 170px;
}


.NarrowFormContainer p.Submit {
	margin-left: 120px;
}


.VerticalFormContainer dt {
	margin-bottom: 6px;
}


.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 10px;
}


/* Page Container */


#Container {
	width: 975px;
	margin: 0 auto;
}


/* Top Navigational Menu */
#TopMenu {
	height: 27px;
	padding: 0;
}


#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#TopMenu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}


#TopMenu li.First a {
	border-left: 0;
}


#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	padding: 0 10px 0 10px;
	margin: 8px 0 0 0;
}


#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}


#TopMenu li a:hover {
	text-decoration: underline;
}


/* Pages Menu */
#Menu {
	clear: both;
	margin: 0 0 4px ;
	padding: 0;
	height: 26px;
}


#Menu ul {
	margin: 0;
	padding: 0;
}


#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}


#Menu li.First a {
	background-image: none;
}


#Menu li a {
	display: block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	height: 20px;
}


#Menu li a:hover	{
	text-decoration: underline;
}


#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 22px;
	left: 0;
	display: none;
	text-align: left;
	font-size: 0.9em;
	background: transparent;
	z-index: 1;
}


#Menu li ul li {
	clear: both;
	color: white;
	text-align: left;
	background: transparent;
}


#Menu li ul li a {
	padding: 3px 10px 3px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 160px;
	height: auto;
}


#Menu li ul li a:hover {
	text-decoration: none;
}


#Menu li:hover a, #Menu li.over a{
	text-decoration: underline;
}


#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}


#Menu li:hover ul, #Menu li.over ul {
	display: block;
}


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


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	margin-top: 4px;
	clear: both;
}


#Wrapper {
	clear: both;
}


/* Header */


#Header {
	height: 57px;
	clear: both;
	margin: 0 0 1px 0;
	padding-bottom: 12px;
}


/* Logo */


#Logo {
	float: left;
	width: 490px;
}


#Logo h1 {
	font-size: 2.4em;
	font-weight: normal;
	padding-left: 64px;
	height: 45px;
	margin-top: 10px;
}


#Logo h1 a {
	text-decoration: none;
}


/* Top Search Form */
#SearchForm {
	padding-top: 20px;
	float: right;
}


#SearchForm label {
	font-weight: bold;
}


#SearchForm input.Textbox {
	width: 139px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 0.9em;
	padding: 3px;
}


#SearchForm .Button {
	width: 27px;
	height: 27px;
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
}


#SearchForm p {
	text-align: right;
	margin: 0 0 0 45px;
	font-size: 0.9em;
}


#SearchForm a {
	text-decoration: none;
}


/* Left Content Area */


.Left {
	float: left;
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	margin-right: 10px;
}


.Left h2 {
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}


.Left a {
	color: #000;
}


.Left li a:hover {
	text-decoration: underline;
}


.Left .BlockContent {
	margin: 0 10px 0 10px;
}


.Left ul {
	margin: 0;
	padding: 0;
}


.Left li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}


.Left .BlockContent {
	margin: 0 10px 0 10px;
}


.Left li {
	border-bottom: 1px solid #c5dde9;
}


.Left li a {
	text-decoration: none;
}


.Left li a:hover {
	text-decoration: underline;
}


.Left #SideCategoryList li ul {
	border-top: 1px solid #c5dde9;
}


.Left #SideCategoryList li.LastChild {
	border-bottom: 0 !important;
}


.Left #SideCategoryList li{
	padding: 3px 0 0 0;
}


.Left #SideCategoryList li ul {
	padding-left: 15px;
}


/* Primary Content Area */
.Content {
	float: left;
	width: 615px;
	min-height: 500px;
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 0.95em;
}


.Content .Block {
	clear: both;
}


.Block {
	margin-top: 10px;
	margin-bottom: 10px;
}


.Content h2, .TitleHeading {
	font-size: 1.6em;
	font-weight: bold;
	color: #034285;
	margin: 10px 0;
}


.Content a:hover {
	text-decoration: underline;
}


/* Primary Content Area (column span of 2) */
.Content.Wide {
	width: 785px;
}


/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
	width: 955px;
}


/* Right Content Area */
.Right {
	float: right;
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	padding-bottom: 10px;
	margin-left: 10px;
}


.Right h2 {
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 140px;
}


.Right a {
	color: #000;
}


.Right li a:hover {
	text-decoration: underline;
}


.Right .BlockContent {
	margin: 0 10px 0 10px;
}


.Right ul {
	margin: 0;
	padding: 0;
}


.Right li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}


.Right .BlockContent {
	margin: 0 10px 0 10px;
}


.Right li {
	border-bottom: 1px solid #c5dde9;
}


.Right li a {
	text-decoration: none;
}


.Right li a:hover {
	text-decoration: underline;
}


/* Page Footer */


#Footer {
	clear: both;
	font-size: 0.85em;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
}


#Footer ul {
	list-style: none;
	margin: 0 0 30px 115px;
	padding: 0;
}


#Footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


#Footer li a {
	text-decoration: none;
	padding: 0 10px 0 10px;
}


/* Newsletter Subscription Form */
.NewsletterSubscription {
	clear: both;
}


.NewsletterSubscription label {
	clear: both;
	float: left;
}


.NewsletterSubscription input {
	width: 129px;
	font-size: 0.9em;
	padding: 3px;
	margin-bottom: 5px;
}


.NewsletterSubscription .Button {
	width: 95px;
	height: 25px;
	border: 0;
	margin-top: 6px;
	vertical-align: middle;
}


/* Product Listings */


.ProductList {
	list-style: none;
	margin: 0;
	padding: 0;
}


.Content .ProductList li {
	list-style: none;
	float: left;
	width: 122px;
	font-size: 0.95em;
	margin: 6px;
	padding: 8px;
	overflow: hidden;
	min-height: 17em;
}


.ProductList a {
	text-decoration: none;
}


.ProductList .ProductImage {
	margin: 0 0 5px 0;
	display: block;
	width: 120px;
	height: 120px;
	text-align: center;
	overflow: hidden;
}


.ProductList p {
	margin: 5px 0 5px 5px;
}


.ProductList strong, .ProductList strong a {
	color: #075899;
}


.ProductPrice, .ProductList em {
	font-style: normal;
	font-weight: bold;
}


.ProductList .Rating {
	font-size: 0.9em;
	font-weight: bold;
}


.ProductList li .ProductCompareButton {
	margin-top: 3px;
	text-align: center;
}


.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
	display: none;
}


.Left .ProductList li, .Right .ProductList li {
	clear: both;
	width: 140px;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding: 3px 0 5px 0;
	color: #000000;
}


.Right .SideCart p
{
	color: #000000;
}/* Top Seller Block Specific */
.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	float: left;
	width: 20px;
	font-size: 1.2em;
	padding: 6px 0 3px 6px;
}


.Left .TopSellers .ProductDetails, .Right .TopSellers .ProductDetails { /* Contains the details of the item */
	margin-left: 24px;
	width: 110px;
	padding: 3px 0 3px 0;
}


.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
	clear: both;
	float: left;
	width: 128px;
	margin: 10px 0 5px 0;
	padding: 5px;
	overflow: visible;
	display: inline;
}


.Left .TopSellers li.TopSeller1 img, .Right .TopSellers li.TopSeller1 img {
	text-align: center;
	overflow: hidden;
}


.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	width: 44px;
	height: 34px;
	font-size: 2em;
	padding: 7px 0 6px 0;
	margin: -20px 0 0 0;
	text-align: center;
	display: Block;
}


.Left .TopSellers li.TopSeller1 .ProductDetails, .Right .TopSellers li.TopSeller1 .ProductDetails {
	margin-left: 0;
}


.Left .TopSellers li.TopSeller1 .ProductImage, .Right .TopSellers li.TopSeller1 .ProductImage {
	width: 130px;
	display: inline;
	text-align: center;
	overflow: hidden;
}


.Content .TopSellers li .TopSellerNumber {
	display: none;
}


/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.Breadcrumb {
	font-size: 0.9em;
	padding-bottom: 4px;
	border-bottom: 1px solid #DCDFE2;
}


.Breadcrumb li {
	padding-left: 6px;
	display: inline;
}


.Breadcrumb li a {
	padding-right: 10px;
	background: url('../images/BreadcrumbSep.gif') no-repeat right;
}


.FindByCategory ul, .FindByCategory li {
	list-style: none;
	padding: 0;
	margin: 0;
}


.FindByCategory li {
	padding-left: 12px;
	background: url('../images/BreadcrumbSep.gif') no-repeat 3px 5px;
	padding-right: 8px;
	display: inline;
}


/* Miscellaneous Definitions */


.Meta {
	color: #444;
	font-size: 0.93em;
}


.Left .FeedLink, .Right .FeedLink {
	padding-right: 5px;
}


.Content .FeedLink {
	margin-top: 4px;
}


.FloatRight {
	float: right;
}


.FloatLeft {
	float: left;
}


.ClearRight {
	clear: right;
}


.ClearLeft {
	clear: left;
}


.SortBox {
	font-size: 0.95em;
	color: #444;
}


.CompareButton {
	clear: both;
	text-align: right;
	margin-top: 12px;
	padding: 4px;
}


.Clear {
	clear: both;
}


.Field45 {
	width: 45px;
}


.Field100 {
	width: 100px;
}


.Field150 {
	width: 150px;
}


.Field200 {
	width: 200px;
}


.Field250 {
	width: 250px;
}


.Field300 {
	width: 300px;
}


.Field350 {
	width: 350px;
}


.Field400 {
	width: 400px;
}


.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }


.Required {
	color: red;
	font-weight: bold;
}


.InfoMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}


.SuccessMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;


}


.ErrorMessage {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
	float: left;
	width: 335px;
	border-right: 1px solid #ccc;
	padding-right: 20px;
}


.AccountLogin {
	float: left;
	padding-left: 20px;
	width: 335px;
}


ul.ShippingAddressList, ul.ShippingAddressList li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.ShippingAddressList li {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}


.PrimaryProductDetails .ProductThumb {
	float: left;
	width: 190px;
	text-align: center;
}


.PrimaryProductDetails .ProductMain {
	width: 394px;
	float: left;
}
.PrimaryProductDetails dl {
	font-size: 0.90em;
}


.PrimaryProductDetails dt {
	font-weight: bold;
	width: 80px;
	clear: left;
}


.PrimaryProductDetails dd {
	margin-left: 90px;
}


.Right hr {
	margin: 5px 0 0;
}


.Content h3 {
	margin-bottom: 5px;
}


.ComparisonCheckbox {
	float: left;
}


.SideRecentlyViewed .CompareButton {
	margin: 10px 0 0 0;
	padding: 0;
}


.SideRecentlyViewed .ProductList li {
	margin-left: 0;
}


.SideRecentlyViewed .ProductDetails {
	margin-left: 20px;
}


/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }


.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }


.ViewCartLink {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 8px;
}


/* General Tables */
table.General,
table.CartContents, table.General {
	width: 100%;
	margin: 10px 0;
}


table.General thead tr th,
table.CartContents thead tr th {
	padding: 6px 10px;
	text-align: left;
}


table.General tbody td,
table.CartContents tbody td {
	padding: 6px 10px;
	vertical-align: top;
}


table.General tbody tr.First td {
	border-top: 0;
}


/* Cart Contents Table */


.CartContents tbody td {
	border-bottom: 0;
}
.CartContents .ProductName a {
	font-weight: bold;
}


.CartContents tbody .SubTotal td {
	text-align: right;
	font-weight: bold;
}


.ProceedToCheckout {
	text-align: right;
}


.Content .ProceedToCheckout {
	width: 200px;
	float: right;
}
.ProceedToCheckout a {
	padding-top: 5px;
}


.ProductOptionList, .ProductOptionList li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.ProductOptionList {
	margin-top: 5px;
	margin-bottom: 10px;
}
.ProductOptionList li {
	margin-bottom: 3px;
	margin-left: 2px;
}


.ProductOptionList input {
	vertical-align: middle;


}


.MiniCart .SubTotal {
	text-align: center;
	font-size: 115%;
	color: #075899;
}


.MiniCart .CartProductOptionList {
	display: block;
}


.JustAddedProduct {
	width: 128px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}


.JustAddedProduct strong, .JustAddedProduct a {
	font-weight: bold;
	font-size: 1.02em;
	display: block;
	margin-bottom: 3px;
}


.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
	list-style: none;
	padding: 0;
	margin: 0;
}


.CategoryPagination {
	padding: 5px;
	text-align: center;
}


.CategoryPagination .PagingList li {
	display: inline;
	padding: 0 5px;
}/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #BFBFBF;  }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 11px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { font-weight: bold; text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-size: 11px; }
.QuickSearchHover td{ background: #E8F4F8; }
.QuickSearchHover a { text-decoration: underline; font-weight:bold; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; background: url('../images/blue/QuickSearchAllResultsButton.gif') no-repeat right; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }


/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }


.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}


.BillingDetails {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 15px;
}


.ShippingDetails {
	float: left;
	width: 48%;
	margin-bottom: 15px;
}.ProductDetailsGrid dt {
	width: 140px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
}


.ProductDetailsGrid dd {
	margin-left: 140px;
	margin-bottom: 6px;
}


.SubCategoryList {
	padding: 4px;
}


.SubCategoryList ul, .SubCategoryList li {
	list-style: none;
	margin-left: 0;
}


.SubCategoryList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubCategory.gif') no-repeat 3px 1px;
}


.SearchTips .Examples {
	background: lightyellow;
	padding: 8px;
	border: 1px solid #aaa;
	color: #555;
	margin-left: 30px;
	margin-bottom: 10px;
}


.PrimaryProductDetails .ProductThumb p {
	margin-top: 10px;
	font-size: 0.9em;
}


.ProductReviewList {
	clear: both;
}


.SortBox select {
	font-size: 0.9em;
}


 .SortBox option {
	color: #444;
}


.YourAccount li {
	margin-bottom: 8px;
}


.SoldOut {
	color: #999;
}


.RemoveFromWishlistForm {
	margin: 5px;
}


.Content .WishlistProductList li {
	height: 20em;
}


.ShippingProviderList {
	list-style: none;
}


small {
	font-size: 11px;
	color: gray;
}


.HowToPay {
	margin-bottom: 10px;
}


.ProductList em, .ProductList .Rating {
	display: block;
}


.ProductOptionList {
	display: block;
}


.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
	margin: 0;
	font-size: 90%;
}


.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
	text-align: center;
	margin-bottom: 10px;
	width: 200px;
}


.KeepShopping {
	width: 180px;
	clear: both;
	text-align: right;
}


/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
	float: right;
}


#TopMenu li.Flag div {
	border: 0;
}


#TopMenu li.Flag img {
	margin: 3px;
}


#TopMenu li.Flag img.Last {
	margin-right: 0px;
}


#TopMenu li.Flag img.Selected {
	border: 2px solid #ffffaa;
	margin: 1px 3px;
}


/** Currency Selector **/
.CurrencyList dl {
	margin: 0;
	padding: 0;
}


.CurrencyList dd {
	padding: 0px;
	margin: 0px;
	border: 1px solid #EDECEC;
	background-color: #F9F9F9;
	clear: both;
}


.CurrencyList a {
	padding: 0 3px 0 5px;
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-size: 11px;
}


.CurrencyList a.Sel {
	background-color: #FFFFAA;
}


.CurrencyList a:hover .Text {
	text-decoration: underline;
}


.CurrencyList a .Flag {
	margin-top: 4px;
	display: block;
	float: left;
	width: 24px;
	padding-right: 2px;
	vertical-align: middle;
}


.CurrencyList a .Text {
	display: block;
	padding-left: 24px;
}


.PrimaryProductDetails .YouSave {
	font-weight: bold;
	margin-top: 3px;
	display: block;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
	width: 320px;
	padding: 7px;
	float: right;
}


.EstimateShipping dt {
	width: 100px;
	float: left;
	margin-bottom: 8px;
	clear: left;
}


.EstimateShipping dd {
	margin-bottom: 8px;
	font-weight: normal;
	text-align: left;
	margin-left: 114px;
}


.EstimateShipping p.Submit {
	margin-top: 10px;
	margin-bottom: 3px;
}


.EstimateShipping label {
	display: block;
	margin-bottom: 5px;
}


.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}


.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}


.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}


.EstimatedShippingMethods table {
	width: 100%;
	border-collapse: collapse;
}


.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td {
	text-align: left;
}


.CartContents tbody .SubTotal .EstimatedShippingMethods tbody td.Price {
	text-align: right;
}


.SharePublicWishList {
	background-color:lightyellow;
	padding:5px;
	border:1px solid #CDDEE2;
}


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
}


.ExpressCheckoutBlock h3 a {
	font-size: 12px;
}


.ExpressCheckoutBlock {
	padding-top: 6px;
}


.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}


.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}


.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}


.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}


.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}


.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}


.LoadingIndicator {
	margin-left: 10px;
}


.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}


#TopMenu li.HeaderLiveChat {
	float: right;
}


#TopMenu li.HeaderLiveChat div {
	border-left: 0;
}


.HeaderLiveChat img {
	vertical-align: middle;
}


#ProductOtherDetails .ProductDetailsGrid {
	margin-left: 25px;
}.SubCategoryListGrid {
	padding: 4px;
}


.SubCategoryListGrid ul, .SubCategoryListGrid li {
	list-style: none;
	margin-left: 0;
}


.SubCategoryListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}


.SubCategoryListGrid ol {
	clear: both;
}


.SubBrandList {
	padding: 4px;
}


.SubBrandList ul, .SubBrandList li {
	list-style: none;
	margin-left: 0;
}


.SubBrandList li {
	margin-bottom: 4px;
	padding-left: 25px;
	background: url('../images/SubBrand.gif') no-repeat 3px 1px;
}


.SubBrandListGrid {
	padding: 4px;
}


.SubBrandListGrid ul, .SubBrandListGrid li {
	list-style: none;
	margin-left: 0;
}


.SubBrandListGrid li {
	margin-bottom: 4px;
	padding: 10px;
	margin-left: 10px;
	background: #fff;
	float: left;
	text-align: center;
}


.SubBrandListGrid ol {
	clear: both;
}


.ProductAddToCart dt {
	float: left;
	font-weight: bold;
	width: 140px;
	margin-bottom: 4px;
}


.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
	width: 8px;
}


.ProductAddToCart dd {
	margin-left: 140px;
	 margin-bottom: 4px;
}


.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{ 
	width:181px;
}


.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
	width:183px;
	height: 50px;
}


.ProductFields dd {
	margin-bottom: 4px;
}


.ProductFields {
	margin-bottom: 15px;
}


.ProductFields input.Textbox {
	width:100%;
}


.ProductFields TextArea {
	width:100%;
}


.CartContents .CartProductFieldsLink {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
}


.CartContents .CartProductFieldsRow {
	border-top: 0;
}


.CartContents .CartProductFieldsRow dl {
	margin-top:15px;
}


p.QuantityInput, p.AddCartButton {
	text-align: center;
}


.ProductAddToCart dt.QuantityInput {
	margin-top: 4px;
}


.ProductAddToCart dd.AddCartButton span {
	margin-top: 4px;
	padding-right: 5px;
}


.ProductActionAdd {
	display: block;
	margin-top: 5px;
}


.ProductActionAdd a, .ProductActionAdd strong a {
	text-decoration: underline;
}


.TagList {
	margin-top: 20px;
}


.CartThumb {
	width: 1px;
}


.WrappingOptions {
	font-size: 11px;
	color: #666;
	margin-top: 6px;
	padding-left: 22px;
	background: url('../images/GiftWrappingAvailable.gif') no-repeat;
	padding-bottom: 4px;
	line-height: 1.6;
}


.ViewAllLink a {
	padding-top: 10px;
	display: block;
}


.SelectGiftWrapMultiple {
	max-height: 400px;
}


/* Tabbed Navigation */
.TabNav, .TabNav li {
	list-style: none;
	margin: 0;
	padding: 0;	
}


.TabNav {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 6px 4px 6px 4px;
}


.TabNav li {
	display: inline;
}


.TabNav li a {
	position: relative;
	top: 2px;
	font-size: 12px;
	padding: 4px 8px;
	margin-right: 6px;
	margin-top: 3px;
	text-decoration: none;
}


.TabNav li a:hover {
	text-decoration: none;
}


.TabNav li.Active a {
	margin-top: 0px;
	padding-top: 7px;
	font-weight: bold;
}


.ProductAddToCart dd.AddCartButton div.BulkDiscount {
	display: inline-block;
	float:left;
}


.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
	padding-left: 4px;
}


#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
	margin: 0;
	text-align: center;
}


/*  autocrit additions /changes */


/* RightHomePage Content Area */
.RightHomePage {
 float: left; 
	min-height: 500px;
	width: 160px;
	font-size: 0.85em;
	padding-bottom: 10px;
	padding-left: 1px;
	margin-left: 10px;
}


.RightHomePage h2 {
	font-size: 1.25em;
	margin: 5px 10px 8px;
	width: 180px;
}


.RightHomePage a {
	color: #000;
}


.RightHomePage li a:hover {
	text-decoration: underline;
}


.RightHomePage .BlockContent {
	margin: 0 10px 0 10px;
}


.RightHomePage .BlockContentTable {
	margin: 0 10px 0 10px;
text-align: center;
        border-style: outset;
        border-width: thick;
}


.RightHomePage ul {
	margin: 0;
	padding: 0;
}


.RightHomePage li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 3px 0;
}


.RightHomePage .BlockContent {
	margin: 0 10px 0 10px;
}


.RightHomePage li {
	border-bottom: 1px solid #c5dde9;
}


.RightHomePage li a {
	text-decoration: none;
}


.RightHomePage li a:hover {
	text-decoration: underline;
}


/* contentnarrow */
.ContentNarrow {
	float: left;
	width: 445px;
	min-height: 500px;
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 0.95em;
}


.ContentNarrow .Block {
	clear: both;
}
.Block {
	margin-top: 10px;
	margin-bottom: 10px;
}


.ContentNarrow .BlockContentTable {
	margin: 0 10px 0 10px;
text-align: center;
        border-style: outset;
        border-width: thick;
}


.ContentNarrow h2, .TitleHeading {
	font-size: 1.6em;
	font-weight: bold;
	color: #034285;
	margin: 10px 0;
}


#TopMenu a:link {
	text-decoration: none;
}
#TopMenu a:visited {
	text-decoration: none;
}


#TopMenu a:hover {
	text-decoration: underline;
color: black;
}


.ContentNarrow a:hover {
	text-decoration: underline;
}
#Logo h1 {
	color: #fff;
	background: url(../images/blue/Search.gif) top left no-repeat;
}
#HomeHeader {
	height: 27px;
	clear: both;
	margin: 0 0 1px 0;
	padding-bottom: 12px;
}


Table.tt {
   width: 80%; 
   background-color:  #f3f0ff;
   border-style:solid;
	margin-left:auto; 
	margin-right:auto;
}
td.ttd { padding: 20px;}


/* contact form field */
.Field300 {
	width: 230px;
}


/* menu size */


#Menu li a {
	font-size: 1.1em;
	padding: 3px 25px 3px 10px;


}


#Menu li ul {
	font-size: 1.1em;
}


#Menu li ul li a {
	width: 150px;
}


/* Janine Changes */
#Container {
width: 975px;
margin: 0 auto;
}
.News h1 { padding-left: 25px; background: none;  margin-bottom: 10px;}
.Featured h1 { padding-left: 25px; background: none; margin-bottom: 10px; font-size: 20px;}


.Left {
text-align: left;
padding: 0px 0px 0px 7px;
}


.Left .categories h2 {
text-align: left;
padding: 0px 0px 0px 0px;
margin: 5px 0px 8px;
}


.Right h2 {
text-align: left;
padding: 0px 0px 0px 0px;
margin: 5px 0px 8px;
}


.Right{
text-align: left;
padding: 0px 0px 0px 9px;
margin: 5px 0px 8px;


}
.Content {


	width: 600px;
text-align: left;


}

.Articles {padding-right: 25px; padding-left: 25px;}
.Articles .Post .PostContent p {line-height: 16px;}

.News h1 {font-size: 26px; padding-right: 25px; padding-left: 25px; background: none; margin-bottom: 10px;}
.News .Post .PostHead h2 {text-align: right; margin: 0px 40px 0px 25px;}
.News .Post .PostContent { color: #666b71; margin: 0px 20px 0px 20px; padding: 10px 0px; font-size: 13px; line-height: 18px;}
.News .Post .PostContent p { font-size: 13px; line-height: 16px;}


/* Post Content */
.Post h1 {font-size: 26px;}
.Post .PostHead h2 {padding-right: 25px; padding-left: 25px;}
.Post .PostHead .j9size a {font-size: 20px;}
.Post .PostInfo { padding-right: 25px; padding-left: 25px; font-size: 12px;}
.Post .PostContent { padding-right: 25px; padding-left: 25px;  color: #666b71; margin: 0px; padding: 10px 0px; font-size: 13px; line-height: 18px;}
.Post .PostContent img { margin: 0px 25px 10px 25px; padding: 1px; border: solid 1px #ccc;}
.Post .PostContent p { font-size: 12px; line-height: 16px;}

.Post .PostAuthorDetails { padding: 20px;}
/* Post Content -Single Page */
.Post .PostContentSingle { color: #383f48; margin: 0px; padding: 10px 0px; font-size: 11px; line-height: 15px;}
.Post .PostContentSingle img {}
.Post .PostContentSingle h1 { padding: 10px 0px; margin: 0px 0px 5px 0px;}
.Post .PostContentSingle p { font-size: 11px; line-height: 15px; padding: 6px 0px; margin: 6px 0px;}


.Authors {padding-right: 25px; padding-left: 25px;}

/* BreadCrumb */


.Content .BreadCrumb { font-size: 10px; margin: 0px 0px 15px 0px; padding:7px;  }
.Content .BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 20px; background: url(//www.autocrit.com/websitepublisher/templates/Sunset/Images/BreadCrumbIcoUl.png) no-repeat left center;}
.Content .BreadCrumb li { background: url(//www.autocrit.com/websitepublisher/templates/Sunset/Images/trail_arrow.gif) no-repeat left center; margin: 0px 4px 0px 0px; padding: 0px 0px 0px 10px; text-decoration: none; display: inline;}
.Content .BreadCrumb li a { margin: 0px; padding: 0px; text-decoration: underline;}
.Content .BreadCrumbGreater { padding:4px; }

.PageForms {padding-right: 25px; padding-left: 25px;}
.PageForms h1 {font-size: 26px;}

.SearchResults {padding-right: 25px; padding-left: 25px;}
.SearchResults h1 { font-size: 26px; padding: 0px 0px 20px;}


/*  AutoCrit Additions */

table.sample {
	border-width: 5px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	
}

.nobord {
  border: none;
  border-color: #FFFFFF;
}


