/* ---------------------------------------------------- */
/*		Basic Elements
/* ---------------------------------------------------- */

body {
	background: #e2e2e2 url(../img/bg-body.jpg) repeat;
	color: #333333;
	font: 11px/1.5 Arial,"Helvetica Neue",Helvetica,sans-serif;
}

a {
	color: #0099cc;
	text-decoration: underline;
}

	a:hover { color: #5e5c5c; }

hr {
	background: #fff;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #e3e1d9;
	height: 2px;
	margin-bottom: 5px !important;
}
	/* Webkit Fix */
	@media screen and (-webkit-min-device-pixel-ratio:0){hr {height: 1px;}}

dl { margin: 0 0 10px; }
	
	dt {
		float: left;
		font-weight: bold;
		margin-right: 3px;
	}
	
		dd { margin: 0 0 1px; }

/* ---------------------------------------------------- */
/*		Generic Classes
/* ---------------------------------------------------- */

.white { color: white; }

.red { color: red; }

.green { color: green; }

.align-center { margin: 0 auto; text-align: center; }

.align-left { float: left; text-align: left; }

.align-right { float: right; text-align: right; }

/* ---------------------------------------------------- */
/*		Misc Classes
/* ---------------------------------------------------- */

.container {
	margin:auto;
	position: relative;
	width: 960px;
}

.zoom a {
	float: left;
	position: relative;
}

	.zoom a span {
		bottom: 7px;
		display: none;
		margin: 0 25px 19px 0;
		right: 7px;
		position: absolute;
		
	}

		.zoom.align-right a span { margin: 0 0 19px 15px; }
		.zoom.align-left a span { margin: 0 15px 19px 0; }
	
hr.full {
	margin-left: -20px;
	margin-right: -20px;
}

ul.arrow { list-style: none; }

	ul.arrow li { margin: 0; }
	
		ul.arrow li a {
			background: url(../img/categories-arrow.png) no-repeat 0 5px;
			display: block;
			padding: 0 0 0 12px;
		}

dl.horizontal dd {
	float: left;
	margin: 0 5px 0 0;
}

	dd .separator { font-weight: bold; }

/* ---------------------------------------------------- */
/*		Forms
/* ---------------------------------------------------- */

.form .input {
	background: #f9f9f9 url(../img/input-bg.png) repeat-x;
	color: #77746E;
	border: 1px solid #d9d9d9;
	font: 11px/1.7 Arial,Helvetica,sans-serif;
	padding: 8px 10px;
}

.form textarea.input { background: #f9f9f9 url(../img/textarea-bg.png) repeat-x; }

	.form input:hover, .form input:focus, .form textarea:hover, .form textarea:focus { color: #5c5c5c; }

	.form .placeholder {
		color: #adacab !important;
		font-style: italic !important;
	}

.form .submit {
	background: #f3f3f3 url(../img/button-bg.png);
	border: 1px solid #e1dddd;
	color: #797474;
	cursor: pointer;
	float: right;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	height: 31px;
	padding: 0 20px;
}
	
	.form .submit:hover { background: #f3f3f3 url(../img/button-bg-hover.png); }

#comment-form  {
	color: #77746e;
	padding: 15px 20px;
}
	
	#comment-form .input_block {
		float: left;
		margin-right: 60px;
		width: 214px;
	}
	
		#comment-form .input_block input {
			height: 15px;
			padding: 5px 6px;
			width: 200px;
		}
		
		#comment-form .input_block p, #comment-form .textarea_block p { margin-bottom: 20px; }

		#comment-form .input_block label, #comment-form .textarea_block label {
			cursor: pointer;
			display: block;
			font-weight: bold;
			margin: 0 2px 3px;
		}

			#comment-form .input_block label span, #comment-form .textarea_block label span { font-weight: normal; }

	#comment-form .textarea_block {
		float: right;
		margin-top: -5px;
		width: 384px;
	}

		#comment-form .textarea_block textarea {
			height: 150px;
			margin-bottom: -5px;
			padding: 5px 6px;
			width: 370px;
		}
		
		#comment-form .textarea_block label { margin: 0 2px 2px; }

/* ---------------------------------------------------- */
/*		Header
/* ---------------------------------------------------- */

#header-top {
    
 	color: #666666;
	height: 25px;
	padding-bottom:5px;
	z-index:99999999;
}
.headergdpicture{
background: url(../img/header_gdpicture_bg.png) no-repeat scroll 0 0;
height:30px;}

		#header-top .rss-icon {
			position: absolute;
			right: 19px;
			top: 0;
		}

		#header-top .left { float: left; }
		
		#header-top .right {
			float: right;
			padding-right: 0px;
		}
	
			#header-top a { text-decoration: none;
			color:#FFF; }
	
				#header-top a:hover { text-decoration: none;
				color:#0099cc;}

#header {
	
	height: 90px;
	overflow: hidden;
	padding-bottom:10px;
	padding-top:10px;
	}

	#logo {
		float: left;
		margin: 0px 0 0 0;
	}
	
	#header-ads {
		float: right;
		margin: 0px 0 0 0;
	}
#header .container p
, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote {
    margin-bottom: 0px;
}
/* ---------------------------------------------------- */
/*		Navigation &amp; Search
/* ---------------------------------------------------- */

#nav {
/*	border-bottom: 1px solid #8A9295;
	border-top: 1px solid #8a9295;
	background: #333333;*/
	height: 50px;
	position: relative;
	z-index: 2;
}
#nav h2 {
color:#333;
}

	#nav ul {


	}

		#nav li {
			float: left;
			position: relative;

		}
	
			#nav li.active { 
			background: url("../img/pagination-active-bg.png") repeat-x scroll 0 0 #F3F3F3;
			margin: 0 15px 0 10px; }
			
			#nav li:first-child { margin-left: 0;border: medium none; }
		
			#nav li a {
				color: #333;
				display: block;
				font-size: 12px;
				font-weight: bold;
				padding: 15px 18px;
				text-decoration: none;
			}
			
				#nav li.active a, #nav li a:hover, #nav li.hover a {
					background: url(../img/menu_item_hover.png) repeat-x scroll top left #F3F3F3;
					color: #333;
					display: block;
				}
				
			/** Dropdowns **/

			#nav ul li:hover > ul { display: block; }

			#nav ul ul {

			}

				#nav ul ul li {
					display: block;
					float: none;
					height: auto;
					margin: 0;
					padding: 0;
				}

					#nav ul ul li a, #nav li.active ul ul li a {
						background: url(../img/nav-arrow-active.png) no-repeat 12px 12px !important;
						color: #333;
						display: block;
						font-size: 11px;
						font-weight: normal;
						height: auto;
						line-height: 20px;
						min-height: 20px;
						padding: 3px 3px 3px 21px;
					}

						#nav ul ul li a:hover, #nav li.active ul ul li a:hover {
							background: #333) url(../img/nav-arrow.png) no-repeat 12px 12px !important; /* For IE */
							background: #333 url(../img/nav-arrow.png) no-repeat 12px 12px !important;
							color: #fff !important;
							font-weight: bold !important;
							padding: 3px 3px 3px 18px;
						}

				/* Submenu */

				#nav ul ul ul {
					left: 155px;
					top: 5px;
				}

	#search {
		float: right;
		margin: 17px 0 0 0;
	}
	#search_top {
		float: right;
		margin: -2px 0 0;
        padding: 6px 14px 6px 6px;
	}
	#search_select {

		font-size:10px;
		color:#666;
		width:170px;
		padding-right:125px;
	}
	
		#search .input {
			background: #f2f2f2 url(../img/input-bg.png) repeat-x;
			border: 1px solid #e0d9d9;
			color: #b2a8a8;
			font: 11px/1.7 Arial,Helvetica,sans-serif;
			height: 15px;
			padding: 5px 8px 5px;
			width: 180px;
		}
		
			#search .input:focus {
				color: #77746E;
				border: 1px solid #c7c1c1;
			}
		
		#search .submit {
			background: #ff9933;
			border: 0;
			color: #fff;
			cursor: pointer;
			font: 12px/1.7 Arial,Helvetica,sans-serif;
			font-weight: bold;
			height: 22px;
			margin-left: 6px;
			padding: 0 8px 2px;
		}
		
			#search_top .input {
			background: #f2f2f2 url(../img/input-bg.png) repeat-x;
			border: 1px solid #cccccc;
			color: #0099CC;
			font: 11px/1.7 Arial,Helvetica,sans-serif;
			height: 15px;
			padding: 5px 8px 5px;
			width: 180px;
		}
		
			#search_top .input:focus {
				color: #77746E;
				border: 1px solid #c7c1c1;
			}
		
		#search_top .submit {
	background: #f3f3f3 url(../img/search_button_bg.png);
	border: 1px solid #ccc;
	color: #333 !important;
	cursor: pointer;
	float: right;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	height: 44px;
	padding: 0 20px;
	text-decoration: none;
	margin-left:10px;
	
		}
		#search_top .submit:hover {
	background: #f3f3f3 url(../img/search_button_hover.png);
	
		}
		
		
#nav-shadow {
	background: url(../img/nav-shadow.png) repeat-x;
	height: 115px;
	margin-bottom: -105px;
}

/* ---------------------------------------------------- */
/*		Slider
/* ---------------------------------------------------- */

#slider {
	margin: 10px 0 20px;
	position: relative;
	z-index: 1;
}

	#slider ul {
					-moz-box-shadow: 0px 0px 5px #999;
	                -webkit-box-shadow: 0px 0px 5px #999;
					box-shadow: 0 0 5px #999999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=45, Color='#999999');
	
					list-style: none outside none;

	}

		#slider li {
			height: 330px;
			margin: 0;
			padding: 9px;
			position: relative;
		}
		
			#slider li .slide-info {
				top: 50px;
				color: #fff;
				left: 65px;
				padding: 15px 10px;
				position: absolute;
				width: 465px;
			}
			
				#slider li .slide-info h2 {
					letter-spacing: -1px;
					line-height: 29px;
					margin: 0;
					color:#0099cc !important;
				}
				
					#slider li .slide-info h2 a {
						color: #fff;
						text-decoration: none;
					}

						#slider li .slide-info h2 a:hover { text-decoration: underline; }
					
				#slider li .slide-info .meta { margin-bottom:12px; }
				
				#slider li .slide-info .meta, #slider li .slide-info .meta a { color: #dfdfdf; }

					#slider li .slide-info .meta a { text-decoration: underline; }

						#slider li .slide-info .meta a:hover { color: #b70e4f; }

				#slider li .slide-info .comments-count {
					color: #bfbdbd;
					float: left;
					font-weight: bold;
					margin-top:5px;
					text-decoration: none;
				}

					#slider li .slide-info .comments-count:hover { text-decoration: underline; }

				#slider li .slide-info .slider-button {
	background: #3399cc url(../img/submit_button-bg.png);
	box-shadow: 0 0 5px #0099cc;
	border: 1px solid #3399cc;
	color: #fff !important;
	cursor: pointer;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	padding:9px;
	text-decoration: none;
				}
	
					#slider li .slide-info .slider-button:hover { background: #3399cc url(../img/submit_button-bg_hover.png);color: #fff !important; }
					
	#sliderNav {
		bottom: 22px;
		position:absolute;
		right: 20px;
		z-index:99;
	}

		#sliderNav a {
			background: url(../img/slider_nav_normal.png) repeat-x scroll left top transparent;
			color: #fff;
			display: block;
			float: left;
			font-size: 12px;
			font-weight: bold;
			margin-left: 6px;
			padding: 3px 8px 3px 9px;
			text-decoration: none;
		}

			#sliderNav a.activeSlide {
				background: url(../img/slider_nav_active.png) repeat-x scroll left top transparent;
			}

/* ---------------------------------------------------- */
/*		Content
/* ---------------------------------------------------- */

#content {
	margin: 0;
	position: relative;
	z-index: 1;
}

	#content .ad { margin-bottom: 30px; }

	#content .box {
		background: #f8f7f6;
		margin-bottom: 15px;
	}

		#content .box-header {
			background: url(../img/entry_header_bg.png) repeat-x scroll top left;
			height: 43px;
			line-height: 43px;
			padding: 0 20px;
		}
		
			#content .box-header h6 {
				float:left;
				display: inline;
				font-size: 12px;
				margin: 0;
				color:#666666;
				padding-top:12px;
			}

		#content .box-footer {
			background: #f2f2f2 url(../img/box-footer-bg.png) repeat-x;

			
		}

/* ---------------------------------------------------- */
/*		Main
/* ---------------------------------------------------- */

#main {
	float: left;
	margin-right: 0px;
	width: 700px;
}

	#main .button {
		background: #f3f3f3 url(../img/button-bg.png) repeat-x;
		border: 1px solid #e1dddd;
		color: #797474;
		font-weight: bold;
		height: 10px;
		padding: 7px 15px;
		text-decoration: none !important;
		margin:2px;
	}
	
		#main .button:hover { background: #f3f3f3 url(../img/button-bg-hover.png) repeat-x; }
	
	#main .button3 {
		background: #f3f3f3 url(../img/button-bg.png) repeat-x;
		border: 1px solid #e1dddd;
		color: #0099CC;
		font-weight: bold;
		height: 10px;
		padding: 7px 15px;
		text-decoration: none !important;
		margin:4px;
	}
	
		#main .button3:hover { background: #f3f3f3 url(../img/button-bg-hover.png) repeat-x;
		color:#333333; }
		


	#main .entry {
		background: #f8f7f6;
		margin-bottom: 4px;
		overflow:hidden;
	}
	
		#main .entry-header {
			background: url(../img/entry_header_bg.png) repeat-x scroll top left;
			overflow: hidden;
			padding: 10px 20px 10px;
			position: relative;
		}
		
		#main .entry-header2 {
			background: #f2f2f2;
			overflow: hidden;
			padding: 10px 20px 10px;
			position: relative;
		}
		#main .entry-header2:hover {
			background: #e1e1e1;
			overflow: hidden;
			padding: 10px 20px 10px;
			position: relative;
			
		}
	
		#main .entry-footer {
			border-top: 1px solid #e3e1d9;
			overflow:hidden;
			padding: 15px 20px;
		}
	
			#main .entry-header a { text-decoration: none; }
	
				#main .entry-header a:hover { text-decoration: none;
				}
	
			#main .entry-header .meta, #main .entry-header .title  {
				float: left;
				width: 540px;
			}
			#main .entry-header2 .meta, #main .entry-header2 .title  {
				float: left;
				width: 540px;
			}
	
			#main .entry-header .title {
				letter-spacing: -0.2px;
				margin: 0;
				}
			#main .entry-header2 .title {
				letter-spacing: -0.2px;
				margin: 0;
				padding-top:14px;
			}
	
				#main .entry-header .title, #main .entry-header .title a { color: #FF9933; }
				#main .entry-header .title, #main .entry-header .title a:hover { color: #0099cc ; }
	
			#main .entry-header .meta { margin: 0 0 0 2px; }
	
				#main .entry-header .meta a {
					text-decoration: underline;
				}
	
				#main .collapsible .entry-header .meta, #main .collapsible .entry-header .title { width: 485px; }
				#main .collapsible .entry-header2 .meta, #main .collapsible .entry-header2 .title { width: 485px; }
	
			#main .entry-header .button {
				display: block;
				padding: 7px 15px 13px;
				position: absolute;
				right: 20px;
				
			}
			#main .entry-header2 .button {
				display: block;
				padding: 7px 15px 13px;
				position: absolute;
				right: 20px;
				
			}
	
		#main .entry-content {
			border-top: 1px solid #fff;
			overflow: hidden;
			padding: 15px 20px 15px;
		}
	
			#main .entry-image, #main .entry-title-image {
				float: left;
				margin: 0 10px 0 0;
			}
			#main .entry-image, #main .entry-title-image {
				float: left;
				margin: 0 10px 0 0;
			}
	
				#main .align-right .entry-image, #main .align-right.entry-image {
					margin: 0 0 15px 15px;
				}
				#main .align-left .entry-image, #main .align-left.entry-image {
					margin: 0 15px 15px 0;
				}
	
				#main .collapsible .zoom.align-right a span, #main .collapsible .zoom.align-left a span { margin-bottom: 14px; }
	
			#main .entry-title-image { margin: 6px 20px 0 0; }
	
			#main .entry-content p { margin-bottom: 10px; }
	
				#main .single .entry-content p, #main .collapsible .entry-content p { margin-bottom: 15px; }
	
			#main .entry-links, #comments .comment-links {
				list-style: none;
				margin-top: -5px;
			}
	
				#main .entry-links li, #comments .comment-links li {
					float: left;
					font-weight: bold;
					margin: 0;
				}
	
					#main .entry-links li a, #main .entry-links li .separator,
					#comments .comment-links li a, #comments .comment-links  li .separator {
						color: #878080;
						text-decoration: none;
					}
	
						#main .entry-links li a:hover, #comments .comment-links li a:hover {
							color: #0099cc;
							text-decoration: underline;
						}
	
					#main .entry-links li .separator, #comments .comment-links li .separator { margin: 0 7px 0 4px; }
	
	/** Single Entry Post **/
	
	#main .entry.single .post-rating {
		color: #797474;
		float: right;
		margin-top:-25px;
		text-align: center;
	}

		#main .entry.single .post-rating span.on, #main .entry.single .post-rating span.off {
			display: inline-block;
			height: 14px;
			width: 14px;
		}
		
		#main .entry.single .post-rating span.on { background: url(../img/rating-star-on.png) no-repeat; }
		#main .entry.single .post-rating span.off { background: url(../img/rating-star-off.png) no-repeat; }
		
		#main .entry.single .post-rating p { margin: -2px 0 0; }

	#main .entry.single .entry-image {
		float: none;
		margin-bottom: 15px;
	}
	
	#content .entry .box-footer { color: #333; }
	
		#content .entry .box-footer ul {
			list-style: none;
			margin: 0;
			overflow: hidden;
		}
		
			#content .entry .box-footer li {
				float: left;
				margin: 0;
			}
			
				#content .entry .box-footer li a { color: #878080; }
	
					#content .entry .box-footer li a:hover { color: #0099cc; }

		#content .entry .box-footer .social-links { margin: -7px 0 0; }
	
			#content .entry .box-footer .social-links li { margin-left: 10px; }
			
	#content .author-bio {
		background: #f9f9f9;
		border: 1px solid #d8d8d8;
		color: #52504d;
		margin-bottom: 30px;
		overflow: hidden;
		padding: 15px 20px;
	}
	
		#content .author-bio .avatar {
			background:#fff;
			border: 1px solid #c1c1c1;
			float: left;
			margin: 0 25px 0 0;
			padding: 4px;
		}
		
		#content .author-bio h4 {
			float:left;
			margin: 0 0 2px;
			width:523px;
		}
	
		#content .author-bio p { margin: 10px; }
		
		#content .author-bio .button {
			display: block;
			float: right;
			padding: 7px 15px 13px;
		}
		
/* ---------------------------------------------------- */
/*		Comments
/* ---------------------------------------------------- */

#comments {
	background: #f9f9f9;
	border: 1px solid #d8d8d8;
	color: #52504d;
	margin-bottom: 15px;
	overflow: hidden;
}

	#comments .box-header {
		color: #77746e;
		overflow:hidden;
		padding: 0 20px;
	}

		#comments .comments-count, #comments .comments-count em {
			background: url(../img/comments-count-bg-right.png) no-repeat;
			color: #fff;
			display: block;
			float: left;
			font-style: normal;
			font-size: 12px;
			font-weight: bold;
			height: 28px;
			line-height: 22px;
			margin: 10px 5px 0 28px;
			padding: 0 10px 0 3px;
			position: relative;
		}

			#comments .comments-count em {
				background: url(../img/comments-count-bg-left.png) no-repeat;
				margin: 0 0 0 -29px;;
				padding: 0 0 0 12px;
			}

	#comments .comments-list {
		list-style: none;
		margin: 0;
		overflow:hidden;
		padding: 0 20px 5px;
		width:658px;
	}

		#comments .comments-list .comment {
			border-bottom: 1px solid #e3e1d9;
			border-top: 1px solid #fff;
			float:left;
			margin: 0;
			padding: 20px 0 15px;
		}

			#comments .comments-list .comment:first-child { border-top: none; }
			#comments .comments-list .comment:last-child { border-bottom: none; }

			#comments .comments-list .comment .comment-avatar {
				float:left;
				width: 70px;
			}

				#comments .comments-list .comment .comment-avatar .avatar {
					background: #fff;
					border:1px solid #c1c1c1;
					padding:4px;
				}

			#comments .comments-list .comment .comment-body {
				float:right;
				margin-left:30px;
				width:558px;
			}

				#comments .comments-list .comment .comment-meta {
					color: #52504d;
					margin-bottom: 4px;
				}

				#comments .comments-list .comment .comment-meta a {
					color: #52504d;
					font-weight: bold;
					text-decoration: none;
				}
					#comments .comments-list .comment .comment-meta a:hover { text-decoration: underline; }

				#comments .comments-list .comment .comment-meta .date { font-style: italic; }

				#comments .comments-list .comment .comment-links {
					float: right;
					margin-bottom: 0;
				}

#respond { overflow: hidden; }

	#respond .box-header h6 { color: #393938; }

		#respond .box-header h6 span { color: #b3244b; }

/* ---------------------------------------------------- */
/*		Pagination
/* ---------------------------------------------------- */

#main .pagination {
	list-style: none;
	margin-bottom: 30px;
	overflow:hidden;
}

	#main .pagination li {
		background: #f3f3f3 url(../img/pagination-bg.png) repeat-x;
		border: 1px solid #e1dddd;
		float: left;
		margin: 0 8px 0 0;
	}
	
		#main .pagination li.active, #main .pagination li.active:hover {
			background: #f3f3f3 url(../img/pagination-active-bg.png) repeat-x;
			border: 1px solid #9f1840;
		}

		#main .pagination li a {
			color: #939191;
			display: block;
			font-weight: bold;
			height: 27px;
			line-height: 27px;
			text-decoration: none;
			padding: 0 8px;
		}
	
			#main .pagination li.prev a {
				background: url(../img/pagination-prev-arrows.png) no-repeat 8px 11px;
				padding: 0 14px 0 24px;
			}
	
			#main .pagination li.next a {
				background: url(../img/pagination-next-arrows.png) no-repeat 47px 11px;
				padding: 0 24px 0 14px;
			}

			#main .pagination li.active a, #main .pagination li.active:hover a {
				color: #fff;
			}

			#main .pagination li:hover {
				background: url(../img/pagination-bg-hover.png) repeat-x;
			}
			
				#main .pagination li:hover a {
					color: #777;
				}

/* ---------------------------------------------------- */
/*		Features Viewer
/* ---------------------------------------------------- */

#gdp-viewer {
	overflow: hidden;
	position: relative;
}

	#gdp-viewer .box-header .tabs-nav {
		float: left;
		list-style: none;
		margin: 0 -5px;
		overflow: hidden;
	}

		#gdp-viewer .box-header .tabs-nav li {
			float: left;
			margin: 0 20px 0 0;
		}

			#gdp-viewer .box-header .tabs-nav li a {
				color: #333;
				font-size: 12px;
				font-weight: bold;
				height: 10px;
				padding: 6px 12px;
				text-decoration: none;
			}

				#gdp-viewer .box-header .tabs-nav li.active a, #gdp-viewer .box-header .tabs-nav li a:hover {
					background: #0099CC;
					color: #fff;
					font-size: 12px;
				}
	
		#gdp-viewer .box-header .rss img {
			border: 0;
			float: right;
			margin: 18px 0px 0 0;
		}

	#gdp-viewer img { }
	
	#gdp-viewer .tab-content { width: 698px !important; }

	#gdp-viewer .trips-nav  {
		float: right;
		list-style:none;
		margin: -2px 0 0;
		width: 397px;
	}

		#gdp-viewer .trips-nav li {
			background: #d1d1d1;
			border-bottom:1px solid #E3E1D9;
			border-left:1px solid #fff;
			border-top:1px solid #fff;
			margin:0;
		}

			#gdp-viewer .trips-nav li .content {
				border-left: 1px solid #E3E1D9;
				padding: 12px 10px 12px 20px;
				overflow: hidden;
			}

				#gdp-viewer .trips-nav li.activeSlide .content {
					border-left: 1px solid #F8F7F6;
				}

			#gdp-viewer .trips-nav li.activeSlide {
				background: none;
				border-left:1px solid #F8F7F6;
			}

			#gdp-viewer .trips-nav li:hover {
				background: none;
				cursor: pointer;
			}

			#gdp-viewer .trips-nav li:first-child { border-top: none; }

			#gdp-viewer .trips-nav li:last-child { border-bottom: none; }

			#gdp-viewer .trips-nav li img {
				float:left;
				margin-right:10px;
			}

			#gdp-viewer .trips-nav li .title { text-decoration:none; }

				#gdp-viewer .trips-nav li .title h6 {
					color:#878786;
					display:block;
					margin-bottom:2px;
				}

					#gdp-viewer .trips-nav li.activeSlide .title h6, #gdp-viewer .trips-nav li:hover .title h6 {
						color:#4e4d4a;
					}

			#gdp-viewer .trips-nav li .meta, #gdp-viewer .trips-nav li .meta a {
				color:#8a8a89;
				margin-bottom: 10px;
			}

				#gdp-viewer .trips-nav li.activeSlide .meta, #gdp-viewer .trips-nav li.activeSlide .meta a:hover { color:#4b4a46; }

				#gdp-viewer .trips-nav li.activeSlide .meta a, #gdp-viewer .trips-nav li .meta a:hover { color:#B70E4F; }

			#gdp-viewer .trips-nav li .links {
				list-style: none;
				margin:0;
			}

				#gdp-viewer .trips-nav li .links li {
					background: none;
					border: none;
					float:left;
					font-weight:bold;
					margin:0;
					padding: 0;
				}
					#gdp-viewer .trips-nav li .links li a, #gdp-viewer .trips-nav li .links li .separator {
						color:#a1a1a0;
						text-decoration:none;
					}

						#gdp-viewer .trips-nav li.active .links li a, #gdp-viewer .trips-nav li.active .links li .separator { color:#767676; }

						#gdp-viewer .trips-nav li .links li a:hover {
							color:#0099cc;
							text-decoration:underline;
						}

					#gdp-viewer .trips-nav li .links li .separator { margin:0 7px 0 4px; }

	#gdp-viewer .trips-container  {
		float: left;
		margin-top: -2px;
		padding: 15px;
		width: 270px;
	}
	
		#gdp-viewer .trips-container ul {
			list-style: none;
			margin: 0;
		}
	
			#gdp-viewer .gdpicture-content { margin: 0 0 30px; }
			
			.js #gdp-viewer .gdpicture-content {
				margin: 0;
				width: 250px;
			}
	
				#gdp-viewer .gdpicture-content a { text-decoration: none; }
	
					#gdp-viewer .gdpicture-content a:hover { text-decoration: underline; }
					
				#gdp-viewer .gdpicture-content img { margin-bottom: 4px; }
	
				#gdp-viewer .gdpicture-content .title {
					color: #4e4d4a;
					letter-spacing: -0.2px;
					line-height: 22px;
					margin-bottom: 2px;
				}
				
				#gdp-viewer .gdpicture-content .title:hover { text-decoration: underline; }
	
				#gdp-viewer .gdpicture-content .meta {
					color: #72716f;
					margin-bottom: 10px;
				}
	
					#gdp-viewer .gdpicture-content .meta a { text-decoration: underline; }

				#gdp-viewer .gdpicture-content p {
					color: #52504d;
					margin-bottom: 10px;
				}
	
				#gdp-viewer .gdpicture-content p a { text-decoration: underline; }
				
					#gdp-viewer .gdpicture-content .sent-to-friend {
						float: left;
						font-weight: bold;
						margin-top: 7px;
					}
	
				#gdp-viewer .gdpicture-content .button {
					display: block;
					float: right;
					padding: 6px 12px 12px;
					text-decoration: none;
				}

/* ---------------------------------------------------- */
/*		Search
/* ---------------------------------------------------- */

#main .search-result {
	margin: 0 0 10px;
	padding: 5px 20px;
}

	#main .search-result h2 { margin: 0; }

	#main .search-result p { margin: 0 0 10px; }

/* ---------------------------------------------------- */
/*		Archives
/* ---------------------------------------------------- */

#archives {
	margin: 0 0 10px !important;
	padding: 15px 20px;
}

	#archives.closed { padding: 15px 20px 10px; }

	#archives h6 {
		font-size: 12px;
		margin-bottom: 5px;
	}

	#archives .archive-trigger {
		cursor: pointer;
		float: right;
		margin-top: -2px;
	}

	#archives ul {
		list-style: none;
		margin-bottom: 0;
		margin-top: -10px;
	}

	#archives ul, #archives h6.list-title {
		float: left;
		margin-right: 40px;
		width: 192px;
	}

		#archives ul.last, #archives h6.last { margin-right: 0; }
		#archives h6.last { width: 165px; }

		#archives li {
			background: url(../img/categories-arrow.png) no-repeat 0 5px;
			margin: 0 0 10px;
		}

			#archives li a {
				color: #72706a;
				margin-left: 8px;
				padding: 3px 5px;
				text-decoration: none;
			}

				#archives li a:hover {
					background: #ebebeb;
					border: 1px solid #cecdcc;
					color: #b3244b;
					font-weight: bold;
				}

/* ---------------------------------------------------- */
/*		News
/* ---------------------------------------------------- */

#main .entry .collapsible-content { position: relative !important; }

#main .button .collapse-arrow-up { margin-left: 8px; }

/* ---------------------------------------------------- */
/*		Sidebar
/* ---------------------------------------------------- */

#sidebar {
	float: right;
	width: 250px;
}

	#sidebar h6 {
		font-size: 12px;
		font-weight: bold;
	}
	
	#sidebar .ad-bar { margin-left: 2px; }
	
	#sidebar .ads { padding: 12px 16px; }
	
		#sidebar .ads ul {
			list-style: none;
			margin: 0 0 -10px;
			overflow: hidden;
		}
		
			#sidebar .ads li {
				float: left;
				margin: 0;
				padding: 0 15px 10px 0;
			}
			
				#sidebar .ads li.even { padding: 0 0 10px; }
				
		#sidebar .ads p { margin: 0 0 -5px; }
		
			#sidebar .ads a {
				color: #9b9b9b;
				text-decoration: underline;
				text-align: center;
			}

				#sidebar .ads a:hover {
					color: #0099cc;
				}
				
	#recent-tabs { }
	
		#recent-tabs .nav {
			list-style: none;
			
			overflow: hidden;
		}

			#recent-tabs .nav li {
				float: left;
				margin-right:4px;
			}

				#recent-tabs .nav li a {
					color: #333;
					font-size: 12px;
					font-weight: bold;
					height: 10px;
					padding: 6px 12px;
					text-decoration: none;
				}
				
					#recent-tabs .nav li a.current, #recent-tabs .nav li a:hover {
						background: #ff9933;
						color: #fff;
						font-size: 12px;
					}
				
		.list-wrap {
			padding:12px;}
		
		
		
		#recent-tabs .list-wrap ul {
			list-style:none;
			margin: 0;
			overflow: hidden;
			
		}

			#recent-tabs .list-wrap li {
	background: url(../img/categories-arrow.png) no-repeat scroll 0 9px transparent;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 4px;
			}
			
				#recent-tabs .list-wrap li:first-child { border-top: none; }
				#recent-tabs .list-wrap li:last-child { border-bottom: none; }

					#recent-tabs .list-wrap li:hover { background: #ccc; }
			
				#recent-tabs .list-wrap li img {
					border: 4px solid #333;
					float: left;
					margin-right: 10px;
				}
				
				#recent-tabs .list-wrap li .title {
					color: #6a6965;
					display:block;
					font-size: 12px;
					font-weight: bold;
					margin-bottom: 10px;
					text-decoration: none;
				}
				
				#recent-tabs .list-wrap li .meta {
					color: #8d8c8a;
					margin: 0;
				}
	
					#recent-tabs .list-wrap li .meta a {
						color: #8d8c8a;
						text-decoration: underline;
					}
					#recent-tabs .list-wrap a {
						text-decoration: none !important;
					}
				
					#recent-tabs .list-wrap li a:hover { color: #5E5c5c; }
				
	#sidebar .flickr-feed { }

		#sidebar .flickr-feed .box-header { padding: 0 10px; }

			#sidebar .flickr-feed .flickr-icon, #sidebar .flickr-feed h6 { display: inline; }

			#sidebar .flickr-feed .flickr-icon {
				float: left;
				margin: 15px 8px 0 0;
			}
			
		#sidebar .flickr-feed ul {
			list-style: none;
			overflow: hidden;
			margin: 0;
			padding: 0 0 15px 10px;
		}
		
			#sidebar .flickr-feed li {
				float:left;
				margin: 0;
			}
			
				#sidebar .flickr-feed .flickr-image {
					border: 4px solid #333;
					margin: 13px 13px 0  0;
				}

	#sidebar .news { }

		#sidebar .news .box-header { padding: 0 10px; }

		#sidebar .news ul {
			list-style: none;
			overflow: hidden;
			margin: 0;
			padding: 8px 3px;
		}

			#sidebar .tags li {
				float: left;
				margin: 0 0 7px;
			}

				#sidebar .news li a {
					color: #333;
					padding: 4px 4px;
					text-decoration: none;
					
					
				}
	
					#sidebar .news li a:hover {
						background: #ebebeb;
						border: 1px solid #d8d8d8;
						color: #0099cc;
											}
	
/* ---------------------------------------------------- */
/*		Footer
/* ---------------------------------------------------- */

#footer {
	background: url(../img/footer_bg.png) no-repeat scroll top center;
	color: #333;
	overflow:hidden;
	padding: 22px 0 16px;
}

	#footer .footer-logo {
		position: absolute;
		right: 0;
		top: 0;
	}

	#footer a { color: #666; text-decoration:none; font-weight:bold; }

		#footer a:hover { color: #999;text-decoration: none; border-bottom:1px dotted; }
	
	#footer p a {
		color: #0099cc;
		text-decoration: none;
	}
		#footer p a:hover { color: #FF9933; }

	#footer h4 {
		color: #333;
		margin-bottom: 10px;
	}
	
		#footer h4 span { color: #fff; }

	#footer .one-half, #footer .one-third, #footer .two-third, #footer .one-fourth,
	#footer .three-fourth, #footer .one-fifth, #footer .two-fifth, #footer .three-fifth {
		
		float: left;
		margin-right: 6px;
		padding-left: 14px;
	}
	
	#footer .one-half { width: 475px; }
	#footer .one-third { width: 220px;background: url(../img/footer_vertical_separator.png) no-repeat scroll center right; 
	border-left:none !important;
	 }
		#footer .two-third { width: 650px; }
	#footer .one-fourth { width: 220px;background: url(../img/footer_vertical_separator.png) no-repeat scroll center right; }
	#footer .three-fourth { width: 220px; }
	#footer .one-fifth { width: 142px; }
		#footer .two-fifth { width: 218px;background: url(../img/footer_vertical_separator.png) no-repeat scroll center right; }
			#footer .three-fifth { width: 586px; }

	#footer .one-half.last, #footer .one-third.last, #footer .one-fourth.last, #footer .one-fifth.last,
	#footer .two-third.last, #footer .three-fourth.last, #footer .two-fifth.last, #footer .three-fifth.last {}

	#categories {
		list-style: none;
		margin: 0 0 0 4px;
	}

		#categories li { margin: 0 0 10px; }

			#categories li a {
				background: url(../img/categories-arrow.png) no-repeat 0 5px;
				display: block;
				padding: 0 0 0 12px;
				text-decoration: none;
			}
			
				#categories li a:hover {
					font-weight: bold;
					text-decoration: underline;
				}

	#latest-tweets { list-style: none; }

		#latest-tweets li { margin: 0; }
		
			#latest-tweets li .user {
				font-weight: bold;
				text-decoration: none;
			}
	
				#latest-tweets li .user:hover { text-decoration: underline; }
	
				#latest-tweets li .tweet { margin: 0 0 10px; }
			
#footer-bottom {
	color: #333;
	overflow: hidden;
}

#footer-bottom a { color:#0099cc; text-decoration:none;}
#footer-bottom a:hover { color:#fff;text-decoration: none; border-bottom:1px dotted;}

	#footer-bottom ul {
		list-style: none;
		margin: 0;
	}

		#footer-bottom li {
			float: left;
			margin: 0;
		}

			#footer-bottom li a {
				color: #0099cc;
				text-decoration: none;
			}
	
				#footer-bottom li a:hover { text-decoration: none; }

			#footer-bottom li .separator { margin: 0 4px; }
			
.footer_inside
{

}
			
	/*tooltip*/

img.tTip						{ margin: 6px 6px 6px 6px; float: left;border: 4px solid #333333; }
	
#demo_wrapper					{ width: 600px; margin: 30px auto 0px auto; }

.tinyTip						{ width: 325px; padding: 17px 0px 0px 0px; display: block; background: url(../img/tinyTip-top.png) 0px 0px no-repeat; }
.tinyTip .content				{ padding: 0px 15px 0px 15px; font-size: 14px; font-family: "Lucida Sans Unicode"; color: #010101;  background: url(../img/tinyTip-content.png) 0px 0px repeat-y; }
.tinyTip .bottom				{ height: 47px; background: url(../img/tinyTip-bottom.png) 0px 0px no-repeat; font: 0px/0px sans-serif; }
	
    /*social icons (news) */
.social { margin: 0 0px 0 -25px; float: left; width: 540px;  padding: 0 0 0 200px; position: relative;  float: left; background: url(../img/share-me.png) 30px 20px no-repeat; min-height: 160px;}
.social h2 { margin-top: 20px !important; }
.social ul { margin: 20px 0 0 -10px; list-style: none; padding: 0;}
.social li { float: left; position: relative; width: 66px;list-style: none; padding: 0; margin: 0;}
.social a { float: left; color: #111; text-decoration: none; height: 50px;background: url(http://juniormarket.pl/lion/webpoint/images/social/social-shadow.png) 50% 29px no-repeat; position: relative; width: 100%;}
.social a:hover,
.social a:focus { background-position: 50% -119px;  } 
.social img { margin: 0 auto 0; display: block; }
.social a:hover img,
.social a:focus img { margin: -10px auto 0px; padding: 0 0 10px; } 
.social li > a > span { display: block; padding: 5px 0 10px; margin: 0 0 -20px; position: relative; text-align: center; font-size: 8pt; }
.social a:hover span,
.social a:focus span {}

	/*social-2 icons (header and footer) */
	/*gabshot - approximate visuals*/
.social-2, .social-2 li { margin: 0; padding: 0; list-style: none; border: none !important; float: left;}
.social-2 {}
.social-2 li { }
.social-2 a { width:32px; height: 32px; overflow: hidden; display: block; margin-right: 16px; text-decoration:none;}
.social-2 a:hover { border-bottom:none;}
.social-2 a img { display: block; }
.social-2 a:hover img, .social-2 a:focus img { margin-top: -32px; border-bottom:none !important; }
    /* social-2 specific tooltip*/
.social-2 .tooltip * { background-image: none; padding-left: 20px;}

	#second_menu {
	float:right;
	margin-right:12px;
	
	}
	#second_menu li {
    float: left;
    margin: 0 0 0 0;
    position: relative;

}
	#second_menu li a {
    color: #666666;
    display: block;
    margin-top: 3px;
    padding: 3px 10px;
    text-decoration: none;
    border-left:1px solid #ccc;
			}
	#second_menu li:first-child a {
    border-left:none
    }

			
			
	#second_menu li.active a, #second_menu li a:hover, #second_menu li.hover a {
					background: url(../img/menu_item_hover.png) repeat-x scroll top left #F3F3F3;
					color: #666;
					display: block;}
	#second_menu ul li:hover > ul { display: block; }

			#second_menu ul ul {
				background: #d8d8d8 repeat; /* For IE */
				background: #d8d8d8;
				display: none;
				left: 0;
				list-style: none;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 26px;
				width: 130px;
				z-index: 999;
			}

				#second_menu ul ul li {
					display: block;
					float: none;
					height: auto;
					margin: 0;
					padding: 0;
				}

					#second_menu ul ul li a, #second_menu li.active ul ul li a {
						background: url(../img/second_menu-arrow.png) no-repeat 12px 12px !important;
						color: #666;
						display: block;
						font-size: 11px;
						font-weight: normal;
						height: auto;
						line-height: 20px;
						min-height: 20px;
						padding: 2px 2px 2px 13px;
					}

						#second_menu ul ul li a:hover, #second_menu li.active ul ul li a:hover {
							background: #999) url(../img/second_menu-arrow-active.png) no-repeat 12px 12px !important; /* For IE */
							background: #999 url(../img/second_menu-arrow-active.png) no-repeat 12px 12px !important;
							color: #fff !important;
							font-weight: bold !important;
						}

				/* Submenu */

				#second_menu ul ul ul {
					left: 155px;
					top: 5px;
				}
				#second_menu ul {
    float: left;
    list-style: none outside none;
    margin: 0px 0 0;
    position: relative;
    z-index: 999;
}


#language {
    float: left;
    margin-left: 14px;
    margin-top: 7px;
   
}
#language  li {
    display:inline;
    list-style-type:none;
    padding-left:1em;
    margin-left:1em;
    border-left:1px solid #ccc
    }

#language  li:first-child {
    border-left:none
    }

.select {
position: absolute;
width: 158px;
height: 21px;
padding: 0 24px 0 8px;
color: #fff;
font: 12px/21px arial,sans-serif;
background: url(../img/select.png) no-repeat;
overflow: hidden;
 }

        .desc { color:#fff;}
        .desc a {color:#fff;}
        
        .dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
        .dropdown dd { position:relative; }
        .dropdown a, .dropdown a:visited { color:#fff; text-decoration:none; outline:none;}
        .dropdown a:hover { color:#fff !important;}
        .dropdown dt a:hover { color:#fff !important;}
        .dropdown dt a {
			background:#474747 url(../img/arrow.png) no-repeat scroll right center; display:block; padding-right:20px;
                        width:125px;}
        .dropdown dt a span {cursor:pointer; display:block; padding:5px;}
        .dropdown dd ul { background:#474747 none repeat scroll 0 0; color:#fff; display:none;
                          left:0px; padding:5px 0px; position:absolute; top:29px; width:auto; min-width:170px; list-style:none; z-index:999;}
        .dropdown span.value { display:none;}
        .dropdown dd ul li a { padding:5px; display:block;}
        .dropdown dd ul li a:hover { background-color:#333333;}
        
        .dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
        .flagvisibility { display:none;}
		
		
#sidebar .news .sidebar_content{padding:18px 8px 8px;}


#sidebar .button {
    background: url("../img/button-bg.png") repeat-x scroll 0 0 #F3F3F3;
    border: 1px solid #E1DDDD;
    color: #797474;
    font-weight: bold;
    height: 10px;
    padding: 7px 15px;
    text-decoration: none !important;
}
#sidebar.button:hover {
    background: url("../img/button-bg-hover.png") repeat-x scroll 0 0 #F3F3F3;
}
#sidebar h4{ color:#0099cc; padding-top:12px;}
#sidebar h2{ color:#333;
font-size:16px; padding-top:16px;}

#main h2 { color:#333;}
#main h4 { color:#333;}
.main_features{width:340px; float:left; padding-left:8px;}
.main_features2{width:340px; float:left; padding-left:8px;}
.main_feature_list{float:left;
padding:8px;list-style: none outside none;}
.main_feature_list2{padding:8px;list-style: none outside none;}

.main_feature_list li{;background: url(../img/categories-arrow.png) no-repeat 0 5px;padding-left: 8px;}
.main_feature_list2 li{;background: url(../img/categories-arrow.png) no-repeat 0 5px;padding-left: 8px;}

.box-footer {
			background: #f2f2f2 url(../img/box-footer-bg.png) repeat-x;
			padding:16px 20px 10px 10px;
			float:left;
			width:98%;
		}
		
.button_right{
	background: #f3f3f3 url(../img/button-bg.png);
	border: 1px solid #e1dddd;
	color: #0099CC !important;
	cursor: pointer;
	float: right;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	height: 31px;
	padding: 0 20px;
	text-decoration: none;
}
	
.button_right:hover { background: #f3f3f3 url(../img/button-bg-hover.png);color: #333333 !important;}
.divider{
	border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #ccc;
    margin: 8px auto;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
	}
.gdpicture_icon{
	margin-right: 10px;
    margin-top: 2px;
	float:left;}
	
.gdpicture_icon2{
	background: url("../img/icons_bg.png") repeat-x scroll left top transparent;
   
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');


    float: left;
    margin-right: 10px;
	margin-bottom:-14px;
    padding: 12px;}
	
#main .entry.single .entry-header h1 {
	color: #0099cc;
}

table {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-collapse:collapse;
	float:left;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:bottom;
	text-align:center;
	}	
tr.odd td	{
		background:#ccc;
	color:#678197;
	}
tr.odd .column1	{
	background:#ccc;
	color:#678197;
	}	
.column1	{
	width:269px;
	
	}
.headercolumn	{
	background:#666 !important;
	color:#fff !important;
	}
.footercolumn	{
	background:none !important;

	}
td {
	color:#678197;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	padding:.3em 1em;
	text-align:center;
	vertical-align:middle;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #fff;
	border-left:1px solid #fff;
	padding:6px;
	vertical-align:middle;
	}							
thead th {
	background:#666;
	text-align:center;
	color:#66a3d3
	}

thead th a{
	color:#fff;
	}	
thead th a:hover{
	color:#ccc;
	}
tfoot th {
	text-align:center;
	background:none !important;
	}

tfoot th .button_table{
    background: url(../img/button-bg.png) repeat scroll 0 0 #F3F3F3;
    border: 1px solid #E1DDDD;
    color: #0099CC !important;
    cursor: pointer;
    font: bold 11px/31px Arial,Helvetica,sans-serif;
    height: 31px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px 20px;
    text-decoration: none;
}
	
tfoot th .button_table:hover { background: #f3f3f3 url(../img/button-bg-hover.png);color: #333333 !important;}
	
	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
/* --------------------MENU START-------------------------------- */

.menugdpicture{
	background: url(../img/menu_bg.png) no-repeat scroll 0 0;
	height:52px;
	
	}

ul.megamenu {
  margin: 0px auto;
  padding: 0px 5px;
  list-style: none;
  display: none;
  float:left;
}

ul.megamenu li.mm-item {
	border-left: 1px solid #CCCCCC;
}

ul.megamenu li {
  margin: 0px;
  padding: 0px;
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding: 8px 15px;
  text-decoration: none;
  z-index: 10;
  font-size: 14px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  background: url(../img/menu_item_hover.png) repeat-x scroll top left #F3F3F3;
  color: #444;

}

ul.megamenu div.mm-item-content {
  background: url(../img/menu_submenu_bg.png) no-repeat scroll bottom center #ebebeb;
  padding: 0px;
  position: absolute;
  z-index: 9;
  top:50px !important;
  left:0px !important;
}

.mm-content-base {
  background: #ebebeb;
  position: relative;
  z-index: 11;
  padding: 10px;
  margin-top:-1px;
}
.mm-js-shadow {

  position: absolute;
  z-index: 10;
}

#list-content, #list-content ul {
  margin: 0px;
  padding-left: 0px;
}
#list-content li {
	color:#FFF;
  margin: 0px;
  padding: 2px 0px;
}




/* --------------------MENU END-------------------------------- */

#footer ul {
    list-style: none outside none;
    padding: 3px;}
	
#footer ul {
    margin-bottom: 8px;}
	
#footer-bottom p {color:#999;}

/* --------------------Custom Buttons-------------------------------- */
.ordersubmit{
	background: #3399cc url(../img/submit_button-bg.png);
	box-shadow: 0 0 5px #0099cc;
	border: 1px solid #3399cc;
	color: #fff !important;
	cursor: pointer;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	height: 31px;
	padding: 0 20px;
	text-decoration: none;}
.ordersubmit:hover
 {background: #3399cc url(../img/submit_button-bg_hover.png);color: #fff !important;}
 
 
.evaluationsubmit{
	background: #3399cc url(../img/submit_button-bg.png);
	box-shadow: 0 0 5px #0099cc;
	border: 1px solid #3399cc;
	color: #fff !important;
	cursor: pointer;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	height: 31px;
	padding: 0 20px;
	text-decoration: none;}
.evaluationsubmit:hover
 {background: #3399cc url(../img/submit_button-bg_hover.png);color: #fff !important;}
  
 
 
 
.bluebutton{
	background: #3399cc url(../img/submit_button-bg.png);
	box-shadow: 0 0 5px #0099cc;
	border: 1px solid #3399cc;
	color: #fff !important;
	cursor: pointer;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	padding:9px;
	text-decoration: none;}
.bluebutton:hover
 {background: #3399cc url(../img/submit_button-bg_hover.png);color: #fff !important;}
 
 
 
 
.bluebutton2{
	background: #3399cc url(../img/submit_button-bg.png);
	box-shadow: 0 0 5px #0099cc;
	border: 1px solid #3399cc;
	color: #fff !important;
	cursor: pointer;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	padding:9px;
	margin-right:10px;
	text-decoration: none;}
.bluebutton2:hover
 {background: #3399cc url(../img/submit_button-bg_hover.png);color: #fff !important;}

/* --------------------End Custom Buttons-------------------------------- */


.input{box-shadow: 0 0 4px #CCCCCC;
    color: #666666;
    padding: 6px;}
	
.selection{box-shadow: 0 0 4px #CCCCCC;
    color: #666666;
    padding: 6px;}
	
	

/* ---------------------------------------------------- */
/*		Main 2
/* ---------------------------------------------------- */

#main2 {
	float: left;
	margin-right: 30px;
	width: 960px;
}

	#main2 .button {
		background: #f3f3f3 url(../img/button-bg.png) repeat-x;
		border: 1px solid #e1dddd;
		color: #797474;
		font-weight: bold;
		height: 10px;
		padding: 7px 15px;
		text-decoration: none !important;
		margin:2px;
	}
	
		#main2 .button:hover { background: #f3f3f3 url(../img/button-bg-hover.png) repeat-x; }
	
	#main2 .button3 {
		background: #f3f3f3 url(../img/button-bg.png) repeat-x;
		border: 1px solid #e1dddd;
		color: #0099CC;
		font-weight: bold;
		height: 10px;
		padding: 7px 15px;
		text-decoration: none !important;
		margin:4px;
	}
	
		#main2 .button3:hover { background: #f3f3f3 url(../img/button-bg-hover.png) repeat-x;
		color:#333333; }
		


	#main2 .entry {
		background: #f8f7f6;
		margin-bottom: 4px;
		overflow:hidden;
	}
	
		#main2 .entry-header {
			background: url(../img/entry_header_bg.png) repeat-x scroll top left;
			overflow: hidden;
			padding: 10px 20px 10px;
			position: relative;
		}
		
		#main2 .entry-header2 {
			background: #f2f2f2;
			overflow: hidden;
			padding: 10px 20px 10px;
			position: relative;
		}
	
		#main2 .entry-footer {
			border-top: 1px solid #e3e1d9;
			overflow:hidden;
			padding: 15px 20px;
		}
	
			#main2 .entry-header a { text-decoration: none; }
	
				#main2 .entry-header a:hover { text-decoration: none;
				}
	
			#main2 .entry-header .meta, #main .entry-header .title  {
				float: left;
				width: 540px;
			}
			#main2 .entry-header2 .meta, #main .entry-header2 .title  {
				float: left;
				width: 540px;
			}
	
			#main2 .entry-header .title {
				letter-spacing: -0.2px;
				margin: 0;
				}
			#main2 .entry-header2 .title {
				letter-spacing: -0.2px;
				margin: 0;
				padding-top:14px;
			}
	
				#main2 .entry-header .title, #main2 .entry-header .title a { color: #FF9933; }
				#main2 .entry-header .title, #main2 .entry-header .title a:hover { color: #0099cc ; }
	
			#main2 .entry-header .meta { margin: 0 0 0 2px; }
	
				#main2 .entry-header .meta a {
					text-decoration: underline;
				}
	
				#main2 .collapsible .entry-header .meta, #main2 .collapsible .entry-header .title { width: 485px; }
				#main2 .collapsible .entry-header2 .meta, #main2 .collapsible .entry-header2 .title { width: 485px; }
	
			#main2 .entry-header .button {
				display: block;
				padding: 7px 15px 13px;
				position: absolute;
				right: 20px;
				
			}
			#main2 .entry-header2 .button {
				display: block;
				padding: 7px 15px 13px;
				position: absolute;
				right: 20px;
				
			}
	
		#main2 .entry-content {
			border-top: 1px solid #fff;
			overflow: hidden;
			padding: 15px 20px 15px;
		}
	
			#main2 .entry-image, #main2 .entry-title-image {
				float: left;
				margin: 0 10px 0 0;
			}
			#main2 .entry-image, #main2 .entry-title-image {
				float: left;
				margin: 0 10px 0 0;
			}
	
				#main2 .align-right .entry-image, #main2 .align-right.entry-image {
					margin: 0 0 15px 15px;
				}
				#main2 .align-left .entry-image, #main2 .align-left.entry-image {
					margin: 0 15px 15px 0;
				}
	
				#main2 .collapsible .zoom.align-right a span, #main2 .collapsible .zoom.align-left a span { margin-bottom: 14px; }
	
			#main2 .entry-title-image { margin: 6px 20px 0 0; }
	
			#main2 .entry-content p { margin-bottom: 10px; }
	
				#main2 .single .entry-content p, #main2 .collapsible .entry-content p { margin-bottom: 15px; }
	
			#main2 .entry-links, #comments .comment-links {
				list-style: none;
				margin-top: -5px;
			}
	
				#main2 .entry-links li, #comments .comment-links li {
					float: left;
					font-weight: bold;
					margin: 0;
				}
	
					#main2 .entry-links li a, #main2 .entry-links li .separator,
					#comments .comment-links li a, #comments .comment-links  li .separator {
						color: #878080;
						text-decoration: none;
					}
	
						#main2 .entry-links li a:hover, #comments .comment-links li a:hover {
							color: #0099cc;
							text-decoration: underline;
						}
	
					#main2 .entry-links li .separator, #comments .comment-links li .separator { margin: 0 7px 0 4px; }
	
	/** Single Entry Post **/
	
	#main2 .entry.single .post-rating {
		color: #797474;
		float: right;
		margin-top:-25px;
		text-align: center;
	}

		#main2 .entry.single .post-rating span.on, #main .entry.single .post-rating span.off {
			display: inline-block;
			height: 14px;
			width: 14px;
		}
		
		#main2 .entry.single .post-rating span.on { background: url(../img/rating-star-on.png) no-repeat; }
		#main2 .entry.single .post-rating span.off { background: url(../img/rating-star-off.png) no-repeat; }
		
		#main2 .entry.single .post-rating p { margin: -2px 0 0; }

	#main2 .entry.single .entry-image {
		float: none;
		margin-bottom: 15px;
	}
	
	#content .entry .box-footer { color: #333; }
	
		#content .entry .box-footer ul {
			list-style: none;
			margin: 0;
			overflow: hidden;
		}
		
			#content .entry .box-footer li {
				float: left;
				margin: 0;
			}
			
				#content .entry .box-footer li a { color: #878080; }
	
					#content .entry .box-footer li a:hover { color: #0099cc; }

		#content .entry .box-footer .social-links { margin: -7px 0 0; }
	
			#content .entry .box-footer .social-links li { margin-left: 10px; }
			
	#content .author-bio {
		background: #f9f9f9;
		border: 1px solid #d8d8d8;
		color: #52504d;
		margin-bottom: 30px;
		overflow: hidden;
		padding: 15px 20px;
	}
	
		#content .author-bio .avatar {
			background:#fff;
			border: 1px solid #c1c1c1;
			float: left;
			margin: 0 25px 0 0;
			padding: 4px;
		}
		
		#content .author-bio h4 {
			float:left;
			margin: 0 0 2px;
			width:523px;
		}
	
		#content .author-bio p { margin: 10px; }
		
		#content .author-bio .button {
			display: block;
			float: right;
			padding: 7px 15px 13px;
		}
	
	
p.vertical{
	margin-top:180px;
	width:30px;
	color: #0099CC;
    font-size: 14px;
    font-weight: bold;
	writing-mode: tb-rl;
	-webkit-transform: rotate(-90deg);	
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
	
	}	
	
	
.toolkitprices th{
	padding:0px;
	}
		
/* ---------------------------------------------------- */
/*		Special Divs
/* ---------------------------------------------------- */

.features {
float:left;
width:47%;
padding:8px;}

.features_title{
background-color:#0099CC;
padding:6px;
margin-bottom:6px;
box-shadow: 0px 0px 4px #999999;
color:#FFF;}

.features2 {
float:left;
width:100%;
padding:8px;}



/* ---------------------------------------------------- */
/*		Accordion
/* ---------------------------------------------------- */

.faqtitle a{
	color:#FFF;
	text-decoration:none
	}

.faqtitle {
	
background-color:#0099CC;
padding:6px;
margin-bottom:6px;
box-shadow: 0px 0px 4px #999999;
color:#FFF;	
	}
	
.accordioncontent {
padding:10px;
}


.accordiontitle a{
	color:#FFF;
	text-decoration:none
	}

.accordiontitle {
	
background-color:#0099CC;
padding:6px;
margin-bottom:6px;
box-shadow: 0px 0px 4px #999999;
color:#FFF;	
	}
	
	
	
/* ---------------------------------------------------- */
/*		Pricing Tables
/* ---------------------------------------------------- */

.specialtitle{
    background: url(../img/entry_header_bg.png) repeat-x scroll top left;
    	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    width: 73%;
	}


.pricing{
	box-shadow:0 0 4px #999;
	float:none;
	margin-bottom:20px;
	}
.pricingheader{
	background: url(../img/entry_header_bg.png) repeat-x scroll top left;
	padding:8px 10px;
	font-size:14px;
	color:#333;}
	
.pricingcontent{
	padding-bottom: 6px;
    padding-top: 6px;
	font-size:12px;
	color:#0099cc;}
	
.pluginfeatures {float: left;
    list-style: disc outside none;
    padding: 8px 8px 8px 18px;}
.pluginfeatures li{
    }
	
/* ---------------------------------------------------- */
/*		Badges
/* ---------------------------------------------------- */

.activex_badge{
	background: url(../img/activex_badge.png) no-repeat scroll center center transparent;
    float: right;
    height: 75px;
    margin-bottom: -20px;
    margin-top: -10px;
	margin-right: -20px;
    width: 206px;}
	
.dotnet_badge{
	background: url(../img/dotnet_badge.png) no-repeat center center;
	 float: right;
    height: 75px;
    margin-bottom: -20px;
    margin-top: -10px;
	margin-right: -20px;
    width: 206px;}
	
	
/* ---------------------------------------------------- */
/*		ORDER PAGE
/* ---------------------------------------------------- */	
	          
			  #orderproductlist{
				  float:left;}
				  
			 #productcontent h6{ padding-top:4px;}
			  
			  .productlist {
					list-style:none; 
					padding:0; 
					
				
				}
                				
				.productlist li {
					padding-top:4px;
					padding-bottom:4px;
					
					
				}
			
				.productlist li a {
					color:#666; 
					font-weight: 700; 
					text-decoration:none;
					padding:6px
				}
			
				.productlist li a.selected {
					color:#333; 
					font-weight: 700;
					background-color: #ccc;
					padding:6px; 
					
				}
				
				.productlist li a:hover {
					color:#333; 
					font-weight: 700;
					background-color: #ccc;
					padding:6px; 
					
				}

	
			
			.loading {
				background: url(../img/load.gif) no-repeat center center;
				height:48px;
				display:none;
				margin-left:280px;
			}	
	
	
	.categorytitle{background-color: #0099cc; padding: 8px;}
	.categorytitle a{ color:#FFF; text-decoration:none;font-size: 12px; font-weight: 700;}
	.categorytitle a:hover{ color:#333;}
	
	
.orderselect{ color: #666666;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 6px;
    padding-top: 8px;
	padding-left: 20px;}	
	
	
/* ---------------------------------------------------- */
/*		NEWS LIST
/* ---------------------------------------------------- */	
	
	
	
.newsrsslist{
	padding:8px !important;
	font-size:11px;}
	
.newsrsslist li:hover{
	background:#fff;
	padding: 2px;}

.newsrsslist li{
	padding: 2px;}
	


.newsrsslist li a:hover{
	border:none !important;
	background:none !important;
	background-color:transparent !important;}
	
.rssimage{
	padding-right:4px;}
	
