/**
* Main css file for Texmate, Inc Website.
*
* NB: We are using Blurprints CSS for a CSS Framework.
**/

/**
 * Override base css.
 */
tbody tr:nth-child(even) td, tbody tr.even td {
    background: none;
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select {
    padding: 0.5em;
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input.text, input.title, textarea, select {
    margin-top: 0em;
}
table.th-vert input[type="text"], table.th-vert input.text {
    width: 150px;
}
#recaptcha_response_field {
    width: 286px !important;
}


/* Set the grid to be on the left of the page */
body {
    margin-top: 0px;
    margin-bottom: 0px;
    /*background-color: #d6d6d6;
    /*background-image: url(../img/page-bg-stars-stripes-meter.jpg);
    background-repeat: no-repeat;
    background-position: top left;*/
    font-size:80%;
    color:#333;
    /*font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif; /* Override Default Blueprint CSS fonts */
}
.contentwrapper {
    text-align: center;
}
.content {
    margin: auto;
    text-align: left;
}

a {
    color: #2e406b;
    font-weight: bold;
}
a:hover {
    color: #000;
    -webkit-transition: all 0.2s linear;
}
/* Header font overrides: links in headers are all bold */
/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: bold;
}*/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/*
* Make list elements float left, same as div objects do with the grid
*/
.div {
    float: left;
    margin-left: 0px;

    margin-right: 10px;
}
.div li {
    list-style: none;
}
.header {
    font-weight: bold;
    font-size: 1.5em; line-height: 1; margin-bottom: 1em; /* h3 */
}
.header-small {
    font-weight: bold;
    font-size: 1.2em; line-height: 1; margin-bottom: 1em; /* h4ish */
}

/* header, logo, navigation, and all that stuff */
header {
    background-image: url('../img/page-bg-stars-stripes-header.jpg') !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #d6d6d6;
    padding-top: 10px;
    height: 62px;
}
header a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
header a:hover {
    text-decoration: underline;
}
#logo {
    background: url(../img/texmate.24.png) top left no-repeat;
    margin-left: -30px;
    height: 26px;
}
#logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -3000px;
}
#local {
    height: 26px;
}
#space {
    height: 10px;
}
/* Navigation */
nav>ul {
    margin-right: 10px;
    width: 100% !important;
    margin-bottom: 0px;
    list-style-image: none !important;
}
nav>ul>li>ul {
    float: left;
    margin-right: 10px; 
    margin-left: -10px;
}
nav>ul li {
    float: left;
    list-style: none;
}
nav>ul li a {
    width: 100%;
    display: block;
}
nav>ul li a:hover {
    text-decoration: underline;
}
nav>ul>li>a { text-shadow: rgba(255, 255, 255, 0.45) 0 1px 0px; }
nav>ul>li>a:hover { text-shadow: rgba(0, 0, 0, 0.45) 0 1px 0px; }
nav>ul li ul {
    position: absolute;
    left: -999em;
    background: #fff;
    padding-left: 0px;
    -webkit-box-shadow: 1px 3px 3px #444;
    -moz-box-shadow: 1px 3px 3px #444;
    box-shadow: 1px 3px 3px #444;
    list-style-image: none !important;
}
nav>ul li:hover ul {
    left: auto;
    z-index: 1;
}
nav>ul ul li {
    clear: left;
    padding: 3px 10px 3px 10px;
}
nav>ul ul li a {
    font-weight: normal !important;
}
nav>ul > li {
    border-top: 0px solid #d6d6d6;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.03) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.03)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
nav>ul > li > a {
    height: 23px;
    margin-top: 3px;
    margin-bottom: auto;
}
nav>ul>li {
    width: 60px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
nav>ul > li#products {
    border-left: 0px solid #d6d6d6;
    background-color: #f6f6f6;
    margin-left: -20px !important;
    padding-left: 10px !important;
    
    background-clip: border-box;
    border-top-left-radius: 5px;
}
nav>ul > li#downloads {
    background-clip: border-box;
    border-top-right-radius: 5px;
    width: 70px;
}
/* Nav Hover Classes */
nav .hover {
    background: #2e406b !important;
}
nav .hover>a {
    color: #fff !important;
}
/* Search */
#go {
    margin-left: 10px;
}
/* Breadcrumbs navigation stuff */
#breadcrumbwrapper {
    width: 100%;
    z-index: 2;
    height: 33px;
    text-align: center;
    background: #2e406b;
}
#breadcrumbwrapper.fixed {
    position: fixed;
    top: 0px;
    text-align: center;
}
.breadcrumbs-height { /* Used to add the height to the container to make scrolling smooth */
    padding-top: 33px;
}
.breadcrumbs {
    width: 950px;
    text-align: left;
    color: #fff;
    margin: auto;
    vertical-align: top;
}
.breadcrumbs>p {
    position: absolute;
    vertical-align: top;
    margin-top: 4px;
    height: 30px !important;
}
.breadcrumbs a, .breadcrumbs span {
    color: #fff;
    font-weight: bold;
    vertical-align: top;
}
.breadcrumbs a:hover {
    color: #991f36;
}
.breadcrumbs span {
    font-size: 1.5em;
    font-weight: bold;
    top: -0.2em;
    position: relative;
}
#content {
    /**
     * NOTE: When live make the bg white, for testing
     * leave transparent to show the grid.
     */
    background: #fff;
    padding-top: 15px;
    padding-bottom: 50px;
}
.border-right {
    background: url(../img/shadow.right.24.png) top right repeat-y;
    padding-right: 4px;
}

/* Footer */
footer {
    height: auto;
    padding-top: 2.5em;
    padding-bottom: 1.5em;
    background: url(../img/footer-noise.jpg) top left #393939;
    color: #ddd;
    border-top: 5px solid #ddd;
    text-shadow: rgba(0, 0, 0, 0.45) 0 1px 0px;
}
#footer h5 {
    color: #fff;
    margin-bottom: 0.5em;
}
#footer ul { padding-left: 0px; }
#footer li {
    list-style-image: none !important;
    list-style: none;
}
#footer li a {
    /*text-decoration: underline;*/
    font-weight: normal;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    line-height: 0.5em;
}
#footer .copyright {
    padding-top: 20px;
    border-top: solid 1px #777;
    -webkit-box-shadow: #333 0 -1px 0;
    box-shadow: #333 0 -1px 0;
}
#footer .copyright hr {
    /*background-color: #ddd;
    height: 0.3em;
    height: 0px;*/
    display: none;
}
/*
Custom lists: larger text
for better visibility and useability.
*/
ul {
    list-style-image: url(../img/arrow.red.24.png);
}
ul.plain {
    list-style-image: none;
}
ul.bigger li a, p.bigger, div.bigger {
    font-weight: bold;
    font-size: 1.2em; line-height: 1.1; margin-bottom: 1em; /* h4ish */
}
ul.pdflist {
    margin-left: 0px;
    margin-right: 0px;
    list-style-position: inside;
    list-style-image: url(../img/pdficon_small.gif);
}
ul li.span-3 {
    float: left;
    margin-right: 10px;
    width: 110px;
}
form ul {
    list-style: none;
}
ul.errorlist {
    border-top: 2px solid #991f36;
    color: #991f36;
    font-weight: bold;
    list-style-image: url(../img/arrow.red.24.png);
    list-style-position: inside;
    background: #fae1e1;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 2px;
}
th, td {
    vertical-align: top;
}
/*
* Code snippets
*/
code, pre {
    color: #991f1f;
    background-color: #f0f0f0;
}
pre {
    padding: 5px;
    white-space: pre-wrap;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.highlightcode pre {
    color: #000;
}
.linenos pre {
    color: #408080;
}
.box pre {
    background-color: transparent;
    color: #000;
    padding: 0px;
    font-size: 1.2em;
}
/* This is the Distributor configuration Meter Code display box */
.deepblue pre.box {
    background: #fff;
    padding-left: 2px;
}
/*
Custom sidebar stuff
*/
.tiger {
    background: url(../img/vert-tiger.jpg) top left no-repeat #2e406b;
}
.leopard {
    background: url(../img/vert-leopard.jpg) top left no-repeat #2e406b;
}
.lynx {
    background: url(../img/vert-lynx.jpg) top left no-repeat #2e406b;
}
.literature {
    background: url(../img/vert-literature.jpg) top left no-repeat #2e406b;
}
.colorbox a, .colorbox h2, .colorbox h3, .colorbox h4 {
    color: #fff;
}
.colorbox a:hover {
    color: #991f36;
}
.colorbox, .box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
.box-border {
    border: 3px solid #2e406b;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.no-cornerradius {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/* Use a .colorbox to create a colored box inside a column.  */ 

.colorbox {
    background: #e97e00;
    color: #fff;
    margin-right: 5px;
}
.deepred, .errorbox { background: #991f1f; }
.deepred a:hover, .errorbox a:hover { color: #000; }
.red { background: #00a4e9; }
.green { background: #afe900; }
.blue { background: #00a4e9; }
.deepblue { background: #2e406b; }
.white { background: #fff; }
.orange { background: #e97e00; }
.paleblue { background: #f1f4f8; }
.gray { background: #e7e7e7; }
.errorbox {
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
p img.border {
    border: 3px solid #2e406b;
}
p img.nofloat {
    float: none;
}
p.spaced {
    line-height: 2em;
}
.fontwhite, .fontwhite a {
    color: #fff !important;
}
.fontwhite a:hover {
    color: #000 !important;
}
.fontblack, .fontblack a {
    color: #000 !important;
}
.fontblack a:hover {
    color: #fff !important;
}
li>strong.fontblack {
    background-color: white;display:inline-block;
    width: 100%;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;

}
.inline-block {
    display:inline-block;
}
.normal { font-weight: normal; }

/*
 * New Accordion
 */
.accordion {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0 0 30px;
    border-top: none;
    border-left: none;
}
.accordion ul {
    padding: 0;
    margin: 0;
}
.accordion li {
    background: #00a4e9;
    background: #2E406B;
    cursor: pointer;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}
.accordion>li {
    margin-top: 5px;
}
.accordion li.active>a.toggler {
    background: url('../img/close.gif') no-repeat center right;
}
.accordion a.toggler {
    text-decoration: none;
    font: bold 1.1em/2em Arial, sans-serif;
    padding: 0 10px;
    display: block;
    color: #fff;
    cursor: pointer;
    background: url('../img/open.gif') no-repeat center right;
}
.accordion a.toggler:hover {
    color: #000;
}
.accordion ul > li > a.toggler {
    border-top: 1px solid #ccc;
}
.accordion li ul li:last-of-type {
    border-top: 1px solid #ccc;
}
.accordion ul > li > a.toggler {
    background-color: #00a4e9;
}
.accordion ul > li.active > a.toggler {
    background-color: #00a4e9;
    color: #000;
}
.accordion ul.alternate li, .accordion ul li ul li, .accordion li.pad {
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #ccc;
}
.accordion li.fontblack {
    background: #fefefe !important;
}
/* Level 2 */
.accordion li ul.alternate li:nth-child(odd), .accordion li ul li ul li:nth-child(odd) {
    background-color: #EDF2FA;
}
.accordion li ul li {
    background-color: #E5ECF9;
    color: #000;
}
.accordion li:last-of-type a.toggler {
    border: none;
}
/* Special accordion styles */
.accordion.plain li ul li {
    padding: 5px 10px 0px 10px;
    border: none;
}
.accordion.plain li ul li:last-of-type {
    padding-bottom: 5px;
}
.accordion.imagelist li ul li span.imgbox {
    width: 135px;
    height: 100px;
    display: block;
    float: left;
}
.accordion.imagelist li ul li img {
    padding: 0 10px 10px 10px;
}
.accordion.imagelist li ul li {
    clear: both;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    height: 100px;
}
.accordion.imagelist li ul {
    background: #fff;
    clear: both;
}
.accordion label.block {
    display: block;
    cursor: pointer;
}
/*
Accordion
*/
#accordion {
    margin: 20px 0px;
    font-weight: normal !important;
}

/*
.toggler, .togglerB, .toggler-no {

    cursor: pointer;

    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;

    border-right-color: #ddd;

    border-bottom-color: #ddd;

    background: #D2E0E6;

    color: #2e406b;

    margin: 0 0 2px 0;

    padding: 3px 5px 5px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

}
.toggler-no {
    cursor: auto;
    color: #000;
}
*/
div.element p, div.elementB p, div.element h4, div.elementB ol,
.elementbox p, elementbox h4, .elementbox ul {

    margin:0px;

    padding:4px;

}
.elementbox ol {
    padding-left: 10px;
    padding-bottom: 4px;
}
.elementbox {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 2px;
}
.alt {
    background-color: #edf3fe;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.element .alt {
    background-color: #25afe9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#accordion ul {
    list-style: none;
}


/* Stripes */
.stripe div:nth-of-type(odd),
.stripe li:nth-of-type(odd),
.stripe td:nth-of-type(odd) {
    background-color: #edf3fe;
}
.stripehover:hover {
    background-color: #edf3fe;
}
div.stripehover:last-of-type:hover {
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* Table */
th {
    background: #00a4e9;
    color: #fff;
}
pre table {
     width: 65%;
}
pre table th {
    background: none;
    color: #000;
}
pre table th, pre table td {
    padding: 0px;
    margin: 0px;
}
/* Rounded corners on Vertically oriented table th arrangements*/
.th-vert tr:first-of-type th {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
}
.th-vert tr:last-of-type th {
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
/*
* Download button
*/
.dl {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: url(../img/download-arrow.24.png) no-repeat center right #afe900;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.dl a:hover {
    color: #fff;
}
/**
 * Eng services.
 */
#engsrvOP-CUSTOM_price {
    width: 60px !important;
}
#engsrvOP-CUSTOM_description {
    width: 98%
}

/**
 * Cart Icon (on every page)
 */
#cart-icon {
    margin-bottom: -6px; /* Align the base of the cart with the text */
}
/**
 * Cart detail classes.
 */
#id_meter_instructions {
    height: 70px;
    width: 540px !important;
}

#cart-wrapper {
    clear: both;
}
.cart-item {
    position: relative;
}
.cart-item-quantity {
    text-align: right;
    padding-top: 5px;
}
.item-qty-update {
    cursor: pointer;
}
.cart-item-main-img {
    margin-top: 10px;
}
.cart-item-main-detail,
.cart-item-quantity,
.cart-item-pricing {
    margin-top: 8px;
}
.cart-item-pricing th {
    text-align: right;
    background: none;
    color: #333;
    font-weight: normal;
    width: 70px;
}
.cart-item-pricing td {
    font-weight: bold;
}
.cart-item-remove {
    position: absolute;
    top: 5px;
    right: 9px;
    padding-right: 16px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    color: #8A0808;
}
.cart-item-remove:hover {
    text-decoration: underline;
}
#cart-cart-total {
    font-weight: bold;
}
#ca_tax_exemption,
#cart-checkout,
#cart-checkout table,
#shippingspinner,
#id_special_instructions {
    margin-bottom: 0px;
}
#ca_tax_exemption {
    margin-top: 15px;
}
#cart-checkout th, #cart-checkout td {
    padding: 0px;
    color: #fff;
    white-space: nowrap;
}
#cart-checkout th {
    text-align: right;
    background: none;
    font-weight: normal;
    width: 135px;
    padding-right: 5px;
}
.cart-full-total {
    font-weight: bold;
}
#cart-checkout div:last-of-type {
    text-align: right;
}
#cart-lead-times p {
    margin-bottom: 0px;
}
/**
 * Checkout
 */
#checkout-wrapper table.checkout th {
    text-align: right;
    background: none;
    font-weight: normal;
    color: #333;
    width: 135px;
    padding-right: 5px;
}
#checkout-wrapper table.checkout {
    margin-bottom: 0px;
}
#checkout-wrapper table.checkout td p.small {
    margin-bottom: 0px;
}
#checkout-wrapper input[type=text] {
    width: 300px;
}
#checkout-wrapper input[name~=shipping-state billing-state] {
    width: 150px;
}
#checkout-wrapper input[name=card_code] {
    width: 50px;
}
#checkout-shipping-container th label,
#checkout-shipping-container label.normal,
#checkout-billing-container th label,
#checkout-billing-container label.normal {
    font-weight: normal;
}
#checkout-shipping-container th.required label,
#checkout-billing-container th.required label {
    font-weight: bold;
}
#checkout-shipping-container td.right {
    text-align: right;
}

#checkout-confirm th, #checkout-confirm td {
    padding: 0px;
    color: #fff;
    white-space: nowrap;
}
#checkout-confirm th {
    text-align: right;
    background: none;
    font-weight: normal;
    width: 135px;
    padding-right: 5px;
}
#checkout-confirm div:last-of-type {
    text-align: right;
}
#checkout-confirm,
#checkout-confirm table,
#checkout-confirm h2 {
    margin-bottom: 0px;
}
#checkout-payment-problem-container {
    width: 524px;
}
/**
 * Order detail/find pages.
 */
#order-find table th {
    width: 100px;
}
#order-find table input {
    width: 200px;
}

/**
 * Initial state for Google Checkout getting Shipping Methods
 * for UPS/FedEx shipping rate quotes.
 */
#shippinglocation th {
    background: none;
    color: #333;
}
#shippingmethods, #ca_tax_exemption {
    display: none;
}
#ca_tax_exemption label {
    font-weight: normal;
}
#id_special_instructions {
    height: 50px !important;
    width: 499px;
}
#shippingspinner {
    display: none;
}


/*
* Forum (Using CSS3 selectors)
*/
#djangoForums th, #djangoForumThreads th {
    font-size:1.5em;
    line-height:1;
    margin-bottom:1em;
}
#djangoForums th:first-of-type, #djangoForumThreads th:first-of-type {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
}
#djangoForums th:last-of-type, #djangoForumThreads th:last-of-type {
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
}

#djangoForumThreadPosts tr:nth-of-type(odd) td {
    background-color: #edf3fe;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
#djangoForumThreadPosts tr:nth-of-type(odd) th {
    background-color: #00a4e9;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#djangoForumThreadPosts tr:nth-of-type(even) th {
    background-color: transparent;
    color: #222;
}
#djangoForumThreads tr:nth-of-type(odd), #djangoForums tr:nth-of-type(odd) {
    background-color: #edf3fe;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#djangoForumThreads tr:nth-of-type(odd) td:first-of-type, #djangoForums tr:nth-of-type(odd) td:first-of-type {
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#djangoForumThreads tr:nth-of-type(odd) td:last-of-type, #djangoForums tr:nth-of-type(odd) td:last-of-type {
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

