@charset "utf-8";
/* 
CSS Document for NimiToys & JucariaTa
*/
html {
	height: 100%;
}

body {
	background: url(img/body_bg.jpg) top repeat-x #A2C000;
	color: #333;
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	min-height: 100%;
}

#container {
	min-height: 100%;
	position: absolute;
	width: 100%;
	overflow-x: hidden;
}

a {
	color: #222;
	text-decoration: none;
	font-size:11px;
	-moz-outline: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form {
	display: inline;
}

h1 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	display: inline;
	margin: 2px;
}

h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 0px;
}

select {
	background-color:#fff;
	color:#333333;
	border:1px solid #F4BB55;
}

input, textarea {
	background-color:#fff;
	color:#333333;
	border:1px solid #F4BB55;
}

.no_border input {/*for buttons of type input*/
	border:0px;
}

.inp_lbl {
	font-size:13px;
	font-weight:bold;
	color:#333;
}

.inp_disabled {
	background-color:#F1EDD1;
	border:none;
}

.txt {
	font-size:11px;
	font-weight:normal;
	color:#333;
}

.txt2 {
	font-size:11px;
	font-weight:normal;
	color:#333;
}

/* header */
#header {
margin-top:10px;
height:143px;
overflow:hidden;
}
#header ul li {
float:left;
width:50%;
color:#CC0000;
font-size:11px;
}
#header ul li div {
float:left;
}
#header a {
color:#CC0000;
}
#header a:hover {
color:#000000;
text-decoration:none;
}
#headmenu {
bottom:0px;
font-size:12px;
}
#headmenu ul li {
background:url(img/header_but_bg.gif) bottom no-repeat;
height:24px;
*height:36px;
width:120px;
text-align:center;
display:block;
padding:10px 4px 2px;
font-weight:bold;
font-size:12px;
}

#catmenu select {
margin:5px;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding:5px;
}

.categ_td {
	padding:5px 0;
}

.categ_td span {
	font-size:12px;
	background:transparent url(img/left_raquo.gif) no-repeat scroll left top;
	padding:2px 12px;
}

#header #fastsearch li, #header #currencies li {
width:auto;
padding:2px;
}
#fastsearch {
float:right;
}
.field_1 {
background:url(img/field1_bg.gif) no-repeat;
width:150px;
height:24px;
}
.field_1 input {
border:0px;
padding:1px;
width:147px;
background:none;
}

/* shopcart */
#shopcartbox {
width:170px;
height:117px;
border:1px dotted #E32F0E;
border-bottom:0px;
background:#FFFFFF;
float:right;
bottom:0px;
}
#shopcartbox .infoboxheading div {
float:right;
margin-left:22px;
width:120px;
}

/* productlist */
#productlistbox {
width:780px;
border:1px dotted #E32F0E;
border-bottom:0px;
background:#FFFFFF;
bottom:0px;
}

.newprodhead {
	text-align:left;
	padding-left:10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background:url(img/boxtitle_bg.jpg) top repeat-x #DD6D25;
	height:26px;
	margin:0 5px 0 5px;
	border:0px;
}

.newprodtitle {
	font-size:12px; 
	padding:0 0 0 10px;
	margin:0px;
	text-align:left;
	color:#DD6D25;
}

.cBox {
	border-collapse:separate;
	border-spacing:10px;
	*border-collapse:expression("separate", cellSpacing = "10px");
	padding-left:20px;
	padding-right:20px;
}

.prod_td {
	width:240px;
	vertical-align:top;
	border:1px solid #F2EED2;
	background:#FFFFFF;
	padding:5px;
	font-size:11px;
	border-top:2px solid #A3C000;
}

.cBox li {
	padding:2px;
}

.prod_title {
	width:120px;	
}

.prod_title a {
	font-size:13px;
	font-weight:bold;
}

.prod_cont {
	display:block;
	width:230px;
}

.prod_separator {
	border-bottom:1px solid #F2EED2;
}

.prod_detail {
	margin:3px;
	margin-left:30px;
}

.prod_desc {
	height:120px;
	width:220px;
	text-align:left;
}

.prod_buy {
	width:220px;
	text-align:right;
}

.red {
	color:red;
}






/* cloud index */
#cloud ul {
background:#FBF6D9;
border-top:1px solid #668506;
border-bottom:1px solid #668506;
}
#cloud ul li a {
float:left;
color:#D91F03;
display:block;
padding:2px;
}
#cloud ul li a:hover {
color:#000000;
}

/* leftmenu */
#leftmenu {
background:url(img/sidemenu_bg.png) top repeat-y;
width:164px;
}
.boxtext {
font-size:10px;
}
.details {
/*
background:url(img/boxcont_bg.jpg) bottom repeat-x #FFFFFF;
*/
}
#leftmenu table {
width:158px;
}
#leftmenu ul {
margin:0px 3px;
}
#leftmenu ul li {
background:url(img/left_raquo.gif) top left no-repeat;
padding:0px 10px;
padding-top:2px;
margin-bottom:2px;
}
#leftmenu ul li ul li {
background:none;
padding:0px;
margin-bottom:0px;
}
#leftmenu ul li a {
font-size:10px;
}
#leftmenu ul li ul li a {
font-size:9px;
}

/* product page */
#prodbox {

/*
border:1px dotted #339933;
*/
width:812px;
}
#prodbox #t {
/*
background:url(img/prodbox_t.jpg) top repeat-x #FFECAC;
*/
background:transparent url(img/prodbox_top.png) no-repeat;

}
#prodbox #b {
	border:0;
}
#b td {
	font-weight:bold;
	font-size:12px;
	color:#fff;
}
.prodcrumb {
border-top:1px solid #F88903;
border-bottom:1px solid #F88903;
background:#FBF6D9;
margin:5px;
}


/* search results */
#searchresults {
}
#searchresults ul {
	width:100%;
}
#searchresults img {
	border:0px;
}
#searchresults ul li div {
	padding:2px;
}
#searchresults .reslihor li {
background:url(img/descriptbox_bg.jpg) top repeat-x #FBF6D9;
border-top:1px solid #668506;
border-bottom:0px solid #668506;
height: 90px;
margin:5px 0px;
clear:both;
}
#searchresults .resliver li {
float:left;
width:144px;
height:195px;
/*
background:url(img/descriptbox_bg.jpg) top repeat-x #FBF6D9;
*/
background-color:#fff;
border: 1px solid #F2EED2;
margin:5px;
border-top:2px solid #A3C000;
}

.searchreslist .resliver li {
	width:115px;
	background-color:#fff;
}
.reslihor .name {
font-size:12px;
/*font-weight:bold;*/
margin-top:10px;
}
.reslihor .desc {
font-size:10px;
}
.reslihor .img {
float:left;
}
.reslihor .price {
float:right;
font-size:11px;
font-weight:bold;
color:#CC0000;
}
.reslihor .buy {
float:right;
clear:right;
}

.resliver .name {
font-size:9px;
/*font-weight:bold;*/
text-align:center;
height:40px;
}
.resliver .desc {
display:none;
}
.resliver .img {
text-align:center;
}
.resliver .price {
text-align:center;
font-size:10px;
font-weight:bold;
margin-top:5px;
color:red;
}
.resliver .buy {
clear:both;
text-align:center;
margin:4px;
}

/* content */
#content {
margin-top:9px;
}
.infoBoxHeading {
font-size: 12px;
font-weight: bold;
color: #ffffff;
background:url(img/boxtitle_bg.jpg) top repeat-x #DD6D25;
height:26px;
}
/*
#breadcrumbs {
font-size:11px;
padding:4px 0px;
color:#FFFFFF;
}
#breadcrumbs a {
color:#FFFFFF;
}
#breadcrumbs a:hover {
color:#000000;
text-decoration:none;
}
*/
.sideadvert {
vertical-align: top;
padding:10px 10px 0px 0px;
/*padding:0px 10px 0px 1020px;*/
background:url(img/spacer.png);
}
.desctextbox {
background:url(img/descriptbox_bg.jpg) top repeat-x #FBF6D9;
border-bottom:1px solid #668506;
width:812px;
}
.descup {
background:url(img/desctextupbg.jpg) top repeat-x #FFFEFB;
height:5px;
margin:-1px 6px 0px;
}
.popupbox {
width:200px;
height:117px;
border:1px solid #A2C001;
background:#FBF6D9;
bottom:0px;
position:absolute;
padding:1px;
}
.popboxtit {
font-size: 12px;
font-weight: bold;
color: #ffffff;
background:url(img/boxtitle_bg.jpg) top repeat-x #DD6D25;
height:20px;
*height:26px;
width:194px;
*width:196px;
padding:5px 1px 1px 5px;
margin-bottom:5px;
}
#loginbox {
top:26px;
left:790px;
*top:18px;
}
#tellfriendbox {
margin:20px auto;
width:300px;
background:#FBF6D9;
border-top:1px solid #668506;
border-bottom:1px solid #668506;
}
.field_2 {
background:url(img/field2_bg.gif) no-repeat;
width:90px;
height:24px;
}
.field_2 input {
border:0px;
padding:1px;
width:87px;
background:none;
}
.popupbox ul {
margin:0px;
}
.popupbox ul li {
background:url(img/left_raquo.gif) top left no-repeat;
padding:2px 10px 0px;
}
.popupbox ul li a {
display:block;
width:170px;
}
.accountul {
margin:10px;
padding-left:20px;
font-size:12px;
}
.accountul li {
list-style-image:url(img/cont_raquo.gif);
margin:10px 0px;
}

/* footer */
#footer {
position:absolute;
background:url(img/footer_bg.jpg) top repeat-x #668506;
top:100%;
left:0px;
margin-top:-80px;
width:100%;
*height:80px;
height:80px;
text-align:center;
color:#FFFFFF;
z-index:1000;
}
#footer div {
margin-top:10px;
margin-left:90px;
*margin-left:-25%;
}

/* overall */
.width {
margin:0px 10px;
width:1000px;
}
.title1 {
font-size:14px;
font-weight:bold;
text-align:center;
color:#333;
margin:10px;
}
.messageStackError {
color:#CC0000;
font-weight:bold;
padding:12px 0px;
font-size:12px;
}
.messageStackWarning {
color:#CC0000;
font-weight:bold;
padding:12px 0px;
font-size:12px;
}
.simsearchbox {
width:100%;
margin:20px auto;
border:1px dotted #FF9900;
background:#FFFFFF;
padding:4px;
text-align:center;
}
.advsearchbox {
margin:20px auto;
font-size:12px;
}

.W100 { width:100px;}
.W100p { width:100%;}

.CB { clear:both;}
.CL { clear:left;}
.FL { float:left;}
.FR { float:right;}

.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}

.FS10 { font-size:10px;}
.FS11 { font-size:11px;}
.FS12 { font-size:12px;}
.FS14 { font-size:14px;}
.FWB { font-weight:bold;}
.FCG { color:#333;}

.PH5 { padding:0px 5px;}
.MV5 { margin:5px 0px;}
.MV55 { margin:1px 0px;}

/* all manufacturers */
#logos {
	width: 732px;
	margin: 6px auto 0px;
	clear: both;
	padding-left:85px;
}

#logos li {
	width: 110px;
	height: 114px;
	display: block;
	float: left;
	margin: 5px;
	background: url(images/libg.gif) top no-repeat;
	text-align: center;
	padding: 1px 2px 2px 1px;
	color:#333;
	font-size:13px;
	font-weight:bold;
}

#logos li:hover {
	background: url(images/libg-h.gif) top no-repeat;
	padding: 3px 0px 0px 3px;
}

#manufact_rows div {
	float: left;
	width: 220px;
	margin: 5px;
	text-align: left;
	padding: 20px;
}

#manufact_rows div a {
	font-size: 11px;
	color: #333;
	background: transparent url(img/left_raquo.gif) no-repeat scroll left top;
	padding: 2px 12px;
}

#manufact_rows div a:hover {
	color: #F88903;
}

#manufact_box img {
	 background:transparent url(images/libg.gif) no-repeat scroll center top;
}
/*end all manufacturers */

#head_cart_det a {
	font-size: 11px;
	font-weight: bold;
}

#shopcartbox span {
	font-size: 11px;
}

.upcomming_td {
	background-color: #fff;
	border-bottom: 1px dotted #F2EED2;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

#prod_info {
	text-align: center;
}

#prod_info h3 {
	padding: 10px;
	color: #DD6D25;
	font-size: 16px;
}

.prod_cont_holder {
	width: 800px;
}

#prod_imgs {
	float: left;
	width: 350px;
	height: 320px;
	margin: 10px;
}

.prodbigimg {
	margin: 0 auto;
	vertical-align: middle;
	height: 200px;
}

.prodsmallimg {
	border: 1px dotted #F4BB55;
	margin: 0 auto;
}

#prod_ilink_cont {
	padding: 10px 0;
}

#prod_det {
	width: 400px;
	height: 300px;
	float: right;
	text-align: left;
	border-left: 1px solid #F4BB55;
	margin: 20px 0;
	padding: 10px;
}

.prop_name {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.prop_desc {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 10px;
}

.prod_split {
	color:#F4BB55;
	background-color:#F4BB55;
	width: 95%;
	border-top: 1px solid #F4BB55;;
	height:1px;
}

#prod_desc {
	text-align:left;
	padding:10px;
	width:750px;
	padding-left:30px;
}

.prodprice {
	color: #DD6D25;
	font-size: 15px;
	font-weight: bold;
}

.specprodprice {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}

.prodpricestrike {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration:line-through;
}

.prodoptions select, .prodoptions input {
	margin: 2px;
}

.prodbuy {
	text-align: right;
	margin: 0px 20px;
	font-size:11px;
	color:#333;
}

.no_prod {
	padding: 5px 0 5px 25px;
}

.desctextbox_tspacer {
	line-height:10px;
}

.desctextbox .infoBoxHeading {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background:url(img/prodbox_infobox.png) top repeat-x #f6c665;
	height:26px;
}

.pad2 {
	padding:2px;
}

.win_box_w {
	*width:806px;
}

.main {
	font-size:13px;
	font-weight:normal;
	color:#333333;
	border-bottom:1px dotted #F4BB55;
}

.infoBoxContents .main {
	font-size:11px;
	border-bottom:0;
}

/*
.infoBoxContents input, .infoBoxContents textarea {
	background-color:#fff;
	color:#333333;
	border:1px solid #F4BB55;
}
*/ 

.inputRequirement {
	color:#CC0000;
	font-size:12px;
	border-bottom:1px dotted #F4BB55;
}

.infoBoxContents .inputRequirement {
	border-bottom:0;
}

#tafl_err .messageStackError {
	padding:0px;
	font-size:11px;
	font-weight:normal;
}

/*#tafl_err .messageStackSuccess, #prod_info .messageStackSuccess {*/
.messageStackSuccess {
	padding:0px;
	font-size:11px;
	font-weight:normal;
	color:#A3C000;
}



.footer_inf {
	display:table-cell;
	*display:inline;
	width:120px;
	*width:225px;
	*height: 26px;
	height: 60px;
	padding-right:10px;
	padding-left:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	padding-bottom:0px;
}

.white_b {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.white{
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
}

/* style for firstpage carrusel */
#personhold {
	margin: 0px;
	overflow: hidden;
	width: 750px;
}

.midmenu {
	background: url(../img/scroll_bg.gif) top left repeat ;
	height: 250px;
	width: 812px;
	*width: 805px;
	overflow: hidden;
}

.midmenu a {
	float: left;
	display: block;
	height: 248px;
	width: 159px;
	border: 1px solid #FFFFFF;
	margin-left: 2px;
	background: #EEEEEE;
}
/* style for firstpage carrusel */

#shopping_cart .productListing-heading {
	color:#333;
	font-size:13px;
	font-weight:bold;
}

.productListing-even, .productListing-odd, .productListing-data {
	color:#333;
	font-size:11px;
	font-weight:bold;
}

.hist_li {
	border-top:1px dotted #F4BB55;
}

/* style for product_listing.php list type */
.list_tp {
	width: 23px;
	height: 23px;
	cursor: pointer;
	margin-right: 5px;
}

#lnk_tp {
	padding-left: 23px;
	line-height: 23px;
	font-size: 21px;
}

.list_d:hover {
	background: transparent url(img/v_list-b.gif) left no-repeat;
}

.list_d {
	background: transparent url(img/v_list-a.gif) left no-repeat;
}

.thmb_d:hover {
	background: transparent url(img/v_thmb-b.gif) left no-repeat;
}

.thmb_d {
	background: transparent url(img/v_thmb-a.gif) left no-repeat;
}
/* end style for product_listing.php list type */

/*firstpage_cattop*/
#cat_top td {
	width:154px;
	height:28px;
	text-align:center;
	vertical-align:middle;	
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	line-height:10px;
} 

.cat_top_hbut {
	background: transparent url(img/cat_top.png) top no-repeat;
	color:#DD6D25;
}

.cat_top_hbut_o {
	background: transparent url(img/cat_top_h.png) top no-repeat;
	color:#fff;
}

.cat_top_tb td {
	font-size:11px;;
	color:#333;	
	border-bottom:1px dotted #f6c665;
	/*
	background-color:#fff;
	*/
}
#cat_top_body {
	height:135px;
}
 /*end firstpage_cattop*/

   /*recaptcha*/
 #recaptcha_image {
  		width:200px !important;
		height:39px !important;
		border-top:1px solid #f6c665;
		border-right:1px solid #f6c665;
		border-left:1px solid #f6c665;
  }
 #recaptcha_image img{
  		width:200px !important;
		height:39px !important;
		border:0px !important;
  }
  #recaptcha_response_field {
  	width:202px !important;
	height:25px;
	line-height:25px;
	color:#333;
	font-weight:bold;
	font-size:17px;
	
  }
  #recaptcha_reload {
  }
   /*end recaptcha*/