#chat_icon {

	padding-left: 35px;
	padding-top: 20px;
}
.mainBox{
padding-left:40px;

}
.po-icon {
padding:0 20px 0 0;
}	

.pageNav {
font-family: verdana;
font-size: 0.85em;
}
.pageNav {
margin: 10px;
padding: 15px;
font: 0.85em Arial, Helvetica, sans-serif;
}


.pageNav {margin:10px;padding:15px;color:#000;font:0.85em Arial, Helvetica, sans-serif;}
.pageNav .typing {float:right; margin-top:-7px;}
.pageNav input{font-size:10px;font-family:Arial, Helvetica, sans-serif;}
.pageNav a{padding: 2px 8px; border: solid 1px #272727;text-decoration: none!important;}
.pageNav a:hover{background-color:#595959;color:#fff}
.pageNav span.current {padding:2px 8px; color:#fff!important;background-color:#595959!important;border:solid 1px #272727;font-weight:bold;}
.pageNav .pre{margin: 0 15px;}
.pageNav .next{margin-left:8px;}
.pageNav span.disabled { padding-left: 0px;
padding-right: 15px;}

.product-image {
	overflow:hidden;
	text-align:center;
	}

.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }
.top-container .widget a { padding:0 0 0 7px; }
.bottom-container .widget a { padding:0 3px; }
.menu-tags, .menu-categories, .menu-recent{
	margin:5px 9px;
}
.menu-tags h5, .menu-categories h5, .menu-recent h5{font-size:11px;}
.block-blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.block-blog .menu-categories UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI{
	margin-left:10px;
}
.block-blog .menu-recent UL LI a,.block-blog .menu-categories UL LI a,.block-blog .menu-tags UL LI a{font-size:11px;}

]

.postWrapper .poster{
	display:inline;
}


/* GLOBAL RESET

-----------------------------------------------------------------------------------*/
/* line 10, sass/partials/_reset.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color:#ffffff;
  font: inherit;
}


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222222;
}


body {
  margin: 0 0 0 0;
  font-size: 0.813em;
  line-height: 1.4;
}
::-moz-selection, ::selection {
  background: #3fabea;
  color: white;
  text-shadow: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.wrapper {
  min-width: 954px;
}

.main {
  background: white;
  border-bottom: 4px solid #41b1f2;
  zoom: 1;
}


.col-left {
  float: left;
  width: 195px;
  padding: 0 0 1px;
}



.col-right {
  float: right;
  width: 195px;
  padding: 0 0 1px;
}


.col1-layout .col-main {
  float: none;
  width: auto;
}


.col2-left-layout .col-main {
  float: right;
}


.col3-layout .col-main {
  width: 475px;
  margin-left: 17px;
}


.col3-layout .col-wrapper {
  float: left;
  width: 687px;
}


.col3-layout .col-wrapper .col-main {
  float: right;
}

/
.col2-set .col-1 {
  float: left;
  width: 48.5%;
}


.col2-set .col-2 {
  float: right;
  width: 48.5%;
}


.col2-set .col-narrow {
  width: 32%;
}


.col2-set .col-wide {
  width: 65%;
}

.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}


.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../../skin/frontend/ceiger/default/images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}


.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px;
}

.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}


#top-header {width:940px; margin:0 auto; height:145px; position:relative;}


.logo {
  position: absolute;
  /*height: 100px;
  width: 100px;*/
  top: 35px;
  left: 0px;
  display: block; background-image:url(../images/logo.jpg)
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}

#top-header h2{
  
  font: bold 22px Arial, Helvetica, sans-serif;
  color:#FFFFFF;
 
}

header {
	width: 940px;
	height: 130px;
	background-color: #222;
	margin:0 auto;
	position:relative;
}


.search {
  position: absolute;
  top: 104px;
  right: 0;
  z-index: 10;
  padding: 0 6px 0 0;
  background-color: rgba(0, 0, 0, 0.15);
  height: 40px;
  width: 212px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.15);
}


#search_mini_form input {
  display: block;
  border: 0;
  width: 200px;
  height: 30px;
  margin: 5px 0 0 6px;
  letter-spacing: 1px;
  text-indent: 10px;
  color: #888888;
  border-radius: 2px;
}


#nav {
  width: 960px;
  padding: 0 0px;
  font-size: 13px;
}

#top-nav {
	position:absolute;
	right:20px;
	padding-left:20px;
	top:104px;
	width: 940px;
}
#top-nav ul {list-style:none; width:940px; float:left; height:40px; background-color:#00b1eb; repeat-x 0 0; margin:0; padding:0;}
#top-nav ul li {float:left; padding:10px 30px; background-color:#00b1eb; right 7px no-repeat;}
#top-nav ul li.last-menu-item {background-color:#00b1eb;}
#top-nav ul li a {font-size:13px; font-weight:bold; color:#fff; text-decoration:none;}
#top-nav ul li a:hover {color:#dddddc;}

.block-related .product {
  margin-left: 20px;
}

.footer_section {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 10px solid #2c2c2c;
}

.footer_nav_section {
  width: 20%;
  padding: 0 15px;
  float: left;
}

.footer_nav_section li {
  line-height: 10px;
}

.footer_nav_section li a {
  color: #888888;
}

.footer_nav_section li a:hover {
  color: white;
  text-shadow: 0 0 10px #41b1f2;
}

.footer_cap {
  background: #2c2c2c;
  padding: 20px;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  zoom: 1;
  width:940px;
  margin: 0 auto;
  text-align:center;
}


td {
  vertical-align: top;
}

.container {
  width: 940px;
  margin: 0 auto;
}


body {
  background: #222;
}

ul.clean, ul.clean li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cms-home .main {
  color: #fff;
  background: none;
  border-bottom: 0;
}

#home-banner {
  position: relative;
  height: 386px;
  width: 940px;
  overflow: hidden;
  white-space: nowrap;
}



#home-banner .banners .banner:first-child {
  margin: 0;
}

#home-banner .banners h2 {
  margin: 0;
  font-weight: normal;
}

#home-banner .banners .banner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 99, sass/partials/_home.scss */
.main-banner {
  position: relative;
}

/* line 103, sass/partials/_home.scss */


.main-banner nav ul li {
  float: left;
}


.home-links {
  margin: 10px 0 20px 0 !important;
  background-color: #2c2c2c;
  width: 940px;
  height: 20px;
}

.header-bottom {
  margin: 10px 0 20px 0 !important;
  background-color: #2c2c2c;
  width: 940px;
  height: 20px;
}


.home-links li {
  margin: 12px 0 12px 12px !important;
  width: 220px;
  height: 150px;
  background-color: #ccc;
  display: inline-block;
  float: left;
  clear: none !important;
  position: relative;
}


.cms-home .col-left {
  width: 660px;
  border-right: 1px solid #131313;
  box-shadow: 1px 0 0 #2f2f2f;
  /*height:1051px;*/
}

.cms-home .col-right {
  width: 280px;
}

.cms-home article {
  border-bottom: 1px solid #131313;
  box-shadow: 0 1px 0 #2f2f2f;
  padding: 20px 0 20px 20px;
}

.cms-home .col-left article {
  padding: 20px 20px 20px 0;
  width: 660px;
}

.cms-home .col-left article:last-child, .cms-home .col-right article:last-child {
  border-bottom: none;
  box-shadow: none;
}

.cms-home .col-left article:first-child, .cms-home .col-right article:first-child {
  padding-top: 0;
}

.cms-home h2, .cms-home h3, .cms-home h1 {
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-transform: none;
  font-weight:bold;
  margin-bottom: 10px;
}

.pf
{
  font-size: 2em;
  
}

.contact{
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-transform: none;
  font-weight:bold;
  margin-bottom: 10px;
  padding-left:20px;
}

.featured-product{
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-transform: none;
  font-weight:bold;
  margin-bottom: 0px;
  padding-left:0px;
  padding-top:22px;
}

.relative {
  position: relative;
}

.col-right .crash {
  margin-top: 10px;
  font-size: 1em;
  padding-left:20px;
}


.brands .view {
  width: 940px;
  height: 100px;
  overflow: hidden;
}

.latest-slider {
  margin-top: 20px;
  overflow: hidden;
  width: 640px;
}

.gap {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 640px;
  height:1px;
  background-image:url(../images/gap.jpg);
}


.gap1 {
  margin-top: 40px;
}


.products .product {
  width: 200px;
  height: 360px;
  margin-right: -4px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}


.latest-slider .product {
  width: 200px;
  height: 250px;
}


/* line 729, sass/partials/_home.scss */
.products .product .prodLink {
  color: #fff;
  text-decoration:none;
}

/* line 733, sass/partials/_home.scss */
.products .product.first {
  margin-left: 0;
}

/* line 787, sass/partials/_home.scss */
.products .product .price-box {
  margin-bottom: 10px;
}

/* line 797, sass/partials/_home.scss */
.products .product .offer span,
.products-grid .price-box .offer span {
  display: block;
  font-size: 0.588em;
  margin-top: 7px;
  margin-right: 8px;
  text-transform: lowercase;
  font-weight: normal;
  color: #b4e0fa;
}

/* line 813, sass/partials/_home.scss */
.products .product h4 {
  margin: 10px 0;
  height: 1em;
}

/* line 819, sass/partials/_home.scss */
.products .product h4 span {
  display: block;
  white-space: normal;
  text-align:center;
}


/* line 830, sass/partials/_home.scss */
.products .product .price {
  color: #6ED2F2;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
}

/* line 837, sass/partials/_home.scss */
.products .product ul .price {
  display: inline-block;
}

/* line 841, sass/partials/_home.scss */
.products .product .was-price {
  display: inline-block;
  color: #999;
  margin: 2px 0 0 10px;
}

/* line 847, sass/partials/_home.scss */

/* line 867, sass/partials/_home.scss */
.clearfix:after {
  content: '';
  width: 100%;
  display: block;
  clear: both;
}






/* line 816, sass/partials/_inter.scss */



/* line 142, sass/partials/_fixes.scss */
.lt-ie8 .products .product {
  display: block;
  float: left;
}
/* line 147, sass/partials/_fixes.scss */
.lt-ie8 .cms-home .col-left {
  width: 659px;
}
/* line 151, sass/partials/_fixes.scss */
.lt-ie8 .home-links {
  padding-left: 0px;
}
/* line 155, sass/partials/_fixes.scss */
.lt-ie8 .cms-home .col-left article {
  width: 640px;
}
/* line 159, sass/partials/_fixes.scss */
.lt-ie8 .col-right .img a span {
  width: 212px;
}
/* line 163, sass/partials/_fixes.scss */
.lt-ie8 .mini-basket .actions {
  height: 70px;
}
/* line 167, sass/partials/_fixes.scss */
.lt-ie8 #search_mini_form input {
  height: 20px;
}

/* line 181, sass/partials/_fixes.scss */
.lt-ie8 .footer_nav_section {
  width: 157px;
}

.product-link {
  margin-top: 10px;
  font-size: 13px;
  padding-left:20px;
  text-decoration: none;
  line-height:20px;
  }

.product-link a:hover {
  font-size:13px;
  color:#a9a8a8;
  text-decoration:none;
}

.contact-btn { float: left; width: 150px; height: 37px; margin-left: 20px; border: 1px #04b8f3 solid; 0px none; color: #ffffff); cursor: pointer; font: 16px/37px Arial; font-weight:bold; background-color: #00b1eb; text-align: left; text-decoration: none;}
.contact-btn:hover { background-color: #02a5da; }

.contact-btn1 { float: left; width: 120px; height: 37px; margin-left: 0px; border: 1px #04b8f3 solid; 0px none; color: #ffffff); cursor: pointer; font: 13px/37px Arial; font-weight:bold; background-color: #00b1eb; text-align: left; text-decoration: none;}
.contact-btn1:hover { background-color: #02a5da; }


.pagination {

	padding-top: 20px;	
	
}

.pagination a,.pagination span  {
	padding-left:10px;
}

.outer_pagination {

	padding-left:200px;	
	
}

#faded a {
		 color: #222 !important;
}
#faded ul {
		list-style: none;
}


.gray_heading {
	display: block;
	padding-bottom: 20px;
}


.contactus_widget h3 {
	font-size: 1.5em;
}

.product-image.short {
	text-align: center;
	overflow: hidden;
	height: 200px;	
}

.product-image.short img {
	max-height:200px;
	max-width:200px;
	
	}
.boxgrid img {
	max-height:200px;
	max-width:200px;
	}
	
	.readm-more {

	cursor:pointer;		
}

.rssHeader a{
	color:#fff !important;
	font-weight:bold; font-size: 18px !important;
}

.rssFeed a {
	color:#fff !important;
	
}


#ticker2 .odd { background-color: #222 !important  }
#ticker2 .even { background-color: #222 !important; }
.carousel {width:700px; float:left;}
.carousal-before {width:25px; float:left; padding-top:48px;}
.carousal-after {width:25px; float:left; padding-top:32px;}
.carousel ul {width:620px; float:left; padding:14px;}
.carousel ul li {width:100px; float:left; display:inline; margin-right:24px;}
.carousel ul li span {width:100px; float:left; padding-top:8px;}
.carousel ul li span a {font-size:14px; color:#307100; text-decoration:none;}


    .js{overflow:hidden;zoom:1;}
.carousel {
    float: left;
    padding-left: 16px;
    width: 650px;
}

.carousel-wrap{margin:0;border:0;zoom:1; width:750px;margin-bottom:0;zoom:1;}
.js .carousel-wrap{display:inline-block;vertical-align:middle;width:477px;margin:0 25px 15px;}
.IE .js .carousel-wrap{display:inline;}
.carousel ul{margin:0;padding:0;zoom:1;}
.js ul li{overflow:hidden;float: left;padding: 9px;width: 522px;zoom:1;}
.carousel .carousel-control{overflow:hidden;display:inline-block;vertical-align:middle;width:24px;height:66px;cursor:pointer;line-height:999px;zoom:1;border:0;text-indent:-9999px;}
.carousel .carousel-next{background:url(../images/arrow-right.png) 0 0 no-repeat;padding-left:10px;}
.carousel .carousel-previous{background:url(../images/arrow-left.png) 0 0 no-repeat;}
.carousel .carousel-control:hover{-moz-opacity:.7;opacity:0.70;filter:alpha(opacity=70);}
.carousel .disabled,.carousel .disabled:hover{-moz-opacity:.1;opacity:0.10;filter:alpha(opacity=10);cursor:default;}
.carousel div{margin:0;padding:0;border:0;}
.carousel ul{padding:0;list-style:none;}
.carousel ul li{position:relative;width:100px;margin:0;}
.carousel ul li cite{position:absolute;bottom:3px;right:10px;line-height:19px;font-size:11px;}
.carousel ul li cite a img{vertical-align:middle;}
.carousel ul li cite a{color:#fff;text-decoration:none;}
.carousel ul li span {width:100px; float:left; padding-top:8px;}
.carousel ul li span a {font-size:14px; color:#307100; text-decoration:none;}
.companyname
{
    width:800px;
}
.languagecolor
{
    color:#fff;
}
.arrow-position
{
    background-position: -16px -348px !important;
}
#header-right{ float: right;}
#header-left{ float: left;}

.hoverBox{border:2px solid #2F2F2F; position:absolute; background-color:#222222; width:180px; left:100%; top:0px; z-index:9;padding:4px 8px 14px 8px; behavior:url(../PIE.htc); -webkit-box-shadow:#2F2F2F 0 1px 4px -4px; -moz-box-shadow:#2F2F2F 0 1px 4px -4px; box-shadow:#2F2F2F 0px 3px 6px -1px; min-height:30px;}
.submenu {width:100%; float:left; border-bottom:2px dotted #2F2F2F; padding:6px 0;}
.submenu.smlast {border:0; padding-bottom:0;}
.subtitle1 {width:135px; float:left;}
.subtitle1 a {color:#1f65c4; text-decoration:none; font:12px Arial, Helvetica, sans-serif;color:#fff}
.subtitle1 a:hover {text-decoration:underline;}
.subcont {width:305px; float:left; margin-left:20px; display:inline;}
.subcont a {color:#333; text-decoration:none; font:11px Arial, Helvetica, sans-serif; padding:0 2px;color:#fff}
.subcont a:hover {text-decoration:underline;}
#categoryNav a{text-decoration:none;}