/* divaPOP.css v 2.0.9*/
/*Copyright (c) 2007-2010 divaHTML : Thierry Koblentz & E Michael Brandt. All rights reserved. n*/

/* NOTE: The active divaPOP selectors below all contain an underscore.  HOWEVER, when you need to add these classes manually to your page, OMIT the UNDERSCORE!  So, for example, use "divaPOPimgR"' and NOT "divaPOP_imgR".  In javascript-enabled browsers, divaPOP will add the underscore to "activate" the styling. */


/* ****************** ICON POSITIONING ********************* */

/* ** To position icon to Left OR Right of the links  ** */
/* ** Use only ONE of the next two code blocks below: ** */

/* ** OPTION LEFT: position all icons to Left of their links ** */
.divaPOP_, .divaPOP_outlink, .divaPOP_pdf, .divaPOP_image {background-position:0 50% !important; padding-left:15px !important}
.divaPOP_, .divaPOP_outlink, .divaPOP_pdf, .divaPOP_image,{background-position:0 20% !important;} /*for ie*/

/* ** OPTION RIGHT: position all icons to Right of their links ** */
/* 
.divaPOP_, .divaPOP_outlink, .divaPOP_pdf, .divaPOP_image {background-position:100% 50% !important; padding-right:15px !important} 
.divaPOP_, .divaPOP_outlink, .divaPOP_pdf, .divaPOP_image,{background-position:100% 80% !important}*/ /*for ie*/


/* ** Optional icon-positioning OVERRIDES - add these classes (without the _) manually to individual links ** */
.divaPOP_imgR {background-position:100% 50% !important; padding-right:15px !important; padding-left:0 !important}
.divaPOP_imgR,{background-position:100% 80% !important} /*for ie*/
.divaPOP_imgL {background-position:0 50% !important; padding-left: 15px !important; padding-right:0 !important}
.divaPOP_imgL,{background-position:0 20% !important} /*for ie*/


/* ****************** ICON IMAGEFILES ********************* */

/* ** Here you can change icon images if you wish ** */ 
.divaPOP_ {background-image:url(i/divaPOPout_1.gif) !important}
.divaPOP_pdf {background-image:url(i/divaPOPpdf_1.gif) !important} 
.divaPOP_outlink {background-image:url(i/divaPOPout_1.gif) !important}
a.divaPOP_thumb{background-image:url(i/magnifier_zoom_in.gif) !important} /* magnifier_zoom_in.gif is modified from original png created by http://www.famfamfam.com/lab/icons/silk/ used under: http://creativecommons.org/licenses/by/2.5/ */
.divaPOP_image, *:first-child+html a.divaPOP_thumb{/*latter is for ie7 only*/
	background-image:url(i/divaPOPimg_2.gif) !important}
* html a.divaPOP_thumb {/* for ie<7 only. An ie6 parsing bug requires this selector to by itself.*/
	background-image:url(i/divaPOPimg_2.gif) !important}/* divaPOPimg_2.gif is modified from original photos.png created by http://www.famfamfam.com/lab/icons/silk/ used under: http://creativecommons.org/licenses/by/2.5/ */


/* ****************** HAVE NO ICON ON A LINK ********************* */

/* **  Add this class (without the "_") to a have no icon on a link  ** */
/* If your site typically uses a bg image, or padding, on anchors, you may edit the values below to match those */ 
a.divaPOP_imgX  {background-image:none !important; padding-left:0 !important; padding-right:0 !important}


/* ****************** DON'T CHANGE THESE ********************* */

/* **  For the img icon used in IE<8.  This class is added automatically by the divaPOP.js script ** */
.divaPOP_ie_private{padding:0; margin:0 !important; border:none !important; float:none !important; background:none;}

/* **  So the icons will not tile ** */
.divaPOP_, .divaPOP_outlink, .divaPOP_pdf, .divaPOP_image, .divaPOP_imgR, .divaPOP_imgL {background-repeat:no-repeat !important}

/* **  These are here just so Dreamweaver will offer these classes in its select boxes ** */
.divaPOPoutlink, .divaPOPimgR, .divaPOPimgL, .divaPOPimgX, .divaPOPskip, .divaPOPnorel, .divaPOPrel, .divaPOP {}



/* ****************** RARELY, IF EVER, USED ********************* */

/* ** To place the icons on *thumbnails* with image-links, on the side opposite from the icons on *text* with image-links.  In other words, this is to handle *image-links* on *thumbnails* differently from the rest: */

/* ** For these icons to appear on the LEFT ** */
/* a.divaPOP_thumb {background-position:0 bottom !important; padding-left: 15px !important; padding-right:0 !important}*/

/* ** For these icons to appear on the RIGHT ** */
/* a.divaPOP_thumb {background-position:100% bottom !important; padding-right:15px !important; padding-left:0 !important} */