/* BASIC HTML STYLES */

html, body {
	margin:0px;
	padding:0px;
	background-color:#696969;
	font-size:12px;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

img {
	border:none;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}	

ul, li {
	padding-bottom:4px;
}

p {
	margin-top:0px;
	padding-top:0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
}

h2 {
	font-size:12px;
	padding-top:10px;
	margin-bottom:2px;
} 

/* STANDARD BLOCK ELEMENTS*/

#maincontainer {
	width:952px;
	height:auto;
	background-image:url(/badgecom/gfx/background.gif);
	background-repeat:repeat-y;
	padding-left:7px;
	padding-right:7px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:#FFF;
}

/** HEADER */

#header {
	width:952px;
	height:93px;
}

#leftheader {
	height:65px;
	width:256px;
	padding-left:15px;
	padding-top:15px;
	float:left;
}


#rightheader {
	height:65px;
	width:256px;
	padding-right:15px;
	padding-top:15px;
	float:right;
	text-align:right;
	font-size:10px;
	color:#000;
}

#rightheader a {
	color:#999;
}

#rightheader a:hover {
	color:#000;
}

/** NAVIGATION */ 

#navigation {
	width:952px;
	height:26px;
	background-color:#d0d0d0;
	padding:0px;
	margin:0px;
}

#navigation .mod_navigation {
	margin:0px;
	padding:0px;
	position:absolute;
	overflow:visible;
	z-index:5;
	height:23px;
	width:952px;
}

#navigation .mod_navigation a {
	color:#474747;
	font-size:12px;
	text-decoration: none;
	line-height:20px;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:5px;	
}
 
#navigation .mod_navigation p {
	margin:0px;
	padding:0px;
	color:#474747;
	font-size:12px;
	padding-left:10px;

}

#navigation .mod_navigation li ul li p {
	margin:0px;
	padding:0px;
	color:#474747;
	font-size:12px;
	padding-left:10px;
}

#navigation .mod_navigation li.active {
	background-color:#fff !important;	
	height:19px;
	border-bottom:3px solid #007bbc !important;
}

#navigation .mod_navigation li.trail {
	background-color:#fff !important;   
	height:19px;
	border-bottom:3px solid #007bbc !important;
} 

#navigation .mod_navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#navigation .mod_navigation li {
	width:119px;
	height:22px;
	position:relative; 
	float:left; 
	background-color:#d0d0d0;
	line-height:22px; 
}

#navigation .mod_navigation li:hover,
#navigation .mod_navigation li.sfhover
{
	background-color:#fff;
	border-bottom:3px solid #e76925;
	line-height:22px;
	height:19px;
}


#navigation .mod_navigation li ul {
	bottom:0px;
	right:0px;
	top:26px;
	position:absolute;
	display:none; 
	
}

#navigation .mod_navigation li ul li {
	background-color:#dddddd;
	border-bottom:1px solid #e76925 !important ;
	height:20px;
}

#navigation .mod_navigation li ul li:hover,
#navigation .mod_navigation li ul li.sfhover
{   
	background-color:#dddddd;
	border-bottom:1px solid #007bbc !important;
	height:20px;
}

#navigation .mod_navigation li ul li.active {
	background-color:#fff;
	border-bottom:1px solid #007bbc !important;
	height:20px;
	
}

#navigation .mod_navigation li:hover ul {
	display:block;
}

#navigation .mod_navigation li ul ul {
	left:160px;
    top:0px;
	position:absolute;
}

#navigation .mod_navigation ul li:hover ul ul {
	display:none;
}

#navigation .mod_navigation ul ul li:hover ul {
	display:block;
}

#navigation .mod_navigation ul li:hover ul,
#navigation .mod_navigation ul li.sfhover ul
{
	display:block;
}
 
#navigation .mod_navigation ul li:hover ul ul,
#navigation .mod_navigation ul li.sfhover ul ul
{
	display:none;
}
 
#navigation .mod_navigation ul ul li:hover ul,
#navigation .mod_navigation ul ul li.sfhover ul
{
	display:block;
}

/** FOOTER */ 

#footer {
	width:922px;
	margin-left:15px;
	margin-right:15px;
	border-top:1px solid #bababa;
	color:#474747;
	padding-bottom:10px;
	padding-top:3px;
	height:12px; 
	font-size:10px;
	 
}

#footerleft {
	float:left;
	color:#999;
}
#footerright {
	float:right;
	text-align:right;
	color:#999;
	
}
#footnav {
	margin:0px;
	padding:0px;
}
#footnav a {
	color:#999;
}

#footnav a:hover {
	color:#000;
}

#footnav ul {
	margin:0px;
	padding:0px;
}
#footnav ul li {
	float:left;
	padding:0px 0px 0px 15px;
	list-style-type:none;
}

#footnav ul li.active a {
	color:#000;
	text-decoration:none;
}
#subfooter {
	width:966px;
	height:7px;
	background-image:url(/badgecom/gfx/footer.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

/** CONTENT */

#contentcontainer {
	width:922px;   
}

#contentcontainer a {
	text-decoration:underline;   
}

#contentcontainer a:hover {
	text-decoration:none;
	color:#e76925;   
}

/*** CONTENT 1 ROW */

#content {
	width:922px;
	min-height:200px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:15px;	
}

/*** CONTENT 2 ROWS */

#content1 {
	width:667px;
	float:left;
}

#content1 h1 {
	padding-top:14px;
}

#content2 {
	float:right; 
	width:224px;
	font-size:11px;
	line-height:16px;
}

#content2 .mod_article {
	min-height:140px;
 	padding-top:10px;
	padding-left:15px;
	background-image:url(/badgecom/gfx/rightbg.jpg);
	background-repeat:no-repeat;
	margin-bottom:15px;

}  

#content2 .mod_article h1 {
	color:#007bbc;
	padding-top:5px;
	font-size:14px;
}

/*** CONTENT 3 ROWS */

.threerowcontainer {
	margin-top:20px;
    margin-left:15px;
	margin-bottom:15px;
	width:922px;
	background-image:url(/badgecom/gfx/3rowsbg.gif);
}
#leftcontent {
	float:left;
	width:291px;
	margin-right:10px;

}
#maincontent {
	float:left;
	margin-left:13px;
	margin-right:10px;
	width:291px;
	
}
#rightcontent {
	float:right;
	margin-left:13px;
	width:291px;
}

/* CONTENT CLASSES */

.invisible {
	display:none;
}

/** i7Shop */

#shopinfo {
	float:left;
  	width:200px;
	margin-top:52px;
    margin-left:35px; 
}

.mod_i7shop .artnr {
	font-weight:bold;
}

.mod_i7shop .shopboxcontainer {
	
}

.mod_i7shop .shopboxleft {
	float:left; 
	width:300px;
	margin-right:150px;
	
}

.mod_i7shop .shopboxright {
	float:left; 
	width:300px;
	
}


.mod_i7ShopNavigation li.active {
	font-weight: bold;
}

.mod_i7ShopNavigation li.active li {
	font-weight: normal;
}

/* CONTENT ELEMENT ADD TO BASKET */
.ce_addToBasketLink a {
	text-decoration:underline;
}

.ce_addToBasketLink a:hover {
	color: #e76925;
	text-decoration:none;
}


/* SEARCH MODULE */

.mod_search {
	 font-size:10px; 
}

.mod_search input.text {
	border:1px solid #999;
	padding:2px;
	width:80px;
	 font-size:10px;
	color:#999; 	
}

.mod_search input.text:focus {
	border:1px solid #999;
	padding:2px;
	width:80px;
	 font-size:10px;
	color:#000; 	
}

.mod_search input.submit {
	border:1px solid #999;
	padding:1px;
	padding-left:8px;
	padding-right:8px;
	 font-size:10px; 	
}
.mod_search .radio_container {
	display:none;
}
/* STANDARD TYPOLIGHT MODULES */

.ce_text ul {
	margin:10px;
	padding:0px;
 
}
.ce_text img {
	padding-top:4px;
}              

.ce_text ul li {
	background-image:url(/badgecom/gfx/li.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	margin-left:0px;
	padding-left:10px;
}

.error {
	padding: 5px;
	font-weight:bold;
	border: 1px solid #faa;
	background-color: #fee;
	margin:10px 0px 10px 0px;
}

/* ce_downloads */

.ce_downloads {
	font-size:10px;
}

/* lightbox fixes */

#lbOverlay {
	z-index:6;
}

#lbCenter {
	z-index:8;
}

#lbBottomContainer {
	z-index:10;
}



