﻿.status {
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0000;
    font-size: medium;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.validation  {
    font-family: Arial, Helvetica, sans-serif;
    color: #FF0000;
    font-size: small;
}
.ulStandardStyle
{
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 0px
}
.ulStandardStyle li {
    padding-top: 3px;
    padding-bottom: 3px;
    list-style-position: outside;
    line-height: 1.5em;
}
ul {
    line-height: 17px;
    text-indent: 0px;
    margin-top: 5px;
    list-style-image: none;
}
textarea.txtboxDefaultStyle { 
	width: 325px;
	max-width: 325px;
	height: 50px;
	line-height: 150%;
}
.txtboxDefaultStyle {
    width: 175px;
	max-width: 175px;	        
}
input.txtboxDefaultStyle {
	width: 190px;
	max-width: 190px;	        
}
.table1 {
    margin-left:auto;
    margin-left:auto;
}
.table1 td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
}
td {
    color:#4B4B4B;
    font-size: 0.8em;
}
.categoryHeader {
    background-image: url(../images/category-title-background.gif);
    background-repeat: no-repeat;
    height: 47px;
    width: 743px;
}
.round {
    width: 100%;
    margin: 0px auto;
    background: #fff repeat-y left top;
}
.round .top span {
    display: block;
    position: relative;
    height: 10px;
    background: url(/CustomProducts/images/round-top-right.gif) no-repeat right top;
    overflow: hidden;
}
.round .top {
    width: 100%;
    height: 10px;
    background: url(/CustomProducts/images/round-top-left.gif) no-repeat left top;
    overflow: hidden;
}
.round .bottom {
    width: 100%;
    height: 10px;
    background: url(/customProducts/images/round-bottom-left.gif) no-repeat left bottom;
    border: 0;
    overflow: hidden;
}
.round .bottom span {
    display: block;
    position: relative;
    height: 10px;
    background: url(/CustomProducts/images/round-bottom-right.gif) no-repeat right top;
    overflow: hidden;
}
.round .center-content {
    position: relative;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 0px;
    margin: -1px 0 0px 0;
}
a.product-nav-name {
    color: #86121F;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial,Arial;
}
.sbhp{
    display:none;
}
.formBtnDefaultStyle {
    width:auto;
    padding: 9px 15px;
    background: #82131E;
    border: 0;
    font-size:14px;
    color: #FFFFFF;
    border-radius: 5px;
}
#requestForm h2
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 19px;
    margin-top: 19px;
}
.txtboxDefaultStyle {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 9px;
    border: solid 1px #E5E5E5;
    border-radius: 5px;
    outline: 0;
    font normal 13px/100% Verdana, Tahoma, sans-serif;
    line-height: normal;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
#containerCustomOverview
{
    margin-bottom: 20px;
}
#containerCustomImgMenu
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    margin-top: -10px;
    margin-left: -10px;
}
.cimLink
{
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e1e7ec;
    padding:10px;
    margin:10px;
    text-decoration: none;
}
.cimImageDiv{
}
.cimImage{
    vertical-align: middle;
    border-style: none;
}
.cimLnk .cimTitleDiv{
    color: #333 !important;
}
.cimLnk:hover 
{
    text-decoration: none !important;
    color: #A41826 !important; 
}