/* 
 * www.mauvielusa.com
 * site's main colors
 * Orange: #f15d22; 
 * Primary Heading: #3e3e40;
 * Background: #fff;
 * Secondary Color: #4F4C4D;
 * 
 */

html, body{ 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-size: 12px;
	font-family:  Arial,Verdana,Helvetica,sans-serif;
}
body {
	background-color: #fff;
	/* background-repeat: repeat-x; */
	/* background-image: url("/images/background.jpg"); */
	color: #000;
}
td {
	font-family:  Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

/* baseline styles */
img {
	border: 0;
	/* vertical-align : top; */
	margin: 0;
	padding: 0;
	line-height: 0px;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
em {
	font-weight: bold;
	font-style : italic;
	color: #000;
}
p {
	font-size: 12px;
	line-height: 15px;
	padding: 3px 0 6px 0;
	margin: 0;
}
blockquote {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
   color: #000;
}
li {
	margin-bottom: 4px;
	line-height: 14px;
}
ul li {
	list-style-type: square;
}
/* use to center tables - fixes IE issue */
div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clr{clear:both;}

/* default anchors */
a {
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	text-decoration: underline;
	color: #f15d22;
}

/* headers */
h1 {
	letter-spacing: 0.2px;
	font-size : 24px;
	font-weight: normal;
	line-height: 28px;
	color : #3e3e40;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

#pageTitle h1 img {
        margin-left: -18px;
}
h1 span {
        font-size: 18px;
        color: #f15d22;
}
h2 {
	letter-spacing: 0.2px;
	font-size : 22px;
	font-weight: normal;
	line-height: 25px;
	color : #f15d22;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}
h2 a:link, h2 a:visited {
        color: #f15d22;
        font-weight: normal;
        text-decoration: none;
}
h2 a:hover, h2 a:active {
        color: #3e3e40;
        font-weight: normal;
        text-decoration: underline;
}
h3 {
	letter-spacing: 0.15px;
	font-size : 20px;
	font-weight: normal;
	line-height: 23px;
	color : #3e3e40;
	margin: 0 0 8px 0;
	padding: 6px 0 0 0;
}
h4 {
	letter-spacing: 0.15px;
	font-size : 18px;
	font-weight: normal;
	line-height: 21px;
	color : #f15d22;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
h5 {
	letter-spacing: 0.15px;
	font-size : 16px;
	font-weight: normal;
	line-height: 19px;
	color: #3e3e40;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: none;
}
h6 {
	font-size : 14px;
	font-weight: normal;
	line-height: 17px;
	color : #f15d22;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: none;
}

/* button */
input.button {
	text-align : center;
	color:#FFF;
	font-size : 12px;
	font-weight : normal;
	background-color: #f15d22;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 4px 6px 4px 6px;
}
input.buttonHover
{
	text-align : center;
	color:#fff;
	font-size : 12px;
	font-weight : normal;
	background-color:#4F4C4D;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0;
	padding: 4px 6px 4px 6px;
}
a.button {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	padding: 4px 6px 4px 6px;
	margin: 7px 0 7px 0;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
	display:table-cell; /* needed for FF */
	display:inline-block; 
}
a.button:link, a.button:visited {
	background-color : #f15d22;
	color : #fff;
	text-decoration: none;
}
a.button:hover, a.button:active {
	background-color : #4F4C4D;
	color: #fff;
	text-decoration: none;
}

/* error messages  */
.errorMessage {
	color: #F00;
	font-size: 14px;
	font-weight: normal;
}

/* contact us */
.contactusForm th {
        text-align: right;
        width: 20%;
}
input.kESEmail {
	font-size: 12px;
	color: #000;
}

/* bread crumb */
#breadCrumbRow {
        margin-bottom: 10px;
}
#breadCrumb, .breadCrumbDivider {
	font-size: 10px;
}
.lastCrumb {
	color: #000;
	font-size: 10px;
}
#breadCrumbRow a {
	font-weight: normal;
	font-size: 10px;
}
#breadCrumbRow a:link, #breadCrumbRow a:visited {
	text-decoration: none;
	color: #000;
}
#breadCrumbRow a:hover, #breadCrumbRow a:active {
	text-decoration: underline;
	color: #f15d22;
}
.printPage {
	background: url(/images/printer.gif) 2px center no-repeat;
	padding-left: 26px;
}


/* back to top */
.backToTop {
        margin: 10px 0;
        display: block;
        font-size: 11px;
        font-weight: normal;
}

#emailSignup {
	margin: 10px;
	padding: 0;
	text-align: center;
}
#emailSignup label {
	color: #000;
	font-size: 13px;
        line-height: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
        display: block;
}
#emailInput {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 123px;
}
.inputBox {
	margin: 3px 0;
}
.inputButton {
   margin-bottom: 3px;
}
#searchButton {
   font-size: 12px;
}
#productSearch {
	margin: 0;
	padding: 8px 0 0 0;
        text-align: right;
}
#productSearch label {
	color: #000;
	font-size: 13px;
        line-height: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#searchInput{
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 123px;
}
