/* hide container until all is ready  */
.test,.test2,.test3,.test4 {display:none;}

/*Main Container */
.serviceaccordion .container{width:100%;margin:0;height: 260px; overflow: hidden;}
.serviceaccordion .container ul{list-style-type:none;margin:0;padding:0;}
.serviceaccordion .container li{display:inline;margin:0;}

/*Content Container */
.serviceaccordion .contentContainer{padding-left:0;float:left;width:0;height:260px;overflow:hidden;}
.serviceaccordion .contentInnerWrapper{padding:1px; background:#f2f1e9;border:1px solid #e0ddce;margin:1px 5px 1px 0}

/* Handle */
.serviceaccordion .handle{float:left;width:85px;height:233px;background:url(/images/handle-back.gif) repeat-x #f2f1e9; margin:1px 6px 1px 1px;padding:10px 18px;border:1px solid #d7d4c5;}
.serviceaccordion .handleOver,.handleSelected{background:url(/images/handle-back2.gif) repeat-x #e6e4d5;cursor:pointer}

.serviceaccordion .handle h2	{font-size:1.2em;line-height:1.2em;height:4em;border-bottom:1px solid #d7d4c5;background:url(/images/redarrow.gif) no-repeat top right}
.serviceaccordion .contentInnerWrapper h2	{font-size:1.2em;border-bottom:1px solid #d7d4c5;font-weight:700;padding:0 0 15px 0;margin:0 0 20px 0}


#patent	{background:url(/images/horiz-patent.jpg) no-repeat #fefefd right;height:251px;}
#license	{background:url(/images/horiz-licensing.jpg) no-repeat #fefefd right;height:251px;}
#rd	{background:url(/images/horiz-rd.jpg) no-repeat #fefefd right;height:251px;}
#info	{background:url(/images/horiz-info.jpg) no-repeat #fefefd right;height:251px;}
.content	{padding:15px 270px 0 25px;}