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

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

h1 {
    font-family: 'open sans', Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    color: #1d395e;
    font-weight: 800;
    line-height: 110%;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #7f7f7f;
}

h2 {
    font-family: 'open sans', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    color: #1d395e;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0.02rem;
}

h3 {
    font-family: 'open sans', Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    color: #1d395e;
    font-weight: 700;
    line-height: 110%;
}

h4 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.63em;
    font-weight: bold;
}

p,td,th,ul,ol {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.88em;
}

.shoppingCartLinks a {
    color: #0000FF;
}

#shoppingCartTitle {
    padding: 5px;
    background: #0078B3;
    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: #0078B3;
    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;
}

body, html {
    width: 100%;
}

img {
    border: 0;
    max-width: 100%;
}

p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1d395e;
    line-height: 160%;
}

p b {
    font-weight: 700;
}

ul, ol {
    margin-left: -1.5em;
    font-size: 0.875rem;
    font-weight: 400;
    color: #1d395e;
}

blockquote {
    font-size: 0.875rem;
    font-weight: 400;
    color: #1d395e;
    line-height: 160%;
}

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

table, tr, td {
    width: 100% !important;
}

table .body {
    text-align: center;
}

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

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

/*----- header -----*/
#header {
    width: 100%;
    height: auto;
    background-color: #5B8FC5;
    text-align: center;
    z-index: 1000;
}

#header #logo {
    margin: 0;
    max-width: 1024px;
    width: 100%;
    height: auto;
}

#header #nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #f2f3f5;
    border-top: 4px solid #f6f7f8;
    border-bottom: 2px solid #8e9cae;
}

#header #nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#header #nav ul li {
    min-width: 160px;
    display: inline;
    padding: 6px 0;
    font-size: 1rem;
    font-weight: 400;
    color: #1d395e;
    position: relative;
}

#header #nav ul li a {
    padding: 10px 18px;
    line-height: 3.25rem;
    text-decoration: none;
    color: #1d395e;
    border: 1px solid #f2f3f5;
}

#header #nav ul li a:hover {
    color: #f05a27;
    background-color: #eaebed;
    border: 1px solid #d1d2d4;
}

#header #nav ul li ul {
    z-index: 1000 !important;
    min-width: 160px;
    position: absolute;
    left: 0;
    width: auto;
    margin-top: -8px;
    display: none;
    background-color: #f2f3f5;
    border-top: 8px solid #f2f3f5;
    /*border-right: 2px solid #8e9cae;
    border-bottom: 2px solid #8e9cae;
    border-left: 2px solid #8e9cae;
    */
					
					-moz-box-shadow: 2px 2px 1px #8e9cae;
    -webkit-box-shadow: 2px 2px 1px #8e9cae;
    box-shadow: 2px 2px 1px #8e9cae;
}

#header #nav ul li:hover ul {
    display: block;
}

#header #nav ul li ul li {
    float: left;
    border: none;
    text-align: left;
    line-height: 1.25rem;
    white-space: nowrap;
    width: 100%;
    border-top: 1px solid #f2f3f5;
    border-bottom: 1px solid #f2f3f5;
}

#header #nav ul li ul li:hover {
    background-color: #eaebec;
    border-top: 1px solid #d1d2d4;
    border-bottom: 1px solid #d1d2d4;
}

#header #nav ul li ul li a:hover {
    background-color: transparent;
    border: 1px solid transparent;
}

#header #nav ul li ul li:last-child {
    margin-bottom: 16px;
}

#header #nav ul li ul li a,#header #nav ul li ul li a {
    padding: 8px 16px;
    margin: 0;
    line-height: 1.25rem;
}

#primaryContent {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 8px;
}

#pageHeader {
    width: 100%;
    text-align: center;
    z-index: 10 !important;
}

#pageHeader h1 {
    padding-bottom: 8px;
    margin-bottom: 12px;
    background-image: url("http://cdn.runyourwebsite.com/lascolinaspharmacy/headerbg.gif");
    background-repeat: no-repeat;
    background-position: center bottom;
}

#content {
    width: 65.625%;
    float: left;
    overflow: hidden;
}

#content h2 {
    padding-bottom: 8px;
    margin-bottom: 32px;
    background-image: url("http://cdn.runyourwebsite.com/lascolinaspharmacy/headerbg.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.inlineImg {
    margin: 4px 8px 4px 0;
    float: left;
}

.imgColumns {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

.imgColumns  img {
    margin-bottom: 16px;
}

.custom1lighter {
    background-color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

.custom1lighter strong {
    font-weight: 700;
}

iframe {
    border: 2px dotted #8e9cae;
}

#sidebarRight {
    width: 31.25%;
    float: right;
    /*overflow: hidden;
    */
	margin-top: 24px;
}

#sidebarRight .cube {
    /*padding: 32px;
    */
	margin-bottom: 32px;
    margin-top: 5px;
    background-color: #f2f3f5;
    border: 2px solid #d6dbe1;
}

#sidebarRight .cube h1 {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.35rem;
    text-shadow: none;
}

#sidebarRight .cube p {
    clear: both;
    margin: 16px 0 0 0;
    font-size: 0.75rem;
    letter-spacing: 0.02rem;
    line-height: 120%;
}

#sidebarRight .cube .headerImg {
    float: left;
    margin-right: 8px;
}

#sidebarRight .cube .socialSidebar {
    margin-bottom: 0;
    padding-bottom: 0;
}

#sidebarRight .cube .socialSidebar a {
    color: #1d395e;
    font-weight: 700;
}

#sidebarRight .cube .socialSidebar img {
    vertical-align: text-bottom;
    margin-right: 8px;
}

.red {
    color: #f05a27;
}

.sidebarButton {
    display: block;
    padding: 32px;
    box-shadow: -2px -2px 6px rgba(0,0,0,.25) inset, 2px 2px 6px #d6dbe1 inset;
    -moz-box-shadow: -2px -2px 6px rgba(0,0,0,.25) inset, 2px 2px 6px #d6dbe1 inset;
    -webkit-box-shadow: -2px -2px 6px rgba(0,0,0,.25) inset, 2px 2px 6px #d6dbe1 inset;
}

#sidebarRight .cube a:active {
    box-shadow: 2px 2px 6px rgba(0,0,0,.25) inset, -2px -2px 6px #d6dbe1 inset;
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.25) inset, -2px -2px 6px #d6dbe1 inset;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.25) inset, -2px -2px 6px #d6dbe1 inset;
}

#wrapperheader {
    z-index: 20 !important;
}

#wrapper {
    z-index: 10 !important;
}

#wrapperfooter {
    overflow: hidden;
    width: 100%;
    padding: 32px 0;
    background-color: #5B8FC5;
}

#footer {
    max-width: 1024px;
    margin: 0 auto;
}

#footer p {
    line-height: 100%;
    color: #dddddd;
    font-size: 0.75rem;
    margin: 0;
}


@media  screen and (min-width: 769px) and (max-width: 960px)  {

    #header #nav ul li {
        padding: 8px 24px 8px 0;
    }

    #header #nav ul li a {
        padding: 8px 16px;
    }

    #primaryContent {
        padding: 0 8px;
    }

    #sidebarRight .cube {
        padding: 16px;
        margin-bottom: 16px;
    }

    #sidebarRight .cube h1 {
        font-size: 1.25rem;
        line-height: 1.35rem;
        text-shadow: none;
    }
}

@media  screen and (min-width: 601px) and (max-width: 768px)  {

    #header #logo {
        float: left;
        max-width: 100%;
        margin: 0;
    }

    #header #nav {
        clear: both;
    }

    #header #nav ul {
        text-align: left;
    }

    #header #nav ul li {
        padding: 8px 16px 8px 0;
    }

    #header #nav ul li:last-child {
        padding-right: 0;
    }

    #header #nav ul li a {
        padding: 8px 16px;
    }

    #primaryContent {
        padding: 0 8px;
    }

    #content {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    #pageHeader {
        text-align: left;
    }

    #pageHeader h1 {
        padding-bottom: 8px;
        margin-bottom: 12px;
        background-image: url("http://cdn.runyourwebsite.com/lascolinaspharmacy/headerbg.gif");
        background-repeat: no-repeat;
        background-position: left bottom;
        font-size: 2.5rem;
    }

    #sidebarRight {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-top: 24px;
    }

    #sidebarRight .cube {
        padding: 8px;
        margin-bottom: 16px;
    }

    #sidebarRight .cube h1 {
        font-size: 1.5rem;
        line-height: 1.35rem;
        text-shadow: none;
    }
}

@media  screen and (min-width: 240px) and (max-width: 600px)  {

    #header #logo {
        float: left;
        max-width: 100%;
        margin: 0;
    }

    #header #nav {
        clear: both;
    }

    #header #nav ul {
        text-align: left;
    }

    #header #nav ul li {
        display: block;
        float: none;
        padding: 0;
    }

    #header #nav ul li a {
        padding: 4px 16px;
        line-height: 2.5rem;
    }

    #header #nav ul li ul {
        position: relative;
        display: none;
        margin: 0 0 0 16px;
        padding: 0;
        border-top: 0;
        border-left: 2px solid #8e9cae;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #header #nav ul li ul li {
        display: block;
        float: none;
        line-height: 2.5rem;
    }

    #primaryContent {
        padding: 0 8px;
    }

    #content {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    #pageHeader {
        text-align: left;
    }

    #pageHeader h1 {
        padding-bottom: 8px;
        margin-bottom: 12px;
        background-image: url("http://cdn.runyourwebsite.com/lascolinaspharmacy/headerbg.gif");
        background-repeat: no-repeat;
        background-position: left bottom;
        font-size: 2.5rem;
    }

    #sidebarRight {
        width: 100%;
        float: none;
        overflow: hidden;
        margin-top: 24px;
    }

    #sidebarRight .cube {
        padding: 8px;
        margin-bottom: 16px;
    }

    #sidebarRight .cube h1 {
        font-size: 1.5rem;
        line-height: 1.35rem;
        text-shadow: none;
    }
}
/*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 #001e2d;
margin-bottom: -1px;
text-align: left;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #0078B3; /*background of tabs (default state)*/
color: #ffffff;
}

.sidebarmenu ul li a:visited{
/* color: white; */
}

.sidebarmenu ul li a:hover{
background-color: #409ac6;
color: #000000;
}

/*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 */
   
.jqueryslidemenu{
/* font: bold 12px Verdana; */
background: #0078B3;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #0078B3; /*background of tabs (default state)*/
color: #ffffff;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #409ac6;; /*tab link background during hover state*/
color: #000000;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.custom1, .custom1 a { background: #0078B3; color: #ffffff; }
.custom1light, .custom1light a { background: #409ac6; color: #000000; }
.custom1lighter, .custom1lighter a { background: #bfddec; color: #001e2d; }
.custom1dark, .custom1dark a { background: #005a86; color: #ffffff; }
.custom1darker, .custom1darker a { background: #001e2d; color: #bfddec; }
.custom2, .custom2 a { background: #A4D1FF; color: #000000; }
.custom2light, .custom2light a { background: #bbddff; color: #293440; }
.custom2lighter, .custom2lighter a { background: #e8f3ff; color: #293440; }
.custom2dark, .custom2dark a { background: #7b9dbf; color: #000000; }
.custom2darker, .custom2darker a { background: #293440; color: #bbddff; }
    
.cke_rcombo{ background: #FFF !important; }
.ckeditorclass { background-color: #FFFFFF !important; background-image:none !important; margin: 5px !important; }

            