@charset "utf-8";
/* CSS Document */

/* CSS RESET - Yahoo YUI 3: CSS Reset http://yui.yahooapis.com/3.0.0/build/cssreset/reset-min.css */
html {
	color:#000;
	background:#fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
/* END RESET */

html, body {
	/*background:#542f45;*/
	background:#000000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#545454;*/
	color:#666;
}
#Site {
	background:#ebebeb url(/Files/System/Botex/Graphics/Seasonal/MainBackground.jpg) repeat-x center top;
	padding:10px 0 35px;
	overflow:hidden;
}
#SiteBottom {
	/*background:#542f45 url(/Files/System/Botex/Graphics/Seasonal/FooterBackground.gif) repeat-x left top;
	color:#a896a1;*/
	background:#000000 url(/Files/System/Botex/Graphics/Seasonal/FooterBackground.gif) repeat-x left top;
	color:#ccc;
	padding:23px 0 35px;
	clear:both;
	overflow:hidden;
}
.ElementWrap {
	width:974px;
	margin:0 auto;
}
.NarrowElementWrap {
	margin:0 auto;
	width:934px;
	position:relative;
}
#Logo {
	float:left;
	padding-top:7px;
}
#SiteSearch {
	float:right;
	padding-left:15px;
}

#SiteSearch .SearchBox {
	border:1px none;
	background:url(/Files/System/Botex/Graphics/SearchBox.png) no-repeat left top;
	height:19px;
	width:109px;
	float:left;
	color:#73736f;
	font-size:10px;
	padding:3px 10px 0 20px;
}
#SiteSearch .SearchBoxSubmit {
	float:left;
}
#ToolMenu {
	color:#fff;
	font-size:10px;
	float:right;
	padding-top:3px;
}
#ToolMenu li {
	display:inline;
}
#ToolMenu a:link,
#ToolMenu a:visited {
	color:#fff;
	text-decoration:none;
}
#ToolMenu a:hover {
	text-decoration:underline;
}
#MenuBar {
	background:url(/Files/system/botex/graphics/TopMenuBackground.png) no-repeat left top;
	height:57px;
	width:974px;
	clear:both;
	padding:7px 0;
	position:relative;
	z-index:9998;
}

#TopMenu {margin:2px 0 0 20px; position: relative; float:left; /*overflow:hidden; height: 42px;*/ }

.ExtranetMenuContainer, .ExtranetMenuContainerOn {padding:0 10px 0 10px; float:left; line-height:39px; background:url(/Files/system/botex/graphics/ExtranetSepMenu.png) no-repeat right top;}
a.ExtranetMenu { font-size:11px; color:#000; text-decoration:none; text-transform:uppercase;}
a.ExtranetMenuOn { font-size:11px; color:#471b36; text-decoration:none; text-transform:uppercase; font-weight:bold;}
a.ExtranetMenu:hover { font-size:11px; color:#471b36; text-decoration:none; text-transform:uppercase;}

ExtranetLeftMenu

#LeftMenu {
	width:205px;
	float:left;
}
#LeftMenu .LeftMenuHeader {
	background:url(/Files/System/Botex/Graphics/LeftMenuTop.png) no-repeat left top;
	height:18px;
	text-transform:uppercase;
	padding:5px 15px;
	text-shadow:1px 1px 1px #fff;
}
#LeftMenu ul {
	background:url(/Files/System/Botex/Graphics/LeftMenuBG.gif) repeat-y left top;
	padding:5px;
}
#LeftMenu ul.Level2,
#LeftMenu ul.Level3,
#LeftMenu ul.Level4,
#LeftMenu ul.Level5 {
	background:none;
	padding:0;
}
#LeftMenu ul.Level2 a {
	margin-left:15px;
}
#LeftMenu ul.Level3 a {
	margin-left:25px;
}
#LeftMenu ul.Level4 a {
	margin-left:35px;
}
#LeftMenu ul.Level5 a {
	margin-left:45px;
}
#LeftMenu li {
	margin-top:3px;
}
#LeftMenu a:link,
#LeftMenu a:visited {
	padding:4px 0 0 8px;
	margin-left:5px;
	background:url(/Files/System/Botex/Graphics/LeftMenuBullet.gif) no-repeat left center;
	color:#545454;
	text-decoration:none;
	display:block;
	height:20px;
}
#LeftMenu li.Active a,
#LeftMenu li a:hover {
	background:url(/Files/System/Botex/Graphics/LeftMenuBulletActive.gif) no-repeat left center;
}
#LeftMenu li.Active,
#LeftMenu li:hover {
	background:url(/Files/System/Botex/Graphics/LeftMenuActive.gif) no-repeat left top;
	overflow:hidden;
}

/* EXTRANET LEFTMENU*/

#ExtranetLeftMenu {
	width:205px;
	float:left;
}
#ExtranetLeftMenu .LeftMenuHeader {
	background:url(/Files/System/Botex/Graphics/LeftMenuTop.png) no-repeat left top;
	height:18px;
	text-transform:uppercase;
	padding:5px 15px;
	text-shadow:1px 1px 1px #fff;
}
#ExtranetLeftMenu ul {
	background:url(/Files/System/Botex/Graphics/LeftMenuBG.gif) repeat-y left top;
	padding:5px;
}
#ExtranetLeftMenu ul.Level2,
#ExtranetLeftMenu ul.Level3,
#ExtranetLeftMenu ul.Level4,
#ExtranetLeftMenu ul.Level5 {
	background:none;
	padding:0;
}
#ExtranetLeftMenu ul.Level2 a {
	margin-left:15px;
}
#ExtranetLeftMenu ul.Level3 a {
	margin-left:25px;
}
#ExtranetLeftMenu ul.Level4 a {
	margin-left:35px;
}
#ExtranetLeftMenu ul.Level5 a {
	margin-left:45px;
}
#ExtranetLeftMenu li {
	margin-top:3px;
}
#ExtranetLeftMenu a:link,
#ExtranetLeftMenu a:visited {
	padding:4px 0 0 8px;
	margin-left:5px;
	background:url(/Files/System/Botex/Graphics/LeftMenuBullet.gif) no-repeat left center;
	color:#545454;
	text-decoration:none;
	display:block;
	height:20px;
}
#ExtranetLeftMenu li.Active a,
#ExtranetLeftMenu li a:hover {
	background:url(/Files/System/Botex/Graphics/LeftMenuBulletActive.gif) no-repeat left center;
}
#ExtranetLeftMenu li.Active,
#ExtranetLeftMenu li:hover {
	background:url(/Files/System/Botex/Graphics/LeftMenuActive.gif) no-repeat left top;
	overflow:hidden;
}



#BannerLine {
	position:relative;
	z-index:99;
}
#HomeBannerRight {
	background:url(/Files/System/Botex/Graphics/Seasonal/HomeBannerRightBG.png) no-repeat left top;
	width:303px;
	height:278px;
	position:absolute;
	top:0;
	right:0;
	z-index:100;
}
#HomeBannerRight .Top {
	float:right;
	padding:10px;
}
#HomeBannerRight .Bottom {
	float:right;
}
#HomeBannerRight .Bottom select {
	width:173px;
	margin:50px 15px 0 0;
}

#HomeShop {
	background:url(/Files/System/Botex/Graphics/HomeProductsBox.png) no-repeat left top;
	height:278px;
	margin-top:15px;
	padding-left:2px;
}
#HomeShop h2 {
	text-transform:uppercase;
	font-size:12px;
	padding:5px 0 0 15px;
	text-shadow:2px 2px 1px #fff;
	color:#545454;
}
#HomeTeasers {
	background:url(/Files/System/Botex/Graphics/HomeTeasersBackground.png) no-repeat left top;
	height:88px;
	padding:2px 0 0 2px;
	margin-top:8px;
}
.HomeTeaser {
	float:left;
	width:308px;
	margin-left:3px;
}
.HomeTeaser:first-child {
	margin-left:0px;
}
.FooterLinksContainer {
	width:792px;
	float:left;
}
.ContainerWrap {
	float:right;
	width:719px;
}
.ExtranetContainerWrap {
	float:left;
	width:719px;
}
.ExtranetContentMiddle {
	width:679px;
	background-color:#FFF;
	border-left:#b5b5b5 solid 1px;
	border-right:#b5b5b5 solid 1px;
	float:left;
	padding:19px;
}
.ExtranetContentBottom {
	width:719px;
	float:left;
	background:url(/Files/System/Botex/Graphics/ContentBottomNoLeftMenu.png) no-repeat left top;
	height:6px;
}
.Banner {
	margin-bottom:10px;
}
.Topper {
	background:url(/Files/System/Botex/Graphics/ToolsTop504.png) no-repeat left top;
	width:474px;
	height:26px;
	padding:1px 15px;
	float:left;
}
.Banner .Topper	{
	background:url(/Files/System/Botex/Graphics/ToolsTop.png) no-repeat left top;
	width:689px;
}
.Topper .Legend {
	float:left;
	margin-top:3px;
}
.Topper .Legend a {
	background:url(/Files/System/Botex/Graphics/BulletGrey.gif) no-repeat left center;
	padding-left:5px;
	margin-right:10px;
	font-size:10px;
	text-decoration:none;
	color:#949494;
}
.Topper .TAFLink {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -97px 0;
	width:60px;
	height:0px;
	float:right;
	padding-top:24px;
	overflow:hidden;
}
.Topper .Print a {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -172px 0;
	width:62px;
	height:0px;
	float:right;
	padding-top:24px;
	margin-left:10px;
	overflow:hidden;
}
.ContentWrap {
	width:504px;
	float:left;
}
.WideContent {
	background:url(/Files/System/Botex/Graphics/ContentBG934.gif) repeat-y left top;
	float:left;
	padding:19px;
	width:896px;
}
.Content {
	background:url(/Files/System/Botex/Graphics/ContentBG.gif) repeat-y left top;
	float:left;
	padding:19px;
	width:466px;
}
h1.h1, h1 {
	color:#516100;
	font-size:22px;
	border-bottom:1px solid #b5b5b5;
	text-transform:uppercase;
	margin-bottom:10px;
}
h2.h2, h2 {
	color:#516100;
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:5px;
}
#RightColumn {
	width:205px;
	float:right;
}
.GreyParagraph {
	background:#e6e6e6 url(/Files/System/Botex/Graphics/GreyroundedTop466.gif) no-repeat left top;
	float:left;
	padding:15px;
	margin-top:5px;
	width:436px;
}
.GreyBoxRight .Text {
	float:left;
	width:301px;
	margin-right:20px;
}
.GreyBoxRight .Box {
	float:left;
	width:145px;
}
.GreyParagraphNarrow {
	background:#e6e6e6 url(/Files/System/Botex/Graphics/GreyroundedTop145.gif) no-repeat left top;
	width:115px;
	overflow:hidden;
}
.GreyParagraphNarrow .Text {
	float:left;
	width:115px;
}
.GreyParagraph .Image img {
	background:#fff;
	float:left;
	padding:1px;
	border:1px solid #b5b5b5;
	margin-right:12px;
}
.GreyParagraph .Text a:link,
.GreyParagraph .Text a:visited {
	color:#516100;
}
.GreyParagraph .Text a:hover {
	text-decoration:none;
}
.RightSideParagraph {
	background:url(/Files/System/Botex/Graphics/Seasonal/RightSideBoxBG.png) no-repeat left top;
	color:#fff;
	padding:5px 15px 11px;
}
.RightSideParagraph h3.h3 {
	font-size:11px;
	text-transform:uppercase;
	padding-bottom:20px;
}
.RightSideParagraph a:link,
.RightSideParagraph a:visited {
	background:url(/Files/System/Botex/Graphics/Seasonal/RightSideBullet.gif) no-repeat 0 7px;
	text-decoration:none;
	padding-left:8px;
	color:#fff;
}
.RightSideParagraph a:hover {
	text-decoration:underline;
}
.RightSideBottom {margin-bottom:10px;}
.NarrowElementWrap .FooterLinksContainer {
	width:772px;
	padding-left:8px;
}
.ContactInfo {
	float:right;
	width:174px;
	position:relative;
}
.NarrowElementWrap .ContactInfo {
	width:139px;
	padding-left:15px;
	line-height:120%;
}
.FooterLinks {
	float:left;
	width:120px;
	padding:0 33px 0 0;
	line-height:125%;
	font-size:9px;
}
#SiteBottom h2 {
	/*color:#e5dfe3;*/
	color:#fff;
	background:url(/Files/system/botex/graphics/seasonal/FooterLine.gif) repeat-x left bottom;
	padding:0 15px 3px;
	margin:0 13px 15px 0;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
}

#SiteBottom h2.ShortCuts {
	margin:0 0 15px 13px;
}
.FooterLinks h4 {
	color:#cbc0c7;
	padding-bottom:5px;
}
.FooterLinks a:link,
.FooterLinks a:visited,
.ContactInfo a:link,
.ContactInfo a:visited {
	/*color:#a896a1;*/
	color:#ccc;
	text-decoration:none;
}
.FooterLinks li,
.ContactInfo li  {
	background:url(/Files/System/Botex/Graphics/Seasonal/FooterBullet.gif) no-repeat 0 4px;
	padding-left:7px;
}
.ContactInfo a:link,
.ContactInfo a:visited  {
	background:url(/Files/System/Botex/Graphics/Seasonal/FooterBullet.gif) no-repeat 0 6px;
	padding-left:7px;
}
.FooterLinks a:hover {
	text-decoration:underline;
}
#TipAFriend {
	display:none;
	background:url(/Files/System/botex/graphics/TAFMain.png) no-repeat left top;
	position:relative;
	width:557px;
	height:165px;
	padding:63px 20px 15px;
}
#TipAFriend input#FromName,
#TipAFriend input#FromEmail,
#TipAFriend input#ToName,
#TipAFriend input#ToEmail {
	border:1px none;
	float:left;
	display:block;
	margin-top:11px;
	padding:0 8px;
	width:152px;
}
#TipAFriend label {
	width:108px;
	padding:0 10px;
	display:block;
	float:left;
	clear:left;
	margin-top:11px;
}
#TipAFriend textarea {
	float:right;
	height:93px;
	margin:13px 15px 0 0;
	width:232px;
	border:1px none;
}
#TipAFriend .Submit {
	padding-top:17px;
	clear:both;
}
#TipAFriend .Submit input {
	background:url(/Files/System/botex/graphics/ButtonSprites.gif) no-repeat 0 0;
	border:1px none;
	width:86px;
	height:21px;
	cursor:pointer;
	float:right;
	margin:7px 11px;
}
#TipAFriend #TAFClose {
	position:absolute;
	top:-6px;
	right:-7px;
}
/* eCom */
#ShoppingCart {
	float:right;
	width:150px;
	margin-right:30px;
	padding-top:4px;
	cursor:pointer;
}
#ShoppingCart .TopLine {
	text-transform:uppercase;
	font-size:9px;
	display:block;
	text-align:right;
	text-shadow:1px 1px 1px #fff;
	background:url(/Files/System/Botex/Graphics/ShoppingCartBG.gif) no-repeat 60px 2px;
}
#ShoppingCart .BottomLine {
	text-transform:uppercase;
	font-size:13px;
	display:block;
	text-align:right;
	text-shadow:1px 1px 1px #fff;
}
#ShoppingCart .BottomLine a:link,
#ShoppingCart .BottomLine a:visited {
	color:#545454;
	text-decoration:none;
	font-size:9px;
	margin-right:10px;
	text-shadow:1px 1px 1px #fff;
	background:url(/Files/System/Botex/Graphics/BulletGrey.gif) no-repeat left center;
	padding-left:5px;
}
#CheckOut {
	width:898px;
}

#CheckOut h1.h1 {
	border:none;
	margin:0;
}
#CheckOut .Stage {
	width:898px;
	height:27px;
	margin-bottom:25px;
}
#CheckOut .Stage.One {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat 0 -84px;
}
#CheckOut .Stage.Two {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat 0 -111px;
}
#CheckOut .Stage.Three {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat 0 -138px;
}
#CheckOut .Stage.Four {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat 0 -165px;
}
#CheckOut .CartItemsHeader {
	background:#e0e0dc url(/Files/System/Botex/Graphics/GreyTop898.gif) no-repeat left top;
	margin-top:15px;
	width:898px;
	float:left;
}
#CheckOut .CartItemsHeader div {
	float:left;
	font-weight:bold;
	padding:3px 15px;
}
#CheckOut div.Image {
	width:89px;
	border:none !important;
}
#CheckOut div.Description {
	width:351px;
}
#CheckOut.Accept div.Description {
	width:420px;
}
#CheckOut div.No,
#CheckOut div.TotalAmmount {
	width:80px;
}
#CheckOut div.Ammount {
	width:75px;
}
#CheckOut div.Delete {
	width:38px;
}
#CheckOut .CartItemsLine {
	border-bottom:1px solid #e0e0dc;
	float:left;
	padding:10px 0;
}
#CheckOut .CartItemsLine:first-child {
	border-top:1px solid #e0e0dc;
}
#CheckOut .CartItemsLine div {
	float:left;
	height:54px;
	padding:0 15px;
	border-left:1px solid #e0e0dc;
	line-height:54px;
}
#CheckOut .CartItemsLine div.Description {
	line-height:120%;
}
#CheckOut .CartItemsLine .Description strong {
	color:#516100;
	font-weight:bold;
	display:block;
	padding-top:13px;
}
#CheckOut .CartItemsLine a.Add,
#CheckOut .CartItemsLine a.Remove {
	background:url(/Files/System/Botex/Graphics/Seasonal/ButtonPlus.gif) no-repeat left top;
	display:block;
	height:0;
	overflow:hidden;
	padding:13px 0 0;
	width:13px;
	float:right;
	margin:21px 0 0 5px;
}
#CheckOut .CartItemsLine a.Remove {
	background:url(/Files/System/Botex/Graphics/Seasonal/ButtonMinus.gif) no-repeat left top;
}
#CheckOut .CartItemsLine .Delete a:link,
#CheckOut .CartItemsLine .Delete a:visited {
	background:url(/Files/System/Botex/Graphics/Seasonal/ButtonDelete.gif) no-repeat 0 1px;
	color:#545454;
	text-decoration:none;
	padding-left:20px;
}
#CheckOut .CartItemsLine .Delete a:hover {
	text-decoration:underline;
}
#CheckOut .Disclaimer {
	float:left;
	margin-top:15px;
}
#CheckOut .Disclaimer a:link,
#CheckOut .Disclaimer a:visited {
	color:#545454;
	text-decoration:none;
}
#CheckOut .Disclaimer a:hover {
	text-decoration:underline;
}
#CheckOut .OrderTotal {
	float:right;
	width:398px;
	margin:15px 0 30px;
}
#CheckOut .OrderTotal .Text {
	float:left;
	padding:3px 0 3px 15px;
}
#CheckOut .OrderTotal .Text span {
	color:#8c8c8c;
}
#CheckOut .OrderTotal .Ammount {
	float:right;
	text-align:right;
	padding:3px 15px 3px 0;
	width:100px;
}
#CheckOut .OrderTotal .Total {
	background:#e0e0dc url(/Files/System/Botex/Graphics/GreyTop398.gif) no-repeat left top;
	clear:both;
	float:left;
	width:398px;
}
#CheckOut .OrderTotal .Total .Ammount {
	color:#516100;
	font-size:14px;
	font-weight:bold;
}
#CheckOut .Steps {
	clear:both;
	background:#e0e0dc url(/Files/System/Botex/Graphics/GreyTop898.gif) no-repeat left top;
	width:898px;
	overflow:hidden;
}
#CheckOut .Steps .Previous {
	float:left;
}
#CheckOut .Steps .Next {
	float:right;
	padding:7px 15px 5px 0;
}
#CheckOut .Steps a.Next {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat 0 -63px;
	display:block;
	height:0;
	overflow:hidden;
	padding:21px 0 0;
	width:68px;
}
#CheckOut .Steps a.Print {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -498px -58px;
	display:block;
	height:0;
	overflow:hidden;
	padding:21px 0 0;
	width:68px;
}
#CheckOut .Steps .Previous {
	float:left;
	padding:7px 0 5px 15px;
}
#CheckOut .Steps a.Previous {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat 0 -21px;
	display:block;
	height:0;
	overflow:hidden;
	padding:21px 0 0;
	width:76px;
}
#CheckOut .InvoiceAddress,
#CheckOut .ShippingAddress,
#CheckOut .Shipping {
	background:#e0e0dc url(/Files/System/Botex/Graphics/GreyTop295.gif) no-repeat left top;
	width:281px;
	float:left;
	padding:14px 14px 0 0;
	margin:15px 5px 15px 0;
	height:276px;
	position:relative;
}
#CheckOut .Shipping {
	float:right;
	margin-right:0;
}
#CheckOut .InvoiceAddress h2.h2,
#CheckOut .ShippingAddress h2.h2,
#CheckOut .Shipping h2.h2 {
	border-bottom:1px solid #fff;
	margin:0 0 15px 14px;
}
#CheckOut .InvoiceAddress img,
#CheckOut .ShippingAddress img,
#CheckOut .Shipping img {
	position:absolute;
	top:288px;
	left:0;
}
#CheckOut .InvoiceAddress div,
#CheckOut .ShippingAddress div,
#CheckOut .Shipping div {
	padding-top:3px;
	clear:both;
	position:relative;
}
#CheckOut .InvoiceAddress label,
#CheckOut .ShippingAddress label,
#CheckOut .Shipping label {
	width:87px;
	display:block;
	float:left;
	padding-left:14px;
	line-height:21px;
}
#CheckOut .Shipping label {
	width:120px;
}
#CheckOut.Accept label {
	font-weight:bold;
	color:#000;
}
#CheckOut .InvoiceAddress input.Text,
#CheckOut .ShippingAddress input.Text,
#CheckOut .InvoiceAddress input.Email {
	width:177px;
	height:18px;
	padding:3px 0 0 3px;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -248px -32px;
	border:1px none;
	float:left;
}
#CheckOut .InvoiceAddress select,
#CheckOut .ShippingAddress select {
	width:179px;
	height:21px;
}
#CheckOut .InvoiceAddress input.Zip,
#CheckOut .ShippingAddress input.Zip {
	width:44px;
	height:18px;
	padding:3px 0 0 3px;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -248px -6px;
	border:1px none;
	float:left;
	margin-right:3px;
}
#CheckOut .InvoiceAddress input.City,
#CheckOut .ShippingAddress input.City {
	width:126px;
	height:18px;
	padding:3px 0 0 3px;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -298px -6px;
	border:1px none;
	float:left;
}
#CheckOut .InvoiceAddress input.Error {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -498px -32px;
}
#CheckOut .InvoiceAddress input.Error.City {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -548px -6px;
}
#CheckOut .InvoiceAddress input.Zip.Error {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -498px -6px;
}
#CheckOut .GiftWrapping {
	background:url(/Files/System/Botex/Graphics/Seasonal/GavePak.jpg) no-repeat left top;
	height:190px;
	float:right;
	margin:15px 0 0;
	overflow:visible;
	padding:100px 0 0 18px;
	position:relative;
	width:275px;
}
#CheckOut .GiftWrapping textarea {
	position:absolute;
	top:156px;
	left:18px;
	border:1px none;
	width:255px;
	height:115px;
	overflow:hidden;
}
#CheckOut .AcceptTerms {
	background:#d4d9b8 url(/Files/System/Botex/Graphics/Seasonal/GreenTop898.gif) no-repeat left top;
	padding:5px 15px 3px;
	margin-top:15px;
}
#CheckOut .AcceptTerms a:link,
#CheckOut .AcceptTerms a:visited {
	color:#636c3a;
}
#CheckOut div.ErrorIcon {
	position:absolute;
	top:3px;	
	left:260px;
}
#CheckOut div.ErrorIcon.Small {
	left:129px;
}
#CheckOut .ErrorIconLink {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -104px -59px;
	width:15px;
	height:0px;
	padding-top:15px;
	overflow:hidden;
	display:block;
}
#CheckOut .ErrDisplay {
	background:#A21A1A;
	color:#fff;
	left:20px;
	padding:10px;
	position:absolute;
	top:-3px;
	width:140px;
	z-index:2;
}
#HomeShop li,
.ProductList li {
	float:left;
	width:131px;
	padding:0 12px;
	position:relative;
	font-size:10px;
}
.ProductList li {
	width:118px;
	margin-left:1px;
	height:216px;
}
#HomeShop .Price,
.ProductList .Price {
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -247px -59px;
	height:20px;
	position:absolute;
	width:121px;
	top:220px;
	left:12px;
	line-height:20px;
	font-size:11px;
	padding-left:10px;
}
.ProductList .Price {
	top:185px;
	left:12px;
	width:106px;
}
.ProductList .Price span,
#HomeShop .Price span {
	float:left;
	text-align:right;
}
.ProductList .Price span {
	width:70px;
}
#HomeShop .Price span {
	width:80px;
}
#HomeShop h3,
.ProductList h3  {
	padding-bottom:2px;
}
#HomeShop h3 a,
.ProductList h3 a {
	color:#592545;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#HomeShop .Image {
	height:130px;
	padding-top:20px;
}
.ProductList .Image {
	height:111px;
	padding-top:15px;
}
#HomeShop .Price a,
.ProductList .Price a {
	float:right;
	height:0px;
	width:28px;
	padding-top:20px;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -189px -36px;
	overflow:hidden;
}
#Curtains,
#Textiles {
	background:url(/Files/System/Botex/Graphics/DropDownBG.png) no-repeat left top;
	height:231px;
	padding:0 5px 3px 4px;
	width:648px;
}
#Curtains {
	position:absolute;
	top:49px;
	left:86px;
	z-index:9999;
	display:none;
}
#Textiles {
	position:absolute;
	top:49px;
	left:198px;
	display:none;
	z-index:9998;
}
#Curtains .Menu,
#Textiles .Menu {
	float:left;
	width:158px;
	padding:20px;
}
#Curtains .Menu h4.h4,
#Textiles .Menu h4.h4 {
	font-size:12px;
	border-bottom:1px solid #b5b5b5;
	color:#516100;
	text-transform:uppercase;
	margin-bottom:10px;
}
#Curtains .Menu li,
#Textiles .Menu li {
	padding-bottom:2px;
}
#Curtains .Menu a:link,
#Curtains .Menu a:visited,
#Textiles .Menu a:link,
#Textiles .Menu a:visited {
	background:url(/Files/System/Botex/Graphics/BulletGrey.gif) no-repeat left 5px;
	padding-left:8px;
	text-decoration:none;
	color:#545454;
}
#Curtains .DropDown,
#Textiles .DropDown {
	float:left;
	width:448px;
	padding:2px 0 0 2px;
}
#Curtains .DropDown h1.h1,
#Textiles .DropDown h1.h1 {
	font-size:19px;
}
#Curtains .DropDown .Image,
#Textiles .DropDown .Image {
	width:160px;
	float:left;
}
#Curtains .DropDown .Text,
#Textiles .DropDown .Text {
	float:left;
	width:258px;
	padding:40px 20px 0 10px;
}
.ProductList {
	background:url(/Files/System/Botex/Graphics/ProductListBG.gif) no-repeat left bottom;
	float:left;
	width:719px;
}
.ProductListTop {
	background:url(/Files/System/Botex/Graphics/ToolsTop.png) no-repeat left top;
	height:28px;
	margin-top:15px;
	position:relative;
}
.ProductListTop h2.h2 {
	color:#545454;
	padding:6px 15px 0;
	font-size:11px;
	text-shadow:1px 1px 1px #fff;
}
.ProductListTop .Paging {
	position:absolute;
	right:11px;
	top:2px;
	font-size:10px;
}
.ProductListTop .Paging span {
background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -429px -4px;
	display:block;
	float:left;
	height:20px;
	padding-top:4px;
	text-align:center;
	width:62px;
}
.ProductListTop .Paging a:link,
.ProductListTop .Paging a:visited {
	display:block;
	float:left;
	background:transparent url(/Files/System/Botex/Graphics/BulletGrey.gif) no-repeat left center;
	color:#545454;
	margin:4px 10px 0;
	padding-left:5px;
	text-decoration:none;
}
.ProductListTop .Paging a:hover {
	text-decoration:underline;
}
.Product {
	background:url(/Files/System/Botex/Graphics/ContentBG719.gif) repeat-y left top;
	width:689px;
	padding:10px 15px;
	float:left;
}
.Product h1.h1 {
	font-size:25px;
	border:none;
	margin:0;
}
.Product span.ProdNo {
	font-size:10px;
	color:#999999;
	margin-bottom:5px;
	display:block;
}
.Product .Info .Text {
	margin-bottom:15px;
}
.Product .Image {
	float:left;
	width:342px;
	position:relative;
	margin-right:15px;
}
.Product .Image .ZoomToImage {
	position:absolute;
	bottom:0;
	right:0;
	height:0px;
	width:22px;
	padding-top:22px;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -79px -59px;
	overflow:hidden;
}
.Product .Info {
	float:left;
	width:331px;
}
.Product .Info .Variant {
	background:#e6e6e1 url(/Files/System/Botex/Graphics/GreyRounded331.gif) no-repeat left top;
	line-height:35px;
	padding:0 15px;
	margin-top:3px;
	float:left;
	width:301px;
	height:35px;
}
.Product .Info .Variant select {
	width:162px;
	margin-top:8px;
	float:right;
	padding-left:5px;
}
.Product #PriceReduction {
	background:url(/Files/System/Botex/Graphics/Seasonal/GreenRounded331.gif) no-repeat left top;
	float:left;
	margin-top:3px;
	width:301px;
	height:35px;
	padding:10px 15px;
}
.Product #PriceReduction .Save {
	width:157px;
}
.Product #PriceReduction .Save span {
	font-weight:bold;
}
.Product .Total .Text {
	float:left;
	padding:0 0 0 15px;
}
.Product .Ammount a {
	float:right;
	height:0px;
	width:99px;
	padding-top:21px;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -79px -35px;
	overflow:hidden;
	margin:7px 0 0 10px;
}	
.Product .Total {
	background:#e6e6e1 url(/Files/System/Botex/Graphics/GreyRounded331.gif) no-repeat left top;
	width:331px;
	float:left;
	margin-top:3px;
	height:35px;
	line-height:35px;
}
.Product .Total .Ammount {
	color:#516100;
	font-size:14px;
	font-weight:bold;
	float:right;
	text-align:right;
	padding:0 15px 0 0;
	width:185px;
}
#ZoomImage {
	display:none;
	width:539px;
	position:relative;
}
.ZoomBG {
	background:url(/Files/System/Botex/Graphics/PopUpContainer539.png) no-repeat left top;
	padding:75px 0 50px;
}
#ZoomImage .ZIClose {
	position:absolute;
	top:-6px;
	right:-7px;
}
/* Dealer Search */
.DealerList a:link,
.DealerList a:visited {
	text-decoration:none;
}
	
.DealerElement0 td,
.DealerElement1 td {
	padding:3px 0;
}
.DealerElement0,
.DealerElement1 {
	padding:0 5px;
}
.DealerElement0 {
	background:#eaeaea;
}

/* Search */

.SearchBox {
	padding:15px;
	background:#E6E6E6 url(/Files/System/Botex/Graphics/GreyroundedTop466.gif) no-repeat left top;
	clear:both;
}
.SearchBox .SubmitButton {
	width:50px;
}
.SearchBox .SearchField {
	width:300px;
}
.SearchResultsList {
	padding:15px 0;
}
.SearchResultEntry {
	padding-top:10px;
}
/* PARAGRAPH STYLES */
.ParagraphContainer, 
.ParagraphContainer p, 
.ParagraphContainer div, 
.ParagraphContainer div p, 
.FloatRight, 
.FloatRight table, 
.FloatRight small, 
.FloatLeft, 
.FloatLeft table, 
.FloatLeft small {
}
.ParagraphContainer {
	float:left;
	width:100%;
	margin-bottom:16px;
}
.ParagraphContainer, .ParagraphContainer p, .ParagraphContainer div, .ParagraphContainer div p {
	font-size:inherit;
	line-height:inherit;
}
.FloatRight {
	float:right;
}
.ParagraphContainer .FloatRight table, .ParagraphContainer .FloatRight img {
	margin-left:19px;
}
.ParagraphContainer .FloatRight small, .ParagraphContainer .FloatLeft small {
	display:block;
	padding:2px 0 4px;
	font-style:italic;
}
.FloatLeft {
	float:left;
}
.ParagraphContainer .FloatLeft table, .ParagraphContainer .FloatLeft img {
	margin-right:19px;
}
.ImageTop, .TextTop, .ImageBottom, .TextBottom {
	float:none;
}
.TopImage {
	position:relative;
	z-index:999;
	clear:both;
	padding-left:2px;
}
.TopImage .Frame {
	background:url(/files/system/botex/graphics/headerframe.gif) no-repeat top left;
	position:absolute;
	height:192px;
	width:719px;
	top:0;
	left:0;
	z-index:9999;
}
#HideBuy1 {
	display:none;
}
/* Dealer Search */
#DealerSearch .GreyParagraph {
	padding:5px 15px 3px;
}
#DealerSearch .SearchField {
	border:1px none;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -576px -59px;
	width:304px;
	height:18px;
	float:left;
	padding:0 5px;
}
#DealerSearch .Submit {
	border:1px none;
	background:url(/Files/System/Botex/Graphics/ButtonSprites.gif) no-repeat -900px -59px;
	width:30px;
	height:18px;
	float:left;
	cursor:pointer;
	margin-left:7px;
}

/* Seasonal 
.seasonalBottom {
	background:url("/files/system/botex/graphics/seasonal/elfsbottom.png") no-repeat;
	height:90px;
	position:absolute;
	right:22px;
	top:-12px;
	width:54px;
}
.seasonalTop {
	background:url("/files/system/botex/graphics/seasonal/elfstop.png") no-repeat;
	height:73px;
	left:199px;
	position:absolute;
	top:-10px;
	width:54px;
	z-index:9999;
}*/
/* Print */
#Print {
	background:#fff;
	width:504px;
}
#Print .Content {
	background:none;
	color:#000;
}
#Print h1.h1, #Print h1 {
	color:#000;
}
#Print h2.h2, #Print h2 {
	color:#000;
}
#Print .ContactInfo {
	width:504px;
	text-align:center;
	padding-bottom:10px;
}
/* Behavior */
.Clear {
	clear:both;
}
.Left {
	float:left;
}
.Right {
	float:right;
}
.Hide {
	display:none;
}
#HomeTeasers img,
#HomeBannerRight .Top img,
#Logo img,
#RightColumn .Teaser img,
.iePngFix {
	_behavior: url(/files/System/botex/js/pngfix/iepngfix.htc);
}
a {
	_position:relative;
	_z-index:9999;
}
/* SIFR */
.sIFR-active .sIFR-alternate {
	display:none;
}

/*Extranet Nyheder*/



/*Extranet Forside Links*/

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% "Trebuchet MS", Arial, Helvetica, sans-serif ;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}


/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #fff;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

