/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
	.data-table th.a-center{	padding:8px 48px;}
	.data-table.cart-table th.a-center{	padding:8px 30px;}
	.data-table th {	padding:8px 96px 8px 0;}
	.data-table th.a-right {	padding:8px 0 8px 96px;}
	.block-login-top #mini-login, .block-login-top #mini-password { line-height:29px; }	
	input#newsletter { line-height: 33px; }	 
	input#productTagName { line-height:28px; }
	input#search { line-height:23px; }
	input { line-height:1.5em; }
	.block-currency .currency-select-inner select option{
		background:none !important;
	}
	.banner a img,
	.product-image > img  { width:auto; }
	
	.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu .style-one .products-custom .item:first-child,
	.sm_megamenu_wrapper_horizontal_menu ul.sm_megamenu_menu .style-one .products-custom	{ border-color:#aaa; }
	.product-image a.product-imgs { z-index:5 !important; }
	/*	responsive IE */
	
	.header-bottom .container, 
	.header-bottom .container .span12, 
	.topsl-wrap .container, 
	.topsl-wrap .container .span12, 
	.cms-home .slide-wrap .container,
	.cms-home .slide-wrap .container .span12 { width:1200px; }
		
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1170px;
	}
	.span1,
	.span1d0 {
		width: 70px;
	}
	.span1d2 {
		width: 100px;
	}
	.span1d7 {
		width: 150px;
	}
	.span2 {
		width: 170px;
	}	
	
	/* BEGIN: override span2 for only slider in home page	*/
	.yt-slider .span2d2 { 		width: 200px; 	}	
	
	.span2d4 {	/*	2.4 x 5 = 12*/
		width: 220px;
	}		
	.span3 {
		width: 270px;
	}	
	.page-about-us .col3-set.row { margin-left:-90px; } 
	
	.page-about-us .col3-set.row [class*="span"] { margin-left:90px; } 
	
	.span3d6 {
		width: 330px;
	}	
	/* BEGIN: override span3 for only new product in home page	*/
	/* .yt-content-bottom .span3 {	width:290px;	}	 */
	
	.span4 {
		width: 370px;
	}	
	.span4d8 {
		width: 460px;
	}	
	.span5 {
		width: 470px;
	}	
	.span5d2{
		width: 490px;
	}	
	.page-about-us .col2-set.row { margin-left:-190px; } 
	
	.page-about-us .col2-set.row [class*="span"] { margin-left:190px; } 
	
	#contactForm textarea { width: 319px; }
    #contactForm input{ width: 312px; }
	
	.span6 {
		width: 570px;
	}	
	.span7 {
		width: 670px;
	}	
	.span7d2 {
		width: 700px;
	}
	.span8 {
		width: 770px;
	}
	.span9 {
		width: 870px;
	}
	.span9d6 {
		width: 940px;
	}
	.span10 {
		width: 970px;
	}	
	.span11{
		width: 1070px;
	}	
	.span12,
	.span12d0{
		width:1170px;
	}
	[class*="span"] {
		margin-left: 30px;
	}
	.row {
		margin-left: -30px;
	}	
	/* BEGIN: override span for only new product in home page	*/
	.yt-content-bottom [class*="span"] {		/* margin-left:7px; */	}
	.yt-content-bottom .row {				/* margin-left:-8px; */	}
	
	.offset12 {
		margin-left: 1220px;		/* offset12 = span12 + 2 * [class*="span"]  margin-left */
	}
	.offset11 {
		margin-left: 1120px;
	}
	.offset10 {
		margin-left: 1020px;
	}
	.offset9 {
		margin-left: 920px;
	}
	.offset8 {
		margin-left: 820px;
	}
	.offset7 {
		margin-left: 720px;
	}
	.offset6 {
		margin-left: 620px;
	}
	.offset5 {
		margin-left: 520px;
	}
	.offset4 {
		margin-left: 420px;
	}
	.offset4d8 {
		margin-left: 500px;
	}
	.offset3 {
		margin-left: 320px;
	}
	.offset2 {
		margin-left: 220px;
	}
	.offset1 {
		margin-left: 120px;
	}	
