/**
 * 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 {
/*															Added by Adam!  */
	background-color: #003;
	margin: 0px;
	padding: 0px;
	background-image: url(../../../../../icons/bodyback2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
	
#stars{
	background-image: url(http://www.scoobyprojects.co.uk/icons/stars.png);
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 20px;
	height: 101px;
	width: 169px;
	border: none;
}
#stars img, #hoverstar, #stars img a {
	border: none;
}
.reflect{
-webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.3)));
}

a img {border: none; }

p a {
	color: #00F;
	text-decoration: none;
}
p a:hover, h2.greeting a:hover {
	text-decoration: underline;
}

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

#navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #F00;
	}

a:active {
	color: #00F;
	}

#spectable, .infotable {
	padding: 0px;
	width: auto;
	margin: 0px 10px;
	border: 1px solid #AAA;
	background-image: url(http://www.scoobyprojects.co.uk/icons/homeboxfade.png);
	background-repeat: repeat-x;
	background-position: top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;/*	box-shadow:0px 1px 5px #AAA;
	-webkit-box-shadow:0px 1px 5px #AAA;
	-moz-box-shadow:0px 1px 5px #AAA; */

}
#spectable th, .infotable th {
	text-align: right !important;
	vertical-align: top;
	margin: 0px;
	padding: 0px 10px 0px 30px;
	white-space: nowrap;
}
#spectable th a, #spectable td a, .infotable th a, .infotable td a {
	color: #000;
}
#spectable td, .infotable td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	width: 100%;
	padding: 0px 10px 0px 0px;
}


h1 {
	white-space: nowrap;
	width: auto;
	color: black;
	height: auto;
	clear: both;
	position: relative;
	top: 0px;
	text-align: left;
	text-indent: 10px;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 3px double #AAA;
	text-indent: 40px;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	line-height: 100%;
}
#productPrices{
	color: #000;
	font-size: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 41px;
	border-bottom: 1px solid #AAA;
	margin: 0px;
	line-height: 120%;
	background-image: url(../../../../../icons/homeboxfade.png);
	background-repeat: repeat-x;
	background-position: top;
}

h2.greeting{
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 0px;
	color: #000;
	font-size: 120%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 41px;
	border-bottom: 1px solid #BBB;
	margin: 0px;
	line-height: 120%;
	background-color: #F0F0F0;	

}


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: 95%;
	}
input, select, textarea {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	color: #000;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

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

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

LABEL.inputLabel {
	width: 9em;
	float: left;
	margin-left: 10px;
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	}

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

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

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

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

 .clearBoth {
	clear: both;
	}  

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	border: 1px solid #AAA;
	text-align: center;
	vertical-align: text-top;
	margin: 0px;
	padding: 3px;
	font-size: 120%;
	font-weight: bold;
	text-indent: 0px;
	white-space: nowrap;
}

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

.messageStackSuccess {
	background-color: #9F9;
	color: #000}

.messageStackCaution {
	background-color: #FF6;
	color: #000}

/*wrappers - page or section containers*/


#contentMainWrapper, #ezPageBoxList, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0px;
	padding: 0px;
	}

#mainWrapper {
	color: #000;
	background-color: #FFF;
	margin: 0px auto 20px auto !important;
	padding: 0px;
	clear: both;
	width: 960px;
	height: 100%;
	position: relative;
	top: 0px;
	border: 1px solid #AAA;
	font-size: 80%;
	line-height: 150%;
	background-image: url(http://www.scoobyprojects.co.uk/icons/side_back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% top;
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	overflow: hidden;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:5px 5px 50px #000;
	-webkit-box-shadow:5px 5px 50px #000;
	-moz-box-shadow:5px 5px 50px #000;
}
	
html>body #mainWrapper {
	width: 100%;
	max-width: 920px;
	background-image: url(http://www.scoobyprojects.co.uk/icons/side_back.png);

}
	
/*  																More added by Adam (new code)  */
#header {
	position: absolute;
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	max-width: 920px;
	height: 54px;
	top: 0px;
	border: none;
	background-image: url(http://www.scoobyprojects.co.uk/icons/titleband2.png);
	background-position: left bottom;
	z-index: 50;
	border-bottom: 1px solid #AAA;
	background-repeat: repeat-x;
}
html>body #header {
	position: fixed;
	background-image: url(http://www.scoobyprojects.co.uk/icons/titleband2.png);
}
#header a:hover {
	text-decoration: underline;
}
#navColumnOneWrapper, #navColumnTwoWrapper, {
	margin: auto;
	padding: 0px;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0px;
	margin-right: 0px;
	}
	
#nav_blank {
	left: 0px;
	position: absolute;
	width: 100%;
	height: 23px;
	top: 0px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #000;
	background-color: #0000FF;
	background-image: url(../icons/bar.png);
	background-repeat: repeat-x;
	background-position: top;
}
	
#nav_blank h1 {
	position: absolute;
	margin: 0px;
	font-size: 32px;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 95px;
	font-weight: bold;
	text-align: left;
	line-height: 100% !important;
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	top: -7px;
	color: #FFFF00;
	font-style: italic;
	z-index: 20;
	border: none;
	text-indent: 0px;
	visibility: hidden;
}

#logo {
	position: absolute;
	left: 2px;
	top: 3px;
	z-index: 25;
	border: 0px none;
}
.scoobyprojects {
	position: absolute;
	left: 98px;
	top: -5px;
	z-index: 13;
	border: 0px none;
}
	
/*  													End of added by Adam  */
#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 9px;
	width: 46%;
	}
fieldset {
	margin: 9px;
	background-image: url(../../../../../icons/greyfade.png);
	border: 1px solid #AAA;
}
	
legend {
	background-color: #00F;
	border: 1px solid #666;
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/title_back.gif);
	color: #FFF;
	font-weight: normal;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	margin-left: 10px;
}
.navSplitPagesLinks {}

.navNextPrevCounter {
	font-size: 0.9em;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
	text-indent: 0px;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}
#navSuppWrapper {
	visibility: hidden;
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #AAA;
	background-image:none;
}

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

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

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

#navCatTabs ul li a {
	color: #AAA;
	}

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

#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 {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #666;
	font-size: 10px;
}
#navBreadCrumb a {
	color: #555;
	text-decoration: none;
	font-weight: normal;
}
#navBreadCrumb a:hover {
	color: #000;
	text-decoration: underline;
}


#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .alert {
	vertical-align: top;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 110%;
}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0px;
	}

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

/*Basket Display*/

#cartoutbox {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
	border: none;
}
#cartoutbox tr {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}
#cartoutbox td {
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	width: 50%;
}
#cartAdd {
	text-align: center;
	border: 1px solid #AAA;
	clear: both;
	background-image: url(../../../../../icons/fade150.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 180px;
	padding-top: 5px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#cartAdd input {
	background: none;
}
.cx {
	background-color: #FFF !important;
}
.cx:focus {
	background-color: #FFE !important;
}
.tableHeading TH {
	border-bottom: 1px solid #AAA;
	}

.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;
	}

.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;
	}

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

#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
#productMainImage {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	background: none !important;
	border: none;
}
#productMainImage img {
	border: none;
}
#listingProductImage {
	background: none !important;
	border: 1px solid #666;
}

.categoryIcon {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

#cartImage {
	margin: 0.5em 1em;
	}

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


.centerBoxWrapper {
	border: 1px solid #AAA;
	height: 1%;
	margin: 10px !important;
	clear: both;
	background-image: url(../../../../../icons/fade150.png);
	background-repeat: repeat-x;
	background-position: bottom;
	
		-moz-box-shadow:0px 1px 2px #AAA;
	box-shadow:0px 1px 2px #AAA;
	-webkit-box-shadow:0px 1px 2px #AAA;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	
}
.centerBoxWrapper a {
	color: #000;
	text-decoration: none;
}
.centerBoxWrapper a:hover {
	text-decoration: underline;
}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #000;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	font-size: 13px !important;
	border:none;
	font-weight:bold;
	margin:0;
	text-align:left !important;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom: 1px solid #CCC}

.leftBoxContainer, .rightBoxContainer {
	/*	border: 1px solid #AAA;
	border-bottom: 5px solid #336633;  */
	border: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.sideBoxContent {
/*	background-color: #ffffff;  */
	padding: 0px;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000;
	text-decoration: underline;
	} 
.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, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsFeatured, .gvBal, .attribImg {
	text-align: center !important;
	}

#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 */

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

#categoriesContent, #orderhistoryContent, #cartBoxListWrapper {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	width: 160px;
	height: 100%;
	border: none;
	margin: 0px;
	font-size: 12px !important;
	line-height: 120% !important;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#categoriesContent ul, #orderhistoryContent ul, #cartBoxListWrapper ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#categoriesContent li, #orderhistoryContent li, #cartBoxListWrapper li {
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	z-index: 2;
}
#categoriesContent li a, #orderhistoryContent li a, #cartBoxListWrapper li a {
	display: block;
	text-decoration: none;
	/* 	border-left: 8px solid #009; */
	border-left: none;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	z-index: 2;
	color: #555;
}
#orderhistoryContent li a, #cartBoxListWrapper li a  { padding-left: 10px; }

#categoriesContent li a:hover, #orderhistoryContent li a:hover, #cartBoxListWrapper li a:hover {
	background-image: url(../../../../../icons/side_highlight.png);
	text-decoration: underline;
	color: #000;
}
.cc {
	position: absolute;
	text-align: right;
	margin-top: -14px;
	z-index: 0;
	left: 144px;
	width: 14px;
	font-size: 70%;
	color: #888;
	height: 10px;
	padding: 0px;
	visibility: hidden;
}

a.category-top, a.category-top:visited {
	color: #666;
}
a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
	color: #000 !important;
/*	padding-left: 15px !important;  */
	background-image: url(../../../../../icons/side_light.png);
}
/* A.category-products, A.category-products:visited {
	border-left-color: #00F !important;
} */
.category-subs-parent, .category-subs-selected {
	color: #000 !important;
	text-decoration: underline !important;
}
.category-subs-parent {
	background-image: url(../../../../../icons/side_highlight.png) !important;
}
/*.category-subs-selected {
	border-left-color: #FF0 !important;  
	color: #000 !important;
} */
.category-links {
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
}
A.category-links {
	color: #000;
	text-decoration: none;
}
A.category-links:hover {
	color: #000;
	text-decoration: underline;
}
/* 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: #00F;
	background-image: url(../images/title_back.gif);
	height: 24px;
	color: #FFFFFF;   */
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	color: #555;
	font-size: 12px;
}
.productListing-rowheading a {
	color: #555;
}
.productListing-rowheading a:hover {
	color: #000;
	text-decoration: underline;
}
.productListing-heading {
	padding: 4px 0px;
	border-bottom: 1px solid #AAA;
	white-space: nowrap;
}
#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 {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: none;
	font-size: 85%;
	}
.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;
	}

/*												All below this is added by Adam  */
#navmain {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	clear: both;
	width: 900px;
	max-width: 900px;
	position: absolute;
	top: 0px;
	height: 55px;
	margin: 0px;
	right: 0px;
	border: none;
}
#navmain ul li a {
	display: inline-block;
	width: 80px;
	height: 23px;
}
#navmain a {
/*	color: #FFE87C;   Light gold */  
	color: #DDD;
}
#home, #forum, #products, #projects, #sponsors, #contact {
	position: relative;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: none;
	z-index: 19;
}

#nav_home, #nav_forum, #nav_products, #nav_projects, #nav_contact {
	position: absolute;
	width: 80px;
	height: 23px;
	text-align: center;
	top: 1px;
	font-weight: normal;
	text-indent: 0pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: none;
	display: inline-block;
}
#home #nav_home, #forum #nav_forum, #products #nav_products, #projects #nav_projects, #contact #nav_contact {
	background-image: url(../../../../../icons/tabback2.png);  /*  NEEDS A .gif VERSION  for IE6 */
}
#home #nav_home a, #forum #nav_forum a, #products #nav_products a, #projects #nav_projects a, #contact #nav_contact a {
	color: #FFF;
}
html>body #home #nav_home,html>body #forum #nav_forum,html>body #products #nav_products,html>body #projects #nav_projects,html>body #sponsors #nav_sponsors,html>body #contact #nav_contact {
	background-image: url(../../../../../icons/tabback2.png);
}
#nav_home a:hover, #nav_forum a:hover, #nav_products a:hover, #nav_projects a:hover, #nav_sponsors a:hover, #nav_contact a:hover {
	background-image: url(../../../../../icons/tabback2_hover.png);
	color: #FFF;
}
.phone{
	position:absolute;
	left:345px;
	top:8px;
	border:none;
	color:#DDD;
	font-size:15px;
	line-height:16px;
	font-weight:normal;
	font-style:normal}
#contactdetails {
	width: 250px;
	position: fixed;
	visibility: hidden;
	z-index: 100;
	height: auto;
	background-image: url(../icons/detailback.png);
	border: 2px solid #AAA;
	left: 400px;
	top: 30px;
	text-align: center;
	margin: 5px;
}
#nav_home {left: 470px;}
#nav_products {left: 550px;}
#nav_projects {left: 630px;}
#nav_forum {left: 710px;}
#nav_contact {left: 790px;}
#nav_blank {
	left: 0px;
	position: absolute;
	width: 100%;
	height: 23px;
	top: 0px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #000;
	background-color: #0000FF;
	background-image: url(../../../../../icons/bar.png);
	background-repeat: repeat-x;
	background-position: top;
}
#page {
	margin: 0px;
	right: 0px;
	padding: 55px 0px 0px 0px;
	clear: both;
	border: none;
/*	background-image: url(../../../../../icons/side_back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% top; */

	font-size: 90%;
	line-height: 130%;
}
/*
html>body #page {
	background-image: url(../../../../../icons/side_back.png);
} */

#search{
	color:black;
	position:absolute;
	height:24px;
	top:30px;
	width:auto;
	vertical-align:middle;
	border:none;
	padding: 2px 10px;
	margin:0;
	z-index:10;
	right:0px}
#search input{
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	font-family:"Segoe UI", "Arial Unicode MS", Arial,sans-serif;
	padding:0 27px;
	margin:0;
	vertical-align:middle;
	font-size:12px;
	width:104px;
	height:18px;
	font-variant:normal;
 border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px}
#searchbox{
	color:#666;
	height:18px !important;
	margin-bottom:0px !important;
	background-color:transparent;
	border:1px solid #AAA;
	visibility:visible}
#search input:focus, #search input:hover{
	color:#000 !important;
	border:1px solid #666}
#search input:focus{
	background-color:#FFF !important;
outline:none;
	width:184px;
-moz-box-shadow:0px 0px 6px #44F;
 box-shadow:0px 0px 6px #44F;
-webkit-box-shadow:0px 0px 6px #44F}
#searchimg{
	padding:0;
	margin:0;
	border: none;
	position: absolute;
	left: 16px;
	z-index: 100;
	height: 14px;
	width: 14px;
	bottom: 8px;
	overflow: visible;
	visibility: visible;
}
#sbimg{
	border: none;
	height: 14px;
	width: 14px;
}
#search a img{
	border: none;
}






#product_links {
	color: #DFDFDF;
	position: absolute;
	height: 24px;
	top: 28px;
	width: auto;
	border: none;
	margin: 0px;
	padding: 2px 0px;
	left: 150px;
	font-size: 11px;
	font-weight: normal;
	line-height: 220%;
}
#product_links ul {
	margin: 0px;
	padding: 0px;
}
#product_links ul li {
	display: inline-block;
	list-style-type: none;
	width: 100px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#product_links a {
	display: inline-block;
	width: 100px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	color: #666;
	text-decoration: none;
}
#product_links a:hover {
	background-image: url(../images/link_hover.png);
	text-decoration: underline;
	color: #000;	
}
.productListing-odd {background-color: #F3F3F3;}
.productListing-even {background-color: #E9E9E9;}
.productListing-odd, .productListing-even {
	overflow: hidden;
	position: relative;
}
.productListing-even a, .productListing-odd a {
	color: #000;
	text-decoration: none;
}
.productListing-even a:hover, .productListing-odd a:hover {
	text-decoration: underline;
}
.listingDescription {
	font-size: 120%;
	text-align: left;
	line-height: 130%;
	padding: 0px 10px 0px 29px;
}
.productListing-data {
	padding: 5px 0px;
	vertical-align: top;
}

.tabTable {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	width: auto;
	border: 1px solid #AAA;
	margin: 5px 10px;
	padding: 0px;
	position: relative;
}
.imgLink {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -100px;
}
#productTellFriendLink, #productReviewLink {
	clear: none;
	float: right;
}
#productDetailsList {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 98%;
}
#productDetailsList ul, #productDetailsList li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#reviewsInfoDefaultMainContent {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	padding: 5px;
}
#specials .centeredContent, #manufacturers .centeredContent, #information .sideBoxContent, #currencies .centeredContent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 120%;
}
#information .sideBoxContent a, #specials .centeredContent a {
	color: #555;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#information .sideBoxContent a:hover, #specials .centeredContent a:hover {
	color: #000;
	text-decoration: underline;
}
#categoryImgListing img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#categoryImgListing {
	float: right;
	padding: 10px;
}
#popupImage {
	background-color: #FFF;
	background-image: url(../../../../../icons/greyfade.png);
	background-repeat: repeat-x;
}
p {
	font-size: 120%;
	text-align: justify;
	text-indent: 30px;
	padding: 0px 10px;
	line-height: 150%;
}
h1+p, h2+p, h3+p, h4+p, div+p {
	text-indent: 0px;
	margin-top: 0px;
}
.centerColumn ul, .centerColumn ol  {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-indent: 0px;
	padding: 0px 1px 0px 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: left;
}
.centerColumn ul a:hover, .centerColumn ol a:hover  {
	text-decoration: underline;
}
.centerColumn li {
	margin-bottom: 5px;
}
blockquote {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 140%;
	background-color: #E9E9E9;
	text-align: justify;
	text-indent: 0px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	position: relative;
	border-color: #AAA;
	margin: 0px 10px;
	padding: 2px 25px;
}
#productInfoLink {
	clear: both;
}
h2.shipping, h3.shipping {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	text-indent: 40px;
	font-weight: bold;
}
h2.shipping {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
	font-size: 150%;
	margin-top: 20px;
	line-height: 150%;
}
.kx {
	margin-left: 180px;
	vertical-align: top !important;
	border: none;
	text-decoration: none;
	line-height: 110%;
	font-size: 120%;
}
.kx a {
	color: #000;
	text-decoration: none;
}
.kx a:hover {
	color: #F00;
	text-decoration: underline;
}
.kx a img {
	border: none;
}
.categoryListBoxContents a {
	color: #000;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
.categoryListBoxContents a:hover {
	text-decoration: underline;
}
h3.itemTitle {
	padding: 0px 10px 2px 29px;
	margin: 0px;
}
.main {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 10px;
	line-height: 150%;
}
#productAdditionalImages, #alsobought {
	border: 1px solid #AAA;
	margin: 10px;
	background-image: url(../../../../../icons/homeboxfade.png);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px 0px 20px 0px;
	text-align: left;
	position: relative;
	clear: both;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	
}
#alsobought a {
	color: #333;
	text-decoration: none;
}
#alsobought a:hover {
	color: #000;
	text-decoration: underline;
}
h5#addimagesheader, h5#alsoboughtheader, h2.centerBoxHeading {
	font-family: "Segoe UI", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	text-indent: 30px;
	font-size: 12px !important;
	font-weight: bold;
	padding: 0px !important;
	margin: 10px 0px !important;
	color: #333;
	text-align: left !important;
	border-bottom: 1px solid #AAA;
}
.centerBoxContentsAlsoPurch {
	float:left;
	text-align: center;
	height: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#productDateAvailable {
	clear: both;
	font-weight: bold;
}
#specialsDefault{
	background-image: url(../../../../../icons/homeboxfade.png);
	background-repeat: repeat-x;
	background-position: top;
}
#whatsNew{
	background-image: url(../../../../../icons/fade400.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.centerBoxContentsNew{
	padding: 5px 0px;
	text-align: center;
	vertical-align: bottom;
}
.iphone{
	visibility: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}
input, input:hover, input:focus, a, a:hover, a:link, a:visited{
  	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out}
	
h5.side{
	font-size:13px;
	border:none;
	padding:0;
	margin:0;
	font-weight:normal;
	text-align:left
}
.sideBoxContent li h5.side a{
	padding-left:10px;
/*	background-image: url(/icons/h5back.png);
	background-repeat: repeat;
	background-position: bottom; */
	height: 16px;
	color:#666;
	padding-bottom:2px !important;
}
.sideBoxContent ul {
	margin-top: 15px !important;
 }
 .t{
	position: absolute;
	visibility: hidden;
	line-height: 12px;
}
.new{
font-family:"Segoe UI", "Arial Unicode MS", Arial,sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	margin: 0px;
	padding: 1px;
	height: 11px !important;
	width: 30px !important;
	border: 1px solid #FFF;
	position: absolute;
	z-index: 50;
	top: -5px;
	right: -10px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-moz-box-shadow:1px 1px 4px #333;
	box-shadow:1px 1px 4px #333;
	-webkit-box-shadow:1px 1px 4px #333;
	font-variant: small-caps;
}
