
* body {
    font-size: x-small; /* For IE5/Win */
    f\ont-size: small; /* For other IE versions */
}

body {
    font: small/ 1.2em Arial, Helvetica, sans-serif;
    color: #474646;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff url(../images/main-bg.gif) repeat-x top left;
}

p {
    padding: 1em 0;
    margin: 0;
}

img {
    border: none;
}

#banner img {
    border: 1px solid transparent;
}

#banner img:hover {
    border: 1px solid #FFFFFF;
}

a {
    color: #197cc9;
    text-decoration: underline;
    outline: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

a:active {
    outline: none;
}

hr {
    padding: 0;
    margin: 10px 0;
    height: 1px;
    background: none;
    border: none;
    border-top: 1px solid #8F8F8F;
}

span.error {
    color: Red;
}

p.error {
    color: Red;
    border: 1px solid #999;
    padding: 10px !important;
}

table.std td, table.std th {
    vertical-align: top;
}

.clear {
    clear: both;
}

.disabled {
    color: #999 !important;
}

.right {
    text-align: right;
}

img.icon {
    margin: 0 2px -5px 2px;
}

a.withIcon {
    padding-left: 30px
}

a.withIcon .icon {
    margin-left: -30px
}

.pagesNav {
    font-size: 110%;
    margin: 20px 0;
}

.pagesNav .prevNext {
    text-decoration: none;
    padding: 0 0.4em;
}

.pagesNav .prevNext:hover {
    text-decoration: none;
}

.pagesNav .prevNext u {
    text-decoration: underline;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 980px;
    font-size: 92%;
}

#container {
    padding: 20px 20px 5px 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
    width: 940px;
    background: url('../images/container-bg.gif') no-repeat top left;
    min-height: 470px;
    height: auto !important;
    height: 470px;
    line-height: 150%;
    font-size: 110%;
}

#container.cols2 {
    background-image: url(../images/container-bg-2col.gif);
    padding: 0;
    width: 980px;
}

#container .col-left {
   float: left;
   width: 713px;
   padding: 20px 20px 5px 20px;
}

#container .col-right {
   float: right;
   width: 189px;
   padding: 20px 10px 5px 10px;
}

#container h1 {
    font-size: 160%;
    padding: 0 0 10px 0;
}

#container h2 {
    font-size: 120%;
    padding: 0 0 10px 0;
}

#container p {
    padding: 0 0 10px 0;
}

#container ol {
    padding: 0 0 10px 40px;
}

/*LOGO*/
    /*Needs to be removed one code is fixed to not display logo in GlobalHeader*/
#hiddenLogo {
    position: absolute;
    visibility: hidden;
    height: 1px;
    top: 0; left 0;
    z-index: 10;
}

/* END */
#top {
    width: 100%;
}

#topContainer {
    margin: 0 auto;
    width: 980px;
}

/* HEAD LINKS */
#util {
    margin: 5px 0 0 0;
    padding: 0;
    width: 980px;
}

#topLinks {
    float: right;
}

#topLinks ul {
    list-style-type: none;
}

#topLinks li {
    float: left;
    padding: 0;
    padding-left: 5px;
    padding-right: 10px;
    margin: 0;
    margin-left: 5px;
    color: #333;
    line-height: 1.6em;
}

#topLinks li a {
    text-decoration: none;
    color: #333;
}

#topLinks li.liMyRoxio,#topLinks li.liCart,#topLinks li.liFeedback {
    margin-top: 3px;
    background: url('../images/hdr-seperator.gif') no-repeat right 1px;
}

#topLinks li.liCart,#topLinks li.liFeedback,#topLinks li.liLocale {
    
}

/*Site Navigation*/
.main-title {
    font-size: 156%;
    font-weight: bold;
}

/*Header Styles */
    /*The width of these headers are variable and will fit with the container, but can only work with
  a white background. */
.hdr-main {
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-aqua-rt.gif') no-repeat right top;
    padding: 0;
    margin: 0;
    height: 34px;
    color: #fff;
}

.hdr-main span {
    float: left;
    background: url('../images/hdr-aqua-fill-lt.gif') no-repeat left top;
    height: 25px;
    padding: 9px 0 0 15px;
}

.hdr-main a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.hdr-main a:hover {
    color: #fff;
}

.hdr-alpha {
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-lime-rt.gif') no-repeat right top;
    padding: 0;
    margin: 0;
    height: 34px;
    color: #fff;
}

.hdr-alpha span {
    float: left;
    background: url('../images/hdr-lime-fill-lt.gif') no-repeat left top;
    height: 25px;
    padding: 9px 0 0 15px;
}

.hdr-alpha a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.hdr-alpha a:hover {
    color: #fff;
}

.hdr-beta {
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-charcoal-rt.gif') no-repeat right top;
    padding: 0;
    margin: 0;
    height: 34px;
    color: #fff;
}

.hdr-beta span {
    float: left;
    background: url('../images/hdr-charcoal-fill-lt.gif') no-repeat left top
        ;
    height: 25px;
    padding: 9px 0 0 15px;
}

.hdr-beta a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.hdr-beta a:hover {
    color: #fff;
}

.hdr-gamma {
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-granite-rt.gif') no-repeat right top;
    padding: 0;
    margin: 0;
    height: 34px;
    color: #5a5a5a;
}

.hdr-gamma span {
    float: left;
    background: url('../images/hdr-granite-fill-lt.gif') no-repeat left top;
    height: 25px;
    padding: 9px 0 0 15px;
}

.hdr-gamma a {
    color: #5a5a5a;
    text-decoration: none;
    cursor: pointer;
}

.hdr-gamma a:hover {
    color: #5a5a5a;
}

.hdr-sub-nav {
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-charcoal-rt.gif') no-repeat right top;
    padding: 0;
    margin: 0;
    height: 34px;
    color: #fff;
}

.hdr-sub-nav ul {
    float: left;
    background: url('../images/hdr-charcoal-fill-lt.gif') no-repeat left top
        ;
    height: 31px;
    padding: 5px 0 0 15px;
    list-style: none;
}

.hdr-sub-nav ul li {
    float: left;
}

.hdr-sub-nav li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer;
    display: block;
    height: 24px;
}

.hdr-sub-nav li a span {
    float: left;
    display: block;
    padding: 3px 13px 5px 8px;
    height: 21px;
    margin-left: 5px;
}

.hdr-sub-nav li:hover a {
    color: #fff;
    background: url('../images/hdr-sub-nav-hover-lt.png') no-repeat left top
        ;
}

.hdr-sub-nav li:hover a span {
    background: url('../images/hdr-sub-nav-hover-rt.png') no-repeat right
        top;
}

/*The width of these headers adjust to the size of the content.  If certain width needs to be set 
  a width in the span tag.  This is will work on any color background.  */
.hdr-var-main {
    clear: both;
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-aqua-lt.png') no-repeat left top;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
    height: 34px;
    color: #fff;
}

.hdr-var-main span {
    float: left;
    background: url('../images/hdr-aqua-rt.png') no-repeat right top;
    height: 25px;
    padding: 9px 18px 0 6px;
}

.hdr-var-alpha {
    clear: both;
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-lime-lt.png') no-repeat left top;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
    height: 34px;
    color: #fff;
}

.hdr-var-alpha span {
    float: left;
    background: url('../images/hdr-lime-rt.png') no-repeat right top;
    height: 25px;
    padding: 9px 18px 0 6px;
}

.hdr-var-beta {
    clear: both;
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-charcoal-lt.png') no-repeat left top;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
    height: 34px;
    color: #fff;
}

.hdr-var-beta span {
    float: left;
    background: url('../images/hdr-charcoal-rt.png') no-repeat right top;
    height: 25px;
    padding: 9px 18px 0 6px;
}

.hdr-var-gamma {
    clear: both;
    font-weight: bold;
    font-size: 100%;
    background: url('../images/hdr-granite-lt.png') no-repeat left top;
    padding: 0 0 0 10px;
    margin: 0 5px 0 0;
    height: 34px;
    color: #5a5a5a;
}

.hdr-var-gamma span {
    float: left;
    background: url('../images/hdr-granite-rt.png') no-repeat right top;
    height: 25px;
    padding: 9px 18px 0 6px;
}

/*Button Styles */
.purchase-options {
    padding: 0;
    margin: 0;
}

.btn-main,.btn-alpha,.btn-beta,btn-gamma {
    
}

.btn-stack .btn-main,.btn-stack .btn-alpha,.btn-stack .btn-beta,.btn-stack .btn-gamma
    {
    clear: both;
}

.purchase-options .btn-main,.purchase-options .btn-alpha,.purchase-options .btn-beta
    {
    float: left;
}

.btn-main a {
    float: left;
    background: url('../images/btn-lime-lt.png') no-repeat left top;
    margin: 0 5px 0 0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    height: 21px;
    padding: 0 0 5px 10px;
    color: #fff;
}

.btn-main a span {
    float: left;
    display: block;
    background: url('../images/btn-lime-rt.png') no-repeat right top;
    height: 21px;
    padding: 5px 18px 0 6px;
    line-height: 116%;
}

.btn-main a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    background-position: 0% -52px;
}

.btn-main a:hover span {
    background-position: 100% -52px;
}

.btn-alpha a {
    float: left;
    background: url('../images/btn-aqua-lt.png') no-repeat left top;
    margin: 0 5px 0 0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    height: 21px;
    padding: 0 0 5px 10px;
    color: #fff;
}

.btn-alpha a span {
    float: left;
    display: block;
    background: url('../images/btn-aqua-rt.png') no-repeat right top;
    height: 21px;
    padding: 5px 18px 0 6px;
    line-height: 116%;
}

.btn-alpha a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    background-position: 0% -52px;
}

.btn-alpha a:hover span {
    background-position: 100% -52px;
}

.btn-beta a {
    float: left;
    background: url('../images/btn-charcoal-lt.png') no-repeat left top;
    margin: 0 5px 0 0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    height: 21px;
    padding: 0 0 5px 10px;
    color: #fff;
}

.btn-beta a span {
    float: left;
    display: block;
    background: url('../images/btn-charcoal-rt.png') no-repeat right top;
    height: 21px;
    padding: 5px 18px 0 6px;
    line-height: 116%;
}

.btn-beta a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    background-position: 0% -52px;
}

.btn-beta a:hover span {
    background-position: 100% -52px;
}

/*Tabs*/
#subNav {
    clear: both;
    float: left;
}

#subNav ul {
    margin: 0 0 0 8px;
    padding: 5px 0 0px 0;
    list-style: none;
}

#subNav li {
    display: inline;
    margin: 0;
    padding: 0;
}

#subNav a {
    float: left;
    background: url("../images/navTabs_lt.gif") no-repeat left -54px;
    margin: 7px 2px 0 0;
    padding: 0 0 0 7px;
    text-decoration: none;
    font-weight: bold;
}

#subNav a span {
    float: left;
    display: block;
    background: url("../images/navTabs_rt.gif") no-repeat right -54px;
    padding: 10px 15px 5px 6px;
    font-weight: bold;
    color: #666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#subNav a span {
    float: none;
}

/* End IE5-Mac hack */
#subNav a:hover span {
    color: #fff;
    cursor: pointer;
}

#subNav a:hover {
    background-position: left -108px;
    font-weight: bold;
    cursor: pointer;
}

#subNav a:hover span {
    background-position: right -108px;
    color: #666;
    cursor: pointer;
}

/*Example on how to use the onstate.  Add an id to the body such as id="overview" and make sure all li has an id assigned such as #navOverview.
#overview #navOverview a, #features #navFeatures a, #benefits #navBenefits a {
	margin: 0 2px 0 0;
	background-position:left 0px;
	font-weight:bold;
}
#overview #navOverview a span, #features #navFeatures a span, #benefits #navBenefits a span {
	background-position:right 0px;
	color: #fff;
	padding:13px 15px 9px 6px;
}
*/ /* Rounded Bucket Containers */
.bucket-container {
    position: relative;
    margin-bottom: 1.2em;
}

.bucket-container-icon .hdr-main span {
    padding-left: 35px;
}

.bucket-container .hdr-main,.bucket-container .hdr-alpha,.bucket-container .hdr-beta,.bucket-container .hdr-gamma
    {
    margin: 0 5px 0 0 !important;
}

.bucket-container-icon .bucket-hdr-icon {
    position: absolute;
    z-index: 21;
    top: 5px;
    padding: 5px 5px 0 15px;
}

.bucket-container .bucket-hdr-abs {
    position: absolute;
    z-index: 20;
    top: 5px;
    padding: 0 5px 0 5px;
}

.bucket-container .bucket-content {
    padding: 35px 10px 0 20px;
}

/* Set width of hdr-main container to fix desired size.  Here is an example 

.bucket-container .bucket-hdr-width {
	width: 913px;
}

*/
.bucket-top {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 10px;
    background: url('../images/bucket-top-rt.gif') top right no-repeat;
}

.bucket-top span {
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    background: url('../images/bucket-top-lt.gif') top left no-repeat;
}

.bucket-content {
    border-left: 1px solid #e5e4e4;
    border-right: 1px solid #e5e4e4;
}

.bucket-grad-top {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 10px;
    background: url('../images/bucket-top-grad-rt.gif') top right no-repeat;
}

.bucket-grad-top span {
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    background: url('../images/bucket-top-grad-lt.gif') top left no-repeat;
}

.bucket-grad-content {
    border-left: 1px solid #e5e4e4;
    border-right: 1px solid #e5e4e4;
}

.bucket-grad-content-in {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background: url('../images/bucket-content-grad-bg.gif') top left
        repeat-x;
    padding: 0 10px 0 10px;
}

.bucket-btm {
    clear: both;
    display: block;
    marin: 0;
    padding: 0;
    background: url('../images/bucket-btm-rt.gif') top right no-repeat;
}

.bucket-btm span {
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    background: url('../images/bucket-btm-lt.gif') top left no-repeat;
}

.rounded-container-top {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 10px;
    background: url('../images/bucket-top-rt.gif') top right no-repeat;
    overflow: hidden;
}

.rounded-container-top span {
    display: block;
    margin: 0;
    height: 10px;
    background: url('../images/bucket-top-lt.gif') top left no-repeat;
}

.rounded-container-content {
    border-left: 1px solid #e5e4e4;
    border-right: 1px solid #e5e4e4;
    padding: 5px 15px 0 15px;
}

.rounded-container-btm {
    clear: both;
    display: block;
    marin: 0;
    padding: 0;
    background: url('../images/bucket-btm-rt.gif') top right no-repeat;
}

.rounded-container-btm span {
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    background: url('../images/bucket-btm-lt.gif') top left no-repeat;
}

#footer {
    float: left;
    width: 980px;
    margin-bottom: 5px;
}

#footer #footer-top {
    background: url('../images/ftr-top-trim.png') no-repeat top left;
    height: 10px;
    overflow: hidden;
}

#footer #footer-content {
    background: #5a5a5a;
}

#footerLinks {
    position: relative;
    padding: 5px 0 5px 15px;
    /*width: 660px;
	float: left;*/
}

#footerLinks ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footerLinks li {
    display: inline;
    padding: 0 7px 0 7px;
}

#footerLinks li {
    border-left: 1px solid #fff !important;
    margin-left: -1px;
}

#footerLinks li.ftrPressReleases {
    padding-left: 0;
}

#footerLinks li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#footerLinks p {
    padding-top: 5px;
    color: #cfcfcf;
    font-size: 93%;
}

#footerLinks p a {
    color: #cfcfcf;
    text-decoration: none
}

#newsletter-signup {
    float: left;
    width: 300px;
}

#newsletter-signup label {
    display: block;
    color: #cfcfcf;
    font-weight: bold;
    margin-bottom: 5px;
}

#newsletter-signup input {
    float: left;
    height: 20px;
    color: #999;
    line-height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    width: 165px;
}

#newsletter-signup .btn-go {
    float: left;
    border: 1px solid #fff;
    padding: 0;
    margin-left: 5px;
}

#newsletter-signup .btn-go a {
    display: block;
    border: 1px solid #197cc9;
    background: #197cc9 url('../images/btn-aqua-tile.gif') repeat-x top left
        ;
    color: #fff;
    font-weight: bold;
    padding: 2px 6px 2px 6px;
}

#newsletter-signup .btn-go a:hover {
    border: 1px solid #1c89de;
    background: #1c89de url('../images/btn-aqua-tile-on.gif') repeat-x top
        left;
}

#newsletter-signup  a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#footer #footer-bottom {
    background: url('../images/ftr-btm-trim.png') no-repeat top left;
    height: 10px;
}

.clear {
    clear: both;
}

.nofloat {
    float: none;
}

#disclaimer {
    padding: 10px 0 0 0;
}

#disclaimer p {
    margin: 0;
    padding: 0 0 5px 0;
    color: #999;
    font-size: 90%;
}

/* tooltip styles */
.tooltip {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 10px;
    line-height: 166% !important;
}

.tooltip-hdr {
    width: 250px !important;
    background: url('../images/tooltip-hdr.png') top left;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 15px;
    text-align: left;
}

.tooltip-body {
    width: 250px !important;
    background: url('../images/tooltip-body.png') bottom right;
    padding: 10px 10px 35px 15px;
    text-align: left;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

#breadcrumb {
    padding: 10px 0 0 0;
    margin: 0 0 0 5px;
    color: #b5b4b4;
    float: left;
}

#breadcrumb a {
    color: #474646;
    text-decoration: none;
}

#breadcrumb a:hover {
    color: #fff;
}

#breadcrumb .first {
    background: none;
}

#breadcrumb .on {
    color: #fff;
    font-weight: bold;
}

#breadcrumb ul {
    display: inline;
    list-style-type: none;
}

#breadcrumb ul li {
    float: left;
    margin: 0 0 0 8px;
    padding: 0 0 0 12px;
    background: url('../images/breadcrumb-arrow.png') no-repeat;
    background-position: 0 4px;
}

/* Forms */
form {
    margin: 0;
    padding: 0;
    min-width: 500px;
    max-width: 670px;
    width: 560px;
}

form fieldset {
    border: 1px solid #E5E4E4;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px 5px;
    margin: 0;
    /*width: 560px;*/
}

form fieldset.hidden {
    border: 0;
}

form fieldset legend {
    font-weight: bold;
}

form label { /*margin: 0 0 0 5px;*/
    
}

form label.qflabel {
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: left;
}

form input,form textarea,form select { /*width: auto;*/
    
}

form textarea {
    overflow: auto;
}

form br {
    clear: left;
}

form div.qfelement {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
	position: relative;
}

form div.qfreqnote {
    font-size: 80%;
}

form span.error,form span.required {
    color: red;
}
form div.qfelement.error br {
	display: none;
}

form div.qfelement.error span.error {
	background: url(/images/baloon.png) 0 -7px;
	left: 100%;
	padding: 4px 0 0 17px;
	position: absolute;
	top: 0px;
	width: 14em;
	display: block;
	min-height: 18px;
	z-index: 100;
}

form div.error { /*border: 1px solid red;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

form .qfelement .link {
    color: #7B7B79;
    line-height: 200%;
}
form#passForm .qflabel {
    width: 12.5em;
}

/* endForms */
/* registration, login */
.login-boxes .bucket-login,
.login-boxes .bucket-container.order {
    margin-right: 25px;
}
.login-boxes.order .bucket-container.order {
    width: 475px;
}
.login-boxes.order .order .bucket-hdr-width {
    width: 470px;
}
.order table {
    width: 32em;
}
.login-boxes .bucket-container {
    float: left;
    width: 445px;
}
.login-boxes.order .bucket-container {
    width: 415px;
}
.login-boxes .bucket-hdr-width {
    width: 440px;
}
.login-boxes.order .bucket-hdr-width {
    width: 410px;
}
.login-boxes .regLink {
    font-size: 115%;
    text-align: center;
}
.login-boxes label.qflabel {
    text-align: right;
    font-weight: bold;
    line-height: 25px;
}
.bucket-content {
    font-size: 110%;
}
.bucket-container label.qflabel {
    font-weight: bold;
    line-height: 25px;
}
.bucket-container .input {
    background: #F4F4F4;
    border: 1px solid #C8C6C6;
    color: #333333;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    /*width: 180px;*/
}
.bucket-container input.input {
    line-height: 18px;
    height: 21px;
}
.bucket-container.wide {
    width: 935px;
}
.bucket-container.wide .bucket-hdr-width {
    width: 930px;
}

/* Downloads */
.orderForm {
    width: 500px;
}

.orderForm table {
}

.orderForm .cost {
    width: 6.5em;
    text-align: right;
}

.userInfo th {
    text-align: left;
    padding: 0.3em 0.8em;
}

#rentForm input {
    width: 220px;
}

#costForm label.qflabel {
    width: 16em;
}

#providerForm label.qflabel {
    width: 6em;
}

#providerForm input {
    width: 25em;
}

ul.list {
    list-style-type: circle;
    padding: 0 0 20px 20px;
}

#profileForm .qfelement input {
    width: 25em;
}

#contactForm label.qflabel {
    width: 7.5em;
}

#loginForm label.qflabel {
	width: 225px;
	white-space: nowrap;
}

.icqSupport {
    float: left;
    color: #333;
    margin: 3px 0 0 0;
    line-height: 1.6em;
}

.icqSupport img {
    width: 18px;
    height: 18px;
    margin: 0 0 -5px 0;
}

.table tr.odd {
    background: #D5E9F7;
}

.table td, .table th {
    padding: 4px 6px;
}


/***************************************/
/* news, articles */

.article {
    padding: 1em;
}

#container #article .title,
#container #news .title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 200%;
}

#container #article .date,
#container #news .date {
    padding: 5px 0 10px 0;
    color: #666;
    font-size: 95%;
}

#container #news .body,
#container #article .body {
    margin: 10px 0;
}

hr.delimiter {
    width: 40%;
    text-align: center;
    margin: 2em auto;
    height: 1px;
    border: none;
    border-top: 1px dotted #8F8F8F;
}

#container .articles .title,
#container .news .title {
    float: left;
}

#container .news .date,
#container .articles .date {
    float: right;
    line-height: 200%;
    color: #666;
}

#container .news .body,
#container .articles .body {
    clear: both;
    padding: 10px 0;
}

#container #articlesList .item {
    margin: 1em 0 3em 0;
}


#loginBox .bucket-container .bucket-content
{
	padding-left: 10px;
}
}




