@font-face {
    font-family: 'psl_kittithadaregular';
    src: url('fonts/psl_kittithada_regular-webfont.eot');
    src: url('fonts/psl_kittithada_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/psl_kittithada_regular-webfont.woff') format('woff'),
         url('fonts/psl_kittithada_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'psl_kittithadaregular';
    src: url('fonts/psl_kittithada_bold-webfont.eot');
    src: url('fonts/psl_kittithada_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/psl_kittithada_bold-webfont.woff') format('woff'),
         url('fonts/psl_kittithada_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}@charset "UTF-8";
/** 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, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td input form{ margin: 0; padding: 0; border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit; font-size: 100%; font-family: inherit; }

/** general **/
body{
	margin: 0;
	padding: 0;
	font-family: 'psl_kittithadaregular';
	font-size: 13px;
}
.clear { 
	clear: both;
 	display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.container {
	width: 940px;
	margin: 0 auto;
}
.inner_grid {
	width: 860px;
	margin: 0 auto;
}
.black_btn{
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -216px;
	height: 32px;
	display: block;
	float:left;
}
.black_btn span{
	display: block;
	float: left;
	margin-left: 21px;
	padding: 5px 21px 4px 0;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -216px;
	color: #fff;
	font-weight: bold;
}
.blue_button{
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -152px;
	height: 32px;
	display: inline-block;
}
.blue_button span{
	display: block;
	float: left;
	margin-left: 21px;
	padding: 5px 40px 4px 0;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -152px;
	color: #fff;
	font-weight: bold;
}
.blue_button:hover{
	background-position: 0 -184px;
}
.blue_button:hover span{
	background-position: right -184px;
}

/** header **/
#header {
	text-align: center;
	border-bottom: 1px solid #D3D3D3;
	position: relative;
}
#header .title{
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	color: #007BBF;
	margin-bottom: 20px;
}
#header .desc{
	font-size: 20px;
	font-weight: bold;
}
#share_holder{
	position: absolute;
	top: 15px;
	right: 0;
}
#share_holder a{
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	float:left;
	margin-left: 10px;
}
#share_holder a.fb{background-position: -46px -120px;}
#share_holder a.twitter{background-position: -70px -120px;}
#share_holder a.gplus{background-position: -94px -120px;}
/** content **/
#content .section{
	padding: 48px 0;
}
#content .section_title{
	margin-bottom: 30px;
}
#content .section_title{
	font-size: 28px;
	font-weight: bold;
	float: left;
	width: 160px;
}
#content .section_desc{
	font-size: 13px;
	color: #666666;
	float: left;
	margin-top: 14px;
	font-weight: bold;
}
#use_only_budget{
	float: right;
	margin-top: 9px;
}
/** lifestyle selector **/
#lifestyle_holder{
	padding-bottom: 70px !important;
	border-bottom: 1px solid #D3D3D3;
}
#lifestyle_selector{
	width: 660px;
	height: 480px;
	float: left;
}
#lifestyle_selector.custom-state-highlight{
	background: #f1f8fc;
}
.lifestyle_selector{
	list-style: none;
	padding: 0;
	margin: 0;
}
.lifestyle_selector li{
	width: 120px;
	height: 150px;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	position: relative;
	cursor: pointer;
}
/*.lifestyle_selector li*/
.lifestyle_selector li .img{
	width: 120px;
	height: 120px;
	display: block;
	float: left;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
}
.lifestyle_selector li .title{
	color: #007ABF;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 120px;
	font-size: 13px;
	margin-top: 10px;
}
.lifestyle_selector li.hover .title{
	color: #000;
}
.lifestyle_selector li .desc{
	position: absolute;
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 13px;
	display: none;
}
.lifestyle_selector li .bg{
	position: absolute;
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
	z-index: 1;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
}
.lifestyle_selector li.hover .desc,
.lifestyle_selector li.hover .bg{
	display: block;
}
#ls_tech .img{background-position: 0 0;}
#ls_budget .img{background-position: -120px 0;}
#ls_biz .img{background-position: -240px 0;}
#ls_travel .img{background-position: -360px 0;}
#ls_ent .img{background-position: -480px 0;}
#ls_game .img{background-position: -600px 0;}
#ls_art .img{background-position: -720px 0;}
#ls_internet .img{background-position: -840px 0;}
#ls_invest .img{background-position: -960px 0;}
#ls_social .img{background-position: -1080px 0;}
#ls_share .img{background-position: -1200px 0;}
#ls_shop .img{background-position: -1320px 0;}
#ls_follow .img{background-position: -1440px 0;}
#ls_photo .img{background-position: -1560px 0;}

#lifestyle_dropzone_holder{
	width: 200px;
	height: 490px;
	float: left;
	position: relative;
}
#lifesytle_dropzone{
	width: 186px;
	height: 480px;
	float: left;
	border: 7px dashed #007CC0;
	padding: 20px 0;
}
#lifestyle_dropzone_holder .inc_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 200px;
}
#lifestyle_dropzone_holder .inc_bg .img{
	width: 197px;
	height: 234px;
	background: url(images/sprite.png) no-repeat -574px -120px;
	margin-left: -40px;
	margin-top: 20px;
}
#lifestyle_dropzone_holder .inc_bg .text{
	color: #add5eb;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}
#lifesytle_dropzone li{
	margin: 0 0 10px 35px;
}
#lifesytle_dropzone.custom-state-highlight{
	background: #f1f8fc;
}

/** benefit **/
#benefit_holder{
	border-bottom: 1px solid #D3D3D3;
}
#benefit_selected{
	list-style: none;
}
#benefit_show_btn_holder{
	text-align: center;
}
#benefit_not_selected{
	list-style: none;
}
.benefit_holder{
	width: 940px;
}
.benefit_holder li{
	width: 130px;
	height: 180px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.benefit_holder li a{
	width: 130px;
	height: 180px;
	display: block;
	position: relative;
}
.benefit_holder li a .img{
	width: 130px;
	height: 130px;
	display: block;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
}
.benefit_holder li a .title{
	text-decoration: none;
	color: #007ABF;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 130px;
	font-size: 12px;
	margin-top: 10px;
}
.benefit_holder li a:hover .title{
	color: #000;
}
.benefit_holder li a .desc{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 130px;
	font-size: 11px;
}
#be_game .img{background-position:0 -484px;}
#be_camera .img{background-position: -130px -484px;}
#be_social .img{background-position: -260px -484px;}
#be_doc .img{background-position: -390px -484px;}
#be_music .img{background-position: -520px -484px;}
#be_video .img{background-position: -650px -484px;}
#be_drawing .img{background-position: -780px -484px;}
#be_chat .img{background-position: -910px -484px;}
#be_invest .img{background-position: -1040px -484px;}
#be_share .img{background-position: -1170px -484px;}
#be_email .img{background-position: -1300px -484px;}
#be_news .img{background-position: -1430px -484px;}
#be_note .img{background-position: -1560px -484px;}
#be_calendar .img{background-position: -1690px -484px;}
#be_shop .img{background-position: -1820px -484px;}
#be_map .img{background-position: -1950px -484px;}
#be_travel .img{background-position: -2080px -484px;}
#be_dev .img{background-position: -2210px -484px;}
#be_sport .img{background-position: -2340px -484px;}
#be_edit .img{background-position: -2470px -484px;}
#be_download .img{background-position: -2600px -484px;}
#be_bittorrent .img{background-position: -2730px -484px;}
#be_internet .img{background-position: -2860px -484px;}

#benefit_selected #be_game a .img, #be_game a:hover .img{background-position:0 -354px;}
#benefit_selected #be_camera a .img, #be_camera a:hover .img{background-position: -130px -354px;}
#benefit_selected #be_social a .img, #be_social a:hover .img{background-position: -260px -354px;}
#benefit_selected #be_doc a .img, #be_doc a:hover .img{background-position: -390px -354px;}
#benefit_selected #be_music a .img, #be_music a:hover .img{background-position: -520px -354px;}
#benefit_selected #be_video a .img, #be_video a:hover .img{background-position: -650px -354px;}
#benefit_selected #be_drawing a .img, #be_drawing a:hover .img{background-position: -780px -354px;}
#benefit_selected #be_chat a .img, #be_chat a:hover .img{background-position: -910px -354px;}
#benefit_selected #be_invest a .img, #be_invest a:hover .img{background-position: -1040px -354px;}
#benefit_selected #be_share a .img, #be_share a:hover .img{background-position: -1170px -354px;}
#benefit_selected #be_email a .img, #be_email a:hover .img{background-position: -1300px -354px;}
#benefit_selected #be_news a .img, #be_news a:hover .img{background-position: -1430px -354px;}
#benefit_selected #be_note a .img, #be_note a:hover .img{background-position: -1560px -354px;}
#benefit_selected #be_calendar a .img, #be_calendar a:hover .img{background-position: -1690px -354px;}
#benefit_selected #be_shop a .img, #be_shop a:hover .img{background-position: -1820px -354px;}
#benefit_selected #be_map a .img, #be_map a:hover .img{background-position: -1950px -354px;}
#benefit_selected #be_travel a .img, #be_travel a:hover .img{background-position: -2080px -354px;}
#benefit_selected #be_dev a .img, #be_dev a:hover .img{background-position: -2210px -354px;}
#benefit_selected #be_sport a .img, #be_sport a:hover .img{background-position: -2340px -354px;}
#benefit_selected #be_edit a .img, #be_edit a:hover .img{background-position: -2470px -354px;}
#benefit_selected #be_download a .img, #be_download a:hover .img{background-position: -2600px -354px;}
#benefit_selected #be_bittorrent a .img, #be_bittorrent a:hover .img{background-position: -2730px -354px;}
#benefit_selected #be_internet a .img, #be_internet a:hover .img{background-position: -2860px -354px;}

#benefit_show_btn_holder{
	
}
#benefit_not_selected{
	display: none;
	margin-top: 20px;
	padding-top: 48px;
	border-top: 1px dashed #D3D3D3;
}
#benefit_selected li a .checked{
	width: 26px;
	height: 28px;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: -20px -121px;
}

/** budget **/
#budget_holder{
	border-bottom: 1px solid #D3D3D3;
}
#use_lifestyle_btn{
	display: none;
	margin-top: 9px;
	float: right;
	
}


/** result **/
#result_holder{
	padding: 48px 0;
}
#result_holder h1.title{
	font-size: 48px;
	text-align: center;
	font-weight: bold;
}
#result_holder h1.title2{
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding-top: 10px;
	color: #fff;
	margin-bottom: 48px;
}
#result_holder h1.title2 i{
	width: 574px;
	height: 76px;
	display: block;
	background: url(images/sprite.png) no-repeat;
	background-position: 0 -248px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -287px;
	z-index: -1;
}
#result_holder .result_list{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#result_holder .result_list li{
	padding: 0;
	display: inline-block;
	width: 270px;
	height: 314px;
}
#result_holder .result_list li .name{
	font-size: 18px;
	font-weight: bold;
}
#result_holder .result_list li .desc{
	height: 65px;
	width: 270px;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 10px;
}
#result_normal{
	margin-top: 48px !important;
}
#result_normal li{
	width: 200px !important;
}
#result_normal li .desc{
	width: 200px !important;
}

/** budget **/
#slider-budget-holder{
	text-align: center;
	position: relative;
	margin-top: 20px;
}
#slider-budget-holder .price{
	position: absolute;
	top: -30px;
	left: 50%;
	font-weight: bold;
}
#price_0{margin-left: -258px;}
#price_1{margin-left: -190px;}
#price_2{margin-left: -107px;}
#price_3{margin-left: -22px;}
#price_4{margin-left: 65px;}
#price_5{margin-left: 148px;}
#price_6{margin-left: 234px;}
#slider-budget{
	width: 509px;
	height: 12px;
	display: inline-block;
	position: relative;
	text-align: left;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
#slider-budget .ui-slider-range{
	position: absolute;
	z-index:1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: right -12px;
	top: 0;
	height: 100%;
}
#slider-budget .ui-slider-handle{
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 28px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -121px;
	top: -10px;
	margin-left: -10px;
}