﻿
body * { line-height: 1.22em; }
body, div, dl, dt, dd, form, fieldset, input, textarea, th, td, pre, blockquote { margin: 0pt; padding: 0pt; }
th { text-align: left; }
select, input { font-size: 13px; padding: .2em; }
option { font-size: 13px; padding: .1em; }

body 
{
    background-color: #fff;
    font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
}

h1 {
   margin: 5px 0;
   font-size: 1.3em;
}

.btnSubmit
{
    width: 80px !important;
	height: 32px !important;
	border: none;
	background-color: #c52127 !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 11pt !important;
	font-weight: 600;
	cursor: pointer;
	padding: 1px 5px;
	color: #ffffff;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none !important;
}

.btnCancel
{
    width: 80px !important;
	height: 32px !important;
	border: none;
	background-color: #868686 !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 11pt !important;
	font-weight: 600;
	cursor: pointer;
	padding: 1px 5px;
	color: #ffffff;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none !important;
}

.btnClose
{
    width: 80px !important;
	height: 32px !important;
	border: none;
	background-color: #868686 !important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 11pt !important;
	font-weight: 600;
	cursor: pointer;
	padding: 1px 5px;
	color: #ffffff;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: none !important;
}

#priceMatchContainer 
{

}
#priceMatchContent 
{
    padding: .5em;
}
#termsAndConditionsContent {
    padding: .5em;
}
#itemDescription 
{
    font-size: 1.4em;
    padding: .3em 0; 
}
#skuDescription 
{
    padding: .3em 0;
}
#lstSkus 
{
    border: 0;
    padding: .2em;
    border: 1px solid #696969;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 97%;
}
#priceToMatch 
{
    padding: .8em 0;
    font-size: 1.2em;
    font-weight: bold;
}    
#priceToMatchWrap 
{
    border: 1px solid #696969;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 5.4em;
    padding: .3em;
    font-weight: normal;
    font-size: 1em;
    background: #fff;
}
        
#txtTheirPrice 
{
    border: none;
    width: 4em;
}

#retailerWebAddress 
{
    padding: .3em 0;
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
}

#ourPrice 
{
    color: #cc0000;
    font-weight: bold;
}
#txtURL 
{
    border: 0;
    border: 1px solid #696969;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 95%;
}

#yourEmailAddress
{
    padding: .3em 0;
    font-size: 1.2em;
    font-weight: bold;
}


#txtYourEmail 
{
    border: 0;
    border: 1px solid #696969;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 95%;
}

#comments
{
    padding: .3em 0;
    font-size: 1.2em;
    font-weight: bold;
}

#txtRequestComments 
{
    border: 0;
    border: 1px solid #696969;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 96%;
}

#submitButtons 
{
    padding-top: 1em;
    text-align: center;
}

#msgText 
{
    padding-top: .5em;
}

#responseMsg {
    font-size: 1.8em;
    color: #006600;
    font-weight: bold;
}

#responseText {
    font-size: 1.3em;
}

#promoCodeImage {
    text-align: center;
}

.errorMsg 
{
    color: #ff0000;
}
.successMsg 
{
    color: #006600;
}

#overlay
{
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #aaa;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 350px;
}
#overlayLoading
{
    z-index: 99;
    width: 100px;
    position: fixed;
    top: 175px;
    left: 100px;
    border: 1px solid #333333;
    background-color: #f5f5f5;
    padding: .7em;
}

.emboss  {
    text-shadow: #dcdcdc 0 1px 1px;
}
