
body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #F9F9F4;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

.cube {
    padding: 0;
    overflow: auto;
    margin-bottom: 15px;
}

#wrapper {
    width: 760px;
    height: auto;
    margin: 32px auto 32px auto;
    padding: 0;
}

#primaryContent {
    background: transparent url('columnbg.png') repeat-y;
    overflow: auto;
    background-image: none !important;
    width: 760px;
    height: auto;
    margin: 32px auto 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 4px #333333;
    -webkit-box-shadow: 0 0 4px #333333;
    -moz-box-shadow: 0 0 4px #333333;
}

#content {
    width: 518px;
    height: auto;
    padding: 0px;
    margin: 20px;
    border: none;
    float: left;
    background-color: inherit;
    margin-top: 4px !important;
    padding-top: 20px;
}

#sidebarRight {
    width: 160px;
    height: auto;
    padding: 0px;
    margin: 20px;
    border: 0px solid black;
    float: right;
    background-color: inherit !important;
    margin-top: 0;
    padding-top: 32px;
    background-image: none !important;
    border-top: 2px solid #ffffff;
}

#footer {
    width: 760px;
    height: auto;
    padding: 20px;
    overflow: auto;
    background: #F9F9F4;
    margin: 32px auto 0 auto;
    border-top: 2px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0 0 4px #333333;
    -webkit-box-shadow: 0 0 4px #333333;
    -moz-box-shadow: 0 0 4px #333333;
}

.loginError {
    font-color: #F00;
    font-size: 14px;
}

h1 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #455560;
    font-weight: bold;
}

h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #162e3e;
    font-weight: bold;
}

h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #162e3e;
    font-weight: bold;
}

h4 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #162e3e;
    font-weight: bold;
}

p,td,th,ul,ol {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #162e3e;
}

.shoppingCartLinks a {
    color: #0000FF;
}

#shoppingCartTitle {
    padding: 5px;
    background: #455560;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

#shoppingCartLogin {
    float: right;
    padding: 5px;
    font-size: 11px;
}

#shoppingCartBreadcrumb {
    padding: 5px;
    border-bottom: 1px black solid;
    font-size: 11px;
}

.shoppingCartRowBackgroundColor {
    background: #E6E6E6;
}

.shoppingCartButtons {
    padding: 20px 5px 10px 5px;
    font-size: 11px;
    font-weight: bold;
}

#shoppingCartListViewHeaderColOne {
    width: 20px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

#shoppingCartListViewHeaderColTwo {
    width: 370px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

#shoppingCartListViewHeaderColThree {
    width: 70px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

.shoppingCartListViewAddToCart {
    width: 20px;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

.shoppingCartListViewProductTitle {
    width: 370px;
    padding: 5px;
    font-size: 11px;
}

.shoppingCartListViewProductPrice {
    width: 70px;
    padding: 5px;
    font-size: 11px;
    text-align: right;
}

.shoppingCartPartialDetailViewProductImg {
    width: 80px;
    padding: 5px;
    vertical-align: top;
}

.shoppingCartPartialDetailViewProductImgLink {
    border: 1px #000000 solid;
}

.shoppingCartPartialDetailViewProductTitle {
    width: 320px;
    padding: 5px;
    font-size: 11px;
    vertical-align: top;
}

.shoppingCartDetailViewProductImg {
    width: 200px;
    padding: 5px;
    vertical-align: top;
}

.shoppingCartDetailViewProductDescription {
    width: 260px;
    padding: 5px;
    vertical-align: top;
}

.blog {
    padding: 0;
}

.gallery {
    padding: 0;
}

.gallerymainimage {
    margin: 5px;
}

.gallerythumb {
    float: left;
    width: 85px;
    height: 85px;
    margin: 5px;
    overflow: hidden;
}

.newsletter {
    padding: 0;
}

.calendar {
    padding: 0;
}

.registrationTitle {
    padding: 5px;
    background: #455560;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.registrationTopButtons {
    padding: 5px;
    border-bottom: 1px black solid;
    font-size: 11px;
    text-align: right;
}

#registrationContent {
    position: relative;
    width: 100%;
    padding: 15px;
}

#registrationErrors {
    position: relative;
    width: 400px;
    color: #CC0000;
    padding: 15px;
    border: 2px #CC0000 solid;
}

.registrationBox {
    position: relative;
    width: 95%;
    padding: 5px;
    border: 1px #000 solid;
    margin-bottom: 10px;
}

.registrationBoxNoBorder {
    position: relative;
    width: 95%;
    padding: 5px;
    margin-bottom: 10px;
}

.registrationBoxHeader {
    position: relative;
    top: -5px;
    left: -5px;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    background: #eee;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px dotted #94a4b0;
}

a {
    color: #455560;
}

#wrapperheader {
    width: 100%;
}

#header {
    width: 760px;
    height: 185px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #455560;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    box-shadow: 0 0 4px #333333;
    -webkit-box-shadow: 0 0 4px #333333;
    -moz-box-shadow: 0 0 4px #333333;
    background: url('../images/nicanet-header.jpg') 0 25px no-repeat #000;
}

#logo {
    margin: 23px auto;
}

#header hgroup {
    margin: 0 auto;
    text-align: center;
    display: none;
}

#nav {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    border-top: 1px solid #94a4b0;
    overflow: auto;
}

#nav ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#nav ul li {
    display: inline;
    border-right: 1px solid #94a4b0;
    font-size: 16px;
}

#nav ul li:first-child {
    display: inline;
    border-left: 1px solid #94a4b0;
}

#nav ul li a {
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
    color: #94a4b0;
    margin: 4px 0;
}

#nav ul li a:hover {
    border-top: 1px solid #94a4b0;
    border-bottom: 1px solid #94a4b0;
    color: #ffffff;
}

#nav ul li a:active {
    border-top: 1px solid #94a4b0;
    border-bottom: 1px solid #94a4b0;
    color: #ffffff;
}

#nav ul li .currentPage, #nav ul li .currentPage:hover {
    border-top: 1px solid #94a4b0;
    border-bottom: 1px solid #94a4b0;
    color: #ffffff;
}

#content header {
    width: 100%;
    height: auto;
    padding: 0;
}

#content header hgroup {
    padding: 0;
}

#content header hgroup h1 {
    margin: 0;
}

#content p {
    padding: 0;
}

#sidebarLeft {
    margin-top: 0;
    padding-top: 32px;
    background-image: none !important;
    background-color: inherit !important;
    border-top: 2px solid #ffffff;
}

.cube a {
    font-size: 12px;
    color: #455560;
}

.cube img {
    border: 4px solid #94a4b0;
    box-shadow: 0 0 1px #333333;
    -webkit-box-shadow: 0 0 1px #333333;
    -moz-box-shadow: 0 0 1px #333333;
}

.widgettitle, .widgettitle a {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    color: #455560;
    text-decoration: none;
}

#calendar {
    width: 100%;
}

#newsletter .m_cube_title a strong {
    font-size: 18px;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #455560;
    text-decoration: none;
}

#newsletter .m_cube_title a {
    text-decoration: none;
}

#newsletter .newsletter_cube_form input {
    width: 100% !important;
    text-align: left !important;
}

#wrapperfooter {
    width: 100%;
}

#footer p {
    color: #727e85;
    margin: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/* font: bold 13px Verdana; */
/* width: 190px; Main Menu Item widths */
border-bottom: 1px solid #ccc;
}

.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
/* border-bottom: 1px solid #778; */
/* border-right: 1px solid #778; */
border:	1px solid #111518;
margin-bottom: -1px;
text-align: left;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #455560; /*background of tabs (default state)*/
color: #ffffff;
}

.sidebarmenu ul li a:visited{
/* color: white; */
}

.sidebarmenu ul li a:hover{
background-color: #748088;
color: #ffffff;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 190px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
z-index: 1000;
}

.sidebarmenu a.subfolderstyle{
background: url(/admin/js/right.gif) no-repeat 97% 50%;
}


/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

.custom1, .custom1 a { background: #455560; color: #ffffff; }
.custom1light, .custom1light a { background: #748088; color: #ffffff; }
.custom1lighter, .custom1lighter a { background: #d0d4d7; color: #232b30; }
.custom1dark, .custom1dark a { background: #344048; color: #ffffff; }
.custom1darker, .custom1darker a { background: #111518; color: #d0d4d7; }
.custom2, .custom2 a { background: #94a4b0; color: #000000; }
.custom2light, .custom2light a { background: #afbbc4; color: #000000; }
.custom2lighter, .custom2lighter a { background: #e4e8eb; color: #25292c; }
.custom2dark, .custom2dark a { background: #6f7b84; color: #ffffff; }
.custom2darker, .custom2darker a { background: #25292c; color: #cad2d8; }
    
.cke_rcombo{ background: #FFF !important; }
.ckeditorclass { background-color: #F9F9F4 !important; background-image:none !important; margin: 5px !important; }

            