﻿fieldset {
	border: 1px #dbdbdb solid;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	clear: both;
}
legend {
	margin: 15px 0px 15px 10px;
	border: 1px #dbdbdb solid;
	padding: .2em .3em .2em .3em;
	color: #E50A03;
	font-size: .8em;
}
#adminWrapper legend {
	font-size: 1em;
}
textarea {
	width: 480px;
	font-size: 1em;
}
input, textarea {
	font-family: arial, sans-serif;
}
span.label, label {
	display: block;
	float: left;
	width: 180px;
	font-weight: bold;
	font-size: .9em;
}
ol{
	list-style: none;
}
ol li{ 
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 15px;
}
.onBlur {
	border: 1px #999999 solid;
}
.error .onBlur, .error .onFocus {
	border: 1px #ff0000 solid;
}
.error .onBlur {
	background-color: #ffc4bc;
}
.error .onFocus {
	background-color: #ffffff;
}
input, textarea, .input {
	padding: 1px 3px;
}
a {
	color: #E50A03;
}
.buttonGroup {
	margin: 15px 0px 0px 191px;
}
.buttonGroup a {
	margin-right: 10px;	
}
#inputForm {
	margin-bottom: 20px;
}
#userForm {
	margin: 30px 0px 0px 0px;
}
#userForm table {
	
}
#userForm td {
	 padding: 2px 0px 2px 0px;
}

.disabled {
    color: #aca899;
}

/********************************** Admin ************************************/

.onBlur2, .onFocus2 {
    width: 300px;
}

.adminForm input[type="text"]{
    width: 300px;
}

#adminEditButtons {
    margin-top: 20px;
}
/************************ Product *****************************/
#imageProduct {
	float: left;
	width: 350px;
	height: 300px;
	padding: 0px 57px 0px 20px;
	margin: 0px 0px 0px 0px;
}
#imageMagazineCover {
	float: left;
	width: 155px;
	height: 200px;
	padding: 0px 57px 0px 20px;
	margin: 0px 0px 0px 0px; 
}
#imageProduct img, #imageMagazineCover img  {
	float: left;
	position: relative;
	top: 2px;
	margin: 0px 3px 0px 0px;
}
.rowFloatRight {
    width: 450px;
    float: left;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
}
.leftSection, .rightSection {
    width: 430px; 
    float: left;
}
.leftSection input[type="text"], form.productForm .rightSection input[type="text"] {
    width: 150px; 
}

/******************************************  LINK LISTS  *********************************************/

.linkSet {
	
}
.linkSet div {
	float: left;
}
.linkSet select {
	width: 22em;
}
.linkSet fieldset {
	padding-bottom: 20px;
}
.linkSet .arrowBox {
	padding: 0px 20px 0px 20px;
	width: 20px;
	text-align: center;
}
.linkSet .arrowBox img {
	position: relative;
	top: 4.5em;
	margin: 0px 0px 15px 0px;
	cursor: pointer;
}
.linkSet .available {
	margin: 0px 0px 0px 10px;
}
.linkSet label {
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px;
	float: none;
	width: auto;
}

/***************** Member form ************************/
.memberForm fieldset {
    padding-top: 20px;
    
    width: 620px;
}
.memberForm #tabs{
            margin-left: 4px;
            padding: 0;
            background: transparent;
            voice-family: "\"}\"";
            voice-family: inherit;
            padding-left: 5px;
            width: 850px;
        }
.memberForm #tabs ul{
            font: bold 11px Arial, Verdana, sans-serif;
            margin:0;
            padding:0;
            list-style:none;
        }
.memberForm #tabs li{
            display:inline;
            margin:0 2px 0 0;
            padding:0;
            text-transform:uppercase;
        }
.memberForm #tabs a{
            float:left;
            background:#A3BBE6 url(images/tabs_left.gif) no-repeat left top;
            margin:0 2px 0 0;
            padding:0 0 1px 3px;
            text-decoration:none;
        }
.memberForm #tabs a span{
            float:left;
            display:block;
            background: transparent url(images/tabs_right.gif) no-repeat right top;
            padding:4px 9px 2px 6px;
        }
.memberForm #tabs a span{float:none;}
.memberForm #tabs a:hover{background-color: #7E94B9;color: white;}
.memberForm #tabs a:hover span{background-color: #7E94B9;}
.memberForm #tabHeaderActive span, .memberForm #tabHeaderActive a { background-color: #42577B; color:#fff;}
.memberForm .tabContent {
            clear:both;
            /*border:2px solid #42577B;*/
            padding-top:2px;
            background-color:#FFF;
            height: 480px;
        }

.memberButtons {
    float: right;
    width: 675px;
}      
#tabHeaderActive a {
	background-color: #ffffff;
	color: #000000 !important;
}
.fillForm {
	background-image: url('/images/icons/ico-member-arrow-down.gif');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: .8em;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 180px;
	display: block;
}
.memberEdit fieldset {
	font-size: .75em;
}
.memberEdit input[type="text"] {
	width: 300px;
}
/*
.formButton {
	border: 1px solid #DA180A;
	background-color: #ffffff;
	background-image: url(/images/admin/admin-button-bullet.gif);
	background-position: .5em .5em;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: .2em .3em .1em .8em;
}
.formButton:hover {
	background-image: url(/images/admin/admin-button-bullet-hover.gif);
	background-color: #F79B98;
}*/

/***************** Checkout ************************/
.highlightGreen td{
	background-color: #E5EEE2;
}
#emptyCol{
	background-color: #FFFFFF;
	border: 0px;
}

/***************** Err msg ************************/
.errMsg{
	color: #FF0000;
}


/* Used to display characters reamianing*/
.ContentRemaining{ color:#E50A03;}
	
}