
/***** GLOBAL RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/***** END OF GLOBAL RESET *****/
body {
    font-size:12px;
    line-height:18px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    letter-spacing:-1px;
    font-size:24px;
    margin-bottom:18px;
    font-weight:normal;
    color:#37a9f2;
    line-height:32px;
}

h3 {
    font-size:16px;
    margin-bottom:18px;
    font-weight:normal;
    /*color:#959595;*/
    color:#329fe4;
    /*color:#78a614*/
}

h5 {
    font-size:14px;
    color:#959595;
    font-weight:normal;
    /*font-variant:small-caps;*/
    /*margin-bottom:9px;*/
}

strong {
    color:#777;
}

p {
    text-align:left;
    font-size:12px;
    margin-bottom:18px;
}

ol {
    list-style:decimal;
}

a {
    color:#78a614;
}
.logo   {
    position:absolute;
    top:0px;
    left:0px;
    width:366px;
    height:244px;
    /*text-indent:-5000px;
    background:url("../img/logo.jpg");*/    
}

.header   {
    position:absolute;
    top:0;
    right:0;
    text-indent:-5000px;
    width:582px;
    height:326px;
    background:url("../img/girl.jpg");
}

#container {
    float:none;
    width:960px;
    margin:0 auto;
}

#header {
    width:960px;
    height:340px;
    background:url("");
    margin:0 0 30px 0;
    position:relative;
}


/***** LEFT COLUMN *****/

#right_collumn {
    width:200px;
    float:right;
    margin-left:20px;
    /*margin-top:-15px;*/
}


/***** NAVIGATION *****/
#navigation {
    text-align:left;
}

#navigation li {
    margin-bottom:18px;
}

#navigation ul {
    font-size:16px;
    list-style-position:inside;
    list-style-image:url("../img/bullet.gif");

}

#navigation a{
    color:#abde32;
    text-decoration:none;

}

#navigation a:hover {

}

/***** CONTENT *****/
#main_content {
    width:715px;
    padding-right:20px;
    float:right;
    border-right:1px solid #eee;
    margin-bottom:60px;   
}

#main_content ul {
    list-style:disc;
}

#main_content ol, #main_content ul {
    margin-left:0;
    padding-left:36px;
}

#main_content li {
    margin-bottom:18px;
}

#main_content li a {
    color:#045398;
}


a.add_to_cart {
    color:#abde32;
    border:1px solid #eee;
    background:#f8f8f8;
    text-decoration:none;
    padding:5px 5px;
}

a:hover.add_to_cart {
    color:#fff;
    background:#aee0ff;
}

/***** FOOTER *****/
.clear {
    clear:both;
}

#footer {
    color:#bbb;
    text-align:left;
    /*border-top:1px solid #ccc;*/
    padding-top:9px;
}

#footer a:hover {
    text-decoration:none;    
}

/* CART AND OTHER */

a.cart_hrefs {
    display:block;
    margin:12px 0;
    background-color:#3299DE;
    border:1px solid #1D718C;
    color:#FFFFFF;
    display:block;
    float:right;
    font-family:Arial,Verdana,sans-serif;
    font-size:14px;
    letter-spacing:1px;
    margin:0 8px 0 0;
    padding:11.7px;
    text-decoration:none;
}

input#to_order {
    background-color:#3299DE;
    border:1px solid #1D718C;
    color:#FFFFFF;
    cursor:pointer;
    float:left;
    font-size:14px;
    letter-spacing:1px;
    margin-right:8px;
    padding:11px;
}

form#order {
    width:62%;
    border:1px solid #ccc;
    margin:12px auto;
    padding:12px;
}

form#order input[type=text] {border:1px solid #ccc; padding:4px 8px;}
form#order label, form#order input {display:block; width:62%; margin:12px auto;}
form#order input[type=submit] {
    /*
    color:#abde32;
    border:1px solid #eee;
    background:#f8f8f8;
    text-decoration:none;
    padding:5px 5px;
    margin-top:12px;
    cursor:pointer;
    */
    background-color:#3299DE;
    border:1px solid #1D718C;
    color:#FFFFFF;
    cursor:pointer;
    font-size:14px;
    letter-spacing:1px;
    margin-top:24px;
    padding:11px;

}
/*
form#order input[type=submit]:hover {
    color:#fff;
    background:#aee0ff;
}
*/
table {
    width:99%;
    margin:18px auto;
    padding:4px;
}

th {
    font-weight:bold;
    padding:4px 4px 12px 4px;
    border-bottom:#ccc 1px solid;    
}
td {
    padding:6px;
    border-bottom:#ccc 1px solid;   
}

td input {border:#ccc 1px solid; width:2em; padding:2px; text-align:center;}

/* END CART AND OTHER */

/* LANGUAGES */
div#langs {
    width:150px;
    margin:32px auto;
    text-align:left;
}
div#langs a {
    margin:4px;
}
/* END OF LANGUAGES */

/* PRODUCT */
div.product_desc {
    padding:12px 0;
    overflow:hidden;
}

div.product_desc img {
    float:left;
    padding-right:24px;
}

div.product_desc h5 {
    width:48%;
    display:block;
    margin:32px 0 24px 0;
}

div.product_desc a {

}
/* END PRODUCT */


