/**
 * lk
 * ,,iiiiiiiiiiiiiiiiii                                                ..ii..  
 * jjKKKKKKKKKKKKKKKKLL                                                iiKK::  
 * jjKKffiiiiiiffKKEE..                                                iiKK::  
 * iiLL,,      EEKKii                                                ..iiKK::  
 *           iiKKLL..          ttLLLLii    tt::jjLLLLii..      ..jjLLDDDDKK::  
 *         ..EEEE..        ..DDKKDDLLKKii..KKKKKKGGLLKKEE..  iiEEKKLLDDKKKK::  
 *         ffKKii          ffKK,,    ..    iiKK,,    ttKKff..EEEE::    ttKK::  
 *       ffKKGG          LLKKEELLLLjj      iiKK::    ..GGGGiiKKff      iiKK::  
 *     ..EEKKii          KKKKKKKKKKLL      iiKK::      LLGGiiKKjj      iiKK::  
 *     ffKKLL      ;;LL....LLEE            iiKK::      LLGG::KKDD      iiKK::  
 *   ,,KKEEttiiiiiiffKK..  ,,KKGGttttDD,,  iiKK::      LLGG  ffKKLLiijjDDEE..  
 * ,,DDKKKKKKKKKKKKKKKK..    ;;DDKKKKLL,,  iiKK::      LLGG    iiDDKKEELL::    
 * ,,ffffffffffffffffff..      ,,ttjj..    ::ff..      iiii      ,,ffii..      
 *        the php company
 *
 * 0x00 layout
 * 0x01 header
 * 0x02 footer
 * 0x03 defaults
 * 0x04 common classes
 * 0x05 side navs
 * 0x06 home
 * 0x07 company
 * 0x08 products
 * 0x09 store
 * 0x0A support
 * 0x0B partners
 * ----
 * 0xFA collaboration
 * 0xFB sitemap
 * 0xFC sales
 * 0xFD free downloads
 * 0xFE my zend
 * 0xFF pagination
 *
 */

/* 0x00 layout */
body {
    color: #333;
    background: #f7f7f7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin-top: 10px;
}

#page {
    width: 780px; /* designed for 800x600 */
    margin: 0 auto;
    border: 1px solid #ccc;
    background: white;
}

#left, #right {
    float: left;
    width: 18%;
    padding: 0 1%;

}

#right {
    float: right;
}

#right.bordered {
    border-left: 1px solid #ccc;
    width: 17%;
}

#main {
    float: left;
    width: 54%;
    padding: 0 3%;
}

/**
 * The !important decleration is used here to avoid a bug in IE6 which would
 * prevent multiple combined id and class selectors from being read properly.
 */
.one {
    width: 74% !important;
}

.nil {
    width: 94% !important;
}

#path {
    padding: 0.5em 1% 1.25em;
    font-size: 95%;
    background: white;
}

#path p {
    margin: 0;
}

#path span {
    color: #999;
}

/* 0x01 header */
#header {
    position: relative;
    width: 100%;
    font-size: 90%;
    background: white;
}

#header * {
    margin: 0;
}

#logo {
    position: absolute;
    z-index: 10;
    margin: 3px 0 0 5px;
}

#header .language {
    position: absolute;
    right: 10px;
    top: 30px;
}

#header .divider {
    float: right;
    width: 100%;
    height: 17px;
    background: #ffffff ;
    clear: both;
}

#header .container {
    float: right;
    margin: 10px 10px 0 0;
    font-size: 90%;
    min-height: 40px;
}

#header .users ul {
    list-style-type: none;
    line-height: 1.3em;
    z-index: 20;
}

#header .users a {
    display: block;
    padding: 0 1em;
    color: #069;
    background: white;
    text-decoration: none;
}

#header .users a:hover {
    color: #39f;
}

#header .users li {
    float: left;
    background: white;
    font-weight: bold;
    text-align: center;
}

#header .users li ul {
    position: absolute;
    width: 17em;
    margin: 0 0 0 -10.5em;
    padding: 0;
    left: -999em;
    border: 1px solid #069;
    border-bottom: .5em solid #069;
}

#header .users li ul a {
    width: 15em;
    padding: .3em 0 0 2em;
    text-align: left;
}

#header .support a, #header .worldwide a {
    text-align: right;
    padding-right: 10px;
}

#header .worldwide {
    width: 10em;
}

#header .users .worldwide ul {
    margin: 0;
    padding: 0;
    width: 9.8em;
}

#header .users .worldwide ul a {
    width: 7.8em;
}

#header .users li ul a:hover {
    background: #afcde2;
}


#header .users li:hover ul, #header .users li.subMenu ul {
    left: auto;
}

#header .users li ul li {
    padding: 0;
}

#header #header_users {
    margin: 0;
    padding: 0;
}

#header_users .sub a {
    background: url("/design/corporate/images/header_arrow_blue.gif") no-repeat center right;
}

#header_users .sub a:hover {
    background: #069 url("/design/corporate/images/header_arrow_white.gif") no-repeat center right;
    color: white;
}

#header_users .sub ul a {
    background: white;
}

#header .support ul a:hover {
    background: #39f;
}

#header .wrapper {
    height: 2.5em;
    background: #cc0066;
    clear: right;
}

#header .menu li .sub {
    background: #5c96bb url("/design/corporate/images/header_arrow.gif") no-repeat right;
}

#header .menu li .sub > a:hover {
    background: #dce4ea url("/design/corporate/images/header_arrow.gif")no-repeat right;
}

#header .menu {
    position: absolute;
    clear: both;
}

#header .menu, #header .menu ul {
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1em;
    clear: left;
}

#header .menu a {
    display: block;
    padding: .2em 1em;
    color: white;
    text-decoration: none;
}

#header .menu i {
    padding: 0 0 .5em 0;
    margin: 0 1em .5em 1em;
    display: block;
    border-bottom: 1px solid #cc0066;
}

#header .menu a:hover {
    color: #cc0066;
    background: white;
}

#header .menu li ul a:hover {
    color: #336699;
    background: #dce4ea;
}

#header .menu li {
    float: left;
    text-align: center;
    background: #cc0066;
    font-weight: bold;
    margin: .5em 0;
}

#header .menu li ul {
    position: absolute;
    width: 19em;
    margin-left: 0em;
    left: -999em;
    border-bottom: .3em solid #336699;
}

#header .menu li ul li {
    width: 19em;
    background: #5c96bb;
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
    line-height: 1.2em;/* */
}

#header .menu li ul a {
    width: 17em;
    padding: .3em 0 0 2em;
}

#header .menu li ul a:hover {
    width: 17em;
}

#header .menu li:hover ul, #header .menu li.subMenu ul {
    left: auto;
}

#header .menu li ul ul {
    margin: -1.2em 0em 0 17em;
}

#header .menu li:hover ul ul, #header .menu li.subMenu ul ul {
    left: -999em;
}

#header .menu li:hover ul, #header .menu li li:hover ul,
#header .menu li.subMenu ul, #header .menu li li.subMenu ul {
    left: auto;
}

#header .store li {
    background: #ff9c00 !important;
}

#header .store i {
    border-bottom: 1px solid white;
}

#header .store a {
    background: #ff9c00;
}

#header .menu .store ul {
    border-bottom: .4em solid #ff9c00;
}

#header .store ul li a {
    width: 17em;
}

#header .store ul li a:hover {
    color: #ff9c00;
    background: #f7f7f7;
}

#header .store {
    width: 8em;
    background: black;
}

#header .store ul {
    background: #ff9c00;
}

#header .store a {
    background: #ff9c00 url("/design/corporate/images/header_arrow_white.gif") no-repeat center right;
}

#header .store a:hover {
    background: white url("/design/corporate/images/header_arrow_orange.gif") no-repeat center right;
}

#header .store ul li a { background: #ff9c00; }

#header .search {
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

#header .text {
    width: 12em;
    height: 14px;
    border: none;
    font-size: 11px;
}

#header .submit {
    vertical-align: middle;
}

/* 0x02 footer */
#footer {
    clear: both;
    width: 98%;
    color: white;
    background: #cc0066;
    padding: 1%;
    font-size: 90%;
    border-top: 7px solid white;
}

#footer a {
    color: white;
}

#footer a:hover {
    color: #d0e3f0;
}

#footer p {
    float: left;
    margin: 0;
    margin-right: 12px;
    line-height: 24px;
}

#footer p.copy {
    line-height: 13px;
    clear: both;
    float: none;
    color: #ccc;
    margin-top: -12px;
}

#footer img.floatRight {
    float: right;
}

#footer span {
    color: #ccc;
}

/* 0x03 defaults */
a img {
    border: none;
}
a {
    color: #005fa9;
    text-decoration: none;
}

a:hover {
    color: #ff9c00;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 0 0;
    font-size: 100%;
}

h1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #7c7c7c;
    font-size: 180%;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.6em;
}

h2 {
    padding-top: 1em;
}

h4 {
    font-size: 105%;
    font-weight: bold;
}

ul {
    list-style-type: none;
    padding: 0;
}

fieldset {
    padding: 10px;
    border: 1px solid #ccccc3;
}

legend {
    padding: 0 0.25em;
    color: #7c7c7c;
    font-size: 120%;
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

code {
    color: brown;
    font-family: "Courier New", Courier, monospace;
}

table {
    border: none;
}

table * {
    margin: 1;
    padding: 4;
    border-collapse: collapse;
}

th {
    padding-bottom: 4px;
    padding-left: 5px;
    border-bottom: none;
    background: #d7dce0;
    text-align: left;
}

td {
    padding: 5px 5px 5px 5px;
    border: 0px solid white;
    background: #ebeced;
}

#summary {
    font-size: 110%;
    line-height: 1.4em;
    color: #636363;
    margin-right: 25%;
    margin-top: 10px;
}

#main dl p {
    margin: 0;
}

#main dt, .feedback dt {
    color: #369;
    margin-bottom: .2em;
}

#main dd, .feedback dd {
    margin-left: 0;
    margin-bottom: 1em;
}

#main ul {
    padding-left: .5em;
    margin: 0;
    list-style-type: disc;
}

#main ul ul, #main ol ol {
    margin-top: .5em;
}

#main li {
    margin: 0 0 .8em 2em;
}

#main h3 {
    font-size: 130%;
    color: #cc0066;
    margin-bottom: 1em;
}

#main h4 {
    margin: 1em 0 .5em 0;
    color: #16577d;
}

/* 0x04 common classes */
.zQuoteSimple, .zQuoteSimpleSignature {
    font-size: 105%;
    font-style: italic;
    color: #84949c;
    line-height: 2em;
}

.zQuoteSimple p {
    display: inline;
}

.zQuoteSimple br {
    display: none;
}

.zQuoteSimpleSignature {
    font-weight: bold;
}

.center {
    text-align: center;
}

.clear {
    display: block;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin-top: -1px;
    clear: both;
}

.object-left {
    margin: 3px;
    margin-right: 15px;
    float: left;
    clear: left;
}

.object-right {
    margin: 3px;
    margin-left: 15px;
    float: right;
    clear: right;
}

.object-left p, .object-right p {
    margin: 0;
}

.announcements .even {
    background: lightblue;
}

.announcement, .event {
    padding: 5px;
}

.event {
    padding-bottom: 1em;
}

.announcement a, .event a {
    font-weight: bold;
}

.announcement p, .event p {
    margin: 0;
}

.clearFloats {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.pressRelease h2, .pressRelease h3 {
    text-align: center;
}

.pressRelease h3 {
    font-size: 110%;
    font-weight: bold;
    font-style: oblique;
}

.screenshots {
    background: #f7f7f7;
    text-align: center;
    padding: 5px;
}

.screenshots h4 {
    color: black;
}

.screenshots img {
    border: none;
}

.screenshot {
    margin-top: 1em;
    font-weight: bold;
}

.screenshot a {
    font-weight: normal;
}

.screenshots.horizontal .screenshot {
    padding-left: 10px;
    float: left;
}

.rounded { background: #b9d6eb; }
.rounded .t div { background: url(/design/corporate/images/edge_tl.gif) no-repeat top left; }
.rounded .t { background: url(/design/corporate/images/edge_tr.gif) no-repeat top right; }
.rounded .b div{ background: url(/design/corporate/images/edge_bl.gif) no-repeat bottom left; }
.rounded .b { background: url(/design/corporate/images/edge_br.gif) no-repeat bottom right; }
.rounded .c { margin: 0 25px; }
.rounded .t div, .rounded .t, .rounded .b div, .rounded .b {
    width: 100%;
    height: 6px;
    font-size: 6px;
}

.prItems {
    color: #666;
    font-size: 90%;
    margin-top: 1em;
}

.prItems .lang {
    background: #cc0066;
    color: white;
    font-weight: bold;
    padding: .1em;
}

.prItems a {
    font-size: 120%;
    font-weight: bold;
}

.eventHighlights div {
    padding-top: 1em;
}

.box_new {
    padding: 1em 3em;
    border: 1px solid #3591c7;
    color: #369;
    font-weight: bold;
}

.box_new .new {
    padding: 0.1em;
    background: #57b636;
    color: white;
    font-size: 95%;
}

.box_new p {
    display: inline;
    margin: 0;
}

.nobullets li {
    list-style-type: none;
}

.error {
    color: red;
    font-weight: bold;
}

.okay {
    color: green;
    font-weight: bold;
}

.feedback {
    margin: 0 2%;
}

#main .feedback input {
    width: 66%;
}

.feedback textarea {
    width: 100%;
}

.feedback .defaultbutton, .feedback .radio {
    width: auto;
}
.strike {
    text-decoration: line-through;
}

/* 0x05 side navs */
#leftNav, #zProducts #left #leftNav { /* must use high specificity */
    margin: 0;
    padding: 0;
    width: 150px;
    border-bottom: 5px solid #579ac7;
}

#leftNav li, #zProducts #left #leftNav li {
    background: #000000 url("/design/corporate/images/leftNav_arrow_light.gif") no-repeat right center;
    padding: 0;
    padding-right: 1px
}

#leftNav a, #zProducts #left #leftNav a {
    display: block;
    width: 100%;
    color: white;
    padding: 1px 0 2px 2px;
    background: transparent url("/design/corporate/images/dotted_line.gif") repeat-x bottom;
    width: 100%;
    text-decoration: none;
}

#leftNav .current {
    background: #a7cfeb url("/design/corporate/images/leftNav_arrow_dark.gif") no-repeat right center;
}

#leftNav .current a {
    background: transparent url("/design/corporate/images/dotted_line.gif") repeat-x bottom;
    color: #286287;
}

#rightNav li {
    font-weight: bold;
    font-size: 95%;
    padding: .5em 1em;
}

#rightNav a {
    color: #369;
}

/* 0x06 home */

.z_banner {
    position:relative;
    float:left;
}

.z_banner h1, .z_banner h2, .z_banner h3, .z_banner h4, .z_banner ul,
.z_banner .hide {
    display:none;
}
.z_banner p.more {
    position:absolute;
    bottom: 10px;
}

.z_banner p.more.alignright {
    right: 30px;
}

.z_banner p.more.alignleft {
    left: 30px;
}

.z_banner p.more a {
    margin-left: 16px;
    padding-left: 16px;
    background: url(/design/corporate/images/blt_rt_ltBlue.gif) no-repeat left center;
    color: #88bde6;
    font-weight: bold;
}

.z_banner p.more a:hover {
    background: url(/design/corporate/images/blt_rt_white.gif) no-repeat left center;
    color: #fff;
}

.z_banner img {
    display: block;
}

.z_banner.darkblue a {
    color: #075e9a !important;
}

.z_banner.darkblue a:hover {
    color: #ff9c00 !important;
}

.z_banner.lightblue a {
    color: #88bde6 !important;
}

.z_banner.lightblue a:hover {
    color: #fff !important;
}

.z_banner.white a {
    color: #fff !important;
}

.z_banner.white a:hover {
    color: #ff9c00 !important;
}

#z_top_left {
    position:relative;
    padding:7px;
    width:566px;
    height: 262px;
}

#z_top_left ul {
    position:absolute;
    bottom:18px;
    right:22px;
}

#z_top_left li {
    display:inline;
    float:left;
}

#z_top_left .more a {
    margin-left:16px;
    padding-left:16px;
    color:#88bde6;
    font-weight:bold;
}

#z_top_left a:hover {
    color:#fff;
}

#z_top_right {
    margin-top: -11px;
    padding: 7px 7px 7px 0;
    width: 193px;
    height: 262px;
    float: right;
}

#z_top_right a, #z_bottom_right a {
    margin-left:12px;
    padding-left:12px;
    color:#075e9a;
    font-size:10px;
    font-weight:bold;
}

#z_top_right a:hover, #z_bottom_right a:hover {
    color:#ff9c00;
}

#z_top_right_top, #z_top_right_bottom, #z_bottom_right_top,
#z_bottom_right_bottom {
    padding: 7px 7px 0 0;
    width: 193px;
    height: 130px;
}

#z_top_right_bottom, #z_bottom_right_bottom {
    padding-top: 5px;
}

#z_top_right_top .more, #z_top_right_bottom .more, #z_bototm_right_top .more,
#z_bottom_right_bottom .more {
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 1px;
}

#z_top_right_top .more a, #z_top_right_bottom .more a,
#z_bottom_right_top .more a, #z_bottom_right_bottom .more a {
    margin: 0;
    padding: 0;
    display: block;
    width: 191px;
    height: 126px;
    background-image: url(/design/corporate/images/blank.gif);
}

#z_top_right_bottom .more, #z_bottom_right_bottom .more {
    margin-bottom: 0;
    bottom: 5px;
}

#z_bottom_right_top, #z_bottom_right_bottom {
    margin: 0;
    margin-left: 6px;
    padding: 0;
}

#z_bottom_right_bottom {
    margin-top: 16px;
}

#z_bottom_right {
    width: 193px;
    height: 278px;
    margin-left: 7px;
}

.homebox_container {
    float: left;
    width: 287px;
    margin-top: -7px;
}

.homebox_container .homebox {
    margin-top: 7px;
    margin-bottom: 7px;
    height: 135px;
}

.homebox_container .homebox .c {
    height: 8.5em;
}

.homebox_container .homebox.notitle .c {
    height: 11.5em;
}

.homebox {
    position: relative;
    border: 1px solid #bec8cb;
    width: 278px;
    height: 278px;
    float: left;
    margin-left: 6.5px;
}

.homebox.last {
    width: 191px;
}

.homebox .t div {
    background: url(/design/corporate/images/home_tl.gif) no-repeat top left;
    left: -2px;
}

.homebox .t {
    background: url(/design/corporate/images/home_tr.gif) no-repeat top right;
    top: -1px;
    right: -1px;
}

.homebox .b div {
    background: url(/design/corporate/images/home_bl.gif) no-repeat bottom left;
    left: -2px;
}

.homebox .b {
    position: absolute;
    background: url(/design/corporate/images/home_br.gif) no-repeat bottom right;
    bottom: -1px;
    right: -1px;
}

.homebox .t div, .homebox .t, .homebox .b div, .homebox .b {
    position: absolute;
    width: 100%;
    height: 2px;
    font-size: 2px;
}

.homebox .c {
    padding: 0 10px;
    padding-top: 1em;
    height: 22em;
    line-height: 1.1em;
}

.homebox h1 {
    background: #ecece5;
    margin: 0;
    font-size: 120%;
    padding: .5em;
}

.homebox h1 a {
    display: block;
    width: 100%;
    color: #005fa9;
    text-decoration: none;
}

.homebox .right, .homebox .left {
    height: 2em;
    margin: 0;
    margin-top: -2em;
    padding-right: 20px;
    font-size: 90%;
    font-weight: bold;
    text-align: right;
}

.homebox .left {
    padding: 0;
    padding-left: 10px;
    text-align: left;
}
.homebox a {
    color:#005fa9;
}

.homebox a:hover {
    color:#ff9c00;
}

.homebox .announcement, .homebox .announcements {
    margin-left: 10px;
}

.homebox .announcement {
    padding-bottom: 1em;
}


.homebox .announcement div {
    display: block;
    float: left;
    font-size: 8pt;
    margin-left: -15px;
    width: 15px;
    color: #999;
}

.homebox .announcement a {
    font-weight: normal;
    margin-left: 0;
}

.homebox .prblock span {
    display: block;
    color: #808080;
}

.homebox .prblock a {
    display: block;
    margin-bottom: 1em;
}

.homebox dt {
    color: #808080;
}

.zAnnc {
    padding-bottom: 10px;
}

.emphasis {
    display: block;
    width: 100%;
    margin: 1em 0;
    padding: 6px;
    background: #eee;
}

/* 0x07 company */
#zCompany .story, #zEducation .story {
    position: relative;
    width: 100%;
    height: 5em;
    padding: 4px 0;
    margin: 0;
    border-top: 1px solid #ecece6;
    right: -30px;
}

#zEducation .story {
    right: auto;
}

#zCompany .story .image, #zEducation .story .image {
    float: left;
    width: 30%;
    height: 100%;
    margin: 0;
    border-left: 4px solid #ecece6;
}

#zCompany .story .image img, #zEducation .story .image {
    display: block;
    margin: 0 auto;
}

#zCompany .story .content, #zEducation .story .content {
    float: left;
    width: 100%;
    height: 100%;
    background: #ecece6;
}

#zEducation .story .content {
    float: right;
}

#zCompany .link a, #zEducation .link a {
    float: right;
}

#zCompany .story p, #zEducation .story p {
    margin: 0;
    padding: 4px;
}

#zCompany .story.first, #zEducation .story.first {
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

#zCompany .story.last, #zEducation .story.last {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

#zCompany .announcement, #zCompany .event {
    margin-top: 1em;
}

#zCompany .announcement div {
    display: none;
}

//#zCompany dd input, #zCompany textarea {
//        width: 90%;
//}

#zCompany .defaultbutton {
    margin-left: 50%;
    text-align: center;
}

#zCompany.events_archive h4 {
    color: black;
    font-size: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#zCompany .rounded h2 {
    color: #cc0066;
    font-size: 120%;
}

#zCompany .rounded hr {
    border: none;
    border-top: 1px solid white;
    margin: 0 -25px;
}

#zCompany .rounded .zSubmit {

    background: #39c;
    border: 1px solid black;
    color: white;
}

#zCompany .rounded .zInput.center {
    margin: 1em;
}

#zCompany.events h1 {
    margin-bottom: 1em;
}

#zpCompany_events h3 {
    margin: 0 0 1em 0;
}

#zCompany.events .event_bglight, #zCompany.events .event_bgdark {
    border-top: 1px solid #ccc;
    margin-bottom: 2em;
    padding-top: .5em;
}

#zCompany.events .z_event_archive a {
    font-weight: bold;
}

#zCompany.contact_zend .floatcontainer {
    margin-top: -1em;
    padding-bottom: 1em;
    border-top: 1px solid #ccc;
}

#zpCompany_management td {
    background: white;
    border: none;
}

#zpCompany_management h3 {
    clear: left;
}

#zpCompany_management img {
    float: left;
    width: 93px;
    margin: 0 15px 15px 0;
}

#zCompany.contact_us #right ul, #zEducation .z_rightColBlock ul {
    padding: 0;
    margin-bottom: -1em;
}

#zEducation .z_rightColBlock ul {
    margin-top: -1em;
}

#zCompany.contact_us #right li, #zEducation .z_rightColBlock li {
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 95%;
}

/* 0x08 products */
#zProducts .buynowbox {
    display: none;
}

#zProducts #left, #zProducts #right {
    color: #515151;
}

/*
#zProducts h2 {
    border-top: 1px solid #cecfce;
    margin-top: 15px;
    margin-bottom: 30px;
    padding-left: 5px;
    color: #5598c7;
    background: white url("/design/corporate/images/arrow_orange_up.gif") no-repeat top right;
}
*/

#zProducts h2 {
    margin-top: 1.5em;
    font-size: 120%;
    font-weight: bold;
    padding: 0;
    border-bottom: 1px solid #999;
}

#zProducts #left ul, #zProducts #right ul {
    margin: 0;
    padding-left: 10px;
}

#zProducts.zend_studio #left ul, #zProducts.zend_studio #right ul {
    padding-left: 0;
}

#zProducts #left ul a, #zProducts #right ul a {
    color: #3782b7;
}

#zProducts #left li, #zProducts #right li {
    padding: 2px 0;
}

#zProducts #left ul a:hover, #zProducts #right ul a:hover {
    color: #39c;
}

#zProducts #version {
    margin: 0;
    color: #7c7c7c;
    padding-left: 1em;
}

#zProducts #right .object-right {
    float: none;
    margin: 0;
}

#zProducts.in_depth table, #zProducts.in_depth table * {
    border: none;
}

#right #nextSteps * {
    margin: 0;
    padding: 0;
}

#right #nextSteps h2 {
    padding: .25em 1em;
    border: none;
    color: white;
    background: #ff9e00;
    font-size: 100%;
    font-weight: bold;
}

#right #nextSteps ul {
    margin-top: .4em;
    padding: 0;
    background: #f3f3f3;
    list-style-type: none;
}

#right #nextSteps li {
    padding: 0;
    padding-left: 25px;
    background: white;
}

#right #nextSteps a {
    display: block;
    margin: 0;
    padding: .4em 0 .4em .2em;
    background: white;
}

#right #nextSteps .buy {
    font-weight: bold;
    background: url(/design/corporate/images/icon_buy.gif) center left no-repeat;
}

#right #nextSteps .contact {
    background: url(/design/corporate/images/icon_contact.gif) center left no-repeat;
}

#right #nextSteps .try {
    background: url(/design/corporate/images/icon_download.gif) center left no-repeat;
}

#right #nextSteps .chat {
    background: url(/design/corporate/images/icon_chat.gif) center left no-repeat;
}

#zProducts.feature_list ol {
    margin-left: 1em;
    list-style-type: upper-roman;
}

.z_table_standard, .z_table_professional, .z_table_enterprise {
    text-align: center;
}

#zProducts.zend_platform.trial .try,
#zProducts.zend_platform.developers .try,
#zProducts.zend_platform.renewal .try,
#zProducts.zend_platform.expired .try {
    display: none;
}

#zProducts.zend_core.zend_for_i5_os .attribute-image {
    float: right;
    padding: 0 0 10px 10px;
}

#zProducts.zendbox #right h4 {
    padding: 0.1 0.5em;
    color: white;
    background: #cc0066;
    text-align: center;
}

/* 0x09 store */
#zStoreHeader {
    margin: 0;
    background: #efefef;
    overflow: auto;
}

#zStoreHeader li {
    padding: 3px 0;
    float: left;
}

#zStoreHeader a {
    text-decoration: none;
    display: block;
    padding: 3px 9px;
}

#zStoreHeader a:hover {
    background: #a5c2d5;
}

#zStore #page {
    background: white url(/design/corporate/images/store_side_bg.gif) repeat-y right;
}

#zStore #main {
    width: 49% !important;
}

#zStore #main.one {
    width: 69% !important;
}

#zStore #main {
    padding-bottom: 4em;
}

#zStore #main ul {
    list-style-type: disc;
}

#zStore #main #product {
    margin-bottom: -4em;
}

#zStore #left .spImage {
    margin-bottom: 15px;
    text-align: center;
}

#zStore #right {
    width: 187px;
    padding: 6px 7px 0 0;
    margin: 0;
}

#zStore #right .z_rightColBlock {
    background: transparent;
    margin: 0;
}

#zStore #sidebar {
    background: #d7dce0;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 1em 0 1em 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#zStore #sidebar a {
    padding-left: 20px;
    background: transparent url(/design/corporate/images/cart_icon.gif) left center no-repeat;
}

#zStore #right h2 {
    margin: 1em 0 0 15px;
    padding: 0;
    color: #636563;
}

#zStore #right br {
    display: none;
}

#zStore #right p {
    margin: 0;
}

#zStore #right ul {
    margin: 0;
    padding: .8em 0 .8em 25px;
    border-bottom: 1px solid white;
}

#zStore #right li {
    margin: 4px 7px 4px 0;
}

#zStore #right a {
    text-decoration: none;
    color: #397dad;
}

#zStore #right a:hover {
    color: #ff9c00;
}

#zStore #right div.attribute-image {
    padding-top: 5px;
    text-align: center;
}

#zStore #right .zQuoteSimple {
    margin: 1em 0 1em 2em;
    color: #666;
    line-height: 1.5em;
}

#zStore #right .zQuoteSimpleSignature {
    margin-left: 1em;
    color: #202020;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
}

#zStore #right .zQuoteSimpleSignature br {
    display: block;
}

#zStore #main h2 {
    padding: 0;
    color: #369;
    font-size: 130%;
    font-weight: bold;
    clear: both;
}

#zpStore #main h2 {
    margin: 2em 0 1em 0;
    padding: .5em 0 0 .5em;
    border-top: 2px solid #c5ccd0;
}

#zStore #product h2 {
    padding-left: 0;
}

#zStore #main h3 {
    color: black;
    font-size: 100%;
}

#zStore #product h1 {
    margin-bottom: .5em;
    padding-left: 0;
}

#zStore #product .image {
    float: left;
    padding-right: 2em;
}

#zStore #product .pricing {
    float: left;
    max-width: 390px;
    margin-bottom: 1em;
}

#zStore #product .cart {
    margin: 1em 0;
    padding: 0;
}

#zStore #product .pricing dt {
    width: 6em;
    float: left;
    margin: 0;
    padding-right: 10px;
    padding-bottom: .5em;
    font-weight: bold;
}

#zStore.software #product .pricing dt {
    width: 8em;
}

#zStore #product .pricing dd {
    margin: 0;
    padding-bottom: .5em;
}

#zStore #product .offer {
    float: right;
    width: 33%;
    margin: 0 0 1em 3em;
    padding: 1px 2%;
    background: #ebeced;
}

#zStore #product .offer h2 {
    margin: 0;
    margin-top: .5em;
    border: none;
    padding: 0;
    font-size: 110%;
    font-weight: bold;
}

#zStore #product .pcontent {
    clear: both;
    padding-top: 1em;
}

#zStore .psummary {
    display: none;
}

#zStore.book .psummary {
    display: block;
}

#zStore.book .pricing p {
    display: none;
}

#zStore .z_banner {
    padding: 0;
    margin-bottom: 10px;
}

#zStore #summary {
    border-bottom: 1px solid #c5ccd0;
}

#zStore .summary {
    padding: 5px 0;
    border-bottom: 1px solid #c5ccd0;
}

#zStore .summary.short {
    min-height: 90px;
    border-bottom: none;
}

#zStore .summary.short h4 {
    height: auto;
    float: none;
    margin: 1em 0;
}

#zStore .summary.short .price {
    float: none;
}

#zStore .summary.full {
    border-bottom: none;
}

#zStore .summary.full h4 {
    margin: 0em 0 .8em 0;
}

#zStore .summary.full .price {
    float: none;
    margin-top: 1em;
    font-weight: bold;
}

#zStore .summary.full .price a {
    font-weight: normal;
}

#zStore .summary.compact h4 {
    font-weight: normal;
}            

#zStore .summary * {
    margin: 0;
}

#zStore .summary h4 {
    font-size: 100%;
    margin-left: 5px;
}

#zStore .summary h4 a {
    color: #397dad;
}

#zStore .summary .price {
    float: right;
    clear: right;
    padding-right: 10px;
}

#zStore .summary .content {
    padding-right: 15%;
    margin-left: 5px;
}

#zStore .summary .image {
    display: none;
    float: left;
    padding-right: 5px;
}

#zStore.cart #main h2, #zStore.cart #main h3 {
    clear: both;
    color: #2d577f;
    font-size: 120%;
}

#zStore.cart h3 {
    border-bottom: 5px solid #c2d5eb;
}

#zStore.cart .accept {
    float: right;
}

#zStore .cartItem {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-top: 1em;
    padding: 0 3px 5px;
}

#zStore .cartItem.last {
    border-bottom: 7px solid #ccc;
}

#zStore .cartItem a {
    color: #369;
    font-weight: bold;
}

#zStore .cartItem a:hover {
    color: #ff9c00;
}

#zStore .cartItem p {
    margin: 0;
    margin-top: 1em;
}

#zStore .cartItem input {
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    border: 1px solid #333;
}

#zStore.cart .add, #zStore.promo .add {
    float: right;
    margin-top: 1em;
}

#zStore .pricing ul {
    list-style-type: disc;
}

#zStore.zend_php_training h1 {
    padding-left: 132px;
}

#zStore.zend_php_training #summary {
    background: url(/design/corporate/images/phpTraining_logo.gif) top left no-repeat;
    min-height: 94px;
    margin-top: -1em;
    padding: 1em 0 2em 132px;
}

#zStore.zend_php_certification h1 {
    padding-left: 144px;
}

#zStore.zend_php_certification #summary {
    background: url(/design/corporate/images/certification_logo.gif) top left no-repeat;
    min-height: 93px;
    margin-top: -1em;
    padding: 1em 0 1em 144px;
}

#zStore.book h1 {
    padding-left: 122px;
}

#zStore.book #summary {
    background: url(/design/corporate/images/books.gif) top left no-repeat;
    min-height: 126px;
    padding-right: 0;
    padding-left: 122px;
    padding-top: 1em;
    margin-top: -1em;
    padding-bottom: 0;
}

#zStore.software #product h1 {
    display: block;
}

#zStore.software h1 {
    display: none;
}

#zStore.software h4 {
    margin-top: 1em;
}

#zStore.software .summary {
    min-height: 80px;
}

#zStore.software .content {
    width: 75%;
}

#zStore.software .price {
    margin-top: 2.5em;
    text-align: center;
}

#zStore.software .summary .image {
    min-height: 80px;
    display: block;
}

#zStore.zend_studio .nobullets {
    margin-top: 1em;
}

#zStore.zend_studio .nobullets li {
    margin-left: 0 !important;
}

#zStore table {
    border: none;

    width: 100%;
}

#zStore.zend_studio table {
    width: 100%;
}

#zpStore h1 {
    display: none;
}

#zpStore a.more {
    margin-left: 1em;
}

#zContact #contact_right {
    width: 20em;
    float: right;
    margin-right: 5em;
}

#zContact #contact_right dt {
    width: 9em;
    float: left;
    clear: left;
}

#zContact #contact_right dd {
    float: left;
    margin: 0;
}

#zpContact_innovation_challenge h2 {
    margin-bottom: 1em;
    font-size: 120%;
    text-decoration: underline;
}

#zContact #main #company_desc {
    height: 5em;
    margin-bottom: 1em;
}

#zContact #main #application_desc {
    height: 12em;
}

#zContact .survey label {
    margin-bottom: 1em;
}

#zpStore .summary {
    margin-left: 1em;
}

#zpStore .summary .image {
    display: block;
}

#zpStore .summary.compact {
    margin-top: -1px;
    border-top: 1px solid #c5ccd0;
}

#zpStore .floatcontainer .left,
#zpStore .floatcontainer .right {
    float: left;
    width: 50%;
}

#zpStore .floatcontainer .left .summary {
    margin-right: 4%;
}

#main #zpStore .floatcontainer .right h2 {
    padding-left: 7%;
}

#zpStore .floatcontainer .right .summary {
    margin-left: 8%;
}

#zStore.zend_network_support table {
    margin: 1em 0;
}

#zStore .box_new {
    border: none;
    padding: 1em;
}

#zStore .offer .box_new {
    padding: 1em 0;
}

#zStore.feature_comparison #main {
    padding-top: 0;
}

#zStore.feature_comparison #main h3 {
    margin-bottom: 1em;
    color: #cc0066;
    font-size: 130%;
}

#zStore.feature_comparison #main table {
    width: 100%;
}

/* 0x0A support */
#zpDownloads #summary {
    width: 100%;
    margin-top: -2em;
    text-align: right;
}

#zpSupport .left,
#zpDownloads .left {
    float: left;
    width: 54%;
    padding-left: 2%;
    padding-right: 2%;
}

#zpDownloads .left {
    width: 43%;
}

#zpDownloads .floatcontainer .floatcontainer {
    background: #f7f7f7;
    padding: 5px;
}

#zpDownloads .floatcontainer .floatcontainer .left {
    width: 50%;
    padding: 0;
}

#zpDownloads .floatcontainer .floatcontainer .right {
    width: 48%;
    padding: 0;
    color: #bbb;
    text-align: right;
}

#zpSupport .right,
#zpDownloads .right {
    float: right;
    width: 32%;
    padding-right: 4%;
}

#zpDownloads .right {
    width: 43%;
}

#zpSupport ul,
#zpDownloads ul {
    margin: 0;
}

#zpSupport li,
#zpDownloads li {
    margin: 0;
}

#zpSupport li a,
#zpDownloads li a {
    margin: 0;
}

#zpSupport a,
#zpDownloads a {
    margin-left: .5em;
}

#zpSupport select,
#zpDownloads select {
    margin-bottom: 1em;
    font-size: 90%;
}

#zpSupport .rounded,
#zpDownloads .rounded {
    background: #e3e2da;
    margin: 1em -4%;
}

#zpSupport .rounded .c *,
#zpDownloads .rounded .c * {
    margin: 0;
    padding: 0;
}

#zpSupport .rounded .c,
#zpDownloads .rounded .c {
    margin: 0 15px;
}

#zpSupport .rounded .t div,
#zpDownloads .rounded .t div {
    background: url(/design/corporate/images/edge_support_tl.gif) no-repeat top left;
}

#zpSupport .rounded .t,
#zpDownloads .rounded .t {
    background: url(/design/corporate/images/edge_support_tr.gif) no-repeat top right;
}

#zpSupport .rounded .b div,
#zpDownloads .rounded .b div {
    background: url(/design/corporate/images/edge_support_bl.gif) no-repeat bottom left;
}

#zpSupport .rounded .b,
#zpDownloads .rounded .b {
    background: url(/design/corporate/images/edge_support_br.gif) no-repeat bottom right;
}

#zpSupport .rounded .t div, #zpSupport .rounded .t,
#zpSupport .rounded .b div, #zpSupport .rounded .b,
#zpDownloads .rounded .t div, #zpDownloads .rounded .t,
#zpDownloads .rounded .b div, #zpDownloads .rounded .b {
    height: 3px;
    font-size: 3px;
}

#zpSupport .rounded h2,
#zpDownloads .rounded h2 {
    margin: 0;
    font-size: 130%;
    color: #cc0066;
}

#zpSupport ul,
#zpDownloads ul {
    list-style-type: none;
}

#zpDownloads a {
    margin: 0;
}

#zSupport.faq #main ul {
    margin-top: 1em;
    margin-left: 1em;
}

#zSupport.faq table {
    width: 100%;
    border: 1px solid #ccc;
}

#zSupport.faq table * {
    border: none;
    padding: 3px 2px;
    text-align: left;
}

#zSupport.faq table * p {
    margin: 0;
}

#zSupport.faq .head {
    background: #e3e2da;
}

#zSupport.faq .faq {
    margin-top: 3em;
    border-top: 1px solid #ccc;
}

#zSupport.faq h4 {
    background: #e3e2da;
    display: inline;
    padding: 0 3px 3px;
}

#zSupport.knowledge_base .rounded {
    float: right;
    margin-right: 5%;
    width: 90%;
}

#zSupport.knowledge_base .rounded .c {
    padding: 1em;
    text-align: center;
}

#zSupport.knowledge_base label {
    font-weight: bold;
    margin-right: 1em;
    margin-bottom: 5em;
}

#zSupport.knowledge_base input, #zSupport.knowledge_base select {
    border: 1px solid #333;
    font-size: 90%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#zSupport.knowledge_base select {
    margin-left: 4em;
}

#zSupport.knowledge_base .c div {
    display: inline;
    margin-left: 8em;
    vertical-align: top;
}

#zSupport.knowledge_base .c span {
    font-style: italic;
    text-align: center;
}

#zSupport.knowledge_base .submit {
    border: 1px solid #369;
    color: #369;
    background: #d6d3ce;
    font-weight: bold;
    cursor: pointer;
}

/* 0x0B partners */
#zPartners #left dl .object-right {
    float: none;
    clear: none;
}

#zPartners #left dt {
    float: left;
    clear: left;
    padding-bottom: 1em;
}

#zPartners #left dd {
    margin: 0;
    padding-bottom: 1em;
}

#zPartners.reseller_distribution_partners #main dt {
    float: left;
    clear: left;
    min-width: 40%;
    min-height: 14em;
}

#zPartners.reseller_distribution_partners #main dd {
    margin: 0;
    min-height: 14em;
}

#zPartners.reseller_distribution_partners #main dd .object-left {
    display: inline;
    float: none;
    clear: none;
    margin: 0;
    padding: 0;
}

#zPartners.reseller_distribution_partners #main dd .object-left * {
    display: inline;
}

#zPartners.training_partners td {
    width: 33%;
}

#zPartners.referral_partners #right {
    display: none;
}

#zpPartners_reseller_distribution_partners img {
    float: left;
}

/* 0xFA collaboration */
#zpPhp_collaboration_project_webcast h1 {
    display: none;
}

#zpPhp_collaboration_project_webcast {
    text-align: center;
}

#zpPhp_collaboration_project .overview {
    float: left;
    width: 33%;
    margin-right: 1%;
}

#zpPhp_collaboration_project .collaborators {
    float: left;
    width: 66%;
}

#zpPhp_collaboration_project .framework,
#zpPhp_collaboration_project .devzone {
    float: left;
    width: 33%;
    margin-right: 1%;
}

#zpPhp_collaboration_project .ide {
    float: left;
    width: 32%;
}

#zpPhp_collaboration_project .quotes {
    clear: left;
}

#zPhp_collaboration_project .framework fieldset,
#zPhp_collaboration_project .devzone fieldset,
#zPhp_collaboration_project .ide fieldset {
    height: 18em;
}

/* 0xFB sitemap */
#sitemap div {
    width: 49%;
    float: left;
}

#sitemap h2 {
    margin-bottom: .5em;
    font-size: 120%;
    font-weight: normal;
}

#sitemap li {
    margin: 0 0 .25em 1em;
    list-style-type: circle;
}

/* 0xFC sales */
#zSales #main ul {
    list-style-type: none;
}

#zSales #main label {
    display: block;
    float: left;
    width: 8em;
    margin-right: 1em;
}

#zSales #main textarea {
    width: 24em;
    height: 8em;
}

#zSales #main li label {
    text-decoration: underline;
}

#zSales #main li.optional label, #zSales #login label {
    text-decoration: none;
}

#zSales #login .error {
    display: none;
}

#zContact #main ul {
    list-style-type: none;
}

#zContact div.form select,
#zContact div.form input,
#zContact div.form textarea {
    float: left;
    display: block;
}

#zContact div.form {
    overflow: auto;
}

#zContact #main textarea {
    width: 24em;
    height: 8em;
}

#zContact #main li.optional label, #zContact #login label {
    display: block;
    float: left;
    margin-right: 1em;
    width: 8em;
    text-decoration: none;
}

#zContact #login .error {
    display: none;
}

/* 0xFD free downloads */
#zFree_downloads table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

#zFree_downloads th, #zFree_downloads td {
    border: 1px solid #dddcdc;
}

/* 0xFE my zend */
#zpLogin_login {
    margin-bottom: 10em;
}

#login h1 {
    display: none;
}

#login_error, #login_cookies {
    display: none;
}

#login .box {
    margin: 1em 0;
    background: none;
}

#login .accordian {
    margin-bottom: 2px;
    padding: .3em 0 .3em 26px;
    border-top: 2px solid #ccc;
    color: #cc0066;
    background: #ebebeb url(/design/corporate/images/opened.gif) left center no-repeat;
    font-size: 100%;
    font-weight: normal;
}

#login .accordian.active {
    font-weight: bold;
    background-image: url(/design/corporate/images/closed.gif);
}

#login h2.register.active {
    margin: 0;
}

#login h3 {
    padding-bottom: 1em;
    font-size: 150%;
    font-weight: normal;
}

#login .box * {
    margin: 0;
}

#login .box p.text {
    margin-bottom: 2em;
}

#login .box span {
    text-decoration: underline;
}

#login .box span.comment {
    margin-left: 22.5em;
    color: #202020;
    font-size: 90%;
    text-decoration: none;
}

#login .box p span,
#main #login label span,
#zContact div.form label span {
    display: inline;
    color: #005fa9;
    text-decoration: none;
}

#main #login label span {
    display: inline;
    margin: 0;
}

#login form {
    padding: 1em 3em;
    border: 1px solid #dbe4e7;
}

#login .right form {
    padding-bottom: 2.5em;
}

#login dl {
    overflow: auto;
}

#login dd {
    float: left;
    clear: right;
}

#login dt {
    padding-right: 1em;
}

#login hr {
    border: 1px solid #e0e0e0;
}

#login #registration {
    display: none;
    padding-bottom: 2em;
}

#login #registration ul {
    width: 80%;
    margin: 1em 0;
}

#login #registration li {
    margin-left: 2em;
}

#login #registration form {
    padding: 1em;
}

#login #registration dt {
    width: 19em;
    text-align: right;
    font-weight: normal;
}

#login #registration p {
    margin-left: .5em;
}

#login .privacy, #login .reg_message {
    margin-top: 2em;
    border: 2px solid #ebebeb;
    border-left: none;
    border-right: none;
}

#login #registration .privacy label {
    margin: 0;
    display: inline;
    float: none;
    clear: none;
}

#login #registration .privacy .error {
    padding: .25em 1em;
}

#login .reg_message {
    margin-top: 1em;
    font-weight: bold;
}

#login #registration .privacy p, #login .reg_message p {
    margin: 3px 0;
    padding: 1em;
    background: #ebebeb;
}

#login .privacy input {
    margin-right: 0.5em;
}

#login #individual {
    display: block;
    margin-top: .6em;
}

#login #registration #is_individual,
#login #registration #privacy {
    margin: none;
    width: auto;
}

#login #registration #recieve_emails {
    width: auto;
    margin-left: 4em;
}

#login #zlogin dl {
    float: left;
    width: 16em;
}

#login #zlogin dl input, #login #zlogin dl select {
    width: 15em;
}

#login #zlogin dl.submit dt {
    visibility: hidden;
}

#login #zlogin dl.submit input {
    width: auto;
    margin-left: 2em;
}

#login #zlogin dd, #login #zlogin p {
    clear: left;
}

#login .right dl {
    padding-left: 1em;
}

#login .box dt {
    float: left;
    clear: left;
    width: 14em;
    padding-top: 2px;
    margin-bottom: 1em;
    color: black;
    font-weight: bold;
}

#login .right dt {
    width: 9em;
    padding: 1px;
}

#login .box dt span {
    text-decoration: none;
    font-size: 90%;
    font-weight: normal;
}

#login form dl dd {
    margin: 0;
    padding-bottom: 1em;
}

#login dl input {
    border: 1px solid #ccc;
}

#login input, #login select {
    font-size: 100%;
    font-family: Verdana, Arial, Helvatica, sans-serif;
}

#login select {
    width: 18.3em;
}

#login select#language, #login select#email_format {
    width: 8em;
}

#login .nr {
    text-decoration: none;
}

#login input.submit, #login .submit input {
    border: 1px solid #8dbad8;
    color: #369;
    background: #b5d0e2;
    font-size: 90%;
    font-weight: bold;
}

#login #registration .submit {
    float: right;
    width: auto;
    margin-top: 2em;
}

#zMyzend .left {
    float: left;
    clear: left;
    width: 46%;
}

#zMyzend .right {
    float: right;
    width: 53%;
}

#zMyzend .block {
    margin-bottom: 1em;
    padding: .5em 10px;
    border: 1px solid #bec8cb;
    background: url(/design/corporate/images/bg_myzend.gif) bottom repeat-x;
}

#zMyzend .loading {
    height: 100px;
    background: url(/design/corporate/images/loading.gif) center no-repeat;
}

#zMyzend div.error {
    padding: 0 1em;
    border: 1px solid red;
    color: black;
    background: yellow;
    font-weight: normal;
}

#zMyzend div.error ul {
    margin-bottom: 1em;
}

#zMyzend div.error ul li {
    margin: 1em 0 0 1em;
}

#zMyzend div.error a {
    color: black;
}

#zMyzend div.error a:hover {
    background: orange;
    text-decoration: none;
}

#zMyzend .fatal_error,
#zLogin  .fatal_error,
#zContact .fatal_error {
    border: 1px solid red;
    padding: 1em;
    background: yellow;
    font-weight: bold;
}

#zMyzend h2 {
    margin: 0;
    padding: 0;
    color: #cc0066;
    font-size: 155%;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;                    
}

#zMyzend #messages h2 {
    margin-top: 0;
    font-size: 180%;
}

#zMyzend form {
    margin: 0;
    padding: 0;
}

#zMyzend table {
    width: 100%;
    margin-bottom: 2em;
    font-size: 95%;
}

#zMyzend .left table {
    margin-bottom: 1em;
}

#zMyzend caption {
    padding: .2em 0;
    background: #a7cfeb;
    font-weight: bold;
}

#zMyzend th {
    padding: .2em 1em;
    border: none;
    background: #a7cfeb;
    text-align: center;
}

#zMyzend .left th {
    background: transparent;
    font-weight: normal;
    font-style: italic;
}

#zMyzend td {
    padding: 0;
    padding-left: .5em;
    border: none;
    background: none;
    text-align: center;
}

#zpMyzend caption {
    display: none;
}

#zpMyzend dl {
    margin: 0;
}

#zMyzend ul {
    margin: .5em 0 0;
    padding: .5em 0 0;
    list-style-type: none;
}

#zMyzend dd input, #zMyzend select {
    font-size: 90%;
    border: 1px solid #ccc;
}

#zMyzend input.error, #zMyzend select.error {
    border: 1px solid red;
    color: black;
    font-weight: normal;
}

#zpMyzend div.view dt {
    width: 6em;
}

#zpMyzend .left ul, #zpMyzend #orders ul {
    border-top: 1px solid #cc0066;
}

#zMyzend .edit {
    margin-top: 1em;
}

#zMyzend .edit label,
#login #registration label,
#zContact div.form label
{
    float: left;
    clear: left;
    display: block;
    width: 9em;
    padding-right: .5em;
    text-align: right;
}

#login #registration label,
#zContact div.form label {
    width: 19em;
    padding-right: 1em;
}

#zContact div.form label {
    width: 12em;
}

#zMyzend .edit input, #zMyzend .edit select,
#login #registration input, #login #registration select,
#zContact div.form input, #zContact div.form select {
    width: 20em;
    margin-bottom: .5em;
    border: 1px solid #ccc;
    font-size: 90%;
}

#login #registration input, #login #registration select {
    margin-bottom: 0;
}

#zMyzend .edit input:hover,
#login #registration input:hover,
#zContact div.form input:hover {
    border: 1px solid #666;
}


#zMyzend .edit input:focus,
#login #registration input:focus,
#zContact div.form input:focus {
    border: 1px solid #369;
}

#zMyzend .edit .error,
#login #registration .error,
#zContact div.form .error {
    padding: 1em 0;
    border: 1px solid red;
    color: black;
    background: yellow;
    font-weight: normal;
}

#zContact div.form .error {
    overflow: auto;
}

#zMyzend .edit .error input,
#login #registration .error input,
#zContact div.form .error input {
    margin: 0;
}

#zMyzend .edit .error span,
#login .error span,
#zContact div.form .error span {
    display: block;
    margin: 0 1em;
}

#zContact div.form label span {
    display: inline !important;
}

#zMyzend li {
    margin: 0;
}

#zMyzend dt {
    width: 8em;
    float: left;
    clear: left;
    margin: 0;
    padding-right: .5em;
    color: black;
    font-weight: bold;
}

#zMyzend dd {
    margin-bottom: .25em;
}

#zMyzend h1 {
    color: #cc0066;
}

#zMyzend h1 span {
    color: #999;
    font-size: 80%;
    font-variant: small-caps;
}

#zMyzend h3 {
    font-size: 100%;
}

#zMyzend #top {
    float: right;
}

#zMyzend #top li {
    display: inline;
    padding-left: 1em;
}

#zMyzend #tabs {
    margin: 0;
    padding: 0;
    border: none;
}

#zMyzend #tabs li {
    float: left;
    position: relative;
    margin: 0 -15px -1px 0;
    border-left: 1px solid #bec8cb;
    border-bottom: 1px solid #bec8cb;
}

#zMyzend #tabs li.selected {
    border-bottom: 1px solid white;
    z-index: 1;
}

#zMyzend #tabs li a {
    display: block;
    padding: 2px 25px 0 15px;
    color: black;
    background: url(/design/corporate/images/tab.gif) top right no-repeat;
    text-decoration: none;
}

#zMyzend #personal, #zMyzend #billing, #zMyzend #shipping {
    clear: both;
}

#zMyzend #info {
    clear: both;
}

#zMyzend #info p.button {
    text-align: right;
}

#zMyzend .button input {
    border: 1px solid #8dbad8;
    color: #369;
    background: #b5d0e2;
    font-size: 90%;
}

#zpMyzend #info ul, #zpMyzend #orders ul {
    clear: both;
}

#zMyzend #address_tabs {
    border: none;
    margin-bottom: 1em;
}

#zMyzend #address_tabs li {
    display: inline;
    margin-right: .5em;
    padding: 0 .4em;
    font-weight: bold;
    cursor: pointer;
}

#zMyzend #address_tabs a {
    padding: 0 1em;
    color: black;
    text-decoration: none;
}

#zMyzend #address_tabs .selected {
    background: #a7cfeb;
}

#zpMyzend #password dt {
    width: 6em;
}

#zpMyzend #subscriptions ul, #zpMyzend #products ul {
    border: none;
}

#zpMyzend .orders, #zpMyzend .orders div {
    display: none;
}

#zpMyzend .orders ul {
    list-style-type: disc;
    margin-left: 1.5em;
}

#zMyzend #orders_trials {
    width: 100%;
}

#zMyzend #orders {
    float: left;
    width: 55%;
}

#zMyzend #trials {
    float: right;
    width: 31.5%;
}

#zpMyzend .more {
    float: right;
    margin: 0 0 .5em 1em;
}

#zpMyzend #support .more {
    margin-top: -1.5em;
}

#zpMyzend .validating {
    border: 2px solid #ccc;
}

#zpMyzend .valid {
    border: 2px solid green;
}

#zpMyzend .invalid {
    border: 2px solid red;
}

/* 0xFF pagination */
#pagination {
    position: relative;
    border-top: 1px solid #ccc;
}

#pagination .pages {
    display: block;
    text-align: center;
}

#pagination .pages span {
    font-weight: bold;
}

#pagination .next {
    position: absolute;
    top: 0;
    right: 0;
}

#pagination .prev {
    position: absolute;
}

div.para {
    padding-bottom: 1em;
}

#zPhpide .attribute-image, #zProducts.zend_studio.plug_ins .attribute-image {
    float: left;
    padding-right: 10px;
}

.grey {
    color: #AAA;
}