/* COMMON ELEMENTS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, 
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

p, li, blockquote {
    color: #333333;
}

p, blockquote {
    margin: 10px 1px;
}

img, a {
	border: 0;
	outline: none;
}

a, a:active, a:visited {
    color: #1D7Fa1;
    text-decoration: none;
}

a:hover {
    color: #f99d1c;
    text-decoration: underline;
}

/* common styles */
.clearBoth {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;    
}

.hidden
{
    display: none;
}

/* product index */
.right a, .right a:active, .right a:visited {
    color: #1d7fa1;
    text-decoration: none;
    border-bottom: 1px dotted #1d7fa1;
}

.right a:hover {
    color: #f99d1c;
    text-decoration: none;
    border-bottom: 1px dotted #f99d1c;
}

.productsResources
{
    width: 687px;
}

.productsResourcesTitle
{
    background-image: url("/images/solarwinds/products/main_top.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 46px;
    line-height: 46px;
}

.productsResourcesTitle span
{
    color: #cacaca;
    margin-left: 15px;
    font-size: 20px;
}

.productsResourcesContent
{
    height: 232px;
}

.productsResourcesContent a
{
    font-weight: bold;
}

.productsResourcesTab
{
    cursor: pointer;
    float: left;
    height: 59px;
}

.productsResourcesTabs a.selected span.selected, .productsResourcesTabs a span.unselected
{
    display: block;
}

.productsResourcesTabs a.selected span.unselected, .productsResourcesTabs a span.selected
{
    display: none;
}

.featuredProducts
{
    margin-top: 10px;
}

.featuredProducts .r-star, .featuredProducts .r-star-shape 
{
    padding: 10px 0;
    width: 687px;
}

.featuredProductsContent
{
    background-color: #ffffff;   
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding-bottom: 15px;
    _zoom: 1;
}

.featuredProductsContent .even
{
    background-image: url("/images/solarwinds/products/background-gray-1.gif");
    background-repeat: repeat-x;
    background-position: top left;
}

.featuredProductsContent .last
{
    border: none;    
}

.featuredProductsContent h1
{
    color: #636363;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    border-bottom: 1px solid #cecece;
}

.featuredProduct
{
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #bbbbbb;
}

.featuredProductContent
{
    height: 120px;
    padding-left: 5px;
}

.featuredProductLeft
{
    float: left;
    width: 160px;
}

.featuredProductLeft a, .featuredProductLeft a:hover
{
    border: none !important;
}

.featuredProductLeftImage
{
    width: 160px;
    height: 120px;
    position: relative;
    top: -3px;
}

.featuredProductLeftImage img
{
    _display: none;    
}

.featuredProductCenter
{
    float: left;
    width: 365px;
}

.featuredProductCenter .title
{
    float: left;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
}

.featuredProductCenter .startsat
{
    float: right;
    color: #636363;
    padding-right: 7px;
}

.featuredProductCenter .startsat .price
{
    font-size: 14px;
    font-weight: bold;
}

.featuredProductCenter p
{
    width: 350px;
    font-size: 12px;
    margin-bottom: 0;
}

.featuredProductCenter p a
{
    font-weight: bold;
}

.featuredProductCenter .divRating
{
    float: left;
    clear: none;
    position: static;
    margin-top: 1px;
    margin-left: 5px;
}

.featuredProductCenter .divSeparator
{
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.featuredProductCenter .divReviews
{
    float: left;
    clear: none;
    margin-left: 0;
    margin-top: 1px;
}

.featuredProductCenter .login_click
{
    float: left;
    clear: none;
    margin-left: 0;
    margin-top: 1px;
}

.featuredProductRight
{    
    float: left;
    width: 145px;
}

.featuredProductRightTop
{
    height: 5px;
    font-size: 0;
    background-image: url("/images/solarwinds/products/get_more_top.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.featuredProductRightContent
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #ffffff;
}

.featuredProductRightButton
{
    text-align: center;
    padding-bottom: 5px;
}

.featuredProductRightButton a, .featuredProductRightButton a:hover
{
    border: none !important;
}

.featuredProductRightLinks
{
    background-color: #e9e9e9;
    padding: 3px;
    _padding-top: 5px;
    _padding-bottom: 5px;
}

.featuredProductRightLinks img
{
    vertical-align: middle;
}

.featuredProductRightBottom
{
    height: 5px;
    font-size: 0;
    background-image: url("/images/solarwinds/products/get_more_bottom.gif");
    background-position: center top;
    background-repeat: no-repeat;
}