/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net * * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. * * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */#fancybox-loading {position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 1104;display: none;}#fancybox-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url('fancybox.png');}#fancybox-overlay {position: absolute;top: 0;left: 0;width: 100%;z-index: 1100;display: none;}#fancybox-tmp {padding: 0;margin: 0;border: 0;overflow: auto;display: none;}#fancybox-wrap {position: absolute;top: 0;left: 0;padding: 20px;z-index: 1101;outline: none;display: none;}#fancybox-outer {position: relative;width: 100%;height: 100%;background: #fff;}#fancybox-content {width: 0;height: 0;padding: 0;outline: none;position: relative;overflow: hidden;z-index: 1102;border: 0px solid #fff;}#fancybox-hide-sel-frame {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: transparent;z-index: 1101;}#fancybox-close {position: absolute;top: -15px;right: -15px;width: 30px;height: 30px;background: transparent url('fancybox.png') -40px 0px;cursor: pointer;z-index: 1103;display: none;}#fancybox-error {color: #444;font: normal 12px/20px Arial;padding: 14px;margin: 0;}#fancybox-img {width: 100%;height: 100%;padding: 0;margin: 0;border: none;outline: none;line-height: 0;vertical-align: top;}#fancybox-frame {width: 100%;height: 100%;border: none;display: block;}#fancybox-left, #fancybox-right {position: absolute;bottom: 0px;height: 100%;width: 35%;cursor: pointer;outline: none;background: transparent url('blank.gif');z-index: 1102;display: none;}#fancybox-left {left: 0px;}#fancybox-right {right: 0px;}#fancybox-left-ico, #fancybox-right-ico {position: absolute;top: 50%;left: -9999px;width: 30px;height: 30px;margin-top: -15px;cursor: pointer;z-index: 1102;display: block;}#fancybox-left-ico {background-image: url('fancybox.png');background-position: -40px -30px;}#fancybox-right-ico {background-image: url('fancybox.png');background-position: -40px -60px;}#fancybox-left:hover, #fancybox-right:hover {visibility: visible; /* IE6 */}#fancybox-left:hover span {left: 20px;}#fancybox-right:hover span {left: auto;right: 20px;}.fancybox-bg {position: absolute;padding: 0;margin: 0;border: 0;width: 20px;height: 20px;z-index: 1001;}#fancybox-bg-n {top: -20px;left: 0;width: 100%;background-image: url('fancybox-x.png');}#fancybox-bg-ne {top: -20px;right: -20px;background-image: url('fancybox.png');background-position: -40px -162px;}#fancybox-bg-e {top: 0;right: -20px;height: 100%;background-image: url('fancybox-y.png');background-position: -20px 0px;}#fancybox-bg-se {bottom: -20px;right: -20px;background-image: url('fancybox.png');background-position: -40px -182px; }#fancybox-bg-s {bottom: -20px;left: 0;width: 100%;background-image: url('fancybox-x.png');background-position: 0px -20px;}#fancybox-bg-sw {bottom: -20px;left: -20px;background-image: url('fancybox.png');background-position: -40px -142px;}#fancybox-bg-w {top: 0;left: -20px;height: 100%;background-image: url('fancybox-y.png');}#fancybox-bg-nw {top: -20px;left: -20px;background-image: url('fancybox.png');background-position: -40px -122px;}#fancybox-title {font-family: Helvetica;font-size: 12px;z-index: 1102;}.fancybox-title-inside {padding-bottom: 10px;text-align: center;color: #333;background: #fff;position: relative;}.fancybox-title-outside {padding-top: 10px;color: #fff;}.fancybox-title-over {position: absolute;bottom: 0;left: 0;color: #FFF;text-align: left;}#fancybox-title-over {padding: 10px;background-image: url('fancy_title_over.png');display: block;}.fancybox-title-float {position: absolute;left: 0;bottom: -20px;height: 32px;}#fancybox-title-float-wrap {border: none;border-collapse: collapse;width: auto;}#fancybox-title-float-wrap td {border: none;white-space: nowrap;}#fancybox-title-float-left {padding: 0 0 0 15px;background: url('fancybox.png') -40px -90px no-repeat;}#fancybox-title-float-main {color: #FFF;line-height: 29px;font-weight: bold;padding: 0 0 3px 0;background: url('fancybox-x.png') 0px -40px;}#fancybox-title-float-right {padding: 0 0 0 15px;background: url('fancybox.png') -55px -90px no-repeat;}/* IE6 */.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {height: expression(this.parentNode.clientHeight + "px");}#fancybox-loading.fancybox-ie6 {position: absolute; margin-top: 0;top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');}#fancybox-loading.fancybox-ie6 div{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }/* IE6, IE7, IE8 */.fancybox-ie .fancybox-bg { background: transparent !important; }.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }body {/*min-width:960px*/min-width:1000px;}.container_24 {margin-left:auto;margin-right:auto;/*width:960px*/width:1000px;}.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {display:inline;float:left;margin-left:2px;margin-right:2px}.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12, .push_13, .pull_13, .push_14, .pull_14, .push_15, .pull_15, .push_16, .pull_16, .push_17, .pull_17, .push_18, .pull_18, .push_19, .pull_19, .push_20, .pull_20, .push_21, .pull_21, .push_22, .pull_22, .push_23, .pull_23 {position:relative}.alpha {margin-left:0}.omega {margin-right:0}.container_24 .grid_1 {width:30px}.container_24 .grid_2 {width:70px}.container_24 .grid_3 {width:110px}.container_24 .grid_4 {width:249px;}.container_24 .grid_5 {width:190px}.container_24 .grid_6 {width:230px}.container_24 .grid_7 {width:270px}.container_24 .grid_8 {width:310px}.container_24 .grid_9 {width:350px}.container_24 .grid_10 {width:390px}.container_24 .grid_11 {width:430px}.container_24 .grid_12 {width:470px}.container_24 .grid_13 {width:510px}.container_24 .grid_14 {width:550px}.container_24 .grid_15 {width:590px}.container_24 .grid_16 {/*width:630px*/width:430px;}.container_24 .grid_17 {width:670px}.container_24 .grid_18 {width:710px}.container_24 .grid_19 {width:750px}.container_24 .grid_20 {width:790px}.container_24 .grid_21 {width:830px}.container_24 .grid_22 {width:870px}.container_24 .grid_23 {width:910px}.container_24 .grid_24 {width:965px;}.container_24 .prefix_1 {padding-left:40px}.container_24 .prefix_2 {padding-left:80px}.container_24 .prefix_3 {padding-left:120px}.container_24 .prefix_4 {padding-left:160px}.container_24 .prefix_5 {padding-left:200px}.container_24 .prefix_6 {padding-left:240px}.container_24 .prefix_7 {padding-left:280px}.container_24 .prefix_8 {padding-left:320px}.container_24 .prefix_9 {padding-left:360px}.container_24 .prefix_10 {padding-left:400px}.container_24 .prefix_11 {padding-left:440px}.container_24 .prefix_12 {padding-left:480px}.container_24 .prefix_13 {padding-left:520px}.container_24 .prefix_14 {padding-left:560px}.container_24 .prefix_15 {padding-left:600px}.container_24 .prefix_16 {padding-left:640px}.container_24 .prefix_17 {padding-left:680px}.container_24 .prefix_18 {padding-left:720px}.container_24 .prefix_19 {padding-left:760px}.container_24 .prefix_20 {padding-left:800px}.container_24 .prefix_21 {padding-left:840px}.container_24 .prefix_22 {padding-left:880px}.container_24 .prefix_23 {padding-left:920px}.container_24 .suffix_1 {padding-right:40px}.container_24 .suffix_2 {padding-right:80px}.container_24 .suffix_3 {padding-right:120px}.container_24 .suffix_4 {padding-right:160px}.container_24 .suffix_5 {padding-right:200px}.container_24 .suffix_6 {padding-right:240px}.container_24 .suffix_7 {padding-right:280px}.container_24 .suffix_8 {padding-right:320px}.container_24 .suffix_9 {padding-right:360px}.container_24 .suffix_10 {padding-right:400px}.container_24 .suffix_11 {padding-right:440px}.container_24 .suffix_12 {padding-right:480px}.container_24 .suffix_13 {padding-right:520px}.container_24 .suffix_14 {padding-right:560px}.container_24 .suffix_15 {padding-right:600px}.container_24 .suffix_16 {padding-right:640px}.container_24 .suffix_17 {padding-right:680px}.container_24 .suffix_18 {padding-right:720px}.container_24 .suffix_19 {padding-right:760px}.container_24 .suffix_20 {padding-right:800px}.container_24 .suffix_21 {padding-right:840px}.container_24 .suffix_22 {padding-right:880px}.container_24 .suffix_23 {padding-right:920px}.container_24 .push_1 {left:40px}.container_24 .push_2 {left:80px}.container_24 .push_3 {left:120px}.container_24 .push_4 {/*left:160px*/left:230px;}.container_24 .push_5 {left:200px}.container_24 .push_6 {left:240px}.container_24 .push_7 {left:280px}.container_24 .push_8 {left:320px}.container_24 .push_9 {left:360px}.container_24 .push_10 {left:400px}.container_24 .push_11 {left:440px}.container_24 .push_12 {left:480px}.container_24 .push_13 {left:520px}.container_24 .push_14 {left:560px}.container_24 .push_15 {left:600px}.container_24 .push_16 {left:640px}.container_24 .push_17 {left:680px}.container_24 .push_18 {left:720px}.container_24 .push_19 {left:760px}.container_24 .push_20 {left:800px}.container_24 .push_21 {left:840px}.container_24 .push_22 {left:880px}.container_24 .push_23 {left:920px}.container_24 .pull_1 {left:-40px}.container_24 .pull_2 {left:-80px}.container_24 .pull_3 {left:-120px}.container_24 .pull_4 {left:-160px}.container_24 .pull_5 {left:-200px}.container_24 .pull_6 {left:-240px}.container_24 .pull_7 {left:-280px}.container_24 .pull_8 {left:-320px}.container_24 .pull_9 {left:-360px}.container_24 .pull_10 {left:-400px}.container_24 .pull_11 {left:-440px}.container_24 .pull_12 {left:-480px}.container_24 .pull_13 {left:-520px}.container_24 .pull_14 {left:-560px}.container_24 .pull_15 {left:-600px}.container_24 .pull_16 {/*left:-640px*/left:-456px;}.container_24 .pull_17 {left:-680px}.container_24 .pull_18 {left:-720px}.container_24 .pull_19 {left:-760px}.container_24 .pull_20 {left:-800px}.container_24 .pull_21 {left:-840px}.container_24 .pull_22 {left:-880px}.container_24 .pull_23 {left:-920px}.clear {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after {clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix, *:first-child+html .clearfix {zoom:1}/* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License*/.ui-widget { font-family: sans-serif; font-size: 12px;}body { /*background: #fff;*/ background:url(images/templateimages/background.jpg) no-repeat center top; background-attachment:fixed; color: #6A2901; margin: 0px; font-size: 12px; font-family: sans-serif; line-height:22px;}#bodyWrapper {}#bodyContent { margin-bottom:10px; text-align:justify;}#header { /*height: 60px;*/ height:125px;}#storeLogo { float: left; /*margin-top: 5px;*/ margin-left:50px; margin-top:15px;}#headerShortcuts { text-align:center; margin-bottom:10px; margin-left:10px; width:434px;}#headerShortcuts .ui-button-text { color:#5F3000; font-size:14px; font-weight:bold; height:38px; line-height:38px; padding:0 .5em 0 25px;/*width:115px;*/}#columnLeft { padding-top: 5px; background:url(images/templateimages/left_side.jpg) repeat-y; float:left; min-height:1380px;}#columnRight { float:left; padding-top: 5px; background:url(images/templateimages/right_side.jpg) repeat-y; min-height:1380px;}#columnLeft .infoBoxContainer { padding-left:25px;}#columnRight .infoBoxContainer { padding-left: 10px; width: 220px;}.infoBoxHeading { padding: 2px; font-size: 22px; margin:10px 0;}.infoBoxHeading span{ color:#6A2901;}.infoBoxContents { font-size: 12px; line-height:25px;}.infoAnchor a { background:url(images/templateimages/plus-button.jpg) no-repeat left center; padding-left:15px;}.contentContainer { padding-bottom: 10px; padding-left:5px; padding-top:28px;}.contentContainer h2 { font-size: 14px; text-decoration: underline; font-weight:bold; margin-bottom: 0; padding-bottom: 5px; font-family:sans-serif;}.contentText, .contentText table { padding: 5px 2px; font-size: 12px; line-height:22px;}div.contentText { padding:0px !important;}.productListTable { padding: 2px; font-size: 12px; line-height:22px; border:1px inset #A79879; width: 430px;}a.productTitle { font-weight:normal;}/*.productListTable tr.alt td { background-color: #ffffff;}*/.productListTable tr td { background-color: #ffffff;}.productListing-data{background-color:#ffffff;}.productListTable tr.alt td { background-color: #F7F6F2;}.productListTable tr.alt td.slave { background-color: #F7F6F2;}.fieldKey { font-size: 12px; font-weight: bold; line-height:22px; width: 150px;}.fieldValue { font-size: 12px; line-height:22px;}h1 { font-size: 20px; margin-bottom: 0; padding-bottom: 5px; padding-left:5px; text-align:left;}img { border: 0;}table, p { font-size: 12px; line-height: 22px;}#piGal ul { list-style-type: none;}#piGal img { -webkit-box-shadow: 0px 0px 1px #2F1200; -moz-box-shadow: 0px 0px 1px #2F1200;}#piGal .outer { margin-left: -30px;}.buttonAction { float: right;}.boxText { font-family: sans-serif; font-size: 10px;}.errorBox { font-family : sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold;}.stockWarning { font-family : sans-serif; font-size : 10px; color: #cc0033;}.productsNotifications { background: #F5F5F5;}.orderEdit { font-family : sans-serif; font-size : 10px; color: #544A34; text-decoration: underline;}A { color: #2F1200; text-decoration: none;}A:hover { text-decoration: underline;}FORM { display: inline;}TR.header { background: #ffffff;}TR.headerNavigation { background: #bbc3d3;}TD.headerNavigation { font-family: sans-serif; font-size: 10px; background: #bbc3d3; color : #6A2901; font-weight : bold;}A.headerNavigation { color : #6A2901;}A.headerNavigation:hover { color : #6A2901;}TR.headerError { background: #ff0000;}TD.headerError { font-family: Tahoma, sans-serif; font-size: 12px; background: #ff0000; color : #6A2901; font-weight : bold; text-align : center;}TR.headerInfo { background: #00ff00;}TD.headerInfo { font-family: Tahoma, sans-serif; font-size: 12px; background: #00ff00; color : #6A2901; font-weight: bold; text-align: center;}TR.footer { background: #bbc3d3;}TD.footer { font-family: sans-serif; font-size: 10px; background: #bbc3d3; color : #6A2901; font-weight: bold;}.infoBox { background: #b6b7cb;}.infoBoxNotice { background: #FF8E90;}.infoBoxNoticeContents { background: #FFE6E6; font-family: sans-serif; font-size: 10px;}TD.infoBoxHeading { font-family: sans-serif; font-size: 10px; font-weight: bold; background: #bbc3d3; color : #6A2901;}TD.infoBox, SPAN.infoBox { font-family: sans-serif; font-size: 10px;}TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #f8f8f9;}TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #f8f8f9;}TABLE.productListing { border: 1px; border-style: solid; border-color: #b6b7cb; border-spacing: 1px; width:450px; background-color:#ffffff;}.productListingHeader { table-layout: fixed; color : #6A2901; font-weight: bold; width:450px;}.productListingHeader A:hover, A.productListing-heading { color : #6A2901;}.productListingData { width:430px; color:#6A2901; border-collapse: collapse;}.productListingData a { color:#6A2901;}.productListingData td { border: 1px solid #777; padding: 0 4px;}A.pageResults { color: #6A2901; text-decoration:none;}A.pageResults:hover { color: #6A2901; text-decoration:underline;}A.pageResults u { text-decoration:none; color:#6A2901;}TD.pageHeading, DIV.pageHeading { font-family: sans-serif; font-size: 20px; font-weight: bold; color: #6A2901; background-color:#E1D9C5; padding:3px;}TR.subBar { background: #f4f7fd;}TD.subBar { font-family: sans-serif; font-size: 10px; color: #2F1200;}TD.main, P.main { font-family: sans-serif; font-size: 12px; line-height:22px;}TD.smallText, SPAN.smallText, P.smallText { font-family: sans-serif; font-size: 10px;}TD.accountCategory { font-family: sans-serif; font-size: 13px; color: #aabbdd;}TD.tableHeading { font-family: sans-serif; font-size: 12px; font-weight: bold;}SPAN.newItemInCart { font-family: sans-serif; font-size: 10px; color: #ff0000;}CHECKBOX, INPUT, RADIO, SELECT { font-family: sans-serif; font-size: 12px;}TEXTAREA { width: 100%; font-family: sans-serif; font-size: 12px;}SPAN.greetUser { font-family: sans-serif; font-size: 12px; color: #f0a480; font-weight: bold;}TABLE.formArea { background: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px;}TD.formAreaTitle { font-family: Tahoma, sans-serif; font-size: 12px; font-weight: bold;}SPAN.markProductOutOfStock { font-family: Tahoma, sans-serif; font-size: 12px; color: #c76170; font-weight: bold;}SPAN.productSpecialPrice { font-family: sans-serif; color: #FF0000; font-weight:bold;}SPAN.errorText { font-family: sans-serif; color: #ff0000;}.moduleRow {}.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand;}.moduleRowSelected { background-color: #E9F4FC;}.checkoutBarFrom, .checkoutBarTo { font-family: sans-serif; font-size: 10px; color: #8c8c8c;}.checkoutBarCurrent { font-family: sans-serif; font-size: 10px; color: #2F1200;}/* message box */.messageBox { font-family: sans-serif; font-size: 10px;}.messageStackError, .messageStackWarning { font-family: sans-serif; font-size: 10px; background-color: #ffb3b5;}.messageStackSuccess { font-family: sans-serif; font-size: 10px; background-color: #99ff00;}/* input requirement */.inputRequirement { font-family: sans-serif; font-size: 10px; color: #ff0000;}/* buttons */.tdbLink a {}.tdbLink button {}/* account link list */.accountLinkList { list-style-type: none; margin: 2px 2px 2px 10px; padding: 5px;}.accountLinkListEntry { float: left; margin-right: 5px;}/*New styles created by developer*/#slider1 { height: 85px; overflow: hidden; position: relative; width: 330px;}#slider2{ height: 85px; overflow: hidden; position: relative; width: 330px;}#slider3{ height: 85px; overflow: hidden; position: relative; width: 330px;}#slider1Content { width: 100%; /* important to be same as image width or wider */ position: absolute; top: 0; margin-left: 0;}#slider3Content { width: 100%; /* important to be same as image width or wider */ position: absolute; top: 0; margin-left: 0;}#slider2Content { width: 100%; /* important to be same as image width or wider */ position: absolute; top: 0; margin-left: 0;}.slider1Image { float: left; position: relative; display: none; /*border:1px solid #352818;*/ width:270px; height:65px; margin-left:-33px; margin-top:5px;}.slider2Image { float: left; position: relative; display: none; /*border:1px solid #352818;*/ width:270px; height:65px; margin-left:-33px; margin-top:5px;}.slider3Image { float: left; position: relative; display: none; /*border:1px solid #352818;*/ width:270px; height:65px; margin-left:-33px; margin-top:5px;}.slider1Image span { color: #000; font-family:sans-serif; font-size:12px; height: 64px !important; position: absolute; width: 258px !important;}.slider2Image span { color: #000; font-family:sans-serif; font-size:12px; height: 64px !important; position: absolute; width: 258px !important;}.slider3Image span { color: #000; font-family:sans-serif; font-size:12px; height: 64px !important; position: absolute; width: 258px !important;}.clear { clear: both;}.left { top: 0; left: 0; width: 300px !important; height: 50px;}.right { right: 0; bottom: 0; width: 90px !important; height: 290px;}#slider1 ul { background-image: url("images/templateimages/box3.jpg"); background-repeat: no-repeat; height: 76px; list-style-type: none; margin-left: 36px; width: 273px; margin-top:1px;}#slider2 ul { background-image: url("images/templateimages/box3.jpg"); background-repeat: no-repeat; height: 76px; list-style-type: none; margin-left: 36px; width: 273px; margin-top:1px;}#slider3 ul { background-image: url("images/templateimages/box3.jpg"); background-repeat: no-repeat; height: 76px; list-style-type: none; margin-left: 36px; width: 273px; margin-top:1px;}.headerBackground { background:url(images/templateimages/header1_02.png) no-repeat; behavior: url(includes/iepngfix.htc); width:998px; height:188px; margin:0px; padding:0px;}#menubar { background:url(images/templateimages/header_04.png) no-repeat; _background-position:bottom; height:188px; margin-top:61px; _margin-top:180px; width:998px; padding:0px;}.clear { clear:both;}#centerwrapper { height:auto; margin-left:9px; margin-top:6px; _margin-top:0px; width:964px; background:url(images/templateimages/centerbg.png) repeat; padding-top: 34px;}#columnleftbar { background:transparent url(images/templateimages/side_border_06.png) repeat-y scroll 0 0; float:left; height:auto; min-height:1705px; width:30px; margin-left:-8px; margin-top:-34px;}#columrightbar { background:transparent url(images/templateimages/side_border_08.png) repeat-y scroll 0 0; float:right; height:auto; margin: -34px -25px 0 0; min-height: 1705px; width: 25px;}del { font-weight:normal;}span.subCatAnchor a { font-weight:normal; color:#F5DEB3;}.headlineDate { color: #CBC2BB; font-family: sans-serif; font-size: 12px; font-weight: bold; margin-left:12px;}.homeSearch select { width:100px;}.homeSearch { float:left;}p.wgretting a span.ui-button-text { padding:0 !important;}TD.pageHeading_ex, DIV.pageHeading_ex { font-family: Verdana, Arial, sans-serif; font-size: 12px; font: italic; color: #9a9a9a;}.products_new_in { font-family: Verdana, Arial, sans-serif; font-size: 13px;}.products_new_ex { font-family: Verdana, Arial, sans-serif; font-size: 10px; font: italic}SPAN.productSpecialPriceEX { font-family: Verdana, Arial, sans-serif; font-style: italic; color: #ff0000;}SPAN.productPriceEx { font-family: Verdana, Arial, sans-serif; font-style: italic;}.product-listing-slaves { border-collapse: collapse; width: 100%; }.product-listing-slaves td { border: 1px solid #aaa; padding: 5px; }.product-listing-slaves-name { }.product-listing-slaves-buynow {text-align: right; width: 80px; white-space: nowrap}.product-listing-slaves-buynow input { width: 22px; border: 1px solid #888; }.product-listing-slaves-buynow a { color: white; background: black; padding: 2px 5px; text-transform: uppercase; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }a.product-listing-more { display: block; float: right; font-weight: bold; font-size: .9em;}#ajaxDialog, #indicator { background: white; border: 1px solid #ccc; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; text-align: center; color: #676767}.slideBox {}.slideBox h1 {position: relative; padding: 0; }.slideBoxButton {position: absolute; display: block; right: 0px; top: 0; font-size: 11px; color: #777; line-height: 20px;}.slideBoxContent {display: none; padding: 10px 0px;}.forgot-link { text-align: right; position: relative; top: -10px;}.forgot-link a { padding-right: 5px; font-size: 10px; }.myaccount-button { background: #A0C757;}#searchform { width: 452px}#headerShortcuts a { border: 1px solid #58422A; }#headerShortcuts .ui-button { margin: 0}#links-table { border-collapse: collapse; }#links-table td { vertical-align: top; border-top: 1px solid tan; border-bottom: 1px solid tan }#footer-payment { float: left; margin-left: 60px;}.footer-info { font-size: 10px; width: 480px; float: left; margin-left: 20px; margin-top: 0px; line-height: 1.5em;}#checkout-forgot-password { border: 1px solid brown; width: 430px; padding: 2px 5px;}#checkout-forgot-password td, #checkout-forgot-password input { font-size: 11px; text-align: right;}#form{position: relative;vertical-align:middle;text-align:center;vertical-align:middle;}#searchbox{position: relative;/*width: 400px;*/border:1;font-size: 11px;padding: 0px;padding-left:3px; height:19px;color:#333;font-family:Verdana,Arial,sans-serif;vertical-align:middle;line-height:25px;}#resultsContainer{border-bottom: 1px solid #36F;border-top: 1px solid #3d7bad;border-left: 1px solid #a4c9e3;border-right: 1px solid #a4c9e3;border-top:0px;display: none;padding: 0px;width: 430px;position:absolute;z-index:10000; background-color:#FFF; vertical-align:middle; left: 50%; margin-left: -201px;font-weight:normal;height: 200px !important;overflow: scroll !important;margin-top:4px;}#resultsContainer a{font-weight:normal;padding-top:2px;padding-bottom:2px;text-align:left;color:#333333;font-size:10px;text-decoration:none;vertical-align:middle;text-align:left;}.url-holder{height:20px;vertical-align:middle;position: relative;padding-top:2px;padding-bottom:2px;text-align:left;color:#333333;font-size:10px;font-weight:normal;}.url-holder:hover {background-color: #bdd0f9;text-decoration:none;color:#333333;font-size:10px;font-weight:normal;}.url-holder_title{height:20px;vertical-align:middle;position: relative;padding-top:2px;padding-bottom:2px;text-align:left;color:#333333;font-size:10px;font-weight:bold;background-color: #bdd0f9;line-height:20px;}.url-title{font-size: 11px;vertical-align:middle;}.url-desc{font-size: 11px;padding-right: 10px;vertical-align:middle;}
