/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Template Name: shopey
Author: Cosmin Cotor
Author ThemeForest URL: http//themeforest.net/user/cosmincotor
Author Website: http//pixek.com/
Version: 1.0.0
License: Commercial
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework CSS Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	background-color: #ede7db;
	font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p > a {
	color: #E4755A;
}
a {
	color: #E4755A;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
input[type="text"], input[type="password"] {
	background-color: #f3f3f3;
	border-color: #f0f0f0;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
	font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
textarea {
	background-color: #f3f3f3;
	border-color: #f0f0f0;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
	font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input:focus, textarea:focus {
	background-color: #f6f6f6;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}
input[type="submit"] {
	font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
table {
	background-color: transparent;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
thead {
}
th {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	color: #333;
	background-color: #f0f0f0;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #999;
	background-color: transparent;
}
tr:hover > td {
	background-color: #f6f6f6;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework CSS Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.websiteWrapper {
}
.pageWrapper {
	margin-top: 36px;
	margin-bottom: 36px;
}
.pageContentWrapper {
	background-color: #fff;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 36px;
}
.pageWrapper > *:last-child, .pageContentWrapper > *:last-child {
	margin-bottom: 0px;
}
.pageTitle {
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 22px;
	margin-top: 2px;
	margin-bottom: 23px;
}
.blockTitle {
	margin-bottom: 22px;
}
::-webkit-input-placeholder {
color:#999;
}
:-moz-placeholder {
 color:#999;
}
::-moz-placeholder {
 color:#999;
}
:-ms-input-placeholder {
 color:#999;
}
.formFieldWrapper {
	margin-bottom: 23px;
}
.formFieldWrapper label, .formTextareaWrapper label {
	margin-bottom: 13px;
	width: 100%;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
}
input.fieldWithIcon {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.textareaWithIcon {
	background-position: right 9px;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.shopSearchFieldIcon {
	background-image: url(../images/common/shopSearchFieldBg.png);
}
.userFieldIcon {
	background-image: url(../images/common/userFieldBg.png);
}
.passwordFieldIcon {
	background-image: url(../images/common/passwordFieldBg.png);
}
.emailFieldIcon {
	background-image: url(../images/common/emailFieldBg.png);
}
.phoneFieldIcon {
	background-image: url(../images/common/phoneFieldBg.png);
}
.addressFieldIcon {
	background-image: url(../images/common/addressFieldBg.png);
}
.websiteFieldIcon {
	background-image: url(../images/common/websiteFieldBg.png);
}
.messageFieldIcon {
	background-image: url(../images/common/messageFieldBg.png);
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Elements CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.buttonWrapper {
	border-radius: 3px;
}
.buttonDefault {
	background-color: #E4755A;
}
.highlightDefault {
	background-color: #E4755A;
}
.alertBox {
	border-radius: 3px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Elements CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headerOuterWrapper {
	z-index: 9999;
	margin-left: 24px;
	margin-right: 24px;
	background-color: #fff;
}
.headerWrapper {
	padding-left: 24px;
	padding-right: 24px;
	z-index: 9990;
	height: 54px;
	background-color: #e4755a;
}
.accountButton {
	float: left;
	height: 18px;
	width: 18px;
	margin-right: 24px;
	background: url(../images/common/accountButtonBg.png) 0 0 no-repeat;
	margin-top: 18px;
}
.shoppingCartButton {
	float: left;
	height: 18px;
	width: 20px;
	margin-right: 24px;
	background: url(../images/common/cartButtonBg.png) 0 0 no-repeat;
	margin-top: 18px;
}
.mainMenuButton {
	height: 18px;
	width: 24px;
	background: url(../images/common/mainMenuButtonBg.png) 0px 0px no-repeat;
	float: right;
	margin-top: 18px;
}
.mainMenuButton:hover {
	text-decoration: none;
}
.mainMenuOuterWrapper {
	display: none;
	margin-left: 24px;
	margin-right: 24px;
	z-index: 9999;
	background-color: #e4755a;
}
.mainMenuBottomDecoration {
	margin-right: 24px;
	margin-left: 24px;
	height: 3px;
	background-color: rgba(0,0,0,0.12);
}
.mainMenuWrapper {
	padding-left: 24px;
	padding-right: 24px;
	margin: 0px;
	position: relative;
	padding-top: 24px;
	padding-bottom: 12px;
}
.mainMenuWrapper > li {
	line-height: 36px;
	height: 36px;
	margin-bottom: 12px;
	list-style: none;
	background-color: #fff;
	border-radius: 6px;
	padding-left: 12px;
}
.mainMenuWrapper > li:last-child {
	margin-bottom: 12px;
}
.mainMenuWrapper > li > a {
	color: #666;
}
.mainMenuWrapper > li > a:hover {
	text-decoration: none;
}
.mainMenuWrapper > li:hover > a {
}
.mainMenuWrapper > li.currentPage {
	background-color: #333;
}
.mainMenuWrapper > li.currentPage > a {
	color: #fff;
}
.shoppingCartWrapper {
	background-color: #e4755a;
	margin-left: 24px;
	margin-right: 24px;
	display: none;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
}
.shoppingCartProductWrapper {
	margin-bottom: 24px;
	min-height: 60px;
}
.shoppingCartProductImageWrapper {
	margin-right: 24px;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 6px;
}
.shoppingCartProductImage {
	height: 60px;
	width: 60px;
}
.shoppingCartProductInfoWrapper {
}
.shoppingCartProductButtonsWrapper {
	margin-top: 4px;
}
input.shoppingCartProductNumber {
	color: #999;
	border: 1px solid rgba(0,0,0,0.12);
	display: block;
	float: left;
	border-radius: 3px;
	padding: 0px;
	height: 22px;
	line-height: 22px;
	width: 22px;
	margin: 0px;
	text-align: center;
}
.shoppingCartProductPrice {
	color: #fff;
	background-color: rgba(0,0,0,0.12);
	display: block;
	float: left;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 12px;
	height: 24px;
	line-height: 24px;
	margin-left: 12px;
}
.shoppingCartRemoveProductButton {
	background: #333 url(../images/common/shoppingCartRemoveProductButtonBg.png) center center no-repeat;
	color: #fff;
	display: block;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	float: right;
	height: 24px;
	line-height: 24px;
}
.shoppingCartProductTitle {
	color: #fff;
	text-decoration: none;
	margin-top: 5px;
}
.shoppingCartInfoWrapper {
	color: #fff;
	margin-bottom: 16px;
	border-top: 3px solid rgba(0,0,0,0.12);
	padding-top: 17px;
}
.shoppingCartProductsNumber {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
}
.shoppingCartProductsTotal {
	float: right;
	display: block;
	height: 24px;
	line-height: 24px;
}
.shoppingCartButtonsWrapper {
	height: 36px;
	padding-bottom: 24px;
	padding-top: 24px;
	border-top: 3px solid rgba(0,0,0,0.12);
	border-bottom: 3px solid rgba(0,0,0,0.12);
}
input.shoppingCartCheckoutButton {
	float: right;
	width: 96px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	background-color: #333;
	border-radius: 6px;
	font-weight: normal;
}
.shoppingCartEmptyButton {
	float: left;
	width: 96px;
	text-align: center;
	color: #333;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border-radius: 6px;
}
.headerDecoration {
	height: 6px;
	background-color: #fff;
	background:url(../images/skins/default/headerFooterDecoBg.png) center 0px repeat-x;
}
.mainLogo {
	width: 104px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-bottom: 30px;
}
.mainLogo > img {
	width: 104px;
	height: 30px;
}
.shopSearchFormWrapper {
	margin-bottom: 36px;
}
.shopSearchForm {
}
input.shopSearchField {
	background-color: #f3f3f3;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
input.shopSearchField:focus {
	background-color: #f6f6f6;
}
.headerBreak {
	border-top: 3px solid #f0f0f0;
	height: 0px;
	width: 100%;
	clear: both;
	margin-bottom: 36px;
}
.headerBreakTextBottom {
	margin-bottom: 23px;
}
.headerBreakTitleBottom {
	margin-bottom: 23px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sliderOuterWrapper {
	overflow: visible;
	margin-bottom: 36px;
}
.sliderWrapper {
	overflow: hidden;
}
.nivoSlider {
	position: relative;
	overflow: hidden;
	background: #fff url(../images/common/loading.gif) no-repeat 50% 50%;
	background-color: #fff;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
	width: 100%;
	height: auto;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
	max-width: none;
}
.nivoSlider a {
	border: 0;
}
.nivo-controlNav {
	display: none;
}
.nivo-directionNav {
	display: none;
}
.nivo-directionNav a {
}
.mainSlider:hover .nivo-directionNav a {
}
a.nivo-nextNav {
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
}
a.nivo-prevNav:hover {
}
.sliderControl {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	height: 48px;
	width: 48px;
	background: #e4755a url(../images/common/sliderArrowsBg.png) 0 0 no-repeat;
	z-index: 9999;
}
.previousSlideButton {
	left: -24px;
	background-position: 0px 0px;
}
.nextSlideButton {
	right: -24px;
	background-position: -48px 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.homePageWrapper {
}
.sectionTitle {
	margin-bottom: 22px;
}
.sectionTitleLink {
	float: right;
	font-size: 10px;
	color: #e4755a;
}
.homeProductsWrapper {
	padding-left: 36px;
	box-sizing: border-box;
}
.homeProductWrapper {
	margin-left: 36px;
	width: 50%;
	float: left;
	margin-bottom: 27px;
}
.homeProductWrapper:nth-child(odd) {
	margin-left: -36px;
}
.homeProductWrapper > img {
	width: 100%;
	height: auto;
}
.homeProductInfoWrapper {
	padding-left: 12px;
	padding-right: 12px;
	background-color: #f9f9f9;
	padding-bottom: 12px;
	padding-top: 8px;
}
.homeProductTitle {
	display: block;
	margin-bottom: 7px;
	text-align: center;
}
.homePurchaseButton {
	background-color: #333;
	color: #fff;
	border-radius: 3px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Register Page CSS Rules Start                                                                      */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.registerPageWrapper {
}
.registerFormWrapper {
	margin-bottom: 36px;
}
.registerForm {
}
.registerForm input[type="text"], .registerForm input[type="password"] {
	margin-bottom: 0px;
}
input.registerFirstNameField, input.registerLastNameField, input.registerUserNameField {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
input.registerPasswordField {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
input.registerEmailField {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
input.registerPhoneField {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
input.registerAddressField, input.registerCountryField, input.registerCityField, input.registerZipField {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.registerButtonsWrapper {
	height: 36px;
	padding-top: 4px;
}
input.registerButton {
	height: 36px;
	float: right;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 36px;
	background-color: #333;
	border-radius: 6px;
}
.registerLoginButton {
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px dotted #e9e9e9;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
}
.registerRecoverButton {
	float: left;
	height: 36px;
	line-height: 36px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Register Page CSS Rules End                                                                        */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Login Page CSS Rules Start                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.loginPageWrapper {
}
.loginFormWrapper {
	margin-bottom: 36px;
}
.loginForm {
}
input.loginNameField {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin-bottom: 0px;
}
input.loginPasswordField {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin-bottom: 0px;
}
.loginButtonsWrapper {
	height: 36px;
	padding-top: 4px;
}
input.loginButton {
	height: 36px;
	background-color: #333;
	text-decoration: none;
	line-height: 36px;
	float: right;
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 6px;
}
.loginRegisterButton {
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px dotted #e9e9e9;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
}
.loginRecoverButton {
	float: left;
	height: 36px;
	line-height: 36px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Login Page CSS Rules End                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Recover Page CSS Rules Start                                                                       */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.recoverPageWrapper {
}
.recoverFormWrapper {
	margin-bottom: 36px;
}
.recoverForm {
}
input.recoverUserNameField {
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	margin-bottom: 0px;
}
input.recoverEmailField {
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.recoverButtonsWrapper {
	height: 36px;
	padding-top: 4px;
}
input.recoverButton {
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	height: 36px;
	background-color: #333;
	border-radius: 6px;
}
.recoverLoginButton {
	float: left;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px dotted #e9e9e9;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
}
.recoverRegisterButton {
	float: left;
	height: 36px;
	line-height: 36px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Recover Page CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Advanced Search Page CSS Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.advancedSearchPageWrapper {
}
.advancedSearchFormWrapper {
	overflow: visible;
}
.advancedSearchForm, .advancedSearchForm > fieldset {
	overflow: visible;
}
.advancedSearchForm label {
	margin-bottom: 13px;
}
.advancedSearchForm .drop-downWrapper {
	margin-bottom: 23px;
}
input.advancedSearchTermsField {
	color: #333;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin-bottom: 0px;
}
.advancedSearchButtonsWrapper {
	padding-top: 4px;
}
input.advancedSearchButton {
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	height: 36px;
	background-color: #333;
	border-radius: 6px;
	clear: both;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Advanced Search Page CSS Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Product Page CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singleProductPageWrapper {
}
.singleProductPageWrapper .pageTitle {
	margin-bottom: 27px;
}
.singleProductGalleryWrapper {
}
.singleProductGallery {
	border: 3px solid #f0f0f0;
	margin-bottom: 27px;
}
.singleProductGalleryItem {
	z-index: 10;
	width: 100%;
	height: auto;
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s;
}
.currentSingleProductGalleryItem {
	z-index: 90;
	opacity: 1;
	transition: opacity 0.3s;
}
.singleProductGalleryMenu {
	list-style: none;
	vertical-align: baseline;
	letter-spacing: 12px;
	padding: 0px;
	margin-bottom: 27px;
	text-align: center;
	height: 48px
}
.singleProductGalleryMenu > li {
	padding: 0px;
	display: inline-block;
	border: 3px solid #f0f0f0;
	height: 48px;
	width: 60px;
	box-sizing: border-box;
	transition: border-color 0.3s;
	margin-bottom: 0px;
}
.singleProductGalleryMenu > li > a {
	height: 42px;
	width: 54px;
}
.singleProductGalleryMenu > li > a > img {
	width: 100%;
	height: auto;
}
li.currentSingleProductGalleryMenuItem {
	border-color: #e4755a;
	transition: border-color 0.3s;
}
.singleProductPurchaseButton, .singleProductPurchaseButton:hover {
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background-color: #333;
	border-radius: 6px;
	margin-bottom: 27px;
	font-weight: bold;
	text-decoration: none;
}
.productReviewWrapper > .quoteAvatar {
	width: 36px;
	height: 36px;
}
.productReviewWrapper > .quoteAvatar img {
	width: 36px;
	height: 36px;
}
.productReviewForm input[type="text"], .productReviewForm textarea {
	margin-bottom: 0px;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.productReviewForm textarea {
	height: 168px;
	margin-bottom: 27px;
	clear: both;
}
input.produtReviewSubmitButton {
	height: 36px;
	line-height: 36px;
	float: right;
	border-radius: 6px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Product Page CSS Rules End                                                                  */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Checkout Page CSS Rules Start                                                                      */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.checkoutPageWrapper {
}
.checkoutPageWrapper .pageTitle {
	margin-bottom: 27px;
}
.checkoutTitleSteps {
	float: right;
	font-size: 10px;
	color: #666;
}
.checkoutProductWrapper {
	margin-bottom: 24px;
	min-height: 60px;
}
.checkoutProductImageWrapper {
	margin-right: 24px;
	width: 60px;
	height: 60px;
	float: left;
}
.checkoutProductImage {
	height: 60px;
	width: 60px;
}
.checkoutProductInfoWrapper {
}
.checkoutProductButtonsWrapper {
	margin-top: 4px;
}
input.checkoutProductNumber {
	display: block;
	float: left;
	padding: 0px;
	height: 22px;
	line-height: 22px;
	width: 22px;
	margin: 0px;
	text-align: center;
}
.checkoutProductPrice {
	background-color: #f9f9f9;
	display: block;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	height: 24px;
	line-height: 24px;
	margin-left: 12px;
}
.checkoutRemoveProductButton {
	background: #333 url(../images/common/checkoutRemoveProductButtonBg.png) center center no-repeat;
	color: #fff;
	display: block;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	float: right;
	height: 24px;
	line-height: 24px;
}
.checkoutProductTitle {
	color: #333;
	text-decoration: none;
	margin-top: 5px;
}
.checkoutInfoWrapper {
	margin-bottom: 16px;
	border-top: 3px solid #f0f0f0;
	padding-top: 17px;
}
.checkoutProductsNumber {
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
}
.checkoutProductsTotal {
	float: right;
	display: block;
	height: 24px;
	line-height: 24px;
}
.checkoutButtonsWrapper {
	height: 36px;
	padding-top: 24px;
	border-top: 3px solid #f0f0f0;
}
input.checkoutCheckoutButton {
	float: right;
	width: 96px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	background-color: #333;
	border-radius: 6px;
	font-weight: normal;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Checkout Page CSS Rules End                                                                        */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One CSS Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOneFilterablePageWrapper {
}
.portfolioMenuWrapper {
	list-style: none;
	padding-top: 23px;
	padding-bottom: 18px;
	background-color: #fff;
	margin-bottom: 36px;
	border-top: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
}
.portfolioMenuWrapper li {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	background: url(../images/common/portfolioFilterableMenuDecoBg.png) right center no-repeat;
	margin-right: 9px;
	margin-bottom: 4px;
}
.portfolioMenuWrapper > li:last-child {
	background: none;
	margin-right: 0px;
}
.portfolioMenuWrapper li a {
	color: #999;
}
.portfolioMenuWrapper li a:hover {
	text-decoration: none;
}
.portfolioMenuWrapper .currentPortfolioFilter {
	color: #e4755a;
}
.portfolioOneFilterableWrapper {
	padding-left: 24px;
	padding-right: 24px;
	margin-left: 24px;
	margin-right: 24px;
	background-color: #fff;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemWrapper {
	margin-bottom: 36px;
	background-color: #fff;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemImageWrapper {
}
.portfolioOneFilterableWrapper .portfolioFilterableItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemInfoWrapper {
	background-color: #f9f9f9;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioFilterableItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
}
.portfolioFilterableExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioFilterableDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioFilterableExpandButton:hover, .portfolioFilterableDetailsButton:hover {
	text-decoration: none;
}
.filteredPortfolioItem {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One CSS Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two CSS Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoFilterablePageWrapper {
}
.portfolioTwoFilterableWrapper {
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemWrapper {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	background-color: #fff;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemImageWrapper {
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemInfoWrapper {
	background-color: #f9f9f9;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 36px;
	line-height: 36px;
	padding-bottom: 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two CSS Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio CSS Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOnePageWrapper {
}
.portfolioOneWrapper {
	padding-left: 24px;
	padding-right: 24px;
	margin-left: 24px;
	margin-right: 24px;
	background-color: #fff;
}
.portfolioOneItemWrapper {
	margin-bottom: 36px;
	background-color: #fff;
}
.portfolioOneItemImageWrapper {
}
.portfolioOneItemImageWrapper:hover {
}
.portfolioOneItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioOneItemInfoWrapper {
	background-color: #f9f9f9;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioOneHoverDeco {
}
.portfolioOneItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
}
.portfolioOneExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #e9e9e9 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioOneDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #e9e9e9 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioOneExpandButton:hover, .portfolioOneDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio CSS Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio CSS Rules Start                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoPageWrapper {
}
.portfolioTwoWrapper {
	margin-left: 24px;
	margin-right: 24px;
	background-color: #fff;
	padding-left: 24px;
	padding-right: 24px;
}
.portfolioTwoItemWrapper {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
	background-color: #fff;
}
.portfolioTwoItemImageWrapper {
}
.portfolioTwoItemImageWrapper:hover {
}
.portfolioTwoItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioTwoItemInfoWrapper {
	background-color: #f9f9f9;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
}
.portfolioTwoItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 36px;
	line-height: 36px;
	padding-bottom: 0px;
}
.portfolioTwoHoverDeco {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio CSS Rules End                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singleProjectPageWrapper {
	padding-bottom: 3px;
	margin-bottom: 33px;
}
.pageWrapper .singleProjectContentWrapper {
	box-shadow: none;
	margin-bottom: 0px;
}
.singleProjectImageWrapper {
	border: 3px solid #f0f0f0;
	margin-bottom: 23px;
}
.singleProjectImage {
	width: 100%;
	height: auto;
}
.singleProjectItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	margin-bottom: 36px;
}
.singleProjectExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.singleProjectDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.singleProjectExpandButton:hover, .singleProjectDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page CSS Rules End                                                                  */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.blogPageWrapper {
	margin-bottom: 0px;
}
.blogPostsWrapper {
	margin-left: 24px;
	margin-right: 24px;
	background-color: #fff;
}
.blogTitleWrapper {
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 4px;
}
.smallPostWrapper {
	margin-bottom: 36px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 36px;
	border-bottom: 3px solid #f0f0f0;
}
.postThumbnailWrapper {
}
.postThumbnailWrapper img {
	width: 100%;
	height: auto;
}
.postThumbnailWrapper:hover {
}
.postExcerptWrapper {
	background-color: #fff;
	padding-top: 23px;
	padding-bottom: 22px;
}
.noThumbnailPost .postExcerptWrapper {
	padding-top: 0px;
}
.postExcerptWrapper > *:last-child {
	margin-bottom: 0px;
}
.smallPostTitle {
	margin-bottom: 19px;
	height: 18px;
	padding-bottom: 0px;
}
.smallPostInfoWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	padding-left: 12px;
	color: #666;
}
.postInfo {
	margin-right: 18px;
}
.postInfoNoMargin {
	margin-right: 0px;
}
.smallPostMoreButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/smallPostReadMoreButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.smallPostMoreButton:hover {
	text-decoration: none;
}
.smallPostQuote {
	padding-left: 28px;
	background: url(../images/common/quoteBg.png) 0 0 no-repeat;
	font-style: italic;
}
.smallPostQuoteAuthor {
	font-style: normal;
	color: #999;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singlePostPageWrapper {
}
.singlePostContentWrapper {
	background-color: #fff;
	padding-top: 0px;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 0px;
}
.singlePostContentWrapper > *:last-child {
	margin-bottom: 0px;
}
.singlePostInfoWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #f0f0f0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 12px;
	margin-bottom: 36px;
}
.commentsSectionWrapper {
	background-color: #fff;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 32px;
}
.commentsTitle {
	padding-top: 0px;
	margin-bottom: 22px;
}
.commentsSectionWrapper > .commentsWrapper {
	margin-bottom: 23px;
}
.commentsSectionWrapper > .commentsWrapper > .commentWrapper {
	padding-bottom: 21px;
	border-bottom: 1px solid #f0f0f0;
}
.commentsWrapper > .commentWrapper {
	margin-bottom: 27px;
}
.commentsWrapper > .commentWrapper:last-child {
	margin-bottom: 0px;
}
.commentAvatar {
	float: left;
	border: 3px solid #f0f0f0;
}
.commentAvatar > img {
	width: 100%;
	height: 100%;
}
.commentWrapper > .commentAvatar {
	width: 36px;
	height: 36px;
}
a.commentAvatar:hover {
}
.commentInfoWrapper {
	float: left;
	margin-left: 12px;
	margin-bottom: 0px;
	margin-top: 11px;
	padding-bottom: 0px;
}
.comment {
	margin-left: 54px;
	clear: both;
	border-top: 1px solid #f0f0f0;
	padding-top: 23px;
	top: -1px;
}
.comment > *:last-child {
	margin-bottom: 0px;
}
.commentsFormWrapper {
	margin-bottom: 36px;
}
.commentsForm {
}
.commentsFormTitle {
	margin-bottom: 18px;
}
.commentsForm .formFieldWrapper {
	margin-bottom: 23px;
}
.commentsForm .formTextareaWrapper {
	margin-bottom: 27px;
}
.commentsForm label {
	margin-bottom: 13px;
	width: 100%;
}
.commentsForm .formFieldWrapper input[type="text"], .commentsForm .formTextareaWrapper textarea {
	margin-bottom: 0px;
}
.commentsForm .formFieldWrapper input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.commentCommentTextarea {
	width: 100%;
	box-sizing: border-box;
	height: 168px;
}
input.commentSubmitButton, input.commentSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #333;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #fff;
	border: none;
	border-radius: 6px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page CSS Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.errorPageWrapper {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page CSS Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contactPageWrapper {
}
.pageWrapper .contactFormWrapper {
}
.contactForm {
	margin-bottom: 0px;
}
.contactTitle {
	margin-bottom: 18px;
	padding-top: 0px;
}
.contactForm .formFieldWrapper {
	margin-bottom: 23px;
}
.contactForm .formTextareaWrapper {
	margin-bottom: 36px;
}
.contactForm label {
	margin-bottom: 13px;
	width: 100%;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
}
.contactForm .formFieldWrapper input[type="text"], .contactForm .formTextareaWrapper textarea {
	margin-bottom: 0px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	border: 1px solid #f0f0f0;
	color: #999;
}
.contactForm .formFieldWrapper input[type="text"]:focus, .contactForm .formTextareaWrapper textarea:focus {
	background-color: #f6f6f6;
}
.contactForm .formFieldWrapper input[type="text"] {
	width: 100%;
	height: 36px;
}
.contactTextarea {
	width: 100%;
	max-width: 100%;
	height: 168px;
	box-sizing: border-box;
}
input.contactSubmitButton, input.contactSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #333;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #fff;
	border: none;
	border-radius: 6px;
}
.formValidationError {
	display: none;
	height: 36px;
	line-height: 36px;
	margin-left: 0px;
	color: #cc0000;
	float: left;
}
input.fieldHasError, textarea.fieldHasError {
}
.formSuccessMessageWrapper {
	display: none;
	margin-bottom: 0px;
}
.formSuccessMessageWrapper > h4 {
	background: url(../images/common/formSuccessMessageIconBg.png) 0 center no-repeat;
	padding-left: 28px;
}
.formSuccessMessageWrapper > p:last-child {
	margin-bottom: 0px;
}
.socialIconsWrapper {
	text-align: center;
	vertical-align: baseline;
	margin-bottom: 27px;
	letter-spacing: 12px;
}
.socialIconsWrapper > .socialIcon {
	display: inline-block;
	vertical-align: bottom;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f3f3f3;
}
.contactMapWrapper {
	margin-bottom: 36px;
}
.contactMap {
	display: block;
	overflow: hidden;
	height: 168px;
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
	box-sizing: border-box;
}
.mapTitle {
	margin-bottom: 22px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageNumbersOuterWrapper {
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
}
.pageNumbersWrapper {
	margin-top: 0px;
	clear: both;
	margin-bottom: 33px;
	padding-bottom: 0px;
	padding-top: 36px;
	border-top: 3px solid #f0f0f0;
}
.blogPageWrapper .pageNumbersWrapper {
	padding-top: 0px;
	border-top: none;
}
.pageNumber {
	height: 24px;
	line-height: 24px;
	width: 24px;
	float: left;
	margin-right: 12px;
	background-color: #f0f0f0;
	color: #999;
	text-align: center;
	border-radius: 3px;
}
.pageNumber:hover {
	text-decoration: none;
	background-color: #f6f6f6;
}
.currentPageNumber {
	background-color: #333;
	color: #fff;
	font-weight: bold;
}
.currentPageNumber:hover {
	background-color: #333;
	color: #fff;
}
.postLinksWrapper {
	height: 36px;
	line-height: 36px;
	clear: both;
	background-color: #fff;
	border-top: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
}
.postLink {
}
.postLink:hover {
	text-decoration: none;
}
.previousPost {
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}
.nextPost {
	float: right;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footerDecoration {
	height: 6px;
	background:#fff url(../images/skins/default/headerFooterDecoBg.png) center 0px repeat-x;
	margin-left: 24px;
	margin-right: 24px;
}
.footerWrapper {
	padding-left: 24px;
	padding-right: 24px;
	background-color: #e4755a;
	height: 54px;
	overflow: visible;
	margin-left: 24px;
	margin-right: 24px;
}
.footerWrapper a {
	color: #fff;
	margin-top: 18px;
}
.footerWrapper > .copyright {
	float: left;
	color: #fff;
	margin-top: 18px;
}
.footerLinksWrapper {
	float: right;
	display: block;
	margin-top: 18px;
}
.footerLinksWrapper > .footerLink {
	float: left;
	margin-left: 12px;
	padding-right: 9px;
	margin-top: 0px;
	border-right: 1px solid rgba(255,255,255,0.12);
}
.footerLinksWrapper > .footerLink:last-child {
	padding-right: 0px;
	border: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Drop-down CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.drop-downWrapper {
	width: 100%;
	height: 36px;
	overflow: visible;
	margin-bottom: 27px;
}
.drop-downText {
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #f0f0f0;
	background: #f3f3f3 url(../images/common/drop-downTextBg.png) right 0px no-repeat;
	color: #999;
	display: block;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.3s, background-color 0.3s;
}
.drop-downItemsWrapper {
	display: none;
	width: 100%;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	box-sizing: border-box;
	max-height: 73px;
	overflow-y: auto;
	border-bottom: 1px solid #e9e9e9;
}
.drop-downItem {
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #fff;
	box-sizing: border-box;
}
.drop-downItem:last-child {
	border: none;
}
.drop-downActive {
	z-index: 999;
}
.drop-downActive > .drop-downText {
	background-position: right -34px;
	background-color: #f6f6f6;
	border-color: #e9e9e9;
	transition: border-color 0.3s, background-color 0.3s;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Drop-down CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Reset CSS Rules Start                                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}
.noBackground {
	background: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Reset CSS Rules End                                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
