/*first up some resetting code to remove content added before*/
/* This should be made optional */#widget_structure_1_x {display:none;}
#widget_structure_1_tab_list li.widget_structure_tab_list_item:before {content:"";}
#widget_structure_1_list li.widget_structure_list_item:before {content:"";}

#widget_structure_1 {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
margin-top:30px;}

#widget_structure_1_tab_list {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
/* this won't be used as we are not separating the tabs from the content */}

#widget_structure_1_tab_list li.widget_structure_tab_list_item {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
/* this won't be used as we are not separating the tabs from the content */}

#widget_structure_1 h3.widget_structure_title {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
width:170px;
padding:5px;
background-color:#ccc;
background-image:url('../templates/accordian_tabs/accordian_closed.png');
cursor:pointer;
}

#widget_structure_1 h3.widget_structure_title span.widget_structure_title_inner_before {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1 h3.widget_structure_title span.widget_structure_title_inner_after  {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1 h3.widget_structure_title.selected {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
width:170px;
padding:5px;
background-color:#ccc;
background-image:url('../templates/accordian_tabs/accordian_selected.png');
cursor:pointer;}

#widget_structure_1 h3.widget_structure_title.selected span.widget_structure_title_inner_before {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1 h3.widget_structure_title.selected span.widget_structure_title_inner_after {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1 h3.widget_structure_title:hover {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
width:170px;
padding:5px;
background-color:#ccc;
background-image:url('../templates/accordian_tabs/accordian_open.png');
cursor:pointer;}

#widget_structure_1 h3.widget_structure_title:hover span.widget_structure_title_inner_before {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1 h3.widget_structure_title:hover span.widget_structure_title_inner_after {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1_list {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1_list li.widget_structure_list_item {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_1_list div.widget_structure_content {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

/*first up some resetting code to remove content added before*/
/* This should be made optional */#widget_structure_2_x {display:none;}
#widget_structure_2_tab_list li.widget_structure_tab_list_item:before {content:"";}
#widget_structure_2_list li.widget_structure_list_item:before {content:"";}

#widget_structure_2 {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
border:1px solid #ccc;
margin-top:35px;
position:relative;}

#widget_structure_2_tab_list {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
width:100%;
height:19px;
position:absolute;
top:-22px;
left:-1px;}

#widget_structure_2_tab_list li.widget_structure_tab_list_item {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
height:19px;
float:left;}

#widget_structure_2 h3.widget_structure_title {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-color:#D9D9D9;
height:12px;
float:left;
font-size:11px;
font-weight:normal;
line-height:1;
padding:5px 10px;
position:relative;}

#widget_structure_2 h3.widget_structure_title span.widget_structure_title_inner_before {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-image:url('../templates/default_tabs/top-left-tab-blank-white.png');
background-repeat:no-repeat;
background-position:left top;
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
display:block;}

#widget_structure_2 h3.widget_structure_title span.widget_structure_title_inner_after  {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-image:url('../templates/default_tabs/top-right-tab-blank-white.png');
background-repeat:no-repeat;
background-position:right top;
position:absolute;
top:0;
right:0;
width:10px;
height:10px;
display:block;}

#widget_structure_2 h3.widget_structure_title.selected {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-color:#7D7D7D;
height:12px;
float:left;
font-size:11px;
font-weight:normal;
line-height:1;
padding:5px 10px;
position:relative;
color:white;}

#widget_structure_2 h3.widget_structure_title.selected span.widget_structure_title_inner_before {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-image:url('../templates/default_tabs/top-left-tab-blank-white.png');
background-repeat:no-repeat;
background-position:left top;
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
display:block;}

#widget_structure_2 h3.widget_structure_title.selected span.widget_structure_title_inner_after {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-image:url('../templates/default_tabs/top-right-tab-blank-white.png');
background-repeat:no-repeat;
background-position:right top;
position:absolute;
top:0;
right:0;
width:10px;
height:10px;
display:block;}

#widget_structure_2 h3.widget_structure_title:hover {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-color:#E47B14;
height:12px;
float:left;
font-size:11px;
font-weight:normal;
line-height:1;
padding:5px 10px;
position:relative;
color:white;}

#widget_structure_2 h3.widget_structure_title:hover span.widget_structure_title_inner_before {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-image:url('../templates/default_tabs/top-left-tab-blank-white.png');
background-repeat:no-repeat;
background-position:left top;
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
display:block;}

#widget_structure_2 h3.widget_structure_title:hover span.widget_structure_title_inner_after {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
background-image:url('../templates/default_tabs/top-right-tab-blank-white.png');
background-repeat:no-repeat;
background-position:right top;
position:absolute;
top:0;
right:0;
width:10px;
height:10px;
display:block;}

#widget_structure_2_list {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
width:100%;
}

#widget_structure_2_list li.widget_structure_list_item {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
}

#widget_structure_2_list div.widget_structure_content {
margin: 0;
padding: 0;
border: 0;
list-style: none;
background:none;
padding:10px;
}

