/* general styles */

#container {
    width:450px;
    margin: auto;
    position:relative;
    overflow:hidden;
    padding:0px 20px 10px 10px;
    background:#E5E5E5;
    margin-bottom:2px;
	 
}

.hidden {
    display:none;
}

.spacer {
    height:40px;
}


/* example 1 styles */
#links {
    float: left;
    margin-right:5px;
}

#links a {
    display:block;
    font-size:14px;
    padding:0px;
	 margin-top: 0px;
	 margin-bottom: 3px;
	 margin-right: 3px;
    outline:none;
	 border-width: 1px;
	border-style: solid;
	border-color: #cbcbcb;
	cursor:default;
}

#links a.selected {
    text-decoration:none;
    font-weight:bold;
    color:#fff;
	 border-width: 1px;
	 border-style: solid;
	 border-color: #93505B;
}

.target {
    float: left;
     
}


/* code styles */
.codeblock {
    width:600px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    padding:20px;
    background:#fff;
    margin-bottom:5px;
}

.view-code {
    width:100%;
    padding:10px;
    margin-top:20px;
    float: left;
    clear:both;
	 
}

.target_title{
border-width: 1px;
	border-style: solid;
	border-color: #cbcbcb;
	margin-top: 2px;
	padding: 5px;
	padding-left: 9px;
	background-color: #F0F0EE;


}