/* Common */

html, body {
    background-color: #FEFBDF;
    color: black;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 0.95em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
    border: 0;
}

a {
    color: #000080;
}

a:visited {
}

a:hover {
    color: #0030D0;
}

h1 {
    font-size: 1.7em;
    font-family: Helvetica,Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 0.2em;
}

h2 {
    font-size: 1.6em;
    font-family: Helvetica,Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 0.2em;

    color: #2D2D2D;
}

h3 {
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

p {
    margin: 0.8em 0;
}

address {
    font-style: normal;
}

.container {
    min-height: 100%;
    position: relative;

    padding-bottom: 5em; 
}

.header {
    height: 128px;

    background-color: #EEEEEE;
    background-image: url(../images/header_bg.png);
}

.headerContent {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    position: relative;
}

.headerContent .logo {
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top: 15px;
    left: -110px;
}

.headerContent .rightForeground {
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top: 9px;
    right: 0px;
}

.headerButtons {
    position: absolute;
    top: 128px;
    left: 437px;
}

.headerButtons .orderButton {
    position: absolute;
}

.headerButtons .contactsButton {
    position: absolute;
    left: 105px;
}

.header .languageLink {
    position: absolute;
    top: 128px;
    right: 0;

    padding-top: 0.5em;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background-color: #292929;
    background-image: url(../images/footer_shadow.png);
}

.footerLightShadow {
    position: absolute;
    top: -8px;
    width: 100%;
    height: 8px;
    background-image: url(../images/footer_light_shadow.png);
}

.footerContent {
    width: 950px;
    margin-left: auto;
    margin-right: auto;

    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
    font-size: 0.8em;

    padding-top: 1em;
    padding-bottom: 1em;

    color: #AFD83A;
}

.footerContent a {
    color: #FEFBDF;
}

.footerImage {
    position: absolute;
    bottom: 0;
    width: 549px;
    height: 166px;
    background-image: url(../images/footer_image.png);
}

.footerMessage {
    margin-left: 600px;
}

.content {
    margin-top: 50px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    min-height: 650px;
    position: relative;
    padding-top: 1em;
}

input, select, textarea {
    border: 1px solid #ccc;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
    font-size: 0.9em;
}

input.small, select.small {
    width: 50px;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

/* Microformats */

.vcard .fn {
    display: none;
}

.adr .type {
    display: none;
}

.tel .type {
    display: none;
}


/* Utility */

.clearAll {
    clear: both;
}

/* Dialogs (forms) */

.dialog {
    border: 1px solid #ccc;
    padding: 0 0.8em 0.8em 0.8em;
    margin: 1em 0;
    width: 600px;
}

.dialog legend {
    color: black;
}

.dialog dl {
    margin: 0;
    width: 600px;
}

.dialog dl dt {
    float: left;
    width: 170px;
    padding-right: 1.5em;
    padding-top: 1em;
    text-align: right;
    white-space: nowrap;
}

dt {
    clear: both;
}

.dialog dl dt label {
    display: block;
    margin-top: 0.1em;
    position: relative;
}

.dialog dl dd {
    float: left;
    padding-top: 1em;
    margin-left: 0;
    width: 300px;
}

label .indicator {
    color: #c00;
    position: absolute;
    right: -0.8em;
    top: 0em;
}

/* Messages and errors */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 1em 0em;
    padding: 0.5em;
    padding-left: 2em;
    width: 300px;
}

div.errors {
    border: 0px;
    color: #cc0000;
    padding: 0;
    margin: 0;
}

div.errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 1em;
    padding-left: 2em;
    margin-top: 0.5em;
}

.errors select {
    border: 1px solid #c00;
}
.errors input {
    border: 1px solid #c00;
}

/* Home page */

.features, .description, .prices {
    width: 500px;
}

.picture {
    position: absolute;
    right: 0px;
    top: 1em;
}

.picture .rounded, .featuresList .rounded {
    padding: 30px;
    background-color: white;
    border: solid 1px #EEECD2;
}

.picture .rounded {
    height: 538px;
}

.features {
    margin-top: 2em;
}

.featuresList ul {
    margin-left: 0;
    margin-top: 0;
}

.featuresList li {
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    list-style-image: url(../images/bullet.png);
}

.featuresList {
    position: relative;
}

.features .rounded {
    height: 160px;
}

.features .smallNotebook {
    position: absolute;
    right: 15px;
    top: 15px;
}

.prices {
    position: relative;
    margin-top: 2em;
}

.prices .price {
    font-size: 1.3em;
    color: #7EAF16;
    line-height: 0.5em;
}

.prices .orderButton {
    position: absolute;
    right: 20px;
    top: 2.5em;
}

/* Order form page */

input[type='text'], select {
    width: 300px;
}

.orderForm {
    padding: 30px;
    background: white;
    border: solid 1px #EEECD2;
}

div.buttons {
    width: 600px;
}

.emailCheckbox {
    clear: both;
    padding-top: 1em;
    text-align: center;
}

.buttons a {
    display: block;
    width: 132px;
    margin-left: auto;
    margin-right: auto;
}

.totalPriceBlock {
    position: absolute;
    right: 75px;
    top: 30px;

    width: 141px;
    height: 191px;
    background-image: url(../images/notebook_small.png);
    
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
    text-align: center;
}

.totalPriceBlock h3 {
    margin-top: 60px; 
    font-size: 1em;
}

#totalPrice {
    color: #7EAF16;
    font-size: 1.5em;
}

