@import url(css/unsemantic-grid-responsive.css);
/** HOW TO USE THIS FILE****
 * Do a find and replace on #2a2a2a with the dominate color of your website (e.g. #05843e)
 * Place your HEADER, HOMEPAGE, and FOOTER styles at the top of the page between the noted section
 * If the product page needs to have special colors for any reason they can be changed in the PRODUCT PAGE STYLES AND COLORS section
 * Additional Colors can be changed to POLISH a site in the ADDITIONAL COLOR CHANGES FOR ADVANCED WEBSITES section
 * Make your color changes to BACKGROUNDCOLOR and BORDERCOLOR
 * THESE ADDITIONAL STYLES ARE NOTED OUT BY DEFAULT.  DO NOT DELETE THESE STYLES IN CASE WE NEED TO USE THEM LATER
 * As the site requires maintenance, all edits shall be placed under POST DELIEVERY EDITS
 * /


/***********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

body {
	margin: 0 auto;
	background-color: #FFF;
	font-family: Arial, sans-serif;
}
img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}
.logo {
	padding:10px 0px;
}
.logo img{
    width:100%;
    height:auto;
     
}
.logotext {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height:18px;
    margin-top:20px !important;
	text-align:center;
}
.logotext span{
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height:20px;

    
}

.ProductInfoItemDescription {
	max-height: 1000px;
	padding-bottom: 10px;
}

 #searchArea {
    margin: 0 auto;
    width: 100%;
    height: 32px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#searchInput {
    width: 202px;
    height: 30px;
    float: right;
    background: url('images/searchbox.gif') no-repeat;
}

#searchInput input {
    width: 185px;
    height: 13px;
    border: 1px solid #FFF;
    margin-top: 4px;
    margin-left: 4px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000;
    padding: 2px;
    background: #FFF;
}

#searchButton {
    width: 35px;
    height: 30px;
    float: right;
    padding-left: 10px;
    cursor: pointer;
}
#accountnav {
	text-align: right;
	clear: both;
}

#accountnav li {
	list-style: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 6px;
	color: #000;
}

#accountnav li a {
	text-decoration: none;
	color: #000;
}

#accountnav li a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 800px) {
.SocialMedia {
	width:50% !important;
}
}

/* 4 Column Item Browser on Desktop, 2 on mobile */

.ProductThumbnail {
	width: 23%;
	margin-left: 1%;
    margin-right: 1%;
	float: left;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}

.ProductThumbnailSection:nth-of-type(4n+1) {
	clear: both !important;
}

.ProductThumbnailSection:nth-of-type(3n+1) {
	clear: none;
} 

@media only screen and (max-width: 1025px) {

	.ProductThumbnail {
		width: 47%;
	}

	.ProductThumbnailSection:nth-of-type(2n+1) {
		clear: both !important;
	} 

	.ProductThumbnailSection:nth-of-type(3n+1) {
		clear: none;
	}

}

/* End Item Browser column edit */

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/
.logotext {
	font-size: 18px;
	line-height: 25px;
}

.logotext span {
	font-size: 18px;
}

.logotext a {
	text-decoration: none;
	color: #000;
}

.logotext a:hover {
	text-decoration: underline;
}
/***********************************************************************************
 * POST DELIVERY EDITS
 **********************************************************************************/



/***********************************************************************************
 * END POST DELIVERY EDITS
 **********************************************************************************/

 
 
.BasicFunctionsParagraph {
	float: right !important;
}
.workspacearea {
	padding:20px !important;
}