/*---general stuff------------------------------------*/
HTML {
	margin: 0;
	padding: 0;
	background-color: #757575;
}
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT,UL,LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 1.3em;
}
SELECT {
	font-size: 9px;
}
INPUT,TEXTAREA {
}
HR {
	border: 0px;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 3px 0px;
	padding: 0px;
}
UL {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
}
A {
	color: #666;
	text-decoration: none;
	outline: none; 
}
A IMG {
	outline: none; 
	border: 0;
}
A:link {
}
A:visited {
}
A:hover {
	text-decoration: underline;
}
A:hover IMG {
	text-decoration: none;
}
A:active  {
	text-decoration: none;
}
H1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #98b713;
}
H2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #98b713;
}
H3 {
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #98b713;
}
FORM {
	margin: 0;
	padding: 0;
}
TABLE,IMG {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
P {
	padding: 0;
	margin: 5px 0px;
}

fieldset {
	position: relative;
	border: 0px;
	border-top: 5px solid #6d6e60;
	border-left: 1px solid #6d6e60;
	margin-bottom: 9px;
	padding: 6px;
	background-color: white;
}
legend {
	margin-left: 10px;
	color: #333333;
	font-size: 15px;
	background-color: white;
}
fieldset .fieldset_icon {
	position: absolute;
	right: 3px;
	top: 1px;
	vertical-align: text-bottom;
}

/*---Main IDs and Classes-------------------------------------*/
#admin_bar {
	padding: 3px;
	background-color: #ccc;
}
#container {
	margin: 0 auto;
	margin-top: 24px;
	width: 995px;
	padding: 0px;
	position: relative;
	background: transparent url('../img/bg_container.gif') repeat-y scroll top left;
}
#container_cms {
	margin: 0 auto;
	margin-top: 24px;
	width: 995px;
	padding: 0px;
	position: relative;
	background-color: white;
}
#header_image {
	width: 423px;
	position: absolute;
	left: 0px;
	top: 0px;
	max-height:597px;
	overflow: hidden;
}
#header_image_blur {
	position: absolute;
	bottom: 0px;
	height: 15px;
	width: 100%;
	background: transparent url('../img/blurband.png') repeat-x scroll top left;
}
#header {
}
#header_box {
	position: relative;
	height: 120px;
	width: 565px;
	background-color: black;
	margin-left: 426px;
}
#header_logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_search {
	position: absolute;
	right: 20px;
	top: 10px;
}
#search_box {
	padding-left: 450px;
	padding-right: 30px;
}

#header_menu {
}
#header_menu ul {
	height: 18px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header_menu ul li  {
	position: relative;
	display: inline;
	float: left;
	border-top: 3px solid white;
	border-bottom: 3px solid white;		
}
#header_menu ul li a {
	display: block;
	padding: 0px 8px;	
	white-space: nowrap;
	background-color: #98b713;
	border-right: 3px solid white;
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	line-height: 18px;	
	width: 123px;
}
#header_menu ul li a:hover {
	color: black;
}
#header_menu ul li a.active {
	color: black;
}
#header_menu ul li a.no_menuitem {
	display: inline;
	padding: 0px;
}

#sub_menu {
}
#sub_menu ul{
	margin: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sub_menu ul li  {
	margin: 0;
	padding: 0;
	float: left;
}
#sub_menu ul li a {
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	line-height: 18px;	
	width: 123px;
	padding: 0px 8px;	
	white-space: nowrap;
	background-color: white;
	margin-top: 3px;
}
#sub_menu ul li a:hover {
	color: white;
	background-color: black;
}
#sub_menu ul li a.active {
	color: white;
	background-color: black;
}
#sub_menu ul li a.no_menuitem {
	display: inline;
	padding: 0px;
}

#main {
	clear: both;
	min-height: 450px;
	background: transparent url('../img/bg_main2.png') no-repeat scroll bottom right;
	padding: 0px 3px 3px 0px;
	position: relative;
}

#main_box {
}
#main_text {
	padding: 6px 50px 6px 320px;
}
.head_title {
	font-size: 15px;
	color: #98b713;
	font-weight: bold;
}

.submenu_col {
	width: 135px;
}
.content_col {
	padding-left: 3px;
}
.left_col {
	width: 300px;
}
.right_col {
	padding: 0px 25px;
}

#footer {
	padding: 0px 3px;
	line-height: 16px;
	background-color: black;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer img {
	vertical-align: middle;
}

#just_some_button {
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 0px;
	cursor: help;
}

/* banner */
#bannerbox {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 385px;
	padding-left: 3px;
	padding-bottom: 21px;
}

/* product views */
.catlist_column {
	width: 50%;
	text-align: left;
}

.productview_box {
	padding: 3px;
	margin: 0;
	/*background: #f2f2f2 url('../img/greyshades.gif') repeat-x scroll top left;*/
	border: 1px solid #e2e2e2;
}

.catlistitem {
	/*
	padding: 1px 3px;
	font-size: 12px;
	line-height: 1.6em;
	color: white;
	text-shadow: black 0px 0px 2px;
	background-image: url('../img/black50.png');
	*/
	display: block;
	color: black;
	background-color: white;	
	font-weight: bold;
	text-decoration: none;
	width: 115px;
	padding: 2px 8px;	
	margin-bottom: 3px;
	white-space: normal;
	overflow: hidden;
}
.catimg_box {
	width: 275px;
	overflow: hidden;
	border: 0;
}

/* /product views */

.designerlistitem {
	display: block;
	padding: 3px;
	/*background: #f2f2f2 url('../img/greyshades.gif') repeat-x scroll top left;*/
	border: 1px solid #e2e2e2;
	text-align: center;
	width: 120px;
	height: 90px;
}

.productlistitem {
	width: 160px;
	height: 100px;
	/*background: #f2f2f2 url('../img/greyshades.gif') repeat-x scroll top left;*/
	border: 1px solid #e2e2e2;
}

/* main layout IDs */

.highlighted {
	color: #98b713;
}
.border {
	border: 1px solid #e2e2e2;
}
.red {
	color: #ed1c24;
}
.silver {
	color: #606060;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.star {
	color: #ed1c24;
	font-weight: bold;
}

.admin_box {
	width: 100px;
	float: right;
	text-align: right;
}

.translate {
	color: #e35f24;
}

.link { /* give an element a hand icon to fake a hyperlink */
	cursor: pointer;	
}

.right {
	text-align: right;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}

.padding3 {
	padding: 3px 6px;
}
.padding5 {
	padding: 5px 10px;
}

.icon_button {
	width: 18px;
	height: 18px;
	background: transparent url('../img/icon_button.gif') no-repeat scroll top left;
	margin: 3px;
	margin-right: 0px;
	vertical-align: text-bottom;
}

.tbl_lined {
	border-top: 1px solid silver;
}
.tbl_lined td {
	border-bottom: 1px solid silver;
}
.tbl_lined th {
	background-color: silver;
	border-bottom: 1px solid silver;
}

.trline {
	background-color: silver;
	height: 1px;
}
.trline td {
	height: 1px;
}

#product_images_tabs {
	list-style-type: none;
}
#product_images_tabs li{
	display: inline;
}
#product_images_tabs li a img {
	border: 1px solid transparent; 
}
#product_images_tabs li a:hover img {
	border: 1px solid #e2e2e2; 
}
#product_images_tabs li a.selected img {
	border: 1px solid #e2e2e2; 
}



/* makes round corners by giving the container elements of  these classes "position:relative;" using JavaScript*/
.corner_lt, .corner_rt, .corner_rb, .corner_lb {
	position: absolute;
	width: 18px;
	height: 18px;
	background: transparent url('../img/pixel.gif') no-repeat scroll top left;
	display: none; /* JS will make it visible once properly positioned, to prevent the element from flying accross the screen */
}
.corner_lt { /* left top */
	background-image: url('../img/rc_lt.png');
	left: -1px;
	top: -1px;
}
.corner_rt { /* right top */
	background-image: url('../img/rc_rt.png');
	right: -1px;
	top: -1px;
}
.corner_rb { /* right bottom */
	background-image: url('../img/rc_rb.png');
	right: -1px;
	bottom: -1px;	
}
.corner_lb { /* left bottom */
	background-image: url('../img/rc_lb.png');
	left: -1px;
	bottom: -1px;
}

/* /round corners */

/*---tooltips-------------------------------------*/
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 180px;
	border: 1px solid #333333;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/* 6 lines and still only works in half of the browsers, but its soooo pretty! */
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	border-radius: 5px;  	
	-webkit-box-shadow: 10px 10px 20px #ccc;  
	-moz-box-shadow: 10px 10px 20px #ccc;  
	box-shadow: 10px 10px 20px #ccc;  	
	/*Remove below line to remove shadow. Below line should always appear last within this CSS, keyword for this nonsense: Microsoft */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
	width: 15px;
	height: 15px;
	background: transparent url('../img/tooltip_arrow.png') no-repeat scroll top left;
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid #333333;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

/*---messageboxes-------------------------------------*/
.msgbox {
	margin: 0 auto;
	border: 1px solid white;
	width: 500px;
	padding-left: 45px;
	min-height: 45px;
	cursor: pointer;
	background: #f6f6f6 url('../img/icon_message.png') no-repeat scroll 5px 5px;
}
.errbox {
	background-image: url('../img/icon_error.png');
	color: #ed1c24;
}
.warnbox {
	background-image: url('../img/icon_warn.png');
}
.msgbox_close {
	width: 13px;
	height: 13px;
	float: right;
	padding: 8px;
	background: transparent url('../img/msgbox_close.gif') no-repeat scroll 5px 5px;
}
/*---messageboxes-------------------------------------*/

/* image button */
a.squarebutton{
	background: transparent url('../img/imgbtn_l.png') no-repeat scroll top left;
	display: block;
	float: left;
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Height of button background height */
	padding-left: 9px; /* Width of left menu image */
	text-decoration: none;
}
a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
	color: #494949; /*button text color*/
}
a.squarebutton span{
	background: transparent url('../img/imgbtn_r.png') no-repeat scroll top right;
	display: block;
	padding: 4px 19px 4px 10px; /*Set 2nd value below to match value of 'padding-left' value above, the exta 10 makes the button wider*/
}
a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/* /image button */

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 0;
	margin: 0;
	height: 12px;
	line-height: 12px;
	list-style-type: none;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	padding: 0px 6px;
	background: transparent url('../img/bg_tabcontent.gif') top left no-repeat;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url('../img/bg_tabcontent_active.gif');
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}
}

/* ######### / CSS for Shade Tabs. ######### */

/*---datepicker-------------------------------------*/	
.dpDiv { /* the div that holds the date picker calendar */
}
.dpTable { /* the table (within the div) that holds the date picker calendar */
	text-align: center;
	color: black;
	background-color: white;
	border: 1px solid silver;
}
.dpTR { /* a table row that holds date numbers (either blank or 1-31) */
}
.dpTitleTR { /* the top table row that holds the month, year, and forward/backward buttons */
}
.dpDayTR { /* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
}
.dpTodayButtonTR { /* the bottom table row, that has the "This Month" and "Close" buttons */
}
.dpTD { /* a table cell that holds a date number (either blank or 1-31) */
	border: 1px solid #ece9d8;
}
.dpDayHighlightTD { /* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}
.dpTDHover { /* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #ed1c24;
}
.dpTitleTD { /* the table cell that holds the name of the month and the year */
}
.dpButtonTD { /* a table cell that holds one of the forward/backward buttons */
}
.dpTodayButtonTD { /* the table cell that holds the "This Month" or "Close" button at the bottom */
}
.dpDayTD { /* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}
.dpTitleText { /* additional style information for the text that indicates the month and year */
	color: gray;
	font-weight: bold;
}
.dpDayHighlight { /* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
	color: #4060ff;
	font-weight: bold;
}
.dpButton { /* the forward/backward buttons at the top */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}
.dpTodayButton { /* the "This Month" and "Close" buttons at the bottom */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}
/*---/datepicker-------------------------------------*/	
