/* initial and body styles */
* {
	margin: 0;
	padding: 0;
}
img
{
	border:none;
}
body
{
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 0.75em;
	padding:0;
	margin:0;
	color:#000;
	background: #cacaca url('../img/theme_bg.gif') repeat-x;
	line-height:1.řem;
}


/* theme box */
#theme
{
	margin: 0 auto;
	width:780px;
	height:157px;
	background: url('../img/theme.jpg') no-repeat;
}
#logo
{
	width:362px;
	height:66px;
	float:left;
	margin: 55px 0 0 5px;
	display:inline;
}
#langs
{
	float:right;
	display:inline;
	width:200px;
	height:15px;
	margin:125px 15px 0 0;
	text-align:right;
	overflow:hidden;
}
#langs a
{
	padding:0 2px;
}


/* page box */
#page_bg
{
	background: #e1e1e1;
}
#page
{
	width:780px;
	margin: 0 auto;
}


/* menu line */
#menu_line
{
	width:780px;
	height:34px;
	overflow:none;
	padding-top:10px;
}
#menu_line #site_name
{
	float:left;
	display:inline;
	width:211px;
	height:31px;
	margin-left:5px;
	background:#d2d2d1;
	line-height:2.5em;
	text-align:center;
	font-weight:bold;
}
.greyline_rgt
{
	float:right;
	width:5px;
	height:31px;
	background: url('../img/grey_line_rgt.gif') no-repeat;
}
.greyline_lft
{
	float:left;
	width:5px;
	height:31px;
	background: url('../img/grey_line_lft.gif') no-repeat;
}


/** topmenu **/
ul#topmenu
{
	height:34px;
	list-style:none;
	float:right;
	width: 550px;
	overflow:none;
	margin:0;
}
ul#topmenu li
{
	float:left;
	height: 34px;
	margin:0 3px;
	background:url('../img/menu_bg.png') repeat-x;
	display:inline;
	font-size:12px;
}


/*** topmenu items ***/
ul#topmenu li a
{
	float:left;
	padding:7px 4px;
	text-decoration:none;
}
ul#topmenu li.active
{
	background:url('../img/menu_act_bg.png') repeat-x;
}
ul#topmenu li.active a
{
}
ul#topmenu li a:link, ul#topmenu li a:visited
{
	color: #000;
	font-weight:normal;
	text-decoration:none;
}
ul#topmenu li a:hover, ul#topmenu li a:active
{
	text-decoration:underline;
}
ul#topmenu li.active a:link, ul#topmenu li.active a:visited
{
	
}
ul#topmenu li .topmenu_rgt, ul#topmenu li.active .topmenu_rgt
{
	float:left;
	width: 7px;
	height: 34px;
	background: url('../img/menu_rgt.png') no-repeat;
}
ul#topmenu li .topmenu_lft, ul#topmenu li.active .topmenu_lft
{
	float:left;
	width: 7px;
	height: 34px;
	background: url('../img/menu_lft.png') no-repeat;
}
ul#topmenu li.active .topmenu_rgt
{
	background: url('../img/menu_act_rgt.png') no-repeat;
}
ul#topmenu li.active .topmenu_lft
{
	background: url('../img/menu_act_lft.png') no-repeat;
}


/* tools line */
#tool_line
{
	height:105px;
	margin:15px 0 0 0;
}
#tools
{
	width:290px;
	float:right;
	margin-right: 10px;
	display:inline;
}
#tools a#btn_register, #tools a#btn_login, #tools a#btn_profile, #tools a#btn_logout
{
	width:142px;
	height:95px;
	float:right;
	background: url('../img/btn_register.jpg') no-repeat;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	padding-top: 10px;
}
#tools a#btn_login
{
	background: url('../img/btn_login.jpg') no-repeat;
}
#tools a#btn_logout
{
	background: url('../img/btn_login.jpg') no-repeat;
}
#tools a#btn_profile
{
	background: url('../img/btn_login.jpg') no-repeat;
}


/** banner **/
#adv
{
	float:right;
	height:60px;
	width:468px;
	margin: 13px 8px 0 0;
	display:inline;
}


/** infobox **/
#infobox
{
	width:470px;
	height:90px;
	float:right;
	display:inline;
	margin-right:8px;
	overflow:none;
	background: url('../img/infobox_bg.gif') repeat-x;
}
#infobox_rgt
{
	width:20px;
	height:90px;
	float:right;
	display:inline;
	background: url('../img/infobox_rgt.gif') no-repeat;
}
#infobox_lft
{
	width:14px;
	height:90px;
	float:left;
	display:inline;
	background: url('../img/infobox_lft.gif') no-repeat;
}
/*
#infobox table
{
	margin-top:10px;
	font-family: "Arial", sans-serif;
	width:auto;
}
#infobox table td, #infobox table th
{
	padding:1px 2px;
	border:none;
	background:#fff;
}
*/
/* hp bottom boxes */
#tool_boxes
{
	margin-top:15px;
	height:160px;
}
#register_box, #login_box
{
	width:375px;
	height:145px;
	background: url('../img/bigbox_bg.gif') repeat-x;
	float:left;
	overflow:hidden;
	display:inline;
	font-size:0.9em;
	line-height:1.4em;
	margin-left:10px;
	text-align:left;
}
.tool_box_lft
{
	float:left;
	width:15px;
	height:145px;
	display:inline;
	background: url('../img/bigbox_lft.gif') no-repeat;
}
#register_box h3, #login_box h3
{
	margin-left:15px;
	padding:15px 0 10px 30px;
	font-size:1.2em;
	background: url('../img/arrow.png') no-repeat 5px 15px;
}
#register_box p, #login_box p
{
	margin:0;
}
#register_box_rgt
{
	width:127px;
	height:145px;
	display:inline;
	float:right;
	background: url('../img/bigbox_register_rgt.jpg') no-repeat;
}
fieldset#register_form_hp
{
	width:100px;
	height:26px;
	float:right;
}

#login_box_rgt
{
	width:130px;
	height:145px;
	display:inline;
	float:right;
	background: url('../img/bigbox_login_rgt.jpg') no-repeat;
}
fieldset#login_form
{
	
}
fieldset#login_form label
{
	width:70px;
	text-align:right;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
}
fieldset#login_form input
{
	width:120px;
	margin-bottom:10px;
}
fieldset#login_form input.submit_small
{
	margin-left:75px;
}


/* content boxes */
#hp_content
{
	text-align:center;
	margin:10px 5px;
}
#content
{
	margin:10px 10px;
	padding-bottom:15px;
}
#tr_content
{
	margin:0 5px;
	padding-bottom:15px;
}


/* footer */
#footer
{
	font-size:0.9em;
	margin:0 auto;
	text-align:center;
	width:780px;
}
#footer a:link, #footer a:visited
{
	color:#4c4c4c;
	text-decoration:none;
}
#footer a:hover, #footer a:active
{
	text-decoration:underline;
}


/* transfer */
#transfer
{
	height:231px;
	overflow:hidden;
}
#tr_from, #tr_from_account, #tr_from_settings, #tr_circle, #tr_to, #tr_to_account, #tr_to_settings, #tr_left, #tr_right
{
	float:left;
	display:inline;
}
#tr_left, #tr_from, #tr_from_account, #tr_from_settings
{
	width:235px;
}
#tr_right, #tr_to, #tr_to_account, #tr_to_settings
{
	width:241px;
}
#tr_from, #tr_from_account, #tr_from_settings, #tr_to, #tr_to_account, #tr_to_settings
{
	font-size:0.9em;
	font-family: "Arial";
}
#tr_left, #tr_right
{
	height:229px;
}
#tr_from
{
	height:31px;
	overflow:hidden;
	background: url('../img/hr_light_bg.gif') repeat-x bottom;
}
#tr_from h1
{
	margin:2px 0;
	height:22px;
	padding-left:40px;
	padding-top: 5px;
	background: url('../img/arrow3_blue.png') no-repeat left 1px;
}
#tr_from_account
{
	height:30px;
	overflow:hidden;
	margin:30px 0 0 15px;
	width:220px;
	display:inline;
}
#tr_from_settings
{
	height:105px;
	background: url('../img/transfer_bg.gif') repeat-x;
}
#tr_from_settings_lft
{
	width:14px;
	height:105px;
	float:left;
	display:inline;
	background: url('../img/transfer_lft.gif') no-repeat;
}

#tr_circle
{
	width:294px;
	height:139px;
	background: url('../img/transfer_circle.jpg') no-repeat;
	text-align:center;
	font-size:2.2em;
	font-weight:bold;
	padding-top:90px;
}
#tr_circle span
{
	font-weight:normal;
	font-size:0.5em;
}

#tr_to
{
	height:31px;
	overflow:hidden;
	background: url('../img/hr_light_bg.gif') repeat-x bottom;
}
#tr_to h1
{
	text-align:right;
	margin:2px 0;
	height:22px;
	padding-right:40px;
	padding-top: 5px;
	background: url('../img/arrow3_orange.png') no-repeat right 1px;
}
#tr_to_account
{
	height:30px;
	margin-top:30px;
	overflow:hidden;
}
#tr_to_settings
{
	height:105px;
	background: url('../img/transfer_bg.gif') repeat-x;
}
#tr_to_settings_rgt
{
	width:20px;
	height:105px;
	float:right;
	background: url('../img/transfer_rgt.gif') no-repeat;
}

#transfer select, #transfer input
{
	width:140px;
	margin-bottom:5px;
}
#transfer input
{
	width:136px;
}
#transfer label
{
	display:inline;
	float:left;
	margin:5px 0;
	width:70px;
	overflow:hidden;
}
.tr_spacer
{
	height:10px;
	overflow:hidden;
}
#paydet_column
{
	width:370px;
	float:left;
}
#paydet_column label, #paydet_column input
{
	margin:2px 0;
}
#payset_column
{
	width:320px;
	float:left;
	margin-left:80px;
	font-size:0.95em;
	font-family:"Arial",sans-serif;
}
#payset_column submit_wide
{
	margin-left:0;
	display:inline;
}
#payset_ext
{
	width:300px;
	background: url('../img/payset_bg.gif') repeat-y;
}
#payset_ext div#payset_ext_content
{
	padding:0 5px;
}
#payset_ext_top
{
	height:7px;
	overflow:hidden;
	background: url('../img/payset_top.gif') no-repeat;
}
#payset_ext_bottom
{
	height:12px;
	overflow:hidden;
	background: url('../img/payset_bottom.gif') no-repeat;
}
#payset_column label
{
	float:left;
	display:inline;
	margin: 0;
	width:120px;
}
#payset_column label.sublabel
{
	margin-left:20px;
	width:100px;
}
#payset_column input
{
	margin:1px 0;
	width:160px;
}
#payset_column input.input_narrow
{
	width:40px;
}

/* common styles */

/** headers and text **/
h1,h2
{
	font-size:1.1em;
	margin:1em 0;
}
p
{
	margin: 1em 0;
}
.whiteline
{
	height:28px;
	background:#fff;
	line-height:2.2em;
	text-align:center;
	overflow:hidden;
}
.whiteline_rgt, .whiteline_lft
{
	width:4px;
	height:28px;
	background: url('../img/whiteline_rgt.gif') no-repeat;
	float:right;
}
.whiteline_lft
{
	background: url('../img/whiteline_lft.gif') no-repeat;
	float:left;
}

/** tables **/
table
{
	font-size:0.95em;
	font-family:"Arial",sans-serif;
	width:100%;
}
table.fullsize
{
	font-size:1.1em;
	width:auto;
}
table.fullsize td
{
	padding:0;
	padding-right: 5px;
}
th,td
{
	padding:0 10px;
}
th
{
	text-align:left;
	font-weight:bold;
	border: 1px solid #ba0000;
	background: url('../img/th_bg.gif');
}
td.ll, td.dl, td.ld, td.dd
{
	border: 1px solid #a6c1cf;
}
td.ll
{
	background: url('../img/td_l_l.gif');
}
td.dl
{
	border: 1px solid #5b99b8;
	background: url('../img/td_d_l.gif');
}
td.ld
{
	background: url('../img/td_l_d.gif');
}
td.dd
{
	border: 1px solid #5b99b8;
	background: url('../img/td_d_d.gif');
}

/** forms **/
fieldset
{
	border:none;
}
fieldset.addon
{
	background: url('../img/whitebox_bg.gif') repeat-y;
	width:600px;
}
fieldset.inner label
{
	padding-left:20px;
}
.addon_top, .addon_bottom
{
	height:12px;
	overflow:hidden;
	background: url('../img/whitebox_top.gif') no-repeat;
}
.addon_bottom
{
	height:18px;
	background: url('../img/whitebox_bottom.gif') no-repeat;
}
fieldset.addon h3
{
	padding:0 40px;
	background: url('../img/arrow_white.png') no-repeat 15px 3px;
	font-size:1.2em;
}
fieldset.addon p
{
	margin:0 20px;
}
fieldset#register_form, fieldset#account_form
{
	background: url('../img/register_form_bg.gif') no-repeat 100px 40px;
}
fieldset#register_form label, fieldset.account_form label
{
	float:left;
	width:170px;
}
fieldset.account_form label
{
	width:220px;
}
label, input, select
{
	margin-bottom: 5px;
}
label
{
	cursor:hand;
}
input.submit_wide
{
	margin-left:185px;
}
.ckeckbox input
{
	margin-bottom:0px;
}
span.ckeckbox
{
	display:block;
	margin-bottom:10px;
}
.titlelabel
{
	margin:0;
}
.sublabel
{
	margin-left:70px;
	width:150px;
}

.input_wide
{
	width:300px;
}
.input_narrow
{
	width:50px;
}
input.submit_small, input.submit_wide
{
	width:100px;
	height:26px;
	border:none;
	font-size: 12px;
	font-weight:bold;
	background: url('../img/btn_small.png') no-repeat;
	text-align:center;
}
input.submit_wide
{
	width:244px;
	background: url('../img/btn_wide.png') no-repeat;
}


/** lists **/
ul,ol
{
	margin-left: 20px;
}



/** horizontal rule, divider, columns **/
div.hr {
  height: 2px;
  background: #fff url(./img/hr_bg.png) repeat-x scroll center;
  margin:0 5px;
}
div.hr hr {
  display: none;
}
div.clearer
{
	clear:both;
}

div.left_column
{
	width:480px;
	float:left;
}

div.right_column
{
    width:480px;
	float:left;
	margin-left:15px;
}
