/* PRODUCT HEADERS */
#product_blog .page_header {
	background: url( ../images/ipblog/ipblog_header.jpg ) no-repeat;
}

#product_gallery .page_header {
	background: url( ../images/ipgallery/ipgallery_header.jpg ) no-repeat;
}

#product_downloads .page_header {
	background: url( ../images/ipdownloads/ipdownloads_header.jpg ) no-repeat;
}

#product_chat .page_header {
	background: url( ../images/ipchat/ipchat_header.jpg ) no-repeat;
}

#product_chat_plans .page_header {
	background: url( ../images/ipchat/ipchatplans_header.jpg ) no-repeat;
}

#product_content .page_header {
	background: url( ../images/ipcontent/ipcontent_header.jpg ) no-repeat;
}

/*#product_nexus .page_header {
	background: url( ../images/ipnexus/ipnexus_header.jpg ) no-repeat;
}*/

#product_nexus_features .page_header {
	background: url( ../images/ipnexus/nexus_features_header.jpg ) no-repeat;
}

/* PRODUCT HOMEPAGES */
#product_info {
	float: left;
	width: 491px;
	margin-left: -30px;
	padding: 15px 0 0 30px;
	background: #eaf3f8 url( ../images/addons/addon_info_bg.png ) repeat-x;
	height: 222px;
	position: relative;
	text-shadow: #fff 1px 1px 1px;
}
	
	#product_info #features_link {
		position: absolute;
		top: 23px;
		right: 0px;
	}
	
	#product_info h2 {
		margin-bottom: 15px;
	}
	
	#product_info li {
		margin-bottom: 12px;
		width: 240px;
	}
	
		#product_info li img {
			margin: 3px 10px 10px 0;
		}
	
	#product_info #action {
		position: absolute;
		bottom: 12px;
		display: block;	
	}
		
		#product_info #action .info {
			font-size: 12px;
			font-weight: normal;
			position: relative;
			top: -1px;
			color: #698493;
		}
		
			#product_info #action a {
				color: #698493;
			}
		
		#product_info #action .price {
			font-size: 18px;
			font-weight: bold;
			color: #09293d;
		}
		
		#product_info #action p {
			font-size: 11px;
			line-height: 140%;
			margin-top: 2px;
			color: #5a7380;
		}
		
	#button_buy {
		width: 159px;
		height: 36px;
		background: url( ../images/addons/button_buynow.png ) no-repeat top;
		margin-right: 15px;
	}
	
		#button_buy:hover {
			background: url( ../images/addons/button_buynow.png ) no-repeat bottom;
		}

#screenshot {
	float: right;
	margin-right: -30px;
}

.whats_new {
	width: 280px;
	margin-right: 40px;
	border-right: 1px solid #dbdbdb;
}

.uses_block {
	width: 270px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

	.uses_block.last {
		margin-right: 0;
	}

.product_uses { 
	width: 580px;
}

	.product_uses h3 {
		margin-bottom: 5px;
		font-size: 15px;
	}

/* chat specific */
#product_chat #product_info {
	height: 138px;
	padding-top: 25px;
	background-image: url( ../images/addons/chat_info_bg.png );
}

#product_chat #button_buy, #product_chat #button_buy:hover {
	background-image: url( ../images/ipchat/button_buynow_chat.png );
}

#button_freeplan {
	width: 159px;
	height: 36px;
	background: url( ../images/ipchat/button_freeplan.png ) no-repeat top;
	margin-right: 15px;
}

	#button_freeplan:hover {
		background: url( ../images/ipchat/button_freeplan.png ) no-repeat bottom;
	}

#chat_plans_wrap {
	background: url( ../images/ipchat/chat_plans_bg.jpg ) no-repeat;
	height: 283px;
	margin: 0 -30px;
	position: relative;
	border-bottom: 1px solid #c3d0d8;
}

	#chat_plans_info {
		width: 470px;
		padding: 20px 0 0 30px;
	}
	
	#paid_plans {
		position: absolute;
		bottom: 32px;
		right: 24px;
	}
	
	#paid_plans li a {
		width: 381px;
		height: 63px;
		display: block;
		background: url( ../images/ipchat/chat_price_block.png ) no-repeat bottom;
		text-indent: -2000em;
		margin: 0 0 10px;
		position: relative;
	}
	
	#paid_plans li a:hover {
		background-position: top;
	}
	
#paid_plans .info, #paid_plans .price {
	height: 32px;
	position: absolute;
	top: 16px;
	display: block;
	background-image: url( ../images/ipchat/chat_prices_on.png );
	background-repeat: no-repeat;
}

	#paid_plans .info { left: 15px; width: 68px; }
	#paid_plans .price { right: 15px; width: 101px; }

	#paid_plans a:hover .info, #paid_plans a:hover .price { 
		background-image: url( ../images/ipchat/chat_prices_off.png );
	}

#p20 .info { 	background-position: left -66px; }
#p20 .price {	background-position: right -66px; }
#p50 .info {	background-position: left -34px; }
#p50 .price {	background-position: right -34px; }
#p250 .info { 	background-position: left 0; }
#p250 .price { 	background-position: right 0; }

/* IP.CONTENT SPECIFIC */
#content_tabs {
	background: #0c2e43 url( ../images/ipcontent/ipcontent_tab_bg.png ) repeat-x;
	height: 77px;
	margin: -30px -30px 30px;
	position: relative;
}

	#content_tabs ul {
		position: absolute;
		bottom: 0px;
		left: 4px;
	}
	
	#content_tabs li {
		float: left;
		font-size: 14px;
		margin: 0 2px;
	}
	
		#content_tabs li a {
			padding: 15px 20px;
			background: #b3c6d1 url( ../images/ipcontent/ipcontent_tab.png ) repeat-x bottom;
			display: block;
			color: #555c62;
			outline: 0;
			text-shadow: #d6e3ea 1px 1px 1px;
		}
	
		#content_tabs li.active {
			border: 1px solid #c3d0d8;
			border-bottom: 0;
			font-weight: bold;
		}
		
			#content_tabs li.active a {
				background: #fbfbfb;
				padding: 15px 25px;
				text-shadow: none;
			}
			
#product_content_features .addon_sidebar {
	margin-top: -50px;
	z-index: 2000;
	position: relative;
}

	#product_content_features .addon_sidebar li {
		margin: 5px 20px 25px 5px;
	}
	
	#product_content_features #buy {
		background: #e7f2f7;
		border-top: 1px solid #c2dce9;
		font-size: 18px;
		font-weight: bold;
		padding: 8px;
		line-height: 37px;
		text-align: center;
	}
	
#product_content #product_info {
	height: 45px;
	float: left;
	width: 491px;
	margin-left: -30px;
	padding: 15px 0 0 30px;
	background: #eaf3f8 url( ../images/ipcontent/content_info_bg.png ) repeat-x;
	position: relative;
	text-shadow: #fff 1px 1px 1px;
}

#content_feature_sidebar li {
	margin-bottom: 20px;
}

/* ======================================== */
/* PRODUCT FEATURES HEADERS */
#blogfeatures_header {
	background: url( ../images/ipblog/blogfeatures_header.jpg ) no-repeat;
}

#galleryfeatures_header {
	background: url( ../images/ipgallery/galleryfeatures_header.jpg ) no-repeat;
}

#product_content_features .page_header {
	background: url( ../images/ipcontent/features_header.jpg ) no-repeat;
	height: 113px;
}

/* PRODUCT FEATURES PAGES */
.addon_main {
	width: 636px;
	z-index: 2000;
	position: relative;
}

	.addon_main h2 {
		margin-bottom: 5px;
	}
	
	.addon_main p {
		line-height: 150%;
	}
	
	.addon_main .intro {
		background: #e9f1f5 url( ../images/addons/addon_intro_shadow.png) repeat-y right;
		margin: 0 -30px 0px -30px;
		padding: 30px;
	}
		
		.addon_main .intro p {
			color: #1f333e !important;
		}
		
	.addon_main img.right {
		margin-right: -30px;
	}
	
.addon_sidebar {
	float: right;
	width: 267px;
	background: url( ../images/addons/addon_sidebar_bg.png ) repeat-y left;
	border-top: 0px;
	padding: 20px 0 0 45px;
	margin-right: -30px;
}
	
	.addon_sidebar h2 {
		margin-bottom: 10px;
	}
	
	.addon_sidebar h3 {
		margin-bottom: 5px;
	}
	
	.addon_sidebar strong {
		font-size: 15px;
		line-height: 200%;
	}
	
	.addon_sidebar li {
		line-height: 180%;
		margin-left: 23px;
	}
	
	.addon_sidebar .bottom {
		background: url( ../images/addons/addon_sidebar_bg_bottom.png ) no-repeat;
		height: 58px;
		margin: 0px 0 0 -45px;
		position: relative;
		top: 58px;
	}

.dl_features {
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/*---------------------------------------*/
/* Nexus features menu					 */

.features_menu {
	margin: 0px 0 0 -30px;
	width: 250px;
	float: left;	
}

.features_menu ul {
	background: #f4f7f9;
	border-right: 1px solid #dbe5ec;
	border-bottom: 1px solid #dee7ed;
}

.features_menu li {
	padding: 14px 15px;
}
	
	.features_menu li.active, .features_menu li.active.section {
		background: #fbfbfb;
		border-top: 1px solid #dbe5ec;
		border-bottom: 1px solid #dbe5ec;
		margin-right: -1px;
		padding-left: 25px;
		font-weight: bold;
	}
	
		.features_menu li.active a {
			color: #555c62;
		}
	
	.features_menu li.section {
		font-weight: bold;
		background: #eaf0f4;
		border-top: 1px solid #dee7ed;
	}
	
	.features_menu img {
		margin-right: 8px;
		vertical-align: middle;
		display: none;
	}
	
.features_content {
	width: 670px;
	float: left;
	padding: 20px;
	margin-right: -30px;
}

	.features_content h2.feature_name {
		color: #000;
		font-size: 18px;
		margin-bottom: 5px;
	}
	
#nexus_screenshots {
	/*background: #fff;
	-mz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);*/
	padding: 0 10px;
	width: 277px;
}

.ss_thumb {
	padding: 2px;
	border: 1px solid #d0d0d0;
	margin-bottom: 10px;
}
