﻿*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #003399;
	border-style: none;
}

a.yellow
{
	color: #ffcc00;
}

a.yellow:hover
{
	color: #ffffff;
}

a.white
{
	color: #000000;
}

a.grey
{
	color: #333333;
}

a.grey:hover
{
	color: #333333;
}

a.none
{
	text-decoration: none;
}

html, body 
{
	height: 100%;
}

body 
{
	background-color: #e6e6e6;	
}

code
{
	font-size: 11px;
}

h1, h2, h3, h4
{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Sans-serif;
}

h1, .txt_heading
{
	font-size: 18px;
}

h2, .txt_subheading
{
	font-size: 15px;
}

h3
{
	font-size: 12px;
}

hr
{
	height: 2px;
	line-height: 2px;
	color: #000;
	background-color: #000;
	border: 0;
	margin-bottom: 10px;
	clear: both;
	padding: 0;
}

img
{
	border-style: none;
}

img.gallery_image
{
	padding: 3px;
	background-color: #ffffff;
}

input, textarea, select
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: 400;
}

input.admin
{
	width: 200px;
}

input.login
{
	width: 180px;
	height: 20px;
}

input.qty
{
	width: 25px;
}

input.button
{
	padding: 0px 10px 0px 10px;
}

input.fupload
{
	width: 250px;
	height: 23px;
}

select.admin
{
	width: 340px;
	height: 20px;
}

textarea.admin
{
	width: 340px;
}

table
{
	border-style: none;
}

th
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
}

th a { color: #666666; }
th a:hover { color: #cc0066; }

td
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 11px;
}

td a {	color: #666666; }
td a:hover { color: #cc0066; }

td.grey01, tr.grey01, table.grey01
{
	background-color: #EBEBEB;
}

td.grey02, tr.grey02, table.grey02
{
	background-color: #999999;
}

td.white, tr.white, table.white
{
	background-color: #FFFFFF;
}

td.main
{
	padding: 20px 10px 20px 20px;
}

td.space
{
	height: 1px;
}

td.cp_border
{
	width: 10px;
	background: url("../images/cp_border.gif") top right repeat-y;
}

td.control_panel
{
	width: 140px;
	padding: 60px 20px 20px 20px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #000;		
}

td.control_panel a
{
	text-decoration: none;
}

pre
{
	border: 1px solid #333333;
	padding: 20px;
	background-color: #fdfdde;
	overflow: hidden;
}

.bordertop
{
	border-top: 1px solid #dcdcd2;
}

.borderright
{
	border-right: 1px solid #ffffff;
}

.gradient
{
	background: url("../images/td_bg.gif") repeat-x;
}

.finger
{
	cursor: pointer;
}

.noborder
{
	border: none;
}

.pad5
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.pad10
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.txt_alert
{
	color: #CC0000;
}

.txt_advice
{
	color: #339900;
}

.txt_grey
{
	color: #666666;
}

.txt_yellow
{
	color: #ffcc00;
}

.txt_green
{
	color: #006600;
}

.txt_red
{
	color: #cc0000;
}

.txt_small
{
	font-size: 10px;
}

.txt_smallgrey
{
	font-size: 10px;
	color: #999999;
}

.txt_bigger
{
	font-size: 20px;
}

.txt_brown
{
	color: #7d7971;
}

.visible_box
{
	width: 14px;
	height: 14px;
	overflow: hidden;
}

.img_True
{
	background: url("../images/true.png") no-repeat;
}

.img_False
{
	background: url("../images/false.png") no-repeat;
}

/* POP UP */

#container_popup
{
	position: absolute;
	margin-top: 150px;
	margin-left: 250px;
	width: 400px;
	height: 400px;
	color: #515151;
	overflow: hidden;
}

#popup_bg
{
	margin-bottom: -400px;
	width: 400px;
	height: 400px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	background-color: #cccccc;
	overflow: hidden;	
}

#popup_content
{
	position: relative;
	padding: 10px;
	width: 380px;
	height: 380px;
	overflow: hidden;	
}

#popup_content h1
{
	font-size: 11px;
	height: 15px;
	overflow: hidden;	
}

#popup_content #scrollable_content
{
	margin-top: 10px;
	width: 380px;
	height: 350px;
	overflow-x: hidden;	
	overflow-y: scroll;	
}

#popup_content #scrollable_content .select_image_box
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 160px;
	height: 160px;
	overflow: hidden;	
}

/* HEADER LAYER STYLES */

#container_header
{
	height: 100px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	font-size: 11px;
	background-color: #000;	
	color: #FFFFFF;
	overflow: hidden;
}

#container_header #left_floater
{
	float: left;
	padding-top: 20px;
	width: 430px;
	height: 60px;
}

#container_header #right_floater
{
	float: right;
	padding-top: 20px;
	height: 60px;
	width: 300px;
	text-align: right;
}

/* TOP NAVIGATION LAYER STYLES */

#top_nav
{
	padding: 0px 20px 0px 20px;
	color: #FFFFFF;	
	background-color: #000;
	height: 30px;
	overflow: hidden;
}

#top_nav a 
{
	color: #999999;
	text-decoration: none;		
}

#top_nav a:hover
{
	color: #ffffff;
}

#top_nav table.top_nav_table
{
	height: 30px;
}

#top_nav table.top_nav_table td
{
	background: url("../images/top_nav_bg.gif") repeat-x;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	text-transform: lowercase;
	height: 30px;
	border-right: 1px solid #000;
}

#top_nav table.top_nav_table td.select
{
	color: #000;
	background-image: none;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	font-weight: 700;
	text-transform: lowercase;
	height: 30px;
	border-right: 1px solid #000;
}

/* MAIN CONTENT LAYER STYLES */

#container_main
{
	padding: 10px 20px 30px 20px;
	background-color: #FFFFFF;		
	overflow: hidden;
}

#container_main #content
{
	width: 860px;
	font-size: 11px;
	color: #000;	
	overflow: hidden;
}

#breadcrumb
{
	font-size: 14px;
	color: #999999;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

#breadcrumb a {	color: #CC0066; }

#container_main #content div.heading 
{ 
	padding: 20px 10px 0px 10px;
	height: 30px; 
	line-height: 30px;
	background-color: #000; 
	color: #FFFFFF;
}

#container_main #content div.heading_actions
{
	background-color: #f0f0f0; 
	margin-bottom: 20px;
	overflow: hidden;
}

div.heading_actions table
{
	background-color: #f0f0f0; 
}

div.heading_actions table td
{
	height: 30px;
	color: #64645a;
	background-color: #dcdcdc; 
}

#div_add table
{
	background-color: #f0f0f0; 
}

#div_add table td
{
	height: 30px;
	color: #64645a;
	background-color: #dcdcdc; 
}

/* TABLE CONTENT BOX: DATA RESULT */

div.content_header table td
{
	border-top: 1px solid #FFFFFF;
	height: 30px;
}

div.content_box
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 860px;
	color: #64645a;
	background-color: #f0f0f0;
	overflow: hidden;
}

div.content_box div.left { float: left; width: 439px; border-right: 1px solid #FFFFFF; }
div.content_box div.right { float: right; width: 420px; }

div.content_box table td
{
	border-top: 1px solid #FFFFFF;
	height: 30px;
}

div.content_box table td.space
{
	border-top: 0;
	height: 1px;
	background-color: #FFF;
}

div.content_box table.borderless td
{
	border: 0px;
	height: 25px;
}

div.content_box table.borderless td.space
{
	height: 1px;
}

/* FOOTER LAYER STYLE */

#container_footer
{
	height: 20px;
	padding: 20px 0px 0px 20px;
	text-align: left;
}

/* SCROLLABLE IMAGES */

#scrollable_images
{
	padding: 10px 0px 10px 0px;
	width: 390px;
	overflow: hidden;
}

#scrollable_images table,
#scrollable_images table td
{
	border: 0;
	padding: 0;
}

#scrollable_images .image_box
{
	width: 390px;
	overflow: hidden;
}

#scrollable_images .image_box .caption
{
	margin-top: -5px;
	width: 390px;
	overflow: hidden;
}

#scrollable_images .image_box .image
{
	width: 390px;
	height: 390px;
	overflow: hidden;
}

#scrollable_images .image_box .thumb_box
{
	width: 390px;
	overflow: hidden;
}

#scrollable_images .image_box .thumb_box .thumb
{
	height: 100px;
	overflow: hidden;
}


/* SCROLLABLE THUMBS */

#scrollable_thumbs
{
	margin: 10px 0px 10px 0px;
	width: 390px;
	height: 50px;
	overflow: hidden;
}

#scrollable_thumbs table,
#scrollable_thumbs table td
{
	border: 0;
	padding: 0;
}

#scrollable_thumbs .tab_box
{
	width: 390px;
	height: 50px;
	overflow: hidden;
}

#scrollable_thumbs .tab_box .thumb_box
{
	float: left;
	margin-right: 5px;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

/* SYSTEM MESSAGE LAYER */

#system_message
{
	position: absolute;
	z-index: 10;
	top: 350px;
	left: 350px;
	padding: 20px;
	width: 320px;
	height: 150px;
	overflow: hidden;
	background-color: #000;
	border: 1px solid #ffcc00;
}

#system_message #system_text
{
	position: relative;
	z-index: 15;
	overflow: hidden;
	color: #FFFFFF;
}

#system_message #system_text table td
{
	position: relative;
	width: 320px;
	color: #FFFFFF;
	font-size: 18px;
}

#system_message #system_text a
{
	position: relative;
	color: #ffcc00;
}

.sortlists li {
	/*background-color:#333333;*/
	border-bottom:1px solid white;
	color:white;
	font-size:23px;
	margin:0 !important;
	padding:5px;
	width: 100px;
	height: 300px;
	margin-left: 20px;
	float: left;
	list-style: none;
}	

.sortlists li span {
	background-color:#666666;
	cursor:pointer;
	display:block;
	float:left;
	margin-right:10px;
	width:100px;
	height: 30px;
	text-align: center;
}

.bg_white
{
	background-color: #ffffff;
}

/* rounded corners pop up */

.pop_up
{
	position: absolute;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #000000;
	padding: 5px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.pop_up table.popup td
{
	height: 30px;
}

.pop_up table.popup td.space
{
	border-top: 0;
	height: 1px;
}

.popup_submit
{
	color: #ffffff;
	font: 14px 'Avenir Heavy', Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 2px 20px 2px 20px;
	border: 1px solid #333333;
	background: url(images/splash/button.png) repeat-x center #333333; background-color: #333333;	
	border-bottom: 1px solid #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	cursor: pointer;
}

.popup_submit:hover { background-color: rgba(255,204,0,0.8); }

.popup_submit:active{position:relative;top:2px;}