﻿body {
    background: url(/templates/nexus/img/bg.png) repeat-x #FFF;
}
header, .mainarticle {
    background: #FFF;
    border: 1px solid #DDD;
    box-shadow: 0px 2px 4px 0px #333333;
}

.topheader {
    background: url(../img/top-bg.png) repeat-x;
    height: 37px;
}
.lowerheader {
    background: url(../img/head-bg.png) repeat-x;
}
    .lowerheader .toplower {
        height: 90px;
    }
    .lowerheader .bottomlower {
        position: relative;
    }
        .lowerheader .bottomlower nav > li a {
            font-size: 12px;
        }
    .lowerheader .search {
        position: absolute;
        top: 1px;
        right: 5px;
    }
    .lowerheader .searchleft {
        position: absolute;
        top: 1px;
        left: 5px;
    }
    .lowerheader .form-search {
        margin: 3px 0 0 5px;
		clear: both;
		text-align: right;
		padding-top: 2px;
    }
        .lowerheader .form-search input[type='text'] {
            width: 200px;
        }

.mainarticle {
    background: #E4E4E4;
    padding: 0 10px;
    margin-top: 10px;
}
    .mainarticle .aside {
        font-size: 0.9em;
        margin-bottom: 20px;
    }
        .mainarticle .aside > div {
            padding: 0 2px 10px;
            margin-top: 11px;
            background: url("../img/mod3-foot.png") repeat-x scroll 0 100% #FFFFFF
        }
        .mainarticle .aside .quantity-box, .mainarticle .aside .quantity-controls {
            display: none;
        }
        .mainarticle .aside h3 {
            height: 43px;
            line-height: 30px;
            margin: -2px;
            padding-top: 6px;
            padding-left: 23px;
            font-size: 13px;
            font-weight: bold;
            line-height: normal;
            text-transform: uppercase;
        }
        .mainarticle .aside h4 {
            font-size: 14px;
        }
        .mainarticle .aside input[type='text'], .mainarticle .aside input[type='password'] {
            width: 180px;
        }
        .mainarticle .leftside {
        }
            .mainarticle .leftside h3 {
                background: url(../img/mod1-head-bg.png) no-repeat;
                color: #FFF;
            }
        .mainarticle .rightside {
        }
            .mainarticle .rightside h3 {
                background: url(../img/mod3-head-bg.png) no-repeat;
                color: #333333;
            }
    .mainarticle .maincontent {
    }
        .mainarticle .maincontent > div {
            background-image: url("../img/mod2-head-bg.png"), url("../img/mod2-foot.png");
            background-repeat: repeat-x, repeat-x;
            background-position: left top, left bottom;
            background-color: #FFF;
            padding: 30px 10px 20px;
            margin: 9px 0 20px;
        }
            .mainarticle .maincontent > div h2 {
                color: #456387;
                margin-right: 40px;
            }

.moduletable > div, .moduletable > form {
    margin: 0 10px;
}

footer {
    margin-top: 20px;
}

.logo {
    position: relative;
	top: -12px;
}
    .logo a {
        position: absolute;
        top: 8px;
        left: 20px;
    }
    .logo .logoH1 {
        display: none;
    }

.item-page {
    position: relative;
}
    .item-page li {
        background: url("../img/bullet_small.png") no-repeat scroll 0 5px transparent;
        margin: 15px 0;
        padding-left: 25px;
        list-style: none outside none;
    }

ul.actions {
    position: absolute;
    right: 0;
    text-align: right;
    top: 15px;
    margin: 0;
}
    ul.actions li {
        display: inline;
        list-style: none;
        background: none;
        padding-left: 5px;
    }

.vm_cart_products .container {
    width: auto !important;
}
.product h2, .product h3 {
    line-height: normal;
}
.category-view .row, .featured-view .row, .latest-view .row, .topten-view .row, .browse-view .row  {
    margin: 0;
}

.title {
    font-weight: bold;
}

.userdata, #poll_buttons_1 {
    text-align: center;
}
#login-form p {
    margin: 0;
    text-align: left;
}
#login-form ul {
    margin: 20px 0 0 10px;
}

.item-page table.table, .cart-view table.table, .spaceStyle table.table {
    font-size: 12px;
}
.centretable td, .centretable th {
    text-align:center;
}

#spinner {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    box-shadow: none !important;
    color: inherit;
    margin: 0.2em 22px 0.2em 0.4em !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

.delimiter_bankaccount {
    display: none;
}

/* Navigation */
.navbar {
    margin: 0 !important;
}
    .navbar ul.nav li ul {
        display: none;
    }
    .navbar ul.nav li:hover ul {
        display: block;
    }
    .navbar .dropdown-menu {
        top: 32px;
    }

.login {
    margin-top: 20px;
}
.login-fields > label {
    width: 120px;
}

/* System Messages */

.error
{
    padding:0px;
    margin-bottom: 20px;
}

.error h2
{
    color:#000 !important;
    font-size:1.4em !important;
    text-transform:uppercase;
    padding:0 0 0 0px !important
}

#system-message
{
    margin:10px 0 20px 0;
    border-left:0;
    border-right:0;
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	padding: 0px;
}
#system-message dd ul li
{
	margin-bottom: 10px;
    list-style: none;
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../img/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #90B203;
	border-bottom: 2px solid #90B203;
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../img/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 50px;
    border-top: 2px solid #990000;
    border-bottom: 2px solid #990000;
}

/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../img/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border-top: 2px solid #FAA528;
	border-bottom: 2px solid #FAA528;
}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
    margin-bottom: 0px;
    padding: 0;
}

#system-message dt
{
    font-weight: bold;
}

    #system-message dt.info {
        display: none;
    }
	#system-message dt.warning {
        display: none;
    }

#system-message dd
{
    font-weight: bold;
    padding: 0;
}

.product-field-display select {
    width: 152px;
}

.product-field  .hasTip {
	display: none;
}

.spacer-buy-area .manufacturer { display: none; }

#dm_cats > div > div.dm_row:first-child {
    display: none;
}