body  {
	background: #FDFDAD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
}
blockquote {
  background: transparent url(../images/quoleft.png) left top no-repeat;
	margin: 0 50px 38px 28px;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(../images/quoright.png) right bottom no-repeat;
  font-style: italic;
}

#cartdisplay {
	background-color: #FDFDAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: x-small;
	padding-top: 10px;
        padding-bottom: 0;
	font-weight: bold;
	width: 845px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cartdisplay a:visited {
  color: #f60;
  text-decoration: none;
}
#container  {
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header  {
	background-image: url(/new/images-common/sendaduck-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 216px;
} 
#header p, #header #jsddm {
	position: relative;
	top: 120px;
	left: 210px;
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#btn-search{
	background: url("http://dragtracker.com/imgs/btn-search.gif") top left no-repeat;
	width: 17px;
	height: 17px;
	top: 2px;
 position: absolute;
	right: 16px;
	border: none;
}
.duckbox3 input {
	font-size: 11px;
	padding: 1px;
	margin-top: 5px;
	margin-left: 10px;
	background: #fff url("http://dragtracker.com/imgs/bg-search.gif") center right no-repeat;
}
.duckbox3 {
  width: 200px;
  margin-top: 20px;
  padding-bottom: 15px;
}
.duckbox1 {
	width: 200px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/new/images-common/left-panel-bottom-ducks.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 60px;
}
.duckbox1 h3, .duckbox2 h3, .duckbox3 h3 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FD8402;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: -10px;
	margin-top: -5px;
}
.duckbox1 p, .duckbox2 p, .duckbox3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-right: 10px;
	padding-left: 20px;
}
.duckbox2 {
	width: 200px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(/new/images-common/left-panel-bottom-duck.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

.duckbox2 a, .duckbox1 a { color: #00f; }
#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent  {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#wideContent {
        margin: 0 0 0 20px;
        padding: 0 20px;
}
 
#mainContent h1 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}
#mainContent h2, #wideContent h2 {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #605CA8;
}
#mainContent a:visited {
  color: #00f;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	line-height: 1.5em;
}

#footer  {
	padding: 0;
	background-color: #FDFDAD;
	background-image: url(/new/images-common/wrapper-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF6600;
}
#footer a:visited, .rsList a:visited {
  color: #00f;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

fieldset {
  border: none;
  padding: 0;
}
fieldset div {
  margin-bottom: 4px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
fieldset label {
  float: left;
/*  width: 11.0em; */
  width: 9.0em; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
.checkout fieldset label {
  width: 8.5em;
  }
legend {
    display: none;
}
.checkout-bar {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 550px;
}
fieldset div .reqd {
  background: url(/images/required.gif) top right no-repeat;
  padding-right: 12px;
  height: 2em;
}
.yui-toolbar-container fieldset div span {
  background: none;
}
.rsList li {
  list-style: url(/images/ducky-bullet.gif);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  padding-bottom: 3px;
}
.rsList li div {
  padding-bottom: 15px;
}
.reason {
  line-height: 1.35em;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
.reason-grey {
  line-height: 1.35em;
  display: block;
  background-color: #EFEFEF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
.validation-advice {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 5px 0;
  padding: 5px;
  background-color: #FF3300;
  color : #FFF;
  font-weight: bold;
}
hr {
  color: #70CFF0;
  border: 1px solid #70CFF0;
}
.summary-cell {
  background-color: #605CA8;
  color: #fff;
  font-weight: bold;
}
.duck-prods {
  padding: 0;
  margin: 0;
}
.duck-prods ul {
  padding: 0;
  margin: 0;
}
.duck-cards {
  padding: 0;
  margin: 0;
  width: 540px;
}
.duck-cards li, .duck-prods li {
  list-style: none;
  padding: 0 0px 10px 0px;
  margin: 0;
  display: inline;
}
.duck-cards li img, .duck-prods li img {
  border: 1px solid #ccccff;
}
/* FLOATER */
#trailimageid {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
width: 410px;
height: 1px;
z-index: 1000;
}

.show-print {
  display: none;
}

#prfooter {
  display: none;
}

#comparison .th {
  background-color: #605CA8;
  color: #fff;
}
#comparison {
  border: 1px solid #605ca8;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

 #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar
{
	padding: 0 0 10px 0;
	margin-left: 20px;
        float: left;
	width: 220px;
	}

#sidebar form {
	margin: 0;
	}

#mainContent .ducktable {
          background-image: url(/new/images-common/table.gif);
          background-repeat: no-repeat;
          background-position: left top;
          height: 210px;
}

#mainContent .ducktable table {
          width: 380px;
          margin-top: 25px;
          margin-left: 15px;
}

#mainContent .ducktable th {
          font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
          color: #6600CC;
          letter-spacing: 1px;
          text-align: right;
          padding: 5px;
  font-size: 16px;

}

#mainContent .ducktable td {
          color: #6600CC;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: small;
          padding: 3px;
          border-bottom-width: 1px;
          border-bottom-style: solid;
          border-bottom-color: #FFFFFF;

}
#jsddm {	margin: 0;	padding: 0}
#jsddm li {	float: left; list-style: none }
#jsddm li a {	display: block;	padding: 0 8px;	text-decoration: none; white-space: nowrap}
#jsddm li ul { margin: 0; padding: 0; position: absolute; visibility: hidden}	
#jsddm li ul li {	float: none; display: inline}
#jsddm li ul li a { width: auto; background: #FD8402}
#jsddm li ul li a:hover { background: #605CA8}
