body {
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	}	
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}
.hidden {
	display:none;
}
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

a {
	cursor:pointer;
	/*color:#0000FF;*/
	color: #cc0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.previous {
	color:#666;
}
.fontSm {
	font-size:11px;
}
form {
	padding:0;
	margin:0;
}
.floatRight {
	float:right;
}
#logo {
	padding: 40px 0 5px 0;
}
#logo h2 {
	width:199px;
	height:99px;
	margin:0 auto;
	padding:0;
}
#logo h2 a {
	display:block;
	width:199px;
	height:99px;
	background:url(../../images/logo_pds.png) top left no-repeat;
	border:none;
}
#tagline
{
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-bottom: 10px;
}
#topMenu {
	text-align:center;
}
#topMenu a {
	color:#666;
	text-decoration:none;
	font-size:14px;
}
#topMenu a:hover,
#topMenu a:active {
	text-decoration:underline;
}

#footer
{	
	padding-top:75px;
	font-size:11px;
	clear:both;
}

#footerContainer
{
	width: 600px;
	border-top: 1px #cc0000 solid;
	margin:0 auto;
	padding: 3px 3px 0 3px;
}

#footerContainer .left
{
	float: left;	
	width: 297px;
	text-align: left;
}

#footerContainer .right
{
	float: right;	
	width: 297px;
	text-align: right;
}

#footerContainer a
{
	color:#666;
	text-decoration:none;
}

#footerContainer a:hover, #footerContainer a:active
{
	text-decoration:underline;
}


/*
#mainSearch select {
	height:32px;
	width:417px;
	padding-top:5px;
}
#mainSearch span.select {
	position: absolute;
	width: 357px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	/*height: 27px;
	padding: 5px 40px 0 20px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(../../images/select.gif) no-repeat;
	overflow: hidden;
}*/
#mainSearch 
{
	width: 700px;
	/*padding-top:120px;*/ /* was 140px */
	margin:0 auto;
}

#mainSearch #snippet
{
	padding-top: 40px;
}

#mainSearch #snippet .paraleft
{
	font-size: 46px;
	color: #cc0000;	
	float: left;
	width: 25px;
}

#mainSearch #snippet .paratext
{
	font-size: 14px;	
	float: left;
	width: 635px;
	padding: 7px 10px 0 10px;
}

#mainSearch #snippet .pararight
{
	font-size: 46px;
	color: #cc0000;	
	float: left;
	width: 20px;
}

.wrapper500home
{
	width: 467px;
	margin: 0 auto;
	padding-top:40px;
}

.wrapper500
{
	width: 467px;
	margin: 0 auto;
	padding-top:120px;
}

.wrapper600
{
	width: 600px;
	margin: 0 auto;
	padding-top:20px;
}

.wrapper700
{
	width: 700px;
	margin: 0 auto;
	padding-top:120px;
}
/*.selectContainer {
	clear:both;
}*/
.dropDown
{
	background: url(../../images/select.gif) no-repeat;
	height: 32px;
	width: 417px;
	margin: 0;
	padding: 0;
	float: left;	
}

.dropDown a
{
	display: block;
	width: 400px;	
	padding: 8px 0px 8px 17px;
	color: #666;
	text-decoration: none;
}

.dropDownBox
{
	width: 427px;
}

.dropDownBox ul
{
	margin: 0;
	padding: 0 0 42px 0;
	background: url(../../images/dropDownBox_bottom_bg.png) bottom left no-repeat;
	list-style: none;
}

.dropDownBox ul li
{
	background: url(../../images/dropDownBox_bg.png) top left repeat-y;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.dropDownBox ul li:hover ul
{
	display: block;
}

.dropDownBox ul li ul
{
	position: absolute;
	top: 3px;
	left: 400px;
	width: 300px;
	height: 300px;
	background-image: none;
	z-index: 100;
	display: none;
}

.dropDownBox ul li ul li
{
	padding-left: 30px;
	background-image: none;
}

.dropDownBox ul li a
{
	display: block;
	padding: 5px 17px;
	width: 381px;
	border-left: 1px solid #ccc;
	text-decoration: none;
	color: #000;
}

.dropDownBox ul li a:hover
{
	background-color: #eee;	
}
.dropDownBox ul li ul li a
{
   display: inline;
   padding: 0;
   width: auto;
   border: none;
   color: #cc0000;    
}

.dropDownBox ul li ul li a:hover
{
   text-decoration: underline;
   background-color: transparent;
}
.wrapper500 .action
{
	width: 50px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
}
a.btn1 {
	display:block;
	color:#FFF;
	text-decoration:none;
	background:url(../../images/nextBtn.png) top left no-repeat;
	font-weight:bold;
	font-size:13px;
	width:44px;
	height:32px;
}
#mainSearch a.btn1 {
	margin-left:6px;
}
a.btn2 {
	color:#FFF;
	padding:7px 7px 6px 7px;
	background:#cc0000;
	text-decoration:none;
	font-weight:bold;
}
a.btn2:hover {
	text-decoration:none;
}
.btn2Container {
	padding:20px 0;
}
.breadCrumbs
{
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 12px;
}

.breadCrumbs span
{
	display: inline-block;
	padding-bottom: 8px;
}

.breadCrumbs span.active
{
	background: url(../../images/breadcrumb_arrow.png) bottom center no-repeat;
}

.breadCrumbs a
{
	color: #cc0000;
	text-decoration: none;
}

.breadCrumbs a:hover
{
	text-decoration: underline;
}

.instructions
{
	padding-bottom: 10px;
		
}
.instructions_cart {
	padding-left: 26px;
	font-size:18px;
	background:url(../../images/shoppingCart.png) top left no-repeat;
	padding-bottom:15px;
}

.mainHeader
{
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;	
}

.accountHeader
{
	font-size: 14px;
	font-weight: bold;	
	float: left;
	width: 250px;
	padding: 20px 0;
}

.accountHeaderRight
{
	padding:20px 0;
	float: right;
	width: 218px;
}

.billingNoPrice
{
	
}

/*
#mainSearch p {
	font-size:14px;
	clear:both;
}
#mainSearch #searchDropDown {
	height:35px;
}
#mainSearch #dropDown {
	width:420px;
	float:left;
}
#mainSearch #btnGo {
	width:40px;
	float:left;
}*/


#mainSearch .col1 {
	width:197px; /* was 192 */
	float:left;
}
#mainSearch .col1 select {
	width:179px;
	height:202px;
}
#mainSearch .col2 {
	width:44px; /* was 34 */
	float:left;
}
#mainSearch .col2 a.add {
	display:block;
	width:30px;
	height:31px;
	background:url(../../images/btn_add.png) top left no-repeat;
}
#mainSearch .col3 {
	width:185px;
	float:left;
}
#mainSearch .col3 .countiesTextArea {
	width:179px;
	height:202px;
}
#mainSearch .col4 {
	width:40px;
	float:left;
}
input, select, textarea {margin-top:0;}

#content
{
	width: 600px;	
	margin: 0 auto;
	margin-top: 25px;
}
.pageTitle 
{
	margin-top: 20px;
	font-size:16px;
	padding-bottom:3px;
	border-bottom: solid 1px #cc0000;
}
#content .header
{
	font-size: 16px;
}

#content .body
{
	text-align: left;
}

.tempTop
{
	text-align: center;
}

.tempBody
{
	text-align: center;
	margin-top: 60px;
}

.tempFooter
{
	margin-top: 50px;
}

.txtEmailField
{
	border: solid 1px #cc0000;	
	font-size: 14px;
	font-weight: bold;
	color: #2e3436;
}

.tempError
{
	color: #cc0000;	
}

.cbList2 td
{
	width: 50%;
	vertical-align: top;
}

.cbList2 input
{
	clear:left;
	float: left;
}

.cbList2 label
{
   display: block;
   float: left;
   width: 550px;
   /*padding-top: 2px;*/
}

.cbList3 td
{
	width: 33%;
	vertical-align: top;
}

.cbList3 input
{
	clear:left;
	float: left;
}

.cbList3 label
{
   display: block;
   float: left;
   /*padding-top: 2px;*/
   width:150px;
}

.cbList4 td
{
	width: 25%;
	vertical-align: top;
}

.cbList4 input
{
	clear:left;
	float: left;
}

.cbList4 label
{
   display: block;
   float: left;
   /*padding-top: 2px;*/
}

.cbList5 td
{
	width: 20%;
	vertical-align: top;
}

.cbList5 input
{
	clear:left;
	float: left;
}

.cbList5 label
{
   display: block;
   float: left;
   /*padding-top: 2px;*/
}

.accordionHeader
{
	background:url(../../images/accordion_bg.gif) top left no-repeat #fff;
	width: 586px;
	height: 18px;
	border-right: solid 1px #cc0000;
	border-left: solid 1px #cc0000;
	color: #fff;
	margin-bottom: 10px;
	padding: 6px;
}

.accordionHeaderSelected
{
	background:url(../../images/accordionselected_bg.gif) top left no-repeat #fff;
	width: 586px;
	height: 18px;
	border-right: solid 1px #cc0000;
	border-left: solid 1px #cc0000;
	color: #fff;
	margin-bottom: 0px;
	padding: 6px;
}

.accordionContent
{
	background-color: #fff;
	width: 598px;
	border-right: solid 1px #cc0000;
	border-left: solid 1px #cc0000;
	border-bottom: solid 1px #cc0000;
	margin-bottom: 10px;
	
}


span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(../../images/checkbox.png) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
span.checkboxalt {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(../../images/checkbox2.png) no-repeat;
   display: block;
   clear: left;
   float: left;
 }
 
.checkAll
{
	padding-bottom: 10px;
}

.wrapper600 .selectContainer
{
	position: relative;
}

.wrapper600 .selectContainer .action
{
	width: 70px;
	height: 50px;
	position: absolute;
	left: 610px;
	z-index: 5;
}

.wrapper600 .content
{
	padding-top: 40px;	
}

.wrapper600 .content .header
{
	font-size: 18px;
}

.wrapper600 .content .body
{
	line-height: 20px;
}

#fileSelection
{
	padding-top: 5px;	
}

.cartContainer
{
	margin-top: 20px;
}

#cart
{
	
}

#cart .cartItem
{
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
}

#cart .first
{
	padding:0px 0 20px 0;
}

#cart .cartItem .left
{
	width: 500px;
	float: left;
}

#cart .cartItem .right
{
	width: 100px;
	float: left;
}

#cart .cartItem .left .row
{
	
}

#cart .cartItem .left .row .header
{
	width: 75px;
	float: left;
	
}

#cart .cartItem .left .row .item
{
	float: left;
}

#cart .cartItem .right .price
{
	
}

#cart .cartItem .left table {
	width:95%;
	border:1px solid #cc0000;
}
#cart .cartItem .left table td {
	padding:4px 10px 4px 4px;
	border-top:1px solid #cc0000;
}
#cart .cartItem .left table th {
	padding:4px 10px 4px 4px;
	text-align:left;
	color:#FFF;
	background:#cc0000;
}
#cart .cartItem .right .cartAction
{
	padding-top: 12px;
}

#cart .cartItem .right .cartAction a
{
	text-decoration: none;
	/*padding: 2px;*/
	/*background-color: #cc0000;*/
	color: #cc0000;
	font-size: 11px;
}

#cart .cartAlt
{
	
}

.geoList {
	padding:10px 0;
}
ul.varList  {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
}
ul.varList li {
	margin:5px 0 0 0;
	padding:0 0 0 10px;
	background:url(../../images/varListBullet.png) 0 6px no-repeat;
}

.geoList table {
	width: 95%;
	border:1px solid #cc0000;
}
.geoList table td {
	padding:4px 10px 4px 4px;
	border-top:1px solid #cc0000;
}
.geoList table th {
	padding:4px 10px 4px 4px;
	text-align:left;
	color:#FFF;
	background:#cc0000;
}


/* Account Order List */
#accountOrder
{
	
}

#accountOrder .orderItem
{
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 0;
	min-height:10px;
	height:auto !important;
	height:10px;
}

#accountOrder .first
{
	padding: 0 0 10px 0;	
}

#accountOrder .orderItem .left
{
	width: 400px;
	float: left;
}

#accountOrder .orderItem .right
{
	width: 170px;
	float: left;
	text-align: right;
}

#accountOrder .orderItem .left .row
{
	
}

#accountOrder .orderItem .left .row .header
{
	width: 75px;
	float: left;
}

#accountOrder .orderItem .left .row .item
{
	float: left;
}

#accountOrder .orderItem .right .status
{
	
}

#accountOrder .orderItem .right .orderAction
{
	padding-top: 12px;
}

#accountOrder .orderItem .right .orderAction a
{
	text-decoration: none;
	/*padding: 2px;*/
	/*background-color: #cc0000;*/
	color: #cc0000;
	font-size: 11px;
}

#accountOrder .orderAlt
{
	
}


.accountFooter {
	padding:20px 0;
}

/* Payment Page */
.billingReturnCustomer
{
	margin-bottom: 20px;
	border: 1px #ccc solid;
	padding: 5px;
}

.billingReturnCustomer .pnlHeader
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;	
}

.billingNewCustomer
{
	padding: 0 0 5px 5px;
	font-size: 13px;
	font-weight: bold;
}

.billingNewCustomer .pnlHeader
{
	font-size: 13px;
	font-weight: bold;	
	padding-bottom: 5px;
}

.billingBillingInfo
{
	padding-bottom: 5px;
}

.billingGeneralInfo
{
	margin-bottom: 20px;
	padding: 5px;
}
fieldset {
	margin-top:10px;
	padding:20px 20px 0 22px;
}
legend {
	color:#333;
	margin-left:-2px;
}
fieldset input,
fieldset select {
	background:#FFF !important;
}

/* Forms */
.formrow
{
	margin-bottom: 5px;
}

.formSpace
{
	height: 20px;
}

.formrow .formrowItem
{
	
}

.formrow .header
{
	
}

.formrow .input
{
	
}

.formrow .input input
{
	width: 530px;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 13px;
}

.formrow .input textarea
{
	width: 530px;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 13px;
}

.formrow .input input.small
{
	width: 100px;
}

.formrow .required
{
	font-size: 11px;
	color: #ff0000;	
}

.small
{
	font-size: 11px;
}

/**** TABBER ****/
#tabform
{
	width: 99%;
}

.tabberlive .tabbertabhide {
 display:none;
}

#tabform .tabber
{
}

#tabform .tabberlive 
{
 margin-top:1em;
}

#tabform ul.tabbernav
{
 margin: 0;
 padding: 3px 0;
 border-bottom: 1px solid #cc0000;
 font: bold 12px Arial, Helvetica, sans-serif;
}

#tabform ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

#tabform ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border: 1px solid #cc0000;
 border-bottom: none;
 background: #fff;
 text-decoration: none;
}

#tabform ul.tabbernav li a:link { color: #cc0000; }
#tabform ul.tabbernav li a:visited { color: #cc0000; }

#tabform ul.tabbernav li a:hover
{
 color: #cc0000;
 background: #fff;
 border-color: #cc0000;
}

#tabform ul.tabbernav li.tabberactive a
{
 background-color: #cc0000;
 border-bottom: 1px solid #cc0000;
 color:#fff;
}

#tabform ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: #cc0000;
 border-bottom: 1px solid #cc0000;
}

#tabform .tabberlive .tabbertab 
{
 padding:20px 10px;
 border:1px solid #cc0000;
 border-top:0;	
}

/* Error Lister */
.errorLister
{
	border: solid 1px #ff0000;
	/*background-color: #ffdddd;*/
	width: 590px;
	padding: 10px 0 10px 5px;
	margin-bottom: 20px;
}

.errorListerSmall
{
	border: solid 1px #ff0000;
	/*background-color: #ffdddd;*/
	width: 300px;
	padding: 10px 0 10px 5px;
	margin-bottom: 20px;
}

.errorLister .header
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.errorLister .errorItem
{
	height: 20px;
}
#login {
	padding-top:50px;
	padding-left:120px;
}
#login .row {
	clear:both;
	padding:0;
	height:35px;
}
#login .row .left {
	width:100px;
	float:left;
	padding-right:10px;
	text-align:right;
	padding-top:3px;
}
#login .row .right {
	width:340px;
	float:left;
}

#login .row .right input {
	background:#FFF !important;
	border:1px solid #bbb;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:3px;
}
#login .row .right input:hover {
	border:1px solid #cc0000;
}

#login .row .right input[type="password"] {
	background:#FFF !important;
	border:1px solid #bbb;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	padding:3px;
}
#login .row .right input[type="password"]:hover {
	border:1px solid #cc0000;
}

#login a {
	color:#FFF;
	padding:7px 7px 6px 7px;
	background:#cc0000;
	text-decoration:none;
	font-weight:bold;
}
#login a:hover {
	text-decoration:none;
}


.pricingPage fieldset {
	margin-top:10px;
	padding:20px 20px 20px 22px;
}

#contact
{
	margin-top: 20px;
	padding-left: 10px;
}

#loginContainer
{
	margin-top: 20px;
}

#geography
{
	
}

#geography .left
{
	float: left;
	width: 260px;
}

#geography .right
{
	float: right;
	width: 260px;
	padding-bottom: 15px;
}

.toolTip
{
position:absolute;
display:none;
/*The attributes below make it look pretty*/
width:130px;
padding:5px;
border:1px solid #cccccc;
background-color:#eeeeee;
font: 12px Arial, Helvetica, sans-serif;
}



table.cbList2 td div.item {
	position:relative;
}

table.cbList2 td label span.toolTip {
	z-index:999 !important;
	top:17px;
	left:0;
	width:500px;
}


#progressBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage { 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #cc0000;
    text-align: center;
}

.popupBackgroundFilter {
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=70); 
    opacity:0.7; 
    z-index:1000; 
}

.popupMessage2 { 
    position:fixed; 
    /*top:30%; 
    left:39%;*/
    top: auto;
    left: auto;
    padding:10px; 
    width:450px; 
    height: 400px;
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #cc0000;
    text-align: left;
}

.popupMessage
{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index:1001;
	width: 450px;
	height: 350px;
	margin-top: -175px;
	margin-left: -225px;
	background-color:#fff;
    border:solid 1px #cc0000;
    text-align: left;
}

.popupMessage .varTitle
{
	font-weight: bold;
	padding: 5px 0 0 5px;
	width: 430px;
}

.popupMessage .varDescription
{
	margin-top: 15px;
	height: 300px;
	overflow: auto;
	padding-left: 5px;
}

.closeMessage
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 3px 3px 3px;
	border-bottom: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
}

.closeMessage a
{
	color: #cc0000;	
}

.compareData
{
	margin: 0 10px 0 10px;	
}

.compareData .table_col1_header
{
	border-top: solid 1px #cc0000;
	border-left: solid 1px #cc0000;
	border-right: solid 1px #cc0000;
	background-color: #cc0000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	height: 25px;
	width: 260px;
}

.compareData .table_col2_header
{
	width: 60px;	
}

.compareData .table_col3_header
{
	border-top: solid 1px #cc0000;
	border-left: solid 1px #cc0000;
	border-right: solid 1px #cc0000;
	background-color: #cc0000;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 25px;
	width: 260px;
}

.compareData .table_col1
{
	border-bottom: solid 1px #cc0000;
	border-left: solid 1px #cc0000;
	border-right: solid 1px #cc0000;
	padding: 6px;
	vertical-align: top;
	width: 260px;
}

.compareData .table_col2
{
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.compareData .table_col3
{
	border-bottom: solid 1px #cc0000;
	border-left: solid 1px #cc0000;
	border-right: solid 1px #cc0000;
	padding: 6px;
	width: 260px;
	vertical-align: top;
}

.compareData .dataTarget
{
	color: #cc0000;
}

.compareData .col_center
{
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

#loginContainer .forgotPassword
{
	padding-left: 230px;
}

.forgotPassword a
{
	color: #cc0000;
	text-decoration: none;
}

.forgotPassword a:hover
{
	text-decoration: underline;
}

.orderHeaderRight
{
	text-align: right;
	padding-bottom: 10px;
}