.containerAdminBorder{border:none;}

.registerGroup li.userProfileImg{display:none;}


.colorhead h2
{
    text-align:center;
}


.homepageContainerTitle
{
    text-align:center;
}


a:link,a:active,a:visited
{
   color: #676767; 
}


a:hover
{
    color:#000000;
}



/*Contact Page */



/*misc etailer  */

.TreeMenu_Node
{
    white-space:normal;
    
word-wrap: break-word;
}

.navigationTree
{
    overflow:hidden;
}


a.TreeMenu_Node:link,
 a.TreeMenu_NodeSelected:link 
{
   word-wrap: break-word;
}



div.OneLineBasket_Panel
{
    text-align:right;
}

th.FullBasketHeader_Delete, 
th.FullBasketHeader_ProductBrand,

th.FullBasketHeader_ProductName, 
th.FullBasketHeader_ProductSummary,

th.FullBasketHeader_Price, th.FullBasketHeader_Quantity
{
    color:Red;
}


.WizardStepOrderConfirmation h1.Head
{
    color:Red;
}






/*Xmod */



div.theCaptcha
{
padding-left:165px;
}


div.accountContainer
{
padding-left:45px;
}


.ModXModFormViewC {
    margin-left: 0px;
    margin-right:0px;
}

.contactForm div div, 
.contactForm div.contactCommentType, 
.contactForm div.contactDescription {
    clear: both;
}

.contactForm div.WSUS_ContactsContent span, 
.contactForm div.ModWSUSContactsC span, 
.contactForm label {
    float: left;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 160px;
    font-size:small;
    font-weight: bold;
    clear:both;
    text-align: right;

}



.contactForm input, 
.contactForm select, 
.contactForm textarea {
    margin: 4px 4px 4px 0px;
    padding: 0px 2px;
    width: 260px;
}
.contactForm div.inputNote { margin-left: 160px; width: 260px; }

input.commandButton {width:100px;}


@media handheld, only screen and (max-width: 1115px){.cssmenu ul li a { padding:0 8px}}

@media handheld, only screen and (max-width: 1060px){.cssmenu ul li a { padding:0 7px}}

@media handheld, only screen and (max-width: 1010px){.cssmenu ul li a { padding:0 6px}
.cssmenu ul li.current a, .cssmenu ul li.Breadcrumb a{ padding:0 10px}}

@media handheld, only screen and (max-width: 960px){.cssmenu ul li a { padding:0 4px;}
.cssmenu ul li.current a, .cssmenu ul li.Breadcrumb a{ padding:0 10px}}

@media handheld, only screen and (max-width: 790px) {.groupLogo { display: none;}}

.prodContent .lineCard {
    width: 100%;
    text-align: right;
    display: inline-block;
}


/* Events Calender Styling */


div.rsApt
{
color:red;
}
td.evtDayHeader
{
    background-color:#8b8b8b;
}

td.evtDay
{
    border-color:#8b8b8b;
    background-color:#ffffff;
}

td.evtToday.evtDay
{
    background-color:#e6e6e6;
}

td.evtWeekendDay.evtDay
{
    background-color:#ffffff;
}
.evtTitle, .evtTitle td 
{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    height: 24px;
    font-family: Arial,Helvetica,sans-serif;
    color: #8b8b8b !Important;
}




div.accordionContent td
{
border:none;
}




/*News Page */

.NewsPage_NewsItem
{
margin-bottom:10px;
}

.DNN_News_ItemDate
{
font-style:italic;
}

h3.moduleTitle
{
color:#42b448;
}

.ForgotUsernameIntro
{
margin-bottom:20px;
}
/*Login Styling Added 9/16/2013 JT*/
 .dnnFormItem .dnnFormLabel {
        width: 15%;
    }
.dnnForm ul.dnnActions, .DnnModule ul.dnnActions,
ul.dnnActions { border-top:none;
}
 @media handheld, only screen and (max-width: 768px) {
    .dnnLoginService input[type="text"] {
    width:150px;min-width:150px;}
    .dnnLoginService input[type="password"] {
    width:150px;min-width:150px;}

}

@media handheld, only screen and (max-width: 330px) {
    a.dnnPrimaryAction, a.dnnPrimaryAction:link {
    margin-left:10px;
    }
    .dnnLoginRememberMe {
        padding-left: 10px;
    }
    .dnnFormItem .dnnFormLabel {
        width: 10%;
    }
}

div.LoginPanel { margin-top: 0px; }

div.divProductSKUFiles { display: none; }

.SpeedyDropDown .nav .subs .current > a { color: #ffffff !important; }

/* Dealer Application */
.DynamicQuestionsDiv input {
border: solid 1px #d2d2d2;
border-radius: 2px;
margin: 2px 0;
padding: 5px;
}
.DynamicQuestionsDiv input[type=radio] ~ label {
margin: 2px 10px 2px 4px;
}
.DynamicQuestionsDiv input[type=text]{
min-width: 300px;
}
.DynamicQuestions_DisplayNewRow {
margin-bottom: 10px;
}

a.DynamicQuestions_btnSave,
a.DynamicQuestions_btnSave:link,
a.DynamicQuestions_btnSave:active,
a.DynamicQuestions_btnSave:visited {
background-color: #42b448;
border: none;
border-radius: 2px;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: bold;
padding: 4px 20px;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
a.DynamicQuestions_btnSave:hover {
background-color: #5f5f5f;
}
.DynamicQuestion_RequiredField { color: red; }
.DynamicQuestions_FieldLabel,
.DynamicQuestions_ContactLabel
{ font-weight: bold; }

.DynamicQuestions_DisplayNewRow a
{ font-weight: bold; text-decoration: underline; }

.divDealerApplicationCrumbs { color: rgb(72, 72, 72); }
.divDealerApplicationCrumbs .fa { margin: 0 5px; }
.divDealerApplicationCrumbs span.current { font-weight: bold; }
.divDealerApplicationCrumbs span.future { color: gray; }
.divDealerApplicationCrumbs em.future { color: lightgray; }

.ProfilePathLink_ProgressBar { color: rgb(72, 72, 72); font-size: 14px; }
.ProfilePathLink_ProgressBar .fa { margin: 0 5px; }
.ProfilePathLink_ProgressBar span.ProfilePathLink_CurrentLink { font-weight: bold; }
.ProfilePathLink_ProgressBar span.ProfilePathLink_FutureLink { color: gray; }
.ProfilePathLink_ProgressBar em.ProfilePathLink_FutureLink { color: lightgray; }
.ProfilePathLink_ProgressBar span.ProfilePathLink_SeparatorPrevious { margin: 0 5px; }
.ProfilePathLink_ProgressBar span.ProfilePathLink_SeparatorFuture { color: lightgray; margin: 0 5px; }

/* Fix some menu weirdness */
.SpeedyDropDown .nav > li > a:hover { line-height: 34px; margin-top: 0; }

/* remove control bar logo */
#ControlBar_conrolbar_logo { display: none; }

/* get rid of annnoying spacing in edit mode */
.dnnSortable { min-height: initial !important; }


/* General dnn button style */
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction { 
    clear: both;
    background: none;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
    width: auto;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction { 
    background-color: #42b448;
    color: #fff !important;
}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
    background-color: #5f5f5f;
    color: #fff !important;
    text-decoration: none;
}
.dnnSecondaryAction, a.dnnSecondaryAction, .dnnSecondaryAction:hover, a.dnnSecondaryAction:hover {
    box-shadow: none;
    border-radius: 2px;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
}
.dnnSecondaryAction, a.dnnSecondaryAction { 
    background-color: #e8e8e8;
    color: #676767 !important;
}
.dnnSecondaryAction:hover, a.dnnSecondaryAction:hover {
    background-color: #f0f0f0;
    color: #555 !important;
}

.pnlMyAccountInstructionWrapper { background-color: white; border:solid 3px gray; border-bottom:none;}

#MainRightSide { margin-top: 0 !important;}







