/**
* Main CSS Stylesheet
*
* @package templateSystem
* @copyright Copyright 2003-2005 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_new.css 3286 2006-03-28 01:14:04Z drbyte $
*/

/* YUI Reset CSS 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	list-style-type: none;
} */

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:3px;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}
/* End YUI Reset CSS */



body {
margin-top:0;
text-align:center; /centres site in IE */
color: #555;
font: 12px arial, sans-serif;
background-color:#e6efef;
/* background-image: url("../images/bg.gif"); */
}

body { /* These must be defined separately or they break their IE counterpart */
text-align:-moz-center; /* centres site in Firefox */
text-align:-khtml-center; /* centres site in Chrome */
color: #555;
}

p {
padding-bottom:6px;
background-color: white;
color: #626262; /* set to highlight things not caught by css formatting */
}

a img {border: none; }

a:link {
color:#2a5353;
text-decoration:none;
font-weight:normal;
}

a:visited {
color:#376f6f;
text-decoration:none;
font-weight:normal;
}

a:hover {
color:#996633;
text-decoration:underline;
}

h1, h1.pagetitle {
font-size: 1.5em;
color:#2a5354;
font-weight:bold;
font-variant: small-caps;
text-transform: uppercase;
}
 
h2 {
font-size: 1.2em;
color: #006666; 
font-weight: 600; 
text-align: left;
}

h3 {
font-size: 1.1em;
}

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

.biggerText {
font-size: 1.2em;
}

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

em {
font-style:italic;
font-weight:bold;
font-size:1.05em;
}

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

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

TEXTAREA {
margin: auto;
display: block;
width: 90%;
}

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

FIELDSET {
padding: 0.5em;
margin: 10px;
border: 1px solid #A4A4A4;
}

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

LABEL, h4.optionName {
line-height: 1.25em;
padding: 0.1em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
font-size: 0.90em;
margin: 0.2em 0.5em;
}

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

LABEL.inputLabel {
/* font-size: 12px; */
width: 10em;
float: left;
}

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

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

ADDRESS {
font-style: normal;
}

.clearBoth {
clear: both;
}

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



/*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 {
vertical-align: top;
width:950px; /* width of shop */
float: center;
/* max-width:950px; */
background-color:#fff; /* gives the store a white background */
}


/* main content area */

#headerpic {
position: relative;
background: url("../images/geowhat-hdr.jpg");
background-repeat: no-repeat;
height: 110px;
width: 950px;
}

#slogan {
position: absolute;
top: 15px;
left: 50px;
}

#slogan h1 {
margin:0px;
font-family: "trebuchet ms", arial, san-serif;
font-size: 40px;
color: #fffffe;
font-weight: normal;
text-align: left;
}

#slogan h2 {
color: #d9f2f4; 
margin:0; 
font-family: "times new roman", serif; 
font-size: 18px; 
font-weight: normal; 
text-align: left;
}

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

#headerWrapper, #headerWrapper a {
margin-bottom: 10px;
background-color: #004f4f;
color: #ffffff;
}

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

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
margin: 5px 0px;
width: 46%;
}

.wrapperAttribsOptions {
margin: 0.3em 0em;
}



/* HEADER */

#navMainWrapper {
color: #fffffe;
background-color: #004f4f;
position: relative;
}

#navMainWrapper a:link, #navMainWrapper a:visited {
color: #fffffe;
text-decoration:none;
}

#navMainWrapper a:hover {
color: #99cccc;
}

#headerContent {
}

#headerContent #logoimg {
border: 0px;
position: relative;
top: 25px;
left: 30px;
}

#nameWrapper {
padding:25px 0 10px 30px;
}

#nameWrapper a, #nameWrapper a:visited {
font-size:25px;
text-decoration:none;
color:#fffffe;
font-weight:normal;
}

#taglineWrapper {
font-size:20px;
padding:10px 0 10px 60px;
margin-top:-30px;
color:#fffffe;
}

#navCurrenciesWrapper {
color: #555;
text-align: right;
background-color: #ddd;
padding-top: 3px;
padding-bottom: 3px;
}

#navCurrenciesWrapper a {
font-weight: normal;
text-decoration: underline;
}

#navCurrenciesWrapper a:hover {
color: #FF9900;
font-weight: normal;
text-decoration: underline;
}

#navEZPagesTop {
text-align:left;
padding-top: 4px;
padding-left: 10px;
padding-bottom: 4px;
color: #cde3e3;
}

#navEZPagesTop a:link, #navEZPagesTop a:visited {
color:#fffffe;
font-weight: normal;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
text-decoration: none;
}

#navEZPagesTop a:hover {
color:#b9d5d5;
}

#topmenubar {
/* background: url("../images/menubar.gif");
background-repeat: no-repeat; 
width: 850px;
height: 55px;
*/
color: #8B5D0C;
background-color: #004f4f;
height: 10px;
}

#indexDefaultMainContent {
padding-left: 0px;
}

#indexDefaultMainContent p{
margin:0;
}

#navMainSearch {
margin:0 5px 0 0;
float: right;
}

#navMainSearch input {
font-size: 10px;
}

#categoryDescription {
margin-left: 5px;
}


/*navigation*/

.navSplitPagesResult {
margin: 0.5em;
font-size: 0.9em;
}

.navSplitPagesLinks {
margin: 0.5em;
font-size: 0.9em;
}

.navNextPrevCounter {
margin: 0em;
font-size: 0.9em;
}

.navNextPrevList {
display: inline;
white-space: nowrap;
margin: 0;
padding: 0.5em 0.2em;
list-style-type: none;
}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
font-weight: normal;
height: 1%;
width: 100%;
}

#footerhsy a:link, #footerhsy a:visited{
color: #fffffe;
text-decoration: none;
}

#footerhsy a:hover {
color:#fffffe;
text-decoration: underline;
}

#footerhsy {
background-color: #004f4f;
border-top: 7px solid #e4eadb;
color: #DFD9C7;
padding-bottom: 10px;
}

#navMain {
padding-right: 7px;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
margin: 0;
padding: 6px 5px;
list-style-type: none;
text-align: center;
line-height: 16px;
color: #004f4f;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
white-space: nowrap;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.2em;
margin: 0;
}

#headerWrapper #navMain ul li {
}

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

#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 {
border-bottom:1px solid #eee;
padding: 0px 0 5px 0;
margin:3px 25px 0 15px;
}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
text-align:left;
width: 100%;
margin: 0;
padding: 0;
}

#whatsNew img {
border: 1px solid #dde;
}

#whatsNew {
padding-left: 0px;
}

#gvFaqDefaultMainContent {
padding-left: 5px;
}

#productGeneral {
margin: 10px;
/* background-color:#F8E8D4; */
}

#cartInstructionsDisplay {
margin-left: 10px;
}

.important {
margin-left: 10px;
}

#productAdditionalImages {
clear: both;
}

#productDescription, .shippingEstimatorWrapper {
padding: 0.5em;
}

.alert {
color: #FF0000;
margin-left: 0.1em;
font-size: 0.9em;
}

.advisory {}

.important {
font-size: 1.1em;
}

.notice {}

.rating{}

.gvBal {
float: right;
}

#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding: 0.8em;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, #footer {
font-size: 0.9em;
}

#siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, #footer {
margin-bottom:10px;
}



/*Shopping Cart Display*/

#cartAdd {
text-align: center;
margin: 1em 0 1em 0;
border:1px solid #ccc;
padding: 1em;
float:left;
clear:right;
margin-right: 10px;
}

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

.cartTableHeading, #cartSubTotal {
background-color: #e9e9e9;
height: 2.2em;
}

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

.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: #2a5353;
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;
}

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

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

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

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

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

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

.amount {
width: 5.5em;
}


/*Image Display*/

#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
margin: 0 20px 10px 0 ;
}

#productMainImage a:link {
text-decoration: none;
}

#productAdditionalImages a:link {
text-decoration: none;
}

#productMainImage img {
border: 1px solid #cce;
}

.categoryIcon {}

#cartImage {
margin: 0.5em 1em;
}



/*Attributes*/

.attribImg {
width: 20%;
margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
margin: 1em 0em;
}

.centerBoxContents {
padding: 0 5px 5px 5px;
}

h3.itemTitle a:link, h3.itemTitle a:visited {
text-decoration: none;
font-weight: bold;
}

h3.itemTitle a:hover {
text-decoration: underline;
}



/* BOXES */

#navColumnOne, #navColumnTwo {
background-color: #fff;
padding: 0
}

.centerColumn, .narrowColumn, .wideColumn, #indexProductList {
margin: 0 10px;
padding: 0;
}

.centerColumn p {
margin: 0;
}

#loginDefault {
padding-left: 15px;
}

h2.centerBoxHeading {
/* background:transparent url('../images/box-title-bg.jpg') center center repeat-x; */
font: 13px tahoma, arial, sans-serif;
font-weight: bold;
padding-top: 4px;
padding-bottom: 4px;
padding-left:12px;
color:#fffff3;
background-color: #2a5353;
/* background-image: url("../images/heading-bg.gif"); */
background-position: 7px 3px;
background-repeat: no-repeat;
text-align:left;
/* border-bottom: 3px solid #FDE4A7; */
}

.productListing-rowheading, TR.tableHeading {
height:30px;
font: 13px tahoma, arial, sans-serif;
font-weight: bold;
margin:0 0 0 5px;
}

.centerBoxWrapper, .tabTable {
padding: 0px;
height: 1%; /*do not remove- IEhack*/
margin-bottom: 1em;
line-height:1.4;
/* background:#b9d5d5 url('../images/content-bg.jpg') 0 28px repeat-x; */
}

.centerBoxWrapper {
margin-top: 20px;
}

#navColumnOneWrapper {
margin: 0 7px 0 7px;
background-color: #fff;
}

#navColumnTwoWrapper {
margin: 0 7px 0 7px;
background-color: #fff;
}

.leftBoxContainer, .rightBoxContainer {
background-color: #e6efef;
border: solid 1px #bbb;
margin: 0 0 10px 0;
}

.leftBoxContainer ul, .rightBoxContainer ul {
padding-left: 8px;
padding-right: 6px;
}

.sideBoxContent {
padding: 3px 5px;
/* background:transparent url('../images/content-bg.jpg') top center repeat-x; */
/* line-height:10px; */
}

.sideBoxContent ul {
list-style-type: none;
}

.sideBoxListing {
list-style: none! important; /* ! Important overrides an IE7 annoyance */
padding-left: 5px; 
}

.leftBoxContainer a:link, .rightBoxContainer a:link {
color: #2a5353;
text-decoration: none;
}

.leftBoxContainer a:visited, .rightBoxContainer a:visited {
color: #2a5353;
text-decoration: none;
}

.leftBoxContainer a:hover, .rightBoxContainer a:hover {
color:#996633;
text-decoration: none;
}

h3.rightBoxHeading, h3.leftBoxHeading {
color: #fffffe;
text-align:left;
font: 13px tahoma, arial, sans-serif;
font-weight: bold;
margin:0;
padding-left: 12px; 
padding-top: 4px;
padding-bottom: 4px; 
}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link {
color:#fffffe;
font-weight: bold;
font-size: 13px;
text-decoration: none;
}

h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
color:#fffffe;
font-weight: bold;
font-size: 13px;
text-decoration: none;
} 

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
color:#ffcc00;
text-decoration: underline;
}

.leftBoxHeading, .rightBoxHeading {
background-color: #397272;
}

.fbConnectWidgetHeaderTitle {
color: #1C2A47;
border: 1px solid #C6CEDD;
padding-bottom: 2px;
padding-top: 2px;
cursor: default;
}

#categories {
}

#categoriesHeading {
}

.category-top, .category-links {
/* background-image: url(../images/point.gif); */
background-repeat: no-repeat;
background-position: center left;
}

#navCatTabs{
background-color: #e6efef;
}

#navCatTabs .category-top, .category-links {
background-image: none;
background-color: #e6efef;
color: #e6efef;
}

#navCatTabs a.category-top:link, #navCatTabs a.category-top:visited {
color: #2a5353;
font-weight: bold;
}

#navCatTabs a.category-top:hover {
color: #996633;
}

#informationContent a:link, #informationContent a:visited {
/* background-image: url(../images/point.gif); */
background-repeat: no-repeat;
background-position: center left;
}

#moreinformationContent a:link, #moreinformationContent a:visited {
/* background-image: url(../images/point.gif); */
background-repeat: no-repeat;
background-position: center left;
}

#ezpagesContent a:link, #ezpagesContent a:visited {
/* background-image: url(../images/point.gif); */
background-repeat: no-repeat;
background-position: center left;
}

.centerBoxContentsNew a:link, .centerBoxContentsNew a:visited {
text-decoration: none;
background-repeat: no-repeat;
background-position: center left;
padding-left: 14px;
line-height: 20px;
}

.centerBoxContentsNew a:hover {
text-decoration: underline;
}

h3 label {
font-size:1.0em;
}

#navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.rightBoxHeading a:link {
color: #fffffe;
font-weight: bold;
}

#navColumnTwoWrapper h3.leftBoxHeading a:link, #navColumnTwoWrapper h3.rightBoxHeading a:link {
color: #fffffe;
font-weight: bold;
}

#navColumnOneWrapper h3.leftBoxHeading a:visited, #navColumnOneWrapper h3.rightBoxHeading a:visited {
color: #fffffe;
font-weight: bold;
}

#navColumnTwoWrapper h3.leftBoxHeading a:visited, #navColumnTwoWrapper h3.rightBoxHeading a:visited {
color: #fffffe;
font-weight: bold;
}

#navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnOneWrapper h3.rightBoxHeading a:hover {
color:#ffcc00;
font-weight: bold;
}

#navColumnTwoWrapper h3.leftBoxHeading a:hover, #navColumnTwoWrapper h3.rightBoxHeading a:hover {
color:#ffcc00;
font-weight: bold;
} 

#search {
/* background-color: #f7efdf; */
}

#search input{
font-size: 11px;
}

#manufacturers {
/* background-color: #E8E8D4; */
}

/* PRODUCT LISTING */

.productListing-rowheading a {
color:#000;
text-decoration: underline;
}

.productListing-data a:link, .productListing-data a:visited {
color:#000;
text-decoration: underline;
}

.productListing-data a:hover {
color:#cc6600;
text-decoration: underline;
}

.productListing-data img {
padding:0px;
margin: 8px;
}

.listingProductImage {
padding:2px;
border: 1px solid #ddeedd;
margin: 8px;
}

.productListing-data {
border-top: 1px solid #ddeedd;
padding: 5px;
}

.productListing-even {
background-color:#fff;
}

.productListing-odd {
background-color:#fff;
}

/* PRODUCT INFO */
#productDetailsList, #productDetailsList li {
list-style-type:none;
margin-left:0;
padding-left:0;
}

/* FOOTER */

#authorLink {
text-align:center;
font-size:.9em;
}

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

.navNextPrevWrapper {
margin-bottom: 15px;
}

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

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

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

#bannerboxHeading {
}
#upProductsHeading {
text-align: left;
}
#upDateHeading {
text-align: right;
}
/*misc*/
.back {
float: left;
}

.back1 {
float: right;
}

.forward {
float: right;
}

.bold {
font-weight: bold;
}

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

.rowEven {
background-color: #F4F4F4;
height: 1.5em;
vertical-align: top;
}

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
}

#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 {
background-color: #ffffff;
}

.hiddenField {
display: none;
}
.visibleField {
display: inline;
}

#infoShoppingCart {
background-image: none;
background-color: #fff;
}

a:link.productListing-heading {
text-decoration: none;
}

.orderHistList {
margin:5px 5px 5px 15px;
padding:0;
}

#orderhistoryContent .orderHistList li a:link, #orderhistoryContent .orderHistList li a:visited {
margin:0;
padding:0;
}

#bestsellersContent {
margin:0px 0px 0px 10px;
}

#bestsellersContent li a:link, #bestsellersContent li a:visited {
margin:0;
padding:0;
}

.cartBoxCheckout a:link, .cartBoxCheckout a:visited {
margin:0;
padding:0;
}

/* WordPress Additions */
.linkcat {
	list-style-type:none;
}

.linkcat h2 {
	font-size:1px;
}


/* UL handling */

ul {
margin:3px;
}

ul.disc {
list-style-type: disc;
}

ul.circle {
list-style-type: circle;
}

ul.square {
list-style-type: square;
}

ul.none {
list-style-type: none;
}




