body {
	height:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:agfarotissansserif, open_sansregular, Helvetica, sans-serif,Arial;
	/*font-size:17px;
	line-height:22px;
	font-size:19px;
	line-height:22px;*/
	font-size:14px;
	line-height:16px;
	color:#222222;
	border-top:6px solid #007eb0;
}
a {
	color:#007eb0;
	text-decoration: none;
	cursor:pointer;
}
a:hover {color:#9dcd63;}

a.moreInfo {
	color:#007eb0;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
a.moreInfo span {
	width: 0;
	/*height: 100%;*/
	position: absolute;
	display: block;
	border-bottom: 1px solid #007eb0;
	left: 50%;
	top: 100%;
		-moz-transition: 0.2s ease;
		-ms-transition: 0.2s ease;
		-o-transition: 0.2s ease;
		-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}
a.moreInfo:hover span {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	left:0;
}

strong, b {
	font-family:Arial,agfarotissansserif-bold, open_sansbold, Helvetica, sans-serif;
}
a strong, a b { color:#007eb0;}
* b.TextColor { color:#007eb0;}

p {
	/*margin:0 0 25px 0;*/
	margin:0 0 15px 0;
	padding:0;
}

sup { font-size:11px;}

hr {
  margin:24px 0px 25px 0px;
  border:0;
  border-top:1px solid #fff;
  border-bottom:1px solid #cbe5ab;
  padding:0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:agfarotissansserif-bold, open_sansbold, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

/*edited by ecabell*/
h1.title {
	font-family:agfarotissansserif-bold, open_sansbold, Arial, Helvetica, sans-serif;
	font-size:31px; /*previous value: 28px*/
	/*line-height:38px;*/
	color:#007eb0; /*previous value: #000*/
	margin:0px 0px 40px 0px;
	padding:0 120px 4px 0px;
	border-bottom:2px solid #007eb0;
	position:relative;
}
/*end edit*/

/*edited by ecabell*/
h1 {
	margin:0px 0px 15px 0px;
	font-size:28px;
	line-height:30px;
}

h2 {
	font-family:agfarotissansserif-bold, open_sansbold, Arial, Helvetica, sans-serif;/*original value: agfarottisansserif*/
	margin:0px 0px 15px 0px;
	font-size:24px;
	line-height:26px;
	color:#007eb0
}

ul {
	margin:10px 0 20px 30px;
	padding:0px;
	list-style-position: inside;
	list-style-image: url(../images/li_bullet.png);
}
ul li {
	margin:0px;
	padding:10px 0px 10px 0px;
	/*list-style:none;*/
	border-bottom:1px solid #cbe5ab;
	/*background:url(../images/li_bullet.png) no-repeat 10px 11px;*/
}
ul li p{
	display: inline;
}
ul li:last-child { border-bottom:none;}

.img_border {
	border:3px solid #007eb0;
	background:#fff;
	padding:2px;
}

.img_left {float:left;margin:0px 20px 15px 0px;}
.img_right {float:right;margin:0px 0px 15px 20px;}

.left { float:left;}
.right { float:right;}

.clear { clear:both;}
.clear_left {clear:left;}

.pad10 { padding:10px;}
.pad15 { padding:15px;}
.pad20 { padding:20px;}
.pad20_0 { padding:20px 0px;}
.pad25 { padding:25px;}
.pad30 { padding:30px;}
.pad40 { padding:40px;}


.text_black { color:#000 !important;}
.text_grey { color:#353435 !important;}
.text_blue { color:#007eb0 !important;}
.text_red2 { color:#d4111e !important;}
.text_orange { color:#fe8107 !important;}
.text_green { color:#7dab46 !important;}
.text_brown { color:#3e0f04 !important;}


/********** Backgrounds **********/
.bg_black {
	background:#000;
	color:#fff;
}
.bg_DrkGray {
	background:#231f20;
	color:#fff;
}
.bg_LitGrey {
	background:#e8f3d9;
}
.bg_LitGrey2 {
	background:#f1f5f8;
	color:#000;
}
.bg_blue {
	background:#007eb0;
	color:#fff;
}
.bg_green  {
	background:#9dcd63;
	color:#fff;
}
.bg_brown  {
	background:#3e0f04;
	color:#fff;
}
.bg_WhiteBorder  {
	border:1px solid #cbe5ab;
	background:#fff;
}


.bg_blue a { color:#fff;}



/********** BUTTONS **********/
.button {
	background:#007eb0;
	display: inline-block;
	padding: 7px 10px;
	margin:0;
	font-family:agfarotissansserif-bold, open_sansbold, Arial, Helvetica, sans-serif;
	/*font-size: 18px;*/
	color:#fff;
	font-weight:normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	border:none;
	behavior:url(css/PIE.htc);
}

.buttonGreen { background:#9dcd63;}
.buttonWhite { background:#fff; color:#000;}


/** Text Field *****/
.text_field {
	border:1px solid #9dcd63;
	background:#fff;
	font-family:agfarotissansserif-italic, open_sansitalic, Arial, Helvetica, sans-serif;
	/*color:#a4a4a4;*/
	color:#2B2B2B;
	font-size:16px;
	padding:9px 10px 10px;
	margin:0px 0px 0px 0px;
	width:100%;
		-moz-border-radius:3px;
		-ms-border-radius:3px;
		-o-border-radius:3px;
		-webkit-border-radius:3px;
	border-radius:3px;
	behavior:url(css/PIE.htc);
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.text_field:focus {
	border-color:#000;
	color:#000;
}



/********** Pagination **********/
.PagNav {
	text-align:center;
	margin:15px 0 0 0;
}

ul.pagination {
	margin:20px 0 0 0;
	padding:0px;
}
ul.pagination li {
	margin:0px;
	padding:0px;
	background:none;
	border:none;
}
.pagination li a { color:#555;}
.pagination > li > a, .pagination > li > span { border-color:#cbe5ab;}
.pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus {background:#e8f3d9;color:#7dab46;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { border-color:#cbe5ab;}



.page_navigation {
	width:100%;
	margin:10px auto 0px 0px;
}
.page_navigation ul {
	margin:0px !important;
	padding:0px !important;
	list-style:none;
	float:right;
	
}
.page_navigation ul li {
	margin:10px 0px 20px -2px !important;
	padding:0px !important;
	list-style:none;
	display:inline-block;
	border:none;
	font-size:13px;
	background:none;
}
.page_navigation ul li a {
	background:#cdd5dd;
	padding:1px 9px 2px 9px;
	display:block;
	color:#000;
		-moz-border-radius:2px;
		-ms-border-radius:2px;
		-o-border-radius:2px;
		-webkit-border-radius:2px;
	border-radius:2px;
	behavior:url(css/PIE.htc);
}
.page_navigation ul li a:hover {
	background:#94a3b2;
}
.navigation_selected {
	background:#94a3b2 !important;
}
.pagination > li .navigation_selected, .pagination > li:hover .navigation_selected{
	color:#FFF;
}
.page_navigation ul li a img {
	margin:7px 0 0 0;
}

/********** Date **********/
.date {
	margin:5px 0px 5px 0px !important;
	padding:0px 0px 0px 0px !important;
	list-style:none;
}
.date ul {
	margin:5px 0px 5px 0px !important;
	padding:0px 0px 0px 0px !important;
	list-style:none;
	font-size:12px;
}
.date ul li {
	margin:0px 1px 0px 0px !important;
	padding:4px 8px 4px 8px !important;
	list-style:none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border:none;
	color:#fff;
	background:#9dcd63;
}


.newsdate ul {
	margin:5px 0px 5px 0px !important;
	padding:0px 0px 0px 0px !important;
	list-style:none;
}
.newsdate ul li {
	margin:0px 1px 0px 0px !important;
	padding:4px 8px 4px 8px !important;
	list-style:none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border:none;
	color:#fff;
	background:#9dcd63;
}

.BlogBG {
	background:#f5f5f5;
	color:#000;
	font-size:15px;
}



/********** Notifation **********/
.red, .green, .yellow, .blueInfo {
	display: block;
	background:no-repeat 10px 11px;
	border:1px solid #ae4c4b;
	padding:10px 10px 10px 40px;
	margin:10px 40px;
	border-radius:4px;
		-moz-border-radius:4px;
		-ms-border-radius:4px;
		-o-border-radius:4px;
		-webkit-border-radius:4px;
	behavior:url(css/PIE.htc);
}
.red {
	background-image:url(../images/bullet_error.png);
	background-color:#ef8d8e; 
	border-color: #ae4c4b;
    color:#822223;
}
.green {
	background-image:url(../images/bullet_success.png);
	background-color:#a8da93; 
	border-color: #448d3e;
    color:#1d571c;
}
.yellow {
	background-image:url(../images/bullet_attention.png);
	background-color:#f7efa7; 
	border-color: #c5a46f;
    color:#8f5212;
}
.blueInfo {
	background-image:url(../images/bullet_info.png);
	background-color:#b0c1db; 
	border-color: #5581a4;
    color:#2a4b76;
}


/********** BreadCrumbs **********/
.BreadCrumbs {
	font-size:11px;
	width:100%;
	padding:10px 0px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#007eb0;
	line-height:14px;
	background:#e8f3d9;
	text-transform:uppercase;
}
.BreadCrumbs a {
	padding: 0px 7px 0px 0px;
    margin: 0px 4px 0px 0px;
    color: #000;
    /*border-right: solid 1px #000;*/
}
.BreadCrumbs a:after {
	content:'>';
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
.BreadCrumbs a:hover {
	color:#8fbd15;
}


/********** Table Style **********/
.table_title {
	background:#007eb0;
	color:#fff;
	font-size: 96% !important;
}
.table_border {
	background:#fff;
	border:1px solid #cbe5ab;
}
.table_bg {
	background:#e8f3d9;
	border:1px solid #e8f3d9;
}
.table_title, .table_border, .table_bg {
	padding:8px 0;
	font-size:17px;
	line-height:20px;
}

/*.table_bg strong, .table_border strong {font-family:agfarotissansserif-bold, open_sanssemibold Arial, Helvetica, sans-serif;}*/

.table_title p, .table_border p, .table_bg p {
	margin:0 12px 0 12px;
	padding:0px;
}
.no_space tr:not(:first-child) td:nth-child(2),.no_space tr:not(:first-child) td:nth-child(3)
{
	white-space: nowrap;
}

.table_border .text_field, .table_bg .text_field  {
	width:50px;
	text-align:center;
	padding:6px 0 6px 0;
	font-family:agfarotissansserif, open_sansregular, Arial, Helvetica, sans-serif;
}

.table_img img {
	width:auto;
	max-height:60px;
}

.FaIcon .fa { font-size:22px;}

.CouponCode {
	width:90%;
	margin:5px 12px 0 0;
	position:relative;
}
.CouponCode .text_field {
	width:100%;
	text-align:left;
	height:46px;
	line-height:46px;
	padding:0;
	text-indent:12px;
}
#CouponBTN {
	position:absolute;
	top:2px;
	right:2px;
}
#CouponBTN .button {
	padding: 10px 20px 10px 20px;
}

.CartWrapper2 { width:49.2%;}
.CartTableWidthLeft { width:77.6%;}
.CartTableWidthRight { width:22.4%;}

@media All and (max-width: 768px) {
	.CartWrapper2 { width:100%;}
	.CartTableWidthLeft { width:86%;}
	.CartTableWidthRight { width:14%;}
	
}
@media All and (max-width: 760px) {
	.TableWrapper {
		width:100%;
		overflow-y: hidden;
	}
	.TableWrapper table {
		min-width:800px;
		overflow:auto;
	}	
	.CollLess { display:none;}
	
	.CartTableWidthLeft { width:90%;}
	.CartTableWidthRight { width:10%;}
}




/********** Checkout Style **********/
.checkoutAddress {
	width: 49%;
	margin:20px 0 0 0;
}
.left.checkoutAddress {
	float: left;
}
.right.checkoutAddress {
	float: right;
}
.CheckoutFieldFULL {
	margin:0 0 0 12px;
	width:95%;
}
.CheckoutFieldFULL .text_field, .CheckoutFieldMINI .text_field {
	padding:7px 0px !important;
	margin:0px 0px 10px 0px !important;
	width:100% !important;
	text-align:left !important;
	text-indent:10px;
}

.CheckoutFieldMINI {
	width:30%;
	float:left;
	margin:0 0 0 12px;
}

@media All and (max-width: 550px) {
	.checkoutAddress {
		width: 100%;
	}
}
@media All and (max-width: 320px) {
	.CheckoutFieldFULL {
		width:90%;
	}
	.CheckoutFieldMINI {
		width:90%;
	}
}
/********** Checkout END! **********/
