/* 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.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;
}

/* --- SLIDER --- */

#slider {
	height: 278px;
	overflow: visible;
	margin: -1px 0 0 0;
	padding: 1px 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_sliderh2.png) 0 0 no-repeat;
	height: 90px;
}

#slider #slide4 h2 {
	background: url(../images/bg_slider4h2.png) 0 0 no-repeat;
	height: 97px;
}

#slider #slide2 h2 {
	background: url(../images/bg_slider2h2.png) 0 0 no-repeat;
	height: 95px;
}

#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;
}

#about {
	width: 280px;
	float: left;
	background: url(../images/bg_about.png) top left no-repeat;
	padding: 0 30px 0 100px;
}

#about p strong {
	font-weight: bold;
	color: #2d2d2d;
}

#about .call {
	margin: 15px 0 0 0;
	height: 42px;
	width: 268px;
	background: url(../images/button_call2.png) top no-repeat;
	position: relative;
}

#about .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;
}

#about .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;
}

#about .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;
}

#create {
	width: 565px;
	float: left;
	padding: 25px 0 20px 0;
}

#create h2 {
	margin: 0 0 25px 175px;
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	width: 235px;
	height: 28px;
	line-height: 30px;
	background: url(../images/bg_createh2.png) top right no-repeat;
}

#create 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;
}


#create h2.step1 {
	margin: 0 0 5px 175px;
}

#create h2.step3 {
	margin: 0 0 0 175px;
}

#create p {
	margin: 0 35px 20px 175px;
	font-size: 11px;
}

#create #create_account {
	margin: 0 0 0 10px;
}

#create #create_account 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;
}

#create #create_account label.ok {
	color: #007934;
}

#create #create_account label.wrong {
	color: #b1221b;
}

#create #create_account #amount {
	margin-bottom: 20px !important;
}

#create #create_account #amountslider {
	clear: both;
	font-weight: bold;
	margin: 8px 0 8px 206px;
	width: 130px;
	clear: both;
}

#create #create_account span.minmax {
	float: left;
	line-height: 32px;
}

#create #create_account div.img {
	float: left;
	width: 32px;
	height: 32px;
}

#create #create_account div.img.wrong {
	background: url(../images/tick_wrong.jpg) 0 0 no-repeat;
}

#create #create_account div.img.ok {
	background: url(../images/tick_ok.jpg) 0 0 no-repeat;
}

#create #create_account div.message {
	clear: both;
	text-indent: 166px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
}

#create #create_account div.message p {
	margin: 0;
}

#create #create_account input[type=text], #create #create_account input[type=password] {
	float: left;
	margin: 0 4px 1px 0;
	width: 230px;
	border: 2px solid #d9d9d9;
	color: #585858;
	font-size: 14px;
	padding: 6px 4px;
}

#create #create_account input[type=radio] {
	margin: 0 4px 0 0 !important;
}

#create #create_account select {
	border: 2px solid #d9d9d9;
	background-color: #fff;
	padding: 6px 4px;
	width: 240px;
	float: left;
}

#create #create_account .other {
	margin: 0 0 0 220px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
}

#create #create_account .other input, #create #create_account .other select {
	margin: 0;
}

#create #create_account input#amount {
	width: 120px;
	margin: 0 14px 1px 10px;
}

#create #create_account input:hover {
	border-color: #b7b7b7 !important;
}

#create #create_account input.ok, #create #create_account select.ok  {
	border-color: #007934 !important;
}

#create #create_account input.wrong {
	border-color: #c8001d !important;
}

#create #create_account input#dolar, #create #create_account input#euro, #create #create_account input#pound {
	border: none;
}

#create #create_account input.radio {
	background-image: none !important;
	border: none;
	float: left;
	margin: 10px 0 0 0 !important;
}

#create #create_account img.currency {
	margin: 0 8px;
	float: left;
}

#create #create_account p.wrong {
	color: #cd0202;
	font-weight: bold;
	margin: 0 0 0 0;
}

#create #create_account p.tip {
	color: #f17f05;
	clear: both;
	margin: 0px 0 10px 165px;
}

#create #create_account input#agree {
	float: none;
	width: 14px;
	height: 14px;
	display: inline;
	margin: 0 0 0 165px;
}

#create #create_account label.agree {
	height: 20px;
	line-height: 20px;
	display: inline;
	font-size: 12px;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 5px;
}

#create #create_account label.terms {
	height: 20px;
	line-height: 20px;
	display: inline;
	font-size: 12px;
	float: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 167px;
}



#create #create_account 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;
}

#create #create_account input.continue:hover {
	background: url(../images/button_continue.png) bottom left;
}

#side {
	width: 385px;
	float: left;
	padding: 60px 0 100px 50px;
	background: url(../images/bg_steps_side.jpg) top left no-repeat;
}

#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 --- */

#create #create_account 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;
}


#create #create_account input#submit:hover {
	background-position: left bottom;
}



/* --- LOGIN PAGE --- */


#create_account 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 100px 320px;
}

#create_account 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: 170px;
	min-height: 170px;
	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}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

/* ui.core.css (100%) */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* ui.slider.css (100%) */
/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1em; height: 1em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: 1px; }
.ui-slider-horizontal .ui-slider-handle { top: -8px; margin-left: -1px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/* ui.theme.css (100%) */
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #d9d9d9/*{borderColorContent}*/; background: #d9d9d9/*{bgColorContent}*/ /* url(..css/jqueryui/images/ui-bg_flat_75_ffffff_40x100.png) *//*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(..css/jqueryui/images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(..css/jqueryui/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(..css/jqueryui/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(..css/jqueryui/images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(..css/jqueryui/images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(..css/jqueryui/images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(..css/jqueryui/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(..css/jqueryui/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(..css/jqueryui/images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(..css/jqueryui/images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(..css/jqueryui/images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(..css/jqueryui/images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(..css/jqueryui/images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(..css/jqueryui/images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(..css/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(..css/jqueryui/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; }