
/* -------------------------------------------*/
/* ------------>>> General Design <<<---------*/
/* -------------------------------------------*/

html{
    height:100%;

}
body{

    margin: 0;
    padding: 0;

    height:100%;

    width:100%;

    min-width:1000px;

    /*background-image: url("images/fadebg.png");
    background-position:left;
    background-repeat:repeat-y;
    */
    background-color:#5C3317; 

}

#corps{

    border-style: solid;
    border-color: #E9AB17;

    margin-top:10px; 

    padding-right:0px;

    margin-right: 1%;
    margin-left:25%;

    width: 50%;

    background-color:#EFE4B0; 
}

#corpsfull{

    border-style: solid;
    border-color: #E9AB17;

    margin-top:10px; 

    padding-right:0px;

    margin-right: 1%;
    margin-left:25%;

    width: 74%;

    background-color:#EFE4B0; 
}

dt{
    list-style-type: circle;

    font-size:18px;
}
dd{
    font-weight: bold;
    font-size:17px;
}

h1{
    margin-top: 0px;
    text-align:center;
    color:#000000;
}

h2{
    color:#880015;  
}

big{
    font-weight: bold;

}
p{
    text-indent:50px;
    font-size:20px;
}

a{
    text-decoration: none;
}
li{
    font-size:20px;
}

.pagefont{
    font-size:20px;
    
    margin-left:50px; 
}
#topbanner{

    height: 155px; /* Background Image height */

    width:100%;

    min-width: 1000px;
    background-color:#EFE4B0;
    border-color: #EFE4B0;
    border-style: solid;
    text-align: center;
    /* background-image: url("images/headerbg.png");
     background-repeat: repeat-x;
     background-position:left;
    */}

#topbanner #topleftlogo
{
    display:inline-block;

    float:left;
    border-style: solid;
    border-color: #EFE4B0;

    height:150px;
    width:23%;


    background-color:  #EFE4B0;

    font-size:70px;
    color:#880015;  
}
#topbanner #topcenterlogo
{
    text-align: center;
    display:inline-block;

    border-style: solid;
    border-color: #EFE4B0;
    background-color: #EFE4B0;

    width:50%;

    height: 150px;

    text-align: center;
    font-family: Arial;
    font-size:70px;

    color:#FFFFFF;  
}

#topbanner #toprightlogo
{
    float:right;
    display: inline-block;
    border-style: solid;
    border-color: #EFE4B0;

    background-color: #EFE4B0;
    width: 23%;

    height: 150px;

    font-size:30px; 
    color:#880015;  
}

#toprightlogo #floatingtext
{

    float:right;
    display: inline-block;

    text-align: end;
    background-color: #EFE4B0;
    width: 100%;

    height: 150px;

    font-size:30px; 
    color:#880015;  
}
 
#topbanner #aspelogo{ 

    display: inline-block;   
    height:120px;
    width:500px;
    margin-top:5px;
    padding-left: 10px;
    border-style:solid;

    border-bottom-color: #FFFFFF;
    border-bottom-width: 10px;

    border-left-color: #FFFFFF;
    border-left-width: 10px;

    border-right-color: #AD0E16;

    border-top-color: #AD0E16; 
    background-color: #AD0E16;

    font-size: 100px;

}



#topbanner #contacttext{

    float:right;
    color:#ffffff;
    font-size: 32px;
    padding-right: 25px;
    padding-top: 75px;
}

#lang_bar
{
    color:white;  
    background-color:#880015; 
    clear:right;
    float:right;
    border-style:solid;
    border-width:5px;
}

#lang_bar a
{
    color:white; 
}

#lang_bar a:visited
{
    color:white; 
}


#topuserlogin
{
    font-size:20px;

    float:right;

    color: White;
    background-color: #880015;
    border: 5px;
    border-color:#7092BE;
}

#topuserlogin a 
{
    color:white; 
}

#topuserlogin a:visited{
    color:white;
}


#topbanner #text
{
    position:absolute;
    top:60px;
    left:300px;
    color:#0160A9;
    font-style:italic;
} 

#topmenu
{

    height:60px;
    margin-left: 275px;

    margin-top:0px;

    background-image: url("images/topmenubg.png");
    background-repeat: repeat-x;

}

#topmenu a /* The whole List */
{

    margin-top:0px;
    padding-right:5%;

    padding-left:5%;
    padding-top:20px;
    padding-bottom:10px;


    font-size:25px;
    color:white;
    text-decoration:none;

    border-right-style:solid;
    border-right-width:5px;
    border-right-color:#ffffff;

}

#topmenu img /* The whole List */
{
    margin:0px;
    float:right; 

    position: relative;
    top:-20px;

}
#rightmenu{

    border-style: solid;
    border-color:  #EFE4B0;
    min-height: 100%;
    width:23%; /* background's width */

    background-color: #E9AB17;
    float:right;

    margin-top:10px; 
    margin-right:2px;
    text-align:center;
}

#rightmenu img{
    margin-top:5px;
}

#leftmenu
{
    clear:left;
    border-style: solid;
    border-color:  #EFE4B0;

    height: 100%;

    width:23%; /* background's width */
    background-color: #E9AB17;

    margin-top:10px;
    float:left;

}

#leftmenu .leftsubmenu
{
    margin-top:20px;
    width:100%; /* BG's width */
    margin-bottom: 30px; /* Don't want that background repeating. */
}

.leftsubmenu h1
{
    margin-top:0px; /* topmenu img already covers that */
    text-align:center;
    margin:0px;
    padding:0px;
}

.leftsubmenu li{


    /* Wrap text even if it's a single word.*/
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */

    color: #5C3317;
    font-size: 175%;
    list-style-type: none;
    margin-bottom: 25px;
}
.leftsubmenu a{
    margin: 0 px;
    padding:  0px;
    color: #5C3317;
    font-weight: bold;
}

#footer
{
    text-align: center;
}

/* -------------------------------------------*/
/* ---------->>> profile.php <<<--------------*/
/* -------------------------------------------*/

.accountinfo
{
    width:50%;
    height:30%;
    float:left;
}

/* -------------------------------------------*/
/* ---------->>> shop.php <<<-------------*/
/* -------------------------------------------*/

.shopitem
{
    /* IE Hack for correct Height */
    min-height:300px;
    height:auto !important;
    height:350px;
    /* Trying to keep 3 per line on Body's min-width*/

    min-width: 190px;
    margin-left: auto;

    padding-top:10px;   
    padding-left:5px; 
    padding-right:5px;
    margin:5px; 

    border: 5px solid black; 

    vertical-align:top;

    /* IE & Mozilla HACKZ for inline-block */
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

}

.shopitem a{
    text-decoration: none;
    color:#0160A9;
}


.shopitem h1
{
    text-transform: capitalize;
    font-size:18px;
    height: 60px;
    overflow:hidden;

    margin-right:5px;
    margin:0px;
    padding:0px;

    /* Wrap text even if it's a single word.*/
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */

}

.shopitem .photo
{
    /*Pictures all the same size*/
    border: 3px solid black;

    height:200px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.shopitem .addcart
{
    margin:10px;
    position:absolute;
    bottom:0px;

}

.shopitem .description {

    margin-left: 10px;
    height:100px;
    overflow: hidden;
    text-transform: capitalize;

    /* Wrap text even if it's a single word.*/
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */

}

.shopitem .price
{
    font-weight: bold;
    text-align: center;
    font-size: 18px;

    margin-right:10px;
    text-align: right;
}


.itemview{
    min-height: 500px;
}

.itemview h1{
    text-transform: capitalize;

    text-align:center;
    /* Wrap text even if it's a single word.*/
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */
}

.itemview .description{

    text-indent: 50px;
    margin-left: 20px;
    color:#5e697a;

    font-size: large;

    /* Wrap text even if it's a single word.*/
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */
}

.itemview .previewpic{

    border: 5px solid black;
max-width: 50%;
    /*Pictures all the same size*/
    height:200px;

    display:block;
}

.itemview .attributs{
    padding-left: 20px;

}
.itemview .mainpic{
    border: 3px solid black;

    height:400px;
    float:left;
}


.itemview .addcart
{
}

.itemview .price{

    display: inline-block;

    font-weight: bold;
    margin-top:20px;
    margin-left: 100px;
}

.inline {
    vertical-align:top;

    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;

}

.wraptext{
    /* Wrap text even if it's a single word.*/
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */

}
.quotebutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:26px;
    font-weight:bold;
    padding:21px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
}.quotebutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
}.quotebutton:active {
    position:relative;
    top:1px;
}
