/* --------------------------------------------------------------------
	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(/graphics/content_bg_top.gif) no-repeat top left;
	margin: 0px 0 0 0;
	padding: 50px 30px 20px 30px;
	float: left;
	clear: left;
	width: 430px;
	}
	
#home #maincontent {
	padding-top: 30px;
	}

#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;
	display: none;
	}

h3.headtitle {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #9d9d93;
	margin: 0px;
	padding: 5px 0 10px 0px;
	background: url(/graphics/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: #9d9d93;
	margin: 0px;
	padding: 5px 0 5px 0px;
	clear: right;
	}   
	
h4.headtitlesmall {
	font-size: 11px;
	margin: 0 0 20px 0;
	}
	
h4.headtitle {
	margin: 0 0 20px 0;
	}
	
h4.headtitle em {
	color: #cc0000;
	font-style: normal;
	}
	
	
.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: #9d9d93;
	float: right;
	clear: both;
	margin: 10px 0px 0 0;
	padding: 0px;
	} 
	
.subheadtitle img {
	margin-bottom: -3px;
	}


.columned {
	width: 430px;
	}
	
.leftcolumn {
	width: 204px;
	float: left;
	clear: left;
	}
	
.leftcolumn p, .rightcolumn p {
	margin: 5px 0 18px 0;
	}
	
	
.rightcolumn {
	width: 204px;
	float: right;
	margin-left: 10px;
	}
	
.imagecaption {
	font-size: 9px;
	color: #888;
	margin: 5px 0 20px 0;
	}




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


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

#maincontent label {
	font-weight: bold;
	color: #666;
	}
	
.submitbutton {
	float: right;
	margin-bottom: 30px;
	}
	
#shipbutton {
	margin-left: 120px;
	}
   
.group {
	background: #f1f1ef url(/graphics/group_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: #cecec7 url(/graphics/group_header.gif) no-repeat left top;
	margin-top: -5px;
	position: relative;
	z-index: 10;
	}
	
.group .first {
	background: url(/graphics/group_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: #cecec7 url(/graphics/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, .simple textarea {
	margin: 0px 0px 10px 10px;
	}
	
.simple .checkbox_field {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 125px;
	width: 80px;
	}
	
.simple ul.checkbox_field li {
	margin: 0px 0px 10px 0px;
	}
	
ul#sizes_checkboxes_1 {
	margin: 0px;
	width: 68px;
	float: left;
	}
	
ul#sizes_checkboxes_2 {
	width: 220px;
	}

.simple .checkbox_field input {
	margin: 0px 0px 0px 10px;
	}
	
.simple .checkbox_field label {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: none;
	}
	
	
	
.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;
	}
	
	
form#estimate {
	padding-top: 10px;
	clear: both;
	}

form#estimate div#sizes_area p.hint {
	margin-top: 5px;
	}

form#estimate ul#sizes_checkboxes_2 {
	height: 95px;
	}
	


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

#sidecontent {
	background: #f1f1ef url(/graphics/sidecontent_bg_colbottom.gif) no-repeat right bottom;
	color: #666;
	width: 250px;
	float: right;
	clear: right;
	padding-bottom: 36px;
	}

.homeside {
	background-image: none !important;
	}
	
#sidecontent h3 {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 0 20px 10px;
	background: #cecec7 url(/graphics/sidecontent_bg_top.gif) no-repeat right bottom;
	position: relative;
	}
	
#sidecontent strong {
	color: #000
	}
	
#sidecontent .first {
	background: none;
	padding: 20px 0 0px 0;
	width: 250px;
	}
	
#sidecontent.homeside .first {
	padding: 0px;
	}
	
#store #sidecontent .first {
	padding-top: 0px;
	}
	
#sidecontent .first h3 {
	margin: 0;
	}	
		
.sidesection {
	background: url(/graphics/sidecontent_bg_colbottom.gif) no-repeat right top;
	padding: 13px 0 0px 0;
	width: 250px;
	}

.sidesection p {
	padding: 0px;
	margin: 0px 15px 10px 13px;
	}
	
.sidesection p em{
	color: #333;
	font-style: normal;
	}
	
.sidesection h4 {
	margin-left: 10px;
	color: #8d8d7b;
	font-size: 11px;
	}
	
.itemlist {
	margin: 15px 0 10px 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 10px 20px 0px;
	line-height: 1.5em;
	}
	
ul.links li {
	padding: 0 0 0 25px;
	background: url(/graphics/pixelarrow_gray.gif) no-repeat 10px 3px;
	}
		
ul.links li.new {
	background: url(/graphics/pixelarrow_red.gif) no-repeat 10px 3px;
	}


#sidecontent .testimonial p.quote {
	color: #b2b2a3;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	margin: 5px 15px 10px 15px;
	}
	
.credit li {
	color: #8b645f;
	margin: 0px 25px 0px 0px;
	padding-top: 0px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	}
	
.credit li.name {
	font-weight: bold;
	}
	
.quoteattribution {
	font-size: 10px;
	}



#sidecontent .sidesection#tout {
	margin: 0px;
	padding: 0px;
	height: 98px;
	margin-top: -1px;
	border-bottom: 1px solid white;
	}
	
#sidecontent .sidesection#tout + div {
	background-image: none;
	padding-top: 0px;
	}
	



/* ------------------------------ 
          collections page           
   ------------------------------*/

#controls {
	width: 429px;
	background: #e1e1dd url(/graphics/filter_bg_top.gif) no-repeat left top;
	}
	
#controls form {
	background: url(/graphics/filter_bg_bottom.gif) no-repeat left bottom;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 429px;
	}
	
#controls p {
	color: #555;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
	/* hide rule from IE5-Mac \*/
	margin-left: 7px;
	/* End IE5-Mac hack */	
	}
	
#controls p em {
	color: #c00;
	font-style: normal;
	}

#controls .label {
	color: #555;
	}
	
/* hide rule from IE5-Mac \*/
#controls span.first {
	margin-left: 7px;
	}
/* End IE5-Mac hack */	
	
#go_nojs {
	margin: 10px 0px 5px 375px;
	}
	
/* hide rule from IE5-Mac \*/
* html #go_nojs {
	margin: 0px;
	}
/* End IE5-Mac hack */	

.family_item {
	background-color: #e1e1dd;
	width: 429px;
	margin-top: 30px;
	}
	
.family_item_header {
	width: 429px;
	height: 48px;
	background-color: #cecec7;
	}
	
.family_item_header h3 {
	display: none;
	}
	
.family_item ul {
	background: transparent url(/graphics/white_square_8x8.gif) repeat-x left bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.family_item li {
	text-align: left;
	margin: 0px;
	padding: 8px 10px 4px 20px;
	border-top: 1px dotted #bfbfb2;
	height: 17px;
	}
	
* html .family_item li {
	height: auto;
	}
	
.family_item li.first {
	border: none;
	}
	
.family_item li.last {
	background: #e1e1dd url(/graphics/familyitem_last_bg.gif) no-repeat left bottom;
	}
	
.family_item li.new {
	background-color: #f5ebd1;
	position: relative; /* this is to fix a win ie6 bug due to having floated elements inside the li - background images messes up the formatting without it */
	}
	
.family_item a.setname {
	display: block;
	float: left;
	width: 325px;
	margin: 0px 0px 0px -30px;
	padding: 0px 0px 0px 30px;
	position: relative;
	}

/* hide rule from IE5-Mac \*/
* html .family_item a.setname { 
	width: 330px;
	margin-left: -15px;
	}
/* End IE5-Mac hack */	
	

	
.family_item li span.price {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	position: relative; /* this is to fix a win ie6 bug due to having floated elements inside the li - background images messes up the formatting without it */
	}
	
.add_to_cart a {
	background: url(/graphics/addtocart.gif) no-repeat left top;
	width: 28px;
	height: 20px;
	display: block;
	margin: -3px 0px 0px 365px;
	
	/* for all non IE5 win browsers */
	padding: 0px !important;
	text-indent: -9000px !important;
	
	/* for IE5 win browsers */
	padding /**/:0px 0px 0px 28px;
	text-indent /**/:0px;
	
	/* hide rule from IE5-Mac \*/
	overflow: hidden;
	/* End IE5-Mac hack */	
	
	}
	
/* hide rule from IE5-Mac \*/
* html .add_to_cart a {
	margin: -17px 0px 0px 365px;
	}
/* End IE5-Mac hack */	
	
	
li.new	a.setname {
	background: url(/graphics/new_collection.gif) no-repeat left top;
	}
	
	
.collections .sidesection h4 {
	margin: -10px 0px -5px 0px;
	border-top: 1px dotted #ccc;
	padding: 5px 0px 0px 10px;
	color: #555533;
	}

.collections #error_message {
	background: url(/graphics/bigarrow_bg.gif) no-repeat 0px 10px;
	padding: 50px 40px 40px 70px;
	height: 180px;
	}


.collections #error_message p {
	font-size: 13px;
	}

.collections #help_message {
	padding: 20px 40px 0px 0px;
	}


.collections #help_message p {
	font-size: 13px;
	margin: 0px;
	}

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

.collections .sidesection img.tout {
	margin: 0px 0px 15px 13px;
	}
	
	
	

/* ------------------------------ 
      collection detail page           
   ------------------------------*/
   
img.detail_masthead {
	margin: -20px 0px 20px 0px;
	}

.buyit {
	clear: both;
	width: 429px;
	height: 30px;
	min-height: 30px;
	background: url(/graphics/buyit_bg.gif) no-repeat left top;
	margin: 0px 0px 20px 0px;
	padding: 7px 0px 0px 0px;
	position: relative;
	top: 10px;
	}
	
div.buyit h5 {
	width: 340px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 13px;
	float: left;
	}
	
.buyit span.price {
	font-size: 13px;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	}
	
.buyit .add_to_cart a {
	background: url(/graphics/addtocart.gif) no-repeat left top;
	width: 28px;
	height: 20px;
	display: block;
	margin: -2px 0px 0px 395px;
	
	/* for all non IE5 win browsers */
	padding: 0px !important;
	text-indent: -9000px !important;
	
	/* for IE5 win browsers */
	padding /**/:0px 0px 0px 28px;
	text-indent /**/:0px;
	
	/* hide rule from IE5-Mac \*/
	overflow: hidden;
	/* End IE5-Mac hack */	
	
	}
	
/* hide rule from IE5-Mac \*/
* html .add_to_cart a {
	margin: -17px 0px 0px 365px;
	}
/* End IE5-Mac hack */	
	



/* ----------- collection detail sidebar ---------------- */

img.collection_features {
	padding: 0px 0px 15px 15px;
	}

.extras ul {
	width: 220px;
	margin: 0px 10px 10px 12px;
	padding: 0px;
	background: #dbdbd6 url(/graphics/sets_sidebar_bg_bottom.gif) no-repeat left bottom;
	}
	
#sidecontent .extras li {
	text-align: left;
	margin: 0px;
	padding: 8px 0px 4px 10px;
	border-top: 1px dotted #bfbfb2;
	width: 210px;
	float: none !important; /* for non Win-IE5 browsers */
	float /**/:left;		/* for Win-IE5 browsers */
	}
	
#sidecontent .extras li.first {
	background: url(/graphics/sets_sidebar_bg_top.gif) no-repeat left top;
	border: none;
	}
	
.extras a.setname {
	display: block;
	float: left;
	width: 140px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	}

	
.extras li span.price {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	position: relative; /* this is to fix a win ie6 bug due to having floated elements inside the li - background images messes up the formatting without it */
	}
	
.extras .add_to_cart a {
	background: url(/graphics/addtocart.gif) no-repeat left top;
	width: 28px;
	height: 20px;
	display: block;
	margin: -3px 0px 0px 175px;
	
	/* for all non IE5 win browsers */
	padding: 0px !important;
	text-indent: -9000px !important;
	
	/* for IE5 win browsers */
	padding /**/:0px 0px 0px 28px;
	text-indent /**/:0px;
	
	/* hide rule from IE5-Mac \*/
	overflow: hidden;
	/* End IE5-Mac hack */	
	
	}
	
/* hide rule from IE5-Mac \*/
* html .extras .add_to_cart a {
	margin: -17px 0px 0px 180px;
	}
/* End IE5-Mac hack */	
	
	

.format_chart {
	width: 220px;
	margin: 0px 0px 20px 10px;
	}

p.download_sample {
	margin: 0px 0px 10px 30px;
	width: 184px;
	height: 22px;
	background: #a0a08f url(/graphics/detail/download_sample_hover.gif) no-repeat left top;
	/* hide rule from IE5-Mac \*/
	overflow: hidden;
	/* End IE5-Mac hack */
	}
	
.download_sample a {
	display: block;
	background: #a0a08f url(/graphics/detail/download_sample.gif) no-repeat left top;
	width: 184px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	text-indent: -9000px;
	}
	
.download_sample a:hover {
	background: #a0a08f url(/graphics/detail/download_sample_hover.gif) no-repeat left top;
	}
	

p.detail_link {
	width: 184px;
	height: 22px;
	margin: 0px 0px 20px 30px;
	padding: 0px;
	}
	
p.detail_link a {
	display: block;
	width: 184px;
	height: 0px;
	padding: 22px 0px 0px 0px;
	background: url(/graphics/detail/detail_button.png) left top no-repeat;
	overflow: hidden;
	}

p.detail_link a:hover {
	background-position-y: -22px;
	}

/* ------------------------------ 
         about page           
   ------------------------------*/
   
img.tout {
	margin: -20px 0px 30px 0px;
	}

#choosestyle {
	background: url(/graphics/home/style_header.png) left top no-repeat;
	width: 430px;
	text-align: center;
	margin: 40px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	}

#choosestyle img {
	margin-bottom: 20px;
	padding: 0px 4px 0px 4px;
	}
	
.minipromos {
	padding-top: 20px;
	}

.minipromos img {
	margin-right: 5px;
	}


div#sample_banner {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	background: url(/graphics/divider_horizontal_4px.gif) no-repeat bottom center;
	}

ul.features {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	background: url(/graphics/divider_horizontal_4px.gif) no-repeat bottom center;
	}

ul.features li {
	color: #757575;
	font-size: 14px;
	min-height: 24px;
	margin: 12px 0px 7px 0px;
	padding: 0px 0px 0px 38px;
	width: 360px;
	}

ul.features li#feature_price {
	padding-top: 3px;
	min-height: 21px;
	background: url(/graphics/satin_pencil.png) left center no-repeat;
	}

ul.features li#feature_compatibility {
	background: url(/graphics/satin_globe.png) left center no-repeat;
	}

ul.features li#feature_sizes {
	background: url(/graphics/satin_magnifyingglass.png) left center no-repeat;
	}

ul.features li#feature_sample {
	background: url(/graphics/satin_down.png) left center no-repeat;
	}

ul.features li#feature_ordering {
	background: url(/graphics/satin_cart.png) left center no-repeat;
	}

#home #maincontent h3 {
	font-size: 14px;
	color: #757575;
	}
	

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

#info img {
	padding-left: 20%;
	}
	
.sizechart {
	color: #C30;
	width: 220px;
	margin-left: 10px;
	font-size: 11px;
	}	
	
.sizechart td {
	padding: 3px;
	}

#lastrecent {
	margin-bottom: 5px;
	}
	
.homeside div.first.sidesection {
	height: 142px;
	}
	
.homeside div.testimonial {
	padding-top: 40px;
	}
	
	
.recent {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 15px;
	clear: both;
	border-top: 1px solid #ddd;
	position: relative;
	top: -15px;
	}
	
div > h3 + .recent {
	border-top: none;
	}
	
.recent h5 {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	color: #99512c;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	position: relative;
	top: -12px;
	}

.recent p {
	margin: 5px 0 0 45px;
	padding: 0px;
	font-size: 10px;
	}

.recent img {
	
	}
	
/* ------- detail page -------*/
	
.tryit {
	margin: 0px;
	padding: 0 0 0 10px;
	width: 430px;
	}
		
/* ------- testimonials page -------*/
	
.testimony {	
	background: url(/graphics/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: #C00;
	}
	
.testimony h4 {
	margin: 3px 0 0 0;
	text-align: right;
	}	

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

.casestudy h5{
	margin: 5px 0 0 0px;
	padding: 0px;
	}

.casestudy h5 em {
	color: #333;
	font-style: normal;
	}	
	
.casestudy p {
	font-size: 9px;
	margin: 4px 3px 0 0;
	text-align: right;
	}
	
.casestudy img {
	margin-top: 25px;
	}

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


.legalbody {
	margin-bottom: 40px;
	}

.legalbody h4, .faqbody h4 {
	margin-top: 20px;
	}
	
.faqbody h4 {
	color: #c00;
	}
	
p.subsection {
	margin-left: 50px;
	}

p.subsection em {
	font-weight: bold;
	font-style: normal;
	margin-left: -30px;
	padding-right: 9px;
	}
	
p.subsubsection {
	margin: 3px 0 0 80px;
	}
	
p.subsubsection em {
	font-weight: bold;
	font-style: normal;
	margin-left: -30px;
	padding-right: 9px;
	}

/* ------- contact area -------*/		

#contactus {
	margin: 0 0 10px 0px;
	padding: 0px 30px 15px 10px;
	width: 210px !important;
	width /**/:250px;
	border-bottom: 1px solid #ccc;
	}
	
.custom #contactus, .crossgrade #contactus {
	border-bottom: none;
	}
	
#contactus p {
	margin: 0px 0 3px 0px;
	font-weight: bold;
	font-style: normal;
	}
	
#contactus ul {
	margin: 0px 0 20px 0;
	}

#contactus li {	
	margin: 0px 0 3px 0px;
	}

#fax {
	float: right;
	width: 100px;
	}


/* ------- crossgrade page --------- */


.crossgrade img.tout {
	margin-bottom: 0px;
	}

img.crossgrade_steps {
	margin: 10px 0px 30px 0px;
	width: 428px;
	height: 141px;
	}



   
/* ------------------------------ 
          search page           
   ------------------------------*/
	
.resultsection {
	margin: 0 0 40px 0;
	}

.resultsection h3 {
	font-size: 11px;
	color: #fff;
	}
	
.resultsection h3 a{
	color: #fff;
	text-decoration: none;
	}
	
.resultsection h3 a:hover{
	color: #fff;
	text-decoration: underline;
	}

.resultslist {
	clear: left;
	width: 430px;
	padding: 40px 0 30px 0px;
	}

.resultinfo {
	background: url(/graphics/search/divider.gif) no-repeat left bottom;
	padding: 0 0 10px 5px;
	margin: 1px 0 0 0;
	}

.resultinfo h3 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
   	
.resultinfo h3 a {
	color: #333;
	text-decoration: none;
	}
	
.resultinfo h3 a:hover {
	color: #C30;
	text-decoration: underline;
	}
   	
.resultinfo p {
	margin: 2px 0 0 0;
	width: 285px;
	}
	
a.similar {
	float: right;
	background: url(/graphics/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;		
	}

h3.freewarehead {
	background: #FFF url(/graphics/search/freeware.png) no-repeat left top;
	font-size: 12px;
	margin: -5px 0 1px 0;
	padding: 1px 0 3px 15px;
	}
	
h3.freewareall {
	background: #FFF url(/graphics/search/freeware_all.png) no-repeat left top;
	margin: -3px 0 20px 0px;
	padding: 1px 0 3px 25px;
	}
	
h3.softwarehead {
	background: #FFF url(/graphics/search/software.png) no-repeat left top;
	font-size: 12px;
	margin: -5px 0 1px 0;
	padding: 1px 0 3px 15px;
	}
	
h3.softwareall {
	background: #FFF url(/graphics/search/software_all.png) no-repeat left top;
	margin: -3px 0px 20px 0px;
	padding: 1px 0 3px 25px;
	}

h3.stockiconshead {
	background: #FFF url(/graphics/search/stockicons.png) no-repeat left top;
	font-size: 12px;
	margin: -5px 0 1px 0;
	padding: 1px 0 3px 15px;
	}

h3.stockiconsall {
	background: #FFF url(/graphics/search/stockicons_all.png) no-repeat left top;
	color: #fff;
	margin: -3px 0 20px 0px;
	padding: 1px 0 3px 25px;
	}	

h3.designsvchead {
	background: #FFF url(/graphics/search/designsvc.png) no-repeat left top;
	font-size: 12px;
	margin: -5px 0 1px 0;
	padding: 1px 0 3px 15px;
	}
	
h3.designsvcall {
	background: #FFF url(/graphics/search/designsvc_all.png) no-repeat left top;
	margin: -3px 0 20px 0px;
	padding: 1px 0 3px 25px;
	}	
	
h3.supporthead {
	background: #FFF url(/graphics/search/support.png) no-repeat left top;
	font-size: 12px;
	margin: -5px 0 1px 0;
	padding: 1px 0 3px 15px;
	}	
	
h3.supportall {
	background: #FFF url(/graphics/search/support_all.png) no-repeat left top;
	margin: -3px 0 20px 0px;
	padding: 1px 0 3px 25px;
	}	

h3.newshead {
	background: #FFF url(/graphics/search/news.png) no-repeat left top;
	font-size: 12px;
	margin: -5px 0 1px 0;
	padding: 1px 0 3px 15px;
	}
	
h3.newsall {
	background: #FFF url(/graphics/search/news_all.png) no-repeat left top;
	margin: -3px 0 20px 0px;
	padding: 1px 0 3px 25px;
	}

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


/* ------------------------------ 
          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 {
	display: none;
	border: 0px;
	width: 430px;
	height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#itemhead {
	font-size: 12px;
	font-weight: bold;
	background: #cecec7 url(/graphics/subheadbar_bg_cap.gif) no-repeat top left;
	height: 19px;
	width: 430px;
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 2px 0px 0px 10px;
	float: left;
	
	voice-family: "\"}\""; 
	voice-family:inherit; 
	
	height: 17px;
	width: 420px;
	
	}
	
html>body #itemhead { 
	height: 17px;
	width: 420px;
	}
	
	
#qtyhead {
	font-size: 12px;
	font-weight: bold;
	background: #cecec7;
	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 #cecec7;
	padding: 10px 0px 20px 0px;
	margin: 0px 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(/graphics/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;
	width: 32px;
	height: 32px;
	}
	
#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;
	}
	
.removebutton {
	background: url(/graphics/trash_icon.gif) no-repeat top left;
	width: 16px;
	margin: 0px 0px 0px 345px !important;
	margin /**/: 5px 0px 0px 345px;
	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;	
	}

#carttotal {
	font-size: 12px;
	color: #9d9d93;
	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 */	


.cartnote {
	width: 429px;
	background: #e1e1dd url(/graphics/filter_bg_top.gif) no-repeat left top;
	clear: both;
	margin-bottom: 20px;
	padding: 0px;
	}

.cartnote p {
	display: block;
	color: #888;
	background: url(/graphics/filter_bg_bottom.gif) no-repeat left bottom;
	padding: 10px 15px 15px 20px;
	width: 394px;
	}
	
.receipt .cartnote {
	padding-top: 5px;
	margin-bottom: 30px;
	}

.receipt .cartnote p {
	background-color: #e1e1dd;
	margin: 0px 0px 0px 0px;
	padding-left: 15px;
	padding-right: 20px;
	}
	
.receipt .cartnote ul {
	margin: -5px 0px 0px 0px;
	padding-left: 25px;
	background-color: #e1e1dd;
	}
	
.receipt #paymentinfo strong {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
	}
	
.receipt #paymentinfo p {
	clear: both;
	width: 410px;
	}

.cartnote em {
	color: #c00;
	font-style: normal;
	font-weight: bold;
	}
	
a.viewcertificate img {
	padding: 0px 0 10px 65px;
	margin: 0px;
	}

.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(/graphics/creditcard_visa.gif) no-repeat top left;
	}

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

.amex {
	background: url(/graphics/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;
	}
	
#product_list table th {
	background-color: #e1e1dd;
	}
	
th.quantity {
	width: 20px;
	}
	
img.paypal {
	float: left;
	margin: 2px 15px 0px 10px;
	}
	
p.or {
	font-size: 14px;
	font-weight: bold;
	margin-left: 200px;
	}


.confirmation #customerinfo strong, .confirmation #payment strong, .confirmation #shipment strong {
	display: block;
	width: 110px;
	float: left;
	margin-bottom: 10px;
	}
	
.confirmation #customerinfo p, .confirmation #payment p, .confirmation #shipment p {
	clear: both;
	width: 410px;
	}
	
.confirmation h4 {
	margin-bottom: 5px;
	clear: both;
	}

.reject p.error {
	color: #666;
	width: 430px;
	min-height: 48px;
	padding: 0px;
	background: #f1f1ef url(/graphics/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(/graphics/error_bg_bottom.png) left bottom no-repeat;
	}

	
/* ------------------------------ 
        validation feedback           
   ------------------------------*/

.fieldWithErrors {

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

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

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

#linkbarinfo {
	float: right;
	height: 16px;
	font-weight: bold;
	margin-right: 4px;
	padding-left: 10px;
	background: #D1D0BB url(/graphics/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(/graphics/search/endcap_left_light.gif) no-repeat left top;
	padding: 2px 5px 0 8px;
	background-color: transparent;
	height: 18px;
	}
	
.resultslinkbar li em {
	font-style: normal;
	color: #000;
	}
	
#next {
	padding: 2px 8px 0 5px;
	}

.resultslinkbar ul a {
	text-decoration: none;
	}
	
.resultslist li {
	text-align: left;
	float: left;
	list-style-type: none;
	}


/* ------------------------------ 
            popup windows         
   ------------------------------*/
   
body#popup {
	background: url(/graphics/popup/popup_bg.gif) repeat-y left top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
.popupcontent {
	width: 690px;
	height: 580px;
	background: url(/graphics/popup/popup_image_bg.gif) no-repeat left top;
	text-align: center;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
	}
	
#popup h3 {
	color: #8F8F75;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	}
	
a.close_popup {
	background: url(/graphics/popup/popup_close.gif) no-repeat left top;
	display: block;
	width: 70px;
	height: 25px;
	text-indent: -9000px;
	margin: 0px 0px 0px 645px;
	}
	
#popup p.copyright {
	width: 700px;
	text-align: right;
	color: #8F8F75;
	font-size: 11px;
	padding-top: 10px;
	clear: both;
	}
	
.popupcontent img {
	margin-top: 15px;
	}
	
.popupcontent p {
	margin: 5px 0px 0px 0px;
	}
	