/**********************************************************************************************

	Title: Unconventional Guides

***********************************************************************************************

	1. BASE
			1.1 Reset
			1.2 Accessibility Navigation & Hide
			1.3 Clearfix
			1.4 Default Styles

	2. LAYOUT
			2.1 Structure
			2.2 Header
			2.3 Navigation
			2.4 Content
			2.5 Sidebar
			2.6 Footer

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/


/* 1.1 Reset
-----------------------------------------------------------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, 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; font-size: 100%; vertical-align: baseline; background: transparent; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
a, ins, del { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { text-align: left; }

/* 1.2 Accessibility Navigation & Hide
-----------------------------------------------------------------------------------------------*/

ol#accessibility-nav, .hide { position: absolute; top: -999em; left: -999em; height: 1px; width: 1px; }

/* 1.3 Clearfix
-----------------------------------------------------------------------------------------------*/
.clearfix:after,
.content-top:after,
.content-wrapper:after,
.home #content dl:after,
.sub #content #flowpanes:after,
.sub #content #flowpanes div:after,
#footer .wrap-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

/* 1.4 Default Styles
-----------------------------------------------------------------------------------------------*/
body {
	color: #535353;
	font-size: 14px;
	font-family: "Georgia", "Helvetica", "Arial", sans-serif;
	background: #b5b5b5 url(../images/bg_body.png) repeat 0 0;
}
hr { display: none; }
strong { font-weight: bold; }
em { font-style: italic; }
del { text-decoration: line-through; }
th { font-weight: normal; }
address, cite, dfn { font-style: normal; }
li { list-style: none; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }
input, textarea, select { font-family: "Arial", "Helvetica", sans-serif; }
a, a:visited { color: #125753; text-decoration: underline; font-style: italic; }
a:hover, a:active { color: #c35c1a; text-decoration: underline; }
.center {text-align: center;}

.img-right {
float: right;
padding-left: 20px;
}

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

/* 2.1 Structure
-----------------------------------------------------------------------------------------------*/

.wrapper-all {
	background: #fff;
	margin: 0 auto;
	width: 1021px;
	padding: 17px 0 16px 0;
}

/* 2.2 Header
-----------------------------------------------------------------------------------------------*/

#header {
	position: relative;
	height: 146px;
	margin: 0 14px 0 14px;
	border-top: dotted 1px #52470a;
	border-bottom: dotted 1px #52470a;
	padding-top: 4px;
}

	#header div.h1 {
		background: url(../images/bg_header.png) no-repeat 50% 0;
		text-align: center;
		border-bottom: dotted 1px #52470a;
		height: 97px;
		padding: 13px 0 0 0;
	}

		#header div.h1 h1 {
			display: inline-block;
			border: solid 1px #52470a;
			padding: 3px;
		}

		.ff2 #header div.h1 h1 {
			float: left;
			margin-left: 355px;
		}

			#header div.h1 h1 a {
				display: inline-block;
				background: #52470a;
				/*font-size: 24px;*/
				font-size: 23px;
				font-style: normal;
				color: #fff;
				text-decoration: none;
				text-align: center;
				padding: 12px 22px 10px 22px;
				text-transform: uppercase;
				line-height: 90%;
			}

			.ff2 #header div.h1 h1 a {
				display: block;
			}

	#header ul#navigation {
		text-align: center;
		padding: 1px 0;
	}

		#header ul#navigation li {
			display: inline-block;
		}

		.ff2 #header ul#navigation li {
			float: left;
		}

		.ff2 #header ul#navigation li:first-child {
			padding-left: 178px;
		}

			#header ul#navigation li a {
				display: block;
				text-decoration: none;
				/*font-size: 15px;*/
				font-size: 14px;
				font-style: normal;
				color: #52470a;
				text-transform: uppercase;
				font-weight: bold;
				height: 26px;
				padding: 7px 16px 0 20px;
				border-left: dotted 1px #52470a;
			}

			#header ul#navigation li:first-child a {
				border-left: none;
			}

			#header ul#navigation li a:hover,
			#header ul#navigation li.active a {
				color: #c35c1a;
			}
	#header span.cart {
		position: absolute;
		right: 20px;
		bottom: 10px;
		font-size: 10px;
		}
		#header span.cart a {
			display: block;
			background: url(../images/icon-cart.gif) no-repeat center left;
			padding-left: 25px;
			font-style: normal;
			text-transform: uppercase;
			text-decoration: none;
		}

/* 2.3 Navigation
-----------------------------------------------------------------------------------------------*/

/* 2.4 Content
-----------------------------------------------------------------------------------------------*/

.content-top {
	border-bottom: dotted 1px #52470a;
	margin: 0 14px 0 14px;
	padding: 1px 0;
}

#hacking-webinar .content-top img {
padding-left: 70px;
padding-top: 35px;
}

#hacking-webinar .content-top h2 {
text-indent: -9999px;
height: 0;
}

	.content-top dl {
		float: left;
		border-right: dotted 1px #52470a;
		width: 405px;
		padding: 12px 0 0 18px;
	}

		.content-top dl dt {
			color: #52470a;
		}

			.content-top dl dt small {
				font-size: 12px;
				display: block;
				text-transform: uppercase;
				padding: 0 0 2px 3px;

			}

			.content-top dl dt strong {
				/*font-size: 36px;*/
				font-size: 35px;
				display: block;
				line-height: 100%;
				padding: 0 0 12px 0;
			}

			.sub .content-top dl dt strong {
				/*font-size: 30px;*/
				font-size: 29px;
				padding: 15px 0 9px 0;
			}

		.content-top dl dd {
			font-size: 15px;
			line-height: 140%;
			padding: 0 38px 33px 0;
		}

		.sub .content-top dl dd {
			padding: 0 38px 25px 0;
		}

			.sub .content-top dl dd a {
				display: block;
				margin: 12px auto 0 auto;
				width: 103px;
			}

				.sub .content-top dl dd a img {
					display: block;
				}

	.content-top img.right {
		display: block;
		float: left;
		margin: 25px 0 0 24px;
	}

h2 {
	font-size: 35px;
	color: #d5cdbf;
	text-transform: uppercase;
	padding: 21px 0 16px 31px
}

.home .content-wrapper {
	background: url(../images/border_dot_v2.png) repeat-y 208px 0;
}

.products .content-wrapper {
	background: url(../images/border_dot_v2.png) repeat-y 208px 0;
}

.opera.home .content-wrapper {
	background: url(../images/border_dot_v2_opera.png) repeat-y 208px 0;
}

.opera.products .content-wrapper {
	background: url(../images/border_dot_v2_opera.png) repeat-y 208px 0;
}

.home #content {
	float: left;
	width: 813px;
	margin: 0 0 1px 0;
}

#hacking-webinar #content {
padding-left: 40px;
width: 650px;
}

#hacking-webinar.plain #content p{
padding-bottom: 20px;
font-size: 16px;
line-height: 21px;
}

#hacking-webinar #content li {
background: url(../images/bullet_01.png) no-repeat 0 3px;
padding-left: 40px;
padding-bottom: 20px;
font-size: 16px;
}

	.home #content dl {
		border-bottom: dotted 1px #52470a;
		float: left;
		width: 405px;
		padding-left: 1px;
	}

	        .home #content dl.featured {
			width: 796px;
			background-color: #fff;
			margin-left: 1px;
		}
	        dl.featured {
			width: 796px;
			background-color: #fff;
			margin-left: 1px;
		}
			dl.featured dd {
				display: block;
				padding: 22px 23px 10px 0;
				overflow: auto;
			}		
			dl.featured dd h2 {
				font-size: 27px;
				padding: 0 0 10px 0;
				margin: 0;
			}
			dl.featured dd strong a {
				font-size: 18px;
			}

	.home #content dl:nth-child(even) {
		width: 392px;
	}

	.home #content dl.bottom {
		border-bottom: none;
	}

		.home #content dl dt {
			float: left;
			padding: 29px 26px 20px 27px;
		}

			.home #content dl dt a {
				display: block;
				margin-left: 9px;
			}

			.home #content dl dt a.image {
				background: url(../images/bg_image.png) no-repeat 0 0;
				padding: 1px;
				margin: 0 0 12px 0;
			}

				.home #content dl dt a img {
					display: block;
				}

				.home #content dl dt a.image img {
					width: 125px;
					height: 125px;
				}

		.home #content dl dd {
			display: block;
			padding: 28px 23px 10px 0;
			overflow: auto;
		}

		.home #content dl:nth-child(even) dd {
			padding: 28px 10px 0 0;
		}

			.home #content dl dd strong {
				display: block;
			}

				.home #content dl dd strong a {
					display: block;
					color: #52470a;
					text-decoration: none;
					font-style: normal;
					text-transform: uppercase;
					font-size: 13px;
					padding: 0 0 16px 1px;
				}

				.home #content dl dd strong a:hover {
					color: #c35c1a;
				}
.plain.buy #content {
	float: left;
	width: 780px;
	margin: 0 0 1px 0;
	padding-right: 26px;
	padding-left: 200px;
	padding-bottom: 30px;
	}
		.plain.buy #content ul  {
			margin: 0;
			padding: 0 15px 15px 15px;
			}

			.plain.buy #content ul li {
				font-size: 12px;
				padding: 2px 0 26px 33px;
				background: url(../images/bullet_01.png) no-repeat 0 3px;
				}
				
.plain #content {
	float: left;
	width: 530px;
	margin: 0 0 1px 0;
	padding-right: 26px;
	padding-bottom: 30px;
}

.plain.ebk-welcome #content {
	width: 100%;
	padding-left: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.plain #content p {
		font-size: 12px;
		line-height: 21px;
		padding-bottom: 20px;
	}

	.plain #content ul {
		font-size: 12px;
		padding: 0 0 10px 0;
		margin: 0;

	}

		.plain #content ul li {
			padding-bottom: 10px;
			line-height: 21px;
		}

	.plain #content h3 {
		color: #c25a1a;
		font-size: 18px;
		font-weight: normal;

	}



	.plain.one-column #content blockquote {
		text-align: left;
		padding-bottom: 20px;
	}


		.plain.one-column #content blockquote p{
			margin: 0;
			padding: 0;
		}

		.plain.one-column blockquote p.quote {
			color: #52470A;
			font-size: 19px;
			font-weight: bold;
			line-height: 90%;
			padding: 0 0 6px 0;
		}

		.plain.one-column blockquote cite {
			color: #d5cdbf;
			font-size: 12px;
		}

.plain.contact #content {
font-family: arial;
}

	.plain.contact #contact-form .field {
		padding-bottom: 10px;
		font-size: 12px;
		font-weight: bold;
		}

		.plain.contact #contact-form .field input {
			border: 1px dotted #BCC900;
			padding: 2px;
			width: 300px;
			}

		.plain.contact #contact-form .field textarea {
			border: 1px dotted #BCC900;
			padding: 2px;
			width: 300px;
			height: 150px;
			}

.plain ul.list-sub li {
	font-size: 15px;
	padding: 2px 0 26px 33px;
	background: url(../images/bullet_01.png) no-repeat 0 3px;
	}

	.plain ul.list-sub li a {
		font-style: normal;
		}




.products .content {
	float: left;
	width: 813px;
	margin: 0 0 1px 0;
}


	.products .content dl {
		border-bottom: dotted 1px #52470a;
		float: left;
		width: 405px;
		padding-left: 1px;
	}

	.products .content dl.featured {
		
		width: 796px;
		
	}

	.products .content dl:nth-child(even) {
		width: 392px;
	}

	.products .content dl.bottom {
		border-bottom: none;
	}

		.products .content dl dt {
			float: left;
			padding: 29px 26px 20px 27px;
		}

			.products .content dl dt a {
				display: block;
				margin-left: 9px;
			}

			.products .content dl dt a.image {
				background: url(../images/bg_image.png) no-repeat 0 0;
				padding: 1px;
				margin: 0 0 12px 0;
			}

				.products .content dl dt a img {
					display: block;
				}

				.products .content dl dt a.image img {
					width: 125px;
					height: 125px;
				}

		.products .content dl dd {
			display: block;
			padding: 28px 23px 10px 0;
			overflow: auto;
		}

		.products .content dl:nth-child(even) dd {
			padding: 28px 10px 0 0;
		}

			.products .content dl dd strong {
				display: block;
			}

				.products .content dl dd strong a {
					display: block;
					color: #52470a;
					text-decoration: none;
					font-style: normal;
					text-transform: uppercase;
					font-size: 13px;
					padding: 0 0 16px 1px;
				}

				.products .content dl dd strong a:hover {
					color: #c35c1a;
				}
				

.sub #content {
	float: left;
	width: 752px;
	padding: 14px 0 0 0;
}

	.sub #content ul#flowtabs {
		height: 51px;
		background: #d5cdbf url(../images/bg_flowtabs.png) repeat-x 0 0;
	}

		.sub #content ul#flowtabs li {
			float: left;
			height: 51px;
		}

		.sub #content ul#flowtabs li.prev,
		.sub #content ul#flowtabs li.next {
			text-indent: -8000px;
			overflow: hidden;
			width: 10px;
			cursor: pointer;
		}

		.sub #content ul#flowtabs li.prev {
			width: 48px;
			background: url(../images/button_prev.png) no-repeat 50% 16px;
		}

		.sub #content ul#flowtabs li.next {
			float: right;
			width: 48px;
			background: url(../images/button_next.png) no-repeat 50% 16px;
		}

			.sub #content ul#flowtabs li a {
				display: block;
				float: left;
				font-size: 21px;
				font-style: normal;
				color: #f7f6df;
				text-decoration: none;
				height: 39px;
				padding: 12px 19px 0 19px;
				outline: none;
			}

			.sub #content ul#flowtabs li a:hover {
				color: #c25a1a;
			}

			.sub #content ul#flowtabs li a.current {
				color: #52470a;
				background: #fff;
			}

	.sub #content #flowpanes {
		position:relative;
		clear:both;
		overflow: hidden;
		height: 670px;
		padding: 30px 0 0 0;
	}

	/*

	#biz.sub #content #flowpanes {
		position:relative;
		clear:both;
		overflow: hidden;
		height: 800px;
		padding: 30px 0 0 0;
	}

	*/
	.sub #content #flowpanes div {
		float:left;
		display:block;
		width:752px;
		cursor:pointer;
		/*font-size:12px;*/
		font-size: 15px;
	}

		.sub #content #flowpanes div div.left {
			width: 325px;
			padding: 0 31px 0 31px;
		}

		.sub #content #flowpanes div div.right {
			width: 334px;
			padding: 0 31px 0 0;
		}

		.sub #content #flowpanes div div.single {
			padding: 0 31px 0 31px;
			width: 659px;
		}

			.sub #content #flowpanes div div.single p{
				/*font-size: 11px;*/
				padding: 0 0 21px 0;
				font-size: 15px;
				/*line-height: 190%;*/
			}
		
		.sub #content #flowpanes div div#video {
			width: 545px;
			text-align: center;
			margin-left: 98px;
			border: 6px solid #D5CDBF;

		}


			.sub #content #flowpanes div div.left p,
			.sub #content #flowpanes div div.right p {
				font-size: 11px;
				padding: 0 0 21px 0;
				line-height: 190%;
			}

			.sub #content #flowpanes div div.left ul,
			.sub #content #flowpanes div div.right ul {
			}

				.sub #content #flowpanes div div.left ul li,
				.sub #content #flowpanes div div.right ul li,
                                .sub #content #flowpanes div div.single ul li             {
					font-size: 15px;
					padding: 2px 0 26px 33px;
					background: url(../images/bullet_01.png) no-repeat 0 3px;
				}

	.sub #content #flowpanes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
	}

	.sub #content #flowpanes .less, #flowpanes .less a {
		color:#999 !important;
		font-size:11px;
	}

.ebk-buy.plain #content  p {
font-size: 18px;
padding-top: 15px;
}

.ebk-buy #content ul.list-empirejumps {
width: 100%;


}

.plain.affiliates.buy.ebk-buy #content ul.list-empirejumps li {
border-right: dotted 1px #52470a;
float: left;
padding: 0 10px 0 0;
margin: 0 10px 10px 0;
background: 0;
}

.plain.affiliates.buy.ebk-buy #content ul.list-empirejumps li.last {
border-right: 0;
float: left;
padding: 0;
margin: 0 0 20px 0;
background: 0;
}

.ebk-buy #content h4 {
font-size: 18px;
text-transform: uppercase;
}

.plain.affiliates.ebk-buy #content ul {
margin: 0;
padding: 0;
}

.plain.affiliates.ebk-buy #content ul.list-ebk li {
background: none;
margin: 0 0 36px 0;
padding: 0 0 15px 0;
float: left;
width: 100%;
clear: left;
border-bottom: 1px dotted #8F8F8F;
}

.plain.affiliates.ebk-buy #content ul.list-ebk li ul li {
border: 0;
margin: 0;
padding: 2px 0 15px 33px;
width: 750px;
background: url(../images/bullet_01.png) no-repeat 0 3px;
float: none;
}

.plain.affiliates.ebk-buy #content ul li img {
float: left;
padding: 0 18px 0 0;
}

.plain.affiliates.ebk-welcome .toggle {
padding-top: 12px;
}

.plain.affiliates.ebk-welcome .toggle.first {
padding-top: 0px;
}

.plain.affiliates.ebk-welcome .content-wrapper #content .view ol{
padding: 6px 0 0 20px;
list-style: decimal inside;
}

.plain.affiliates.ebk-welcome .content-wrapper #content .view ol li{
margin-bottom: 9px;
list-style: decimal outside;
padding: 0 0 6px 0;
}

.plain.affiliates.ebk-welcome .toggle h3 {
display: inline;
}

.plain.affiliates.ebk-welcome .toggle span {
padding-left: 6px;
font-variant: small-caps;
font-size: 9px;
text-transform: uppercase;
}


.plain.affiliates.ebk-welcome .view span {
padding-left: 6px;
font-variant: small-caps;
font-size: 11px;
text-transform: uppercase;
}

.plain.affiliates.ebk-welcome .view span a{
font-style: normal;
}




/* 2.5 Sidebar
-----------------------------------------------------------------------------------------------*/
.sub #sidebar small {
padding-top: 20px;
display: block;
font-size: 10px;
font-style: italic;
color: #8a8a8a;
}

.sub #sidebar small a {
display: inline;
color: #8a8a8a;
}
.home #sidebar {
	width: 176px;
	float: left;
	padding: 20px 0 0 32px;
}

	.home #sidebar dl {
		padding-top: 115px;
	}

		.home #sidebar dl dt {
			color: #c25a1a;
			font-size: 19px;
			line-height: 90%;
			padding-bottom: 8px;
		}

		.home #sidebar dl dd {
			font-size: 12px;
			padding: 0 10px 10px 0;
		}
		
.plain #sidebar {
	width: 366px;
	float: left;
	padding: 0 62px 30px 32px;
	text-align: right;
}	

	.plain #sidebar p.text-intro {
	font-size: 15px;
	line-height: 21px;
	color: #52470a;
	text-align: left;
	}	

	.plain #sidebar img {
	padding-top: 40px;
	padding-bottom: 10px;
	}
	
	#hacking-webinar.plain #sidebar img {
	padding: 0 0 10px 0;
	}
	
	#hacking-webinar.plain #sidebar img#signup {
	padding: 10px 0 0 0;
	}	

	.plain #sidebar blockquote {
	float: right;
	width: 238px;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CDD747;
	padding-bottom: 15px;
	}
	
	#hacking-webinar.plain #sidebar blockquote {
	float: left;
	}

.plain.one-column #sidebar {
	width: 366px;
	float: left;
	padding: 5px 62px 30px 32px;
	text-align: left;
}	

	.plain.one-column #sidebar img {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.plain.one-column #sidebar ul {
		padding: 0 0 10px 0;
		font-size: 11px;
	}

		.plain.one-column #sidebar ul li{
			padding-bottom: 10px;
		}

	.plain.one-column #sidebar p {
		padding-bottom: 20px;
		line-height: 21px;
		font-size: 11px;
	}

	.plain.one-column #sidebar h3 {
		color: #c25a1a;
		font-size: 18px;
		font-weight: normal;
	}

.plain.affiliates #sidebar p.text-intro {
	font-size: 21px;
	padding-bottom: 0;
	}
	
.plain.affiliates #sidebar img {
	padding-top: 20px;
	}	

		
.products .sidebar {
	width: 176px;
	float: left;
	padding: 20px 0 0 32px;
}

	.products .sidebar dl {
		padding-top: 115px;
	}

		.products .sidebar dl dt {
			color: #c25a1a;
			font-size: 19px;
			line-height: 90%;
			padding-bottom: 8px;
		}

		.products .sidebar dl dd {
			font-size: 12px;
			padding: 0 10px 10px 0;
		}		

.sub #sidebar {
	width: 238px;
	float: left;
	padding: 0 0 0 31px;
	}

	.sub #sidebar a {
		display: block;
		margin: 0 0 14px 0;
	}

		.sub #sidebar a img {
			display: block;
		}


		#sidebar blockquote p.quote {
			color: #c25a1a;
			font-size: 19px;
			line-height: 90%;
			padding: 0 0 6px 0;
		}

		#sidebar blockquote cite {
			color: #d5cdbf;
			font-size: 12px;
		}

.ebk-welcome #sidebar form{
text-align: left;
font-family: arial;
padding-top: 15px;
}


	.ebk-welcome #sidebar form p{
		padding-bottom: 10px;
		font-size: 12px;
		font-weight: bold;
		}

		.ebk-welcome #sidebar form input {
			border: 1px dotted #BCC900;
			padding: 2px;
			width: 300px;
			}

		.ebk-welcome #sidebar form input.submit {
			border: 0;
			padding: 0;
			width: 103px;
			}






/* 2.6 Footer
-----------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 0 14px 0 14px;
	border-top: dotted 1px #52470a;
	border-bottom: dotted 1px #52470a;
	padding: 4px 17px 4px 17px;
}

	#footer .wrap-inner {
		background: #d3d4c6;
		font-size: 12px;
		padding: 16px 10px 15px 10px;
	}

		#footer .wrap-inner p.left {
			float: left;
			padding-top: 25px;
			color: #52470a;
		}

			#footer .wrap-inner p a {
				color: #52470a;
				font-style: normal;
				text-decoration: underline;
			}

				#footer .wrap-inner p a:hover {
					text-decoration: underline;
				}

		#footer .wrap-inner p.right {
			float: right;
			color: #125753;
		}

			#footer .wrap-inner p.right a {
				color: #125753;
			}

#merchant-icons {
float: right;
padding: 0 0 0 0;
margin: 0 0 -15px 0;

}

	#merchant-icons ul {
		margin: 0;
		padding: 0;
		}

		#merchant-icons ul li {
			float: left;
			padding-left: 10px;
			}

			#merchant-icons ul li.authorize {
				position: relative;
				top: 10px;
				}
			#merchant-icons ul li.onepercent {
				position: relative;
				top: 10px;
				}
