body, form, input, h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote, img {
    padding: 0;
    margin: 0;
    border: 0;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #58595b;
    background: #e9f4b3;
}

hr{
    border: none;
    border-bottom: solid 1px #58595b;
    height: 1px;
}
img {
    border: none;
}
#wide h2{
    margin: 0;
    padding: 8px 14px;
    background: #69b302 url(/frames/h2_bg.gif) repeat-x;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#center h2{
    margin: 0 0 15px 0;
    padding: 3px 3px 4px;
    border-bottom: 4px solid #3d663c;
    color: #d21616;
    font-weight: normal;
    font-size: 18px; 
    clear: both;
}
#center h2 a{
	text-decoration: none;
}
h3{
    margin-bottom: 10px;
    font-size: 16px;
    color: #3D663C;
}
h4{
    margin-bottom: 10px;
    font-size: 14px;
    color: #3D663C;
}
h5, h6{
    margin-bottom: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
p{
    margin: 0px 0px 10px 0px;
}
ul{
    margin: 0px 10px 10px 10px;
    padding: 0px 5px;
    list-style-type: square;
}
li{
    margin: 6px 0px 6px 10px;
}
ol{
    margin: 0px 10px 10px 17px;
    padding: 0px 5px;
    list-style-type: decimal;
}
a{
    text-decoration: underline;
    color: #ce0202;
    outline: none;
}
a:hover{
    color: #3D663C;
}


input.text, textarea{
    border: 1px solid #C9C9CA;
    padding: 2px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #8C8C8C;
}
select{
    color: #58595b;
    border: 1px solid #C9C9CA;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9px;
    padding: 1px;
}
.button{
	margin-top: 10px;
	padding: 7px 0;
	width: 82px;
	text-align: center;
	background: url("/frames/button_red.gif") no-repeat;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
}
.button:hover{
	color: #DFDFDF;
}



.clear{
    clear: both;
    height: 0px;
    font-size: 0px;
}

#wide .content{
    width: 775px;
    background: #F6F6F6;
    border: 1px solid #E3E3E3;
    padding: 8px;
    margin-top: 10px;
}


/* messages */
.error, .success, .notice, .fps_caution{
    margin-bottom: 12px;
    padding: 12px;
    border: solid 2px #ff0000;
    font-weight: bold;
    color: #CE0202;
    text-align: left;
}
.success{
    border: solid 2px #58595B;
    color: #58595B;
}
.notice, .fps_caution{
    border: solid 2px #58595B;
    color: #58595B;
}
 
/* window */
.fps_window{
    position: absolute;
    width: 500px;
    background: #fff;
    border: solid 5px #A5D203;
    border-top: none;
    text-align: left;
}
.fps_window .fps_windrag{
    padding: 8px 27px 8px 8px;
    width: 465px;
    background: #A5D203;
    font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
    cursor: move;
    color: #3D663C;
    text-transform: uppercase;
}
.fps_windrag img{
    margin-right: 5px;
    vertical-align: middle;
}
.fps_window .fps_winclose{
    position: absolute;
    top: 7px; right: 2px;
    width: 20px;
    height: 20px;
    background: url(/frames/close.gif) no-repeat center center;
    cursor: pointer;
}
.fps_window .fps_winloading{
    display: none;
    position: absolute;
    top: 3px; right: 25px;
    width: 20px;
    height: 20px;
    background: url(/frames/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
    padding: 10px;
    width: 480px;
}
.fps_window .button{
	background: url(/frames/button_red.gif) no-repeat top left;
	height: 29px;
	width: 83px;
	color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}
.fps_window .button:hover{
	color: #E3E3E3;
}

/* pager */
.fps_nav {
    position: relative;
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    background: #f6f6f6;
}
.fps_nav span{
    display: block;
    padding: 5px 0px;
    width: 100%;
    font-weight: bold;
    color: #000;
}
.fps_nav .nav_row{
    position: relative;
    padding: 5px 0px;
    width: 100%;
    height: 14px;
    text-align: center;
}
.fps_nav .pager_left{
    position: absolute;
    top: 5px; left: 5px;
    width: 35px;
    text-align: left;
}
.fps_nav .pager_right{
    position: absolute;
    top: 5px; right: 5px;
    width: 35px;
    text-align: right;
}
.fps_nav .pager_left a, .fps_nav .pager_right a{
	border: 1px solid #58595B;
	background: #fff;
}

.fps_nav .pager_center{
    position: absolute;
    top: 5px; left: 40px;
    margin: 0px auto;
    padding: 0px;
    width: 370px;
    text-align: center;
}
.fps_nav a{
    padding: 0px 2px;
    font-weight: bold;
    color: #58595B;
    text-decoration: none;
}
.fps_nav a:hover{
    color: #CE0202;
    text-decoration: underline;
}
.fps_nav b{
    padding: 0px 2px;
    color: #CE0202;
}
.fps_nav b.lotof{
    padding: 0px 2px;
    color: #CE0202;
}

/* datasheet pictire */
#picture_cont{
	float: left;
	width: 492px;
	height: 366px;
	padding: 7px;
    background: #f4fad9;
}
#picture_cont .pic_cont{
	float: left;
	width: 394px;
	height: 318px;
	padding: 10px 49px;
}
#picture_cont .pic_empty{
	float: left;
	width: 394px;
	height: 318px;
	padding: 10px 49px;
	background: url(/frames/default_pic_big.gif) center center no-repeat;
}
#picture_cont .pic_cont a.pic{
	float: left;
	padding: 11px;
	border: 1px solid #dde0d2;
	background: #fff;
}
#picture_cont #picnav{
	position: relative;
	float: left;
	width: 492px;
	height: 27px;
	padding: 0;
	background: #e9f4b3;
	font-size: 10px;
}
#picture_cont #picnav .left, #picture_cont #picnav .right, #picture_cont #picnav .center{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 120px;
	padding: 3px 0;
}
#picture_cont #picnav .right{
	left: 367px;
	text-align: right;
}
#picture_cont #picnav .center{
	left: 125px;
	width: 252px;
	text-align: center;
}

#picture_cont #picnav a{
	color: #58595b;
	text-decoration: none;
}
#picture_cont #picnav a:hover{
	color: #d21616;
}
#picture_cont #picnav .left a{
	padding-left: 17px;
	background: url(/frames/pic_prev.gif) left center no-repeat;
}
#picture_cont #picnav .right a{
	padding-right: 17px;
	background: url(/frames/pic_next.gif) right center no-repeat;
}
#picture_cont #picnav .center a{
	padding: 0 2px;
}
#picture_cont #picnav .center b{
	padding: 0 2px;
	color: #d21616;
}


#high_left{
	border-right: 1px solid #d4ddd4;
}

/* new picgallery */
.fps_gallery_window{
	position: absolute;
	width: 520px;
	text-align: left;
	overflow: hidden;
}
.fps_gallery_window .fps_galdrag{
	width: 520px;
	height: 30px;
	background: url(/frames/gallery_top.gif) no-repeat;
	cursor: move;
}
.fps_gallery_window .fps_galdrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_gallery_window .fps_galclose{
	position: absolute;
	top: 5px; right: 0px;
	padding-right: 40px;
	width: 60px;
	height: 16px;
	background: url(/frames/gallery_close.gif) no-repeat 70px 3px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
	color: #3D663C;
}
.fps_gallery_window .fps_galclose:hover{
	color: #fff;
}
.fps_gallery_window .fps_galloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(/frames/loader.gif) no-repeat;
}
.fps_gallery_window .fps_galcontent{
	padding: 0px 10px 10px;
	width: 500px;
	background: #FFF;
    text-align: center;
}

.fps_gallery_window .fps_galcontent .pic{
	padding-top: 10px;
	width: 500px;
	height: 420px;
	text-align: center;
	overflow: hidden;
}
.fps_gallery_window .fps_galcontent .pic img{
	cursor: pointer;
    margin: auto;
    text-align: center;
}
.fps_gallery_window .fps_galbottom {
  height: 10px;
  width: 520px;
  background: url(/frames/gallery_bottom.gif) no-repeat;
}

.fps_gallery_window .process{
	position: relative;
	width: 500px;
	font-weight: bold;
    color: #3D663C;
}
.fps_gallery_window .process .gallery_name{
	padding: 10px 0px 30px;
	width: 500px;
}
.fps_gallery_window .process .navigator{
	position: absolute;
	top: 30px;
	left: 5px;
	padding: 5px;
	width: 480px;
	text-align: center;
}
.fps_gallery_window .process .navigator a.ln{
	display: block;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 100px;
	height: 15px;
	background:url("/frames/pic_prev.gif") no-repeat left center;
	padding-left:17px;
	text-decoration: none;
	text-align:left;
}
.fps_gallery_window .process .navigator a.ln:hover{
	padding-left:17px;
	text-align:left;
}

.fps_gallery_window .process .navigator a.rn{
	display: block;
	position: absolute;
	top: 6px;
	right: 0px;
	width: 100px;
	height: 15px;
	background: url("/frames/pic_next.gif") no-repeat right center;
	padding-right:17px;
	text-decoration: none;
	text-align:right;
}
.fps_gallery_window .process .navigator a.rn:hover{
	padding-right:17px;
	text-align:right;
}

.more_big{
	float: right;
	clear: both;
	margin: -6px 0 20px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline !important;
}
.advanced_search{
	position: absolute;
	top: -39px;
	right: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #3D663C !important;
	padding-left: 14px;
	background: url(/frames/breadcrumbs.gif) no-repeat left 3px; 
}
.advanced_search:hover{
	color: #CE0202 !important;
}

.bottom_back{
	float: left;
	margin: 10px 0;
	padding-left: 14px;
	text-decoration: none;
	background: url(/frames/bottom_back.gif) no-repeat left 3px;
	color: #3D663C;
	font-weight: bold;
}
.bottom_back:hover{
	color: #D21616;
}

