/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* color: #08A8C4; blaugrün */
/* color: #009ee0; cyan */

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #cc0033; font-weight: bold; color:#000000; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; font-weight: bold; color: #cc0033; background: #000000; }
.productsNotifications { background: #f2fcff; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #009ee0; text-decoration: underline; }

BODY {
  background-color: #222222;
  color: #ffffff;
  margin: 0px;
}

A {
  /*color: #c2c2c2;*/
  color: #999999;
  text-decoration: none;
}

A:hover {
/*  color: #888888; */
	color: #009ee0;
  text-decoration: underline;
}

FORM {
 display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #9bccff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #FFFFFF;
  font-size: 13px;  
  font-weight: bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00b300;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00b300;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
.copyright {
	color: #aaaaaa;

}
.infoBox {


}

.infoBoxContents {
  background-image: url('images/bg_black_90.png');
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents_blank {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #cc0033;
  color: #000000; 
}

.infoBoxNoticeContents {
  background: #cc0033;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000; 
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #FFFFFF;
  //shopping-cart content color
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #FFFFFF;
  //shopping-cart content color
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #FFFFFF;
  //shopping-cart header/footer color
  border-spacing: 1px;
  
}

.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  //shopping-cart header/footer color
  color: #9F1A37;
  font-weight: normal;
  padding: 10px;
}

TD.productListing-data {

  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #282E3E;
}

A.pageResults {
  color: #009ee0;
}

A.pageResults:hover {
  color: #000000;
  background: #009ee0;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;  
  height: 36px;
  width: 445px;
  background: url('images/m27.gif');
  background-repeat: repeat-x;
  padding-top: 0px;
  padding-left: 15px;
  text-transform: none;
}

TD.pageHeading_black, DIV.pageHeading_black {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;  
  height: 36px;
  width: 445px;
  background: url('images/m27_black.gif');
  background-repeat: repeat-x;
  padding: 10px;
  padding-left: 15px;
  text-transform: none;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #009ee0;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #009ee0;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #cc0033;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  /* color: #ff0000; */
  color: #009ee0;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #155683; cursor: pointer; cursor: hand; }
.moduleRowSelected { 
/*background-color: #0a2a41;*/
background-color: #013d68;
}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #009ee0; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#000000; background-color: #b50000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#000000; background-color: #00ff1e; }

/* input requirement */

/*.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight:bold; color: #b50000; }*/
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight:bold; color:#AAAAAA; }


 




/* Produktbeschreibungen */
td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #929292;
}

 .bg{
  background-image: url(images/m20.gif);
  background-repeat: repeat-y; 
 }

 .se{
  width: 128px;
  font-size: 9px;
 }

 .ml{
  font-size: 11px;
  color: #009ee0;
  text-decoration: none;
 }

 .ml1{
  font-size: 10px;
  color: #646464;
  text-decoration: underline; 
 }

 .ml2{
  font-size: 11px;
  color: #7d7d7d;
  text-decoration: underline; 
 }

 .bc{
  font-size: 12px;
  color: #ffffff;
 }

 .bc1{
  font-size: 12px;
  /* color: #D24037; */
  color: #009ee0;
  font-weight: bold;
 }

 .br{
  border-color:#D3D1D1;
  border-width:1px;
  border-style:solid;
 }

 .px2{
  font-size: 2px;
 }

 .px3{
  font-size: 3px;
 }

 .px7{
  font-size: 7px;
 }


 .th9{
  font-size: 9px;
  font-family: tahoma,verdana,arial;
  font-weight: normal;
  color: #616161;
  text-decoration: none;
 }

 .th9:hover{
  font-size: 9px;
  font-weight: normal;
  font-family: tahoma,verdana,arial;
  color: #616161;
  text-decoration: underline;
 }



/* Fader jquery */
/* .slideshow { height: 420px; width: 630px; margin: auto }*/
.slideshow { height: 420px; width: 630px; margin-bottom: 30px }
/* .slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #111; } */
/* .slideshow img { margin:5px 0; } */

#nav {
padding: 0 0 0 7px;
}

#nav a { 
font-family: sans-serif;
font-size: 11px;
font-weight:bold;
color:#dddddd;
background-image: url(http://www.infernal-clothing.com/shop/images/bg_fader_grey.png);
background-repeat:no-repeat;
text-decoration:none; 
margin: 3px ; 
padding: 4px 7px;  
}

#nav a.activeSlide { 
background-image: url(http://www.infernal-clothing.com/shop/images/bg_fader_cyan.png);
background-repeat:no-repeat;
color:#ffffff;
}

#nav a:focus { 
outline: none;
color: #0033FF;
}


#table_size{
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5;
	font-size: 10px;
	color: #0790a8; 
}

#table_size td{
  	padding-left: 4px;
	padding-right: 4px;
}

#table_shipping{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	background-color: #EEEEEE;
}

#table_column_left{
	margin-bottom: 5px;
}

TR.table_size{
background-color: #2f2f2f;
}
TR.table_size2{
background-color: #404040;
}

#cyan{
	color: #009ee0;
}

#cyan_bold{
	color: #009ee0;
	font-weight:bold;
}

#cyan_big{
	color: #009ee0;
	font-size: 12px;
}

#cyan_big_bold{
	color: #009ee0;
	font-size: 12px;
	font-weight:bold;
}

#green{
	color:#00FF00;
}

#yellow{
	color:#ffff00;
}

#blue{
	color:#3a83fd;
}

#red{
	color: #AA0000;
	font-weight:bold;
	font-size:12px;
}

#top10{
	height:50px;
	width:55px;
	color: #009ee0;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	padding-top:8px;
}


.plainBox {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
  background-image: url(http://www.infernal-clothing.com/shop/images/bg_menu.jpg);
  width:200px;
}

.bestsellerBox {
	background-image: url(http://www.infernal-clothing.com/shop/images/bg_black_90.png);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 2;
  height:280px;
}

.specialsBox {
	background-image: url(http://www.infernal-clothing.com/shop/images/bg_black_90.png);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  width:500px;
}


#table_product{
	border-left: solid 1px #333333;
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	border-right: solid 1px #333333;
	background-image: url(http://www.infernal-clothing.com/shop/images/bg_black_90.png);
}

#table_bestseller{
	background-image: url(http://www.infernal-clothing.com/shop/images/bg_bestseller.png);
	width:397px;
	height:372px;
}




/*** MENU ***/

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
/*	background:#333333; */
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
/*		background:#333333 url("images/menu/seperator.gif") bottom right no-repeat; */
		background:url("images/menu/seperator.png") bottom right no-repeat;
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: url("images/menu/bg_menu.png") repeat-x;
			/* background: url("images/menu/hover.png") bottom center no-repeat; */
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
		background:#FFFFFF;
		color:#000000;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/menu/sub_sep.png') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:150px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		color:#000000;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			/* background:#009ee0 url('images/menu/hover_sub.png') center left no-repeat; */
			background: url("images/menu/bg_menu_inverted.png") repeat-x;
			border:0px;
			color:#000000;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
		
/*** MENU ENDE ***/


/* Brandnew */
div.brandnew {
  display: inline-block;
  margin-top: 5px;
}

img.brandnew {
	position: absolute;
	z-index: 5;
}

#header{
margin:auto;
width:920px;
height:179px;
background-image: url('images/bg_header.png');
background-repeat:no-repeat;
}

#header_login{
margin:auto;
}

#promo_300{
margin:5px;
padding:5px;
height:460px;
width:310px;
background: url(images/bg_promo_300.png);
background-repeat: no-repeat;
float:left;
}

#promo_300_hochkant{
margin:5px;
padding:5px;
height:210px;
width:310px;
background: url(images/bg_promo_300_hochkant.png);
background-repeat: no-repeat;
float:left;
}

#promo_630{
margin:5px;
padding:5px;
height:430px;
width:640px;
background: url(images/bg_promo_630.png);
background-repeat: no-repeat;
}

#box_300{
margin:5px;
padding:5px;
height:360px;
width:305px;
float:left;
}


/* Social Networks im Fototer */

#facebook {
    width: 64px;
    height: 50px;
    display: block;
    background: url('http://infernal-clothing.de/shop/images/social_networks.png') 0 0;
}
#facebook:hover, #facebook:active {
    background-position: 0 -50px;
}

#myspace {
    width: 64px;
    height: 50px;
    display: block;
    background: url('http://infernal-clothing.de/shop/images/social_networks.png') -64px 0;
}
#myspace:hover, #myspace:active {
    background-position: -64px -50px;
}
#flickr {
    width: 64px;
    height: 50px;
    display: block;
    background: url('http://infernal-clothing.de/shop/images/social_networks.png') -128px 0;
}
#flickr:hover, #flickr:active {
    background-position: -128px -50px;
}

#youtube {
    width: 64px;
    height: 50px;
    display: block;
    background: url('http://infernal-clothing.de/shop/images/social_networks.png') -191px 0;
}
#youtube:hover, #youtube:active {
    background-position: -191px -50px;
}

#vimeo {
    width: 64px;
    height: 50px;
    display: block;
    background: url('http://infernal-clothing.de/shop/images/social_networks.png') -255px 0;
}
#vimeo:hover, #vimeo:active {
    background-position: -255px -50px;
}



#visit  {
padding-top: 35px;
float: left;
font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#999;
  margin-right:-30px;
}

#navcontainer {
	width:450px;
	height:55px;
	margin-left: auto;
	margin-right: auto;
}

#navcontainer ul {
margin-left: 0;
float: left;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
float: left;
margin: 0 3px;
}

/* Blog & Homepage im Header */

#homepage {
    width: 97px;
    height: 32px;
    display: block;
	margin-top:-10px;
    background: url('http://infernal-clothing.de/shop/images/header_hp_blog.png') 0 0;
}
#homepage:hover, #homepage:active {
    background-position: 0 -32px;
}

#blog {
    width: 62px;
    height: 32px;
    display: block;
	margin-top:-10px;
    background: url('http://infernal-clothing.de/shop/images/header_hp_blog.png') -97px 0;
}
#blog:hover, #blog:active {
    background-position: -97px -32px;
}

#navcontainer_header {
	width:180px;
	height:10px;
}

#navcontainer_header ul {
margin-left: -35px;
float: left;
height:-10px;
}

#navcontainer_header ul li {
display: inline;
}

#navcontainer_header ul li a {
float: left;
}

#cyan_bold{
color: #009ee0;
font-weight:bold;
clear: both;
}

