@charset "UTF-8";

a:link     { text-decoration:underline; color: #000000 }
a:visited  { text-decoration:underline; color:#000000 }
a:active   { text-decoration:underline; color:#000000 }
a:hover    { text-decoration:underline; color:#000000 }

div#headerbelow2{
        background-color: #93B4D8;
        padding:  3px 0 3px 0;
        margin: 0px;
		height: 15px;
		text-align: left;
		font-size: 9pt;

        }
		
div#round {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: solid 1px #777777;
        background-color: #777777;
        padding: 10px;
        width: 730px;
        }
		
div#roundsky {
        text-align: left;
		-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: solid 1px skyblue;
        background-color: skyblue;
        padding: 10px;
        width: 730px;
        }
		
div#roundwhite {
        text-align: left;
		-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: solid 1px white;
        background-color: white;
        padding: 10px;
        width: 730px;
        }
		
div#roundgray5{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: solid 1px #777777;
        background-color: #777777;
        padding: 5px;
        width: 740px;
        }

div#topgray5{
        text-align: center;
		color: #ffffff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: solid 1px black;
		background-image: url("http://www.advansteps.com/macxtreme/data/yyy.gif");
        padding: 5px;
        width: 150px;
        }
		
#topwhite5:hover{
        text-align: center;
        -webkit-border-radius: 5px;	
        -moz-border-radius: 5px;
		border: solid 1px black;
        background-color: skyblue;
        padding: 5px;
        width: 150px;
        }		
		
div#topwhite5{
        text-align: center;
        -webkit-border-radius: 5px;	
        -moz-border-radius: 5px;
		border: solid 1px black;
        background-color: white;
        padding: 5px;
        width: 150px;
        }
		
div#categoryall {
        text-align: center;
		color: #ffffff;
		-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: solid 1px #000000;
		background-image: url("http://www.advansteps.com/macxtreme/data/yyy.gif");
        padding: 10px;
        width: 730px;
        }
		
.category td{
    text-align: left;
		-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: solid 1px #000000;
		background-image: url("http://www.advansteps.com/macxtreme/data/wallp2.jpg");
}

.category a:hover{
color:black;
background-color: #ffffff; text-decoration:underline;
}

.price td{
    text-align: left;
		-webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: solid 1px #000000;
		background-image: url("http://www.advansteps.com/macxtreme/data/wallp1.jpg");
}

.price a:hover{
color:black;
background-color: #ffffff; text-decoration:underline;
}

