/*
*	Reset
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;

}

html, body, th, td, input, select, textarea {
	line-height: 120%;
	font-size: 13px;
	color: #333;
	font-family: Roboto, Arial, Helvetica,Sans-Serif;
}

html, body {
	height: 100%;
	text-shadow: #fff 0 0 0;
}

body {
	background: #f2f2f2;
	color: #333;
}

div.right {
	float: right;	
}

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

h1 {
	font-weight: normal;	
	font-size: 26px;
}

a {	
	text-decoration: none; 
	color: #0b71ee;
}

a:hover { 
	text-decoration: underline; 
}

img { 
	border: 0px; 
}

form .txt {
    border-color: #B6B5B2 #CDCFCE #DDDEDC;
    border-style: solid;
    border-width: 1px;
    height: 21px;
    padding: 0 5px;
    vertical-align: bottom;
}

.w185 {
    width: 185px;
}

.w480 {
    width: 480px;
}

input.txt:hover, select.txt:hover, textarea.txt:hover {
	border:1px solid #68ABDC;
}

input.txt:focus, select.txt:focus, textarea.txt:focus {
	border: 1px solid #fff;
	outline: #FFB11B solid 2px;
	outline-offset: 0px; 
}

.tleft {
	text-align: left;
}

.tright {
	text-align: right;	
}

.tcenter {
	text-align: center;	
}


/*
*	Layout
*/

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

.footer, .push {
	clear: both;
	margin: 0;
	height: 60px; /* .push must be the same height as .footer */
}

.header {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	height: 100px;
}

.content {
	border-top: 1px solid #efefef;
}

.cont { 
	position: relative;
	width: 980px;
	margin: 0px auto;
}

/*
*	Header
*/

.header .cont {
	padding-top: 15px;
}

h1.logo {
	padding-top: 12px;
}

h1.logo a {
	text-indent: -9999px;	
	background: url(/images/web/logo.gif) center center;
	display: block;
	width: 171px;
	height: 35px;
}

.slogan {
	margin-top: 25px;
	float: right;
	/*text-indent: -9999px;	
	background: url(/images/web/slogan.gif) center center no-repeat;*/
	display: block;
	width: 550px;
	height: 13px;
	text-align: right;
}

.slogan b {
	font-weight: normal;	
	color: #e60861;
}

/*
*	Footer
*/

.footer {
	background: #978b90;	
}

.footer .cont {
	padding-top: 24px;
	color: #fff;	
}

.footer .cont a {
	color: #fff;	
	text-decoration: underline;
}

/*
*	Content
*/

#cola {
	width: 700px;
	float: left;
	padding: 20px 0;
}

#colb {
	width: 250px;
	float: right;
}


/*
*	Right column
*/


ul.navigation {
	padding: 0;
	margin: 0;
	margin-top: -32px;
	list-style: none;
	background: url(/images/web/sticker.gif) center center no-repeat;
	width: 250px;
	height: 240px;
	margin-left: 20px;
	float: right;
	position: relative;
	z-index: 2;
}

ul.navigation li.first {
	margin-top: 30px;
}

ul.navigation li {
	font-size: 17px;
	line-height: 30px;
	margin-left: 25px;
}

ul.navigation li.active a {
	font-weight: bold;	
	color: #333;
}

ul.navigation a:hover {
	background: #0b71ee;
	color: #fff;
	text-decoration: none;
}

ul.navigation li.active a:hover {
	background: transparent;
	color: #333;
}

.sticker {
	position: absolute;	
	right: 0;
	top: -32px;
}

/*
*	Left column
*/

ul.quest, ul.choose {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.quest {
	/*margin-top: 10px;*/
}

ul.quest li {
	padding: 0;
	margin: 0 0 35px 0;
	font-size: 20px;
}

ul.quest li.c_info {
	margin-top: 50px;	
}

ul.choose {
	margin-top: 15px;
}

ul.choose li {
	padding: 0;
	margin: 0;
	display: inline;
	margin-right: 10px;
}

ul.choose li a {
	padding: 5px 10px;	
	text-shadow: #f8f8f8 1px 1px 0;
	font-size: 15px;
	background: #f9f9f9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;/*
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;*/
	-moz-box-shadow: 1px 1px 1px #e9e9e9;
	-webkit-box-shadow: 1px 1px 1px #e9e9e9;
	box-shadow: 1px 1px 1px #e9e9e9;
	outline: none !important;
	zoom: 1;
}

ul.choose li a.active {
	background: #e60861;
	color: #fff;
	text-shadow: #CF0C5D 1px 1px 0;
}

li.disabled input, li.disabled select {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

li.disabled {
	color: #bbb;
	cursor: default;
}

li.disabled ul li a {
	color: #c4d8f1;
	background: #f5f5f5;
}

li.disabled span {
	color: #ddd;
}

a.disabled:hover {
	text-decoration: none;
	cursor: default;	
}

input.disabled:hover {
	cursor: default;	
}

li span {
	color: #999;
	font-size: 12px;
	padding-left: 10px;
}

input.price, select {
	border: 1px solid #978b90;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 3px 4px;
	font-size: 17px;
	width: 80px;
}
input.price {
	border: 1px solid #978b90;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 4px 4px;
	font-size: 17px;
	width: 140px;
}


table.result {
	margin-top: 10px;

}
table.result th, table.result td {
	font-size: 15px;
	font-weight: normal;
	padding: 4px 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	background: #fff;
}

table.result th {
	text-align: left;
}
table.result td {
	text-align: right;
	padding-left: 50px;
}
table.result tr.total th, table.result tr.total td {
	font-size: 17px;
	font-weight: bold;	
	padding: 15px 10px;;
	
}
table.result th.clear, table.result td.clear {
	background: transparent;
	border: 0px;
}

ul.list {
	margin: 0;
	padding: 0 0 0 10px;
}
ul.list li {
	font-size: 14px;
	margin: 15px 0 0 0;
}
ul.list li b {
	font-family: Times New Roman;
	font-size: 22px;
	font-weight: normal;
}

div.share {
	margin-left: 10px;
}

div.free  {
	font-size: 13px;
}

div.free h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 5px 20px 25px 0;
	line-height: 24px;
}
div.free h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 20px 10px 0;
}

div.free ul, div.free ol {
	margin: 5px 0 5px 40px;	
}

div.free ul.list {
	margin-left: 0px;	
}

div.free ul.list li {
	font-size: 14px;
	line-height: 1.5em;
}

div.free ol.list li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px
}

div.free p {
	margin-bottom: 25px;	
}




#paging {
	list-style: none;	
	overflow: hidden;
	margin: 20px 0 40px 0;
}

#paging li {
	float: left;
	margin-right: 5px;
}

#paging a {
	display: block;
	padding: 0 10px;
	line-height: 23px;
	text-decoration: none;
	border: 1px solid #92adb4;
	background: #FFF;
	color: #333333;
}

#paging a.active {
	border: 1px solid #92adb4;
	background: #92adb4;
	color: #FFF;
	font-weight: bold;
}

#paging a:hover {
	color: #333333 !important;
}

#paging a.active:hover {
	color: #FFF !important;
}


table.forum {
	margin-bottom: 30px;
}

table.forum tbody td {
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 20px;
	background: #fff;
}
table.forum tbody td.info {
	font-size: 12px;
}
.board_title {
	color: #777777;
	position: relative;
	padding: 5px 0 5px 27px;
	line-height: 1;
}

.board_title img {
	position: absolute;
	top: 10px;
	left: 0;
}

.board_title h5 {
	font-size: 17px;	
	margin: 0;
	margin-bottom: 7px;
	font-weight: normal;
}

.board_title h5 a {
	/*color: #2173af;*/
	color: #0b71cc;
}

table th {
	font-size: 14px;	
}

table.borders tbody td {
	font-size: 14px;
	border-bottom: 1px solid #dfe5e8;
}

table.borders tbody tr.last td {
	border: none;
}



.breadcrumb {
	font-size: 15px;
	margin-bottom: 30px;
}

.breadcrumb span {
	padding: 0 10px;	
	color: #777777;
	font-size: 14px;
}
.breadcrumb b {
	color: #0b71dd;
}

ul.posts {
	list-style: none;	
	margin: 0 0 40px 0 !important;
}

ul.posts li {
	clear: both;
	padding-top: 15px;
}

ul.posts li.first {
	padding: 0;	
}

.post-author {
	float: right;
	width: 100px;
	padding-top: 10px;
	line-height: 1.4;
}

.post-author b {
	display: block;
	color: #6b5d5d;
}

.post-author span {
	margin-top: 10px;
	float: left;
	background: #f6f6f2;
	padding: 10px;	
}

.post-author img {
	border: 1px solid #e1e1df;
	vertical-align: top;
}

.post-content {
	float: left;
	width: 580px;
	background: url('/images/web/post.gif') repeat-y;
	font-size: 13px;
}

.post-body {
	padding: 15px 30px 15px 15px;
	background: url('/images/web/post_top.gif') top left no-repeat;
	overflow: hidden;
}

.post-meta {
	background: #edf1f2;	
	padding: 0 15px;
	line-height: 30px;
	background: url('/images/web/post_bottom.gif') bottom left no-repeat;
	color: #999999;
	font-size: 11px;
}

.post-body blockquote {
	color: #999;
	padding-left: 10px;	
	border-left: 1px solid #d6d8d9;
}

.post-body img {
	margin: 10px 0 5px 0;
	padding: 7px;
	background: #fff;
	border: 1px solid #EDF1F2;
	max-width: 510px;
}

form.post {
	background: #f7f9fa;	
	border: 1px solid #dfe5e8;
	-moz-border-radius: 10px;
	color: #666;
	padding: 10px 0;
}

form.post table td {
	padding: 0 5px;	
}

form.post table td.pt10 {
	padding-top: 10px;	
}

.help p {
	line-height: 1.2;	
	padding: 1px 0;
	margin: 0 !important;
}

.help p code {
	color: #E60861;
}






table.bluebg {
	background: url('/images/web/bluebg_top.gif') top left repeat-x;
}

table.bluebg thead th {
	padding: 0 20px;
	font-size: 13px;
	line-height: 32px;
	color: #ffffff;
	text-shadow: -1px -1px 0px #226a8d;
}

table.bluebg thead th.first {
	background: url('/images/web/bluebg.gif') 0 -0 no-repeat;
}

table.bluebg thead th.last {
	background: url('/images/web/bluebg.gif') 100% -32px no-repeat;
}

table.hover tbody tr.hover td {
	background-color: #f9f7f7;	
}


.btn {
	font-size: 11px;
	color: #575757;
	padding: 0 12px 0 15px;
	border: 0;
    background: #fff url('/images/web/button.png') top left no-repeat !important;
    height: 25px;
    position: relative;
    overflow: visible;
	cursor: pointer;
	vertical-align: middle;
	font-family: Arial;
}

a.btn {
	text-decoration: none;	
	display: inline-block;
	line-height: 25px;
}

a.btn:hover {
	color: #575757 !important;
}

.btn_blue {
	background: url('/images/web/button_blue.png') top left no-repeat !important;
	color: #ffffff;
	text-shadow: -1px -1px 0px #5a90aa;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding-bottom: 3px;
}

a.btn_blue:hover {
	color: #ffffff !important;
}

.buttonHolder {
	clear: both;
	text-align: right;
	padding-right: 3px;
}

.buttonEnding {
    position: absolute;
	margin-left: -2px;
    display: inline;
    width: 5px;
    height: 25px;
    background: url('/images/web/button.png') top right no-repeat;
}

.buttonEnding_blue {
    background: url('/images/web/button_blue.png') top right no-repeat;
}
