body, td, form, input, select, option, textarea {
	font-family: Verdana;
	font-size: 10px;
}
body, td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active{
	text-decoration: none;
	color: #0000FF;
	cursor:pointer;
}
a:hover {
	text-decoration: underline;
	color: #000066;
	cursor:pointer;
}

form {
	display: inline;
}

input {
	font-size: 11px;
}

input.Max {
	width: 100%;
	height: 18px;
	border: 1px solid #A5ACB2;
}

input.int {
	text-align: right;
	border: 1px solid #A5ACB2;
}

input.Req {
	width: 100%;
	background-color: #DFEBFF;
	color: #000000;
	border: 1px solid #A5ACB2;
}
input.button {
	width:100px;
	cursor:pointer;
}

textarea {
	font-size: 11px;
}

textarea.Max {
	font-size: 11px;
	width: 100%;
	border: 1px solid #A5ACB2;
}

textarea.Req {
	width: 100%;
	background-color: #DFEBFF;
	color: #000000;
	border: 1px solid #A5ACB2;
}

.HdrNavButton {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.HdrNavButton, .HdrNavButton a:link, .HdrNavButton a:visited, .HdrNavButton a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.HdrNavButton a:hover {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

.Heading, .Heading a:link, .Heading a:visited, .Heading a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.Heading a:hover{
	color: #CECEFF;
}

.Mid_Border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.ColPadding {
	padding: 6px;
}
.NavLeftButton {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 24px;
}
.NavLeftButton, .NavLeftButton a:link, .NavLeftButton a:visited, .NavLeftButton a:active, .NavLeftButton a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.Footer, .Footer a:link, .Footer a:visited, .Footer a:active{
	text-decoration: none;
	color: #FFFFFF;
}
.Footer a:hover {
	color: #00CCFF;
}

.BoldText, .BoldText a:link, .BoldText a:visited, .BoldText a:active{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.BoldText a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.Prod_Title {
	font-weight: bold;
	color: #000000;
}

.Prod_Art {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.Prod_Art select {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 180px;
	background-color: #FFFFCC;
}

.Prod_Desc {
	font-size: 10px;
	color: #666666;
}

.Prod_Size {
	font-size: 10px;
	color: #000099;
	font-weight: bold;
}

.Prod_Size input{
	font-size: 10px;
	color: #000000;
	border: 0px;
	width: 100%;
	background-color: #FFFFCC;
}

.Prod_Price_Old {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: line-through;
}

.Prod_Price {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.Prod_Qty {
	font-size: 10px;
	color: #000099;
	font-weight: bold;
}

.Prod_Qty input{
	font-size: 10px;
	color: #000099;
	width: 80px;
	text-align:right;
}

.CateNavButton {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	float:left;
	width: 500px;
	padding: 6px;
	margin: 2px;
	border:solid 1px #CCEAFF;
	background-color:#F8FCFF;
}
.CateNavButton a{
	color:#000000;
}
.CateNavButton a:hover{
	color:#FF9900;
}
.BoxTitle {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.Shipping_Info_Show {
	display: block;
	visibility: visible;
}
.Shipping_Info_Hide {
	display: none;
	visibility: hidden;
}
._Show {
	display: block;
	visibility: visible;
}
._Hide {
	display: none;
	visibility: hidden;
}
.TextHighlight {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

