/* Reset ================================================================================= */
* {
	margin:0;
	padding:0;
}
img, div, a, input {
	behavior: url(http://www.kidsdealz.com.au/skin/frontend/default/kidsdealz/css/iepngfix.htc)!important;
}
 @font-face {
 font-family: 'komika_axisregular';
 src: url('../font/komikax_-webfont.eot');
 src: url('../font/komikax_-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/komikax_-webfont.woff') format('woff'),  url('../font/komikax_-webfont.ttf') format('truetype'),  url('../font/komikax_-webfont.svg#komika_axisregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'script1_rager_hevvyregular';
 src: url('../font/scr1rahv_rager_hevvy-webfont.eot');
 src: url('../font/scr1rahv_rager_hevvy-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/scr1rahv_rager_hevvy-webfont.woff') format('woff'),  url('../font/scr1rahv_rager_hevvy-webfont.ttf') format('truetype'),  url('../font/scr1rahv_rager_hevvy-webfont.svg#script1_rager_hevvyregular') format('svg');
 font-weight: normal;
 font-style: normal;
}

 @font-face {
 font-family: 'open_sansregular';
 src: url('../font/opensans-regular-webfont.eot');
 src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype'), url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* THEN use like you would any other font */  
/*.yourFontName { font-family:" MyCustomFont ", verdana, helvetica, sans-serif; }*/

html {
	/* background: url(../images/html_bg.gif) 0 0 repeat-x #73a11b; */
}
body {
	background: url(../images/body_bg.jpg) 50% 0 no-repeat;
	font:12px/1.35 Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
}
img {
	border:0;
	vertical-align:top;
}
a {
	color:#05c;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
:focus {
	outline:0;
}
.img-container {
	width: auto;
	height: auto;
	float: left;
}
/* Headings */
h1 {
	font-size:20px;
	font-weight:normal;
	line-height:1.15;
}
h2 {
	font-size:18px;
	font-weight:normal;
	line-height:1.25;
}
h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.25;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:11px;
	font-weight:bold;
}
/* Forms */
form {
	display:inline;
}
fieldset {
	border:0;
}
legend {
	display:none;
}
/* Table */
table {
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size:100%;
}
caption, th, td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
/* Content */
strong {
	font-weight:bold;
}
address {
	font-style:normal;
	line-height:1.35;
}
cite {
	font-style:normal;
}
q, blockquote {
	quotes:none;
}
q:before, q:after {
	content:'';
}
small, big {
	font-size:1em;
}
sup {
	font-size:1em;
	vertical-align:top;
}
/* Lists */
ul, ol {
	list-style:none;
}
/* Tools */
.hidden {
	display:block !important;
	border:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	width:0 !important;
	height:0 !important;
	overflow:hidden !important;
}
.nobr {
	white-space:nowrap !important;
}
.wrap {
	white-space:normal !important;
}
.a-left {
	text-align:left !important;
}
.a-center {
	text-align:center !important;
}
.a-right {
	text-align:right !important;
}
.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.f-left, .left {
	float:left !important;
}
.f-right, .right {
	float:right !important;
}
.f-none {
	float:none !important;
}
.f-fix {
	float:left;
	width:100%;
}
.no-display {
	display:none;
}
.no-margin {
	margin:0 !important;
}
.no-padding {
	padding:0 !important;
}
.no-bg {
	background:none !important;
}
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
	background: url(../images/wrapper_bg.jpg) 50% 100% no-repeat;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.page {
	width:994px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}
.page-print {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-empty {
	background:#fff;
	padding:20px;
	text-align:left;
}
.page-popup {
	padding:20px;
	text-align:left;
}
.main-container {
	margin-top: 20px;
}
.main {
	margin:10px 0;
}
.hdr-mdl-wrapp1 {
	background: url(../images/main_bg.png) 0 0 no-repeat;
	padding-top: 18px;
	margin-top: -6px;
}
.hdr-mdl-wrapp2 {
	background: url(../images/main_container_bg.png) 0 100% no-repeat;
	padding: 0 17px 15px;
	float:left; /*margin-top: 10px;*/
}
/* Header ================================================================================ */
.logo {
	float:left;
}
.header-container {
	width:100%;
}
.header {
	height: auto;
	padding:5px 8px 0 10px;
	background:url(../images/hdr_bg.jpg) 0 0 no-repeat;
}
.header .logo {
	float:left;
	text-decoration:none !important; /*margin-left: -28px;*/
	position: relative;
	margin:0px 0 0 -28px;
}
.header .logo strong {
	position:absolute;
	top:-999em;
	left:-999em;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-999em;
	overflow:hidden;
}
.header h1.logo {
	margin:0;
	padding:0;
}
.header .quick-access { /*margin-right: 8px;*/
}
.header .welcome-msg {
	font-weight:bold;
	text-align:right;
}
.header .links {
	margin-top: 8px;
	float:right;
}
.header .links li {
	border-right: 1px solid #c7a9e0;
	padding: 0 3px;
	float: right;
}
.header .links li a {
	font: bold 12px/1.7em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.header .links li a:hover {
	color: #fac374;
}
/*Header links*/
.header-main-nav {
	width: 100%;
	height: auto;
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
}
.header-main-nav li {
	float: left;
}
.header-main-nav li a {
	font: normal 15px "SCRIPT1RagerHevvyRegular", verdana, helvetica, sans-serif;
	color: #fff;
	background:url(../images/hdr_link_bullet.gif) 0 50% no-repeat;
	text-decoration: none;
	padding: 0 12px;
	text-transform: uppercase;
}
.header-main-nav li a:hover {
	color: #e3beff;
}
.header-main-nav li a.first {
	background: none;
}
/********** < Navigation */
.nav-container {
	height: 41px;
	background:url(../images/main_nav_bg.jpg) 0 0 no-repeat;
	padding: 0 10px;
}
#nav {
	padding:8px 0 0; /*margin:10px 0;*/
	font-size:13px;
}

/* 1st Level */
#nav li {
	float:left;
}
#nav li a {
	float:left;
 /*	font-family: 'script1_rager_hevvyregular'; */
	color: #e4c3ff;
	background:url(../images/hdr_link_bullet.gif) 0 50% no-repeat;
	text-decoration: none;
	  font-size: 15px;
	padding: 0 12px;
	font-size:16px;
	font-weight:lighter;
	text-transform: uppercase;
}
#nav li a:hover {
	color:#e3beff;
}
#nav li.over a, #nav li.active a {
	color:#e3beff;
}
#nav li a.first {
	background: none;
}
/* 2nd Level */
#nav ul, #nav div {
	position:absolute;
	width:15em;
	top:25px;
	left:-10000px;
	border:1px solid #ddd;
	background:#fafafa;
}
#nav div ul {
	position:static;
	width:auto;
	border:none;
}
/* 3rd+ leven */
#nav ul ul, #nav ul div {
	top:7px;
}
#nav ul li {
	float:none;
	border-bottom:1px solid #ddd;
}
#nav ul li.last {
	border-bottom:0;
}
#nav ul li a {
	float:none;
	padding:3px 9px;
	font-weight:normal;
	color:#888 !important;
}
#nav ul li a:hover {
	color:#000 !important;
}
#nav ul li.active > a, #nav ul li.over > a {
	color:#000 !important;
}
/* Show menu */
#nav li ul.shown-sub, #nav li div.shown-sub {
	left:0;
	z-index:999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
	left:100px;
}
/********** Navigation > */
/* ======================================================================================= */



/* Footer ================================================================================ */
.footer-container {
	width: 977px;
	margin: 10px 0 0 8px;
}
.footer {
	padding:20px 14px 10px;
	background:url(../images/footer_top_bg.gif) 0 0 no-repeat;
	clear:both;
}
.footer p {
	text-align:right;
}
.footer address {
	text-align:right;
}
.footer ul {
}
.footer ul li {
	display:inline;
}
.footer-container .bottom-container {
	text-align:center;
}
.footer-links {
	width: 715px;
	height: auto;
	float: left;
}
.footer-links ul {
	width: 213px;
	height: auto;
	margin-left: 25px;/*
	border-right: 1px solid #669b3c;*/
	float: left;
}
.footer-links ul.last {
	border: none;
}
.footer-links ul li strong{font-family: 'komika_axisregular'; color:#fff;
padding:0 0 0px 0;
float:left;
font-size:14px;}
.footer-links ul li, .footer-links ul li a {
	width: 198px;
	float: left;
}
.footer-links ul li a {
	font: normal 13px/1.8em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer-links ul li a:hover {
	text-decoration: underline;
}
.credit-box {
	width: 189px;
	text-align: center;
	height: auto;
	background:url(../images/creditcard_box_bg.gif) 0 100% no-repeat #fff;
	padding: 10px 12px 18px;
	float: right;
}
.credit-box a {
	font: bold italic 12px/1.8em Arial, Helvetica, sans-serif;
	color: #3b5078;
	text-decoration: none;
	text-transform: uppercase;
}
.credit-box a:hover {
	text-decoration: underline;
}
.web-by {
	width: 100%;
	text-align: right;
	position: relative;
	bottom: -60px;
	font-size: 11px;
	color: #fff;
	float: left;
}
.web-by a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.web-by a:hover {
	text-decoration: underline;
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-view .box-tags .form-add:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}
/* ======================================================================================= */





.footer-banner {
	width:100%;
	background:#999;
	float:left;
}
.footer-product-image {
	float:left;
	width:200px;
	height:100px;
	background:#CCC;
	margin:2px;
}
.footer-img-outer {
	float:left;
	width:206px;
	display:inline;
}
.top_lft {
	width:450px;
	float:left;
}
.top_lft ul {
}
.top_lft ul li {
	list-style:none;
	float:left;
	color:#fff;/*background:url(../images/arrow-top.png) right 3px no-repeat;*/
}
.top_lft ul li a {
	font-family: 'open_sansregular';
	font-size:13px;
	color:#fff;
	padding:0 10px;
}
.top_lft ul li.none {
	background:none;
}
.favourites {
	width:289px;
	float:right;
	margin:0 10px 0 0;
}
.favourites ul {
/*margin:10px 0 0 0;*/
 margin-left: 1px;
}
.favourites ul li {
	list-style:none;
	float:left;
	padding:3px;
	color:#fff;
	font-size:1.px;
/*	font-family: '!open_sansregular'; */
}
.favourites ul li a {
	color:#fff;
}
.favourites ul li a img {
	margin:0 5px 0 0;
}
.top_rgt{ margin:10px 0px; }
.search {
	width:289px;
	float:left;
	height:36px;
	 margin-top: 10px;
	/*background:#ff9013;
	border-radius:4px 4px 0 0;*/
	position:relative;
}
.input {
	background:url(../images/search_bg.jpg) repeat-x;
	border-radius:15px;
	width:218px;
	height:25px;
	line-height:25px;
	color:#9ea4a7;
	border:0px;
	padding:0 50px 0 9px;
	margin:6px 5px 0 5px;
}
.input_btn {
	position:absolute;
	right: 16px;
	top: 7px;
}
.contant {
	width:100%;
	float:left;
	font-family: 'open_sansregular';
}
.shipping {
	float:right;
	margin:0 10px 0 0;
	line-height:26px;
	width:265px;
}
.shipping span {
	float:left;
}
.shipping img {
	padding:0 0px 0 10px;
	float:right;
}
.content_main {
	width:100%;
	float:left;
	margin:10px 0 0 0;
}
.left_panel {
	width:196px;
	float:left;
}
.box_1 {
	width:190px;
	float:left;
	background:#fff;
	border:1px solid #dadada;
	border-radius:4px;
	-mebkit-border-radius:4px;
	margin:0 0 10px 0;
	padding:3px;
}
.box-inner {
	width:190px;
	background:#e8edef;
	border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}
.heading {
	width:100%;
	float:left;
	background:url(../images/heading.jpg) repeat-x;
	height:25px;
	line-height:25px;
	border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}
.heading strong {
	color:#fff;
	padding:0 0 0 10px;
	font-family: 'komika_axisregular';
	font-size:14px;
}
.list {
	padding:5px 0 0 0px;
	float:left;
}
.list li {
	list-style:none;
	background:url(../images/list_arow.png) 10px 10px no-repeat;
	float:left;
	width:94.7%;
	font-size:14px;
	padding:0 0 0 10px;
	border-bottom:1px solid #dde0e1;
	line-height:26px;
}
.list li a {
	display:block;
	padding:0 0 0 20px;
	color:#000;
}
.list li ul {
	background: none repeat scroll 0 0 #efefef;
	display: block;
	float: left;
	margin: 0 0 0 -10px;
	padding: 0 0 120px 14px;
	width: 176px;
}
.list li ul li {
	border:none;
}
.feedback {
	padding:10px;
	float:left;
	line-height:25px;
	font-size:14px;
}
.center_panel {
	width:556px;
	float:left;
	margin:0 5px 0 7px;
}
.banner {
	width:100%;
	float:left;
}
.tab_strip {
	background:#e2e3e3;
	border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
	margin: 11px 0 0;
    padding: 11px;
    width: 96%;
}
.tab_strip ul {
}
.tab_strip ul li {
	list-style:none;
	float:left;
}
.tab_strip ul li a img {
	border:2px solid #348dbc;
	border-radius:4px;
}
.tab_strip ul li.tab_sp {
	padding:0 0 0 17px;
}
.tab_strip ul li.tab_sp_1 {
	padding:0 15px 0 17px;
}
.sort {
	width:100%;
	float:left;
	padding:10px 0 0 0;
	background:url(../images/sort_bg.jpg) repeat-x;
	height:33px;
	margin:10px 0 0 0;
}
.sort label {
	color: #000;
	float: left;
	font-weight: bold;
	font-family: 'komika_axisregular';
	margin: 4px 0 0 10px;
}
.sort select {
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 5px #E7E7E7 inset;
	color: #9DA0A2;
	float: left;
	font-family: 'open_sansregular';
	height: 27px;
	margin: 0 7px;
	padding: 4px 3px;
	min-width: 180px;
}
.product_container {
	width:96.2%;
	float:left;
	background:#fff;
	padding:10px 10px 0 10px;
	margin:10px 0 0 0;
	border:1px solid #ccc;
}
.product_main {
	width:150px;
	float:left;
}
.product {
	width:150px;
	float:left;
	border:1px solid #ccc;
}
.product_main p {
	margin:7px 0 0 0;
	float:left;
}
.price {
	background:#fa890a;
	width:97.7%;
	float:left;
	margin:7px 0 10px 0;
	padding:3px;
}
.price input[type=button] {
	width:59px;
	height:22px;
	border:0px;
	color:#fff;
	cursor:pointer;
	text-align:left;
	padding:0 0 4px 7px;
	float:right;
	background:url(../images/add.png) no-repeat;
}
.price label {
	float:left;
	line-height:22px;
	padding:0 0 0 7px;
	font-family: 'komika_axisregular';
	color:#fff;
}
.prod_sp {
	margin:0px 0 0 43px;
}
.pagination_container {
	width:99.7%;
	float:left;
	background:url(../images/pagination_bg.jpg) repeat-x;
	height:33px;
	border:1px solid #dbdada;
	margin:10px 0 0 0;
}
.pager {
	float:left;
	width:80px;
	margin:9px 0 0 10px;
}
.pagination_container ul {
	margin:9px 0 0 10px;
	float:left;
}
.pagination_container ul li {
	float:left;
	list-style:none;
}
.pagination_container ul li a {
	color:#fff;
	border-radius:4px;
	border:1px solid #5d5b5b;
	padding:4px 12px;
	font-size:12px;
	background:#747474 url(../images/pagination.jpg) repeat-x;
	margin:0 3px;
}
.pagination_container ul li a:hover, .pagination_container ul li a.current {
	background:#fa890a url(../images/pagination_hover.jpg) repeat-x;
	border:1px solid #fa890a;
}
.page_go {
	float:right;
	width:150px;
	margin:5px 10px 0 0;
}
.page_go label {
	float:left;
	margin:4px 5px 0 0;
}
.page_go input[type=text] {
	float:left;
	width:40px;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 5px #E7E7E7 inset;
	color: #9DA0A2;
	font-family: 'open_sansregular';
	padding: 4px 3px;
}
.page_go input[type=button] {
	float:right;
	background:#2383b6 url(../images/go.jpg) repeat-x;
	height:24px;
	color:#fff;
	cursor:pointer;
	border:0px;
	padding:0 4px;
	border-radius:3px;
}
.newsletter_btn {
	background:url(../images/news_btn.jpg) repeat-x;
	border:0px;
	border-radius:4px;
	height:30px;
	cursor:pointer;
	color:#fff;
	font-family: 'komika_axisregular';
	margin:7px 0 0 10px;
	-webkit-border-radius:4px;
	padding:0 25px 4px 25px;
}
.right_panel {
	float:right;
	width: 196px;
}
.heig {
	height:40px;
	float:left;
}
.detail_img {
	width:40%;
	float:left;
}
.detail_img img {
	width:400px;
	border:1px solid #ccc;
	padding:3px;
}
.detail_sample {
	width:55%;
	float:right;
}
.detail_sample p {
	padding:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
}
.tab_tyxt {
    float: left;
    margin: 0 7px;
    width: 98.7%;
}
.tab_tyxt ul {
	margin:0 0 0 -2px
}
.tab_tyxt ul li {
	list-style:none;
	float:left;
}
.tab_tyxt ul li a {
	display:block;
	background:#086d9c;
	border-radius:5px 5px 0 0;
	color:#fff;
	margin:0 1px 0px 2px;
	padding: 0 15px;
	font-size:14px; 
	line-height:28px;
	border:1px solid #ccc;
	border-bottom:none;
	font-weight:bold;
	background:url("https://www.kidsdealz.com.au/skin/frontend/default/kidsdealz/images/col_right_box1_top_bg.jpg") no-repeat scroll -5px -10px transparent;
}
.tab_tyxt ul li a:hover {
	background:#fff; color:#222;
	text-decoration:underline;
}
.tab_tyxt ul li a.active {
	background: none repeat scroll 0 0 #FFFFFF;
    color: #222222;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 0px 15px 1px 15px;
    position: relative;
    text-decoration: none;
    z-index: 5;
}
.detail_sampletxt {
	width:94.5%;
	float:left;
	border:1px solid #ccc;
	padding:25px;
	font-size:14px;
	line-height:1.5;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius:0px 0px 7px 7px;
}
.detail_sampletxt h3 {
	margin:0px 0 0px 0;
}
.detail_sampletxt p {
	padding:0px !important;
	font-family:Arial, Helvetica, sans-serif;
}
