/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body { color: #000; background-color: #ffffff; font-family: arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; text-align: left; margin: 0;
 ;padding: 0; }
p {
     margin: 5px 0px 7px 0px;
     }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }
legend {
     display: none;
}



fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
     border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 16px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #006699;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
     width: 950px;
     padding: 0;
     margin: auto;
     }

#skin_wrapper_full {
     width: 100%;
     padding: 0px;
     margin: 0px;
     background-image: url('/images/ccp-media/header.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_ct {
     width: 100%;
     padding: 0px;
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     }

#skin_ct_lcol_head {
     padding: 10px;
     margin: 0px;
     width: 160px;
     height: 80px;
     }

#skin_ct_rcol_head {
     padding: 10px;
     margin: 0px;
     height: 80px;
     text-align: right;
     }

#skin_ct_lcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     text-align: left;
     }

#skin_ct_mcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     line-height: 150%;
     }

#skin_ct_rcol {
     padding: 20px 10px 10px 10px;
     margin: 0px;
     vertical-align: top;
     width: 160px;
     }

#skin_footer {
     color: #FFFFFF;
     background-color: #006699;
     padding: 50px 10px 10px 10px;
     margin: 0px;
     text-align: center;
     background-image: url('/images/ccp-media/footer.png');
     background-repeat: repeat-x;
     background-position:  top left;
     }

#skin_pgtitle {
     font-size: 16px;
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: bold;
     border-bottom: 1px solid #999999;
     }

#skin_content {
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavh {
     color: #59A325;
     padding: 3px 0px 5px 0px;
     margin: 0px;
     border-bottom: 1px dotted #999999;
     font-weight: bold;
     font-size: 14px;
     }

.skin_fenav ul {
     padding: 0px;
     margin: 0px 0px 10px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
     padding: 0px;
     list-style: none;
     }

.skin_fenav ul li a {
     color: #333333;
     font-weight: normal;
     display: block;
     text-decoration: none;
     padding: 6px 5px 6px 14px;
     background-image: url('/images/ccp-media/menu_bullet.png');
     background-repeat: no-repeat;
     background-position:  center left;
     border-bottom: 1px dotted #999999;
     }

.skin_fenav ul li a:hover {
     color: #333333;
     background-color: #DDDDDD;
     text-decoration: none;
     }

.skin_headacct {
     width: 100%;
     text-align: right;
     clear: both;
     }

.skin_fenavmini {
     padding: 7px;
     margin: 0px 0px 10px 0px;
     border-left: 1px dotted #999999;
     border-right: 1px dotted #999999;
     border-bottom: 1px dotted #999999;
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #ABABAB;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 0px 0px 30px;
     padding: 0px 0px 0px 10px;
     background-image: url('/images/ccp-media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     color: #ABABAB;
}

#skin_headacct a {
     color: #FFFFFF;
     text-decoration: none;
}

#skin_headacct a:hover {
     color: #FFFFFF;
     text-decoration: underline;
}

/* +------------------------------------------------------------+ */
/* | System Required Divs                                       | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 0px auto 10px auto;
     }

#printable {
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Messages                          | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #339933;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Fields                       | */
/* +------------------------------------------------------------+ */

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 11px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 11px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     font-size: 14px;
     }

table.formtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtable td {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Ghost Table Displays              | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | System Required Classes: Boxed Paragraphs                  | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Online Store Displays             | */
/* +------------------------------------------------------------+ */

.storehead {
     color: #59A325;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     font-size: 14px;
     }

.storelink { background-color: #dadada; margin: 5px 0; padding: 5px 0;
     bo
     }
.storelink p a { font-size: 10px; }
.storelink p { font-size: 10px; font-weight: normal; background-color: #dadada; margin: 0; padding-left: 10px; }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Category List Display Tables      | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 2px 0 0;
     vertical-align: top;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product List Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 1px 0 0;
     vertical-align: top;
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Product Detail Display Tables     | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_det {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     }

td.cptbl_det_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Price Displays                    | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #FC8E2F;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Shopping Cart Displays            | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Misc                              | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 11px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */
a:active, a:link, a:visited { color: #006a90; /*font-size: 13px;*/ text-decoration: none; background-color: inherit; font-weight: bold; }
a:hover { text-decoration: none;  background-color: inherit; font-weight: bold; }
a.headlink:hover { color: #000000 !important; font-size: 12px; font-family: inherit; font-weight: bold; text-decoration: none;  background-color: inherit;  }
a.headlink:visited, a.headlink:active, a.headlink:link { color: #FFFFFF; font-size: 12px; font-family: inherit; font-weight: bold; text-decoration: none;  background-color: inherit;  }
a.headlink08:visited, a.headlink08:active, a.headlink08:link { color: #ffffff; font-size: 12px; font-family: inherit; font-weight: bold; text-decoration: none; background-color: inherit; height: 30px; margin-top: 5px; padding-top: 5px; display: inline; }
a.headlink08:hover { color: #d69108; font-size: 12px; font-family: inherit; font-weight: bold; text-decoration: none; background-color: inherit; }
.print { color: #8d1a1b; font-size: 9px; font-weight: normal;  background-color: inherit;   }
ul.menulevel1 { padding: 0; margin: 0; list-style: none; }
.sidemenumsds { margin-left: 10px; padding-left: 14px; background-image: url(/images/nav/rightarrow.gif); background-repeat: no-repeat; background-position: 0 .2em;  }
.sidemenu { padding-left: 14px; padding-bottom: 0px; margin-bottom: 2px; background-image: url(/images/nav/rightarrow.gif); background-repeat: no-repeat; background-position: left; }
.sidemenusub { padding-left: 14px; padding-bottom: 0px; margin: 0px 2px 2px 4px; background-image: url(/images/nav/rightarrows.gif); background-repeat: no-repeat; background-position: inherit; }
.menulevel1 { font-size: 14px; }
.menulevel1 a { font-weight: normal !important; font-size: 14px; }
.sidemenu a:hover { color: #8D1A1B !important; font-size: 11px; font-weight: normal !important; background-color: inherit; }
.sidemenu a:active, .sidemenu a:link, .sidemenu a:visited { color: #000000; font-size: 14px; font-weight: normal !important; background-color: inherit; }
.sidemenusub a:hover { color: #000 !important; font-size: 13px; font-weight: normal !important; background-color: inherit; }
.sidemenusub a:visited, .sidemenusub a:active, .sidemenusub a:link { color: #006a90 !important; font-size: 12px; font-weight: normal !important; background-color: inherit; }
.sidemenumsds a:link, .sidemenumsds a:visited, .sidemenumsds a:active, .sidemenumsds a:hover { font-size: 13px; }
/* Bold Red Links */
a.boldred:hover { color: #FF0000; font-weight: bold; text-decoration: underline !important;  background-color: inherit; }
a.boldred:active, a.boldred:link, a.boldred:visited { color: #FF0000; font-weight: bold; text-decoration: none;  background-color: inherit; }
.boldred { color: #FF0000; font-weight: bold;  background-color: inherit; }
a.boldred:link, a.boldred:visited { color: #ff0000; font-weight: bold; text-decoration: underline;  background-color: inherit; }
a.boldredamazon:hover { text-decoration: underline !important; }
a.boldredamazon:active { text-decoration: underline; }
.boldredamazon { font-weight: bold; }
a.boldmaroon:active, a.boldmaroon:link, a.boldmaroon:visited { font-weight: bold; color: #8d1a1b;  background-color: inherit; }
a.boldmaroon:hover { font-weight: bold; color: #006A90;  background-color: inherit;  }
#satlinks { color: #999; }
#satlinks ul { text-align: center; }
#satlinks ul li { display: inline; }
#satlinks ul li a { color: #363636; }
#satlinks ul li a:hover { color: #7d0b0b; }
.folderlist { }
.folderlist li { background-image: url(/images/nav/doc11-sml2.gif); background-repeat: no-repeat; background-position: left center; display: block; }
.folderlist li a { font-weight: bold; padding-left: 25px; }
.arrowlist { padding-left: 40px; }
.arrowlist li { background-image: url(/images/nav/rightarrow.gif); background-repeat: no-repeat; background-position: left center; display: block; }
.arrowlist li a { padding-left: 20px; }

.copyrighttop { width: 940px; font-size: 10px; margin-top: 0; margin-bottom: 2px; padding-top: 10px; font-weight: bold; color: #323232; text-align: center;  background-color: inherit;  }
.copyrightbottom { width: 940px; font-size: 10px; color: #484848; margin-top: 2px; margin-bottom: 10px; text-align: center;  background-color: inherit;  }

<!--#footer { width: 931px; margin-top: 0; padding-top: 20px; border-top: 1px solid #aaa; }-->

.myfooter { width: 950px; height: 0px; margin: 0; margin-bottom: 4px; padding: 0; border-top: 1px solid #aaa; }


#rednav { background-image: url(/images/ccp-media/head_red_nav.jpg); background-repeat: repeat-x; text-align: center; width: 100%; height: 30px; }
#rednav ul{ text-align: center; vertical-align: middle; height: 30px; margin: 4px 0 0; padding: 4px 0 0; }
#rednav ul li{ margin: 4px 0 0; padding: 0 0 0; display: inline; }
#rednav ul li a{ color: #fff; font-weight: bold; margin-right: 0; margin-bottom: 0; margin-center: 10px; padding: 10px 10px 0 0; }
#rednav ul li a:hover{
color: white;
}

#rednavbottom { background-image: url(/header/head_red_nav.jpg); background-repeat: repeat-x; text-align: center; width: 100%; height: 30px;padding-bottom: 2px; }
#rednavbottom ul{ text-align: center; vertical-align: middle; height: 30px; margin: 4px 0 0; padding: 4px 0 0; }
#rednavbottom ul li{ margin: 4px 0 0; padding: 0 0 0; display: inline; }
#rednavbottom ul li a{ color: #fff; font-weight: bold; margin-right: 0; margin-bottom: 0; margin-left: 10px; padding: 10px 5px 0 0; }
#rednavbottom ul li a:hover{
color: white;
}

#leftnav { vertical-align: top; width: 173px; height: 100%; float: left; margin: 0; padding-right: 10px; border-right: 2px dotted #c8c8c8; }
#main { padding-bottom: 20px; }
#rightcontent { font-size: 14px; text-align: left; vertical-align: top; width: 750px; float: right; padding-left: 10px; }
.smalltext { font-size: 10px; }
.smallboldtext { font-size: 10px; font-weight: bold; }
.clearboth { clear: both; }
.product_preview { padding-bottom: 10px; border-bottom: 1px solid #630; }
.product_preview img { float: right; padding-right: 5px; padding-bottom: 5px; }
.product_preview_name { color: #630; font-size: 16px; font-weight: bold; }
.product_preview_date { color: #000; font-size: 12px; }
.pagecontent { width: 760px; }
.pagecontent2 { width: 938px; margin-top: 5px; }
.sectiontitle { color: #ae1101; font-size: 14px; font-weight: bold; text-align: center; }
.questionstitle { color: #ae1101; font-size: 15px; font-weight: bold; text-align: center; }
.buylinkboldred { color: #ae1101; font-size: 15px; display: inline; }
.amazonbuy { background-image: url(/images/banners/buy4__V46788147_.gif); background-repeat: no-repeat; background-position: 10px 5px; vertical-align: middle; width: 500px; height: 50px; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; padding-left: 125px; border-color: #900 #5a0303 #5a0303 #900; border-style: solid; border-width: 1px 2px 2px 1px; }
.feedback { background-color: #dcc497; margin-top: 15px; margin-bottom: 15px; padding-top: 15px; padding-bottom: 5px; border-color: #a64319 #000 #000 #a64319; border-style: solid; border-width: 1px 2px 2px 1px; }
.feedbacktext { color: #000; font-size: 12px; font-family: arial; margin-right: 5px; margin-left: 5px; padding-right: 5px; padding-left: 5px; }
.feedbacksig { color: #000; font-size: 12px; font-style: italic; text-align: right; padding-right: 20px; }
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{ background-repeat: repeat-x; background-attachment: scroll; background-position: center; vertical-align: middle; margin: 0; padding: 0; float: left; border-color: #564c66; border-style: none; }
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{ float: left; color: white; /*text color*/
padding: 5px 11px 0; text-decoration: none; vertical-align: middle; height: 27px; border-right: 1px solid #002e6f; /*dark purple divider between menu items*/
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{ color: white !important; background-image: url(/header/navhover.jpg); background-repeat: repeat-x; background-attachment: scroll; background-position: center; height: 25px; padding-top: 7px; }
.underline { width: 600px; border-bottom: 1px solid #1944ba; }
.toolking { border: solid 1px #1944ba; }
.navtitle { color: #7d0b0b; font-size: 14px; font-weight: bold; text-align: left; margin: 5px 0 0; padding: 10px 0 0; border-bottom: 1px solid #7d0b0b; }
.splash_main { background-image: url(/images/home/splash_10.jpg); background-repeat: no-repeat; width: 936px; height: 270px; margin: 0; padding: 0 0 100px; }
.splash_main2 { background-image: url(/images/home/09homebackground.jpg); background-repeat: no-repeat; margin: 0; padding: 0; width: 750px; height: 470px; }
#splashtable { width: 936px; margin: 0; padding: 0; border-style: none; border-width: 0; }
.splashtd { text-align: left; vertical-align: top; width: 285px; }
.splash_bottom { width: 936px; margin: 0; padding: 0; }
.introtext { font-size: 14px; width: 700px; height: 220px; margin: 0; padding-top: 30px; padding-left: 18px; border-color: #7d0b0b; border-width: 0; }
.introbullets { color: #7d0b0b; font-size: 14px; font-weight: bold; width: 450px; height: 220px; margin: 0; padding: 0 0 0 210px; border: 0 #000; }
.ulintrobullets { margin: 0; padding: 10px 0 0 30px; }
.switchcontent{ color: #630; padding-left: 10px; display:none;  background-color: inherit;  }
.copyright { color: #000; font-size: 10px; text-align: right; width: 90%; margin-right: auto; margin-left: auto; padding: 5px; }
#top_preview_google { padding-bottom: 10px; }
#left_google_ad { width: 350px; float: left; padding-bottom: 10px; }
#right_google_ad { top: 70%; width: 350px; z-index: 1000; clip: auto; float: right; padding: 500px 10px 10px; }
#bottomleft_amazon_ad { width: 350px; float: left; }
#bottomright_google_ad { width: 350px; float: right; }
.title { color: #bd1915; font-weight: bold; }
h1 { margin-top: 20px; color: #7d0b0b; font-size: large; background: transparent; }

.editorcopyright { margin: 40px 0px 5px 0px; padding: 3px; width: 96%; color: #323232; background-color: #FCF4DE; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; text-align: center;  border: 1px outset #FAEDC8;  }
/* Q & A */
.qaquestion { font-weight: bold; }
.moreqa { font-size: 16px; font-weight: bold; }
a.moreqalink:hover { color: #FF0000; font-size: inherit; font-weight: bold; text-decoration: underline;  background: transparent;  }
a.moreqalink:link, a.moreqalink:visited, a.moreqalink:active { color: #FF0000; font-size: inherit; font-weight: bold;  background: transparent;  }

/* Reviews */
.reviews { border: 1px solid #D68F6D; border-top-width: 0px; padding: 5px; width: 100%; margin-top: 0px; background: #FFFFF0; color: #8B4513; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; }
.reviewtitle { border: 1px solid #D68F6D; border-bottom-width: 0px; margin-bottom: 0px; padding: 5px; width: 100%; background: #F5DEB3; color: #8B4513; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: center; }
/* Moved to basic.css
 .editorcopyright { margin: 40px 0px 5px 0px; padding: 3px; width: 99%; color: #323232; background-color: #FCF4DE; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; text-align: center;  border: 1px outset #FAEDC8;  } 
 */
a.videoclip:link, a.videoclip:visited { font-size: 12px; }
.videoextra { color: #804000; font-size: 10px;  background: transparent;  }
a.videoextra:link, a.videoextra:visited { color: #FF0000; font-size: 10px; text-decoration: underline;  background: transparent;  }

/* Articles */
/* #pictureleft { float: left; margin: 5px 8px 5px 0px; padding: 5px; text-align: center; }
#pictureright { float: right; margin: 5px 0px 5px 5px; padding: 5px; text-align: center; }
p.caption { font-style: normal; font-size: 10px !important; text-indent: 0; text-align: justify; color: #8B4513;  margin: 3px 2px 2px 2px; } */
div.picturecenter { float: center; margin: 5px 8px 5px 0px; padding: 5px 5px 5px 0px; }
div.pictureleft { float: left; margin: 5px 8px 5px 0px; padding: 5px 5px 5px 0px; }
div.pictureleft p { text-align: justify; font-style: normal; font-size: 10px !important; color: #8B4513;  margin: 3px 2px 2px 2px; text-indent: 0; background-color: inherit; }
div.pictureright { float: right; margin: 5px 0px 5px 8px; padding: 5px 0px 5px 5px; }
div.pictureright p { text-align: justify; font-style: normal; font-size: 10px !important; color: #8B4513;  margin: 3px 2px 2px 2px; text-indent: 0;  background-color: inherit;  }
p.captioncenter { text-align: center !important; }

/* Form tables */
.formtable { border: 1px solid #D68F6D; background-color: #FAEDC8;  color: inherit;  }
.formcolor { background-color: #FCF4DE; color: inherit; }

/* Start CurrentPage Links */
#navigation { font-size: 10px !important;  font-family: Arial, Helvetica, sans-serif;  }
#navigation span { margin: 0; font-size: 10px !important; padding: 0px 3px 0px 3px; }
#navigation a { color: #006A90; padding: 0px 3px 0px 3px;  font-family: Arial, Helvetica, sans-serif !important; font-weight: bold; background-color: inherit; }
#navigation #currentpage a { color: #444444; text-decoration: none; font-weight: bold; background-color: inherit; }
/* End CurrentPage Links */
.blockr { width: 180px; float: right; padding-right: 50px; }
#partnersnav {float: right}
#partnersnav ul {margin: 0; padding: 1em; list-style-type: none;}
#partnersnav ul li {display: inline;}
#partnersnav ul li a {color: #006A90; font-weight: bold; text-decoration: none; padding: 0 0 0 5px;}
#partnersnav ul li a#currentpage {color: #444444; font-weight: bold; text-decoration: none;padding: 0 0 0 5px;}
#admediavertical { float: right; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; }
.spudspikead { float: right; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; }
.artical-ad {  }
