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

/* 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. */

/* ****   The selectors with the trailing comma target just IE  **** */

/* ** IE, up to at least IE7, has a bug that mishandles padding of multiline links.  If the icons happen always to be at the very beginning or at the very end of their lines of text, and the links are long enough that they might wrap to two or more lines, then you may prefer to comment out the "zoom:1 !important" styling just below. ** */
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image, .divaPOP_imgR, .divaPOP_imgL,{zoom:1 !important}
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image, .divaPOP_imgR, .divaPOP_imgL {background-repeat:no-repeat !important}


/* **** Use only ONE OR THE OTHER of the next two code blocks - Option Left OR Option right **** */

/* ** OPTION LEFT: position icon to Left of link by default ** */
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image {background-position:0 50% !important; padding-left:15px !important}
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image,{background-position:0 20% !important;}

/* ** OPTION RIGHT: position icon to Right of link by default, ** */
/* 
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image {background-position:100% 50% !important; padding-right:15px !important} 
.divaPOP_, .divaPOP_pdf, .divaPOP_outlink, .divaPOP_image,{background-position:100% 80% !important}
*/


/* ** Provide icon positioning overrides by way of optional manually added classes ** */
.divaPOP_imgR {background-position:100% 50% !important; padding-right:15px !important; padding-left:0 !important}
.divaPOP_imgR,{background-position:100% 80% !important}
.divaPOP_imgL {background-position:0 50% !important;    padding-left: 15px !important; padding-right:0 !important}
.divaPOP_imgL,{background-position:0 20% !important}

 
 
/* ****  change 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}
.divaPOP_image {background-image:url(i/divaPOPout_1.gif) !important}

/* ****  provides the No-Image option  **** */
/* If your site typically uses a bg image, or padding, on anchors, you may edit the values below to match those */ 
.divaPOP_imgX  {background-image:none !important; padding-left:0 !important; padding-right:0 !important}

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


