

/* GENERAL CSS */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff url(image/page_body_bg.gif) top center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
}


fieldset,img {  
	border: 0; 
} 







h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	margin-bottom:5px;	
	line-height: 100%;
	font-weight:normal;		
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color:#5a81a8;	
}

h1 {
	font-size: 180%;
	color:#5a81a8;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 130%;	
}

h5 {
	font-size: 120%;
	background: url(image/arrow_white.gif) 0px 3px no-repeat;
	padding-left:12px;
	color:#5a81a8;	
	font-weight:bold;
	line-height: 16px;
}

h6 {
	font-size: 110%;
	
}


blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	background: url(image/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}
blockquote p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(image/blockquote_end.png) 100% 100% no-repeat;
}


ul.arrow_cross_white {
	margin-left: -28px;
	margin-top: 0px;
}
li.arrow_cross_white {
	list-style:none;
	background: url(image/arrow_cross_white.gif) 0px 6px no-repeat;
	padding-left:13px;
}
ul.no_arrow {
	margin-left: -28px;
	margin-top: 0px;
	list-style:none;
}

.ul_nbnm {
list-style:none; margin:0; padding: 0;
}



.input_search{

	border-top: 1px solid #B3B3B5; 
	border-bottom: 1px solid #B3B3B5; 
	border-left:1px solid #B3B3B5; 
	border-right:0px;
	font-size:13px;
	line-height:20px;

}



/* STRUCTURE CSS */


.page #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top:30px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.page #header { 
	margin-bottom:17px;
} 



.page #top_menu {
	height:51px;
	overflow:hidden;
}

.page #logo {
	width:375px; 
	float:left;
}

.page #top_menu_list {
	width:375px; 
	float:left;
}
.page #top_menu_list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

.page #top_menu_list li {
	float: left;
	display: block;
	font-size:13px;
	background: url(image/topmenu_slice.gif) 100% 0px no-repeat;
	height:51px;
	line-height:51px;
	padding: 0 15px 0 15px;
	font-weight:bold;
}

.page #searchbox {
	width:148px; 
	padding-top:17px; 
	float:left;
}




.page #main_splash {
	height:291px;
	background: url(image/splash_bg.png) 100% 0px no-repeat;
	margin-bottom:8px;
	
}

.page #main_splash_sm {
	height:218px;
	background: url(image/splash_bg_sm.png) 100% 0px no-repeat;
	margin-bottom:8px;
}


.page #bcrumb {

	height:30px;
	background: url(image/bcrumb_bg.gif) 100% 0px no-repeat;
	margin-bottom:8px;
	font-size:13px;
	line-height:30px;
}
.page #bcrumb ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
.page #bcrumb li.ybg{
	float: left;
	display: block;
	background: url(image/bcrumb_slice.gif) 100% 0px no-repeat;
	padding: 0 15px 0 10px;
}
.page #bcrumb li.nbg{
	float: left;
	display: block;
	padding: 0 15px 0 10px;
}



.page #main_content {
line-height:120%;
	
}
.page #footer {
	height:60px;
	background: url(image/footer_bg.gif) 0px 0px no-repeat;
	color:#ffffff;
	font-size: 11px;

} 

.page #footer a{
	color:#ffffff;
} 

img#globe {
	position: relative;
	top: -68px;
	left: 830px;
	width: 53px;
	height: 68px;
	z-index: 3;
}



div#toppanel-container {
	position: absolute;
	top: 113px;
	width: 900px;
	z-index: 150;

}

div#toppanel-wrapper {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	background: transparent; background-color: #FEFFE6; opacity: .9; filter:alpha(opacity=90);
}

div#toppanel {
	position: relative;
	z-index: 15;
	margin-top: -290px;
	width: 100%;
	height: 290px;
	background: #000000 url(image/toppanel_bg.png) 0 100% repeat-x;
	color: #969696;	
}

div#toppanel .panel {
	margin: auto;
	width: 900px;
	height: 240px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div#toppanel .close {
	clear:both;
	width: 50px;
	height: 19px;
	margin-left:425px;
	border: 1px solid #646464;
	background: #1e1e1e;
	float: left;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	overflow:hidden;
}

div#toppanel .cpanel {
	clear: both;
}

div#toppanel-container .trigger {
	position: relative;
	z-index: 16;
	top: 0px;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	cursor: pointer;
}

div#toppanel-container .trigger img {
	width: 20px;
	height: 19px;
}

div#toppanel-container .trigger-l, div#toppanel-container .trigger-r {
	float: left;
}

div#toppanel-container .trigger-m {
	width: 100px;
	height: 19px;
	background: url(image/toppanel_trigger_m.png) 100% 0 repeat-x;
	float: left;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	overflow: hidden;
	color: #ffffff;
}







.page #cat_menu {
	width:900px; 
	height:36px; 
	background: url(image/mm_bg.gif) 100% 0px no-repeat;
}

.page #cat_menu li.ybg{
	float: left;
	display: block;
	color:#ffffff;
	width:225px;
	font-size: 13px;
	height:36px;
	line-height:32px;
	background: url(image/mm_slice.gif) 100% 0px no-repeat;
	text-align:center;
}
.page #cat_menu li.nbg{
	float: left;
	display: block;
	color:#ffffff;
	width:225px;
	font-size: 13px;
	height:36px;
	line-height:32px;
	text-align:center;
}

.mm_menu {padding:0 6px 0 6px; margin:0; list-style:none; height:36px; position:relative; z-index:500;}
.mm_menu li.top {display:block; float:left;}
.mm_menu li a.top_link {display:block; float:left; height:36px; line-height:32px; color:#b3a37f; text-decoration:none; font-size:13px; cursor:pointer;background: url(../image/mm_bg_ind.gif);}
.mm_menu li a.top_link span.ybg {float:left; display:block; height:36px; background: url(../image/mm_slice.gif) 100% 0px no-repeat; width:175px; text-align:center;}
.mm_menu li a.top_link span.ybg1 {float:left; display:block; height:36px; background: url(../image/mm_slice.gif) 100% 0px no-repeat; width:175px; text-align:center;}
.mm_menu li a.top_link span.nbg {float:left; display:block; height:36px; width:175px; text-align:center;}
.mm_menu li a.top_link:hover {color:#fff; background: url(../image/mm_bg_ind_over.gif) no-repeat;}
.mm_menu li a.top_link:hover span {background:url(../image/mm_bg_ind_over.gif) no-repeat right top;}
.mm_menu li:hover > a.top_link {color:#fff; background: url(../image/mm_bg_ind_over.gif) 100% 0 no-repeat;}
.mm_menu li:hover > a.top_link span {background:url(../image/mm_bg_ind_over.gif) no-repeat right top;}
.mm_menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */
.mm_menu a:hover {visibility:visible; position:relative; z-index:200;}
.mm_menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.mm_menu ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
.mm_menu :hover ul.sub {left:-1px; top:36px; background: #000; padding:3px; border:1px solid #444444; white-space:nowrap; width:200px; height:auto; z-index:300;}
.mm_menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:215px; font-weight:normal;}
.mm_menu :hover ul.sub li a {display:block; font-size:13px; height:20px; width:215px; line-height:20px; text-indent:5px; color:#ccc; text-decoration:none;}
.mm_menu :hover ul.sub li a:hover {background:#444444; color:#b3a37f;}






#xsnazzy h1 {letter-spacing:1px; padding-bottom:10px;}
#xsnazzy {background: transparent; margin-bottom:0px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.xb1 {margin:0 5px; background:#ccc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {	font-size:13px; padding: 1px 6px; display:block; background:#fff; border:0 solid #ccc; border-width:0 1px; overflow:hidden; color:#555;}
.xboxcontent2 {	font-size:13px; padding: 1px 6px; display:block; background:#fff; border:0 solid #ccc; border-width:0 1px; color:#555;}

.xboxcontent h6 {

height:20px; line-height:20px;
font-weight:bold;

}



.xs_trow{
	margin-top: 0px;
}
.xs_brow {
	margin-top:8px;
}

.xs_25 {
	float:left;
	width:219px;
}
.xs_50 {
	float:left;
	width:446px;
}
.xs_75 {
	float:left;
	width:673px;
}
.xs_100 {
	float:left;
	width:900px;
}
.xs_mr {
	margin-right:4px;
	margin-left:0px;
}
.xs_ml {
	margin-right:0px;
	margin-left:4px;
}
.xs_mb {
	margin-right:4px;
	margin-left:4px;
}

.xs_100_l {
float:left; width:654px; padding-right:6px; border-right: 1px solid #ccc;
}


.xs_100_r {
float:left; width:219px; padding-left:6px; 
}




.prod_desc ul{
margin-top:10px;
}








/**
CBcarousel
*/

div.carousel {
	overflow: hidden;
}
div.carousel div.panel {
	overflow: hidden;
}
div.carousel div.panel div.slide {
	float: left;
}
div.carousel br {
	height: 0px;
	border: none;
	clear: both;
	visibility: hidden;
}
div.carousel ul.panel-top {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
div.carousel ul.panel-top li {
	float: left;
	display: block;
}
div.carousel ul.panel-top li a {
	float: left;
	display: block;
}
div.carousel ul.panel-top li a span {
	float: left;
	display: block;
}
div.carousel ul.panel-right {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.carousel ul.panel-right li {
	display: block;
}
div.carousel ul.panel-right li a {
	display: block;
}
div.carousel ul.panel-right li a span {
	display: block;
}




/* CBcarousel - product page*/

div.style-crs {
float:left; width:659px; margin-top:4px;
}
div.style-crs div.carousel ul.panel-top li {
	margin: 0px 4px 0px 0px;
}
div.style-crs div.carousel ul.panel-top li.last {
	margin: 0px 0px 0px 0px;
}
div.style-crs div.carousel ul.panel-top li a {
	background: url(../image/crousel/carousel_tab_m.png) 0 0 repeat-x;
}
div.style-crs div.carousel ul.panel-top li.selected a {
	background: url(../image/crousel/carousel_tab_m_active.png) 0 0 repeat-x;
}
div.style-crs div.carousel ul.panel-top li a span {
	background: url(../image/crousel/carousel_tab_l.png) 0 0 no-repeat; 
}
div.style-crs div.carousel ul.panel-top li.selected a span {
	background: url(../image/crousel/carousel_tab_l_active.png) 0 0 no-repeat; 
}
div.style-crs div.carousel ul.panel-top li a span span {
	height: 35px;
	width: 177px;
	background: url(../image/crousel/carousel_tab_r.png) 100% 0 no-repeat; 
	line-height: 35px;
	font-size: 120%;
	overflow: hidden;
	color:#5a81a8;
	padding-left:40px;
	cursor:pointer;
}
div.style-crs div.carousel ul.panel-top li.selected a span span {
	background: url(../image/crousel/carousel_tab_r_active.png) 100% 0 no-repeat; 
}
div.style-crs div.carousel li a:hover, div.style-crs div.carousel li.selected a:link, div.style-crs div.carousel li.selected a:visited {
	text-decoration: none;
}







/* CBcarousel - featured items*/

div.style-feat {
width:915px;
margin-left: 6px;
}


div.style-feat div.carousel ul.panel-right li {
height:72px;
}


div.style-feat div.carousel ul.panel-right li.top {
border-bottom:1px solid #8C7609;
}
div.style-feat div.carousel ul.panel-right li.mid {
border-bottom:1px solid #8C7609;
}
div.style-feat div.carousel ul.panel-right li.bottom {
}


div.style-feat div.carousel ul.panel-right li.selected {
	background: #D2B676;
	cursor:pointer;
}

div.style-feat div.carousel li a:hover, div.style-feat div.carousel li.selected a:link, div.style-feat div.carousel li.selected a:visited {
	text-decoration: none;
}


/**
carousel -- end
*/










div#dtable .bltd{
margin: 0px 10px 0px 10px;
float:left; width:40%;
border-right:1px solid #CECECE;
}	

div#dtable .brtd{
margin: 0px 10px 0px 0px;
float:left; width:55%;

}	

div#dtable .ltd{
float:left;
width:18%;
text-align:right;
font-size:11px;
margin: 0 5px 0 0;
padding-top:2px;
}		

div#dtable .rtd{
float:left;
width:80%;
font-size:11px;
padding-top:2px;
}		


div#dtable .eltd{
float:left;
width:28%;
text-align:right;
font-size:11px;
margin: 0px 5px 2px 0px;
}		

div#dtable .ertd{
float:left;
width:68%;
font-size:11px;
margin: 0px 0px 2px 0px;
}		






div.title_bl {
background:#719fbb; padding-left:10px;
}


div.title_bl h5 {
height:26px; line-height:24px;
background: none;
padding-left:0px;
color:#ffffff;
font-weight:bold;
}


div.title_bl h6 {
height:26px; line-height:24px;
background: none;
padding-left:0px;
font-size: 90%;
color:#ffffff;
}



div.r_menu h5 {
	background:#eeeeee url(../image/arrow_rmenu_top.gif) 95% 8px no-repeat;;
	height:26px;
	line-height:24px;
}








div.r_menu ul {
	margin-left: -28px;
	margin-top: 0px;
}

div.r_menu li {
	background: url(../image/arrow_rmenu.gif) 100% 4px no-repeat;
	padding-left:0px;
	padding-bottom:2px;
	border-bottom:1px solid #dedede;
	list-style:none;
	width:184px;
	
}


div.r_menu li:hover{
	background: url(../image/arrow_rmenu_on.gif) 100% 4px no-repeat;
	text-decoration: underline;
}





.toggler_moo_cst {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-family:arial;
	color:#000000;

}
 
.element_cst {
 
}
 
.element_cst p {
	margin: 0;
	padding: 15px;
}



.warning {font-size:14px; color:red; margin-left:12px;}
.submitbutton {font-size: 11px; height:21px; padding: 1px 10px 5px 10px; margin: 10px 0 0 0; width:120px;}
.emp {font-size:14px;  line-height:23px; color:#000000;}


.foot_gap {
	height:8px;
}



span.sbox_l  {
	background: #f5f5f5 url(../image/srch_l.gif)
		no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

span.sbox_r  {
	background: #f5f5f5 url(../image/srch_r.gif)
		no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

span.sbox input {
	background: #f5f5f5 url(../image/srch_bg.gif)
		repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 100px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}

.select25 {

font-size:15px; height:25px;

}



.hr_ptop {
margin-top:25px; height:1px;
}
