body {
font: 10px Verdana, Arial, Sans-Serif;line-height: 160%;
}

h1 {
font: 15px Verdana, Arial, Sans-Serif;
line-height: 170%;
font-weight: 800;
margin: 1px 0px 5px 0px;
color: #4AA0E0;
}

h2.title {
font: 12px Verdana, Arial, Sans-Serif;
line-height: 170%;
font-weight: normal;
margin: 0px;
}

h2 {
font: 12px Verdana, Arial, Sans-Serif;
line-height: 170%;
font-weight: 800;
}

a {
color:#0000ff;
text-decoration:underline;
}
a:hover {
color:#0000ff;
text-decoration:underline;
}
a:active {
color:#0000ff;
text-decoration:underline;
}
a:visited {
color:#0000ff;
text-decoration:underline;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://www.dingsdeals.com/style/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www.dingsdeals.com/style/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 430px;
height: 300px;
margin-bottom: 1em;
padding: 0px;
overflow: auto;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

#yellow {
width: 375px;
height: 200px;
margin: 0px;
padding: 0px;
background-image: url(http://www.dingsdeals.com/style/yellowbg.jpg);
}

#purple {
width: 375px;
height: 200px;
margin: 0px;
padding: 0px;
background-image: url(http://www.dingsdeals.com/style/purplebg.jpg);
}


strong.key {
font-weight: 400;
}











/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(http://www.dingsdeals.com/style/box.png) no-repeat bottom right;
    margin: 0;
    padding: 0; 
}

.cssbox {
    width: 300px !important;   /* intended total box width - padding-right(next) */
    width: 285px;              /* IE Win = width - padding */
    padding-right: 15px;       /* the gap on the right edge of the image (not content padding) */
    margin: 0px;         /* use to position the box */
    text-align: left;
    color: #ffffff;
}

/* set the top-right image */
.cssbox_head {
    background-position: top right;
    margin-right: -15px;       /* pull the right image over on top of border */
    padding-right: 40px;       /* right-image-gap + right-inside padding */
    text-align: center;
    color: #ff0000;
}

/* set the top-left image */
.cssbox_head h2 {
    background-position: top left;
    margin: 0;                 /* reset */
    border: 0;                 /* reset */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important; 
    height: 1%;                /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssbox_body {
    background-position: bottom left;
    margin-right: 25px;        /* interior-padding right */
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */
}



