html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
    position: relative;
}

/*Font*/
body
{
	font-size: 12px;
	font-family: Arial;
	color: #6b6b6b;
	background-color: #fff;
	text-align: center;
}

h1 {
	text-decoration: none;
	font-size: 26px;
	border: 0px;
	font-weight: normal;
	color: #3c3c3c;
}

h2 {
	text-decoration: none;
	font-size: 18px;
	border: 0px;
	font-weight: normal;
	color: #3c3c3c;
}

h3 {
	text-decoration: none;
	font-size: 14px;
	border: 0px;
	font-weight: normal;
	color: #3c3c3c;
}

a {
	font-size: 12px;
}

a{
	color: #0a61bb;
}

a:hover {
	color: #0b3158;
	text-decoration: underline;
}

a.service {
	color: #848484;
	text-decoration: none;
}

a.service:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

ul {
	margin-left: 24px;
	padding: 0px;
	list-style-image: url(/images/template/li_triangle.gif);
}

ul li {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-bottom: 5px;
}

ol {
	margin-left: 23px;
	padding: 0px;
}

ol li {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-bottom: 5px;
}

ul.ul_v {
	list-style-image: url(/images/template/li_v.gif);
}

ul.ul_arrow {
	list-style-image: url(/images/template/li_arrow.gif);
}

ul.ul_triangle {
	list-style-image: url(/images/template/li_triangle.gif);
}

label {
	padding-left: 5px;
	display: inline-block;
	top: -50px;
}

.niceRadio {
	width: 14px;
	height: 14px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/template/radio.gif);
	overflow: hidden;
}
.radioChecked {
	background-position: 0 -14px;
}
.niceRadio input {
	margin-left: -22px;
}

.niceCheck {
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	background: url(/images/template/checkbox.gif);
}
.niceCheck input {
	display: none;
}

div.clear {
	clear: both;
}

div.bottom_menu {
	color: #6f6f6f;
	border-top: 1px solid #d4d4d4;
	padding-top: 15px;
	text-align: center;
}

div.bottom_menu div.column {
	float: left;
	margin-right: 40px;
	text-align: left;
	width: 150px;
}

div.bottom_menu div.column .title{
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

div.bottom_menu div.column a{
	font-size: 11px;
	color: #7e7e7e;
	text-decoration: none;
}

div.bottom_menu div.column a:hover{
	color: #000;
	text-decoration: underline;
}

div.copy {
	color: #878787;
	font-size: 11px;
	border-top: 1px solid #d4d4d4;
	height: 30px;
	padding-top: 14px;
	padding-bottom: 21px;
}

div.copy a {
	font-size: 11px;
	color: #7e7e7e;
	text-decoration: none;
}

div.bottom_menu div.column a:hover{
	color: #000;
	text-decoration: underline;
}

table.nano {
	border-collapse: collapse;
	margin-left: 10px;
}

table.nano tbody {
	border-collapse: collapse;
	background: #efefef;
}

table.nano tbody td{
	border: 1px solid #dadbdb;
	border-collapse: collapse;
	padding-left: 6px;
	padding-right: 6px;
	height: 36px;
	min-height: 36px;
	vertical-align: middle;
}

table.nano tbody td.lastTd{
	border: 1px solid #dadbdb;
	border-left: 1px solid #dadbdb;
	border-right: 0px solid #dadbdb;
	border-collapse: collapse;
	padding-left: 6px;
	padding-right: 6px;
	height: 36px;
	min-height: 36px;
	vertical-align: middle;
	background: url(/images/ltbg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

table.nano tbody td.firstTd{
	border: 1px solid #dadbdb;
	border-right: 1px solid #dadbdb;
	border-left: 0px solid #dadbdb;
	border-collapse: collapse;
	padding-left: 6px;
	padding-right: 6px;
	height: 36px;
	min-height: 36px;
	vertical-align: middle;
	background: url(/images/ltbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

table.nano tbody tr.second {
	background: #f7f7f7;
}

table.nano thead {
	border-collapse: collapse;
	font-size: 11px;
	background: url(/images/template/thead.gif);
}

table.nano thead td{
	border-collapse: collapse;
	border-left: 1px solid #dadbdb;
	border-right: 1px solid #dadbdb;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	min-height: 36px;
	vertical-align: middle;
	height: 56px;

}

table.nano thead td .main_title{
	font-size: 16px;
}

table.nano thead td .main_description{
	font-weight: normal;
}

table.nano thead td.left {
	background: url(/images/template/thead_l.gif);
	background-repeat: no-repeat;
	background-position: -0px -0px;
	border: none;
	vertical-align: middle;
}

table.nano thead td.right {
	background: url(/images/template/thead_r.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	border: none;
	vertical-align: middle;
}





.button
{
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7175), to(#4b4f53));
	background-image: -webkit-linear-gradient(top, #6d7175, #4b4f53);
	background-image: -moz-linear-gradient(top, #6d7175, #4b4f53);
	background-image: -ms-linear-gradient(top, #6d7175, #4b4f53);
	background-image: -o-linear-gradient(top, #6d7175, #4b4f53);
	background-image: linear-gradient(top, #6d7175, #4b4f53);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6d7175', EndColorStr='#4b4f53');
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	font-size: 2em;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 0 rgba(77,80,83,.8);
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	-moz-box-shadow: 0 0 1px 1px rgba(77,80,83,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(77,80,83,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(77,80,83,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover {
	color: #fff;
	text-decoration: none;
}

.button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button:focus
{
	outline: 0;
	/*background: #fafafa;*/
}

.button:before
{
	float: right;
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 -1em 0 1em;
	padding: 0 .2em;
	border-left: 1px solid #797a7b;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: 0em .15em .15em 0em;
	-webkit-border-radius: 0em .15em .15em 0em;
	border-radius: 0em .15em .15em 0em;
	color: #36393b;
}

.button_1em
{
	display: inline-block;
	white-space: nowrap;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6d7175), to(#4b4f53));
	background-image: -webkit-linear-gradient(top, #6d7175, #4b4f53);
	background-image: -moz-linear-gradient(top, #6d7175, #4b4f53);
	background-image: -ms-linear-gradient(top, #6d7175, #4b4f53);
	background-image: -o-linear-gradient(top, #6d7175, #4b4f53);
	background-image: linear-gradient(top, #6d7175, #4b4f53);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6d7175', EndColorStr='#4b4f53');
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 0 rgba(77,80,83,.8);
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	-moz-box-shadow: 0 0 1px 1px rgba(77,80,83,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(77,80,83,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(77,80,83,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button_1em:hover {
	color: #fff;
	text-decoration: none;
}

.button_1em:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 1px;
}

.button_1em:focus
{
	outline: 0;
	/*background: #fafafa;*/
}

.button_1em:before
{
	float: right;
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 -1em 0 1em;
	padding: 0 .2em;
	border-left: 1px solid #797a7b;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: 0em .15em .15em 0em;
	-webkit-border-radius: 0em .15em .15em 0em;
	border-radius: 0em .15em .15em 0em;
	color: #36393b;
}

/* Hexadecimal entities for the icons */

.add:before
{
	content: "\271A";
}

.edit:before
{
	content: "\270E";
}

.delete:before
{
	content: "\2718";
}

.save:before
{
	content: "\2714";
}

.email:before
{
	content: "\2709";
}

.like:before
{
	content: "\2764";
}

.next:before
{
	content: "\279C";
}

.star:before
{
	content: "\2605";
}

.spark:before
{
	content: "\2737";
}

.play:before
{
	content: "\25B6";
}

input.input_text {
	font-size: 12px;
	height: 17px;
	min-width: 175px;
	position: relative;
	border: solid 1px #ccc;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
}

textarea {
	font-size: 12px;
	min-width: 175px;
	position: relative;
	border: solid 1px #ccc;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	outline: none;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: default;
}

div.bx-auth-title {border-bottom:0px;}

.market-page .market-title {text-align: center}
.market-page li {margin-bottom: 20px;}