@import url("/BVModules/Themes/RNTap/style/frontend.css");
@import url("/BVModules/Themes/RNTap/style/nav.css");

/*
-----------HTML Elements---------
*/
body { background: #30366b url(../images/bkgd-page.gif) 0 0 repeat-x; }

body,
td,
th,
li,
p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.6em;
}

a { color: #40517F; }

a:hover
{
	color: #6C6F89;
	text-decoration: none;
}

p { margin: 0 0 1em 0; }

h1
{
	color: #444A75;
	font-size: 21px;
	margin: 0 0 1em 0;
}

h2
{
	color: #444a75;
	font-size: 17px;
	margin: 0 0 0.5em 0;
}

h3
{
	color: #333333;
	font-size: 15px;
	margin: 0 0 0.5em 0;
}

h4
{
	color: #666666;
	font-size: 13px;
	margin: 0 0 1em 0;
}

h5
{
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0;
}

ul, ol
{
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}

fieldset {
	margin: 2em 0;
	border: solid #ffcc33 1px;
	padding: 12px;
	background: #FFF8DD;
	position: relative;
}

legend 
{
    margin:0;
	border: solid #ffcc33 1px;
	background: #FFFFFF;
	padding: 3px 5px;
	font-weight:bold;
	position: absolute;
	top: -15px;
    left: 12px;
}

#shipAndBill fieldset
{
    
    margin:0;
    height:275px;
}

#shipAndBill 
{
    margin:1em 0;
    padding:0;
}

blockquote {
    margin: 0 0 0 20px;
}

/*
-----------Site-wide Tags-----------
*/

.altRow, .alternaterow { 
    background-color:#d5d9e0;
    border:1px solid #ccc;
}

.altRow td, .altRow th, .alternaterow{
    border-top:1px solid #b9bfd4;
    border-collapse: separate;
}

.imgLt { margin: 0 1.25em 1em 0; }

.imgRt { margin: 0 0 1em 1.25em; }
	
.validator {
	color: #8b0000 !important;
	padding: 5px;
	display: block;
	background-color: #F1DBDB;
	border: solid #8b0000 1px;
	margin-top: 10px;
	text-align: center;
	width: 200px;
	clear: both;
}

.clear {clear:both;}

.floatLeft 
{
    float: left;
}

.floatRight 
{
    float: right;
}

.btnGo {
	margin: -1px 0 0 5px;
	vertical-align: top;
}

/*
-----------Page Layout-----------
*/
#content { }

#pageWrap
{
	margin: 0 auto;
	width: 760px;
	margin: 0 auto;
}

#pageContent  
{
	background: #fff url(../images/taps-bkgd.jpg) right top no-repeat;
    padding:20px; 
}

.home #pageContent
{
	background: #fcf4c8;
	padding: 0;
}

#maincontent { width: 100%; }

#contentBox
{
    border:solid 1px #FFCC33;
    padding:10px;
    background-color:#FFF8DD;
}

.breadcrumbs
{
    margin-bottom:15px;
}

/*
-----------Header-----------
*/
#header
{
	height: 78px;
	background: #474f7f url(../images/bkgd-header.jpg) repeat-x;
	position: relative;
}

#header .logo
{
	position: absolute;
	top: 10px;
	left: 26px;
}

#header a { color: #fff; }

/*
----------Nav Design-----------
*/
.nav
{
	margin: 0;
	background: #6c6f89;
}

.nav ul { /*This forces the dropdown to appear above the calendar on the events page*/
	z-index:100; }
	
	
#navWrap {
	padding-left: 10px;
}

.nav ul ul { border-color: #ccc; }

.nav li a
{
	padding: 9px 10px;
	background: #6c6f89;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.nav li a:hover
{
	background: #8b92a6;
	color: #fdfdfd;
}

.nav li ul
{
	border: solid #888a9c 1px;
	width: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

.nav li li a { border-bottom: solid #888a9c 1px; /* keeps IE6 from displaying submenu items with excess space below. */ }

.nav li ul li a
{
	text-align: left;
	background-color: #9097ad;
	color: #fff;
	padding: 2px 10px;
	margin: 0;
	width: 140px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
}

.nav li ul li a:hover
{
	background: #ccc;
	color: #666666;
}

.nav li.dd a { /* Class to differentiate items with flyouts; usually with a backgrdoun image of an arrow to the right */ }

.nav li.dd a:hover { }

.nav li ul ul { margin-left: 160px; /* Equals width of (.nav li ul li a) plus the left/right padding */ }

/*
-----------General Column Formatting-----------
*/

.oneCol { }

.twoCol { }

.threeCol { }

.col { padding: 0 18px 10px 0; }

.twoCol .col { width: 45%; }

.threeCol .col { width: 28%; }

.listing { margin: 0 0 1em 0; }

/*
----------Footer----------
*/
#footer
{
	font-size: 9px;
	color: #fff;
	padding:20px 0;
	text-align:left;
	position: relative;
	zoom: 1;
}

#footer ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#footer li,
#footer p { color: #fff; }

#footer a {color:#ffcc33;}

/*
----------Home Page----------
*/
#intro { position: relative; 
}

#intro #introContent
{
	background: #fcf5cb url(../images/bkgd-yellow-grad.jpg) repeat-x;
	width: 300px;
	border: solid 3px #f7cd36;
	border-right: none;
	padding: 18px 18px 9px 18px;
	color: #2d2955;
	position: absolute;
	top: 14px;
	right: 10px;
	height: 171px;
}

.home p, .home li {color: #2d2955;}

#intro #introContent li {
	background: url(../images/bullet-blue-sq.gif) 0 3px no-repeat;
	padding-left: 15px;
	list-style: none;
	line-height: 1.2em;
	padding-bottom: 3px;
}

#intro #introContent ul {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	margin-bottom: 0px;
}

#intro #introContent .col {
	float: left;
	padding-right: 15px;
	width: 133px;
	margin-bottom: 0px;
}

#intro #introContent h1 {
	font-size: 22px;
	color: #474458;
	font-weight: normal;
	border-bottom: solid #787c96 1px;
	padding-bottom: 9px;
	margin: 0 0 12px 0;
	letter-spacing: -1px;
}

#intro #introContent h1 strong {
	text-transform: uppercase;
}

#intro #introContent .btn {
	width: 142px;
	float: right;
	margin: 5px 0 0 20px;
}

#intro .viewBtn {
	margin: 5px 0 0 0;
	position: absolute;
	top: 172px;
	left: 20px;
}

#intro .viewTapsBtn {
	margin: 5px 0 0 0;
	position: absolute;
	top: 172px;
	left: 170px;
}

.btn {
	display: block;
	background-color: #696a79;
	border: solid #a5a5c6 1px;
	padding: 5px;
	text-align: center;
	line-height: 1em;
	color: #FFFFFF !important;
	font-weight: bold;
}

a.btn:hover {
	color: #ffcc00;
	background-color: #8E8F9D;
}

.box {
	background: #fff8dd;
	border: solid #ffcc33 1px;
	padding: 18px;
	width: 360px;
}

#findDistributor, #productSearch {	
	float: left;
}

#findDistributor {
	width: 166px;
	margin-right: 30px;
}

#productSearch { width: 156px; }

.home .box {
	float: left;
}

.home .box h3 { color: #434559; font-size: 12px; }

.home #maincontent img {
	margin-bottom: 10px;
	display: block;
}

.home #maincontent a {
	color: #434559;
}

#featureNav {
	width: 331px;
	float: right;
}
#featureNav .col {
	width: 147px;
	padding: 0 0 0 15px;
}

.home #maincontent ul {
	margin-left: 0;
	padding-left: 0;
}

.home #maincontent li {
	background: url(../images/bullet.gif) 0 6px no-repeat;
	padding-left: 15px;
	list-style: none;
}

#footer #associations {
	position: absolute;
	top: 20px;
	right: 0px;
}

#header #accountInfo { }

#header #accountInfo {
	width: 333px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header .tagline {
	position: absolute;
	top: 30px;
	left: 180px;
}

#header .tagline h4 {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

#header .tagline h5 {
	font-size: 12px;
	font-weight: normal;
	color: #ffcc33;
	margin: 0;
}

#header #accountInfo #accountNavWrap {
	width: 100%;
}

#header #accountInfo #accountNavWrap, #header #accountInfo #accountNavWrap li a {
	background: #9a9a9c url(../images/btn-bkgd.gif) 0 0 repeat-x;
	color: #252951;
}

#header #accountInfo #accountNavWrap li a {
    text-decoration: underline;
}

#header #accountInfo #accountNavWrap li a:hover {
    color: #62668F;
    text-decoration: none;
}

#intro .introCaption {
	font-size: 12px;
	color: #506a99;
	position: absolute;
	top: 208px;
	left: 203px;
}

#intro .introCaption h4, #intro .introCaption a {
	font-size: 12px;
	color: #506a99;
	margin: 0;
	line-height: 1em;
}

#intro .introCaption h4 { margin-top: 5px; 
}

.pentaBlue strong{
	display: none;
}

#intro .introCaption .pentaBlue {
	background: url(../images/penta-blue.gif) no-repeat;
	padding-left: 90px;
	height: 31px;
	display: block;
	float: left;
	width: 125px;
	padding-top: 8px;
}

#homeNav {
	padding: 10px;
}

/*
----------Products Pages----------
*/
#VolumeDiscounts .productList 
{
    width:60%;
}

.productList, #maincolumn .orderHistoryTable {
	width: 100%;
	border: solid #ccc 1px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

.productList td, #maincolumn .orderHistoryTable .row td, #maincolumn .orderHistoryTable .altrow td {
	padding: 3px;
	text-align: center;
}

.productList th, #maincolumn .orderHistoryTable .rowheader td, .productList .VolumePricingHeader td {
	font-size: 10px;
	text-align: center;
	padding: 3px;
	background: #3f4c7b;
	color: #fff;
}

.productList .VolumePricingHeader td 
{   
    font-weight:bold;
}

.productList tbody td {
	border-bottom: solid #ccc 1px;
}

.subcategory {
	width: 213px;
	float: left;
	margin: 0 20px 20px 0;
}

.productDropdown {
	position: relative;
}

.subcategory h3 {
	font-size: 13px;
	color: #252951;
	font-weight: bold;
	border-bottom: solid 1px #ffcc00;
	padding-bottom: 7px;
	margin: 0 0 2px 0;
}

.subcategory p {
  margin-bottom: 3px;
}

.subcategory a.dropdown {
	display: block;
	background: #d8dce5 url(/BVModules/Themes/RNTap/images/arrow-down-blue.gif) 192px 8px no-repeat;
	border: solid #3f4e7e 1px;
	width: 183px;
	padding: 2px 25px 2px 5px;
	color: #4c5a90;
	margin: 0 0 5px 0;
}

.subcategory a.dropdown:hover {
	background-color: #fff5cd;
	color: #4c5a90;
}

.catProducts {
	background: #fff8df;
	color: #252951;
	padding: 10px;
	border: solid 1px #475583;
	width: 400px;
	display: none;
}

.catProducts a {
	display: block;
	background: url(/BVModules/Themes/RNTap/images/arrow-blue.gif) 3px 7px no-repeat;
	color: #252951;
	padding-left: 12px;
}

.catProducts a:hover {
	color: #4c5a90;
}

.catProducts ul {
	list-style: none;
	margin-left: 12px;
	padding-left: 0;
	float: left;
	width:48%;
}

.catProducts li {
    margin: 0;
    padding: 0;
	border-bottom: solid 1px #fff8df;
}

.catProducts ul.first {
	margin-left: 0;
}

.catProducts .clr {
	clear: left;
}

.note {
	font-size: 10px;
	color: #666666;
}

.formDisplay .note {
	margin-top: 5px;
}

	
	.formDisplay 
	{
	border: 0;
	margin-bottom: 1em;
	width: 96%;
	}
	
	.formDisplay td, .formDisplay th
	{
		border: 0;
		padding: 0 10px 10px 0;
		vertical-align: top;
	}
	
	.formDisplay td {
		padding: 0 0 10px 0;
	}
	
	.formDisplay th 
	{
	    width: 140px;
		text-align: right;
	}

	.formDisplay td label{
		display: inline-block;
	    margin-left: 0.5em;
	}
	
	.formDisplay td table {
	}
	
	.formDisplay td td {
		padding: 0 8px 0 0;
	}
	
	#specialTaps .col {
	    width: 47%;
	}
	
	#specialTaps fieldset {
	    clear: both;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	#specialTaps fieldset legend {
	color: #444a75;
	font-size: 17px;
	font-weight: bold;
	margin: 10px 15px;
	padding: 0 10px;
	}
	
	.submitSection {
	    padding-top: 20px;
	    padding-left: 140px;
	}
	
	.distributorsList {
	
	}
	
.distributorsList ul {
	float: left;
	margin-top: 0;
	margin-left: 15px;
	padding-left: 15px;
	width: 128px;
}

.distributorsList .repInfo ul {
	float: none;
	width: auto;
}

.distributorInfo {
	float: left;
	margin-right: 12px;
	width: 216px;
}

.distributorsList #primaryRep {
	width: 100%;
	float: none;
}

.distributorInfo ul.address {
	margin: 0 0 10px 0;
	padding-left: 0;
	list-style: none;
}

.distributorInfo h3 {
	margin: 0 0 5px 0;
}

.distributorsList ul.address li { 
    padding-bottom: 4px; 
}

#adminpanel 
{
    background: #fff;
    margin-bottom: 15px;
}

.productList .lineitemnodiscounts 
{
    text-decoration: line-through;
    display:none;
}

.surfacefinishinstructions, .message
{
    color:#000;
    font-size:1.1em;
    display:block;
    border:2px solid #FF7F7F;
    background:#FFDFDF;
    padding:2px 5px 3px;
    margin:5px 0;
}

/*
----------Login/New User----------
*/

fieldset#CurrentUsers, fieldset#NewUsers, fieldset#SearchForm
{
    border: solid 1px #FFCC33;
    padding: 10px;
    background-color: #FFF8DD;
    margin: 0 0 1em 0;
}

fieldset#CurrentUsers {
	float: left;
}

.forminput, .FormInput
{
    background-color:#FFFFFF;
    padding:3px;
    margin:0 0 4px 0;
    border:solid 1px #A5A5C6;
}

.FormLabel, .formlabel
{
    font-weight:bold;
}

div.current
{
    width:300px;
    float:left;
}

.new
{
    width:250px;
    float:left;
}

/*Remeber Me Checkbox*/
.rememberBox input
{
    margin-right:5px;
}
 
/*
----------Cart Page----------
*/
#carttotals {float:right;}

#subTotalAmount
{
    width:85px;
    background-color:#3F4C7B;
    color:#FFFFFF;
    text-align:center;
    font-weight:bold;
}

#cartactions 
{
    float:right;
    margin:20px 0 20px 0;
}

#cartupdates, #cartactioncontinue, #cartactioncheckout {float:left; margin-right:10px;}

/* Mini Cart Box & Find Product Box*/

#cartBox, #findProductBox
{
    width: 200px;
    height: 80px;
    background-image: url(/BVModules/Themes/RNTap/images/bkgd-yellow-grad.gif);
    background-repeat: repeat-x;
    background-position: center top;
    margin-right: 20px;
    margin-bottom: 15px;
    border: solid 2px #FFCC33;
    padding: 10px;
    background-color: #fff8df;
}

#findProductBox {
	width: 170px;
	height: auto;
}

#findProductBox .FormInput {
	margin: 0px;
}

#findProductBox a {
	padding-left: 10px;
	background: transparent url(/BVModules/Themes/RNTap/images/arrow-blue.gif) left center no-repeat;
}

#cartBox h3, #findProductBox h3
{
    border-bottom:solid 1px #333333;
    padding-bottom:5px;
}

#cartBox td, #cartBox th, #findProductBox td, #findProductBox th
{
    text-align:right;
}

#cartBox table, #findProductBox table
{
    width:175px;
}

#cartBox p {font-weight:bold; text-align:right;}
#findProductBox p {font-weight:bold;}
.cartBoxItems {float:left;}
.cartBoxAmounts {float:right;}

/*
----------Receipt page-----------------
*/
.lightlabel 
{   
    font-weight:bold;
}



/*
----------Affiliate Sign up Form----------
*/
#affiliateform
{
    border:solid 1px #EAEBEB;
    padding:25px 0 25px 25px;
}

.buttonrow {margin-top:20px;}

/*
----------BVCommerce-specific tags----------
*/

#CurrentUserTable th {
    width: 75px;
    text-align: right;
    padding: 0 10px 5px 0;
}

.purchaseNow, .howDoIBuy {
	/*background:#fff8df url(/BVModules/Themes/RNTap/images/bkgd-yellow-grad.gif) 0 0 repeat-x;
	border:solid 3px #FFCC33; */
	float: right;
	padding: 10px;
	margin: 10px 0 10px 10px;
	width: 150px;
}

.purchaseNow h3, .howDoIBuy h3 {
	color: #444A75;
	margin: 0 0 5px 0;
}

.purchaseNow .btn, .howDoIBuy .btn {
    width: 125px;
    display: block;
    margin: 0 auto;
}



#SearchFormTable {
    width: 100%;
}
#SearchFormTable td{
    padding: 0 10px 5px 0;
}

#SearchFormTable td.formlabel {
    text-align: right;
    width: 200px;
}

#SearchFormTable td.formfield {
    text-align: left;
}

#SearchFormTable #sortByOrder {
    float: left;
}
.withSort input {
    float: left;
}

#SearchResultsPane table{
    width: 100%;
    border: solid #b9bfd4 1px;
}

#SearchResultsPane td{
    width: 33%;
}

.record {
    text-align: center;
    padding: 10px;
}

/*.recordimage {
    margin: auto 0;
    height: 50px;
}*/

.recordimage 
{
    display:none;
}

.recordimage a {
}

.recordname {
	font-size: 14px;
	font-weight: bold;
}

.recordsku {
}

.recordprice { font-size: 12px; 
}

#menucolumn {
	margin: 0;
	float: right;
	background:#fff8df url(/BVModules/Themes/RNTap/images/bkgd-yellow-grad.gif) 0 0 repeat-x;
	border:solid 3px #FFCC33;
	padding: 10px;
	width:225px;
}

#menucolumn h4 { color: #434558; font-size: 15px; border-bottom: solid #979194 1px; padding-bottom: 3px;}


#menucolumn .sidemenu
{
	
}

#productSidebar 
{
	float: right;
	margin: 0px 10px 10px 0px;
	width: 180px;
}

#imagecolumn {		
	text-align: center;
	padding: 10px;
	border:solid 1px #FFCC33;
	width: 150px;
	float: right;	
}

#contentcolumn 
{
    width:270px;
}

#bvc2004productpage > #imagecolumn {
	width: auto;
}

.outofstockdisplay 
{    
    width:75px;
    font-weight: bold; 
    color:  #800000; 
}

.ListPrice, .YouSave, .SitePrice 
{
    padding:5px;
}

.ListPrice 
{
    text-decoration:line-through;
}

.YouSave
{
    color: #003300;
    font-weight:bold;
}

#Prices tr td
{
    padding:3px;
}


/* Order History, Address Book, and anything else with a nav side bar */

#navcolumn {
	float: left;
	width: 20%;
}

#maincolumn {
	float: right;
	width: 80%;
}

#maincolumn .breadcrumbs {
	display: none;
}

#maincolumn table {
	width: 100%;
}

#maincolumn .alladdresses .buttonrow {
	margin: 0px;
}

.addressbooktitle h1 {
	float: left;	
}

.addressbooktitle input.newaddress {
	padding-left: 25px;
}

#maincolumn h2 span {
	display: block;
	margin-top: 20px;
}

#maincolumn .alladdresses .address span {
	display: block;
	margin-bottom: 20px;
}

#maincolumn .orderHistoryTable .rowheader td {
	text-transform: uppercase;
	font-weight: bold;
}

#maincolumn .changeEmail .FormLabel, #maincolumn .changePassword .FormLabel {
	padding-right: 10px;
}

#maincolumn .errormessage {
	padding-bottom: 10px;
}

.errormessage, .errormessage li {
	color:#990000;
	font-weight:bold;
}

#findProductBox .btnGo {
	margin: 1px 0 0 5px;
	vertical-align: top;
}

.pager 
{
    margin:5px 0;
    padding:0px;
    width:100%;
    border:1px solid #B9BFD4;
    font-weight:bold;
    background:#D5D9E0;
}

.pager ul 
{   
    list-style:none; 
}

.pager ul li 
{   
    float:left;
    margin:5px 10px 5px 0;
}

/*
---------- Overstock Taps Page ----------
*/
.overStock table {
	margin: 0 auto;
}

.overStock td {
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.overstockHeader {
	border: 1px solid #cccccc;
	font-size: 10px;
	text-align: center;
	padding: 3px;
	background: #3f4c7b;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.overstockContent {
	border: 1px solid #cccccc;
	padding: 3px;
	background: #ffffff;
}

/*
---------- Error Messages ----------
*/
.messagebox ul {
	list-style: none;
	padding: 0px;
	
}

.messagebox ul li div.icon {
	float: left;
	width: 30px;
}

.messagebox ul li div.message {
	margin: 2px 0 0 5px;
	float: left;
}

.minimumOrder
{
    border: 2px solid #800000;
    display: block;
    color: #660000;
    font-size: 1.1em;
    padding: 5px;
    background-color: #FFCCCC;
}

/*
----------Document/Link Library Tool----------
*/
.docs {
	width:100%;
}
.docs .onecol .category{
	width: 100%;
}
.docs .twocol .category{
	width: 45%;
}
.docs .threecol .category{
	width: 30%;
	margin-right:15px;
}
.docs h2 {font-size:120%; line-height:100%; font-weight:bold;}
.docs img {
	display:block;
}
.docs .doc
{
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.docs .doc .desc {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
}

.doc .imgLt
{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active
{
	text-decoration:underline;
	color:#192666;
}

/* the custom images based on file type */
.docs a.as, .docs a.doc, .docs a.file, .docs a.fla, .docs a.mdb, .docs a.pdf, .docs a.ppt, .docs a.swf, .docs a.txt, .docs a.xls, .docs a.link
{	
	padding: 5px 0 6px 20px;
	margin: 0;
	height: 20px;
	line-height:20px;
	display:inline;
}
.docs a.as {
	background: url('/images/docLibrary/as.gif') no-repeat left;
}
.docs a.doc {
	background: url('/images/docLibrary/doc.gif') no-repeat left;
}
.docs a.file {
	background: url('/images/docLibrary/file.gif') no-repeat left;
}
.docs a.fla {
	background: url('/images/docLibrary/fla.gif') no-repeat left;
}
.docs a.mdb {
	background: url('/images/docLibrary/mdb.gif') no-repeat left;
}
.docs a.pdf {
	background: url('/images/docLibrary/pdf.gif') no-repeat left;
}
.docs a.ppt {
	background: url('/images/docLibrary/ppt.gif') no-repeat left;
}
.docs a.swf {
	background: url('/images/docLibrary/swf.gif') no-repeat left;
}
.docs a.txt {
	background: url('/images/docLibrary/txt.gif') no-repeat left;
}
.docs a.xls {
	background: url('/images/docLibrary/xls.gif') no-repeat left;
}
.docs a.link {
	background: url('/images/docLibrary/link.gif') no-repeat left;
	float:none;
}

.docs .twoCol .category {
	float:left;
	width: 45%;
}

.strikethru 
{
    text-decoration:line-through;
}

/*For the special taps form submissions */
#specialtaps
{
    background: #ffffff;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    padding:25px 0px 25px 15px;
    margin:10px;
}

#specialtaps table 
{
    width:700px;
    border:2px solid #dddddd;
}

#specialtaps table th, #specialtaps table td 
{
    margin:5px;
    padding:5px;
    border-bottom:1px solid #dddddd;
}

#specialtaps table th 
{  
    font-weight:bold;
    width:200px;
}

.cartsku, .cartproductname
{
    display:inline;
}

.AddressGridView
{
    margin-top:1em;
}

.addressbookpanel 
{
    margin-bottom:2em;
}

.AddressGridView ul li
{
    list-style:none;
}

.AddressGridView, .AddressGridView tr, .AddressGridView tr td
{
    border:0px solid black;
    border-bottom:1px solid gray;
}

.AddressGridView tr td 
{
    padding:5px;
}

/* ----- SEO Page UL Styling -----*/
.columnList ul {
	padding: 0;	
	margin: 0 0 10px 0;
	list-style-type: none;
	margin-bottom: 10px;
}
 
.columnList ul li
{	
	float: left;
	width: 30%;
	margin-right: 2px;
}

#footer #allTaps {
	position: absolute;
	top: 80px;
	right: 0px;
}

#footer #tapListSliderContent 
{
	bottom:80px;
	display:none;
	position:absolute;
	right:0;	
	z-index:9999;
	background: #FCF5CB;
	border: 3px solid #F7CD36;
	padding: 5px;		
}

#footer #tapListSliderContent a 
{
	color:#434559;
	font-size: 12px;
}

#footer #tapListSliderContent .columnList ul li 
{
	font-size: 9px;
	width: 104px;	
}

#footer #tapListSliderContent .columnList ul li a 
{
	font-size: 9px;
}

