
p {
    margin: 11px 0;
}

body {
    /*margin: 30px 0;*/
    margin: 0;
    padding-bottom: 50px;
    background: url(../img/body-bg.gif);
    font: 11px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    color: #999;
    line-height: 17px;
}

/* Force scrollbar
html {
    min-height: 100%;
    margin-bottom: 1px;
}*/

td {
    vertical-align: top;
}

h1,h2,h3 {
    font-weight: normal;    
    color: #fff;
    font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;    
    margin-top: 0;
}
h1 {
    font-size: 18px;
    line-height: 24px;
}
h2 {
    font-size: 12px;
}
h3 {
    font-size: 12px;
}


hr {
	border: 0px;
	color: #444;
	background-color: #444;
	height: 1px;
	width: 100%;
	text-align: left;
}
/*h3.gray {
    color: #999;
    font-size: 13px;
    border-bottom: #222 1px solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
*/
a {
    color: #fff;
    text-decoration: none;
}
a:hover,
a.selected {
    color: #65bade;
}
a:hover .brand {
    color: #fff;
}

span.brand {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
}
.new {
    padding-right: 22px;
    background: url(../img/product/new.png) no-repeat center right;
}
img {
    border: none;
}
p {
    margin-top: 0px;
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}



#tooltip {
    position: absolute;
}



/* ========== */
/* = Shared = */
/* ========== */
input.text,
textarea.text {
    background-color: #2F2E2B;
    border: 1px solid #4E4B48;
    color: #999999;
    padding: 3px;
    width: 200px;
}

.submit {
    text-align: right;
}
.busy {
    background-image: url(/img/busy-13.gif) !important no-repeat;
    padding-left: 18px;
    padding-top: 3px;    
}


#news li {
    margin-bottom: 5px;
}
#news a.rss {
    position: absolute;
    right: 4px;
    top: 4px;
    background: url(/img/icons/rss_16.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
#news .date {
    font-size: 10px;
    color: #666;
}
#news {
    position: relative;
}



.col {
    width: 160px;
    font-size: 11px;
    line-height: 16px;
    position: relative;
}
.col a {
    color: #999;
    display: block;
}
.col a:hover {
    color: #65bade;
}
.col ul {
    list-style-type: none;
    margin: 0px 0;
    padding: 0 0 0 2px;
}
.col li {
    padding-left: 10px;
    background: url(/img/product/bullet.gif) no-repeat 0 6px;
}
.col.maxsize ul {
    /* Hide */
    position: absolute;
    left: -10000px;
}
.col h2,
h2.large {
    height: 15px;
    width: 140px;
    padding: 5px 10px;
    background: url(/img/prodstart/h2_bg.png) no-repeat;
    overflow: hidden;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
}


.col .group {
    margin-bottom: 20px;
}
.col .group p {
    padding: 0;
    margin: 10px 0 10px 10px;
}


ul.bullets li {
    background: url(/img/product/bullet.gif) no-repeat 0 6px;
    padding-left: 10px;
}
ul.bullets li a {
    color: #999;
}
ul.bullets li.selected a {
    color: #65bade;
}

.breadcrumb {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
    display: block;
    height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;    
}
.breadcrumb li {
    float: left;
}
.breadcrumb li a {
    display: block;
    padding-left: 10px;
    background: url(/img/arr-gray-right.gif) no-repeat center left;
    margin-right: 8px;
    color: #666;
}
.breadcrumb li a:hover {
    color: #65bade;
}
.breadcrumb li.last a {
    background: none;
}
.descrete {
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
}

/* Use to make text inside link gray */
.gray_text {
    color: #999;
}
.block {
    display: block;
}
.clear {
    clear: both;
}

/* icons */
.icon_pdf {
    padding-left: 20px;
    background: url(/img/icons/pdf.png) no-repeat center left;
}
.icon_blueprint {
    padding-left: 20px;
    background: url(/img/icons/blueprint.gif) no-repeat center left;    
}
.icon_image {
    padding-left: 20px;
    background: url(/img/icons/image.png) no-repeat center left;    
}
.sale_price {
    color: #f00;
}
.sale_price_org {
    text-decoration: line-through;
}



/*live search*/
.live-search-results {
    background: #13110e url(/img/quicksearch_bg.gif) repeat-x;
    border: #222 1px solid;
    padding: 0px;
    z-index: 1000;
}
.live-search-results ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.live-search-results li a,
.live-search-results li span.text {
    display: block;
    margin: 0;
    /*padding: 2px 10px 2px 10px;*/
    padding: 5px;
    padding-left: 10px;
    border-bottom: #1a1a1a 1px solid;
}
.live-search-results li a:hover {
    background-color: #030105;
}
.live-search-results li.odd {
    background-color: #302e2f;
}
.live-search-results h3 {
/*    background-color: #13110E;*/
    padding: 5px 10px;
    margin-bottom: 0;
}
.live-search-results p {
    padding: 2px 10px 2px 10px;
    margin: 0;
}
/*.live-search-results .hr {
    height: 1px;
    background-color: #555;
    overflow: hidden;
}*/
.live-search-results li img {
    float: left;
    margin-right: 10px;
}

/* text+image, used in various start-pages and in PlainPage */
#text_image {
    float:left;
    width:670px;    
}
#text_image ul li { 
    list-style-type: disc;
}
#text_image ul {
    margin-bottom: 15px;
    padding-left: 20px;    
}
#text_image div.image {
    float: right;
    margin-left: 15px;
    width: 306px;
}
#text_image div.image p {
    margin-top: 2px;
    font-style: italic;
}


#header {
    width: 900px;
    /*height: 120px;
    background: url(../img/header-bg.png) no-repeat;    */
    height: 96px;
    background: url(../img/header-bg2.png) no-repeat;
    margin: 0 auto;
    position: relative;
}

#ljusihus_logo {
    width: 80px;
    height: 73px;
    left: 20px;
    top: 10px;
    position: absolute;
    background: url(../img/logo.png);
    z-index: 1;
}

#main_menu {
    margin: 0;
    padding: 0;    
    display: block;
    position: absolute;
    bottom: 0px;
    width: 900px;
    text-align: center;
    height: 33px;
    padding-left: 36px;
}
#main_menu li {
    position: relative;
}
#main_menu a {
    display: block;
        
    width: 105px;
    height: 33px;
    padding-top: 11px;
    margin-right: -1px;
    position: relative;
    background: url(../img/tab.png) no-repeat;
    text-decoration: none;
    color: #999;
}
#main_menu a:hover {
    color: #fff;
}

#main_menu a.selected {
    color: #ccc;
    padding-top: 9px;
    background-image: url(../img/tab-selected.png);
}

#main_content {
    border-left: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;    
    background: #343330 url(../img/content-grad.gif) repeat-x;
    width: 858px;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 17px;
    position: relative;
}


#main_content_footer {
    background-image: url(../img/content-bot.png);
    height: 4px;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.dark #main_content {
    background: #141413 url(../img/content_grad_dark.gif) repeat-x; 
}
.dark #main_content_footer {
    background-image: url(../img/content_bot_dark.png);
}
.dark h3 {
    border-bottom: #222 1px solid;
}


#search {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 151px;
    height: 24px;
    background: url(../img/search-bg.png) no-repeat;
}
#search input {
    background: transparent;
    border: none;
    width: 120px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 20px;
    color: #aaa;
}
#search input:focus {
    outline: none;
}
.tools {
    list-style-type: none;
    font-size: 11px;
    position: absolute;
    top: 21px;
    right: 170px;
}
.tools li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #555;
    line-height: 10px;
}
.tools li.last{
    border-right: 0;
}
.tools a {
    color: #777;
}
.tools a.selected {
    color: #65bade;    
}
.tools .rss {
    padding-left: 15px;
    background: url(/img/rss.gif) no-repeat center left;
}

.sec {
    width: 900px;
    margin: 0 auto;
}
.sec_top {
    background-image: url(../img/sec-top.png);
    height: 7px;
}
.sec_mid {
    padding: 20px;
    background-color: #343330;
}
.sec .sec_bot {
    background-image: url(../img/sec-bot-last.png);
    height: 4px;    
}
.sec.last .sec-bot  {
    height: 4px;
    background-image: url(../img/sec-bot-last.png);
}


/* sec_inner */
ul.sec_inner {
    list-style-type: none;
    width: 860px;
    height: 188px;
    background: url(../img/sec-inner-bg.png) no-repeat;
    margin: 0;
    padding: 0;
}
ul.sec_inner li {
    display: block;
    float: left;
    width: 214px;
    height: 188px;
    overflow: hidden;
    margin-right: 1px;
    position: relative;    
}
ul.sec_inner li a {   
    display: block;
    text-decoration: none;
    padding-top: 160px;
    opacity: .9;
}
ul.sec_inner li a:hover {
    opacity: 1;
}
ul.sec_inner li img {
    left: 0;
    top: 0;
    margin-bottom: 6px;
    position: absolute;
}
ul.sec_inner li.first  a {
    padding-left: 10px;
} 

ul.sec_inner li.last {
    margin-right: 0;
    width: 215px;
} 



/* main_footer */
#main_footer {
    width: 900px;
    height: 120px;
    margin: 0 auto;
    background: url(../img/footer-bg.png) no-repeat;
    color: #444;
    position: relative;
}
#main_footer a {
    color: #444;
}

#main_footer .copyright {
    width: 300px;
    position: absolute;
    left: 20px;
    top: 20px;
}
#main_footer ul {
    list-style-type: none;
    width: 500px;
    margin: 0;
    padding: 0;    
    position: absolute;
    right: 20px;
    top: 20px;
}
#main_footer li {
    float: right;
    margin-left: 15px;
}
#main_footer a:hover {
    color: #65bade;
}

#main_footer .sec_links li.selected a {
    color: #65bade;
}


/* Usage inline ul:
<ul class="inline">
    <li><div>asd</div></li>
</ul>
*/

ul.inline {
    list-style-type: none;
    font-size: 0;
}
ul.inline li {
    display: inline-block !important; /* for Safari, Opera, and IE 7*/
    display:-moz-inline-box !important; /* for Mozilla */
    -moz-box-orient: vertical;
    zoom: 1; display: inline; /* for IE 6 */
    vertical-align:top;
    font-size: 11px;
}



/* ========== */
/* = Shared = */
/* ========== */

.facebook_fan {
    position: absolute;
    left: 224px;
    top: 39px;
}

.fbshare {
/*    position: absolute;
    top:  0;
    right: 0;*/
}

.table tbody th {
    font-weight: bold;
    padding-right: 20px;
}
.table .submit {
    padding-top: 5px;
}

table.list {
    border-collapse: collapse;
    width: 640px;
}
table.list td,
table.list th {
    padding: 2px;
}
table.list th {
    background-color: #3b3a37;
    color: #999;
    text-align: left;   
    font-weight: normal;
}
table.list.sortable th {
    cursor: pointer;
}
table.list th.headerSortUp,
table.list th.headerSortDown {
    background-repeat: no-repeat;
    background-position: 5px 9px;
    padding-left: 15px;        
}
table.list th.headerSortUp {
    background-image: url(/img/arr-b1-up.gif);
}
table.list th.headerSortDown {
    background-image: url(/img/arr-b1-down.gif);
}    
table.list td {
    vertical-align: top;
}
table.list tr.odd td {
    background-color: #302f2c;
}



table.products {
    float: left;
    width: 660px;
}
table.products table {
    width: 660px;
}
table.products a {
    display: block;
}
table.products img {
    float: left;
    margin-right: 10px;
}



/* product */
/*<a class="product card">
    $img
    <span class="title$new">$title</span>
    <span class="info">
        $num_in_stock
    </span>
</a>''').substitute(**d)    */
a.card {
    display: block;
    width: 143px;
    height: 113px;
    background: url(/img/product/card_bg.png) no-repeat;
    position: relative;
    overflow: hidden;
}
a.card {
    font-size: 11px;
}
a.card .desc {
    position: absolute;
    bottom: 0;
    left: 4px;
    overflow: hidden;
    width: 135px;
    height: 26px;
}
a.card .title,
a.card .info {
    position: absolute;
    height: 18px;
    padding: 4px 0;   
}
a.card .title {
    left: 0;
    padding-left: 3px;    
    white-space: nowrap;
}
a.card .info {
    right: 0;
    padding-left: 18px;
    background: url(/img/product/card_info_bg.png) no-repeat;
}
a.card .info .new {
    padding-right: 12px;
    background: url(/img/product/new.png) no-repeat center left;    
}
a.card .info .num_in_stock {
    padding-left: 13px;
    background: url(/img/in_stock.gif) no-repeat center left;
    color: #fff;
}
a.card:hover .title {
    z-index: 1;
    background-color: #3d3c39;
}
a.card .price {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px 6px;
    color: #f00;
    background: url(/img/product/semitrans_200.png) no-repeat top right;
}

ul.product.cards {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.product.cards li {
    width: 143px;
    height: 113px;
    float: left;
    margin-right: 15px;    
    margin-bottom: 15px;    
}
ul.product.cards.three {
    width: 474px;
}
ul.product.cards.four {
    width: 644px;
    margin-top: 10px;
}



.in_stock {
    background: url(/img/in_stock.gif) no-repeat center left;
/*    line-height: 10px;*/
    padding-left: 14px;
    white-space: nowrap;
}

.manufactor_gray {
    text-transform: uppercase;
    font-size: 9px !important;
    color: #999;
}



/* Single spot */
.spot {
    padding: 1px;
    width: 198px;
    height: 161px;
    overflow: hidden;
    background: url(/img/startpage_bg_small.png) no-repeat;    
}
.spot img {
    display: block;
    border-bottom: 1px solid #272624;
}
.spot div {
    margin: 5px 10px;
    height: 20px;
    overflow: hidden;    
}

/* icons */
.icon-email {
    background: url(../img/icons/email.png) no-repeat 0 4px;
    padding-left: 20px;
}
.icon-phone {
    background: url(../img/icons/phone.png) no-repeat 0 4px;
    padding-left: 20px;
}
.icon-fax {
    background: url(../img/icons/fax.png) no-repeat 0 4px;
    padding-left: 20px;
}


/* Scrollpane defaults */
.jScrollPaneContainer {
    margin-top: 3px;    
    float: left;
}
.jScrollPaneTrack {
    background-color: #1E1D1B !important;
}
.jScrollPaneDrag {
    border-top: 1px solid #828282;
    border-bottom: 1px solid #222;
}

/* popbox */
#popbox_nav a {
    color: #1A82B7;
}


/* Tabs */
#tabs {
    padding-top: 20px;
}
#tabs ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url(/img/product/tabs_bg.gif) no-repeat;
    height: 25px;
}
#tabs ul.tabs li {
    float: left;
    padding: 5px 12px 0 12px;
    font-size: 10px;
    text-transform: uppercase;
}
#tabs ul.tabs li a {
    outline: none;
}
#tabs .tab {
    padding: 15px;
    background-color: #3b3a36;
    font-size: 11px;
}



/* ================== */
/* = Remotevalidate = */
/* ================== */
.error {
    color: #B50202;
    background: url(/img/red_arrow_up.gif) no-repeat 0 2px;
    padding-left: 12px;
}

