div.form {
	clear: both;
}

div.form fieldset {
	border: 1px solid #ccc;
	padding: 10px 5px;
	margin: 0 0 1em 0;
	background-color: white;
	clear: both;
}

body.admin div.form fieldset {
	margin-bottom: 3em;
}

div.form fieldset legend {
	color: #65A0B2;
	font-size: 140%;
	font-weight: bold;
	margin-left: 7px;
}

div.form fieldset fieldset {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid red !important;
}

div.form fieldset fieldset legend {
	color: #333;
	font-size: 100%;
	margin: 0;
	padding-top: 1em;
}

div.form fieldset div.col {
	width: 48%;
	float: left;
	margin-right: 2%;
}

div#content-area div.form fieldset p,
div#content-primary div.form fieldset p {
	margin: 0.5em 8px 1em 8px;
}

div.form div.input {
	padding: 4px 8px;
	vertical-align: middle;
	clear: both;
	overflow: hidden;
}

div.form div.striped {
	background-color: #eeeeee;
	border-bottom: 1px solid #ddd;
}

div.form div.input label {
	width: 36%;
	margin-right: 1%;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

div.form div.input label.error {
	color: red;
	font-weight: normal;
	margin-left: 37%;
}

div.form div.input.normal label {
	font-weight: normal;
}

div.form div.input input,
div.form div.input.textarea textarea,
div.form div.input.select select {
	width: 59%;
	font-family: arial, helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: white;
	font-size: 100%;
}

input[type="text"]:focus,
textarea:focus {
    -webkit-text-size-adjust: 100%;
}
div.form div.input input.checkbox {
	padding: 0 !important;
}

div.form div.checkbox input {
	border: 0 !important;
}

div.form div.wide label,
div.form div.wide input,
div.form div.wide textarea,
div.form div.wide select,
div.form div.wide.textarea textarea,
div.form div.wide.select select {
	width: 97%;
}

div.form div.required {
	background: transparent url(/img/icons/required-field.png) no-repeat right 10px;
}

div.form div.required label {

}

div.form span.required {
	color: red;
}

div.form div.focus {
	background-color: #ffc;
}

div.form div.checkboxes div.focus {
	background-color: #fff !important;
}

div.form div.radio div.focus {
	background-color: transparent !important;
}

div.form div.input div.input div.checkbox {
	margin-right: 1em;
	margin-top: 4px;
}

div.form div.error {
}

div.form div.error label {
	color: red;
}

div.form div.error input,
div.form div.input input.error,
div.form div.error textarea,
div.form div.input textarea.error {
	border: 1px solid red;
}

div.form div.input div.error-message {
	clear: both;
	margin-left: 35%;
	color: red;
	padding-top: 2px;
}

div.form div.input div.input div.error-message {
	display: none;
}


div.form div.input div.info {
	margin-left: 37%;
	padding: 1px 0 1px 22px;
	margin-top: 5px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	clear: both;
}

div.form div.wide div.info {
	margin-left: 0;
}

div.form fieldset p.info {
	padding: 1px 0 1px 22px;
	margin-top: 5px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	clear: both;
}

div.form table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

div.form table caption {
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #00BBE4;
	padding: 4px 6px;
}

div.form table td,
div.form table th {
	padding: 4px 6px;
	text-align: left;
	border: 1px solid white;
	border-collapse: collapse;
}

div.form table th {
	background-color: #ccc;
	color: black;
}

div.form table td {
	background-color: #eee;
	color: #333;
}

div.form table th div.tip {
	font-weight: normal !important;
	padding-top: 5px;
}

div.form table.rental-rates th {
	vertical-align: top;
}

div.form table input.datepicker_single {
	width: 80px;
}

div.form table div.rate input {
	width: 70px;
}

div.form table input,
div.form table select {
	font-family: arial, helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #B9D4DB;
	background-color: white !important;
}

table.mceEditor select {
	width: auto !important;
}

div.form div.input div.add {
	display: inline;
}

div.form div.input div.add input {
	width: auto !important;
}

div.form div.submit {
	padding-top: 10px;
	padding-right: 8px;
	text-align: right;
}

div.form fieldset div.submit {
	margin-left: 35%;
}

/*
div.submit input {
	border: 1px solid #B0C9D3;
	background: transparent url(../img/submit_button_background.png) repeat-x 0 bottom;
	padding: 0.25em 0.5em;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px !important;
	color: #2D718A;
}

div.submit input:hover {
	background-position: 0 0;
}
*/

div.form div.button-next {
	text-align: right;
	clear: both;
}



div.input p {
	line-height: 2em;
	display: inline;
}

div.form div.input div.checkboxes {
	float: left;
	width: 65%;
	padding-bottom: 4px;
}

div.form div.input input.checkbox,
div.form div.input input.radio {
	width: auto !important;
	margin: 0 5px 0 0; !important;
	border: 0 !important;
}

div.form div.radio {
	line-height: 1.2;
	background-color: transparent !important;
}

div.form div.radio input {
	width: auto !important;
	border: 0 !important;
	background-color: transparent !important;
	clear: both;
	float: left;
	margin-bottom: .75em;
}

div.form div.input.float-radio div.radio input {
	clear: none;
}

div.form div.input.float-radio div.radio label {
	margin-right: 1.5em;
}

div.form div.radio label {
	font-weight: normal;
	float: left !important;
	display: block !important;
	margin-left: 0.5em;
	width: auto !important;
	padding: 0 !important;
}

div.form div.checkboxes {
	overflow: hidden;
}

div.form div.checkboxes div.checkbox {
	width: 25%;
	float: left;
	padding: 0.25em 0;
}

div.form div.checkboxes-1col div.checkbox {
	width: 99% !important;
}

div.form div.checkboxes-2col div.checkbox {
	width: 49% !important;
}

div.form div.checkboxes-3col div.checkbox {
	width: 33% !important;
}

div.form div.checkboxes-5col div.checkbox {
	width: 10% !important;
}

div.form div.checkboxes-6col div.checkbox {
	width: 16.666% !important;
}

div.form div.input div.checkbox label {
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
	width: auto !important;
}


div.form div.input div.checkbox input {
	width: auto !important;
	margin-right: 5px;
}

div.form div.input div.input {
	clear: none !important;
	padding: 0 !important;
	float: left;
}

div.form div.input div.input.radio {
	float: none;
	padding-left: 3px !important;
	padding-top: 4px !important;
}

div.form div.inline {
	display: inline;
	margin-right: 1em;
}

div.form div.inline label {
	margin-right: 5px;
}

div.error-flash {
	background: #fee url(../img/icons/icon_error.png) 8px 5px no-repeat;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	border: 1px solid #f00;
	color: #333;
}

div.warning-flash {
	background: #ffd url(../img/icons/icon_warning.png) 8px 5px no-repeat;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	border: 1px solid #ffcc00;
	color: #333;
}

div.notice-flash {
	background: #def url(../img/icons/icon_notice.png) 8px 5px no-repeat;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	border: 1px solid #0099ff;
	color: #333;
}

div.success-flash {
	background: #efe url(../img/icons/icon_success.png) 8px 5px no-repeat;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	border: 1px solid #33cc00;
	color: #333;
}

div.ajax-loading {
	display: none;
}

div.input div.ajax-loading {
	float: right;
}

div.input div.checkboxes div.input label {
	display:inline !important;
	float:none !important;
	font-weight:normal !important;
}


div.form-col-left {
	width: 49%;
	float: left;
	clear: both;
}

div.form-col-right {
	width: 49%;
	float: right;
}


div.index table {
	width: 100%;
	empty-cells: show;
	clear: both;
}

div.index table tr {
	cursor: pointer;
}

div.index table tr:hover {
	background-color: #ffd !important;
}

div.index table th {
	border-bottom: 2px solid #E8592E;
	font-weight: bold;
}

div.index table th,
div.index table td {
	padding: 4px 6px;
	text-align: left;
}

div.index table td {
	border-bottom: 1px solid #ccc;
}

div.index table th,
div.index table th a {
	text-decoration: none;
	color: #333 !important;
}

div.index table th a:hover {
	text-decoration: underline;
}

div.index table td.renewal {
	color: red;
}
div.index table td.expired {
	color: blue;
}

div.index table tr.altrow {
	background-color: #f4f8f9;
}

div.index table th.actions,
div.index table td.actions {
	text-align: right;
}




div.search label {
	color: #0790C7;
}

div.wide div.input label {
	width: 17% !important;
}
div.wide div.input div.checkboxes {
	width: 82% !important;
}

div.input input.quantity {
	width: 50px !important;
}


span.mandatory {
	color: red;
	padding-left: 5px;
}

form#ProductViewBasketForm div.input {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

table input.quantity {
	width: 50px;
}

div.label-search-form {
	
}

div.label-search-form div.input {
	width: 32%;
	float: left;
	clear: none !important;
	padding: 2px;
}

div.label-search-form div.checkbox {
	width: 25% !important;
}

div.form div.error {
	color: red;
}

div.form div.success {
	color: green;
}

div.date div.input {
	margin-right: 1em;
}

div.date div.input label,
div.date div.input input,
div.date div.input select {
	width: auto !important;
}


div.form p.checkbox {
	font-weight: bold;
}

div.form p.checkbox input {
	margin-left: 0.5em;
}

div.form p.checkbox label.error {
	color: red;
	font-weight: normal;
}




div.input div.cke {
	float: left;
	width: 59%;
}

div.input.wide div.cke {
	width: 100%;
}
