﻿/**
 * 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 $
 */
#bodyWrapper {
	width:100%;
	margin:0;
	padding:10px 0;
	text-align:center;
	background:url(../../Images/bg_footer.jpg) repeat-x bottom;
	/**background-color:#5ab9ef;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5ab9ef), to(#1259d5));
	background: -moz-linear-gradient(#5ab9ef, #1259d5);
	background: linear-gradient(#5ab9ef, #1259d5);
	-pie-background: linear-gradient(#5ab9ef, #1259d5);
	
	background-image:url('../images/present.png');
	*/
}
a img {
	border: none;
}

.biggerText {
	font-size: 1.2em;
}

.more{clear: both;text-align: right;padding-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: futura_std_bookregular;
	font-size: 1em;
}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}

TEXTAREA {
	margin: 0px;
	display: block;
	width: 95%;
}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}

#logo, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}

LABEL.inputLabel {
	width: 9em;
	float: left;
}

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 #9a9a9a;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.4em;
	border: 1px solid #9a9a9a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	float:left;
	margin:2px 5px;
}
.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}

/*wrappers - page or section containers*/

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}
#mainWrapper {
	
	text-align: left;
	width: 1010px;
	vertical-align: top;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding:5px 0 0 0;
	position:relative;
}
#headerWrapper {
	padding:5px 5px 0 5px;
}
#navColumnOne{
	float:left;
	position:relative;
}
#navCenterColumn{
	float:right;
	width:756px;
	display:inline;
	position:relative;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
}
#navColumnOneWrapper {
	padding-left:10px;
}

#tagline {
	color:#5ab9ef;
	font-size: 8em;
	text-align : center;
	vertical-align: middle;
	padding:5px 0;
	clear:right;
	font-family:futura_std_bookregular;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
}

#navSuppWrapper, #siteinfoIP, #siteinfoLegal {
	padding:5px;
}
#navSupp {
	background: #1259d5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#5ab9ef), to(#1259d5));
	background: -moz-linear-gradient(#5ab9ef, #1259d5);
	background: linear-gradient(#5ab9ef, #1259d5);
	-pie-background: linear-gradient(#5ab9ef, #1259d5);
	margin: 1.5em 0 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
}
#navMainWrapper {
	float:right;
	padding:5px;
}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
}
#navMail ul {float:right;}
#navMain li, #navCatTabs li {
	float:left;
}
#navMain li {margin-right:5px;}
#navSupp li a, #navCatTabs li a {
	font-size:14px;
	text-decoration: none;
	padding: 0 1.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	line-height:1.6em;
}

#navCatTabs li a {
	color: #9a9a9a;
}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
}

#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;
}

#navMainSearch {
	float: right;
}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	background: #fff;
	color: #1259d5;
}

#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 {
}

/*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.5em;
}
.content p {
	font-size:13px;
	}
.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;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #d2232b;
	padding: 1em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4.7em;
}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}

.cartRemoveItemDisplay {
	width: 3.5em;
}

.cartAttribsList {
	margin-left: 1em;
}

#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}

.amount {
	width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew {
	margin: 0;
}
.centerBoxContentsProducts img {float:left;}
.centerBoxWrapper {
	border: 3px solid #999;
	margin: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	/*line-height:1.5em;*/
	padding:4px;
	width:768px;
	clear:both;
	margin-bottom:10px;
	background-color:#fff;
	overflow:hidden;
}

h2.centerBoxHeading {
	font-size: 1.6em;
	color: #ffffff;
}

/*sideboxes*/
.columnLeft {}
h1.centerBoxHeading, h1.centerBoxHeading a, h3.centerBoxHeading a,
h2.centerBoxHeading, h2.centerBoxHeading a,
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	color: #ffffff;
	font-weight: bold;
	font-size:1em;
	text-transform:uppercase;
	padding:5px;
}
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	font-size: 1em;
	text-transform:uppercase;
	padding:5px;
	background: #4699e5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8ae0fe), to(#4699e5));
	background: -moz-linear-gradient(#8ae0fe, #4699e5);
	background: linear-gradient(#8ae0fe, #4699e5);
	-pie-background: linear-gradient(#8ae0fe, #4699e5);
	margin: 0em;
	line-height:1.6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	margin-bottom:5px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0;
	padding:4px;
	border: 3px solid #999;
	margin-bottom: 1.5em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	background-color:#fff;
}

.sideBoxContent {
	/*background: #ffffff url(../../Images/ui-bg_highlight-hard_75_ffffff_1x100.png) 50% top repeat-x; */
	color: #333333;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover, h3.centerBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	text-transform:uppercase;
	font-size:1em;
}

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	text-transform:uppercase;
	
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	
}
#categoriesContent, #informationContent {
	font-size:1.4em;
}
#productDescription ul {
	list-style:disc inside;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited, #informationContent a, #informationContent a:link, #informationContent a:visited {
	color: #1259d5;
	text-decoration: none;
}
A.category-links, A.category-links:visited {
	color: #1259d5;
	text-decoration: none;
}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #5ab9ef;
	text-decoration: none;
}
SPAN.category-subs-parent {
	font-weight: bold;
}
SPAN.category-subs-selected {
	font-weight: bold;
}
/* end categories box links */

/*misc*/
.back {
	float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
}

#myAccountGen li, #myAccountNotify li {
	margin: 0 0 10px 0;
}

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
}

tr.productListing-rowheading {
	font-size: 1.6em;
}

#siteMapList {
	width: 90%;
	float: right;
}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
	clear:both;
}


.FAQ {
	list-style:disc inside;
	padding:6px;
}
.FAQ1 {
	list-style:none;
	padding:6px;
}
.FAQ1 li {
	border:1px solid #5ab9ef;
	padding:5px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	margin-bottom:8px;
	margin-right:10px;
	font-size:1.6em;
	color:#1259d5;
	line-height:1.1em
	}
.FAQ li {
	border:1px solid #5ab9ef;
	line-height:30px;
	padding:0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position:relative;
	margin-bottom:5px;
	margin-right:10px;
	font-size:2em;
	color:#1259d5;
}
.FAQ li:hover {
	cursor:pointer;
}
.FAQ p {
	font-size:.8em;
	color:#5ab9ef;
	line-height:1.2em;
	padding:0 0 10px 5px;
	margin:0;
}
.greeting {
	color:#666;
	padding:10px;
	font-size:2em;
	line-height:1.1em;
}
#navColumnOneCenterWrapper {
	float:right;
}
#scrollingText {
	position: relative;
	overflow: hidden;
	width:480px;
	height:25px;
}
#slideshow {
	position: relative;
	overflow: hidden;

}
div.scrollWrapper {
	position: relative;
	overflow: hidden;
}
#slideshow div.scrollableArea div.wroptocenterwrapper,
#scrollingText div.scrollableArea p	{
		font-size:20px;
		display: block;
		float: left;
		margin: 0;
		padding: 6px;
		font-weight: bold;
		background-color: #fff;
		color: #1259d5;
		white-space: nowrap;
}
#slideshow div.scrollableArea div.wroptocenterwrapper {
	font-size:12px;
	width:204px;
}
.wroptocenter {
    text-align: center;
    width: 204px;
    height: 120px;
	background-color:#fff;
}
.slide_info {
	text-align:center;
	padding:5px;
	clear:left;
	white-space: normal;
	height:50px;
}
.categoryListBoxContents .slide_info {
	font-size:1.6em;
	width:228px;
}
.categoryListBoxContents .slide_info span {
	font-size:0.8em;
}
.categoryListBoxContents .slide_info a,
.categoryListBoxContents .slide_info a:link,
.categoryListBoxContents .slide_info a:visited {
	color:#1259d5;
}
#featured-ss,
#scrollingText {
	border-color:#ccc;
}
.centerBoxContentsFeatured,
.centerBoxContentsSpecials {
	width:180px;
}
#featured-ss,
#featuredProducts {
	overflow:hidden;
	}
#featuredProducts .wroptocenter,
#specialsDefault .wroptocenter {
	width:180px;
}
.tabTable .wroptocenter {
	width:120px;
}
.tabTable th {
	background:#eee;
	border:solid #fff;
	border-width:0 1px;
}
.tabTable th,
.tabTable a,
.tabTable a:link,
.tabTable a:visited {
	color:#999;
	padding:2px 0;
}
#listCell0-1 {
	width:360px;
}
#listCell0-0 {
	width:120px;
}

.categoryListBoxContents .wroptocenter {
	width:240px;
}
.productListing-data{
	border-bottom:1px solid #fee;
	height:110px;
}
.dsa_top_line {
	text-align:center;
	border: 1px solid #5ab9ef;
	margin: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:5px 0 0 5px;
	margin:5px 0;
	overflow:hidden;
}
.dsa_top_line form.split_links {font-size:1.5em;}
.dsa_top_line .navSplitPagesResult {line-height:1.8em;font-size:1.5em;}
.dsa_top_line .navSplitPagesLinks select {border:1px solid #666;}
.dsa_top_line .navSplitPagesLinks option {padding:0 0.5em;}
.dsa_top_line .buttonRow {margin-top:0;}

.clearFixy {
	overflow:hidden;
	}
#mapy {
	float:right;
	width:350px;
	height:350px;
	}