@charset 'utf-8';


/* ---------- Base Layout ---------- */

body {
	margin: 0 0 20px 0;
    font: normal 80%/100% Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    color: #666;
	}

#body {
    background: #f5f6f7;
    }

.column-1,
.columns-max,
.wrapper {
	width: 1152px;
    margin: 0 auto;
    padding: 0;
	}
	
	
/* ---------- Basic element styles ---------- */

h1 {
    margin: 0 0 10px;
    font: normal 2em/100% Arial, Helvetica, sans-serif;
}

h2 {
	clear: both;
    margin: 0;
	padding: 20px 0 5px;
	font: normal 1.5em/1.2em;
}

h3 {
	clear: both;
    margin: 0;
    padding: 20px 0 0;
    font: bold 1em;
}

h1 a,
h2 a {
    color: #666;
}

p {
	margin: 5px 0;
}

a {
    color: #5b677d;
    text-decoration: none;
}

a:hover {
    color: #06c;
    text-decoration: none;
}

select {
    border: 1px solid #bbb;
    }
    
form, ul, li, img, input {
    margin: 0;
    padding: 0;
    border: 0;
}
    
input[type=text],
input[type=password] {
    padding: 5px 1px;
    border: 1px solid #bbb;
    background: url(../images/ireus-portlets/input_shadow.png) no-repeat;
}
* html input.aui-field-input-text, 
* html input.text,
* html input.password {
	padding: 5px 1px;
    border: 1px solid #bbb;
	}

input[type=text]:focus,
input[type=password]:focus {
    background: #ffc;
    border: 1px solid #f1b1cc;
}

hr {
	color: #abb3bb;
    background-color:#abb3bb;
}

table.content {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
    margin: 10px 0pt 15px;
    font-size: 10pt;
    width: 100%;
    text-align: left;
}

table.content thead tr th, table.content thead tr td, table.content tfoot tr th {
    background: #f6f6f6; /*#b4d88c;*/
    font-size: 10pt;
    padding: 4px;
    border: 1px solid #bbb;
}

table.content thead tr.header {
    background-image: url(../images/ireus-jquery-tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.content tbody td {
    color: #333;
    padding: 4px;
    background-color: #fcfcfc;
    vertical-align: middle;
    border-top: 1px solid #efefef;
    /* border-bottom: 1px solid #efefef; */
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

table.content tbody tr.odd td {
    background-color: #f6f6f6;
}


/* ---------- Standard classes ---------- */

.clr {
    clear: both;
    width: 100%;
}

.normal {
    font-weight: normal;
}

.bold {
	font-weight: bold;
    }

.left {
    text-align: left;
    }

.center {
    text-align: center;
    }

.right {
	text-align: right;
    }

.fleft {
    float: left;
    }
    
.fright {
	float: right;
	}

.small90 {
    font-size: 0.9em;
    }

.small85 {
    font-size: 0.85em;
    }
    
.small75 {
	font-size: 0.75em;
	}
	
.relative {
	position: relative;
	}
	
.hidden {
	display: none;
	}
	
.block {
	display: block;
	}

.aui-button-input,
.button100 {
    margin: 10px 5px 0;
    padding: 7px;
    text-align: center;
    color: #333;
    background: url(../images/ireus-portlets/button100.jpg) no-repeat;
    }
* html .aui-button-input,
* html .button100 {
    padding: 5px 7px 6px;
	}

.aui-button-input:focus,
.button100:focus {
    background: url(../images/ireus-portlets/button100.jpg) no-repeat bottom;
    }

input[type=submit].aui-button-input,
input[type=button].aui-button-input,
input[type=submit].button100 {
    width: 100px;
    height: 31px;
    border: 0;
    }

a.button100 {
    display: block;
    width: 86px;
    height: 17px;
    }
    
.button200 {
    margin: 10px auto 0;
    padding: 7px;
    text-align: center;
    color: #333;
    background: url(../images/ireus-portlets/button200.jpg) no-repeat;
    }
        
input[type=submit].button200 {
    width: 200px;
    height: 31px;
    border: 0;
    }
* html input.button200 {
	width: 200px;
    height: 31px;
    border: 0;
	}
    
a.button200 {
    display: block;
    width: 186px;
    height: 17px;
    }
    
.button200:focus {
    background: url(../images/ireus-portlets/button200.jpg) no-repeat bottom;
    }
    
.aui-button-holder {
    width: 250px;
    margin: 0 auto;
    }
 
.redbutton2r,
.redbutton1r {
	display: block;
	width: 178px;
	height: 48px;
	position: relative;
	left: -9px;
    margin: 2em 0;
    padding: 11px;
    font: bold 1.2em/3em Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
	background: url(../images/ireus-layout/button_red1r.jpg) no-repeat;
}

.redbutton2r {
    height: 40px;
    padding: 20px 10px;
    font: bold 1.2em/1.3em Arial, Helvetica, sans-serif;
    background: url(../images/ireus-layout/button_red2r.jpg) no-repeat;
}

.redbutton2r:hover,
.redbutton1r:hover {
    color: #fff;
}

.technologybutton,
.pricingbutton,
.shopsbutton {
	display: block;
    width: 162px;
    height: 33px;
    margin: 2em 0;
    padding: 10px;
    font: bold 1.2em/2em Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;	
}

.technologybutton:hover,
.pricingbutton:hover,
.shopsbutton:hover {
    color: #fff;
	}

.technologybutton {
    background: url(../images/ireus-layout/button_technology.gif) no-repeat;
    }

.pricingbutton {
    background: url(../images/ireus-layout/button_pricing.gif) no-repeat;
    }

.shopsbutton {
    background: url(../images/ireus-layout/button_shops.gif) no-repeat;
    }

.error {
	color: #f00;
	font-weight: bold;
	}

.error input[type=text],
.error input[type=password],
.error textarea, 
input[type=text].error,
input[type=password].error,
textarea.error {
	color: #333;
	font-weight: normal;
    border: 1px solid #f00;
    }

.divtable {
    display: block;
    float: left;
    width: 44%;
    padding: 0 5% 0 0;
}
    
.noborder {
	border: 0;
	}
	
.top {
	vertical-align: top;
	}
	
.codebox {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 20px;
    font-family: monospace;
    font-weight: normal;
    font-size: 1.2em;
    }

.arrow {
    padding: 0 0 0 20px;
    background: url(../images/ireus-layout/sidemenu-arrow.gif) no-repeat 0 5px;
    }
    
.email {
    padding: 0 0 0 20px;
    background: url(../images/ireus-layout/email.gif) no-repeat 0 5px;
    }

.phone {
    padding: 0 0 0 20px;
    background: url(../images/ireus-layout/phone.gif) no-repeat 0 2px;
    }
    
.key {
    padding: 0 0 0 20px;
    background: url(../images/ireus-layout/key_sw.gif) no-repeat 0 4px;
    }

.pencil {
    padding: 0 0 0 20px;
    background: url(../images/ireus-layout/pencil_sw.gif) no-repeat 0 2px;
    }
    
.read {
	float: right;
	padding: 0 0 0 20px;
	font-size: 0.85em;
    background: url(../images/ireus-layout/arrow.gif) no-repeat 0 4px;
	}
	
.acrobat {
    padding: 0 0 0 20px;
    background: url(../images/ireus-layout/acrobat_icon.gif) no-repeat 0 -3px;	
	}


/* ---------- Header layout ---------- */

#top {
	min-width: 1152px;
	background: url(../images/ireus-layout/head.jpg) no-repeat 0 0;
	}
	
#top-topmenu-box {
	float: right;
	min-width: 230px;
    height: 40px;
    overflow: hidden;
    }
*:first-child+html #top-topmenu-box {
    width: 300px;
    }
* html #top-topmenu-box {
    width: 300px;
	}

#top-topmenu-left {
    float: left;
    width: 13px;
    height: 40px;
	background: url(../images/ireus-layout/edge_sprite_left.png) no-repeat 0 0;
	}
* html #top-topmenu-left {
    margin-right: -3px;
    }
    
#top-topmenu-right {
    float: right;
    width: 13px;
    height: 40px;
	background: url(../images/ireus-layout/edge_sprite_right.png) no-repeat 0 0;
    }
* html #top-topmenu-right {
    margin-left: -3px;
    }

#top-topmenu-middle {
    height: 40px;
    margin: 0 13px;
    padding: 0 10px;
    background: url(../images/ireus-layout/hor_sprite.png) repeat-x;
    }
* html #top-topmenu-middle {
    margin: 0;
    }
	
#top-topmenu-middle-myireus {
	font-weight: bold;
	color: #92c742;
	}

#top-topmenu-middle select {
	border: 0;
	}

#top-topmenu-middle ul {
    display: block;
    padding: 5px 0; 
    text-align: center;
    list-style: none;
    }

#top-topmenu-middle li {
    display: inline;
    padding: 0 7px;
    line-height: 1.4em;
    border-right: 1px solid #d0d0d0;
    }
    
#top-topmenu-middle li.last {
    border-right: none; 
    }

#top-logo {
	clear: both;
    position: relative;
    width: 1102px;
    top: -20px;
    left: 50px;
    }

#top-mainmenu {
	position: relative;
	background: #213c73 url(../images/ireus-layout/topnavi_sprite.gif) repeat-x 0 0;
    height: 30px;
    z-index: 10;
    }
	
#top-mainmenu-box {
    position: relative;
    z-index: 10;
	}

#top-mainmenu-box-navigation ul {
    position: relative;
    left: 50%;
    float: left;
    }

#top-mainmenu-box-navigation li {
    display: block;
    position: relative;
    right: 50%;
    float: left;
    height: 30px;
    font-size: 12px;
    color: #def;
}

#top-mainmenu-box-navigation li a {
    display: block;
    padding: 5px 20px;
    color: #def;
    text-decoration: none; 
    }
    
#top-mainmenu-box-navigation li:hover,
#top-mainmenu-box-navigation li.selected {
    background: url(../images/ireus-layout/topnavi_sprite.gif) repeat-x 0 -30px;
    }

#top-mainmenu-box-navigation li.selected a, 
#top-mainmenu-box-navigation li:hover a {
    color: #fff;
    }

#top-mainmenu-box-navigation li .submenu {
    display: none;
    position: absolute;
    top: 30px;
    left: -10px;
    z-index: 10;
    padding: 0 13px 0 0;
    background: url(../images/ireus-layout/menue_right.png) no-repeat right bottom;
    }
  
#top-mainmenu-box-navigation li:hover .submenu,
#top-mainmenu-box-navigation li:hover ul {
    display: block;
    }

#top-mainmenu-box-navigation ul ul {
    position: relative;
    left: 0;
    padding: 10px 0 20px 13px;
    z-index: 10;
    background: url(../images/ireus-layout/menue_left.png) no-repeat left bottom;
    }

#top-mainmenu-box-navigation li li {
    position: relative;
    left: 0;
	width: 100%;
    color: #666;
    white-space: nowrap;
    }
    
#top-mainmenu-box-navigation li li:hover {
    background: none;
    color: #666;
    }

#top-mainmenu-box-navigation li li a,
#top-mainmenu-box-navigation li.selected li a,
#top-mainmenu-box-navigation li:hover li a {
    color: #666;
    text-decoration: none;
    }
* html #top-mainmenu-box-navigation li li a,
*:first-child+html #top-mainmenu-box-navigation li li a {
    display: block;
    width: 150px;
    }

#top-mainmenu-box-navigation li li a:hover {
    color: #000;
    }
    
#top-mainmenu-box-navigation li.selected li.selected {
    background: none;
    font-weight: bold;
    }

#top-mainmenu-box-navigation li.selected li.selected a {
    color: #000;
    }

#top-mainmenu-box-navigation li.selected li.selected span {
    color: #666;
    }
    
#top-mainmenu-box-search {
	display: none;
	position: absolute;
	top: 0;
	right: 5px;
    float: right;
    width: 210px;
    margin: 0 5px 0 0;
    background: url(../images/ireus-layout/topnavi_searchfield.gif) no-repeat;
    }

#top-mainmenu-box-search-field {
	width: 193px;
	height: 16px;
	float: left;
	border: 0;
    padding: 6px 0 7px;
	background: none;
	font-size: 12px;
	}

#top-mainmenu-box-search-box {
	width: 17px;
	float: right;
	}


/* ---------- Content area layout ---------- */
	
#main-2column1 {
    position: relative;	
	width: 30%;
    min-height: 1px;
	float: left;
	}

#main-2column2 {
	position: relative;
	width: 70%;
    min-height: 1px;
	float: left;
    z-index: 1;
    }

#main-3column1,
#main-3column3 {
    position: relative;	
    width: 20%;
    min-height: 1px;
    float: left;
    }

#main-3column2 {
	position: relative;
    width: 60%;
    min-height: 1px;
    float: left;
    z-index: 1;
    }


/* -------------- Footer layout ---------------- */

#footer {
	clear: both;
    position: relative;
	}
	
#footermenu,
#footermenu a {
    color: #888;
    }
    
#footermenu a:hover {
    color: #222;
    }

#footermenu ul {
    display: block;
    text-align: center;
    margin: 0 5px;
    list-style: none;
    }

#footermenu li {
    display: inline;
    padding: 0 7px;
    line-height: 1.4em;
    border-right: 1px solid #d0d0d0;
    }
    
#footermenu li.last {
    border-right: none; 
    }


/* -------------- Portlet background style ---------------- */

.portlet-top {
    background: url(../images/ireus-layout/portlet-top.jpg) no-repeat;
    height: 14px;
}

.portlet-top-right {
    width: 100%;
    height: 14px;
    background: url(../images/ireus-layout/portlet-top-right.jpg) no-repeat top right;
}
.column-1 .portlet-top-right,
.columns-max .portlet-top-right,
#main-1column1 .portlet-top-right,
#main-2column2 .portlet-top-right,
#main-3column2 .portlet-top-right {
	position: relative;
	left: 1px;
	}
	
.portlet-content {
    width: 100%;
    margin: 0;
	padding: 0;
	background: #f8f8f8 url(../images/ireus-layout/portlet-content-left.jpg) repeat-y;
	}
* html .portlet-content {
    position: relative;
    margin: -2px 0 0;
    z-index: -100;
    }
    
.column-1 .portlet-content,
.columns-max .portlet-content,
#main-1column1 .portlet-content,
#main-2column2 .portlet-content,
#main-3column2 .portlet-content {
	width: 100%;
    margin: -1px 0 0;
    padding: 0;
	background: #fff url(../images/ireus-layout/portlet-content-left.jpg) repeat-y;
	}
* html .column-1 .portlet-content,
* html .columns-max .portlet-content,
* html #main-1column1 .portlet-content,
* html #main-2column2 .portlet-content,
* html #main-3column2 .portlet-content {
	z-index: 1;
    margin: -3px 0 0;
    }
        
.portlet-content-right {
	margin: 0 0 0 14px;
    padding: 10px 24px 10px 10px;
    background: url(../images/ireus-layout/portlet-content-right.jpg) repeat-y top right;
    }
    
.column-1 .portlet-content-right,
.columns-max .portlet-content-right,
#main-1column1 .portlet-content-right,
#main-2column2 .portlet-content-right,
#main-3column2 .portlet-content-right {
    margin: 0 -1px 0 14px;
	padding: 20px 34px 20px 20px;
    background: url(../images/ireus-layout/portlet-content-right.jpg) repeat-y top right;
}
* html .column-1 .portlet-content-right,
* html .columns-max .portlet-content-right,
* html #main-1column1 .portlet-content-right,
* html #main-2column2 .portlet-content-right,
* html #main-3column2 .portlet-content-right {
    margin: 0 -1px 0 14px;
    padding: 20px;
}

.portlet-bottom {
    background: url(../images/ireus-layout/portlet-bottom.jpg) no-repeat;
    height: 14px;
}

.column-1 .portlet-bottom,
.columns-max .portlet-bottom,
#main-1column1 .portlet-bottom,
#main-2column2 .portlet-bottom,
#main-3column2 .portlet-bottom {
    background: url(../images/ireus-layout/portlet-bottom-w.jpg) no-repeat;
    }

.portlet-bottom-right {
    width: 100%;
    height: 14px;
    background: url(../images/ireus-layout/portlet-bottom-right.jpg) no-repeat top right;
    }

.column-1 .portlet-bottom-right,
.columns-max .portlet-bottom-right,
#main-1column1 .portlet-bottom-right,
#main-2column2 .portlet-bottom-right,
#main-3column2 .portlet-bottom-right {
    background: url(../images/ireus-layout/portlet-bottom-right-w.jpg) no-repeat top right;
    }

.nav-menu h2 {
    display: block;
	margin: -12px -12px 0 -12px;
    padding: 6px 9px 7px 19px;
    font-size: 1.1em;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
* html .nav-menu h2 {
	height: 18px;
    }

.nav-menu ul {
    margin: 10px -13px 0;
    padding: 0;
    list-style: none;
	}
	
.nav-menu li {
	padding: 5px 10px 5px 40px;
	}

.listarrow li {
	background: url(../images/ireus-layout/icon-arrow.gif) no-repeat 20px 10px;
	}

.portlet-layout {
    border-collapse: collapse;
    clear: both;
    display: table;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
}

.aui-w70 {
	float: left;
    width: 69%;
    }
    
.aui-w30 {
	float: left;
	width: 29%;
	}

/* -------------- Nested portlets style ---------------- */

.portlet-content-container .portlet-top,
.portlet-content-container .portlet-top-right,
.portlet-content-container .portlet-content,
.column-1 .portlet-content-container .portlet-content,
.columns-max .portlet-content-container .portlet-content,
#main-1column1 .portlet-content-container .portlet-content,
#main-2column2 .portlet-content-container .portlet-content,
#main-3column2 .portlet-content-container .portlet-content,
.portlet-content-container .portlet-content-right,
.column-1 .portlet-content-container .portlet-content-right,
.columns-max .portlet-content-container .portlet-content-right,
#main-1column1 .portlet-content-container .portlet-content-right,
#main-2column2 .portlet-content-container .portlet-content-right,
#main-3column2 .portlet-content-container .portlet-content-right,
.portlet-content-container .portlet-bottom,
.column-1 .portlet-content-container .portlet-bottom,
.columns-max .portlet-content-container .portlet-bottom,
#main-1column1 .portlet-content-container .portlet-bottom,
#main-2column2 .portlet-content-container .portlet-bottom,
#main-3column2 .portlet-content-container .portlet-bottom,
.portlet-content-container .portlet-bottom-right {
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}


/* ---- Main Content Styles ---- */

.nav-menu-style-sidemenu li {
    background: url(../images/ireus-layout/sidemenu-arrow.gif) no-repeat 20px 10px;	
	}

.nav-menu-style-sidemenu li.selected {
    background: #eaebed url(../images/ireus-layout/sidemenu-arrow.gif) no-repeat 20px 10px; 
    }

.nav-menu-style-sidemenu li.selected a {
    font-weight: bold;
    color: #000;
    }


ul.advantages {
	margin: 0.5em 0 0;
	list-style: none;
}

ul.advantages li {
    line-height: 1.5em;
    background : url(../images/ireus-layout/plus.gif) no-repeat 0 0.5em;
    padding-left : 15px;
}


ul.factlist {
    margin: 0.5em 0 0;
    list-style: none;
}

ul.factlist li {
    line-height: 1.5em;
    background : url(../images/ireus-layout/square.gif) no-repeat 0 0.5em;
    padding-left : 15px;
}


#homepage-headerbackground,
#maincontent-headerbackground {
	position: relative;
	top: -22px; 
	left: -23px;
	}
* html #homepage-headerbackground,
* html #maincontent-headerbackground {
    top: -20px; 
    left: -19px;
	margin: 0 -35px 0 0;
	}

#maincontent-headline {
    position: absolute;
    top: 50px; 
    left: 20px;
    color: #fff;
	}
* html #maincontent-headline {
	line-height: 1.3em;
	}
	
#homepage-headline {
    position: absolute;
    top: 250px;
    left: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: lighter;
    line-height: 40px;
    }

.maincontent-columns3column1 {
	display: block;
	width: 182px;
	float: left;
	margin: 15px 38px 15px 0;
	}

.maincontent-columns3column2 {
	display: block;
	width: 182px;
	float: left;
	margin: 15px 0;
	}

.maincontent-columns3column3 {
	display: block;
	width: 182px;
	float: left;
	margin: 15px 0 15px 38px;
	}

.maincontent-columns3column23 {
    display: block;
    width: 402px;
    float: left;
    margin: 15px 0;
    }
    
.maincontent-columns1column1 {
    margin: 15px 0;
	}
	
	
/* References */
.reference span {
	display: block;
	width: 140px;
	height: 105px;
	margin: 15px auto 5px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.reference:hover span {
    background-repeat: no-repeat;
    background-position: 0 -105px;
}

.neckermann span {
    background: url(../images/ireus-references/neckermann.gif);
}

.radsportbekleidung span {
    background: url(../images/ireus-references/radsportbekleidung.gif);
}

.erospa-shop span {
    background: url(../images/ireus-references/erospa-shop.gif);
}

.lerros span {
    background: url(../images/ireus-references/lerros.gif);
}

.bianca span {
    background: url(../images/ireus-references/bianca.gif);
}

.neuetischkultur span {
    background: url(../images/ireus-references/neuetischkultur.gif);
}

.tausendkind span {
    background: url(../images/ireus-references/tausendkind.gif);
}

.voetbaldirect span {
    background: url(../images/ireus-references/voetbaldirect.gif);
}

.krueger span {
    background: url(../images/ireus-references/krueger.gif);
}

.bikerboarder span {
    background: url(../images/ireus-references/bikerboarder.gif);
}

/* Partners */
.partners span {
    display: block;
    width: 180px;
    height: 65px;
    margin: 15px auto 5px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.partners:hover span {
    background-repeat: no-repeat;
    background-position: 0 -65px;
}

.netresearch span {
    background: url(../images/ireus-partners/netresearch.gif);
}

.fatchip span {
    background: url(../images/ireus-partners/fatchip.gif);
}

.realvine span {
    background: url(../images/ireus-partners/realvine.gif);
}

.atworks span {
    background: url(../images/ireus-partners/atworks-studio.gif);
}



/* Modal Window (look at Toolkit JS for dynamic styles) */
#mask {  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000; 
    background-color: #000;
    display: none;  
    }
* html #mask {
    position: absolute;
    }

.txtboxes .window {  
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 30px 30px;
    margin: 0;
    width: 660px;
    display: none;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    }
* html .txtboxes .window {
    position: absolute;
    }

.isboxes .window {  
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 30px 30px;
    margin: 0;
    width: 660px;
    display: none;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    }
* html .isboxes .window {
    position: absolute;
    }

.vidboxes .window {  
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px 30px 30px;
    margin: 0;
    width: 562px;
    display: none;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    }

* html .vidboxes .window {
    position: absolute;
    }



#boxes .window p.close {
    width: 7%;
    float: right;
    font-size: 0.85em;
}

#boxes .window p.close a {
    padding: 0 0 0 15px;
    background: url(../images/ireus-layout/close.gif) no-repeat left center;
    }

#boxes .window h3 {
	clear: none;
    width: 92%;
    padding: 10px 0 0;
    float: left;
}

#boxes .window iframe {
    margin-top: 20px;
    }

.wContent {
	clear: both;
	}
	
.txtboxes .lbContent {
    height: 320px;
    padding: 0 10px;
    overflow: auto;
    color: #444;
    border: 1px solid #ddd;
    background-color: transparent;
    }

.vidboxes .lbContent {
    height: 340px;
    overflow: none;
    color: #444;
    border: 1px solid #ddd;
    background-color: transparent;
    }


/* Nested login portlet */

#re-login {
	margin: 20px 0;
	padding: 20px;
	width: 600px;
	background: #eee;
	border: 1px solid #ddd;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    }
    
#re-login input[type=text],
#re-login input[type=password] {
	width: 190px;
	}
* html #re-login input.aui-field-input-text {
	width: 190px;
	margin-right: 35px;
	}

#re-login input[type=text] {
    margin-right: 60px;
    }
	
#re-login .aui-button-holder {
	clear: both;
	width: 100px;
	height: 31px;
	float: right;
	margin: 0 17px 0;
    }

#re-login .portlet-msg-error {
    color: #f00;
    padding: 0 0 10px;
    }

#re-login .aui-field-choice {
	padding: 15px 10px 0 0;
	float: right;
	}
	
#re-login .taglib-icon {
	padding: 15px 20px 0 0;
    float: right;
	}
* html #re-login .taglib-icon {
	width: 200px;
	}

#re-login .taglib-icon img {
    vertical-align: top;
	}
* html #re-login .taglib-icon img {
    display: none;
    }
    
    
/* IREUS registration portlet */

#re-registration h2 {
    padding: 25px 0 5px;
    width: 100%;
    font-size: 1.5em;
    font-weight: normal;
    background: #fff;
}

#re-registration p.data,
#re-registration p.dataright {
    display: block;
    float: left;
    width: 49%;
    padding: 5px 0 0;
	}

#re-registration p.data {
	clear: both;
}

#re-registration p.data label,
#re-registration p.dataright label {
	display: inline-block;
    padding: 5px 0;
    width: 30%;
    }
    
#re-registration p.datacheckbox {
    clear: both;
    margin-left: 15%;
    padding: 20px 0 0;
    }
    
#re-registration p.datacheckbox input[type=checkbox] {
	float: left;
	}
* html #re-registration p.datacheckbox input.checkbox {
	clear: both;
    float: left;
	}

#re-registration p.datacheckbox label {
    display: block;
    float: right;
    width: 97%;
    margin-top: -2px;
    }
    
#re-registration p.dataright label {
    text-align: right;
    padding-right: 2%;
    }
    
#re-registration p.data input[type=text],
#re-registration p.data input[type=password],
#re-registration p.dataright input[type=text],
#re-registration p.dataright input[type=password] {
    width: 60%;
    }

* html #re-registration p.data input.text,
* html #re-registration p.data input.password,
* html #re-registration p.dataright input.text,
* html #re-registration p.dataright input.password {
    width: 60%;
    }
    
#re-registration .description {
    clear: both;
    margin-left: 15%;
    font-size: 0.85em;
    padding: 0 0 5px;
    }
    
#social_networks {
	padding: 5px 10px;
}

.socialicon {
	margin-right: 5px;
}

#trusted-shop-icon {
	margin-left: -5px;
}

.pricetableinfo {
	font-size: 8pt;
	font-weight: normal;
	}
