/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   (heavily referencing Blueprint.css framework)
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.813 * 16px = 13px)
	10px = 0.769em 	
	11px = 0.846em
	13px = 81.3% = 1 em
	14px = 1.077em
	16px = 1.231em
	18px = 1.385em
	24px = 1.846em
*/               

body { 
  	font-size: 81.3%;
  	color: #555;     
	line-height: 1.385em;
  	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,dt { font-weight: bold; color: #000; }
h1.plain, h2.plain, dt.plain { border: none; }
h1 { font-size:1.846em; line-height: 1; margin-bottom: 0.5em; color: #000; }
h2 { font-size:1.385em; margin-bottom: 0.5em; padding-bottom: 0.2em; border-bottom: 1px solid #e5e5e5; }
.column_40 h2, .column_40 dt, .column_30 h2, .column_30 dt { font-size:1em; margin-bottom: 0.5em; padding-bottom: 0.2em; border-bottom: 1px solid #e5e5e5; }
h2 a { color: #000; background: #ECEFF5; display: block; padding: 0.2em 0.4em; margin-bottom: -0.2em; }
/*IEFIX(v6)*/ * html .column_60 h2 a { width: 570px; }
/*IEFIX(v6)*/ * html .column_70 h2 a { width: 98%; }
h2 a:hover {color: #fff; background: #5a74e2; } 
h3 { font-size:1.077em; margin-bottom: 0.4em }

h4 { font-size: 1em; line-height: 1.25; margin-bottom: 0.6em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 0.7em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.highlight { padding: 10px; }

a:focus, 
a:hover     { color: #000; }
h1 a { color: #000; }
h1 a:hover { text-decoration: underline; }
a           { color: #5a74e2; text-decoration: none; }
a:hover		{ text-decoration: underline; }

a.emphasize { color: #fff; background: #5a74e2; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 3px 5px; font-weight: bold; }
a.emphasize:hover { text-decoration: underline; }

a.pop-btn { display: -moz-inline-box; display: inline-block; background: url(/gfx/btns/grad-blue-l.png) no-repeat 0 0; position: relative; padding: 7px 1px 4px 6px; color: #fff; }
a.pop-btn .r { background: url(/gfx/btns/grad-blue-r.png) no-repeat 0 0; position: absolute; right: -6px; top: 0; height: 29px; width: 6px; }
a.pop-btn:hover { background-position: 0px -29px; text-decoration: none; }
a.pop-btn:hover .r { background-position: 0px -29px; }

.grey-button-50 { font-size: 1.231em; display: -moz-inline-box; display: inline-block; background: url(/gfx/btns/grad-grey-50_l.png) no-repeat 0 0; position: relative; padding: 14px 6px 16px 14px; }
.grey-button-50 .r { background: url(/gfx/btns/grad-grey-50_r.png) no-repeat 0 0; display: block; position: absolute; right: -10px; top: 0; height: 49px; width: 10px; }
a.grey-button-50:hover { background-position: 0px -48px; color: #5a74e2; text-decoration: none; }
a.grey-button-50:hover .r { background-position: 0px -48px; }

.grey-button-30 { display: -moz-inline-box; display: inline-block; background: url(/gfx/btns/grad-grey-30_l.png) no-repeat 0 0; position: relative; padding: 6px 2px 6px 6px; }
/*IEFIX(v6)*/ * html .grey-button-50 { padding-bottom: 4px;}
.grey-button-30 .r { background: url(/gfx/btns/grad-grey-30_r.png) no-repeat 0 0; display: block; position: absolute; right: -10px; top: 0; height: 28px; width: 10px; }
a.grey-button-30:hover { background-position: 0px -30px; color: #5a74e2; text-decoration: none; }
a.grey-button-30:hover .r { background-position: 0px -30px; }

a.pop-btn-sm { display: -moz-inline-box; display: inline-block; background: url(/gfx/btns/grad-blue-l_sm.png) no-repeat 0 0; position: relative; padding: 1px 1px 2px 4px; color: #fff; line-height: 12px; }
a.pop-btn-sm .r { background: url(/gfx/btns/grad-blue-r_sm.png) no-repeat 0 0; position: absolute; right: -4px; top: 0; height: 15px; width: 4px; }
a.pop-btn-sm:hover { background-position: 0px -15px; text-decoration: none; }
a.pop-btn-sm:hover .r { background-position: 0px -15px; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
.pre 		{ 
 	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space: pre-wrap;       /* css-3 */
}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin: 0 1.5em; }
ul, ol, dl  { margin: 0 0 1em; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
ol li { margin-left: 1.5em; }

dl dt       { font-weight: bold; font-size: 1.077em; }
dd          { margin: 0; }   

li { padding-bottom: 0.4em; }

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
thead		{ border-bottom: 1px solid #e5e5e5; }
td.checkbox { cursor: default; margin: 0; padding: 0 0 0 4px; }
th          { font-weight: bold; text-align: left; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tr.hover 	{ background: #7893e9; color: #fff; cursor: pointer }
tr.hover a:hover, tr.hover a { color: #fff; }
tfoot       { border-top: 1px solid #e5e5e5; font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.smallest	{ font-size: 0.769em }
.small      { font-size: 0.846em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #8e8e8e; }
.muted, .quiet a { color: #595959; }
.loud       { color: #000; }

.success, .negative, .error, .highlight, .emphasize { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.success		{ background:#D3F8C7; border: 1px solid #99c391; border-bottom: 2px solid #7FA177; }
.negative, .error		{ background:#FCF0F0; border: 1px solid #ED171F; border-bottom: 2px solid #BA1117; }
.highlight  { background:#ffffd3; border: 1px solid #EFEA81; border-top: 1px solid #DED976; }
.emphasize	{ background:#ECEFF5; border: 1px solid #D4E1F1; border-top: 1px solid #B9C6D4; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }     

.success { padding: 5px 5px 5px 23px; background: #DEF5BC url(/gfx/icons/ok.png) no-repeat 5px center;}    

.arrow {background:url(/gfx/linkArrow.jpg) no-repeat center right; padding-right: 10px;}  
                          
.action { color:#595959; display: -moz-inline-box; display: inline-block; height: 16px; } 
.action:hover { color: #000; }    

.add_to_collection { padding-left: 20px; background: url(/gfx/icons/add_to_collection.png) no-repeat 0px 2px; }
.add_to_collection:hover { background: url(/gfx/icons/add_to_collection.png) no-repeat 0 -20px; }

.add_to_project { padding-left: 19px; background: url(/gfx/icons/add_to_project.png) no-repeat 0 1px; }
.add_to_project:hover { background: url(/gfx/icons/add_to_project.png) no-repeat 0 -19px; }

.you_like_this { padding-left: 17px; background: url(/gfx/icons/i_like_this-hover.png) no-repeat; }       
.you_like_this:hover { background: url(/gfx/icons/i_like_this.png) no-repeat; }       
.i_like_this { padding-left: 17px; background: url(/gfx/icons/i_like_this.png) no-repeat; }       
.i_like_this:hover { background: url(/gfx/icons/i_like_this-hover.png) no-repeat; }       

.edit_action { }

.delete { padding-left: 13px; background: url(/gfx/icons/trash.png) no-repeat 0 2px; }
.delete:hover { background-position: 0 -18px; }

.remove, .remove_action { padding-left: 13px; background: url(/gfx/icons/delete.gif) no-repeat 0 -1px; }
.remove:hover, .remove_action:hover { background: url(/gfx/icons/delete-hover.gif) no-repeat 0 -1px; }

.i_have_it { padding-left: 16px; background: url(/gfx/icons/i_have_it.png) no-repeat 0px 1px; }
.i_have_it:hover { background: url(/gfx/icons/i_have_it.png) no-repeat 0px -19px; }
.you_have_it { padding-left: 16px; background: url(/gfx/icons/i_have_it.png) no-repeat 0px -19px; }

.comment_link, .reply-btn { padding-left: 14px; background: url(/gfx/icons/comment.png) no-repeat 0 3px; }
.comment_link:hover, .reply-btn:hover { background: url(/gfx/icons/comment.png) no-repeat 0 -17px; }

.feature_collection { padding-left: 16px; background: url(/gfx/icons/heart.png) no-repeat; }
.unfeature_collection { padding-left: 16px; background: url(/gfx/icons/heartHover.png) no-repeat; } 

.add_photo { padding-left: 16px; background: url(/gfx/icons/photo.gif) no-repeat 0 -1px; }
.add_photo:hover { background: url(/gfx/icons/photo-hover.gif) no-repeat 0 -1px; }

.identify_product { padding-left: 16px; background: url(/gfx/icons/zoom.gif) no-repeat 0 -1px; }
.identify_product:hover { background: url(/gfx/icons/zoom-hover.gif) no-repeat 0 -1px; }

.zoom { padding-left: 16px; background: url(/gfx/icons/zoom.gif) no-repeat 0 -1px; }
.zoom:hover { background: url(/gfx/icons/zoom-hover.gif) no-repeat 0 -1px; }