html {
	height: 100%;
}

body {
	color: #434644;
}

body, p, div, form, fieldset, table, a, td, th, tr, h1, h2, h3, h4, h5, h6,
input, textarea, select {
	margin: 0;
	padding: 0;
}

p, div, a, td, th, tr {
	font-family: Tahoma;
	font-size: 11px;
}

input, textarea, select {
	font: 11px Tahoma;
}

img,
a img {
	border: 0;
	margin: 0;
}

a {
	color: red;
	cursor: pointer;
}

ol, dl {
    position: relative;
}

label {
	cursor: pointer;
}

p {
	margin-bottom: 16px;
	color: #434644;
}

table {
	border-collapse: collapse;
}

fieldset, form {
	border: 0;
}

body {
	height: 100%;
	min-width: 998px;
	color: #4c4c4c;
}

html > body #outer {
	height: auto;
}


#content {
	min-height: 500px;
}
.withmenu {
	margin-left: 245px;
	-moz-box-sizing: border-box;
}

#maininfo_box {
	position: relative;
	width: 869px;
	background: url(../gfx/layout/content_bg.jpg) repeat-x;
	min-height: 500px;
	margin: 0 12px;
	padding: 25px;
	margin-top: 12px;
	text-align: left;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#clearfooter {
	clear: both;
	width: 100%;
	height: 22px;
}

.page_text {
	padding: 0 12px 25px 0;
	line-height: 1.5em;
}

#maintext {
	padding: 12px 2px 5px 2px;
	font-size: 11px;
	font-family: Verdana;
}

.page_title {
	color: #434644;
	font-size: 17px;
	text-transform:uppercase;
	font-weight: normal;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../gfx/layout/mn_bottom.gif) repeat-x bottom;
	
}

.page_title a {
	color: #252525;
	text-decoration: none;
}

.page_title a:hover {
	text-decoration: underline;
}

h2.page_title {
	text-transform: none;
}

.bspace {
	margin-bottom: 4px;
}

.ajax_status {
	display: none;
}
.ajax-loading {
	display: block;
    border: #cccccc 1px solid;
    width: 240px;
    height: 150px;
    background: white url(../gfx/global/ajax.gif) no-repeat center center;
 
  filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:.80;

    position: fixed;
    top: 42%;
    right: 42%;
    z-index: 500;
}


a.sidebarTitle {
	width: 166px;
	padding: 6px 0 6px 0;
	text-align: center;
	color: #353535;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	background: white url(../gfx/layout/button_cart.gif) no-repeat right center;
}

a.sidebarTitle:link:hover {
	text-decoration: none;
}







.intro_box {

	width: 517px;
	height: 197px;
	position: relative;
	left: 0;
	top: -13px;

	margin: 0 0 12px 0;

}

.inactive {
	color: #a6a6a6;
}

.inactive input.input_text,
.inactive textarea {
	border: #e3e3e3 1px solid;
	color: #e3e3e3;
}

.red {
	color: #ed1c24;
}

.bld {
	font-weight: bold;
}

.skypeLink {
	position: absolute;
	top: 115px;
	left: 30px;
	display: block;
	width: 51px;
	height: 30px;
}


.ar {
	text-align: right;
}
.al {
	text-align: left;
}

.helpLink {
	position: absolute;
	top: 122px;
	left: 90px;
	color: #5D5D5D;
	font: 12px Verdana;
	text-decoration: none;
}

.helpLink:hover {
	text-decoration: underline;
}




#search_form {
	position: absolute;
	top: 120px;
	left: 295px;
}

#search_form span {
	float: left;
	font: 12px Verdana;
	color: black;
	font-weight: bold;
	top: 1px;
	position: relative;
}

#search_form .query {
	font: 11px Verdana;
	padding: 1px;
	border: #5D5D5D 1px solid;
	float: left;
	font-weight: bold;
	width: 206px;
	margin: 0 12px 0 12px;
	position: relative;
}

#search_form .btn {
	background: url(../gfx/layout/button_search.gif) no-repeat top left;
	color: #f1f1f1;
	text-transform: uppercase;
	float: left;
	font: 11px Verdana;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	width: 78px;
	padding: 2px 0 4px 0;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	
}








#log_container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 500;
	display: none;
	cursor: pointer;

}

#log_container td {
	vertical-align: middle;
	text-align: center;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	background: #dddddd;
}

#log_container td #log {
	position: relative;
	border: #e4e4e4 1px solid;
	font: 12px Verdana;
	color: black;
	z-index: 501;
	width: 340px;
	margin: 0 auto;
	padding: 25px;
	text-align: left;

	background: #f3f3f3 url(../gfx/layout/close.gif) no-repeat top right;
}



.p_error,
#log .p_error,
#log_inline .p_error {
	color: #d10508;
	background: url(../gfx/global/bullet_red.gif) no-repeat 0 0;
	padding: 0 0 8px 16px;
	margin: 0;
	
}

.p_succ,
#log .p_succ,
#log_inline .p_succ {
	color: #387c9b;
	background: url(../gfx/global/bullet_green.gif) no-repeat 0 0;
	padding: 0 0 8px 16px;
	margin: 0;
}




#LogoLink {
	width: 140px;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 97px;
}


#myspace_bar {
	margin: 0 15px 25px 15px;
}

#myspace_bar a {
	font-family: Arial;
	font-size: 11px;
	color: #b2b2b2;
	padding: 0 15px 0 0;
	text-decoration: none;
}

#myspace_bar a.active {
	color: #424242;
	font-weight: bold;
}

#myspace_bar a:hover {
	text-decoration: underline;
}






table.preview {
	width: 205px;
	height: 205px;
}

table.preview td {
	vertical-align: middle;
	color: #387c9b;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}

table.preview td.preview_title {
	padding: 6px 1px 6px 1px;
}

/* -------------------------------------------- */

#maininfo_box.model_is {
	background: url(../gfx/layout/main_is.jpg) no-repeat;
	padding-top: 220px;
}

#maininfo_box.model_gs {
	background: url(../gfx/layout/main_gs.jpg) no-repeat;
	padding-top: 220px;
}
#maininfo_box.model_sc {
	background: url(../gfx/layout/main_sc.jpg) no-repeat;
	padding-top: 220px;
}
#maininfo_box.model_rx{
	background: url(../gfx/layout/main_rx.jpg) no-repeat;
	padding-top: 220px;
}
#maininfo_box.model_ls {
	background: url(../gfx/layout/main_ls.jpg) no-repeat;
	padding-top: 220px;
}

/* MYGTUKAI */


#back_button {
	margin-top: 30px;
	margin-bottom: 10px;
	background: url(../gfx/layout/web/button_back.gif) no-repeat;
	padding-left: 17px;
}

#back_button a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #177cd8;
	text-decoration: none;
	line-height: 20px;
}

#back_button a:hover {
	color: #000000;
}


