@import url("preemtive_search.css");

checkbox { border: none; border-style: none; padding: 0; }

.input_readonly {
    cursor:default;
    background: #ddd;
}

ol li{
    margin-left: 22px;
    padding: 4px;
}

option { padding: 1px; }

select {padding: 3px; border: 1px solid #ddd;}

select#menu_id { width: 300px; }

select#owner_menu_id { width: 300px; }

#list_main_options_buttons ul {
    list-style: none;
}

#list_main_options_buttons ul li {
    display: inline-block;
}

div#category_id {
	margin: 0 0 4px 0;
}

#control_panel img {
	max-width: 100%;
}

#range_image img {
	max-width: 400px;
}

#admin_list_stock_layer #category_id ,
#admin_list_stock_layer #subcategory_id {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#admin_list_stock_layer #subcategory {
    min-height: 36px;
}

textarea {
	resize:none;
}

.error_message {
	padding: 5px;
    color: #f00;
}

.text_red {
    color: #f00;
}

.text_green {
    color:#336600;
}

#header_top_line {
    position: relative;
	float:left;
    left: 0px;
	height:10px;
	width:990px;
	margin: 0 auto 0 auto;
	background: #455272;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#header_bottom_line {
	position: relative;
	float:left;
	margin: 0 auto 4px auto;
	height: 10px;
	width: 990px;
	background:#455272;
	box-shadow: 0px 1px 3px #333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#header {
	position: relative;
	float: left;
	height: 95px;
	background: #fff;
	width: 990px;
    margin: 0 auto 0 auto;
	clear: both;
}
#header div.logo_1 {
	position: relative;
	float: left;
	width: 193px;
	height: 75px;
	margin: 3px 0 0 5px;
	background: #fff;
	text-align: center;
	border: none;
}

#header div.logo_1 img {
	margin: 0 0 0 51px;
}

#header div.logo_1 a {
	text-decoration: none;
}

#header div.logo_1 div.clock {
	width: 100%;
	height: 10px;
	margin: 0;
	font-size: 10px;
	font-family: "Tahoma", "Arial", "sans-serif";
	text-align: center;
	z-index: 2;
}

#header div.logo_1 div.logo_title {
	position: relative;
	width: 193px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #455272;
}

#header div.main_title {
	position: relative;
	float:left;
	height: 60px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #455272;
	width: 680px;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}

#header div.main_title span.sub_title {
    line-height: 48px;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
}

div.main_title a {
	color: #455272;
	text-decoration: none;
}

div.main_title a:hover {
	color: #455272;
	text-decoration: none;
}

#header div.home_icon {
	position: relative;
	float: left;
	height: 75px;
	width: 105px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	border: none;
}

#header div.home_icon a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
}

#header div.home_icon a:hover {
	color: #97aebe;
	text-decoration: underline;
}

#header div.home_icon img {
	margin: 5px 0 10px 23px;
}

.filters {
    margin: 10px 0px;
}

.filters ul {
    list-style: none;
}

.filters .field_container {
    padding: 5px 0px;
}

#navigation_menu {
	position: relative;
	float: left;
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin: 8px 0 15px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 2px #999;
	border-radius: 4px;
}

#navigation_menu ul { display: inline; width: 100%; list-style-type: none; margin: 0; padding: 0; }

#navigation_menu ul li {
	display: inline;
	float: left;
	list-style-type: none;
	min-width: 8px;
	width: auto !important;
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

div#error_msg_layer {
	position: relative;
	clear: both;
	width: 99%;
	height: auto;
	margin: 5px 0 5px 5px;
	padding: 0;
	color: #FF6600;
	font-size: 13px;
}

div#notice_msg_layer {
	position: relative;
	clear: both;
	width: 99%;
	height: auto;
	margin: 5px 0 5px 5px;
	padding: 0;
	font-family: "Arial", "sans-serif";
	font-size: 12px;
	text-align: left;
}

#footer {
	text-align:left;
	z-index:10;
	background: #fff;
	margin: 10px 0 0 0;
}

div#credits {
	clear: both;
	width: 100%;
	height: 90px;
	margin: 10px auto 10px auto;
	padding: 8px 0 0 0;
	border-top: 2px solid #ccc;
	text-align: center;
	z-index: 100;
}

div#credits img { height: 30px; margin: 10px auto 10px auto; text-align: center; }

div#credits span {
	width: 100%;
	color: #333;
	font-size: 10px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.section_divider {
	height: 30px;
	line-height: 30px;
	background: url("../images/expand.png")  right no-repeat #ddd;
	padding: 0px 4px 0px 4px;
    clear: both;
	color: #000;
	font-size: 14px;
    border-bottom: 2px solid #fafafa;
	cursor: default;
}

.section_divider span { cursor: default; }

.section_divider_collapse  {
	height: 30px;
	line-height: 30px;
	background: url("../images/collapse.png")  right no-repeat #ddd;
	padding: 0px 4px 0px 4px;
	color: #000;
	font-size: 14px;
    clear: both;
	cursor: default;
}

#left_nav_layer {
	position: absolute;
	width: 198px;
    margin-top: 4px;
	left: 0px;
	min-height: 500px;
	height: 100%;
	font-size: 11px;
	color: #333; /* was #455272 */
	background: url("../images/left_nav_layer.png") no-repeat #6375D6;
	text-wrap: normal;
	overflow: hidden;
	padding-left: 2px;
    border-radius: 5px;
	z-index: 2;
}

#left_nav_layer a {
	color: #333;
}

#left_nav_layer a:hover {
	color: #455272;
}

#left_nav_layer div.clock {
	width: 100%;
	height: 10px;
	margin: 10px 0 10px 0;
	font-size: 10px;
	text-align: center;
	z-index: 2;
}

#left_nav_layer div.title {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 5px 0;
}

#left_nav_layer div.general_info {
	margin-top:5px;
}

#left_nav_layer div.system_info {
	position: relative;
	width: 192px;
	height: auto;
	margin: 5px 0 0 2px;
	border: none;
}

#admin_view_albums_layer {
	position: relative;
	float: left;
	width: 100%;
}

#admin_control_panel_layer {

}

#admin_layer div {
	text-align:left;
	color:#333333;
}

#admin_layer div u {
	line-height:18px;
	color:#333333;
	font-weight:bold;
}

#admin_layer div.title {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #155EA6;
	width: 99%;
	height: 64px;
	line-height: 62px;
	border: 1px solid #eee;
	text-align: center;
}

#admin_layer div.title_icon {
	display: table-cell;
	position: relative;
	float: left;
	width: 98%;
	height: 64px;
	line-height: 62px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 1px solid #eee;
	text-align: center;
}

#admin_layer div.title_icon img { margin: 0 0 0 12px; }

div#admin_menu_options_layer a {
	line-height: 20px;
	color: #000;
	text-decoration: none;
}

div#admin_menu_options_layer a:hover {
	text-decoration: underline;
}

div#admin_media_layer {
    position: relative;
    float: left;
	width: 100%; /* was 775px */
	margin: 0;
	padding: 0;
}

div#admin_media_layer a {
	line-height: 20px;
	color: #333;
	text-decoration: none;
}

div#admin_media_layer a:hover {
	text-decoration: underline;
}

#media_article_layout_options_and_modules_container {
    margin: 15px 0;
}

#media_article_layout_options_and_modules_container .tr_separator {
    border-bottom: 1px solid #ddd;
}

#admin_layer #admin_menu {
    position: relative;
    float: left;
    clear: both;
	width: 100%;
}

#admin_layer #admin_menu .admin_menu_section {
    position: relative;
    float: left;
	display: block;
    width: 32%; /* was 240px */
    min-height: 310px;
	height: auto!important;
    margin: 15px 0px 5px 10px;
	border: none;
}

td.admin_menu_link {
	width: 100%;
	padding: 1px 0 1px 10px;
	border: none;
}

div.form_field_section_title {
    width:100%;
    background: #eee;
    padding: 5px 0px;
}

div.form_field_section_title h3 {
    margin-left: 5px;
}

.form_field_title {
    width: 30%;
	color: #000;
	vertical-align: middle;
    text-align: right;
}

.form_field_title_top {
    width: 30%;
	color: #000;
	vertical-align: top;
}

.global_admin_table {
    width: 100%;
}

.global_admin_table a {
	color: #333;
	text-decoration: none;
}

.global_admin_table a:hover {
	text-decoration: underline;
}

table.navigation {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 12px 0 15px 0px;
	padding: 0;
	border: none;
}

table.navigation td {
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: left;
	vertical-align: middle;
	border: none;
}

table.navigation td span {
	text-decoration: underline;
}

table.navigation a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

table.navigation a:hover {
	text-decoration: underline;
}

.view_table {
	width: 100%;
	color: #333;
    border-collapse:collapse;
}

.view_table a {
	color: #455272;
	font-weight:normal;
}

.view_table a:hover {
	color: #333;
	font-weight:normal;
}

.view_table tr {
    border-bottom: 1pt solid #eee;
}

.view_table th {
	background-color: #eee;
	text-align: center;
	color: #333;
	padding: 2px;
}

.view_table #number_align {
	text-align:right;
}

.view_table #center_align {
    text-align:center;
}

.view_table td {
	padding: 3px 2px 3px 2px;
    font-size: 12px;
	line-height: 25px;
}

.items_for_group_container {
    position: absolute;
    background: #fff;
    z-index: 1000;
    display:none;
    padding: 10px;
    border: 1px solid #EEE;
}

.grouped_item {
	background:#ffff66;
}

.show_message_layer {
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	z-index:2000;
	padding: 15px;
	margin: auto;
    border-radius: 4px;
}

.show_message_layer ul {
    list-style:none;
}

/* Module Specific CSS */

.layer_left_float {
    position:relative;
    float:left;
}

.uppercase {
    text-transform:uppercase;
}

.lowercase {
    text-transform:lowercase;
}

#stock_supplier_linked_id {
    width: 400px;
}

.user_account_approved {
    background-color: #00AA00;
}

.user_options_menu {
    position: relative;
    width: 100%;
    height: 20px;
	line-height: 20px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 4px;
    text-align: center;
    vertical-align: middle;
	background: #ccccff;
	font-size: 11px;
	font-weight: bold;
    cursor: pointer;
}

.user_options_list_layer {
    position:relative;
    visibility: hidden;
    height:0px;
    line-height:0px;
    z-index:1;
}

.user_options_list_layer ul {
    list-style:none;
    margin-left:0px;
    padding-left:0px;
}

.user_options_list_layer ul li {
    line-height:20px;
	margin: 0 0 0 8px;
}

.guest_user_email_td {
	background: #00cccc;
}

#paganation_table td {
    padding-right: 5px;
}

#sitemap {
    white-space: nowrap;
}

#change_log {
	width: 100%;
	font-family: "Courier";
	font-size: 11px;
	min-height: 600px;
	height: auto;
	white-space: nowrap;
}

div#warning_message {
	color: #FF0000;
}

div#location_linked_users_layer ul {
	list-style: none;
	padding: 0px;
}

div#location_linked_users_layer ul li {
	display: block;
}

div#location_linked_users_layer div {
	position: relative;
	float: left;
}

div#location_linked_users_layer div.linked_info {
	min-width: 450px;
	height: 20px;
}

div#location_linked_users_layer div.linked_remove {
	min-width: 20px;
	padding-left: 5px;
	height: 20px;
}

div#admin_amend_orders_layer div.additional_parameters ul {
    list-style:none;
}

div#admin_amend_orders_layer div.additional_parameters ul li span {
    padding-left: 4px;
}

/* CSS for the Master Control Panel */

.options_menu {
    position:relative;
    text-align:center;
    vertical-align:middle;
    width:100%;
    margin:0px;
    padding:0px;
    background:#ccccff;
    cursor:pointer;
	z-index: 1;
}

.options_list_layer {
    position:relative;
    visibility: hidden;
    height:0px;
    line-height:0px;
    z-index:1;
}

.options_list_layer ul {
    list-style:none;
    margin-left:0px;
    padding-left:0px;
}

.options_list_layer ul li {
    line-height:20px;
}

div.view_order_table_container {
    margin-top: 15px;
}

td.order_payment_total_paid {
    /*color: #3c763d;*/
    background-color: #dff0d8;
    border-color: #5CB85C;
}
div.order_payment_total_paid {
    background-color: #dff0d8;
    border-color: #5CB85C;
}

.view_table td div.order_payment_total_paid {
    background-color: #dff0d8;
    border-color: #5CB85C;
}

td.order_payment_total_unpaid {
    /*color: #a94442;*/
    background-color: #f2dede;
    border-color: #D9534F;
}
div.order_payment_total_unpaid {
    color: #a94442;
    background-color: #f2dede;
    border-color: #D9534F;
}

.view_table td div.order_payment_total_unpaid {
    color: #a94442;
    background-color: #f2dede;
    border-color: #D9534F;
}


#view_order_user_comments {
    width: 100%;
    height: 170px;
}

div.view_order_button_container {
    position: relative;
    float: left;
    min-width: 20px;
    min-height: 20px;
    margin: 10px 5px 10px 0px;
}
/* master control panel css */

input#client {
	text-transform: uppercase;
}

div#new_menu_identifier_layer {
	height: 0px;
	visibility: hidden;
}

div.menu_separator {
	border-top: 1px dotted #ccc;
}

ul.main_menu {
	list-style: none;
}

ul.sub_menu {
	list-style: none;
	padding-left: 18px;
}

ul.sub_menu li {
	min-height: 20px;
}

td.menu_name {
	width: 220px;
}

#album_fields_list {
	list-style: none;
}

.album {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 450px;
	border: 5px solid #dddddd;
	padding: 4px 4px 4px 4px;
}

.album_user {
	margin: 4px 0px 4px 0px;
}

.album_description {
	min-height: 18px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 4px;
}

.album_teaser_image {
    position: relative;
    float: left;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.album_teaser_image_note {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.album_teaser_image img {
    margin: auto;
    display: block;
}

.album_tags_identifier {
    position: relative;
    float:left;
	min-height: 30px;
	border: 1px solid #ddd;
	margin: 5px 0px 5px 0px;
    clear: both;
    width: 99%;
}

.album_cover_image {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    display: block;
}

.ablum_view_button {
    position: relative;
    float: left;
    clear: both;
}

.album .delete_button {
    padding-top: 5px;
}

.album_tags_identifier img {
	padding: 2px;
}

div#album_details {
    position: relative;
	float:left;
	width: 100%;
}

div#album_images {
	position: relative;
	float:left;
    padding: 8px 0px;
    margin: 8px 0px;
	width: 100%;
	background: #efefef;
    border-radius: 5px;
}

div#album_images img {
    max-width: 260px;
    margin: auto;
}

div#album_images .image_browser_input_layer {
    padding: 3px;
}

div#album_images .album_image_center table {
    width: 100%;
}

div#album_images .album_image_center table td {
    padding-bottom: 3px;
}


.album_media {
    position: relative;
    float:left;
    width: 100%;
	padding: 2px 0px 2px 0;
    clear: both;
}

.album_media .album_label {
    position: relative;
    float:left;
}

.album_media .album_media_current_article {
    position: relative;
    float:left;
    font-weight: bold;
}

.album_show_reflection {
    position: relative;
    float:left;
	padding: 2px 0px 2px 0;
    clear: both;
}

.album_grey_scale {
    position: relative;
    float:left;
	padding: 2px 0px 2px 0;
    clear: both;
}

.album_date {
    position: relative;
    float:left;
	padding: 2px 0px 2px 0;
    clear: both;
}

.albums_tag_fields {
	padding: 4px;
	border: 1px dashed #ccc;
}

.album_image {
	float: left;
	position: relative;
	width: 265px;
	height: 270px;
    margin-left: 15px;
	overflow: auto;
	border: 1px dotted #ccc;
}

#admin_amend_news_layer select#news_id {
    max-width:360px;
    min-width: 200px;
}

.news_group_image {
	float: left;
	position: relative;
	overflow: hidden;
	border: 1px dotted #ccc;
}

.news_group_image img {
    max-width: 600px;
    width: auto;
    height: auto;
}

.category_image {
	float: left;
	position: relative;
	overflow: hidden;
}

.category_image img {
    max-width: 600px;
    width: auto;
    height: auto;
}

.subcategory_image {
	float: left;
	position: relative;
	overflow: hidden;
}

.subcategory_image img {
    max-width: 600px;
    width: auto;
    height: auto;
}

.general_image {
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.general_image img {
    max-width: 600px;
    width: auto;
    height: auto;
}

div#file_upload {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/add_file.png) no-repeat;
}

td.tab {
	background: #6375D6;
	color: #fff;
	padding: 3px;
	cursor: pointer;
}

td.tab_selected {
	background: #455272;
	color: #fff;
	padding: 4px;
	cursor: pointer;
}

#stock_dependencies_id {
	width: 520px;
}

div#cart_types_layer {
    position: relative;
    float: left;
    display: block;
    width: 300px;
    margin-top: 5px;
}

div#cart_types_layer div.cart_type {
    width: 100%;
    position: relative;
    float: left;
    height: 40px;
}

div#cart_types_layer div.cart_type .cart_type_id {
    width: 25px;
}

div#cart_types_layer div.cart_type .cart_logo {
    width: 150px;
}

div#cart_types_layer div.cart_type .cart_description {
    width: 125px;
}

div#cart_types_layer div.cart_type div {
    position: relative;
    float:left;
}

/* List Categories */
/* End List Categories */

/* Affiliates */
div#affiliate_link_options_layer .link_option {
    position: relative;
    float: left;
    margin-bottom: 10px;
}

/* Affiliates End */

/* Questions */

.questions_options_menu {
    position:relative;
    text-align:center;
    vertical-align:middle;
    width:100%;
    height:15px;
    margin:0px;
    padding:0px;
    background:#ccccff;
    cursor:pointer;
}

.questions_legends .questions_legend_okay div {
    position: relative;
    float: left;
    display: block;
    background: #66ff66;
    width: 30px;
    height: 30px;
    font-size: 9px;
    line-height: 25px;
    text-align: center;
}

.questions_legends .questions_legend_not_okay div {
    position: relative;
    float: left;
    display: block;
    background: #FF0000;
    width: 30px;
    height: 30px;
    font-size: 9px;
    text-align: center;
    line-height: 25px;
    text-align: center;
}

#is_first_question_layer {
    float:left;
}

.question_okay {
    background: #66ff66;
}

.question_not_okay {
    background: #FF0000;
}


.questions_options_list_layer {
    position:relative;
    height:50px;
    line-height:0px;
    z-index:1;
}

.questions_options_list_layer ul {
    list-style:none;
    margin-left:0px;
    padding-left:0px;
}

.questions_options_list_layer ul li {
    line-height:20px;
}

/* Questions End */

div#company_address ul {
    list-style: none;
}

div#company_address li {
    display: inline;
}

div#company_address li div {
    display: inline;
    padding-left: 3px;
    height: 16px;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    div#company_address li div input[type="checkbox"] {
        margin-top: 2px;
    }
}

/* amendorders_select_order */

/* amend shipping costs */

#amend_shipping_costs_explained ul {
    margin-left: 25px;
}

#stock_country_restrictions_id {
    width: 350px;
}

/* Email viewer */

#admin_view_email_layer #email_view_buttons_container {
    padding: 10px 0px;
}

#admin_view_email_layer #email_message_status {
    margin-top: 10px;
}

/* Custom Fields  */

#custom_field_additional_options_for_stock {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

#custom_field_additional_options_for_stock .explanation {
    padding: 10px 0px;
}

#custom_field_linked_category_subcategory_list_container {
    padding-top: 10px;
}

#custom_field_linked_category_subcategory_list,
#custom_field_linked_category_subcategory_list ul {
    list-style: none;
}

#custom_field_linked_category_subcategory_list ul li {
    text-align: center;
    vertical-align: middle;
}

#custom_field_linked_category_subcategory_list ul li {
    display: inline-block;
    padding: 5px;
}

/* Custom Fields - End */

/* Competitions */

#competition_image .image {
    max-width: 450px;
}