.upper {
	text-transform: uppercase;
}

#frames_page_title {
    border: 0;
    padding: 0;
    margin: 22px 0 3px;
    border-collapse: collapse;
}

#frames_page_title .hidden {
    display: none;
}

#frames_page_title td {
	white-space: nowrap;
	vertical-align: bottom;
}

#frames_page_title td.title {
	width: 100%
}

#frames_page_title td.title h2 {
    display: inline;
    margin-right: 0.05em;
}

#frames_page_title td.title span.show_frames {
	color: #666666;
	font-size: 18px;
}

#frames_page_title td.option {
	padding-left: 12px;
    font-size: 14px;
}

#frames_page_title td.option div,
#filter div.filter_reset {
    color: #09a3e4;
    text-decoration: underline;
    cursor: pointer;
    display: inline;
}

#frames_page_title td.option div:ACTIVE,
#filter div.filter_reset:ACTIVE {
    text-decoration: none;
    color: #fff;
    background-color: #09a3e4; 
}

#frames_page_title td.option div.checked,
#frames_page_title td.option div.checked:ACTIVE {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    background: none; 
}

#filter,
#framelist {
    margin-top: 15px;
}
	
#filter {
	float: left;
	width: 176px;
}

#filter div.filter_header,
#filter fieldset {
   margin-left: 8px;
}

#filter div.filter_header {
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}

#filter div.filter_reset {
	float: right;
	font-size: 14px;
    margin-right: 6px;
}

#filter hr {
	padding-top: 6px;
}

#filter fieldset {
	border: none;
	padding: 0;
	margin-bottom: 1em;
}

#filter legend {
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 2px;
}

#filter .hidden {
	display: none;
}

#filter div.filter_option {
	background: no-repeat url("/static/checkbox_normal.png") 0 0 transparent;
    padding-left: 20px;
    line-height: 15px;
    margin: 5px 0;
    cursor: pointer;
}

#filter div.filter_option.radio {
	background-image: url("/static/radiobox_normal.png");
}

#filter div.filter_option.checked.radio {
	cursor: default;
}

#filter div.filter_option:HOVER,
#filter div.filter_option.not_checked:HOVER{
    background-image: url("/static/checkbox_hover.png");
    color: #000;
}

#filter div.filter_option.checked:HOVER {
    background-image: url("/static/checkbox_checked_hover.png");
    color: #000;
}

#filter div.filter_option:ACTIVE,  
#filter div.filter_option.checked {
    background-image: url("/static/checkbox_checked.png");
	color: #000;
}

#filter div.filter_option.radio:HOVER,
#filter div.filter_option.not_checked.radio:HOVER {
    background-image: url("/static/radiobox_hover.png");
}

#filter div.filter_option.radio:ACTIVE,  
#filter div.filter_option.checked.radio {
    background-image: url("/static/radiobox_checked.png");
}

#filter div.filter_option.not_checked {
    background-image: url("/static/checkbox_disabled.png");
    color: #999;
}

#filter div.filter_option.not_checked.radio {
    background-image: url("/static/radiobox_disabled.png");
}

#filter div.filter_option span {
	color: #999;
}

#framelist {
    float: left;
    width: 768px; /*950 - 176 - 6*/
    margin-left: 6px;
}

#framelist div.prod_box {
	float: left;
}

#framelist div.prod_box.box_140 {
	margin-left: 13px;
	margin-bottom: 13px;
}

#framelist div.prod_box.box_240 {
    margin-left: 16px;
    margin-bottom: 12px;
}

#framelist div.prod_box.box_250 {
    margin-left: 6px;
    margin-bottom: 24px;
}

#frame_list_navi {
    clear: both;
	width: 100%;
	font-size: 16px;
}

#frame_list_navi, 
#frame_list_navi td {
    border: 0;
    padding: 0 1px;
    margin: 0;
    vertical-align: middle;
    white-space: nowrap;
}

#frame_list_navi td.frame_list_navi_info.hidden {
    visibility: hidden;    
}

#frame_list_navi td.frame_list_navi_pages {
	width: 100%;
}

#frame_list_navi td.frame_list_navi_pages.hidden {
    display: none;
}

#frame_list_navi td.frame_list_navi_pages td.frame_list_navi_page.hidden {
    display: none;    
}

#frame_list_navi td.frame_list_navi_pages td.frame_page_navi_arrow.hidden {
    visibility: hidden;    
}

#frame_list_navi td.frame_list_navi_pages table {
	border-collapse: collapse;
}

#frame_list_navi td.frame_list_navi_pages td {
    border-left: 1px dotted #888;
    padding: 0 2px;
}

#frame_list_navi td.frame_list_navi_pages td.no_border {
	border-left: none;
}

#frame_list_navi td.frame_list_navi_pages td.frame_page_navi_arrow div {
	padding: 0;
	width: 24px;
	height: 19px;
    cursor: pointer;
	background: no-repeat url("/static/arrow_frames.png") 0 0 transparent;
}

#frame_list_navi td.frame_list_navi_pages td.frame_page_prev div:HOVER {
    background-position: 0 -19px;
}

#frame_list_navi td.frame_list_navi_pages td.frame_page_prev div:ACTIVE {
    background-position: 0 -38px;
}

#frame_list_navi td.frame_list_navi_pages td.frame_page_next div {
    background-position: -24px 0;
}

#frame_list_navi td.frame_list_navi_pages td.frame_page_next div:HOVER {
    background-position: -24px -19px;
}

#frame_list_navi td.frame_list_navi_pages td.frame_page_next div:ACTIVE {
    background-position: -24px -38px;
}

#frame_list_navi td.frame_list_navi_pages td.frame_list_navi_page div.frame_list_page {
    padding: 0 3px 0 4px;
	color: #28adea;
    cursor: pointer;
    height: 19px;
    line-height: 19px;
}

#frame_list_navi td.frame_list_navi_pages td.frame_list_navi_page div:HOVER {
    color: #FFF;
    background-color: #28adea;
}

#frame_list_navi td.frame_list_navi_pages td.frame_list_navi_page div:ACTIVE {
    color: #FFF;
    background-color: #4c4c4c;
}

#frame_list_navi td.frame_list_navi_pages td.frame_list_navi_page.current div,
#frame_list_navi td.frame_list_navi_pages td.frame_list_navi_page.current div:HOVER,
#frame_list_navi td.frame_list_navi_pages td.frame_list_navi_page.current div:ACTIVE {
    color: #000;
    cursor: default;
    background-color: transparent;
}

#frame_list_navi td.frame_list_navi_all div.blue_button {
	float: right;
	font-size: 16px;
	height: 25px;
	padding: 0 4px;
	line-height: 25px;
}
