/* CSS Document */

/* Additional style sheet to define the main Climbing Kits page and sub-pages*/

#spurKitBox {
float:left;
width:49%;
border:2px solid #666666;
height:500px;
background-image: url("../images/pics/spurkitbackground.gif");
background:background-position:right;
background-repeat:no-repeat;
background-position:right;
}

#ropeKitBox {
float:right;
width:49%;
border:2px solid #666666;
height:500px;
background-image: url("../images/pics/ropekitbackground.gif");
background-repeat:no-repeat;
background-position:right;
}

.kitDescription {
background-color:white;
color:#000000;
border:1px solid #339966;
margin:2% 0% 2% 2%;
padding:5px;
width:233px;
height:300px;
overflow:auto;
}

.kitDescription ul{
line-height:18px;
}
.longDescrip {
width:375px;
float:left;
}
.kitImage {
width:150px;
border:0px;
position:relative;left:2%;top:2%;
}


