/* --------------------------------------------------------------------
	content.css gives layout and styling for the maincontent
	and sidecontent areas on the main site.
	Also used by the admin site for preview purposes.
   ------------------------------------------------------------------ */

   
#maincontent {
	background: #fff url(content_bg_top.gif) no-repeat top left;
	margin: 0px 0 0 0;
	padding: 50px 30px 20px 30px;
	float: left;
	clear: left;
	width: 430px;
	font-size: 12px;
	}

#pagetitle {
	height: 22px;
	float: right;
	clear: right;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0 20px;
	background: #8F8F75 url(content_bg_pagetitle.gif) no-repeat left top;
	display: none;
	}

h3.headtitle {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #8F8F75;
	margin: 0px;
	padding: 5px 0 10px 0px;
	background: url(divider_horizontal_4px.gif) no-repeat bottom left;
	clear: right;
	}   
	
h3.headtitlenoline {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #8F8F75;
	margin: 0px;
	padding: 5px 0 5px 0px;
	clear: right;
	}   
	
	
.subheadtitle {
	clear: left;
	}
	
.subheadtitle a {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #8F8F75;
	float: right;
	clear: both;
	margin: 10px 0px 0 0;
	padding: 0px;
	} 
	
.subheadtitle img {
	margin-bottom: -3px;
	}

	
ul.bulletlist {
	margin-left: 25px;
	}


ul.bulletlist li {
	list-style-type: disc;
	margin: 0px 20px 10px 0px;
	}
	

/* -------- forms ----------- */


.required {
	font-weight: bold;
	color: #c00;
	}

#maincontent label {
	font-weight: bold;
	color: #666;
	}
	
.submitbutton {
	float: right;
	margin-bottom: 30px;
	}
   
.group {
	background: #e5e5d9 url(prefs_bg_bottom.gif) no-repeat left bottom;
	margin: 10px 0 15px 0;
	padding-bottom: 10px;
	width: 430px;
	}
	
.group h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	background: #b3b39d url(group_header.gif) no-repeat left top;
	margin-top: -5px;
	position: relative;
	z-index: 10;
	}
	
.group .first {
	background: url(prefs_bg_top.gif) no-repeat left top;
	padding-top: 2px;
	position: relative;
	top: -5px;
	}
	
.group div, .group p {
	padding: 0 15px 0 15px;
	}
	
.group div.fieldWithErrors {
	padding: 0px;
	}
	
.group p.hint {
	padding: 0px 15px 0px 3px;
	margin-top: 0px;
	}
	
.group h5 {
	color: #333;
	margin: 10px 0px 10px 10px;
	}

form.detailed {
	margin-bottom: 10px;
	}

form.detailed label {
	font-weight: bold;
	display: block;
	margin: 13px 0 5px 0;
	}

form.simple {
	margin-bottom: 20px;
	}

.simple .group {
	background: none;
	margin: 0px;
	}

.simple div {
	padding: 0px;
	margin: 0px;
	}

.simple h4 {
	font-size: 12px;
	font-weight: bold;
	background: #b3b39d url(subheadbar_bg_cap.gif) no-repeat top left;
	height: 17px;
	text-align: left;
	color: #fff;
	margin: 20px 0px 20px 0px;
	padding: 2px 0px 0px 10px;
	}

.simple label {
	display: block;
	width: 125px;
	text-align: right;
	font-weight: bold;
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 0px;
	}
	
.simple input, .simple select {
	margin: 0px 0px 10px 10px;
	}
	
.simple p {
	margin-left: 10px;
	padding: 0px;
	}
	
.simple p.hint {
	width: 250px;
	margin: 0px 0px 20px 135px;
	}
	
.simple p.product_number {
	width: 110px;
	margin: 0px 0px 20px 135px;
	padding-top: 3px;
	}


/* ------- product thumb -------*/

#listing {
	background: url(divider_horizontal_4px.gif) no-repeat top center;
	padding-top: 10px;
	margin-top: 5px;
	clear: both;
	}

.item {
	margin: 10px 0 0 0px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;
	min-height: 112px;
	}
	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.item {
	clear: both;
	}
/* End IE5-Mac hack */


#listing .item, #stockicons .item {
	min-height: 10px;
	}

.item h3  {
	margin: 0px;
	padding: 0px;
	}
	

.item h3 a {
	margin: 0px;
	padding-right: 3px;
	background-color: #FFF;
	color: #000;
	}

.item h3 a:hover {
	color: #C30;
	}
	
.item h3 em {
	background-color: #FFF;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-style: normal;
	font-weight: normal;
	}
	
.item p { 
	margin-top: 2px;
	margin-left: 127px;
	line-height: normal;
	}
	
.largethumb {
	height: 112px;
	width: 112px;
	float: left;
	margin: 0px 15px 5px 0;
	padding: 0px;
	border: 0px;
	}
	
.smallthumb {
	background: url(32thb-bg.png) no-repeat top center;
	float: left;
	margin: 0px 15px 5px 0;
	padding: 5px 6px 6px 13px;
	border: 0px;
	} 
	
.itemmast {
	padding: 0px 0 5px 0;
	clear: right;
	}
	
.itemmast img {
	margin: 0px;
	padding: 0px 0 15px 0px;
	}
	
h3.dots {
	margin: 0px 0 0 10px;
	padding: 0px;
	background: url(dots.gif) no-repeat right;
	}
	
h3.dots em {
	font-weight: bold;
	color: #000;
	font-size: 12px;
	padding-right: 4px;
	}
	
.position {
	color: #c00;
	font-weight: normal;
	font-style: normal;
	}
	
.blue {
	color: #036;
	font-weight: normal;
	font-style: normal;
	}
	
.price p {
	vertical-align: text-top;
	margin: 10px 0 0 0px;
	padding: 0px;
	float: right;
	color: #C30;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

.price a {
	vertical-align: text-top;
	margin: 10px 0 0 0px;
	padding: 0px;
	float: right;
	color: #C30;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

.price a:hover {
	color: #C30;
	text-decoration: none;
	}

.price img {
	vertical-align: text-bottom;
	padding-bottom: 1px;
	}
	
.price em {
	vertical-align: text-top;
	font-size: 10px;
	font-style: normal;
	color: #C30;
	}


/* ------- product overview other -------*/ 

.leftlink {
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px solid #666;
	float: left;
	}
 
.linklist ul {
	clear: right;
	margin: 0px;
	padding: 0;
	}

.linklist li {
	list-style-type: none;
	}	
 
  



/* ------------------------------ 
          sidebar content         
   ------------------------------*/

#sidecontent {
	background: #eeeee1 url(sidecontent_bg_colbottom.gif) no-repeat right bottom;
	color: #666;
	width: 250px;
	float: right;
	clear: right;
	padding-bottom: 36px;
	font-size: 12px;
	}
	
	
#sidecontent h3 {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 5px 0 20px 10px;
	background: #b5b19e url(sidecontent_bg_top.gif) no-repeat right bottom;
	}

#sidecontent strong {
	color: #000;
	font-weight: bold;
	}

#sidecontent div.first {
	padding-top: 0px;
	}
	
#sidecontent .first h3 {
	margin: 0;
	}
		
.sidesection {
	background: url(sidecontent_bg_colbottom.gif) no-repeat right top;
	padding: 13px 0 0px 0;
	width: 250px;
	}

#sidecontent div.noheader {
	padding-top: 40px;
	}

#sidecontent #newslinks h3 {
	background: #b5b19e url(sidecontent_bg_bottom.gif) no-repeat right top;
	padding: 18px 0px 7px 10px;
	}
	
#sidecontent #contact_usa {
	padding-top: 0px;
	}
	
#stockicons #sidecontent div.first {
	background: none;
	}
	
	

.sidesection p {
	padding: 0px;
	margin: 0px 10px 10px 10px;
	}
	
.sidesection p em{
	font-style: normal;
	font-weight: bold;
	}
	
.itemlist {
	margin: 15px 0 10px 15px;
	}
	
.itemlist li {
	padding-top: 3px;
	margin-right: 15px
	}
	
.itemlist ul {
	margin: 0 0 20px 10px;
	list-style-type: disc;
	}	
	
.itemlist p {
	margin: 0 0 5px -5px;
	font-weight: bold;
	}	

ul.links {
	margin: 5px 0px 15px 0px;
	line-height: 1.2em;
	}
	
ul.links li {
	padding: 2px 10px 5px 25px;
	background: url(pixelarrow_tan.gif) no-repeat 10px 3px;
	}
		
ul.links li.new {
	background: url(pixelarrow_red.gif) no-repeat 10px 3px;
	}

ul.links li.expires {
	background: url(pixelarrow_orange.gif) no-repeat 10px 3px;
	}









/* ------------------------------ 
            news page           
   ------------------------------*/

/* ------- teaserbar -------*/

#teaserbar {
	background: url() no-repeat top center;
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 70px 0px;
	width: 428px;
	}
	
#teaserbar h3 {
	text-align: left;
	font-weight: bold;
	font-style: normal;
	margin: 3px 0 0 5px;
	font-size: 10px;
	}

#teaserbar p {
	font-size: 10px;
	margin: 0 0 0 5px;
	}
	
#teaserbar a {
	text-decoration: none;
	}
	
#teaserbar a:hover {
	color: #C30;
	}
	
#teaserbar img {
	float: left;
	margin: 0px;
	padding: 0 5px 0 0px;
	width: 32px;
	border: none;
	}
	
#teaserbar ul {
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	}

#teaserbar li {
	background: none;
	float: left;
	width: 128px;
	margin: 2px 5px 0 9px;
	padding: 0px;
	vertical-align: top;
	}

/* ------- news post -------*/

.newsblurb {
	clear: left;
	background: url(divider_horizontal_4px.gif) no-repeat bottom center;
	margin: 0px 0 0 0px;
	padding: 15px 0px 30px 0px;
	width: 430px;
	overflow: hidden;
	}

.newsblurb h3 {
	margin-bottom: 5px;
	}
	
.newsblurb p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.4em;
	}

.newsimage {
	float: left;
	margin: 15px 10px 6px 0px;
	}
	
.newsblurb ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 15px 10px;
	}

.newsblurb ul li {
	list-style-type: disc;
	margin: 0px 0px 10px 0px;
	}

.newsblurb ul.newsblurblinks {
	color: #666;
	font-size: 9px;
	clear: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}

.newsblurb ul.newsblurblinks li {
	list-style-type: none;
	color: #8f8f75;
	margin: 0px;
	}	
	
.newsblurb ul.newsblurblinks li.leftlink {
	padding-right: 7px;
	margin-right: 7px;
	}
	
.browsearchive a {
	background-repeat: no-repeat; 
	background-position: left top;
	margin: 20px 0px 0px 120px;
	display: block;
	height: 17px;
	text-indent: -9000px;
	}
	
.browsearchive a {
	background-image: url(home/news/archives.gif);
	width: 169px;
	margin-right: 0px;
	}
	
.browsearchive a:hover {
	background-position: 0 -17px;
	}
	
.news_archive div#date_select {
	float: left;
	width: 345px;
	}

a.archive_nav {
	display: block;
	width: 22px;
	height: 20px;
	}

a#archive_previous {
	background: url(arrow_back.png) left top no-repeat;
	text-indent: -9000px;
	float: left;
	}
	
a#archive_previous:hover {
	background-position: 0 -20px;
	}

a#archive_next {
	background: url(arrow_forward.png) left top no-repeat;
	text-indent: -9000px;
	float: right;
	margin-right: 10px;
	}
	
a#archive_next:hover {
	background-position: 0 -20px;
	}
	
	
/* ------- tout items -------*/		

#tout {
	padding: 0px;
	background: none;
	background-color: #b3b39d;
	}



/* ------- quickpix -------*/	

#quickpix {
	padding: 0 0 5px 0;
	/* height: 50px; IE 5.01 on Windows needs this, but it screws up other browsers. Too bad. */
	}
	
#quickpiximg {
	float: left;
	clear: left;
	margin-top: 0;
	}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#quickpiximg {
	margin-left: 10px;
	margin-right: 10px;
	}
/* End IE5-Mac hack */



#quickpixinfo {
	margin: 10px 0 0 0;
	}
			
#quickpixinfo p {
	padding: 0;
	margin: 0;
	}
	
	
	
	
	
/* ------- product teasers -------*/


#sidecontent #products {
	padding: 0px 0px 5px 0px;
	}
	
#sidecontent #products h3 {
	text-align: right;
	}

#sidecontent #products h3 span {
	display: block;
	float: left;
	}

#sidecontent #products h3 a,
#sidecontent #products h3 a:visited,
#sidecontent #products h3 a:hover,
#sidecontent #products h3 a:active {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 4px 20px 0px 150px;
	padding: 0px 15px 0px 0px;
	background: url(home/products/arrow.gif) right 3px no-repeat;
	}
	
#sidecontent #products div#productlisting {
	margin: -5px 0px -5px 0px;
	}
	
#sidecontent #products ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
	height: 110px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b3b39d;
	}
	
#sidecontent #products ul.first {
	padding: 0px;
	border-top: none;
	}
	
#sidecontent #products ul.last {
	border-bottom: none;
	}
	
#sidecontent #products ul li {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	width: 105px;
	height: 110px;
	float: left;
	}
	
#sidecontent #products ul.first li {
	height: 105px;
	}
	
#sidecontent #products ul li a {
	display: block;
	width: 105px;
	height: 0px;
	padding: 110px 0px 0px 0px;
	overflow: hidden;
	}
	
#sidecontent #products ul.first li a	{
	padding: 105px 0px 0px 0px;
	}
	
#sidecontent #products ul li#product_candybar a {
	background: url(home/products/products_candybar.png) left top no-repeat;
	}	
	
#sidecontent #products ul li#product_iconbuilder a {
	background: url(home/products/products_iconbuilder.png) left top no-repeat;
	}	

#sidecontent #products ul li#product_ipulse a {
	background: url(home/products/products_ipulse.png) left top no-repeat;
	}	

#sidecontent #products ul li#product_xscope a {
	background: url(home/products/products_xscope.png) left top no-repeat;
	}	

#sidecontent #products ul li#product_frenzic a {
	background: url(home/products/products_frenzic.png) left top no-repeat;
	}	

#sidecontent #products ul li#product_twitterrific a {
	background: url(home/products/products_twitterrific.png) left top no-repeat;
	}	
	
	
	

/* ------- news links -------*/

#newslinks {
	padding: 0px;
	margin: 0px;
	}
	
#newslinks h4, .supportlinks h4 {
	font-size: 10px;
	padding: 0 0 0 25px;
	}

#newslinks h4 {
	background-color: #dedec8;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}
	
#newslinks .first h4 {
	background-color: transparent;
	}
	
#newslinks div.first {
	background: url(home/news/newslink_firstsec_bg.gif) no-repeat left top;
	}
	
#newslinks ul.links {
	margin-bottom: 7px;
	}
	
#newslinks ul li {
	font-size: 10px;
	}
	

	
h4.icons {
	background-image: url(home/news/glyph_icons.png);
	}

h4.pics {
	background-image: url(home/news/glyph_pics.png);
	}
	
h4.game {
	background-image: url(home/news/glyph_game.png);
	}
	
h4.ipod {
	background-image: url(home/news/glyph_ipod.png);
	}	
	
h4.july4 {
	background-image: url(home/news/glyph_july4.png);
	}	
	
h4.halloween {
	background-image: url(home/news/glyph_halloween.png);
	}
	
h4.thanksgiving {
	background-image: url(home/news/glyph_thanksgiving.png);
	}	
	
h4.podcast {
	background-image: url(home/news/glyph_podcast.png);
	}
	
h4.special {
	background-image: url(home/news/glyph_special.png);
	}
	
h4.theme {
	background-image: url(home/news/glyph_theme.png);
	}
	
h4.competition {
	background-image: url(home/news/glyph_competition.png);
	}
	
h4.spring {
	background-image: url(home/news/glyph_spring.png);
	}
	
h4.summer {
	background-image: url(home/news/glyph_summer.png);
	}	
	
h4.fall {
	background-image: url(home/news/glyph_fall.png);
	}	
	
h4.winter {
	background-image: url(home/news/glyph_winter.png);
	}	
	
h4.competition {
	background-image: url(home/news/glyph_competition.png);
	}	
	
h4.soft {
	background-image: url(home/news/glyph_soft.png);
	}
	
h4.gadgets {
	background-image: url(home/news/glyph_gadget.png);
	}
	
h4.articles {
	background-image: url(home/news/glyph_articles.png);
	}
	
h4.events {
	background-image: url(home/news/glyph_events.png);
	}
	
h4.blog {
	background-image: url(home/news/glyph_blog.png);
	}
	
h4.creative {
	background-image: url(home/news/glyph_creative.png);
	}
	
h4.entertainment {
	background-image: url(home/news/glyph_entertainment.png);
	}
	
h4.font {
	background-image: url(home/news/glyph_font.png);
	}
	
h4.macstuff {
	background-image: url(home/news/glyph_mac.png);
	}
	
h4.winstuff {
	background-image: url(home/news/glyph_win.png);
	}
	
h4.offbeat {
	background-image: url(home/news/glyph_offbeat.png);
	}
	
h4.science {
	background-image: url(home/news/glyph_science.png);
	}

h4.valentine {
	background-image: url(home/news/glyph_valentine.png);
	}
	
h4.widget {
	background-image: url(home/news/glyph_widget.png);
	}
	
#newslinks h4 {
	background-repeat: no-repeat;
	background-position: 10px 6px;
	}	
	
#newslinks h4 em {
	color: #666;
	font-weight: normal;
	font-style: normal;
	}


img#news_badge, img#rss_badge {
	padding: 0px 5px 0px 0px;
	position: relative;
	top: 4px;
	}


/* -------- permalink --------- */


.permalink p.newsarchive_nav {
	width: 215px;
	float: left;
	}

.permalink p.newsarchive_nav a.similar {
	background: url(home/news/permalink_similar.png) no-repeat left top;
	margin: 0px 5px 0px 0px;
	display: block;
	width: 165px;
	height: 17px;
	text-indent: -9000px;
	}
	
.permalink p.newsarchive_nav a.similar:hover {
	background-position: 0 -17px;		
	}

.permalink p.newsarchive_nav a.recent {
	background: url(home/news/permalink_recent.png) no-repeat left top;
	margin: 0px 0px 0px 5px;
	display: block;
	width: 154px;
	height: 17px;
	text-indent: -9000px;
	}
	
.permalink p.newsarchive_nav a.recent:hover {
	background-position: 0 -17px;		
	}






/* ------- contact page -------*/


#sidecontent h4.maptop {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin: -22px 0 0 0;
	padding: 5px 0 20px 10px;
	background: #b5b19e url(home/contact/sidecontent_bg_map_top.gif) no-repeat right bottom;
	position: relative;
	}
	
#sidecontent .mapsidesection h4 {
	margin: 0;
	}
	
.mapsidesection {
	padding: 0px;
	width: 250px;	
	}

.mapsidesection p {
	background: url(home/contact/sidecontent_bg_map.png) no-repeat right bottom;
	padding: 0px;
	margin: 0px;
	height: 125px;
	}
	
.mapsidesection p a {
	display: block;
	width: 250px;
	height: 125px;
	text-indent: -9000px;
	}
	
.address {
	margin: 0px 0 10px 10px;
	}
	
.address p {
	margin: 0 0 0 0;
	font-weight: normal;
	font-style: normal;
	}

.address p em{
	font-weight: bold;
	font-style: normal;
	}
	
.fax {
	float: right;
	margin-right: 0px;
	}
	
* html .fax p {
	margin-left: 0px;
	}

.itemlist .fax ul, .itemlist .fax ul li {
	margin-right: 5px;
	}
   
   
/* -------- preferences ---------- */

#preferences form.detailed {
	margin-top: 20px;
	}
   
   
   
   
	
/* ------- about page -------*/

.about .item {
	padding-top: 15px;
	}
	
.about .headtitle, .history .headtitle {
	margin-bottom: 20px;
	}
	
.abouttext {
	padding-top: 5px;
	}

p.website {
	color: #369;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 3px;
	}
   
#sidecontent #friends img {
	float: left;
	padding: 5px 10px 3px 0px;
	}
	
#sidecontent #friends p {
	margin-bottom: 25px;
	}

.range {
	color: #c00;
	font-weight: normal;
	font-style: normal;
	}
 
.history ul.timeline li {
	list-style-type: none;
	}

.history ul.timeline {
	margin: 0px 0px 25px 127px;
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #e5e5d9;
	border-bottom: 1px solid #b3b39d;
	}

.history ul.timeline li {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	}

.history ul.timeline em.date {
	display: block;
	width: 45px;
	float: left;
	margin-top: 1px;
	}

ul.linkbadges li {
	text-align: center;
	margin: 0px 0px 10px 0px;
	}
   
div#monkeyBoy {
	width: 0px;
	height: 0px;
	padding: 112px 0px 0px 112px;
	background: url(home/about/craig_hockenberry.png) no-repeat left top;
	cursor: crosshair;
	}
	
/* ------- animation gallery page -------*/

#animgallery #masthead {
	background-image: url(home/gallery/masthead_animbg.png);
	}

#animations {
	background: url(home/gallery/bg_halloween.png) no-repeat left top;
	width: 392px;
	min-height: 200px;
	padding-bottom: 60px;
	}

#sitegraphics {
	background: url(home/gallery/bg_sitegraphics.png) no-repeat left top;
	width: 392px;
	min-height: 200px;
	padding-bottom: 30px;
	}
	
.galleryimage {
	margin: 82px 0 0 116px;
	padding: 0px;
	}
	
a.galleryback {
	background: url(home/gallery/back.gif) no-repeat left top;
	margin: 23px 0 0 105px;
	display: block;
	width: 29px;
	height: 6px;
	text-indent: -9000px;
	}
	
a.galleryback:hover {
	background-position: 0 -6px;
	margin: 23px 0 0 105px;
	display: block;
	width: 29px;
	height: 6px;
	text-indent: -9000px;
	}
	
a.gallerynext {
	float: right;
	background: url(home/gallery/next.gif) no-repeat left top;
	margin: -6px 113px 0 0;
	display: block;
	width: 29px;
	height: 6px;
	text-indent: -9000px;	
	}
	
a.gallerynext:hover {
	float: right;
	background-position: 0 -6px;
	margin: -6px 113px 0 0;
	display: block;
	width: 29px;
	height: 6px;
	text-indent: -9000px;		
	}

ul.gallerysections {
	margin: 23px 0 0 0;
	}

.gallerysections li {
	float: left;
	}

a#normalgallery {
	background: url(home/gallery/nav_normal.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 69px;
	height: 17px;
	text-indent: -9000px;
	}

a#normalgallery:hover {
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 69px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#normalgallery.currentgallery {
	background-position: 0 -34px;
	margin: 0px;
	display: block;
	width: 69px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#halloweengallery {
	background: url(home/gallery/nav_halloween.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 65px;
	height: 17px;
	text-indent: -9000px;
	}

a#halloweengallery:hover {
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 65px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#halloweengallery.currentgallery {
	background-position: 0 -34px;
	}
	
a#springgallery {
	background: url(home/gallery/nav_spring.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 58px;
	height: 17px;
	text-indent: -9000px;
	}

a#springgallery:hover {
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 58px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#springgallery.currentgallery {
	background-position: 0 -34px;
	margin: 0px;
	display: block;
	width: 58px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#fallgallery {
	background: url(home/gallery/nav_fall.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 37px;
	height: 17px;
	text-indent: -9000px;
	}

a#fallgallery:hover {
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 37px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#fallgallery.currentgallery {
	background-position: 0 -34px;
	margin: 0px;
	display: block;
	width: 37px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#wintergallery {
	background: url(home/gallery/nav_winter.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 60px;
	height: 17px;
	text-indent: -9000px;
	}

a#wintergallery:hover {
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 60px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#wintergallery.currentgallery {
	background-position: 0 -34px;
	margin: 0px;
	display: block;
	width: 60px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#moviesgallery {
	background: url(home/gallery/nav_movies.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 47px;
	height: 17px;
	text-indent: -9000px;
	}

a#moviesgallery:hover {
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 47px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#moviesgallery.currentgallery {
	background-position: 0 -34px;
	margin: 0px;
	display: block;
	width: 47px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#scifigallery {
	background: url(home/gallery/nav_scifi.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 56px;
	height: 17px;
	text-indent: -9000px;
	}

a#scifigallery:hover {
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 56px;
	height: 17px;
	text-indent: -9000px;
	}
	
a#scifigallery.currentgallery {
	background-position: 0 -34px;
	margin: 0px;
	display: block;
	width: 56px;
	height: 17px;
	text-indent: -9000px;
	}
	
/* ------- photo gallery page -------*/

.albuminfo {
	margin: 20px 0 20px 0;
	}
	
.albuminfo h3, .albuminfo p {
	display: inline;
	}

.photo {
	background: url(home/photo/photobg.png) no-repeat left top;
	width: 430px;
	height: 306px;
	padding: 13px 12px 13px 12px;
	margin-bottom: 20px;
	}

.photo h3, .photo p {
	display: inline;
	font-size: 10px;
	}
	
.photo img {
	margin-bottom: 15px;
	}
	
	
	
/* ------- rss feed page -------*/
	

ul.feed_list {
	margin: 30px 0px 30px 20px;
	}

ul.feed_list li {
	margin-bottom: 16px;
	}

ul.feed_list img {
	float: left;
	}
	
ul.feed_list h4 {
	margin: 0px 0px 0px 40px;
	}
	
/* Commented Backslash Hack	
     hides rule from IE5-Mac \*/
* html ul.feed_list h4 {
	margin-top: -15px;
	}
/* End IE5-Mac hack */


ul.feed_list p {
	margin: 1px 0px 0px 40px;
	}
	
ul.feed_list p.manual {
	color: #aaa;
	}
	
ul.feed_list .rss_full h4 a, ul.feed_list .rss_full p.description {
	color: #000;
	}
	
ul.feed_list .rss_links h4 a, ul.feed_list .rss_links p.description {
	color: #000;
	}
	
ul.feed_list .rss_home h4 a, ul.feed_list .rss_home p.description {
	color: #be7373;
	}

ul.feed_list .rss_freeware h4 a, ul.feed_list .rss_freeware p.description {
	color: #7a79ab;
	}
	
ul.feed_list .rss_software h4 a, ul.feed_list .rss_software p.description {
	color: #c38628;
	}
	
ul.feed_list .rss_design h4 a, ul.feed_list .rss_design p.description {
	color: #687dab;
	}
	
ul.feed_list .rss_support h4 a, ul.feed_list .rss_support p.description {
	color: #7a9560;
	}

	

/* ------------------------------ 
          freeware page           
   ------------------------------*/

.newlinks {
	margin: 10px 0 0 0;
	}
	
.oldlinks {
	width: 112px;
	float: right;
	margin: 0px 0px 5px 0;
	text-align: right;
}

#freeware .more {
	background: url(divider_horizontal_4px.gif) no-repeat top center;
	width: 430px;
	margin: 20px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}

#freeware .more p {
	background-image: url(freeware/more.gif);
	background-repeat: no-repeat; 
	background-position: left top;
	text-indent: -9000px;
	float: left;
	width: 79px;
	margin: 0px 3px 0px 0px;
	height: 17px;
	}

#freeware .more a {
	background-repeat: no-repeat; 
	background-position: left top;
	margin: 0px 3px 0px 0px;
	display: block;
	height: 17px;
	text-indent: -9000px;
	float: left;
	overflow: hidden;
	}

#freeware .more a#icon_sets {
	background-image: url(freeware/more_iconsets.gif);
	width: 46px;
	}
	
#freeware .more a#icontainers {
	background-image: url(freeware/more_candybar.gif);
	width: 100px;
	}
	
#freeware .more a#desktop_pictures {
	background-image: url(freeware/more_desktop.gif);
	width: 72px;
	}
	
#freeware .more a#ipulse_jackets {
	background-image: url(freeware/more_ipulse.gif);
	width: 95px;
	margin-right: 0px;
	}
	
#freeware .more a:hover {
	background-position: 0 -17px;
	}
	
	

/* ------- sidebar -------*/

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

#legend li {
	height: 15px;
	list-style-type: none;
	padding: 7px 0 7px 30px;
	margin-left: 0px;
	}

.pixadex {
	background: url(freeware/legend_pixadex.png) no-repeat left top;
	}

.candybar {
	background: url(freeware/legend_candybar.png) no-repeat left top;
	}

.mac {
	background: url(freeware/legend_mac.png) no-repeat left top;
	margin-top: 2px;
	}

.windivider{
	background: url(freeware/legend_win.png) no-repeat left top;
	margin-bottom: 3px;
	border-bottom: 1px solid #D1CFBF;
	}
	
.win {
	background: url(freeware/legend_win.png) no-repeat left top;
	}
	
.widescreen {
	background: url(freeware/legend_widescreen.png) no-repeat left top;
	margin-top: 2px;
	}	

.fullscreen {
	background: url(freeware/legend_fullscreen.png) no-repeat left top;
	}
	
.fullscreendivider {
	background: url(freeware/legend_fullscreen.png) no-repeat left top;
	margin-bottom: 3px;
	border-bottom: 1px solid #D1CFBF;
	}

.wallpaper {
	background: url(freeware/legend_wallpaper.png) no-repeat left top;
	}
	
.wallpaperdivider{
	background: url(freeware/legend_wallpaper.png) no-repeat left top;
	margin-bottom: 3px;
	border-bottom: 1px solid #D1CFBF;
	}
	
	
.jacket {
	background: url(freeware/legend_jacket.png) no-repeat left top;
	margin-top: 2px;
	}
	
#ipulsetout img {
	float: left;
	padding: 0 10px 3px 8px;
	}
	
#candybartout img {
	float: left;
	padding: 0 10px 3px 8px;
	}
	
#pixadextout img {
	float: left;
	padding: 0 10px 3px 8px;
	}


/* ------- icon preview page -------*/


#setpreview {
	padding: 0px 0px 70px 0px;
	margin-left: 15px;
	}

.freewareprv {
	width: 402px;
	}

#setpreview img {
	padding-bottom: 20px;
	clear: right;
	}
	
#setpreview p {
	margin: 0px;
	padding: 0px 0 10px 0px;
	}
	
#setpreview h3 {
	margin: 0px;
	padding: 0px 0 10px 0px;
	}
	
#setpreview h3 em {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	font-style: normal;
	font-weight: normal;
	}
	
.previewlinks {
	padding-right: 10px;
	float: left;
	height: 350px;
	}
	

/* ------------------------------ 
          software page           
   ------------------------------*/


.software_all .item ul.linklist {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}

.software_all .item {
	clear: both;
	overflow: visible;
	}
	
* html .software_all .item {
	height: 100px; /* this appears to fix a WIn IE6 bug that was making the last character of the item blurbs on the software page repeat beneath the item thumbnail */
	}

.software_all .item .info {
	margin: 0px 0px 40px 0px; /* top margin for Mac IE5 */
	padding: 0px;
	width: 303px !important;
	width /**/:242px;
	float: right;
	}
	
.software_all .item .info h3 {
	margin: 0px;
	padding: 0px;
	background: url(dots.gif) no-repeat 0px 4px; 
	}
	
.software_all .item .info .price {
	background-color: #fff;
	margin: -17px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: right;
	}
	
.software_all .item .info .price a, .software_all .item .info .price p {
	margin: 0px;
	padding: 0px;
	float: none;
	}
	
.software_all .item .info .price p {
	width: 35px;
	}

.software_all .item .info .price p img {
	margin: 0px;
	padding: 0px;
	}
	
.software_all .item .info p {
	margin: 0px;
	padding: 0px;
	}

	
	
/* ------- sidebar -------*/
	


#sidecontent p.quote {
	color: #a39f89;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	margin: 20px 15px 0px 10px;
	width: 220px;
	}
	
#sidecontent.xscope p.quote {
	width: 207px;
	margin: 20px 20px 0px 18px;
}
	
#sidecontent ul.credit {
	margin-top: 5px;
	margin-bottom: 20px;
	}
	
#sidecontent .credit li {
	color: #8b645f;
	margin: 0px 25px 0px 0px;
	padding-top: 0px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	}
	
#sidecontent .credit li.name {
	font-weight: bold;
	}
		
.quote img {
	float: left;
	padding: 0 10px 0 30px;
	}
	
#freeupgrade {
	width: 226px;
	margin: 0px 0 10px 10px;
	}
	
#freeupgrade a:hover {	
	text-decoration: none;
	}

#freeupgrade h5 {
	background-image: url(software/freeupgrade.png);
	background-repeat: no-repeat; 
	background-position: left top;
	padding-top: 18px;
	width: 226px;
	height: 0px !important;
	height /**/:18px;
	overflow: hidden;
	}
	
#freeupgrade p {
	color: #42591d;
	background: #cfdcba url(software/freeupgrade_foot.png);
	background-repeat: no-repeat; 
	background-position: left bottom;
	padding: 3px 5px 5px 5px;
	margin: 0px;
	}
	
#paidupgrade {
	width: 226px;
	margin: 0px 0 10px 10px;
	}
	
#paidupgrade a:hover {	
	text-decoration: none;
	}

#paidupgrade h5 {
	background-image: url(software/paidupgrade.png);
	background-repeat: no-repeat; 
	background-position: left top;
	padding-top: 18px;
	width: 226px;
	height: 0px !important;
	height /**/:18px;
	overflow: hidden;
	}
	
#paidupgrade p {
	color: #245c6a;
	background: #c6dad6 url(software/paidupgrade_foot.png);
	background-repeat: no-repeat; 
	background-position: left bottom;
	padding: 3px 5px 5px 5px;
	margin: 0px;
	}	
	
#update {
	width: 226px;
	margin: 0px 0 10px 10px;
	}
	
#update a:hover {	
	text-decoration: none;
	}

#update h5 {
	background-image: url(software/update.png);
	background-repeat: no-repeat; 
	background-position: left top;
	padding-top: 18px;
	width: 226px;
	height: 0px !important;
	height /**/:18px;
	overflow: hidden;
	}
	
#update p {
	color: #7b630f;
	background: #e3dab3 url(software/update_foot.png);
	background-repeat: no-repeat; 
	background-position: left bottom;
	padding: 3px 5px 5px 5px;
	margin: 0px;
	}
	
	
/* ------- candybar tout --------------- */

#listing div.tout_wrapper {
	width: 430px;
	height: 100px;
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	background: transparent url(software/candybar_tout_top.png) no-repeat left top;
	text-decoration: none;
	}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#listing div.tout_wrapper {
	height: auto;
	min-height: 110px;
	}
/* End IE5-Mac hack */
	
#listing div.candybar_tout {
	width: 430px;
	min-height: 110px;
	margin: 0px;
	padding: 0px;
	background: transparent url(software/candybar_tout_bottom.gif) no-repeat left bottom;
	}
		
#listing div.candybar_tout a#candybar_preview {
	display: block;
	width: 112px;
	height: 112px;
	overflow: hidden;
	float: left;
	}
	
#listing div.candybar_tout a#candybar_preview img {
	display: none;
	}

#listing div.candybar_tout .price {
	margin: 10px 10px 0 0px;
	padding: 0px;
	float: right;
	color: #C30;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	position: static;
	}
	
#listing div.candybar_tout .price em {
	font-size: 10px;
	font-style: normal;
	color: #C30;
	}	
	
#listing div.candybar_tout h3.dots {
	background: url(dots.gif) no-repeat 0px 4px; 
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	}
	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#listing div.candybar_tout h3.dots {
	background: url(dots.gif) no-repeat 0px 14px; 
	width: 235px;
	overflow: hidden;
	position: relative;
	left: -12px;
	float: right;
	}
/* End IE5-Mac hack */
	
* html #listing div.candybar_tout h3.dots { /* for win ie6 */
	left: 0px;
	top: 10px;
	padding-top: 2px;
	background: url(dots.gif) no-repeat 0px 6px;
	}

	
#listing div.candybar_tout h3:hover {
	color: #c30;
	}

#listing div.candybar_tout h3 a {
	background-color: #f7f7ee;
	}
		
#listing div.candybar_tout p {
	font-weight: normal;
	padding-bottom: 0px;
	margin-top: 5px;
	width: 270px;
	}
	
* html #listing div.candybar_tout p {
	padding-bottom: 10px;
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	padding-bottom: 0px;
	/* End IE5-Mac hack */
	}
	
#listing div.candybar_tout p em {
	color: #c00;
	font-style: normal;
	}
	
#listing div.candybar_tout a#panic_link {
	display: block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	float: left;
	margin: -40px 0px 0px 325px;
	}
	
* html #listing div.candybar_tout a#panic_link {
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	margin: -50px 0px 0px 160px;
	position: relative;
	top: 45px;
	/* End IE5-Mac hack */
	}
	
#listing div.candybar_tout a#panic_link img {
	display: none;
	}
	
	
	
	
	
/* ------- frenzic tout --------------- */

#listing div#frenzic_wrapper {
	background: transparent url(software/frenzic_tout_top.png) no-repeat left top;
	}
	
#listing div.frenzic_tout {
	width: 430px;
	min-height: 110px;
	margin: 0px;
	padding: 0px;
	background: transparent url(software/frenzic_tout_bottom.gif) no-repeat left bottom;
	}
		
#listing div.frenzic_tout a#frenzic_preview {
	display: block;
	width: 112px;
	height: 112px;
	overflow: hidden;
	float: left;
	}
	
#listing div.frenzic_tout a#frenzic_preview img {
	display: none;
	}

#listing div.frenzic_tout .price {
	margin: 10px 10px 0 0px;
	padding: 0px;
	float: right;
	color: #C30;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	position: static;
	}
	
#listing div.frenzic_tout .price em {
	font-size: 10px;
	font-style: normal;
	color: #C30;
	}	
	
#listing div.frenzic_tout h3.dots {
	background: url(dots.gif) no-repeat 0px 4px; 
	width: 240px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	}
	
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#listing div.frenzic_tout h3.dots {
	background: url(dots.gif) no-repeat 0px 14px; 
	width: 235px;
	overflow: hidden;
	position: relative;
	left: -12px;
	float: right;
	}
/* End IE5-Mac hack */
	
* html #listing div.frenzic_tout h3.dots { /* for win ie6 */
	left: 0px;
	top: 10px;
	padding-top: 2px;
	background: url(dots.gif) no-repeat 0px 6px;
	}

	
#listing div.frenzic_tout h3:hover {
	color: #c30;
	}

#listing div.frenzic_tout h3 a {
	background-color: #f7f7ee;
	}
		
#listing div.frenzic_tout p {
	font-weight: normal;
	padding-bottom: 0px;
	margin-top: 5px;
	width: 270px;
	}
	
* html #listing div.frenzic_tout p {
	padding-bottom: 10px;
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	padding-bottom: 0px;
	/* End IE5-Mac hack */
	}
	
#listing div.frenzic_tout p em {
	color: #c00;
	font-style: normal;
	}
	
#listing div.frenzic_tout a#frenzic_link {
	display: block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	float: left;
	margin: -40px 0px 0px 325px;
	}
	
* html #listing div.frenzic_tout a#frenzic_link {
	/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
	margin: -50px 0px 0px 160px;
	position: relative;
	top: 45px;
	/* End IE5-Mac hack */
	}
	
#listing div.frenzic_tout a#frenzic_link img {
	display: none;
	}





	
#software #listing {
	background: url(divider_horizontal_4px.gif) no-repeat top center;
	padding-top: 20px;
	margin-top: 10px;
	}

	
	
/* ------- software detail page -------*/



.software_detail .item {
	clear: both;
	overflow: visible;
	}

.software_detail .item .info {
	margin: -115px 0px 10px 0px; /* top margin for Mac IE5 */
	padding: 0px;
	width: 303px !important;
	width /**/:252px;
	float: right;
	background: url(dots.gif) no-repeat 0px 4px; 
	}
	
/* Commented Backslash Hack				top margin for everyone else
     hides rule from IE5-Mac \*/
.software_detail .item .info {
	margin-top: 0px;
	}
/* End IE5-Mac hack */

	
.software_detail .item .info h3 {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	background-color: #fff;
	display: inline;
	float: left;
	}
	
.software_detail .item .info .price {
	background-color: #fff;
	margin: -2px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	float: right;
	}
	
.software_detail .item .info .price a, .software_detail .item .info .price p {
	margin: 0px;
	padding: 0px;
	float: none;
	}
	
.software_detail .item .info .price p {
	width: 35px;
	}

.software_detail .item .info .price p img {
	margin: 0px;
	padding: 0px;
	}
	
.software_detail .item .info p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}

.software_detail .item .info p.requirements {
	padding: 15px 0px 15px 0px;
	margin: 0px;
	clear: both;
	}

.tryitbuyit {
	float: left;
	margin: 0px 19px 5px 0;
	border: 0px;
	width: 108px !important;
	width /**/:127px;
	}
	
a.buy {
	display: block;
	float: left;
	clear: both;
	margin: 0px;
	height: 35px;
	overflow: hidden;
	}
	
a.buy:hover img {
	margin: -35px 0 0 0;
	}
	
a.try {
	display: block;
	float: left;
	clear: both;
	height: 35px;
	margin: 0px 0 10px 0;
	overflow: hidden;
	}
	
a.try:hover img {
	margin: -35px 0 0 0;
	}
	
a.upgrade {
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 0 0;
	height: 35px;
	overflow: hidden;
	}
	
a.upgrade:hover img {
	margin: -35px 0 0 0;
	}
	
.itemtease {
	clear: both;
	margin: 0px 0 0 0px;
	padding: 5px 0px 5px 0px;
	width: 430px;
	overflow: hidden;
	}
	
.itemtease a#twitteriphone_tout {
	display: block;
	width: 304px;
	height: 39px;
	padding: 0px;
	margin: 0px 0px 15px 125px;
	}
	
.itemtease p {
	padding: 0px;
	margin: 5px 0 15px 127px;
	}
	
.itemtease h3 a {
	font-weight: normal;
	font-size: 10px;
	padding-left: 5px;
	margin-left: 0px;
	border-left: 1px solid #666;
	}
	
.itemtease h3 a:hover {
	color: #C30;
	}
	
.itemtease h3 {
	margin: 0px 0 0px 127px;
	padding: 10px 0px 0px 0px;
	}
	
.itemtease img {
	float: left;
	clear:left;
	margin: 10px 10px -80px 0;
	border: 0px;
	}
	
.itemtease img.screenshot {
	float: auto;
	padding: 0px;
	margin: 5px 0 15px 127px;
	}
	
.itemtease ul {
	padding: 0px 0 0 15px;
	margin: 5px 0 25px 127px;
	}
	
.itemtease li {
	list-style-type: disc;
	}
	
ul.sublist, .itemtease ul li ul {
	margin: 0px 0 10px 0;
	}
	
ul.sublist li, .itemtease ul li ul li {
	font-size: 10px;
	margin-top: 2px;
	list-style-type: circle;
	}
	
ul.keylist li {
	margin-left: -15px;
	list-style-type: none;
	}
	
.software_detail .item .info p.download {
	margin-bottom: 10px;
	}
	
	
#sidecontent .sidesection p.support {
	width: 216px;
	height: 53px;
	padding: 10px 5px 0px 5px;
	margin-bottom: 5px;
	background: url(software/supportsidebar_bg.png) top left no-repeat;
	}
	


/* ------- pixadex detail page -------*/

div.software_detail.pixadex .itemmast img {
	padding: 0px;
	}


div.software_detail.pixadex .item .info {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	width: 352px !important;
	width /**/:301px;
	float: none;
	background: none;
	}

div.software_detail.pixadex .item .info h3 {
	display: block;
	float: none;
	font-size: 20px;
	letter-spacing: -.07em;
	color: #28044f;
	margin: 0px 0px 10px 0px;
	}
	
div.software_detail.pixadex .item .info h4 {
	font-size: 14px;
	letter-spacing: -.07em;
	color: #28044f;
	margin: 20px 0px 10px 0px;
	}
	
div.software_detail.pixadex .item .info p.candybar_link {
	margin-top: 25px;
	}

div.software_detail.pixadex .item .info p.candybar_link a {
	display: block;
	width: 358px;
	height: 0px;
	padding: 53px 0px 0px 0px;
	background: url(../assets/software/pixadex/button_cbhome.png) left top no-repeat;
	overflow: hidden;
	}

div.pixadex_sidebar {
	background: url(sidecontent_bg_top.gif) no-repeat right top !important;
	}


/* ------- version history page -------*/

	
.updates {
	width: 430px;
	padding: 0px;
	margin: 5px 0 20px 0px;
	}
	
.updates h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0px;
	color: #666;
	}
	
.updates p {
	color: #000;
	}
	
.updates em {
	color: #cc3333;
	font-style: normal;
	font-weight: bold;
	}
	
.updates ul {
	color: #666;
	list-style-type: disc;
	margin: 3px 0px 0px 18px;
	}
	
.updates ul li {
	margin-bottom: 3px;
	}
	
.updates ul li ul {
	margin-top: 3px !important;
	}
	
.screenimg {
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0 0;
	}
	
.ipulsevhist .sidesection {
	background: url(sidecontent_bg_top.gif) no-repeat right top;
	text-align: right;
	}


/* -------- upgrades ------------------ */

.upgrades  ul {
	margin: 0 0 20px 10px;
	list-style-type: disc;
	}
	
.upgrades li {
	margin-left: 30px;
	margin-bottom: 5px;
	}
	
.upgrades #product_upgrade {
	margin-top: 30px;
	}

.upgrades h4.result {
	margin-top: 20px;
	}


/* ------- registration lookup ------------- */


.registration_lookup ul.links {
	margin-right: 70px;
	}

.registration_lookup ul.links li {
	margin-bottom: 10px;
	line-height: 14px;
	}
	
.registration_lookup input#email {
	margin-right: 10px;
	}
	
.registration_lookup form div {
	color: #666;
	}

.registration_lookup form.lookup p {
	margin: 0px;
	padding: 0px;
	}
	
.registration_lookup form.lookup label {
	display: block;
	margin-bottom: 10px;
	}

.registration_lookup form.lookup {
	background: url(filter_bg.gif) no-repeat left bottom;
	width: 430px;
	padding: 8px 0px 6px 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	width: 420px;
	}
	
html>body .registration_lookup form.lookup { 
	width: 420px;
	margin-bottom: 30px;
	}

.registration_lookup strong {
	color: #c00;
	}
	
.registration_lookup form strong, .registration_lookup li strong {
	color: #666;
	}
	
.registration_lookup form ul {
	border-bottom: 1px solid #e5e5d9;
	margin-left: 0px;
	}
	
.registration_lookup form ul li {
	margin-bottom: 5px;
	}

.registration_lookup p.required {
	margin-top: 0px;
	}
	
.registration_lookup .mail_form .check_options {
	float: left;
	}
	
.registration_lookup .mail_form .submit {
	float: right;
	}
	
#software .registration_lookup .mail_form ul li {
	clear: both;
	margin-bottom: 10px;
	min-height: 30px;
	}

#software .registration_lookup .mail_form ul li label {
	font-weight: normal;
	display: block;
	width: 405px !important;
	width /**/:340px;
	float: right;
	}

#software .registration_lookup .mail_form ul li label strong {
	display: block;
	}
	
#software .registration_lookup .mail_form ul li input {
	float: left;
	}


/* ------------------------------ 
     misc freeware and software           
   ------------------------------*/

.icons #listing, .icontainers #listing, .desktops #listing, .jackets #listing, #software .jackets #listing, .design #listing {
	background: none;
	}
	
form.filter, form.filterform {
	background: url(filter_bg.gif) no-repeat left top;
	width: 430px;
	height: 20px;
	padding: 8px 0px 8px 20px;
	margin-top: 20px;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	width: 410px;
	}
	
html>body form.filter, html>body form.filterform { 
	width: 410px;
	}

.smallheader {
	font-size: 12px;
	}

p.smallinfo {
	margin-left: 50px;
	}
	
	


/* ------------------------------ 
         stockicons page           
   ------------------------------*/

.topbanner {
	margin-top: -20px;
	padding-bottom: 10px;
	}
	
.middlebanner {
	padding: 15px 0 20px 0;
	}

.bottombanner {
	padding-top: 15px;
	}

   
/* obsolete

.stockthumb {
	background: url(32stockthb-bg.png) no-repeat top center;
	float: left;
	margin: 0px 10px 5px 0;
	padding: 15px 16px 13px 10px;
	border: 0px;
	}   
	
.stockthumb img {
	padding: 0px 0px 0px 15px;
	}
	
.family {
	background: url(dots_vert.gif) no-repeat left top;
	}
   
/* ------- style guide -------
   
#styles {
	padding-top: 15px;
	clear: right;
	}

.style {
	clear: both;
	margin: 5px 0 0 0px;
	padding: 5px 0px 5px 0px;
	}	
	
.style h4 {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 14px;
	color: #8F8F75;
	margin: 0 0 0 0px;
	padding: 5px 0 10px 0px;
	}
		
.style h3 {
	margin: 0px;
	padding: 0px;
	}
	
.style h3 a:hover {
	color: #C30;
	}
	
.style em {
	font-style: normal;
	}


.style a {
	text-decoration: none;
	}	
	
.style a:hover {
	color: #C30;
	}
	
.style h3 a:hover {
	color: #C30;
	}
	
.stylesample {
	background: url(stockthb-stylebg.png) no-repeat top left;
	float: left;
	padding: 6px 6px 0px 0px;
	border: 0px;
	width: 100px;
	height: 104px;
	}
	
.stylethumb {
	margin-left: 16px;
	}
	
.stylesample img {
	padding-right: 5px;
	}
	
.stylesample ul {
	margin: 8px 0px 0px 0px;
	text-align: center;
	}
	
.stylesample li {
	padding-bottom: 3px;
	}
	
/* ------- sidebar -------

#info img {
	padding-left: 20%;
	}
	
.sizechart {
	color: #C30;
	width: 220px;
	margin-left: 10px;
	font-size: 12px;
	}	
	
.sizechart td {
	padding: 3px;
	}
	
/* ------- detail page -------
	
.tryit {
	margin: 0px;
	padding: 0 0 0 10px;
	width: 430px;
	}
		
/* ------- testimonials page -------
	
.testimony {	
	background: url(divider_horizontal_4px.gif) no-repeat bottom center;
	margin: 10px 0 0 0px;
	padding: 5px 0px 20px 0px;
	width: 430px;
	overflow: hidden;	
	}
	
.testimonials #maincontent div.last {
	background: none;
	}
   
 .testimony p { 
	margin: 0px;
	padding: 2px 0 10px 0;
	line-height: normal;
	}
	
.testimony h4 em {
	font-size: 10px;
	font-style: normal;
	color: #C30;
	}
	
.testimony h4 {
	margin: 3px 0 0 0;
	text-align: right;
	}	

a.casestudylink {
	display: block;
	margin-bottom: 10px;
	margin-left: 65px;
	}	

/* ------- legal page -------	

.legalbody h4 {
	margin-top: 20px;
	}

*/
	
/* ------------------------------ 
          design page           
   ------------------------------*/
   
   
.otherprojects {
	color: #666;
	clear: both;
	margin-top: 20px;
	}
	
.otherprojects ul {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.otherprojects li {
	width: 103px;
	text-align: right;
	margin: 7px 0 5px 0;
	}
	
.otherprojects li a {
	display: block;
	width: 235px;
	text-align: left;
	margin-left: 115px;
	margin-top: -13px;
	}
	
.otherprojects a:hover {
	color: #C30;
	}
	
.stockiconstout {
	margin-left:10px;
	}
	
	
#design .more {
	background: url(divider_horizontal_4px.gif) no-repeat top center;
	width: 430px;
	margin: 20px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}

#design .more p {
	float: left;
	margin: 2px 5px 5px 0px;
	height: 17px;
	}

#design .more a {
	background-repeat: no-repeat; 
	background-position: left top;
	margin: 0px 3px 0px 0px;
	display: block;
	height: 17px;
	text-indent: -9000px;
	float: left;
	}

#design .more a#icondesigns {
	background-image: url(design/more_icons.gif);
	width: 95px;
	}
	
#design .more a#stockicons {
	background-image: url(design/more_stockicons.gif);
	width: 135px;
	}
	
#design .more a#userinterface {
	background-image: url(design/more_userinterface.gif);
	width: 155px;
	margin-right: 0px;
	}
	
#design .more a:hover {
	background-position: 0 -17px;
	}
	
	
	
	
/* ------- project preview page -------*/
	
#projectpreview {
	padding: 0px 20px 70px 0px;
	}

#projectpreview img {
	padding-bottom: 20px;
	clear: right;
	}
	
#projectpreview p {
	margin: 0px;
	padding: 0px 0 10px 0px;
	}
	
#projectpreview h3 {
	margin: 0px;
	padding: 0px 0 10px 0px;
	}
	
/* ------- press page -------*/

.inthepress em {
	padding-right: 6px;
	}

.inthepress li {
	padding-bottom: 4px;
	}


/* ------- client list page -------*/

.featured {
	font-weight: bold;
	color: #222;
	}
	
.clientlist {
	margin-top: 15px;
	}

.clientlist li {
	text-align: left;
	margin-left: 18px;
	padding-bottom: 4px;
	}
	
.clientlist ul {
	margin: 0px;
	padding: 0px;
	}
	
.clientlist h3 {
	float: left;
	clear: left;
	margin: 0px;
	width: 0px;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	color: #C30;
	}
	
#lista {
	float: left;
	width: 210px !important;
	width /**/:200px;
	}
	
#listb {
	float: right;
	width: 200px;
	}
	
	
/* ------------------------------ 
          deskbase page           
   ------------------------------*/

#deskbase li {
	color: #666;
	}
  
.sitecontains {
	margin: 8px 0 0 127px;
	padding: 0px;
	}
	
.deskbasethumb {
	float: left;
	margin: 0px 15px 5px 0;
	padding: 0px;
	border: 0px;
	}

.sitecontains img {
	margin: 0px;
	padding: 0px 2.5px 0 0;
	}
	
/* ------- sidebar -------*/
	
.searchdeskbase {
	width: 230px;
	margin: 0px 0 0 10px;
	}

.searchdeskbase p {
	margin: 0px;
	padding: 0 0 5px 0px;
	font-weight: bold;
	}

.searchdeskbase p em {
	color: #666;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	}
	
.searchdeskbase img {
	margin: 5px 0 -2px 0;
	padding: 0px 20px 0 2px;
	}

#keywordsection {
	margin-top: 20px;
	}
	
.findit {
	margin: 10px 0 -20px 0;
	}
	
#dblegend ul {
	margin: 0px 0 0 10px;
	width: 230px;
	}
	
#dblegend li {
	padding-bottom: 10px;
	}
	
#dblegend img {
	margin-bottom: -1px;
	padding-right: 5px;
	}
	
.dblegendone {
	width: 130px;
	float: left;
	}
	
.dblegendtwo {
	clear: right;
	}
	
.dblegendthree {
	clear: left;
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px solid #D1CFBF;
	}	
	
/* ------- about page -------*/
	
h3.clearleft {
	padding-top: 10px;
   	clear: left;
   	}
	
/* ------- submit page -------*/
	   	
p.clearleft {
   	clear: left;
   	}
	
#deskbase .paragraphs em {
	color: #cc3333;
	font-style: normal;
	}
	
	
	
   
/* ------------------------------ 
          search page           
   ------------------------------*/
	
#search p.note {
	margin-top: 20px;
	}

.resultsection {
	margin: 0 0 30px 0;
	}

.resultsection h3 {
	font-size: 12px;
	color: #fff;
	}
	
.resultsection h3 a{
	color: #fff;
	text-decoration: none;
	}
	
.resultsection h3 a:hover{
	color: #fff;
	text-decoration: underline;
	}
	
.resultsection .more {
	width: 430px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.resultsection .more a {
	display: block;
	margin: 0px;
	padding: 6px 0px 0px 10px;
	width: 420px !important;
	width /**/:430px;
	height: 16px !important;
	height /**/:22px;
	color: #fff;
	}
	
#search .resultsection .more a:hover {
	background-position: 0px -22px;
	}


.resultslist {
	clear: left;
	width: 430px;
	padding: 10px 0 30px 0px;
	}
	
.resultinfo {
	padding: 5px 8px 8px 5px;
	margin: 0 0 1px 0px;
	border-top: 1px solid white;
	}

.resultinfo h4 {
	color: #8F8F75;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 330px;
	}
   	
.resultinfo h4 a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	}
	
.resultinfo h4 a:hover {
	color: #000;
	text-decoration: underline;
	}
   	
.resultinfo p {
	margin: 3px 0 0 0;
	width: 330px;
	}
	
a.similar {
	float: right;
	background: url(search/similar.png) no-repeat left top;
	margin: 0px;
	display: block;
	width: 60px;
	height: 17px;
	text-indent: -9000px;	
	}
	
a.similar:hover {
	float: right;
	background-position: 0 -17px;
	margin: 0px;
	display: block;
	width: 60px;
	height: 17px;
	text-indent: -9000px;		
	}

a.similarlg {
	background: url(search/similar_lg.png) no-repeat left top;
	margin: 10px 0 0 0px;
	display: block;
	width: 162px;
	height: 17px;
	text-indent: -9000px;
	}
	
a.similarlg:hover {
	background-position: 0 -17px;
	margin: 10px 0 0 0px;
	display: block;
	width: 162px;
	height: 17px;
	text-indent: -9000px;
	}
	
#setpreview a.similarlg {
	float: left;
	}
	
#search .sidesection .itemlist {
	margin-top: 0px;
	margin-bottom: 0px;
	}

#search .sidesection .itemlist ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#search .sidesection .itemlist ul li {
	margin-bottom: 10px;
	margin-top: 0px;
	}
		
/* ------- home result -------*/	

#homeresult {
	background: #fde9e9 url(search/home_bottom.png) no-repeat left bottom;
	}
	   	
#homeresult  .resultinfo p {
	color: #be7373;
	}
	
#homeresult  a.similar {
	background: url(search/home_similar.png) no-repeat left top;
	}
	
#homeresult  a.similar:hover {
	background-position: 0 -17px;		
	}

h3.homeall em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding: 0px 8px 0 0;
	}

h3.homehead {
	background: #FFF url(search/home.png) no-repeat left top;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
h3.homeall {
	font-size: 12px;
	background: #FFF url(search/home_all.png) no-repeat left top;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
		
#homeresult .more a {
	background: #fd9999 url(search/home_more_bg.gif) no-repeat left top;
	}

	
/* ------- freeware result -------*/
	
#freewareresult {
	background: #e9e9fe url(search/freeware_bottom.png) no-repeat left bottom;
	}

#freewareresult  .resultinfo p {
	color: #7a79ab;
	}
	
#freewareresult  a.similar {
	background: url(search/freeware_similar.png) no-repeat left top;
	}
	
#freewareresult  a.similar:hover {
	background-position: 0 -17px;		
	}

h3.freewareall em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding-right: 8px;
	}

h3.freewarehead {
	background: #FFF url(search/freeware.png) no-repeat left top;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
h3.freewareall {
	font-size: 12px;
	background: #FFF url(search/freeware_all.png) no-repeat left top;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
#freewareresult .more a {
	background: #b5b4fe url(search/freeware_more_bg.gif) no-repeat left top;
	}

	
/* ------- software result -------*/	
	
#softwareresult {
	background: #fdefd9 url(search/software_bottom.png) no-repeat left bottom;
	}
   	
#softwareresult  .resultinfo p {
	color: #c38628;
	}
	
#softwareresult  a.similar {
	background: url(search/software_similar.png) no-repeat left top;
	}
	
#softwareresult  a.similar:hover {
	background-position: 0 -17px;		
	}

h3.softwareall em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding-right: 8px;
	}

h3.softwarehead {
	background: #FFF url(search/software.png) no-repeat left top;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
h3.softwareall {
	font-size: 12px;
	background: #FFF url(search/software_all.png) no-repeat left top;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
#softwareresult .more a {
	background: #ffb94e url(search/software_more_bg.gif) no-repeat left top;
	}


/* ------- design result -------*/	

#designresult {
	background: #e6ecfa url(search/design_bottom.png) no-repeat left bottom;
	}
   	
#designresult  .resultinfo p {
	color: #687dab;
	}
	
#designresult  a.similar {
	background: url(search/design_similar.png) no-repeat left top;
	}
	
#designresult  a.similar:hover {
	background-position: 0 -17px;		
	}
	
h3.designall em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding-right: 8px;
	}

h3.designhead {
	background: #FFF url(search/design.png) no-repeat left top;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
h3.designall {
	font-size: 12px;
	background: #FFF url(search/design_all.png) no-repeat left top;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
#designresult .more a {
	background: #8bbaf4 url(search/design_more_bg.gif) no-repeat left top;
	}

	
/* ------- support result -------*/	
	

.support p.note {
	margin-top: 20px;
	}

#supportresult {
	background: #e3f5d2 url(search/support_bottom.png) no-repeat left bottom;
	}
   	
#supportresult  .resultinfo p {
	color: #7a9560;
	}
	
#supportresult  a.similar {
	background: url(search/support_similar.png) no-repeat left top;
	}
	
#supportresult  a.similar:hover {
	background-position: 0 -17px;		
	}

h3.supportall em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding-right: 8px;
	}

h3.supporthead {
	background: #FFF url(search/support.png) no-repeat left top;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
h3.supportall {
	font-size: 12px;
	background: #FFF url(search/support_all.png) no-repeat left top;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
#supportresult .more a {
	background: #a6cf81 url(search/support_more_bg.gif) no-repeat left top;
	}

	
/* ------- deskbase result -------*/	

#deskbaseresult {
	background: #fde9e9 url(search/deskbase_bottom.png) no-repeat left bottom;
	}

#deskbaseresult  .resultinfo p {
	color: #be7373;
	}
	
#deskbaseresult  a.similar {
	background: url(search/deskbase_similar.png) no-repeat left top;
	}
	
#deskbaseresult  a.similar:hover {
	background-position: 0 -17px;		
	}

h3.deskbaseall em {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	float: right;
	padding-right: 8px;
	}

h3.deskbasehead {
	background: #FFF url(search/deskbase.png) no-repeat left top;
	font-size: 12px;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
h3.deskbaseall {
	font-size: 12px;
	background: #FFF url(search/deskbase_all.png) no-repeat left top;
	margin: 0px;
	padding: 1px 0 0px 5px;
	}
	
/* ------- support item -------*/	

.supportdetail {
	clear: left;
	background: url(divider_horizontal_4px.gif) no-repeat bottom center;
	margin: 0px 0 0 0px;
	padding: 0px 0px 15px 0px;
	width: 430px;
	overflow: hidden;
	}

.supportdetail ul {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 15px 10px;
	}

.supportdetail ul li {
	list-style-type: disc;
	margin: 0px 0px 10px 0px;
	margin-bottom: 6px;
	}

h3.title {
	padding: 15px 0 0 0;
	}
	
.datestamp {
	color: #8f8f75;
	font-size: 9px;
	margin: 20px 0 20px 0px;
	padding: 0;
	}
	
#supportsimilar {
	margin: 20px 0 0 135px;
	}
	

/* ------------------------------ 
          ordering pages           
   ------------------------------*/


	
.summary {
	width: 430px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}

.summary .price  {
	color: #C30;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#itemheader {
	border: 0px;
	width: 430px;
	height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#itemhead {
	font-size: 12px;
	font-weight: bold;
	background: #b3b39d url(subheadbar_bg_cap.gif) no-repeat top left;
	height: 19px;
	width: 380px;
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 2px 0px 0px 10px;
	float: left;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	height: 17px;
	width: 370px;
	
	}
	
html>body #itemhead { 
	height: 17px;
	width: 370px;
	}
	
	
#qtyhead {
	font-size: 12px;
	font-weight: bold;
	background: #b3b39d;
	height: 19px;
	width: 48px;
	text-align: center;
	color: #fff;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	border-left: 2px solid white;
	float: right;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	height: 17px;
	
	}
	
html>body #qtyhead { 
	height: 17px;
	}
	
	
#cartform ul, #cartform li {
	padding: 0px;
	margin: 0px;
	}
	
#cartform ul {
	background: none;
	border-bottom: 2px solid #cbcbb1;
	padding: 0px 0px 20px 0px;
	margin: 30px 0px 20px 0px;
	}



#cartform .options {
	margin: -20px 0px 0px 0px;
	padding: 0px;
	width: 305px;
	height: 54px;
	float: right;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	width: 363px;
	
	}
	
html>body #cartform .options { 
	width: 363px;
	}

#cartform li.item {
	height: 56px;
	background: url(cartthb-bg.png) no-repeat top left;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	min-height: 56px;
	overflow: visible;
	}
	
#cartform li .smallthumb {
	background: none;
	float: left;
	margin: 12px 18px 12px 15px;
	padding: 0px;
	}
	
#cartform h5 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 280px;
	height: 20px;
	margin: 0px 0px 0px 55px;
	padding: 5px 0px 0px 0px;
	position: relative;
	left: 5px;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	width: 280px;
	
	}
	
html>body #cartform h5 { 
	width: 280px;
	}
	
a.viewcertificate img {
	padding: 0px 0 10px 65px;
	margin: 0px;
	}
	
.removebutton {
	background: url(trash_icon.gif) no-repeat top left;
	width: 16px;
	margin: 0px 0px 0px 285px !important;
	margin /**/: 5px 0px 0px 330px;
	display: block;
	padding: 16px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important;
	height /**/:16px;
	clear: both;
	position: relative;
	top: 0px !important;
	top /**/:-37px;
	}
	
select.itemoptions {
	margin: 7px 0px 0px 0px !important;
	margin /**/:-37px 0px 0px 70px;	
	}

.itemqty {
	margin: 0px 0px 0px 330px;
	padding: 0px;
	width: 30px;
	position: relative;
	top: -43px;
	left: 0px !important;
	left /**/: 50px;
	}

/* Commented Backslash Hack				
     hides rule from IE5-Mac \*/	
* html .itemqty {
	top: -46px !important;
	top /**/:-70px;
	}
/* End IE5-Mac hack */	


#carttotal {
	font-size: 12px;
	color: #8F8F75;
	font-weight: bold;
	text-align: right;
	margin: -10px 0px 20px 0px;
	padding: 0px;
	clear: both;
	}
	
#carttotal .price  {
	color: #C30;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

.checkoutbutton {
	float: right;
	margin-bottom: 30px;
	}


/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
.emptybutton, .updatebutton {
	float: left;
	margin-bottom: 30px;
	}
/* End IE5-Mac hack */	

.part {
	font-size: 10px;
	text-align: right;
	}
	
input.cardtype {
	margin-top: 3px;
	float: left;
	}

span.cardtype {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 30px;
	height: 22px;
	display: block;
	float: left;
	text-indent: -9000px;
	}
	
.visa {
	background: url(creditcard_visa.gif) no-repeat top left;
	}

.mastercard {
	background: url(creditcard_mc.gif) no-repeat top left;
	}

.amex {
	background: url(creditcard_amex.gif) no-repeat top left;
	}
	
div.cards {
	min-height: 30px;
	}

div.cards p.hint {
	clear: both;
	margin-top: 0px;
	}
	
#checkout_form_1 input.checkoutbutton {
	margin-left: 130px;
	}
	
#product_list table {
	width: 100%;
	text-align: left;
	}
	
#product_list table td, #product_list table th {
	padding: 1px 10px 1px 10px;
	border: none;
	font-size: 12px;
	}
	
#product_list table th {
	background-color: #edede1;
	}
	
th.quantity {
	width: 20px;
	}
	
img.paypal {
	float: left;
	margin: 2px 15px 0px 10px;
	}
	
p.or {
	font-size: 14px;
	font-weight: bold;
	margin-left: 200px;
	padding-top: 20px;
	clear: both;
	}


.confirmation #customerinfo strong, .confirmation #payment strong {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 10px;
	}
	
.confirmation #customerinfo p, .confirmation #payment p {
	clear: both;
	width: 410px;
	}
	
.confirmation h4 {
	margin-bottom: 5px;
	clear: both;
	}
	
.receipt #paymentinfo h4 {
	font-size: 12px;
	font-weight: bold;
	background: #b3b39d url(subheadbar_bg_cap.gif) no-repeat top left;
	height: 17px;
	text-align: left;
	color: #fff;
	margin: 20px 0px 20px 0px;
	padding: 2px 0px 0px 10px;
	}
	
.receipt #paymentinfo {
	background: none;
	}

.receipt #paymentinfo strong {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
	}
	
.receipt #paymentinfo p {
	clear: both;
	width: 410px;
	}
	
.registrationinfo {
	margin-top: 20px;
	}
	
.registrationinfo h4 {
	font-size: 13px;
	}

.registrationinfo .name, .registrationinfo .product, .registrationinfo .number {
	font-size: 14px;
	color: #000;
	margin-bottom: 0px;
	margin-top: 5px;
	}
	
.registrationinfo .name {
	margin-top: 20px;
	}
	
.receipt .group h5 {
	margin-top: 20px;
	margin-left: 15px;
	color: #666;
	font-size: 13px;
	}

.reject p.error {
	width: 430px;
	min-height: 48px;
	padding: 0px;
	background: #e5e5d9 url(error_bg_top.png) left top no-repeat;
	}
	
.reject p.error strong {
	display: block;
	width: 370px !important;
	width /**/:430px;
	padding: 17px 10px 20px 50px;
	background:  url(error_bg_bottom.png) left bottom no-repeat;
	}
	


	
/* ------------------------------ 
            paging bar         
   ------------------------------*/
   

.resultslinkbar {
	margin-top: 10px;
	width: 100%;
	}
	
.resultslinkbar ul {
	font-weight: bold;
	height: 18px;
	background: #EDEDE1 url(search/endcap_right_dark.gif) no-repeat right top;
	margin: 0;
	padding: 0px 4px 0px 0px;
	}

#linkbarinfo {
	float: right;
	height: 16px;
	font-weight: bold;
	margin-right: 0px;
	padding-left: 10px;
	background: #D1D0BB url(search/endcap_left_dark.gif) no-repeat left top;
	color: #666;
	padding: 2px 0 0 10px;
	}
	
.resultslinkbar li {
	float: left;
	list-style-type: none;
	}

#pagelink {
	color: #000;
	padding: 2px 5px 0 0px;
	}
	
#prev {
	background: url(search/endcap_left_light.gif) no-repeat left top;
	padding: 2px 5px 0 8px;
	background-color: transparent;
	height: 16px;
	color: #b3b39d;
	}
	
.resultslinkbar li em {
	font-style: normal;
	color: #000;
	}
	
#next {
	padding: 2px 8px 0 5px;
	color: #b3b39d;
	}

.resultslinkbar ul a {
	text-decoration: none !important;
	color: #7f7f65;
	}
	
.resultslinkbar ul a:hover {
	text-decoration: underline;
	}
	
.resultslist li {
	text-align: left;
	float: left;
	list-style-type: none;
	}


/* ------------------------------ 
            popup windows         
   ------------------------------*/
   
body#popup {
	background-color: #ddd;
	margin: 0px;
	padding: 0px;
	}
	
.popupcontent {
	width: 740px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0 0 0;
	}
	
#popup h3 {
	width: 700px !important;
	width /**/:740px;
	height: 24px !important;
	height /**/:39px;
	background: url(popup/popup_top_bg.gif) no-repeat left top;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 15px 20px 0 20px;
	}
	
.popupimage {
	width: 740px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(popup/popup_middle_bg.gif) repeat-y left top;
	}
	
.popupimage img {
	border: 1px solid black;
	}
	
#popup .popupcontent p {
	width: 700px !important;
	width /**/:740px;
	height: 50px !important;
	height /**/:55px;
	margin: 0px;
	padding: 5px 20px 0px 20px;
	text-align: left;
	background: url(popup/popup_bottom_bg.gif) no-repeat left top;
	}

a.close_popup {
	position: absolute;
	top: 20px;
	left: 665px;
	background: url(popup/popup_close.gif) no-repeat left top;
	display: block;
	width: 55px;
	height: 15px;
	text-indent: -9000px;
	}
	
/* ------------------------------ 
        validation feedback           
   ------------------------------*/

.fieldWithErrors {

	margin: 0px;
	padding: 0px;
/*	
	background-color: #900;
*/
	display: inline;
}

