/* 
	Theme Name: Emergento
	Description: Emergento.com Theme
	Author: Stefano Giliberti
	Author URI: kompulsive@gmail.com
*/

/********* Main *********/
body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	color: #7f7f7f;
	background: url(images/back.gif) top repeat-x #FFF;
}
body.home { background-image: url(images/back-home.gif); background-color: #f9f9f9; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.spacer { padding-bottom: 25px; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

a, a:active {
	color: #ff6d29;
}
a:hover {
	color: #ffa235;
}

/********* Textual *********/
p {
	padding-bottom: 10px;
}
.text p { padding-bottom: 35px; line-height: 1.6em; }

strong { font-weight: bold; }
em { font-style: italic; }

blockquote {
	font-family: Georgia, Courier;
	color: #919191;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-left: 15px;
	font-style: italic;
}

ul, ol {
	padding: 0 0 20px 20px;
}

/********* Heading *********/
h1, h2, h3 {
	color: #ff6e2a;
	padding-bottom: 15px;
	letter-spacing: -1px;
}
h1 {
	font-weight: bold;
	color: #ff6e2a;
	font-size: 2.1em;
}
h2 {
	font-size: 1.6em;
	padding-bottom: 20px;
}
h3 {
	color: #ff862d;
	font-size: 1.6em;
	font-weight: bold;
}
h4, h5 {
	color: #ff6c29;
	font-size: 1.2em;
	padding-bottom: 10px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 20px;
}

h3 span {
	display: block;
	height: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -2px;
	background: url(images/heading-grad.png) top repeat-x;
}

.heading {
	border-bottom: 1px solid #e2e2e2;
	color: #b4b4b4;
	margin-bottom: 30px;
	 overflow:hidden;
}

/********* Content Elements *********/
a.arrow {
	display: block;
	background-image: url(images/sprite.png);
	text-indent: -999em;
	width: 19px;
	height: 19px;
	position: absolute;
}
div.rounded {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: .8em;
	color: #343434;
	font-weight: bold;
	float: left;
	padding-left: 15px;
	margin-top: 10px;
	line-height: 28px;
}
div.rounded strong { color: #fe5c24; }
div.rounded span {
	float: right;
	padding-left: 6px;
	width: 9px;
	height: 28px;
}
.divisor {
	border-top: 1px solid #e2e2e2;
	margin: 20px 0;
}

.pagination {
	clear: both;
}
.pagination a {
	text-decoration: none;
	font-size: 1.1em;
}
.pagination a div { color: #777777; margin-right: 5px; }
.pagination a:hover div { color: #4c4c4c; }

/***** About *****/
.member { padding: 13px; margin-bottom: 12px; }
.member img { float: left; padding-right: 13px; }
.member h3 { font-size: 1.2em; padding: 5px 0 7px; }
.member p { clear: both; padding: 10px 0 0; }

.member.blue { background: #dff5ff; }
.member.blue h3 { color: #5598b7; font-size: 1.01em; padding-top: 0 }
.member.blue span { color: #85bfd9; }
.member.blue p { color: #6c98ad; }
.member.green { background: #d9ffd5; }
.member.green h3 { color: #55b769; }
.member.green span { color: #79ca77; }
.member.green p { color: #5cad74; }
.member.orange { background: #fff3d5; }
.member.orange h3 { color: #ff832c; }
.member.orange span { color: #ffa969; }
.member.orange p { color: #de8e43; }

.member.yellow { background: #fffdd7; }
.member.yellow h3 { color: #e79032; }
.member.yellow span { color: #e5b652; }
.member.yellow p { color: #e1a741; }

/***** Portfolio *****/
.project { 
	cursor: default;
	float:left;
	padding-bottom:60px;
}
	.project .preview {
		float: left;
		width: 539px;
		height: 175px;
		background: url(images/sprite.png) 0 -237px no-repeat;
		margin: 0 0 30px -13px;
	}
	.project .preview img { margin: 7px 0 0 14px; }
	.project .info {
		width: 335px;
		float: right;
		padding: 17px 0;
	}
	.project .info p { font-size: .9em; color: #848484; padding-top: 5px; }
	.project .info a.goto, .project .info a.buy { margin-top: 5px; }
	.project .info a.goto {
		display: block;
		width: 78px;
		height: 43px;
		background: url(images/sprite.png) -251px 0;
		text-indent: -999em;
	}
	.project .info a.goto:hover { background-position: -333px 0; }
	.project .info a.goto:active { background-position: -415px 0; }
	.project .info a.buy {
		display: block;
		width: 64px;
		height: 28px;
		background: url(images/sprite.png) -111px 0;
		text-indent: -999em;
	}
	.project .info a.buy:hover { background-position: -111px -28px; }
	.project .info a.buy:active { background-position: -111px -56px; }

/***** Blog *****/
.post {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
	.post h2 {
		padding-bottom: 15px;
	}
	.post h2 a { 
		text-decoration: none;
	}
	.post h2 a:hover {
		text-decoration: underline;
	}
	.post span {
		color: #ffa035;
	}
	.post p {
		padding: 15px 0;
	}

	ul#post-comments, ul#post-comments ul, ul#post-comments ul ul {
		list-style: none;
		position: relative;
	}
	ul#post-comments li {
		padding-bottom: 25px;
	}
	ul#post-comments ul.children {
		padding-top: 15px;
	}
	ul#post-comments .vcard {
		display: block;
		padding: 7px 15px 15px 7px;
		background: #f9f9f9;
		border: 1px solid #eee;
	}
	ul#post-comments p {
		padding: 15px 0;
	}
	ul#post-comments .vcard img {
		margin-bottom: -10px;
	}
	ul#post-comments .vcard cite {
		font-size: 1.1em;
		font-weight: bold;
		padding-left: 10px;
	}
	ul#post-comments .comment-meta {
		font-size: .8em;
	}
	
/***** Sidebar *****/
.sidebar ul {
	list-style: none;
	color: #b4b4b4;
	font-size: 1em;
	padding-left: 10px;
}
	.sidebar ul a {
		color: #838383;
		text-decoration: none;
		border-bottom: 1px solid #b4b4b4;
		padding-bottom: 2px;
	}
	.sidebar ul a:hover {
		color: #000;
		border: none;
	}
	.sidebar ul li {
		line-height: 1.9em;
	}
	
	.sidebar #searchform {
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 13px;
		margin-bottom: 15px;
	}
	.sidebar #searchform #s {
		background: #FFF;
		border: 1px solid #ededed;
		font-size: 1em;
		color: #777;
		padding: 5px;
		width: 118px;
	}
	.sidebar #searchform #searchsubmit {
		background: url(images/sprite.png) -805px -236px;
		border: none;
		text-indent: -999em;
		width: 80px;
		height: 35px;
		cursor: pointer;
		font-size: 0px;
		line-height: 0px;
	}

/***** Contact *****/
.links a { display: block; padding-bottom: 15px; }

fieldset ol { 
	margin: 0;
	padding: 12px 0 0;
	list-style: none;
}
fieldset ol li { 
	margin-bottom: 1.3em;
}
fieldset ol label { 
	float: left;
	width: 190px;
	line-height: 33px;
	font-size: 1.4em;
	color: #ff6c29;
	font-weight: bold;
	text-align: right;
	padding: 3px 25px 0 0;
}
fieldset ol input.name, fieldset ol input.email, fieldset ol input.subj, fieldset ol textarea { 
	float: right;
	width: 365px;
	background: url(images/sprite.png) 0 -789px;
	border: none;
	padding: 10px;
	font-size: 1em;
}
fieldset ol textarea { height:130px; font-size:1.2em;  }
fieldset.submit { margin-left: 215px; }
fieldset.submit input {
	background: url(images/sprite.png) -562px 0;
	height: 43px;
	width: 103px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
fieldset.submit input:hover { background-position: -671px 0; }

/********* Structure *********/
#wrapper {
	width: 887px;
	margin: auto;

}
#head {
	height: 112px;
	position: relative;
	margin-bottom:10px;
}
		#head h1#logo, #head h1#logo a { 
			display: block;
			height: 59px;
			width: 304px;
		}
		#head h1#logo { 
			background: url(images/logo.png) no-repeat;
			border: none;
			height: 59px;
			padding: 0;
			text-indent: -999em;
			position: absolute;
			top: 29px;
			right: 0px;
			z-index: 1000;
		}
		
		#head #navigation {
			position: absolute;
			top: 34px;
			left: 9px;
			line-height: 40px;
			background: url(images/menu-bar.gif) repeat-x;
			z-index: 1000;
		}
		#head #navigation ul {
			list-style: none;
			margin: 0;
			padding: 0 5px;
		}
		#head #navigation li {
			float: left;
			padding: 0 5px;
		}
		#head #navigation li a {
			float: left;
			display: block;
			text-decoration: none;
			font-size: 1em;
			color: #ffe2b0;
		}
		#head #navigation li a:hover { color: #FFF; }
		#head #navigation li.current_page_item {
			background: url(images/menu-light.png) top no-repeat;
		}
		#head #navigation li.current_page_item a {
			color: #FFF;
		}
		
		#head #navigation #lefts,
		#head #navigation #rights {
			width: 9px;
			height: 40px;
			position: absolute;
			background-image: url(images/sprite.png);
		}
		#head #navigation #lefts { background-position: -813px -111px; left: -9px; }
		#head #navigation #rights { background-position: -813px -151px; right: -9px; }

#promo {
	height: 50px;
	position: relative;
	margin-bottom: 30px;
	cursor: default;
}
body.home #promo { height: 315px; }

	#promo #intro {
		width: 360px;
		color: #FFF;
		position: absolute;
		top: 40px;
		right: 0;
	}
	#promo #intro h1 { color: #FFF; padding-bottom: 20px; font-weight: normal; }
	#promo #intro p { line-height: 1.4em; }
	#promo #intro a.more {
		right: -30px;
		top: 60px; 
	}
	#promo #intro:hover a.more { background-position: -19px 0; }
	
	#promo .slide {
		width: 504px;
		height: 269px;
		margin: 17px 0 0 -8px;
		position: relative;
		background: url(images/sprite.png) 0 -471px;
	}
	#promo .slide div {
		position: absolute;
		bottom: 10px;
		width: 360px;
		height: 80px;
		right: -390px;
	}
	#promo .slide img { margin: 7px 0 0 15px; }
	#promo .slide div h3 { padding-bottom: 10px; }
	#promo .slide div p { color: #a4a4a4; font-size: 1em; }
	
	#promo h2 { text-indent: -999em; display: block; padding: 0; margin: 5px 0 0; }
	#promo h2 a { display: block; height: 40px; }

	#promo h2#chi-siamo { background: url(images/title_chisiamo.png) no-repeat; width: 408px; height: 33px; }
	#promo h2#portfolio { background: url(images/title_portfolio.png) no-repeat; width: 412px; height: 34px; }
	#promo h2#contatti { background: url(images/title_contatti.png) no-repeat; width: 314px; height: 32px; }
	#promo h2#blog { background: url(images/title_blog.png) no-repeat; width: 369px; height: 40px; }

/***** Columns *****/
.full { padding: 20px 0; }
.col1 { width: 600px; margin: 30px 0 50px; }
.col2 { width: 215px; margin: 20px 0; }
.col3 { width: 215px; border-left: 1px solid #f0f0f0; margin: 20px 0; padding-left: 25px; }

.full, .col1 { min-height: 500px; }

#content-slider {
	width: 887px;
	background: url(images/cslider-y.gif) repeat-y;
	position: relative;
	top: 60px;
	padding: 45px 0;
	margin-bottom: 100px; /* <--- */
}
	
	/* Tabs */
	#content-slider ul#anchor {
		list-style: none;
		position: absolute;
		top: -47px;
		left: 20px;
		line-height: 55px;
		padding: 0;
		margin: 0;
	}
	#content-slider ul#anchor li {
		float: left;
		background-image: url(images/sprite.png);
		margin: 0 2px;
		width: 207px;
	}
	#content-slider ul#anchor li a {
		display: block;
		text-indent: -999em;
		color: #ffe2b0;	
	}
	#content-slider ul#anchor li.selected {
		width: 211px;
		margin-top: -8px;
	}
	#content-slider .dock {
		height: 290px;
		overflow: hidden;
	}
	#content-slider .panel {
		position: relative;
		margin: 0 35px;
		width: 815px;
		background: #FFF;
	}

	/* Content */
	#content-slider .panel h2 {
		font-size: 1.4em;
		padding-bottom: 25px;
	}
	#content-slider .panel p {
		line-height: 1.6em;
		padding-bottom: 30px;
	}
	#content-slider .panel p.narrow {
		width: 85%;
	}
	#content-slider .panel img.right {
		padding: 0 35px 15px 60px;
	}
	#content-slider .panel img.left {
		padding: 0 40px 20px 0;
	}
	#content-slider .panel img.bigger {
		padding-bottom: 65px;
	}
	
	/***** Tabs headings *****/
	ul#anchor li#webdesign { background-position: -642px -340px; }
	ul#anchor li#marketing { background-position: -642px -395px; }
	ul#anchor li#applicativi { background-position: -642px -450px; }
	ul#anchor li#supporto { background-position: -642px -505px; }
	
	/* hover */
	ul#anchor li#webdesign:hover { background-position: -849px -340px; }
	ul#anchor li#marketing:hover { background-position: -849px -395px; }
	ul#anchor li#applicativi:hover { background-position: -849px -450px; }
	ul#anchor li#supporto:hover { background-position: -849px -505px; }
	
	/* selected */
	ul#anchor li#webdesign.selected { background-position: -1056px -332px; }
	ul#anchor li#marketing.selected { background-position: -1056px -387px; }
	ul#anchor li#applicativi.selected { background-position: -1056px -442px; }
	ul#anchor li#supporto.selected { background-position: -1056px -497px; }
	
	#content-slider .top, #content-slider .bottom {
		width: 100%;
		background-image: url(images/cslider-round.gif);
		position: absolute;
	}
	#content-slider .top { top: 0; height: 10px; background-position: 0 0; }
	#content-slider .bottom { bottom: 0; height: 16px; background-position: 0 -10px; }
	#content-slider a.next { right: -40px; top: 150px; background-position: 0 -19px; }
	#content-slider a.prev { left: -40px; top: 150px; background-position: 0 -38px; }
	#content-slider a.next:hover { background-position: -19px -19px; }
	#content-slider a.prev:hover { background-position: -19px -38px; }



#social, #formal { width: 100%; border-top: 1px solid #eaeaea; }
#social { padding: 35px 0; background: #FFF; }
#formal { padding: 20px 0 40px 0; background: #f3f3f3; }
#social .wrap, #formal .wrap { width: 887px; margin: 0 auto; }

#social #testimonials { 
	width: 470px;
	cursor: default;
	float: left;
}
.project #testimonials{
	float: left;
}
	#social #testimonials blockquote {
		color: #797979;
		font-size: 1.1em;
		font-style: normal;
		padding: 0;
	}
.tweet_img {position:relative; float:left; padding:10px;}
#social #tweet {
	width: 354px;
	height: 100px;
	background: url(images/sprite.png) -359px -111px;
	float: right;
	position: relative;
}
	#social #tweet p {
		font-size: .9em;
		color: #6f6f6f;
		padding: 9px 5px 0 13px;
		font-style: italic;
	}


	#social #tweet a#follow {
		position: absolute;
		background: url(images/tweet_follow.gif) no-repeat;
		height: 24px;
		width: 24px;
		text-indent: -999em;
		right: 12px;
		bottom: -10px;
	}

#formal p {
	font-size: .8em;
	color: #545454;
	font-weight: bold;
	padding: 8px 0 5px 40px;
	background: url(images/wp.gif) left no-repeat;
}
#formal span {
	padding-left: 40px;
	font-size: .7em;
}

/* js disabled stuff */
#social #testimonials blockquote { display: none; }
#promo .slide { display: none; }
#social #testimonials blockquote:first-child { display: block; }
#promo .slide:first-child { display: block; }

/* facebox */
#facebox .b { background: url(images/b.png); }
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { background-image: url(images/facebox.png); }
#facebox .tr { background-position: 0 0; }
#facebox .tl { background-position: -10px 0; }
#facebox .bl { background-position: -10px -10px; }
#facebox .br { background-position: 0 -10px; }
#facebox { position: absolute; top: 0; left: 0; z-index: 100; text-align: left; }
#facebox .popup { position: relative; }
#facebox table { border-collapse: collapse; }
#facebox td { border-bottom: 0; padding: 0; }
#facebox .body { padding: 10px; background: #fff; width: 370px; }
#facebox .loading { text-align: center; }
#facebox .image { text-align: center; }
#facebox img { border: 0; margin: 0; }
#facebox .footer { border-top: 1px solid #DDDDDD; padding-top: 5px; margin-top: 10px; text-align: right; }
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { height: 10px; width: 10px; overflow: hidden; padding: 0; }
#facebox_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; }
.facebox_hide { z-index:-100; }
.facebox_overlayBG { background-color: #000; z-index: 99; }
* html #facebox_overlay { /* ie6 hack */ position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

/* table consulting */
table#plans {
  	border: 1px solid #cfcfcf;
  	margin: 20px 0 10px 0; }

table#plans thead {
  	background-color: #ececec;
  	border-bottom: 2px solid #cfcfcf; }

table#plans th,
table#plans td {
  	border-right: 1px solid;
  	font-size: .925em;
  	padding: 20px 0 20px 20px;
  	text-align: left;
  	width: 220px; }

table#plans th {
	border-right-color: #cfcfcf; }

table#plans td {
  	background: #f6f6f6;
  	border-right-color: #cfcfcf; }

table#plans td.last {
  	border-right: 0 none; }

table#plans td sup {
	font-style: italic;
	font-size:xx-small; 
	vertical-align:top;
	color:#666; }

table#plans th.most_popular {
  	border-left:8px solid #FF6C29;
  	border-right:8px solid #FF6C29;
  	border-top:8px solid #FF6C29;
  	border-bottom:none;
  	background: #f5f5f5; }

table#plans thead th h4 {
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: left; }

table#plans thead th h4 em {
	color: #000;
	text-shadow: 1px 1px 0 #fff; }

table#plans thead th em.tagline {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: left; }

table#plans thead th h5 {
	text-shadow: 1px 1px 0 #fff;
	font-size: 18px;
	font-weight: lighter;
	line-height: 22px;
	text-align: left; }

table#plans thead th h5 em {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  	color: #666;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 15px;
  	vertical-align: top; }

table#plans td.most_popular {
  	border-left:8px solid #FF6C29;
  	border-right:8px solid #FF6C29;
  	border-top:none;
  	border-bottom:none;
    background: #fff; }

table#plans td.border {
	border-bottom:8px solid #FF6C29; }

table#plans th img,
table#plans td img {
  	margin-right: 8px; }

table#plans td p {
  	margin-right: 10px; }

table#plans td ul {
  	list-style: none;
  	margin:0; }

table#plans td ul li strong {
  	font-size: 1.2em; }

li.icon-mg{
padding:10px 10px 10px 41px;
background: url(images/icons/mg.png) 0 0 no-repeat;
}

li.icon-wp{
padding:10px 10px 10px 41px;
background: url(images/icons/wp.png) 0 0 no-repeat;
}

li.icon-jm {
padding:10px 10px 10px 41px;
background: url(images/icons/jm.png) 0 0 no-repeat;
}

li.icon-dp {
padding:10px 10px 10px 41px;
background: url(images/icons/dp.png) 0 0 no-repeat;
}

#nav-commerce { width:300px; position: absolute; top:74px; left: 20px; height: 24px; padding: 0px 0 3px 0; /* border: 1px solid #FFE2B0; border-top: none; -moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px; */ background: url(images/bg_nav_e.png) no-repeat bottom left;  }
#nav-commerce ul { padding: 0 0 20px 12px; }
#nav-commerce ul li { float: left; margin: 0 4px; display: block; }
#nav-commerce ul li span { color: #ffe2b0; }
#nav-commerce ul li a { color: #FFE2B0; text-decoration: none; font-size: 12px; }
#nav-commerce ul li a:hover { color: #fff; text-decoration: none;  }

#tweeter { display: block; position: absolute; top: 43px; left:310px; z-index: 10; }
#tweeter a { display: block; width:250px; height:110px; background: url(images/tweeter.png) no-repeat top right; z-index: 10; }
#tweeter a:hover { background: url(images/tweeter_over.png) no-repeat top right; }

#qtranslate-3 { clear:left; margin-bottom:10px; padding: 10px 0 20px 0; }
.qtrans_language_chooser li { float:left; margin:5px; }


.alignleft  { float: left; margin-right:10px; }

.alignright  { float: right; margin-left:10px; }
.green {color:green !important}
.magento {font-weight: bold; font-size: 1.1em; color: red; padding:10px 0 25px 40px; background:url(images/icons/mg.png) no-repeat top left; }
.facebook{}

.red{color:red !important}

			#cloud1{ position:absolute; top:200px; left: -150px; z-index:5; }
			#cloud2{ position:absolute; top:40px; left: -250px; z-index:4; }
			#cloud3{ position:absolute; top:70px; left: -100px; z-index:3; }


/*NOTIFICATION BOX - NO DESCRIPTION */

.notification {
	min-height: 70px;
	width: 580px;
	display: block;
	position: relative;
	
	/*Border Radius*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	
	/*Box Shadow*/
	-moz-box-shadow: 2px 2px 2px #cfcfcf;
	-webkit-box-shadow: 2px 2px 4px #cfcfcf;
	box-shadow: 2px 2px 2px #cfcfcf;
	
	margin-bottom: 30px;
}

.notification span {
	background: url(../images/close.png) no-repeat right top;
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top:-9px;
	right: -8px;
}

.notification .text {
	overflow: hidden;
	
}

.notification p {
	width: 500px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	float: right;
	margin-right: 15px;
	*margin-top: 15px; /*for lt IE8*/
	
	
	/* TEXT SHADOW */
	 text-shadow: 0px 0px 1px #f9f9f9;
}

/*Auto Width Rules*/

.autoWidth{
	width: auto;	
}

.autoWidth p {
	width: auto;
	float: left;	
}



/*SUCCESS BOX*/

.success {
	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;
	
	/*Background Gradients*/
	background: #dff3a8;
	background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
	background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
}

.success:before {
	content: url(../images/success.png);
	float: left;
	margin: 23px 15px 0px 15px;
}

.success strong {
	color: #61b316;
	margin-right: 15px;
}


/*WARNING BOX*/

.warning {
	border-top: 1px solid #fefbcd;
	border-bottom: 1px solid #e6e837;
	
	/*Background Gradients*/
	background: #feffb1;
	background: -moz-linear-gradient(top,#feffb1,#f0f17f);
	background: -webkit-gradient(linear, left top, left bottom, from(#feffb1), to(#f0f17f));
}

.warning:before {
	content: url(../images/warning.png);
	float: left;
	margin: 15px 15px 0px 25px;
}

.warning strong {
	color: #e5ac00;
	margin-right: 15px;
}


/*QUICK TIP BOX*/

.tip {
	border-top: 1px solid #fbe4ae;
	border-bottom: 1px solid #d9a87d;
	
	/*Background Gradients*/
	background: #f9d9a1;
	background: -moz-linear-gradient(top,#f9d9a1,#eabc7a);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9d9a1), to(#eabc7a));
}

.tip:before {
	content: url(../images/tip.png);
	float: left;
	margin: 20px 15px 0px 15px;
}

.tip strong {
	color: #b26b17;
	margin-right: 15px;
}


/*ERROR BOX*/

.error {
	border-top: 1px solid #f7d0d0;
	border-bottom: 1px solid #c87676;
	
	/*Background Gradients*/
	background: #f3c7c7;
	background: -moz-linear-gradient(top,#f3c7c7,#eea2a2);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3c7c7), to(#eea2a2));
}

.error:before {
	content: url(../images/error.png);
	float: left;
	margin: 20px 15px 0px 15px;
}

.error strong {
	color: #b31616;
	margin-right: 15px;
}


/*SECURE AREA BOX*/

.secure {
	border-top: 1px solid #efe0fe;
	border-bottom: 1px solid #d3bee9;
	
	/*Background Gradients*/
	background: #e5cefe;
	background: -moz-linear-gradient(top,#e5cefe,#e4bef9);
	background: -webkit-gradient(linear, left top, left bottom, from(#e5cefe), to(#e4bef9));
}

.secure:before {
	content: url(../images/secure.png);
	float: left;
	margin: 18px 15px 0px 15px;
}

.secure strong {
	color: #6417b2;
	margin-right: 15px;
}

/*INFO BOX*/

.info {
	border-top: 1px solid #f3fbff;
	border-bottom: 1px solid #bedae9;
	
	/*Background Gradients*/
	background: #e0f4ff;
	background: -moz-linear-gradient(top,#e0f4ff,#d4e6f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#d4e6f0));
}

.info:before {
	content: url(../images/info.png);
	float: left;
	margin: 18px 15px 0px 21px;
}

.info strong {
	color: #177fb2;
	margin-right: 15px;
}

/*MESSAGE BOX*/

.message {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #d7d7d7;
	
	/*Background Gradients*/
	background: #f0f0f0;
	background: -moz-linear-gradient(top,#f0f0f0,#e1e1e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e1e1e1));
}

.message:before {
	content: url(../images/message.png);
	float: left;
	margin: 25px 15px 0px 15px;
}

.message strong {
	color: #323232;
	margin-right: 15px;
}

/*DONWLOAD BOX*/

.download {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #eeeeee;
	
	/*Background Gradients*/
	background: #f7f7f7;
	background: -moz-linear-gradient(top,#f7f7f7,#f0f0f0);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f0f0f0));
}

.download:before {
	content: url(../images/download.png);
	float: left;
	margin: 16px 15px 0px 18px;
}

.download strong {
	color: #037cda;
	margin-right: 15px;
}

/*PURCHASE BOX*/

.purchase {
	border-top: 1px solid #d1f7f8;
	border-bottom: 1px solid #8eabb1;
	
	/*Background Gradients*/
	background: #c4e4e4;
	background: -moz-linear-gradient(top,#c4e4e4,#97b8bf);
	background: -webkit-gradient(linear, left top, left bottom, from(#c4e4e4), to(#97b8bf));
}

.purchase:before {
	content: url(../images/purchase.png);
	float: left;
	margin: 19px 15px 0px 15px;
}

.purchase strong {
	color: #426065;
	margin-right: 15px;
}

/*PRINT BOX*/

.print {
	border-top: 1px solid #dde9f3;
	border-bottom: 1px solid #8fa6b2;
	
	/*Background Gradients*/
	background: #cfdde8;
	background: -moz-linear-gradient(top,#cfdde8,#9eb3bd);
	background: -webkit-gradient(linear, left top, left bottom, from(#cfdde8), to(#9eb3bd));
}

.print:before {
	content: url(../images/print.png);
	float: left;
	margin: 19px 15px 0px 15px;
}

.print strong {
	color: #3f4c6b;
	margin-right: 15px;
}

