/* 
    Document   : prod
    Created on : Feb 7, 2009, 4:18:24 PM
    Author     : server
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.products {
    margin: 10px 10px 10px 10px;
    z-index:9;
    height:98%;
    width:100%;

}

.prodtab {
    height:98%;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    width:90%;
    /*background: white;*/
    /*background-image:url("../images/test2.png");*/
    vertical-align:top;
}

.prodtab td {
	background:transparent;
}

.prodimg{
    background-repeat:no-repeat;
    background-position:center;
}

#prodname{
    position: absolute;
    height:50px;
    margin: 20px 75% 80% 20px;
}

#counter{
    text-align: right;
    position: absolute;
    margin: 20px 20px 80% 90%;
}

#thumbs{
    font-size:small;
    position: absolute;
    height: auto;
    width: 50%;
    margin-top:60%;
    text-align:center;
    margin-right:25%;
    margin-left:25%;
}

#quant{

}

#imgnav{
    background:no-repeat center;
    position: absolute;
    height:65%;
    width:90%;
    margin-top:10%;
    margin-left:5%;
    margin-right:5%;
    text-align:center;
}

#prodimg{
    position:absolute;
    text-align:center;
}

#navarrows{
    width:30px;
}

#other_prod{
    /*background-image:url("../images/flowerbackground.jpg");*/
}

.tabdisplay{
    margin-left:20%;
    margin-right:20%;
    margin-top:15%;
}

a img{
    border:0;
}

