
.clear {
	line-height:0;
	font-size:0;
	outline:0;
	height:0;
	clear:both;
}

img {
	border:0;
}
img:hover {
	border:0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.no-list {
	list-style:none;
}

.inner-border {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:1px solid #eeeeee;
	background-color:#ffffff;
	padding:20px;
}

.inner-grey {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:1px solid #d5d5d5;
	background-color:#e5e5e5;
	padding:20px;
}

.inner-light-grey {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:1px solid #e5e5e5;
	background-color:#f5f5f5;
	padding:20px;
}

.img-effect:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.v-divider-left {
	background:url(../images/v-divider.png) repeat-y left top;
}
.v-divider-right {
	background:url(../images/v-divider.png) repeat-y right top;
}


/*.fluid-control {
}
.fluid-control [class*="span"]:nth-of-type(4) {
	margin-left:0px !important;
}
.fluid-control [class*="span"]:nth-of-type(7) {
	margin-left:0px !important;
}
.fluid-control [class*="span"]:nth-of-type(10) {
	margin-left:0px !important;
}
.fluid-control [class*="span"]:nth-of-type(13) {
	margin-left:0px !important;
}
.fluid-control [class*="span"]:nth-of-type(16) {
	margin-left:0px !important;
}
.fluid-control [class*="span"]:nth-of-type(19) {
	margin-left:0px !important;
}
*/

.fluid-control {
}
.fluid-control [class*="span"]:nth-of-type(4) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(8) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(12) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(16) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(20) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(24) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(28) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(32) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(36) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(40) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(44) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(48) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(52) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(56) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(60) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(64) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(68) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(72) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(76) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(80) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(84) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(88) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(92) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(96) { margin-left:0px !important; } .fluid-control [class*="span"]:nth-of-type(100) { margin-left:0px !important; }
.one-third-col {
	width:33.333333%;
	float:left;
}


.one-fifth-col {
	width:17.8723405%;
	float:left;
	margin-left:2.1276595%;
}
.one-fifth-col .inner-col-border {
	padding-left:20px;
	margin-bottom:6px;
	border-bottom:1px solid #9a9b9c;
}

@media (max-width: 767px) {
  .one-fifth-col {
	width:100%;
	float:none;
	margin-left:0;
	margin-bottom:30px;
  }
  .one-fifth-col .inner-col-border {
	padding-left:20px;
	margin-bottom:6px;
	border-bottom:1px solid #9a9b9c;
  }
}


.margin-tb {
	margin:20px auto;
}
.margin-t {
	margin-top:20px;
}
.margin-b {
	margin-bottom:20px;
}
.margin-tb-big {
	margin:40px auto;
}
.margin-t-big {
	margin-top:40px;
}
.margin-b-big {
	margin-bottom:40px;
}


.t-border-box {
	border-top:1px solid #9a9b9c;
	padding:2px 0;
}
.b-border-box {
	border-bottom:1px solid #9a9b9c;
	padding:2px 0;
}
.tb-border-box {
	border-top:1px solid #9a9b9c;
	border-bottom:1px solid #9a9b9c;
	padding:2px 0;
}



.big-dark-link {
	color:#272727;
	font-size:18px;
}
a.big-dark-link:hover, a.big-dark-link:focus {
	text-decoration:underline;
}

.text-grey {
	color:#c4c4c4;
}
a.text-grey:hover, 
a.text-grey:focus {
	color:#f4f4f4;
	text-decoration:none;
}

.text-grey-dark {
	color:#999999;
}
a.text-grey-dark:hover, 
a.text-grey-dark:focus {
	color:#272727;
	text-decoration:none;
}

.text-required {
	color:#FF0033;
}
.text-required:focus, 
.text-required:active, 
.text-required:hover {
	color:#FF0033;
	text-decoration: underline;
}


.sign-in {
	color:#3a3b3c;
	text-decoration:underline;
}
.sign-in:hover, 
.sign-in:focus {
	text-decoration:none;
}


.container {
	/*padding-left:10px;
	padding-right:10px;*/
}


.header-top {
	background-color:#3a3b3c;
	padding:7px 0;
}
.header-top p {
	margin:0;
	padding:0;
	text-align:right;
}

.header-bottom {
	padding:7px 0;
}
.header-bottom p.fis-cmd {
	text-transform:uppercase;
	color:#272727;
	margin:0;
	padding:0;
	text-align:left;
}
.header-bottom p.cart-items {
	color:#272727;
	margin:0;
	padding:0;
	text-align:right;
}


.co-banner {
	background:url(../images/co-banner.jpg) repeat-x center top #ffffff;
	padding:20px 10px 0;
	min-height:88px;
}

.co-banner p {
	margin:0;
	padding:0;
}


.dbl-img-effect {
	text-align:center;
}
.dbl-img-effect > a {
	display:block;
	position:relative;
	cursor:pointer;
	margin:0 auto;
	text-decoration:none;
	outline:0;
	border:0;
}

.dbl-img-effect > a:hover, 
.dbl-img-effect > a:focuz {
	border:0;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 0px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color:none;
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0px rgba(255, 255, 255, 0);
}

.dbl-img-effect > a img {
	width:100%;
	display:block;
	border:0;
	outline:0;
}
.dbl-img-effect > a span{
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.dbl-img-effect > a span img {
	background:#ffffff;
	border:0;
	outline:0;
	width:100%;
}
.dbl-img-effect > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	background:#ffffff;
}

.dbl-img-effect > a:hover img {
	border:0;
	outline:0;
}


/*.free-shipping {
	margin-bottom:0px;
}
.order-online {
	margin-bottom:0px;
}
.send-gift {
	margin-bottom:0px;
}*/

@media (max-width: 979px) {
.co-banner {
	background:url(../images/co-banner2.jpg) repeat-x left top #ffffff;
}
}


.nav-wrapper {
	border-top:1px solid #9a9b9c;
	background:url(../images/icons/dbl-border.png) left bottom repeat-x #ffffff;
	padding:0 0 4px 0;
}


.heading-block {
	border-top:1px solid #9a9b9c;
	background:url(../images/icons/dbl-border.png) left bottom repeat-x #ffffff;
	padding:0 0 4px 10px;
	font-size:18px;
	font-weight:400;
	line-height:40px;
	color:#272727;
	margin:20px 0;
}
.heading-block span {
	color:#999999;
}

.heading-block-inner {
	border-top:1px solid #9a9b9c;
	background:url(../images/icons/dbl-border.png) left bottom repeat-x #ffffff;
	padding:0 0 0 10px;
	font-size:13px;
	font-weight:400;
	color:#999999;
	margin:20px 0;
}
.heading-block-inner span {
	color:#999999;
}


.pro-block {
	margin-bottom:20px;
}
.pro-block h1{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:300;
	line-height:1;
	margin:0;
	padding:0 0 10px;
}
/*.pro-block p{
	margin:0;
	padding:0 0 10px;
	text-align:center;
}*/
.pro-block img{
	margin-bottom:10px;
}
.pro-block a img{
	margin-bottom:3px;
}

.subscribe-box {
  	background-color: #e5e5e5;
  	background-image: -moz-linear-gradient(top, #f1f2f2, #dcddde);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f2f2), to(#dcddde));
  	background-image: -webkit-linear-gradient(top, #f1f2f2, #dcddde);
  	background-image: -o-linear-gradient(top, #f1f2f2, #dcddde);
  	background-image: linear-gradient(to bottom, #f1f2f2, #dcddde);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1f2f2', endColorstr='#ffdcddde', GradientType=0);
	padding:4px 0;
	line-height:38px;
}
.subscribe-box input {
	margin-bottom:0;
	margin-left:10px;
}
.subscribe-box button {
	margin-bottom:0;
	margin-left:10px;
}



.footer-top {
	margin-bottom:6px;
	padding-bottom:10px;
	border-bottom:1px solid #9a9b9c;
}
.footer-top h5 {
	color:#000000;
	font-weight:400;
	margin-bottom:0px;
}
.footer-top li {
	color:#8a8b8c;
	margin-bottom:6px;
}
.footer-top li a {
	color:#8a8b8c;
}


.footer-bottom {
	font-size:11px;
	color:#999999;
	margin-bottom:10px;
}
.footer-bottom a {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding:0 1px;
}

@media (max-width: 767px) {
  .header-top p {
	text-align:center;
  }

  .header-bottom p.fis-cmd {
	text-align:center;
  }
  .header-bottom p.cart-items {
	text-align:center;
  }

  .footer-bottom {
	text-align:center;
  }
}

.container {
	position:relative;
}

.fixed {
	width:940px;
	background:url(../images/icons/dbl-border.png) left bottom repeat-x #f1f1f1;
	position: fixed; 
	top: 0;
	height: 43px; 
	z-index: 100001;
}

/* For Mega Drop Down
========================================*/
.mega-menu-two, .mega-menu-three, .mega-menu-four {
	padding: 10px 0px ! important;
	border-radius: 0;
	margin-top: 0px;
}

.mega-menu-two { width:320px; }
.mega-menu-three { width:480px; }
.mega-menu-four { width:640px; }

.mega-menu-two li, .mega-menu-three li, .mega-menu-four li {
	display: inline-block;
	float: left;
	font-size:12px;
	padding: 3px 0px;
}

li.mega-menu-column {
	margin-right: 10px;
	/*margin-left:10px;*/
	width: 140px;
}

li.mega-menu-column li {
	width:100%;
	padding:0;
}

.mega-menu-two .nav-header, .mega-menu-three .nav-header, .mega-menu-four .nav-header {
	padding: 0 !important;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.mega-menu-two img, .mega-menu-three img, .mega-menu-four img, { padding-bottom: 10px;}


@media (max-width: 979px) {

.mega-menu-two, .mega-menu-three, .mega-menu-four { 
	width:100% !important; 
	display: inline-block;
	border-bottom:1px solid #999; 
}

li.mega-menu-column {
	margin-right:0;
	width: 50% !important;
}

li.mega-menu-column li {
	width:100% !important;
	padding: 0 10px;
}

li.mega-menu-column li a{
	display:block;
}
li.mega-menu-column li a:hover{
	text-decoration:none;
}

}

@media (max-width: 767px) {

li.mega-menu-column {
	margin-right:0;
	width: 100% !important;
}

li.mega-menu-column li {
	width:100% !important;
	padding: 0;
}

}

/* End Mega Drop Down
========================================*/