/* default */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
a{
	text-decoration: none;
}
input{
	border:1px solid #A2BDEA;
	font-size:11px;
	padding: 2px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00346d;
	background: #F5F5F5;
}
textarea{
	border:1px solid #A2BDEA;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00346d;
	background: #F5F5F5;
}
body{
	text-align: left;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00346d;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
div{
	padding: 0;
	margin: 0;
}

/* frame */
#container {
	margin: 22px auto;
	width: 950px;
	background: #fff;    
	text-align: left;
}

/* header */
#header{
	position: relative;
	width: 950px;
	height: 125px;
	background: url("../frame/header_bg.jpg") top left no-repeat;
}
#header a#title{
	position: absolute;
	top: 16px;
	left: 20px;
	width: 160px;
	height: 74px;
}
#header a#title span{
	display: none;
}
#header h3{
	position: absolute;
	top: 46px;
	left: 220px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	letter-spacing: 2px;
}
#header p#productnum{
	position: absolute;
	top: -18px;
	left: 13px;
}
#header p#lang_link{
	position: absolute;
	top: -18px;
	right: 13px;
	color: #91bb3a;
}
#header p#lang_link a{
	font-weight: bold;
	color: #91bb3a;
}
#header p#lang_link a:hover{
	color: #c5f092;
}
#header p#lang_link a.active{
	color: #00346d;
}
#header p#lang_link a.active:hover{
	color: #A2BDEA;
}

/* footer */
#footer{
	position: relative;
	width: 950px;
	height: 100px;
	background: url("../frame/footer_bg.gif") top left repeat-x;
}
#footer p{
	position: absolute;
	top: 50px;
	width: 950px;
	text-align: center;
	font-weight: bold;
}
#footer a{
	color: #7CAC25;
}
#footer a:hover{
	color: #00346D;
}
#footer ul{
	position: absolute;
	top: 82px;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#footer li{
	display: inline;
	margin: 0;
	padding: 0 16px;
	border-right: 1px solid #7CAC25;
}
.noborder{
	border-right: 0px none !important;
}
#footer #fps{
	position: absolute;
	top: 82px;
	right: 10px;
	font-weight: bold;
}

/* content */
.box {
	margin: 10px 0;
	position: relative;
}
.box h3{
	margin: 0;
	padding: 10px 10px 50px 15px;
	font-size: 14px;
}
.box .row{
	position: relative;
	padding: 8px;
	background: url("../frame/menu_bg.gif") bottom left repeat-x;
}
.box p{
	width: 110px;
}
.box p a{
	color: #00346D;
}
.box p a:hover{
	color: #71A926;
}
.box b{
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 54px;
	text-align: right;
}
.box a.button{
	display: block;
	margin: 10px 0 0 48px;
	padding: 3px 3px;
	width: 82px;
	height: 13px;
	color: #fff;
	text-align: center;
	background: #00346d url("../frame/button_bg.gif") left top no-repeat;
}
.box a.button:hover{
	background: #71A926 url("../frame/button_bg.gif") left bottom no-repeat;
}
#head{
	position: relative;
	margin: 7px 0 0 0;
	padding: 12px 12px 16px 12px;
	width: 476px;
	background: #c5f092 url("../../frame/head_bg.gif") top left no-repeat;
}
#head h2{
	font-size: 18px;
	font-weight: normal;
}
#head #head_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	height: 8px;
	background: #c5f092 url("../../frame/head_footer_bg.gif") bottom left no-repeat;
}






/* window */
.fps_window{
	background: #fff;
	position: absolute;
	width: 500px;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0;
	padding: 10px 45px 5px 15px;
	width: 435px;
	font-size: 18px;
	cursor: move;
}
.fps_window .fps_windrag b{
	color: #416798;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	background: url(../admin/image/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 13px;
	right: 33px;
	width: 20px;
	height: 20px;
}
.fps_window .fps_wincontent{
	padding: 10px;
	width: 480px;
	background: #fff;
}
.fps_window .win_error, .fps_window .win_success{
	color: #416798;
	font-weight: bold;
	padding: 10px;
	border: 3px solid #A2BDEA;
	margin: 0 5px;
	font-size:11px;
}
.fps_window .win_error span, .fps_window .win_success span{
	font-size: 14px;
	color: #ff8d28;
	font-weight: bold;
}
.fps_window .button{
	background: #00346D;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 71px;
}
.fps_window .button:hover{
	background: #71A926;
}
.fps_window .button1{
	background: #ff8d28;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 71px;
}
.fps_window .button1:hover{
	background: #e34633;
}
.fps_window .layer_bottom_white{
	width: 500px;
	height: 5px;
	font-size: 1px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}


.success{    
	clear: both;
	margin: 10px 0pt;   
	border: solid 2px #008837;
	color: #008837;
}
.error{
	clear: both;
	margin: 10px 0pt;
	padding: 10px;   
	border: solid 2px #E34633;
	color: #E34633;
	font-weight: bold;
}
.notice{
	clear: both;
	margin: 10px 0pt;   
	border: solid 2px #71A926;
	color: #71A926;
}
.successright, .errorright{
	margin: 10px 10px 10px 8px;
	padding: 8px 15px 8px 15px;
	font-weight: bold;
	font-size: 11px;
}
.successright{    
	border: solid 2px #008837;
	color: #008837;
}
.errorright{
	border: solid 2px #ED1B24;
	color: #ED1B24;
} 
/* pager */
.fps_nav {
	position: relative;
	width: 475px;
	margin: 10px 0px;
	padding: 5px 0;
	height: 23px;
	font-size: 9px;
	font-weight: normal;
}
.fps_nav .nav_row{
	position: relative;
	padding: 4px 0px;
	width: 100%;
}
.fps_nav .pager_left{
	padding: 4px 0;
	float: left;
	width: 55px;
}
.fps_nav .pager_right{
	text-align: right;
	padding: 4px 0;
	float: right;
	width: 55px;
}
.fps_nav .pager_center{
	position: absolute;
	top: 4px;
	left: 82px;
	padding: 4px 0;
	width: 320px;
	text-align: center;
}
.fps_nav a{
	margin: 1px;
	padding: 2px 4px;
	border: solid 1px #71A926;
	background: #71A926;
	color: #fff !important;
	text-decoration: none !important;
}
.fps_nav a:hover{
	background: #DDFFB2;
	border: solid 1px #71A926;
	color: #71A926 !important;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
	background: #71A926;
	color: #fff;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
	background: #DDFFB2;
	color: #71A926;
	border: solid 1px #71A926;
}

.fps_nav b{
	margin: 1px;
	padding: 2px 4px;
	border:1px solid #71A926;
	color: #71A926;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #00411A;
}

/* registration */
#registration, #profil{
	padding: 12px;
	background: url("../../frame/content_bg.gif") top left repeat-x;
	width: 476px; 
	overflow: hidden;
}
#registration form#regform, #profil form#profilemod{  
	margin: 10px 0
}
#registration span, #profil span{
	padding: 4px 10px 2px 0;
	float: left;
	background: url("disable.gif");
}
#registration h3, #profil h3, #regform h3, #paymodeform h3{
	margin: 24px 0 0 0;
	font-size: 14px;
	color: #71A926;
}
#regform h3{
	margin: 24px 0 10px 0;
}
#registration span b, #profil span b{
	padding: 1px 0;
	float: left;
}
#registration span input, #profil span input{
	float: left;
	border: 1px solid #A2BDEA;
	background: #FBFCFE;
	color: #00346d;
	font-size: 11px;
	padding: 2px;
}
#registration a.button, #profil a.button{
	background: #00346D url(../../frame/button_bg.gif) no-repeat scroll left top;
	color: #FFFFFF;
	display: block;
	height: 13px;
	margin: 25px 0 0 180px;
	padding: 3px 5px;
	width: 78px;
	text-align: center;
}
#registration a.button:hover, #profil a.button:hover{
	background: #71A926 url("../../frame/button_bg.gif") left bottom no-repeat;
}
#registration #checkemail, #registration #paymode{
	padding: 5px 0px 0px;
}
#registration .paymode input, #regform .paymode input, #paymodeform .paymode input{
	background: none;
	border: none;
	vertical-align: middle;
	margin: 3px 0px;
}
a.mpl{
	color: #00346D;
}
a.mpl:hover{
	color: #71A926;
}