/*
 Author: Boris Biserov Delev
 Web: www.studiox.bg
 Date: 2009.06.26
 
 Legend:
 	[1] Global
	[2] Master elements
		- wrapper
		- header
		- footer
	[3] Pages elements
*/


/*
 * Global
 */

body, html {
    font: 12px Tahoma, Geneva, sans-serif;
	  color: #E2E2E2;
	  background: #000100 url(../images/site/bg.jpg) no-repeat center top;
}

a {
	color: #E2E2E2;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.hide {
    display: none;
}

input,
textarea,
select,
button {
	font: 11px Tahoma, Geneva, sans-serif;
}

input,
textarea {
	padding: 4px 3px;
	background: white;
	outline: none;
	color: #888888;
}

/*
 * Master elements
 */
 
#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	overflow: hidden;
}

	#header form {
		float: left;
		overflow: hidden;
		padding: 5px 0 5px 0;
	}
	
		#header form ol {
			float:  left;
		}
	
		#header form li {
			float: left;
		}
		
		#header form .buttons {
			float: left;
			font-size: 10px;
			color: #CFD4D5;
		}
		
			#header .buttons a {
				text-transform: lowercase;
				line-height: 20px;
				color: #CFD4D5;
			}
		
			#header form .buttons button {
				float: left;
				width: 68px;
				height: 22px;
				margin-right: 5px;
				background: url(../images/site/btn.gif) repeat-x center center;
				border: 0;
				font-size: 11px;
				color: #767676;
				cursor: pointer;
			}
					
		#header form input {
			margin-right: 5px;
			border: none;
		}
	
	#header .languages {
		float: right;
		padding-top: 8px;
	}
	
		#header .languages li {
			float: left;
			margin-left: 3px;
		}
		
		#header .languages a {
			padding: 0 20px 0 5px;
			background: url(../images/site/languages/bg.gif) no-repeat right center;
			font-weight: bold;
			font-size: 11px;
			text-decoration: none;
			color: #CED4D6;
		}
		
			#header .languages a.EU {
				background-image: url(../images/site/languages/eu.gif);
			}
			#header .languages a.RO {
				background-image: url(../images/site/languages/ro.gif);
			}
			#header .languages a.GR {
				background-image: url(../images/site/languages/gr.gif);
			}
			#header .languages a.CY {
				background-image: url(../images/site/languages/cy.gif);
			}
			#header .languages a.AL {
				background-image: url(../images/site/languages/al.gif);
			}
			#header .languages a.MK {
				background-image: url(../images/site/languages/mk.gif);
			}			
			#header .languages a.SR {
				background-image: url(../images/site/languages/sr.gif);
			}
	
	#header .navigation {
		overflow: hidden;
		background: url(../images/site/bg-navigation.png) repeat-x center top;
	}
	
	#header .banner {
		float: left;
		width: 728px;
		height: 90px;
		margin: 15px 0 0 12px;
	}
	
	#header h1 {
		float: left;
		width: 219px;
		height: 102px;
		margin: 9px 0 0 9px;
		background: url(../images/site/logo-mobile-news.jpg) no-repeat left top;
	}
	
		#header h1 a {
			display: block;
			overflow: hidden;
			width: 219px;
			height: 102px;
			text-indent: -9999px;
		}
	
		#header .navigation ul {
			display: block;
			clear: both;
			overflow: hidden;
		}
		
		#header .navigation li {
			float: left;
			overflow: hidden;
			background: url(../images/site/divider-navigation.png) no-repeat right center;
		}
			#header .navigation li.search {
				float: right;
				margin-right: 5px;
				background: none;
			}
			
			#header .navigation li.last {
				background: none;
			}
			
		#header .navigation ul a {
			float: left;
			height: 24px;
			padding: 9px 11px 0 9px;
			font-weight: bold;
			text-decoration: none;
			color: #525252;
		}
		
			#header .navigation ul a:hover, #header .navigation ul a.selected {
				color: #C72C00;
			}
		
		#header .navigation ul .sub {
			position: absolute;
			width: 140px;
			left: 0;
			top: 0;
			background: white;
			z-index: 10;
		}
		
			#header .navigation ul .sub a {
				display: block;
				height: auto;
				float: none;
				padding: 7px 10px;
				background: white url(../images/site/bg-navigation-sub.png) repeat-x center bottom;
				text-transform: uppercase;
				font-size: 11px;
				color: #555;
			}
				#header .navigation ul .sub a:hover {
					color: #C72C00;
				}
			
		#header .navigation form {
			float: none;
		}
		
			#header .navigation .buttons button {
				width: 70px;
				height: 24px;
				background-image: url(../images/site/btn-search.png);
			}
			
			#header .navigation .search li {
				width: 137px;
				height: 24px;
				background: url(../images/site/bg-search-input.png) no-repeat center center;
			}
			
			#header .navigation .search input {
				width: 125px;
				height: 18px;
				padding: 5px 0 0 10px;
				background: none;
			}
			
		#header .navigation #advanced-search {
			display: block;
			border: 1px solid red;
			height: 30px;
			margin-top: 2px;
		}
		
		
#content {
	overflow: hidden;
	padding: 15px 0;
}

	#content .content {
		float: left;
		width: 670px;
	}

	#content .sidebar {
		float: right;
		width: 300px;
	}

#footer {
}

	#footer .banner {
		clear: both;
		display: block;
		padding: 0px 0px 10px 0px;
		text-align: center;
	}
	
	#footer .topics {
		overflow: hidden;
		background: white url(../images/site/bg-footer.png) repeat-x center center;
		font-size: 11px;
		color: black;
	}
	
		#footer .topics div {
			float: left;
			width: 195px;
			padding: 20px 0;
			background: url(../images/site/dots-vertical.gif) no-repeat right center;
		}
	
		#footer .topics h6 {
			margin-bottom: 5px;
			padding: 0 15px;
			
			font-size: 15px;
			font-weight: bold;
			color: #D81600;
		}
		
		#footer .topics ul {
			padding: 0 15px;
		}
		
			#footer .topics h6 a {
				text-decoration: none;
				color: #D81600;
			}
			
			#footer .topics ul a {
				display: block;
				font-weight: bold;
				text-decoration: none;
				color: black;
			}
			
			#footer .topics ul li {
				padding: 5px 0;
				background: url(../images/site/dots-horisontal.gif) repeat-x center bottom;
			}
			
		#footer .topics .last {
			background: none;
		}
		
		#footer .topics em {
			
		}
		
	#footer .address {
		overflow: hidden;
		height: 38px;
		margin: 1px 0 0 0;
		padding: 0 15px;
		background: url(../images/site/bg-address.png) repeat-x center center;
		font-size: 10px;
		line-height: 36px;
		color: white;
	}
	
		#footer .address address {
			float: left;
			margin-right: 15px;
			font-weight: bold;
		}
		
		#footer .address a {
			padding: 0 2px;
			color: white;
		}




/*
 * Page elements
 */
 
/* Accents */
#accents {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	height: 250px;
	color: white;
}

	#accents div {
		display: none;
		overflow: hidden;
		padding-right: 20px;
		background-position: center center;
	}
		#accents div.news_1 {
			background-image: url(../images/site/accents/1.jpg);
		}
		#accents div.news_2 {
			background-image: url(../images/site/accents/2.jpg);
		}
		#accents div.news_3 {
			background-image: url(../images/site/accents/3.jpg);
		}
		#accents div.news_4 {
			background-image: url(../images/site/accents/4.jpg);
		}
		#accents div.news_5 {
			background-image: url(../images/site/accents/5.jpg);
		}

	#accents .preview {
		float: left;
		margin-right: 20px;
	}
	
	#accents h3 {
		padding: 20px 0 0 0;
		font-size: 20px;
	}
	
		#accents h3 a {
			text-decoration: none;
			color: white;
		}
			#accents h3 a:hover {
				color: #E2E2E2;
			}
	
	#accents p {
		padding: 20px 0 0 0;
	}
	
	#accents ul {
		position: absolute;
		overflow: hidden;
		display: block;
		width: 380px;
		height: 70px;
		right: 0;
		bottom: 10px;
	}
	
		#accents ul li {
			float: left;
			padding-right: 14px;
		}
		
			#accents ul li a {
				display: block;
				width: 60px;
				padding-top: 10px;
			}
		
		#accents ul img {
			border: 1px solid white;
		}
 
/* Elements in sidebar */
.sidebar .banner {
	margin-bottom: 10px;
}

.sidebar .box,
.content .box,
#grabber_view_content .box,
.pricegrabber_view .box{
	margin-bottom: 10px;
	background: black url(../images/site/bg-box-up.png) repeat-x center top;
}

	.content .black {
		background: black;
		padding: 15px;
	}
	
	.content .no-margin {
		margin: 0;
	}

	.sidebar .box .inside,
	.content .box .inside {
		min-height: 100px;
		background: url(../images/site/bg-box-down.png) repeat-x center bottom;
	}
	
		.sidebar .box .catalogue h4 a {
			display: inline;
			text-decoration: none;
		}
		
		.sidebar .box .catalogue h4 a:hover {
			text-decoration: underline;
		}
	
	.sidebar .box h6,
	.sidebar .box h5 {
		padding: 5px 10px;
		font-size: 14px;
		color: #E2E2E2;
	}
	
	.sidebar .box h5 {
		font-size: 16px;
		font-weight: bold;
	}
	
		.sidebar .box h5 a {
			text-decoration: none;
		}
		
			.sidebar .box h5 a:hover {
				text-decoration: underline;
			}
	
	.sidebar .box .simple_list {
		padding: 5px 10px 0 10px;
	}
	
		.sidebar .box .simple_list li {
			padding: 0 0 10px 10px;
			background: url(../images/site/arrow-simple-list.gif) no-repeat 0 4px;
		}
		
		.sidebar .box .simple_list a {
			text-decoration: none;
			color: #E2E2E2;
		}
		
	.sidebar .box .catalogue {
		padding: 5px 10px;
		font-size: 11px;
		color: #E2E2E2;
	}
	
		.sidebar .box .catalogue li {
			overflow: hidden;
			padding-bottom: 10px;
			margin-bottom: 10px;
			background: url(../images/site/dots-horisontal.gif) repeat-x center bottom;
		}
			.sidebar .box .catalogue li.last {
				margin-bottom: 0;
				padding-bottom: 5px;
				background: none;
			}
		
		.sidebar .box .catalogue a {
			display: none;
			color: #E2E2E2;
		}
		
		.sidebar .box .catalogue h4 {
			font-weight: bold;
			cursor: pointer;
			
		}
		
		.sidebar .box .catalogue img {
			float: left;
			padding-right: 10px;
		}

	.sidebar .search {
		min-height: 45px !important;
		position: relative;
	}
	
		.sidebar form {
			float: none;
			border:medium none;
			padding: 10px;
		}
		
			#advanced_search {
				display: none;
			}
		
			.sidebar .buttons a {
				color: #868686;
				cursor: pointer;
				float: left;
				font-size: 11px;
				position: absolute;
				right: 10px;
			}
			
			.sidebar .search li {
				width: 223px;
				float:left;
				overflow:hidden;
				margin-bottom: 10px;
			}
			
				.sidebar .search li.last {
					margin-bottom: 0px;
					overflow: hidden;
				}
				
				.sidebar .search li.keyword {
					background: url(../images/site/bg-search-button-input.png) no-repeat left center;
					height: 24px;
				}
			
			
			.sidebar .search label {
				float: left;
				margin-right: 10px;
				color: #868686;
				font-size: 11px;
			}				
				
			.sidebar .search input#search {
				width: 190px;
				height: 18px;
				padding: 5px 0 0 5px;
				background: none;
				border:medium none;
				float: left;				
			}					
			
			.sidebar .search a#search_button {
				display: block;
				width: 23px;
				height: 22px;
				float: right;
				text-indent: -9999px;
			}
			
			.sidebar .search input.search_type {
				float: left;
				margin-right: 5px;
				background: none;
			}

			.sidebar .search select {
				width: 223px;
				height: 18px;
				margin-right:5px;
				border: 1px solid #cccccc;	
				color: #868686;
			}
		

#magazines {
	position: relative;
	margin-bottom: 10px;
	background: black url(../images/site/bg-box-up.png) repeat-x center top;
}

	#magazines .jcarousel-container {
		background: url(../images/site/bg-box-down.png) repeat-x center bottom;
	}
	
	#magazines .jcarousel-clip {
		z-index: 2;
		padding: 0;
		margin: 0 auto;
		width: 240px;
		overflow: hidden;
		position: relative;
	}
	
	#magazines .jcarousel-list {
		z-index: 1;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
	}
	
	#magazines .jcarousel-list li,
	#magazines .jcarousel-item {
		float: left;
		position: relative;
		overflow: hidden;
	
		width: 240px;
		height: 202px;
		padding: 8px 0 0 0;
	
		list-style: none;
		text-align: center;
	}
	
	#magazines .jcarousel-prev,
	#magazines .jcarousel-next {
		position: absolute;
		width: 24px;
		height: 42px;
		left: 0;
		top: 80px;
		
		background: url(../images/site/btn-carousel.png) no-repeat center top;
		cursor: pointer;
	}
	
	#magazines .jcarousel-next {
		right: 0;
		left: auto;
		background-position: center bottom;
	}
	
.content .banner {
	padding: 10px 0;
	text-align: left;
	overflow: hidden;
	min-height: 60px;
}

	.content .banner .banner_right {
		float: right;
		height: 60px;
		width: 160px;
	}

	.content .banner .banner_left {
		float: left;
		width: 468px;
		height: 60px;
	}

.content .banner-margin {
	margin: 0px 15px 0px 15px;
}

.content .middle-height {
	min-height: 10px;
}
	
.last_news {
	overflow: hidden;
	padding: 10px 0px 0px 0px;
	background: url(../images/site/bg-boxes.jpg) no-repeat center center;
}

	.last_news.little {
		padding: 10px 0 0 0;
		background: url(../images/site/bg-boxes-little.jpg) no-repeat center bottom;
	}
	
	.last_news .list {
		overflow: hidden;
		float: left;
		width: 312px;
		padding: 10px;
		margin-right: 5px;
	}
	
	.last_news .list.last {
		margin: 0;
	}
	
		.last_news .list ul,
		.last_news .list ol {
			clear: both;
			padding: 10px 0 0 0;
		}
		
			.last_news .list li {
				overflow: hidden;
				padding: 5px 0 5px 0;
				background: url(../images/site/dots-horisontal.gif) repeat-x left bottom;
				position: relative;
			}
			
				.last_news .list ol li {
					background-image: url(../images/site/lines-horisontal.gif);
				}
		
			.last_news .list img {
				float: left;
				margin-right: 10px;
			}
			
			.last_news .list li span.playvideo {
				background: url(../images/site/play.png) no-repeat center center;
				width: 110px;
				height: 110px;
				position: absolute;
				text-indent: -9999px;
				z-index: 10;
				cursor: pointer;	
				left: 0px;		
			}
			
			.last_news .list li a {
				color: #C72C00;
			}
			
			.last_news .list li.last {
				background: none;
			}
			
			.last_news .list li.first {
				background-image: url(../images/site/lines-horisontal.gif);
			}
			
			.last_news .list li em {
				float: right;
				padding-right: 10px;
				font-size: 11px;
				font-style: italic;
				background: url(../images/site/arrow-simple-list.gif) no-repeat right center;
			}
			
		.last_news .list h4 {
			font-weight: bold;
		}
			
			.last_news .list ol h4 {
				padding: 0 0 5px 0;
			}
		
			.last_news .list h4 a {
				display: block;
				color: white;
				font-size: 11px;
				text-decoration: none;
			}
				.last_news .list ol h4 a {
					font-size: 12px;
					font-weight: normal;
					padding-left: 10px;
					background: url(../images/site/arrow-simple-list.gif) no-repeat 0 4px;
				}
				.last_news .list h4 a:hover {
					color: #C72C00;
				}
				.last_news .list .first h4 a {
					font-size: 12px;
				}
		
		.last_news .list p {
			padding: 5px 0;
		}
	
		.last_news .list h3 {
			padding: 8px 0 0 0;
			font-size: 16px;
			font-weight: bold;
		}
			.last_news .list h3 a {
				text-decoration: none;
			}
				.last_news .list h3 a:hover {
					color: #C72C00;
				}
			
.date {
	float: left;
	width: 25px;
	height: 38px;
	margin-right: 10px;
	
	background: url(../images/site/bg-date.gif) no-repeat center center;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	color: white;
}

	.date em {
		display: block;
		font-size: 10px;
		font-weight: bold;
	}
		
.paginator {
	overflow: hidden;
	padding: 5px 15px 5px 15px;
	background: #343434;
}

	.paginator span {
		float: right;
	}
	
	.paginator a {
		font-size: 10px;
	}
	
		.paginator a.active {
			text-decoration: none;
		}
	
	.paginator .category_filter, .paginator .article_filter {
		float: left;
		font-size: 10px;
	}

	.paginator input[type=checkbox] {
		padding: 0px;
	}

	.articles {
		min-height: 1065px;
	}
	
	.articles ul {
		overflow: hidden;
	}
	
	.articles li {
		min-height: 110px;
		overflow: hidden;
		padding: 15px 0 10px 0;
		margin: 0 12px 0 15px;
		background: url(../images/site/dots-horisontal.gif) repeat-x left bottom;
		position: relative;
	}
		.articles li.last {
			background: none;
		}
	
	.magazines li {
		min-height: 195px;
	}	
	
	.articles .preview {
		float: left;
		margin-right: 13px;
		text-decoration: none;
	}
	
		.articles .preview span {
			display: block;
			padding-top: 5px;
			text-decoration: underline;
			font-size: 10px;
		}
			.articles .preview span:hover {
				text-decoration: none;
			}

	.articles .playvideo {
		background: url(../images/site/play.png) no-repeat center center;
		width: 110px;
		height: 110px;
		position: absolute;
		text-indent: -9999px;
		z-index: 10;
		cursor: pointer;
	}
			
	.articles .price, #article .price {
		display: block;
		padding-top: 10px;
		font-weight: bold;
	}
	
		.articles .price em, #article .price em {
			font-weight: bold;
			font-style: normal;
			color: #E5422C;
		}
	
	.articles .date {
		margin-right: 13px;
	}
	
	.articles .text {
		float: left;
		width: 480px;
	}
	
	.articles .more {
		font-size: 11px;
	}
	
		.articles li h2 {
			padding-bottom: 10px;
			font-size: 13px;
		}
		
		.articles h2 a {
			text-decoration: none;
			color: #E2E2E2;
		}
			.articles h2 a:hover {
				color: #C72C00;
			}
			
	.articles .note {
		float: right;
		padding: 2px 12px 2px 15px;
		background: url(../images/site/bg-note.gif) no-repeat left center;
		font-size: 10px;
	}
	
	.articles ul.catalogues {
		overflow: hidden;
		margin-left: 15px;
	}
	
		.articles ul.catalogues li {
			float: left;
			background: none;
			margin: 0px 20px 10px 0px;
			width: 145px;
		}
		
			.articles ul.catalogues li.last {
				margin-right: 0px;
			}
			
			.articles ul.catalogues li a.download_button {
				background: transparent url(../images/site/pdf.gif) no-repeat left center;
				text-align: center;
				font-size: 11px;
				height: 22px;
				float: left;
				line-height: 22px;
				padding-left: 30px;
				margin: 5px 0px 0px 30px;
			}

.fixbanner {
	position: relative;
	left: -14px;
}
			
.noresults {
	padding-top: 20px;
	min-height: 510px;
	text-align: center;
}	
	
#article {
	overflow: hidden;
	padding: 15px;
}

	#article .author {
		float: right;
		margin: 0 0 5px 10px;
		font-size: 10px;
	}
	
		#article .author strong {
			font-weight: bold;
		}
		
	#article .title, #article .subtitle {
		font-size: 16px;
		font-weight: bold;
	}
		#article .subtitle {
			margin-top: 10px;
			font-size: 13px;
		}
	
	#article .text {
		clear: both;
		overflow: hidden;
		padding-top: 15px;
	}
	
	#article .preview {
		float: left;
		overflow: hidden;
		padding: 0 10px 5px 0;
	}
	
		#article .preview div {
			text-align: left;
		}
		
		#article .preview a {
			float: left;
			margin: 0 5px 5px 0;
			padding: 3px;
			background: #E2E2E2;
		}
		
	#article #share {
		margin-top: 15px;
		float: right;
	}	
	
	#article #article_gallery {
		margin-bottom: 10px;
	}
	
	#article #article_gallery div {
		margin-top: 10px;
		overflow: hidden;
	}
	
		#article #article_gallery div a {
			margin-right: 10px;
			margin-bottom: 5px;
			display: block;
			float: left;
		}
		
			#article #article_gallery div a.last {
				margin-right: 0px;
			}
			
		#article #gadget_specs {
			margin-top: 10px;
			width: 100%;
		}
		
			#article #gadget_specs td {
				text-align: left;
				vertical-align: top;
				padding-bottom: 5px;
			}
			
				#article #gadget_specs td strong {
					font-weight: bold;
				}

	#article #compare {
		float: right;
		margin-bottom: 15px;
	}
	
		#article #compare form label {
			font-weight: bold;
			font-size: 11px;
		}	
	
		#article #compare form select {
			width: 100px;
		}
		
		#article #compare form button {
			padding: 3px 5px;
			border: 0;
			background: url(../images/site/btn-bg.gif) repeat-x center center;
			color: #333;
			cursor: pointer;
		}
				
#comments {
	padding: 15px;
	background: url(../images/site/bg-box-up.png) repeat-x center top;
}

	#comments ul li {
		margin: 0 0 10px 0;
		background: url(../images/site/dots-horisontal.gif) repeat-x center bottom;
	}
	
		#comments ul li.last {
			background: none;
		}	
	
		#comments ul li h5 {
			padding: 0 0 10px 18px;
			background: url(../images/site/comment.gif) no-repeat 0 2px;
			font-size: 11px;
		}
			
			#comments ul li h5 strong {
				font-weight: bold;
			}

	#comments h4 {
		padding-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#comments form li {
		overflow: hidden;
		padding-bottom: 5px;
	}
	
		#comments form li label {
			display: block;
			padding: 0 0 5px 0;
			font-weight: bold;
			font-size: 11px;
		}
		
		#comments form li textarea {
			width: 600px;
			height: 170px;
			color: #333;
		}
		
		#comments form li input {
			width: 400px;
			color: #333;
		}
			#comments form li input.names {
				width: 200px;
			}
			
		#comments form button {
			padding: 3px 5px;
			border: 0;
			background: url(../images/site/btn-bg.gif) repeat-x center center;
			color: #333;
			cursor: pointer;
		}
		
		#comments form .buttons {
			padding: 10px 0 0 0;
			text-align: center;
		}
		
#account {
	padding: 15px;
	background: url(../images/site/bg-box-up.png) repeat-x center top;
	min-height: 1028px;
}		

	#account .title {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
		
	#account form li {
		overflow: hidden;
		padding-bottom: 5px;
	}
	
		#account form li label {
			display: block;
			padding: 0 0 5px 0;
			font-weight: bold;
			font-size: 11px;
		}
		
		#account form li textarea {
			width: 600px;
			height: 170px;
			color: #333;
		}
		
		#account form li input {
			width: 400px;
			color: #333;
		}
			#account form li input.small {
				width: 200px;
			}
			
		#account form li select {
			width: 410px;
			color: #333;
			padding: 4px 3px;
			background: white;
			outline: none;
		}			
			
		#account form button {
			padding: 3px 5px;
			border: 0;
			background: url(../images/site/btn-bg.gif) repeat-x center center;
			color: #333;
			cursor: pointer;
		}
		
		#account form .buttons {
			padding: 10px 0px 0px 0px;
			width: 410px;
			text-align: right;
		}		
	
#breadcrumbs {
	display: block;
	position: relative;
	padding: 0px;
	top: 7px;
	font-size: 11px;
	font-weight: bold;
}

	#breadcrumbs a {
		text-decoration: none;
	}
		#breadcrumbs a:hover {
			text-decoration: underline;
		}
		
#two_columns {
	overflow: hidden;
	background: url(../images/site/bg-categories.png) no-repeat left bottom;
}

	#two_columns .categories,#two_columns .categories_grabber  {
		float: left;
		width: 170px;
		padding: 0 10px;
		margin-right: 10px;
		background: #000 url(../images/site/bg-box-up.png) repeat-x center top;
	}
	
		#two_columns .categories h3 {
			padding: 5px 0 10px 0;
			font-size: 18px;
			font-weight: bold;
		}
		
		#two_columns .categories_grabber h3 {
			padding: 10px 0 10px 0;
			font-size: 15px;
			font-weight: bold;
		}
		
		#two_columns .categories h4,#two_columns .categories_grabber h4 {
			padding-bottom: 5px;
			font-size: 15px;
			font-weight: bold;
			color: #E5422C;
		}
		
		#two_columns .categories ul,#two_columns .categories_grabber ul  {
			padding-bottom: 20px;
		}
		
		#two_columns .categories li {
			padding: 5px 0 5px 10px;
			background: url(../images/site/arrow-simple-list.gif) no-repeat 0 10px;
		}
		
		#two_columns .categories_grabber li
		{
			padding: 5px 0 5px 0px;
			background:none;
		}
		
		#two_columns .categories a,#two_columns .categories_grabber a {
			text-decoration: none;
		}
			#two_columns .categories a:hover,#two_columns .categories_grabber a:hover {
				text-decoration: underline;
			}
			
		#two_columns .articles li {
			overflow: visible !important;
		}
	
	#two_columns .box {
		float: left;
		margin: 0;
		width: 470px;
	}
	
		#two_columns .box .text {
			width: 320px;
		}
		
		#two_columns .banner {
			overflow: visible !important;
		}
		
		#two_columns .banner .inner-banner {
			position: absolute;
			left: -14px;
		}
		
#content .wide {
	width: 980px;
}

	#content .wide #game-container {
		background: url(../images/site/game/bg-game.jpg) no-repeat center top;
		height: 411px;
		padding: 10px 35px 10px 35px;
		position: relative;
	}
	
		#game-container #yesno {
			overflow: hidden;
			width: 290px;
			margin: 60px auto 0px auto;
		}
	
			#game-container #yesno li {
				float: left;
				margin-right: 20px;
			}
			
		#game-container a.button {
			background: url(../images/site/game/button.png) no-repeat center -5px;
			width: 125px;
			height: 42px;
			line-height: 42px;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			display: block;
			font-size: 13px;
			font-weight: bold;
			color: black;
		}
		
		#game-container a.button:hover {
			background: url(../images/site/game/button.png) no-repeat center -58px;
			color: white;
		}
	
		#game-container #question {
			display: block;
			text-align: center;
			margin-top: 30px;
			padding-top: 25px;
			height: 125px;
		}
	
		#game-container #question table {
			width: 735px;
			height: 90px;
			margin: 0 auto;
			vertical-align: middle;
		}
	
		#game-container #question h2, #game-container #question h3, #game-container #question img {
			font-size: 22px;
			font-weight: bold;
			margin: 0;
			display: block;
		}
		
			#game-container #question h3{
				text-align: left;
				font-size: 16px;
				margin-bottom: 10px;
			}
			
			#game-container #question p {
				text-align: left;
				font-size: 12px;
			}

		#game-container #answers {
			overflow: hidden;
		}
		
		#game-container #answers li {
			min-height: 50px;
			padding: 13px 5px 0px 60px;
			float: left;
			width: 240px;
			font-size: 14px;
		}
		
		#game-container #answers li.c {
			padding-right: 0px;
		}
		
		#game-container #answers .a { background: url(../images/site/game/a.png) no-repeat -15px -15px; }
			
		#game-container #answers .b { background: url(../images/site/game/b.png) no-repeat -15px -15px; }
		
		#game-container #answers .c { background: url(../images/site/game/c.png) no-repeat -15px -15px; }		
		
		#game-container #play-buttons {
			height: 42px;	
			position: absolute;
			left: 375px;
			bottom: 12px;
		}
		
		#game-container #play-buttons li {
			float: left;
			width: 75px;
			
		}
		
		#game-container #play-buttons li a {
			text-decoration: none;
			height: 42px;
			display: block;
		}
		
		#game-container #play-buttons li a.a {background: url(../images/site/game/answer-a.png) no-repeat center top;}
		#game-container #play-buttons li a.b {background: url(../images/site/game/answer-b.png) no-repeat center top;}
		#game-container #play-buttons li a.c {background: url(../images/site/game/answer-c.png) no-repeat center top;}
		
		#game-container #play-buttons li a:hover{
			background-position: center bottom;
		}
		
		#game-container #hint {
			display: block;
			background: url(../images/site/game/hint.png) no-repeat right center;
			position: absolute;
			height: 26px;
			padding: 10px 40px 0px 0px;
			bottom: 30px;
			right: 15px;
		}
		
		#game-container ul#results-left, #game-container ul#results-right {
			margin: 35px 120px 0px 0px;
			float: left;
			width: 380px;
			font-weight: bold;
			font-size: 14px;
		}
		
			#game-container ul#results-right {
				margin-right: 0px;
			}
			
			#game-container ul#results-left li {
				margin-bottom: 5px;
			}
			
		#game-container #pager {
			position: absolute;
			bottom: 100px;
			right: 25px;
			text-align: right;
		}
		
.flash_messages {
	background: #000000 url(../images/site/bg-box-up.png) repeat-x scroll center top;
	display: block;
	margin-bottom:10px;
	padding:7px 15px;
	color: white;
}

	.flash_messages p {
		color: white;
		font-weight: bold;
	}

	.flash_messages ul {
		font-size: 11px;
	}

	.flash_messages li {
		padding: 0px;
	}
		
.magazine-text {
	width: 440px !important;
}
	
/* Text boxes */
.text {
    padding-bottom: 10px;
    font-size: 12px;
}

	.text a {
		color: #C72C00;
		text-decoration: underline;
	}
        .text a:hover {
            text-decoration: none;
        }

	.text strong {
		font-weight: bold;
	}

	.text em {
		font-style: italic;
	}

	.text ul,
	.text ol {
		padding: 3px 0 3px 5px;
	}

		.text ol li {
			list-style: decimal;
			list-style-position: inside;
		}

		.text ul li {
			padding: 0 0 3px 13px;
			list-style-type: disc;
			list-style-position: inside;
		}

	.text p {
		padding-bottom: 5px;
	}

	.text h1,
	.text h2,
	.text h3 {
		font-size: 16px;
		padding-bottom: 5px;
        font-weight: bold;
        color: #E2E2E2;
	}

    .text h2 {
        font-size: 14px;
    }

    .text h3 {
        font-size: 12px;
    }

	.text h4 {
		font-size: 13px;
	}

	.text h5 {
		font-size: 13px;
	}

	.text h6 {
		font-size: 12px;
	}
	
.text_nopadding {
	padding-bottom: 0px !important;
}

#newsletter input {
  border: none;
  width: 200px;
}


#newsletter .input {
  clear: both;
  overflow: hidden;
  margin-bottom : 10px;
}
#newsletter label {
  float: left;
  width: 50px;
  height: 21px;
  line-height: 21px;
}

#newsletter input#captcha {
  border: none;
  width: 50px;
  text-transform: uppercase;
}

#newsletter .input.country label{
  width: auto;
}

#newsletter .input.country input {
  width: auto;
  margin: 0px 3px 0px 5px;
}

#newsletter #code {
  position: relative;
  top: 5px;
}

#newsletter .actions ,
#categories .actions {
  width: 86px;
	margin-top: 10px;
	margin-left: 50px;
	display: block;
	height: 20px;
	text-decoration: none;
	line-height: 20px;
	text-align:center;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #515151;
	background: url(../images/site/btn-form.jpg) no-repeat center center;
}

#categories .actions {
  margin-left: 10px;
}

#categories {
  margin-top: 20px;
}

#categories .subcategory {
  margin-left: 20px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
  display: inline;
}

#categories input {
  padding: 0 !important;
  margin: 4px 3px;
  outline: none;
  background: none;
}


#categories label {
  height: 20px;
  line-height: 24px;
}

#categories div {
  margin-bottom: 10px;
}

#categories .left {
  float: left;
}

#categories .right {
  float: right;
}

#trackers {
	margin-top: 2px;
	float: right;
}

/* Flipping Book */

#fbFooter {
	height: 25px;
	margin-bottom: 15px;
}

#fbCurrentPages {
	color: #C72C00;
	font-weight: bold;
}

.fbPaginationMinor {
}

#fbContents {
	color: 555555;
	float: left;
	margin-top: 5px;
}

#fbTotalPages {
	color: 555555;
}

#fbMenu {
	float: right;
	margin-top: 5px;
}

/* Flash games */

.twocolumns {
	overflow: hidden;
}

	.twocolumns li {
		float: left;
		width: 320px;
		margin: 0px;
		overflow: hidden;
	}
	
		.twocolumns li.first {
			clear: both;
			margin: 0pt 0px 0pt 15px;
		}
		
		.twocolumns li.banner {
			clear: both;
			float: none;
			width: 640px;
			margin: 0pt 12px 0pt 15px;
		}
	
	.twocolumns .first .text {
		width: 185px;
		padding-right: 10px;
	}
		
	.twocolumns .text {
		width: 195px;
	}
	
/* Price grabber */
.pricegrabber
{
	background:#000;
	height:800px;
}
.pricegrabber_view
{
	background:#000;
	height:315px;
	width:670px;
}
#categories_pricegrabber
{
	padding:17px;
	width:635px;
}
#categories_pricegrabber li
{
	width:125px;
	float:left;
	margin:0 45px 0 0;
}
#categories_pricegrabber .last
{
	margin-right:0;
}
#categories_pricegrabber li a
{
	text-decoration:none;	
}
#categories_pricegrabber li .category_text
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#d2d1c3;
	text-align:center;
	display:block;
}
#categories_pricegrabber .hr
{
	margin:17px 0 17px 0;
	display:inline;
	overflow:hidden;
	background:#fff url(../images/dotted.jpg);
	width:635px;
	height:1px;
}

#grabber_search_baner
{
	margin:0 0 0 30px;
}

#grabber_view_big_image
{
	display:block;
	width:265px;
	height:184px;
	overflow:hidden;
	padding:20px 20px 20px 20px;
	float:left;
}

.pricegrabber_view #top_title
{
	padding:20px 10px 0 10px;
	font-family:Arial;
	font-size:16pt;
	font-weight:bold;
	color:#d2d1c3;
}
.pricegrabber_view #top_desc
{
	padding:20px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:regular;
	color:#d2d1c3;
}
.pricegrabber_view #selected_search
{
	margin:10px 0 0 0;
	color:#d2d1c3;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
.pricegrabber_view #selected_search .red
{
	color:#e5422c;
}
.pricegrabber_view #top_baner
{
	margin:100px 20px 20px 0px;
	float:left;
}

#grabber_view_content
{
	margin:2px 0 0 0;
	width:985px;
	height:800px;
}
#table_products #first_row td
{
	background:#1b1b1b;
	text-align:center;
	color:#d2d1c3;
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;
}
#table_products #products{ width:350px;height:45px; }
#table_products #price{ width:130px; }
#table_products #programs{ width:120px; }
#table_products #areacode{ width:160px; }
#table_products #shop { width:128px; }
#table_products #therm{ width:90px; }
#table_products .pr_image
{
	padding:24px 20px 20px 20px;
	float:left;
}
#table_products .pr_title
{
	margin:42px 0 0 0;
	color:#d2d1c3;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
#table_products .pr_short_desc
{
	padding:0 20px 0 0;
	color:#d2d1c3;
	font-family:Arial;
	font-size:12px;
}
#table_products .text-price
{
	color:#d2d1c3;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 16px;
}
#table_products .num-price
{
	color:#e5422c;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 16px;
}

#table_products .pr_text
{
	margin:0 16px 0 16px;
	color:#d2d1c3;
	font-family:Arial;
	font-size:12px;
}

#table_products .logo_link
{
	margin:0 0 0 14px;
}

.grabber_toptable_menu
{
	clear:both;
	width:985px;
	height:32px;
}
#grabber_spec
{
	width:670px;
}
.grabber_toptable_menu .tab_link
{
	float:left;
	margin:5px 2px 0 0;
	width:133px;
	height:26px;
	background:#161616;
	text-decoration:none;	
	text-align:center;
}
.grabber_toptable_menu  .tab_selected
{
	background:#343434;
}
.grabber_toptable_menu .tab_link span
{
	display:block;
	margin:5px 0 0 0;
	color:#d2d1c3;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}
.grabber_toptable_menu #tab_select
{
	display:inline;
	float:right;
	margin:5px 10px 0 0;
}
.grabber_toptable_menu #tab_select span
{
	color:#d2d1c3;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
}

#grabber_specifications_content
{
	margin:2px 0 0 0;
	float:left;
	width:670px;
	min-height:250px;
	background:#000;
}
#table_specifications
{
	margin:20px 0 0 4px;
	border:dotted 1px #666;
	width:665px;
}
#spec_title
{
	padding:20px;
	background:#1b1b1b;
	text-align:center;
	color:#d2d1c3;
	font-weight:bold;
	font-size:12px;
	font-family:Tahoma;
}
#table_specifications .attr
{
	padding:0 0 0 10px;
	height:30px;
	width:337px;
	color:#D2D1C3;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
#table_specifications .value
{
	padding:0 0 0 10px;
	color:#E5422C;
	font-family:Arial;
	font-size:11px;
	width:337px;
}


#search_button_left_sidebar
{
	background:;
	border:solid 1px #999;
	width:25px;
	padding:0px;
	height:25px;
	float:left;
	margin:1px 0px 0 0;
	cursor:pointer;
}
#text_search
{
	margin:2px 0 0 0;
	border:none;
	height:16px;
	float:left;
}
#best_buy_index_baner
{
	padding:20px 0 40px 0;
	width:670px;
	height:130px;
}
#best_buy_index_baner a
{
	margin-left:17px;
	float:left;
	width:637px;
	height:130px;
	background:url(../images/best_buy/bestbuy_en_inner.jpg) no-repeat top center;
	text-indent:-99999px;
}
#best_buy_homepage_baner
{
	margin:10px 0 10px 0;
	width:670px;
	height:129px;
}
#best_buy_homepage_baner a
{
	float:left;
	width:670px;
	height:129px;
	background:url(../images/best_buy/bestbuy_en_fp.jpg) no-repeat top center;
	text-indent:-99999px;
}
#best_buy_index_sites
{
	float:left;
	margin:50px 0 30px 70px;
	display:inline;
	width:550px;
	height:auto;
}
#best_buy_index_sites ul li
{
	display:inline;
	float:left;
	padding:20px 10px 0 0;

}
/* ---------------- */
