/* CSS PEGPEREGO WEBSITE */
/*---------------------------------------------------------------------*/

html, body {
	font-family: Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	background-color:#FFF;
	text-align:center;
}

a {
	text-decoration:none;
	color:#828282;
	outline:none;
}

a:hover {
	text-decoration:none;
	color:#2590BC;
}

a img{
	border:none;
}

.clear {
	clear:both;
	height:1px;
}

h1{margin:0;padding:0;}
h2{margin:0;padding:0;}
h3{margin:0;padding:0;}
p{margin:0;padding:3px 0;}

/* HEADER */
/*---------------------------------------------------------------------*/
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:170px;
	background-image:url(../images/banda_top.png);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	z-index:100;
}

#headertop {
	position:relative;
	margin:0px auto;
	width:984px;
	height:100px;
}

#logo{
	position:absolute;
	top:0;
	left:0;
}

/* MENU SERVICE */
/*---------------------------------------------------------------------*/
#menu_service {
	position:absolute;
	top:5px;
	right:0;
	width:auto;
	height:34px;
}

#ms_left, #ms_body, #ms_right {
	float:right;
	height:34px;
}

#ms_left {
	width:15px;
	background-image:url(../images/left_menu_service_pi.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#ms_body {
	background-image:url(../images/bg_1px_menu_service_pi.png);
	background-position:top;
	background-repeat:repeat-x;
}

#ms_right {
	width:18px;
	background-image:url(../images/right_menu_service_pi.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#menu_service #ms_body #cont_item {
	margin:0;
	padding:0;
}

#menu_service #ms_body #cont_item  li{
	display:block;
	float:left;
	padding:0;
	height:30px;
	float:left;
	background-image:url(../images/sep_menuservice_pi.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#menu_service #ms_body #cont_item li a {
	line-height:30px;
	vertical-align:middle;
}

#menu_service #ms_body #cont_item li a:hover .btn_menu_service, #menu_service #ms_body #cont_item li a:hover #country, #menu_service #ms_body #cont_item li a:hover #chlang  {
	color:#06488D;
	text-decoration:none;
}

.btn_menu_service, #flag, #chlang {
	float:left;
	text-align:center;
	font-size:12px;
	color:#828282;
	padding:0 10px;
	vertical-align:middle;
	cursor:pointer;
}

.btn_menu_service#mnserv_on {
	color:#06488D;
}

.btn_menu_service#country {
	padding-left:5px;
	padding-right:10px;
	margin-right:10px;
	background-image:url(../images/arrow_changelang.png);
	background-position:center right;
	background-repeat:no-repeat;

}
#flag {
	padding-left:10px;
	padding-right:0;
	margin:6px 0 0 0;
}

#home {
	width:17px;
	height:30px;
	background-image:url(../images/home_pi.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:0;
}

#menu_service #ms_body #cont_item a:hover .btn_menu_service#home {
	background-image:url(../images/home_pi_over.png);
}

/* MENU TOP */
/*---------------------------------------------------------------------*/
#menucontainer {
	position:relative;
	margin:0px auto;
	width:984px;
	text-align:center;
}

#menutop {
	position:absolute;
	top:0px; left:0px;
	z-index:180;
	text-align:left;	
	display:block;
	width:984px;
	height:64px;
	background-image:url(../images/bg_menutop_pi.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#btn_menu_top_division {
	float:right;
	width:120px;
	height:37px;
	background-image:url(../images/btn_toys_green.png);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:1px;
	margin-right:3px;
	padding-top:23px;
	text-align:center;
}

#divsion_label{
	font-size:14px;
	color:#ffffff;
}

a:hover #divsion_label{
	text-decoration:underline;
}

#menutop .menu_item {
	float:left;
	display:block;
	height:64px;
	width:850px;
	margin:0;
	padding:0 0 0 5px;
	overflow:hidden;
}

#menutop .menu_item li {
	display:block;
	background-image:url(../images/sep_menutop_pi.png);
	background-position:top right;
	background-repeat:no-repeat;
	height:64px;
	float:left;
	padding:0 2px 0 2px;
	/*padding:0 8px 0 0px;
	background-image:url(../images/sep_arrow_menutop_pi.png);*/
}


#menutop .menu_item li a {
	display:block;
	height:64px;
}

#menutop .menu_item li.hover2 a {
	background-image:url(../images/arrow_baby_menu_top.png);
	background-position:top;
	background-repeat:no-repeat;
	text-decoration:none;
}
#menutop .menu_item li a:hover .btn_menu_top ,
#menutop .menu_item li.hover2 a .btn_menu_top {
	color:#4D93C4;
	text-decoration:none;
}

#menutop .menu_item li.selected a {
	/*background: transparent url(../images/btn_baby.png) no-repeat -10px 1px;*/
	/*background: #FFFFFF;*/
}
#menutop .menu_item li.selected a .btn_menu_top {
	color:#4D93C4;
	font-weight:bold;
	/*color:#FFFFFF;*/
}

#menutop .menu_item li span {
	vertical-align:middle;
	cursor:pointer;
}

.heigh_adj {
	line-height:64px;
	font-size:0;
}


.btn_menu_top {
	margin-bottom:2px;
	display: inline-block;
	vertical-align:middle;
	padding:0 2px;
	text-align:center;
	font-size:12px;
	color:#828282;
	width:92px;
}

/* SEARCH */
/*---------------------------------------------------------------------*/
#search {
	position:absolute;
	bottom:25px;
	right:0;
	width:213px;
	height:34px;
	background-image:url(../images/bg_search_pi.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align:left;
}
#search span{
	display:block;
	width:120px;
	height:34px;
	padding-top:6px;
	padding-left:70px;
}
#search span input{
	border:1px solid #F0F0F0;
	background:#F9F9F9;
	padding:0px; margin:0px;
	font-size:14px;
	width:100px;
	float:left;
}
#search .submit{
	--display:none;
	display:block;
	float:right;
	height:20px; width:18px;
	border:0px none;
	padding:0; margin:0;
	background: transparent url(../images/arrow_changelang.png) no-repeat 7px 5px;
	text-indent:-100px; line-height:100px;
	font-size:1px; color:#FFFFFF;
	cursor:pointer;
	overflow:hidden;
}

/* FLASH BACKGROUND */
/*---------------------------------------------------------------------*/
#flashone {
	position:relative;
	width:100%;
	height:830px;
	overflow:hidden;
}

/* DROPDOWN MENU */
/*---------------------------------------------------------------------*/
#menudropdown {
	position:absolute;
	top:50px; left:0px;
	z-index:190;
	width:984px;
	text-align:left;
	display:none;
}

#dd_header {
	width:984px;
	height:32px;
	background: transparent url(../images/bg_dropdown_pi_v3.png) no-repeat -984px 11px;
}
#dd_body {
	width:984px;
	padding-bottom:0px;
	background: transparent url(../images/bg_dropdown_pi_v3.png) repeat-y left top;
}
#dd_body div.colltitle, #dd_body div.colltitle.maincoll{
	display:block;
	height:41px; width:920px;
	padding:0px 0px 0px 10px;
	line-height:30px;
	margin:0px 0px 0px 32px; 
	background: transparent url(../images/bg_collection_dpmenu.png) no-repeat left top;
	font-size:16px;
	color:#2580BC;
}
#dd_body div.maincoll, #dd_body div.subcoll{
	width:920px;
	margin-left:32px;
	background:#FFFFFF;
}
#dd_body ul{
	display:block;
	width:920px;
	margin:0px; padding:0px;
}
#dd_body ul li{
	display:block;
	width:124px; height:160px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
#dd_body ul li a{
	display:block;
	text-align:center;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
}
#dd_body ul li a:hover{
	border:1px solid #67A0CA;
}
#dd_body ul li a:hover span{
	color:#67A0CA;
}
#dd_body ul li a img{
	width:110px; height:110px;
	margin-top:5px;
	margin-bottom:5px;
}
#dd_body ul li a span{
	display:block;
	height:37px; line-height:15px;
	overflow:hidden;
	font-size:12px;
	color:#000000;
}
#dd_body ul li a span.isnew{
	padding-left:15px;
	padding-right:15px;
	background: transparent url(../images/prodnew.png) no-repeat left top;
}

#dd_body div.bottomcoll{
	width:920px; height:12px;
	margin-left:32px;
	background: transparent url(../images/bg_collection_dpmenu.png) no-repeat 0px -45px;
}

#dd_body div.colltitle.subcoll{
	margin-top:10px;
	font-size:14px;
	height:35px;
	background: transparent url(../images/bg_collection_dpmenu.png) no-repeat 0px -58px;
}
#dd_body .subcoll ul li{
	width:123px; height:60px;
}
#dd_body .subcoll ul li a{
	height:60px;
}
#dd_body .subcoll ul li a:hover{
}
#dd_body .subcoll ul li a img{
	float:left;
	width:50px; height:50px;
	margin:5px;
}
#dd_body .subcoll ul li a span{
	height:50px; line-height:12px;
	padding-top:10px;
	overflow:hidden;
	font-size:11px;
	color:#818181;
}

#dd_bottom {
	width:984px;
	height:32px;
	background: transparent url(../images/bg_dropdown_pi_v3.png) repeat-y right bottom;
}

/* BOX PROMO HOME */
/*---------------------------------------------------------------------*/
#box_cont {
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:30px;
	width:100%;
	height:150px;
	text-align:center;
}

#navi_cont {
	width:984px;
	margin:0 auto;
	text-align:left;
}
.scrollable {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	width:984px;
	height:150px;
}

.scrollable .items {
	position:absolute;
	width:20000px;
	height:150px;
	clear:both;
	left:0;
}

.scrollable .items  a {
	float:left;
	display:block;
	width:300px;
	height:150px;
	margin-right:40px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}

.scrollable .items a img {
	position:relative;
	top:0;
}
.scrollable .items a:hover img {
	position:relative;
	display:block;
	top:-150px;
}


/* position and dimensions of the navi */ 
.navi { 
	margin-top:3px;
    width:200px; 
    height:20px; 
} 
 
 
/* items inside navi */ 
.navi a { 
    width:20px; 
    height:20px; 
    float:left; 
    margin:2px; 
    background:url(../images/dot_box.png) 0 0 no-repeat; 
    display:block; 
    font-size:1px; 
	cursor:pointer;
} 
 
/* mouseover state */ 
.navi a:hover { 
    background-position:-20px 0;       
} 
 
/* active state (current page state) */ 
.navi a.active { 
    background-position:-20px 0;      
}

/* FOOTER */
/*---------------------------------------------------------------------*/

#footer {
	text-align:center;
	background-color:#F2F2F2;
	border-top:2px solid #828282;
	background-image:url(../images/bg_footer_pi.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#footer_cont {
	margin:0px auto;
	width:984px;
}

#discalimer {
	height:33px;
	background-color:#828282;
}

#discalimer_cont {
	line-height:33px;
	margin:0px auto;
	width:984px;
	text-align:left;
	font-size:12px;
	color:#FFF;
}
.section_mfooter {
	float:left;
	padding-top:7px;
	margin:0 10px;
	width:224px;
	min-height:200px;
	text-align:left;
	font-size:14px;
	color:#FFF;
	background-image:url(../images/sep_menufooter_pi.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.section_mfooter .mfooter_item{
	margin:0;
	padding:0;
	list-style:none;
}

.title_section_mfooter {
	font-size:20px;
	color:#000;
	padding-bottom:15px;
}

.section_mfooter .mfooter_item li {
	padding-bottom:5px;	
}

.section_mfooter .mfooter_item li  a {
	font-size:12px;
	color:#828282;
}

.section_mfooter .mfooter_item li  a:hover {
	font-size:12px;
	color:#828282;
	text-decoration:underline;
}

/* PAGE */
/*---------------------------------------------------------------------*/
#page_cont {
	margin-top:162px;
	text-align:center;
}

#page  {
	margin:0px auto;
	text-align:left;
	width:984px;
}

#page_header {
	margin:0 12px 0 12px;
}

#page_header #prod_thumb {
	margin-top:10px;
	width:110px;
	float:left;
}

#page_header #prod_head {
	width:830px;
	padding-left:20px;
	float:right;
	background:url(../images/feat_arrow_on.png) no-repeat 0px 18px;
}

#page_title h1{
	padding:0;
	margin:10px 0 0 0;
	font-family:Arial;
	font-size:30px;
	color:#666;
	font-weight:bold;
}

#page_intro {
	font-family: Arial;
	font-size:22px;
	color:#828282;
	text-align:left;
}

#page_body {
	width:984px;
	float:left;
}

/* -- BREADCRUMBS -- */
#breadcrumbs { 
	display:block;
	padding:2px 10px 0 10px;
	margin:0 12px;
	width:940px;
	height:21px;
	overflow:hidden;
	text-align:left;
	font-size:12px;
	background-color:#EEE;
	color:#828282;
} 
#breadcrumbs ul{
	display:block; margin:0; padding:0; list-style: none;
}
#breadcrumbs li{
	display:block; margin:0; padding:0; list-style: none;
	float:left;
	padding-right:18px;
	background: transparent url(../images/nav_tab.png) center right no-repeat;
}
#breadcrumbs li.last{
	background:none;
}
#breadcrumbs a {
	display:block; 
	height:20px; line-height:20px;  
	font-size:12px; 
	cursor:pointer;
} 
#breadcrumbs li.last a {
}

/* SELECT COUNTRY PAGE */
#country_list {
	width:960px;
	margin:20px 12px;
}
#area_name {
	color:#999;
	font-size:22px;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}

#area_countries {
	width:960px;
	margin:10px 0 25px 0;
}	

#area_countries ul {
	width:960px;
	list-style-type:none;
	padding:0;
	margin:0;
}

#area_countries li {
	width:240px;
	height:20px;
	display:block;
	float:left;
	margin-bottom:10px;
}

#area_countries li a{
	line-height:20px;
	font-size:12px;
	width:240px;
	height:20px;
	display:block;
	vertical-align:middle;
}

#area_countries li a img {
	vertical-align:middle;
	margin-right:5px;
}

/* PRODUCT PAGE */
.page_service {
	float:left;
	width:960px;
	margin:10px 0 10px 12px;
}
.page_service ul {
	margin:0;
	padding:0;
	height:30px;
	float:right;
	font-size:12px;
	text-align:right;
	list-style-type:none;
	background-image:url(../images/sep_menuservice_pi.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.page_service li {
	float:left;
	background-image:url(../images/sep_menuservice_pi.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0 10px;
}

.page_service li img {
	float:left;
	padding-right:5px;
}

.page_service li a {
	display:block;
	line-height:30px;
	padding:0;
}

#page_tabs {
	width:984px;
	float:left;
}

#tabs_bottom {
	width:984px;
	float:left;
	height:13px;
	background-image:url(../images/bottom_tabs_pi.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
/* root element for tabs  */
ul.tabs { 
	width:948px;
	list-style:none; 
	margin:0; 
	padding:0 18px;
	height:43px;	
	background-image:url(../images/bg_tabs_bordo_pi.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tabs_pi_v3.png) no-repeat -652px 0;
	font-size:14px;
	color:#fff;
	display:block;
	height: 40px;  
	line-height:40px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -652px -41px;	
	color:#05468A;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -652px -82px;		
	cursor:default !important; 
	color:#05468A !important;
	border-top:2px solid white;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -41px; }
ul.tabs a.w1.current { background-position: -519px -82px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -41px; }
ul.tabs a.w2.current { background-position: -366px -82px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -41px; }
ul.tabs a.w3.current { background-position: -193px -82px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -41px; }
ul.tabs a.w4.current { background-position: -0px -82px; }



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

div.panes {
	width:960px;
	padding:0 12px 12px 12px;
	background-image:url(../images/bg_page_pi.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

/* PANES PRODUCT PAGE */

#overview, #fabrics, #specs, #video, #accessories, #downloads{
	padding-bottom:40px;
}

/* INTRO FOR TAB */
#fabrics #fabricsintro, 
#overview #descrprod , 
#overview #specsprod , 
#gallery #photogalleryintro, 
#downloads #downloadsintro,
#accessories #accessoriesintro,
#video #videosintro{
	width:880px;
	padding:25px 40px 20px 40px;
	font-size:16px;
	color:#666;
}

/* H2 ALL TAB */
#specs #descrprod h2, 
#fabrics #fabricsintro h2, 
#overview #specsprod h2, 
#overview #descrprod h2, 
#gallery #photogalleryintro h2, 
#downloads #downloadsintro h2,
#accessories #accessoriesintro h2,
#video #videosintro h2 {
	text-transform: uppercase;
	font-size:22px;
	color:#05468A;
	padding-top:0px;
	padding-bottom:5px;
	font-weight:bold;
}

#specs #descrprod h2 {padding-top:15px;}

/* NEW OVERVIEW */
#overview a {
	color:#666;
	text-decoration:underline;
}

#overview a:hover {
	color:#2590BC;
}

#overview #introprod ul {
	padding:0 0 0 30px;
	margin:0;
}

#overview li{
	margin-bottom:5px;
}

#overview h2 {padding:10px 0 15px 0;text-transform: uppercase;}


#overview h3 {
	font-size:18px;
	color:#05468A;
	font-weight:bold;
	margin:15px 0;
	text-transform: uppercase;
}

#overview #introprod {
	margin:0 40px;
	padding-top:20px;
	width:880px;
}


#txtintro {
	float:left;
	width:470px;
	color:#666;
	font-size:16px;
	font-weight:normal;
	line-height:21px;
}

#txtintro h2 {
	text-transform: uppercase;
	font-size:22px;
	color:#05468A;
}

#txtintro p {
	padding-bottom:10px;
}

#contimgintro {
	float:right;
	width:400px;
}

#imgintro {
	float:right;
	width:400px;
	height:400px;
	cursor:pointer;
}

/* --- zoom image -----*/

/* the overlayed element */
.overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:750px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.overlay .close {
	background-image:url(../images/close.png);
	position:absolute; right:10px; top:10px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.details {
		position:absolute;
		bottom:20px;
		left:0px;
		text-align:center;
		margin:0 35px;
		width:750px;
}

.details h3, #overview .details h3 {
	text-transform: uppercase;
	font-size:18px;
	color:#05468A;
	margin:0;
	padding-top:0px;
	padding-bottom:5px;
	font-weight:bold;
}

/* TOOLTIP */
.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;	
}
/* --------------------*/

#symbols {
	margin:10px 20px 0 0;
	width:400px;
	float:right;
}

#symbols ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width:400px;
}

#symbols li {
	text-align:center;
	float:right;
	padding:0 10px;
	line-height:80px;
}

#symbols li img{
	vertical-align:middle;
}

#otherinfo {
	margin:0 40px;
	padding-top:20px;
	width:880px;
	color:#666;
	font-size:16px;
}

#featcont .prevPage, #featcont .nextPage {
	width:35px;
	height:90px;
	text-align:center;
	cursor:pointer;
	float:left;
}

#featcont .nextPage {
	width:13px;
}

#featcont .prevPage.hidden,#featcont .nextPage.hidden, #featcont .prevPage:hover.hidden, #featcont .nextPage:hover.hidden{
cursor:default;
background:none;
}

#featcont .prevPage {
background: url(../images/feat_arroww_usa.png) no-repeat 0 0;
}

#featcont .prevPage:hover {
background: url(../images/feat_arroww_usa.png) no-repeat 0 -96px;
}
#featcont .nextPage {
background: url(../images/feat_arroww_usa.png) no-repeat -46px 0;
}
#featcont .nextPage:hover {
background: url(../images/feat_arroww_usa.png) no-repeat -46px -96px;
}
#featcont .scrollable {
	position:relative;
	width:428px;
	height:96px;
	overflow:hidden;
	float:left;
}
#featcont  .scrollable .items {
	position:absolute;
	width:2000px;
	height:96px;
}
#featcont  ul.items {
list-style-type:none;
margin:0;
padding:0;
}
#featcont  .items li {
float:left;
width:107px;
margin-bottom:10px;
--background: url(../images/feat_arrow.png) no-repeat 165px 2px;
}

#featcont  .items li img{
float:left;
margin:2px;
width:90px;
height:90px;
overflow:hidden;
border:1px solid #CCC;
text-align:center;
}
#featcont li.feat_active img, #featcont li.feat_over img {
margin:0;
border:3px solid #05468A;
}
#featcont li.feat_active #feat_text, #featcont li.feat_over #feat_text{
color:#05468A;
background-position: -400px 2px;
}
.feat_over {cursor:pointer;}

#cont_text {
	display:block;
	float:left;
	width:470px;
	height:308px;
	overflow:hidden;
}

#feat_text {
	margin-top:30px;
	padding:10px 30px;
	vertical-align:top;
	text-align:left;
	color:#666;
	font-family:georgia;
	font-size:18px;
	background: url(../images/feat_arrow_off.png) no-repeat 10px 10px;
	background-color:#EFEFEF;
}

#feat_text a{
	color:#fff;
	text-decoration:underline;
}

#feat_text a:hover {
	color:#DBF0FB;
}

#imgcont {
	float:left;
	width:400px;
	height:400px;
	border:1px solid #CCC;
}


#overview #specsprod ul {
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
}
#overview #specsprod ul h4{
	margin:20px 0 5px 0;
	padding:0;
	border-bottom:1px dotted #ccc
}

/* OVERVIEW TAB */

#overview #imgoverview{
width:960px;
padding-bottom:20px;
}

#overview #flashprod {position:relative;}

#overview #featuresprod, .featuresmod {
margin:0 40px;
padding-top:20px;
width:880px;
}


/*
#featcont {
float:left;
width:470px;
}
#featcont ul {
float:left;
list-style-type:none;
margin:0;
padding:0;
}
#featcont li {
display:block;
float:left;
margin-bottom:10px;
margin-right:10px;
}

#featcont li img{
float:left;
margin:2px;
width:90px;
height:90px;
overflow:hidden;
border:1px solid #CCC;
}

#featcont li.feat_active img, #featcont li.feat_over img {
margin:0;
border:3px solid #05468A;
}
#featcont li.feat_active #feat_text, #featcont li.feat_over #feat_text{
color:#05468A;
background-position: -400px 2px;
}
.feat_over {cursor:pointer;}

#featcont li #feat_text {
display:block;
float:left;
width:333px;
overflow:hidden;
margin-left:10px;
padding-left:20px;
line-height:22px;
vertical-align:top;
font-size:16px;
letter-spacing:0.05em;
text-align:left;
font-family:Georgia;
color:#828282;
background: url(../images/feat_arrow.png) no-repeat 0 2px;
}

#imgcont {
	float:right;
	width:400px;
	height:400px;
	border:2px solid #CCC;
}

*/


/* OVERVIEW MODULAR SYSTEM*/
#flashprod_mod {
background-color:#E7F3FA;
}
#modular_introtab {
	font-size:16px;
	background-color:#E7F3FA;
	padding:50px 40px 5px 40px;
	width:880px;
	color:#999;
}

#modular_introtab #nameprod {
	font-size:16px;
	color:#666;
	font-weight:bold;
}

#modular_tab  {
	width:960px;
	overflow:hidden;
	background-color:#E7F3FA;
}  
/* root element for tabs  */
#modular_tab ul.tabs { 
	width:880px;
	padding:0 40px;
	list-style:none; 
	margin:0; 
	height:60px;
	background-image:none;
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#E7F3FA;
	border-bottom:1px solid #97CBEA;
}

/* single tab */
#modular_tab  ul.tabs li { 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
#modular_tab  ul.tabs a { 
	background: url(../images/tabs_modular.png) no-repeat 0 0;
	height: 61px;  
	width: 185px;
	text-align:left;	
	text-decoration:none;
	padding:0px 15px;
	margin:0px;	
	position:relative;
	top:1px;
}
.label_tabmodular {
	width:130px;
	line-height:16px;
	padding-top:18px;
	float:left;
	font-size:14px;
	color:#666;
}
#modular_tab ul.tabs a img{
	float:left;
	height:60px;
	width:45px;
	margin-right:5px;
}

#modular_tab  ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#modular_tab  ul.tabs a:hover {
	background-position: 0 -61px;	
}
#modular_tab  ul.tabs a:hover .label_tabmodular {
	color:#06478A;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#modular_tab  ul.tabs a.current,#modular_tab ul.tabs a.current:hover,#modular_tab ul.tabs li.current a {
	background-position: 0 -122px;		
	cursor:default !important; 
	border-top:1px solid #E7F3FA;
}

#modular_tab  ul.tabs a.current .label_tabmodular,#modular_tab ul.tabs a.current:hover .label_tabmodular, #modular_tab ul.tabs li.current a .label_tabmodular {
	color:#06478A !important;
	font-weight:bold;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
#modular_tab  ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
#modular_tab  ul.tabs a.w1:hover 	{ background-position: -519px -41px; }
#modular_tab  ul.tabs a.w1.current { background-position: -519px -82px; }

/* width 2 */
#modular_tab  ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
#modular_tab  ul.tabs a.w2:hover 	{ background-position: -366px -41px; }
#modular_tab  ul.tabs a.w2.current { background-position: -366px -82px; }


/* width 3 */
#modular_tab  ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
#modular_tab  ul.tabs a.w3:hover 	{ background-position: -193px -41px; }
#modular_tab  ul.tabs a.w3.current { background-position: -193px -82px; }

/* width 4 */
#modular_tab  ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
#modular_tab  ul.tabs a.w4:hover 	{ background-position: -0px -41px; }
#modular_tab  ul.tabs a.w4.current { background-position: -0px -82px; }

/* initially all panes are hidden */ 
#modular_tab  div.panes div.panel {
	display:none;		
}

#modular_tab  div.panel {
	background-color:#FFF;
	background-image:none;
	text-align:left;
	width:960px;
	padding:0;
}
.componenet_intro  {
	font-size:18px;
	color:#828282;
	text-align:left;
	padding-bottom:20px;
}

.componenet_intro h2 {
	font-size:20px;
	color:#666;
}

/* ----------------- */

.featmodcont .prevPage, .featmodcont .nextPage {
	width:35px;
	height:90px;
	text-align:center;
	cursor:pointer;
	float:left;
}

.featmodcont .nextPage {
	width:13px;
}

.featmodcont .prevPage.hidden,.featmodcont .nextPage.hidden, .featmodcont .prevPage:hover.hidden, .featmodcont .nextPage:hover.hidden{
cursor:default;
background:none;
}

.featmodcont .prevPage {
background: url(../images/feat_arroww_usa.png) no-repeat 0 0;
}

.featmodcont.prevPage:hover {
background: url(../images/feat_arroww_usa.png) no-repeat 0 -96px;
}
.featmodcont .nextPage {
background: url(../images/feat_arroww_usa.png) no-repeat -46px 0;
}
.featmodcont.nextPage:hover {
background: url(../images/feat_arroww_usa.png) no-repeat -46px -96px;
}
.featmodcont .scrollable {
	position:relative;
	width:428px;
	height:96px;
	overflow:hidden;
	float:left;
	}
.featmodcont  .scrollable .items {
	position:absolute;
	width:2000px;
	height:96px;
}

.featmodcont  ul.items {
list-style-type:none;
margin:0;
padding:0;
}
.featmodcont  .items li {
float:left;
width:107px;
margin-bottom:10px;
--background: url(../images/feat_arrow.png) no-repeat 165px 2px;
}

.featmodcont  .items li img{
float:left;
margin:2px;
width:90px;
height:90px;
overflow:hidden;
border:1px solid #CCC;
text-align:center;
}
.featmodcont li.feat_active img, .featmodcont li.feat_over img {
margin:0;
border:3px solid #05468A;
}
.featmodcont li.feat_active #feat_text, .featmodcont li.feat_over #feat_text{
color:#05468A;
background-position: -400px 2px;
}
.feat_over {cursor:pointer;}

#cont_text {
	display:block;
	float:left;
	width:470px;
	height:308px;
	overflow:hidden;
}

#feat_text {
	margin-top:30px;
	padding:10px 30px;
	vertical-align:top;
	text-align:left;
	color:#666;
	font-family:georgia;
	font-size:18px;
	background: url(../images/feat_arrow_off.png) no-repeat 10px 10px;
	background-color:#EFEFEF;
}

#feat_text a{
	color:#fff;
	text-decoration:underline;
}

#feat_text a:hover {
	color:#DBF0FB;
}

.imgmodcont {
	float:left;
	width:400px;
	height:400px;
	border:1px solid #CCC;
}

/* ------------------ */
/*
.featuresmod {
	width:870px;
}
.featmodcont {
float:left;
width:440px;
}
.featmodcont ul {
float:left;
list-style-type:none;
margin:0;
padding:0;
}
.featmodcont li {
display:block;
float:left;
margin-bottom:15px;
margin-right:10px;
}

.featmodcont li img{
float:left;
margin:2px;
width:90px;
height:90px;
overflow:hidden;
border:1px solid #CCC;
}

.featmodcont li.feat_active img, .featmodcont li.feat_over img {
margin:0;
border:3px solid #05468A;
}
.featmodcont li.feat_active .featmod_text, .featmodcont li.feat_over .featmod_text{
color:#05468A;
background-position: -400px 2px;
}
.feat_over {cursor:pointer;}

.featmodcont li .featmod_text {
display:block;
float:left;
width:303px;
overflow:hidden;
margin-left:10px;
padding-left:20px;
line-height:22px;
vertical-align:top;
font-size:16px;
letter-spacing:0.05em;
text-align:left;
font-family:Georgia;
color:#828282;
background: url(../images/feat_arrow.png) no-repeat 0 2px;
}

.imgmodcont {
float:right;
width:400px;
height:400px;
border:2px solid #CCC;
}
*/
/* FABRICS TAB */
#fabrics #fabricsgallery {
margin:0 40px;
width:880px;
}
#thumbfabric {
float:left;
width:480px;
}
#thumbfabric ul {
float:left;
list-style-type:none;
margin:0;
padding:0;
}
#thumbfabric li {
display:block;
float:left;
width:120px;
margin-bottom:15px;
}

#thumbfabric li img{
float:left;
margin:2px;
width:90px;
height:90px;
overflow:hidden;
border:1px solid #CCC;
text-align:center;
}

#thumbfabric li.fabric_active img, #thumbfabric li.fabric_over img {
margin:0;
border:3px solid #05468A;
}
#thumbfabric li.fabric_active #fabrics_text, #thumbfabric li.fabric_over #fabrics_text{
color:#05468A;
--background-color:#DDF0FE;
}
.fabric_over {cursor:pointer;}

#thumbfabric li #fabrics_text {
display:block;
float:left;
width:96px;
overflow:hidden;
margin-top:3px;
line-height:22px;
vertical-align:top;
font-size:16px;
--letter-spacing:0.05em;
text-align:center;
font-family:Georgia;
color:#828282;
}

#imgfabric {
float:right;
width:400px;
height:400px;
cursor:pointer;
}

/* FEATURES TAB */

#specs #descrprod, #specs #specsprod {
color:#444;
padding:0 40px;
font-size:16px;
text-align:justify;
}

#specs #specsprod {
padding-top:10px;
margin-top:0;
}

#specs #descrprod #imgprod {
	margin-top:20px;
	width:400px;
	height:400px;
	float:right;
}

#blockspec h2{
	padding-top:0px;
	padding-bottom:5px;
	font-size:18px;
	font-weight:bold;
}

/* PHOTO GALLERY TAB */
#gallery #photogallery {
margin:0 40px;
width:880px;
}

#photogallery .prevPage, #photogallery .nextPage {
	width:186px;
	height:58px;
	text-align:center;
	cursor:pointer;
	float:left;
}

#photogallery .prevPage {
background: url(../images/gallery_prev.png) no-repeat -186px 0;
}
#photogallery .prevPage:hover {
background: url(../images/gallery_prev.png) no-repeat 0 0;
}
#photogallery .nextPage {
background: url(../images/gallery_next.png) no-repeat -186px 0;
}
#photogallery .nextPage:hover {
background: url(../images/gallery_next.png) no-repeat 0 0;
}
#photogallery .scrollable {
	position:relative;
	width:186px;
	height:348px;
	overflow:hidden;
	float:left;
}
#photogallery  .scrollable .items {
position:absolute;
width:186px;
height:2000px;
}
#photogallery  ul.items {
list-style-type:none;
margin:0;
padding:0;
}
#photogallery  .items li {
display:block;
float:left;
width:186px;
margin-bottom:10px;
--background: url(../images/feat_arrow.png) no-repeat 165px 2px;
}

#photogallery  .items li img{
float:left;
margin:2px;
width:151px;
height:100px;
overflow:hidden;
border:1px solid #CCC;
text-align:center;
}
#photogallery  .items li.photo_active {
	background: url(../images/gallery_photo_selected.png) no-repeat top right;
}
#photogallery  .items li.photo_active img, #photogallery   .items li.photo_over img {
margin:0;
border:3px solid #05468A;
}
#photogallery  .items li.photo_active, .#photogallery  .items li.photo_over {
--background: url(../images/feat_arrow.png) no-repeat -235px 2px;
}
#photogallery  .photo_over {cursor:pointer;}

#imgphoto {
float:right;
width:682px;
background-color:#FFF;
padding:5px;
border:1px solid #05468A;
}

#imgphoto img{
	border:1px solid #efefef;
}

#textphoto {
	padding:3px 0;
	width:680px;
	font-size:16px;
	font-family:Georgia;
	color:#05468A;
}
/* VIDEOS TAB */
#flashVideo {
	width:880px;
	padding:0 40px 20px 40px;
}

/* ACCESSORIES TAB */
#acccont{
	width:880px;
	margin:25px 40px 20px 40px;
}

#acclist {
float:left;
width:480px;
}
#acclist ul {
float:left;
list-style-type:none;
margin:0;
padding:0;
}
#acclist li {
display:block;
float:left;
margin-bottom:10px;
margin-right:10px;
}

#acclist li img{
float:left;
margin:2px;
width:90px;
height:90px;
overflow:hidden;
border:1px solid #CCC;
}

#acclist li.acc_active img, #acclist li.acc_over img {
margin:0;
border:3px solid #05468A;
}
#acclist li.acc_active #accdescr, #acclist li.acc_over #accdescr{
color:#05468A;
background-position: -400px 2px;
}
.acc_over {cursor:pointer;}

#acclist li #accdescr {
display:block;
float:left;
width:333px;
overflow:hidden;
margin-left:10px;
padding-left:20px;
vertical-align:top;
font-size:16px;
text-align:left;
font-family:Georgia;
color:#828282;
background: url(../images/feat_arrow.png) no-repeat 0 2px;
}

a #acclink{
display:block;
float:left;
padding:5px;
margin:10px 0 20px 125px;
overflow:hidden;
text-align:left;
background-color:#DDF0FE;
color:#05468A;
font-size:14px;
cursor:pointer;
}

a:hover #acclink {
background-color:#05468A;
color:#fff;
}

#accimg {
float:right;
width:400px;
height:400px;
}

/* SUPPORT & DOWNLOADS */
#listfile {
	float:left;
	width:880px;
	padding:25px 40px 20px 40px;
	font-size:16px;
	color:#444;
}
#listfile ul {
	float:left;
	width:880px;
	list-style:none;
	margin:0;
	padding:0;
}
#listfile ul li {
	padding-left:20px;
	margin-bottom:10px;
	display:block;
	float:left;
	background:url(../images/feat_arrow_on.png) no-repeat 0 0;
}
#listfile ul li img {
	float:left;
}
#listfile ul li .labelfile {
	margin-bottom:15px;
	color:#05468A;
	float:left;
	width:860px;

}
#listfile ul li .infofile,  #listfile ul li .linkfile{
	color:#666;
	width:769px;
	font-size:12px;
	float:left;
}

#listfile ul li .linkfile {
	margin-top:20px;
	height:22px;
	background:url(../images/icon/download.png) no-repeat 70px 0;
}
#listfile ul li .linkfile a{
	color:#333;
	line-height:22px;
}

/* PRODUCT AT GLANCE */
#pg_body .fam{
	width:960px;
	padding: 5px 12px;
}
#pg_body .bottomfam {
	height:12px;
	margin-bottom:10px;
}

#pg_body h1{
	display:block;
	margin:10px;
	padding:0;
	border-bottom:1px solid #999999;
	color:#666666;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	width:960px;
}

#pg_body h2.colltitle, #pg_body h2.colltitle.maincoll{
	display:block;
	font-weight:normal;
	height:41px; width:920px;
	padding:0px 0px 0px 10px;
	line-height:30px;
	margin:0px 0px 0px 20px; 
	font-size:16px;
	color:#2580BC;
}
#pg_body div.maincoll, #pg_body div.subcoll{
	width:920px;
	margin-left:23px;
	background:#FFFFFF;
}

#pg_body ul{
	display:block;
	width:920px;
	margin:0px; padding:0px;
}
#pg_body ul li{
	display:block;
	width:124px; height:160px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
#pg_body ul li a{
	display:block;
	text-align:center;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
}
#pg_body ul li a:hover{
	border:1px solid #67A0CA;
}
#pg_body ul li a:hover span{
	color:#67A0CA;
}
#pg_body ul li a img{
	width:110px; height:110px;
	margin-top:5px;
	margin-bottom:5px;
}
#pg_body ul li a span{
	display:block;
	height:37px; line-height:15px;
	overflow:hidden;
	font-size:12px;
	color:#000000;
}

#pg_body h2.subcoll{
	margin-top:10px;
	font-size:14px;
	height:35px;
	background: transparent url(../images/bg_collection_dpmenu.png) no-repeat 0px -58px;
}
#pg_body .subcoll ul li{
	width:123px; height:60px;
}
#pg_body .subcoll ul li a{
	height:60px;
}
#pg_body .subcoll ul li a:hover{
}
#pg_body .subcoll ul li a img{
	float:left;
	width:50px; height:50px;
	margin:5px;
}
#pg_body .subcoll ul li a span{
	height:50px; line-height:12px;
	padding-top:10px;
	overflow:hidden;
	font-size:11px;
	color:#818181;
}

/* CONTENT FROM CMS */
#site_content{
	float:left;
	width:710px;
	padding-left:12px;
}

#site_content h1{
	padding:0;
	margin:10px 0 5px 0;
	font-size:30px;
	color:#999;
	font-weight:bold;
}

/* SIDEBAR */
#site_sidebar{
	float:right;
	width:242px;
}

.sidebar{
	display:block;
	padding:0px; margin:0px;
	padding-top:1px;
	width:230px;
}
.sidebar li{
	list-style:none;
	display:block;
	padding:0px; margin:0px;
	width:230px;
	background:#DAF1FE;
	border-bottom:1px solid #FFFFFF;
}
.sidebar li a{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	height:30px; line-height:30px;
	color:#808080;
	font-size:14px;
	padding-left:30px;
	background: #EDEDED url(../images/sidebar_item_pi.png) no-repeat 8px -30px;
}
.sidebar li a:hover{
	color:#127FBC;
	background: transparent url(../images/sidebar_item_pi.png) no-repeat 8px -60px;
}
.sidebar li.on{
	background: transparent url(../images/sidebar_item_pi.png) repeat-x 0px 0px;
}
.sidebar li.on a{
	color:#FFFFFF;
	background: transparent url(../images/sidebar_item_pi.png) no-repeat 8px -90px;
}

.sidebar ul{
	display:block;
	padding:0px; margin:0px;
	width:200px;
}
.sidebar li li{
	border-bottom:0px none;
}
.sidebar li li a,
.sidebar li.on li a{
	height:22px; line-height:22px;
	color:#808080;
	font-size:11px;
	font-weight:bold;
	background: #DAF1FE;
}
.sidebar li li a:hover{
	color:#127FBC;
}
.sidebar li.on li.on a{
	color:#127FBC;
	font-weight:bold;
	background: #DAF1FE url(../images/sidebar_item_pi.png) no-repeat 12px -123px;
}

.sidebox{
	margin:20px 0px;
}
.sidebox a{
	display:block;
	width:230px;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;
}

/* NEWS TICKER */
#newsticker {
	position:absolute;
	bottom:17px; right:220px;
	width:320px; height:40px;
	padding:0; margin:0;
	overflow:hidden;
	text-align:left;
}
#newsticker ul, #newsticker ul li{
	margin:0;
	padding:0;
	list-style:none;
}
#newsticker ul a{
	color:#000000;
	font-size:14px;
	line-height:18px;
}
#newsticker ul a:hover, #newsticker ul a:hover span{
	color:#2590BC;
}
#newsticker ul span{
	display:block;
	font-size:13px;
	color:#666666;
	height:18px; line-height:18px;
	overflow:hidden;
	cursor:pointer;
}

/* INTRO */
#intro_header{
	height:142px;
	background: #FFFFFF url(../images/intro_header.jpg) no-repeat center top;
}
#intro_main{
}
#intro_main ul{
	margin:10px auto;
	padding:0;
	display:block;
	height:508px; width:980px;
	list-style:none;
	overflow:hidden;
}
#intro_main li, #intro_main li a{
	display:block;
	width:488px; height:508px;
	float:left;
	text-indent:-10000px;
}
#intro_main li.baby{
	background: #FFFFFF url(../images/intro_babyproducts.jpg) no-repeat left top;
}
#intro_main li.toys{
	background: #FFFFFF url(../images/intro_toys.jpg) no-repeat right top;
}
#intro_footer{
	font-size:12px;
	color:#999999;
}

/* TAG CLOUD */
#tagcloud {
	color:#828282;
	font-size:12px;
	text-align:justify;
	padding-right:10px;
}

#tagcloud a{
}
.rank_1{ font-size:12px; line-height:14px; color:#828282; }
.rank_2{ font-size:13px; line-height:15px; color:#626262; }
.rank_3{ font-size:14px; line-height:16px; color:#424242; }
.rank_4{ font-size:15px; line-height:17px; color:#222222; }
.rank_5{ font-size:16px; line-height:18px; color:#020202; }

/* LINKS */
#links a{
	display:block; float:left;
	width:48px; height:48px;
	margin-right:5px;
	margin-bottom:5px;
	background: transparent url(../images/links.png) no-repeat 0 0;
	overflow:hidden;
	text-indent:100px;
}
#links a.email{ background-position:0 0px; }
#links a.email:hover{ background-position:0 -48px; }
#links a.feed{ background-position:-48px 0px; }
#links a.feed:hover{ background-position:-48px -48px; }
#links a.twitter{ background-position:-96px 0px; }
#links a.twitter:hover{ background-position:-96px -48px; }
#links a.facebook{ background-position:-144px 0px; }
#links a.facebook:hover{ background-position:-144px -48px; }
#links a.youtube{ background-position:-192px 0px; }
#links a.youtube:hover{ background-position:-192px -48px; }
#links a.flickr{ background-position:-240px 0px; }
#links a.flickr:hover{ background-position:-240px -48px; }
#links a.google{ background-position:-288px 0px; }
#links a.google:hover{ background-position:-288px -48px; }
#links a.delicious{ background-position:-336px 0px; }
#links a.delicious:hover{ background-position:-336px -48px; }

/* WHERE TO BUY */
#map {	
	width:700px;	
	height:400PX;
}

/* SEARCH */
#pg_search h2{
	margin:0; padding:0;
	font-size:16px;
	color:#333333;
	padding-bottom:1px;
	margin-bottom:9px;
	border-bottom:1px solid #CCCCCC;
}

#pg_search em{
	font-weight:bold;
	font-style: normal;
}
#pg_search .less{
	color:#999;
	font-size:14px;
}
#pg_search ul{
	display:block;
	margin:0; padding:0;
	list-style: none;
}
#pg_search li{
	display:block;
	margin:0; padding:0;
	width:640px;
	padding-bottom:10px;
}
#pg_search li img{
	width:70px;
	height:70px;
	margin-right:8px;
}
#pg_search .category01 li img{
	width:64px;
	height:64px;
	margin-right:8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:4px solid #01B301;
}
#pg_search .category01 li img.category00{
	border-color:#4B90C1;
}
#pg_search li a.image, 
#pg_search li h3, 
#pg_search li p {
	display:block;
	float:left;
}
#pg_search li h3,
#pg_search li p {
	width:500px;
}
#pg_search li h3{
	font-size:16px;
	font-weight:normal;
}
#pg_search li h3 a{
	color:#000099;
	text-decoration:underline;
}
#pg_search li h3 a:hover{
	color:#2590BC;
}
#pg_search li p {
	font-size:12px;
}
#pg_search .noresults{
	padding:20px;
}

.search_products, .search_families{
	margin-bottom:20px;
}


#dd_close{
	position:absolute;
	top:27px; right:33px;
	width:20px; height:20px;
	cursor:pointer;
}

/* WHERE TO BUY */
.wtb_intro{
	font-size:14px;
}
.wtb_locator{
	margin-top:10px;
	--position:relative;
	width:700px;
	height:150px;
	background: transparent url(../images/bg_wtb_storelocator.png) no-repeat left top;
}
.wtb_locator h2{
	display:block;
	padding:5px 0 15px 10px; 
	margin:0px;
	font-size:18px;
	color:#297BB3;
}
.wtb_locator p{
	display:block;
	height:14px;
	font-size:12px;
}
.wtb_select{
	--position:absolute;
	width:250px; height:100px;
	padding-left:10px;
	float:left;
}
.wtb_select div{
	padding-bottom:1px;
	text-align:right;
}
.wtb_select select{
	width:180px;
	border:1px solid #F0F0F0;
	background:#F9F9F9;
	padding:0px; margin:0px;
	font-size:12px;
	vertical-align: middle;
}
.wtb_select span{
	font-size:12px;
	vertical-align: middle;
	padding-right:3px;
}
.wtb_select p{
	padding-top:4px;
	text-align:right;
}
.wtb_distance select{
	width:120px;
}

.wtb_input{
	width:220px; height:100px;
	padding-left:30px;
	float:left;
	text-align:left;
}
.wtb_input input,
.wtb_input label{
	vertical-align: middle;
}
.wtb_input label{
	font-size:10px;
	padding-left:2px;
	cursor:pointer;
}
.wtb_checkbox{
	height:21px;
}


.wtb_zip input{
	width:120px;
	border:1px solid #F0F0F0;
	background:#F9F9F9;
	padding:0px; margin:0px;
	font-size:14px;
}

.wtb_submit{
	width:175px; height:115px;
	float:left;
	text-align:right;
}
.wtb_submit input{
	margin-top:72px;
	font-size:14px;
}

.wtb_noresult{
	padding:30px 10px;
	font-weight:normal;
}

.store_list, .store_item{
	margin:0;	padding:0px;
	list-style:none;
}
.store_list{
	padding:20px 0 10px 10px;
}
.store_item{
	width:680px;
	display:block;
	margin-bottom:20px;
}
.store_item h3{
	padding:0; margin:0;
	font-size:16px;
	color:#000000;
	border-bottom:1px solid #CCC
}
.store_address{
	width:420px; 
	float:left;
	font-size:14px;
	line-height:18px;
}
.store_category, .store_type{
	width:230px; height:20px;
	padding-top:3px;
	float:left;
}
.type_00, .type_01, .type_R, .type_S{
	width:90px; height:20px; line-height:20px;
	margin-right:5px;
	padding-left:18px;
	float:left;
	font-size:10px;
	background: transparent url(../images/reseller_type.png) no-repeat 0 20px;
}
.type_00{	background-position: 0   2px; color:#4A8EC0; }
.type_01{	background-position: 0 -18px; color:#34C234; }
.type_R {	background-position: 0 -38px; color:#333333; }
.type_S {	background-position: 0 -58px; color:#333333; }

.wtb_pages{
	padding:0 0 40px 0;
	margin 0 auto;
	text-align:center;
	width:700px;
}
.wtb_pages a{
	color:#000000;
	font-size:14px;
	padding:0 5px;
	text-decoration:underline;
}
.wtb_pages a:hover{
	color:#4A8EC0;
}
.wtb_pages a.current{
	color:#4A8EC0;
	font-weight:bold;
	text-decoration:none;
}

/* CONTACT */
.cnt_form{
width:700px;
background:#E7F4F9;
}
.cnt_column{
width:320px; padding:10px 10px 20px 10px;
float:left;
}
.cnt_column label{
display:block;
padding-top:10px;
font-size:12px;
font-weight:bold;
color:#333333;
}
.cnt_column label span{
font-weight:normal;
color:#666666;
padding-left:5px;
}
.cnt_info{
padding-left:20px;
}
.cnt_info input{
width:300px;
}
.cnt_info select{
width:305px;
height:22px;
margin:0px; padding:0px;
}
.cnt_message textarea{
width:310px;
height:260px;
}
.cnt_submit{
padding-top:10px;
}
.cnt_note{
width:302px;
height:80px;
font-size:9px;
overflow:auto;
border:1px solid #CCC;
margin-top:15px;
padding:1px;
background:#FFFFFF;
}
.cnt_thanks{
padding:30px 10px;
}

.cnt_captcha{
margin-top:10px;
width:310px; height:50px;
}
.cnt_captcha_img{
width:130px; height:50px;
float:left;
}
.cnt_captcha_input{
width:180px; height:50px;
float:right;
}
.cnt_captcha_input input{
width:180px;
}

/* ON LINE STORE */
#onlinestore ul{
	list-style:none;
	padding:0;
	margin:0;
	width:700px;
}

#onlinestore ul li {
	width:700px;
	float:left;
}

#onlinestore ul li a{
	float:left;
	width:680px;
	padding:10px 10px;
	margin:5px 0;
}

#onlinestore ul li a:hover{
	background-color:#2590BC;
	color:#FFF;
}

#onlinestore ul li a:hover img{
	background-color:#FFF;
	border:2px solid #FFF;
}

#onlinestore ul li a img{
	float:left;
	width:150px;
	border:2px solid #CCC;
}

#onlinestore ul li a .ol_name{
	margin-left:35px;
	font-size:22px;
	vertical-align:middle;
}