td.store_title, td.store_title a, td.store_title a:visited{ 
	font-size: 14px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

td.store_title a, td.store_title a:visited{
	height: 35px;
}

td.store_title a:hover, td.store_title a:active{
	text-decoration: underline;
}

td.store_subtitle, td.store_subtitle a, td.store_subtitle a:visited{
	font-size: 12px;
	font-weight: normal;
	color: #051a3f;
	text-decoration: none;
	background-color:#afafb0;	
	height: 30px;
}

td.store_subtitle a:hover, td.store_subtitle a:active{
	text-decoration: underline;
}

td.store_description, td.store_description a, td.store_description a:visited, td.store_description a:active {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color:#f7f5f4;
}

td.store_description a, td.store_description a:visited, td.store_description a:active{
	font-weight: bold;
	color: #4D6D65;
}

td.store_description a:hover{
	text-decoration: underline;
}

td.store_content {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

td.store_content a, td.store_content a:visited, td.store_content a:active{
	color: #0F5191;
	text-decoration: none;
}

td.store_content a:hover{
	text-decoration: underline;
}


.price{	
	font-size: 12px;
	font-weight: bold;
	color: #de7024;
	text-decoration: none;
}

.itemtitle{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

td.Item{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

td.Item a, td.Item a:visited, td.Item a:hover, td.Item a:active{
	font-size: 12px;
	font-weight: bold;
	color: #709F93;
	padding: 0em;
	text-decoration: underline;
}


.SubItem{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 0em;
	text-decoration: none;
}
.SubItem a, .SubItem a:visited, .SubItem a:active{
	text-decoration: underline;
}

.SubItem a:hover{
	color: #709F93;
}

td.cart, td.cart a{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color:#f7f5f4;
}

td.Item a:visited, td.Item a:active{
	text-decoration: underline;
}

td.Item a:hover{
	color: #709F93;
	text-decoration: underline;
}

input[type="email"]{
	font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border: 1px solid #cccccc;
    padding: 2px 5px;
}
input[type="text"]{
	font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    border: 1px solid #cccccc;
    padding: 2px 5px;
}
select{	
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.subtotal{
	font-size: 14px;
	font-weight: bold;
	color: #153A68;
	padding: 0em;
	text-decoration: none;
}
td.form {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:#274F94;
}

a.store_sidebar{
	font-size: 10px;
	font-color: #0000FF;
	color: #0000FF;
	text-decoration: none;
}

a.sub_nav_item_sel{
	font-size: 10px;
	font-color: #000000;
	color: #000000;
	text-decoration: none;
}


/**** STORE NAV ***/

.navlistlines {
	margin: 0 0 10px 10px;
}

.navlistlines li {
	list-style: none;
	float: left;
	width: 100%;
	margin: 4px 0;	
}
.navlistlines li a {	
	color: inherit !important;
	padding-left: 6px;
}
.navlistlines li:hover {
	border-left: 2px solid #036;
	-webkit-transition: border-left 0.1s linear;
	-moz-transition: border-left 0.1s linear;
	-o-transition: border-left 0.1s linear;
	transition: border-left 0.1s linear;
}

.storeheader {
	font-size: 18px;
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 12px;

}

/* Store Checkout - Start */
.store-field {
    height: auto;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.store-field label {
	float: left;
	font-size: 13px;
	width: 100%;	
}

.store-field input {
	float: left;
	font-size: 13px;
	margin: auto;
	min-width: 350px;
	width: auto;
	height: 38px;
    border-radius: 4px;
}

.store-field select {
	color: rgb(85, 85, 85);
	float: left;
	width: 40% !important;
	padding: 0 0 0 5px;
	margin: auto;
	height: 30px;
	border:1px solid #cccccc;
	height:38px;
	border-radius:4px;
}

.section_header {
	font-size: 18px;
	font-weight: bold;
	height: 20px;

}

.section_body {
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

section{
clear:both;

}

.store-field--height {
	height: 70px;
}

.store-field.store-field--width>span {
    margin-bottom: 8px;
    display: block;
}

.store-field.store-field--width {
    margin-bottom: 20px;
}

.store-field--width input {
	min-width: 20px;
    height: auto;
    margin-top: 2px;
}

.store-field--width label {
	padding-left: 10px;
	width: auto;
	line-height: 16px;
}

.store-field--half-width input {
	width: 40%;
}

.store-buttons {
	text-align: center;
}
.store-buttons button {
	font-size: 12px !important;
	font-weight: 700;
	background-image: linear-gradient(rgb(240, 228, 158) 0%, rgb(237, 191, 113) 47%, rgb(238, 167, 36) 100%);
	margin: 0 5%;
	width: 20%;

}
/* Store Checkout - End */

/* Subscripmaintain css start */

.subscription-head {
    float: left;
    width: 25%;
    padding-right: 25px;
}
.subscription-head ul {
    margin: 0px;
    padding: 0px;
}
.subscription-head ul li {
    display: block;
    list-style: none;
	margin-top:4px;
}
.subscription-head ul li a {
    color: #000;
    background: #fff;
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 6px;
    transition: .3s;
}
.subscription-head ul li a:hover, 
.subscription-head ul li a:focus,
.subscription-head ul li a.active {
    color: #004a89;
    background: #eff6ff;
    text-decoration: none;
}
.subscription-wrapper {
    float: right;
    width: 75%;
}
.subscription-exp-date p {
    font-size: 13px;
    margin-bottom: 8px;
	padding:0px 5px;
	color:#5f6774;
}
.subscription-exp-date p strong {
    margin-right: 5px;
}
.subscription-body {
    border: 1px solid #cccccc52;
    padding: 15px;
    box-shadow: 0px 0px 10px #cccccc82;
    border-radius: 8px;
}
.subscription-body tr th, 
.subscription-body tr td {
    background: #fff;
    font-size: 14px;
    padding: 8px 5px;
    color: #5f6774;
}

/* Subscripmaintain css ends */