/*	CSS-Framework

	Version		: 0.21
	File name	: cssf-base.css
	Description	: Styles for webdewelopers
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.bold {font-weight: bold;}
.red {color: red !important;}
.show { display: block!important; }
.cc {clear: both;}
.no-margin { margin: 0!important; }
.small-margin {margin: 0 0 5px;}
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, img { border: none!important; }

.container { overflow: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }

/* Main custom rules
------------------------------ */

html { background: #557caf  url(../images/bbg.jpg) repeat-x 0 0; font: .75em/1.5 'Lucida Grande',Geneva,Verdana,Arial,sans-serif; }
body { padding: 15px 20px 10px 64px; background: transparent url(../images/ltbg.jpg) no-repeat 0 0;} 

a { color: #0066cc; }
a:visited {  }
a:hover {  }
a:active {  }

/* Demo Template
------------------------------ */

#site { width: 826px;}

#canvas {width: 826px; background: transparent url(../images/main-b.png) no-repeat 0 100%; overflow: hidden;}

#wrpr { overflow: hidden; margin-bottom: 6px; position: relative;}

#col-left { float: left; width: 270px;}


#main {display: block; margin: 0; padding: 0; position: relative; width: 826px;}
.page-top {background: transparent url(../images/h-bg2.png) no-repeat 0 0; height: 10px;}
.page-split {background: transparent url(../images/split.png) no-repeat 0 0; height: 34px;}
.header {height: 80px;}
.header .wrpr {background: transparent url(../images/technical-seo-hrt.gif) no-repeat 694px 43px; padding-top: 1px; padding-left: 5px; padding-right: 7px;}
body#iphone .header .wrpr {background: transparent url(../images/iphone-web-development-hrt.gif) no-repeat 543px 43px;}
body#monetization .header .wrpr {background: transparent url(../images/monetization-hrt.gif) no-repeat 645px 43px;}
body#return .header .wrpr, body#seo-bug-fix .header .wrpr {background-image: none;}

.page-wrpr { position: relative;  background: transparent url(../images/main.png) repeat-y 0 0; height: 1034px;}
#extended-monetization.page-wrpr {height: 1100px;}
.content-area { width: 420px; float: right; margin-left: -100px; min-height: 750px; padding: 0 125px 0px 0; position: relative;}

#footer { clear: both; padding-top: 1em; }

.btm {width: 826px; background: transparent url(../images/main-b.png) no-repeat 0 100%; display: none;}



.content h1 {font-size: 50px !important; line-height: 1.5em; font-weight: normal; margin-bottom: 50px; padding-top: 100px;}
.content-area h2, .content-area .like-main-heading h3 {font-size: 16px; line-height: 1.5em; font-weight: normal; color: #4f81bd;}

.content-area p { line-height: 1.7em; padding-bottom: 1.5em;}

.content-area ul.toc {list-style: none; margin: 20px 0 0; padding: 0;}
.content-area ul.toc p, .content-area ul.toc li {margin: 0; padding: 0;;}
.content-area ul.toc li {padding-bottom: 1em;}
.content-area ul.toc li p {background: transparent url(../images/udots.gif) repeat-x 0 100%; line-height: 1em; margin-bottom: 1em; position:relative;}
.content-area ul.toc li a, .content-area ul.toc li a strong {background-color: #fff; text-decoration: none; color: #000;}
.content-area ul.toc li a:hover, .content-area ul.toc li a:hover strong {color: blue;}
.content-area ul.toc li a strong {position: absolute; right: 0; bottom: 0; font-weight: normal;}
.content-area ul.toc li a span {padding-right: .5em;;}

.content-area ul.toc li p.short-descr {background-image: none; color: #999; font-size: 75%; margin-top: -5px;;}
p.pages {position: absolute; bottom: 40px; left: 280px; margin: 0; padding: 0; color: #999;;}

/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; border-left: 1px solid #ccc; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #ccc; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #ccc; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #ccc; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #ccc; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul { bottom: 22px; }
.menu-h-d.d-up ul ul { bottom: -1px; }

/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { text-decoration: none; display: block; }
.menu-v a:hover, .menu-h a:hover { text-decoration: underline; }

.menu-v { border-top: 1px solid #ccc; }
.menu-v li { padding: 2px 0; list-style: none; border-bottom: 1px solid #ccc; }
.menu-v li ul { padding-left: 1em; margin-top: 2px; }
.menu-v li li { border: none; border-top: 1px solid #ccc; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #ccc; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Content elements
------------------------------ */

.content h1, .content h2, .content h3, .content h4 { font-size: 1.7em; margin-bottom: .5em; } /* Verdana, Arial, Helvetica, sans-serif; */
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.3em; padding-bottom: 5px; }
.content h4 { font-size: 1.1em; font-weight: bold; }

blockquote { margin-left: 10em; padding-left: 1em; border-left: 2px solid #ccc; }
pre, code { font: 1.2em/1.8 "Courier New", Courier, monospace; border: 1px dashed #aaa; padding: 1em; background: #eee; }
code { padding: .2em .5em; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul li, .content ol li { margin-bottom: .2em; }

.icons a, .icon { padding-left: 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content table, blockquote, pre, .columns, .content img { margin-bottom: 1em;}

.content p.foot-note {font-size: 80%; margin: -25px 0 15px; padding: 0;}
.content p.smaller {font-size: 90%;}

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Columns
------------------------------ */

.columns { width: 100%; overflow: hidden; }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left; overflow: hidden; }

.col-content { padding: 0 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }


/* side-signature */
.vcf-big {position: absolute; left: 59px; bottom: 44px; border-width: 0 !important; z-index: 1;}
.small-logo {position: absolute; right: 45px; bottom: 42px; left: auto;}
	.small-logo img	{ border-width: 0 !important; z-index: 1;}


/* Table + Form
------------------------------ */

.common-table {border-collapse: collapse; position: relative; z-index: 100;}
.common-table td {border: 1px solid #548dd4; position: relative;  margin: 0; padding: 0; vertical-align: top;}
	.common-table td.grey {border: 1px solid #d9d9d9; border-width: 1px 0 1px 1px;}
.common-table span.grey {color: #bfbfbf;}
.common-table input, .common-table textarea {border-width: 0; font-family: 'Lucida Grande',Geneva,Verdana,Arial,sans-serif; font-size: 90%;}

.common-table tr.checked-row {background-color: #b7d3f7;}

/* full-table */
.full-table {width: 621px; margin-left: -125px;}	
.full-table label {display: block; width: 101px; padding: 6px 5px 5px 7px; font-size: 90%;}
.full-table input, .common-table.full-table textarea { width: 459px; height: 24px; padding: 7px 7px 0; color: #808080;}
	.common-table.full-table textarea {width: 460px; height: 66px;}
	.full-table input.active, .full-table textarea.active,
	.full-table input.filled, .full-table textarea.filled {color: #000; font-weight: bold;}
	.full-table input#f_url.active, .full-table input#f_url.filled { color: blue;}

/* checkbox-cloud */
.common-table .checkbox-cloud {padding: 3px 0;}
.common-table .checkbox-cloud input, .common-table .checkbox-cloud label {width: auto; float: none; clear: none;}
.common-table label.active {font-weight: bold;}
.common-table .checkbox-cloud input {margin: -2px 10px 0 0;}
.common-table .checkbox-cloud label {padding: 5px 10px 0}

/* reg-three-col */
.reg-three-col {width: 526px; margin-left: -29px; table-layout: fixed;}
.reg-three-col .intro {width: 29px; text-align: center;}
.reg-three-col .intro input {margin: 5px 0;}
.reg-three-col .extra {width: 107px;}
.reg-three-col.drop-font td.main {font-size: 90%;}

/* package */
.package td {border-bottom: 1px solid #a6a6a6; vertical-align: middle;}
.package .intro {text-align: center;}
.package strong, #overlay-content strong {display: block;}
.package strong.inline, #overlay-content strong.inline {display: inline;}
.package .extra {padding: 6px; vertical-align: middle; width: 125px;}
.package .extra .green-lg {color: #00ab33; display: block; font-size: 180%;}
.package .main {padding: 0px 10px 7px 10px;}
.package .package-header, #overlay-content .package-header {display: block; margin: 0; padding: 0; font-size: 320%; font-weight: bold;}
	.package .package-header.ph_green, #overlay-content .package-header.ph_green {color: #00b050;}
	.package .package-header.ph_blue, #overlay-content .package-header.ph_blue {color: #0070c0;}
	.package .package-header.ph_red, #overlay-content .package-header.ph_red {color: #c00000;}

/* service */
.service label {display: block; float: none; padding: 4px 7px 2px; margin: 0;}
	.service label.active {font-weight: bold;}
.service .extra {padding: 4px; width: 125px;}
.service td {vertical-align: middle;}


.single-checkbox {margin-bottom: 1px; display: block;}
.single-checkbox input {display: block; float: left; clear: none; margin: 2px 10px 20px 0;}

table.reg-three-col .main label em, #overlay-content em {font-size: 80%; font-style: normal; line-height: 1.4em; padding-top: 5px; display:block;}

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text { width: 200px; padding: 0 1px; font: 1em sans-serif; }
.button { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }



#overlay {display: none; position: fixed; background-color: white; padding: 10px; z-index: 1000; left: 50%; margin-left: -351px; top: 50px; opacity: 1; width: 683px;}
#ov-div {opacity: 0.85; height: 100%; width: 100%; background-color: #000; position: fixed; left: 0; top: 0; display: none; z-index: 999;}

#overlay-content {overflow: auto; width: 100%; height: 460px;}
#overlay-content h3 {font-size:1.5em; margin-bottom: .5em; color:#4F81BD; font-weight:normal; line-height: 1.5em; padding-top: 1em; padding-left: 245px;}
`#overlay-content dl {display: block; overflow: hidden; clear: both; margin-top: 1em;} 
#overlay-content dl dt, #overlay-content dl dd {float: left; clear: left; padding-bottom: 1em;}
#overlay-content dl dt {width: 150px; color:#BFBFBF; padding-left: 80px; padding-right: 15px;}
#overlay-content dl dd {clear: right; width: 400px;`}
#overlay-content dl dd.bld {font-weight: bold;}`
#overlay-content .package-header {float: left; margin-right: 20px; font-size: 250%;}
#overlay-content dd strong {font-size: 85%;}



#overlay span.o-tp, #overlay span.o-btm {position: absolute; display: block; width: 701px; height: 1px; left: 0; top: 0; border: 1px solid #000; border-width: 0 1px;}
#overlay span.o-btm {top: auto; bottom: 0;}
#overlay .btns {padding: 2em 0 1em 245px;}
#overlay .btns button {margin-right: 2em;}

.common-table.full-table textarea#f_flexibility, .common-table.full-table textarea#f_contacts {height: 60px;}

#main {margin-bottom: -20px;}

.ieLeft, .ieRight {display: none;}

.right-top {color: #acacac; position: absolute; right: 20px; top: 0; font-weight: bold;}