/**
 * 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 {
	margin: 0;
	font: 0.9em Calibri, Arial, Verdana;
	color: #777;
	background-color: #fff;
	background-image:url(../images/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center; 
}

a img {border: none; }

h1 {
	font-size: 1.7em;
	line-height:1em;
	color:#A01214;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	color:#A01214;
	}

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

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;*/
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	}

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;
	margin:0;
	}

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

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

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

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

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

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

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

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

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

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 935px;
	margin:0 auto 0 auto;
	vertical-align: top;
	}

#headerWrapper {
	background-image:url(../images/header_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:113px;
}

#header-contact-info {
	float:right;
	margin:30px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8em;
}

#header-contact-info img {
	margin-right:10px;
}

#header-contact-info a, #header-contact-info a:visited {
 	color:#fff;
	text-decoration:none;
}

#header-contact-info a:hover {
	text-decoration:underline;
}

#top-strip {
	height:65px;
	font-size:1.1em;
	margin-bottom:20px;
}

#top-links {
	float:left;
	color:#9c1113;
}

#top-links ul {
	margin:23px 0 0 0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}

#top-links li {
	display:inline;
	margin:0 5px 0 5px;
}

#top-links li a, #top-links li a:visited {
	color:#A01214;
	text-decoration:none;
	font-weight:bold;
}

#top-links li a:hover {
	color:#c95052;
}

#basket-links {
	float:right;
	color:#fff;
}

#basket-links ul {
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	background-color:#a21114;
	border-bottom:1px solid #FFF;
	border-top:1px solid #680003;
	padding:8px 20px 8px 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;	
}

#basket-links li {
	display:inline;
}

#basket-links li a, #basket-links li a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#basket-links a:hover {
	text-decoration:underline;
}

#categoriesHeading {
	display:none;
}

#categoriesContent {
	background-color:#efefef;
	min-height:292px;
}

#main-menu {
	margin:10px 0 10px 20px;
	padding:0 15px 0 0;
	list-style-image:url(../images/main-menu-bullet.jpg);
	text-transform:uppercase;
}

#main-menu li {
	margin-bottom:10px;
	font-size:0.9em;
}

#main-menu li a, #main-menu li a:visited {
	text-decoration:none;
	color:#595757;
	font-weight:bold;
}

#main-menu li a:hover {
	color:#333333;
}

#homepage-large-banner {
	float:left;
	margin-left:0;
	margin-top:-10px;
}

#homepage-small-banner-1 {
	float:right;
	border-bottom:2px solid #fff;
	margin-top:-10px;
}

#homepage-small-banner-2 {
	float:right;
}


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

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

#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 {
	clear:both;
	margin:0em 0 1px 0;
	background-color:#EEE;
	padding:5px 5px 5px 7px;
	}

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

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

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

#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: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
	
	#ezPageDefault {
		padding-left:15px;
	}

#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,  {
	margin: 0.5em;
	}
#indexProductListCatDescription {
	padding:10px 20px 10px 20px;
	background-color:#efefef;
	color:#333333;
	line-height:1.6em;
	border-top:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	border-left:10px solid #ccc;
}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #cc9900;
	}

#navEZPagesTop {
	background-color: #ffff33;
	}

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

#navColumnOne {
	background-color: #fff;
	}

#navColumnTwo {
	background-color: #00BFBF;
	}

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

#productDescription {
	border-bottom:3px solid #DDD;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding:10px 00px 20px 0px;
	line-height:1.4em;
}

.centerColumn a, .centerColumn a:visited {
	color:#9c1113;
	text-decoration:none;
}

.centerColumn a:hover {
	color:#820b0e;
	text-decoration:underline;
}

.centerColumn ul {
	list-style:square;
}

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


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	padding: 1em;
	background-color:#a21114;
	color:#FFF;
	margin:1em 0 0 1em;
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	}

.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;
	}
	
#productPrices {
	color:#518c11;
	margin-top:-10px;
}

.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 1em 1em 0em ;
	}

#productMainImage {
	float:left;
	margin:0em 2em 1em 0em;
}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

label.attribsSelect, label.attribsInput {
	width:150px;
	display:block;
	color:#444;
}

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

/*sideboxes*/
.columnLeft {
	width:225px !important;
}

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

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

.leftBoxContainer {

	}

.social-networks {
	padding:1px 10px 10px 20px;
	background-color:#efefef;
	width:170px;
	margin:10px 0 0 0px;
}

#left-column-banner {
	margin:10px 0 0 0;
}

.sideBoxContent {
	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, #navCatTabsWrapper, #navEZPageNextPrev, #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, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}


th.productListing-rowheading {
	background-color:#efefef;
	padding:10px;
}

.productListing-data {
	padding:20px 0 20px 30px;
	border-bottom:1px solid #ccc;
}

.productListing-rowheading {display:none;} 

.itemTitle {
	margin-top:-20px;
}
	

#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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#infoShoppingCart {
	background:#DDD;
	padding:15px;
}

#infoShoppingCart div {
	background-color:#FFF;
	padding:20px;
}

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

/* =================== FOOTER */

#footer {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
}

.footer-section {
	float:left;
	width:197px;
	background-color:#efefef;
	margin-right:1px;
	height:300px;
	padding:10px 10px 10px 25px;
	line-height:1.4em;
	color:#666;
}

.footer-section h4 {
	font-size:1.2em;
	color:#3f3f3f;
	background-color:#dddddd;
	padding:15px 15px 15px 23px;
	margin:-10px -10px 0 -25px;
}

.footer-section ul {
	list-style:square inside;
	padding-left:0;
}

.footer-section a, .footer-section a:visited {
	color:#666;
	text-decoration:none;
}

.footer-section a:hover {
	color:#333333;
}

/* composer */

#planner-composition {
	height:650px;
	width:680px;
	border-bottom:3px solid #CCC;
	margin:0 0 20px 0;
}

#planner-composition.no-zoom, #planner-composition.no-zoom #canvas {
	height:450px;
}

#planner-composition.desk-diaries {
	height:450px;
}

#planner-composition.visitor-books {
	height:450px;
}

#planner-composition.homework-diaries {
	height:450px;
}

#planner-composition.no-zoom .comp {
	height:450px;
}

#planner-composition.teachers-planner .comp {
	padding-left:40px;
	height:350px;
}

#planner-composition.visitor-books .comp {
	padding-left:30px;
	height:450px;
}

img {
	border:none;
}

#canvas {
	margin:00px 0 0 -100px;
	position:relative;
	width:450px;
	height:600px;
	float:left;
}

#planner-composition.desk-diaries #canvas {
	margin-top:0;
	height:450px;
}

#planner-composition.visitor-books #canvas, #planner-composition.homework-diaries #canvas {
	margin-top:0;
	height:450px;
}

#canvas .comp {
	position:absolute;
	top:0px;
	left:0px;
	width:450px;
	height:650px;
}

#canvas-shadow {
	z-index:0;
}

#ribbon-comp {
	z-index:10;
}

#wire-comp {
	z-index:30;
}

#cover-comp {
	z-index:20;
}

#glass {
	z-index:40;
	background:url(/images/planner_comp/glass.png) no-repeat;
}

#loading.comp {
	width:32px;
	height:32px;
	left:140px;
	top:140px;
	z-index:501;
	display:none;
	background:url(/images/planner_comp/loading.gif) no-repeat 50% 50%;
}

#planner-composition #loading.comp {
	left:120px;
	top:180px;
}

/* component selector */

#component-select {
	float:right;
	width:282px;
	position:relative;
	z-index:100;
	border-top:none;
}

ul.tabNavigation {
	margin:0;
	padding:0;
	height:39px;
	position:relative;
	z-index:3;
}

ul.tabNavigation li {
	display:inline-block;
	list-style:none;
	margin:0 1px 0 0;
	zoom:1;
	*display: inline;
	border:1px solid #CCC;
	border-bottom:none;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}

ul.tabNavigation li a {
	display:inline-block;
	padding:8px;
	border-top:1px solid #FFF;
	background: url(/includes/templates/pirongs/images/tab-bg.jpg) repeat-x #F4F4F4;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}

ul.tabNavigation li a.selected {
	background-position:bottom;
	color:#222;
	border-bottom:none;
	padding-top:9px;
}

ul.tabNavigation li a.selected:hover {
	text-decoration:none;
}

.tab {
	margin:-1px 0 0 0;
	border:1px solid #CCC;
	position:relative;
	z-index:2;
}

div.wrapperAttribsOptions.hidden {
	height:0px;
	overflow:hidden;
	padding:0;
}

#component-summary {
	float:left;
	width:350px;
	min-height:100px;
	background:url(/includes/templates/pirongs/images/component-summary-bg.jpg) no-repeat;
	margin-top:1em;
	border-radius:10px;
	-webkit-border-radius:10px; 
	-moz-border-radius:10px; 
	padding:12px;
}

#summary-head {
	float:left;
	margin-right:2em;
}

#component-summary span {
	color:#A21114;
}

select.disabled {
	border:none;
	background-color:#EEE;
	color:#555;
}

#colour-summary span {
	display:inline-block;
	padding:3px;
	font-weight:bold;
}
