/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
SPAN.productInfoSmall{font-family:Verdana,Arial,sans-serif;font-size:10px;color:#000000;}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

ul.sitemap {
color: #ff0000;
}
li.sitemap {
	color: #99FF00;
}
a.sitemap	{
						color:#7B7B7B;
						font-size:11px;
						text-decoration:underline;
						}
a:hover.sitemap	{
						color:#7B7B7B;
						font-size:11px;
						text-decoration:none;
						}
b.sitemap	{
						color:#7F888C;
						font-size:10px;
						}	

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: c95b00;
	font-weight : bold;
}

A.headerNavigation {
	color: c95b00;
}

A.headerNavigation:hover {
	color: #FF8A2B;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.infoBox {
	background-color: #FFFFFF;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: c95b00;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background-color: #FFFFFF;
	background-image: url(images/form_hline.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 5px;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background-image: url(images/form_hline.gif);
	background-repeat: repeat-x;
	background-position: center top;
    border-spacing: 3px;
}

TABLE.productListing {
	border-spacing: 1px;
	background-image: url(images/form_hline.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #EAECD9;
	font-weight: bold;
	background-image: url(images/prod_m_bg.gif);
	background-repeat: repeat-x;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
	color: #663366;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

body	{
						margin:0px;
						padding:0px;
						font-family:Tahoma;
						}
td {
						vertical-align:top;
						font-size:11px;
						line-height:13px;
						font-family:Tahoma;
						color:#58646A;
						}
strong a	{
						color:#58646A;
						text-decoration:underline;
						}
strong a:hover	{
						color:#58646A;
						text-decoration:none;
						}													
img {
						border:0;
						}											
/*--------------------------------------------------   ul, em, i, form	 ---------------------*/						
ul {
	list-style-type:circle;
	margin:0px;
	padding:0px;
						}	
em, i {
						font-style:normal;
						}						
form {
						padding:0px;
						margin:0px;
						}						
/*----------------------------------------------------   a	 ---------------------*/						
a	{
						color:#7B7B7B;
						font-size:11px;
						text-decoration:underline;
						}
a:hover	{
						color:#7B7B7B;
						font-size:11px;
						text-decoration:none;
						}
b	{
						color:#7F888C;
						font-size:10px;
						}	
h1, h2	{
						text-transform:uppercase;
						font-size:14px;
						color:#454C51;
						padding:16px 0px 0px 8px;
						margin:0px 0px 0px 0px;
						font-family:Arial, Helvetica, sans-serif;
						}
h1	{
						padding:16px 0px 0px 8px;
						}		
h2	{
						padding:12px 0px 0px 0px;
						}										
h1 span, h2 span	{
						color:#C95B00;
						}	
span	{
						color:EAECD9;
						}	
em {
						color:#CD3500;
						font-size:14px;
						}
em b {
						color:#CD3500;
						font-size:14px;
						font-weight:bold;
						}	
strong	{
						color:#58646A;
						}																																					
/*----------------------------------------------------   input, textarea	 ---------------------*/						
input[type="text"], textarea {
						width:100px;
						background-color:#ffffff;
						border:1px solid #818181;
						font-family:Tahoma;
						font-size:10px;
						color:#777E85;
						line-height:10px;
						padding-left:4px;
						padding-right:2px;
						}												
.input_1	{
						height:15px;
						width:30px;
						padding-top:0px;
						margin:0px 0px 0px 0px;
						}
.input_2	{
						height:14px;
						width:14px;
						margin:0px 0px 0px 0px;
						padding:0px 0px 0px 0px;
						}						
.textarea_1	{
						height:90px;
						margin:0px 0px 0px 0px;
						overflow:hidden;
						}	
select	{
						height:20px;
						color:#58646A;
						font-size:11px;
						padding-left:5px;
						margin:0;
						}	
.select_form	{
						width:119px;
						}												
/*-----------------------------------------------------   bg_talling	 ---------------------*/
.bg_main	{
						background-image: url(images/bg_left.gif);
						background-position: left top;
						background-repeat: repeat;
						}																	
.bg_left	{
						background-image: url(images/bg_left.gif);
						background-position: right top;
						background-repeat: repeat;
						}
.bg_right	{
						background-image: url(images/bg_right.gif);
						background-position: left top;
						background-repeat: repeat;
						}
					
/*-----------------------------------------------------  	li	 	---------------------*/
li	{
						background-image: url(images/categ_bg_point.gif);
						background-position: 0px 20px;
						background-repeat: repeat-x;
						font-size:11px;
						margin:0px 0px 0px 0px; 
						padding:0px 0px 0px 0px;
						line-height:20px;
						height:22px;
						color:#58646A;
						width:174px;
						}
li a	{
						color:#58646A;
						font-size:11px;
						text-decoration:none;
						}
li a:hover	{
						color:#58646A;
						font-size:11px;
						text-decoration:underline;
						}						
/*------------------------------------------------------- footer	 ---------------------*/
.footer 	{
						color:#616561;
						font-size:10px;
						font-weight:bold;
						line-height:18px;
						padding-top:20px;
						}	
.footer a	{
						color:#616561;
						font-size:10px;
						text-decoration:none;
						font-weight:bold;
						}
.footer a:hover	{
						color:#616561;
						font-size:10px;
						text-decoration:underline;
						font-weight:bold;
						}
.footer span	{
						font-weight:normal;
						color:#616561;
						}						
/*-----------------------------------------------------    head   ---------------------*/						
.head b	{
						color:#7D8589;
						font-size:10px;
						}	
.head strong	{
						color:#DD7622;
						font-size:10px;
						}
.head a	{
						color:#7D868B;
						font-size:10px;
						text-decoration:underline;
						font-weight:bold;
						}
.head a:hover	{
						color:#7D868B;
						font-size:10px;
						text-decoration:none;
						font-weight:bold;
						}	
/*-----------------------------------------------------    popup   ---------------------*/
.popup	td {
						color:#363636;
						font-size:11px;
						line-height:14px;
						}							
.popup	b {
						color:#202020;
						font-size:13px;
						}
.popup	strong {
						color:#202020;
						font-size:12px;
						}
.popup span a	{
						color:#CD3500;
						font-size:11px;
						text-decoration:none;
						}
.popup span a:hover	{
						color:#CD3500;
						font-size:11px;
						text-decoration:underline;
						}						
.popup a	{
						color:#202020;
						font-size:11px;
						text-decoration:none;
						}
.popup a:hover	{
						color:#202020;
						font-size:11px;
						text-decoration:underline;
						}																																										

.ss1 a{
  color:#EAECD9;
	text-decoration:none;
}

.ss1 a:hover {
	text-decoration:none;
  color:#EAECD9;
}

.ss2, .ss2 * {
	color:#CD3500;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.inp1 input {
  border:1px solid #7F9DB9;
	width:130px;
	height:18px;
}




/* New ---------------------------------------------------------------------------------------- */




.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}
/* Globat Styles */
.globat_errors {
	padding:10px 0 10px 0;
	color:red;
	font-weight:bold
}
.globat_banners {
	position:relative;
	padding:20px
}
.globat_banners .left {
	display:block;
	position:absolute;
	top:78px !important;top:76px; 
	left:76px !important;left:20px;
}
.globat_banners .right {
	display:block;
	position:absolute;
	top:78px !important;top:76px; 
	left:416px !important;left:366px;
}

/*------------start-----------------*/
div.wrap {
	clear: both;	
}
#headerpromo div.container1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 20px 0 5px 388px;	

}
#headerpromo #internet { background:url(../images/header-image-landing-internet2.jpg) no-repeat top left; }
#headerpromo { color: #fff; }
#headerpromo p.title {
	font-size: 200%;
	font-weight: bold;
	padding-left:20px;
	margin: 0;
}
#headerpromo img {
	margin-left:25px;
}

#headerpromo p.tagline {
	padding-left: 25px;
	color: #fff;
	font-family:Tahoma;	
	font-size: 11px;
	font-weight: bold;
	padding-top:10px;

}
#headerpromo p.list {
	padding-top:8px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 1px;
}
#headerpromo ul {
    background:url(../images/background_list.jpg) no-repeat; 
	padding:0;
	height:114px;
	margin: 0 23px 15px;
	list-style-type:none;
}
#headerpromo li {
	background: url(../images/headerpromo_marker.jpg) no-repeat left center;
	margin: 0 10px 1px;
	padding-left: 20px;
	font-size:11px;
	font-family:Tahoma;
}
.h_l{
background-image:url(../images/h_l.gif);
background-repeat:repeat-x;
height:6px;
}
div.wrap {
	clear: both;	
}
div.container {
	background-color: #fff;
	margin: 0 auto;
	width: 910px;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 0px;
}
ul { list-style: none; margin: 0; padding: 0; }
p, ul, h1, h2, h3, h4, h5, h6 { margin-top: 0; }
p { font-size: 110%; }
a img { border: none; }
/* Action Buttons
---------------------------------------------------------------------------------------- */
a.buttonblue { background: #4077ac url(../images/button-action-blue.gif); }
a.action {
	background-repeat: no-repeat;
	color: #fff !important;
	display: block;
	font-size: 100%;
	font-weight: bold;
	height: 21px;
	line-height: 22px;
	overflow: hidden;
	padding-right: 21px;
	text-decoration: none;
	text-transform: uppercase;
}
a.action:hover { background-color: #ff7200; }
a.getstarted {
	background-position: 138px 0px;
	font-size: 110%;
	line-height: 21px;
	text-align: center;
	width: 138px;
}
a.getstarted:hover { background-position: 138px -21px; }
/* Dynamic Windows
---------------------------------------------------------------------------------------- */
.dynwindow {
	background-color: #fff;
	border: 1px solid #adbdc4;
	position: absolute;
	visibility: hidden;
	z-index: 50;
}
.dynwindow h3 { font-size: 120%; margin: 0 0 2px; }
.dynwindow p.close { margin: 0; text-align: right; }
.dynwindow p.close a { color: #a6a6a6 !important; text-decoration: none !important; }
.dynwindow p.close a:hover { color: #000 !important; }
.dynwindow p.close a strong { font-size: 110%; }


/* Links in Main Content Areas
---------------------------------------------------------------------------------------- */
#bodywrap a { color:#3f89c3; text-decoration:underline;}
#bodywrap a:hover { text-decoration: none; }
#bodywrap h1{
    color:#3f89c3;
	font-size: 13px;
	font-weight: bold;
	font-family:Tahoma;
    padding-top:15px;
}
/*-----------------*/
/* Primary Page Content
---------------------------------------------------------------------------------------- */
.inner .innercontent { padding: 20px 17px 0 20px; }
.innercontent h1 {
	color: #009ddd;
	font-size: 13px;
	font-weight: bold;
	font-family:Tahoma;
	margin: 0 0 15px;
}

.innercontent{
	border-bottom:1px solid #80b1d7;
	border-top:1px solid #80b1d7;
	font-family:Tahoma;
}
.innercontent h1 span {
	background: url(../images/bullet-arrow-grey.gif) no-repeat right center;
	color: #004990;
	padding-right: 11px;
}
.innercontent h2 {
	color: #2b4759;
	font-size: 160%;
	margin: 0 0 10px;
}
.innercontent p { margin: 0 0 10px; color:#5a5a5a;}
/* Plan Details - International (Also used on Internet landing page)
---------------------------------------------------------------------------------------- */
div.international { padding-bottom: 100px !important; }
ul#choose-country { font-size: 110%; }
ul#choose-country li,
div.active-country ul.title li {
	background-color: #fff;
	background-position: 230px 2px;
	background-repeat: no-repeat;
	border: 1px solid #adbdc4;
	display: block;
	height: 20px;
	margin: 0 0 4px;
	padding: 0;
	width: 263px;
}
ul#choose-country li#canada, #rates-canada ul.title li { background-image: url(../images/icon-flag-canada.gif); }
ul#choose-country li#uk, #rates-uk ul.title li { background-image: url(../images/icon-flag-uk.gif); }
ul#choose-country li#europe, #rates-europe ul.title li { background-image: url(../images/icon-flag-europe.gif); }
ul#choose-country li#world, #rates-world ul.title li { background-image: url(../images/icon-flag-world.gif); }
ul#choose-country li a,
div.active-country ul.title li a {
	background: url(../images/bullet-arrow-orange.gif) no-repeat 10px 8px;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 3px 0 25px;
	text-decoration: underline;
	width: 235px;
}
ul#choose-country li a:hover { text-decoration: none; }
div.active-country { width: 263px; }
div.active-country ul { font-size: 110%; }
div.active-country ul.title li { background-color: #e4edf1; border: none; }
div.active-country ul.title li a {
	background: url(../images/bullet-arrow-blue-down.gif) no-repeat 10px 7px;
	color: #000 !important;
	font-weight: bold;
	text-decoration: none !important;
}
div.active-country ul.features { margin-left: 10px; }
div.active-country ul.features li { background-position: 0px 4px; }
div.active-country a.infolink { font-size: 90%; }
div.active-country a.action { float: right; margin: 0 10px 10px 0; }
#inc-fee {
	font-size: 100%;
	padding: 5px 10px 0;
	width: 240px;
	z-index: 100;
}
#inc-fee h3 { font-size: 110%; }

/*---------------------*/
/* Main Content Area
---------------------------------------------------------------------------------------- */
  #bodywrap { /*background: #fff url(../images/bg-landing-content.gif) repeat-y top center; */ font: normal 10px Arial, Helvetica, sans-serif;
  color:#000000;
  width:780px;}
  #bodywrap .container { background-color: transparent; background-image: none !important;
  width:780px;}
 /* .innerwrap { background-color: transparent; padding: 0; width: 750px; }*/
  .innercontent {
	float: left;
	padding:10px 0 0 0;
	/*padding: 20px 20px 10px;*/
	width: 486px;
}
  h1 {
	color: #2b4759;
	margin: 0 0 10px;
}


/* Retail Merchant Account
---------------------------------------------------------------------------------------- */
  ul.details {
	font-size: 110%;
	margin: 0 0 0px;
}
  ul.details li {
	background: url(../images/details_marker.jpg) no-repeat left center;
	margin: 0 0 5px 5px;
	color:#5a5a5a;
	padding-top:3px;
	padding-left: 15px;
}
/* Internet Merchant Account
---------------------------------------------------------------------------------------- */
  div.internetbox { float: left; width: 233px; }
  div#us { margin-right: 19px; }
  div.internetbox h2 {
	background: #009cdc url(../images/landing-title-corner.gif) no-repeat top right;
	color: #fff;
	display: block;
	font-size: 140%;
	line-height: 30px;
	padding-left: 10px;
}
  div.internetbox p { padding: 0 10px; }
  div.internetbox ul.details { margin: 0 0 15px; padding: 0 10px; }
  div.internetbox a.action {
	background-position: 122px 0px;
	float: right;
	font-size: 120%;
	width: 112px;
}
  div.internetbox a.action:hover { background-position: 122px -21px; }
  div#us div.dynwindow { padding: 0 10px 5px; }
  div#us div.dynwindow h3 { font-size: 110%; }
  div.internetbox div.dynwindow p { padding: 0; }
  #allinone, #authorizenet, #payquakenet { width: 300px; }
  ul#choose-country li,
  div.active-country ul.title li { background-position: 200px 2px; width: 231px; }
  ul#choose-country li a,
  div.active-country ul.title li a { width: 203px; }
  div.active-country { width: 231px; }
  div.active-country a.action { float: right; margin: 0 10px 10px 0; }

div.simpletext {
	 padding:10px 0 0 10px;
}
div.simpletext .inner{ 
	padding:10px 0 5px 22px;
}
div.simpletext .inner .special{ 
	background:#EDF5FB;
	position:relative;
	padding:0;
	margin:0 0 10px 0;
	width:300px;
}
div.simpletext .inner .special p{
	padding:7px;
}
div.simpletext .inner p{ 
	padding:3px;
	margin:0;
	font-size:11px;
}
div.simpletext .radio {
	position:absolute;top:28px; left:270px;
}
div.simpletext  .inner .spec-info {
	font-size:10px;
	margin-top:25px !important;
	margin-top:-5px;
}
div.simpletext  form {
	margin:0;
	padding:0;
}
/* Christmas Promo */
.christmas_buttons {
	text-align:center;
	border-top:1px solid #3F89C3;
	padding:20px 0;
}
h3.christmas {
	border-bottom:1px solid #3F89C3;
	color:3F89C3;
	padding-left:40px;
	padding-bottom:7px;
	margin:20px 0;
	font-size:11px;
 }
.christmas_list li {
	background:url('/images/snowflake.gif') no-repeat;
	margin:10px;
	padding-left:30px;
	padding-bottom:10px;
	list-style-type:none;
}
.christmas_list span {
	color:#BC0809;
	font-weight:bold;
}

/*------------- dfpg section --------------------*/
.float_l {
	float:left;
}
.float_r {
	float:right;
}
.clearing {
	clear:both;
}
.dfpg_t, .dfpg_b {
	position:relative;
	height:6px;
}
.dfpg_t {
	background:url('/images/dfpg/dfpg_t.gif') repeat-x;
}
.dfpg_b {
	background:url('/images/dfpg/dfpg_b.gif') repeat-x;
}
.dfpg_corner_l {
	position:absolute;left:0;
}
.dfpg_corner_r {
	position:absolute;right:0;
}
.dfpg_content {
	padding:0 2px;
	border-left: 1px solid #E0D2A8;
	border-right: 1px solid #E0D2A8;
	font-size:13px;
	color:#000;
}
.dfpg_head h1 {
	color:#fff;
	font-size: 24px;
	line-height: 20px;
}
.dfpg_head {
	background:#DD1313;
	padding:15px 20px;
	color:#fff;
	height:45px;
}
.dfpg_main {
	background:url('/images/dfpg/dfpg_bg.gif');
}
.dfpg_main_grad {
	background:url('/images/dfpg/dfpg_bg_gr.gif') repeat-x;
	padding: 20px 40px;
}
.dfpg_list li{
	background: url('/images/dfpg/dfpg_arrow.gif') no-repeat;
	padding:0 0 20px 35px;
}
.dfpg_main_grad a {
	color:#3e86c0;
	text-decoration:underline;
	font-weight:bold;
}
.dfpg_box_r {
	background:url('/images/dfpg/dfpg_box_r.gif') no-repeat top right;
	padding-right:6px;
}
.dfpg_box_l {
	background:url('/images/dfpg/dfpg_box_l.gif') no-repeat top left;
	margin: 0 35px;
	padding-left:6px;
}
.dfpg_box_bg {
	background:url('/images/dfpg/dfpg_box_bg.gif') repeat-x;
	height:116px;
	padding:15px 20px;
}
.dfpg_box_bg h2 {
	margin-bottom:5px;
	padding-bottom:5px;
	color: #3e86c0;
	border-bottom: 1px dotted #000;
}

div.main_popupper{
	position:absolute; 
	float:right;
	display:block;
	clear:both;
	background-color:white; 
	border:1px solid #818181;
 	z-index:100;
}

.multiselectC {
	font-size:9px;
	padding-left:4px;
	padding-bottom:4px;
	color:#666666;
}
