.rb {
    border: 1px solid #FF0000;
}
* {
    font-family: inherit;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1.4em;
    text-align: left;
    font-size: inherit;
}
html {
    min-height: 100%;
    background: #e5ecf3;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 0 auto 0 auto;
}

strong {
    color: #5E6366;
}
p {
    margin: 0 0 10px 0;
    display: block;
}
a {
    color: #3388ff;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Trebuchet ms;
    margin-bottom: 10px;
    color: #FF9A00;
    font-size: 2.2em;
    line-height:1.3em;
    font-weight: normal;
}
div.post h1 {
}

h2 {
    font-family: arial;
    color: #FF9A00;
    font-size: 1.8em;
    font-weight: bold;
}
h2 a {
    color: #FF9A00;
}


label {
    border-width: 0px;
    display:block;
    text-align:left;
    font-size: 0.9em;
}
input, textarea {
    border: 1px solid #333333;
    color: #333333;
    font-size:1.1em;
    font-weight: normal;
    padding:2px;
    margin-bottom: 7px;
}
input[type='submit'] {
    width: auto;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight:bold;
    border: 1px solid #fea20d;
    background: url(/images/button_background.gif);
}
input[type='image'] {
    border: 0;
}
select {
    border: 1px solid black;
    margin-bottom: 7px;
    padding: 1px;
}
option {
    padding: 1px 15px 1px 4px;
}
ul {
    margin-left: 25px;
}

blockquote {
    font-style: italic;
    margin: 15px 10px 15px 10px;
    line-height: 1em;
}
.clear {
    clear:both;
}


/********** Page Header and Footer ****************************************************************/
div.bodyContainer {
    width: 902px;
    margin: 0 auto 0 auto;
    background: #ffffff url(/images/body_background.gif) top left repeat-y;
}
div.pageHeaderTop {
    background: url(/images/header_top.gif);
    width: 902px;
    height:18px;
    margin: 10px auto 0 auto;
}
div.pageHeader {
    width: 890px;
    margin: 0 7px 0 5px;
    height: 87px;
    background: #FFFFFF url(/images/header_background.jpg) top left repeat-y;
}

div.pageFooter {
    background: #a1ceed url(/images/footer_background.gif) top left repeat-x;
    width: 902px;
    height: 41px;
    margin: 0 auto 25px auto;
    font-size: 0.75em;
    text-align: center;
    color: #ffffff;
}
div.pageFooter div.links {
    margin: 0 auto 0 auto;
    width: 610px;
}
div.pageFooter a {
    color: #ffffff;
    font-weight: bold;
    margin: 0 20px 0 20px;
    text-decoration: none;
    font-size: 1.2em;
}

/********** Menu **********************************************************************************/
div.menu {
    font-size: 12px;
    width: 890px;
    margin: 0 7px 0 5px;
    height: 35px;
    line-height: 35px;
    background: url(/images/menu_background.gif) top left repeat-x;
}
div.menu div.menuItems {
    margin:0;
    height:35px;
}


/********** Page Content **************************************************************************/
div.pageContentContainer {
    width: 890px;
    margin: 0 7px 0 5px;
    background: #ffffff url(/images/content_background.gif) repeat-x;
}
div.pageContent {
    margin: 0 auto 0 auto;
    width: 880px;
    padding: 5px;
}
div.innerContent {
    padding: 10px;
}
div.innerContent div.sidebar {
    width: 200px;
    float: right;
}
div.innerContent div.mainContent {
    width: 600px;
    float: left;
}


/***** Sidebar ************************************************************************************/
div.sidebar {
    font-size: 0.9em;
}
div.sidebar div.littleBoxHeader {
    background: url(/images/sidebar_littleBox_header.gif) no-repeat;
    height:10px;
    margin-top: 10px;
}
div.sidebar div.littleBoxFooter {
    background: url(/images/sidebar_littleBox_footer.gif) no-repeat;
    height:10px;
    margin-bottom: 35px;
}
div.sidebar div.littleBox {
    background: #D1E8F6 url(/images/sidebar_content_background.gif) repeat-x;
    padding: 0 10px 0 10px;
    line-height: 1em;
}
div.sidebar div.littleBox h3 {
    font-size: 1.6em;
    color: #1B5689;
    font-family: "Trebuchet MS", Arial;
    line-height: 1em;
    vertical-align:top;
    margin-bottom: 10px;
}
div.sidebar div.littleBox a { text-align: right; display:block; }
div.sidebar div.littleBox div.reply {
    margin: 20px 0 0 0;
}
div.sidebar div.littleBox div.reply div.replyContent {
    font-style: italic;
    margin: 0 0 0 15px;
}
div.sidebar dl { line-height: 1em; }
div.sidebar dl dt {
    font-weight: bold;
    width: 90px;
    color: #666666;
}
div.sidebar dl dd { margin: -2px 0 10px 0; line-height: 1.3em; padding: 0;}
div.sidebar div.littleBox select { width: 100%; }
div.sidebar div.littleBox div.buttonHolder { height:24px; }
div.sidebar div.littleBox input { float: right; }

div.sidebar div.littleBox div.pagination a {
    display:inline;
    text-align:left;
}    



/***** Games List *********************************************************************************/
div.gameList {
    background: #ececec;
    height: 100px;
    margin-bottom: 25px;
}
div.gameList div.left {
    height: 100px;
    background: url(/images/gameList_left.gif) no-repeat top left;
    padding-left: 10px;
}
div.gameList div.right {
    background: url(/images/gameList_right.gif) no-repeat top right;
    height: 100px;
    padding-right: 10px;
}

div.gameList div.content {
    padding: 5px 0 5px 0;
    height: 88px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 1.5em;
}


/***** Blog Posts *********************************************************************************/
div.post { margin-bottom: 30px; }
div.post div.info {
    padding: 0 5px 0 5px;
    border-top: 1px solid #cccccc;
    font-size: 0.9em;
}
div.post div.info a { font-size: 1em; }

div.reply {
    font-size: 0.9em;
    margin: 30px 0 25px 50px;
}
div.reply div.header {
    border-bottom: 1px solid #cccccc;
    font-weight:bold;
    color: #666666;
}

/***** Errors and Messages ************************************************************************/
div#errors_or_messages_container div.error {
    background: #ffcccc url(/images/icon_error_large.gif) 10px 5px no-repeat;
    border: 2px solid #ff9999;
    padding: 5px 10px 5px 50px;
    margin: 10px;
    color: #cc0000;
    font-weight: bold;
    font-size: 1.2em;
}
div#errors_or_messages_container div.message {
    background: #ccccff;
    border: 2px solid #9999ff;
    padding: 5px 10px 5px 10px;
    margin: 10px;
    color: #0000cc;
    font-weight: bold;
    font-size: 1.2em;
}
.fieldWithErrors {
    padding: 5px;
    border: 1px solid #ff9999;
    background-color: #ffcccc;
    display: table;
    color: #cc0000;
    font-weight:bold;
}

#errorExplanation {
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}


/***** Pagination *********************************************************************************/
.pagination {
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 0.8em;
}
.pagination a, .pagination span.disabled, .pagination span.current {
    padding: 2px 6px 2px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #cccccc;
    background: url(/images/pagination_background.gif) repeat-x;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.pagination a, .pagination span.disabled {
    text-decoration: none;
    color: #666666;
}
.pagination a img, .pagination span.disabled img {
    vertical-align: bottom;
}
.pagination span.current {
    border: 1px solid #000000;
    color: #cccccc;
    background: #666666;
}
.pagination span.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
}



/***** User Form **********************************************************************************/
form.userForm {
    width: 60%;
}
form.userForm input[type='text'], form.userForm textarea {
    width: 60%;
}
form.userForm input.short, form.userForm textarea.short {
    width:40%;
}
form.userForm input.long, form.userForm textarea.long{
    width:100%;
}
form.userForm textarea {
    line-height: 1.1em;
}


/***** Tri-Summary ********************************************************************************/
div.triSummary {
    width: 874px;
    border: 2px solid #cccccc;
    padding: 2px;
    font-size: 0.8em;
}
div.triSummary div.left {
    float:left;
    width: 220px;
    padding: 10px;
}
div.triSummary div.middle {
    float:left;
    width: 340px;
    padding: 10px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
div.triSummary div.middle table {
    width: 100%;
}
div.triSummary div.middle table th {
    font-weight: normal;
    color: #666666;
    line-height: 1.3em;
    font-weight: bold;
}
div.triSummary div.middle table td {
    color: green;
    line-height: 1.3em;
    font-weight: bold;
}
div.triSummary div.right {
    float: right;
    width: 250px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444444;
    margin: auto 0 auto 0;
    font-family: Trebuchet MS;
}
div.triSummary dl dt {
    float: left;
    font-weight: bold;
    width: 90px;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 1.6em;
    font-family: Trebuchet MS;
    clear:left;
}
div.triSummary dl dd {
    height: 23px;
    line-height: 23px;
    margin-top: 2px;
    vertical-align: middle;
    width: 100px;
    float: right;
    padding-right: 5px;
    text-align: right;
}
div.triSummary div.left table {
    width: 100%;
    margin-top: 10px;
    background: #e1e1e1;
    font-weight:bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
div.triSummary div.left table th {
    color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    line-height: 1.4em;
    font-weight:bold;
}
div.triSummary div.left table td {
    font-weight:bold;
    color: #333333;
    font-weight: normal;
    line-height: 1.4em;
}
div.triSummary div.left div.buyNow {
    text-align: center;
    display: block;
}
div.buyNow a {
    text-decoration: none;
}
div.triSummary div.left div.buyNow input, div.buyNow input {
    margin: 10px auto 0 auto;
    text-align: center;
    display: block;
    height: auto;
    cursor: pointer;
    height: 19px;
}
div.triSummary input {
    height: 1.2em;
    padding: 0;
    margin: 1px;
}
/***** General ************************************************************************************/


a.inactive {
    color: #FF0000;
}


div.starRating img {
    margin-right: 2px;
}

table.list {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}
table.list th {
    background: url(/images/th_underline.gif) repeat-x bottom;
    padding: 0 5px 8px 5px;
    vertical-align:top;
}
table.list tr:hover {
    background: #eeeeee;
}
table.list tr td {
    padding: 0 5px 0 5px;
}

div.vendorImage {
    margin: 0 20px 10px 20px;
    padding: 2px;
    border: 2px solid #cccccc;
    background: #eeeeee;
    width: 256px;
    float: right;
}
div.vendorImage img {
    padding: 2px;
    border: 1px solid #cccccc;
}

table.gameMenu { border: 1px solid #cccccc; }
table.gameMenu td {
    border: 2px solid #cccccc;
    line-height:0.1em;
}
table.gameMenu td a { line-height:0.1em; }

div.filterBox {
    background: #e4e4e4 url(/images/grayFade.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 0.8em;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}
div.filterBox form {
    line-height: 32px;
}
div.filterBox label {
    display: inline;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
}
div.filterBox select, div.filterBox option {
    margin:0;
    padding: 0;
}
div.filterBox input {
    float: right;
    display: inline;
    margin: 6px 5px auto 0;
}

h2 a {
    text-decoration: none;
}

div.miniChart {
    height: 130px;
    border: 1px solid #9999ff;
    background: #ffffff;
}

div.review {
    margin-top: 10px;
    margin-bottom: 10px;
}
div.review div.reviewHeader {
    font-size: 1.1em;
    font-weight: bold;
}

div.thSubtitle {
    display: block;
    font-size: 9px;
    line-height:10px;
    text-align: center;
    font-weight: normal;
    width: 100%;
}

div.review div.info {
    padding: 0 5px 0 5px;
    border-top: 1px solid #cccccc;
    font-size: 0.9em;
}
div.review div.info div.rating {
    float: left;
}
div.review div.info div.text {
    float: right;
}

div#postList a {
    text-align: justify;
    display: block;
    line-height: 1.2em;
    margin-top: 7px;
}
div#postList div.monthNavigation {
  margin-top: -12px;
  margin-bottom: 16px;
}
div#postList div.monthNavigation a {
  display: inline;
  font-size: 0.85em;
}

