﻿body
{
	background-color: #929497;
	margin: 0px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: White;
	
	background-repeat: repeat-x;
	background-image: url(images/bg.gif);
}

#dvBG
{
	background-color: #BDBFC0;
	position: absolute;
	z-index: -2;
	height: 55%;
	width: 100%;
}
#dvMain
{
	padding: 40px 60px 40px 60px;
	height:100%;
	text-align: center;
}

#tblMain
{
	background-color: #003300;
}
#LogoText1
{
	padding-left: 30px;
	padding-right: 60px;
	padding-bottom: 5px;
	font-size: 40px;
	vertical-align: bottom;
	width: 400px;
	text-align: left;
}
#LogoText2
{
	padding-left: 90px;
	padding-top: 5px;
	font-size: 40px;
	vertical-align: top;
	width: 400px;
	text-align: left;
}
.Header
{
	background-color: Yellow; /* D7DF21 */
}
.Crfs, .CrfsBottom
{
	text-align: center;
	vertical-align: middle;
	background-color: #003300;
	color: White;
	height: 110px;
	vertical-align: middle;
}
.CrfsBottom
{
	height: 100px;
}
table.OrderForm
{
	text-align: left;
	background-color: #003300;
	color: White;
	border: solid 1px #164220;
	padding-bottom: 15px;
	width: 600px;
}

img
{
	border: none;
}
.left
{
	float: left;
}
.menuBand
{
	height: 30px;
	padding-right: 50px;
	text-align: right;
	background-color: Black;
}
.menu
{
	margin-right: 15px;
	margin-left: 15px;
	font-size: 15px;
	/*color: White;*/
	text-decoration: none;
}
.prices
{
	text-align: center;
	font-size: 10px;
	color: Blue;
}
.copyright
{
	font-size: 11px;
	color: white;
}
/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color: #009900; /* F5F7F8 */
	opacity:.8; /*.9*/
	filter: alpha(opacity=80); /*90*/
}
.popupLabel
{
	font-weight: bold;
	color: White;
}
.popupHeader
{
	font-weight: bold;
	background-color: #33ff33;
	color: Black;
}
td.popupItem
{
	vertical-align: top;
	text-align: center;
	color: White;
}
.Highlight
{
	color: White;
	font-weight: bold;
	text-align: center;
}
.SelectedItem
{
	background-color: #D7DF21;
	border: solid 1px #164220;
	vertical-align: top;
	color: Black;
}
.Item
{
	border: solid 1px #2F4F4F;/* 99FF99 003300 2F4F4F 164220 */
	vertical-align: top;
	text-align: center;
}

a
{
	text-decoration: none;
	color: #ffff00;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	color: #00ff00;
}
.top-right {
	WIDTH: 7px; HEIGHT: 7px
}
.top-left {
	WIDTH: 7px; HEIGHT: 7px
}
.bottom-right {
	WIDTH: 7px; HEIGHT: 7px
}
.bottom-left {
	WIDTH: 7px; HEIGHT: 7px
}
.top-right {
	BACKGROUND: url(images/shadow_tr.png) no-repeat
}
.top-left {
	BACKGROUND: url(images/shadow_tl.png) no-repeat
}
.bottom-right {
	BACKGROUND: url(images/shadow_br.png) no-repeat
}
.bottom-left {
	BACKGROUND: url(images/shadow_bl.png) no-repeat
}
.left {
	BACKGROUND: url(images/shadow_l.png) repeat-y right 50%; WIDTH: 7px; align: right
}
.right {
	BACKGROUND: url(images/shadow_r.png) repeat-y left 50%; WIDTH: 7px; align: left
}
.top {
	BACKGROUND: url(images/shadow_t.png) repeat-x; HEIGHT: 7px
}
.bottom {
	BACKGROUND: url(images/shadow_b.png) repeat-x; HEIGHT: 7px
}


.crfs td
{
	border: solid 1px dotted;
	vertical-align: top;
	text-align: left;
}
.crfs th, .crfsFooter, .OrderForm th
{
	background-color: #164220; /* #164220 */
	color: white;
	vertical-align: top;
}
.crfs
{
	border: 1px solid #2F4F4F;
	vertical-align: top;
}

.validator
{
	font-weight: bolder;
	color: Yellow;
}

a.paging
{
	padding: 0px 5px 0px 5px;
	cursor: hand;
}
a.currentpage
{
	font-weight: bold;
	color:  White;
}

img.textiles
{
	cursor: hand;
}

input.style-value, input.measurement-value
{
	border: solid 1px Aqua;
	margin-top: 5px;
	width: 75px;
}
input.additional
{
	border: solid 1px Aqua;
	width: 300px;
}

span.Msg
{
	border: 1px solid #2F4F4F;
	background-color: Red;/* lemonchiffon */
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: White; /* 808080 */
	padding: 3px 22px 3px 23px;
	background-position: 3px;
	background-image: url(images/Warning.png);
	background-repeat: no-repeat;
	display: none;
	width: auto;
	text-align: left;
}

label.error
{
	color: White;
	font-weight: bold;
	background-color: Red;
	margin-left: 5px;
	
	padding: 3px 3px 3px 20px;
	background-position: 3px;
	background-image: url(images/Warning.png);
	background-repeat: no-repeat;
}