/**
 * 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: 20px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: url(../images/sivusto_tausta.png) #444 top left repeat-x;
	}
	
a {
	outline-color: #aaa;
	}

a img {border: none;}

a:link, #navEZPagesTOC ul li a {
	color: #000;
	text-decoration: none;
	}
 
a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover {
	color: #666;
	}
	
a.default, a.default:visited {
	color: #870107;
	text-decoration: none;
	}
	
a.default:hover {
	color: #BB0108;
	text-decoration: none;
	}
	
a.anchor {
	color: #000;
	text-decoration: none;
	}
	
#navCatTabs ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover {
	color: #eee;
	}

a:active {
	color: #666;
	}

h1 {
	font-family: arial;
	font-size: 18px;
	color: #888;
	text-shadow: 1px 1px 3px #ddd;
	}
	
h1#productName {
	margin-top: 3px;
	}

h2 {
	font-size: 13px;
	}

h3 {
	font-size: 12px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size: 11px;
	}

.biggerText {
	font-size: 12px;
	}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label {
	margin: 5px 0 15px 0;
	}
	
ul, ol, dl {
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.itemTitle {
	margin-bottom: 5px;
	}

/*  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: 11px;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 11px;
	margin-bottom: 5px;
	}

TEXTAREA {
	display: block;
	width: 99.5%;
	margin: 2px 0;
	}
	
input, label, select {
	margin: 3px auto;
	vertical-align: middle;
	}
	
input[type=text], input[type=password], select, TEXTAREA {
	background: url(../images/order_steps_td.png) #fafafa 0 3px repeat-x;
	border: 1px solid #9a9a9a;
	}
	
input#login-email-address, input#login-password, input#firstname, input#lastname, input#street-address, input#email-address, input#password-new, input#password-confirm, input#password-current, input#contactname, input#from-name, input#from-email-address, input#to-name, input#to-email-address {
	width: 200px;
	}
	
input#postcode, input#telephone, input#city {
	width: 100px;
	}

FIELDSET {
	background: url(../images/bottom_gradient.png) #fff bottom left repeat-x;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	}

LEGEND {
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 5px 3px;
	}

h4.optionName {
	line-height: 15px;
	padding: 2px;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: auto 8px auto 3px;
	}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
	
#logo {
	text-align: center;
	padding-top: 5px;
	height: 199px;
	}
	
.centerBoxContentsProducts {}

LABEL.inputLabel {
	width: 95px;
	float: left;
	position: relative;
		top: 2px;
	}

LABEL.inputLabelPayment {
	width: 135px;
	float: left;
	padding-left: 25px;
	position: relative;
		top: 2px;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 110px;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

ADDRESS {
	font-style: normal;
	padding: 2px;
	margin: 0 0 15px 0;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
	
pre {
	font-weight: normal;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	font-weight: bold;
	line-height: 18px;
	padding: 3px 5px 5px 5px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError, .messageStackCaution {
	background-color: #d50000;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	}

.messageStackSuccess {
	background-color: #fafafa;
	color: #000;
	}
	
.alert {
	color: #d50000;
	margin-left: 5px;
	vertical-align: middle;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #fff;
	text-align: left;
	width: 960px;
	vertical-align: top;
	box-shadow: 0px 0px 15px 5px #555;
	-moz-box-shadow: 0px 0px 15px 5px #555;
	-webkit-box-shadow: 0px 0px 15px 5px #555;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0;
	padding: 0;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	}

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 5px;
	margin-right: 5px;
	}
	
#tagline {
	color:#000000;
	font-size: 20px;
	text-align : center;
	vertical-align: middle;
	}
	
#cartBoxGVButton {
	background-color: #eee;
	padding: 2px;
	padding-top: 12px;
	margin-top: 5px;
	}
	
#cartBoxVoucherBalance {
	font-size: 12px;
	background-color: #eee;
	padding: 4px;
	padding-top: 7px;
	}

#sendSpendWrapper {
	width: 97%;
	background-color: #fafafa;
	border: 1px solid #cacaca;
	float: right;
	margin: 0 0 10px 0;
	padding: 2px 8px 5px 8px;
	}

.floatingBox, #accountLinksWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	font-size: 11px;
	}

.wrapperAttribsOptions {
	margin: 3px 0;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0;
	font-size: 9px;
	}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	background: url(../images/tile_back.jpg) #9a0808 top left repeat-x;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 1%;
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-shadow: 2px 2px 1px #000;
	}
	
#navMainWrapper {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}
	
#navSuppWrapper {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

#navCatTabsWrapper {
	color: #9a9a9a;
	padding: 0;
	margin: 0 5px;
	margin-top: -7px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	text-align: center;
	line-height: 15px;
	}

#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: 0 8px;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #fff;
	}

/* EZ-pages-sidebox starts */
#ezpagesContent a {
    display: list-item;
	list-style: none;
	background: url(../images/bullet1.gif) 0 0.4em no-repeat;
    border: none;
    margin: 1px 0 1px 0;
    padding: 2px 0 2px 15px;
	outline: none;
	text-shadow: 1px 1px 3px #ddd;
	}

#ezpagesContent li:hover, #ezpagesContent a:hover {
    color: #000;
	background-color: #eee;
	}
/* EZ-pages-sidebox ends */

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	line-height: 15px;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0 5px;
	margin: 0;
	}

#navCategoryIcon, .buttonRow {
	margin: 5px 2px;
	padding: 5px 0;
	}
	
#indexProductListCatDescription {
	margin: 0;
	padding: 15px 0 0 0;
	}
	
.button_sold_out_sm, .button_sold_out_smHover {}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin: 16px 0 0 8px;
	padding: 0 0 5px 0;
	width: 97%;
	}

#navEZPagesTop {
	background-color: #9a0808;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	vertical-align: top;
	}
	
#productDescription {
	text-align: justify;
	}

.content, #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 10px 5px;
	clear: both;
	}
	
#shippingInfoMainContent, #ezPageDefault {
	font-size: 12px;
	}
	
#shippingInfoMainContent, #logoffDefaultMainContent, #pageNotFoundMainContent, #indexDefaultMainContent, #createAcctSuccessMainContent, #timeoutDefaultContent, #discountcouponInfoMainContent, #gvFaqDefaultMainContent, #gvFaqDefaultContent, #gvRedeemDefaultMainContent, #gvRedeemDefaultMessage, #gvSendDefaultMainContent, #gvSendDefaultMainMessage, #gvSendDefaultMessageSecondary, #gvSendDefaultContentSuccess, #gvSendDefaultMessagePersonal, #gvSendDefaultMessage {
	margin: 0;
	padding: 0;
	}
	
div {
	margin: 0;
	padding: 0;
	}
	
#productDetailsList, #productDateAvailable {
	font-family: arial;
	font-size: 13px;
	width: 99%;
	text-align: center;
	}
	
span.tooltip {
	display: none;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #111;
	text-shadow: none;
	}
	
.tooltip:hover {
	position: relative;
	outline: none;
	}
	
.tooltip:hover span.tooltip {
	display: block;
	background: url(../images/order_steps_td.png) #fafafa 0 4px repeat-x;
	white-space: nowrap;
	text-align: left;
	position: absolute;
		top: 30px;
		left: 0px;
	z-index: 1000;
	border: 1px solid #aaa;
	margin: 0;
	padding: 5px;
	}
	
#searchAland {
	float: right;
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
	
.productInStockIcon, .searchIcon {
	vertical-align: bottom;
	}
	
.productNotInStockIcon {
	vertical-align: bottom;
	}
	
.productComingInStockIcon {
	vertical-align: baseline;
	}

.advisory {}

.important {
	font-weight: bold;
	}
	
.notice {}

.rating {}

.gvBal {
	float: right;
	}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 8px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 9px;
	}

/*Shopping Cart Display*/
#cartAdd {
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 10px;
	}

/* Shopping Cart content tables */
#prevOrders, #myAccountOrdersStatus, #myAccountOrdersDetails, #cartContentsDisplay {
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
	}
	
#prevOrders td, #myAccountOrdersStatus td, #myAccountOrdersDetails td, #cartContentsDisplay td {
	background-color: #f0f0f0;
	border-bottom: 1px solid #fff;
	padding: 3px;
	}

#cartTable {
	border: 1px solid #ccc;
	border-bottom: none;
	}
	
#cartTable td {
	border-bottom: 1px solid #fff;
	padding: 1px;
	}

TR.tableHeading, #cartContentsDisplay th {
	color: #fff;
	background: url(../images/tile_back.jpg) #9a0808 top left repeat-x;
	text-shadow: 2px 2px 1px #000;
	}

.tableHeading TH, #cartContentsDisplay th {
	border-bottom: 1px solid #9a9a9a;
	}
/* Shopping Cart content tables */

.tableHeading {
	background-color: #e9e9e9;
	}
	 
#shoppingcartContent {
	font-family: arial;
	font-size: 11px;
	}
	
#shoppingcartContent li:hover {
	background-color: #eee;
	}

#cartSubTotal {
	background: url(../images/button_gradient.png) #ccc top left repeat-x;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #ccc;
	font-weight: bold;
	text-align: right;
	padding: 4px;
	padding-right: 7px;
	}

.tableRow, .tableHeading, #cartSubTotal {}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay, #cartContentsDisplay td {
	padding: 2px;
	vertical-align: middle;
	}
	
#cartProdTitle {}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: center;
	padding-right: 0;
	}

#scUpdateQuantity {}

.cartQuantity {
	width: 80px;
	padding: 0 2px;
	}
	
.cartProductDisplay {
	padding: 0 2px;
	}

.cartUnitDisplay {
	width: 65px;
	padding: 0 2px;
	}

.cartTotalDisplay {
	width: 65px;
	padding: 0 2px;
	}

.cartRemoveItemDisplay {
	padding: 0 2px;
	}

.cartNewItem {
	color: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #000;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	font-size: 15px;
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 20px;
	}

.cartAttribsList {
	margin-left: 10px;
	}

#mediaManager {
	width: 50%; 
	margin: 2px;
	padding: 5px;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.mediaTitle {
	float: left;
	}

.mediaTypeLink {
	float: right;
	}

/* Product listing prices */

/* This is for changing product list font style
div.centerBoxContentsProducts span.normalprice {
	font-family: arial;
	font-size: 12px;
	}
	
div.centerBoxContentsProducts span.productSpecialPrice, .productPriceDiscount {
	font-family: arial;
	font-size: 13px;
	}
*/

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	font-size: 10px;
	color: #000;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #000;
	}
	
.productSpecialPrice {
	font-weight: bold;
	}
	
.productPriceDiscount {
	font-style: italic;
	font-size: 10px;
	color: #d50000;
	}
	
/* Product info prices */	
h2#productPrices {
	font-family: arial;
	font-size: 18px;
	color: #555;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-shadow: 1px 1px 3px #ccc;
	}
	
h2#productPrices .productPriceDiscount {
	font-size: 14px;
	}
	
h2#productPrices .normalprice {
	font-size: 15px;
	color: #555;
	}
	
h2#productPrices .productSpecialPrice {
	color: #555;
	}
	
#prodInfoShippingCost {
	font-family: arial;
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	margin: 5px 0 0 0;
	padding: 0;
	text-shadow: 1px 1px 3px #ccc;
	}

.orderHistList {
	margin: 10px;
	padding: 2px 0;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 2px 0;
	} 

#cartBoxEmpty {
	font-weight: bold;
	}

.totalBox {
	width: 55px;
	text-align: right;
	padding: 2px;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 2px;
	}

.amount {
	width: 55px;
	}
	
.prodWrapRight {
	background: url(../images/prodwrap_right.png) #fff top right repeat-y;
	width: 97%;
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.prodWrapLeft {
	background: url(../images/prodwrap_left.png) #fff top left repeat-y;
	width: 97%;
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 4px 15px 4px 4px;
	}
	
.listingProductImage, .centerBoxContentsFeatured img, .specialsListBoxContents img {
	margin-bottom: 5px;
	}
	
.specialsListBoxContents a, .centerBoxContentsFeatured a, .centerBoxContentsSpecials a {
	font-family: arial;
	font-size: 11px;
	}

.categoryIcon {}

#tellIcon {
	display: inline-block;
	background:url(../images/email.png) center left no-repeat;
	white-space: nowrap;
	padding-left: 21px;
	}
	
#fbShare {
	display: inline-block;
	background:url(../images/fb_share.png) center left no-repeat;
	white-space: nowrap;
	padding-left: 21px;
	}
	
#tellIcon:hover, #fbShare:hover {
	text-decoration: underline;
	}

#cartImage {}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 3px 0;
	}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 10px 0;
	}

.centerBoxWrapper {
	border: 1px solid #bbb;
	height: 1%;
	width: 618px;
	margin: auto;
	}

h2.centerBoxHeading {
	font-size: 13px;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 11px;
	color: #ffffff;
	}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 9px;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	background: url(../images/tile_back.jpg) #9a0808 top left repeat-x;
	padding: 5px 2px;
	margin: 0;
	text-shadow: 2px 2px 1px #000;
	}

.leftBoxContainer {
	background: url(../images/prodwrap_left.png) #fff top right repeat-y;
	border: 1px solid #bbb;
	border-right: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
.rightBoxContainer {
	background: url(../images/prodwrap_right.png) #fff top left repeat-y;
	border: 1px solid #bbb;
	border-left: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
		left: -2px;
	}
	
.frontPageImageContainer {
	border: 1px solid #bbb;
	width: 618px;
	height: 135px;
	text-align: center;
	margin: -13px auto 10px auto;
	}

.sideBoxContent {
	padding: 5px;
	}
	
/* Logo Sidebox starts here */
#logosideboxContent {
	text-align: center;
	}
/* Logo Sidebox ends here */

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #eee;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #fff;
	}

.centeredContent, TH, #cartEmptyText, #productInfoNoProductMainContent, #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, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0 0 0 15px;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 11px;
	}

#bestsellers li {
	padding: 0;
	margin: 3px 0 3px 0;
	}

#bannerboxHeading {
	background-color: #9a0808;
	}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #000;
	text-decoration: none;
	}

A.category-links, A.category-links:visited {
	color: #000;
	text-decoration: none;
	}

A.category-links:hover, A.category-top:hover  {
	color: #666;
	}

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 {
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #ececec;
	vertical-align: top;
	text-align: center;
	}

.rowEven {
	background-color: #f5f5f5;
	vertical-align: top;
	text-align: center;
	}

.hiddenField {
	display: none;
	}

.visibleField {
	display: inline;
	}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: center;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top;
	}
	
#advSearchResultsDefaultHeading {
	margin-bottom: 0;
	}
	
#productListHeading {
	margin-bottom: 0;
	}
	
#productListing {}

.productListing-rowheading {
	background: url(../images/button_gradient.png) #eee bottom left repeat-x;
	height: 20px;
	color: #000;
	}
	
.productListing-data {
	padding: 10px;
	}

#siteMapList {}

.ratingRow {
	margin: 10px 0 15px 0;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 10px 0;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	background-image: none;
	margin: 10px;
	}

.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: 2px;
	}
	
/* Box-shadow & border-radius */
#prevOrders, #myAccountOrdersStatus, #myAccountOrdersDetails, #cartTable, #cartSubTotal, #cartContentsDisplay, #productMainImage, .listingProductImage, .centerBoxContentsFeatured img, .specialsListBoxContents img, .centerBoxWrapper, .leftBoxContainer, .rightBoxContainer, .frontPageImageContainer, .pp_intro_big, .pp_box_grey, .messageStackWarning, .messageStackError, .messageStackCaution, .messageStackSuccess, #newProductsDefault img, #allProductsDefault img, img.flag_aland, #sendSpendWrapper, span.tooltip, #navCatTabsWrapper, .leftBoxHeading, .rightBoxHeading, .centerBoxHeading {
	box-shadow: 1px 2px 5px #ccc;
	-moz-box-shadow: 1px 2px 5px #ccc;
	-webkit-box-shadow: 1px 2px 5px #ccc;
	}

TEXTAREA, input[type=text], input[type=password], select, FIELDSET, .messageStackWarning, .messageStackError, .messageStackCaution, .messageStackSuccess, #sendSpendWrapper, span.tooltip, .centerBoxWrapper, .frontPageImageContainer, .leftBoxContainer, .rightBoxContainer, #navCatTabsWrapper, #prevOrders, #myAccountOrdersStatus, #myAccountOrdersDetails, #cartTable, #cartSubTotal, #cartContentsDisplay {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
/* Box-shadow & border-radius */

/* Pelaa & Palauta */
.pp_intro_big {
	background: url(../images/tile_back.jpg) #1a1a1a top left repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 2px 2px 1px #000;
	}
	
#pp_logo {
	float: right;
	position: relative;
		bottom: 35px;
	margin-right: 10px;
	margin-left: 20px;
	}

.justify {
	text-align: justify;
	}
	
.pp_header_big {
	color: green;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ddd;
	}
	
.pp_header_normal {
	color: green;
	font-weight: bold;
	text-shadow: 1px 1px 1px #eee;
	}
	
.pp_box_grey {
	background-color: #dfdfdf;
	margin-bottom: 17px;
	padding: 10px 15px 1px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.pp_ul {
	padding-left: 25px;
	}
	
.pp_list {
	margin: 5px 0;
	}
	
.pp_product_info {
	padding: 10px 5px;
	clear: both;
	border-top: 1px solid #ddd;
	}

.pp_product_info a {
	outline: none;
	}
/* Pelaa & Palauta */