#shopperguard {
	position: relative;
	top:130px;
	left:280px;
	float:right;
	padding-right:10px;
	z-index:10000;
	width:120px;
} 

/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-image:url(../images/bg.jpg);
	}
td,tr
{
font-family:Verdana;
color:#898988;
font-size:12px;
}	
	

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
color:#5F5F5F;
	text-decoration: none;
	}
 
a:visited {
color:#5F5F5F;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color:#5F5F5F;
	}

a:active {
color:#5F5F5F;
	}

h1 {
	font-size: 1.5em;
	background-image:url(../images/h1_bg.jpg);
	background-repeat:no-repeat;
	line-height:38px;
	padding-left:50px;
	color:#29499E;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	 
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 3px;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
/*	float: left;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color:#666666;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

.centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 12em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}
.clearLeft {
	clear: Left;
	}
.clearRight {
	clear: Right;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 964px;
	vertical-align: top;
	margin-left:auto;
	margin-right:auto;
	}

#headerWrapper, #contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}



#navBreadCrumb {
	padding: 0.5em 0.5em;
	width:600px;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsBestSellers, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
 #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0.0em;
	}
	.centerColumn {
	margin-top: 15px;
	padding-left:10px;
	padding-right:10px;
	}
	
#siteinfoLegal {
	padding-top:30px;
	font-size: 0.9em;
	}	

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 30%;
	margin: 0.3em 1em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsBestSellers, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #000000;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1em;
	color: #0075b0;
	}

h3.rightBoxHeading, h3.rightBoxHeading a{
	font-size: 10px;
	color: #0075b0;
	font-weight:normal;
	}






#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.centerBoxHeading {
	margin: 0em;
	padding: 0.}

.leftBoxHeading {
	margin: 0em;
	background-image: url(../images/sidebar_header_bg.jpg);
	background-repeat:no-repeat;
	padding: 1.2em 0.2em;
	}
.rightBoxHeading {
	margin: 0em;
	background-image: url(../images/sidebar_header_right_bg.jpg);
	background-repeat:no-repeat;
	padding: 1.6em 0.2em;
	}	


.leftBoxContainer {
	margin-top:1.5em;
	}
.rightBoxContainer {
	margin-top:1.5em;
	}
	
.sideBoxContent {
	background-color: #ffffff;
	border-left:1px solid #0075b0;
	border-right:1px solid #0075b0;	
	padding:0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #0471a0;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #0075b0;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsBestSellers, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}	
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
/*	background-color: #E8E8E8;*/
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
/*	background-color: #F0F0F0;*/
	height: 1.5em;
	vertical-align: top;
	}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	height: 2em;
	color: #000000;
	}
.productListingPaddingTop {padding-top:10px;}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}


/* FOOTER */

#footerMeta{
	width:964px;
	margin:auto;
	color:#fff;
	background-color:#000;
	text-align:center;
}
#footerMeta a:link { color:#fff;}
#footerMeta a:active { color:#fff;}
#footerMeta a:visited { color:#fff;}
#footerMeta a:hover { color:#fff;}
.footer01 {
	width:100%;
	height:250px;
	padding-top:20px;
/*	background-image: url(../images/footer_bg.jpg);		*/
	background-color:#000;
}
.footer02 {
	width:964px;
	margin:auto;
	height:200px;
	background-color:#fff;
}
.footer03 {
	width:415px;
	height:110px;
	color: #ff4700;
	text-align:left;
 	font-family:trebuchet MS, verdana, arial;
 	font-size: 22px;
 	text-decoration: none;
	font-weight:normal;
	padding-left:15px;
	padding-top:5px;
}

.footer04 {
	width:415px;
	height:110px;
	color: #ff4700;
	text-align:left;
 	font-family:trebuchet MS, verdana, arial;
 	font-size: 22px;
 	text-decoration: none;
	font-weight:normal;
	padding-left:15px;
	padding-top:5px;
}
.footer05 {
	padding-left:10px;
	padding-top:15px;
	width:960px;
	height:65px;
	background-color:#fff;
	border-top:1px solid #b2b1b1;
}
A.footerlinki02:link, A.footerlinki02:visited, A.footerlinki02:active {
	color: #656161;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
	line-height:12px;	

}
A.footerlinki02:hover {
	border-bottom:1px dashed #008000;
}
.arrow02 {
	padding-top:3px;
	margin-right:5px;
}
.footer06 {
	width:170px;
}
.footer07 {
	width:510px;
}
.footer08 {
	height:200px;
	width:340px;
}


.categoryListBoxContents {
	background-repeat:no-repeat;
	height:200px;
	padding-top:10px;
	float: left;
	vertical-align: top;
	margin: 0.5em 0em;
	text-align: center;
}
.categoryListBoxContents a:link { color:#008000;}
.categoryListBoxContents a:active { color:#008000;}
.categoryListBoxContents a:visited { color:#008000;}
.categoryListBoxContents a:hover { color:#4e4e4e;}



/* GiftedGadget Styles */

.subtitle
{
color:#29499E;
font-size:18px;
font-family:Tahoma;
background-image:url(../../../../images/homepage/subtitle_bg.jpg);
background-repeat:repeat-x;
padding-top:9px;
padding-left:13px;
}

#header {
width:964px;
margin-left:auto;
margin-right:auto;
}
#headerCatText {
	position: relative;
	top:18px;
	left:20px;
}
#headerImgage {
background-image:url(../images/header_bg.jpg);
background-repeat: no-repeat;
height:271px;
}
#logo {
	float: left;
	padding-top: 10px;
	padding-left:10px;
}

#headerRight {
	float: right;
	padding-top:30px;
	width:240px;
}
#headerCart {
	width:240px;
}
#navMainSearch {
	margin: -10px 0px 0px 0px;
	padding-top:0px;
	padding-left:38px;
	text-align:left;
}




















.search_field
{
background-color:#F0F0F0;
width:150px;
height:20px;
border:1px solid #E0E0E0;
}
.newinput
{
background-color:#e3f5ff;
width:121px;
height:18px;
font-size:11px;
border:1px solid #000000;
}
.newinput:focus
{
background-color:#e3f5ff;
}
.subtitle
{
color:#29499E;
font-size:18px;
font-family:Tahoma;
background-image:url(../images/subtitle_bg.jpg);
background-repeat:repeat-x;
padding-top:9px;
padding-left:13px;
}
.product_img
{
border:1px solid #77D8FE;
background-image:url(../images/product_corner.gif);
background-position:bottom left;
background-repeat:no-repeat;
width:101px;
height:96px;
}
.product_title,
.product_title a
{
font-family:Verdana;
color:#1F4670;
font-size:11px;
font-weight:bold;
}
.product_title a:hover {
text-decoration:underline;
}
.productinfo_title
{
font-family:Verdana;
color:#666666;
font-size:11px;
font-weight:bold;
}
.product_description
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#898988;
font-weight:bold;
}
.product_description_fea
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#898988;
font-weight:bold;
}

.product_description_listing
{
font-family:Arial;
font-size:12px;
color:#898988;

}
.product_price
{
font-family:Verdana;
font-size:12px;
color:#DF210A;
font-weight:bold;
}

a.footer01
{
font-size:11px;
font-family:Verdana;
color:#5F5F5F;
text-decoration:none;
}
a.footer01:hover
{
font-size:11px;
font-family:Verdana;
color:#5F5F5F;
text-decoration:underline;
}
.footer
{
color:#FFFFFF;
font-size:11px;
font-family:Verdana;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:20px;

}
.footernew
{
color:#FFFFFF;
font-size:11px;
font-family:Verdana;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:20px;
background-image:url(../images/bg.jpg);
}
a.footer_link
{
text-decoration:none;
font-size:11px;
font-family:Verdana;
color:#FFFFFF;
}
a.footer_link:hover
{
text-decoration:underline;
font-size:11px;
font-family:Verdana;
color:#FFFFFF;
}
#nav
{
display:block;
width:177px;
font-family:Verdana;
color:#504F4F;
font-size:12px;
text-decoration:none;
}
#nav a
{
background-image:url(../images/category_bg.jpg);
background-repeat:no-repeat;
text-decoration:none;
display:block;
font-family:Verdana;
color:#504F4F;
font-size:12px;
height:32px;
padding-left:25px;
padding-top:6px;
padding-bottom:0px;
margin-bottom:-5px;
}
#nav a:hover
{
text-decoration:underline;
display:block;
font-family:Verdana;
color:#504F4F;
font-size:12px;
}
.resource_title
{
text-decoration:none;
font-family:Verdana;
color:#cccccc;
font-weight:bold;
font-size:14px;
}
.resource_title:hover
{
text-decoration:underline;
font-family:Verdana;
color:#cccccc;
font-weight:bold;
font-size:14px;
}
.resource_keywordlink
{
text-decoration:none;
font-family:Verdana;
color:#504f4f;
font-weight:normal;
font-size:12px;
}
.resource_keywordlink:hover
{
text-decoration:underline;
font-family:Verdana;
color:#504f4f;
font-weight:normal;
font-size:12px;
}
.newsleller_field
{
width:85px;
}
.paging_txt
{color:#53919c;}
a.paging_txt1
{
color:#53919c;
background-image:url(../images/paging_box.gif);
background-repeat:no-repeat;
background-position:1px 3px;
line-height:30px;
padding:10px;
text-decoration:none;
}
.blue_border {
	border: 1px solid #77d8fe;
}
.normal{
	font-family:Verdana;
	font-size: 14px;
	}.paging_txt
{color:#53919c;}
a.paging_txt1
{
color:#53919c;
background-image:url(../images/paging_box.gif);
background-repeat:no-repeat;
background-position:1px 3px;
line-height:30px;
padding:10px;
text-decoration:none;
}
.blue_border {
	border: 1px solid #77d8fe;
}
.normal{
	font-family:Verdana;
	font-size: 14px;
	}
	
#catlinks, #catlinks a:link, #catlinks a:visited  {
font-weight: bold;
color: #29499E;
text-decoration: none;
font-size:14px;
}

#catlinks a:hover{
font-weight: bold;
color: #898988;
text-decoration: none;
font-size:14px;
}
.dropdown{ width:150px;
background-color:#e3f5ff;
width:121px;
height:18px;
font-size:11px;
border:1px solid #000000;
}	
#un div.tableheading {
	height: 25px;
	background: #abbbd3;
	background-image: url(../images/tile_back.jpg);
	background-repeat: repeat-x;
	color: #fff;
/*	font-size: x-small;*/
font-size:9px;

	font-weight: bold;
	border: 1px solid #9a9a9a;
	/*padding: 3px 6px 0px 6px;*/
	padding-left: 50px;
	}
.cartLink{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#898988;
}
a.cartLink, a.cartLink:link, a.cartLink:hover, a.cartLink:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#898988;
}
.product_attrib_link {
display:block;
cursor:pointer;
}
.topten,a.topten,a.topten:link,a.topten:hover,a.topten:active,a.topten:visited
{
font-family:Verdana;
color:#1F4671;
font-size:11px;
font-weight:bold;
}
.top_number{
font-family:Verdana;
color:#1F4671;
font-size:14px;
font-weight:bold;

}

/* Sitemap */
#linklist .ul {list-style-type:none;}
#linklist .linklist_title {border-bottom:1px dotted #ccc;padding:5px 0;margin:5px 0;font-size:18px;line-height:23px;font-weight:normal;color:#5AB4F8;}
#linklist .linklist_title a {font-size:18px;line-height:23px;font-weight:normal;}
#linklist .linklist_title a:hover {text-decoration:none;}
#linklist .ul {margin:0 0 20px 0;padding:0;}
#linklist .ul .li {margin:0 0 4px 0;padding:0;}
#linklist .ul .li a {padding-left:30px;text-decoration:none;}
#linklist .ul .li a:hover {text-decoration:underline;}
#linklist .linklist_item {margin:0 0 14px 0;padding:0 0 0 25px;}
#linklist .linklist_item a {text-decoration:none;}
#linklist .linklist_item a:hover {text-decoration:underline;}
#linklist .ul .ul,
#linklist .ul .ul .ul
#linklist .ul .ul .ul .ul {margin:4px 0 0 0;padding-left:30px;}

div.ul div.li {
	background-image:url(/images/li.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:12px;
}

/* section specific footer Links */
#sectionLinks {text-align:center;padding-top:5px;color:#ccc;line-height:15px;}
#sectionLinks a {padding: 0 7px;color:#FFFFFF;}
#sectionLinks a:hover {text-decoration:underline;}


#productMainImage {
	float:left;
	text-align: left;
	margin: 0em 1em 1em 0em ;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
.sideBoxContent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:12px;
	width: auto; /* Main Menu Item widths */
}
.sideBoxContent ul li {
	position: relative;
}
/* Top level menu links style */
.sideBoxContent ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #0471a0;
	text-decoration: none;
	padding: 6px 11px 6px 11px;
	border-bottom: 1px dashed #62c9f6;
}
.sideBoxContent ul li a:link, .sideBoxContent ul li a:visited, .sideBoxContent ul li a:active {
	background-color: #fff; /*background of tabs (default state)*/
	background: url(../../../../images/site/bullet_blue.gif) no-repeat;
	background-position: 0.1em 0.5em;
	padding-left:20px;
}
.sideBoxContent ul li a:visited {
	color: #0471a0;
}
.sideBoxContent ul li a:hover {
	background-color: #cadde6;
}
/*Sub level menu items */
.sideBoxContent ul li ul {
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}
/* Holly Hack for IE \*/
* html .sideBoxContent ul li {
	float: left;
	height: 1%;
}
* html .sideBoxContent ul li a {
	height: 1%;
}
/* End */	
.headerNavText { display:none;}