* {
    margin:0;
    padding:0
}

body, html {
    height:100%;
}

body {
    background:#fff;
}

body, p, input {
    font-size:12px;
    font-family:Arial,sans-serif;
    color:#252525;
}

a {
    color:#0068b2;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

img {
    border:none;
}

h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-family:Arial,sans-serif;
    font-weight:bold;
}

h1 {
    color:#282828;
    font-size:24px;
}

h2 {
    color:#1b1b1b;
    font-size:15px;
    padding-bottom:2px;
}

h3 {
    font-size:13px;
    padding-bottom:2px;
}

h4 {
    font-size:12px;
    padding-bottom:3px;
    text-transform:uppercase;
}

h5 {
    font-size:12px;
    padding-bottom:3px;
}

h6 {
    font-size:11px;
    padding-bottom:3px;
}

ul, ol {
    list-style-position:outside;
    padding:10px 15px;
}

ul {
    list-style-type:disc;
}

li {
    padding-left:0;
    line-height:30px;
}

/* LAYOUT */

body {
    text-align:center;
}

td {
    vertical-align:top
}

table {
    border-collapse:collapse;
}

button {
    width:58px;
    height:30px;
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/button.png) 0 0 no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/button.png',sizingMethod='crop');
    border:none;
    font-size:11px;
    color:#fff;
    cursor:pointer;
}

button div {
    height:30px;
    margin-top:5px;
}

.w100 {
    width:100%;
}

.h100 {
    height:100%
}

.bgTop {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/bg_top.gif) 0 0 repeat-x;
    height:215px;
}

.bgMiddle {
    background:#5aa6f3;
}

.gutter {
    width:22px !important;
}

#bubblesLeft {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/bubbles_left.jpg) 100% 100% no-repeat;
}

#bubblesRight {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/bubbles_right.jpg) 0 100% no-repeat;
}

#gutterLeft {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_left.gif) 100% 0 repeat-y;
}

#gutterRight {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_right.gif) 0 0 repeat-y;
}

#gutterLeftTop div, #gutterRightTop div {
    height:215px;
}

#gutterLeftTop {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_left.gif) 100% 0 repeat-y;
}

#gutterLeftTop div {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_left_top.jpg) 100% 0 no-repeat;
}

#gutterRightTop {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_right.gif) 100% 0 repeat-y;
}

#gutterRightTop div {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_right_top.jpg) 0 0 no-repeat;
}

#gutterLeftBottom, #gutterRightBottom {
    vertical-align:bottom;
}

#gutterRightBottom {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_right.gif) 0 0 repeat-y;
}

#gutterLeftBottom {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_left.gif) 100% 0 repeat-y;
}

#gutterLeftBottom div, #gutterRightBottom div { 
    height:387px;
}

#gutterRightBottom div { 
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_right_bottom.jpg) 0 100% no-repeat;
}

#gutterLeftBottom div { 
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/gutter_left_bottom.jpg) 100% 100% no-repeat;
}

#content {
    width:974px;
    background:#fff;
    text-align:left;
}

#leftColumn {
    width:240px;
    _padding-bottom:180px;
    .padding-bottom:180px;
}

#mainColumn {
    width:734px;
}

#footer {
    height:67px;
    border-top:1px solid #e6edf6;
    width:100%;
    background:#fff;
    text-align:left;
}

#footer td {
    padding:15px 15px 0;
}

#footer td p {
    margin-bottom:8px;
}

#footer td, #footer td p {
    color:#666;
}

#logo {
    position:absolute;
    display:block;
    width:370px;
    height:200px;
    background:url(/common/galleries/images/logo.png) 0 0 no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/galleries/images/logo.png',sizingMethod='crop');
    top:-33px;
    left:-35px;
    cursor:pointer;
}

/* RIGHT TOP */

#rightTop {
    position:absolute;
    max-width:225px;
    height:71px;
    top:24px;
    right:22px;
    text-align:right;
    white-space:nowrap;
}

#rightTop, #rightTop form {
    width:225px;
}

#rightTop #langText {
    height:32px;
    float:right;
    color:#666;
}

#rightTop .lang {
    display:block;
    width:24px;
    height:19px;
    cursor:pointer;
    float:right;
    margin-left:11px;
}

#rightTop input, #rightTop button {
    vertical-align:top;
}

#rightTop input {
    border:2px solid #c4dbf3;
    background:none;
    width:161px;
    height:17px;
    padding-top:3px;
    margin-right:5px;
    margin-top:15px;
    .margin-top:14px;
    _margin-top:14px;
}

#rightTop button {
    margin-right:-3px;
    margin-top:15px;
}


/* LEFT MENU */

#leftColumn ul {
    padding:0;
    list-style:none;
}

#leftColumn li, #leftColumn a {
    font-size:12px;
    line-height:normal;
}

#leftColumn li {
    background-image:none;
    padding:0;
    .height:1%;
    _height:1%;
}

#leftColumn a {
    display:block;
    position:relative;
    .height:1%;
    _height:1%;

    padding:10px 10px 10px 15px;
    background:#c8e0f8;
    border-bottom:2px solid #daeafa;
}

#leftColumn a:hover {
    background:#a1caf3;
    text-decoration:none;
}

#leftColumn ul li.current {
    border-bottom:2px solid #daeafa;
    font-weight:bold;
}

#leftColumn ul li.current, 
#leftColumn .current ul a, 
#leftColumn .current .current ul a {
    background:#b2d4f5;
}

#leftColumn .current a, 
#leftColumn .current a:hover, 
#leftColumn .current .current a, 
#leftColumn .current .current a:hover, 
#leftColumn .current .current .current a, 
#leftColumn .current .current .current a:hover {
    background:#4897E6;
    color:#fff;
}

#leftColumn .current ul a:hover, 
#leftColumn .current .current ul a:hover {
    background:#C4DEF7;
}

#leftColumn .current a, 
#leftColumn .current ul .current a {
    color:#fff;
}

#leftColumn .current ul a, 
#leftColumn .current ul a:hover, 
#leftColumn .current ul .current ul a, 
#leftColumn .current ul .current ul a:hover {
    color:#0068B2;
}

#leftColumn ul li.current a {
    border-bottom:0;
}

#leftColumn ul li.current a:hover {
    border-bottom:0;
}

#leftColumn ul ul {
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/menupointer.gif) 19px 0 no-repeat;
    padding-left:23px;
    padding-top:6px;
    margin-bottom:14px;
}

#leftColumn ul ul li, #leftColumn ul ul a {
    font-size:11px;
}

#leftColumn ul ul li {
    padding-top:3px;
}

#leftColumn ul ul li.current {
    border-bottom:0;
}

#leftColumn ul ul li.current a {
    font-weight:bold;
}

#leftColumn ul a, #leftColumn ul ul a {
    color:#0068b2;
}

#leftColumn ul ul a {
    height:16px;
    padding:0 0 0 6px;
    font-weight:normal;
}

#leftColumn ul ul ul {
    background:none;
    padding-left:6px;
    padding-top:0;
    margin-bottom:0;
}

#leftColumn ul ul ul li {
    padding-top:3px;
}

#leftColumn ul ul ul a {
    font-weight:normal !important;
}

#leftColumn ul ul ul li.current a {
    font-weight:bold !important;
}

#leftColumn ul a span {
    position:absolute;
    top:6px;
    left:10px;
    width:22px;
    height:22px;
    display:block;
}

#leftColumn .special {
    padding-left:36px;
    background:#b2d4f5;
}

#leftColumn .special:hover {
    background:#a1caf3;
}

#leftColumn #svpp {
    text-align:center;
}

#leftColumn #svpp img {
    margin:20px auto 0 auto;
}

#leftColumn #svpp a {
    padding:0;
    background:none;
    border-bottom:none;
}

#leftColumn #svpp a:hover {
    background:none;
}


/* SNIPPETS */

.horBanners td,
.verBanners td,
.horBannersIndex td {
    vertical-align:top;
    width:225px;
}

.horBanners td {
    background: #f2f2f2;
}

.horBanners .divider,
.horBannersIndex .divider {
    width:15px;
}

.horBanners .divider {
    background:#fff;
}

.bannerColumn {
    width:100%;
}

.picCell img {
    display:block;
}

.bannerColumn .textCell {
    padding:7px 15px 0;
}

.bannerColumn .linkCell {
    padding:9px 15px 15px;
}

.teaser .textCell {
    padding-top:6px;
}

.teaser {
    width:225px;
}

.teaser .linkCell {
    padding-top:6px;
    padding-bottom:24px;
}

.techdata {
    width:225px;
    background:#f2f2f2;
}

.techdata .header {
    height:43px;
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/topnote.png) 0 0 no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/topnote.png',sizingMethod='crop');
    padding-left:15px;
}

.techdata .header h4 {
    line-height:35px;
}

.techdata .leftCell {
    width:145px;
    padding-left:15px;
    padding-top:3px;
    line-height:22px;
}

.techdata .leftCell p {
    color:#666;
}
.techdata .rightCell {
    padding:3px 15px 0 15px;
    text-align:center;
    line-height:22px;
}

.techdata .linkCell {
    padding:3px 15px 18px 15px;
}

.artnumber {
    width:465px;
    background:#f2f2f2;
}

.artnumber .header {
    height:43px;
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/topnote_mid.png) 0 0 no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/topnote_mid.png',sizingMethod='crop');
    padding-left:15px;
}

.artnumber .header h4 {
    line-height:35px;
}

.artnumber .leftCell {
    width:93px;
    padding:3px 15px 16px 15px;
    line-height:22px;
}

.artnumber .leftCell p {
    color:#666;
}
.artnumber .rightCell {
    padding:3px 15px 16px 0;
    line-height:22px;
}

/* IMAGES ROTATION */

.pictureContainer {
    width:705px;
    height:310px;
    overflow:hidden;
    position:relative;
}

.pictureContainer .teaserHeader {
    position:absolute;
    left:0;
    top:0;
    width:705px;
    height:67px;
    line-height:50px;
    background:url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/topnote_big.png) 0 0 no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/topnote_big.png',sizingMethod='crop');
}

.pictureContainer img {
    display:block;
}

.pictureContainer a,
.pictureContainer a:hover {
    text-decoration:none;
    cursor:pointer;
}

.pictureContainer .teaserHeader h1 {
    white-space:nowrap;
    margin-left:16px;
}

.pictureContainer .teaserHeader h1 span {
    font-size:15px;
    font-weight:normal;
    padding-right:11px;
    background: url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/arrow.gif) 100% 5px no-repeat;
}

/* NEWS & SEARCH */

.news, .search {
    margin-top:6px;
    padding-bottom:8px;
}

.news h6 {
    float:left;
    padding-bottom:0;
    margin-right:7px;
    _margin-right:3px;
    margin-top:1px;
}

/* PAGINATION */
.pagination {
    text-align:center;
    margin-top:12px;
    margin-bottom:21px;
}

.pagination span {
    color:#666;
}

.pagination span,
.pagination a {
    margin-left:4px;
    margin-right:4px;
}

/* FORMS */

.errorGeneral {
    color:#a00;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:10px;
}

.errorCustom {
    color:#a00;
}

.inputBlock td{
    padding:5px 3px;
}

.obligatoryFields {
    margin-top:10px;
    margin-bottom:5px;
}

#feedbackForm div,
#loginForm div {
    margin-bottom:10px;
}

#feedbackForm .input,
#feedbackForm textarea,
#loginForm .input {
    border:2px solid #c4dbf3;
    padding:3px 0;
}

#feedbackForm .input,
#feedbackForm textarea {
    width:70%;
}

#loginForm .input {
    width:300px;
}

#feedbackForm label,
#loginForm label {
    font-weight:bold;
}

#feedbackForm .checkboxOptionLabel,
#feedbackForm .radioOptionLabel {
    padding-right:10px;
}

/* PRODUCT TEMPLATE IMAGE GALLERY */

img.thumbnail {
    opacity:0.75;
    _filter:alpha(opacity=75);
    .filter:alpha(opacity=75);
    display:block;
    position:absolute;
    left:-35px;
    cursor:pointer;
}

div.thumbnail {
    height:61px;
    width:61px;
    overflow:hidden;
    position:relative;
    border:#f1f6fa solid 2px;
}
div.selected {
    border:#71acd8 solid 2px;
}
img.selected {
    opacity:1;
    _filter:alpha(opacity=100);
    .filter:alpha(opacity=100);
}


/* COMMON */

.linkNext {
    padding-right:8px;
    background: url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/next.gif) 100% 4px no-repeat;
}

.linkPrev {
    padding-left:8px;
    background: url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/prev.gif) 0 4px no-repeat;
}

.download {
    background: url(/system/modules/com.gridnine.opencms.modules.pahlen/resources/pics/pdf.gif) 0 0 no-repeat;
    padding-left:23px;
    margin-top:5px;
    padding-top:4px;
}

.note {
    color:#666;
}

.coloredText {
    color:#0068b2;
}

.bottomMargin {
    display:block;
    margin-bottom:14px;
}

/* PRODUCT PAGE */
.filter {
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	text-indent: 0em;
	text-align: center;
	color: #000000;
	margin: 0em;
	border:none;
}
.topcell {
	font-family: "Arial";
	text-align: left;
	color: #fff;
	margin: 0em;
	background:#000;
}
.topcell_center {
	font-family: "Arial";
	text-align: center;
	color: #fff;
	margin: 0em;
	background:#000;
}
.data {
	font-family: "Arial";
	font-size: 11px;
	text-align: center;
	color: #000;
	margin: 0em;
	background:#fff;
}
.fakta {
	font-family: "Arial";
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #000;
	margin: 0em;
	background:#e3e3e3;
}

