/* ---------------------------------------------------------------
Style Sheet

Site:       Monacor ELECTRONICS FOR SPECIALISTS
Author:     Michael E. Trawetzky - MASSIVE ART www.massiveart.com
Version:    1.0
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
Reset-File */
@import url(reset.css);
/* --------------------------------------------------------------- */

/* @start, General Definition */
body {
  background: #FCFCFC no-repeat scroll center 0;
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: center;   
}
p {
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
}
.small {
  font-size:11px;
  line-height:15px;
}
.float {
  float: left;
}
.clear {
  clear:both;
  height:0;
  line-height:0;
  font-size:0;
}
.wrapper {    
  margin: 0 auto;
  text-align: left;
  min-height: 605px;
}
.subWrapper {
  width: 960px;
  margin: 0 auto;
}
.templateContainer {
  padding: 20px 0 0 0;
}
.wrapper .start {
  padding: 40px 0 0 0;
}

.back {
  float:right;
  padding:0 10px 0 0;
}

.message {
  padding:0 10px 10px 10px;
  font-size:13px;
  font-weight:bold;
}
/* @end, General Definition */

/* @start, Links Definition */
a {
  color: #006699;
  font-size:13px;
  line-height:20px;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  color: #006699;
  font-size:13px;
  line-height:20px;
  font-weight:bold;
  text-decoration:underline;
}
/* @end, Links Definition */

/* @start, Headlines Definition */
h1 {
  font-size:18px;
  line-height:1.5em;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:3px;
  padding:0 0 1.5em 0;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
h3 {
  font-size:13px;
  line-height:20px;
  text-transform:uppercase;
  font-weight:normal;
  padding:0 0 10px 0;
}
h4 {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: bold;
  color: #666;
  padding: 0 0 30px 0;
}
h5 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: normal;
  font-weight: bold;
  color: #006699;
  padding: 0;
}
.start h3 {
  font-size:13px;
  line-height:20px;
  text-transform:uppercase;
  font-weight:normal;
  padding:0;
}
/* @end, Headlines Definition */

/* @start, Logo - Header Definition */
.logoAndMainNavigation {
  position: absolute;
  width: 100%; /* OR left: 0px; right: 0px;*/
  z-index: 900;
}
.logoAndMainNavigation .subWrapper {  
  position: relative;
}
.logoAndMainNavigation .left {
  float: left;
  position: absolute;
  z-index: 890;
  top: 5px;
  left: 0px;  
}
.logoAndMainNavigation .right {
  float: left;
  padding: 0 0 0 200px;  
}
.headerBackgroundGradient {  
  background: url(img/main/bg_header_gradient.gif) repeat-x 0px 86px;
  position: relative; 
}
.headerContainer {
  height: 325px;
  padding: 86px 0 0 0;
  margin: 0 auto 0 auto;
  overflow: hidden;
  background: url(img/main/bg_header.png) no-repeat 0 86px;
  position: relative;
}
.headerContainerDetail {
  height: 120px;
  padding: 86px 0 0 0;
  margin: 0 auto 0 auto;
  overflow: hidden;
  background: url(img/main/bg_header.png) no-repeat 0px 86px;
  position: relative;
}
.headerContainer .subWrapper,
.headerContainerDetail .subWrapper {  
  position: relative;
  z-index: 900;
}
.headerContainer .left,
.headerContainerDetail .left {
  padding: 10px 0 0 0;
}
.headerContainer .left h1,
.headerContainerDetail .left h1 {
  font-size: 60px;
  line-height: 65px;
  color: #FFF;  
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.headerContainer .left h2 {
  font-size: 36px;
  line-height: 40px;;
  color: #FFF;  
  font-weight: bold;
  padding: 0;
}
.headerContainer .left p,
.headerContainerDetail .left p {
  font-size: 18px;
  color: #FFF;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0;
}
.headerContainer .right,
.headerContainerDetail .right {
  position: absolute;
  right: 0px;
  top: -5px;
  z-index: 1000;
}
/* @end, Header Definition */

/* @start, SubNavi () Definition */
.subnavContent { 
  /* width: 200px; */
  padding: 15px 0 0 0;
}
.subnavContent ul{
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;  
}
.subnavContent a {
  font-size: 13px;
  font-weight: normal;
  color: #006699;
  text-decoration: none;
  display: block;
  padding: 8px 10px 8px 10px;
}
.subnavContent a:hover {  
  background-image: url(img/main/nav_arrow.gif);
  background-repeat: no-repeat;
  text-decoration:underline;
}
.subnavContent ul li ul{
  margin-left: 10px;
  padding-left: 0;
  list-style-type: none;  
}
.subnavContent ul li ul a:hover{  
  background-image: url(img/main/nav_arrow.gif);
  background-repeat: no-repeat;
  color: #fff;
  margin: 0 0 0 -9px;
  padding: 8px 3px 8px 19px;
}
/* @end, SubNavi () Definition */

/* @start, productNavigation Definition */
.productNavigation {
  position: absolute;
  z-index: 2000;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-image: url(img/main/trans.png);
}
.productNavigation .subWrapper {
  position: relative;  
}
/* @end, productNavigation Definition */

/* @start, Search Definition */
.searchContainer {
  background-image: url(img/main/gradient_small.gif);
  background-repeat: repeat-x;
  margin: 0 0 0 -5px;  
}
.searchContent {
  background-image: url(img/main/search_white.png);
  background-repeat: no-repeat;
  width: 245px; /* 250px - padding */
  height: 44px; /* 56px - padding */
  padding: 12px 0 0 15px;
}
.inputSearch {  
  border: none;
  background:none;
  background: url(img/main/search_input.png) no-repeat 0 0;
  color: #CCCCCC;
  font-size: 13px;
  height: 21px; /* 25px; - padding */
  width: 157px; /* 160px; - padding */  
  padding: 6px 0 0 3px;
}
.bttnSearch {  
  border: none;
  background:none;
  background: url(img/main/search_button.png) no-repeat 0 0;
  color: #FFF;
  font-size: 13px;
  height: 27px; /* 25px; - padding */
  width: 60px; /* 60px; - padding */
  padding: 0 0 0 3px;
  margin: 0 0 0 1px;
  cursor: pointer;
}
/* @end, Search Definition */

/* @start, Navigation Definition */
.mainNavContainer {
  height: 86px;
  position: relative;
  width: 100%; 
}
.mainNavContainer ul {
  position: absolute;
  width: 750px;
  top: 50px;
  /* left:10px; */
  clear: both;
  height: 36px;
}
.mainNavContainer li {
  float: left;
  margin: 0 -4px 0 -6px;
  cursor: pointer;
}
.mainNavContainer li:hover,
.mainNavContainer .selected {
  margin: 0 0 0 -2px;
}
.mainNavContainer li .start {
  float: left;
  height: 36px;
  width: 11px;
  background: url(img/navigation/tab_left_off.gif) no-repeat 0 0;
  position: relative;
  z-index: 10;
  padding: 0px;
}
.mainNavContainer li .startRed {
  float: left;
  height: 36px;
  width: 11px;
  background: url(img/navigation/tab_left_off_red.gif) no-repeat 0 0;
  position: relative;
  z-index: 10;
}
.mainNavContainer li .end  {
  float: left;
  height: 44px;
  width: 11px;
  background: url(img/navigation/tab_right_off.gif) no-repeat 0 0;
}
.mainNavContainer li .endRed  {
  float: left;
  height: 44px;
  width: 11px;
  background: url(img/navigation/tab_right_off_red.gif) no-repeat 0 0;
}
.mainNavContainer li .end_pointer  {
  float: left;
  height: 44px;
  width: 20px;
}
.mainNavContainer li .middle,
.mainNavContainer li .middle_pointer  {
  float: left;
  height: 25px; /* 36px - padding */
  /* width: 140px; */  
  padding: 11px 30px 0 30px;
  position: relative;
  background: url(img/navigation/tab_middle_off.gif) repeat-x 0 0;  
}
.mainNavContainer li .middleRed {
  float: left;
  height: 25px; /* 36px - padding */
  /* width: 140px; */  
  padding: 11px 30px 0 30px;
  position: relative;
  background: url(img/navigation/tab_middle_off_red.gif) repeat-x 0 0;  
}
.mainNavContainer li .middle ul,
.mainNavContainer li .middle_pointer ul {
  position:absolute;
  left:-6px;
  top:32px;
  z-index:50;
  display:none;
  min-width:130px;
  width:100%;
  height:auto;  
  padding:0 0 15px 15px;
}
.mainNavContainer li .middle ul li,
.mainNavContainer li .middle_pointer ul li {
  clear:both;
  margin: 0 0 3px 0;  
}
.mainNavContainer li .middle ul li div,
.mainNavContainer li .middle_pointer ul li div {
  background-image: url(img/navigation/navigation.gif);
  background-repeat: no-repeat;
}
.mainNavContainer li .middle ul li div a,
.mainNavContainer li .middle_pointer ul li div a {
  display: block;
  padding: 4px 2px 0px 15px;
  margin: 0 0 0 8px;
  width: 160px;
  height: 27px;
  background-color: #000;
  background-image: url(img/navigation/navigation_bg.gif);
  background-repeat: repeat-x;
}
.mainNavContainer li:hover .start,
.mainNavContainer .selected .start,
.mainNavContainer .selected .startRed {  
  background: url(img/navigation/sprite_navi_image.png) no-repeat 0 -96px;
  float: left;
  height: 36px;
  width: 11px;
  margin: 0 0 0 -4px;
}
.mainNavContainer li:hover .end,
.mainNavContainer .selected .end,
.mainNavContainer .selected .endRed {  
  background: url(img/navigation/sprite_navi_image.png) no-repeat 0 -360px;
  float: left;
  height: 36px;
  width: 7px;
  position: relative;
  z-index: 20;
}
.mainNavContainer li:hover .end_pointer,
.mainNavContainer .selected .end_pointer {  
  background: url(img/navigation/sprite_navi_image.png) no-repeat 0 0;
  float: left;
  height: 36px;
  width: 20px;
}
.mainNavContainer li:hover .middle a,
.mainNavContainer .selected .middle a {
  color: #FFF;
}
.mainNavContainer li:hover .middle,
.mainNavContainer .selected .middle,
.mainNavContainer li:hover .middle_pointer,
.mainNavContainer .selected .middle_pointer,
.mainNavContainer .selected .middleRed { 
  background: url(img/navigation/tab_middle_on.gif) repeat-x 0 0;
  float: left;
  height: 25px; /* 36px - padding */
  padding: 11px 30px 0 30px;
  color: #000;  
}
.mainNavContainer li:hover .middle ul,
.mainNavContainer li:hover .middle_pointer ul {
  display: block;
}
.mainNavContainer li .middle a,
.mainNavContainer li .middle_pointer a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.mainNavContainer li .middleRed a {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.mainNavContainer li .middle a:hover,
.mainNavContainer li .middle_pointer a:hover {
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.mainNavContainer li .middle ul li a,
.mainNavContainer li .middle_pointer ul li a {
  color:#fff !important;
  font-weight:normal;
  text-decoration:none;
  text-transform: uppercase;
  font-size:12px;
}
.mainNavContainer li .middle ul li a:hover,
.mainNavContainer li .middle_pointer ul li a:hover {
  color:#fff;
  font-weight:normal;
  text-decoration:underline;
  text-transform: uppercase;
  font-size:12px;
}
.stripline {
  height: 5px;
  background-color: #FFFFFF;
}
/* @end, Navigation Definition */

/* @start, Content Definition */

#divContentWrapper {
  background-image: url(img/main/gradient_big.gif);
  background-repeat: repeat-x;
  padding: 0 0 20px 0;
}
.subnavContainer {
  background-color: #FFF;
  float: left;
  width: 240px;
  margin: 0 0 0 5px;
  padding: 0;
  min-height: 400px;
}

/* @start, Right Content Definition */
.templateContainer {
  float: left;
  width: 660px; /* 720px - padding */
  padding: 10px 0 0 55px;
}
.bigTeaser {
  width: 660px;  
  background-color:#fff;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}
.bigTeaser .right {
  width: 360px;
  padding: 30px 0 0 0;
}
.bigTeaser .right span,
.smallTeaser .right span {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: bold;
  color: #666666;
  padding: 0;
}
.smallTeaser {
  width: 298px; /* 300px - border */
  height: 220px;
  background-color: #FFF;
  float: left;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;  
}
.smallTeaser img {
  float: left;
}
.smallTeaser .right {
  float: left;
  padding: 30px 0 0 10px;
}
.smallTeaser .right h6 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: bold;
  color: #006699;
  padding: 0;
}
.smallTeaser .bottom {
  width: 290px; /* 300px - padding */
  padding: 0 0 0 10px;
}
/* @end, Right Content Definition */

/* @end, Content Definition */

/* ----------------
Image Definitions */
.imgLeft {
  float:left;
}
.imgRight {
  float:right;
}

/* @start, FOOTER Definitions */
.footerContainer {
  background-color: #666666;
  padding: 20px 0 0 0;
}
.footerContainer .left {
  float: left;
  width: 220px;
  margin: 0 80px 0 0;
  padding: 0 0 0 10px;
  font-size: 10px;
  color: #FFF !important;
  text-align: center;
}
.footerContainer .middle {
  float: left;
  font-size: 10px;
  margin: 0 80px 0 0;
  color: #FFF !important;
  width:280px;
}
.footerContainer .right {
  float: left;
  font-size: 10px;
  color: #FFF !important;
  width:290px;
}
.footerContainer .left a,
.footerContainer .middle a,
.footerContainer .right a {
  color: #FFF !important;
  text-decoration: underline;
  font-weight: normal;
}
.footerContainer ul {
  list-style:none;
}
.footerContainer li {
  display:inline;
  padding-left: 4em;
}
.footerContainer li a {
  font-size: 10px;
  text-decoration: none;
  color: #FFF !important;
  font-weight: normal;
}
.footerContainer li a:hover {
  font-size: 10px;
  text-decoration: underline;
  color: #FFF !important;
  font-weight: normal;
}
/* @end, FOOTER Definitions */

/* ----------------
Font Weight */
.bold {
  font-weight:bold;
}
.normal {
  font-weight:normal;
}
.lighter {
  font-weight:lighter;
}
.bolder {
  font-weight:bolder;
}
.justify {
  text-align: justify;
}

/* ----------------
Colors */
.black {
  color:#000;
}
.white {
  color:#fff;
}
.dark {
  color:#6c6c6c;
}

/* ----------------
Paddings */
.pTop10 {
  padding-top:10px;
}
.pTop20 {
  padding-top:20px;
}
.pBottom10 {
  padding-bottom:10px;
}
.pBottom20 {
  padding-bottom:20px;
}
.pLeft10 {
  padding-left:10px;
}
.pLeft20 {
  padding-left:20px;
}
.pRight10 {
  padding-right:10px;
}
.pRight20 {
  padding-right:20px;
}
.pRight40 {
  padding-right:40px;
}

/* ----------------
Margins */
.mTop10 {
  margin-top:10px;
}
.mTop20 {
  margin-top:20px;
}
.mTop40 {
  margin-top: 40px;
}
.mTop60 {
  margin-top: 60px;
}
.mBottom10 {
  margin-bottom: 10px;
}
.mBottom20 {
  margin-bottom: 20px;
}
.mBottom60 {
  margin-bottom: 60px;
}
.mLeft10 {
  margin-left:10px;
}
.mLeft20 {
  margin-left:20px;
}
.mRight10 {
  margin-right:10px;
}
.mRight20 {
  margin-right:20px;
}
.mRight60 {
  margin-right: 60px;
}

/* ----------------
Floats */
.left {
  float:left;
}
.right {
  float:right;
}

/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003  nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText {	
	font-size: 11px;
}
.boxTextBG {	
	font-size: 11px;
	background-color: #f1f1f1;
}
.boxTextBGII {	
	font-size: 11px;
	background-color: #cedeeb;
}
.boxTextPrice {	
	font-size: 11px;
	color: #FF0000;
}
.errorBox {
	font-size : 11px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {	
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	
	font-size : 11px;
	color: #cc0033;
}
.productsNotifications {
	background-color: #f2fff7;
}
.orderEdit {
	font-size : 11px;
	color: #70d250;
	text-decoration: underline;
}

A.high {
  color: #005598;
  text-decoration: none;
}

A.high:hover {
  color: #005598;
  text-decoration: underline;
}

TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

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: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size: 10px;
    background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 10px;
}

TD.infoBoxHeading {
  
  font-size: 10px;
  font-weight: bold;
  background: #006699;
  height:17px;
  color: #ffffff;
  
}

TD.infoBoxHeading_right {
  
  font-size: 10px;
  font-weight: bold;
  background: #006699;
  height:17px;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  
  font-size: 10px;
  border-right: 4px solid;
  background: #FFFFFF; 
  border-color: #FFFFFF;
}

TD.infoBox_right, SPAN.infoBox_right {
  
  font-size: 10px;
  background: #FFFFFF; 

}

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

a.pageResults {
	font-size:11px;
	font-weight:normal;
	color: #006699;
	text-decoration: none;
}

A.pageResults:hover {
  color: #006699;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 15px;
  padding:0 0 20px 0;
}

td.smallText, span.smallText, p.smallText {
  font-size: 11px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  
  font-size: 11px;
}

SPAN.greetUser {
  
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

table.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}
.copyright {  
  font-size: 11px;
  line-height: 20px;
  background-color:#666;
  color:#fff;  
  padding:10px 0 10px 0;
  text-align:center;
}
.copyright a,
.copyright a:hover {  
  font-size: 11px;
  line-height: 20px;
  color:#fff;
  font-weight:bold;
}

.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

span.markProductOutOfStock {  
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

span.productSpecialPrice {
  color: #ff0000;
}
span.productOldPrice {
	color: #333;
	text-decoration: line-through;
	font-size:12px;
}
span.productNewPrice {
  color: #ff0000;
}
span.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-size: 11px;
 line-height: 1.5;
 background-color: #FFFFFF;
 border: 0px solid;
 border-color: #E6E6E6;
}

.moduleRowOver { 
	background-color: #FFFFFF; 
	border: 0px solid;
	border-color: #ffffff;
  font-size: 11px;
  line-height: 1.5; 
}
	
.moduleRowSelected { background-color: #E9F4FC; }


.catItem,
.catItemSelected {
 font-size: 15px;
 line-height: 20px;
 background-color: #FFFFFF;
 border:0;
}

.catItemSelected { 
  background-color: #ccc;
}

a.catItemSelected,
a.catItemSelected:hover {
  font-size: 15px;
  font-weight:bold;
  color: #333;
  text-decoration: none;
}

/* Second Level */

.catItemSecond,
.catItemSecondSelected {
 font-size: 13px;
 line-height: 20px;
 background-color: #ccc;
 border:0;
}

.catItemSecond a,
.catItemSecond a:hover {
 font-size: 13px;
 line-height: 20px;
 background-color: #ccc;
 color:#006699;
 text-decoration:none;
 margin:0 10px 0 20px;
 padding-left:10px;
 border-bottom:1px solid #fff;
}

.catItemSecond a:hover {
 text-decoration:underline;
}

.catItemSecondSelected a,
.catItemSecondSelected a:hover {
 font-size: 13px;
 line-height: 20px;
 background-color: #ccc;
 color:#333;
 text-decoration:none;
 font-weight:bold;
 margin:0 10px 0 20px;
 padding-left:10px;
 border-bottom:1px solid #fff;
}

/* Second Level END */

/* Third Level */

.catItemThird,
.catItemThirdSelected {
 font-size: 13px;
 line-height: 20px;
 background-color: #ccc;
 border:0;
}

.catItemThird a,
.catItemThird a:hover {
  font-size: 13px;
  line-height: 20px;
  background-color: #ccc;
  color:#006699;
  text-decoration:none;
  font-weight:normal;
  border-bottom:1px dashed #fff;
  margin:0 10px 0 40px;
  padding-left:10px;
}

.catItemThird a:hover {
  text-decoration:underline;
}

.catItemThirdSelected a,
.catItemThirdSelected a:hover {
  font-size: 13px;
  line-height: 20px;
  background-color: #ccc;
  color:#333;
  text-decoration:none;
  font-weight:bold;
  border-bottom:1px dashed #fff;
  margin:0 10px 0 40px;
  padding-left:10px;
}


/* Third Level END */

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-size: 10pt; color: #FFFFFF; 
	background-color: #005598; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-size: 9pt; color: #000000; background-color: #e6e6e6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }
.inputRequirementBlack { font-size: 10px; color: #000000; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 2px solid;
	border-color: #c4c4c4;
	background-color: #e6e6e6;
	width: 185px;
}
.navRight {
	border-color: #c4c4c4;
	border-top-width: 2px;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
	background-color: #e6e6e6;
	width: 185px;
}

.contentsTopics {
	font-size: 16px;
	color: #005598;
	font-weight: bold;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

.extDescItem {
  padding:3px 0 3px;
  width:50%; 
  line-height:20px;
}

.extDescLabel {
  padding:3px 0 3px;
  width:50%;
  line-height:20px; 
}

.extDescHead {
  color: #666;
  font-weight: bold;
  padding:20px 0 10px 0;
  font-size:15px;
}

/* 
Intelli Search suggest list layout
Change this lines as you like to asign other colours,
fonts, borders etc. to the Intelli Search suggest List
*/
div#intelliSearchResult {
	position:absolute;
	width:250px;
	z-index:1;
	background-color:#FFFFFF;
	padding:0px;
	margin: 2px 0px 0px 0px;
	border-style:solid;
	border-color:#c8c8c8;
	border-width:1px 1px 0px 1px;
	display:none;
	visibility:hidden;
}

div#intelliSearchResult a {
	display:block;
	padding:4px;
	width:242px;
        color: #006699;
	border-style:solid;
	border-color:#999999;
	border-width:0px 0px 1px 0px;
	font-size:11px;
}

div#intelliSearchResult a:hover {
	display:block;
	background-color:#ccc;
	color:#006699;
	text-decoration:underline;
}

/* ------------------
XT Login Container */
	
.xtLoginContainer {
  float:right;
  padding:10px 0 0 0;
}
.xtLoginContainer .headline {
  float:left;
  color:#1bb5e9;
  font-size:15px;
  font-weight:bold;
  padding:0 10px 0 0;
}
.xtLoginContainer .username {
  float:left;
  padding:0 10px 0 0;
}
.xtLoginContainer .username input {
  background:url(img/login_username_pwd.png) no-repeat 0 0;
  border:none;
  width:129px;
  height:16px;
  padding:3px 0 0 3px;
  line-height:15px;
  font-weight:11px;
}
.xtLoginContainer .password {
  float:left;
  padding:0 1px 0 0;
}
.xtLoginContainer .password input {
  background:url(img/login_username_pwd.png) no-repeat -142px 0;
  border:none;
  width:126px;
  height:16px;
  padding:3px 0 0 3px;
  line-height:15px;
  font-weight:11px;
}
.xtLoginContainer .submitLogin {
  float:left;
  padding:0 10px 0 0;
}
.xtLoginContainer .submitLogin input {
  background:transparent url(img/login_button.gif) no-repeat 0 0;
  border:none;
  height:19px;
  width:75px;
  font-weight:bold;
  color:#fff;
  font-size:11px;
  font-family:Arial;
}
.xtLoginContainer .forgotPwd {
  float:left;
}
.xtLoginContainer .forgotPwd a,
.xtLoginContainer .forgotPwd a:hover {
  color:#fff;
  font-size:11px;
  line-height:20px;
  font-weight:normal;
  text-decoration:none;
}
.xtLoginContainer .forgotPwd a:hover {
  text-decoration:underline;
}

/* ------------------
XT Account Container (when logged in) */

.xtAccountContainer {
  float:right;
  padding:10px 0 0 0;
  color:#1bb5e9;
  font-weight:bold;
  line-height:20px;
  font-size:14px;
}
.xtAccountContainer a,
.xtAccountContainer a:hover {
  color:#fff;
  font-size:14px;
  line-height:20px;
  font-weight:normal;
  text-decoration:none; 
}

.xtAccountContainer a:hover {
  text-decoration:underline;
}

/* ------------------
Subnav */

.subnavContent .headline {
  color:#ccc;
  font-size:19px;
  font-weight:bold;
  line-height:20px;
  padding:0 0 20px 10px;
}

/* ------------------
Breadcrumb */

.templateContainer .breadcrumb {
  padding:7px 0 20px 10px;
}

a.headerNavigation,
a.headerNavigation:hover { 
  color: #333;
  font-weight:normal;
  font-size:11px;
  line-height:20px; 
}

a.headerNavigation:hover {
  text-decoration:underline;
}

.mainContent h2 {
  padding-left:10px;  
}

/* ------------------
Product Listing */

h6 {
  margin:0 0 0 10px;
  font-size:15px;
  line-height:20px;
  font-weight:bold;
  color:#333;
}

.xtListContainer {
  padding:0 0 20px 0;
}

.xtList {
  padding:20px 10px 20px 10px;
  width:640px;
  margin:10px 0 0 0;
}

td.listColFirst {
  width:180px; 
  border-bottom:1px solid #c8c8c8; 
  padding:10px 0 10px 0;
  text-align:center;  
}

td.listColMiddle {
  width:280px; 
  border-bottom:1px solid #c8c8c8; 
  padding:10px 20px 10px 0;
  text-align:left;
}

td.listColLast {
  border-bottom:1px solid #c8c8c8;
  padding:10px 0 10px 0;
}

td.listColMiddle a,
td.listColMiddle a:hover {
  font-size:15px;
}

td.listColMiddle a.linkCat,
td.listColMiddle a.linkCat:hover {
  font-weight:normal;
  font-size:12px; 
}

td.listColLast .price {
  padding:0 0 5px 0;
}

td.listColLast .price .info {
  float:left;
  font-size:12px;
}

td.listColLast .price a {
  float:right;
  padding:4px 0 0 0;
}

td.listColLast .price .info span {
  font-size:15px;
  color:#333;
  line-height:20px;
  font-weight:bold;
}

td.listColLast .price .info span.productSpecialPrice {
  color: #ff0000;
}
td.listColLast .price .info span.productOldPrice {
  color: #333;
  text-decoration: line-through;
  font-size:12px;
}
td.listColLast .price .info span.productNewPrice {
  color: #ff0000;
}

td.listColLast .price .info span a {
  font-size:11px;
  color:#999;
  line-height:15px;
  font-weight:normal;
  float:none;
}

td.listColLast .status {
  float:left;
  font-size:11px;
}

td.listColLast .detail {
  float:right;
}

td.listColLast .detail a {
  font-size:11px;
  font-weight:normal;
}

td.listColLast .buttons {
  padding:10px 0 0 0;
}

td.listColLast .buttons div {
  padding:0 0 5px 0;
}

.manuDropdown {
  text-align:right;
  padding:5px 10px 10px 10px;
  margin:0 -10px 0 0;
  position:relative;
}

.manuDropdown select {
  margin:0 10px 0 0;
}

.pagination {
  padding:0 10px 0 10px;
  font-size:11px;
}

/* ------------------
Product Info Page */

.xtDetail {
  width:640px;
  padding:20px 10px 20px 10px;
  margin:0 0 20px 0;
}

.xtDetail .media {
  float:left;
  width:220px;
  padding:0 20px 0 0;
}

.xtDetail .media h4 {
  padding:0 0 20px 0;
}

.xtDetail .media .icon {
  vertical-align:middle;
  margin:0 5px 3px 0;
}

.xtDetail .media .documents {
  padding:0 0 20px 0;
}

.xtDetail .media .piks {
  padding:0 0 20px 0;
}
	
.xtDetail .media .piks img {
  padding:0 10px 10px 0;
  float:left;
}

.xtDetail .media a,
.xtDetail .media a:hover {
  font-size:12px;
  font-weight:normal;   
}

.xtDetail .media .mainImg {
  padding:0 0 40px 0;
}
 
.xtDetail .media .moreImg {
  padding:0 0 20px 0;
}
	
.xtDetail .media .moreImg .img {
  padding:0 0 10px 0;
  text-align:center;
}
	
.xtDetail .media .moreImg .download {

}

.xtDetail .media .moreImg .download img {
  vertical-align:middle;
  margin:0 5px 3px 0;
}

.xtDetail .media .moreImg .download a,
.xtDetail .media .moreImg .download a:hover {
  font-size:12px;
  font-weight:normal;   
}
 
.xtDetail .text {
  float:left;
  width:400px;
}

.xtDetail .text .header {
  padding:0 0 40px 0;
}

.xtDetail .text .header .info {
  float:left;
  width:180px;
}

.xtDetail .text .header .info td {
  font-size:12px;
}

.xtDetail .text .header .info td strong {
  font-weight:bold;
  color:#666;
}

.xtDetail .text .header .price {
  float:left;
  width:220px;
}

.xtDetail .text .header .price .info {
  padding:0 0 5px 0;
  font-size:11px;
  width:220px;
}

.xtDetail .text .header .price .info span {
  font-size:15px;
  color:#333;
  line-height:20px;
  font-weight:bold;
}

.xtDetail .text .header .price .info span.productSpecialPrice {
  color: #ff0000;
}
.xtDetail .text .header .price .info span.productOldPrice {
  color: #333;
  text-decoration: line-through;
  font-size:12px;
}
.xtDetail .text .header .price .info span.productNewPrice {
  color: #ff0000;
}

.xtDetail .text .header .price .info span a {
  font-size:11px;
  color:#999;
  line-height:20px;
  font-weight:normal;
  float:none;
}

.xtDetail .text .header .price .info .vkPrice {
  padding:0;
}

.xtDetail .text .header .price .info .vkPrice span {
  font-weight:normal;
  font-size:12px;
}

.xtDetail .text .header .price .info .shipping {
  font-size:11px;
  font-weight:normal;
}

.xtDetail .text .header .price .info .shipping a,
.xtDetail .text .header .price .info .shipping a:hover {
  font-size:11px;
  color:#333;
  font-weight:normal;
}

.xtDetail .text .header .price .status {
  float:left;
  font-size:11px;
}

.xtDetail .text .header .price .print {
  float:right;
}

.xtDetail .text .header .price .print a {
  font-size:11px;
  font-weight:normal;
}

.xtDetail .text .content {

}

.xtDetail .text .content ul {
  list-style-type:disc;
  padding:0 0 0 15px;
}

.xtDetail .text .content li {
  
}

.xtDetail .text .content table {
  width:100%;
}

div.url {
  padding:0 0 20px 10px;
}

div.dateAvailable {
  padding:0 0 20px 10px;
}


div.added {
  padding:0 0 20px 10px;
  color:#999;
}

/* ------------
Lost Password Page */

.xtLostPassword .infoMessage {
  padding:0 0 20px 0;
  text-align:center;
  color:#ff3232;
  font-weight:bold;
}

.xtLostPassword .headline {
  font-weight:bold;
  font-size:12px;
  padding:0 0 10px 0;
}

.xtLostPassword .stepText {
  padding:0 0 20px 0;
}

.xtLostPassword .captchaCode {
  padding:0 0 20px 0;
}

.xtLostPassword .captchaCode .text {
  float:left;
  width:120px;
  font-weight:bold;
}

.xtLostPassword .captchaCode .codeImg {

}

.xtLostPassword .captchaFields,
.xtLostPassword .fields {
  padding:0 0 20px 0;
}

.xtLostPassword .captchaFields .text,
.xtLostPassword .fields .text {
  float:left;
  width:120px;
  padding:0 0 10px 0;
  font-weight:bold;
}

.xtLostPassword .captchaFields .field,
.xtLostPassword .fields .field {
  float:left;
  padding:0 0 5px 0;
}

.xtLostPassword .captchaFields .field input,
.xtLostPassword .fields .field input {
  font-family:Arial, Sans-Serif;
  border:1px solid #ccc;
  font-size:13px;
  line-height:20px;
  padding:2px;
  color:#333;	
}

.xtLostPassword .fields .link {
  padding:0 0 10px 0;	
}

.xtLostPassword .fields .link a,
.xtLostPassword .fields .link a:hover {
  font-weight:normal;	
} 

.xtLostPassword .stepContinue {
  padding:10px 0 0 0;
}

.xtLostPassword .stepContinue .text {
  float:left;
  width:120px;
  font-weight:bold;
}

.xtLostPassword .stepContinue .button {
  float:left;
}

/* ------------
LogOff Page */

.xtLogOff .left {
  float:left;
  width:300px;
  text-align:left;
}

.xtLogOff .right {
  float:right;
  width:300px;
  text-align:right;
  padding:3px 0 0 0;
}

/* ------------
Sidebar Boxes */

.subnavBoxes {
  padding:40px 0 0 0;
  background-color:#FCFCFC;
}

.xtBoxSidebar {
  padding:0 0 20px 0;
}

.xtBoxSidebar .headline {
  float:left;
  color:#CCCCCC;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	padding:0 0 5px 10px;
}

.xtBoxSidebar .moreLink {
  float:right;
  padding:4px 10px 5px 0;
  line-height:20px;
}

.xtBoxSidebar .moreLink a,
.xtBoxSidebar .moreLink a:hover {
  font-weight:normal;
  font-size:11px;
  line-height:20px;
}
	
.xtBoxSidebar .box {
  background-color:#fff;
  width: 220px;
  border: 1px solid #c8c8c8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align:center;
  padding:10px;
}

.xtBoxSidebar .box .title {
  padding:0 0 10px 0;
}

.xtBoxSidebar .box .title a,
.xtBoxSidebar .box .title a:hover {
  font-weight:normal;
  font-size:12px;
}

.xtBoxSidebar .box .img {
  padding:0 0 10px 0;
}

.xtBoxSidebar .box .price {
  color:#333333;
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	padding:0 0 5px 0; 
}

.xtBoxSidebar .box .price a,
.xtBoxSidebar .box .price a:hover {
  color:#999999;
	float:none;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
}

.xtBoxSidebar .box .prodVPE {
  padding:0 0 5px 0;
}

.xtBoxSidebar .box .taxInfo {
  padding:0 0 5px 0;
}
	
.xtBoxSidebar .box .shippingLink {
  padding:0 0 5px 0;
  font-size:12px;
  color:#333;
}

.xtBoxSidebar .box .shippingLink a,
.xtBoxSidebar .box .shippingLink a:hover {
  font-weight:normal;
  color:#333;
  font-size:12px;
}

/* ------------
Account */

.xtAccountList,
.xtAccount {
  margin:10px 0 20px 0;
	padding:20px 10px;
	width:640px;
}

.xtAccount {
  padding:10px;
}

h6 span,
h6 span a,
h6 span a:hover {
  font-weight:normal;
  font-size:12px;  
}

.xtAccountList .shipping {
  font-size:11px;
  font-weight:normal;
  color:#333; 
}

.xtAccountList .shipping a,
.xtAccountList .shipping a:hover {
  font-size:11px;
  font-weight:normal;
  color:#333; 
}

/* ------------
Account - Set new password */

.xtAccount .fields {
  padding:0 0 0 0;
}

.xtAccount .fields .text {
  float:left;
  width:130px;
  padding:0 0 10px 0;
}

.xtAccount .fields .field {
  float:left;
  padding:0 0 10px 0;
}

.xtAccount .fields .buttonLeft {
  float:left;
}
	
.xtAccount .fields .buttonRight {
  float:right;
}

.xtAccount .required {
  color:#FF0000;
  font-size:11px;
  float:right;
}

/* ------------
Account - detailed order information */

.xtAccount .header {
  padding:0 0 40px 0;
}
 
.xtAccount .header .number {
  font-weight:bold;
  font-size:16px;
}

.xtAccount .header .date {
  
}
	
.xtAccount .addresses {
  padding:0 0 20px 0;
}

.xtAccount .addresses table {
  margin:0 0 20px 0;
}

.xtAccount .addresses td {
  width:50%;
}

.xtAccount .addresses .headline {
  font-weight:bold;
  padding:0 0 5px 0;
}

.xtAccount .addresses .infos {

}

.xtAccount .orderList {
  padding:0 0 20px 0;
}
	
.xtAccount .orderList .headline {
  font-weight:bold;
  padding:0 0 5px 0;
}

.xtAccount .orderList .infos {

}

.xtAccount .orderList .infos table.orders {
  margin:0 0 10px 0;
}

.xtAccount .orderList .infos table.sum{

}

.xtAccount .orderList .infos .orders thead td {
  background-color:#006699;
  color:#fff;
  font-weight:bold;
  padding:2px 0 2px 5px;
}

.xtAccount .orderList .infos .orders tbody td {
  padding:2px 0 2px 5px;
  border-bottom:1px solid #ccc;
}

.xtAccount .download {
  padding:0 0 20px 0;
}

/* ------------
Account - address book */


.xtAccount .right {
  padding:0;
  width:auto;
}

.xtAccount .delete {

}

.xtAccount .delete .headline{
  font-weight:bold;
  padding:0 0 5px 0;
}

.xtAccount .delete .infos{
  padding:0 0 20px 0;
}

.xtAccount .stdAddressLeft {
  float:left;
  width:379px;
  padding:0 10px 0 0;
}
	
.xtAccount .stdAddressRight {
  float:left;
  width:230px;
  border-left:1px solid #ccc;
  padding:0 0 0 20px;
}

.xtAccount .stdAddressRight .headline {
  font-weight:bold;
  padding:0 0 5px 0;
}

.xtAccount .stdAddressRight .infos {

}

.xtAccount .addressEntry {
  padding:10px 0 0 0;
  margin:10px 0 0 0;
  border-top:1px solid #ccc;
}

.xtAccount .addressEntry .left {
  float:left;
  width:390px;
}

.xtAccount .addressEntry .right {
  float:left;
  width:230px;
  padding:0 0 0 20px;
}

.xtAccount .addressEntry .headline {
  font-weight:bold;
  font-size:14px;
}

.xtAccount .addressEntry .headline span {
  font-weight:normal;
  font-style:italic;
  font-size:12px;
  color:#333;
}

.xtAccount .addressEntry .infos {

}

.xtAccount .addressEntry .button {
  float:left;
  padding:0 5px 0 0;
}

.xtAccount .addressEntryNew {
  float:right;
  width:230px;
}

.addressForm {

}
	
.addressForm .headline {
  font-weight:bold;
  padding:0 0 10px 0;
  float:left;
}

.addressForm .requird {
  float:right;
  color:#ff0000;
  font-size:12px;
}

.addressForm .formular {
  padding:0 0 20px 0;
}

.addressForm .formular .text {
  float:left;
  width:100px;
  padding:0 0 10px 0;
}

.addressForm .formular .field,
.addressForm .formular .fieldRd {
  float:left;
  padding:0 0 10px 0;
}

.addressForm .formular .field input,
.addressForm .formular .field select {
  width:220px;
}

/* ------------
Shopping Cart */

.cart {
  margin:0 0 20px 0;
}

.cart thead td {
  background-color:#006699;
  color:#fff;
  font-weight:bold;
  font-size:12px;
}

.cart thead td.img {
  width:120px;
  background-color:#006699;
  color:#fff;
  font-weight:bold;
  font-size:12px;
}

.cart thead td.count {
  width:60px;
  text-align:center;
  
}

.cart thead td.infos {

}

.cart thead td.shipping {

}

.cart thead td.singlePrice {
  text-align:right;
  width:100px;
}

.cart thead td.allPrice {
  text-align:right;
  width:100px;
}

.cart thead td.remove {
  width:60px;
  text-align:center;
}

.cart tbody td {  
  border-bottom:1px solid #c8c8c8;
  padding:10px 0 10px 0;
}

.cart tbody td.img {
  width:120px;  
  text-align:center;
}

.cart tbody td.count {
  width:60px;
  text-align:center;
}

.cart tbody td.infos {
  
}

.cart tbody td.shipping {
  font-size:11px;
}

.cart tbody td.singlePrice {
  text-align:right;
}

.cart tbody td.allPrice {
  text-align:right;
}

.cart tbody td.remove {
  width:60px;
  text-align:center;
}

.cart tbody td.overview strong.big {
  color:#333333;
  font-size:15px;
  line-height:20px;   
}

.cart tbody td.overview span.small {  
  font-size:12px;
  font-weight:normal;
  line-height:20px;  
}

.cart tbody td.overview span.small a,
.cart tbody td.overview span.small a:hover {  
  color:#000; 
  font-weight:normal;
  font-size:12px;
}

/* ------------
Payment */

.delBilContainer {
  padding:20px 0 30px 0; 
}

.delBilContainer .delivery {
  float:left;
  width:310px;
  padding:0 10px 0 0;
}

.delBilContainer .billing {
  float:left;
  width:309px;
  padding:0 0 0 10px;
  border-left:1px solid #c8c8c8; 
}

.delBilContainer .headline {
  font-weight:bold;
  padding:0 0 5px 0;
}

.delBilContainer .infos {
  
}

.delBilInfoContainer {

}

.delBilInfoContainer .headline {
  font-weight:bold;
  padding:20px 0 5px 0;  
}

.delBilInfoContainer .infos {
 padding:5px;
 border:1px solid #c8c8c8;
}

/* ------------
Admin Box */

.adminBox {
  padding:0 10px 20px 10px;
}

.adminBox .headline {
  color:#CCCCCC;
	font-size:19px;
	font-weight:bold;
	line-height:20px;
	padding:0 0 20px 0;
}

.adminBox .text {

}




