.store
{
	color: #333333;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	width: 95%;
	background: #FFF;
	font-family: Helvetica, "Lucida Grande", Arial,Verdana, Geneva, sans-serif;
}

/* Subs clicker for number of Copies*/

div.subsCircClick {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	float: right;
	padding: 3px;
	margin: -2px 5px;
}



div.subsCircClick img
{
	float: left;
}

span.circ-num {
	font-size: 13px;
		color: gray;
	font-weight: bold;

}

a.plusminus {
	width: 1em;
	border: 1px solid gray;
	padding: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: black;
	text-decoration: none !important;
}



.tabList div.subsCircClick {
	padding: 1px 16px 1px 1px;
}
.tabList div.subsCircClick img {
	max-height: 14px;
	margin-top: 2px;
	margin-right: 5px;
}


.tabList a.plusminus {
	width: 1em;
	font-size: 10px;
}

.tabList span.circ-num {
	font-size: 12px;
}

a.plusminus:hover {
	background-color: blue;
	color: white;
}


div.fadein {
	position: absolute;
	top: 0;
	right: 0;
	background: url(fade_in_bg.png) repeat-y 0 0;
	width: 70px;
	height: 16px;

}

div.fadein span.circ-num {
	font-size: 11px;
}

div.fadein div.subsCircClick {
	padding: 2px 15px 1px 1px;
	margin-right: 1px;
}


div.fadein div.subsCircClick img {
	max-height: 12px;
	margin-top: 2px;
}
div.fadein a.plusminus {
	width: 1em;
	font-size: 9px;
	z-index: 50;
}

div.empty-subs-msg {
	width: 100%;
	display: block;
	color: darkgray;
	font-style: italic;
}

/* Subscriber details page */

div.item {
	width: 100%;
	display: block;
}
div.b-item {
	border-radius: 4px;
	border-width: thin;
	border-color: #D1D1D1;
	border-style: solid;
	margin-bottom: 4px;
}

div.p-item {
	border-radius: 4px;
	border-width: thin;
	border-color: #949494;
	border-style: solid;
	margin-bottom: 4px;
}

div.uncopleted-item {
	border-radius: 4px;
	border-width: thin;
	border-color: #D1D1D1;
	border-style: solid;
	margin-bottom: 4px;
}

span.item-title {
	width: 100%;
	display: block;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
	cursor: hand;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}
span.b-item-title {
	background-color: #C3E5F7; /*#d9edf7;*/
}

span.p-item-title {
	background-color: #D5D5D5; /*#D5D5D5;*/

}
span.item-title {
	width: 100%;
	display: block;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	cursor: pointer;
	cursor: hand;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
}

span.uncopleted-item {
	width: 100%;
	display: block;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
	cursor: no-drop;
	border-radius: 3px;
}

span.uncompleted-item-title {
	color: #AAA8A8;
	font-style: italic;
opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

div.item-content {
	width: 100%;
	margin-top: 3px;
}

span.bundle-prods {
	display: block;
	padding-bottom: 3px;
	padding-top: 12px;
	background-color: #FFFFFF;
}

div.sub-content-header {
	display: block;
	font-weight: bold;
	border-bottom: #D6D5D5;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

div.bundle-prods-row {
	display: block;
	border-bottom: #D8D8D8;
	border-width: thin;
	border-bottom-style: solid;
}

div.bundle-prods-row-last {
	display: block;
}

div.subscribers {
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	background-color: white;
	font-size: 14px;
}

div.sub-content-body {
	width: 100%;
	display: block;
	margin-bottom: 2px;
	background-color: #E3FDD7;
}

span.sub-content-body-title {
	width: 100%;
	display: block;
	background-color: #B6E2B0;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;
}

span.subscriber-address {
	width: 100%;
}

.address-row {
	width: 100%;
	display: block;
	border-left-style: solid;
	border-left-color: #E7E7E7;
	border-left-width: thick;
	margin-top: 4px;
	padding-left: 5px;
	font-size: 13px;
}

.address-label {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.address-value {
	width: 65%;
	display: inline-block;
}

.address-input {
	border-radius: 4px;
	border: 1px solid #cccccc;
}

/* END OF - Subscriber details page */


/* Subs validator styles */
.checkbox_required {
	outline-color: red;
	outline-style: solid;
	outline-width: 1px;
}

.field_required {
	border-color: red;
}

.message_req {
	font-style:italic;
	color:red;
	display: none;
	font-size: 12px;
}

.req_field {
	color: #a94442; /*red*/
	font-size: 16px;
	font-weight: 500;
}
/* END OF - Subs validator styles */

label.required {
	display: inline !important;
}

.tsandcs-lbl {
	display: inline !important;
}

.alert {
	width: 100%;
	margin: auto;
	font-family: Helvetica, "Lucida Grande", Arial,Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

span.sub-product {
	background-color: #78C46E;
	color: #ffffff;
	border-radius: 4px;
	padding: 0px 2px 0px 2px;
	margin-top: 2px;
	margin-right: 2px;
	display: inline-block;
}

span.item-exp-icon {
	margin-right: 4px;
}

span.list-item-price {
	float: right;
	padding-right: 4px;
	margin-right: 4px;
	/*color: #A29F9F;*/
}

div.copleted-list {
	margin-bottom: 10px;
}

div.uncopleted-list {
	margin-top: 10px;
}

span.total-txt {
	color: #999999;
	font-size: 14px;
}

div.subs-bundle {
	background-color: #C3E5F7;
	border-radius: 4px;
	border-width: thin;
	border-color: #D1D1D1;
	border-style: solid;
	margin-bottom: 4px;
	border-radius: 4px;
}

div.subs-product {
	background-color: #DFDFDF;
	border-radius: 4px;
	border-width: thin;
	border-color: #C9C9C9;
	border-style: solid;
	margin-bottom: 4px;
	border-radius: 4px;
}

div.bundle-prod-item {
	width: 100%;
	background-color: #FFFFFF;
	display: block;
	font-size: 13px;
	color: gray;
}

span.bundle-prod-item-title {
	width: 55%;
	display: inline-block;
	padding-left: 4px;
}

div.item-title {
	width: 43%;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 4px;
}

span.i-title {
	display: inline-block;
	width: 59.9%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

span.i-period {
	display: inline-block;
	width: 39.9%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}

div.item-price-info {
	width: 35%;
	display: inline-block;
	/*vertical-align: middle;*/
	text-align: right;
}

div.item-discount {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

div.item-price {
	display: inline-block;
	vertical-align: middle;
}

span.del-link {
	width: 10%;
	display: inline-block;
	vertical-align: middle;
}

span.label-item-price {
	float: right;
	font-size: 13px;
}

div.item-options {
	width: 22%;
	display: inline-block;
	vertical-align: middle;
}

span.clicker-link {
	width: 75%;
	display: inline-block;
	vertical-align: sub;
}

.item-subscriber-addr {
	color: grey;
}

div.ev-price-info {
	color: gray;
	position: relative;
}

div.final-price {
	font-size: 12px;
	font-weight: bold;
	color: black;
	right: 0px;
	top: 0px;
	float: right;
}
div.item-row{
	padding-top: 2px;
}
div.item-row span{
	display: inline-block;
	margin-right: 3px;
}
td.quant-cell{
	vertical-align: top;
}

.text-red {
	color: red;
}
.text-green {
	color: green;
}

div.bundle-prods-list {
	display: none;
	width:100%;
	padding-bottom: 5px;
	padding-bottom: 1px;
}

div.subs-product, div.subs-bundle {
	width: 100%;
}

table.demographics-content {
	width: 100%;
}

/* Subscription admin */
.panel-login {
	/*
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	*/
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

#register-form select {
	height: 43px;
    font-size: 16px;
    color: #A29E9E;
    line-height: 1.428571429;
    border: 1px solid #ddd;
}
/* END OF - Subscription admin */


.paypal {
	text-align: right;
	padding-bottom: 40px;
}
.paypal button {
	display: inline-block;
	padding: 10px 20px 7px 20px;
	background-color: #FFC439;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	width: 215px;
}
.paypal button:hover {
	background-color: #f3bb37;
}