﻿@charset "utf-8";
/*body{ background-image: url(images/background_leaf.jpg); margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #2a1f00; overflow-x: hidden; background-attachment:fixed; } */
@media screen and (min-device-width : 768px) 
    and (max-device-width : 1024px) and (orientation : landscape) {
        body {
            width:1024px;
        }
}
/* iPads (portrait) */
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) 
    and (orientation : portrait) {
   body {
            width:1024px;
        }
}
body {
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	top:0px;
	margin:0px; 
	overflow:hidden;
}
a:link {
	color: #1231AD;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1231AD;
}
a:hover {
	text-decoration: none;
	color:#0666b5;
}
a:active {
	text-decoration: underline;
	color: #1231AD;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}

.main_bk{
	background-image:url(../images/nds_bg.png);
}

.main_bk_shop{
	background-image:url(../images/nds_bg.png);
}

#page {
	top:0;
}
#titleframe {
	width:800px;
	height:50px;
	top: 16px;
}
#menuframe {
	position:fixed; 
	left:5px;
	top:5px;
	width:200px;
	height:750px;
	z-index:1;
	overflow: auto;
	font-size: 12px;
	color:#FFF;
	background-color:#0667B6;
	line-height:.5;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300
}
#mainframe {
	position:absolute;
	top:101px;
	width:799px;
	height:751px;
	z-index:1;
	overflow: scroll;
	line-height:1.25;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	font-family: Arial, Helvetica, sans-serif;
	left: 269px;
}
body,td,th {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	text-align: center;
}
.Mainlayout {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: .5px;
}
.main_content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left:auto; 
	margin-right:auto; 
	min-width:975px;
	text-align:center;
	width:975px;
	padding-top:5px;
	padding-bottom:5px;
    
}
.backgroundimage {
    background-image:url(../images/nds_bg.png);
}
.content{
	position:absolute;
	width:auto;
	overflow:visible;
	min-width:850px;
	margin:0px;
	padding:0px;
	top:80px;
}
.content_shop{
	position:absolute;
	overflow:visible;
	min-width:850px;
	width:auto;
	left:1px;
	top:100px;
	right:1px;
	text-align:left;
	left:310px;
	margin:0px;
}
.main_content_shop {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color:#F2F9FF;
	min-width:850px;
	overflow:visible;
	margin-right:0px; 
	padding-right:0px; 
	width:auto;
	top:1px;
	right:1px;

}
.main_content_view {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color:#F2F9FF;
	overflow:visible;
	margin-left:5%; 
	margin-right:5%; 
	padding-right:5px; 
	float:left;
	min-width:850px;
	width:auto;
}

.main_content tr td ul li {
	font-weight: normal;
	text-align: left;
}
.menu_line{
	text-align:left;
	font-size:14px;
    font-weight:bold;
	width:auto;
	padding:5px;
	height:20px;
    min-height:15px;
	overflow:visible;
    color:#3774a3;
}
.menu_line a:link  {
	color:#3774a3;
    text-decoration:none;
}

.menu_line a:visited   {
	color:#3774a3;
    text-decoration:none;
}

.menu_line a:hover{
	color:#FFF;
    text-decoration:underline;
}

.menu_title {
    color: #075cae;
}
.menu_line:hover .menu_title {
    color: #FFF;
}

.menu_line:hover{
	text-align:left;
	font-size:14px;
    font-weight:bold;
	width:auto;
	padding:4px;
	height:20px;
    min-height:15px;
	overflow:visible;
    border:1px solid #1F5994;
    background-color:#0666b5;
    color:white;
}
#DisplayCart{
	position:absolute;
	top: 15%;
	right:12%;
	left: 12%;
	width:76%;
	height:auto;
	visibility:hidden;
	background-color:#B9D9FD;
	z-index:999;
	vertical-align:middle;
	border:double;
}
#DisplayQuote{
	position:absolute;
	top: 15%;
	right:12%;
	left: 12%;
	width:76%;
	height:auto;
	visibility:hidden;
	background-color:#B9D9FD;
	/*visibility:hidden;
	border:solid;
	border-color:4b340a;*/
	z-index:999;
	vertical-align:middle;
	/*background-image:url(images/background_leaf.jpg);*/
	border:double;
}
#DispayInventory{
	position:absolute;
	top: 15%;
	right:12%;
	left: 12%;
	width:76%;
	height:auto;
	visibility:hidden;
	background-color:#B9D9FD;
	/*visibility:hidden;
	border:solid;
	border-color:4b340a;*/
	z-index:999;
	vertical-align:middle;
	/*background-image:url(images/background_leaf.jpg);*/
	border:double;
}
.main_table_Header_Top {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #0666b5;
}
.main_table_header_center {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #0666b5;
	background-color: #B9D9FD;
	text-align: center;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.main_table_header_square {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #0666b5;
	background-color: #B9D9FD;
	text-align: center;
}
.main_table_detail_left tr td {
	color: #0666b5;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:left
}
.main_table_header_center tr td {
	color: #0666b5;
	font-family: Tahoma, Geneva, sans-serif;
}
.table_left header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0666b5;
	background-color: #B9D9FD;
}
.main_table_footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #0666b5;
	background-color: #B9D9FD;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
.menu_items{ 
	font-family:Tahoma, Geneva, sans-serif, Times, serif;
	color:#0666b5;
	font-size: 13px; font-weight:600;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
.menu_items a, .menu_items a:visited, menu_items_sub a, .menu_items_sub a:visited, menu_items_active a:visited{ 
	font-family:Tahoma, Geneva, sans-serif, Times, serif;
	color:#0666b5;
	font-size:13px;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_items_active a{ 
	font-family:Tahoma, Geneva, sans-serif, Times, serif;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_items a:hover, .menu_items_sub a:hover, .menu_items_active a:hover{
	font-size: 13px;
	text-decoration:none;
	background-color:#B9D9FD;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
}
.menu_items_active{ 
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight:600;
	color: #FFF;
	background-color:#B9D9FD;
}
.menu_items_sub
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#FFF;
	text-decoration:none;
	float:left;
	padding-left:15px;
	padding-right: 15px;

}
.menu_items_sub_active, .menu_items_sub_active a:visited{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#FFF;
	text-decoration:none;
	background-color:#B9D9FD;
}
.red {
	color: #F00;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	text-align:left;
}

.NavMenu{
	position:relative;
	top:0px;
	left:10px;
	width:auto;
	overflow:hidden;
	height:30px;
} 

#NavMenu ul{
	list-style: none;
	line-height:30px;
	font-size: 13px;
}

#NavMenu ul li{
	float: left;
	margin:0px;
	width:auto;
	padding-left:12px;
	padding-right:12px;

} 

#NavMenu ul {
	list-style: none;
	padding: 0;
	margin:0px;
}

#NavMenu li
{
float: left;
}

#NavMenu li a:hover 
{
	border:#FFF 1px solid;
	height:28px;
	text-decoration:none;
	background-color:#fff;
	color:#0666b5;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	width:auto;
	margin-left:-13px;
	margin-right:-13px;
	padding-left:12px;
	padding-right:12px;
}

#NavMenu li a
{
	font-family:Tahoma, Geneva, sans-serif, Times, serif;
	color:#fff;
	font-size: 13px;
	float: left;
	width: auto;
	display: block;
	border: 0.0em solid #FFF;
	text-decoration: none;
	line-height:30px;
	font-size: 13px;
}

.NavMenu_active, NavMenu_active li a
{ 
	font-size: 13px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	vertical-align:bottom;
	width: auto;
	border: 0.1em solid #f2f2e1;
}
.NavMenu_active a:hover
{ 
	font-size: 13px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	vertical-align:bottom;
	width: auto;
	border: 0.1em solid #f2f2e1;
	margin-bottom:-2px;
}

.NavMenu_active li a:hover
{ 
	font-size: 13px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	vertical-align:bottom;
	width: auto;
	border: 0.0em solid #FFF;
}

.nav_menu_sub{
	width:auto;
	overflow:hidden;
	background-color:#B9D9FD;
	height: 30px;
	margin-left:170px;
	margin:0px;
	float:left;
	line-height:30px;
} 



#nav-menu-admin ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu-admin li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu-admin
{
width:30em
} 

#nav-menu-admin ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu-admin li
{
float: left;
margin: 0 0.15em;
}

#nav-menu-admin li a:hover 
{
	font-size: 13px;
	text-decoration:none;
	background-color:#FFF;
	color:#0666b5;
	font-family:Tahoma, Geneva, sans-serif;
	border: 0.0em solid #fff;
	text-align:center;
	vertical-align:bottom;
}

#nav-menu-admin li a
{
	font-family:Tahoma, Geneva, sans-serif, Times, serif;
	color:#fff;
	font-size: 13px; font-weight:600;
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	width: 9.5em;
	display: block;
	border: 0.0em solid #FFF;
	text-decoration: none;
	text-align: center;
	text-align:center;
	vertical-align:text-bottom;
}

.nav-menu-admin_active, nav-menu-admin_active li a
{ 
	font-size: 13px;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	border: 0.1em solid #fff;
	text-align:center;
	vertical-align:bottom;
	width: 9.5em;
	border: 0.1em solid #FFF;
}

/* Hide from IE5-Mac \*/
#nav-menu-admin li a
{
float: none
}
/* End hide */

#nav-menu-admin
{
width:40em
} 
.footer-bar a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center
}
.showcase_spacer{
	margin-top:225px;
	margin-left:225px;
	margin-right:225px;
}
.showcase_top_container{
	position:relative;
	text-align: left;
	width: 940px;
	height:27px;
	float:left;
}
.showcase_topleft{
	background:url(../images/showcasetopleft.png);
	width:48px;
	height:27px;
	float:left;
}
.showcase_top{
	background:url(../images/showcasetop.png) repeat-x;
	height:27px;
	width:844px;
	float:left;
}
.showcase_topright{
	background:url(../images/showcasetopright.png);
	width:48px;
	height:27px;
	float:left;
}
.showcase_row{
	width:940px;
	height:160px;
	float:left;
	background-color:#FFF;
}
.showcase_left{
	background:url(../images/showcaseleft.png) repeat-y;
	width:48px;
	height:160px;
	float:left;
}
.showcase_details{
	width:844px;
	height:160px;
	float:left;
}
.showcase_image{
	float:left;
	margin:8px;
}
.showcase_image_desc{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#0666b5;
}
.showcase_right{
	background:url(../images/showcaseright.png)  repeat-y;
	width:48px;
	height:160px;
	float:left;
}
.showcase_bottom_container{
	text-align: left;
	width: 940px;
	height:27px;
	float:left;
	background-color:#FFF;
}
.showcase_bottomleft{
	background:url(../images/showcasebottomleft.png);
	width:48px;
	height:27px;
	float:left;
}
.showcase_bottom{
	background:url(../images/showcasebottom.png) repeat-x;
	height:27px;
	width:844px;
	float:left;
}
.showcase_bottomright{
	background:url(../images/showcasebottomright.png);
	width:48px;
	height:27px;
	float:left;
}

.showcase_bk{
	background-image:url(../images/nds_bg.png)
}
.showcase_page{
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	margin-bottom:2%;
	width: 940px;
}
.content{
	padding:0 35px 0 35px;
	background:url(../imgs/bg_main.png) repeat-y;
}
.page{
	background-color:#f2f2e1;
	padding:15px 15px 25px 15px;
	margin-top:50px;
}
.home_srch{
	font-family: Tahoma, Geneva, sans-serif;
	color: #0666b5;
	width:60%;
	text-align:center;
	overflow:auto;
	margin:auto;
	border: thick solid #F00;
	background-color: #FFF;
	margin-top:15px;
	margin-bottom:10px;
}
.home_srch_hd{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #0666b5;
	background-color: #B9D9FD;
	text-align: center;
	height:22px;
	width:Auto;
	padding-top:3px;
	padding-bottom:3px;
}
.home_srch_hd2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #0666b5;
	background-color: #B9D9FD;
	text-align: center;
	height:22px;
	width:850px;
}
.home_srch_hd_sub{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight:bold;
	background-color: #B9D9FD;
	color: #0666b5;
	text-align: center;
	width:848px;
	border: thin solid #0666b5;
	padding-top:3px;
	padding-bottom:3px;
}

.home_srch_label{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #0666b5;
	font-weight:800;
	text-align: left;
	margin-top:5px;
	height:16px;
	width:125px;
	margin-left:10px;
	float:left;
}
.home_srch_box{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #0666b5;
	text-align: left;
	padding-top:5px;
	height:30px;
	width:Auto;
	padding-left:50px;
	padding-bottom:10px;
}
.home_srch_items {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0666b5;
	text-align: left;
	margin-top:5px;
	width:255px;
	margin-left:10px;
	float:left;
	border: thin solid #0666b5;
	padding:5px;
	background-color: #FFF;
}
.home_srch_items a {
	text-decoration:none;
}
.home_srch_items a:hover {
	text-decoration:underline;
}
.home_otheroption{
	font-family: Tahoma, Geneva, sans-serif;
	color:#0666b5;
	font-weight:bold;
	width:850px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.home_srch_all{
	font-family: Tahoma, Geneva, sans-serif;
	color: #0666b5;
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	border: thin solid #0666b5;
	padding-bottom:5px;
	margin-bottom:10px;
    background-color:#dae8f4;
}
.home_srch_plains{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0666b5;
	text-align: left;
	margin-top:5px;
	width:400px;
	margin-left:10px;
	float:left;
	border: thin solid #0666b5;
	padding:5px;
	background-color: #FFF;
}
.home_srch_plains a {
	text-decoration:none;
}
.home_srch_plains a:hover {
	text-decoration:underline;
}
.home_srch_plains_desc{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #0666b5;
	text-align: left;
	margin-top:5px;
	width:450px;
	margin-left:10px;
	float:left;
	border: thin solid #0666b5;
	padding:5px;
	background-color: #FFF;
	float:left;
}
.searchresults_box{
	font-family: Tahoma, Geneva, sans-serif;
	color: #0666b5;
	text-align: left;
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
	overflow:visible;
}
.searchresults_line{
	height:120px;
	border: thin solid #0666b5;
	padding:5px;
	overflow:visible;
}
.searchresults_line div:hover{
	/*background-color:#FFC;*/
}
.searchresults_pic{
	min-height:120px;
	float:left;
	overflow:visible;
}
.searchresults_label{
	min-height:120px;
	width:135px;
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-weight:bold;
	line-height:1.35;
	overflow:auto;
}
.searchresults_text{
	min-height:120px;
	width:310px;
	float:left;
	padding-left:5px;
	padding-top:5px;
	line-height:1.35;
	overflow:visible;
}
.searchresults_desc{
	min-height:120px;
	max-height:125px;
	float:left;
	padding-left:5px;
	font-style:italic;
	width:135px;
	overflow:hidden;
}
.inv_search{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #0666b5;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	border:#B9D9FD thin solid;
	margin-left:20%;
	margin-right:20%;
}
.inv_family{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #0666b5;
	text-align: Left;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	border:#B9D9FD thin solid;	
}
.inv_item_family{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #0666b5;
	text-align: left;
	overflow:auto;
	padding:3px;
	background-color: #B9D9FD;
}
.inv_item_hd{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #0666b5;
	font-weight:600;
	text-align: left;
	overflow:auto;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:3px;
	border:#B9D9FD thin solid;	
}
.inv_item{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #0666b5;
	text-align: left;
	overflow:auto;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
}
.inv_sales_hd{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #0666b5;
	font-weight:600;
	text-align: left;
	overflow:auto;
	padding:5px;
	border:#B9D9FD thin solid;	
	margin-left:125px;
}
.inv_sales{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #0666b5;
	text-align: left;
	overflow:auto;
	padding:3px;
	margin-left:125px;
}
.inv_sales_ft{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#0666b5;
	font-weight:600;
	text-align: left;
	overflow:auto;
	padding:5px;
	border:#B9D9FD thin solid;	
	margin-left:125px;
}
.inv_family_ft{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #0666b5;
	text-align: Left;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFF;
	border:#B9D9FD thin solid;	
}

.AllProductStyles{
	display:inline-block !important;
	width: 200px; 
	height: 215px; 
	text-align:left; 
	padding-left:2px; 
	padding-right:2px; 
	padding-bottom:30px;
	overflow:hidden;
	/*float:left;*/
	left:auto; 
	top:auto;
	color:#567089;
	font-weight:bold;
}

.AllProductStyles:hover{
	color:#ffffff;
}

.AllProductStyles .Itemimages img:hover{
	color:#ffffff;
	border:thin solid #000;
	margin:3px;
	width:191px;
	height:191px;
}

.AllProductStyles .ItemCart img:hover{
	width:25px;
	height:25px;
}

.ProductDetails{
	display:none;
	width: 550px; 
	height: 250px; 
	text-align:left; 
	border:#0666b5 groove;
	background-color: #F2F9FF;
	position: absolute;
	z-index:1;
}

.ProductDetailsNew{
	display:none;
	width: 665px; 
	min-height: 360px;
    height:auto;
    overflow:visible;
	text-align:left; 
	border:#0666b5 groove;
	background-color: #F2F9FF;
	position:absolute;
	z-index:2;
}

#showcarts{
	width: 306px; 
	top:0px;
	font-size:11px;
	position:absolute; 
	overflow:hidden;
	border-left:#1F5994 solid 2px;
	border-right:#1F5994 inset 2px;
	border-top:#1F5994 outset 2px;
	border-bottom:#1F5994 inset 2px;
	z-index:-999;
	margin: 0px;
	padding: 0px;
	bottom:0px;
	display:block;
	min-height:600px;
	left:0px;
    /*height:80%;*/
}

#displayshoppingcart, #displaycustomizationscart, #displayinventorycart, #displayproposalcart, #displaycustomcatalogcart, #displaypackagecart {
	width: 100%; 
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height:600px;
}
.cartdetails {
	position:static;
	overflow:auto;
	cursor:default;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	margin-bottom:-28px;
}
.cartdetails ol{
	min-height:30px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:auto;
	margin:0px;
	padding:0px;
}
.cartdetails ol:hover{
	border:thin solid #009;
	background-color:lightyellow;
}

#inventorycartdetails {
	overflow:auto;
	cursor:default;
	margin: 0px;
	padding: 0px;
	height:95%;
	color:#0666b5; 
	font-family:Tahoma; 
	font-size:11px;
}

.displaycatalogcartdetails {
	overflow:auto;
	cursor:default;
	margin: 0px;
	padding: 0px;
	height:95%;
}

.tooltip {
	background-color:#fff;
	border:2px solid #B9D9FD;
	height:auto;
	width:auto;
	min-width:50px;
	max-width:300px;
	padding:5px 10px;
	display:none;
	color:#2a1f00;
    overflow: hidden;
	font-size:13px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	z-index:1;
}

ul.tabs_prodcat {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto; /*--Set height of tabs--*/
	border-left: 1px solid #999;
	width: auto;
}
ul.tabs_prodcat li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:#fff;
	width:auto;
}

ul.tabs_prodcat li a {
	text-decoration: none;
	/*color: #fff;*/
	display: block;
	font-size: 1.0em;
	font-family:Arial;
    color:#1F5994;
    padding: 0 10px 0 10px;
	outline: none;
	width:auto;
}
ul.tabs_prodcat li.active{ 
	border: 1px solid #006; /*--Makes the active tab look like it's connected with its content--*/
	width:auto;
	background-color:#B9D9FD;
	color:#F00;
}
ul.tabs_prodcat li a:active{
	color:#F00;
}

ul.tabs_prodcat li a:hover {
	color:#fff;
	background: #B9D9FD;
	width:auto;
	
}

.tabs_prodcat_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: auto;
	background:#fff;
	background-color:#F2F9FF;
}
.tabs_prodcat_content {
	padding-top:0px;
	/*border:#00F thin solid;*/
	overflow:visible;
    height:auto;
	width:auto;
	margin:0px;
	background-color:#F2F9FF;	
}

ul.tabs_designcat {
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	border-left: 1px solid #999;
}
ul.tabs_designcat li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background:#fff;
	width:auto;
}
html ul.tabs_designcat li.active{ /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#FFF;
	border: 1px solid #006; /*--Makes the active tab look like it's connected with its content--*/
	width:auto;
	background-color:#B9D9FD;
}

html {
	scrollbar-base-color: #F00;
	scrollbar-face-color:#7592a9 ;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color:#000;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color : #ff0000;
	scrollbar-track-color:#E6F0FF;
	scrollbar-arrow-color:#06C;
}


::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #E6F0FF;
  -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-thumb {
  background: #F90;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #1A1A1A;
}


ul.tabs_designcat li a {
	text-decoration: none;
	display: block;
	font-size: .9em;
    font-family:Arial;
    color:#3a5570;
	padding: 0px 10px 0px 10px;
	outline: none;
	width:auto;
}
ul.tabs_designcat li a:hover {
	color:#fff;
	background: #B9D9FD;
	width:auto;
}
.tabs_designcat_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;

}

.tabs_designcat_content {
	position:relative;
	padding-top:5px;
	text-align:center;
	overflow:hidden;
	width:auto;
	margin:0px;
	background-color:#F2F9FF;
	margin-bottom:20px;
	padding-left:2px;
	/*border:#00F thin solid;*/
}
.menu_header_full{
    position:relative;
	width: auto;
	/*min-width:1024px;*/
	right:0px;
	top:0px;
	left:0px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	color:#FFF;
	text-decoration: none;
	line-height:20px;
	background-color:#0666b5;
	height:103px;
}
.menu_header{
    background-color:#0666b5;
	/*min-width:1100px;*/
	height:101px;
}
.menu_header_shop{
	width: auto;
	/*min-width:1150px;*/
	right:0px;
	position:fixed;
	top:0px;
	left:0px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	color:#FFF;
	text-decoration: none;
	line-height:20px;
	background-color:#0666b5;
	height:123px;
	left:310px;
    
}
.menu_header_logo{
	background-color:#0666b5; 
	float:left; 
	padding-top:0px; 
	padding-right:0px;
	padding-left:0px;
	width: 169px;
	height:100px;
}

.main_full {
	margin:0px;
	padding:0px;
	margin-top:0px;
	padding-top:0px;
	width:100%;
}

.main_pop {
	margin:0px;
	padding:0px;
	margin-top:0px;
	width:100%;
}

.main_shop {
	position:absolute;
	overflow:visible;
	min-width:850px;
	width:auto;
	left:1px;
	top:103px;
	text-align:left;
	left:310px;
	right:0px;
	margin:0px;
}

.footer {
	min-width:850px;
	margin:0px;
	width:auto;
	text-align:center;
	vertical-align: middle; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	line-height:20px;
	text-decoration: none;
	line-height:20px;
	background-color:#0666b5;
	color:#FFF;
}
.footer_shop{
	width: auto;
	min-width:950px;
	right:0px;
	position:fixed;
	bottom:0px;
	left:0px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	color:#FFF;
    text-decoration: none;
	line-height:20px;
	background-color:#0666b5;
	margin-left:310px;
	right:0px;
	margin:0px;
    height:23px;
}

.footer_full{
	width: 100%;
	min-width:950px;
	right:0px;
	position:fixed;
	bottom:0px;
	margin-left:1px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	color:#FFF;
	text-decoration: none;
	line-height:20px;
	background-color:#0666b5;
    height:23px;
}
.footer_shop a:link {
	color: #ffffff;
	text-decoration: underline;
}
.footer_shop a:visited {
	text-decoration: underline;
	color: #ffffff;
}
.footer_shop a:hover {
	text-decoration: none;
	color:#ffffff;
}
.footer_shop a:active {
	text-decoration: underline;
	color: #ffffff;
}

.footer_full a:link {
	color: #ffffff;
	text-decoration: underline;
}
.footer_full a:visited {
	text-decoration: underline;
	color: #ffffff;
}
.footer_full a:hover {
	text-decoration: none;
	color:#ffffff;
}
.footer_full a:active {
	text-decoration: underline;
	color: #ffffff;
}

.headermessage{
	width: 100%;
	min-width:1024px;
	right:0px;
	position:absolute;
	top:102px;
	left:0px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	color:#FFF;
	text-decoration: none;
	line-height:20px;
	background-color:#FFF;
	height:20px;
	background-color:#000; 
}

.headermessage_shop{
	width: auto;
	min-width:1024px;
	right:0px;
	position:absolute;
	top:102px;
	left:310px;
	overflow:hidden;
	text-align:center;
	vertical-align: middle; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:13px;
	color:#FFF;
	text-decoration: none;
	line-height:20px;
	background-color:#FFF;
	height:20px;
	background-color:#000; 
}

.footer a{
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	color:#FFF;
	
}
.background{
	top:0px;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	background-color:#000;
	position:absolute;
	display:none;
}
.importantmessage{
	border-bottom:outset #0666b5 8px;
	border-top:inset #0666b5 8px;
	border-left:outset #0666b5 8px;
	border-right:inset #0666b5 8px;
	width:500px;
	height:250px;
	text-align:center;
	z-index:100;
	margin:0px;
	top:0px;
	padding:0px;
	left:0px;
	background-color:#F2F9FF;
}
.shop_searchfilter{
	height:32px;
	/*background-color:#95CD70;*/
	padding-top:10px;
	padding-left:10px;
	text-align:left;
	border:thin solid #00F;
	overflow:visible;
}
.pulldownmenu{
	display:none; 
	position:absolute; 
	width:auto; 
	height:auto;
	z-index:9999; 
	background-color:#0666b5;
	color:#FFF;
	text-align:left;
	padding:4px;
	border:thin solid #FFF;
	overflow:visible;
	text-decoration:none;
}
.pulldownmenu div a:hover{
	text-align:left;
	text-decoration:none;
	color:#0C0;
}
.pulldownmenu a{
	text-align:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

.details{overflow:visible;}

.fileline{ font-size:14px; color: #300}
.fileline a{ font-size:14px; color: #300}

.fileline:hover {
	background-color:#06F;
	color:#FFF;
	text-decoration: none;
}
.fileline a:hover {
	color:#FFF;
	text-decoration: none;
}

.fileline:hover a {
	color:#FFF;
	text-decoration: none;
}

.ProductlistSearch{
	border:thin solid #000;
	font-size:12px;
	font-weight:800;
	background-color:#CCC;
	height:40px;
	overflow:hidden;
	padding-top:3px;
	padding-left:5px;
	text-align:left;
	width:auto;
}
.productlistHeader{
	border:thin solid #000;
	font-size:11px;
	font-weight:800;
	background-color:#CCC;
	height:25px;
	overflow:visible;
	padding-top:5px;
	text-align:left;
}
.productlist{
	text-align:left;
	border:thin solid #CCC;
	min-height:38px;
	overflow:hidden;
    font-size:14px;
    margin-right:auto; 
    margin-left:auto;
    width:auto;
}
.productlist_alt{
	text-align:left;
	border:thin solid #CCC;
	min-height:38px;
	overflow:hidden;
    font-size:14px;
    background-color:#eaf4fd;
	margin-right:auto; 
    margin-left:auto;
    width:auto;
}

.edititempic{
	width:310px;
	height:310px;
	border: thin solid #999;
	top: 30px;
	text-align:left;
	overflow:hidden;
	float:left;
}
.edititem{
	margin-left: 10px;
	border: thin solid #999;
	background-color:#EFEFEF;
	font-size:12px;
	overflow:visible;
	padding-left:5px;
	padding-top:5px;
	overflow:auto;
	height:305px;
	float:left;
}
.edititemoptions{
	height:40px;
	position:absolute;
	bottom:5px;
	margin-left:auto; 
	margin-right:auto;
}
.edititemanotheroptions{
	width:500px;;
	height:30px;
	position:absolute;
	bottom:50px;
}
.edititemtoneList{
	position:fixed;
	margin-left:100px;
	margin-top:-30px;
	width:150px;
	height:150px;
}
.formheader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: bold;
	height:16px; 
	padding-top:6px;
	font-weight:bold;
	width:75px;
	float:left;
	color:#006;
	text-align:left;
	padding-left:5px;
	color:#800000;
}

.formdetails {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color:#006;
	font:Tahoma, Geneva, sans-serif;
	padding-top:2px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	float:left;
	overflow:visible;
	min-height:20px;
	color:#006;
	margin-bottom:4px;
	text-align:left;
}

.formline {
	height:30px; 
	width:98%; 
	overflow:hidden; 
	border:1px dotted #999; 
	margin-bottom:2px; 
	background-color:#FFF;
	padding-top:2px;
}

.mainpageborder {
	
}

.mycenter{
	margin-left:auto; 
	margin-right:auto;
}

.ScreenlistSearch{
	border:thin solid #000;
	font-size:12px;
	font-weight:800;
	background-color:#F93;
	overflow:hidden;
	padding-top:5px;
	padding-left:5px;
	text-align:left;
	min-width:950px;
}

.ScreenListHeader{
	border:thin solid #000;
	font-size:12px;
	font-weight:800;
	background-color:#CCC;
	height:25px;
	overflow:visible;
	padding-top:5px;
	text-align:left;
	/*min-width:900px;*/
	width:auto;
	color:#1231AD;
}

.Screenlist{
	text-align:left;
	width:95%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	border:thin solid #CCC;
	min-height:25px;
	overflow:auto;
	min-width:900px;
	color:#1231AD;
	font-size:14px;
	padding-top:4px;
	padding-bottom:3px;
	background-color:#fff;
}
.text-header{
	font-size:18px; 
	font-weight:bold;
	text-align:center;
	padding:4px;
}
ul.tabs_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: auto; /*--Set height of tabs--*/
	width: auto;
}
ul.tabs_menu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-right:-1px;
	overflow: hidden;
	position: relative;
	background:#fff;
	width:auto;
}

ul.tabs_menu li a {
	text-decoration: none;
	/*color: #fff;*/
	display: block;
	font-size: 1.2em;
	padding: 0 5px 0 5px;
	outline: none;
	width:auto;
}
ul.tabs_menu li.active{ 
	border: 1px solid #006; /*--Makes the active tab look like it's connected with its content--*/
	width:auto;
	background-color:#B9D9FD;
	color:#F00;
}
ul.tabs_menu li a:active{
	color:#F00;
}

ul.tabs_menu li a:hover {
	color:#fff;
	background: #B9D9FD;
	width:auto;
	
}

.tabs_menu_container {
	padding-left:5px;
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: auto;
	background:#fff;
	background-color:#F2F9FF;
}
.tabledetails {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color:#000;
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 1px;
	float:left;
	overflow:auto;
	border-right:thin solid #CCC;
}
.tabledetails a{
	cursor:pointer;
	text-decoration:underline;
}
.tabledetails a span{
	color:#00F;
}
.tabledetails a:hover span:hover{
	cursor:pointer;
	text-decoration:none;
	color:#F00;
}
.dayentry{
	background-color:#EEE;
	border-bottom:1px dotted #828282;
	text-align:left; 
	margin-left:15px; 
	font-family:'Arial Narrow'; 
	font-size:14px; 
	padding:3px;
}
.dayentry:hover{
	background-color:#6FF;
	color:#000;
}
.textcenter {
	text-align:center;	
}

.login_box{
	min-height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	top:100px;
	font-size:14px;
	border:solid #e5e5d5 thin;
	width:500px;
}
.login_Header{
	font-size:14px;
	background-color:#e5e5d5;
	text-align:center;
	padding:5px;
	font-weight:800;
	color: #4b340a;
	overflow:visible;
	min-height:20px;
}

.login_Line{
	float:left;
	width:260px;
	height:25px;
	text-align:left;
	font-size:14px;
	padding:10px;
	padding-left:40px;
}
.login_lefttext {
	width:75px;
	height:25px;
	float:left;
	font-size:14px;
	color: #4b340a;
	font-weight:bold;
}
.login_input {
	width:auto;
	float:left;
	height:25px;
	font-size:14px;
}

.cartline_hover {
	border:1px solid #069;
	background-color:#FFFFF0;
}

.SCLine {
    font-size:14px; 
    height:65px; 
    color:#369; 
    overflow:hidden;
    border:1px solid #cae3f7;
    background-color:rgba(161, 197, 226, 0.05);
}
.SCLine2 {
    font-size:14px; 
    height:65px; 
    color:#369; 
    overflow:hidden;
    background-image:none;
    background-color:rgba(161, 197, 226, 0.05);
    border:thin solid #cae3f7;
}

.SCLineSBW {
    font-size:14px; 
    height:65px; 
    color:#369; 
    overflow:hidden;
    background-color:rgba(161, 197, 226, 0.19);
    border:thin solid #cae3f7;
}
.SCLineSBW2 {
    font-size:14px; 
    height:65px; 
    color:#369; 
    overflow:hidden;
    background-image:none;
    background-color:rgba(161, 197, 226, 0.19);
    border:thin solid #cae3f7;
}
.SCLine:hover, .SCLine2:hover, .SCLineSBW:hover {
    background-color: rgba(245, 230, 121, 0.75);
}

.SCDeleteBox {
    float:left;
    width:26px; 
    margin-left:6px; 
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    display: table-cell;
    vertical-align: middle ;
}
.SCQtyBox {
    float: left;
    width: 50px;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
}
.SCOrderSizeBox {
    float: left;
    width: 52px;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    vertical-align:middle;
}
.SCInventorySizeBox{
    float: left;
    width: 40px;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    vertical-align:middle;
}
.SCPictureBox {
    float: left;
    width: 65px;
    text-align: left;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    vertical-align:middle;
}
.SCProductHeaderBox {
    float:left; 
    width:70px; 
    text-align:left; 
    height:65px; 
    display: table; 
    font-size:13px; 
    color:#804040;
    vertical-align:middle;
    padding-left:3px;
}
.SCProductHeader {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4em;
}
.SCProductInfoBox {
    float: left;
    width: 215px;
    height:65px; 
    text-align: left;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height: 65px;
    display: table;
}
.SCStoneInfoBox {
    float: left;
    width: 75px;
    height:65px; 
    text-align: left;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height: 65px;
    display: table;
}
.SCInventoryProductInfoBox {
    float: left;
    width: 140px;
    height:65px; 
    text-align: left;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height: 65px;
    display: table;
}

.SCProductInfo {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.45em;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    border-right:thin solid rgba(51, 102, 153, 0.24);
}
.SCPoNum {
    float: left;
    width: 169px;
    border: thin solid #FFF;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    text-align: center;
}
.SCUnitPrice {
    float: left;
    width: 84px;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    text-align: right;
    padding-right:5px;
}

.SCExtPrice {
    float: left;
    width: 90px;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height:65px;
    text-align: right;
    padding-right:5px;
}
.SCEditBox {
    float:left;
    width:23px; 
    margin-left:6px; 
    height:65px;
    display: table-cell;
    vertical-align: middle ;
}
.SCCustomizations {
    float: left;
    width: 358px;
    border: thin solid #FFF;
    margin-top: 5px;
    text-align: right;
}
.SCInventoryNotes {
    float: left;
    width: 250px;
    border: thin solid #FFF;
    border-right: thin solid rgba(51, 102, 153, 0.24);
    height: 65px;
    text-align: center;
}

.form_line {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    padding: 5px;
    height: 20px;
    min-height: 15px;
    overflow: visible;
    border-bottom: thin dotted #1F5994;
    color: #800000;
}
.form_header {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    width: auto;
    padding: 5px;
    height: 25px;
    min-height: 15px;
    overflow: visible;
    border-bottom: thin dotted #1F5994;
    color: #800000;
}
.CartHeaderLine {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    color: #0666b5;
    padding: 9px;
    height: 20px;
    width:100%;
    padding-top5px;
}

.SCLineSum{
    min-height:30px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:100;
	color:#00F ;
	text-align:center; 
	overflow:auto;
	margin:0px;
	padding:0px;
    background-color:#FFF;
    border-bottom:thin dotted #1F5994 ;
    height: auto;
}
.SCLineSum2{
    min-height:30px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:auto;
	margin:0px;
	padding:0px;
    background-color:#F2F9FF;
    border-bottom:thin dotted #1F5994 ;
    height: auto;
}
.SCSumDeleteBox {
    float:left;
    width:20px; 
    margin-left:2px; 
    min-height:30px;
    display: table-cell;
    vertical-align: middle ;
    height: auto;
}
.SCSumQtyBox {
    float: left;
    width: 45px;
    min-height:30px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding-top:4px;
}
.SCSumPictureBox{
    float: left;
    width: 34px;
    min-height:30px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
.SCSumProductInfo{
    float: left;
    width: 80px;
    min-height:30px; 
    text-align: left;
    height: auto;
    vertical-align:middle;
    display: table-cell;
    font-size:11px;
    padding-left:4px;
    overflow:hidden;

}
.SCSumExtPrice{
    float: left;
    width: 48px;
    min-height:30px; 
    height: auto;
}
.SCSumStoneInfo{
    float: left;
    width: 45px;
    min-height:30px; 
    text-align: left;
    height: auto;
    vertical-align:middle;
    display: table-cell;
    font-size:11px;
    padding-left:2px;
    overflow:hidden;
}
    
.CCLineSum{
    min-height:70px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:auto;
	margin:0px;
	padding:0px;
    background-color:#FFF;
    border-bottom:thin dotted #1F5994 ;
    height: auto;
}
.CCLineSum2{
    min-height:70px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:auto;
	margin:0px;
	padding:0px;
    background-color:#F2F9FF;
    border-bottom:thin dotted #1F5994 ;
    height: auto;
}
.CCSumDeleteBox {
    float:left;
    width:20px; 
    margin-left:2px; 
    min-height:30px;
    display: table-cell;
    vertical-align: middle ;
    height: auto;
}
.CCSumQtyBox {
    float: left;
    width: 45px;
    min-height:30px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding-top:4px;
}
.CCSumPictureBox{
    float: left;
    width: 34px;
    min-height:30px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
.CCSumProductInfo{
    float: left;
    width: 110px;
    min-height:30px; 
    text-align: left;
    height: auto;
    vertical-align:middle;
    display: table-cell;
    font-size:11px;
    padding-left:4px;
    overflow:hidden;
}
.CCSumCustomizations{
    float: left;
    width: 270px;
    min-height:30px; 
    text-align: left;
    padding-left:25px;
    padding-right:5px;
    padding-bottom:3px;
    height: auto;
    vertical-align:middle;
    display: table-cell;
    font-size:11px;
    overflow:hidden;
}

.CATDesignBox{
    float: left;
    width: 70px;
    min-height:65px; 
    height: auto;
    border-right:thin solid rgba(51, 102, 153, 0.24);
}
.CATSizeBox{
    float: left;
    width: 45px;
    min-height:65px; 
    height: auto;
    border-right:thin solid rgba(51, 102, 153, 0.24);
}
.CATMMBox{
    float: left;
    width: 45px;
    min-height:65px; 
    height: auto;
    border-right:thin solid rgba(51, 102, 153, 0.24);
}
.CATCustomCatalogNotesBox {
    float: left;
    width: 421px;
    height:65px; 
    text-align: left;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height: 65px;
    display: table;
    border-right:thin solid rgba(51, 102, 153, 0.24);
}

.CATLineSum{
    height:30px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:hidden;
	margin:0px;
	padding:0px;
    background-color:#FFF;
    border-bottom:thin dotted #1F5994 ;
}
.CATLineSum2{
    height:30px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:hidden;
	margin:0px;
	padding:0px;
    background-color:#F2F9FF;
    border-bottom:thin dotted #1F5994 ;
}

.PCLineSum{
    min-height:30px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:auto;
	margin:0px;
	padding:0px;
    background-color:#FFF;
    border-bottom:thin dotted #1F5994 ;
    height: auto;
}
.PCLineSum2{
    min-height:30px;
	font-family:Tahoma; 
	font-size:11px;
	font-weight:400;
	color:#00F ;
	text-align:center; 
	overflow:auto;
	margin:0px;
	padding:0px;
    background-color:#F2F9FF;
    border-bottom:thin dotted #1F5994 ;
    height: auto;
}
.PCSumDeleteBox {
    float:left;
    width:20px; 
    margin-left:2px; 
    min-height:30px;
    display: table-cell;
    vertical-align: middle ;
    height: auto;
}
.PCSumQtyBox {
    float: left;
    width: 45px;
    min-height:30px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding-top:4px;
}
.PCSumPictureBox{
    float: left;
    width: 34px;
    min-height:30px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
.PCSumProductInfo{
    float: left;
    width: 80px;
    min-height:30px; 
    text-align: left;
    height: auto;
    vertical-align:middle;
    display: table-cell;
    font-size:11px;
    padding-left:4px;
    overflow:hidden;

}
.PCSumExtPrice{
    float: left;
    width: 55px;
    min-height:30px; 
    height: auto;
}

.PCProductInfoBox {
    float: left;
    width: 170px;
    height:65px; 
    text-align: left;
    border-right:thin solid rgba(51, 102, 153, 0.24);
    height: 65px;
    display: table;
}
.PCProposalNotes {
    float: left;
    width: 215px;
    border: thin solid #FFF;
    border-right: thin solid rgba(51, 102, 153, 0.24);
    height: 65px;
    text-align: center;
}

.QuoteLine {
    font-size:14px; 
    height:65px; 
    color:#369; 
    overflow:hidden;
}
.QuoteLine2 {
    font-size:14px; 
    height:65px; 
    color:#369; 
    overflow:hidden;
    background-image:none;
    background-color:rgba(161, 197, 226, 0.19)
}
.QuoteNoBox{
    float: left;
    width: 63px;
    min-height:65px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    border-right: thin solid rgba(51, 102, 153, 0.24);
}
.QuoteDateBox{
    float: left;
    width: 73px;
    min-height:65px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    border-right: thin solid rgba(51, 102, 153, 0.24);
}
.QuotePOBox{
    float: left;
    width: 109px;
    min-height:65px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    border-right: thin solid rgba(51, 102, 153, 0.24);
}
.QuotePictureBox{
    float: left;
    width: 64px;
    min-height:65px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
}
.QuoteStyleNoBox{
    float: left;
    width: 145px;
    min-height:65px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    text-align:left;
    border-right: thin solid rgba(51, 102, 153, 0.24);
}
.QuoteCustomizationBox{
    float: left;
    width: 263px;
    min-height:65px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    text-align:left;
    border-right: thin solid rgba(51, 102, 153, 0.24);
}
.QuoteAmountBox{
    float: left;
    width: 74px;
    min-height:65px;
    padding-left:3px;
    vertical-align:middle;
    display: table-cell;
    vertical-align: middle;
    height: auto;
    text-align:right;
    border-right: thin solid rgba(51, 102, 153, 0.24);
}
.MyDivLine {
    font-size:14px; 
    color:#369; 
    overflow:hidden;
    border:1px solid #369;
}
.MyDivLine2 {
    font-size:14px; 
    color:#369; 
    overflow:hidden;
    background-color:rgb(243, 249, 255);
    border:1px solid #369;
    border-top:none ;
}
.MyDivLine:hover {
    font-size:14px; 
    color:#369; 
    overflow:hidden;
    background-color:rgb(255, 251, 221);
    border:1px solid #369;
}
.MyDivLine2:hover {
    font-size:14px; 
    color:#369; 
    overflow:hidden;
    background-color:rgb(255, 251, 221);
    border-bottom:none ;
}
.MyDivCell {
    float: left;
    border-right:1px solid rgba(51, 102, 153, 0.24);
}
.MyTextBox {
    border-radius: 5px; 
    border:inset thin #ccc;
    padding:3px;
}
.MyTextBoxError {
    border-radius: 5px; 
    border:inset thin #ccc;
    padding:3px;
    background-color:#fdf1ec;
    border-color:#cd0a0a;
}
.MyTextBox:focus {
    border-radius: 5px; 
    border:inset thin #000;
    padding:3px;
    background-color:lightyellow;
}
.B2BTextBox {
    background-color:white;
    color:#000;
    font-size:12px;
    border-radius:5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    padding: 5px;
    border: thin solid #ccc;
 
}
.B2BTextBox:focus {
    background-color:#fcffc6;
    color:#000;
    /*font-size:13px;*/
    /*border-radius:7px;*/
    /*box-shadow: 0 0 7px #3774a3;*/
    /*padding: 5px;*/
    /*border: thin solid #3774a3;*/
}

.B2BTextBoxReadOnly {
    background-color:#f9f9f9;
    color:#000;
    font-size:13px;
    border-radius:7px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    padding: 5px;
    border: thin solid #ccc;
}

.B2BTextBoxReadOnly:focus {
    color:#000;
    font-size:13px;
    border-radius:7px;
    box-shadow: 0 0 7px #3774a3;
    padding: 5px;
    border: thin solid #3774a3;
}

.B2BSpinnerBox{
    background-color:white;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    padding:1px;
    border-radius:0px;
    text-align:center;
    border-radius:5px;
}
.B2BSpinnerBox:focus {
    background-color:#fcffc6;
    border-radius:0px;
    padding:1px;
    box-shadow: 0 0 7px #3774a3;
    text-align:center;
    border-radius:5px;
}
.B2BDropDownList {
    background-color:white;
    color:#000;
    font-size:12px;
    padding:2px;
    border-radius:6px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    border: thin solid #ccc;
}
.B2BDropDownList:focus {
    background-color:#fcffc6;
    color:#000;
    padding:2px;
    /*border-radius:6px;*/
    /*box-shadow: 0 0 7px #3774a3;*/
    /*border: thin solid #3774a3;*/
    /*font-size:13px;*/
}
.fileline{ 
    font-size:15px; 
    color: #300; 
    text-align:left;
    width:100%;
    height:25px;
    border-bottom:thin solid #ccc;
}
.fileline a{ 
    font-size:15px; 
    color: #300;
    text-decoration:none;
}

.fileline:hover {
	background-color:rgba(51, 102, 153, 0.24);
	text-decoration: none;
    border-bottom:thin solid #ccc;
    color:#1F5994;
}
.fileline:hover a {
	color:#1F5994;
	text-decoration:underline;
}
.AutoExtender
{
    border:solid 1px Gray;
    margin:0px;
    padding:3px;
    height: 200px;
    overflow:auto;
    background-color: #FFFFFF;     
    font-size:14px;
}
.AutoExtenderList
{
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color:#1784ac;
    text-align:left;
    padding:5px;
}
.AutoExtenderHighlight
{
    color: White;
    background-color: #006699;
    cursor: pointer;
    text-align:left;
    padding:5px;
}
.CalendarEachDate {
    width: 100%;
    height: 22px;
    background-color: #ecf5ff;
    font-weight: bold;
    color: #1061b9;
}

    .CalendarEachDate:hover {
        background-color: #1061b9;
        color: white;
    }

    .CalendarEachDate a {
        color: #0a4688;
    }

        .CalendarEachDate a:hover {
            color: white;
        }

.CalendarDayEntry {
    cursor: pointer;
    border-bottom: thin dotted #ce0808;
    text-align: left;
    height: auto;
    overflow: auto;
    font-size: 13px;
    width: 100%;
    /*display: inline-block;*/
}

    .CalendarDayEntry:hover {
        background-color: #fdf2f2;
        color: #ce0808;
    }

.CalendarJobEven {
    width: auto;
    background-color: #ecf5ff;
    border-bottom: thin solid #fce9e9;
    height: auto;
    overflow: visible;
}

    .CalendarJobEven:hover {
        width: auto;
        background-color: #eeeeee;
        border: thin solid #ab0000;
        height: auto;
        overflow: visible;
    }

.CalendarJobOdd {
    width: auto;
    background-color: white;
    border-bottom: thin solid #fce9e9;
    height: auto;
    overflow: visible;
}

    .CalendarJobOdd:hover {
        width: auto;
        background-color: #eeeeee;
        border: thin solid #ab0000;
        height: auto;
        overflow: visible;
    }

.CalendarRemoveEntry {
    position: fixed;
    height: 50px;
    line-height: 50px;
    border: 1px outset #fff;
    overflow: hidden;
    background-color: #ab0000;
    color: white;
    padding-top: 2px;
    text-align: center;
    border: thin solid #ab0000;
    bottom: 0px;
    width: 100%;
    z-index: 1
}

.CalendarOneDay {
    background-color: white;
    float: left;
    width: 100%;
    height: 92%;
    border: thin solid #999;
    overflow: auto;
}

    .CalendarOneDay:hover {
        background-color: #f3f3f3;
    }

.CalendarOneDayOutOfRange {
    background-color: #999;
    float: left;
    width: 100%;
    height: 92%;
    border: thin solid #999;
    overflow: auto;
}

    .CalendarOneDayOutOfRange:hover {
        background-color: #f3f3f3;
    }