@charset "iso-8859-1";
/* IE6 PNG Fix */
img, div { behavior: url(../components/iepngfix.htc) }
#osduk, body{
	background-color: #4a2080;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../main_images/back_body.jpg);
}
#outer {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	height: 145px;
	width: 100%;
	text-align: left;
	position: relative;
	background-image: url(../main_images/back_head_960.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerBubbles {
	position: absolute;
	width: 958px;
	height: 145px;
	left: 1px;
	top: 0px;
	padding: 0px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#headerLinks a, #headerLinks a:visited, #headerLinks a:active {
	color: #333333;
	text-decoration: none;
}
#headerLinks a:hover {
	color: #CCCCCC;
}
#headerLogoDisc {
	position: absolute;
	width: 136px;
	height: 136px;
	left: 40px;
	top: 5px;
	padding: 0px;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#headerLogoText {
	position: absolute;
	width: 386px;
	height: 128px;
	left: 6px;
	top: 8px;
	padding: 0px;
	z-index: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#headerNav {
	position: absolute;
	width: 710px;
	height: 36px;
	left: 235px;
	top: 99px;
	padding: 0px;
	z-index: 10;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-image: url(../main_images/back_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 36px;
	color: #612B8B;
}
#headerNav a, #headerNav a:active, #headerNav a:visited {
	color: #612B8B;
	text-decoration: none;	
}
#headerNav a:hover {
	color: #E4749B;
	text-decoration: none;	
}
#headerCart {
  background-image:url('/main_images/cartBgShadow.png');
  background-repeat: no-repeat;
  position: absolute;
  top:0px;
  right: 20px;
  height: 55px;
  width: 445px;
}
#headerCartContent {
  text-align: left;
  background-image:url('/main_images/cartBckgrd.gif');
  background-repeat: repeat-x;
  position: absolute;
  height: 38px;
  width: 419px;
  top: 0;
  right: 12px;
  line-height: 38px;
  font-size: 14px;
  color: #666666;
}
#totalItems {
  display: inline;
  margin-left: 10px;
  font-weight: bold;
  text-align: right;
}
#totalPrice {
  display: inline;
  margin-right: 10px;
  text-align: left;
}
#placeOrderBtn {
  display: inline;
  margin-right: 10px;
}
.placeOrderBtn {
  background-image:url('/main_images/greenBtnBckgrd.jpg');
  background-repeat:repeat-x; 
  height:26px;
  color: #FFF;
  font: 12px Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
  margin-left: 20px;
  -moz-border-radius: 3px;
  border: 1px;
  border-color: #127b16 #2aba2b #2aba2b #127b16;
}
#content {
	background-color: #FFF;
	height: auto;
	background-image: url(../main_images/back_content_960.gif);
	background-repeat: repeat-y;
	height: auto !important;
	height: 400px;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 220px;
	text-align: left;
	clear: none;
}
#right {
	height: auto;
	padding: 0px;
	text-align: left;
	clear: none;
	float: right;
	margin: 0px;
	width: 725px;
}
#full {
	height: 180px;
	width: 100%;
	background-color: #7B9E00;
	clear: both;
}
#footer {
	clear: both;
	padding: 0px;
	height: 70px;
	text-align: center;
	position: relative;
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../main_images/back_footer_960.gif);
	background-position: bottom;
}
#spacer {
	clear: both;
	height: 1px;
	background-image: url(../main_images/back_content_960.gif);
	background-repeat: repeat-x;
}
#loadingImg {
  text-align: center;
  width: 100%;
  height: 200px;
  padding-top: 100px;
}
p, form {
	margin: 0px;
	padding: 0px;
}
h1 {
	background-color: #FFF;
	color: #7B9F01;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	display: inline;
}
h2 {
	background-color: #FFF;
	color: #7B9F01;
	font-size: 1.7em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3{
	color: rgb(74, 32, 128);
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2AADD;
	clear: both;
	margin-top: 12px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
h4 {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a {
color: #0000CC;
text-decoration: none;
}
a:visited {
color: #0000CC;
text-decoration: none;
}
a:hover {
	color: #E43438;
	text-decoration: none;
}
a:active {
color: #C67700;
text-decoration: none;
}
button, submit, cancel, input[type="submit"], input[type="button"], input[type="cancel"] {
  cursor: pointer;
  cursor: hand;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

#rightContainer {
  width: 726px;
  margin-left: 5px;
  margin-top: 6px;
}

#rightTextArea {
  width: 704px;
  background-color: #FFFFFF;
  min-height: 300px;
  height: auto !important;
  height: 320px;
  padding: 10px;
}

.cursor {
  cursor: pointer;
  cursor: hand;
}
img.border {
  background-color: #FFFFFF;
  padding: 3px;
  border: 1px #000000 solid;
}

#navMenu {
  font: 15px Georgia,"Times New Roman",Times,serif;
/*  padding-bottom: 110px; */
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
  border-top: #dfcbed 1px solid;
  list-style-image: none;
  padding-top: 0px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
}
#navMenu li {
  border-bottom: #dfcbed 1px solid;
  padding-bottom: 0px;
  margin: 0px 0px 1px;
  padding-left: 0px;
  padding-right: 0px;
  height: 27px;
  padding-top: 0px;
}
#navMenu li a {
  width: 100%;
  display: block;
  color: #333333;
  font-size: 15px;
}
#navMenu li a:hover {
  font-weight: bold;
}
#navMenu li a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}
#navMenu li img {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 9px;
  float: left;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.menu {
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
}
.menu li {
  list-style-type:: none;
  width: 100%;
  display: block;
  margin-bottom: 1px;
  color: #555;
}
.menu li a {
  width: 100%;
  display: block;
  color: #555;
}

.menu li a span {
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 3px;
  display: block;
  color: #333;
}
.homepageText {
	margin: 0px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #F7F0FB;
}

/* Category layout items */
.itemListings {
  list-style: none;
  display: inline
}
.itemListing {
  font: Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
  color: #444444;
  width: 224px;
  margin-right: 10px;
  margin-top: 15px;
  float: left;
}
.itemImg {
  background-image:url(/main_images/topProdBckgrd.gif);
  padding: 1px;
  height: 222px;
  width: 222px;
  position: relative;
}
.customGiftImg {
  position: relative;
}
.itemName {
  font-size: 12px;
  height: 48px;
  background-image:url(/main_images/midProdBckgrd.gif);
  background-position: bottom;
  background-repeat: both;
  padding: 6px;
}
.itemDescPriceWrapper{ 
  position: relative;
  height: 84px;
  background-image:url(/main_images/bottomProdBckgrd.gif);
  padding: 6px;
}
.itemDescription { font-size: 10px; }
.itemPrice{
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
}
.itemPriceProd {
  font-size: 26px;
  line-height: 28px;
  width: 60px;
  text-align: right;
  top: 5px;
}
.addProductBtn, .addProductBtn:active, .addProductBtn:hover, .addProductBtn:visited ,.addProductBtn:link {
  background-image:url('/main_images/purpleBtnBckgrd.jpg');
  background-repeat:repeat-x;
  background-color: #8923F3;
  height:26px;
  color: #FFF;
  font: 12px Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
  margin-left: 6px;
  -moz-border-radius: 3px;
  border: 1px;
  border-color: #6600FF #6666FF #6666FF #6600FF;
  width: 95px;
}
.moreProductBtn, .moreProductBtn:active, .moreProductBtn:hover, .moreProductBtn:visited ,.moreProductBtn:link {
  display: inline;
  background-image:url('/main_images/orangeBtnBckgrd.jpg');
  background-repeat:repeat-x;
  background-color: #DFAB60;
  height:26px;
  color: #FFF;
  font: 12px Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
  margin-left: 5px;
  -moz-border-radius: 3px;
  border: 1px;
  border-color: #E1B06B #D89841 #D89841 #E1B06B;
  width: 40px;
}
.outOfStockBtn {
  display: inline;
  background-image:url('/main_images/redBtnBckgrd.jpg');
  background-repeat:repeat-x;
  background-color: #FF3366;
  height:26px;
  color: #FFF;
  font: 12px Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
  margin-left: 5px;
  -moz-border-radius: 3px;
  border: 1px;
  border-color: #FF99CC #FF3366 #FF3366 #FF99CC;
  width: 95px;
  cursor: pointer;
}
#listingHeader {
  float: left;
  width: 690px;
  color: #444444;
  text-align: left;
  border: 1px #b796f7 solid;
  -moz-border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #DDCCFF;
}
#listingHeader #toggleViewOptions {
  vertical-align: middle;
  margin-left: 15px;
}
#listingHeader img {
  margin-right: 5px;
}
#listingHeaderOptionsWrapper {
  display: none;
  margin-top: 15px;
}
#listingHeaderOptionsWrapperCart {
  display: block;
  margin: 6px;
  margin-top: 15px;
}
#listingHeaderOptions {
  float: left;
  list-style: none none;
  width: 100%;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
}
.subCatChoice {
	padding-top: 6px;
	padding-left: 4px;
	vertical-align: middle;
	height: 22px;
	float: left;
	margin-top: 0;
	margin-bottom: 2px;
	margin-right: 14px;
	margin-left: 14px;
	width: 196px;
	-moz-border-radius: 3px;
	border: medium;
	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	border-style:solid;
	border-width:1px;
	list-style: none none;
	text-align: left;
	font: 11px Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
	background-image: url(/main_images/subcatChkbxBckgrd.jpg);
	background-repeat: repeat-x;
	background-position: left;
}
.subcatChkbox {
  vertical-align: middle;
}
.cursor {
  cursor: pointer;
  cursor: hand;
}
.checkboxChecked {
  background-image: url(/main_images/checkboxChecked.gif);
  background-position: right center;
  background-repeat: no-repeat;
}
.checkboxEmpty {
  background-image:url(/main_images/checkboxBlank.gif);
  background-position: right center;
  background-repeat: no-repeat;
}

/* Cart classes */
.itemListingCart {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  height: 55px;
  text-align: left;
  border-bottom: dashed thin #999;
  font-size: 12px;
  font-family:Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
}
.cartProduct {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 350px;
  text-align: left;
}
.cartImg {
  top: 0px;
  left: 0px;

  display: inline-block;
  width: 45px;
  padding: 2px;
  border: 1px solid #999;
  margin-right: 5px;
}
.cartName a {
  height: 51px;
  line-height: 51px;
  margin-bottom: 20px;	
}
.cartQty {
  display: inline-block;
  width: 70px;
  text-align: center;
}
.cartQtyBox {
  width: 25px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family:Tahoma,Lucida Sans,Helvetica,Arial,sans-serif;
  border: 1px solid #999999;
}
.cartPrice {
  display: inline-block;
  width: 70px;
  text-align: center;
  height: 51px;
  line-height: 51px;
}
.cartSubtotal {
  display: inline-block;
  width: 70px;
  text-align: center;
  height: 51px;
  line-height: 51px;	
}
.cartDelete {
  display: inline-block;
  width: 70px;
  text-align: center;
}
.largeCartText {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}
#searchbox {
  width: 200px;
  margin-left: 10px;
  background-image:url(../main_images/searchBckgrd.gif);
  background-repeat: no-repeat;
  height: 150px;
}
#searchbox input {
  margin-top: 63px;
  margin-left: 19px;
  width: 160px;
  border: 1px solid #555555;
}


.checkoutBoxTop {
  background-image:url('/main_images/shadowBoxShadowTop.png');
  background-repeat: no-repeat;
  width: 550px;
  height: 15px;
}
.checkoutBoxMiddle {
  background-image:url('/main_images/shadowBoxShadowMiddle.png');
  background-repeat: repeat-y;
  background-position: top;
  width: 550px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.checkoutBoxBottom {
  background-image:url('/main_images/shadowBoxShadowBottom.png');
  background-repeat: no-repeat;
  width: 550px;
  height: 15px;
}
.checkoutBoxTop706 {
  background-image:url('/main_images/shadowBoxShadowTop706.png');
  background-repeat: no-repeat;
  width: 706px;
  height: 15px;
}
.checkoutBoxMiddle706 {
  background-image:url('/main_images/shadowBoxShadowMiddle706.png');
  background-repeat: repeat-y;
  background-position: top;
  width: 706px;
  padding-top: 5px;
  padding-bottom: 3px;
}
.checkoutBoxBottom706 {
  background-image:url('/main_images/shadowBoxShadowBottom706.png');
  background-repeat: no-repeat;
  width: 706px;
  height: 15px;
}
.checkoutBoxContent {
  margin-left: 3px;
  text-align: left;
  background-image:url('/main_images/ShadowBoxBckgrd.gif');
  background-repeat: repeat;
  background-position: bottom;
  width: 514px;
}
.checkoutBoxContentBottom {
  margin-left: 3px;
  text-align: left;
  background-image:url('/main_images/ShadowBoxBottomBckgrd.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  height: 19px;
  width: 514px;
}
.lightHeader {
  color: #666666;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
}
.productName {
  height: 26px;
  color: rgb(74, 32, 128);
  font-size: 18px;
  line-height: 26px;
  margin: 6px;
}

label.error {
  margin-left: 10px;
  color: #C00;
}
.errorText {
  color: #CC0000;
}
.searchBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #4A4A4A;
  text-decoration: none;
}

#paging {
  clear: both; 
  vertical-align: bottom;
  text-align:center;
  padding-top: 24px;
  padding-bottom: 10px;
}
a.currentpage {
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px;
  background-color: #303066;
  border: 1px #303066 solid;
  color: #FFFFFF;
}
a.currentpage:hover {
  color: #FFFFFF;
}
a.otherpage {
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px;
  border: 1px #303066 solid;
  cursor: hand;
  cursor: pointer;
}
a.otherpage:hover {
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px;
  background-color: #303066;
  border: 1px #303066 solid;
  color: #FFFFFF;
}
.customKitTooltip {
  display:none; 
  background:transparent url(/main_images/black_arrow_big.png); 
  font-size:10px; 
  height:165px; 
  width:380px; 
  padding:25px;
  color:#fff;     
  z-index: 100;
}
.toolTipTitle {
  font-size:12px; 
}
.hide { display: none; }
.subTitle {
  font-size: 14px;
  font-weight: bold;
}
.relatedProduct ul {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.relatedProduct li {
  position: relative;
  margin: 0;
  padding: 0;
}
.relatedProduct img {
  padding: 2px;
  border: 1px #999999 solid;
  top: 0px;
  left: 0px;
}
.relatedProduct .relatedDescription {
  width: 480px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 139px;
}
.relatedProduct .relatedPrice {
  width:100px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: -3px;
  left: 464px;
  text-align: right;
  font-weight: bold;
  font-size:12px;
}
#customListingWrapper {
  position: relative;
}
.customListing {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 500;
  margin-left: 0px;
  width: 219px;
}
.qtyBox {
  width: 30px;
  height: 22px;
  line-height: 16px;
  font-size: 16px;
  border: 1px #b796f7 solid;
}
.bodyText {
  font-size: 12px;
  font-weight:normal;
}
#soapInfo {
}
#soapInfo a, #soapInfo a:visited, #soapInfo a:active {
	color: #333;
	text-decoration: none;
}
#soapInfo a:hover {
	color: #333333;
	text-decoration: none;
}

