@charset "utf-8";

/* set global default properties to ensure they are equal for all browsers */
* {
    clear: none;
    margin: 0;
    padding: 0;
}
#container * {
    float: left;
}
/* end global style */

body {
    float: none;
    background-color: #fff;
    background-image: url(/images/body_grad.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #522f40;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

/* make sure default tags don't float and have the correct clear properties */
#container br {
    clear: both;
    float: none;
}
#container a img, button {
    border: none;
    background-color: transparent;
}
#container h1, #container h2, #container strong, #container i, #container b {
    float: none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
/* end default tags */


/* utility tags */
#container .bold {
    font-weight: bold;
    float: none;
}
#container .clear {
    display: block;
    clear: both;
    float: none;
    margin-bottom: 3px;
}
#container .clearL {
    width: 270px;
    display: block;
    clear: both;
    float: none;
    margin-bottom: 5px;
}
#container .clearR {
    width: 220px;
    display: block;
    clear: both;
    float: none;
    margin-bottom: 5px;
}
#container .pink {
    color: #ac4269;
    float: none;
}
#container #submit, .submit {
    margin-top: 20px;
}
#container .rss {
    margin: 6px;
}
/* end utility tags */


/* there are four nested main containers */
#container {
    float: none;
    width: 1108px;
    margin: auto;
    text-align: left;
}
#shadow {
    float: left;
    width: 1018px;
    padding: 0px 43px 0px 43px;
    background-color: transparent;
    background-position: left;
    background-image: url(/images/bg_shadow_l.png);
    background-repeat: repeat-y;
}
#bg {
    width: 1018px;
    background-repeat: repeat-x;
    background-color: transparent;
}
#content {
    width: 1018px;
    background-repeat: repeat-y;
    background-color: transparent;
}
/* end main containers */


/* navigation */
#leftCol {
    width: 208px;
}
#leftCol .header {
    height: 96px;
    width: 208px;
    margin: 0;
    padding: 0;
    background-image: none;
}

#languages {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #cfc5de;
    background-image: url(/images/bg_language.png);
    background-repeat: repeat;
}
#languages * {
    float: none !important;
    vertical-align: middle;
}
#languages img {
    margin: 5px 0;
}
#languages a.on:link img, #languages a.on:visited img {
    filter: alpha(opacity=100);
    opacity: 1;
}
#languages a.on:hover img, #languages a.on:active img {
    filter: alpha(opacity=100);
    opacity: 1;
}
#languages a.off:link img, #languages a.off:visited img {
    filter: alpha(opacity='50');
    opacity: 0.5;
}
#languages a.off:hover img, #languages a.off:active img {
    filter: alpha(opacity=100);
    opacity:1.0;
}

dl.accordion{
    width:100%;
    float:none;
    clear:both;
    margin:0;
    padding:0;
    overflow:hidden;}
dl.accordion dt{
    width:100%;
    clear:both;
    float:none;
    _width:100%;/*hack for IE*/
    cursor:pointer;
    display:block;
    margin:0;
    padding:0;
    background-color:white;
    border-width:0px;}
dl.accordion a{
    color: #ac4269;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;}

dl.accordion dd img{
    border-style: none;
    border-width: 0px;
    width: 208px;
    height: 22px;
}
dl.accordion dt.hover{
    background-color:#DDDDFF;}
dl.accordion dd{
    width:100%;
    clear:both;
    float:none;
    margin:0;
    padding:0;
    border-width:0px;
    cursor: pointer;}
dl.accordion dd a{
    background-color:white;}
dl.accordion dd a:hover{
    background-color:#DDDDFF;}
dl.accordion dd.default{height:auto;display:block;}
dl.accordion dd.default_close{display:none;}

a.rollover:link, a.rollover:visited {
    background-color: white;
}
a.rollover:hover, a.rollover:active {
    background-color: #DDDDFF;
}

/* end navigation */


/* header/login form */
.header {
    height: 29px;
    width: 795px;
    background-image: url(/images/top.jpg);
    padding: 8px 15px 0px 0px;
}
.header button {
    height: 21px;
}
.header input {
    padding: 1px 0px 0px 6px;
    font-size: 90%;
    height: 17px;
    color: #666666;
    border: 1px solid #522f40;
}
#loginff #username {
    width: 100px;
    margin-right: 5px;
}
#loginff #password {
    width: 100px;
    margin-right: 5px;
}
#loginff #enter_btn, #logoff #enter_btn {
    margin-right: 3px;
    height: 20px;
    border: none;
    margin-top: -1px;
}
#loginff #leave_btn {
    margin-right: 3px;
    margin-left: 3px;
    height: 20px;
    margin-top: -1px;
}
#loginff #btn_forgot {
    margin-right: 3px;
    height: 20px;
    border: none;
}
#loginff #btn_signup {
    height: 20px;
    border: none;
}
#search {
    float: right;
    margin-right: 5px;
}
#go_btn {
    float: right;
    height: 20px;
}
.error {
    background-color:#FF9F9F;
}
#loggedin {
    background-color:#FFFFFF;
    height:16px;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    color:#ac4269;
    margin-top:1px;
}
/* end loginform */


/* central subcontainers / main content */
#centralCol {
    width: 582px;
    background-color: white;
    border-left: 1px solid #c8cccd;
    border-right: 1px solid #c8cccd;
    background-image: url(../images/bottom_grad.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#centralCol ul {
    float: none;
    clear: both;
}
#centralCol li {
    list-style-type: none;
    clear: both;
}
#centralCol p {
    float: none;
    margin-bottom: 10px;
    clear: none;
}
#centralCol a:link, #centralCol a:visited, #centralCol label {
    float: none;
    color: #ac4269;
    font-weight: bold;
    text-decoration: none;
}
#centralCol a:hover, #centralCol a:active, #centralCol label:hover {
    color: #522f40;
}
#centralCol .banner {
    width: 582px;
    border-bottom: 1px solid #c8cccd;
    cursor: pointer;
}
#centralCol .article {
    width: 582px;
    padding: 0px;
}
#centralCol .article .header {
    width: 582px;
    height: 25px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#centralCol .article .content {
    width: 535px;
    padding: 0px 30px 30px 17px;
}
#centralCol .article .content input, #centralCol .article .content select {
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline;
}
#centralCol .article .content .clearR {
    margin-right: 0px;
}
#centralCol .article .content select option {
    float: none;
    clear: both;
    margin-right: 20px;
}
#centralCol .article .content textarea {
    margin: 0;
    display: inline;
}
#centralCol .article .content h2 {
    color: #ac4269;
}
#centralCol .article .content img.leftAligned {
    margin: 3px 10px 10px 0px;
    float: left;
    border: 1px solid #ac4269;
}
#centralCol .article .content img.rightAligned {
    margin: 3px 0px 10px 10px;
    float: right;
    border: 1px solid #ac4269;
}
#centralCol .article .profile form p, #centralCol .article .details form p, #centralCol .article .contact form p, #centralCol .article .billing form p {
    float: left;
    clear: both;
}
#colOne {
    width: 314px;
    border-right: 1px solid #c8cccd;
}
#colOne .article {
    width: 314px;
}
#colOne .article .header {
    width: 314px;
    height: 25px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#colOne .article .content {
    width: 277px;
    padding: 0px 20px 30px 17px;
}
#colOne .article .content h2 {
    color: #ac4269;
    margin-bottom: 5px;
}
#colOne .article .content img {
    margin: 3px 10px 10px 0px;
    border: 1px solid #ac4269;
}
#colOne .article .content .thankumsg {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
#colOne .article .content .download {
    width: 277px;
    margin: 0px 0px 10px 0px;
}
#colOne .article .content .download img {
    border: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#colOne .article .content .download a, #colOne .article .content .download label {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
#colOne .article .content .download p {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    clear: right;
    width: 222px;
}
#colOne .article .content .download h3 {
    font-weight: bold;
    font-size: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    clear: right;
    width: 212px;
}
#colTwo {
    width: 45%;
    border-left: 1px solid #c8cccd;
    margin-left: -1px;
}
#colTwo .article {
    width: 100%;
}
#colTwo .article .header {
    width: 100%;
    height: 25px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#colTwo .article .content {
    width: 239px;
    padding: 0px 10px 30px 17px;
}
#colTwo .article .content h2 {
    color: #886174;
    margin-bottom: 5px;
}
#colTwo .article .content a:link, #colTwo .article .content a:visited {
    color: #886174;
}
#colTwo .article .content a:hover, #colTwo .article .content a:active {
    color: #522f40;
}
#colTwo .article .thumbnails img {
    margin: 0px 0px 3px 3px;
}
#colTwo .article .content .download {
    width: 230px;
    margin: 5px 0px 10px 0px;
}
#colTwo .article .content .download img {
    float: left;
    border: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#colTwo .article .content .download a {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
#colTwo .article .content .download h3 {
    float: left;
    font-weight: bold;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    clear: right;
    width: 150px;
}
#colTwo .article .content .download p {
    float: left;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    clear: none;
    width: 150px;
}
#container .archived {
    clear: both;
    float: none;
    margin-bottom: 10px;
}
#container .archived div {
    clear: both;
    float: none;
}
.thumbnails {
    padding: 2px 2px 30px 2px;
}
#rightCol {
    width: 226px;
}
#rightCol img {
    cursor: pointer;
}
/* end central subcontainers / main content */

/* FAQ styles */
#accordion .header {
    width: 582px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#accordion h3 {
    font-size: 100%;
    font-weight: bold;
    color: #ac4269;
}
#accordion .toggler {
    /*height: 25px;*/
    width: 564px;
    padding-top: 10px;
    padding-left: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: #dddddd;
}
#accordion .element {
    width: 582px;
    background-image: url(../images/bottom_grad.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#accordion .element p {
    padding: 0px 20px 10px 18px;
    margin: 0;
    overflow: hidden;
}
#accordion .editFAQ {
    margin: 20px;
}
#accordion .editFAQ p {
    float: left;
    width: 500px;
}
#accordion .editFAQ .mceEditor, #accordion .editFAQ .mceEditorContainer {
    width: 500px;
}

/* end FAQ styles */

/* My profile page */
.profile, .details, .contact, .billing {
    margin-left: 17px;
    padding-bottom: 40px;
}
#centralCol .profile p, #centralCol .details p, #centralCol .contact p, #centralCol .billing p {
    margin: 0;
    padding: 0;
}
.avatar {
    width: 75px;
    border: 1px solid #ac4269;
}
.profile .data {
    margin-left: 17px;
    width: 200px;
}
.profile .data .username {
    font-size: 14px;
    color: #ac4269;
}
/* end My profile page */

/* errors */
#forgotpass #message {
    color: #990000;
    clear: right;
    float: none;
    margin-bottom: 10px;
}
.errormessage {
    width: 100%;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.errormessage img {
    padding-top: 11px;
    float: left;
    clear: both;
}
.errormessage p {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    color: #AC4269;
    font-weight: bold;
    float: left;
    width: 100%;
    clear: both;
}

p.errormessagetxt{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    color: red;
    font-weight: bold;
    float: left;
    width: 100%;
    clear: both;

}

#formmessage p {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    color: #AC4269;
    font-weight: bold;
    float: none;
    clear: both;
    margin-bottom: 30px;
    width: 100%;
}
/* end errors */

/* footer styles */
#footer {
    float: left;
    margin: auto auto 0px auto;
    background-color: transparent;
    background-image: url(../images/bg_shadow_b.png);
    text-align: left;
    width: 1018px;
    height: 60px;
    font-size: 90%;
    color: #95999b;
    padding: 0px 43px 43px 43px;
}
#footer a:link, #footer a:visited {
    color: #95999b;
    text-decoration: none;
    float: none;
}
#footer a:hover, #footer a:active {
    color: #886174;
}
#copyright {
    width: 300px;
    height: 40px;
    margin: 15px;
    display: inline;
}
#compliant {
    text-align: right;
    float: right;
    width: 300px;
    height: 20px;
    margin: 15px;
    display: inline;
}
#compliant img {
    float: right;
    margin-left: 5px;
    display: inline;
}
/* end footer styles */

.listL {
    width: 270px;
    clear: left;
    float: left;
}
.listR {
    width: 220px;
    clear: right;
    float: right;
}

#container div.formcontainer{
    float:none;
    clear:both;
    width:100%;
    padding:0px;
    margin:0px;
}

#container form.niceform{
    float:none;
    clear:both;
    width:auto;
    margin:0px;
    padding:0px;
}

#formfields{
	margin:0px;
    width:auto;
    float:none;
    clear:both;
    padding:0px 0px 0px 0px;
    overflow:hidden;}
#formfields div.row{
	clear:both;
    width:auto;
    float:none;
    margin:10px 0px 0px 0px;
    overflow:hidden;}
#formfields div.row p.error{
    text-align:center;
    color: #ac4269;
    font-weight: 700;
    width:auto;
    margin:0px;
}
#formfields div.row div.label{
    overflow:hidden;
	float:left;
    clear:left;
	width:45%;
    padding-right:17px;}
#formfields div.row div.label label{
	float:right;
    clear:both;
    line-height: 180%;}
#formfields div.row div.field{
	float:none;
    clear:right;
    width:auto;
    margin:0px;
    padding:0px;
    overflow:hidden;}
#formfields div.vertical div.label{
    width:100%;
    float:left;
    clear:both;
    padding-right:0px;
    padding-left:0px;
    margin:0px;}
#formfields div.vertical{
	padding-left:17px;}
#formfields div.vertical div.label label{
	float:left;}
#formfields div.vertical div.field{
	clear:both;}
#container div.submit{
    width:auto;}
#container div.submit{
    float:right;
    clear:left;
    width:55%;
    overflow:hidden;
    text-align:center;
    margin:14px 0px 0px 0px;
    padding:0px;
}