﻿    /* 581 */
        .commandlink_581, .commandlink_581_hover, .commandlink_581_down {
            width: 100%;
            height: 58px;
            list-style: none;
            margin-top: 0px;
            margin-bottom: -1px;
        }

        .commandlink_581 a, .commandlink_581_hover a, .commandlink_581_down a {
            text-decoration: none;
            cursor: pointer;
            font-size: 16px;
        }

        /* Default State */
        .commandlink_581 .leftcap {
            float: left;
            height: 58px;
            width: 4px;
            margin-right: -4px;
            border: 0px;
            padding: 0px;
        }

        .commandlink_581 .rightcap {
            float: left;
            height: 58px;
            width: 4px;
            margin-left: -4px;
            border: 0px;
            padding: 0px;
        }

        .commandlink_581 .center {
            float: left;
            height: 58px;
            width: 100%;
            margin-left: 4px;
            margin-right: 4px; 
        }
        
        .commandlink_581 .commandcontent {
            padding-top: 10px;
            height: 58px;
            padding-left: 30px;
            background-image: url("../../../images/arrow.png");
            background-repeat: no-repeat;
            background-position: 7px 12px;
        }
		.commandlink_581 .media {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
			background-image: url("../images/icon_optical_media.png");
			background-repeat: no-repeat;
			background-position: 0px 12px;
		}  
		.commandlink_581 .usb {
			padding-top: 5px;/*Fix Bug of Small Font Old:10 */
			height: 58px;
			padding-left: 30px;
			background-image: url("../images/icon_HDD.png");
			background-repeat: no-repeat;
			background-position: 0px 12px;
		}
 /*Add in 112Q David.Cai 2011-01-06*/
                .commandlink_581 .Easy {
			padding-top: 8px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		} 
                .commandlink_581 .Custom {
			padding-top: 8px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}
                .commandlink_581 .Automatic {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		} 
                .commandlink_581 .Manaual {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}

                /*Add in 112Q David.Cai 2011-01-06*/
        .commandlink_581 .title {
            margin-top: 10px;
            margin-left: 5px;
            font-size: 16px;
            color: rgb(21,28,85);
        }
        
        .commandlink_581 .supplement {
            height: 0px; /* fix for margin */
            margin-top: 1px;
			margin-left: 5px;
            font-size: 12px;
            color: rgb(21,28,85);        
        }             

        /* Hover State */
        .commandlink_581_hover .leftcap {
            float: left;
            height: 58px;
            width: 4px;
            margin-right: -4px;
            background-image: url("../../../images/Command_link_58_hover_1.png");
            background-repeat: no-repeat;
            border: 0px;
            padding: 0px;
        }

        .commandlink_581_hover .rightcap {
            float: left;
            height: 58px;
            width: 4px;
            margin-left: -4px;
            background-image: url("../../../images/Command_link_58_hover_3.png");
            background-repeat: no-repeat;
            border: 0px;
            padding: 0px;
        }

        .commandlink_581_hover .center {
            float: left;
            height: 58px;
            width: 100%;
            margin-left: 4px;
            margin-right: 4px;
            background-image: url("../../../images/Command_link_58_hover_2.png");
            background-repeat: repeat-x;
            border: 0px;
            padding: 0px;
        }

		.commandlink_581_hover .commandcontent {
            padding-top: 10px;
            height: 58px;
            padding-left: 30px;
            background-image: url("../../../images/arrow.png");
            background-repeat: no-repeat;
            background-position: 7px 12px;
        }
        
		.commandlink_581_hover .media {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
			background-image: url("../images/icon_optical_media.png");
			background-repeat: no-repeat;
			background-position: 0px 12px;
		}
		
		.commandlink_581_hover .usb {
			padding-top: 5px;/*Fix Bug of Small Font Old:10 */
			height: 58px;
			padding-left: 30px;
			background-image: url("../images/icon_HDD.png");
			background-repeat: no-repeat;
			background-position: 0px 12px;
		}

/*Add in 112Q David.Cai 2011-01-06*/
               .commandlink_581_hover .Easy {
			padding-top: 8px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}

	       .commandlink_581_hover .Custom {
			padding-top: 8px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}


               .commandlink_581_hover .Automatic {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;

		}

	       .commandlink_581_hover .Manaual {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}
	        /*Add in 112Q David.Cai 2011-01-06*/
        .commandlink_581_hover .title {
            margin-top: 10px;
            margin-left: 5px;
            font-size: 16px;
			color: rgb(7,74,229);
        }
        
        .commandlink_581_hover .supplement {
            height: 0px; /* fix for margin */
            margin-top: 1px;
			margin-left: 5px;
            font-size: 12px;
            color: rgb(21,28,85);
        }    
        
        /* Click State */
        .commandlink_581_down .leftcap {
            float: left;
            height: 58px;
            width: 4px;

            margin-right: -4px;
            background-image: url("../../../images/Command_link_58_push_1.png");
            background-repeat: no-repeat;
            border: 0px;
            padding: 0px;
        }

        .commandlink_581_down .rightcap {
            float: left;
            height: 58px;
            width: 4px;

            margin-left: -4px;
            background-image: url("../../../images/Command_link_58_push_3.png");
            background-repeat: no-repeat;

            border: 0px;
            padding: 0px;
        }

        .commandlink_581_down .center {
            float: left;
            height: 58px;
            width: 100%;
            margin-left: 4px;
            margin-right: 4px;
            background-image: url("../../../images/Command_link_58_push_2.png");
            background-repeat: repeat-x;
            
            border: 0px;
            padding: 0px;
        }

        .commandlink_581_down .commandcontent {
            padding-top: 10px;
            height: 58px;
            padding-left: 30px;
            
            background-image: url("../../../images/arrow.png");
            background-repeat: no-repeat;
            background-position: 7px 12px;
        }
		.commandlink_581_down .media {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
	        
			background-image: url("../images/icon_optical_media.png");
			background-repeat: no-repeat;
			background-position: 0px 12px;
		}  
		.commandlink_581_down .usb {
			padding-top: 5px;/*Fix Bug of Small Font Old:10 */
			height: 58px;
			padding-left: 30px;
	        
			background-image: url("../images/icon_HDD.png");
			background-repeat: no-repeat;
			background-position: 0px 12px;
		}

 /*Add in 112Q David.Cai 2011-01-06*/
              .commandlink_581_down .Easy {
			padding-top: 8px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}

	       .commandlink_581_down .Custom {
			padding-top: 8px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}


               .commandlink_581_down .Automatic {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;

		}

	       .commandlink_581_down .Manaual {
			padding-top: 2px;
			height: 58px;
			padding-left: 30px;
                        background-image: url("../../../images/arrow.png");
			background-repeat: no-repeat;
			background-position: 10px 12px;
		}
               /*Add in 112Q David.Cai 2011-01-06*/

        .commandlink_581_down .title {
            margin-top: 10px;
            margin-left: 5px;
            font-size: 16px;
            color: rgb(21,28,85);
        }
        
        .commandlink_581_down .supplement {
            height: 0px; /* fix for margin */
            margin-top: 1px;
			margin-left: 5px;
            font-size: 12px;
            color: rgb(21,28,85);
        }        
    /* 581 */   




	

/* Command Buttons */

	.commandbutton, .commandbutton_hover, .commandbutton_down {
		width: 78px;
		height: 21px;
		white-space: nowrap;

		float: right;

		margin-left: 4px;
	}

	/* Default State */
	.commandbutton .leftcap {
		float: left;
		height: 21px;
		width: 4px;
		

		margin-right: -4px;
		background-image: url("../../../images/Command_button_normal_1.png");
		background-repeat: no-repeat;
		border: 0px;
		padding: 0px;
	}

	.commandbutton .rightcap {
		float: left;
		height: 21px;
		width: 4px;
		
		
		margin-left: -4px;
		background-image: url("../../../images/Command_button_normal_3.png");
		background-repeat: no-repeat;
		border: 0px;
		padding: 0px;               
	}

	.commandbutton .center {
		float: left;
		text-align: center;
		line-height: 21px;
		

        padding-left: 2px;
        padding-right: 2px;

		height: 21px;
		width: 100%;
		background-image: url("../../../images/Command_button_normal_2.png");
		margin-left: 2px;
		margin-right: 2px;
	}        

	/* Hover State */
	.commandbutton_hover .leftcap {
		float: left;
		height: 21px;
		width: 4px;
		

		margin-right: -4px;
		background-image: url("../../../images/Command_button_hover_1.png");
		background-repeat: no-repeat;
		border: 0px;
		padding: 0px;
	}

	.commandbutton_hover .rightcap {
		float: left;
		height: 21px;
		width: 4px;
		

		margin-left: -4px;
		background-image: url("../../../images/Command_button_hover_3.png");
		background-repeat: no-repeat;

		border: 0px;
		padding: 0px;
	}

	.commandbutton_hover .center {
		float: left;
		text-align: center;
		line-height: 21px;
		

        padding-left: 2px;
        padding-right: 2px;

		height: 21px;
		width: 100%;
		margin-left: 2px;
		margin-right: 2px;
		background-image: url("../../../images/Command_button_hover_2.png");
		background-repeat: repeat-x;
	}

		
	/* Click State */
	.commandbutton_down .leftcap {
		float: left;
		height: 21px;
		width: 4px;
		

		margin-right: -4px;
		background-image: url("../../../images/Command_button_push_1.png");
		background-repeat: no-repeat;
		border: 0px;
		padding: 0px;
	}

	.commandbutton_down .rightcap {
		float: left;
		height: 21px;
		width: 4px;
		

		margin-left: -4px;
		background-image: url("../../../images/Command_button_push_3.png");
		background-repeat: no-repeat;

		border: 0px;
		padding: 0px;
	}

	.commandbutton_down .center {
		float: left;
		text-align: center;
		line-height: 21px;
		
        
        padding-left: 2px;
        padding-right: 2px;

		height: 21px;
		width: 100%;
		margin-left: 2px;
		margin-right: 2px;
		background-image: url("../../../images/Command_button_push_2.png");
		background-repeat: repeat-x;
	}
/* Command Buttons */



/* Command Buttons Refresh*/

	.commandbuttonrefresh
	{
	    position: relative;
	    margin-right:-7px;
	}
	
	.commandbuttondelete
	{
	    position: relative;
	    margin-right:86px;
	}
	
	.commandbuttoninstall
	{
	    position:absolute;
	    right:300px;
	} 