/**
 * 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 $
 */
 
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	/*background: #654D8D url(../images/body_bg2.jpg) repeat-x;*/
	background: url('../images/wsp-bg-tile.jpg') top left #482776;
	}

p {
	margin: 0 0 1em 0 !important;
	padding: 0 0 0 0;
}

p.form-success {
	color: #fff;
	padding: 10px 20px;
	background: #0b731c;
	font-size: 1.1em;
}

#indexHomeBody h1#indexDefaultHeading {
	display: none;
}

#indexHomeBody h2.greeting {
	display: none;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:link, a:active, a:visited { color: #482776; text-decoration: none; }
a:hover { color: #33155c; text-decoration: underline; }

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

span.purple_01 {
	color: #654D8D;
}

h2#productPrices {
  display: none;
}

ul#productDetailsList {
  display: none;
}

div#productMainImage span.imgLink {
  display: none;
  
}

div.right_column_01 {
  float: left;
  width: 300px;
}

div.navNextPrevWrapper {
  margin-bottom: 20px;
}

div#productAttributes {
  float: left;
  /*margin-top: 20px;*/
}

div#productAttributes h3 {
  display: none;
}

div#productAttributes h4 {
  color: #43167F;
  width: 100%;
  margin: 0px;
}

/*----------------------------Main Menu---------------------------------*/
/*
body #nav {
	width: 950px;
	height: 50px;
	margin: 0 0 0 20px;
	background: transparent;
}
body #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
body #nav li {
	float: left;
	padding: 0 20px;
	line-height: 50px;
	background: url('../images/wsp-nav-divider.jpg') top right no-repeat transparent;
}
body #nav li a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}
body #nav li a:hover {
	text-decoration: underline;
}
*/

#nav-container {
	width: 950px;
	height: 50px;
	margin: 0 0 0 20px;
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 50px;
	z-index: 500;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
	z-index: 500;
}

#nav a {
	display: block;
	padding: 0 11px 0 12px;
	color: #fff;
	font-size: 1.2em;
	z-index: 500;
}

#nav a:hover {
	text-decoration: underline;
	z-index: 500;
}

#nav li ul li a {
	display: block;
	width: 140px;
	padding: 0 10px;
	font-size: 1em;
	z-index: 500;
}

#nav li { /* all list items */
	float: left;
	line-height: 50px;
	background: url('../images/wsp-nav-divider.jpg') top right no-repeat transparent;
	z-index: 500;
}

#nav li ul li {
	width: 160px; /* width needed or else Opera goes nuts */
	line-height: 30px;
	background: none top right no-repeat transparent;
	z-index: 500;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #482776;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 500;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 500;
}


/********* NAV LINKS ********************************/
body #nav li#m-home a { background-image: url(../images/nav_home.jpg); }
body #nav li#m-events a { background-image: url(../images/nav_events.jpg); }
body #nav li#m-products a { background-image: url(../images/nav_products.jpg); }
body #nav li#m-team a { background-image: url(../images/nav_team.jpg); }
body #nav li#m-bookus a { background-image: url(../images/nav_bookus.jpg); }
body #nav li#m-faq a { background-image: url(../images/nav_faq.jpg); }
body #nav li#m-fundraising a { background-image: url(../images/nav_fundraising.jpg); }
body #nav li#m-contact a { background-image: url(../images/nav_contact.jpg); }
body #nav li#m-logout a { background-image: url(../images/nav_logout.jpg); }
body #nav li#m-mycart a { background-image: url(../images/nav_mycart.jpg); }
body #nav li#m-checkout a { background-image: url(../images/nav_checkout.jpg); }
body #nav li#m-myaccount a { background-image: url(../images/nav_myaccount.jpg); }
body #nav li#m-login a { background-image: url(../images/nav_login.jpg); }
body #nav li#m-photos a { background-image: url(../images/nav_photos.jpg); }
#photo #m-events a,
#home #m-home a,
#events #m-events a,
#products #m-products a,
#team #m-team a,
#bookus #m-bookus a,
#faq #m-faq a,
#fundraising #m-fundraising a,
#contact #m-contact a,
#logout #m-logout a,
#mycart #m-mycart a,
#checkout #m-checkout a,
#myaccount #m-myaccount a,
#login #m-login a,
#login #m-photos a
{ 
	background-position: 0 -45px; 
}

div.centerBoxContentsProducts {
  padding-top: 10px;
  padding-bottom: 10px;
}

body #content {
	margin: 30px 20px 0;
	padding: 0 0 10px;
}

h1 {
	font-size: 1.5em;
	color: #43167f;
	}

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 {
	color: #43167f;
	margin: 0 0 1em;
}

h3.itemTitle {
	font-size: 1.05em;
	margin-top: 0.8em;
}

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;*/
	display: block;
	width: 300px;
	}

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

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

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

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
.categoryInner {
	width: 155px;
	padding: 10px 10px;
	border: 1px solid #aaa;
}

.categoryInner img {
	margin: 0 0 10px;
}

.categoryInner .categoryText {
	font-size: 1.1em;
}

.categoryListBoxContentsFull {
	padding: 10px 10px;
	border: 1px solid #aaa;
	margin: 0 0 0.5em;
	min-height: 100px;
}

.categoryListBoxContentsFull .categoryInnerFullImage {
	float: left;
	margin: 0 20px 0 0;
}

.categoryInnerFull {
	float: left;
	width: 500px;
}

#categoryDescription {
	margin: 0 0 1.5em;
}

.view-category-button {
	display: block;
	float: right;
	width: 129px;
	height: 44px;
	margin: 25px 0 0;
	background: url('../images/wsp-view-gallery.jpg') top left no-repeat #6435a3;
}

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

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

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

P, ADDRESS {
	margin: 0 0 1em;
	}

pre {}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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: 1em;
	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 {
	text-align: left;
	width: 990px;
	vertical-align: top;
	margin: 0 auto !important;
	padding: 10px 0 !important;
	background: none !important;
}
	
#canvas {
	background: url('../images/wsp-canvas-top.jpg') top left no-repeat #fff;
}

div.header_01 {
  position: relative;
  width: 990px;
  height: 155px;
  background: #fff url("../images/home_h1_03.jpg") top left no-repeat;
}

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

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
	

#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: 0.3em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #ffffff;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 972px;
	margin: 0px auto;
	text-align: left;
	}
	
#navMainWrapper {
  position: absolute;
  margin: 0em;
	background-color: transparent;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	width: 100%;
	bottom: 0px;
}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	margin-left: 14px;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #43167F;
	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.3em 3px;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
  display: none;
	background-color: #ffff33;
	}

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

#navColumnOne {
	background-color: transparent;
	}

#navColumnTwo {
	background-color: transparent;
	}

div.left_column_01 {
	float: left;
	width: 400px;
}

div.right_column_01 {
	float: right;
	width: 420px;
	/*position: relative;*/
	padding-bottom: 100px;
}

div.killthefloats {
	clear: both;
}

div.clipboard_01 {
  width: 450px;
  margin: 0px auto;
}

div.clipboard_top_01 {
  background: url(../images/clipboard_top_02.jpg) top left no-repeat;
  width: 450px;
  height: 75px;
}

div.clipboard_main_01 {
  text-align: center;
  background: url(../images/clipboard_main_02.jpg) top left repeat-y;
  width: 450px;
  min-height: 300px;
}

div.clipboard_bottom_01 {
  background: url(../images/clipboard_bottom_02.jpg) top left no-repeat;
  height: 18px;
  width: 450px;
}

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

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

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 0;
	}
	
#loginDefault {
	width: 610px;
}
	
.home-left-column {
    float: left;
    width: 620px;
}

.home-right-column {
    float: right;
    width: 290px;
}

.area-yellow-top, .area-green-top, .area-blue-top, .area-pink-top {
	width: 290px;
	margin: 0 0 1.5em;
}

.area-yellow-top {
	float: left;
	background: url('../images/wsp-area-yellow-top.jpg') top left no-repeat transparent;
}

.area-green-top {
	float: right;
	background: url('../images/wsp-area-green-top.jpg') top left no-repeat transparent;
}

.area-blue-top {
	float: left;
	background: url('../images/wsp-area-blue-top.jpg') top left no-repeat transparent;
}

.area-pink-top {
	float: right;
	background: url('../images/wsp-area-pink-top.jpg') top left no-repeat transparent;
}

.area-yellow-bottom, .area-green-bottom, .area-blue-bottom, .area-pink-bottom {
	width: 270px;
	padding: 10px;
	color: #fff;
}

.area-wide-top {
	background: url('../images/wsp-area-wide-top.jpg') top left no-repeat transparent;
}

.area-wide-bottom {
	width: 600px;
	padding: 10px;
	color: #fff;
	line-height: 44px;
	background: url('../images/wsp-area-wide-bottom.jpg') bottom left no-repeat transparent;
}

.area-wide-bottom h3 {
	color: #fff;
	margin: 0 0 0 0;
}

#click-here-for-events {
	float: right;
	display: block;
	width: 189px;
	height: 44px;
	background: url('../images/wsp-click-here-for-events.jpg') top left no-repeat transparent;
}

.area-yellow-bottom h3, .area-green-bottom h3, .area-blue-bottom h3, .area-pink-bottom h3 {
	color: #fff;
}

.area-yellow-bottom {
	background: url('../images/wsp-area-yellow-bottom.jpg') bottom left no-repeat transparent;
}

.area-green-bottom {
	background: url('../images/wsp-area-green-bottom.jpg') bottom left no-repeat transparent;
}

.area-blue-bottom {
	background: url('../images/wsp-area-blue-bottom.jpg') bottom left no-repeat transparent;
}

.area-pink-bottom {
	background: url('../images/wsp-area-pink-bottom.jpg') bottom left no-repeat transparent;
}

#view-more-yellow, #view-more-green, #view-more-blue, #view-more-pink {
	display: block;
	width: 119px;
	height: 44px;
}

#view-more-yellow {
	background: url('../images/wsp-view-more-yellow.jpg') top left no-repeat transparent;
}

#view-more-green {
	background: url('../images/wsp-view-more-green.jpg') top left no-repeat transparent;
}

#view-more-blue {
	background: url('../images/wsp-view-more-blue.jpg') top left no-repeat transparent;
}

#view-more-pink {
	background: url('../images/wsp-view-more-pink.jpg') top left no-repeat transparent;
}

.home-area-image {
	float: right;
	margin: 0 0 0 10px;
}

#bannerSix {
	display: none;
}

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

/*Shopping Cart Display*/
#cartAdd {
	text-align: left;
	font-size: 1.2em;
	clear: both;
	/*position: absolute;
	bottom: 10px;
	left: 0px;*/
	/*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;
	}
.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;
	} 

#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*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 0 0 0em ;
	}

.categoryIcon {
  display: none;
}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

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

/*sideboxes*/
.columnLeft {}

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

.leftBoxHeading, .centerBoxHeading {
	margin: 0em;
	background-color: #FF6699;
	padding: 0.5em 0.2em;
	}

.leftBoxContainer {
	border: 1px solid #ffffff;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #FFFF00;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #663366;
	padding: 0.2em 0em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FF0000;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#navCatTabsWrapper {
  text-align: left;
}

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

/*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;
	}

#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;
	background: none;
	}
.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;
	}
	
.copyright { 
	float: left;
	padding: 0 0 0 20px;
}

.creator {
	float: right;
	padding: 0 20px 0 0;
}

body #footer {
	clear: both;
	background: url("../images/wsp-canvas-bottom.jpg") no-repeat scroll left top transparent;
    padding: 20px 0 20px;
	color: #83709e;
}
body #footer a {
	color: #83709e;
}
body #footer a:hover {
	text-decoration: underline;
}

body #footer #links {
	color: white;
}
body #footer #links a, body #footer #links a:visited {
	color: #919191;
	padding-right: 15px;
	text-decoration: none;
}
body #footer hr {
	border: 1px solid white;
	border-bottom: 1px solid #dcdcdc;
}
html>body #footer hr { margin: 5px 0; }
body #footer #links a:hover {
	text-decoration: underline;
}


#header {
	position: relative;
	width: 990px;
	height: 340px;
}

#logo {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 394px;
	height: 193px;
}

#slideshow-bg {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 545px;
	height: 290px;
	z-index: 50;
	background: url('../images/wsp-slideshow-bg.jpg') top right no-repeat transparent;
}

#slideshow {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 345px;
	height: 230px;
	z-index: 70;
	overflow: hidden;
}

#nav-bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 990px;
	height: 50px;
	background: url('../images/wsp-nav-bg.jpg') top right no-repeat transparent;
}

#loading-image {
	position: absolute;
	width: 35px;
	height: 35px;
	z-index: 1000;
}

#productAdditionalImages {
	display: none;	
}
