/********************************************************
 **
 **		Master Global Styles from Crossview Implementation for migration of existing content
 **
 **		- These style should be used for migrated content only
 **		- This style sheet will be deprecated after conversion of files to new OpenCMS template
 **		- Complete global and static styles can be found at:
 **		  http://www.tractorsupply.com/wcsstore/CVB2BDirectStorefrontAssetStore/en_US/css/cv-master-styles.css
 **       and
 **       http://www.tractorsupply.com/wcsstore/CVB2BDirectStorefrontAssetStore/en_US/css/cv-static-styles.css
 **       It is recommended that these style sheets be downloaded and stored locally for future reference.
 **
 **     Additional style sheets required for proper alignment and display of migrated content:
 **
 **       http://www.tractorsupply.com/opencms/opencms/web/CVWEB/css/category-lists.css
 **		  http://www.tractorsupply.com/opencms/opencms/web/CVWEB/css/out-here-magazine.css
 **       http://www.tractorsupply.com/opencms/opencms/web/CVWEB/css/listfix.css
 **       http://www.tractorsupply.com/opencms/opencms/web/CVWEB/css/open.css
 **
 ********************************************************/



/********************************************************
 **
 **		Master Global Styles
 **
 **		- This is for Global CSS Styles only
 **		- NO Page specific Styles should be included here
 **		- Styles are tab arranged to show inheritance
 **		  and layout structure
 **
 ********************************************************/

/** Reset Styles **/




 #EverestCMS div, #EverestCMS span, #EverestCMS applet, #EverestCMS object, #EverestCMS iframe, #EverestCMS h1, #EverestCMS h2, #EverestCMS h3, #EverestCMS h4, #EverestCMS h5, #EverestCMS h6, #EverestCMS p, #EverestCMS blockquote, #EverestCMS pre, #EverestCMS a, #EverestCMS abbr, #EverestCMS acronym, #EverestCMS  address, #EverestCMS big, #EverestCMS cite, #EverestCMS code, #EverestCMS del, #EverestCMS dfn, #EverestCMS em, #EverestCMS  font, #EverestCMS img, #EverestCMS ins, #EverestCMS kbd, #EverestCMS q, #EverestCMS s, #EverestCMS samp, #EverestCMS small, #EverestCMS strike, #EverestCMS strong, #EverestCMS sub, #EverestCMS sup, #EverestCMS tt, #EverestCMS var, #EverestCMS b, #EverestCMS u, #EverestCMS i, #EverestCMS center, #EverestCMS dl, #EverestCMS dt, #EverestCMS dd, #EverestCMS ol, #EverestCMS ul, #EverestCMS li, #EverestCMS fieldset, #EverestCMS form, #EverestCMS label, #EverestCMS legend, #EverestCMS textarea, #EverestCMS select, #EverestCMS table, #EverestCMS caption, #EverestCMS tbody, #EverestCMS tfoot, #EverestCMS thead, #EverestCMS tr, #EverestCMS th, #EverestCMS td, #EverestCMS button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	vertical-align: baseline;
	background-color: transparent;
}


#EverestCMS table {
	border-collapse: collapse;
	border-spacing: 0;
}
#EverestCMS p {
	line-height: 16px;
	margin: 5px 0;
}
#EverestCMS dt {
	line-height: 16px;
}
#EverestCMS dl {
	padding: 5px 0;
}

/** Heading Styles **/
#EverestCMS h1 {
	clear: both;
	font-size: 24px;
	padding: 0 0 20px 0;
}
#EverestCMS h2, h3, h4, h5, h6 {
	padding: 0 0 12px 0;
}
#EverestCMS h2 {
	font-size: 20px;
}
#EverestCMS h3 {
	font-size: 100%;
	font-weight: bold;
}

/** Link & Button Styles **/
#EverestCMS a, button {
	font: 12px Arial, sans-serif;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	outline: 0;
}
#EverestCMS a:hover {
	text-decoration: underline;
	color: #000;
}
#EverestCMS .b-red {
	height: 30px;
	text-align: center;
	padding: 0 15px;
	background: url(../images/button/b-red.png) repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#EverestCMS .b-red:hover {
	text-decoration: none;
	background-position: 0 -32px;
	-moz-text-shadow: 1px 1px 4px #7e1010;
	-webkit-text-shadow: 1px 1px 4px #7e1010;
	text-shadow: 1px 1px 4px #7e1010;
	color: #fff;
}
#EverestCMS a.b-red {
	display: block;
	height: 30px;
	line-height: 30px;
}
#EverestCMS .b-green {
	height: 30px;
	text-align: center;
	padding: 0 15px;
	background: url(../images/button/b-green.png) repeat-x;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
#EverestCMS .b-green:hover {
	color: #ff0;
	text-decoration: none;
	-moz-text-shadow: 1px 1px 4px #8bc147;
	-webkit-text-shadow: 1px 1px 4px #8bc147;
	text-shadow: 1px 1px 4px #8bc147;
}
#EverestCMS a.b-green {
	display: block;
	height: 30px;
	line-height: 30px;
}
#EverestCMS .b-alt {
	display: inline-block;
	border: 1px solid #dbc8ab;
	padding: 4px 5px;
	background: #d7d7d7 url(../images/common/section_backgrounds.png) 0 -1px repeat-x;
	color: #d20000;
}
#EverestCMS .b-alt:hover {
	background-position: 0 -8px;
	text-decoration: none;
}
#EverestCMS .b-text {
	display: block;
	padding-left: 10px;
	background: url(../images/common/icons.png) 0px -57px no-repeat;
}
#EverestCMS .simplemodal-close:hover {
	-moz-box-shadow: 0px 1px 5px #e0d0c0;
	-webkit-box-shadow: 0px 1px 5px #e0d0c0;
	box-shadow: 0px 1px 5px #e0d0c0;
}
#EverestCMS .disabled {
	background: #d0d0d0 !important;
	cursor: default;
	color: #fff !important;
}
#EverestCMS .disabled:hover {
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
}

#EverestCMS .b-secondary {
	display: inline-block;
	border: 1px solid #dbc8ab;
	padding: 7px 15px;
	background: url(../images/common/section_backgrounds.png) 0 -1px repeat-x;
	color: #000;
}
#EverestCMS .b-secondary:hover {
	background-position: 0 -7px;
	text-decoration: none;
}
#EverestCMS .b-action {
	display: inline-block;
	border: 1px solid #dbc8ab;
	padding: 7px 15px;
	background: url(../images/common/section_backgrounds.png) 0 -1px repeat-x;
	color: #d20000;
	font-weight: bold;
}
#EverestCMS .b-action:hover {
	background-position: 0 -7px;
	text-decoration: none;
}
#EverestCMS .b-checkout {
	display: inline-block;
	padding: 8px 15px 8px 30px;
	background: url(../images/common/icons-checkout.png) 0 0px no-repeat;
	color: #fff;
	font-weight: bold;
}
#EverestCMS .b-checkout:hover {
	background-position: 0 -41px;
	text-decoration: none;
	color: #ff0;
}
#EverestCMS .b-continue {
	display: inline-block;
	padding: 4px 80px 12px 15px;
	background: url(../images/common/icons-checkout.png) right -135px no-repeat;
	color: #fff;
	font-size: 16px;
}
#EverestCMS .b-continue:hover {
	background-position: right -175px;
	text-decoration: none;
	color: #ff0;
}

#EverestCMS .link-q {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(../images/common/icons-checkout.png) 0px -356px no-repeat;
}
#EverestCMS .link-q:hover {
	background-position: 0px -382px;
}
#EverestCMS .link-q i {
	display: none;
}

/** Site Layout **/


/********************************************************
 **
 **		Static Area Styles
 **
 **		- This is for Static Page CSS Styles only
 **		- NO Global Styles should be included here
 **		- Styles are tab arranged to show inheritance
 **		  and layout structure
 **
 ********************************************************/

/** Heading Styles **/
#EverestCMS h1 {
	clear: both;
}
#EverestCMS h1.product {
	float: left;
	margin: 0;
	padding: 0 0 15px;
	width: 700px;
	font-size: 24px;
}

/** Misc Global Styles **/
#add-this {
	float: right;
	padding: 7px 5px 0;
}
#EverestCMS p {
	padding-bottom: 16px;
}
#EverestCMS p.btm {
	color: #7d766f;
	font-style: italic
}
#EverestCMS p.btm-first {
	clear: both;
	padding-top: 40px;
}
#EverestCMS .b-select {
	display: inline-block;
	border: 1px solid #bdb4ad;
	margin: 10px 0 0 0px;
	padding: 6px;
	background: url(../images/common/section_backgrounds.png) 0 -1px repeat-x;
	color: #333;
	font-size: 14px;
}
#EverestCMS .b-select:hover {
	background-position: 0 -5px;
	text-decoration: none;
}
#EverestCMS input,#EverestCMS textarea {
  border: 1px solid #d8cfc6;
  padding: 7px 0 7px 5px;
  font: 12px Arial;
  color: #666;
  background: #fff;
}
#EverestCMS select {
  border: 1px solid #b4aaa0;
  padding: 7px 7px 7px 5px;
  font-size: 12px;
  background: #fff;
}