body{
	margin:0;
	color:#000;
	font:11px Arial, Verdana, sans-serif;
	background:#fff;
	min-width:900px;
}

#homepage, #listing, #page {
	margin:0 auto;
	width:900px;
}

/* ----------------------------- */
img{border-style:none;} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:focus{outline:none;}


#page {
	margin:0 auto;
	/* width:100%; */
}
/* header */
#header {
	width:100%;
	position:relative;
}
#header .logo{
	position:absolute;
	top:17px;
	left:5px;
	width:223px;
	height:59px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#header .logo a{
	background:url(/assets/logo.gif) no-repeat;
	display:block;
	height:100%;
}

#header .logo2{
	position:absolute;
	top:28px;
	left:9px;
	width:101px;
	height:44px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#header .logo2 a{
	background:url(/assets/logo2.gif) no-repeat;
	display:block;
	height:100%;
}

#header .menu{width:100%;}
#header .menu:after{
	display:block;
	content:"";
	clear:both;
}
#header .menu-box{
	height:50px;
	float:right;
	margin:21px 9px 0;
	background:url(/assets/bg-menu.gif) repeat-x;
	border:solid #8b8b8c;
	border-width:0 1px;
	position:relative;
	width:80%;
	z-index:1000;
}
#header .menu-box .main{
	margin:0;
	padding:16px 0 17px 28px;
	list-style:none;
	float:left;
}
#header .menu-box .main li{
	float:left;
	font-size:15px;
	background:url(/assets/menu-bullet.gif) no-repeat 0 4px;
	padding:0 0 0 12px;
	margin:0 34px 0 0;
}
#header .menu-box .main .drop li{ padding:0; }
#header .menu-box .main li a{color:#fff;display: block;}
#header .menu-box .main .drop li a{padding:7px;}
#header .menu-box .about{
	margin:0;
	padding:16px 19px 17px 0;
	list-style:none;
	float:right;
}
#header .menu-box .about li{
	float:left;
	font-size:15px;
	background:url(/assets/menu-bullet.gif) no-repeat 0 4px;
	padding:0 0 0 12px;
	margin:0 0 0 34px;
	display:inline;
}
#header .menu-box .about .drop li{ padding:0; margin-left:0; }
#header .menu-box .about li a{color:#fff;display:block;}
#header .menu-box .about .drop li a{padding:7px;}

/* dropdown level-1 */
#header .menu-box .main li,
#header .menu-box .about li{position:relative;}
#header .menu-box .drop{
	width:98px;
	position:absolute;
	top:16px;
	left:0;
	padding:18px 0 0;
	z-index:1;
}
#header .menu-box .main ul, #header .menu-box .about ul{
	width:98px;
	margin:0;
	padding:10px 0 9px 0;
	list-style:none;
	background:#4b4b4d url(/assets/bg-drop.gif) repeat-x;
	display:none;
}
#header .menu-box .main ul li, #header .menu-box .about ul li{
	float:none;
	font-size:12px;
	background:none;
	width:98px;
	vertical-align:top;
	display:block;
}
/* dropdown level-2 */
#header .menu-box .main ul ul{
	position:absolute;
	top:0;
	left:98px;
}
#header .menu-box .about ul ul{
	position:absolute;
	top:0;
	left:auto;
	right:98px;
}
#header .menu-box .main li:hover ul,
#header .menu-box .main li.hover ul,
#header .menu-box .about li:hover ul,
#header .menu-box .about li.hover ul{display:block; }
#header .menu-box .main li:hover ul ul,
#header .menu-box .main li.hover ul ul,
#header .menu-box .about li:hover ul ul,
#header .menu-box .about li.hover ul ul{display:none;}
#header .menu-box .main li li:hover ul,
#header .menu-box .main li li.hover ul,
#header .menu-box .about li li:hover ul,
#header .menu-box .about li li.hover ul{display:block; }
#header .menu-box .main li li:hover ul ul,
#header .menu-box .main li li.hover ul ul
#header .menu-box .about li li:hover ul ul,
#header .menu-box .about li li.hover ul ul{display:none;}
#header .menu-box .main li li li:hover ul,
#header .menu-box .main li li li.hover ul,
#header .menu-box .about li li li:hover ul,
#header .menu-box .about li li li.hover ul{display:block;}
#header .menu-box .main li li li:hover ul ul,
#header .menu-box .main li li li.hover ul ul,
#header .menu-box .about li li li:hover ul ul,
#header .menu-box .about li li li.hover ul ul{display:none;}
/* content */
#content {
	width:98%;
	overflow:hidden;
	margin:0 auto;
}
.breadcrumb{
	float:left;
	height:1%;
	overflow:hidden;
	background:url(/assets/bg-breadcrumb.png) no-repeat 5px 37px;
	padding:29px 0 0 27px;
	margin:0 0 8px;
}
.breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.breadcrumb ul li{
	float:left;
	/* background:url(/assets/breadcrumb-sep.gif) no-repeat 0 14px; */
	font-size:22px;
	/*margin-left:-16px;
	padding:0 26px 0 16px;*/
	color:#404040;
}
.breadcrumb ul li a{color:#404040;}
.breadcrumb ul li a:hover{color:#F48129;text-decoration:none;}

.breadcrumb .back{
	float:right;
	font-size:13px;
	color:#404040;
	background:url(/assets/bg-back.gif) no-repeat 0 4px;
	padding:0 0 0 15px;
	margin:13px 0 0;
}

.syndicated {
	float:right;
	display:inline;
	padding-top:22px;
	font-size:12px
}
.syndicated img {
	padding-left:10px
}
.syndicated a{color:#404040;text-decoration:none;}
.syndicated a:hover{color:#F48129;}

.content-box{
	width:100%;
	background:url(/assets/bg-content.gif) repeat-y 100% 0;
	margin:0 0 24px;
}
.content-box .content-holder{
	height:1%;
	padding-bottom:10px;
	border:1px solid #dfdfdf;
	overflow:hidden;
	background:#fff url(/assets/bg-content-holder.gif) no-repeat 100% 0;
}
/* ----- BANNER ----- */
.content-box .content-holder .content-banner H1 {
	height:50px;
	left:50%;
	margin-left:-250px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:150px;
	width:500px;
}
.content-box .content-holder .content-banner H2 {
	height:30px;
	left:50%;
	margin-left:-250px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:210px;
	width:500px;
}

/* ----- BANNER ----- */
.content-box .product{
	width:100%;
	overflow:hidden;
	margin:0 0 3px;
}
.content-box .description{
	padding:24px 25px 0px 33px;
	float:left;
	width:50%;
	color:#3d3d3d;
}
.content-box .description h1{
	font-size:24px;
	color:#f48129;
}
.content-box .description h2{
	font-size:20px;
	color:#3D3D3D;
}
.content-box .description h3{
	font-size:20px;
	color:#FF9900;
}

.content-box .description hr{
	color:#FF9900;
	padding-bottom:6px;
}

.content-box .description .news h1{
	font-size:24px;
	color:#f48129;
}
.content-box .description .news h2{
	font-size:20px;
	color:#f48129;
}
.content-box .description .news h3{
	font-size:12px;
	color:#3d3d3d;
}
.content-box .description .news .more-link {
	background:transparent url(/assets/product-bullet.gif) no-repeat scroll 0 5px;
	color:#404040;
	padding:0 0 0 20px;
}
.content-box .description .news a.more-link {color:#404040;text-decoration:none;}
.content-box .description .news a.more-link:hover{color:#F48129;}

.content-box .description .news h2 a{color:#404040;text-decoration:none;}
.content-box .description .news h2 a:hover{color:#F48129;}
.content-box .description .news a{color:#404040;text-decoration:none;}
.content-box .description .news a:hover{color:#F48129;}



.content-box .description .pages {
	width:100%;
	overflow:hidden;
	font-size:20px;
}
.content-box .description .pages .prev{
	background:url(/assets/prev.gif) no-repeat 0 5px;
	padding:0 0 0 20px;
	color:#404040;
}
.content-box .description .pages .next{
	background:url(/assets/next.gif) no-repeat 100% 5px;
	padding:0 20px 0 0;
	color:#404040;
	margin:0 15px 0 0;
}
.content-box .description .pages div div a {
	color:#404040;text-decoration:none;
}
.content-box .description .pages div div a:hover {
	color:#F48129;
}
.content-box .description .pages .current{
	color:#F48129;
}
.content-box .description .pages a.next, .content-box .description .pages a.prev { color:#404040;text-decoration:none;}
.content-box .description .pages a.next:hover, .content-box .description .pages a.prev:hover {color:#F48129;}


.content-box .description h2.product-h2 {
	font-size:53px;
	line-height:62px;
	margin:0 0 10px;
	color:#f48129;
	font-weight:normal;
}
.content-box .description h2.product-h2 span{
	display:block;
	font-size:38px;
	color:#404040;
	line-height:110%;
}
.content-box .description p{
	margin:0 0 28px;
	font-size:15px;
	line-height:140%;
	color:#333;
}
.content-box .description .features{
	width:100%;
	overflow:hidden;
}
.content-box .description .features h3.product-h3{
	font-size:19px;
	color:#404040;
	background:url(/assets/features-arrow.gif) no-repeat 0 4px;
	padding:0 0 0 21px;
	margin:0 0 12px;
	font-weight:normal;
}
.content-box .description ul{
	margin:0 0 0 11px;
	padding:0 0 16px;
	list-style:none;
}
.content-box .description ul li{
	vertical-align:top;
	margin:0 0 15px;
	font:12px Arial, Verdana, sans-serif;
	background:url(/assets/circle.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	color:#333;
}

.content-box .description ul.sitemap { background:none;list-style-type:none; list-style-position:outside; margin:0;padding:0}
.content-box .description ul.sitemap li {background:none;color:#333;margin:0;padding:0;}
.content-box .description ul.sitemap li:hover { }
.content-box .description ul.sitemap li a { font-weight:normal; }
.content-box .description ul.sitemap li a:hover {color:#F7931E; text-decoration:underline; }
.content-box .description ul.sitemap li ul {padding:0 0 0 7px;}
.content-box .description ul.sitemap li ul li {background:none;color:#333;}

.content-box .description .download{
	font-size:19px;
	color:#404040;
	background:url(/assets/features-arrow.gif) no-repeat 0 5px;
	padding:0 0 0 19px;
}

.content-box .description a.download {color:#404040;}
.content-box .description a.download:hover{color:#F48129;text-decoration:none;}


/*.content-box .description a{ color:#F48129;text-decoration:none;}
.content-box .description a:link{ color:#F48129;text-decoration:none;}
.content-box .description a:hover{text-decoration:underline;}
.content-box .description a:visited{ color:#F48129;}*/
.content-box .description p a{ font-weight:bold;}

.content-box .description a {color:#F48129;text-decoration:none;}
.content-box .description a:hover{color:#404040;}


.content-box .product-image{
	width:40%;
	float:right;
	padding:0;
}
.content-box .product-image .image-box{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.content-box .product-image .image-box img{float:right;}
.content-box .product-image .icon{
	padding:15px 38px 15px 0;
	height:1%;
	overflow:hidden;
	float:right;
}
/*
.content-box .product-image .icon a{
	float:right;
	color:#808080;
	font-size:9px;
}
*/
.content-box .product-image .icon img{
	display:block;
	margin:0 0 8px;
}
.content-box .product-image .icon span{display:block;}
.content-box .accessories{
	padding-left:33px;
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.content-box .accessories-box{
	width:470px;
	float:left;
}
.content-box .accessories-box h3{
	font-weight:normal;
	margin:0 0 12px;
	font-size:23px;
	color:#404040;
	background:url(/assets/bg-accessories.gif) no-repeat 0 10px;
	padding:0 0 0 21px;
}
.content-box .accessories-box ul{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	width:600px;
	overflow:hidden;
	height:100px;
}
.content-box .accessories-box ul li{
	float:left;
	width:80px;
	/* border:1px solid #DFDFDF; */
	margin:0 8px 0 0;
}

.content-box .accessories-box input {
	border:0;
	background:transparent;
	width:400px;
	margin-top:5px;
	font-weight:bold;
	color:#F48129;
}

.content-box .accessories-box ul li img{display:block;}
.content-box .accessories .logos{
	text-align:right;
	float:right;
	width:300px;
	padding-right:65px;
}
.content-box .accessories .logos a{
	margin-left:25px;
}
.talk-us{
	padding:24px 25px 0px 33px;
	overflow:hidden;
}
.talk-us .talk{
	float:left;
	background:url(/assets/actions-bullet.gif) no-repeat 0 6px;
	font-size:23px;
	padding:0 0 0 22px;
	color:#404040;
	margin:11px 0 0;
}
/*.talk-us .talk a {
	color:#404040;text-decoration:none;
}
.talk-us .talk a:hover {
	color:#F48129;
}*/

.talk-us a.talk, .talk-us a.solution {color:#404040;}
.talk-us a.talk:hover, .talk-us a.solution:hover{color:#F48129;text-decoration:none;}

.talk-us .solution{
	float:right;
	font-size:23px;
	background:url(/assets/actions-bullet.gif) no-repeat 0 12px;
	padding:0 0 0 28px;
	color:#404040;
	margin:0 15px 0 0;
	display:inline;
}
.talk-us .solution span{
	display:block;
	font-size:17px;
}

.actions{
	width:100%;
	overflow:hidden;
	margin:0 0 31px;
}
.actions .actions-holder{
	width:100%;
	overflow:hidden;
}
.actions .action-box{
	width:290px;
	float:left;
	border:1px solid #e8e9e8;
	position:relative;
}
.actions .action-box .link{
	position:absolute;
	bottom:12px;
	left:20px;
	font-size:28px;
	color:#404040;
	background:url(/assets/actions-bullet.gif) no-repeat 0 12px;
	padding:0 0 0 29px;
}

.actions .action-box a:hover{
	color:#F48129;text-decoration:none;
}

.actions .action-box .paypercup{
	bottom:6px;
	left:10px;
	background:none;
	padding:0;
}
.actions .left{float:left;}
.actions .middle-holder{margin:0 292px;}
.actions .middle-box{
	float:left;
	width:100%;
}
.actions .middle{
	margin:0 auto;
	float:none;
}
.actions .right{float:right;}




.panels4{
	width:100%;
	overflow:hidden;
	margin:0 0 31px;
}

.panels4 .floatlink {
	padding: 20px; 
	font-size: 28px; 
	width: 390px; 
	height: 240px; 
	border: 1px solid #e8e9e8; 
	display: block; 
	text-align: left; 
	line-height: 440px;
	overflow: hidden;
	float: left;
}
.panels4 .floatlink img {
	margin: 0px 10px 4px 0px;
	vertical-align:middle;
}
.panels4 a.floatlink {color:#404040;}
.panels4 a.floatlink:hover{color:#F48129;text-decoration:none;}

.panels4 .panels-holder{
	width:100%;
	overflow:hidden;
}
.panels4 .panel-box{
	width:430px;
	height:280px;
	float:left;
	border:1px solid #e8e9e8;
	position:relative;
}
.panels4 .panel-box .link{
	position:absolute;
	bottom:15px;
	left:20px;
	font-size:28px;
	color:#404040;
	background:url(/assets/bg-breadcrumb.png) no-repeat 5px 10px;
	padding:0 0 0 29px;
}
.panels4 .panel-box a:hover{
	color:#F48129;text-decoration:none;
}
.panels4 .left{float:left;}
.panels4 .right{float:right;}


/* footer */
#footer{
	/*width:100%;*/
	overflow:hidden;
	border-top:1px solid #fac094;
	padding:20px 0 0;
}
#footer .brands{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#footer .brands li{
	float:left;
	margin:0 10px 0 0;
}
#footer .foot-nav{
	margin:5px 7px 0 0;
	padding:0;
	list-style:none;
	float:right;
	display:inline;
	overflow:hidden;
}
#footer .foot-nav li{
	float:left;
	background:url(/assets/footer-sep.gif) no-repeat 100% 2px;
	margin:0 -12px 0 0;
	padding:0 12px 0 19px;
}
#footer .foot-nav li a{color:#808080;}
/* homepage */

#homepage #header .logo{
	top:25px;
	left:auto;
	right:15px;
}
#homepage #header{margin:0 0 28px;}
.nav{
	width:100%;
	overflow:hidden;
}
.nav ul{
	margin:51px 0 0 5px;
	padding:0;
	list-style:none;
}
.nav li{
	float:left;
	font-size:27px;
	background:url(/assets/actions-bullet.gif) no-repeat 0 10px;
	padding:0 0 0 26px;
	margin:0 44px 0 0;
}
.nav li a{color:#404040;}
.nav li a:hover{color:#F48129;text-decoration:none;}

.banner{
	width:100%;
	overflow:hidden;
	margin:0 0 18px;
}
.banner .banner-box{
	width:900px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.banner .banner-img{
	width:900px;
	overflow:hidden;
}
.banner .banner-img H1 {
	height:50px;
	left:50%;
	margin-left:-250px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:150px;
	width:500px;
}
.banner .banner-img H2 {
	height:30px;
	left:50%;
	margin-left:-250px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:210px;
	width:500px;
}
.banner .banner-img img{display:block;}
.banner .banner-box ul li{
	float:left;
}
.banner .banner-box ul li img{display:block;}
.banner .pages{
	position:absolute;
	bottom:21px;
	right:15px;
	z-index:10;
}
.banner .pages-box{
	width:55px;
	height:28px;
	background:url(/assets/bg-pages.png) no-repeat;
	padding:9px 15px 0;
}
.banner .pages-holder{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .pages .prev{
	float:left;
	width:16px;
	height:18px;
	background:url(/assets/btn-prev.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.banner .pages .next{
	float:right;
	width:16px;
	height:18px;
	background:url(/assets/btn-next.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#homepage .actions{margin:0 0 25px;}
.home-menu{
	width:100%;
	overflow:hidden;
	margin:0 0 25px;
}
.home-menu .main{
	float:left;
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
.home-menu .main li{
	float:left;
	font-size:20px;
	background:url(/assets/homemenu-bullet.gif) no-repeat 0 5px;
	padding:0 0 0 17px;
	margin:0 47px 0 0;
}
.home-menu .main li a{color:#404040;}
.home-menu .main li a:hover{
	color:#F48129;text-decoration:none;
}


.home-menu .about{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.home-menu .about li{
	float:left;
	font-size:20px;
	margin:0 0 0 47px;
	padding:0 0 0 17px;
	display:inline;
	background:url(/assets/homemenu-bullet.gif) no-repeat 0 5px;
}
.home-menu .about li a{color:#404040;}
.home-menu .about li a:hover{
	color:#F48129;text-decoration:none;
}
/* listing page */
#listing .breadcrumb{margin:0 0 8px;}
#listing .content-box{margin:0 0 24px;}
#listing .content-holder{padding:0;}
#listing .content-box .product{margin:0;}
/* OLD 
#listing .content-box .product-image{
	width:255px;
	padding:0;
}
#listing .content-box .product-image .image-box{margin:0;}

*/
#listing .content-box .product-image{
	width:40%;
	float:right;
	padding:28px 0 0;
}
#listing .content-box .product-image .image-box{
	width:100%;
	overflow:hidden;
	margin:0 0 69px;
}

#listing .content-box .description{
	padding:26px 25px 0 21px;
	width:60%;
}


.catalog-panel-lhs {
	background:url(/assets/bg-content.gif) repeat-x 100% 0;
	width:50%;
	float:left;
}
.catalog-panel-lhs .catalog-holder{
	height:231px;
	border:1px solid #dfdfdf;
	padding:24px 33px 25px 23px;
	margin:0 8px 17px 0;
	background:url(/assets/bg-content-holder.gif) no-repeat 100% 0;
}
.catalog-panel-lhs .heading{
	margin-top:200px;
	font-size:20px;
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.catalog-panel-lhs .heading strong{
	float:left;
	bottom:6px;
	left:20px;
	font-size:20px;
	font-weight:normal;
	color:#404040;
	background:url(/assets/bg-breadcrumb.png) no-repeat 5px 5px;
	padding:0 0 0 29px;
}
.catalog-panel-lhs .heading a {
	color:#404040;
}

.catalog-panel-rhs {
	background:url(/assets/bg-content.gif) repeat-x 100% 0;
	width:50%;
	float:left;
}
.catalog-panel-rhs .catalog-holder{
	height:231px;
	border:1px solid #dfdfdf;
	padding:24px 33px 25px 23px;
	margin:0 0 17px 8px;
	background:url(/assets/bg-content-holder.gif) no-repeat 100% 0;
	
}
.catalog-panel-rhs .heading{
	margin-top:200px;
	font-size:20px;
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.catalog-panel-rhs .heading strong{
	float:left;
	bottom:6px;
	left:20px;
	font-size:20px;
	font-weight:normal;
	color:#404040;
	background:url(/assets/bg-breadcrumb.png) no-repeat 5px 5px;
	padding:0 0 0 29px;
}
.catalog-panel-rhs .heading a {
	color:#404040;
}
.recaptcha_explain {
	padding-top:15px;
}


.catalog{
	background:url(/assets/bg-content.gif) repeat-x 100% 0;
	width:100%;
}
.catalog .catalog-holder{
	height:1%;
	border:1px solid #dfdfdf;
	padding:24px 33px 25px 23px;
	margin:0 0 17px;
	background:url(/assets/bg-content-holder.gif) no-repeat 100% 0;
}
.catalog .heading{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #f8be92;
	padding:0 0 10px;
}
.catalog .heading strong{
	float:left;
	color:#404040;
	font-size:20px;
	font-weight:normal;
}
.catalog .heading em{
	float:right;
	font-style:normal;
	color:#404040;
	font-size:20px;
	margin:0 15px 0 0;
	display:inline;
}
.catalog .catalog-box{
	height:1%;
	overflow:hidden;
	padding:38px 10px 0 23px;
}
.catalog .catalog-box ul{
	width:880px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	list-style:none;
}
.catalog .catalog-box ul li{
	float:left;
	
	width:207px;
	height:160px;
	margin:0 84px 0 0;
	padding:0 0 66px;
}

.catalog .catalog-box .catalog-box-desc{
	padding-top:7px;
	font-size:12px;
	text-decoration:none;
	height:30px;
	display:block;
}

.catalog .catalog-box ul li a{
	font-size:17px;
	color:#404040;
	background:url(/assets/product-bullet.gif) no-repeat 0 5px;
	padding:0 0 0 20px;
}
.catalog .catalog-box ul li a:hover{
	color:#F48129;text-decoration:none;
}


.catalog .catalog-box ul li img{
	display:block;
	width:207px;
	height:124px;
	overflow:hidden;
	border:1px solid #f9c094;
	margin:12px 0 0;
}
.catalog .pages{
	width:100%;
	overflow:hidden;
	font-size:20px;
}
.catalog .pages .prev{
	float:left;
	background:url(/assets/prev.gif) no-repeat 0 5px;
	padding:0 0 0 20px;
	color:#404040;
}
.catalog .pages .prev{
	float:left;
	background:url(/assets/prev.gif) no-repeat 0 5px;
	padding:0 0 0 20px;
	color:#404040;
}
.catalog .pages .next{
	float:right;
	background:url(/assets/next.gif) no-repeat 100% 5px;
	padding:0 20px 0 0;
	color:#404040;
	margin:0 15px 0 0;
	display:inline;
}
.catalog .pages a.next{
	display:inline;
}

.catalog .pages a.next, .catalog .pages a.prev{
	color:#404040;text-decoration:none;
}
.catalog .pages a.next:hover, .catalog .pages a.prev:hover {
	color:#F48129;
}



/*
#header .menu-box .main ul, #header .menu-box .about ul{
	
	margin:0;
	padding:10px 0 9px 0;
	list-style:none;
	background:#4b4b4d url(/assets/bg-drop.gif) repeat-x;
	display:none;
}
#header .menu-box .main ul li, #header .menu-box .about ul li{
	float:none;
	font-size:12px;
	background:none;
	width:84px;
	padding:0 0 0 14px;
	margin:0 0 6px;
	vertical-align:top;
	display:block;
}
*/
#header .menu-box .main ul {margin:0;padding:0}
#header .menu-box .main ul li {}
#header .menu-box .main ul li:hover {background:#FAB917 url(/assets/menu-hover-bg.jpg) no-repeat left bottom;}
#header .menu-box .main ul li a:hover {color:#FFF; text-decoration:none; }

#header .menu-box .about ul {margin:0;padding:0}
#header .menu-box .about ul li {}
#header .menu-box .about ul li:hover {background:#FAB917 url(/assets/menu-hover-bg.jpg) no-repeat left bottom;}
#header .menu-box .about ul li a:hover {color:#FFF; text-decoration:none; }

#form label { font-size:12px; background:transparent url(/assets/product-bullet.gif) no-repeat scroll 0 2px; color:#404040; padding:0 0 0 20px; }
#form .form-rhs input, #form .form-rhs textarea { color:#404040; font:12px Arial, sans-serif; border:1px solid #F9C094; width:100%; padding:3px; }
#form .form-rhs-check { color:#404040; font:12px Arial, sans-serif; padding-top:8px; }
#form .form-lhs { float:left;width:160px;padding:10px 0; }
#form .form-rhs { float:left;width:630px;padding:6px 0; }
#form .form-rhs .required, #form .form-rhs2 .required { color:#FF0000; }
#form .form-lhs2 { float:left;width:200px;padding:10px 0; }
#form .form-rhs2 { float:left;width:590px;padding:6px 0; }
#form .form-rhs2 select { color:#404040; font:12px Arial, sans-serif; border:1px solid #F9C094; width:100%; }
#form .form-rhs2 option { padding:3px; }
#form .form-full { width:790px;padding:6px 0; text-align:right; }
#form .form-full table { color:#404040; font-size:12px; }
#form .form-full td { text-align:left; }
#form .submit { cursor:pointer; color:#404040; font-size:20px; padding:0 0 0 20px; font-weight:normal; background:transparent url(/assets/actions-bullet.gif) no-repeat scroll 0 6px; border:0;}
#form .status-ok { background-color: #FFFF95; border: 1px dotted #339900; padding: 10px;margin-bottom:20px; }
#form .status-no { background-color: #FFFF95; border: 1px dotted #CC0000; padding: 10px;margin-bottom:20px; }


#talk { padding:10px; width:550px; overflow:hidden; }
#talk form { margin:0; width:550px; }
#talk h1 { font-size:24px; color:#f48129; }
#talk label { font-size:12px; background:transparent url(/assets/product-bullet.gif) no-repeat scroll 0 2px; color:#404040; padding:0 0 0 20px; }
#talk a{color:#F48129;}
#talk a:hover{color:#F48129;text-decoration:underline;}
#talk .form-rhs input, #talk .form-rhs textarea { color:#404040; font:12px Arial, sans-serif; border:1px solid #F9C094; width:100%; padding:3px; }
#talk .form-rhs-check { color:#404040; font:12px Arial, sans-serif; padding-top:8px; }
#talk .form-lhs { float:left;width:160px;padding:6px 0 0 0; }
#talk .form-rhs { float:left;width:340px;padding:2px 0 0 0; }
#talk .form-rhs .required { color:#FF0000; }
#talk .form-full { width:500px;padding:6px 0; text-align:right; }
#talk .form-full table { color:#404040; font-size:12px; }
#talk .form-full td { text-align:left; }
#talk .submit { cursor:pointer; color:#404040; font-size:20px; padding:0 0 0 20px; font-weight:normal; background:transparent url(/assets/actions-bullet.gif) no-repeat scroll 0 6px; border:0;}
#talk .status-ok { background-color: #FFFF95; border: 1px dotted #339900; padding: 10px;margin-bottom:20px; }
#talk .status-no { background-color: #FFFF95; border: 1px dotted #CC0000; padding: 10px;margin-bottom:20px; }


/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
	float:right;
	width:730px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9D9D9D;
	text-decoration: none; 
	color: #6A6A6A;
	background: #C9C9CA;
}

div.pagination a:hover, div.pagination a:active {
	border:1px solid #9D9D9D;
	color: #828282;
	background: #FFF;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9D9D9D;
 	font-weight: bold;
	background: #FFF;
	color: #828282;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #aaa;
	color: #aaa;
}

/* Jul 12, 2010 */
.FooterMenu_Orange {float:left; width:100%;  height:22px; font-family:Arial; font-size:20px; text-decoration:none; }

.FooterMenu_Orange a
{
	color:#404040;
	font-size:20px; 
	background-image:url(/assets/homemenu-bullet.gif);
	 padding-left:18px; background-repeat:no-repeat; background-position:center left;
}

.FooterMenu_Orange a:hover
{
	color:#F48129;
	text-decoration: none;
}
.FooterMenu_Orange_Items
{
	float:left; width:171px; height:auto; font-size:12px; color:#808080; line-height:21.5px; background-image:url(/assets/line_dotted.gif); padding-left:12px; background-repeat:repeat-y; background-position:top left; padding-top:14px;
}
.FooterMenu_Orange_Items a
{
	 font-size:12px; color:#808080;
}
.FooterRightMenu

{
	font-size:15px;
	/*font-weight:bold;*/
	line-height:26px;
}
.FooterRightMenu a
{
	color:#808080;
}
.FooterRightMenu span
{
	line-height:19px;
	font-size:12px;
	font-weight:normal;
	float:left;
}
#footer_container {
	height:320px; 
	border-top:1px solid #fac094; 
	padding-top: 20px;	
}