<style type="text/css"> 
{
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999;
}
#Right_Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: right;
}
.twoColFixLtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDDDDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.twoColFixLtHdr #TopMessage {
	height: auto;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 16px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	background-color: #333;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFF;
}
.twoColFixLtHdr #TopSpace {
	background: #FFFFFF;
	height: 24px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 10px;
	width: auto;
}
.twoColFixLtHdr #TopSpace_LeftText {
	background: #FFFFFF;
	height: 20px;
	padding: 2px 0px 0px 25px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 16px;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	float: left;
	clear: left;
} 
.twoColFixLtHdr #TopSpace_RightBox {
	background: #FFFFFF;
	height: 20px;
	padding: 2px 10px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 350px;
	float: right;
	clear: right;
	position: relative;
	visibility: visible;
	text-align: right;
}
.twoColFixLtHdr #Tab_1 {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 13px;
	width: 135px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	float: left;
	clear: right;
	position: relative;
	visibility: visible;
	text-align: left;
	left: 40px;
	top: 1px;
	bottom: auto;
	font-weight: bolder;
	height: 15px;
}
.twoColFixLtHdr #Tab_2 {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 13px;
	width: 95px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	float: left;
	clear: right;
	position: relative;
	visibility: visible;
	text-align: left;
	left: 95px;
	top: 0px;
	bottom: auto;
	font-weight: bolder;
	height: 15px;
}
.twoColFixLtHdr #Tab_3 {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 13px;
	width: 135px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	float: left;
	clear: none;
	position: relative;
	visibility: visible;
	text-align: left;
	left: 187px;
	top: 0px;
	bottom: auto;
	font-weight: bolder;
	height: 15px;
}
.twoColFixLtHdr #Tab_Box_1 {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 12px;
	width: 525px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	float: left;
	clear: right;
	position: relative;
	visibility: visible;
	text-align: left;
	left: 30px;
	top: 15px;
	font-weight: normal;
	height: auto;
	text-indent: 25px;
	vertical-align: middle;
}
.twoColFixLtHdr #Tab_Box_2 {
	padding: 20px 0px 0px 0px;
	*padding: 20px 0px 0px 20px;  /* IE 6 and 7 placment fix */
	width: 525px;
	float: left;
	clear: none;
	position: relative;
	visibility: visible;
	text-align: left;
	left: 20px;
	top: 5px;
	height: auto;
	vertical-align: middle;
	text-indent: 30px;
}
.twoColFixLtHdr #header {
	background-image:url(images/WinotekHeader_Tab1.gif);
	height: 130px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
} 
.twoColFixLtHdr #header_Tab2 {
	background-image:url(images/WinotekHeader_Tab2.gif);
	height: 130px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.twoColFixLtHdr #header_Tab3 {
	background-image:url(images/WinotekHeader_Tab3.gif);
	height: 130px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header_logoHome {
	padding: 12px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 14px;
	width: 155px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	float: left;
	clear: left;
	position: relative;
	visibility: visible;
	text-align: left;
	left: 0px;
	top: 10px;
	bottom: auto;
	font-weight: bolder;
	height: 70px;
}
.twoColFixLtHdr #header_MyCart {
	padding: 7px 0px 0px 0px;
	width: 160px;
	float: right;
	clear: right;
	position: relative;
	visibility: visible;
	left: 0px;
	bottom: auto;
	height: 100px;
	background-image: url(images/MyCart160x100.gif);
	margin-top: -38px;
	*margin-top: -55px;  /* IE 6 and 7 placment fix */
	margin-right: 5px;
	background-repeat: no-repeat;
	text-indent: 15px;
}
.showadd {
	width: 400px;
	position: fixed;
	left:375px;
	top:175px;
	visibility: hidden;
	background-image: url(images/popup-bg_400x46.gif);
	background-repeat: no-repeat;
	height: 46px;
	z-index: 5;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	clear: none;
	float: left;
}
.twoColFixLtHdr #header_MyCartTab2 {
	width: 160px;
	float: right;
	clear: right;
	position: relative;
	visibility: visible;
	left: 0px;
	bottom: auto;
	height: 100px;
	background-image: url(images/MyCart160x100.gif);
    margin-top: -27px;
    margin-right: 5px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-indent: 15px;
}
.twoColFixLtHdr #header_MyCartTab2Login {
	width: 160px;
	float: right;
	clear: right;
	position: relative;
	visibility: visible;
	left: 0px;
	bottom: auto;
	height: 100px;
	background-image: url(images/MyCart160x100.gif);
    margin-top: -27px;
    margin-right: 5px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-indent: 15px;
}
.twoColFixLtHdr #Bottom_Header {
	background: #FFFFFF;
	height: 22px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-size: 10px;
	width: auto;
	background-color: #000;
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	background-color: #FFF;
	clear: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
	*border-left: 1px solid #000;   /* IE 6 and 7 fix */
	font-variant: inherit;
	position: relative;
	top: auto;
	margin-top: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	*border-top: 1px solid #000;   /* IE 6 and 7 fix */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.List_Text_Small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
}
.List_Text_Small A:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333;
	line-height: 15px;
}
.List_Text_Small A:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 15px;	
}
.List_Text_Small A:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #F93;
	line-height: 15px;	
}
.List_Text_Small A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #F93;
	line-height: 15px;	
}
.Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
}
.Text A:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #333;
}
.Text A:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #000;
}
.Text A:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #F93;
}
.Text A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #F93;
}
.Text_Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weigth: bold;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
}
.Text_Bold A:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #333;
}
.Text_Bold A:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #000;
}
.Text_Bold A:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #F93;
}
.Text_Bold A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	color: #F93;
}
.Text_Header_Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
	text-decoration: underline;
}
.List_Text_Header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	text-indent: 0px;
	font-weight: bold;
}
.HeaderTabText A:link {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #000000;
	font-family: Verdana, Geneva, sans-serif;
}
.HeaderTabText A:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #000000;
	font-family: Verdana, Geneva, sans-serif;
}
.HeaderTabText A:active {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #000000;
	font-family: Verdana, Geneva, sans-serif;
}
.HeaderTabText A:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #000000;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.TopSpace_RightText {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
}
.TopSpace_RightText A:link {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}
.TopSpace_RightText A:visited {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: underline;
}
.TopSpace_RightText A:active {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #F93;
}
.TopSpace_RightText A:hover {
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #F93;
}
.Item_Box {
	width: 750px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 15px;
	clear: right;
	float: right;
}
.Item_Box1 {
	width: 750px;
	padding-top: 15px;
	clear: right;
	float: right;
}
.Item_Box_Red {
	width: 750px;
	padding-top: 15px;
	clear: right;
	float: right;
	border: 1px solid #F00;
}
.Item_Picture {
	height: 100px;
	width: 100px;
	float: left;
	text-align: center;
}
.Item_Descript {
	width: 340px;
	clear: none;
	float: left;
	height: 25px;
	text-align: left;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	*border-bottom: 1px solid #666;   /* IE 6 and 7 fix */
	padding-left: 5px;
}
.Item_Stock {
	width: 85px;
	clear: none;
	float: left;
	text-align: left;
	height: 25px;
	line-height: 23px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	*border-bottom: 1px solid #666;   /* IE 6 and 7 fix */
	padding-left: 5px;
}
.Item_QTY {
	width: 50px;
	clear: none;
	float: left;
	text-align: right;
	height: 25px;
	line-height: 23px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	*border-bottom: 1px solid #666;   /* IE 6 and 7 fix */	
	padding-right: 5px;
}
.Item_Price {
	width: 65px;
	clear: none;
	float: left;
	text-align: right;
	height: 25px;
	line-height: 23px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	*border-bottom: 1px solid #666;   /* IE 6 and 7 fix */
}
.Item_Buy {
	width: 85px;
	clear: none;
	float: left;
	text-align: right;
	height: 25px;
	line-height: 23px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	*border-bottom: 1px solid #666;   /* IE 6 and 7 fix */	
}
.Item_Details {
	width: 150px;
	clear: none;
	float: left;
	height: 20px;
	text-align: left;
	line-height: 20px;
	padding-left: 5px;
}
.Item_Details2 {
	width: 185px;
	clear: none;
	float: left;
	height: 20px;
	text-align: left;
	line-height: 20px;
	padding-left: 5px;
}
.Item_Details3 {
	width: 200px;
	clear: none;
	float: left;
	height: 20px;
	text-align: left;
	line-height: 20px;
	padding-left: 5px;
}
.TextSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
}
.TextSmall A:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
	color: #000;	
}
.TextSmall A:visited{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
	color: #000;	
}
.TextSmall A:active{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
	color: #F93;
}
.TextSmall A:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	vertical-align: bottom;
	color: #F93;
}
.TextMed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
}
.TextMed A:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.TextMed A:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
	color: #000;	
	text-decoration: underline;	
}
.TextMed A:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
	color: #F93;
}
.TextMed A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
	font-weight: bold;
	color: #F93;
}
.Item_Remove {
	width: 75px;
	clear: none;
	float: left;
	text-align: right;
	height: 20px;
	line-height: 23px;
	margin-right: 3px;
}
.Item_SaveItem {
	width: 90px;
	clear: none;
	float: left;
	text-align: right;
	height: 20px;
	line-height: 23px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	*border-left: 1px solid #666;   /* IE 6 and 7 fix */
}
.Item_dividerLine {
	height: 3px;
	width: 625px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.Item_Backorder {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	width: 750px;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	padding: 5px;
}
.TextRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}
.Header_Box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 730px;
	text-align: right;
}
.Item_NotesBox {
	width: 540px;
	clear: none;
	float: left;
	height: auto;
	text-align: left;
	padding-left: 5px;
}
.Item_SaveItemBox {
	width: 625px;
	text-align: left;
	line-height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	*border-bottom: 1px solid #999;   /* IE 6 and 7 fix */
    padding-left: 110px;
	float: left;
	display: none;
}
.form { 
	font-size: 9px; 
}
.form10 { 
	font-size: 10px; 
}
.Filter_Box {
	color: #FFF;
	background-color: #666;
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 30px;
	_height: 25px;
	vertical-align: middle;
	padding: 2px;
}
.Pageination_Box {
	width: 100%;
	text-align: right;
	padding: 5px;
}
.MainContentFix {
	width: 400px;
	text-align: right;
	padding: 5px;
	clear: both;
}
.KeywordBox {
	display: none;
}
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 165px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

// to fix the spacing on the botom of the box
</style>
<![endif]

