@charset "utf-8";
/* CSS Document */


/* Template styles applied to every ecommerce site */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1, h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0A9B9E;
}
h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input, Select, Textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
}
a:link, a:visited  {
	color: #0A9EA2;
	text-decoration: none;
}
a:hover {
	color: #0A9EA2;
	text-decoration: underline;
}
.TxtWhite {
	color: #FFFFFF;
}

/* Site styles. Applied to Specific Site*/

.Header_Height-TopNav {
	height: 28px;
	text-align: right;
	vertical-align: middle;
}
.Header_Height-SearchBar {
	height: 38px;
	background-color: #cecece;
}
.LN_Title_OnlineShop {
	background-image: url(../images/LN_Title_OnlineShop.jpg);
	height: 37px;
	width: 170px;
	text-align: left;
	vertical-align: bottom;
}
.MainContent {
	padding-top: 10px;
}

.LN_Title_OnlineShopTxt {
	height: 27px;
	font-weight: bold;
	color: #FFFFFF;
}
.LN_Tile_OnlineShop {
	background-image: url(../images/LN_Tile_OnlineShop.jpg);
	background-repeat: repeat-y;
}
.RN_Title_FeatProd {
	background-image: url(../images/RN_Title_FeatProd.jpg);
	height: 34px;
	width: 243px;
	text-align: left;
	vertical-align: bottom;
}
.RN_Tile_FeatProd {
	background-image: url(../images/RN_Tile_FeatProd.jpg);
	background-repeat: repeat-y;
}.MainContent_Title {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-align: left;
	vertical-align: bottom;
	padding-top: 10px;
}
.Bottom_Tile {
	background-image: url(../images/Bottom_Tile.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.Bottom_Top {
	background-image: url(../images/Bottom_T1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.Bottom_Tile a:link, .Bottom_Tile a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.Bottom_Tile a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}.ProductItemTable {
	border: 1px dashed #666666;
}
.ProductCardImageBorder {
	margin: 5px;
	padding: 5px;
}

.Shop-Listing {
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.OS-Divider-Left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 50%;
	padding-right: 10px;
}
.OS-Divider-Right {
	width: 50%;
	padding-left: 10px;
}
.ERRORtxt {
	font-size: 16px;
	font-weight: bold;
	color: #580000;
}
.FormERROR {
	font-size: 12px;
	font-weight: bold;
	color: #580000;
}