@charset "utf-8";
/* common.css : Styles common to all of www.pdcorp.com */
/* Last Updated on 20070529 by chriss */

/* ********************************************************************************************************************************* */
/* Type Selectors - standard element or HTML tags to style */

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/body-background.gif);
	background-repeat:repeat-y;
}

h1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13pt;
}

h2 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;	
}

h3 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

/* Links used on Product Index, Product Attribute Searching */
h3 a {
	text-decoration:none;
}

h4 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/* ********************************************************************************************************************************* */
/* Printable Header Layer- Header for use with 'print.css'.  Do not display online. */
#Printable {
	display:none;
}

/* ********************************************************************************************************************************* */
/* Top Navigation Bar for Corporate Links */
#TopNav {
	margin:0px;
	padding:0px;
	width:572px;
	height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-align:center;
	font-weight:bold;
	color:#999999;
}

#TopNav a:link {
	text-decoration:none;
	color:#999999;
}

#TopNav a:visited {
	text-decoration:none;
	color:#999999;
}

#TopNav a:hover {
	text-decoration:underline;
	color:#999999;
}

#TopNav a:active{
	text-decoration:underline;
	color:#999999;
}

/* ********************************************************************************************************************************* */
/* Country Selection Menu */

#CountrySelection {
	position:absolute;
	top:12px;
	left:572px;
}

#CountrySelection form {
	margin:0px;
	padding:0px;
}

#CountrySelection form select{
	width:180px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

/* ********************************************************************************************************************************* */
/* Masthead and Search Area */
#Masthead {
	position:absolute;
	top:40px;
	left:0px;	
	height:124px;	/* This needs to be equal or greater than height of Header Image above. */
	width:752px;
	/*width:990px;*/
	/** border-top:1px solid #999999;
	border-bottom:1px solid #999999; **/
	margin:0px;
	padding:0px;
}

/* ********************************************************************************************************************************* */
/* Market header photo */
.header {
	padding-right:8px;
}
/* ********************************************************************************************************************************* */
/* Search Form */
#searchform {
	padding:0px;
	margin:0px;
}

#searchform input {
	padding:0px;
	margin:0px;
}

.searchbox {
	width:156px;
	height:20px;
	color:#464646;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	display:inline;
	margin-right:6px;
	border:1px solid #999999; /* 2px #ECECEC */
}

/* ********************************************************************************************************************************* */
/* Product Index Link */
a.productIndex:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
	color:#464646;
}

a.productIndex:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
	color:#464646;
}

a.productIndex:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:underline;
	color:#464646;
}

a.productIndex:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:underline;
	color:#464646;
}


/* ********************************************************************************************************************************* */
/* Markets Navigation Bar - Healthcare, Leisure & Entertainment, RFID, Law Enforcement, Animal ID, and Mortuary links */

#MarketsNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	left:0px;
	width:752px;
	/*width:990px;*/
	height:24px;
	text-align:center;
	border-top: 2px solid #FFFFFF;
}

#MarketsNav tr td {
	margin:0px;
	padding:0px;
	border:1px solid #FFFFFF;
}

#MarketsNav a:link {
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

#MarketsNav a:visited {
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

#MarketsNavHealthcare a {
	width:150px;
	display:block;
}

#MarketsNavHealthcare:hover {
	background-color:#0066CC;
}

#MarketsNavCrowdControl a {
	width:148px;
	display:block;
}

#MarketsNavCrowdControl:hover {
	background-color:#333399;
	width:148px;
}

#MarketsNavLawEnforcement a {
	width:148px;
	display:block;
}

#MarketsNavLawEnforcement:hover {
	/*background-color:#669966;*/
	background-color:#006633;
	width:148px;
}

#MarketsNavRFID a {
	width:148px;
	display:block;
}

#MarketsNavRFID:hover {
	background-color:#663300;
	width:148px;
}

#MarketsNavAnimalID a {
	width:148px;
	display:block;
}

#MarketsNavAnimalID:hover {
	background-color:#003366;
	width:148px;
}

/* ********************************************************************************************************************************* */
/* Breadcrumb Trail */
#Breadcrumb {
	display:block;
	position:absolute;
	left:4px;
	height:20px;
	width:752px;
	/*width:990px;*/
	overflow:hidden;
	margin:0px;
	padding:0px;
	color:#999999;
}

#Breadcrumb li {
	display:inline;
}

#Breadcrumb a:link {
	color:#999999;
	text-decoration:underline;
}
#Breadcrumb a:visited {
	color:#999999;
	text-decoration:underline;
}
#Breadcrumb a:hover {
	color:#0066CC;
	text-decoration:underline;
}
#Breadcrumb a:active {
	color:#0066CC;
	text-decoration:underline;
}

/* ********************************************************************************************************************************* */
/* Side Navigation Bar */
#SideNav {
	width:160px;
}

#SideNav h3 {
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:12px;
	padding-left:12px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}

#SideNav ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#SideNav ul li {
	display:block;
	margin:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	padding-bottom:2px;
}

#SideNav a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
}

#SideNav a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
}

#SideNav a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:underline;
}

#SideNav a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:underline;
}



#SideNav a.activeSection {
/* Distinguishes the active section in the side navigation */
	text-decoration:underline;
}
/* ********************************************************************************************************************************* */
/* Content - All main body content goes in this layer. */
#Content {
	color:#333333;
}

/* ********************************************************************************************************************************* */
/* Spotlight Section - The Product/Customer Spotlight area on the page */

#spotlight {
	float: right;
	position: relative;
	/*width:300px;*/
	/*height:180px;*/
	margin: 8px 0px 8px 8px;
	padding: 0px 0px 0px 0px;
	width:200px;
	border:1px solid #666666;
}

/* ********************************************************************************************************************************* */
/* Press Contact Info - Insert a DIV Layer on the Right Hand Side of the Screen*/

#pressContact {
	float: right;
	position: relative;
	margin: 0px 0px 8px 8px;
	padding: 8px 8px 8px 8px;
	width:160px;
	border:1px solid #666666;
}

/* ********************************************************************************************************************************* */
/* Inset Right - Insert a DIV Layer on the Right Hand Side of the Screen */

.insetRight {
	float: right;
	position: relative;
	margin: 8px 0px 8px 8px;
	padding: 8px 8px 8px 8px;
	width:200px;
	border:1px solid #666666;
}

.insetRightLrg {
	float: right;
	position: relative;
	margin: 8px 0px 8px 8px;
	padding: 8px 8px 8px 8px;
	width:220px;
	/*border:1px solid #666666;*/
}

.insetRightClean {
	float: right;
	position: relative;
	margin: 0px 0px 8px 8px;
	padding: 0px 0px 8px 8px;
	width:220px;
	/*border:1px solid #666666;*/
}

.insetRightBareBones
 {
	float: right;
	position: relative;
	margin: 0px 0px 8px 8px;
	padding: 0px 0px 8px 8px;
	/*border:1px solid #666666;*/
}


/* ********************************************************************************************************************************* */
/* Inset Right - Insert a DIV Layer on the Right Hand Side of the Screen */

.insetRightThumb {
	float: right;
	position: relative;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
	width:120px;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	/*border:1px solid #666666;*/
}

/* ********************************************************************************************************************************* */
/* Inset Left - Insert a DIV Layer on the Left Hand Side of the Screen */

.insetLeft {
	float: left;
	position: relative;
	margin: 8px 8px 8px 0px;
	padding: 8px 8px 8px 8px;
	width:200px;
	border:1px solid #666666;
}

/* ********************************************************************************************************************************* */
/* Product Group Photo - The main photo area on the page */

#ProductGroupPhoto {
	float: right;
	position: relative;
	/*width:300px;*/
	/*height:180px;*/
	margin: 0px 0px 8px 8px;
	padding: 0px 0px 8px 8px;
	text-align:right;
}

/* ********************************************************************************************************************************* */
/* Product Attribute Icons */

#attributes {
	text-align:center;
	padding-top:8px;
	width:160px;	
}

/* ********************************************************************************************************************************* */
/* Color Swatches */

.swatch {
	padding: 2px;
	border: 1px solid #999999;	
}

/* ********************************************************************************************************************************* */
/* Phone Number/Call Customer Care */
#call {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#666666;
	padding:4px;
}

/* ********************************************************************************************************************************* */
/* Solutions You Can Identify With (tagline) */
#tagline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#666666;
	padding:4px;
}

/* ********************************************************************************************************************************* */
/* Footer Navigation Bar */
#FooterNavigation {
	margin-top:12px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:8px;
	border-top:1px solid #999999;
	text-align:center;
	width:752px;
	/*width:990px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
}

#FooterNavigation a:link {
	text-decoration:none;
	color:#999999;
}
#FooterNavigation a:visited {
	text-decoration:none;
	color:#999999;
}
#FooterNavigation a:hover {
	text-decoration:underline;
	color:#999999;
}
#FooterNavigation a:active {
	text-decoration:underline;
	color:#999999;
}

/* ********************************************************************************************************************************* */
/* Copyright Info */
#Copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	width:752px;
	/*width:990px;*/
	text-align:center;
}

/* ********************************************************************************************************************************* */
/* Product Grid for Product Overview pages */
#ProductGrid {
	display:inline-block;
}

#ProductGrid a[href^="http://"]{ /* Used on Partners page -- Don't display icons for non-PDC sites since these are company logos */
	background-image:none;
	padding-right:0;
}

#ProductGrid tr {
/* Add spacing between rows of products */
	padding-bottom:8px;
}

#ProductGrid tr td {
	border-top:1px solid #CCCCCC;
	padding-top:8px;
}

#ProductGrid tr td tr {	
/* We don't want the padding for the inner tables (Product Photo and Buy Now/More Info) */
	padding-top:0px;
}

#ProductGrid tr td  tr td{
	border-top:none;
}

.ProductGridLeft {
	border-right:1px solid #CCCCCC;
	padding:8px;
}

.ProductGridRight{
	padding:8px;
}

/* ********************************************************************************************************************************* */
/* Horizontal Seperator for Table Rows - Used for Product Attribute Search Results*/
.rowSeperator{
	border-top:1px solid #CCCCCC;
	padding-top:8px;
}


/* ********************************************************************************************************************************* */
/* Product Caption Information for Product Overview pages */
.productCaption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:6e6e6e;
}

/* ********************************************************************************************************************************* */
/* Product Price */
.price {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#CC0000;
}


/* ********************************************************************************************************************************* */
/* Orderable Products - Table with part numbers, color names, color swatches, and quantity boxes */
#orderable {
	text-align:center;
	margin-bottom:8px;
	border-bottom:1px solid #CCCCCC;
}

/* ********************************************************************************************************************************* */
/* Quantity Input Textboxes */
.qty {
	background-color:#FFFFFF;
	background: url(../images/qty.jpg) no-repeat left;
	padding-left:24px;
}

/* ********************************************************************************************************************************* */
/* Serial Number Input Textboxes */
.ssn {
	background-color:#FFFFFF;
	background: url(../images/serial-number.jpg) no-repeat left;
	padding-left:24px;
}

/* ********************************************************************************************************************************* */
/* Part Style/Description Used with Expressions swatches */
.partStyle {
	font-size:8pt;
}

/* ********************************************************************************************************************************* */
/* Product Color Description (alpha, NOT the actual color swatch) */
.color {
	font-size: 8pt;
}

/* ********************************************************************************************************************************* */
/** Part Number Detail **/
.partNumber {
	font-size:8pt;
	font-weight:bold;
	padding-top:20px;
}

/* ********************************************************************************************************************************* */
/* Ordering Info & Shopping Cart Buttons */
.buyNow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:16px;
	padding-right:16px;
	background-repeat:no-repeat;
	background-position: center center;
	width:72px;
	height:30px;
	font-weight:bold;
}

.moreInfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
	padding:4px;
}

.cart {
	margin-top:32px;
}

a.updateCart {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-decoration:none;
	padding-left:150px;
	padding-right:150px;
	padding-top:16px;
	padding-bottom:16px;
	height: 34px;
	width: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	font-weight:bold;
}

/* ********************************************************************************************************************************* */
/* Processing Layer for cartcard.html page */
#processing {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:4;
	background-color: #FFFFFF;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#336699;
	font-size:12pt;
	vertical-align: middle;
	background-image: url(company/graphics/processing.jpg);
	background-repeat: repeat-x;
}

/* ********************************************************************************************************************************* */
/* Help conceal signature image */
#conceal {
  width:200px;
  height:50px;
  background-image:url(../images/gary-hutchinson-sig.jpg);
}

/* ********************************************************************************************************************************* */
/* Collumn Divider to add lines seperating table collumns */
.collumn-divider {
	width:1px;
	background-color:#CCCCCC
}

/* ********************************************************************************************************************************* */
/* Table Headings for Events, etc. */
.table-heading {
	color:#FFFFFF;
	font-weight:bold;
}

/* ********************************************************************************************************************************* */

/* Photo Borders */
.photo-border {
	border:1px solid #666666;
	padding:4px;
}

/* ********************************************************************************************************************************* */
/* Yellow Background: Used for highlighting Custom Artwork Reordering Instructions */
.yellowBackground {
	padding:8px;
	background-color:#FFFF33;
}

/* ********************************************************************************************************************************* */
/* Lead Time: Used for highlighting product lead times */
.leadTime {
	color:#CC0000;
	text-decoration:underline;
}
/* ********************************************************************************************************************************* */
/* Editor Note: Used for Press Releases */
.editorNote {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:bold;
}

/* ********************************************************************************************************************************* */
/* Help/Tip: Used for alerting users of help/tips (Product Attribute Searching) */
#tip {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	width:160px;
	text-align:left;
}

/* ********************************************************************************************************************************* */
/* Help/Tip: Used for alerting users of help/tips (Product Attribute Searching) */
.tip {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
}

/* ********************************************************************************************************************************* */
/* Alert Text for Special Instructions, etc. */
.alert {
	color:#FF0000;
	font-weight:bold;
}

/* ********************************************************************************************************************************* */
/* Environmental/Green Team alerts */
.green {
	color:#339900;
	font-weight:bold;
}

/* ********************************************************************************************************************************* */
/* Links for non-PDC sites. */
a[href^="http://"]{
	background: url(../images/link-non-PDC.gif) no-repeat right;
	padding-right:20px;
	display:inline-block;
}
a[href^="http://www.pdcorp.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.timemed.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.pdc-partners.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.adobe.com/products/acrobat/readstep2.html"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://add.my.yahoo.com/content?url=http%3A//www.pdcorp.com/company/press_releases.rss"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://add.my.yahoo.com/content?url=http%3A//www.pdcorp.com/company/videos-newscasts.rss"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.trustlogo.com/ttb_searcher/trustlogo?v_querytype=W&v_shortname=SC2&v_search=www.pdcorp.com&x=6&y=5"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.idealss.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.salto.us"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.jacksondigital.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.cstartech.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.smartecarte.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.cyllenius.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.parkviewmc.org/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.hsh.org/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}a[href^="http://www.lutheranmedicalcenter.com/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}a[href^="http://www.upmc.com/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.netfactor.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="www.visitor-track.com/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.epaperflip.com/aglaia/viewer.aspx?docid=7387a789d0564415afdb87099c4c9581"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.instantssl.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.uniflip.com/online-magazines/3/11978/36931/pub/index.html"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/11978/44539/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/11978/49987/pub/index.html"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/11978/49861/pub/index.html"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.epaperflip.com/aglaia/viewer.aspx?docid=206fa17282b14168839d41db58e9b3ce"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/11978/54022/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://catalogue2010.vipband-eshop.co.uk"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://catalogue2010.pdcorp.eu/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://catalogue2010.vipband-eshop.fr"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://catalogue2010.vipband-eshop.de/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://catalogue2010.vipband-eshop.be"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://catalogue2010.vipband-eshop.nl"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://catalogue2010.vipband-eshop.es"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://catalogue2010.vipband-eshop.eu"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/11978/63918/pub/index.html"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.pharmex.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/11978/62056/pub/index.html"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.vipband-eshop.es"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.vipband-eshop.de"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.vipband-eshop.fr"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.vipband-eshop.co.uk"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.addthis.com/bookmark.php"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.addthis.com/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://demo.pdcorp.com/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://www.pdcorp.com/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://flipflashpages.uniflip.com/2/11978/82980/pub/index.html"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/32139/83420/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/32139/83426/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/32139/83438/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/32139/83427/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/32139/83428/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/32139/83429/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/32139/83432/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.vipband-eshop.eu/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://flipflashpages.uniflip.com/2/11978/86567/pub/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://www.medica-tradefair.com"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}

a[href^="http://catalogue-bracelets.vipband-eshop.be/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://catalogue-bracelets.vipband-eshop.fr/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://kontrollbander-katalog.vipband-eshop.de"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://catalogo-pulseras.vipband-eshop.es/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://wristbands-catalogue.vipband-eshop.co.uk/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://catalogo-bracialetti.vipband-eshop.it/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}
a[href^="http://polsbandjes-catalogus.vipband-eshop.be/"]{
/* Don't display the icon in this case */
	background-image:none;
	padding-right:0;
}


/* ********************************************************************************************************************************* */
/* Product Index/Product Attribute Search Results */
.attributes {
	display:inline;
	margin:0px;
	padding:0px;
}


/* ********************************************************************************************************************************* */
/* Reminder - displays reminder image for lead times */
.reminder {
	list-style:none;
	height:64px;
	padding-top:8px;
	margin-left:-20px;
	padding-left:57px;
	background-image:url(../images/reminder.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/* ********************************************************************************************************************************* */
/* CMS Edit options */
.cms {
	z-index:400;
	background-color:#CCC;
	width:200px;
	height:100px;
	position:absolute;
	top:12px;
	left:780px;
	border:1px solid #FFF;
	padding:4px;
}
.cms form {
	margin:0px;	
}
