@import url(http://www.google.com/fonts#UsePlace:use/Collection:Nunito);
@font-face {
	font-family: "angelina";
	src: url('http://fontsforweb.com/public/fonts/4367/angelina.eot');
	src: local("Angelina"), url('http://fontsforweb.com/public/fonts/4367/angelina.woff') format("woff"), url('http://fontsforweb.com/public/fonts/4367/angelina.ttf') format("truetype");
}
@font-face {
  font-family: 'AvenirCondensedHand';
  src: url('../fonts/AvenirCondensedHand.ttf') format('truetype');
}

/*layout starts here*/
.layout {
	margin: 0 auto;
	width: 994px;
}
/*outer_header starts here*/
#outer_header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999; /*border-bottom: 1px solid #f3f3f3;*/
}
#outer_header.indexHead {
	border-bottom: 0 none;
}
/*top_header starts here*/
#top_header {
	float: left;
	width: 100%;
	background: #192535;
}
/*header starts here*/
#header {
	float: left;
	width: 100%;
}
/*ul.top_nav starts here*/
ul.top_nav {
	float: left;
	width: 670px;
	padding: 19px 0 10px 10px;
}
ul.top_nav li {
	float: left;
	padding: 0 18px;
}
ul.top_nav li a {
	float: left;
	font: bold 13px/15px 'Nunito', sans-serif;
	color: #fff;
	border-bottom: 1px solid #192535;
	padding: 0 0 4px;
}
ul.top_nav li a.active, ul.top_nav li a:hover {
	border-bottom: 1px solid #4676e4;
}
/*ul.top_nav ends here*/
.headRight {
	float: right;
	width: 298px;
}
.headRight a.magnify {
	float: left;
	border-left: 1px solid #303a4a;
	width: 53px;
	text-align: center;
	padding: 17px 0;
}
/*head-selector starts here*/
#head-selector {
	float: right;
	position: relative;
	background: #1d2d3d;
	font-size: 13px;
	width: 237px;
	z-index: 100;
}
#head-selector a {
	float: left;
	color: #fff;
	width: 219px;
	padding: 7px 9px;
	text-decoration: none;
	font-weight: bold;
}
#head-selector a:hover {
	background: #233848;
}
#head-selector img {
	float: left;
	border: 1px solid transparent;
	border-radius: 18px;
	-moz-border-radius: 18px;
}
#head-selector span {
	float: left;
	margin: 12px 0 0 16px;
}
#head-selector span.arrow {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 50px;
	margin: 0;
	float: none;
	background: url("../images/down-arrow.png") no-repeat center center #233848;
}
#head-selector ul {
	float: left;
	width: 237px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
}
#head-selector ul li {
	list-style: none;
	float: left;
	width: 100%;
}
#head-selector ul li a {
	color: #000000;
}
#head-selector ul li a:hover {
	color: #FFFFFF;
	background: #375ef1;
}
#head-selector ul li img {
	border-color: #b5b5b5;
}
#head-selector ul li a:hover img, #head-selector ul li a:focus img {
	border-color: #FFFFFF;
}
/*head-selector ends here*/
/*header ends here*/
/*top_header ends here*/
/*headerBottom starts here*/
#headerBottom {
	float: left;
	width: 994px;
	position: relative;
}
/*a.logo starts here*/
a.logo {
	float: left;
	margin: 21px 0 0 25px;
}
/*a.logo ends here*/
/*ul.bot_nav starts here*/
ul.bot_nav {
	float: left;
	width: 792px;
	margin: 0 0 0 49px;
	border-left: 1px solid #f3f3f3;
}
ul.bot_nav li {
	float: left;
	border-right: 1px solid #f3f3f3;
	text-align: center;
	width: 197px;
}
ul.bot_nav li a {
	display: block;
	font: bold 18px/21px Arial, sans-serif;
	color: #000;
	background: url(../images/down-arrow-blue.png) no-repeat center 69px;
	padding: 38px 0 37px;
}
ul.bot_nav li a.no-back {
	background: none;
}
ul.bot_nav li:hover a.no-back {
	background: none;
}
ul.bot_nav.applicator li {
	width: 131px;
}
ul.bot_nav.applicator li a {
	font: bold 14px/16px Arial, sans-serif;
	background: none;
	min-height: 20px;
}
ul.bot_nav.applicator li.padd a {
	padding: 30px 0 33px;
}
ul.bot_nav.applicator li:hover a {
	background: none;
}
/*.sub_nav starts here*/
ul.bot_nav li .sub_nav {
	position: absolute;
	display: none;
	text-align: left;
	width: 994px;
	z-index: 2001;
	background: #fff;
	border-top: 4px solid #b7091d;
	left: 0;
	top: 96px;
}
ul.bot_nav li .sub_nav .imageSec {
	float: left;
	width: 400px;
	background: #f3f3f3;
	text-align: left;
}
ul.bot_nav li .sub_nav .imageSec span {
	float: left;
}
ul.bot_nav li .sub_nav .imageSec h3 {
	font: 18px/21px 'Open Sans', sans-serif;
	color: #000;
	padding: 16px 0 8px 20px;
	display: inline-block;
}
ul.bot_nav li .sub_nav .imageSec a {
	font: 14px/16px 'Open Sans', sans-serif;
	color: #444;
	padding: 0;
	margin: 0 0 19px 20px;
}
ul.bot_nav li .sub_nav .imageSec a:hover {
	text-decoration: underline;
}
/*.sub_nav sub_right section starts here*/
ul.bot_nav li .sub_nav .sub_right {
	float: left; /*width: 567px;*/
	padding: 27px 0 0 26px;
}
ul.bot_nav li .sub_nav .sub_right h3 {
	font: bold 16px/21px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 5px;
	text-align: left;
}
ul.bot_nav li .sub_nav .sub_right .subCol {
	float: left;
	width: 234px !important;
}
ul.bot_nav li .sub_nav .sub_right .subCol ul {
	float: left;
	width: 100%;
	padding: 0;
}
ul.bot_nav li .sub_nav .sub_right .subCol li {
	float: left;
	width: 100%;
	padding: 0 0 8px 0;
	border: 0;
	background: none;
}
ul.bot_nav li .sub_nav .sub_right .subCol li a {
	float: left;
	width: auto;
	padding: 0;
}
ul.bot_nav li .sub_nav .sub_right .subCol li a:hover {
	text-decoration: underline;
	background: none;
}
/*sub_nav sub_right section ends here*/
ul.bot_nav li .sub_nav li a {
	float: left;
	font: 14px/16px Arial, sans-serif;
	color: #1182b2;
}
ul.bot_nav li:hover {
	background: #e81931;
}
ul.bot_nav li:hover a {
	color: #fff;
	background: url(../images/down-arrow-white.png) no-repeat center 69px;
}
ul.bot_nav li:hover .sub_nav {
	display: block;
}
/*ul.bot_nav li.active .sub_nav{display: block;}*/
/*sub_nav sub_right 3rd coloumn section starts here*/
ul.bot_nav li .sub_nav.drop3 .imageSec {
	float: left;
	width: 231px;
}
ul.bot_nav li .sub_nav.drop3 .sub_right {
	float: left;
	width: 735px;
	padding: 27px 0 0 27px;
}
ul.bot_nav li .sub_nav.drop3 .subCol {
	width: 244px;
}
/*sub_nav sub_right 3rd coloumn section ends here*/
ul.bot_nav li a.project {
	padding: 20px 0 37px;
}
ul.bot_nav li a.project small {
	display: block;
	font: 12px/14px Arial, sans-serif;
	text-align: center;
	padding: 0 0 4px 0;
}
/*sub_nav ends here*/
/*ul.bot_nav ends here*/
/*headerBottom ends here*/
/*outer_header ends here*/
/*outer_banner starts here*/
#outer_banner {
	float: left;
	width: 100%;
	background: url(../images/banner_bg.gif) repeat 0 0;
	position: relative;
}
#outer_banner.index {
	background: none;
}
#outer_banner .grey_left {
	position: absolute;
	background: #faf6eb;
	left: 0;
	top: 0;
	z-index: -1;
	height: 502px;
	width: 35%;
}
.bannerBrown {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	background: #808080;
	width: 40%;
	z-index: -9;
}
.applicator_left {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	background: url(../images/applicator_bg.gif) repeat-x 0 0;
	width: 37%;
	z-index: -9;
}
.applicatorImg {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	background: url(../images/index_applicator_banner.png) no-repeat center 0;
	height: 400px;
}
.specifierImg {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	background: url(../images/index_specifier_banner.jpg) no-repeat center 0;
	height: 400px;
}
/*banner starts here*/
.banner {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.bannerIndexImg {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	background: url(../images/banner_index.jpg) no-repeat center 0;
	height: 502px;
}
.banner .bannerImg {
	display: inline-block;
	vertical-align: top;
}
#outer_banner.index .bannerImg {
	padding: 0;
}
/*banner ends here*/
.banner_search {
	float: left;
	width: 100%;
	position: relative;
}
.searchSec {
	position: absolute;
	width: 435px;
	left: 77px;
	top: -200px;
	text-align: left;
}
.searchSec.applicator {
	left: 65px;
	top: -165px;
	z-index: 100;
}
.searchSec.specifier {
	left: 65px;
	top: -165px;
	z-index: 100;
}
.searchSec h1 {
	color: #fff;
	font: 60px/68px 'HelveticaNueueLight', helvetica, Arial, sans-serif;
}
.searchSec.applicator a.range {
	font: bold 20px/18px 'Open Sans', sans-serif;
	color: #fff;
}
.searchSec a.range {
	float: left;
	font: 16px/18px 'Open Sans', sans-serif;
	color: #9a9215;
	background: url(../images/arrow_banner.png) no-repeat right center;
	padding: 0 4% 0 0;
}
.searchSec a.range:hover {
	text-decoration: underline;
}
.searchSec h3 {
	float: left;
	width: 100%;
	font: bold 21px/24px 'Open Sans', sans-serif;
	color: #fff;
	padding: 34px 0 14px;
}
.searchSec.applicator h3 {
	color: #fff;
}
.searchSec.specifier h3 {
	color: #fff;
}
.searchBg {
	float: left;
	width: 330px;
	padding: 0 0 0 16px;
	position: relative;
	background-image: url(../images/search_bg.png);
	background-position: 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.searchBg input {
	float: left;
	background: none;
	border: 0;
	padding: 15px 0;
	margin: 0 0 0 5px;
	font: 18px/28px 'Open Sans', sans-serif;
	color: #b8b8b8;
	width: 285px;
	height: 28px;
}
.searchBg input.sub {
	float: left;
	background: none;
	border: 0;
	width: 38px;
	height: 56px;
	cursor: pointer;
	padding: 0;
	width: 34px;
	margin: 0;
}
.searchSuggest {
	position: absolute;
	display: none;
	width: 100%;
	background: #fff;
	left: 0;
	top: 56px;
	width: 412px;
	border: 1px solid #d7d7d7;
	padding: 16px 0 25px 21px;
}
.searchSuggest h4 {
	font: 12px/14px Arial, sans-serif;
	color: #000;
}
ul.suggestList {
	display: block;
	padding: 6px 0 22px;
}
ul.suggestList li {
	display: block;
	padding: 0 0 6px;
}
ul.suggestList li a {
	display: inline-block;
	font: 14px/16px Arial, sans-serif;
	color: #1182b2;
}
ul.suggestList li a:hover {
	text-decoration: underline;
}
.searchSuggest a.view {
	text-transform: none;
}
/*prev/next buttons os banner*/
.banner .prev {
	background: url("../images/prev_arrow.png") no-repeat scroll 0 0 transparent;
	height: 45px;
	left: 0;
	position: absolute;
	top: -219px;
	width: 45px;
	z-index: 100;
}
.banner .next {
	background: url("../images/next_arrow.png") no-repeat scroll 0 0 transparent;
	height: 45px;
	position: absolute;
	right: 0;
	top: -219px;
	width: 45px;
	z-index: 100;
}
/*outer_banner ends here*/
/*bannerBottom starts here*/
.bannerBottom {
	float: left;
	width: 100%;
}
/*innerBannerBot starts here*/
/*index_of_applicator page css starts*/
ul#category {
	margin: 30px 42px 0;
	width: 900px;
}
ul#category li {
	float: left;
	width: 300px;
	padding: 0!important;
	border: none;
	margin: 30px 0 0;
}
ul#category li.last {
	clear: right;
}
ul#category .categoryImg {
	display: block;
}
ul#category .text {
	float: left;
	width: 299px;
	height: 52px;
	background: #fff;
	border: 1px solid #ccc;
	border-width: 1px 0 1px 1px;
	padding: 3px 0 0;
}
ul#category .last .text {
	border-right: 1px solid #ccc;
	width: 298;
}
ul#category h5 {
	display: inline-block;
	margin: 6px auto 0;
	color: #1182b2;
	font: bold 13px/16px 'Open Sans', sans-serif;
}
ul#category h5 a {
	color: #1182b2;
	display: inline;
	vertical-align: super;
	float: left;
	margin: 11px 0 0 8px;
}
ul#category h5 img {
	display: inline;
	vertical-align: bottom;
	margin: 4px 0 0 0;
	float: left;
}
ul#category h5 a:hover {
	text-decoration: underline;
}
.applicatorSec .imgSec {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 70px 0 0 0;
}
.applicatorSec .innerBannerBot {
	width: 984px;
	margin: 0 0 0 10px;
	padding: 31px 0 0 0;
}
.innerBannerBot {
	float: left;
	width: 100%;
	text-align: center;
	padding: 42px 0 35px 0;
}
.innerBannerBot ul {
	float: left;
	width: 100%; /* width: 667px; */
}
.applicatorSec .innerBannerBot ul {
	width: 100%;
}
.innerBannerBot li {
	float: left;
	border-right: 1px solid #ebebeb;
	padding: 10px 5px 8px 7px;
	width: 314px;
}
.applicatorSec .innerBannerBot ul li {
	padding: 0 10px 22px;
	width: 298px;
}
.innerBannerBot li.sec {
	padding: 9px 19px;
	width: 295px;
}
.innerBannerBot li.last {
	border: 0;
	padding-right: 0;
	padding-left: 0.9%;
}
.innerBannerBot li a.img {
	display: inline-block;
	vertical-align: top;
}
.innerBannerBot li h3 {
	font: bold 21px/23px Helvetica, sans-serif;
	color: #000;
	padding: 8px 0 26px;
}
.innerBannerBot li h3 img, .innerBannerBot li h3 span {
	display: inline-block;
	vertical-align: middle;
}
.applicatorSec .innerBannerBot li h3 {
	line-height: 57px;
	padding-bottom: 0;
}
.innerBannerBot li p {
	font: 14px/22px Arial, sans-serif;
	color: #444;
	padding: 0 0 20px;
}
.applicatorSec .innerBannerBot li p {
	padding-bottom: 6px;
}
.innerBannerBot li input {
	float: left;
	width: 204px;
	height: 38px;
	padding: 0 5px;
	margin: 6px 0 0 7%;
	border: 1px solid #dbdbdb;
	border-right: 0;
	font: 14px/22px Arial, sans-serif;
	color: #666666;
}
.innerBannerBot li input.sub {
	float: left;
	width: 49px;
	height: 40px;
	padding: 0;
	border: 0 none;
	margin-left: 0;
	background: #0b4b95;
	font: 14px/16px Arial, sans-serif;
	color: #fff;
}
/*innerBannerBot ends here*/
/*bannerBottom ends here*/
/*store starts here*/
.store {
	float: left;
	width: 290px;
	margin: 0 0 0 14px;
}
.applicatorSec .store {
	margin: 12px 0 0 14px;
	width: 270px;
}
.store a.img {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}
.store h3 {
	font: bold 21px/23px Helvetica, sans-serif;
	color: #000;
	padding: 8px 0 23px;
}
/*store input starts here*/
.store input {
	float: left;
	width: 194px;
	height: 38px;
	padding: 0 5px 0 15px;
	margin: 6px 0 0 20px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	font: 14px/38px Arial, sans-serif;
	color: #666666;
}
.applicatorSec .store input {
	width: 194px;
	margin: 0 0 0 5px;
	padding-left: 15px;
}
.store input.sub {
	float: left;
	width: 49px;
	height: 40px;
	padding: 0;
	border: 0 none;
	margin-left: 0;
	background: #232323;
	font: 14px/16px Arial, sans-serif;
	color: #fff;
	cursor: pointer;
}
/*store input ends here*/
/*store ends here*/
/*colorIdeasSlider starts here*/
.colorIdeasSlider {
	float: left;
	width: 100%;
}
/*colorIdeasSlider belt starts here*/
.colorIdeasSlider .belt {
	float: left;
	width: 100%;
}
/*colorIdeasSlider panel starts here*/
.colorIdeasSlider .panel {
	float: left;
	width: 100%;
}
.colorIdeasSlider .panel .layout {
	position: relative;
	height: 0;
}
.colorIdeasSlider ul.slides li {
	width: 100%;
	height: 594px;
	background: none no-repeat center center transparent;
	min-width: 994px;
}
.colorIdeasSlider .innerSlider {
	position: absolute;
	top: 0;
	left: 0;
	width: 994px;
	height: 594px;
	z-index: 999;
}
.colorIdeasSlider .s_left_sec {
	float: left;
	width: 302px;
	padding: 56px 0 0 9px;
	position: relative;
	z-index: 999;
}
.colorIdeasSlider small.left_img {
	left: 42px;
	position: absolute;
	top: 306px;
}
.colorIdeasSlider .panel.red small.left_img {
	top: 273px;
}
.colorIdeasSlider .panel.green small.left_img {
	top: 265px;
	left: 58px;
}
.colorIdeasSlider .panel.yellow small.left_img {
	top: 327px;
}
/*colorIdeasSlider left/right arrows*/
.colorIdeasSlider .prev {
	position: absolute;
	left: 0;
	top: 273px;
	width: 45px;
	height: 45px;
	background: url(../images/prev_arrow.png) no-repeat 0 0;
	z-index: 1;
}
.colorIdeasSlider .next {
	position: absolute;
	right: 0;
	top: 273px;
	width: 45px;
	height: 45px;
	background: url(../images/next_arrow.png) no-repeat 0 0;
	z-index: 1;
}
/*colorIdeasSlider text_sec starts here*/
.colorIdeasSlider .text_sec {
	float: left;
	width: 100%;
}
.colorIdeasSlider .text_sec h3 {
	font: bold 21px/23px Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0 0 19px;
}
.colorIdeasSlider .panel.yellow .text_sec h3 {
	color: #000;
}
.colorIdeasSlider .text_sec p {
	font: 14px/20px Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0 0 12px 0;
}
.colorIdeasSlider .panel.yellow .text_sec p {
	color: #575600;
}
.colorIdeasSlider .text_sec a.idea {
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	color: #feffa4;
	text-transform: uppercase;
	padding: 0 14px 0 0;
	background: url(../images/arrow_yellow.png) no-repeat right center;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0;
}
.colorIdeasSlider .text_sec a.idea:hover {
	text-decoration: underline;
}
.colorIdeasSlider .panel.yellow .text_sec a.idea {
	color: #000;
	background-image: url(../images/arrow_black.png);
}
/*colorIdeasSlider text_sec ends here*/
/*colorIdeasSlider right_top starts here*/
.colorIdeasSlider .right_top {
	position: absolute;
	right: -47px;
	top: 29px;
}
.colorIdeasSlider .right_top.red {
	right: -6px;
	top: 20px;
}
.colorIdeasSlider .right_top.green {
	right: 17px;
	top: 38px;
}
.colorIdeasSlider .right_top.yellow {
	right: -16px;
	top: 20px;
}
/*small img on red banner*/
.smallImg {
	position: absolute;
	top: -86px;
	right: 45px;
	width: auto;
}
.panel.green .smallImg {
	top: -46px;
	right: 227px;
}
.panel.yellow .smallImg {
	top: -170px;
	right: 110px;
}
/*colorIdeasSlider sliderText starts here*/
.colorIdeasSlider .sliderText {
	float: left;
	width: 357px;
	position: absolute;
	left: 5px;
	top: 178px;
}
.colorIdeasSlider .sliderText h4 {
	font: italic 70px/74px 'Baskerville', Arial, sans-serif;
	color: #fff;
	padding: 0 0 0 10px;
}
.colorIdeasSlider .panel.red .sliderText h4 {
	font: 82px/84px 'Bebas', Arial, sans-serif;
	text-transform: uppercase;
}
.colorIdeasSlider .panel.red .sliderText h4 img {
	float: left;
	margin: -12px 0 35px;
	position: relative;
}
.colorIdeasSlider .panel.green .sliderText h4 {
	font: italic 90px/92px 'EdwardianScriptITC', Arial, sans-serif;
}
.colorIdeasSlider .panel.green .sliderText h4 img {
	float: left;
	margin: 11px 0 43px;
}
.colorIdeasSlider .panel.yellow .sliderText h4 {
	font: italic 95px/96px 'CareFree', Arial, sans-serif;
	color: #000;
}
.colorIdeasSlider .panel.yellow .sliderText h4 img {
	float: left;
	margin: -16px 0 43px 7px;
	position: relative;
}
.colorIdeasSlider .sliderText h5 {
	font: 92px/94px 'Open Sans', sans-serif;
	color: #fff;
	padding: 0 0 21px 10px;
}
.colorIdeasSlider .panel.red .sliderText h5 {
	font: 92px/94px 'Rockwell', helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.colorIdeasSlider .panel.green .sliderText h5 {
	font: 115px/116px 'BebasNeue', helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.colorIdeasSlider .panel.yellow .sliderText h5 {
	font: 83px/84px 'Bebas', helvetica, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
}
/*colorIdeasSlider sliderText ends here*/
/*blue_btn starts here*/
.blue_btn {
	display: inline-block;
	vertical-align: top;
	width: 355px;
	border: 1px solid #114785;
	background: #155fb3;
}
.blue_btn.login {
	width: 117px;
}
.blue_btn small {
	float: left;
	background: #0a4b94;
	padding: 9px 12px;
}
.blue_btn span {
	float: left;
	font: 16px/18px 'Open Sans', sans-serif;
	color: #fff;
	padding: 11px 0 0 15px;
}
.blue_btn span strong {
	font: bold 16px/18px 'Open Sans', sans-serif;
	color: #fff;
}
/*blue_btn ends here*/
/*colorIdeasSlider right_top ends here*/
/*colorIdeasSlider text_sec bottom starts here*/
.colorIdeasSlider .text_sec.bot {
	width: 265px;
	position: absolute;
	bottom: 20px;
	right: 4px;
	z-index: 99;
}
.colorIdeasSlider .panel.red .text_sec.bot {
	margin-top: 46px;
}
.colorIdeasSlider .panel.green .text_sec.bot {
	margin-top: 55px;
}
.colorIdeasSlider .panel.yellow .text_sec.bot {
	margin-top: 70px;
}
.colorIdeasSlider .text_sec.bot span {
	float: left;
	padding: 0 19px 0 0;
}
.colorIdeasSlider .text_sec.bot h3 {
	font: bold 16px/18px Helvetica, Arial, sans-serif;
	padding: 0 0 5px;
}
.colorIdeasSlider .panel.red .text_sec.bot h3 {
	padding: 8px 0 4px;
}
.colorIdeasSlider .panel.green .text_sec.bot h3, .colorIdeasSlider .panel.yellow .text_sec.bot h3 {
	padding: 9px 0 4px;
}
.colorIdeasSlider .text_sec.bot p {
	font: 13px/18px Helvetica, Arial, sans-serif;
	padding: 0 0 7px;
}
.colorIdeasSlider .text_sec.bot a {
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	margin: 0;
}
.colorIdeasSlider .text_sec.bot a:hover {
	text-decoration: underline;
}
/*strawberry img*/
.strawberry {
	position: absolute;
	top: -101px;
	right: -13px;
	width: 87px;
	height: 117px;
	background: url(../images/strawberry.png) no-repeat 0 0;
}
/*colorIdeasSlider text_sec bottom ends here*/
/*colorIdeasSlider panel starts here*/
/*colorIdeasSlider belt ends here*/
/*colorIdeasSlider ends here*/
/*like starts here*/
.like {
	float: left;
	width: 978px;
	padding: 16px 0 9px 7px;
	border-bottom: 1px solid #f3f3f3;
}
.like span {
	float: left;
	font: 13px/15px Arial, sans-serif;
	color: #432626;
}
.like a {
	float: left;
	margin: 0 0 0 12px;
	display: inline;
}
.like a:hover {
	text-decoration: underline;
}
/*like ends here*/
/**pagination start here*/
/*.pagination{width: 120px; float: left; margin: 0px 0 0 161px; position: absolute; bottom: -28px; left: 317px;}*/

.pager {
	margin: 20px 0;
}
.pager a {
	border: SOLID 1px #efefef;
	border-radius: 3px;
	padding: 5px 10px;
	margin: 10px 10px 10px 0;
	text-decoration: none;
	text-align: center;
}
.pager a:hover, .pager a.cycle-pager-active {
	text-decoration: none!important;
	font-weight: bold;
	background: #efefef;
}
.pagination li {
	float: left;
}
.pagination li a {
	width: 18px;
	height: 18px;
	background: url(../images/pagination-bg.png) no-repeat center center;
	display: block;
	margin: 0 0 0 8px;
}
.pagination li a:hover {
	background: url(../images/pagination-bg_hover.png) no-repeat center center;
}
.pagination li.active a {
	background: url(../images/pagination-bg_hover.png) no-repeat center center;
}
/*bottomSec starts here*/
.bottomSec {
	float: left;
	width: 100%;
	padding: 37px 0 16px;
}
/*bottomSec col starts here*/
.bottomSec .col {
	float: left;
	width: 480px;
	display: inline;
}
.bottomSec .col h4 {
	font: bold 21px/23px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 13px;
}
.bottomSec .col h5 {
	font: bold 16px/20px Arial, sans-serif;
	color: #000;
	padding: 8px 0;
}
.bottomSec .col.right {
	float: right;
}
/*bottomSec image starts here*/
.bottomSec .image {
	float: left;
	margin: 25px 0 0;
}
.bottomSec .image.mar {
	margin: 9px 0 0;
}
/*bottomSec image ends here*/
/*bottomSec textSec starts here*/
.bottomSec .textSec {
	float: left;
	padding: 0 0 0 14px;
	width: 295px;
}
.bottomSec .textSec p {
	font: 14px/22px Helvetica, Arial, sans-serif;
	color: #444;
	padding: 0 0 19px;
}
.bottomSec .textSec small {
	display: block;
	padding: 0 0 30px;
}
.bottomSec .textSec a {
	float: left;
	font: bold 12px/14px Arial, sans-serif;
	color: #1182b2;
	background: url("../images/arrow_circle.png") no-repeat right center;
	letter-spacing: 1px;
	word-spacing: -2px;
	padding-right: 14px;
}
.bottomSec .textSec a:hover {
	color: #0576eb;
	background: url(../images/arrow_circle_hover.png) no-repeat right center;
}
/*bottomSec textSec ends here*/
.blue_btn.login {
	width: 117px;
}
.blue_btn {
	background: #155FB3;
	border: 1px solid #114785;
	display: inline-block;
	vertical-align: top;
	width: 355px;
}
.blue_btn span {
	color: #FFFFFF;
	float: left;
	font: 16px/18px 'Open Sans', sans-serif;
	padding: 9px 0 0 15px;
}
.blue_btn small {
	background: #0A4B94;
	float: left;
	padding: 9px 12px;
}
/*bottomSec col ends here*/
/*bottomSec ends here*/
/*outer_footer starts here*/
#outer_footer {
	float: left;
	width: 100%;
	margin: 54px 0 0;
}
#outer_footer.mar01 {
	margin: 15px 0 0 0;
}
/*outer_main_footer starts here*/
#outer_main_footer {
	float: left;
	width: 100%;
	background: #f4f4f4;
}
/*top footer starts here*/
.topFooter {
	float: left;
	border-top: 1px solid #e1e1e1;
	width: 994px;
}
/*top footer top inner starts here*/
.topFooter .topInner {
	float: left;
	width: 413px;
	margin: 0 0 0 10px;
	display: inline;
}
.topFooter .topInner.right {
	float: right;
	width: 442px;
	margin: 0;
}
.topFooter .topInner small {
	float: left;
	margin: -22px 0 0 0;
	position: relative;
}
.topFooter .topInner a {
	float: left;
	font: bold 12px/14px Arial, sans-serif;
	color: #1182b2;
	padding: 15px 0 0 8px;
}
.topFooter .topInner a:hover {
	text-decoration: underline;
}
.topFooter .topInner.right a {
	padding: 15px 0 0 29px;
}
/*top footer top inner ends here*/
/*top footer ends here*/
/*footer mid starts here*/
.footerMid {
	float: left;
	width: 100%;
	background: #192435;
	position: relative;
}
.latest-work {
	width: 620px;
	float: left;
	padding-top: 6px;
}
.latest-work img {
	float: left;
	margin: 0 18px 0 0;
}
.latest-work p {
	float: left;
	font: bold 14px/18px Arial, sans-serif;
	color: #fff;
	padding-top: 17px;
}
/*footer mid coloumn starts here*/
.footerMid .col {
	float: left;
	background: url(../images/foot_col_bg.png) no-repeat right center;
	width: 140px;
	padding: 17px 0 0 6px;
	display: inline;
	min-height: 48px;
}
.scarpbook {
	float: left;
}
.scarpbook h3 {
	font: bold 13px/15px Arial, sans-serif;
	color: #fff;
}
.scarpbook ul {
	float: left;
	width: auto;
	padding: 5px 0 0;
}
.scarpbook li {
	float: left;
	width: auto;
	background: url(../images/scrap_sep.png) no-repeat left center;
	padding: 0 8px;
}
.scarpbook li.first {
	background: none;
	padding-left: 0;
}
.footerMid .scarpbook li a {
	float: left;
	font: 11px/13px Arial, sans-serif;
	color: #73b5ff;
	margin: 0;
}
.footerMid .col.color {
	padding-left: 14px;
	width: 151px;
}
.footerMid .col.no-bg {
	background: none;
}
.footerMid .col a {
	float: left;
	font: bold 14px/16px Arial, sans-serif;
	color: #fff;
	margin: 7px 0 0 14px;
}
.footerMid .col a:hover {
	text-decoration: underline;
}
.footerMid .col small {
	float: left;
	background: #ff0000;
	font: bold 10px/14px Arial, sans-serif;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 3px;
}
.footerMid .col.active {
	background: #fff;
}
.footerMid .col.active a {
	color: #192435;
}
.footerMid .col.sec {
	padding-left: 16px;
	width: 156px;
}
.footerMid .col.last {
	padding-left: 17px;
	width: 120px;
	background: none;
}
.footerMid .col.request {
	padding-left: 6px!important;
	width: 140px!important;
	background: none;
}
/*footer mid coloumn ends here*/
/*footer mid ends here*/
/*signup starts here*/
.signup {
	float: left;
	background: url(../images/signup_bg.png) no-repeat 0 0;
	padding: 11px 0 0 11px;
	width: 362px;
}
.signup span {
	float: left;
	font: 11px/16px Arial, sans-serif;
	color: #fff;
	padding: 6px 20px 15px 7px;
}
/*signup form_sec starts here*/
.signup .form_sec {
	float: left;
	width: auto;
	padding: 4px 0 0;
}
.signup .form_sec input {
	float: left;
	width: 127px;
	height: 34px;
	border: 0;
	background: #fff;
	padding: 0 5px 0 11px;
	font: 13px/34px Arial, sans-serif;
	color: #444;
}
.signup .form_sec input.sub {
	background: #0a4b94;
	font: 11px/34px 'Open Sans', sans-serif;
	cursor: pointer;
	color: #fff;
	width: 47px;
	padding: 0 5px
}
/*signup form_sec ends here*/
/*signup ends here*/
/*footer starts here*/
#footer {
	float: left;
	width: 990px;
	padding: 36px 0 12px 4px;
}
/*footer col starts here*/
.footer-left {
	width: 504px;
	float: left;
}
.list-block {
	width: 504px;
	float: left;
}
#footer .col {
	float: left;
	margin: 0 16px 0 0;
	width: 152px;
}
#footer .block {
	float: left;
	width: 100%;
	padding: 10px 0 9px;
}
#footer .block p {
	font: 21px/28px 'HelveticaNueueLight', Arial, sans-serif;
	color: #000;
	padding: 7px 0 0;
}
#footer h3 {
	font: bold 14px/16px Arial, sans-serif;
	color: #444;
}
#footer ul {
	display: block;
	padding: 14px 0 0;
}
#footer li {
	display: block;
	padding-bottom: 7px;
}
#footer a {
	display: inline;
	font: 13px/15px Arial, sans-serif;
	color: #888;
}
#footer a:hover {
	text-decoration: underline;
}
/*footer col ends here*/
/*footer col payment starts here*/
#footer .col.payment {
	margin: 0 0 0 30px;
}
/*footer find starts here*/
#footer .find {
	float: left;
	width: 211px;
	margin-right: 13px;
}
#footer .find .row {
	float: left;
	width: 100%;
	padding: 12px 0 0;
}
#footer .find input {
	float: left;
	width: 145px;
	height: 34px;
	padding: 0 5px 0 12px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	font: 12px/34px Arial, sans-serif;
	color: #444;
}
#footer .find input.sub {
	float: left;
	width: 44px;
	height: 36px;
	padding: 0 0 0 6px;
	cursor: pointer;
	text-transform: none;
	padding: 0;
	border: 0 none;
	background: #0b4b95;
	font: 11px/12px Arial, sans-serif;
	color: #fff;
}
#footer .find .block {
	padding: 10px 0 13px;
}
#footer .find .block .aus-flag {
	margin-bottom: 20px;
}
/*footer find ends here*/
/*footer col payment ends here*/
#footer .block.card {
	padding: 8px 0 17px;
}
#footer .block.card a {
	display: inline-block;
	margin: 14px 10px 0 0;
}
#footer .block.card a:hover {
	text-decoration: underline;
}
#footer ul.social {
	float: left;
	width: 100%;
	padding: 18px 0 0;
}
#footer ul.social li {
	float: left;
	width: 100%;
	padding: 0 0 14px;
}
#footer ul.social li small {
	float: left;
	padding: 0 11px 0 2px;
}
#footer ul.social li span {
	float: left;
	font: 13px/15px Arial, sans-serif;
	color: #000;
	padding: 10px 0 0;
}
#footer ul.social a:hover span {
	text-decoration: underline;
}
p.copyright {
	float: left;
	width: 984px;
	background: url(../images/copy_top.gif) repeat-x 0 0;
	font: 12px/15px Arial, sans-serif;
	color: #010101;
	padding: 19px 0 34px 10px;
}
p.copyright a {
	color: #010101;
}
/*footer ends here*/
/*outer_main_footer ends here*/
/*outer_footer ends here*/
/*****************************************************************/
/*GET Inspired page starts here*/
/*page starts here*/
#page {
	float: left;
	width: 100%;
	position: relative;
}
/*left section starts here*/
.left_sec {
	float: left;
	margin: 0;
}
.left_sec.inspire {
	margin: -341px 0 0 7px;
}
.left_top {
	float: left;
	width: 100%;
}
.left_top h3 {
	font: 18px/22px 'Open Sans', sans-serif;
	color: #fff;
	background: #192435;
	padding: 13px 0 17px 16px;
}
/*leftnav section starts here*/
ul.leftNav {
	float: left;
	width: 194px;
	background: #fcfcfc;
	border-left: 1px solid #E5E6E8;
	border-right: 1px solid #E5E6E8;
}
ul.leftNav li {
	border-bottom: 1px solid #e5e6e8;
}
ul.leftNav li a {
	display: block;
	font: 13px/15px Arial, sans-serif;
	color: #192435;
	background: url(../images/arrow_left_nav.png) no-repeat 176px center;
	padding: 17px 0 18px 14px;
}
ul.leftNav li a:hover {
	text-decoration: underline;
}
/*leftnav section ends here*/
/*.left_sec section starts here*/
.left_sec .range {
	float: left;
	margin: 12px 0 0;
}
/*.left_sec store starts here*/
.left_sec .store {
	margin: 31px 0 0 4px;
	width: 194px;
}
.left_sec .store h3 {
	color: #0a4b94;
	word-spacing: -1px;
	font-size: 19px;
	padding: 10px 0 11px;
}
.left_sec .store input {
	width: 175px;
	margin-left: 0;
}
.left_sec .store input.sub {
	width: 49px;
}
/*.left_sec store ends here*/
/*.left_sec section ends here*/
/*left section ends here*/
/*mainContent starts here*/
.mainContent {
	float: left;
	width: 765px;
	margin: 27px 0 0 26px;
}
/*breadcrumb starts here*/
.breadcrumb {
	float: left;
	width: 100%;
	padding: 0 0 28px;
}
.breadcrumb li {
	float: left;
	font: bold 12px/14px 'Nunito', sans-serif;
	color: #1182b2;
	padding-right: 4px;
}
.breadcrumb li.first a {
	padding-left: 0;
}
.breadcrumb li.last a {
	background: none;
}
.breadcrumb li a {
	float: left;
	font: bold 12px/14px Arial, sans-serif;
	color: #1182b2;
	background: url(../images/breadcrumb_arrow.png) no-repeat right center;
	padding: 0 10px 0 0;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*breadcrumb ends here*/
/*inspired starts here*/
ul.inspired {
	float: left;
	width: 804px;
}
ul.inspired li {
	float: left;
	width: 236px;
	margin: 0 24px 0 0;
	display: inline;
	padding: 0 0 50px;
}
ul.inspired li.last {
	margin: 0;
}
ul.inspired li a.mainImg {
	display: inline-block;
}
ul.inspired li h3 {
	font: bold 18px/21px 'Open Sans', sans-serif;
	color: #000;
	padding: 28px 0 0;
}
ul.inspired li p {
	font: 14px/22px Arial, sans-serif;
	color: #444;
	padding: 16px 0 0;
}
ul.inspired li a.more {
	display: inline-block;
	vertical-align: top;
	font: bold 12px/14px Arial, sans-serif;
	color: #1182b2;
	padding: 0 18px 0 0;
	margin: 16px 0 0 3px;
	background: url(../images/arrow_circle.png) no-repeat right center;
}
ul.inspired li a.more:hover {
	color: #0576eb;
	background: url(../images/arrow_circle_hover.png) no-repeat right center;
}
/*inspired ends here*/
/*mainContent ends here*/
/*page ends here*/
/*****************************************************************/
/*div know how page starts*/
#outer_banner.div_know {
	float: left;
	width: 100%;
	min-width: 994px;
	background: none no-repeat center center transparent;
	height: 372px;
}
#outer_banner.mid-banner {
	float: left;
	width: 100%;
	min-width: 994px;
	background: none no-repeat center center transparent;
	height: 156px;
}
/*****************************************************************/
/*myTool page starts*/
#outer_banner.myTool {
	float: left;
	width: 100%;
	background: url(../images/banner_mytool_bg.jpg) repeat-x 0 0;
	position: relative;
	z-index: 9;
}
#outer_banner.myTool .banner .bannerImg {
	padding: 0;
}
.banner_left {
	float: left;
	width: 22%;
	background: url(../images/banner_mytool_blue.jpg) repeat-x 0 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 372px;
}
#outer_banner.myTool .banner {
	float: right;
	width: 80%;
	text-align: left;
}
/*****************************************************************/
/*PROJECT SCRAPBOOK page starts*/
/*scarpbook starts here*/
.scrapbook {
	float: left;
	margin: 32px 0 0 0;
	width: 994px;
}
/*page head starts here*/
.pageHead {
	float: left;
	width: 100%;
}
.pageHead h3 {
	font: bold 21px/23px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 0 9px;
}
/*pageNav starts here*/
.pageNav {
	float: left;
	padding: 7px 0 32px 9px;
	width: 987px;
}
.pageNav li {
	float: left;
}
.pageNav li.first a {
	padding-left: 0;
}
.pageNav li.last a {
	background: none;
}
.pageNav li a {
	float: left;
	font: bold 13px/15px 'Open Sans', sans-serif;
	color: #1a81b2;
	background: url(../images/sep_sort.png) no-repeat right center;
	padding: 0 11px 1px 6px;
}
.pageNav li a:hover {
	text-decoration: underline;
}
/*pageNav ends here*/
/*page head ends here*/
/*sort starts here*/
.sort {
	float: left;
	width: 991px;
	border: 1px solid #c5c4b9;
	background: #fbfce3;
	padding: 11px 0 12px;
}
/*sort by date starts here*/
.bydate {
	float: left;
	padding: 0 0 0 19px;
	width: 259px;
}
.bydate span {
	float: left;
	font: bold 14px/16px Arial, sans-serif;
	color: #000;
	padding: 13px 9px 0 0;
}
.bydate select {
	float: left;
	margin: 12px 0 0;
	width: 162px;
}
/*sort by date ends here*/
/*shareIt starts here*/
.shareIt {
	float: left;
	padding: 8px 17px 0 38px;
	width: 400px;
}
.shareIt small {
	float: left;
	padding: 4px 17px 0 0;
}
.shareIt a.share {
	float: left;
}
.shareIt a.email {
	float: left;
	background: url(../images/icon_mail.png) no-repeat 0 center;
	font: 11px/13px Arial, sans-serif;
	color: #000;
	margin: 5px 0 0 21px;
	padding: 1px 0 0 23px;
}
/*shareIt ends here*/
a.print {
	float: left;
	background: #155fb3;
	font: bold 16px/18px 'Open Sans', sans-serif;
	color: #fff;
	border: 1px solid #114785;
	padding: 11px 0;
	text-align: center;
	width: 18.6%;
}
/*sort ends here*/
/*scarpContent starts here*/
.scarpContent {
	float: left;
	background: url(../images/scarp_frame.png) no-repeat 0 0;
	margin: 23px 0 0 0;
	padding: 51px 28px 0 65px;
	width: 901px;
	min-height: 666px;
}
/*scrapSlider starts here*/
.scrapSlider {
	float: left;
	width: 407px;
}
.scrapSlider .belt {
	float: left;
	width: 100%;
}
.scrapSlider .panel {
	float: left;
	width: 100%;
	min-height: 552px;
}
.scrapSlider h3 {
	font: bold 28px/30px 'Open Sans', sans-serif;
	color: #000;
	margin: 0 0 0 89px;
	padding: 0 0 0 39px;
	background: url(../images/my_head_bg1.png) no-repeat left center;
}
.scrapSlider ul {
	float: left;
	width: 100%;
}
.scrapSlider li {
	float: left;
	width: 100%;
	padding: 22px 0 0;
}
.scrapSlider li a.img {
	float: left;
}
.scrapSlider.left li a.img {
	width: 102px;
	height: 70px;
	padding: 4px;
	border: 1px solid #C6C6C6;
}
.scrapSlider.left li a.img img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
}
.scrapSlider.left li a.img.colorset img {
	width: 25px;
}
/*scrapSlider s_rightContent starts here*/
.scrapSlider .s_rightContent {
	float: left;
	padding: 7px 0 0 13px;
	width: 250px;
}
.scrapSlider .s_rightContent h4 {
	font: bold 14px/16px Arial, sans-serif;
	color: #000;
	padding: 5px 0 0;
}
.scrapSlider .s_rightContent span {
	display: block;
	font: italic 11px/13px Arial, sans-serif;
	color: #634b4b;
	padding: 3px 0 0;
}
/*scrapSlider s_rightContent ends here*/
/*.scrapSlider.right starts here*/
.scrapSlider.right {
	float: right;
}
.scrapSlider.right h3 {
	background: url(../images/my_head_bg2.png) no-repeat left center;
	margin: 0 0 0 44px;
}
.scrapSlider.right a.img {
	background: url(../images/scrap_slider_right_frame.png) no-repeat 0 0;
	padding: 9px 10px 5px 5px;
}
.scrapSlider.right .s_rightContent {
	width: 155px;
	padding: 12px 0 0 13px;
}
.scrapSlider.right li {
	padding: 24px 0 17px;
}
/*.scrapSlider.right ends here*/
/*scrapSlider ends here*/
/*paging starts here*/
/*.paging{float: left; margin: 4px 0 0 138px; width: 228px; display: inline;}
.paging.right{margin: 4px 0 0 122px;}
.paging a.arrow{float: left; background: url(../images/paging_bg.png) no-repeat 0 0; height: 18px; padding: 7px 0 0; width: 24px; text-align: center;}
.paging ul{float:left; width: 65px; padding: 10px 0 0 13px;}
.paging li{float: left; width: auto; padding: 0 10px 0 0;}
.paging li a{float: left; background: url(../images/paging_circle.png) no-repeat 0 0; height: 9px; width: 9px;}
.paging li a:hover{background-position: 0 -9px;}
.paging li a.active, .paging li.cycle-pager-active a{background-position: 0 -9px;}
.paging.right li{padding: 0 10px 0 0;}*/
/*paging ends here*/
/*scarpContent ends here*/
/*scarpbook ends here*/
/*****************************************************************/
/*FIND A STORE page starts*/
/*postCode starts here*/
.postCode {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e6e8;
	background: #fcfcfc;
}
.postCode h4 {
	font: 13px/15px Arial, sans-serif;
	color: #192435;
	padding: 16px 0 18px 16px;
}
.postCode .row {
	float: left;
	width: 179px;
	padding: 0 0 27px 16px;
}
.postCode input {
	float: left;
	width: 107px;
	height: 39px;
	padding: 0 0 0 12px;
	color: #666;
	border: 1px solid #d6d6d6;
	font: 14px/39px Arial, sans-serif;
	color: #444;
}
.postCode input.sub {
	border: 0;
	cursor: pointer;
	background: #0a4b94 url(../images/magnifine.png) no-repeat center;
	width: 42px;
	height: 41px;
	padding: 0;
}
/*postCode ends here*/
/*filter starts here*/
.filter {
	float: left;
	width: 180px;
	padding: 21px 0 14px 15px;
	background: #fcfcfc;
}
.filter h4 {
	font: 13px/15px Arial, sans-serif;
	color: #192435;
}
.filter ul {
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
.filter li {
	float: left;
	width: 100%;
	padding: 0 0 13px;
}
/*filter label starts here*/
.filter li label {
	float: left;
	width: 100%;
	font: 13px/14px Arial, sans-serif;
	color: #666;
}
.filter li label input {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
.filter li label span {
	float: left;
	padding: 0 0 0 7px;
}
/*filter label ends here*/
/*filter ends here*/
#outer_banner.pad {
	height: 372px;
}
.findStore {
	float: left;
	margin: 28px 0 0 8px;
	width: 986px;
}
.findStore .breadcrumb {
	padding: 0 0 10px;
}
/*map starts here*/
.map {
	float: left;
	background: url(../images/map_frame.png) no-repeat 0 0;
	padding: 4px 7px 11px 9px;
	margin: 31px 0 0 20px;
	width: 748px;
	display: inline;
	position: relative;
}
.map span {
	float: left;
	width: 100%;
}
.map a {
	position: absolute;
}
/*map positions starts here*/
.map a.pos1 {
	left: 113px;
	top: 69px;
}
.map a.pos2 {
	bottom: 66px;
	left: 171px;
}
.map a.pos3 {
	bottom: 106px;
	left: 320px;
}
.map a.pos4 {
	right: 247px;
	top: 58px;
}
.map a.pos5 {
	bottom: 21px;
	right: 23px;
}
/*map positions ends here*/
/*map ends here*/
/*closestStore starts here*/
.closestStoreHolder {
	float: left;
	width: 695px;
}
.closestStore {
	float: left;
	width: 695px;
}
.closestStore h2 {
	font: bold 21px/26px 'Open Sans', sans-serif;
	color: #000;
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 0;
}
.closestStore ul {
	float: left;
	width: 100%;
}
.closestStore li {
	float: left;
	width: 100%;
	padding: 33px 0 39px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 3px;
}
.closestStore li h3 {
	font: bold 16px/20px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 2px;
}
/*closestStore details starts here*/
.closestStore li .details {
	float: left;
	width: 472px;
}
.closestStore li .address {
	float: left;
	width: 236px;
	font: 14px/22px Arial, sans-serif;
	color: #444;
	padding: 13px 0 0;
}
.closestStore li .address span {
	display: block;
}
.closestStore li p {
	font: 14px/22px Arial, sans-serif;
	color: #444;
}
.closestStore li a {
	color: #1182b2;
}
.closestStore li a:hover {
	text-decoration: underline;
}
/*closestStore details ends here*/
/*closestStore ends here*/
.details_btn {
	float: left;
	background: #155fb3;
	font: bold 13px/16px 'Open Sans', sans-serif;
	color: #fff;
	border: 1px solid #114785;
	width: 131px;
	margin: 27px 0 0;
}
.details_btn small {
	float: left;
	background: #0a4b94;
	padding: 6px 8px;
}
.details_btn span {
	float: left;
	padding: 5px 0 0 11px;
	color: #fff;
}
.availableProducts {
	display: block;
	width: 222px;
	float: left;
}
.availableProducts h3 {
	font: bold 14px/20px 'Open Sans', sans-serif!important;
}
/*reasons starts here*/
.reasons {
	clear: right;
	float: right;
	background: #f5f5f5;
	margin: 0 9px 0 0;
	padding: 14px 19px 0;
	width: 216px;
}
.find-storeRightBanner {
	float: right;
	margin: 0 9px 0 0;
	width: 254px;
}
.reasons h3 {
	font: bold 21px/26px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 20px;
}
.reasons h4 {
	font: 13px/18px Arial, sans-serif;
	color: #155fb3;
}
.reasons p {
	font: 13px/19px Arial, sans-serif;
	color: #000;
	padding: 20px 0 0;
}
.reasons ul {
	float: left;
	width: 100%;
	padding: 18px 0 32px;
}
.reasons li {
	float: left;
	width: 100%;
	padding: 1px 0 5px;
}
.reasons li small {
	float: left;
	font: 13px/19px Arial, sans-serif;
	color: #000;
	width: 18px;
}
.reasons li span {
	float: left;
	font: 13px/19px Arial, sans-serif;
	color: #000;
	width: 198px;
}
/*reasons ends here*/
/*****************************************************************/
/*OUR-FAVOURITES page starts*/
.ourFav {
	float: left;
	width: 986px;
	margin: 33px 0 0 8px;
	display: inline;
}
.pageHead h2 {
	font: bold 21px/23px 'Open Sans', sans-serif;
	color: #000;
	padding: 3px 0 9px;
}
.pageHead h2 span {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
}
.pageHead h2 span a {
	color: #1182B2;
}
.pageHead h2 span a:hover {
	text-decoration: underline;
}
.pageHead.width {
	width: 700px;
}
/*courseOnline starts here*/
.courseOnline {
	float: right;
	width: 228px;
	margin-left: 20px;
}
.courseOnline small {
	float: left;
}
.myIdeas {
	position: absolute;
	right: 0
}
.myIdeas a {
	font: 13px/16px Arial, sans-serif;
	color: #1a81b2;
}
.myIdeas a:hover {
	text-decoration: underline;
}
.listing-tools {
	padding: 30px 0;
}
.listing-tools .pagination, .listing-tools .pagination li, .listing-tools .pagination li a {
	list-style: none;
	background: none;
}
.listing-tools li {
	float: left;
}
.listing-tools li a {
	margin: 0 8px 0 0;
	display: inline-block;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	height: auto;
	width: auto;
	line-height: 14px;
	min-width: 14px;
	text-decoration: none;
	color: #434343;
	text-align:center;
}
.listing-tools li a.current {
	background: #f5f5f5;
}
.listing-tools li a:hover {
	text-decoration: none;
	background: #f0f0f0;
}
.myFilter {
	float: right;
	width: 300px;
	font: 14px/18px Arial, sans-serif;
}
.myFilter > span {
	float: left;
	margin-top: 4px;
}
.myFilter .custom-select {
	position: relative;
	float: right;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	width: 188px;
	line-height: 14px;
	font-size: 12px;
	background: url("../images/dnarrow.gif") no-repeat 95% center;
}
.myFilter .custom-select.open {
	border-radius: 4px 4px 0 0;
	border-color: #d9d9d9 #d9d9d9 transparent #d9d9d9;
}
.myFilter .custom-select ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	width: 188px;
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	background-color: #ffffff;
}
.myFilter .custom-select.open ul {
	display: block;
}
.myFilter .custom-select a {
	color: #000000;
	display: inline-block;
	padding: 6px;
	width: 176px;
}
.myFilter .custom-select.open > a {
	border-radius: 4px 4px 0 0;
	background: #ffffff;
}
.myFilter .custom-select ul a:hover, .myFilter .custom-select.open a:hover {
	background: #375EF1;
	color: #ffffff;
}
.myFilter .custom-select * {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.courseRight {
	float: right;
	padding: 12px 0 0;
	width: 142px;
}
.courseRight h4 {
	font: 13px/16px Arial, sans-serif;
	color: #000;
}
.courseRight a {
	font: 13px/16px Arial, sans-serif;
	color: #1a81b2;
}
.courseRight a:hover {
	text-decoration: underline;
}
/*courseOnline ends here*/
/*find Color starts here*/
/*.findColor{float: left; width: 830px;  margin: 4px 0 0 147px; display: inline;}*/
.findColor {
	float: left;
	width: 830px;
	margin: 4px 0 0 100px;
	display: inline;
}
.findColor div.colour-exp-logo {
	display: none;
	position: absolute;
	background: url(../images/colour-exp-logo.gif) no-repeat;
	width: 129px;
	height: 93px;
	margin-left: 740px;
}
.findColor span {
	float: left;
	margin: 3px 0 0 17px;
	display: inline;
}
/*Hack so we can do this image replacement with css*/
.findColor span {
	width: 129px;
	height: 93px;
	background: url(../images/colour-exp-logo.gif) no-repeat;
	padding: 0 20px 0 0;
	margin: -10px 0 0 -5px;
}
.findColor span img {
	display: none;
}
.findColor h3 {
	font: bold 64px/66px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 26px 130px;
}
.findColor p {
	font: 14px/18px 'Open Sans', sans-serif;
	color: #000;
}
.findColor p strong {
	font: bold 14px/18px 'Open Sans', sans-serif;
	color: #000;
}
/*find Color ends here*/
/*tabbing starts here*/
.tabbing {
	float: left;
	width: 100%;
	padding: 38px 0 0;
}
/*tabs starts here*/
.colorRangeDescription {
	float: left;
	margin-top: 25px;
}
.colorRangeDescription p {
	padding: 0 0 20px 0;
}
.tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #808080;
}
.tabs a.help {
	float: right;
	background: url(../images/ques.png) no-repeat 0 0;
	font: bold 16px/18px 'Open Sans', sans-serif;
	margin: 20px 5px 0 0;
	padding: 0 0 0 22px;
	color: #4c94bd;
}
.tabs a.help:hover {
	text-decoration: underline;
}
.tabs ul {
	float: left;
}
.tabs li {
	float: left;
	text-align: center;
	width: auto;
	font: normal 18px/22px 'Open Sans', sans-serif;
	color: #000;
	z-index: 99;
	position: relative;
	margin:0 20px 0 0;
}
.tabs li a {
	color: #000;
	display: block;
	padding: 20px;
	white-space: nowrap;
}
.tabs li.first {
}
/*tabs active starts here*/
.tabs li.active {
	border-bottom: 0;
	z-index: 100;
	background: #232323;
	color: #FFF !important;
}
.tabs li.active a {
	color: #FFF;
	
}
.tabs li.active a {
	padding: 20px;
}
/*tabs active ends here*/
/*tabs ends here*/
/*tabContent starts here*/
.tabContent {
	float: left;
	width: 100%;
	padding: 37px 0 0;
}
/*colorShade starts here*/
ul.colorShade {
	float: left;
	width: 100%;
}
ul.colorShade li {
	float: left;
	width: 162px;
	height: 230px;
	text-align: center;
}
ul.colorShade li a {
	float: left;
	width: 100%;
	height: 100%;
}
ul.colorShade li span {
	display: inline-block;
	font: bold 15px/18px 'Open Sans', sans-serif;
	color: #f4e9e9;
	padding: 54px 0 0 0;
}
/*colorShade colors starts here*/
ul.colorShade li a.black {
	background: #000;
}
ul.colorShade li a.grey {
	background: #3d3937;
}
ul.colorShade li a.browns {
	background: #703d15;
}
ul.colorShade li a.neutrals {
	background: #ededed;
}
ul.colorShade li a.neutrals span {
	color: #000;
}
ul.colorShade li a.white {
	background: #fff;
}
ul.colorShade li a.white span {
	color: #000;
}
ul.colorShade li a.purple {
	background: #711c7e;
}
ul.colorShade li a.pinks {
	background: #ff3e98;
}
ul.colorShade li a.reds {
	background: #e12000;
}
ul.colorShade li a.orange {
	background: #ff7100;
}
ul.colorShade li a.yellow {
	background: #ffef00;
}
ul.colorShade li a.yellow span {
	color: #000;
}
ul.colorShade li a.green {
	background: #52a10e;
}
ul.colorShade li a.blues {
	background: #008aff;
}
/*colorShade colors ends here*/
/*colorShade ends here*/
.tabContent.pad {
	padding: 30px 0 0;
}
/*tabContentNav starts here*/
ul.tabContentNav {
	float: left;
	width: 194px;
}
ul.tabContentNav li {
	float: left;
	width: 100%;
}
ul.tabContentNav li a {
	float: left;
	width: 178px;
	font: 13px/16px Arial, sans-serif;
	color: #192435;
	border: 1px solid #e5e6e8;
	border-top: 0;
	background: url(../images/arrow_tab_left.png) no-repeat 93% center;
	padding: 18px 0 17px 15px;
}
ul.tabContentNav li a.active {
	color: #fff;
	border-color: #12437d;
	background: #155fb3 url(../images/arrow_tab_left_active.png) no-repeat 93% center;
}
ul.tabContentNav li a:hover {
	color: #fff;
	border-color: #12437d;
	background: #155fb3 url(../images/arrow_tab_left_active.png) no-repeat 93% center;
}
/*tabContentNav ends here*/
/*emerge starts here*/
.emerge {
	float: right;
	width: 748px;
}
.emergeTop {
	float: left;
	width: 100%;
}
.emergeTop small {
	float: left;
	padding: 0 21px 0 0;
}
.emergeTop h4 {
	font: bold 24px/28px 'Open Sans', sans-serif;
	color: #101010;
	padding: 6px 0 0;
}
.emergeTop p {
	font: 13px/20px 'Open Sans', sans-serif;
	color: #101010;
	padding: 8px 0 0;
}
/*emerge ends here*/
/*shadeSlider starts here*/
.shadeSlider {
	float: left;
	width: 100%;
}
.shadeSlider .panel {
	float: left;
	width: 100%;
}
.shadeSlider .belt {
	float: left;
	width: 100%;
	position: relative;
}
.shadeSlider .belt a.left {
	float: left;
	background: url(../images/emerge_slider_arrow_bg.png) no-repeat 0 0;
	height: 33px;
	padding: 12px 0 0;
	width: 44px;
	text-align: center;
	position: absolute;
	top: 103px;
	left: -20px;
}
.shadeSlider .belt a.right {
	float: left;
	background: url(../images/emerge_slider_arrow_bg.png) no-repeat 0 0;
	height: 33px;
	padding: 12px 0 0;
	width: 44px;
	text-align: center;
	position: absolute;
	right: -19px;
	top: 103px;
}
/*emergeShade starts here*/
ul.emergeShade {
	float: left;
	width: 100%;
	margin: 50px 0 0;
}
ul.emergeShade li {
	float: left;
	margin-right: 2px;
	width: 73px;
	height: 74px;
	margin-bottom: 1px;
}
ul.emergeShade li.last {
	margin-right: 0;
}
ul.emergeShade li a {
	float: left;
	width: 100%;
	height: 100%;
}
ul.emergeShade li a.color1 {
	background: #3b2a24;
}
ul.emergeShade li a.color2 {
	background: #624035;
}
ul.emergeShade li a.color3 {
	background: #816e5a;
}
ul.emergeShade li a.color4 {
	background: #514538;
}
ul.emergeShade li a.color5 {
	background: #611703;
}
ul.emergeShade li a.color6 {
	background: #8d441b;
}
ul.emergeShade li a.color7 {
	background: #43342d;
}
ul.emergeShade li a.color8 {
	background: #725e49;
}
ul.emergeShade li a.color9 {
	background: #aea695;
}
ul.emergeShade li a.color10 {
	background: #6d5943;
}
ul.emergeShade li a.color11 {
	background: #6d5943;
}
ul.emergeShade li a.color12 {
	background: #533320;
}
ul.emergeShade li a.color13 {
	background: #c5ab8a;
}
ul.emergeShade li a.color14 {
	background: #43342d;
}
ul.emergeShade li a.color15 {
	background: #b26a42;
}
ul.emergeShade li a.color16 {
	background: #9c7448;
}
ul.emergeShade li a.color17 {
	background: #d0c7b8;
}
ul.emergeShade li a.color18 {
	background: #816e5a;
}
ul.emergeShade li a.color19 {
	background: #564139;
}
ul.emergeShade li a.color20 {
	background: #3b2a24;
}
/*emergeShade ends here*/
/*shadeSlider ends here*/
/*color range page starts*/
/*currentlySelect starts here*/
.currentlySelect {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999;
}
.currentlySelect .more-info {
	position: absolute;
	display: block;
	font: bold 21px Arial;
	margin: 13px 0 0 330px;
}
.currentlySelect strong {
	float: left;
	font: bold 15px/17px 'Open Sans', sans-serif;
	color: #808080;
	padding: 8px 0 0 29px;
	width: 205px;
}
.currentlySelect strong span {
	float: left;
	padding: 11px 6px 0 0;
}
.currentlySelect strong a {
	float: left;
	padding: 3px;
	height: 28px;
	width: 46px;
	margin: 2px 0 0;
}
.currentlySelect strong a small {
	background: #0189ff;
	float: left;
	width: 46px;
	height: 100%;
}
/*currentlySelect ends here*/
/*anotherColor starts here*/
.anotherColor {
	float: left;
	width: 685px;
}
.anotherColor div {
	float: left;
	border: 1px solid #fff;
	border-bottom: 0;
	font: bold 15px/17px 'Open Sans', sans-serif;
	color: #000;
	padding: 18px 30px 27px 22px;
	background: #fff url(../images/arrow_down.png) no-repeat 91% 24px;
	position: relative;
	z-index: 999;
}
.anotherColor div.active {
	border: 1px solid #c9c9c9;
	border-bottom: 0;
}
.anotherColor div:hover {
	border: 1px solid #c9c9c9;
	border-bottom: 0;
}
/*anotherColor ends here*/
/*ul.colorSub starts here*/
ul.colorSub {
	position: absolute;
	display: block;
	background: #fff;
	width: 949px;
	left: 0;
	top: 62px;
	border: 1px solid #c9c9c9;
	padding: 30px 0 30px 30px;
	z-index: 991;
}
ul.colorSub li {
	float: left;
	width: 158px;
	padding: 0 0 24px;
}
ul.colorSub li a {
	float: left;
	padding: 0;
	border: 0;
	background: none;
}
ul.colorSub li a:hover {
	border: 0;
}
ul.colorSub li strong {
	float: left;
	width: 46px;
	height: 28px;
	padding: 3px;
}
ul.colorSub li small {
	float: left;
	width: 100%;
	height: 100%;
}
ul.colorSub li small.black {
	background: #000;
}
ul.colorSub li span {
	float: left;
	font: bold 15px/17px 'Open Sans', sans-serif;
	color: #808080;
	padding: 9px 0 0 9px;
}
ul.colorSub li small.black {
	background: #000;
}
ul.colorSub li small.grey {
	background: #3d3937;
}
ul.colorSub li small.brown {
	background: #703d15;
}
ul.colorSub li small.neutral {
	background: #ededed;
}
ul.colorSub li small.white {
	background: #fff;
}
ul.colorSub li small.purple {
	background: #711c7e;
}
ul.colorSub li small.pink {
	background: #ff3e98;
}
ul.colorSub li small.red {
	background: #e12000;
}
ul.colorSub li small.orange {
	background: #ff7100;
}
ul.colorSub li small.yellow {
	background: #ffef00;
}
ul.colorSub li small.green {
	background: #52a10e;
}
ul.colorSub li small.blue {
	background: #b2dcff;
}
/*ul.colorSub ends here*/
.tabContent.pad1 {
	padding: 18px 0 0;
}
/*blueShade starts here*/
.blueShade {
	float: left;
	width: 100%;
	z-index: 999;
	position: relative;
	height: 550px;
}
/*.blueSlider starts here*/

/* RYAN - MODIFIED FOR COLOR SELECTOR */

.blueSlider {
	float: left;
	width: 671px;
	overflow: hidden;
}
.blueSlider .belt {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
.blueSlider .panel {
	float: left;
	width: 100%;
}
.blueSlider a.left {
	float: left;
	background: url(../images/emerge_slider_arrow_bg.png) no-repeat 0 0;
	height: 33px;
	padding: 12px 0 0;
	width: 44px;
	text-align: center;
	position: absolute;
	z-index: 10000;
	top: 247px;
	left: -24px;
}
.blueSlider a.right {
	float: left;
	background: url(../images/emerge_slider_arrow_bg.png) no-repeat 0 0;
	height: 33px;
	padding: 12px 0 0;
	width: 44px;
	text-align: center;
	position: absolute;
	z-index: 10000;
	margin-left: -24px;
	top: 247px;
}
/*ul.blueShades starts here*/
/*ul.blueShades{float: left; width: 100%; no-repeat 0 0;}*/
ul.blueShades {
} /*transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);} */
/*ul.blueShades li{float: left; width: 95px; height: 66px; margin: 0 1px 1px 0; position: relative;}*/
ul.blueShades li {
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 1px 1px 0;
	position: relative;
}
ul.blueShades li a {
	float: left;
	width: 100%;
	height: 100%;
	border: SOLID 1px rgba(255,255,255,1);
	border-top: none;
}
ol.blueShades {
	float: left;
	width: 67px;
	height: 100px;
no-repeat 0 0;
} /*transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg);} */
/*ul.blueShades li{float: left; width: 95px; height: 66px; margin: 0 1px 1px 0; position: relative;}*/
ol.blueShades li {
	float: left;
	width: 66px;
	height: 20px;
	margin: 10px 1px 1px 0;
	position: relative;
}
.active-swatch {
}
.active-swatch-rollout {
	border: SOLID 5px #ffffff!important;
	box-shadow: 0 0 0 1px #C6C6C6;
	position: absolute!important;
	z-index: 10000!important;
	margin: -16px 0 0 -16px;
	width: 90px!important;
	height: 90px!important;/*margin: 0;
  width: 57px !important;
  height: 57px !important;*/
}
ul.blueShades li.last {
	margin-right: 0;
}
.eveContent {
	padding: 13px 16px 22px 16px;
}
.eveRollover {
	position: absolute;
	width: 213px;
	background: #fff;
	top: 8px;
	left: 105px;
	z-index: 10001;
}
.eveRollover .leftColor {
	left: -95px;
	padding: 5px;
	position: absolute;
	top: 0;
	width: 90px;
	background: #fff;
}
.eveRollover .leftColor small {
	float: left;
	background: #00579c;
	height: 90px;
	width: 90px;
}
.eveRollover h3 {
	font: bold 20px/24px 'Open Sans', sans-serif;
	color: #000;
}
.eveRollover ul {
	float: left;
	width: 100%;
	padding: 8px 0 0;
}
.eveRollover ul li {
	float: left;
	height: auto;
	width: 100%;
	padding: 0 0 6px;
	margin: 0;
}
.eveRollover ul li a {
	float: left;
	font: bold 13px/16px 'Open Sans', sans-serif;
	color: #1a81b2;
}
.eveRollover ul li a:hover {
	text-decoration: underline
}
.details_btn {
	width: 180px;
	margin: 10px 0 0;
}
.details_btn span {
	padding: 7px 0 0 3.8%;
}
/* RYAN - END MODIFIED FOR COLOR SELECTOR */

/*ul.blueShades ends here*/
/*.blueSlider ends here*/
/*blueShadeContent starts here*/
.blueShadeContent {
	float: left;
	width: 309px;
}
/*imgsec starts here*/
.imgsec {
	float: left;
	width: 100%;
	position: relative;
}
.imgsec span {
	float: left;
}
.imgsec a.expand {
	position: absolute;
	width: 100px;
	font: bold 15px/17px 'Open Sans', sans-serif;
	color: #fff;
	background: #121111;
	right: 0;
	bottom: 0;
}
/* RYAN - MODIFIED FOR EXPAND FUNC */

a.expand {
	position: absolute;
	width: 100px;
	font: bold 15px/17px 'Open Sans', sans-serif;
	color: #fff;
	background: #121111;
	right: 0;
	bottom: 0;
}
a.expand small {
	float: right;
	background: url(../images/magnifine1.png) no-repeat left center;
	padding: 7px 17px 6px 28px;
}
/*imgsec ends here*/

.transparentExpand {
	position: absolute;
	z-index: 10000;
	display: none;
	padding: 10px;
	background: #ffffff;
	box-shadow: 0 0 0 1000px rgba(0,0,0,0.6);
}
.transparentExpand span {
	display: block;
}
.transparentExpand a.expand {
	top: 10px;
	right: 10px;
	bottom: auto;
}
/* RYAN - END MODIFIED FOR EXPAND FUNC */

/*blueText starts here*/
.blueText {
	bottom: 0;
	left: 37px;
	position: absolute;
	width: 238px;
	background: #004d99;
	text-align: center;
}
.blueText h3 {
	font: 20px/22px 'GothamMedium', helvetica, Arial, sans-serif;
	color: #76d0f3;
	padding: 8px 0 0 0;
}
.blueText h4 {
	font: 35px/37px 'GothamMedium', helvetica, Arial, sans-serif;
	color: #fff;
}
.blueText p {
	font: 12px/16px Arial, sans-serif;
	color: #fff;
	padding: 8px 0 16px 0px;
}
/*blueText ends here*/
/*blueShadeContent ends here*/
/*blueShade ends here*/
/*****************************************************************/
/*color range page 3 starts here*/
.currentlySelect.topPad {
	padding: 3px 0 34px;
}
a.back {
	float: left;
	background: url(../images/arrow_small_left.png) no-repeat left center;
	font: bold 14px/17px 'Open Sans', sans-serif;
	color: #1a81b2;
	padding: 0 0 0 9px;
}
a.back:hover {
	text-decoration: underline;
}
/*eve626 starts here*/
.eve626 {
	float: left;
	width: 668px;
	border-top: 1px solid #c6c6c6;
}
.eve626 .swatch-detail {
	display: none;
} /* RYAN - ADDED IN FOR COLOR DETAIL CYCLE */
.eve626 h3 {
	font: bold 32px/34px 'Open Sans', sans-serif;
	color: #101010;
	padding: 24px 0 15px 1px;
}
/*eve626 left starts here*/
.eveLeft {
	float: left;
	width: 341px;
}
/*blueImgSec starts here*/
.blueImgSec {
	float: left;
	width: 339px;
	border: 1px solid #c6c6c6;
	position: relative;
}
.blueImgSec .blue {
	float: left;
	margin: 9px 11px 0;
	display: inline;
	background: #1459a7;
	width: 319px;
	height: 260px;
}
.blueImgSec .fullScreen {
	float: left;
	width: 100%;
	background: #f5f5f5 url(../images/icon_fullImg.png) no-repeat 28% center;
	text-align: center;
	font: bold 14px/17px 'Open Sans', sans-serif;
	color: #8f8f8f;
	border-top: 1px solid #c6c6c6;
	margin: 9px 0 0;
	padding: 12px 0 14px;
}
/*blueImgSec ends here*/
/*ul.list starts here*/
ul.list {
	float: left;
	width: 100%;
	padding: 16px 0 0;
}
ul.list li {
	float: left;
	background: url(../images/sep.gif) no-repeat right 3px;
	padding: 0 12px 7px;
}
ul.list li.first {
	padding-left: 0;
}
ul.list li.last {
	padding-right: 0;
	background: none;
}
ul.list li a {
	float: left;
	font: bold 13px/17px 'Open Sans', sans-serif;
	color: #1a81b2;
}
ul.list li a:hover {
	text-decoration: underline;
}
/*ul.list ends here*/
.eveLeft .details_btn {
	margin: 12px 0 0 3px;
	width: 181px;
}
.eveLeft .details_btn span {
	padding: 7px 0 0 6px;
}
/*eve626 right starts here*/
.colorMatching {
	float: left;
	width: 232px;
	margin: 0 0 0 50px;
	display: inline;
}
.colorMatching h4 {
	font: bold 18px/19px 'Open Sans', sans-serif;
	color: #101010;
}
/*eve626 ends here*/
ul.colors {
	float: left;
	width: 219px;
	border: 1px solid #c6c6c6;
	background: #fff;
	padding: 5px;
	margin: 12px 0 0 0;
	position: relative;
}
ul.colors.margin_t {
	margin-top: 12px;
}
ul.colors li {
	float: left;
	width: 53px;
	height: 37px;
	margin: 0 2px 0 0;
}
ul.colors li.last {
	margin-right: 0;
}
ul.colors a {
	float: left;
	width: 100%;
	height: 100%;
}
ul.colors .color1 small {
	background: #1459a7;
}
ul.colors .color2 small {
	background: #7eb2ed;
}
ul.colors .color3 small {
	background: #ffc000;
}
ul.colors .color4 small {
	background: #dbdbdb;
}
ul.colors .color5 small {
	background: #14a76a;
}
ul.colors .color6 small {
	background: #ff9000;
}
ul.colors .color7 small {
	background: #ccdbed;
}
/*****************************************************************/
/*product details-info page starts*/
.banner .bannerImg.topMar {
	margin: -13px 0 0;
}
.bannerProDetail {
	position: absolute;
	left: 0;
	top: 0;
	height: 156px;
	background: url(../images/banner_detailInfo.gif) repeat-x 0 0;
	width: 41%;
}
.banner .bannerinfoText {
	font: bold 59px/61px 'Open Sans', sans-serif;
	color: #fff;
	position: absolute;
	left: 0;
	top: 46px;
}
.bannerImg.pos {
	position: relative;
}
.pageHead.mar {
	margin: 29px 0 0 7px;
	width: 881px;
}
.pageHead.mar01 {
	margin: 39px 0 0 0;
	width: 893px;
}
.pageHead.mar02 {
	margin: 10px 0 0 0;
}
.pageHead.mar03 {
	margin: 23px 0 0 0;
}
.pageHead.mar ul.breadcrumb {
	padding: 0 0 16px;
}
.pageHead.mar01 ul.breadcrumb {
	padding: 0 0 22px;
}
.pageHead.mar02 ul.breadcrumb {
	padding: 0 0 27px;
}
.productTabbing {
	float: left;
	width: 977px;
	padding: 37px 0 0 9px;
}
/*tabs starts here*/
.productTabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #808080;
}
.productTabs ul {
	float: left;
	width: 100%;
}
.productTabs li {
	float: left;
	text-align: center;
	font: bold 14px/18px 'Open Sans', sans-serif;
	color: #000;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	z-index: 99;
	position: relative;
	background: #f5f5f5;
}
.productTabs li a {
	color: #000;
	display: block;
	padding: 18px 20px 15px;
}
.productTabs li.first {
	border-left: 1px solid #c9c9c9;
}
/*tabs active starts here*/
.productTabs li.active {
	border: 1px solid #808080;
	border-bottom: 0;
	margin: 0 -1px -1px -1px;
	z-index: 100;
	background: #fff;
}
.productTabs li.active a {
	padding: 18px 20px 16px;
}
/*tabs active ends here*/
/*tabs ends here*/
/*tabContent starts here*/
.productTabContent {
	float: left;
	width: 100%;
	padding: 23px 0 0;
}
.productTabContent p.top {
	font: 13px/16px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 0 21px 0;
}
.productTabContent p.top a {
	color: #1a81b2;
}
.productTabContent p.top a:hover {
	text-decoration: underline;
}
.productTabContent h4 {
	clear: left;
	font: bold 21px/24px Arial, sans-serif;
	color: #000;
	padding: 0 0 15px;
}
.productTabContent {
	font: 13px/22px Arial, sans-serif;
	color: #000;
}
ul.rightList {
	display: inline-block;
	padding: 23px 0 0;
	margin: 0 0 0 2px;
}
ul.rightList li {
	display: block;
	font: 13px/22px Arial, sans-serif;
	color: #000;
	background: url(../images/sep_rightList.png) no-repeat left 10px;
	padding: 0 0 0 6px;
}
.leftContent {
	float: left;
	width: 757px;
}
.productTop {
	float: left;
	width: 100%;
}
.paintBox {
	float: left;
	width: 317px;
	padding-right: 16px;
}
.paintBox small {
	display: block;
	padding: 22px 0 35px 47px;
}
.product-content {
	float: right;
	width: 420px;
}
.product-content ul {
	list-style: disc;
	margin-left: 15px;
}
.product-content .prevlink a {
	display: inline-block;
	color: #1182B2;
	margin-bottom: 10px;
	font-size : 12px;
}
.product-content .prevlink a:hover {
	text-decoration: underline;
}
.example {
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	margin-top: 10px;
}
.example h3 {
	font: bold 14px/16px Arial, sans-serif;
	color: #000;
	padding: 17px 0 0;
}
.example ul {
	float: left;
	width: 100%;
	padding: 9px 0 0;
}
.example li {
	float: left;
	padding: 0 7px 0 0;
}
.example li a {
	float: left;
	border: 1px solid #cfcfcf;
}
.example li a.active {
	border: 1px solid #999999;
}
.rightContent {
	float: right;
}
.rightContent ul {
	display: block;
	padding: 3px 1% 0 0;
}
.rightContent li {
	display: block;
	padding: 0 0 14px 0;
}
.botTabbing {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.botTabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #808080;
}
.botTabs ul {
	float: right;
	width: 100%;
}
.botTabs li {
	float: right;
	text-align: center;
	font: bold 14px/18px 'Open Sans', sans-serif;
	color: #000;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	z-index: 99;
	position: relative;
	background: #f5f5f5;
}
.botTabs li a {
	color: #000;
	display: block;
	padding: 13px 20px 11px;
}
.botTabs li.first {
	border-left: 1px solid #c9c9c9;
}
/*tabs active starts here*/
.botTabs li.active {
	border: 1px solid #808080;
	border-bottom: 0;
	margin: 0 -1px -1px -1px;
	z-index: 999;
	background: #fff;
}
.botTabs li.active a {
	padding: 13px 20px 12px;
}
/*tabs active ends here*/
/*tabs ends here*/
/*tabContent starts here*/
.botTabContent {
	float: left;
	width: 100%;
	padding-top: 20px;
}
.botTabContent .msds {
	float: left;
	width: 370px;
}
.botTabContent .datasheet {
	float: right;
	width: 370px;
}
.available {
	float: left;
	width: 739px;
	border: 1px solid #c9c9c9;
	background: #f5f5f5;
	padding: 14px 0 13px 13px;
	margin: 16px 0 0;
}
.available.width {
	width: 964px;
}
.available strong {
	float: left;
	font: bold 14px/20px 'Open Sans', sans-serif;
	color: #000;
}
.available label {
	float: left;
	font: 14px/18px 'Open Sans', sans-serif;
	color: #000;
	padding: 0 13px;
	width: 220px;
	margin-bottom: 5px;
}
.available label.first {
	clear: left;
}
.available.oneline label {
	width: auto;
	clear: none !important;
}
.available input {
	float: left;
	margin: 3px 6px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	display: inline;
}
.available span {
	float: left;
}
.available div {
	float: left;
	margin-left: 30px;
}
.botTabContent img {
	float: left;
	margin: 0 20px;
}
.botTabContent h5 {
	font: bold 14px/18px Arial, sans-serif;
	color: #000;
	padding-top: 15px;
}
.botTabContent p {
	font: 13px/22px Arial, sans-serif;
	color: #000;
	padding: 8px 0 0;
}
.botTabContent a {
	font: 13px/22px Arial, sans-serif;
	color: #1182B2;
}
.botTabContent .break {
	clear: left;
	padding-top: 20px;
}
.tips {
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	padding: 23px 0 0;
}
.tips h3 {
	background: url(../images/tips_bg.png) no-repeat left center;
	font: bold 18px/20px 'Open Sans', sans-serif;
	color: #0a4b94;
	padding: 7px 0 6px 39px;
}
/*product_detailIinfo starts here*/
.tips p {
	padding: 0 0 0 42px;
}
.related {
	float: left;
	width: 100%;
	padding: 65px 0 0 0;
}
.related h4 {
	font: bold 18px/21px 'Open Sans', sans-serif;
	color: #192435;
	padding: 0 0 14px;
}
/*product_detailIinfo ul starts here*/
.related ul {
	float: left;
	border: 1px solid #c9c9c9;
	padding: 27px 0 25px 24px;
	width: 950px;
}
.related li {
	float: left;
	width: 286px;
	padding-right: 38px;
}
.related li small {
	float: left;
	padding: 0 22px 0 0;
}
.related li h4 {
	font: bold 14px/18px Arial, sans-serif;
	color: #000;
	padding: 0 0 11px 0;
	clear: left;
}
.related li p {
	font: 13px/17px Arial, sans-serif;
	color: #000;
}
.related li a {
	font: 13px/16px Arial, sans-serif;
	color: #1a81b2;
	margin: 4px 0 0;
	display: inline-block;
}
.related li a:hover {
	text-decoration: underline;
}
.related li.last {
	padding-right: 0;
}
/*product_detailIinfo ul ends here*/

/*outer_banner.landing starts here*/
#outer_banner.landing {
	background: url(../images/banner_product_landing.jpg) no-repeat center 0;
	height: 250px;
}
#outer_banner.landing h3 {
	display: inline-block;
	vertical-align: top;
	font: bold 59px/61px 'Open Sans', sans-serif;
	color: #fff;
	padding: 100px 53px 0 0;
}
#outer_banner.landing .banner .bannerImg {
	padding: 23px 0 0;
}
/*outer_banner.landing ends here*/

.productTabContent .interior {
	float: left;
}
/*product_detailILanding starts here*/
/*paintList starts here*/
ul.paintList {
	float: left;
	padding: 10px 0 25px 23px;
	width: 950px;
}
ul.paintList li {
	float: left;
	width: 285px;
	padding: 50px 47px 0 0;
}
ul.paintList li small {
	float: left;
	padding: 0 22px 0 0;
}
ul.paintList li h4 a {
	font: bold 14px/18px Arial, sans-serif;
	color: #000;
}
ul.paintList li p {
	font: 13px/17px Arial, sans-serif;
	color: #000;
}
ul.paintList li a {
	font: 13px/16px Arial, sans-serif;
	color: #1a81b2;
	margin: 4px 0 0;
	display: inline-block;
}
ul.paintList li img {
	width: 160px;
	height: 160px;
}
ul.paintList li a:hover {
	text-decoration: underline;
}
ul.paintList li.last {
	padding-right: 0;
}
/*paintList ends here*/

/**content page starts**/
.content {
	float: left;
	width: 980px;
	margin: 0 0 0 7px;
}
/*banner img of content page css*/
.content .bannerImg {
	float: left;
	width: 100%;
	text-align: center;
}
.contentSec {
	float: left;
	width: 100%;
	padding: 23px 0 0 0;
}
/*left section of content page starts*/
.contentLeft {
	float: left;
	width: 196px;
}
.contentLeft h3 {
	color: #000;
	font: bold 18px/24px 'Open Sans', sans-serif;
	padding-bottom: 13px;
}
/*sideNav css*/
ul.sideNav {
	float: left;
	width: 182px;
	list-style: none;
}
ul.sideNav li {
	display: block;
	background: url(../images/arrow_blue.png) no-repeat 0 4px;
	color: #1182b2;
	font: 13px/20px Arial, sans-serif;
	padding: 0 0 15px 16px;
}
ul.sideNav a {
	color: #1182b2;
}
ul.sideNav a:hover {
	text-decoration: underline;
}
/*content main sec css*/
.contentMain {
	float: right;
	width: 758px;
}
.contentText {
	float: left;
	width: 504px;
}
.contentText h4 {
	color: #000;
	font: 17px/27px Arial, sans-serif;
	padding-bottom: 14px;
}
.contentText p {
	color: #000;
	font: 14px/22px Arial, sans-serif;
	padding-bottom: 21px;
}
.contentImg {
	float: right;
	width: 222px;
	padding: 5px 2px 0 0;
}
.contentImg small {
	float: left;
	width: 100%;
	color: #444;
	font: 14px/17px Arial, sans-serif;
	word-spacing: -1px;
	padding: 14px 0 0 0;
}
/**how to paint page starts**/
.howToPaint {
	float: left;
	width: 100%;
}
/*banner img css*/
.howToPaint .bannerImg {
	text-align: left;
	padding-bottom: 28px;
	float: left;
}
.howToPaint h3 {
	color: #444;
	font: 22px/34px Arial, sans-serif;
	padding-bottom: 25px;
}
/*power of colors page starts*/
.powerRight {
	float: right;
	width: 755px;
}
body.BlogTree .powerRight, body.BlogHolder .powerRight {
	width: 100%;
}
.powerRight h3 {
	padding-bottom: 15px;
}
/*.powerRight h3{color: #000; font: normal 17px/27px Arial,sans-serif; padding-bottom: 18px;}*/
.powerRight p {
	color: #444;
	font: 14px/22px Arial, sans-serif;
}
/*colors list css*/
.Page ul.contentlisting, .ContentPage ul.contentlisting {
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #f3f3f3;
	margin: 31px 0 0 0;
	padding: 0;
}
ul.contentlisting li {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #D9D9D9;
}
ul.contentlisting li.first {
	margin-top: 0;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}
ul.contentlisting li .blog-entry {
	padding: 0 0 30px 0;
}
ul.contentlisting small {
	float: left;
}
ul.contentlisting img {
	margin-bottom: 30px;
}
ul.powerColorList img {
	margin-bottom: 0px;
}
ul.contentlisting .img {
	float: left;
	width: auto;
	margin: 5px 25px 30px 0;
	position: relative;
}
ul.contentlisting .img .text {
	position: absolute;
	background: #ff1d1d;
	font: 20px/22px 'Baskerville', Arial, sans-serif;
	color: #fff;
	bottom: 14px;
	left: 18px;
	padding: 0 6px;
}
ul.contentlisting div.text {
	float: right;
	width: 492px;
	margin-bottom: 30px;
}
ul.contentlisting h3 {
	color: #000;
	font: 18px/22px 'Open Sans', sans-serif;
	padding: 10px 0;
}
ul.contentlisting h3 a {
	color: #000;
}
ul.contentlisting h3 a:hover {
	text-decoration: underline;
}
ul.contentlisting h3 + span {
	display: inline-block;
	margin: -5px 0 15px 0;
	font-style: italic;
	color: #444444;
}
ul.contentlisting h3 + span a {
	color: #1182B2;
}
ul.contentlisting p {
	color: #444;
	font: 14px/22px Arial, sans-serif;
}
ul.contentlisting a.read-more {
	display: inline-block;
	color: #0a4b94;
	font-size: 13px;
	padding: 15px 0 0 0;
	font-weight: bold;
}
ul.contentlisting a:hover {
	text-decoration: underline;
}
/*banner img css of power of color page*/
.banner_power {
	float: left;
	width: 100%;
	padding-bottom: 21px;
}
/*store info page starts*/
.addressSec {
	float: right;
	width: 763px;
	margin: 21px 6px 0 0;
}
.addressSec h3 {
	color: #000;
	font: bold 21px/22px 'Open Sans', sans-serif;
	padding-bottom: 23px;
}
.addressSec .address {
	float: left;
	width: 343px;
	padding: 6px;
}
.addressSec .address span {
	display: block;
	font: 14px/22px Arial, sans-serif;
}
.addressSec .address span.pad_b {
	padding-bottom: 20px;
}
.addressSec .address span a {
	color: #1182b2;
}
.addressSec .address span a:hover {
	text-decoration: underline;
}
.addressSec .map {
	float: right;
	width: 374px;
	background-image: url(../images/map_frame01.png);
	margin: 10px 0 0 0;
	padding: 5px;
}
.addressSec .map a.pos1 {
	left: 175px;
	top: 137px;
}
/*info section of store info page starts
.info{float: left; width: 968px; padding: 34px 0 0 0;}
.info h4{font: bold 14px/20px  'Open Sans', sans-serif; color: #000; padding: 0 0 2px;}*/
/*left sec of info
.info .left{float: left; width: 290px; margin-left: 222px;}*/
/*right sec of info
.info .right{float: right; width: 290px; margin-right: 72px;}*/
/*store info list*/
ul.storeInfo {
	float: left;
	width: 100%;
}
ul.storeInfo li {
	float: left;
	width: 100%;
	color: #444;
	font: 14px/22px Arial, sans-serif;
}
/*index_of_specifier page css*/
ul#bottomList {
	float: left;
	width: 100%;
	list-style: none;
}
ul#bottomList li {
	float: left;
	width: auto;
	border: none;
	margin: 33px 0 0 0;
}
.caseStudy {
	float: left;
	width: 100%;
	text-align: left;
	font: 17px/20px 'Open Sans', sans-serif;
	margin: 65px 0 0;
}
.caseStudy strong {
	font: bold 17px/20px 'Open Sans', sans-serif;
	padding-right: 4px;
}
.viewBtn {
	position: absolute;
	left: 236px;
	padding: 0 3px 0 14px;
	bottom: 119px;
	width: auto;
	background: url(../images/green_btn_bg.png) repeat-x 0 0;
	color: #fff;
	font: 18px/38px 'Open Sans', sans-serif;
}
.viewBtn:hover {
	text-decoration: underline;
}
/*outer_banner.landing starts here*/
#outer_banner.landing {
	background: url(../images/banner_product_landing.jpg) no-repeat center 0;
	height: 250px;
}
#outer_banner.landing .banner .bannerImg {
	padding: 23px 0 0;
}
/*outer_banner.landing ends here*/
.productTabContent .interior {
	float: left;
}
/*product_detailILanding starts here*/
/*paintList starts here*/
ul.paintList.landing li {
	min-height: 160px;
}
/*paintList ends here*/

/***************************************************************************************************/
/*page colorRange 3a starts here*/
.blueImgSec a.left_arrow {
	position: absolute;
	background: #fff;
	padding: 24px 14px 24px 7px;
	top: 103px;
	left: 11px;
}
.blueImgSec a.right_arrow {
	position: absolute;
	background: #fff;
	padding: 20px 7px 18px 15px;
	top: 108px;
	right: 6px;
}
/***************************************************************************************************/
/*page colorRange 3b starts here*/
/* RYAN - EDITED SO THAT IT ACTUALLY WORKS */
.hoverFrameLeft, .hoverFrameRight {
	display: none;
}
.hoverFrameLeft {
	position: absolute;
	border: 5px solid #fff;
	background: #064892;
	right: 237px;
	top: 108px;
	width: 52px;
	height: 49px;
}
.hoverFrameRight {
	position: absolute;
	border: 5px solid #fff;
	background: #064892;
	right: 35px;
	top: 108px;
	width: 52px;
	height: 49px;
}
/* RYAN - END EDIT */
/***************************************************************************************************/
/*page colorRange 3c starts here*/
ul.colors .colorHover {
	position: absolute;
	display: none;
	width: 203px;
	background: #fff;
	border: 1px solid #C6C6C6;
	left: -1px;
	top: 47px;
	padding: 25px 13px 25px;
	z-index: 100;
}
ul.colors .colorHover.active {
	display: block;
}
ul.colors .colorHover a {
	float: none;
	font: bold 13px/16px 'Open Sans', sans-serif;
	color: #1a81b2;
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: auto;
}
ul.colors .colorHover a.saveOption {
	display: block;
	margin-bottom: 10px;
}
ul.colors .colorHover a.saveOption:hover {
	margin-bottom: 10px;
}
ul.colors .colorHover a:hover {
	margin: 0;
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
ul.colors .colorHover h5 {
	border-top: 1px solid #C6C6C6;
	font: bold 13px/16px 'Open Sans', sans-serif;
	color: #010101;
	margin: 10px 0 0;
	padding: 10px 0;
}
ul.colors .colorHover span {
	display: block;
	font: bold 13px/16px 'Open Sans', sans-serif;
	color: #1a81b2;
}
ul.colors a small {
	float: left;
	width: 100%;
	height: 100%;
}
ul.colors a:hover, ul.colors a.hover {
	border: 1px solid #c6c6c6;
	padding: 5px;
	width: 72px;
	background: #fff;
	height: 53px;
	margin: -14px -15px;
	position: relative;
	z-index: 999;
}
ul.colors a:hover small, ul.colors a.hover small {
	width: 100%;
	height: 53px;
	float: left;
}
/***************************************************************************************************/
/*page colorRange 3d starts here*/
ul.colors.match2 {
	margin: 5px 0 0 -36px;
	width: 291px;
}
ul.colors.match2 li {
	height: 53px;
	width: 71px;
}
ul.colors.match2 .colorHover {
	margin: 0 0 0 36px;
	width: 203px;
	top: 63px;
}
ul.colors.match2 a:hover {
	margin: -6px;
	width: 75px;
}
ul.colors.match2 .colorHover a:hover {
	margin: 0;
	width: auto;
}
/***************************************************************************************************/
/*page color range 4 starts here*/
.outerCart {
	display: inline;
	float: left;
	margin: 33px 0 0 8px;
	width: 978px;
}
.cartDetails {
	float: left;
	width: 100%;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	margin: 8px 0 0;
	padding: 10px 0 11px 0;
}
.cartDetails a.back {
	margin: 6px 0 0;
}
.cartDetails.no-border {
	border-bottom: 0;
	margin: 40px 0 0;
}
.myCart {
	float: right;
	width: 330px;
}
a.cart {
	float: right;
	background: url(../images/cart.png) no-repeat left 7px;
	font: bold 14px/16px Arial, sans-serif;
	color: #1a81b2;
	padding: 8px 0 0 26px;
}
a.cart:hover {
	text-decoration: underline;
}
.myCart span {
	float: right;
	font: 14px/16px Arial, sans-serif;
	color: #444;
	padding: 8px 0 0 12px;
}
.myCart .details_btn {
	margin: 0 0 0 19px;
	padding: 6px 0;
	text-align: center;
	width: 82px;
	float: right;
}
.productCart {
	float: left;
	width: 100%;
	padding: 37px 0 0;
}
.selected {
	float: left;
	width: 211px;
}
.selectedImg {
	float: left;
	width: 170px;
	border: 1px solid #c6c6c6;
	position: relative;
}
.selectedImg a {
	float: left;
	display: inline;
	background: #1459a7;
	height: 152px;
	margin: 9px;
	width: 152px;
}
.selected h4 {
	font: 14px/16px 'HelveticaNueueRoman', helvetica, Arial, sans-serif;
	color: #636363;
}
.selected h3 {
	font: bold 22px/24px 'Open Sans', sans-serif;
	color: #101010;
	padding: 3px 0 16px;
}
.productCart ul.list li {
	background: none;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}
a.social {
	float: left;
	margin: 11px 0 0;
}
.selectProduct {
	float: left;
	margin: 0 0 0 11px;
	width: 512px;
	display: inline;
}
.selectProduct h2 {
	font: bold 28px/30px 'Open Sans', sans-serif;
	color: #101010;
}
.selectTabbing {
	float: left;
	width: 100%;
	padding: 17px 0 0;
}
/*tabs starts here*/
.selectTabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
}
.selectTabs ul {
	float: left;
	width: 410px;
	margin: 0 0 0 1px;
}
.selectTabs li {
	float: left;
	text-align: center;
	width: 162px;
	font: bold 14px/18px 'Open Sans', sans-serif;
	color: #000;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	z-index: 99;
	position: relative;
	background: #f5f5f5;
}
.selectTabs li a {
	color: #000;
	display: block;
	padding: 18px 0 14px;
}
.selectTabs li.first {
	border-left: 1px solid #c9c9c9;
}
/*tabs active starts here*/
.selectTabs li.active {
	margin: 0 -1px -1px -1px;
	z-index: 999;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-bottom: 0 none;
}
.selectTabs li.active a {
	padding: 18px 0 15px;
}
/*tabs active ends here*/
/*tabs ends here*/
/*tabContent starts here*/
.selectTabsContent {
	float: left;
	padding: 29px 18px 0;
	width: 473px;
	border: 1px solid #c9c9c9;
	border-top: 0;
}
.selectTabsContent .row {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.selectTabsContent .row select {
	float: left;
	width: auto;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
.productBlock {
	float: left;
	width: 100%;
}
.productBlock h3 {
	font: bold 20px/24px 'Open Sans', sans-serif;
	color: #000;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	margin: 20px 0 0;
	padding: 13px 0;
}
ul.productList {
	float: left;
	width: 100%;
}
ul.productList li {
	float: left;
	width: 100%;
	padding: 26px 0 0;
	min-height: 224px;
	border-bottom: 1px solid #c9c9c9;
}
ul.productList li.last {
	border-bottom: 0 none;
	min-height: 206px;
}
ul.productList li small {
	float: left;
	margin: 7px 0 0 12px;
}
ul.productList li .listRight {
	float: right;
	width: 325px;
}
ul.productList li .listRight h4 {
	font: bold 16px/20px 'Open Sans', sans-serif;
	color: #101010;
	padding: 0 0 5px;
}
ul.productList li .listRight h4 strong {
	display: inline-block;
	font: bold 14px/16px 'Open Sans', sans-serif;
	text-decoration: line-through;
	color: #808080;
}
ul.productList li .listRight h4 em {
	display: inline-block;
	font: bold 16px/20px 'Open Sans', sans-serif;
	color: #e80303;
}
ul.productList li .listRight span {
	display: block;
	font: bold 13px/15px 'Open Sans', sans-serif;
	color: #1a81b2;
	padding: 7px 0 12px;
}
ul.productList li .listRight p {
	font: 13px/20px 'HelveticaNueueRoman', helvetica, Arial, sans-serif;
	color: #101010;
}
ul.productList li .listRight a.read {
	display: inline-block;
	font: bold 12px/15px 'Open Sans', sans-serif;
	color: #1a81b2;
	margin: 6px 0 0;
}
ul.productList li .listRight a.read:hover {
	text-decoration: underline;
}
ul.productList li .listRight strong {
	display: block;
}
ul.productList li .listRight .details_btn {
	color: #fff;
	margin: 18px 0 0;
	width: 163px;
}
ul.productList li .listRight .details_btn small {
	margin: 0;
}
ul.productList li .listRight .details_btn span {
	color: #fff;
	padding: 6px 0 0 6px;
}
.whyHames {
	float: right;
	width: 194px;
}
.rightBlock {
	float: left;
	width: 100%;
	padding: 0 0 21px;
}
.rightBlock h4 {
	font: bold 18px/20px 'Open Sans', sans-serif;
	color: #101010;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 10px;
}
/*whyHamesList starts here*/
ul.whyHamesList {
	float: left;
	width: 100%;
	padding: 18px 0 0;
}
ul.whyHamesList li {
	float: left;
	width: 100%;
	padding: 0 0 20px;
}
ul.whyHamesList li label {
	float: left;
	width: 100%;
}
ul.whyHamesList li input {
	float: left;
	margin: 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
}
ul.whyHamesList li span {
	float: left;
	font: 13px/18px 'HelveticaNueueRoman', helvetica, Arial, sans-serif;
	color: #101010;
	padding: 0 0 0 11px;
	width: 167px;
}
/*alsoWantList starts here*/
ul.alsoWantList {
	float: left;
	width: 100%;
}
ul.alsoWantList li {
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
ul.alsoWantList li small {
	float: left;
	padding: 23px 0 0;
}
ul.alsoWantList li .wantListRight {
	float: right;
	width: 107px;
}
ul.alsoWantList li h5 {
	font: bold 13px/18px 'Open Sans', sans-serif;
	color: #101010;
	padding: 0 0 1px;
}
ul.alsoWantList li a {
	font: bold 13px/18px 'Open Sans', sans-serif;
	color: #1a81b2;
}
ul.alsoWantList li strong {
	display: block;
	padding: 5px 0 10px;
}
ul.alsoWantList li a:hover {
	text-decoration: underline;
}
ul.alsoWantList li select {
	border: 1px solid #d9d9d9;
	width: 72px;
	padding: 4px;
	border: 1px solid #D9D9D9;
}
/***************************************************************************************************/
/*page color range 5 starts here*/
.productDetail {
	float: left;
	border: 1px solid #c9c9c9;
	margin: 3px 0 0 10px;
	padding: 13px 19px;
	width: 472px;
}
.productDetail h2 {
	font: bold 26px/30px 'Open Sans', sans-serif;
	color: #101010;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 0 12px;
}
/*productBlock section css starts*/
.productBlock h3 {
	font: bold 20px/24px 'Open Sans', sans-serif;
	color: #000;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	margin: 20px 0 0;
	padding: 13px 0;
}
.productDetail small {
	float: left;
	margin: 37px 0 0 19px;
}
/*listRight section css starts*/
.productDetail .listRight {
	float: right;
	width: 271px;
	padding: 20px 0 0;
}
.productDetail .listRight h4 {
	font: bold 16px/20px 'Open Sans', sans-serif;
	color: #101010;
}
.productDetail .listRight h5 {
	font: bold 20px/24px 'Open Sans', sans-serif;
	color: #101010;
	border-top: 1px solid #c9c9c9;
	padding: 13px 0 0;
}
.productDetail .listRight em {
	display: block;
	font: bold 13px/15px 'Open Sans', sans-serif;
	color: #1a81b2;
	padding: 2px 0 18px;
}
.productDetail .listRight strong {
	display: block;
}
/*listRight section details_btn css starts*/
.productDetail .listRight .details_btn {
	color: #fff;
	margin: 28px 0 0;
	width: 181px;
	font: bold 16px/18px 'Open Sans', sans-serif;
}
.productDetail .listRight .details_btn small {
	margin: 0;
	padding: 11px 8px;
}
.productDetail .listRight .details_btn span {
	color: #fff;
	padding: 10px 0 0 28px;
}
/*listRight section details_btn css ends*/
/*listRight section css ends*/
/*productBlock section css ends*/

/*finish section css starts*/
.finish {
	float: left;
	width: 100%;
	padding: 18px 0 0;
}
.finish.pad {
	padding: 27px 0 0;
}
.finish span {
	float: left;
	font: bold 16px/18px Arial, sans-serif;
	color: #444;
	padding: 0 0 14px;
}
.finish .row {
	float: left;
	width: 100%;
	padding: 0 0 10px;
}
.finish label {
	float: left;
	width: 112px;
}
.finish input {
	float: left;
	width: auto;
	margin: 2px 0 0 0;
}
.finish small {
	float: left;
	font: 14px/16px Arial, sans-serif;
	color: #444;
	margin: 0 0 0 7px;
}
.productDetail a.view {
	text-transform: none;
	margin-top: 5px;
}
.finish .col {
	float: left;
	width: 123px;
	margin: 0 0 0;
	padding: 0 0 4px;
}
.finish .col.right {
	float: right;
	width: 77px;
	margin: 0;
}
.finish select {
	float: left;
	width: 121px;
	border: 1px solid #d9d9d9;
	padding: 6px;
	color: #666666;
}
.finish .col.right select {
	width: 70px;
}
/*finish section css ends*/
.tabbing.pad {
	padding: 58px 0 19px;
}
.productDetail .tabs ul {
	width: 100%;
}
.productDetail .tabs li {
	width: 156px;
}
.productDetail .tabContent p {
	padding: 4px 0 0;
	font: 14px/25px 'HelveticaNueueRoman', helvetica, Arial, sans-serif;
	color: #101010;
}
/***************************************************************************************************/
/*page color range 6 starts here*/
.freeShipping {
	float: left;
	width: 976px;
	border: 1px solid #c9c9c9;
	background: #fafafa;
	text-align: center;
	font: bold 20px/26px 'Open Sans', sans-serif;
	color: #101010;
	padding: 16px 0 14px;
	margin: 22px 0 0;
}
ul.producDetailstList {
	float: left;
	width: 100%;
	padding: 37px 0 0;
}
ul.producDetailstList li {
	float: left;
	width: 100%;
}
ul.producDetailstList li .head {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	padding: 10px 0 8px;
}
ul.producDetailstList li .contentlist {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	padding: 18px 0 37px 0
}
ul.producDetailstList li .col1 {
	float: left;
	width: 304px;
}
ul.producDetailstList li .col2 {
	float: left;
	width: 199px;
}
ul.producDetailstList li .col3 {
	float: left;
	width: 125px;
}
ul.producDetailstList li .col4 {
	float: left;
	width: 138px;
}
ul.producDetailstList li select {
	float: left;
	padding: 5px;
	border: 1px solid #D9D9D9;
	width: 60px;
}
ul.producDetailstList li .col5 {
	float: left;
	width: 122px;
}
ul.producDetailstList li .col6 {
	float: left;
	width: 83px;
}
ul.producDetailstList li h3 {
	font: bold 16px/20px 'Open Sans', sans-serif;
	color: #101010;
}
ul.producDetailstList li small {
	float: left;
	padding: 0 19px 0 10px;
}
ul.producDetailstList li h4 {
	display: block;
	font: bold 14px/16px Arial, sans-serif;
	color: #444;
}
ul.producDetailstList li span {
	display: block;
	font: 14px/16px Arial, sans-serif;
	color: #444;
	padding: 13px 0 0;
}
ul.producDetailstList li p {
	display: block;
	font: 14px/16px 'HelveticaNueueRoman', helvetica, Arial, sans-serif;
	color: #444;
}
ul.producDetailstList li a {
	float: left;
}
.swatch {
	float: left;
	width: 55px;
	height: 56px;
	border: 1px solid #c6c6c6;
	padding: 4px;
	margin-right: 10px;
	display: inline;
}
.swatch .color1 {
	float: left;
	width: 100%;
	height: 100%;
	background: #1459a7;
	padding: 0;
	margin: 0;
}
.discount {
	float: left;
	width: 226px;
	padding: 4px 17px 30px;
	border: 1px solid #c9c9c9;
	margin: 20px 0 0;
}
.discount h4 {
	font: bold 18px/22px Arial, sans-serif;
	color: #444;
	padding: 10px 0 0;
}
.discount p {
	font: 14px/18px Arial, sans-serif;
	color: #444;
	padding: 2px 0 4px;
}
.discount .row {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.discount input {
	float: left;
	width: 133px;
	height: 32px;
	font: 14px/18px Arial, sans-serif;
	color: #444;
	padding: 0 5px;
	border: 1px solid #dbdbdb;
	border-right: 0;
}
.discount input.sub {
	float: left;
	width: 47px;
	height: 34px;
	padding: 0;
	border: 0 none;
	background: #0b4b95;
	font: 12px/16px Arial, sans-serif;
	color: #fff;
	cursor: pointer;
}
.checkout {
	float: right;
	width: 345px;
}
.price {
	float: right;
	width: 225px;
	padding: 17px 0 0;
}
.price p {
	font: 14px/16px Arial, sans-serif;
	color: #444;
	padding: 0 0 13px;
	float: left;
	width: 100%;
}
.price p span {
	float: left;
	width: 132px;
}
.price p span.right {
	float: right;
	width: 90px;
	text-align: right;
}
.price strong {
	float: left;
	width: 100%;
	border-top: 1px solid #c9c9c9;
	font: bold 24px/26px Arial, sans-serif;
	color: #444;
	text-align: right;
	padding: 13px 0 0px;
}
.checkRow {
	float: left;
	width: 100%;
	padding: 26px 0 0;
}
.checkRow p {
	float: left;
	width: 235px;
	font: 14px/16px 'Open Sans', sans-serif;
	color: #101010;
	padding: 8px 0 0;
}
.checkRow p input {
	float: left;
	width: auto;
	margin: 2px 10px 0 0;
	padding: 0;
}
.checkRow p label {
	float: left;
	padding: 0 2px 0 0;
}
.checkRow p a {
	float: left;
	font: 14px/16px 'HelveticaNueueRoman', helvetica, Arial, sans-serif;
	color: #1a81b2;
}
.checkRow .details_btn {
	margin: 0;
	padding: 6px;
	float: right;
	width: 68px;
}
.alsoWant {
	display: block;
	overflow: hidden;
	border-top: 1px solid #f3f3f3;
	margin: 30px 0 0 15px;
	padding: 30px 0 0;
	clear: both
}
.alsoWant h4 {
	font: bold 18px/22px 'Open Sans', sans-serif;
	color: #000;
	padding-bottom: 30px;
}
ul.wantList {
	float: left;
	width: 100%;
}
ul.wantList li {
	float: left;
	width: 290px;
	padding: 0 50px 0 0;
}
ul.wantList li.last {
	padding-right: 0;
}
ul.wantList li small {
	float: left;
}
ul.wantList li .wantListRight {
	float: right;
	width: 132px;
}
ul.wantList li .wantListRight h5 {
	font: bold 14px/16px Arial, sans-serif;
	color: #444;
	padding: 0 0 5px;
}
ul.wantList li .wantListRight p {
	display: block;
}
ul.wantList li .wantListRight label {
	display: inline-block;
	font: bold 12px/14px Arial, sans-serif;
	color: #444;
	padding-right: 3px;
}
ul.wantList li .wantListRight select {
	display: inline-block;
	width: 60px;
	padding: 6px;
	border: 1px solid #d9d9d9;
}
ul.wantList li .wantListRight .details_btn {
	width: 131px;
}
/***************************************************************************************************/
/*product detail page starts*/
.mainDetails {
	float: left;
	width: 100%;
}
.outerDetail {
	float: left;
	margin: 37px 0 0 8px;
	display: inline;
}
.detailLeft {
	float: left;
	width: 502px;
}
.productPrice {
	float: left;
	width: 223px;
	padding-top: 10px;
}
.productPrice h3 {
	font: bold 21px/26px Arial, sans-serif;
	color: #000;
	padding: 20px 0 0;
}
.productPrice h4 {
	font: bold 18px/30px Arial, sans-serif;
	color: #000;
}
.productPrice strong {
	display: block;
}
.productPrice .details_btn {
	width: 184px;
	font: bold 16px/31px 'Open Sans', sans-serif;
	margin-top: 17px;
}
.productPrice .details_btn small {
	padding: 12px 11px;
}
.productPrice .details_btn span {
	padding-left: 25px;
}
.productMaking {
	float: left;
	width: 230px;
	padding-top: 4px;
	margin-left: 33px;
}
.productMaking h4 {
	font: bold 16px/22px Arial, sans-serif;
	color: #000;
}
.productMaking .inputRow {
	display: inline-block;
	width: 100%;
	padding: 16px 0;
}
.productMaking .inputRow input {
	float: left;
	width: 166px;
	height: 28px;
	font: 14px/28px Arial, sans-serif;
	color: #444;
	padding: 0 5px;
	border: 1px solid #dbdbdb;
	border-right: 0;
}
.productMaking .inputRow input.sub {
	float: left;
	width: 45px;
	height: 30px;
	padding: 0;
	border: 0 none;
	background: #0b4b95;
	font: 14px/16px Arial, sans-serif;
	color: #fff;
	cursor: pointer;
}
.productMaking p {
	font: 12px/19px Arial, sans-serif;
	color: #444;
}
.productMaking a.view {
	text-transform: none;
	margin-top: 5px;
	font-size: 11px;
	margin-right: 0px;
}
.calculator {
	float: left;
	width: 196px;
	background: url(../images/calculator.png) no-repeat 0 3px;
	padding: 0 0 0 34px;
}
.calculator a.view {
	margin-top: 0;
}
.calculator a.no-bg {
	background: none;
}
.detailRight {
	float: left;
	width: 479px;
	padding: 0 0 20px;
}
.detailRight .myCart {
	width: 335px;
	margin-top: 27px
}
.detailRight .tabbing {
	padding-top: 30px;
}
.detailRight .tabs li.active {
	border: 1px solid #c9c9c9;
	border-bottom: 0;
}
.detailRight .tabs {
	border-bottom: 0 none;
	margin-left: 1px;
}
.detailRight .tabs ul {
	width: 100%;
}
.detailRight .tabs li {
	width: 159px;
}
.detailRight .tabContent {
	border: 1px solid #c9c9c9;
	padding-bottom: 23px;
}
.detailRight .courseOnline {
	float: left;
	width: 240px;
	margin: 30px 0 0;
}
.detailRight .tabContent p {
	font: 14px/24px Arial, sans-serif;
	color: #444;
	padding: 0px 32px 10px 32px;
}
/***************************************************************************************************/
.view {
	display: inline-block;
	vertical-align: top;
	font: bold 12px/16px Arial, sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	color: #1182b2;
	margin-right: 20px;
	padding: 0 13px 0 0;
}
.view:hover {
	color: #0576eb;
	background: url(../images/arrow_circle_hover.png) no-repeat right center;
}
.view.last {
	margin-right: 0;
}
/**trend page starts**/
.trend .breadcrumb {
	padding: 0 0 23px;
}
/**carousel sec starts**/
.carousel_sec {
	float: left;
	width: 100%;
	position: relative;
}
.carousel_sec ul {
	float: left;
	width: 980px;
	height: 400px;
	margin: 3px 0 0 8px;
}
.carousel_sec ul li {
	float: left;
	list-style: none;
}
.left_arrow {
	float: left;
	position: absolute;
	left: 22px;
	top: 182px;
	z-index: 999;
}
.right_arrow {
	float: left;
	position: absolute;
	right: 22px;
	top: 182px;
	z-index: 999;
}
/**carousel sec ends**/
/**color info starts**/
.color_info {
	float: left;
	width: 980px;
	padding: 0 0 0 8px;
	position: relative;
}
.color_info li {
	float: left;
	width: 473px;
	list-style: none;
	padding: 27px 31px 0 0;
	position: relative;
}
.color_info li.last {
	padding-right: 0;
	clear: right;
}
.color_info li span {
	float: left;
	padding: 0 6.3% 0 0
}
.color_info li h2 {
	font: bold 18px/22px 'Nunito', sans-serif;
	color: #000;
	padding: 5px 0 15px;
}
.color_info li p {
	font: 14px/22px 'Nunito', sans-serif !important;
	color: #444444;
	padding: 0;
}
.trend .view {
	display: inline-block;
	vertical-align: top;
	font: bold 12px/16px 'Nunito', sans-serif;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #1182b2;
	margin-right: 10px;
	background: url(../images/arrow_circle.png) no-repeat right center;
	padding: 0 13px 0 0;
}
.trend .view:hover {
	color: #0576eb;
	background: url(../images/arrow_circle_hover.png) no-repeat right center;
}
.play_icon {
	position: absolute;
	z-index: 9;
	left: 74px;
	top: 75px;
}
/**color info ends**/
/**color info1 starts**/
.color_info1 {
	float: left;
	width: 980px;
	padding: 30px 0 0 8px;
}
.color_info1 li {
	float: left;
	width: 223px;
	list-style: none;
	padding: 0 29px 0 0;
}
.color_info1 li.last {
	padding: 0;
}
.color_info1 li span {
	float: left;
	padding: 0
}
.color_info1 li h2 {
	font: bold 16px/18px 'Nunito', sans-serif;
	color: #000;
	padding: 23px 0 2px;
	float: left;
	width: 100%;
}
/**color info1 ends**/
/**haymes banner starts**/
.haymes_banner {
	float: left;
	width: 977px;
	background: #f5f1e6;
	min-height: 210px;
	margin: 25px 0 0 8px;
}
.haymes_banner h2 {
	font: bold 46px/53px 'Nunito', sans-serif;
	color: #000;
	padding: 49px 0 0 38px;
	float: left;
}
.haymes_banner span {
	float: right;
	margin: 20px 4% 0 0;
}
/**haymes banner ends**/
.trend #outer_footer {
	margin: 30px 0 0;
}
/**trend page ends**/
/**paint Calculator page starts**/
/**paintCalc starts**/
.paintCalc {
	float: left;
	width: 100%;
}
.paintCalc li {
	float: left;
	width: 365px;
	background: #ebebeb;
	min-height: 434px;
	padding-bottom: 20px;
	margin: 0 25px 0 0;
}
.paintCalc li.last {
	margin: 0;
}
.paintCalc li img {
	padding: 0;
	margin: 0;
	float: left;
}
.paintCalc li h3 {
	font: bold 28px/30px 'Nunito', sans-serif;
	color: #000;
	padding: 18px 0 3px 20px;
	width: 346px;
	float: left;
}
.paintCalc li h4 {
	font: bold 16px/18px 'Nunito', sans-serif;
	color: #888888;
	padding: 0 0 17px 20px;
}
.paintCalc li p {
	font: 14px/19px 'Nunito', sans-serif;
	color: #797979;
	padding: 0 0 10px 20px;
}
.paintCalc .details_btn {
	width: auto;
	height: 29px;
	font: bold 13px/29px 'Nunito', sans-serif;
	padding: 0 13px 0 14px;
	margin: 12px 0 0 20px;
}
/**paintCalc ends**/
/**paint Calculator page ends**/
/**paint Calculator1 page starts**/
/**calcBlock starts**/
.calcBlock {
	float: left;
	width: 100%;
}
.calc .tabbing {
	padding: 60px 0 0;
}
.calc .tabs {
	width: 756px;
}
.calc .tabs li {
	width: auto;
}
.calc .tabs li.first {
}
.calc .tabContent {
	width: 754px;
	padding-bottom: 22px;
}
.calc .tabs ul {
	margin: 0 0 0 1px;
}
/**calcBlock_left starts**/
.calcBlock_left {
	float: left;
	width: 48%;
	border-right: 1px solid #d7d7d7;
	margin: 0 0 0 0;
}
.rowBlock {
	float: left;
	padding: 0 0 50px 30px;
}
.rowBlock h2 {
	font: bold 16px/18px Arial, sans-serif;
	color: #444444;
}
.rowBlock ul {
	float: left;
	width: 100%;
	margin: 16px 0 0 0;
}
.rowBlock ul li {
	float: left;
	width: 100%;
	padding: 0 0 11px 0;
}
.radio1 {
	float: left;
}
.rowBlock ul li small {
	float: left;
	font: 14px 'Open Sans', sans-serif;
	color: #444444;
	padding: 0 0 0 8px;
}
.colBlock {
	float: left;
	width: 83px;
	padding: 14px 24px 0 0;
}
.colBlock span {
	float: left;
	width: 100%;
	font: bold 12px 'Open Sans', sans-serif;
	color: #084778;
	padding: 0 0 6px 0;
}
.colBlock small {
	float: left;
	font: 12px 'Open Sans', sans-serif;
	color: #444444;
	padding: 7px 0 6px 5px;
}
.inputbox {
	float: left;
	width: 33px;
	border: 1px solid #c2c2c2;
	font: 14px/28px 'Open Sans', sans-serif;
	color: #444444;
	outline: none;
	height: 28px;
	padding: 0 0 0 3%;
	text-align: center
}
.result_btn {
	float: left;
	background: #ba7735;
	border: 1px solid #ba7735;
	font: bold 13px/29px 'Open Sans', sans-serif;
	color: #fff;
	height: 29px;
	width: 141px;
	margin: 41px 0 0;
}
.result_btn span {
	font: bold 13px/29px 'Open Sans', sans-serif;
	color: #fff;
	background: url(images/white_arrow.gif) no-repeat right 5px;
	padding: 0 11px;
}
/**calcBlock_left ends**/
/**calcBlock_right starts**/
.calcBlock_right {
	float: left;
	width: 48%;
}
.rowBlock_right {
	float: left;
	padding: 0 0 0 35px;
}
.rowBlock_right h4 {
	float: left;
	width: 100%;
	font: bold 16px/18px 'Open Sans', sans-serif;
	color: #444444;
}
.rowBlock_right h2 {
	float: left;
	font: bold 60px/62px 'Open Sans', sans-serif;
	color: #ba7735;
	padding: 4px 0 0 0;
}
.rowBlock_right span {
	font: bold 23px/62px 'Open Sans', sans-serif;
	color: #bab835;
	padding: 14px 0 0 5px;
	float: left;
}
.rowBlock1_right {
	float: left;
	padding: 25px 0 0 35px;
	width: 100%;
}
.rowBlock1_right h4 {
	float: left;
	width: 100%;
	font: bold 16px/18px 'Open Sans', sans-serif;
	color: #444;
	padding-bottom: 10px;
}
.rowBlock1_right ul {
	float: left;
	width: 49px;
	padding: 11px 0 0;
}
.rowBlock1_right ul li {
	float: left;
	width: 100%;
	font: 14px/17px 'Open Sans', sans-serif;
	color: #636363;
}
.rowBlock1_right span {
	float: left;
	padding: 15px 0;
}
.rowBlock1_right a {
	float: left;
	color: #ba7735;
	margin: 37px 0 0 0;
	font: bold 14px/26px 'Open Sans', sans-serif;
	clear: both;
	padding: 0 0 0 36px;
	height: 26px;
	background: url(../images/print_img.png) no-repeat left top;
}
.rowBlock1_right a[title='Print Calculation'] {
	margin-top:0px;	
}
.rowBlock1_right a:hover {
	text-decoration: underline;
}
/**calcBlock_right ends**/
/**calcBlock ends**/
/**paint Calculator1 page ends**/
/**paint Calculator2 page starts**/
.calc.basic .tabContent {
	width: 754px;
	padding: 21px 0 10px 0;
	min-height: 349px;
}
/**calcBlock2 starts**/
.calcBlock2 {
	float: left;
	width: 100%;
}
/**calcBlock2_left starts**/
.calcBlock2_left {
	float: left;
	width: 189px;
	margin: 0 0 0 18px;
}
.basicCalc_block {
	float: left;
	width: 100%;
}
.basicCalc_block a {
	display: block;
	padding: 9px 0 9px 15px;
	border: 1px solid #114785;
	background: #155fb3;
}
.basicCalc_block a span {
	background: url(images/white_arrow1.png) no-repeat left 3px;
	padding: 0 0 0 15px;
	font: bold 14px/16px 'Open Sans', sans-serif;
	color: #fff;
}
.basicCalc_block a.active span {
	background: url(images/white_arrow1_active.png) no-repeat left 6px;
	padding: 0 0 0 15px;
	font: bold 14px/16px 'Open Sans', sans-serif;
	color: #fff;
}
.basicCalc_block ul {
	display: block;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	border-top: none;
	padding: 0 0 0 0;
}
.basicCalc_block ul li {
	float: left;
	width: 150px;
	border-bottom: 1px solid #c9c9c9;
	margin: 0 0 0 18px;
	padding: 13px 0 12px;
}
.basicCalc_block ul li.last {
	border: none;
}
.basicCalc_block ul li small {
	font: bold 14px/16px 'Open Sans', sans-serif;
	color: #444444;
	width: 113px;
	float: left;
}
.basicCalc_block ul li strong {
	font: bold 13px/15px Arial, sans-serif;
	color: #1a81b2;
}
.basicCalc_block ul li strong a {
	font: bold 13px/15px Arial, sans-serif;
	color: #1a81b2;
	background: none;
	width: auto !important;
	border: none;
	padding: 0 !important;
	text-decoration: none;
}
.basicCalc_block ul li strong a:hover {
	text-decoration: underline;
}
/**calcBlock2_left ends**/
/**calcBlock2_right starts**/
.calcBlock2_right {
	float: left;
	width: 547px;
	margin: 0 0 0 0;
}
/**add_surface starts**/
.add_surface {
	float: left;
	border: 1px solid #c9c9c9;
	width: 503px;
	margin: 0 0 0 21px;
	text-align: center;
	padding: 21px 0 23px 0;
}
.add_surface span {
	color: #636363;
	font: 16px/18px 'Open Sans', sans-serif;
	width: 100%;
	float: left;
	padding: 0 0 2px 0;
}
.add_surface small {
	color: #636363;
	font: 16px/18px 'Open Sans', sans-serif;
	width: 100%;
	float: left;
}
.add_surface small a {
	color: #1a81b2;
	font: bold 16px/18px 'Open Sans', sans-serif;
	text-decoration: none;
}
.add_surface small a:hover {
	text-decoration: underline;
}
/**add_surface ends**/
.calc.basic .details_btn {
	width: 159px;
	margin: 18px 0 0 21px;
}
.calc.basic .details_btn.wid {
	width: 77px;
	margin: 18px 0 0 5px;
}
.calc.basic .details_btn span {
	padding: 7px 0 0 7px;
}
.calc.basic .details_btn.wid span {
	padding: 7px 0 0 7px;
}
.calc.basic .details_btn small {
	padding: 5px 8px;
*padding:5px 8px 3px 8px;
}
/**calcBlock2_right ends**/
/**calcBlock2 ends**/
/**paint Calculator2 page ends**/
/**paint Calculator3 page starts**/
.paintDesign_sec {
	float: left;
	width: 503px;
	margin: 0 0 12px 21px;
	border: 1px solid #c9c9c9;
	position: relative;
	padding: 0 0 0 0;
}
.paintDesign_top {
	float: left;
	width: 491px;
	background: #f5f5f5;
	border-bottom: 1px solid #c9c9c9;
	padding: 6px 0 8px 12px;
}
.paintDesign_top h2 {
	font: bold 18px/20px 'Open Sans', sans-serif;
	color: #444444;
	float: left;
}
.paintDesign_top span {
	float: right;
	margin: 1px 9px 0 0;
}
.paintDesign_bottom {
	float: left;
	width: 100%;
	padding: 0 0 10px 0
}
.paintDesign_bottom .colBlock {
	padding: 6px 0 0;
	width: 100%;
}
.paintDesign_bottom .colBlock span {
	padding: 8px 13px 0 14px;
	width: 42px;
	font-weight: bold;
}
.paintDesign_bottom .inputbox {
	width: 35px;
	padding: 0 0 0 2px;
}
.paintDesign_bottom .colBlock small {
	padding: 9px 0 4px 5px;
}
.paintDesign_left {
	float: left;
	width: 166px;
	border-right: 1px solid #c9c9c9;
	margin: 10px 0 0 0;
}
.paintDesign_mid {
	float: left;
	width: 191px;
	border-right: 1px solid #c9c9c9;
	margin: 10px 0 0 0;
}
.paintDesign_mid .rowBlock1_right {
	padding: 4px 0 0 17px;
}
.paintDesign_mid .rowBlock1_right ul {
	width: 99px;
	padding: 6px 0 0;
}
.paintDesign_right {
	float: left;
	width: 141px;
	padding: 12px 0 0 0;
}
.paintDesign_right p {
	font: 12px/16px 'Open Sans', sans-serif;
	color: #636363;
	text-align: center;
	width: 100%;
	padding: 0 0 3px 0;
}
.paintDesign_right h3 {
	font: bold 35px/37px 'Open Sans', sans-serif;
	color: #155fb3;
	text-align: center;
	width: 100%;
}
.paintDesign_right h4 {
	font: bold 18px/20px 'Open Sans', sans-serif;
	color: #155fb3;
	text-align: center;
	width: 100%;
}
/***************************************************************************************************/
/*Product Listing start here*/
/*Refind Search start here*/
.filter h5 {
	font: bold 16px/20px Arial, sans-serif;
	color: #444;
	float: left;
	margin: 0;
	padding: 0;
}
.filter h5.alpha2 {
	padding-top: 5px;
	float: left;
}
.alpha {
	padding: 14px 0 0 15px;
}
.filter ul.alpha {
	padding-top: 15px;
}
.filter li.alpha {
	padding-bottom: 20px;
}
/*Range start here*/
ul.range-slide {
	float: left;
	width: 166px;
	margin: 0;
	padding: 18px 14px 0 0;
	list-style: none;
}
ul.range-slide li {
	float: left;
	width: 100%;
	font: 13px/20px Arial, sans-serif;
	color: #192435;
}
ul.range-slide li span {
	float: right!important;
	padding: 0!important;
	font: 13px/20px Arial, sans-serif;
	color: #192435!important;
}
.range-blck {
	float: left;
	width: 100%;
	background: url(../images/range.jpg) no-repeat 0 0;
	height: 20px;
	position: relative;
}
a.range-right {
	position: absolute;
	background: url(../images/blue-btn.png) no-repeat 0 0;
	width: 10px;
	height: 20px;
	top: 0;
	right: 0;
}
a.range-left {
	position: absolute;
	background: url(../images/blue-btn.png) no-repeat 0 0;
	width: 10px;
	height: 20px;
	top: 0;
	left: 0;
}
.searchSec a.range {
}
/***** shop_product css *****/
.shop-head {
	display: block;
	font: bold 21px/22px 'Helvetica Neue Bold', arial, helvetica, sans-serif;
	color: #010101;
}
.shop-boxes {
	float: left;
	width: 100%;
	list-style: none;
}
.shop-boxes li {
	float: left;
	width: 168px;
	margin: 0 20px 0 0;
}
.shop-boxes li.last {
	margin: 0;
}
.shop-boxes span {
	float: left;
}
.shop-boxes strong {
	font: bold 14px/16px arial;
	color: #444444;
	float: left;
}
.shop-boxes small {
	float: left;
	font: 14px/16px arial;
	color: #444444;
}
.shop-bottom {
	float: left;
	width: 100%;
	border-top: 1px solid #f3f3f3;
}
.cart-section {
	float: left;
	width: 100%;
}
.shop-cart {
	width: 198px;
}
/*my colors a page css starts*/
.myColorsSec {
	position: absolute;
	min-height: 225px;
	background: #fff url(../images/bg01.gif) repeat-y right top;
	background-size: 25% 100%;
	left: 0%;
	bottom: 0;
	width: 100%;
	z-index: 500;
	border: 1px solid #ebebeb;
	border-bottom: 0 none;
	display: none;
}
.myColorsSec .leftBlock {
	float: left;
	width: 96px;
	border-right: 1px solid #c6c6c6;
	padding-right: 29px;
	margin: 32px 0 11px 0;
}
.myColorsSec .leftBlock a {
	width: 93px;
	height: 93px;
	border: 1px solid #c6c6c6;
	background: #fff;
	padding: 3px;
	margin: 0;
}
.myColorsSec .leftBlock a small {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.colorLeft {
	float: left;
	width: 565px;
	padding: 0 0 0 22px;
}
.colorRight {
	float: right;
	width: 293px;
	border-top: 3px solid #fff;
	padding: 0 28px 0 26px;
	background: #f2f2f2;
	margin: 0 3px 0 0;
	min-height: 222px;
}
.colorRight.colorB {
	min-height: 245px;
}
.myColorsSec .heading {
	float: left;
	width: 100%;
	border-bottom: 1px solid #c6c6c6;
	padding: 30px 0 13px;
}
.myColorsSec .heading h4 {
	float: left;
	color: #000;
	font: bold 22px/28px Arial, sans-serif;
	padding-right: 20px;
	border-right: 1px solid #c6c6c6;
}
.myColorsSec .heading h4.none {
	border: none;
	padding: 0;
}
.myColorsSec .heading a {
	color: #1a81b2;
	font: bold 13px/17px Arial, sans-serif;
	margin: 6px 0 0 10px;
}
.active .myColorsSec .heading a {
	color: #1a81b2;
	font: bold 13px/17px Arial, sans-serif;
	margin: 6px 0 0 10px;
}
.myColorsSec .heading a.details_btn {
	color: #fff;
	float: right;
	margin: 0;
	padding: 5px;
	text-align: center;
}
.colorList01 {
	float: left;
	width: 100%;
	position: relative;
	margin: 30px 0 0 0;
}
.colorRight .heading {
	padding: 26px 0 14px;
}
.colorRight .colorList01 {
	background: #dcdcdc;
	padding: 10px 11px 10px;
	width: 271px;
	margin: 19px 0 0;
}
.colorList01 ul {
	float: left;
	width: 100%;
	list-style: none;
}
.colorList01.width01 {
	margin-left: 29px;
	width: 478px;
}
.colorList01 ul li {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 24px 0 0;
}
.colorList01.width01 ul li {
	width: 59px;
}
.colorRight .colorList01 ul li {
	margin: 0 10px 0 0;
	width: 60px;
}
.colorList01 ul li.last {
	margin: 0;
}
.colorList01 ul .colorBox {
	float: left;
	width: 52px;
	height: 52px;
	border: 1px solid #c6c6c6;
	background: #fff;
	padding: 3px;
	margin: 0;
}
.colorList01 ul .colorBox small {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}
.colorList01 ul .color21 {
	background: #617a11;
}
.colorList01 ul .color22 {
	background: #88a430;
}
.colorList01 ul .color23 {
	background: #c3be82;
}
.colorList01 ul .color24 {
	background: #f8f3ad;
}
.colorList01 ul .color25 {
	background: #329c7a;
}
.colorList01 ul .color26 {
	background: #4dbb75;
}
.colorList01 ul .color27 {
	background: #650d6b;
}
.colorList01 ul .color28 {
	background: #ff850e;
}
.colorList01 ul .color29 {
	background: #0c65c0;
}
.colorList01 ul .color30 {
	background: #4b646c;
}
.colorList01 ul .color31 {
	background: #561e32;
}
.colorList01 ul .color32 {
	background: #913557;
}
.myColorsSec .leftBlock .color33 {
	background: #1e117a;
}
.myColorsSec h6 {
	text-align: center;
	font: 11px/42px Arial, sans-serif;
	color: #444;
	margin: 5px 0 0 0;
	float: left;
	width: 100%;
}
.myColorsSec h6 a {
	color: #444 !important;
	font: 11px/15px 'Nunito', sans-serif !important;
	float: none !important;
	border: 0 !important;
	margin: 0 !important;
}
.myColorsSec h6 a:hover {
	text-decoration: underline;
}
.colorList01 .prev {
	background: url("../images/prev_arrow01.png") no-repeat scroll 0 0 transparent;
	height: 25px;
	left: -13px;
	position: absolute;
	top: 18px;
	width: 25px;
	z-index: 200;
	margin: 0 !important;
}
.colorRight .colorList01 .prev {
	left: 0;
	top: 29px;
}
.colorRight .colorList01 .next {
	right: 0;
	top: 29px;
}
.colorList01 .belt {
	height: 95px;
}
.colorList01 .next {
	background: url("../images/next_arrow01.png") no-repeat scroll 0 0 transparent;
	height: 25px;
	position: absolute;
	right: -14px;
	top: 18px;
	width: 25px;
	z-index: 200;
	margin: 0 !important;
}
/***** shop_product css *****/
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	background: url(../images/overlay.png) repeat 0 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.shopproduct-head {
	width: 367px;
	margin: 9px 0 0 0
}
.shopCart {
	width: 331px;
	margin: 36px 0 0 0;
}
.shop-bred {
	padding: 0 0 22px 0;
}
.promoBanner {
	float: left;
	width: 100%;
}
.shop-top {
	float: left;
	width: 100%;
	margin: 26px 0 0 0;
}
.shop-item {
	float: left;
	font: 12px/28px arial;
	color: #444;
}
.shop-paging {
	float: left;
	list-style: none;
	margin: 7px 0 0 159px;
}
.shop-paging li {
	float: left;
	margin: 0 6px 0 0;
}
.shop-paging a {
	float: left;
	text-decoration: none;
	font: bold 12px/14px arial;
	color: #1a81b2;
}
.shop-paging a:hover {
	text-decoration: underline;
}
.shop-select {
	float: right;
	margin: 0 6px 0 0;
	width: 275px;
}
.shop-select select {
	margin: 0 0 0 7px;
	width: 124px;
	height: 28px;
	padding: 6px;
	border: 1px solid #d9d9d9;
	font: 12px/12px arial;
	color: #666666;
}
.shop-box {
	float: left;
	width: 100%;
	list-style: none;
	margin: 38px 0 0 0
}
.shop-box li {
	float: left;
	width: 168px;
	margin: 0 20px 0 0;
	padding: 0 0 54px 0
}
.shop-box li.last {
	margin: 0;
}
.shop-box li.pad {
	padding-bottom: 0;
}
.shop-box span {
	float: left;
	margin: 0 0 0 23px;
}
.shop-box strong {
	font: bold 14px/16px arial;
	color: #444444;
	float: left;
	margin: 27px 0 0;
}
.shop-box small {
	float: left;
	font: 14px/16px arial;
	color: #444444;
	margin: 5px 0 0 0
}
.shop-bottom {
	float: left;
	width: 100%;
	border-top: 1px solid #f3f3f3;
	margin: 37px 0 0 0;
}
.cart-section {
	float: left;
	width: 100%;
}
.shop-cart {
	width: 198px;
}
.shop-popup {
	float: left;
	width: 544px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -86px 0 0 -250px;
	z-index: 99999;
	padding: 0 0 40px;
}
.pop-cross {
	float: right;
	background: url(../images/pop-cross.gif) no-repeat 0 0;
	margin: 16px 0 0;
	width: 46px;
	height: 27px;
}
.pop-logo {
	width: 100%;
	text-align: center;
	float: left;
	margin: -14px 0 0 0
}
.availability {
	float: left;
	width: 100%;
	text-align: center;
	font: 24px/26px 'Nunito', sans-serif;
	color: #000;
	margin: 16px 0 0 0
}
.postcode {
	font: 14px/16px arial;
	color: #192435;
	float: left;
	width: 100%;
	text-align: center;
	margin: 11px 0 0 0
}
.popup-form {
	float: left;
	width: 294px;
	margin: 21px 0 0 113px;
	position: relative;
}
.shop-list {
	float: left;
	width: 270px;
	list-style: none;
	background: #fff;
	position: absolute;
	top: 46px;
	border: 1px solid #d7d7d7;
	border-top: 0;
	margin: 0 0 0 21px;
	left: 0;
	padding: 15px 0
}
.shop-list li {
	font: 12px/25px arial;
	color: #1182b2;
	padding: 0 0 0 30px;
	display: block;
	clear: both;
	cursor: pointer;
	margin-bottom: 1px;
}
.bottom-item {
	margin: 20px 0 0 0
}
.popup-form input {
	float: left;
	width: 184px;
	height: 38px;
	padding: 0 5px 0 15px;
	margin: 6px 0 0 20px;
	border: 1px solid #dbdbdb;
	border-right: 0;
	font: 14px/22px 'Nunito', sans-serif;
	color: #666666;
}
.popup-form input.sub {
	background: #0B4B95;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font: 14px/16px 'Nunito', sans-serif;
	height: 40px;
	margin-left: 0;
	padding: 0;
	width: 69px;
}
/*** index pop up ****/
.visit {
	width: 980px;
	margin: 0 auto;
}
.experience {
	float: left;
	width: 100%;
	text-align: center;
	font: 24px/24px 'Nunito', sans-serif;
	color: #000;
}
/* tumblr blog stuff */
.blog-entry h3 {
	font: bold 41px 'Nunito', sans-serif !important;
}
.blogListing .power-banner {
	margin-bottom: 15px;
}
/* Data sheet search */

.datasheet-search {
	margin: 0 0 20px 0;
}
.datasheet-search input {
	float: none;
	width: 250px;
	margin: 0 0 20px 0;
}
/* store locator promo running tag */
.promotag-holder {
	display: block;
	float: left;
	padding-left: 54px;
	padding-top: 10px;
}
.promo-tag, .promotrade-tag {
	display: block;
	background-color: #ff0000;
	color: #fff;
	padding: 9px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.closestStore li .promo-tag, .closestStore li .promotrade-tag {
	color: #fff;
}
.promotrade-tag {
	background-color: #7CAE0F;
}
.addressSec .address .promo-tag, .addressSec .address .promotrade-tag {
	display: inline-block;
	margin: 8px 0 0 0;
	min-width: 140px;
	font-size: 14px;
	line-height: 1;
}
.addressSec .address a.promo-tag:hover, .addressSec .address a.promotrade-tag:hover {
	text-decoration: underline;
}

/*15-08-2014*/

section.clearfix.color-trends ul.color_info li span a img{
	width:250px;
	height:200px;
}
section#content_section section.clearfix.color-trends ul.color_info1 li span a img{
	width:250px;
	height:150px;
}
section#content_section section.clearfix.color-trends ul.color_info1 li{
	padding:0 55px 0 0;
}
section.clearfix.color-trends ul.color_info li:last-child{
	clear: right;
	padding-right: 0;
}
section#content_section section.clearfix.color-trends ul.color_info{
	width:95%;
	margin-left:4%;
}
section#content_section section.clearfix.color-trends ul.color_info li{
	padding: 25px 30px 0 0;
    width: 45%;
}
section#content_section section.clearfix.color-trends ul.color_info li span{
	padding: 0 5% 0 0;
}
section#content_section section.clearfix.color-trends ul.color_info li p{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #4c4b4b;
}
section#content_section section.clearfix.color-trends ul.color_info li h2{
	padding: 5px 0 5px;
}
.view_rep {
	display: inline-block;
	vertical-align: top;
	font: bold 12px/16px Arial,sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	color: #1182b2;
	margin-right: 20px;
	background: url(../images/arrow_circle.png) no-repeat right center;
	padding: 0 13px 0 0;
}

section#content_section section.clearfix.color-trends ul.color_info1{
	width:95%;
	margin-left:4%;
}
.static_img{
	float:right;
	width:93%;
}
/*BLOG*/
.blog_page{
	padding: 0;
	margin: 100px 0 0 0px;
	min-height:300px;
}
#page .blog-title-text {
	font-size: 16px;
	line-height: 1.4em;
	color: #585858;
	font-family: 'Nunito', sans-serif;
}
section#content_section section.clearfix div.layout.blog div.content{
	width:99%;
	margin:0px;
	padding:5px;
}
section#content_section section.clearfix div.layout.blog{
	width:100%;
}
div#page.blog_page div.powerRight{
	background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #e9e9e9;
    float: none;
    margin: 20px auto;
    min-height: 200px;
    padding: 10px;
    width: 90%;
}
/*22*/
.blog_area_pt{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.blog-container{
	width:99%;
	margin:0px;
	float:left;
}
.total_blog_set{
	float:left;
	width:99%;
}
.total_blog_set hr{
	float:left;
	width:100%;
	margin:10px 0;
	color:#FFF;
}
.blog-container i{
	padding:10px 0;
	width:100%;
	float:left;
}
div.custom-select.set{
	border: none;
	float: right;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	width:60%;
	margin-top:0px;
}
div.blog_area_pt div.myFilter{
	width:25%;
}
div.custom-select.set select{
	width:145px;
	font-size:14px;
	border-radius: 4px;
	padding:2px;
}








.pagination .active, .pagination a {
    padding: 5px;
}
.pagination a {
    color: #1182b2;
    font-size: 14px;
}
.news_box input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #5e5e5e;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 5px 2%;
    width: 96%;
}

.news_box h4 {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 5px;
}
.fot_menu{
	margin-top:20px;
	float:left;
}

.mid_footer{
	max-width:1228px;
	margin:0px auto;
	background:#232323;
}


