﻿/************************************************************************************************************

DO NOT MANUALLY EDIT THIS FILE !!!

This is the right-to-left version of nwl.css
Copy the contents of nwl.css into the tool located here http://cssjanus.commoner.com/
and paste the output into the body of this file

************************************************************************************************************/
.filled
{
    background-color: #588cbc;
    color: #FFF; 
    padding: 5px; 
    height: 30px;
}

.catalogItem
{
    border-bottom: 1px solid #CCC;
    padding: 10px 0 10px 0;
    height: auto;
    display: inline-table;
    width: 100%;
}

.subscribeLink
{
    padding: 2px 5px 2px 5px;
    background-color: #CCC;
    float: left;
    margin-left: 5px;
    border: 1px solid #666;
    width: 75px;
    text-align: center;
    color: #0072bc;
}

.addedLink
{
    padding: 2px 5px 2px 5px;
    float: left;
    margin-left: 5px;
    width: 75px;
    text-align: center;
    color: #257820;
}

.costLink
{
    width: 50px;
    text-align: center;
    margin-top: 3px;
    font-weight: bold;
}

.sortLink
{
    border-right: 1px solid #FFF;
    color: #FFF;
    text-align: right;
    padding:0 10px 0 20px;
}

.lhsHeading
{
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}

.filterWrapper
{
    padding: 5px 5px 0 0;
}

.filterWrapper select
{
    margin-top: 3px;
    width: 140px;
}

.categoryTree
{
    list-style-type: none;
    padding: 10px 0 0 0px;
    margin: 0;
}

.categoryTree li
{
    padding: 2px 3px 0 0;
    border-left: 1px solid #CCC;
}

.categoryTree li a
{
    font-weight: normal;
    border-width: 1px 1px 1px 0;
    width: 100%;
    padding: 5px;
}

.categoryTree .categorySelected
{
    border: 1px solid #CCC;
    background-color: #FFFFFF;
    border-left: 1px solid #FFF;
}

.categoryTree .categorySelected a
{
    font-weight: bold;
}

.searchBox
{
    position: absolute;
    left: 22px;
    font-size: 13px;
    width: 200px;
    border: 1px solid #CCC;
    border-left: 0px;
}

#categoryWrapper
{
    float: right;
    margin-right: 144px;
    color: White;
}

#categories
{
    float: right;
    width: 150px;
    height: 100%;
    margin-left: -3px;
}

#blankCategory
{
    border-left: 1px solid #CCC;
    width: 150px;
    height: 100%;
    position: absolute;
    z-index: -99;
    background-color: #e9e9e9;
}

#preview
{
    float: left;
    width: 180px;
    padding: 5px;
    height: 100%;
    overflow: hidden;
}

#contentWrapper
{
    border-left: 1px solid #CCC;
    height: 100%;
}

#bottomPanel
{
    border-top: 1px solid #CCC;
    position: absolute;
    bottom: 0px;
    clear: both;
    background-color: #FFFFFF;
    right: 0px;
    left: 0px;
    height: 20px;
    padding-bottom: 10px;
}

#resultsCount
{
    float: right;
    margin-top: 4px;
	width: 505px;
	text-align:right;
	vertical-align:top;
}

#searchIcon
{
    padding: 1px 2px 0px 2px;
    float: left;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-right: 0px;
}

.costLink
{
    float: right;
    margin-right: 4px;
}

.catalogItemWrapper
{
    margin-right: 60px;
}

.moreInfoLink
{
    clear:both;
    margin: 0 5px 0 0;
    height:10px;
	outline: none;
}

.ratingTable
{
    float: right;
}

.ratingWrapper
{
    display: none;
    width: 410px;
    background-color: #dddddd;
    left: 1px;
    border: 1px solid #999999;
    position: absolute;
    z-index: 99;
    padding: 5px;
}

#ratingsForVersion
{
    float: right;
}
#ratings {
    font-size: 8pt;
}
.commentsLeftCell
{
    float: right;
    width: 150px;
}

#serviceInfoImageCell
{
    float: right;
    padding: 10px;
}

.categoryWrapperRatings
{
    margin-right: 20px;
    float:right;
}

#versionWrapper
{
    float: left;
}

#rateLink
{
    float: left;
}

.toggleImage
{
     margin:0 0 -1px 4px;
     border:0px;
}

.rateAndCommentLink
{
    padding-right:15px;
}

.pageTurnArrow
{
    padding:0 2px 1px 3px; 
    background-color:#CCCCCC; 
    border:1px solid #666666;
}

.unselectedButton
{
  background-color: #CCC;
  color: #0072bc;
  font-weight: normal;
}

.selectedButton
{
  background-color: #378c24;
  color: #FFFFFF;
  font-weight: bold;
}

.moreInfoDiv
{
    clear:both; 
    display:none; 
    margin:2px; 
    background-color:#F6F6F6; 
    border:1px solid #cccccc; 
    border-top:0px;
}

.resultsPerPage
{
    float:right;
    margin-right:20px;
}

.resultsPerPage select
{
    color:#666666;
    border:1px solid #666666;
}

.removeReferenceButton
{
    float:left;
}

.referenceBookImage
{
    margin-bottom:-3px;
}

.removeReferenceButton:hover, .referenceBookImage:hover
{
    cursor:pointer;
}

.rateServiceButtonWrapper
{
    float:left;
}

#catalogFooter1
{
    float: right;
    width: 33%;
    text-align:right;
    vertical-align:top;
}

#catalogFooter2
{
    margin-right:5px;
    float: right;
    width: 33%;
    text-align:right;
    vertical-align:top;
}

#catalogFooter3
{
    text-align:left;
    float: left;
    width: 33%;
    vertical-align:top;
}

.catalogContainer
{
    position: relative;
    width: 798px;
    height: 100% !important;
    overflow: hidden !important;
}