        DIV.container { margin: auto; width: 100%; margin-bottom: 10px;}
        TEXTAREA { width: 80%;}
        FIELDSET { border: 1px solid #ccc; padding: 1em; margin: 0; }
        LEGEND { color: #ccc; font-size: 120%; }
        INPUT, TEXTAREA { font-family: Arial, verdana; font-size: 125%; padding: 0px; border: 1px solid #999; }
        LABEL { display: block; margin-top: 10px; } 
        IMG { margin: 0px; }

        h2 {
            margin: 0;
        }

        .drawers-wrapper {
			margin:auto;
            position: relative;
            width: 225px;
			padding-left:0px;
			margin-top:10px;
            
        }
		
		.sidebar_shadow {
			position:absolute;
			left:0px;
			top:0px;
			height:443px;
			width:10px;
			z-index:1000;
            background:transparent url(../_images/sidebar_shadow.png) no-repeat center center;
			_background-image: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www/_images/sidebar_shadow.png,
sizingMethod='scale');	

	}
			
        .drawer {
            background:transparent url(1http://images.apple.com/downloads/images/sideboxlight_bg20070611.gif) repeat-y scroll 0pt;
            color:#76797C;
            font-size:11px;
            line-height:1.3em;
        }

        .boxcap {
            height:5px;
            left:0pt;
            position:absolute;
            width:100%;
            z-index:100;
            background:transparent url(1http://images.apple.com/downloads/images/sidenav_capbottom.png) no-repeat scroll 0%;
            margin-top:-5px;
        }

        .captop {
            background-image:url(1http://images.apple.com/downloads/images/box_188captop.png);
            bottom:auto;
            top:0pt;
            margin-top:0;
        }

        .drawers {
            margin-bottom:15px;
            color:#76797C;
            font-size:11px;
            line-height: 18px;
			margin-left:2px;
        }

        .drawers a {
            color:#666666;
            text-decoration:none;
            font-family:"Lucida Grande",Geneva,Arial,Verdana,sans-serif;
            font-size-adjust:none;
            font-style:normal;
            font-variant:normal;
            font-weight:normal;
        }
		


        .drawer li {
            border-bottom:1px dashed #574b28;
            line-height:16px;
            padding:6px 0pt;
       	 }
		
				

        UL {
            list-style: none;
            padding: 0;
        }

        UL.drawers {
            margin: 0;
        }

        .drawer-handle {
            background:;
			cursor:default;
            height:27px;
            line-height:30px;
            margin-bottom:0pt;
			text-align:left;
			text-indent:16px;
            width:100%;
			border-top:#1c1107 solid 1px;
			border-bottom:#080402 solid 1px;
			text-transform:uppercase;
			font-family:"trebuchet MS", "lucida grande", Arial, Helvetica, sans-serif;
			font-size:13px;
            font-weight:normal;
            color:#b0a588;
        }
		
        .drawer-handle a{
			display:block;
            background:;
			cursor:pointer;
            height:27px;
            line-height:30px;
            margin-bottom:0pt;
			text-align:left;
			text-indent:16px;
            width:100%;
			text-transform:uppercase;
			font-family:"trebuchet MS", "lucida grande", Arial, Helvetica, sans-serif;
			font-size:13px;
            font-weight:normal;
            color:#b0a588;
        }		


        .drawer-handle a:hover{
            color:#7a5b0c;
		}



        .drawer-handle.open {
            background:#100903;
            color:#7a5b0c;
			text-transform:uppercase;
			border-bottom:#100903 solid 1px;
			border-top:#100903 solid 1px;	
        }
		
        .drawer-handle.open a{
            background:#100903;
            color:#7a5b0c;
			text-transform:uppercase;
        }		
		
		

        .drawer UL {
            padding: 0 12px;
            padding-bottom:6pt;
            background:;
			border-bottom:#c2ced2 solid 0px;
        }

        .drawer-content UL {
            padding-top: 7px;
        }

        .drawer-content LI A {
            display:block;
            overflow:hidden;
            color:#7d6f4c;
			
        }

        .alldownloads li {
            border:0pt none;
            line-height:18px;
            padding:0pt;
        }

/**= Accordian Drawer Links = **/
        .drawer li.dropLink a {
			padding-left:6px;
            line-height:16px;
            color:#7d6f4c;
			font-size:12px;
        	}	
        .drawer li.dropLink a:hover {
            color:#a5956d;
        	}
			
        .drawer li.read_more_accordion {
            border-bottom:0px solid #E5E5E5;
            line-height:16px;
            padding:6px 0pt;
			text-align:center;
       	 }				
			
        .drawer li.read_more_accordion a {
            line-height:16px;
            color:#dc5403;
			font-size:12px;
			font-weight:bold;
        	}	
        .drawer li.read_more_accordion a:hover {
            line-height:16px;
            color:#666666;
			font-size:12px;
        	}				
