
/* get rid of those system borders being generated for A tags */
a:active
{
    outline: none;
}

:focus
{
    -moz-outline-style: none;
}




/*---reseller tabs --------*/

#tabbed_box
{
    margin: 0px auto 0px auto;
    width: 550px;
}

.tabbed_box h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    color: #666666;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.tabbed_box h4 small
{
    color: #666666;
    font-weight: normal;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    left: 6px;
    letter-spacing: 0px;
}

.tabs
{
    padding: 8px;
}

ul.tabNavigation
{
    margin: 0px;
    padding: 0px;
    background-image: none;
}
ul.tabNavigation li
{
    list-style: none;
    display: inline;
    background-image: none;
    padding: 0px;
    margin: 0px;
}

ul.tabNavigation li a
{
    color: #CCCCCC;
    padding: 7px 14px 8px 14px;
    text-decoration: none;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #2f343a;
    background-image: url(  'images/tab_off.jpg' );
    background-repeat: repeat-x;
    background-position: top;
    background-color: #808080;
}
ul.tabNavigation li a:hover
{
    background-color: #2f343a;
    color: Green;
    border-color: #2f343a;
}

div.tabs ul.tabNavigation a.selected
{
    background-color: #ffffff;
    color: #282e32;
    border: 1px solid #464c54;
    border-bottom: 1px solid #ffffff;
    background-image: url(images/tab_on.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

ul.tabNavigation
{
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 7px;
    margin-left: 5px;
}
.content
{
    background-color: #ffffff;
    padding: 8px;
    border: 1px solid #464c54;
    background-image: url(images/content_bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.europeTab
{
    color: #990000;
}







/*-----------styling the accordion vertical menu------------------*/

.AccContent
{
    padding: 2px 10px;
}

.AccContent p
{
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 11px;
    font-variant: small-caps;
    color: #999999;
}





.AccNav
{
    padding: 0;
    margin: 0;
}
.AccNav a:hover
{
    text-decoration: underline;
}
.AccNav dt b, .AccNav dt a
{
    display: block;
    font-weight: normal;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    cursor: pointer;
    color: #3e4346;
    margin: 0px;
    top: 0px;
    left: 0px;
}
.AccNav dt
{
    background-image: url(   'images/resellerAccordianBG.jpg' );
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 1px solid #d6dde0;
    background-color: #eeeeee;
}
.AccNav dt.noBG
{
    background-image: none;
    background-color: #ffffff;
}
.AccNav dt b
{
    background-image: url(  'images/CrossIcon.png' );
    background-repeat: no-repeat;
    background-position: right center;
}
.AccNav dt b.clicked{
background-image: url(  'images/minusIcon.png' );
    background-repeat: no-repeat;
    background-position: right center;
}
.AccNav dt b small
{
    color: #8b959c;
    font-size: 9px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    left: 4px;
    top: 0px;
}
.AccNav dt em
{
    color: #C0C0C0;
    text-decoration: none;
    font-size: 12px;
    margin-right: 80px;
}
/*.AccNav dt a
{
    background-position: left top;
    color: green;
    text-decoration: none;
    font-size: 16px;
}*/
.AccNav dd
{
    padding: 0;
    margin: 0;
}

.AccNav dd ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.AccNav dd ul li
{
    padding-left: 10px;
    background-image: none;
    border-bottom: 1px solid #d6dde0;
    padding-top: 8px;
    padding-bottom: 8px;
}
.AccNav dd ul li:last-child
{
    border-bottom: none;
}
.AccNav dd ul li a
{
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
.AccNav dd ul li a:hover
{
    text-decoration: none;
     color: green;
}
.AccNav dd ul li strong
{
    font-size: 15px;
    color: #000;
    text-decoration: none;
    margin-right: 5px;
}
.AccNav dd ul li em
{
color: #666666;
margin-left:6px;  
    font-size: 11px;
    font-variant: normal;
    font-style: italic;
    padding-right:5px;
}
.AccNav dd ul li span
{
    color: #333333;
    margin-left: 6px;
    padding-right:5px;
    font-size: 11px;
    font-weight:bold;
    font-variant: normal;
    font-style: normal;
}
.AccNav dd ul li span a
{
    margin-left: 6px;
    margin-right: 10px;
    font-size: 11px;
    font-variant: normal;
    font-style: normal;
    
}



/*-------------- styling the reseller item section---------------------*/

.resellerItemContianer
{
    padding-bottom: 5px;
    padding-top: 2px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #800000;
}

.resellerItemContianer h4
{
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 3px;
    color: Blue;
}
.resellerItemContianer a
{
    font-size: 11px;
    background-color: transparent;
}
.resellerLogo
{
    float: left;
}
.resellerDetails
{
    float: left;
    width: 220px;
}
.resellerDetails h4
{
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #000000;
}
.CompanyName
{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: #000000;
}
.resellerItemContianer p
{
    color: #666666;
    margin: 0px;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
    font-variant: normal;
    font-style: italic;
}
.resellerDetails p span
{
    color: #666666;
    font-weight: bold;
}
.resellerDetails span.divider
{
    color: #CC0000;
}
.spacerReseller
{
    width: 15px;
    float: left;
}
.resellerWeb
{
    float: left;
    width: 220px;
}

