body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
    margin:0px;
    padding:0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
    color:#838080;
    font-size:13px;
  /*  background-color:#282828;*/
}

.clear{
    clear:both;
}

#main-container{
    width:90%;
    margin-left:20px;
    margin-right:20px;
}

.container{
    margin-bottom:40px;
}

.top-label{
    display:inline-block;
    margin-left:20px;
    position:relative;
    margin-bottom:-15px;
    border:1px solid;
}

.label-txt{
    display:inline-block;
    font-size:10px;
    height:36px;
    margin-left:10px;
    padding:12px 15px 0 5px;
    text-transform:uppercase;
}

.content-area{
    padding:15px 20px 0 20px;
    border:1px solid;
}

.content{
    padding:10px;
}

.drag-desired{
    padding:30px;
}

.drop-here{
}


.bottom-container-border{
    height:14px;
}

.product{
    border:2px solid #F5F5F5;
    float:left;
    margin:15px;
    padding:10px;
}

.product img{
    cursor:move;
}

p.descr{
    padding:5px 0;
}

small{
    display:block;
    margin-top:4px;
}

.tooltip{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;

    background-color:#666666;
    border:1px solid #666666;
    color:#fcfcfc;

    padding:10px;

    -moz-border-radius:12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
}

#cart-icon{
    width:128px;
    float:left;
    position:relative;
}

#item-list{
    float:left;
    width:490px;
    margin-left:20px;
    padding-top:15px;
}

a.remove,a.remove:visited{
    color:red;
    font-size:10px;
    text-transform:uppercase;
}

.remove{
    color:red;
    font-size:10px;
}

#total{
    clear:both;
    float:right;
    font-size:10px;
    font-weight:bold;
    padding:10px 12px;
    text-transform:uppercase;
}

#item-list table{
    background-color:#F7F7F7;
    border:1px solid #EFEFEF;
    margin-top:5px;
    padding:4px;
}

a.button,a.button:visited{
    display:none;

    height:29px;
    width:136px;

    padding-top:15px;
    margin:0 auto;
    overflow:hidden;

    color:white;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;

    background:url(../img/button.png) no-repeat center top;
}

a.button:hover{
    background-position:bottom;
    text-decoration:none;
}


a, a:visited {
    color:#00BBFF;
    text-decoration:none;
    outline:none;
}

a:hover{
    text-decoration:underline;
}

h1{
    font-size:28px;
    font-weight:bold;
    font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{
    font-weight:normal;
    font-size:20px;

    color:#666666;
    text-indent:30px;
    margin:20px 0;
}

.tutorialzine h1{
    margin-bottom:10px;
    font-size:48px;
}

.tutorialzine h3{
    color:#000;
    font-size:10px;
    font-weight:bold;
    margin-bottom:30px;
    text-transform:uppercase;
}

.tutorial-info{
    text-align:center;
    padding:10px;
    margin-top:-20px;
}

