/* General styles */

p,
table.items tbody td {
	font-size:14px;
	line-height:20px;
	font-weight:300;
}
 
p {
	margin-bottom:10px;
} 
 
a {
	color:black;
}
p a {
	color: #337ab7;
}
p a:hover {
	color: #337ab7;
}
a:hover {
	text-decoration:underline;
	background-color: inherit !important;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:500;
	color:#000;
}

h2 a.active,
a.active {
    color: #db211e;
}

.button_entry, 
.button_entry_left, 
.button_hor, 
.button_featured,
.button_long,
.button_long_strong  {
	/*border: 1px solid #ccc;*/
	border-radius: 0px;
	background-color: #db211e;
	/*margin:2px;*/
	display:inline-block;
	
	height: 19px;
	line-height:19px;	
	border: 0px;
	
}
.button_entry,
.button_entry_left {
	/*padding: 5px;*/
	width:auto;
	margin: 0px;
}
.button_hor {
	width: auto;
}
.button_long,
.button_long_strong  {
	width: auto;
}

a.amdp_button, 
.button_hor a, 
.button_featured a, 
.button_entry a, 
.button_long a, 
.button_long_strong a, 
.button_manage a, 
.button_entry span {
	background-color: #db211e;
	text-transform:uppercase;	
	padding: 2px 7px 2px 7px;
	color:white;
	font-size:13px;
	line-height:15px;
	font-weight:400;
	vertical-align:top;
	height: auto;
}


.button_long a,
.row_controls .button_entry a  {
	background-color: #a0a1a2;
}
.button_long a:hover,
.row_controls .button_entry a:hover {
	background-color: #a0a1a2 !important;
}

#product_controls div.button_long:first-child a {
	background-color: #db211e;
}

.button_long_strong  a {
	font-weight:500;
}

.row_controls .button_entry {
	margin-bottom:7px;	
}

/* Layout styles */

@media (max-width: 768px) {
	.store-menu-container {
		margin-left:14px;
	}
}

nav.navbar-default {
	background-color: #fff;
	border-color:#fff;
}

.nav>li {
	margin-top:0px;
}
.nav>li>a {
	padding: 5px 15px;
	color: #000;
	font-weight:bold;
}
.nav>li>a.active {
	color: #db211e;
}

.shadow_graygrid a {
	color: #db211e;
}
.store-menu-container {
}

.page-header.layout-header {
	padding-bottom:15px;
}

.store-content-row {
	margin-top:30px;
}	
.store-menu-container h4 {
	font-size:18px;
	font-weight:500;
	color:#e81c16;
}
.store-menu-container h5 {
	font-size: 15px;
	margin: 10px 0;
	line-height: 1.1;
	font-weight:500;
}

.store-menu-container .web_pages h5 {
	font-size: 13px;
}

.store_issue_feature_category {
	margin:15px 0px;
}
.store_issue_feature_category.featured {
	margin-bottom:30px;
}

.store_issue_feature_category h4 {
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom: 5px;	
	font-size:16px;
	font-weight:500;
}

#esopus_cart_box {
	margin-top:40px;
	padding: 20px 20px 10px 20px;
	background-color: #eaeceb;
}

#esopus_cart_box input {
	width:100%;
}

.cart-button h5 {
	line-height:30px;
}

.store-menu-container .sidebar-account-button {
	margin-top:15px;
	font-weight:400;
}

.store-menu-container h5.sidebar-account-button a {
	font-size:14px;
}

#cart_controls {
	margin: 0 0 20px 60%;
	padding: 0 0 0 auto;
	text-align:right;
}

h2.checkoutSubtitle {
	margin-bottom:15px;
}

/* Form Overrides */

label {
	display:block;
}

.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox], 
.radio input[type=radio], 
.radio-inline input[type=radio] {
	position:static;
	margin-left:0px;
}

div.input.checkbox label {
	display:inline;
}



/* Cart */


@media (max-width: 768px) {
	table.items td:first-child,
	table.items th:first-child,
	table.items td:first-child img 
	{ 
			width:0px !important; 
	}
}

/* Category, product and web pages */

.section_body p {
	line-height: 1.42857143;
	letter-spacing: 0.2px;	
	margin:10px 0;
}

.category_section_container .section_body p { 
	margin:0 15px 15px 15px;
}

#store_title h1 {
	font-size:20px;
	line-height:20px;
	font-weight:500;
	margin-bottom:24px;	
}

#product_options_div {
	margin-bottom:20px;
}

#store_product_info  h2,
#store_product_info  h3 {
	color:#000;
	font-weight:500;
}
#store_product_info  #product_controls .button_hor {
	margin-right:20px;
}

#store_product_info h2 .priceDescription {
	font-weight:300;
}


#CartDonateForm label {
	width:auto;
}