body {
	color: #366AA0;
	background: #366AA0 url(/images/cssimg/bg-1-1.png) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #366AA0;
}

.shop-product-small li.quantity input.productTextInput {
	width: 6px;
}

.shop-product-large li.quantity input.productTextInput {
	width: 6px;
}

.productTextInput {
	width: 9px;
}

.cartInputText {
	width: 20px;
}

.cat_button2 {
	font-size: 16px;
	font-weight: bold;
}

a#logo {
	color: #336AA0;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

div.shop-cart {
                     font-family:sans-serif;
                       }

div.shop-checkout-shop-form {
                     font-family:sans-serif;
                     font-size: 11px;
                       }

div#shop-checkout-shop-form.item {
                      margin-top: 6px;
                      }

div.container {
	background-color: #fff;
	border: 10px solid #eee;
	min-height: 600px;
}

div#nav div#placeholder-nav {
	background-color: #948cc4;
}

div#hero div#placeholder-hero {
	background-color: #b7ae9b;
}

div#hero-sub div.inner {
	background-color: #948CC4;
	color: #fff;
	font-size: 11px;
}

div#footer {
	border-top: 1px solid #eee;

}

td.menu-item {
	color: #fff;	
}

td.menu-item-hover {
	color: #000000;
}

td.menu-item-selected {
	color: #fffc00;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #4A8797;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}


/* @group Links */

a:link, a:visited {
	color: #4c4c4c;
	text-decoration: none;	
}

a:hover, a:active {
	color: #366AA0;
	text-decoration: underline;
}

div#hero-sub a:link, div#hero-sub a:visited {
	color: #4c4c4c;
	text-decoration: none;		
}

div#hero-sub a:hover, div#hero-sub a:active {
	color: #4c4c4c;
	text-decoration: none;		
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */



/* @group Template Settings */

div#header-left img {
	margin: 30px 0 0;
}

div#header-left, div.whoslogged, div#header-right {
	height: 126px;
	line-height: 126px;
}

div.whoslogged {
	text-align: right;
    margin-right: 50px;
}

div#placeholder-search {
	padding: 46px 40px 0 0;
	text-align: right;
}

div#placeholder-search input.cat_textbox_small {
	width: 130px;
}

div#nav div#placeholder-nav {
	height: 36px;
}

div#placeholder-nav {
	padding-left: 18px;
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div#hero {
	margin-right: 0;
	width: 600px;
}

div#hero div#placeholder-hero {
	overflow: hidden;
}

div#hero div#placeholder-hero, div#hero-sub div.inner {
	height: 216px;
}

div#hero-sub div.inner {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

div#hero-sub div.pad {
	padding: 18px;
}

div#main div.inner, div#sub div.inner {
	padding: 18px 0 36px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div#footer {
	padding-top: 18px;
	height: 72px ;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */



