/* reset.css (100%) */
/* --- RESETS --- */

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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

.hide {
	display: none;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

/* style.css (100%) */
/* --- BASIC STYLES --- */

html, body {
	height: 100%;
}

body {
	background: #f9f7f3 url(../images/bg_body_home.jpg) top left repeat-x;
	font: 12px/18px Helvetica, "Lucida Grande", Verdana, sans-serif;
	color: #787878;
	text-align: center;
}


#home {
	background: #f9f7f3 url(../images/bg_body_home.jpg) top left repeat-x;
	font: 12px/18px Helvetica, "Lucida Grande", Verdana, sans-serif;
	color: #787878;
	text-align: center;
}

body.subpage {
	background: #f9f7f3 url(../images/bg_body_subpage.jpg) top left repeat-x;
}

a, a:hover, a:active, a:visited {
	color: #ffa801;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#container, .inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin-bottom: 10px;
}

/* --- HEADER --- */


#header #navs ul#dashloginNav {
	float: right;
	width: 310px;
	height: 32px;
	line-height: 30px;
	background: url(../images/bg_dash_loginnav.jpg) 0 0 no-repeat;
}

#header #navs ul#dashloginNav li {
	display: inline;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
}

#header #navs ul#dashloginNav li a {
	color: #323232;
	font-weight: normal;
	text-align: center;
}

#header #navs ul#dashloginNav li.email {
	width: 203px;
	display: block;
}

#header #navs ul#dashloginNav li.email a {
	background: url(../images/icon_user.png) 0 2px no-repeat;
	padding: 1px 0 0 16px;
}

#header #navs ul#dashloginNav li.logout  {
	width: 107px;
	display: block;
}


#header {
	background: transparent url(../images/bg_head_home.jpg) center top no-repeat;
	overflow: hidden;
}

#header h1#logo a {
	float: left;
	height: 176px;
	width: 360px;
	display: block;
	background: transparent url(../images/bg_logo_home.jpg) no-repeat;
	text-indent: -9999px;
}

#header #navs {
	float: left;
	width: 640px;
	overflow: hidden;
}

#header #navs ul#loginNav {
	float: right;
}

#header #navs ul#loginNav li {
	display: inline;
	float: left;
	margin: 0 3px 0 0;
	text-indent: -9999px;
}


#header #navs ul#loginNav li.turkcell a {
	width: 96px;
	height: 33px;
	display: block;
	background: transparent url(../images/button_turkcell.jpg) top no-repeat;
}

#header #navs ul#loginNav li.turkcell a:hover {
	background-position: bottom;
}

#header #navs ul#loginNav li.vodafone a {
	width: 95px;
	height: 33px;
	display: block;
	background: transparent url(../images/button_vodafone.jpg) top no-repeat;
}

#header #navs ul#loginNav li.vodafone a:hover {
	background-position: bottom;
}



#header #navs ul#loginNav li.signup a {
	width: 96px;
	height: 33px;
	display: block;
	background: transparent url(../images/button_signup.jpg) top no-repeat;
}

#header #navs ul#loginNav li.signup a:hover {
	background-position: bottom;
}

#header #navs ul#loginNav li.login a {
	width: 95px;
	height: 33px;
	display: block;
	background: transparent url(../images/button_login.jpg) top no-repeat;
}

#header #navs ul#loginNav li.login a:hover {
	background-position: bottom;
}

#header #navs ul#mainNav {
	overflow: hidden;
	margin: 55px 0 0 15px;
}

#header #navs ul#mainNav li {
	display: inline;
	float: left;
	background: url(../images/bg_navitem_right.png) no-repeat right top;
	margin: 0 10px 0 0;
	line-height: 22px;
}

#header #navs ul#mainNav li a {
	display: block;
	height: 32px;
	background: url(../images/bg_navitem_left.png) no-repeat left top;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#header #navs ul#mainNav li a:hover {
	text-decoration: none;
}

#header #navs ul#mainNav li.current, #header #navs ul#mainNav li.hover {
	background: url(../images/bg_navitem_rightcurrent.png) no-repeat right top;
}

#header #navs ul#mainNav li.current a, #header #navs ul#mainNav li.hover a {
	background: url(../images/bg_navitem_leftcurrent.png) no-repeat left top;
    padding: 5px 15px;
    color: #000;
}

#header #navs p#tagline {
	background: url(../images/bg_tagline.jpg) no-repeat;
	text-indent: -9999px;
	height: 90px;
	margin: -10px 0 0 20px;
}


/* --- Logolar ----*/
#logolar {
	display:inline-block;
	width:auto;
	position:absolute;
}
#logolar ul{
	overflow: visible;
	height: 75px;
	margin:0;
	padding:0;
	float: left;
}
#logolar li {
	float: left;
	background: url(../images/logos/logo-sep.png) top right no-repeat;
	padding:5px 10px;	
}


/* --- SLIDER --- */

#slider {
	height: 278px;
	overflow: visible;
	margin: -1px 0 0 0;
	padding: 2px 0 0 0;
	position: relative;
}

#slider .sliderItem {
	overflow: hidden;
	position: absolute;
	height: 278px;
	width: 1000px;
	top: 1px !important;
	left: 0;
	background: url(../images/bg_slider_home.jpg) 0 -1px no-repeat;
}

#slider .sliderItem .sliderText {
	width: 440px;
	float: left;
}

#slider .sliderItem h2 {
	width: 440px;
	text-indent: -9999px;
	margin: 30px 0 0;
}

#slider #slide1 h2 {
	background: url(../images/bg_slider-1.png) 0 0 no-repeat;
	height: 90px;
}

#slider #slide2 h2 {
	background: url(../images/bg_slider-2.png) 0 0 no-repeat;
	height: 95px;
}

#slider #slide4 h2 {
	background: url(../images/bg_slider4h2.png) 0 0 no-repeat;
	height: 97px;
}

#slider #slide3 h2 {
	background: url(../images/bg_slider3h2.png) 0 0 no-repeat;
	height: 97px;
}

#slider .sliderItem p {
	margin: 15px 0 0 25px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	width: 350px;
}

#slider .sliderItem .call {
	margin: 15px 0 0 25px;
	height: 55px;
	width: 331px;
	background: url(../images/button_call.png) top no-repeat;
	position: relative;
}

#slider .sliderItem .call a.signup {
	position: absolute;
	top: 6px; left: 6px;
	width: 200px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: #b85f00 1px 1px 0;
}

#slider .sliderItem .call a.learn {
	position: absolute;
	top: 20px; left: 215px;
	color: #181818;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 0;
}

#slider .sliderItem .call a.signup:hover {
	text-decoration: none;
}

#slider .sliderItem img {
	float: right;
	z-index: 100;
	position: absolute;
	top: 0; right: 0;
	
}

#sliderNav {
	background: url(../images/bg_slidernav.png) no-repeat;
	overflow: hidden;
	position: relative;
}

#sliderNav ul {
	overflow: visible;
	height: 50px;
	margin: 0 0 0 34px;
	padding: 3px 0 0 0;
	float: left;
}

#sliderNav ul li {
	float: left;
}

#sliderNav ul li a {
	width: 37px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	display: block;
}

#sliderNav ul li.one a {
	background: url(../images/button_slidernav_1.png) top right no-repeat;
}

#sliderNav ul li.one a.activeSlide, #sliderNav ul li.one a:hover, 
#sliderNav ul li.two a.activeSlide, #sliderNav ul li.two a:hover, 
#sliderNav ul li.three a.activeSlide, #sliderNav ul li.three a:hover, 
#sliderNav ul li.four a.activeSlide, #sliderNav ul li.four a:hover {
	background-position: left;
}

#sliderNav ul li.two a {
	background: url(../images/button_slidernav_2.png) top right no-repeat;
}

#sliderNav ul li.three a {
	background: url(../images/button_slidernav_3.png) top right no-repeat;
}

#sliderNav ul li.four a {
	background: url(../images/button_slidernav_4.png) top right no-repeat;
}

#sliderNav a.previous {
	background: url(../images/button_slidernav.png) top left no-repeat;
	margin: 0 29px 0 0;
	float: left;
	width: 37px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 30px 0 0;
	position: relative;
	top: 3px;
	left: 32px;
}

#sliderNav a.next {
	background: url(../images/button_slidernav.png) top right no-repeat;
	margin: 0 0 0 24px;
	float: left;
	width: 37px;
	height: 32px;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	position: relative;
	top: 3px;
	left: 24px;
}

/* --- MAIN CONTENT - HOMEPAGE --- */

#content {
	width: 1000px;
	overflow: hidden;
	margin: 0 0 0 0;
}

#services {
	width: 590px;
	min-height: 160px;
	float: left;
	background: url(../images/bg_services.png) top right no-repeat;
	padding: 5px 0 0 0;
}

#services ul {
	overflow: hidden;
}

#services ul li {
	width: 213px;
	float: left;
	padding: 0 0 0 74px;
}

#services ul li.heart {
	background: url(../images/service_heart.png) top left no-repeat;
}

#services ul li.simple {
	background: url(../images/service_simple.png) top left no-repeat;
}

#services ul li.lock {
	background: url(../images/service_lock.png) top left no-repeat;
}

#services ul li.chart {
	background: url(../images/service_chart.png) top left no-repeat;
}

#services ul li h4 {
	font-weight: bold;
	color: #2d2d2d;
}

#anasayfa_uyegiris {
	width: 280px;
	float: left;
	background: url(../images/icon_kilit.png) top left no-repeat;
	padding: 0 30px 0 100px;
}

#anasayfa_uyegiris p strong {
	font-weight: bold;
	color: #2d2d2d;
}

#anasayfa_uyegiris .call {
	margin: 15px 0 0 0;
	height: 42px;
	width: 268px;
	background: url(../images/button_call2.png) top no-repeat;
	position: relative;
}

#anasayfa_uyegiris .call a.learn {
	position: absolute;
	top: 5px; left: 7px;
	width: 102px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #181818;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0;
}

#anasayfa_uyegiris .call a.start {
	position: absolute;
	top: 13px; left: 130px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}

#anasayfa_uyegiris .call a.learn:hover {
	text-decoration: none;
}

/* --- SCREENSHOTS --- */

#screenshots {
	margin: 40px 0 0 0;
	background: #efedea url(../images/bg_screenshots.png) repeat-x;

}

#screenshots .inner {
	padding: 20px 0 30px 30px;
	width: 970px;
	overflow: visible;
	position: relative;
}

#screenshots h3 {
	background: url(../images/bg_screenshotsh3.png) no-repeat;
	width: 133px;
	height: 29px;
	line-height: 29px;
	display: block;
	position: absolute;
	top: -28px;
	left: 0;
	text-align: center;
	font-size: 14px;
	color: #555;
	text-shadow: #fff 1px 1px 0;
	font-weight: bold;
}

#screenshots .inner .ss {
	width: 224px;
	height: 180px;
	float: left;
	background: url(../images/bg_ss.png) no-repeat;
	text-align: center;
	margin: 0 18px 0 0;
	position: relative;
}

#screenshots .inner .ss img {
	border: 1px solid #de740a;
	margin: 8px 0 4px 0;
}

#screenshots .inner .ss img.zoom {
	border: none;
	margin: 0;
	position: absolute;
	bottom: 42px; left: 17px;
	display: none;
}

#screenshots .ss .caption {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#screenshots #blogSignup {
	width: 230px;
	float: left;
	margin: 0 0 0 10px;
}

#screenshots #blogSignup img {
	float: left;
	margin: 0 10px 5px 0;
}

#screenshots #blogSignup h4 {
	font-weight: bold;
	color: #2d2d2d;
	margin: 0 0 10px 0;
}

#screenshots #blogSignup .call {
	margin: 15px 0 0 0;
	height: 42px;
	width: 221px;
	background: url(../images/button_call3.png) top no-repeat;
	position: relative;
}

#screenshots #blogSignup .call a.signup {
	position: absolute;
	top: 5px; left: 7px;
	width: 102px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: #b85f00 1px 1px 0;
}

#screenshots #blogSignup .call a.signup:hover {
	text-decoration: none;
}

#screenshots #blogSignup .call a.learn {
	position: absolute;
	top: 13px; left: 125px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0;
}

/* -----------------
	  SUBPAGES 
------------------- */

#slogan {
	background: url(../images/bg_slogan.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}

#sloganUserFeatures {
	background: url(../images/bg_slogan_user_features.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}

#sloganPublisherFeatures {
	background: url(../images/bg_slogan_publisher_features.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}


#sloganQuestions {
	background: url(../images/bg_slogan_questions.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}

#sloganContact {
	background: url(../images/bg_slogan_contact.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}

#sloganLogin {
	background: url(../images/bg_slogan_login.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}


#sloganPasswordReset {
	background: url(../images/bg_slogan_password_reset.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}


#sloganMissing {
	background: url(../images/bg_slogan_missing.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 0 0 0 0;
}

#main {
	width: 695px;
	float: left;
	padding: 30px 20px 20px;
	overflow: hidden;
}

#sidebar {
	width: 262px;
	min-height: 465px;
	padding: 30px 0 0 3px;
	float: left;
	background: url(../images/bg_sidebar.jpg) top left no-repeat;
	position: relative;
}

/* --- FEATURES --- */

#main .feature {
	width: 305px;
	min-height: 165px;
	float: left;
	overflow: hidden;
	margin: 0 20px 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/bg_feature.jpg) 50% 100% no-repeat;
}

#main .divider {
	float: left;
}

#main .even {
	margin-left: 20px;
}

#main .last {
	background-image: none;
	border: none;
}

#main .feature h3 {
	color: #2d2d2d;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#main .feature img.icon {
	float: left;
	margin: 0 10px 0 0;
}

#sidebar ul#sideNav {
	padding: 1px 0 0 0;
	margin: 20px 0 50px 0;
	background: url(../images/bg_sidebar_li.jpg) 20px 0 no-repeat fixed;
	position: absolute;
	left: -18px;
	top: 20px;
	z-index: 15;
	width: 241px;
}

#sidebar ul#sideNav li {
	padding: 1px 0;
	background: url(../images/bg_sidebar_li.jpg) 20px 100% no-repeat;
}

#sidebar ul#sideNav li a {
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	display: block;
	padding: 0 0 0 33px;
	color: #2f2f2f;
}

#sidebar ul#sideNav li a:hover, #sidebar ul#sideNav li.current a {
	text-decoration: none;
	color: #fff;
	background: url(../images/bg_sidebar_lihover.png) no-repeat;
	z-index: 10;
}

#sidebar div {
	margin: 200px 0 0 20px !important;
	width: 220px;
}

#sidebar div h3 {
	color: #2d2d2d;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#sidebar a.button {
	margin: 20px 0 0 0;
	text-indent: -9999px;
	display: block;
	height: 42px;
	width: 118px;
	background: url(../images/button_signup.png) top no-repeat;
}

#sidebar a.button:hover {
	background-position: bottom;
}

/* --- QUESTIONS --- */

#main #qa {
	width: 675px;
	background-color: #f0f0f0;
	border-top: 1px solid #e6e4e0;
	font-size: 11px;
	line-height: 20px;
}

#main #qa p {
	margin: 0 !important;
}

#main #qa td.answer p {
	margin-bottom:10px !important;
}


#main #qa td {
	padding: 6px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e4e0;
}

#main #qa td.icon {
	width: 55px;
	border-right: 1px solid #fff;
	vertical-align: top;
}

#main #qa td.q {
	padding: 8px 5px;
	background: url(../images/table_icon_q.jpg) center  no-repeat;
}

#main #qa td.a {
	padding: 0 5px;
	background: url(../images/table_icon_a.jpg) center 5px no-repeat;
}

#main #qa td.question, #main #qa td.answer {
	 width: 610px;
	 border-left: 1px solid #e6e4e0;
}

#main #qa td.question, #main #qa td.question a {
	font-weight: bold;
	color: #3f3f3f;
}

#main #qa td.question a:hover {
	text-decoration: underline;
}

#main #questionNav {
	float: right;
	margin: 0 22px 15px 0;
}

#main #questionNav ul li {
	float: left;
	margin: 10px;
}

#main #questionNav ul li a {
	font-weight: normal;
	color: #767676;
	height: 22px;
	line-height: 22px;
	padding: 2px 0 2px 25px;
}

#main #questionNav ul li a.expand {
	background: url(../images/qa_expand.jpg) top left no-repeat;
}


#main #questionNav ul li a.collapse {
	background: url(../images/qa_collapse.jpg) top left no-repeat;
}

#main #legend {
	float: right;
	margin: 20px 22px 30px 0;
}

#main #qa td.answer ol{
	list-style: inside decimal;
	margin-left: 20px;
	margin-bottom:10px;
}


/* --- STEPS --- */

#steps_header {
	background: url(../images/bg_steps.png) top no-repeat;
	height: 64px;
	margin: 1px 0 0 0;
	overflow: hidden;
}

#steps_header ul#steps {
	margin: 15px 0 0 175px;
	height: 65px;
}

#steps_header ul#steps li {
	float: left;
	margin: 0 35px 0 0;
	width: 112px;
	height: 35px;
	text-indent: -9999px;
}

#steps_header ul#steps li.step_one {
	background: url(../images/button_step1.png) top no-repeat;
}

#steps_header ul#steps li.step_two {
	background: url(../images/button_step2.png) top no-repeat;
}

#steps_header ul#steps li.step_three {
	background: url(../images/button_step3.png) top no-repeat;
}

#steps_header ul#steps li.current {
	background-position: bottom;
}



/* Üye Girişi */ 

#uye_giris {
	width: 380px;
	float: left;
	padding: 0 0 0 0;
}

#uye_giris h2 {
	margin: 0 0 25px 5px;
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-indent:40px;
	height: 28px;
	line-height: 30px;
	background: url(../images/bg_createh2.png) top left no-repeat;
}

#uye_giris h2.beta {
	margin: 0 0 10px 175px;
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	width: 235px;
	height: 28px;
	line-height: 30px;
	background: url(../images/bg_create_beta.png) top right no-repeat;
	border:1px solid;
}


#uye_giris h2.step1 {
	margin: 0 0 5px 175px;
}

#uye_giris h2.step3 {
	margin: 0 0 0 175px;
}

#uye_giris p {
	margin: 0 35px 20px 175px;
	font-size: 11px;
}

#uye_giris #uye_giris_account {
	margin: 0 0 0 10px;
}

#uye_giris #uye_girisi label {
	width: 105px;
	height: 24px;
	line-height: 24px;
	display: inline;
	font-size: 14px;
	color: #545454;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
	font-weight: bold;
}

#create #uye_girisi label.ok {
	color: #007934;
}

#uye_giris #uye_girisi label.wrong {
	color: #b1221b;
}

#uye_giris #uye_girisi #amount {
	margin-bottom: 20px !important;
}

#uye_giris #uye_girisi #amountslider {
	clear: both;
	font-weight: bold;
	margin: 8px 0 8px 206px;
	width: 130px;
	clear: both;
}

#uye_giris #uye_girisi span.minmax {
	float: left;
	line-height: 32px;
}

#uye_giris #uye_girisi div.img {
	float: left;
/*	width: 32px;
	height: 32px; */
}

#uye_giris #uye_girisi div.img.wrong {
	background: url(../images/tick_wrong.jpg) 0 0 no-repeat;
}

#uye_giris #uye_girisi div.img.ok {
	background: url(../images/tick_ok.jpg) 0 0 no-repeat;
}

#uye_giris #uye_girisi div.message {
	clear: both;
	text-indent: 166px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
}

#uye_giris #uye_girisi div.message p {
	margin: 0;
}

#uye_giris #uye_girisi input[type=text], #uye_giris #uye_girisi input[type=password] {
	float: left;
	margin: 0 4px 1px 0;
	width: 230px;
	border: 2px solid #d9d9d9;
	color: #585858;
	font-size: 14px;
	padding: 6px 4px;
}

#uye_giris #uye_girisi input[type=radio] {
	margin: 0 4px 0 0 !important;
}

#uye_giris #uye_girisi select {
	border: 2px solid #d9d9d9;
	background-color: #fff;
	padding: 6px 4px;
	width: 240px;
	float: left;
}

#uye_giris #uye_girisi .other {
	margin: 0 0 0 220px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
}

#uye_giris #uye_girisi .other input, #uye_giris #uye_girisi .other select {
	margin: 0;
}

#uye_giris #uye_girisi input#amount {
	width: 120px;
	margin: 0 14px 1px 10px;
}

#uye_giris #uye_girisi input:hover {
	border-color: #b7b7b7 !important;
}

#uye_giris #uye_girisi input.ok, #uye_giris #uye_girisi select.ok  {
	border-color: #007934 !important;
}

#uye_giris #uye_girisi input.wrong {
	border-color: #c8001d !important;
}

#uye_giris #uye_girisi input#dolar, #uye_giris #uye_girisi input#euro, #uye_giris #uye_girisi input#pound {
	border: none;
}

#uye_giris #uye_girisi input.radio {
	background-image: none !important;
	border: none;
	float: left;
	margin: 10px 0 0 0 !important;
}

#uye_giris #uye_girisi img.currency {
	margin: 0 8px;
	float: left;
}

#uye_giris #uye_girisi p.wrong {
	color: #cd0202;
	font-weight: bold;
	margin: 0 0 0 0;
}

#uye_giris #uye_girisi p.tip {
	color: #f17f05;
	clear: both;
	margin: 0px 0 10px 165px;
}

#uye_giris #uye_girisi input#agree {
	float: none;
	width: 14px;
	height: 14px;
	display: inline;
	margin: 0 0 0 165px;
}

#uye_giris #uye_girisi label.agree {
	height: 20px;
	line-height: 20px;
	display: inline;
	font-size: 12px;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 5px;
}

#uye_giris #uye_girisi label.terms {
	height: 20px;
	line-height: 20px;
	display: inline;
	font-size: 12px;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 167px;
}

#uye_giris #uye_girisi input.continue {
	background: url(../images/button_continue.png) top left;
	width: 118px;
	height: 36px;
	text-indent: -9999px;
	cursor: pointer;
	margin: 15px 0 30px 285px;
	border: none;
}

#uye_giris #uye_girisi input.continue:hover {
	background: url(../images/button_continue.png) bottom left;
}


/* Üye Girişi : end */

#side2 {
	width: 385px;
	float: left;
	padding: 0 0 0 50px;
}
#side2 h2 {
	margin: -35px 0 20px 0px;
	color: #525-252;
	font-size: 18px;
	font-weight: bold;
	width: 225px;
	height: 28px;
	line-height: 30px;
}
#side2 h3 {
	font-weight: bold;
	color: #252525;
}
#side2 p {
	margin: 20px 0 0 0;
	padding: 0 40px 0 100px;
}


#side {
	width: 385px;
	float: left;
	padding: 60px 0 0 50px;
	background: url(../images/bg_steps_side.jpg) top left no-repeat;
}

#side h2 {
	margin: -35px 0 20px 0px;
	color: #525-252;
	font-size: 18px;
	font-weight: bold;
	width: 225px;
	height: 28px;
	line-height: 30px;
}
#side h3 {
	font-weight: bold;
	color: #252525;
}

#side p {
	margin: 20px 0 0 0;
	padding: 0 40px 0 100px;
	background: url(../images/icon_big_document.png) top left no-repeat;
}

#side p.user {
	margin: 20px 0 0 0;
	padding: 0 40px 0 100px;
	background: url(../images/icon_add_user.png) top left no-repeat;
}


#side p.decide {
	padding: 0 20px 0 0;
	background: none;
	overflow: hidden;
}

#side p.decide img {
	float: left;
	margin: 0 10px 0 0;
}

#side .call {
	margin: 15px 0 0 100px;
	height: 42px;
	width: 221px;
	background: url(../images/button_call3.png) top no-repeat;
	position: relative;
}

#side .call a.signup {
	position: absolute;
	top: 5px; left: 7px;
	width: 102px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: #b85f00 1px 1px 0;
}

#side .call a.signup:hover {
	text-decoration: none;
}

#side .call a.learn {
	position: absolute;
	top: 13px; left: 125px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0;
}

#info {	/* step 3 */
	margin: 0 0 50px 175px;
	background: url(../images/bg_info_step3.png) 580px 0 no-repeat;
	padding: 8px 260px 0 0;
}

#info p {
	margin: 0 0 0 0;
}

#info p strong {
	color: #2e2e2e;
	font-weight: bold;
}

#info p small {
	font-size: 11px;
	color: #535353;
}

#info img.card {
	margin: 25px 40px 20px 0;
}

#info .agree {
	margin: 25px 0 25px 0;
}

#info input.confirm {
	height: 36px;
	width: 118px;
	cursor: pointer;
	background: url(../images/button_confirm.png) top left no-repeat;
	border: none;
	text-indent: -9999px;
	margin: 0 0 0 270px;
}

#info input.confirm:hover {
	background-position: bottom left;
}

/* --- CONTACT PAGE --- */

#contact {
	width: 565px;
	float: left;
	padding: 25px 0 40px 0;
}

#contact h2 {
	margin: 0 0 20px 175px;
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	width: 225px;
	height: 28px;
	line-height: 30px;
	background: url(../images/bg_contacth2.png) top right no-repeat;
}

#contact p {
	margin: 0 35px 20px 175px;
	font-size: 11px;
}

#contact #contact_us label {
	width: 145px;
	height: 34px;
	line-height: 34px;
	display: inline;
	font-size: 14px;
	color: #545454;
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
	font-weight: bold;
}

#contact #contact_us label.ok {
	color: #007934;
}

#contact #contact_us label.wrong {
	color: #b1221b;
}

#contact #contact_us img {
	float: left;
}

#contact #contact_us div.img {
	float: left;
	width: 32px;
	height: 32px;
}

#contact #contact_us div.img.wrong {
	background: url(../images/tick_wrong.jpg) 0 0 no-repeat;
}

#contact #contact_us div.img.ok {
	background: url(../images/tick_ok.jpg) 0 0 no-repeat;
}

#contact #contact_us div.message {
	clear: both;
	text-indent: 166px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
}

#contact #contact_us div.message p {
	margin: 0;
}

#contact #contact_us input[type=text], #contact #contact_us input[type=password] {
	float: left;
	margin: 0 4px 1px 0;
	width: 230px;
	border: 2px solid #d9d9d9;
	font: 14px/18px Helvetica, "Lucida Grande", Verdana, sans-serif;
	color: #585858;
	font-size: 14px;
	padding: 6px 4px;
}

#contact #contact_us input[type=radio] {
	margin: 0 4px 0 0 !important;
}

#contact #contact_us select {
	border: 2px solid #d9d9d9;
	background-color: #fff;
	padding: 6px 4px;
}

#contact #contact_us .other {
	margin: 0 0 0 220px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
}

#contact #contact_us .other input, #contact #contact_us .other select {
	margin: 0;
}

#contact #contact_us input:hover, textarea:hover{
	border-color: #b7b7b7 !important;
}

#contact #contact_us input.ok, textarea.ok  {
	border-color: #007934 !important;
}

#contact #contact_us input.wrong, textarea.wrong {
	border-color: #c8001d !important;
}

#contact #contact_us p.wrong {
	color: #cd0202;
	clear: both;
	font-weight: bold;
}

#contact #contact_us p.tip {
	color: #f17f05;
	clear: both;
}

#contact #contact_us textarea#comment {
	float: left;
	width: 250px;
	height: 80px;
	border: 2px solid #d9d9d9;
	font: 14px/18px Helvetica, "Lucida Grande", Verdana, sans-serif;
	color: #585858;
	padding: 4px;
	margin: 0 4px 1px 0;
}

#contact #contact_us textarea:hover {
	border-color: #b7b7b7;
}

#contact #contact_us input#submit {
	width: 118px;
	height: 36px;
	border: none;
	text-indent: -9999px;
	background: url(../images/button_submit.png) no-repeat;
	clear: both;
	float: right;
	margin: 15px 94px 0 0;
	cursor: pointer;
}

#contact #contact_us input#submit:hover {
	background-position: left bottom;
}

/* --- RESET PASSWORD PAGE --- */

#uye_girisi input#submit {
	width: 118px;
	height: 36px;
	border: none;
	text-indent: -9999px;
	background: url(../images/button_submit.png) no-repeat;
	clear: both;
	float: right;
	margin: 0 148px 0 0;
	cursor: pointer;
}


#uye_girisi input#submit:hover {
	background-position: left bottom;
}



/* --- LOGIN PAGE --- */


#uye_girisi input#login {
	width: 84px;
	height: 36px;
	background: url(../images/button_login.png) top no-repeat;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0 0 0 270px;
}

#uye_girisi input#login:hover {
	background-position: bottom;
}

/* --- SUCCESS PAGE --- */


#success_user {
	width: 670px;
	padding: 25px 20px 0;
	float: left;
}

#success {
	width: 670px;
	padding: 25px 120px 0;
	float: left;
}

#success_side {
	width: 240px;
	padding: 30px 10px 50px 40px;
	float: left;
	background: url(../images/bg_blogsidebar.png) no-repeat;
	font-size: 11px;
	color: #535353;
}

#success_side #reports, #success_side #popular, #success_side #support {
	margin: 0 0 30px 0;
}

#success_side h4 {
	font-weight: bold;
	color: #232323; 
	font-size: 12px;
	margin: 0 0 10px 0;
}

#success #congrats, #success_user #congrats {
	background: url(../images/icon_big_success.png) right no-repeat;
	min-height: 150px;
	padding: 10px 170px 10px 15px;
}

#success #congrats h2, #success_user #congrats h2  {
	color: #2c2c2c;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

/* --- BLOG SECTION --- */

#blogslogan {
	background: url(../images/bg_slogan_blog.jpg) no-repeat;
	height: 65px;
	text-indent: -9999px;
	margin: 1px 0 0 0;
}

#blog {
	width: 670px;
	padding: 25px 20px 0;
	float: left;
}

#blog .post {
	margin: 0 0 25px 0;
}

#blog .post .meta {
	overflow: hidden;
	width: 670px;
	font-size: 11px;
}

#blog .post .meta h3, #blog .post .meta h3 a {
	width: 546px;
	height: 41px;
	margin: 0 0 0 9px;
	padding: 0 0 0 15px;
	line-height: 41px;
	background: url(../images/bg_blogtitle.png) no-repeat;
	font-size: 20px;
	color: #2a2a2a;
	float: left;
}

#blog .post .meta .date {
	width: 100px;
	height: 77px;
	float: left;
	background: url(../images/bg_blogdate.png) no-repeat;
	text-align: center;
	position: relative;
}

#blog .post .meta .date .month {
	font: bold 16px/28px Verdana, Tahoma, sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin: 0 0 0 0;
}

#blog .post .meta .date .day {
	font: bold 30px Verdana, Tahoma, sans-serif;
	color: #363635;
	display: block;
	text-shadow: #fff 1px 1px 0;
}

#blog .post .links {
	width: 540px;
	float: right;
	padding: 6px 10px 0;
	background: url(../images/bg_blogmeta.png) bottom no-repeat;
	overflow: hidden;
}

#blog .post .links p {
	float: left;
	width: 390px;
}

#blog .post .links p a {
	color: #2f2f2f;
}

#blog .post .links p.comnumber {
	float: right;
	width: 150px;
	text-align: right;
}

#blog .post .links p.comnumber a {
	color: #fd9021;
}

#blog .post .postcontent {
	padding: 30px 15px 0;
	overflow: hidden;
}

#blog .post .postcontent img.postimg {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #dddbd6;
}

#blog .post .readmore a {
	text-indent: -9999px;
	display: block;
	width: 95px;
	height: 27px;
	background: url(../images/button_readmore.png) top no-repeat;
	float: right;
	margin: 20px 0 0 0;
}

#blog .post .readmore a:hover {
	background-position: bottom;
}

/* --- BLOG SIDEBAR AND WIDGETS --- */

#blogsidebar {
	width: 240px;
	padding: 30px 10px 0 40px;
	float: left;
	background: url(../images/bg_blogsidebar.png) no-repeat;
}

#blogsidebar h4 {
	font-size: 14px;
	font-weight: bold;
	color: #2a2a2a;
	margin: 0 0 15px 0;
}

#blogsidebar div {
	margin: 0 0 40px 0;
}

#blogsidebar #join .call a {
	display: block;
	width: 196px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/button_blogsignup.png) top no-repeat;
	margin: 15px 0 0 0;
}

#blogsidebar #join .call a:hover {
	background-position: bottom;
}

#blogsidebar #subscribe .call a {
	display: block;
	width: 166px;
	height: 42px;
	text-indent: -9999px;
	background: url(../images/button_subscribe.png) top no-repeat;
	margin: 15px 0 0 0;
}

#blogsidebar #subscribe .call a:hover {
	background-position: bottom;
}

#blogsidebar .widget ul li {
	list-style: url(../images/bullet.png) inside;
	margin: 0 0 0 15px;
	line-height: 26px;
}

#blogsidebar .widget ul li a {
	color: #535353;
	font-weight: normal;
}

/* --- FOOTER --- */

#footer {
	background: #535353 url(../images/bg_footer.png) repeat-x;
}

#footer .inner {
	width: 940px;
	height: 50px;
	min-height: 50px;
	font-size: 11px;
	overflow: hidden;
}

#footer .inner a {
	color: #fff;
	font-weight: normal;
}

#footer .inner ul {
	float: left;
	margin: 20px 0 0 0;
}

#footer .inner ul#footNav {
	float: right;
}

#footer .inner ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	line-height: 14px;
	border-right: 1px solid #fff;
}

#footer .inner ul li a span {
	color: #ffa801;
}


/* --- PRIVACY POLICY & TERMS --- */

body.policy {
	background: #f9f7f3;
	text-align: left;
	margin: 6px 6px 6px 6px;
	padding: 2px 2px 2px 2px;
}

body.policy h1{
	font-size:23px;
	font-weight:bold;
	margin:8px 0 12px -2px;
}


body.policy h2{
	font-size:18px;
	margin:10px 0 2px 0;
}

body.policy ol{
	list-style: inside decimal;
}

body.policy ol ol{
	list-style: inside lower-alpha;
}

body.policy ol li{
	margin: 0 5px 0 5px;
}

div.img.ajaxLoader {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
}

p.message {
	color: #323232;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 55px;
	margin: 5px 0 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.warning {
	background: #ffcccc url(../images/dash_icon_warning.jpg) 20px 50% no-repeat;
	border: 2px solid #da3333;
}

p.success {
	background: #ccffcc url(../images/dash_icon_success.jpg) 20px 50% no-repeat;
	border: 2px solid #47ca47;
}

p.info {
	background: #ccfaff url(../images/dash_icon_info.jpg) 20px 50% no-repeat;
	border: 2px solid #66aaff;
}

#success #missing {
	background: url(../images/icon_big_error.png) right no-repeat;
	min-height: 150px;
	padding: 10px 170px 10px 15px;
}

/* prettyPhoto.css (100%) */
div.light_rounded .pp_top .pp_left{background:url(../css/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../css/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_content a.pp_next:hover{background:url(../css/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_previous:hover{background:url(../css/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand{background:url(../css/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_expand:hover{background:url(../css/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract{background:url(../css/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_contract:hover{background:url(../css/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../css/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../css/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../css/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../css/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../css/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../css/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../css/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../css/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../css/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../css/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_content a.pp_next:hover{background:url(../css/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_previous:hover{background:url(../css/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand{background:url(../css/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_expand:hover{background:url(../css/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract{background:url(../css/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_contract:hover{background:url(../css/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_content a.pp_close{width:75px;height:22px;background:url(../css/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded  p.pp_description{color:#fff}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../css/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../css/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../css/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../css/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../css/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../css/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_top .pp_left,div.dark_square .pp_top .pp_middle,div.dark_square .pp_top .pp_right,div.dark_square .pp_bottom .pp_left,div.dark_square .pp_bottom .pp_middle,div.dark_square .pp_bottom .pp_right,div.dark_square .pp_content{background:url(../css/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square  p.pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../css/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_content a.pp_expand{background:url(../css/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_expand:hover{background:url(../css/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract{background:url(../css/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_contract:hover{background:url(../css/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_close{width:75px;height:22px;background:url(../css/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../css/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../css/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_content a.pp_next:hover{background:url(../css/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_content a.pp_previous:hover{background:url(../css/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_top .pp_left,div.light_square .pp_top .pp_middle,div.light_square .pp_top .pp_right,div.light_square .pp_bottom .pp_left,div.light_square .pp_bottom .pp_middle,div.light_square .pp_bottom .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_content a.pp_expand{background:url(../css/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_expand:hover{background:url(../css/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract{background:url(../css/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_contract:hover{background:url(../css/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_content a.pp_close{width:75px;height:22px;background:url(../css/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous{background:url(../css/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next{background:url(../css/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_content .pp_details .pp_nav a.pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_content a.pp_next:hover{background:url(../css/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_content a.pp_previous:hover{background:url(../css/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;position:absolute;top:0;left:0;z-index:9500;width:100%}div.pp_pic_holder{position:absolute;z-index:10000;width:100px}div.pp_pic_holder .pp_top{position:relative;height:20px}* html div.pp_pic_holder .pp_top{padding:0 20px}div.pp_pic_holder .pp_top .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_top .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_top .pp_middle{position:static;left:0}div.pp_pic_holder .pp_top .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_content{position:relative;text-align:left;width:100%;height:40px}div.pp_pic_holder .pp_content .pp_details{display:none;margin:10px 15px 2px 20px}div.pp_pic_holder .pp_content .pp_details p.pp_description{display:none;float:left;margin:0}div.pp_pic_holder .pp_content .pp_details .pp_nav{float:left;margin:3px 0 0 0}div.pp_pic_holder .pp_content .pp_details .pp_nav p{float:left;margin:2px 4px}div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous,div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next{float:left;display:block;width:14px;height:15px;overflow:hidden;text-indent:-10000px;margin-top:3px}div.pp_pic_holder .pp_content div.pp_hoverContainer{position:absolute;z-index:2000;top:0;left:0;width:100%}div.pp_pic_holder .pp_content a.pp_next{display:block;float:right;text-indent:-10000px;width:49%;height:100%;background:url(../css/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_previous{display:block;float:left;text-indent:-10000px;width:49%;height:100%;background:url(../css/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat}div.pp_pic_holder .pp_content a.pp_expand,div.pp_pic_holder .pp_content a.pp_contract{position:absolute;z-index:20000;top:10px;right:30px;cursor:pointer;display:none;text-indent:-10000px;width:20px;height:20px}div.pp_pic_holder .pp_content a.pp_close{float:right;display:block;text-indent:-10000px}div.pp_pic_holder .pp_bottom{position:relative;height:20px}* html div.pp_pic_holder .pp_bottom{padding:0 20px}div.pp_pic_holder .pp_bottom .pp_left{position:absolute;left:0;width:20px;height:20px}div.pp_pic_holder .pp_bottom .pp_middle{position:absolute;left:20px;right:20px;height:20px}* html div.pp_pic_holder .pp_bottom .pp_middle{position:static;left:0}div.pp_pic_holder .pp_bottom .pp_right{position:absolute;top:0;left:auto;right:0;width:20px;height:20px}div.pp_pic_holder .pp_loaderIcon{display:none;position:absolute;top:50%;left:50%;margin:-12px 0 0 -12px;width:24px;height:24px}div.pp_pic_holder #pp_full_res{display:block;margin:0 auto;width:100%;text-align:center}div.pp_pic_holder #pp_full_res object,div.pp_pic_holder #pp_full_res embed{visibility:hidden}div.ppt{display:none;position:absolute;top:0;left:0;z-index:9999;color:#fff;font-size:17px}
