* html body 
{
	height: 100%;
	overflow: auto;
	
}

img
{
   border: none;
   /*display: block;  Necessary to have border: none work */
}

/* Whole browser window content */
body 
{
	
	margin: 0; 
	padding: 0;
	text-align:center;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#fff;
}



/** Centered content of the whole site **/

/*#xr_outer_container 
{
	width:980px;
	margin:0px auto 0px auto;
	text-align:left;
	background:#252525;
	
}*/

#wrapper {               
	width:980px;
	margin:0px auto 0px auto;
	text-align:left;
}



/** Site-wide typography **/

a:link, a:active, a:visited{
	color:#807973;
	text-decoration:none;
}

a:hover{

	color:#e57a00;
	text-decoration:none;
}



ul{
	margin-left:20px;
	margin-top:10px;
}html>body ul{margin-left:-15px;}

li{
	
	line-height:18px;
	list-style-position:outside;
}


.no_border_link
{
  border: none;
}

.unpaginated_page_title, .title
{
	font-size:16px;
	margin:0px 0px 15px 0px;
	font-weight:normal;
	
}



.unpaginated_page_title 
{
	margin-top: 20px;
}

.big_title 
{
	font-size: 2.0em;
	line-height: 1.5em;
}

.big_title a
{
	border: none;
}




/*Button elements*/

.button
{
	color: #b7b6b4;
	background: url(../images/form_btn_bg.gif) no-repeat;
	font-size: 11px;
	line-height:20px;
	padding: 0px 6px 2px 6px;
	width:100px;
	height:20px;
	border:none;
	vertical-align:middle;
	
}

.button_large
{
	color: #b7b6b4;
	background: url(../images/form_largebtn_bg.gif) no-repeat;
	font-size: 11px;
	line-height:20px;
	padding: 0px 6px 2px 6px;
	width:150px;
	height:20px;
	border:none;
	vertical-align:middle;
	
}

.button a:hover{
	color:#fff;
}

/*small button on a dark gray background*/
a.btn {
	
	font-size:0;
    line-height:0;
	display: -moz-inline-box;
	display: inline-block;
	height: 20px;
	margin: 0;
	vertical-align: middle;
	
}


a.btn span {
	
	font-size: 11px;
	line-height: 20px; 
	*line-height: 20px;
	
	color: #b7b6b4;
	font-weight: bold;
	display: -moz-inline-box;
	display:inline-block;
	height: 20px;
	padding: 0px 6px 0 9px;
	cursor: pointer;
	margin: 0;
}

a:hover.btn span, a:hover.btn{
color: #fff;
}


a.btn {
	font-size: 11px;
    line-height:20px;
    height: 20px;
    font-weight: bold;
	color: #b7b6b4;
	display: -moz-inline-box;
	display: inline-block;
	xvertical-align: 2px;
	margin-top: 0px;
}


a.btn span {
	display: block;
	padding: 0 6px 0 9px;
	margin: 0 3px 0 0;
	/* ie6 fixes */
	_display: inline-block;
	_cursor: pointer;
}

a.graybtn {
	background: url(../images/button_right.gif) no-repeat right top;

}
a.graybtn span {
	background: url(../images/button_left.gif) no-repeat left top;
}

/*large button on a white background*/


a.btnLarge {
	
	font-size:0;
    line-height:0;
	display: -moz-inline-box;
	display: inline-block;
	height: 27px;
	margin: 0;
	vertical-align: middle;
	
}


a.btnLarge span {
	
	font-size: 13px;
	line-height: 27px; 
	*line-height: 27px;
	letter-spacing:1px;
	color: #fff;
	font-weight: bold;
	display: -moz-inline-box;
	display:inline-block;
	height: 27px;
	padding: 0px 7px 0 17px;
	cursor: pointer;
	margin: 0;
}

a:hover.btnLarge span, a:hover.btnLarge{
color: #b7b6b4;
}


a.btnLarge {
	font-size: 13px;
    line-height:27px;
    height: 27px;
    font-weight: bold;
	color: #fff;
	display: -moz-inline-box;
	display: inline-block;
	xvertical-align: 2px;
	margin-top: 0px;
}


a.btnLarge span {
	display: block;
	padding: 0 7px 0 17px;
	margin: 0 10px 0 0;
	/* ie6 fixes */
	_display: inline-block;
	_cursor: pointer;
}


a.whtbtn {
	background: url(../images/button_wht_right.gif) no-repeat right top;

}
a.whtbtn span {
	background: url(../images/button_wht_left.gif) no-repeat left top;
}







/** Header (logo at top) **/


#header{
	height:108px;
	background:#1e1e1e;
	border-bottom:2px solid #353332;
}

#header_collapse
{
	height: 30px;
}

#top_menu_bar_links {
	float:left;
	margin-left:3px;
}

#main_nav_container{
	float:left;
	margin:16px 0px 0px 20px;
	width:356px;
}

.main_nav_padding{

	padding-right:8px;
}

#right_header_container{
	float:left;
	margin:0px 0px 0px 20px;
	width:550px;
	

}html>body #right_header_container {width:570px;}

.logo{
	display:inline;
	float: right;
	margin: 6px 0px 0px 15px;
	opacity: 0.90;
}

.seconday_nav{
	float: left;
	color:#74716e;
	font-weight:bold;
	margin-top:42px;
	width: 400px;
	height:17px;
}

.seconday_nav_collapse{
	float: right;
	color:#74716e;
	font-weight:bold;
	margin: 5px 0px 0px 10px;
	padding-right: 22px;
	height:17px;
}

.seconday_nav_collapse_icon
{
	float: right;
	margin: 10px 10px 0px 0px;
}

.collapse
{
	float: right;
	margin: 8px 5px 0px 0px;
}

.seconday_nav img{
	display:inline;
}

.seconday_nav a:link, .seconday_nav a:active, .seconday_nav a:visited{
	color:#74716e;
	text-decoration:none;
}

.seconday_nav a:hover{
	color:#e57a00;
}

#for_nav{
	padding-left: 265px;
	width:585px;
	left: 300px;
}

#for_nav img{
display:inline;
}

.cart{
	margin-bottom:-1px;
}




/** Main Content Area **/

#content_container
{
	width:940px;
	margin:10px auto 15px 20px;
}

#content_container_main 
{ 
	width:980px;
	margin:0px auto 15px auto;
}

#palettes_panel_rounded_corners
{
	background: url(/images/940w_Pod_top.gif) no-repeat;
	height:16px;
	width:940px;
}


.content_pod{
	color:#333;
	line-height:16px;
	
}

.content_pod h1{
	color:#000;
	font-size:16px;
	margin:0px 0px 15px 0px;

}

.content_pod h2{
	font-size:14px;
	margin:0px 0px 5px 0px;
	color:#000;

}

.content_pod_gray{
	color:#fff;
	line-height:16px;
	
}

.content_pod_gray h1{
	color:#fff;
	font-size:16px;
	margin:0px 0px 15px 0px;

}

.content_pod_gray h2{
	font-size:14px;
	margin:0px 0px 5px 0px;
	color:#fff;

}

.content_pod_gray img
{
	/* fixes bug IE adds 1px space after each image */
	*display: block;
}


.content_pod_padding{
	padding:0px 98px 0px 60px;
}

.main_image{
padding-bottom:28px;

}




/** Patch Info area - used in many places **/

#patch_info_panel
{
	background: #222222;
	width: 800px;
	z-index: 1;
	
}

#patch_info
{
	padding: 0px 15px 0px 5px;
	min-height: 19px;
}

.palette_info_container
{
 margin-top: 40px; 
}

.patch_info_title_float 
{
	float: left;
	width: 50px;
}

.patch_info_title, .patch_info_title_float 
{
	
	font-weight: bold;
}

.patch_info_value 
{
	
	text-indent: 10px;
}

.patch_info_cmyk_float
{
	
	text-indent: 10px;
}

.patch_info_cmyk_name
{
	float: left;
	width: 120px;
}

.patch_info_cmyk_value
{
	float: left;
}

.patch_info_links 
{
  float: left;
	text-indent: 3px;
}

.patch_info_links_container
{
	min-height: 19px;
}

#patch_info_panel_container
{
	float: left;
	padding-top: 15px;
	width: 632px;
}

.patch_info_panel_left
{
	float: left;
	margin-left: 15px;
	width: 300px;
}

.patch_info_panel_right
{
	float: left;
	margin-left: 15px;
	width: 300px;
}

.patch_info_panel_select
{
  margin-left: 10px;
}

/* (this is the patch preview that appears when 
	  you click on a patch in a palette) */
.patch_info_patch 
{
	float: left;
	height: 17px; 
	margin-left: 16px;
	margin-right: 16px;
	width: 45px;
}



/** "My Palette" area **/

#my_palette_container
{
	*height:125px;
}html>body #my_palette_container{height:110px;}

.my_palette_patches_container
{
	margin-top: 8px;
}

#my_palette_panel 
{
	height: 94px;
	padding: 0px 15px 0px 5px;
}

#my_palette_instructions
{
  position: relative;
  left: 140px;
  top: 20px;
	opacity: 0.49;
}

#my_palette_instructions_text
{
  float: left;
  margin: 5px 0px 0px 50px;
	opacity: 0.49;
}

/** Palette display area (in content_container) **/

#palette_panel
{
	overflow: auto;    
	padding: 0px 10px 20px 10px;
	margin-top:0px;
	*width: 940px;
}

#patch_info_container 
{
	 margin-top: 20px; 
}

#next_back_munsell_links
{
	margin-top: 5px;
	float: right;
	font-size: .8em;
	margin-right: 45px;
}

/* Used in filter area */
.category_submenu
{
	font-weight: normal;
	font-size: 10pt;
	margin: 10px 0px 10px 0px;
}

.category_submenu_info
{
	margin: 20px 0px 10px 0px;
}

.category_dropdown
{
	width: 130px;
	margin-right: 10px;
}

.page_selector_color_bar_patch
{
	cursor: pointer;
	float: left; 
	height: 17px; 
	width: 17px;
	border: 1px solid #222;
}

.page_selector_color_bar_patch:hover
{
	border: 1px solid #0ff;
}

.selected_browse_patch 
{
	border: 1px solid #0ff;
}

/* Displaying palettes */

.palettes 
{
}

.palette_front_page 
{
	margin-top: 5px;
	height: 20px;
	float: left;
}

.palette
{
	padding-bottom: 5px;
}

.my_palette_top_container
{

  height: 98px;
  *height: 102px;
  position: relative;  
  width:910px;
	*width:940px;
	padding:4px 15px 0px 15px;
  margin:0px 0px 10px -5px;
}html>body .my_palette_top_container{height: 98px;width:910px;}

.my_palette_name
{
	margin-top:5px;
	float: left;
	margin-bottom:2px;
	*margin-bottom:-2px;
}

.palette_divider, .palette_type_divider /* show separation between palettes in list */
{
	border-bottom: 1px solid #252525;
	margin-left: 1px;
	margin-right: 10px;
}

.palette_type_divider
{
	margin-top: 1px;
	margin-bottom: 10px;
}  

.palette_name 
{
	float: left;
	margin-bottom:2px;
	*margin-bottom:-2px;
}

.palette_name_prefix 
{
	float: left;
	margin-left: 5px;
	margin-right: 21px
}

/* Actions for palettes, patches, etc. */
.back_link_container
{
  float: left;
  margin-top:5px;
  margin-bottom:5px;
}

#back_links_container
{
  margin-bottom: 20px;
}

.action_link_container, .munsell_views_toggle
{
  float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top:5px;

  position: relative;
  top:0px;
	
}

.action_link_container_with_more
{
	padding-right: 52px;
	float: right;
}

.divider
{
	padding:0px 6px 0px 8px;
}

.divider_small_icons
{
	padding:0px 2px 0px 0px;
}

#munsell{
	margin-top:20px;
	
}

.munsell_views_toggle
{
	float: left;
	color: #7a726d;
	
}

.munsell_views_toggle a:link, .munsell_views_toggle a:active, .munsell_views_toggle a:visited{
	color:#7a726d;
}

.munsell_views_toggle a:hover{
	color:#f7921e;
}

.action_link_container a, .action_link_container_with_more a
{
  margin: 0px 0px 0px 0px;
 
}

.action_link_container .palette_page_nav_link
{
  margin: 0px 0px 0px 0px;
}

.action_link_container .page_number,
.action_link_container .current_page_number
{
  margin: 0px 0px 0px 0px;
}

.munsell_views_toggle_spacer
{
	margin-left: 10px;
}

.munsell_views_toggle .current_page_number,
.action_link_container .current_page_number
{
  color: #fff;
}

.libray_colors_views
{
	background-color: #161616;
	padding: 10px 0px 0px 10px;
}

.action_link_image, .action_link_image:hover
{
  border: none;
}

.action_link_image img
{
  display: inline;
}

.palette_image_small
{
	height: 150px;
	width: 180px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

.no_color_search_results
{
	margin-left: 5px;
	color: #dedede;
}

.palette_image_large
{
	margin: 15px 5px 10px 5px;
	width: 400px;
}

.image_patches
{
  padding-top: 43px; /* 150px image - 63px patch / 2 */
}

.patches, .image_patches
{
	overflow: auto; /* Has to be explicitly specified because it contains float: left patches */
}

.patch
{
	cursor: pointer;
}

.patch, .patch_no_pointer
{
	float: left;
	height: 48px; 
	margin: 1px 1px 1px 1px;
	width: 48px;
}

.personal_patch
{
  float: left;
	height: 20px; 
	margin: 1px 1px 1px 1px;
	width: 20px;
}


.out_of_gamut_message
{
  margin: 7px 0px 0px 6px;
}

.border_patch
{
	margin: 0px;
	border: 2px solid #444;
}

.patch a
{ 
   border: none;
}

.my_palette_navigation, .palette_navigation
{
	cursor: pointer;
	margin-left: 5px;
}

.my_palette_navigation_spacer
{
	margin-left: 5px;
}

.my_palette_navigation, .my_palette_navigation_spacer, .palette_navigation_spacer
{
	border: none;
	float: left; 
	height: 48px;
	margin-right: 5px;
	width: 8px;
}

.my_palette_navigation:hover
{
	background: #333;
}

.indicate_more_patches a
{
	border: none;
	float: left; 
	height: 48px;
	margin: 0px 5px 2px 5px;
	width: 5px;
}

.indicate_more_patches_small a
{
	border: none;
	float: left; 
	height: 16px;
	margin: 5px;
	width: 5px;
}

.vertical_patch_divider
{
 	border-left: 1px dotted white;
	float: left; 
	height: 46px; 
	margin: 2px 5px 0px 5px;
	width: 1px;
}

.divShow 
{
	 visibility: visible;
}

.divHide 
{
	 visibility: hidden;
}

/* Selected Color Area */

.selected_color_links_container
{
	float: right;
}

.selected_color_link
{
	float: left;
	margin-right: 15px;
}

#selected_color_instruction_text
{
	color: #dddddd;
  margin-left: 5px;
  min-height: 19px;
}

/* Buy */

.buy 
{
	padding: 15px;
}


/* Articles & Products */

.article, .product
{
	background: #282828;
	border: 1px solid #444;
	margin: 10px 20px 20px 20px;
	padding: 20px;
}

.article_container
{
	float: left;
	margin-right: 2%;
	width: 68%;
}

.article_byline
{
  font-variant: small-caps;
}

.article_abstract, .article_body,
.product_abstract, .product_description
{
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 30px;
	text-align: justify;
	
	/* block long urls */
	overflow: hidden;
}

.product_image
{
	width: 30%;
}

.article_back_link, .product_back_link
{
  margin-left: 22px;
  margin-bottom: 20px;
}

.product_buy_link
{
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Semantic Search / ColorFinder */

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

.search_bar
{
	margin-top: 10px;
	float: right;
}

.search_section
{
	background: #282828;
	border: 1px solid #444;
	margin: 10px 20px 20px 20px;
	padding: 20px;
}

.search_instructions
{
	line-height: 2em; 
}

.search_instructions
{
	margin: 5px 0px 20px 0px;
}

.search_tag_cloud
{
	margin: 10px 0px 10px 0px;
}

.search_tag_cloud a 
{
	color: #aaaaaa;
	margin-left: 5px;
	border-bottom: none;
}

.search_tag_cloud a:hover
{
	color: orange;
}



/* Search Field */
.search_field, .big_search_field
{
	background-color: #ddd;
	border-top: 1px solid black; 
	border-left: 1px solid black;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
}

.big_search_field
{
	width: 275px;
}

.empty_search_field
{
  color: #999;
}

.default_search_field
{
  width: 157px;
}


/*Tabs*/



#tab_container
{
	background: #242423 url("/images/tab_bg.gif") repeat-x top;
    float: left;
    width: 940px;
	margin-left:0px;
    font-size: 100%;
    line-height: normal;
	height: 33px;
	overflow:hidden;
	
	
}

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

#tab_container li 
{
   float: left;
   border-right: 1px solid #0d0d0d;
   margin: 0px;
   height: 32px;
   background: #5c5853  url("/images/norm_tab.gif") no-repeat left top;
   
}

#tab_container li.corner_left
{
   float: left;
   padding: 0px;
}

#tab_container li.active_left
{
	border-bottom:1px solid #161616;
	
}

#tab_container li.active_left a:link, #tab_container li.active_left a:active, #tab_container li.active_left a:visited,#tab_container li.active a:link, #tab_container li.active a:active, #tab_container li.active a:visited{
	color:#fff;
}

#tab_container li.active_left a a:hover, #tab_container a:hover{
color:#f7921e;
}

#tab_container li.right_corner
{
   border-right: none;
   float: right;
   display: block;
   padding: 5px 0px 4px;
   width: 10px;
}




#tab_and_search_container li.active
{
  
  background: #161616  url("/images/norm_tab_on.gif") no-repeat left top;
  border-bottom:1px solid #161616;
 
}

#tab_container li.hidden
{
   display: none;
}

#tab_container li.show
{
}

#tab_container a 
{
  display: block;
  padding: 8px 15px 4px;
  border-bottom: none;
  color:#a8a6a4;
}

#tab_container #search_container
{
  float: right;
	border-right: none;
	padding: 7px 0px 0px 0px;
	background: #161616 url("/images/tab_bg.gif") repeat-x top;
}

.google_search_checkbox
{
	float: left;
	margin: 0px 5px 0px 0px;
  border-right: none;
}

.google_search_title
{
	float: left;
	margin: 0px 5px 0px 0px;
}


.extension_box
{
	background: #252525;
	margin: 20px 30px 20px 40px;
	height: 930px;
	width: 900px;
}

.extension_title
{
	font: normal 18pt Arial, Helvetica, sans-serif;
}

.extension_inside_panel
{
	margin-left: 15px;
	margin-top: 20px;
	float: left;
}

.extension_container
{
	margin-left: 15px;
	margin-top: 20px;
	float: left;
}

.extension_install_plugin
{
	margin-left: 10px;
	margin-top: 60px;
	float: left;
	font: normal 14pt Arial, Helvetica, sans-serif;
}

.extension_image_pos
{
	 margin-top: 30px;
	 float: left;
}

.extension_subscript
{
	margin-top: 10px;
	font: normal 8pt Arial, Helvetica, sans-serif;
}

.extension_installation
{
	margin: 20px 10px 0px 0px;
	width: 95%;
}

.extension_installation_title
{
	font: normal 12pt Arial, Helvetica, sans-serif;
}

.munsell_label_column
{
	float: left;
	height: 20px; 
	width: 50px;
	text-align: center;
	padding: 2px 0px 0px 0px;
} 

.munsell_label_row
{
	float: left;
	text-align: right;
	padding: 20px 0px 14px 25px;
}

.previous_munsell_link
{
	float: left;
	font: normal 14pt Arial, Helvetica, sans-serif;
	padding: 150px 5px 0px 0px;
} 

.next_munsell_link
{
	float: right;                
	font: normal 14pt Arial, Helvetica, sans-serif;
	padding: 150px 0px 0px 10px;
}

.munsell_display_patches
{
	float: left;
	margin-left: 50px;
}

.munsell_container
{
	float: left;
	width: 765px; 
	margin-top: 20px;
}

.munsell_instructions
{
	float: left;
	margin-top: 15px;
}

.instructions
{
	margin: 15px;
	width: 200px;	
}

.bottom_column_number_container
{
	margin-left: 5px;
}
.right_row_number_container
{
	float: left;
	width: 20px;
}


/* left nav elements
-----------------------*/

#left_nav{
	float:left;
	width:142px;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	margin-top:22px;
	padding-bottom:40px;
	color:#e57a00;
	
}

#left_nav img{
	display:block;
	margin-bottom:-5px;

}

#left_nav h1{
	font-size:12px;
	margin:15px 0px 0px 0px;
}

#left_nav h1 a:link, #left_nav h1 a:active, #left_nav h1 a:visited{
	color:#fff;

}

#left_nav h1 a:hover{
	color:#e57a00;
}

#left_nav a:link, #left_nav a:active, #left_nav a:visited, #left_nav a:hover{
	display:block;

}

/* right content elements
-----------------------*/

#right_content_container{
	float:right;
	width:780px;
	padding-bottom:5px;
}

#right_content_container a:link, #right_content_container a:active, #right_content_container a:visited{
	color:#e57a00;
	text-decoration:none;
	font-weight:bold;
}

#right_content_container a:hover{

	color:#807973;
	text-decoration:none;
}

.content_right_col{
	float:right;
	*margin-right:30px;
	margin-right:20px;
	width:150px;
	border-left:1px solid #e5e5e5;
	padding-left:18px;
	padding-bottom:60px;
	font-size:11px;
	line-height:16px;

}html>body .content_right_col{margin-right:30px;}

.content_right_col h1{
	font-size:18px;
	color:#000;
	margin:0px 0px 15px 0px;
	font-weight:normal;

}



.content_right_col p{
	margin: 20px 0px 20px 0px;
}

.content_right_col h2{
	font-size:14px;
	margin:0px 0px 5px 0px;
	color:#000;

}

/* left content elements
-----------------------*/

.content_left_col{
	float:left;
	*margin-left:60px;
	margin-left:30px;
	width:500px;
	line-height:17px;
}html>body .content_left_col{margin-left:60px;}


.content_left_col_nr/*no right rail*/{
	float:left;
	*margin-left:60px;
	margin-left:30px;
	width:660px;
	line-height:17px;
}html>body .content_left_col_nr{margin-left:60px;}

.content_left_col_full{
	width: 910px;
	margin-left:10px;
	line-height:17px;
	color:#fff;
}

.content_col_full_container
{
	width:100%;
	background: #161616;
}

.content_left_col_full_description
{
	margin-top: 30px;
}

.content_left_col_full table{
	color:#fff;
}


.content_left_col h1, .content_left_col_nr h1, .content_left_col_full h1{
	font-size:21px;
	color:#fff;
	margin:0px 0px 5px 0px;
	font-weight:normal;

}

.content_left_col h2, .content_left_col_nr h2, .content_left_col_full h2{
	font-size:16px;
	color:#fff;
	margin:5px 0px 5px 0px;
	font-weight:normal;

}

.content_left_col h3, .content_left_col_nr h3, .content_left_col_full h3{
	font-size:14px;
	color:#fff;
	margin:5px 0px 2px 0px;

}



/* Palette elements
-----------------------*/


.palette_small{
	margin-top:10px;
}

.palette_small h3{
	font-size:12px;
	margin:0px 0px 0px 0px;

}

.munsell_palette_small{
	margin-top:0px;
}

.palette_small_boxes{
	padding-right:4px;
	padding-top:4px;
	display:inline;
}


.munsell_palette_small_boxes{
	padding-right:4px;
	padding-top:2px;
	*padding-top:2px;
	display:inline;
}html>body .munsell_palette_small_boxes{padding-top:4px;*padding-top:2px;}

.palette_small_icon{
	padding-left:1px;
	display:inline;
}

.by_username{
	margin-bottom:4px;
	margin-top:9px;
}

.by_username_inline{
display:inline;
	
}

/*Footer elements*/

#footer{
	height: 25px;
	font-size:11px;
	line-height:25px;
}

.footer_left
{
	float:left;
	padding: 20px 0px 0px 20px;
}

.footer_right{
	float:right;
	padding-right:20px;
}

.policy_body
{
	margin: 20px;
}

/* misc elements
-----------------------*/

.break 
{
	clear: both;
}

.spacer 
{
	clear: both;
}

.right{
	float:right;
	clear:right;
}

.left{
	float:left;
	clear:left;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color:#fff;
}

.image_border{

	border:1px solid #000;

}

.caption{
	font-style:italic;
	font-weight:bold;
	font-size:11px;

}

.content_image{
display:block;
padding:10px 0px 10px 0px;

}

.content_image_small{
float:right;
padding:0px 0px 10px 10px;

}

.thumb{
	padding:3px 10px 5px 0px;

}

.pod_headline{
	display:block;
}

/*form elements*/

select {

}

select, input, textarea, input.formlabel,textarea.formlabel {
	font-size: 11px;

}


.prompt{
	font-size: 12px;
	color:#fff;
	text-align:right;
}

.button-bar{
margin-top:15px;
}

#pantone_container
{
	margin-top: 15px;
}

.homepage_logo
{
	padding: 10px 0px 0px 10px;
}

.designer
{
	float: right;
}

.colormunki_for
{
	margin: 10px 5px 0px 0px;
	float: left;
}

.google_search
{
	text-align: center;
	background: #252525;
}

.hue_test_container
{
	background: url("/images/template_colorIQ.gif") no-repeat left top;
	height: 304px;
	margin-left: 10px;
}

.hue_test_description
{
	padding:20px 0px 0px 20px;
	*line-height: 14px; /* ie fix */
}

.hue_spacer
{
	height: 25px;
	*height: 0px; /* ie fix */
	*display: block; /* ie fix */
	width: 920px;
}
