body		{font:12px/1.5 Arial, Helvetica, sans-serif;text-align:center; }	/* colored */

.debug		{ background-color: #00F}

a			{}		/* colored */
a:hover		{}

div.W15 { width: 15px; } 
div.H5 { height: 5px; } div.H10 { height: 10px; } div.H15 { height: 15px; } div.H20 { height: 20px; } div.H30 { height: 30px; }

.P10	{ padding: 10px; }
.P20	{ padding: 20px; }
.PL10	{ padding-left: 10px; }
.MR10	{ margin-right: 10px;}
.M5		{ margin: 0 5px; }

.TC { width: 100%; background-position: 0 0; background-repeat: repeat-x; }
.BC { width: 100%; background-position: 0 100%; background-repeat: repeat-x; }
.ML { width: 100%; background-position: 0 0; background-repeat: repeat-y; }
.MR { width: 100%; background-position: 100% 0; background-repeat: repeat-y; }
.TL { width: 100%; background-position: 0 0; background-repeat: no-repeat; }
.TR { width: 100%; background-position: 100% 0; background-repeat: no-repeat; }
.BL { width: 100%; background-position: 0 100%; background-repeat: no-repeat; }
.BR { background-position: 100% 100%; background-repeat: no-repeat; }

.clear { clear: both; }

/* Layout ================================================================================= */
.body-bkg	{ background-color: #FFF}
.page { width:1000px; margin:0 auto; padding:0; text-align:left; }
.main { margin:0; }

/* Form Elements */
input.input-text	{ padding: 3px 2px;}
input.input-text,select,textarea { background:#fff; border:1px solid #CCCCCC; }

/* Form lists */
.form-list label { line-height: 24px; color: #333; font-weight: normal; }
select { padding:2px; }

button.button { overflow:visible; width:auto; border:0; padding:0 0 0 15px; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 15px 0 0; font: normal 12px/28px Arial, Helvetica, sans-serif; text-align:center; text-transform: uppercase; white-space:nowrap; color:#666; }


/* Base Columns */ 
.col-left { float:left; width:200px; border:0px none; padding:0;}
.col-main { float:left; width:780px; border:0px none;padding:0;}
.col-right { float:right; width:200px; border:0px none;padding:0;}

/* 3 Columns Layout */
.col3-layout .col-main { width:580px; margin-left:10px; }
.col2-left-layout .col-left	{ background-image: none !important; }
/* ======================================================================================= */

.buttons-set { clear:both; margin:5px 0 0; padding: 20px 0 0; border:0 none; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:0; border:0 none; text-align:right; }


/* Header ================================================================================ */
.logo { float:left; width:140px; height:40px; overflow:hidden; }
.header { padding:5px 0 0; border:0px none; }
.header .logo a { display:block; width:140px; height:35px; }
.header .links { float:right; padding-top: 10px; }
.header .links li { display: block; float: left; margin-left: 10px; }
.header .links li a { color: #333; text-decoration: underline; font-size: 14px; }
.header .form-search { padding-top: 10px; }
.header .form-search button, .header .form-search button span { background-image: none !important}

.header-01	{ height: 50px; padding-left: 40px; }
.header-02	{ height: 52px; padding-left: 30px; }
.store-tabs	{ height: 52px; overflow: hidden; }
.store-tab-gift	{ width: 280px; height: 52px;}	/* colored */
.store-tab-gift .tab-avtive	{ height: 52px; } 	/* colored */
.store-tab-toy	{ width: 280px; height: 52px;}	/* colored */
.store-tab-toy .tab-avtive	{ height: 52px;} 	/* colored */

.store-tab-gift a,
.store-tab-toy 	a	{
	display: block; 
	padding-left: 30px;
	padding-top: 8px;  
	height: 52px;
	line-height: 50px;
	text-decoration: none;
	font: normal 26px "Century Gothic", Arial, sans-serif; text-transform: uppercase; 
	
}
.store-tab-gift a:link,
.store-tab-gift a:visited 	{ color: #C499AC; }
.store-tab-gift a:hover 	{ color: #666;}

.store-tab-toy a:link,
.store-tab-toy a:visited	{ color: #2593C7; }
.store-tab-toy a:hover 		{ color: #666;}

/********** < Navigation */
#nav { font-size:12px; height: 28px; border:0px none; padding: 0; margin: 0; }

/* All Levels */
#nav li { line-height: 28px; margin-right: 10px; }
/*
#nav .level0 { max-width: 130px; }
#nav .level0 a span { white-space: normal; line-height: 18px; }
*/

/* 1st Level */
#nav li a { padding:0 10px 0 0; text-transform: uppercase; } /* colored */
#nav li a:hover {  }		/* colored */
#nav li.over a,
#nav li.active a {  }	/* colored */

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:28px; left:-10000px; }	/* colored */
#nav ul li { float: none; margin-right: 0px; line-height: 24px;  }	/* colored */
#nav ul li a	{ background-image: none; text-transform: none }

/* BreadCrumbs */ 
.breadcrumbs { padding:0; margin: 0 0 20px; border: 0px none; } /* colored */
.breadcrumbs li { display:inline; line-height: 30px; color: #666 }

/* Category Page ========================================================================= */
.category-title { border-bottom:0px none; margin: 0 0 20px; }
.category-title h2	{ font: bold 16px/1.5 "Century Gothic", Arial, sans-serif; text-transform: uppercase; } /* colored */

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#FFF; }
.products-grid td { width:33%; border:0px none; padding:0px; }	/* colored */
.up-sell .products-grid td { border-top: 0 none }
.products-grid td.last	{ background-image: none; }
.products-grid td .border-TR { padding:25px 16px 15px; }	/* colored */
.products-grid td.last .border-TR	{ background-image: none; }
.products-grid td.empty {background-image: none;}
.products-grid .list-image	{ margin-bottom: 10px; }
.products-grid .regular-price { font: 18px/1.5em "Century Gothic", Arial, sans-serif; text-align: center; display: block; margin-bottom: 5px; }
.products-grid .rating-box	{ margin-bottom: 10px; }
.products-grid .old-price .price	{ display: block; font: 14px/1.5em "Century Gothic", Arial, sans-serif; text-align: center; } /* colored */
.products-grid .special-price .price	{ display: block; font: bold 18px/1.5em "Century Gothic", Arial, sans-serif; text-align: center; }

/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; line-height:1.5; }
.products-grid h3.product-name	{ font: normal 14px/1.2em Arial, sans-serif; min-height: 60px; }
.products-grid .product-name a	{ color: #333; text-decoration: none; }

button.add-to-cart		{ width: 160px; padding: 0px; margin-bottom: 10px; }
button.add-to-cart span	{ width: 159px; padding: 0px; margin-left: 1px; text-transform: uppercase; font-size: 14px; font-weight: bold} /* colored */

/* Sidebar =============================================================================== */
.block { border:0px none; margin:0 0 15px; }
.block .block-title { padding:0px; margin-bottom: 5px; }
.block .block-content { padding:0px; }
.col-left .block .block-title { font: bold 14px/1.4 "Century Gothic", Arial, sans-serif; text-transform: uppercase;  } /* colored */
.col-right .block	{ padding: 1px 0px }	/* colored */
.col-right .block .block-title	{ border-bottom: 0 none; margin: 0 1px; padding: 10px 13px}	/* colored */
.col-right .block .block-content{ border-top: 0 none; margin: 0 1px; padding: 0px 13px 10px 13px}	/* colored */
.col-right .block .block-title h2	{ font: bold 16px/1.3em "Century Gothic", Arial, sans-serif; }	/* colored */

/* Block: Layered Navigation */
.block-layered-nav		{ }
.block-layered-nav .block-title		{ margin-bottom: 10px; }
.block-layered-nav h2 	{ font: bold 14px/1.4 "Century Gothic", Arial, sans-serif; text-transform: uppercase;  } /* colored */
.block-layered-nav h3 	{ font: bold 14px/1.2 Arial, sans-serif; margin-bottom: 10px; } /* colored */
.block-layered-nav dt 	{ font-weight:bold; text-transform: uppercase; }	/* colored */
.block-layered-nav dd 	{ margin-bottom: 10px; }
.block-layered-nav li	{ padding-left: 10px; } /* colored */
.block-layered-nav li a { } /* colored */
.block-layered-nav .actions { margin-bottom: 10px; padding-left: 10px; }
.block-layered-nav .currently		{ margin-bottom: 5px; }
.block-layered-nav .currently img	{ margin-right: 2px; }

/* Rating */
.rating-box { width:100px; height:19px; float: left; margin-right: 10px; }
.rating-box .rating { height:19px; }
.ratings .amount { display: block; float: left; line-height: 19px; font-size: 14px; }

/* Add to Links */
.add-to-links li { padding-left: 15px; }

/* Pager */ 
.pager { border:0px none; padding:5px; margin:5px 0; text-align:center; } /* colored */


/* Sorter */ 
.sorter {border:0px none; padding:5px; margin:5px 0; }

/* Block: Cart */
.block-cart .amount		{ margin-bottom: 20px; }
.block-cart .subtotal { display: block; height: 26px; line-height: 26px; margin-bottom: 13px; }/* colored */
.block-cart .subtotal .price	{ }
.block-cart .actions	{ margin-bottom: 20px; }
.block-cart .actions .button	{ background-image: none; width: 100%; padding: 0; }	/* colored */
.block-cart .actions .button span	{ background-image: none; text-transform: uppercase; width: 100%; padding: 0; }
.block-cart h3	{ line-height: 1.4em; padding: 10px 0 5px; font-size: 12px; text-align: center; font-weight: normal; }

.mini-products-list .product-image { float:left; width:50px; padding:2px; margin-right:-75px; }
.mini-products-list .product-details { margin-left:65px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:normal; margin:0; }
.mini-products-list .product-details h4 a { text-decoration: none}

/* Block: Compare Products */
.block-compare .actions		{ text-align: center; padding: 5px 0px}
.block-compare .actions a { float: none; display: block; } /* colored */
.block-compare a.product-name { font-size: 11px; }
.block-compare li { padding: 0 0 5px 13px; }

/* Block: Viewed */
.block-recent li a { font-size: 11px; }
.block-recent li { padding: 0 0 5px 13px; }

.block-cart li,
.block-recent li { background-color: transparent}

/* Product View ========================================================================== */
.product-view .row-block { padding-bottom: 10px; margin-bottom: 10px; } 	/* colored */
.product-view .product-name h2 { margin-bottom: 5px; }	/* colored */
.product-view .add-to		{ float: right; }
.product-view .product-shop { width: 380px; }	/* colored */
.product-view .product-shop-bottom	{ height: 15px; }
.product-view .product-shop .spacer	{ padding: 0px 3px 0px; min-height: 350px; }
.product-view .product-shop .row-block-2	{ padding: 15px; border-bottom: 1px solid #FFF; }
.product-view .price-box	{ padding: 15px; border-bottom: 1px solid #FFF; }
.product-view .price-box .price	{ font: bold 22px/1.5 "Century Gothic", Arial, sans-serif; }	/* colored */
.product-view .old-price .price	{ font: bold 16px/1.5 "Century Gothic", Arial, sans-serif; }	/* colored */
.product-view .product-shop label	{ font-size: 14px;}	/* colored */
.product-view .product-shop .add-to-cart .button { padding: 0; margin-left: 10px; background-repeat: repeat-x; }
.product-view .product-shop .add-to-cart .button  span { padding: 0 30px; background-image: none; color: #FFF; text-transform: uppercase; }

.center-block { margin-bottom: 30px;}
.center-block .center-title h3 { padding: 0 20px 5px; margin-bottom: 15px; font: normal 16px/1.5 Arial, sans-serif; }	/* colored */
.center-content	{ padding: 0 10px 0 30px; }

/* Availability */
.availability { text-align: right; padding: 15px; }
.availability .in-stock { font-weight:normal; font-size: 14px;  }
.availability .out-of-stock { font-weight:bold; font-size: 14px; }

/* Product Options */
.product-options { padding:15px; margin:0 0 0; border:0 none; background-color: transparent; }
.product-options select { width:40%; }
.product-options label { display: block; width: 30%; float: left }

.product-options-bottom { padding: 0; border:0 none;}
.product-options-bottom .price-box { margin:0; }
.product-options-bottom .product-pricing	{ padding: 15px; }
.product-options-bottom .add-to-cart	{padding: 15px;}

/* Product Images */
.product-view .product-img-box { float:left; width:380px; }
.product-view .product-img-box .product-image { border:0 none; }
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; overflow:hidden; z-index:9; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:22px; margin: 0 auto 0px; padding:0 44px; cursor:pointer; }	/* colored */
.product-view .product-img-box .zoom #track { position:relative; height:22px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:24px; }	/* colored */
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
.product-view .product-img-box .zoom-notice { }	
.product-view .product-img-box .more-views ul { margin:0; float: left;  }
.product-view .product-img-box .more-views li { float:none; padding: 3px; background-color:#FFF; margin:0 0 10px 0; border: 1px solid #ccc }

/* Page Heading */
.page-title 		{ padding:0 0 10px; margin:0 0 20px; } /* colored */
.page-title h2		{ font: bold 16px/1.5 "Century Gothic", Arial, sans-serif; text-transform: uppercase; } /* colored */
.page-content		{ padding: 0 20px; }
.page-content h3	{ margin: 0 0 5px; padding: 0 0 5px } /* colored */
.page-content fieldset	{ margin-bottom: 20px; }
.pager fieldset			{ margin: 0px; }

/* Shopping Cart Collateral boxes */
.crosssell 						{ width: 220px; }
.crosssell-col					{ width: 240px; }
.crosssell .info				{ margin-left: 90px; }
.crosssell h4					{ min-height: 55px; }
.crosssell .product-name a 		{ font-weight:bold; line-height: 1em; text-decoration: none}
.crosssell .regular-price .price{ color: #333; font-size: 14px; }
.crosssell .item				{ margin-bottom: 20px; }
.crosssell .item .sep			{ width: 70%; height: 1px; background-color: #FFF; margin: auto auto }
.crosssell .add-to-links		{ margin-left: 25px; }

.block-2					{ padding: 1px 0px }	/* colored */
.block-2 .block-title	{ border-bottom: 0 none; margin: 0 1px; padding: 10px 11px}	/* colored */
.block-2 .block-content	{ border-top: 0 none; margin: 0 1px; padding: 0px 11px 10px 11px}	/* colored */
.block-2 .block-title h2	{ font: bold 16px/1.3em "Century Gothic", Arial, sans-serif; }	/* colored */

.cart .cart-table					{ width: 100% }
.cart .cart-table thead tr			{  } /* colored */
.cart .cart-table thead th			{ height: 35px; line-height: 35px; }
.cart .cart-table thead th.first	{  } /* colored */
.cart .cart-table thead th.last		{  } /* colored */
.cart .cart-table td				{ vertical-align: middle; padding: 20px 10px; }
.cart .cart-table .product-info		{ width: 50% }
.cart .cart-table .product-name	a	{ font-weight: bold; text-decoration: none; }

.cart-bottom	{ padding: 15px; } /* colored */
.cart-bottom h3	{ margin: 0px; font: normal 18px/1.3em "Century Gothic", Arial, sans-serif; } /* colored */

.shopping-cart-totals					{ float: right	}
.shopping-cart-totals-table tbody th 	{ font-size: 14px; font-weight: bold; padding: 3px 10px 3px 0; color: #333 }
.shopping-cart-totals-table tbody td 	{ font-size: 14px; font-weight: bold; padding: 3px 0 3px 5px; color: #333 }
.shopping-cart-totals-table tfoot th 	{ font-size: 16px; font-weight: bold; padding: 3px 10px 3px 0; color: #333; text-transform: uppercase } /* colored */
.shopping-cart-totals-table tfoot td 	{ font-size: 16px; font-weight: bold; padding: 3px 0 3px 5px; color: #333 }

/* Footer ================================================================================ */
.footer { border:0px none; min-height: 250px; padding: 0px; }
.footer-wrapper	{ width: 1000px; margin: auto auto; padding-top: 50px; }

.footer-links li, .cms-links li	{ display: block; float: left; margin-right: 15px;  }
.cms-links li a:link, 
.cms-links li a:visited { color: #3C688D; text-decoration: none; text-transform: uppercase; line-height: 28px; }

.footer-links li a:link, 
.footer-links li a:visited { color: #333333;  line-height: 28px; }
.block-subscribe { padding: 0; margin: 0; float: right; }
.block-subscribe button { background-image: none !important; padding: 0 !important }
.block-subscribe button span { background-image: none !important; padding: 0 !important }

/* Checkout ============================================================================== */
/* One Page */
.opc { border: 0; position:relative;border-top: 1px solid #D9DDE3 }
.opc li.section { border:0;}
.opc .step-title a { display:none; }
.opc .step-title { padding: 5px 8px 5px 8px; border-width: 0 1px 1px 1px; border-style: solid; border-color:#D9DDE3; background-color: #EEEEEE;  }
.opc .step-title .number { float: left; font-size:.9em; padding: 0 4px; margin-right: 8px; line-height:14px; font-weight: bold; background-color: #FFF; color: #999; border: 1px solid #CCC; }
.opc .step-title h3 { float:left; color:#999; font-size:1.05em; line-height: 16px; }
.opc .step { border: 0; padding:15px; position:relative; border-left: 1px solid #D9DDE3; border-right: 1px solid #D9DDE3; }
.opc .step .tool-tip { right:0; }
.opc .order-review {}

.opc .allow .step-title { background: #E9F9E9; cursor:pointer; }

.opc .active { border-bottom: 1px solid #D9DDE3 !important }
.opc .active .step-title { background: #E1EEF4; cursor:default; }
.opc .active .step-title h3 { color: #333; }
.opc .active .step-title .number { color: #333; }

/* END COLORED */

.col2-left-layout .block				{ padding: 1px 0px }	/* colored */
.col2-left-layout .block .block-title	{ border-bottom: 0 none; margin: 0 1px; padding: 10px 11px}	/* colored */
.col2-left-layout .block .block-content	{ border-top: 0 none; margin: 0 1px; padding: 0px 11px 10px 11px}	/* colored */
.col2-left-layout .block .block-title h2{ font: bold 16px/1.3em "Century Gothic", Arial, sans-serif; }	/* colored */

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg,
.dashboard .recent-orders { margin:0 0 20px; }

/*
.dashboard .col-1, .dashboard .col-2,
.customer-address-book .col-1, .customer-address-book .col-2	{ min-height: 180px; }
.account-order-info .col-1, .account-order-info	.col-2  		{ min-height: 180px; }
*/

div.col-content		{ min-height: 160px; }
td.col-content		{ height: auto; }
.col-content h4		{ margin-bottom: 10px; }
.col-indent			{ padding: 10px 20px; }

.block-account	li 			{   }
.block-account	li a		{ text-decoration: none; display: block; padding: 3px 0; padding-left: 20px; background: url(../images/acc_nav_link_bkg.png) 5px 50% no-repeat; }
.block-account	li a:hover	{ color: #333; background-color: #FCFAFB;}
.block-account	li.current span	{ display: block; padding: 3px 0; padding-left: 20px; background: url(../images/acc_nav_link_bkg.png) #FCFAFB 5px 50% no-repeat; }

.block-progress .complete { background-color: transparent !important}
.toc { text-align: left}
.toc dt	{ font-weight: normal !important; margin-top: 10px; }
.toc dt.al-indent { margin-left: 15px; margin-top: px;  }
.toc dd		{ margin-left: 30px; }

.grouped-items { width: 95%; margin: auto; }
.grouped-items td { vertical-align: middle !important;}
.grouped-items .price-box { border-bottom:0px solid #FFFFFF; !important; padding:0px  !important; }
.grouped-items .price-box .price { font-size: 14px; line-height: normal; }