* {
	margin: 0;
	padding: 0;
	}

html, body{
	height: 100%;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	}

body {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #4c4c4c;
	background: #fff; /*url(/img/body_bg.png) repeat-x; */
	}
fieldset { border: 0 }

a {
	color: #2B587A;
	font-size: 11px;
	text-decoration: none;	
	}
	a:hover {
		text-decoration: underline;
		}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial;
	font-weight: normal;
	}
ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 0;
	}
li {
	margin: 0px;
	padding: 0px;
	}
input {
	width: auto;
	height: auto;
	}
a, a img {
	color: #287d9d;
	font-size: 12px;
	border: 0;
	}
	a:hover { color: #2b8fb4; }

#measurer {
    width: 100%;
    height: 1px;
    line-height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    }

#layout { width: 100%; }
#layout_in {
	margin:0pt auto;
	min-height:100%;
	position:relative;
	width:970px;
	z-index:10;
	}



/***********************************************
 * Header									   */
 
#header {
	height: 50px;
	width: 970px;
	margin: 0 auto;
	background: url(/img/header_bg.png) no-repeat;
	overflow:hidden;
	}
#header a.main {
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	width: 150px;
	height: 35px;
	}
#makeAvaLink {
	width: 84px;
	height: 23px;
	display: block;
	background: url(/img/link_upload.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 341px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	}
#link_add, #link_remove {
	display: block;
	width: 84px;
	height: 23px;
}
#link_add { 
	background: url(/img/link_add.png) no-repeat top left;
	float: left;
	margin-right: 20px; 
	}
#link_remove { 
	background: url(/img/link_remove.png) no-repeat top left;
	float: left; 
	}


#tips {
	text-align: center;
	height: 42px;
	width: 863px;
	margin: 0 auto;
	overflow: hidden;
	background: url(/img/tips.png) no-repeat bottom center;
	}

#footer { 
	border-top: 1px #c4cde0 solid;
	text-align: center;
	bottom: 0px;
	margin-top: 20px;
}

#footer_in {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #454545;
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	}
#footer_in a {  }


		
.hide { display: none }
.show { display: block }

#selectColorTable {margin-left: 40px }
#selectColor td, #selectColorTable td, #selectColor td a, #selectColorTable td a { width: 10px; height: 10px; }
#selectColor td, #selectColorTable td {border: 1px #aaa solid; padding: 1px}
#selectColor td.sel, #selectColorTable td.sel { border: 1px #000 solid }
#selectColor td a, #selectColorTable td a { display: block; } 

	
#inputimg {	
	position: absolute;
	left: 518px;
	top: 11px;
	font-size: 13px;
	z-index: 100;
	color: #fff; 
	}


.jstick {
	width: 72px; 
	height: 72px;
	float: left;
	overflow: hidden;
	}
.jstick2 {
	width: 70px; 
	height: 70px;
	float: left;
	overflow: hidden;
	}
	.jstick2 a {margin: 0 auto }
#upText, #upPicture {
	cursor: pointer;
	width: 72px; 
	height:25px; 
	display: block; 
	background: url(/img/arrow_top.png) no-repeat top left;
	}
#leftText, #leftPicture {
	cursor: pointer;
	width: 34px; 
	height: 23px; 
	float: left; 
	clear: left; 
	display: block; 
	background: url(/img/arrow_left.png) no-repeat top left;
	}	
#rightLink, #rightText, #rightPicture {
	cursor: pointer;
	width: 36px; 
	height: 23px; 
	float: left;
	display: block; 
	background: url(/img/arrow_right.png) no-repeat top left;
	}
#downText, #downPicture {
	cursor: pointer;
	clear: left;
	width: 72px; 
	height:25px; 
	display: block; 
	background: url(/img/arrow_bottom.png) no-repeat top left;
	}

#upLink, #upAddLink, #user_upLink {
	cursor: pointer;
	width: 28px;
	height: 35px;
	display: block;
	background: url(/img/arrow2_top.png) no-repeat top left;
	
	}
#downLink, #downAddLink, #user_downLink {
	cursor: pointer;
	width: 28px;
	height: 35px;
	display: block;
	background: url(/img/arrow2_bottom.png) no-repeat top left;
	}

#leftLink, #user_leftLink {
	cursor: pointer;
	clear: left;
	float: left;
	display: block;
	width: 70px;
	margin-top: 50px;
	height: 48px;
	background: url(/img/arrow_round_left.png) no-repeat top left;
	}
#rightLink, #user_rightLink {
	cursor: pointer;
	float: left;
	display: block;
	width: 70px;
	margin-top: 150px;
	padding-left: 10px;
	height: 48px;
	background: url(/img/arrow_round_right.png) no-repeat top left;
	}

#catselect { float: left; margin: 10px; }

#originalCont, #loadedImage, .cropWrapper {overflow: hidden; margin: 0 auto; }
#originalCont { display: none }

#frame_picture, #picture_timg_container, #dragable_container, #loading_container {
	position: absolute;
	width: 604px;
	top: 264px;
	}
#loading_container {
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
	}
	


/*////////////////////////////////////////////////////////////////////*/



.page3 {
	min-height:1230px;
	}
.page3 #zag {
	height:206px;
	}
.page3 #box_fiol a {
	background:transparent url(/img/back_arrow.png) no-repeat scroll 0pt 4px;
	padding-left:20px;
	}
.page3 #box_fiol {
	top:173px;
	}
.page3 #top_main_bg {
	background:transparent url(/img/top_main_page3.png) no-repeat scroll 0pt;
	z-index:5;
	}	
.page3 #top_main, .page3 #top_main_bg {
	height:228px;
	left:232px;
	width:728px;
	}
#page_container {
	height: 660px; 
	overflow: hidden;
	margin-top: 30px;
	}
#page3main {
	background:#323232 url(/img/mainbg_page3.png) no-repeat scroll 0pt;
	height:660px;
	left: 12px;
	position:absolute;
	width:945px;
	}
.b_gift {
	display:block;
	height:75px;
	left:16px;
	position:absolute;
	top:228px;
	width:944px;
	z-index:200;
	}
.page3 #tizer {
	top:1064px;
	}
.page3 #tizer_inner {
	width:682px;
	}
.viewer {
	height:510px;
	left:278px;
	overflow:hidden;
	position:absolute;
	top:53px;
	width:430px;
	}


#tabs .viewer.tab-ajax-loading {
	background: url(/img/loading.gif) no-repeat center center;
	}

.viewer .inner {
	width:440px;
	}	
.viewer .inner div {
	display:none;
	}
 .viewer .inner div div {
	cursor:pointer;
	float:left;
	margin:0pt 10px 6px 0pt;
 	 
 	}
.front_pic {
	/*background:transparent url(/img/cats_off.png) no-repeat scroll 0pt;*/
	}
.viewer .inner div div.on {
	/*background:transparent url(/img/cats_on.png) no-repeat scroll 0pt;*/
	cursor:default;
	}
.slider_bg, .menu_slider_bg {
	background:transparent url(/img/slider_bg.gif) no-repeat scroll 0pt;
	display:none;
	height:510px;
	left:713px;
	padding:0pt;
	position:absolute;
	top:50px;
	width:21px;
	}
.menu_slider_bg {
	left:903px;
	}
.slider {
	background:transparent url(/img/slider.gif) no-repeat scroll 0pt;
	display:block;
	height:174px;
	left:0pt;
/*	margin-top:21px; */
	position:absolute;
	width:21px;
	}
.slider2_bg {
	background:transparent url(/img/slider2_bg.png) no-repeat scroll 0pt;
	height:506px;
	left:37px;
	cursor: pointer;
	padding:0pt;
	position:absolute;
	top:72px;
	width:25px;
	z-index:200;
	}
.slider2_area {
	height:302px;
	left:0pt;
	position:absolute;
	width:25px;
	top: 200px;
	z-index:300;
	}
.slider2 {
	background:transparent url(/img/slider2.gif) no-repeat scroll 0pt;
	display:block;
	height:6px;
	left:0pt;
	margin-top:0px;
	position:absolute;
	width:25px;
	z-index:350;
	}
.slider2_range {
	background:transparent url(/img/slider2_range.png) repeat-y scroll 0pt;
	height:244px;
	left:0pt;
	position:absolute;
	top:3px;
	width:25px;
	}
#range_hint {
	background:transparent url(/img/range_hint.png) no-repeat scroll 0pt;
	height:141px;
	left:21px;
	position:absolute;
	top:262px;
	width:12px;
	}
.viewer .inner div div, .viewer .inner div div img {
	height:250px;
	width:100px;
	}
.viewer .inner div div {
	position:relative;
	}
.viewer .inner div div img {
	left:0pt;
	position:absolute;
	top:0pt;
	}
.viewer .inner div div b {
	background:transparent url(/img/payment.png) no-repeat scroll 0pt;
	display:block;
	height:41px;
	left:38px;
	position:absolute;
	top:37px;
	width:26px;
	}
#outer_avatar {
	border:3px solid #FFFFFF;
	height:500px;
	left:62px;
	overflow:hidden;
	position:absolute;
	top:72px;
	width:200px;
	z-index:100;
	}
#avatar {
	height:500px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:200px;
	z-index:100;
	overflow: hidden;
	}
#effect_image, #front_image, #text_image {
	height:500px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:200px;
	z-index:100;
	}
#text_image { cursor: move }
#fontface img {
	border: 1px #fff solid;
	cursor: pointer;
	}
#fontface img.sel {
	border: 1px #000 solid;
	}
.avatar_top {
	bottom:0pt;
	height:250px;
	left:0pt;
	position:absolute;
	width:100px;
	z-index:120;
	}
#final {
/*	background:transparent url(/img/final_off.png) no-repeat scroll 0pt; */
	background:transparent url(/img/enjoyit.png) no-repeat scroll 0pt;
	cursor:pointer;
	height:38px;
	left:80px;
	position:absolute;
	top:604px;
	width:170px;
	}
#final:hover {
/*	background:transparent url(/img/final_on.png) no-repeat scroll 0pt; */
	background:transparent url(/img/enjoyit_over.png) no-repeat scroll 0pt;
	}
#del_eff {
	background:transparent url(/img/del_eff.png) no-repeat scroll 0pt;
	cursor:pointer;
	height:27px;
	left:155px;
	position:absolute;
	top:579px;
	width:106px;
	}
#loading {
	background:transparent url(/img/effects-loading.gif) no-repeat scroll 0pt;
	display:none;
	height:11px;
	left:150px;
	position:absolute;
	top:320px;
	width:43px;
	z-index:200;
	}
#loading_tab {
	background:transparent url(/img/loading.gif) no-repeat scroll 0pt;
	display:block;
	height:11px;
	left:321px;
	position:absolute;
	top:311px;
	width:43px;
	z-index:200;
	}
#roundtop, #roundbtm {
	background:transparent url(/img/round_sm_top.png) no-repeat scroll 0pt;
	display:none;
	height:18px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:200px;
	z-index:130;
	}
#roundbtm {
	background:transparent url(/img/round_sm_btm.png) no-repeat scroll 0pt;
	bottom:0pt;
	top:auto;
	}
#round_radio {
	background:transparent url(/img/round.png) no-repeat scroll 0pt;
	cursor:pointer;
	height:20px;
	left:65px;
	position:absolute;
	top:583px;
	width:106px;
	}
#round_radio img {
	display:none;
	left:4px;
	position:absolute;
	top:4px;
	}
.eff_selected {
	background: url(/img/eff_sel.gif) 
	}
.viewer .inner div.effect_pic { display: block }	
.effect_pic img { display: none; width: 100px; height:250px;}
#del_eff { display: none }



#resultexample {
	position: absolute;
	height: 29px;
	width: 208px;
	left: 80px;
	background: url(/img/result.png) no-repeat top left;
	}
#scroller {
	height:252px;
	left:5px;
	position:absolute;
	width:960px;
	margin-top: 35px;
	}
#sleft {
	background:url(/img/btn_left.png) no-repeat;
	left:0px;
	}
#sright {
	background:url(/img/btn_right.png) no-repeat;
	right:0pt;
	}
#sleft, #sright {
	cursor:pointer;
	height:66px;
	position:absolute;
	top:98px;
	width:59px;
	}
#inner {
	height:252px;
	left:75px;
	overflow:hidden;
	position:absolute;
	top:0pt;
	width:818px;
	}
#inner div img {
	width: 100px;
	height: 250px;
	float: left;
	border: 1px #ddd solid;
	margin-right: 15px;
	margin-bottom: 10px;
	}
#inner div {
	position: relative;
	width: 1404px;
}

#loadedPicture {
	width: 670px;
	float: right;
	}
#select_menu {
	width: 230px;
	float: left;
	}
#select_area_container {
	margin-top: 20px;
	padding: 20px; 
	overflow: hidden; 
	height: 100%;
	background: #c4cde0;
}

#rotateR, #rotateL, #flipH, #flipV, #link_cancel {
	width: 217px;
	height: 59px;
	display: block;
	background: url(/img/btn_rotate_cw_bg.png) no-repeat;
	margin-bottom: 10px;
	}
#rotateR:hover { background: url(/img/btn_rotate_cw_hover_bg.png) no-repeat top left; }
#rotateL { background: url(/img/btn_rotate_ccw_bg.png) no-repeat; }
#rotateL:hover { background: url(/img/btn_rotate_ccw_hover_bg.png) no-repeat; }
#flipH { background: url(/img/btn_flip_h_bg.png) no-repeat top left; }
#flipH:hover { background: url(/img/btn_flip_h_hover_bg.png) no-repeat top left; }
#flipV { background: url(/img/btn_flip_v_bg.png) no-repeat top left; }
#flipV:hover { background: url(/img/btn_flip_v_hover_bg.png) no-repeat top left; }
#link_cancel { background: url(/img/btn_cancel_bg.png) no-repeat top left; }
#link_cancel:hover { background: url(/img/btn_cancel_hover_bg.png) no-repeat top left; }
#link_select {
	width: 217px;
	height: 80px;
	display: none;
	background: url(/img/btn_select_bg.png) no-repeat top left;
	margin-top: 30px;
	}
#link_select:hover { background: url(/img/btn_select_hover_bg.png) no-repeat top left; }
#link_save {
	width: 81px;
	height: 23px;
	display: block;
	background: url(/img/link_save.png) no-repeat;
	margin: 10px auto 0 auto;
	}
	
#anotherArea {
	position: absolute;
	left: 750px;
	top:10px;
	}
#anotherArea a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
	}
#wall {
	overflow: hidden;
	color: #5d5a5a;
}
#wall_title { font-size: 28px;font-family: Trebuchet MS, Tahoma}
#wall h2 { margin-bottom: 10px }
	
	#wall-form li { padding: 2px 0px; }
	
	#wall-form label { display: block; }
	
	#wall-form input[type="text"], #wall-form textarea { width: 200px; }
	
	#wall-form textarea { height: 120px; }
	
	#wall-form .err input, #wall-form .err textarea {
		border: 1px solid #d22;
		background-color: #faefef;
	}

#wall ul.wall { padding-top: 2px; }
#wall ul.wall li {
	margin-bottom: 20px;
	}
#wall ul.wall li .name {
	padding:5px;
	border-top: 1px solid #eee;
	font-weight: bold;
	color: #2B587A; 
	}
#wall ul.wall li .name a {
	font-weight: bold;
	color: #2B587A;
	}
#wall ul.wall li .name .date {
	font-weight: normal;
	color: #000;
	}
#wall ul.wall li .message {	padding: 5px; }

#wall-button { font-size: 12px }
#wall_submit {
	display: block;
	margin-top: 10px;
	padding: 5px;
	background: #4c78c7;
	width: 50px;
	color: #fff !important;
	border: 1px #111 solid;
	text-align: center;
	}
#mails h1 { color: #fff }
#mails { color: #fff }

#gallery, #photo_gallery {
	clear: both;
	overflow: hidden;
	display: none;
	margin: 0px auto;
	}
#gallery h2, #photo_gallery h2 {
	font-size: 20px;
	font-family: Trebuchet MS;
	color: #333;
	margin-top: 28px;
	padding: 2px 14px;
	font-weight: normal;
	}
#gallery ul, #photo_gallery ul {
	overflow: hidden;
	margin-top: 25px;
	}
#gallery ul li, #new_pictures ul li,#photo_gallery ul li {
	display: block;
	padding: 2px;
	float: left;
	background-color: #EDEFF4;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 14px 0px 13px;
	width: 100px;
	height: 250px;
	}
#photo_gallery ul li {
	margin: 0 5px;
	width: 250px;
}
#gallery ul li a {
	display: block;
	width: 100px;
	height: 250px;
	}
#gallery_actions {
	left:290px;
	position:absolute;
	top:617px;
	}
#container1 {
	width: 800px;
	height: 320px;
	overflow: hidden;
	margin: 16px auto 0;
	}
#container1 .menu {
	height: 31px;
	background: url(/img/container1_menu_bg.png) repeat-x top;
	}
#container1 .menu .btn1 {
	display: block;
	float: left;
	border-left: 1px #d0d8e7 solid;
	width: 177px;
	height: 30px;
	background: url(/img/container1_menu_btn1_bg.png) no-repeat top right;
	text-align: center;
	color: #333;
	line-height: 32px;
	}
#container1 .menu .sel {
	border-bottom: 1px #ececec solid;
	}
#container1 .menu .btn1.sel {
	background: url(/img/container1_menu_btn1_sel_bg.png) no-repeat top left;
	}
#container1 .menu .btn2 {
	display: block;
	width: 177px;
	height: 30px;
	text-align: center;
	color: #333;
	line-height: 32px;
	margin-left: 10px;
	float: left;
	background: url(/img/container1_menu_btn2_bg.png) no-repeat top left;
	}
#container1 .menu .btn2.sel {
	background: url(/img/container1_menu_btn2_sel_bg.png) no-repeat top left;
	}
#container1 .content {
	overflow: hidden;
	height: 287px;
	width: 800px;
	background: url(/img/container1_content_bg.png) no-repeat top;
	}
#new_pictures {
	margin-top: 25px;
	margin-left: 7px;
	overflow: hidden;
	}
#app_picbomb {
	display: block;
	width: 168px;
	height: 54px;
	background: url(/img/picbomb.png) no-repeat top left;
	float: right;
	overflow: hidden;
	margin: 0px 86px 0 0;
	}
#app_picbomb:hover {
	background: url(/img/picbomb_hover.png) no-repeat top left;
	}
#app_frientasy {
	display: block;
	width: 168px;
	height: 54px;
	background: url(/img/frientasy.png) no-repeat top left;
	float: right;
	overflow: hidden;
	margin: 10px 86px 10px 0;
	}
#app_frientasy:hover {
	background: url(/img/frientasy_hover.png) no-repeat top left;
	}
#app_picfast, #app_photoscaner {
	display: block;
	width: 168px;
	height: 44px;
	background: url(/img/picfast.png) no-repeat top left;
	float: right;
	overflow: hidden;
	margin: 10px 86px 0 0;
	}
#app_photoscaner { background: url(/img/photoscaner.png) no-repeat top left; }
#app_photoscaner:hover { background: url(/img/photoscaner_hover.png) no-repeat top left; }
	
#bubble {
	width: 596px;
	margin-left: 86px;
	overflow: hidden;
	float: left;
	}
#bubble .top {
	width: 596px;
	height: 42px;
	background: url(/img/bubble_top_bg.png) no-repeat top left;
	}
#bubble .bottom {
	width: 596px;
	height: 7px;
	background: url(/img/bubble_bottom_bg.png) no-repeat top left;
	}
#bubble .reviews {
	background: #e8f5f8;
	padding: 10px;
	font-size: 13px;
	}
#bubble .reviews span {
	font-size: 12px;
	font-style: italic;
	}
#bubble .reviews div { padding: 5px 0 }

#some_info {
	width: 700px;
	margin: 10px auto;
	font-size: 13px;
	}
#some_info h1 {
	margin-top: 30px;
	font-size: 18px;
	}
#some_info h2 {
	font-size: 15px;
	}
#fontface {
	float: left;
	padding: 5px;
}

#cpanel_container {
	width: 944px;
	margin: 10px auto;
	height: 640px;
	overflow: hidden;
	}
#cpanel {
	background: url(/img/photos/cpanel_bg.png) no-repeat top left;
	width: 944px;
	height: 640px;
	position: absolute;
	overflow: hidden;
	}
#mimg_photo, #dragable_photo_container, #loading_container, #borders_cont, #effect_container {
	position: absolute;
	width: 640px;
	height: 480px;
	left: 54px;
	top: 72px;
	}
	
#popupContent {
	width: 670px;
}

#select_action_container {
	display: block;
	width: 200px;
	height: 110px;
	position: absolute;
	top: 250px;
	left: 515px;
	z-index: 50;
}
	#select_action_container a {
		display: block;
		width: 198px;
		height: 50px;
		margin: 0px 1px 5px;
		background: center center no-repeat;		
	}
	a#makeUserpic_link {
		background-image: url(/img/make_userpic_btn.png);
	}	 
	a#makeUserpic_link:hover, a#makeUserpic_link.active {
		background-image: url(/img/make_userpic_btn_active.png);
	}	 
	a#makePhotopic_link {
		background-image: url(/img/make_photo_btn.png);
	}	 
	a#makePhotopic_link:hover, a#makePhotopic_link.active {
		background-image: url(/img/make_photo_btn_active.png);
	}	 
#screen_img {
	background-color: gray;
	opacity: 0.4;
	margin: 0 auto;
}