﻿body {
background-color: white;
color: #000000;
font-family: Tahoma, arial, helvetica, serif;
margin: 0 auto;
max-width: 1200px;
padding: 8px 8px 8px 8px;
}
/* By default (td, body..) use Tahoma in black */
body, td {
color: #000000;
font-family: Tahoma, arial, helvetica, serif;
}
/* Some default values */
table { empty-cells: show; }
img   { border: none; }
/* Normal links */
a:link    { text-decoration: underline; color: black; }
a:visited { text-decoration: underline; color: #800080; }
a:hover   { text-decoration: none; color: #b23232; }
a:active  { text-decoration: underline; color: black; }
/* Containers */
#topcontainer {
width: 100%;
}
#wrapper {
width: 100%;
border: 0;
padding: 0;
border-spacing: 5px;"
}
#maincontent {
color: black;
background-color: white;
border: 1px solid black;
font-family: arial, helvetica, sans-serif;
padding: 5px 5px 20px 5px;
}
#bottomcontainer {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 12px;
padding: 10px 0px 2px 0px;
text-align: center;
}
#leftcolumn {
width: 142px;
vertical-align: top;
}
#rightcolumn {
width: 126px;
vertical-align: top;
}
/* Navigation (HPT Menu) on left side of the page. inline for IE6 and IE 5 */
.navlist {
border: 1px solid black;
background-color: white;
font-family: Tahoma, arial, helvetica, sans-serif;
list-style-type: none;
margin: 0px 0px 5px 0px;
overflow: hidden;
padding: 1px;
width: 130px;
}
.navlist li {
display: inline;
}
.navlist li.navheader {
background-color: #E0D8D0;
background-image: url('http://www.howtoshuffle.com/images/header-menu.png');
color: black;
display: block;
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-bottom: 1px;
padding: 2px;
text-align: center;
}
.navlist a {
background-color: #E0D8D0;
display: block;
color: black;
font-size: 12px;
padding: 0px 2px 0px 2px;
text-align: left;
text-decoration: none;
}
.navlist a:visited {
color: black;
text-decoration: none;
}
.navlist a:hover {
background-color: #d0c8c0;
color: #b23232;
}
/* Advertising columns on the sides of the page */
#rightads {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 12px;
margin: 0px 0px 5px 0px;
overflow: hidden;
text-align: center;
width: 125px;
}
h1 {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 150%;
font-weight: bold;
margin-top: 0px;
margin-bottom: 12px;
text-align: center;
}
h2 {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 115%;
font-weight: bold;
margin-bottom: 0px;
}
h3 {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
margin-bottom: 0px;
}
/*  Standard horizontal rule  */
hr {
background-color: black;
border: 0px;
color: black;
height: 1px;
}
/* Paragraphs */
.no-top-margin {
margin-top: 0;
}
.centered {
text-align:center;
}
.video-title {
margin: 0 0 3em 0;
font-size: 60%;
font-weight: bold;
}
/*  Standard floats with margin  */
.floatleft {
float: left;
margin-right: 4px;
}
.floatright {
float: right;
margin-left: 4px;
}
/* Different text */
.smalltext {
font-size: 85%;
}
.xsmalltext {
font-size: 75%;
font-weight: normal !important;
}
.xxsmalltext {
font-size: 65%;
font-weight: normal !important;
}
.redtext {
color: red;
}
.newredtext {
background-color: red;
color: white;
font-weight: bold;
font-size: 75%;
margin-left: 5px;
padding-left: 1px;
padding-right: 2px;
}
.discounttext {
background-color: green;
color: white;
font-weight: bold;
font-size: 75%;
margin-left: 5px;
padding-left: 1.5px;
padding-right: 2px;
}
/* Used on Review List page */
#listreview ul {
line-height: 1;
margin: 0px 0px 0px 1px;
padding-left: 1em;
}
#listreview li {
font-size: 12px;
}
#listreview p {
margin-bottom: 0px;
}
#listreview a {
text-decoration: none;
}
#listreview h3 {
margin-bottom: 0px;
margin-top: 0px;
}
