@import url("main.css");
/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 20px; /* Margins */
	background-color: #000;
	background-image: url('images/bgHoliday.jpg');
	font-family: verdana;
	font-size: 11px;	
}


.Instructions
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 11px; /* Font Size */
	color: #4B4034; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ErrorMessages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 11px; /* Font Size */
	color: #9B2B40; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Messages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 11px; /* Font Size */
	color: #487072; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Headings
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4034;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;

}

.Inputs
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4034;
	text-decoration: none;
	border: 1px solid #7F9DB9;

}

.Content
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 11px; /* Font Size */
	color: #392C1C; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */

}




.ContentTableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B4034;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A49F97;

}

.ContentTable
{
}

.ContentTableHorizontal
{
	background-color: #A49F97;
}
.prodPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #392C1C;
}
.prodDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D888A;
}
.productRelated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #392C1C;
	vertical-align: top;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6DB;
}
.relatedImage {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; /*E6E6DB*/
}
.relatedName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #392C1C;
}
.relatedPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #392C1C;
}
.swatchOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CDCCBE;
}
.swatchBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6DB;
}
.srImage {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; /*E6E6DB*/
}
.pagination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B4F43;
	padding-right: 50px;
}
.srName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5B4F43;
}
.srPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B4F43;
}
.emailSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
}
.link {
color: #5D888A;
}
.swatchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CDCCBE;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #487072;
	vertical-align: bottom;
	text-transform: uppercase;
}
