/* = General
-----------------------------------------------------------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	background-color:#191919;
	}
	
form {
	padding:0;
	margin:0;
	}
	
#upper-container {
	width:100%;
	background:#fff url(images/upper-container-bg.gif) repeat-x left top;
	padding:0 0 20px 0;
	}
	
#upper-container:hover {
	cursor:default;
	}
	
#lower-container {
	width:100%;
	background:url(images/lower-container-bg.gif) repeat-x left top;
	}		

#wrapper {
	width:995px;
	margin:0 auto;
	text-align:left;
	}
	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* = Header
-----------------------------------------------------------------------------*/	
#header {
	width:995px;
	height:178px;
	}
	
#logo {
	float:left;
	}
	
#logo h1 {
	padding:0;
	margin:0;
	}
	
#logo h1 a{
	display:block;
	width:319px;
	height:53px;
	text-indent:-9999px;
	font-size:6px;
	background:url(images/logo.png) no-repeat left top;
	margin:50px 0 0 0;
	}
	
#header-banner {
	float:right;
	width:471px;
	height:64px;
	background:url(images/header-banner-bg.png) no-repeat left top;
	margin:0 70px 0 0;
	padding:46px 0 0 4px;
	display:inline;
	}
	
#header-banner img{
	border:0;
	}
	
	
/* = Main
-----------------------------------------------------------------------------*/		
#main {
	width:995px;
	background:url(images/main-bg.gif) repeat-y left top;
	overflow:hidden;
	margin:14px 0 0 0;
	padding:10px 0;
	}
	
#left-column {
	float:left;
	width:160px;
	padding:0 20px 0 0;
	}
	
#middle-column {
	float:left;
	width:595px;
	padding:0 20px;
	}
	
#right-column {
	float:left;
	width:160px;
	padding:0 0 0 20px;
	}
	
.flash-content {
	padding:0 0 18px 0;
	}
	
.flash-content2 {
	padding:18px 0;
	border-top:1px solid #d3d3d3;
	}
	
.flash-content img{
	display:block; /* Remove this when Flash is added */
	}
	
.products {
	float:left;
	width:100%;
	height:auto;
}

		
.generic-h1 {
	color:#000;
	font-size:14px;
	padding:0 0 10px 0;
	margin:0;
	}
	
.main-text {
	color:#000;
	line-height:16px;
	overflow:hidden;
	}
	
.products h1{
	height:26px;
	padding:10px 10px 0 10px;
	margin:0;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	border-top:1px solid #d3d3d3;
	}
	
h1.blue {
	background:url(images/main-h1-blue.png) no-repeat left 1px;
	}
	
h1.pink {
	background:url(images/main-h1-pink.png) no-repeat left 1px;
	}

.entry-container {
	width:100%;
	padding:10px 0 18px 0;
	}
	
.entry {
	float:left;
	position:relative;
	width:135px;
	/*margin:0 6px 0 7px;
	display:inline;*/
	padding:5px 0px 0px 0px;
	}
	
.entry-img {
	border:1px solid #c7c7c7;
	/*margin:0 0 12px 0;
	display:block;*/
	}
	
/*.popup {
	background:url(images/popup-bg.png);
	position:absolute;
	top:0;
	left:0;
	width:119px;
	z-index:100;
	font-size:10px;
	padding:8px;
	}*/
.entry-container div {
	float:left;
	
	}	
	
.popup {
	
	background:url(images/popup-bg.png);
	position:absolute;
	width:121px;
	z-index:100;
	font-size:11px;
	padding:8px;
	margin-left:   expression("-141px");
	margin-top: -100px;
	margin-top:   expression("0px");
}	
	
.popup p{
	margin:0;
	padding:0 0 8px 0;
	}
	
.description {
	color:#fff;	
	}
	
.description a{
	color:#bce541;	
	}
	
.description a:hover{
	text-decoration:none;	
	}
	
.product-title2 {
	color:#bce541;
	font-weight:bold;
	}
	
.price2 {
	color:#bce541;
	}
	
.add {
	color:#fff;
	font-weight:bold;
	background:url(images/add-bg.gif) no-repeat left 4px;
	padding:0 0 0 10px;
	}
	
.add:hover {
	color:#bce541;	
	}
	
.product-title {
	font-weight:bold;
	font-size:11px;
	display:block;
	margin:0 0 4px 0;
	width:96px;
	padding:0 0 0 4px
	}
	
.price {
	font-size:11px;
	display:block;
	width:96px;
	padding:0 0 0 4px
	}
	
.cart {
	border:0;
	float:right;
	margin:2px 4px 0 0;
	}	
	
#newsletter {
	width:100%;
	background:#1a1c1e url(images/newsletter-title.png) no-repeat left top;
	padding:40px 0 0 0;
	margin:0 0 18px 0;
	}
	
#newsletter input {
	border:1px solid #212324;
	width:136px;
	height:18px;
	padding:4px 0 0 4px;
	font-size:11px;
	background:url(images/input-bg.gif) repeat-x left top;
	margin:0 0 0 8px;
	}
	
#newsletter p{
	color:#d1d1d1;
	padding:9px;
	margin:0;
	font-size:10px;
	}
	
#newsletter span {
	display:block;
	background:url(images/newsletter-footer.png) no-repeat left bottom;
	padding:0 0 16px 14px;
	}
	
#newsletter span a{
	display:block;
	width:104px;
	height:21px;
	color:#2f2f2f;
	background:url(images/newsletter-btn.png) no-repeat left top;
	padding:7px 0 0 26px;
	font-size:11px;
	}
	
#newsletter span a:hover{
	color:#000;
	text-decoration:none;
	}
	
#references {
	width:160px;
	height:164px;
	background:url(images/references.png) no-repeat left top;
	margin:0 0 18px 0;
	overflow:hidden;
	}
	
#references a{
	float:left;
	width:109px;
	height:21px;
	display:block;
	color:#e8e8e8;
	font-size:11px;
	background:url(images/references-btn.png) no-repeat left top;
	padding:7px 0 0 21px;
	margin:121px 0 0 15px;
	display:inline;
	}
	
#references a:hover{
	color:#fff;
	text-decoration:none;
	}
	
	
#timeline {
	width:160px;
	height:165px;
	background:url(images/timeline.png) no-repeat left top;
	margin:0 0 18px 0;
	overflow:hidden;
	}
	
#timeline a{
	float:left;
	width:102px;
	height:21px;
	display:block;
	color:#e8e8e8;
	font-size:11px;
	background:url(images/timeline-btn.png) no-repeat left top;
	padding:7px 0 0 28px;
	margin:121px 0 0 15px;
	display:inline;
	}
	
#timeline a:hover{
	color:#fff;
	text-decoration:none;
	}
	
#login {
	width:100%;
	margin:0 0 18px 0;
	background:url(images/grid.png) no-repeat left bottom;
	padding:0 0 10px 0;
	}
	
#login img{
	display:block;
	}
	
#login input{
	border:1px solid #cacaca;
	width:136px;
	height:18px;
	padding:4px 0 0 4px;
	font-size:11px;
	background:url(images/input-bg.gif) repeat-x left top;
	margin:8px 0 2px 8px;
	color:#7f7f7f;
	}
	
#login ul{
	padding:0 0 0 9px;
	margin:0;
	list-style:none;
	}
	
#login li {
	background:url(images/login-bullet.gif) no-repeat left 12px;
	color:#595959;
	padding:6px 6px 0 6px;
	}
	
#login li a{
	color:#595959;
	text-decoration:none;
	font-size:11px;
	}
	
#login li a:hover{
	color:#000;
	text-decoration:underline;
	}
	
.login-button {
	display:block;
	background:url(images/login-btn.png) no-repeat left top;
	width:103px;
	height:24px;
	margin:3px 0 0 12px;
	padding:11px 0 0 32px;
	color:#d5d5d5;
	font-size:11px;
	}
	
.login-button:hover {
	color:#fff;
	text-decoration:none;
	}
	
.info {
	width:100%;
	margin:0 0 18px 0;
	background:url(images/grid.png) no-repeat left bottom;
	padding:0 0 10px 0;
	}
	
.info img{
	display:block;
	}
	
	
.info ul{
	padding:0 0 0 9px;
	margin:0;
	list-style:none;
	}
	
.info li {
	background:url(images/login-bullet.gif) no-repeat left 12px;
	color:#595959;
	padding:6px 6px 0 6px;
	}
	
.info li a{
	color:#595959;
	text-decoration:none;
	font-size:11px;
	}
	
.info li a:hover{
	color:#000;
	text-decoration:underline;
	}
	
#union {
	width:144px;
	height:57px;
	padding:10px 8px;
	background:url(images/union.png) no-repeat left top;
	margin:0 0 18px 0;
	text-align:center;
	}
	
#union img{
	border:0;
	}
	
#quick-search {
	width:100%;
	background:#131416 url(images/quick-search-title.png) no-repeat left top;
	padding:40px 0 0 0;
	margin:0 0 18px 0;
	overflow:hidden;
	}
	
#quick-search input.textfield {
	border-top:1px solid #bce541;
	border-left:1px solid #bce541;
	border-bottom:1px solid #bce541;
	border-right:0;
	width:112px;
	height:18px;
	padding:4px 0 0 4px;
	font-size:11px;
	background:url(images/input-bg.gif) repeat-x left top;
	margin:0 0 0 8px;
	float:left;
	}
	
#quick-search input.submit {
	width:26px;
	height:24px;
	float:left;	
	}
	
#quick-search span {
	color:#838383;
	font-size:10px;
	padding:9px;
	display:block;
	float:left;
	}
	
#quick-search ul {
	width:142px;
	color:#838383;
	background:url(images/quick-searh-footer.gif) no-repeat left bottom;
	padding:0 9px 12px 9px;
	margin:0;
	list-style:none;
	float:left;
	}
	
#quick-search li {
	background:url(images/bullet02.gif) no-repeat left 6px;
	padding:0 0 3px 8px;
	}
	
#quick-search li a{
	color:#d0d0d0;
	font-size:11px;
	text-decoration:none;	
	}
	
#quick-search li a:hover {
	color:#bce541;
	text-decoration:underline;	
	}
	
#basket {
	width:100%;
	margin:0 0 18px 0;
	background:url(images/grid.png) no-repeat left bottom;
	}
	
#basket img{
	display:block;
	}
	
#basket p {
	color:#595959;
	padding:12px 6px 12px 6px;
	margin:0;
	font-size:11px;
	}
	
#basket ul{
	padding:8px 0;
	margin:0 9px;
	list-style:none;
	background:url(images/dots02.gif) repeat-x left top;
	}
	
#basket li {
	color:#595959;
	padding:3px 0;
	}
	
#basket li a{
	background:url(images/login-bullet.gif) no-repeat left 6px;
	color:#595959;
	padding:0 0 0 6px;
	text-decoration:none;
	font-size:11px;
	}
	
#basket li a:hover{
	color:#000;
	text-decoration:underline;
	}
	
#basket .wishlist {
	background:url(images/bullet-wishlist.gif) no-repeat left center;
	color:#e3452b;
	padding:0 0 0 16px;
	}
	
#basket .wishlist:hover {
	color:#bd3824;
	}
	
.sidebar-banner {
	margin:18px 0;
	width:160px;
	background:url(images/sidebar-banner.png) no-repeat left top;
	}
	
.sidebar-banner span{
	border:0;
	padding:10px 8px 9px 8px;
	display:block;
	background:url(images/sidebar-banner-footer.png) no-repeat left bottom;
	}
	
.sidebar-banner img{
	border:0;
	display:block;	
	}
	
.links {
	width:100%;
	border-bottom:1px solid #d3d3d3;
	border-top:1px solid #d3d3d3;
	padding:8px 0;
	text-align:right;
	color:#666;
	font-size:11px;
	margin:0 0 18px 0;
	}
	
.links a{
	color:#666;
	padding:0 0 0 8px;
	margin:0 12px;
	text-decoration:none;
	background:url(images/bullet03.gif) no-repeat left 5px;
	}
	
.links a:hover{
	color:#000;
	text-decoration:underline;
	}


/* = footer
-----------------------------------------------------------------------------*/		
#footer {
	width:995px;
	padding:22px 0;
	margin:0 auto;
	text-align:left;
	background:url(images/footer-links-bg.gif) repeat-x left 46px;
	}
	
#footer p {
	float:left;
	color:#8c8c8c;
	margin:0;
	padding:0;	
	}
	
#footer-links {
	width:760px;
	margin:30px 0 0 117px;
	background:url(images/footer-links-faux-cols.gif) repeat-y left top;
	overflow:hidden;	
	}
	
.footer-column {
	width:162px;
	margin:0 14px;
	float:left;
	display:inline;
	}
	
.footer-column h1 {
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	background:url(images/dots01.gif) repeat-x left bottom;
	padding:0 0 6px 0;
	margin:0;
	}
	
.footer-column ul {
	list-style:none;
	padding:4px 0 10px 0;
	margin:0;
	}
	
.footer-column li {
	background:url(images/bullet01.gif) no-repeat left 8px;
	padding:2px 0;
	}
	
.footer-column li a{
	color:#5e5e5e;
	text-decoration:none;
	padding:0 0 0 6px;
	font-size:11px;
	}
	
.footer-column li a:hover{
	color:#8c8c8c;
	text-decoration:underline;
	}
	
.footer-column li img{
	border:1px solid #848484;
	margin:2px 0 0 0;
	}
	
.logo-white {
	font-weight:bold;
	color:#fff;
	}
	
	
.logo-green {
	font-weight:bold;
	color:#bce541;
	}

/* = Update
-----------------------------------------------------------------------------*/	
#footer-atcom {
	float:right;
	}	

.atcom, #atcomProductionFlash {
	float:left;
	}	
	
#footer-atcom .atcom a {
	font-family:tahoma, verdana;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	color:#e0e0e0;
	}

#footer-atcom .atcom a:hover {
	font-family:tahoma, verdana;
	font-size:10px;
	font-weight: normal;
	text-decoration:none;
	color:#fff;
	}
	
.copyright {
	width:100%;
	overflow:hidden;
	}

.details {
	float:left; 
	width:100%; 
	font:bold 12px Tahoma; 
	color:#333333; 
	padding:0px 0px 5px 0px; 
	margin:0px 0px 10px 0px; 
	border-bottom:1px solid #D3D3D3;
}


/* = Update 03.12.2008
-----------------------------------------------------------------------------*/
.columns {
	overflow:hidden;
	width:100%;
	}
	
.columns label {
	display:block;
	clear:both;
	color:#9ABB38;
	font-weight:bold;
	padding:8px 0 2px 0;
	}
	
.columns .submit-btn {
	border:0;
	background-color:#000;
	color:#fff;
	padding:2px;
	margin:10px 0;
	cursor:pointer;
	}
	
.columns ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
.columns h2 {
	color:#000;
	font-size:14px;
	padding:0;
	margin:0;
	}
	
.extra-height {
	height:53px;
	}
	
* html .extra-height {
	height:54px;
	}
	

	
/* = Update 11.01.2011
-----------------------------------------------------------------------------*/
#middle-column .oversized						{ background:url(images/oversized-flash-bg.png) repeat-x left bottom; border-bottom:1px solid #c8c8c8; border-top:1px solid #c8c8c8; width:616px; padding:9px; position:relative; margin-left:-20px; top:-10px; }
#middle-column .oversized .inner				{ border:1px solid #c9c7c8; display:block; width:614px; height:308px; }

