/********************************************************************
 *
 * FileName    : layout.css
 * Created on  : Feb 19, 2009
 * Created by  : Ralph Bolliger
 * Description : Layout Definitions
 *
 * Copyright (c) 2009 by Nexway GmbH, Switzerland.
 *            All rights reserved.
 /*******************************************************************

/*
/--------------------------------------------------\
|                                                  |
|                           GLOBAL DEFINITIONS     |
\--------------------------------------------------/
*/

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: arial;
}
body {
	background-image: url(../images/layout/site-body-background.png);
	background-repeat: repeat-y;
	background-color: #303030;
	background-position: center;
}
a {
	outline: none;
}

/*
/--------------------------------------------------\
|                                                  |
|                           LAYOUT DEFINITIONS     |
\--------------------------------------------------/
*/

#wrapping-element {
	width: 898px;
	margin: 0px auto;
}
#header {
	height: 146px;
}
#sticker {
	position: relative;
	left: -110px;
	top: 30px;
}
#logocontainer {
	float: left;
	width:50%
}
#logopadder {
	padding:30px 0px 0px 24px;
}
#logocontainer h1.logo a {
	display: block;
	height: 106px;
	width:179px;
	text-indent: -9000px;
}
#flagscontainer {
	float: right;
	width:50%;
	text-align:right;
}
.flags {
	text-align: center;
	font-size: 11px;
	border-bottom:1px dotted #666666;
	color: #666666;
	margin: 0px 20px 0px 20px;
}
#flagstable {
	margin:50px 0px 0px 250px;
}
.flagimages {
	text-align:center;
}
input.search-submit {
	background-image: url(../images/layout/suggerst-search-button-green.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size:11px;
	cursor: pointer;
	width:53px;
	height:17px;
}
table.noco2 {
	border: 1px dashed green;
	background-color: #e5f2e5;
}
table.noco2 tr td {
	padding: 2px;
}
table.noco2 p {
	color: green;
	font-weight: bold;
	text-align: justify;
}

/*
/--------------------------------------------------\
|                                                  |
|                       NAVIGATION DEFINITIONS     |
\--------------------------------------------------/
*/

#navigation-area {
	height: 48px;
	background-image: url(../images/layout/navigation-background.png);
	padding-left:9px;
}
#navigation-area ul {
	padding-top:10px;
}
#navigation-area ul li {
	float: left;
	list-style-type: none;
	width: 128px;
	height: 28px;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
}
#navigation-area ul li.green {
	background-image: url(../images/layout/navigation-button-green.png);
}	
#navigation-area ul li.orange {
	background-image: url(../images/layout/navigation-button-orange.png);
}	
#navigation-area ul li.gray {
	background-image: none;
}	
#navigation-area ul li.gray:hover {
	background-image: url(../images/layout/navigation-button-gray.png);
}	
#navigation-area a.green {
	background-image: url(../images/layout/navigation-button-green.png);
}	
#navigation-area a.orange {
	background-image: url(../images/layout/navigation-button-orange.png);
}	
#navigation-area a.gray {
	color:#666666;
}	
#navigation-area a.orange {
	color:#ffffff;
}	
#navigation-area a.green {
	color:#ffffff;
}	
#navigation-area ul li a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	padding:7px 6px 5px 6px;
}

/*
/--------------------------------------------------\
|                                                  |
|                   END NAVIGATION DEFINITIONS     |
\--------------------------------------------------/
*/

input.sendafriend, textarea.sendafriend {
	width: 100%;
	border: 1px solid silver;
	background-color: #FAFAFA;
	font-size:11px;
	font-weight: bold;
	color: #666666;
	padding: 2px 0px 2px 0px;
}
label.sendafriend {
	line-height: 155%;
	font-size: 11px;
	font-weight: bold;
}
.six-pixel-spacer {
	height: 6px;
}
#teaser-area {
	height: 178px;
	background-image: none;
	background-repeat: no-repeat;	
}
img#dldldluuueee {
	position: relative;
	left: 441px;
	top:81px;
}
img.teaserimg {
	z-index: -99;
}
#container {
	background-image: url(../images/layout/dotted-limiter-servicenavigation.png);
	background-repeat: repeat-y;
	display: inline-block;
	width: 898px;
}
#servicenavigation {
	width: 223px;
	float: left;
}
#servicenavigation h1.navigation-title {
	font-size:12px;
	font-weight: bold;
	color: #666666;
	display:block;
	text-transform: uppercase;
	padding: 5px 0px 3px 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#games-categories li, #software-categories li, #links-categories li {
	list-style-type: none;
	background-image: url(../images/layout/categories-dotted-border.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 201px;
}
#games-categories li a, #software-categories li a, #links-categories li a {
	font-size:11px;
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 4px 5px 4px 20px;
	background-image: url(../images/layout/categories-arrow.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
#games-categories li a:hover, #software-categories li a:hover, #links-categories li a:hover {
	color: #000000;
}
#content {
	width: 662px;
	float: right;
}
#content h1 {
	font-size: 17px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #666666;
	padding-bottom:5px;
	clear: both;
}
#content p, #content ul, #content ol {
	line-height: 155%;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}
#content ul {
	margin-left:25px;
	list-style-image: url(../images/layout/little-tick.png);
}
#addiotional-details {
	float: right;
}
#packshot {
	margin:0px 0px 10px 10px;
	padding: 1px;
	text-align: center;
}
#buybox {
	margin:0px 0px 10px 10px;
}
#techdetails {
	margin:0px 0px 10px 10px;
	width:180px;
}
#social-networking {
	margin:0px 0px 10px 10px;
	width:180px;
}
#support-image {
	margin:0px 0px 10px 10px;
}
#facebook {
	background-image: url(../images/layout/facebook.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #000000;
	margin-left: 5px;
}
#delicious {
	background-image: url(../images/layout/delicious.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #000000;
	margin-left: 5px;
}
#misterwong {
	background-image: url(../images/layout/mrwong.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #000000;
	margin-left: 5px;
}
#twitter {
	background-image: url(../images/layout/twitter.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #000000;
	margin-left: 5px;
}
a#email {
	background-image: url(../images/layout/email.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #000000;
	margin-left: 5px;
}
a#printpage {
	background-image: url(../images/layout/printpage.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	color: #000000;
	margin-left: 5px;
}
#product-detail-box {
	border:5px solid black;
	width: 180px;
}
#product-detail-text {
	line-height: 155%;
	font-size: 11px;

}
#floating-boxes {
	background-image: url(../images/layout/floating-boxes-background.png);
	background-repeat: repeat-y;
	background-position: center top;
	display: inline-block;
}
.box {
	width:220px;
	float: left;
	text-align: center;
	background-image: url(../images/layout/floating-boxes-background-horizontal-limiter.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.box h2 {
	/*Produkttitel*/
	font-size:12px;
	color: #666666;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	text-decoration: none;
}
.detailandprice-wrapper {
	margin: 10px;
}
.detailandprice {
	padding: 3px;
	-moz-border-radius:10px;
	border:1px solid #e1e1e2;
	background-image: url(../images/layout/productboxes-pricecontainer.png);
	background-repeat: repeat-x;
	height: 67px;
}
.box em.price {
	font-weight: bold;
	font-style: normal;
	line-height: 200%;
}
.box em.price sup {
	font-size: 10px;
	font-weight: normal;
}
a.details-button {
	font-size:11px;
	text-decoration: underline;
	font-weight: bold;
}
table.download-button-details-box {
	margin-left:12px;
}
#seventeen-pixel-limiter {
	height: 17px;
}
#logocontainer {
	width:50%;
	float: left;
}
#flagscontainer {
	width:50%;
	float: right;
}
#footer {
	clear: both;
	height:85px;
	background-image: url(../images/layout/footer-background.png);
	background-repeat: no-repeat;
}
#footer-left {
	width:50%;
	float: left;
}
#footer-left img {
	margin-top: 35px;
	margin-left: 20px;
}
#footer-right {
	width:50%;
	float: right;
}
#footer-right p {
	font-size:11px;
	text-align: right;
	margin-right: 20px;
	color: #333333;
	margin-top: 20px;
	line-height: 155%;
}
#footer-right p a {
	color: #333333;
}
a.enthusiastic {
	background-image: url(../images/layout/tick.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
#software-suggestion {
	background-repeat: repeat-x;
	background-position: bottom;
}
#software-suggestion-content {
	padding:10px;
}
#suggestion-lasche {
	position:relative;
	margin-bottom: -35px;
	height: 35px;
	background-position: center top;
	background-repeat: no-repeat;
}
#suggestion-lasche p {
	text-align: center;
	padding-top: 5px;
}
#suggestion-lasche a {
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
#software-suggestion-content h1 {
	color: #666666;
	font-size:17px;
	line-height: 155%;
	border-bottom:1px dotted #666666;
	margin-bottom: 15px;
}
#software-suggestion-content p {
	color: #666666;
	font-size:11px;
	line-height: 155%;
}
#software-suggestion-content label {
	color: #666666;
	font-weight: bold;
	display: block;
	font-size:11px;
	margin:0px 0px 2px 0px;
}
#software-suggest-submit {
	margin:5px 0px 10px 0px;
	padding:3px;
	color:#666666;
	font-weight: bold;
	font-size:11px;
	cursor: pointer;
	border: 1px solid #666666;
	background-color: #e1e1e1;
}
.software-suggest-input {
	color: #666666;
	width: 200px;
	padding: 3px;
	font-size:11px;
	font-weight: bold;
	border: 1px dotted #ffffff;
	margin-bottom: 5px;
	background-color:#e1e1e1;
	border: 1px solid #666666;
}
div.true {
	padding:5px;
	background-color: #009900;
	border: 1px solid #005700;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
div.true a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
div.false {
	padding:5px;
	background-color: #a30000;
	border: 1px solid #5a0000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
div.false a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
li.publisher {
	float: left;
	width: 150px;
	height: 20px;
}
div.products-of-publisher {
	padding: 10px;
}
div.products-of-publisher ul li {
	float: left;
	height: 20px;
	/*margin-right: 30px;*/
	width: 305px;
}
table.avapages tr td  {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	color: #666666;
}
table.avapages tr td a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.search-text {
	background-color:#ffffff;
	border:1px solid #878787;
	font-size:11px;
	font-weight: bold;
	color: #666666;
	padding: 2px 0px 2px 0px;
	width:300px;
}
table#red-price {
	background-image: url(../images/layout/preis-schild-detail-rot.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 1px;
}
table#red-price tr td {
	width: 180px;
}
table#red-price tr td p {
	color: white;
	font-size: 15px;
	font-weight: bold;
}
table#red-price tr td p sub {
	font-size: 12px;
}

/*
/--------------------------------------------------\
|                                                  |
|               SEARCH SUGGESTIONS DEFINITIONS     |
\--------------------------------------------------/
*/

#suggest-search-form {
	padding-top: 2px;
}
input.suggest-search-text {
	background-color:#ffffff;
	border:1px solid #878787;
	font-size:11px;
	font-weight: bold;
	color: #666666;
	padding: 2px 0px 2px 0px;
}
input.suggest-search-submit {
	background-image: url(../images/layout/suggerst-search-button-green.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size:11px;
	cursor: pointer;
	width:53px;
	height:17px;
}
#suggest-search-result-table {
	font-size:11px;
	color: #666666;
	width: 232px;
}
#acpre ul {
	margin-top:-10px;
}
#acpre ul li {
	background-color: #ffffff;
	width: 232px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	background-image: url(../images/layout/suggestion-results-bg.png);
	background-repeat: repeat-x;
}
#acpre ul li table tr td {
	padding:5px;
}
#acpre ul li.selected {
	background-color: #eeeeee;
	color: #000000;
	font-weight: bold;
}

/*
/--------------------------------------------------\
|                                                  |
|                      LANDINGPAGE DEFINITIONS     |
\--------------------------------------------------/
*/

#product-of-the-week {
	width: 450px;
	float: left;
}
#product-of-the-week a img {
	margin-bottom: 10px;
}
#three-easy-steps {
	width: 202px;
	float: right;
}
hr.landingpage-limiter {
	background-color: #cccccc;
	height: 1px;
	clear: both;
}
#top-downloads, #news-software, #news {
	width: 220px;
	float: left;
}
#top-downloads div, #news-software div, #news div {
	padding: 0px 5px 5px 5px;
}
#top-downloads div h1.gaptitle, #news-software div h1.gaptitle, #news div h1.gaptitle {
	border-bottom: 0px;
	padding-left: 30px;
}
#top-downloads div h1.gaptitle {
	background-image: url(../images/layout/h1-download.png);
	background-repeat: no-repeat;
	background-position: left;
}
#news-software div h1.gaptitle {
	background-image: url(../images/layout/h1-bulb.png);
	background-repeat: no-repeat;
	background-position: left;
}
#news div h1.gaptitle {
	background-image: url(../images/layout/h1-sheet.png);
	background-repeat: no-repeat;
	background-position: left;
}
#top-downloads div div, #news-software div div, #news div div {
	margin-left: 20px;
}
#top-downloads div div ol, #news-software div div ol, #news div div ol {
	background-color: #FAFAFA;
	list-style-type: decimal-leading-zero;
}
#top-downloads div div ol li, #news-software div div ol li, #news div div ol li {
	border-top: 1px solid #E6E6E6;
	padding: 0px 0px 0px 0px;
}
#top-downloads div div ol li:hover, #news-software div div ol li:hover, #news div div ol li:hover {
	background-color: #5f8fb7;
}
#top-downloads div div ol li a, #news-software div div ol li a, #news div div ol li a {
	display: block;
	border-bottom: 0px;
	padding: 5px 0px 5px 5px;
}
#top-downloads div div ol li a:hover, #news-software div div ol li a:hover, #news div div ol li a:hover {
	color: #ffffff;
}

/*
/--------------------------------------------------\
|                                                  |
|                      HOW-TO AREA DEFINITIONS     |
\--------------------------------------------------/
*/

#how-to-step-one, #how-to-step-two, #how-to-step-three {
	width: 220px;
	float: left;
	padding-top: 310px;
	background-repeat: no-repeat;
}
#how-to-step-one h1, #how-to-step-two h1, #how-to-step-three h1, #how-to-step-one p, #how-to-step-two p, #how-to-step-three p {
	margin:0px 5px 0px 5px;
}
#how-to-step-one {
	background-image: url(../images/layout/howto-1-out.png);
}
#how-to-step-two {
	background-image: url(../images/layout/howto-2-out.png);
}
#how-to-step-three {
	background-image: url(../images/layout/howto-3-out.png);
}
#how-to-step-one:hover {
	background-image: url(../images/layout/howto-1-hover.png);
}
#how-to-step-two:hover {
	background-image: url(../images/layout/howto-2-hover.png);
}
#how-to-step-three:hover {
	background-image: url(../images/layout/howto-3-hover.png);
}



#yui-cms-loading {
   
    color: #333333;
    display: none;
}
#yui-cms-loading #yui-cms-float {
	background:#FFFFFF; text-align: center; padding:20px;
	width:250px; border:1px solid #333333; -moz-border-radius:5px;
}


/*
/--------------------------------------------------\
|                                                  |
|                         LIGHTBOX DEFINITIONS     |
\--------------------------------------------------/
*/





#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 0px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/*
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
*/

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0px; color: #FFFFFF; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }