@charset "utf-8";
/* CSS Document */

/*.plusimageapply
{
font-weight: bold;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-radius-bottomleft: 5px;
width: 5px;
background-color:#333;
cursor: pointer;
height:5px;
text-align:center;
list-style:none;
}

.minusimageapply
{
font-weight: bold;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-radius-bottomleft: 5px;
width: 10px;
background-color:#333;
cursor: pointer;
height:10px;
text-align:center;
position:relative;
}*/
.plusimageapply{
border-bottom:1px solid;
padding:20px 0;
font-size:24px;
	list-style-image:url(../images/plus.png);
	cursor:pointer;
	}
.minusimageapply{
border-bottom:1px solid;
	list-style-image:url(../images/minus.png);
	cursor:pointer;
font-size:24px;
	}

.selectedimage{
	list-style-image:url(../images/selected.png);
	cursor:pointer;
	}