
.pagemaster {
}
.skinmaster {
}
.skinheader {
}
.controlpanel {
	width: 100%;
	background-color: #EAEAE2;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #65717d; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: "trebuchet ms", helvetica, sans-serif; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;
    text-align: left;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	background-color: Transparent;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
    text-align: left;    
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #65717d;
}

.main_dnnmenu_itemhover {  
	background-color: #00A9E1;
	color: #FFFFFF; 
}

.main_dnnmenu_itemhover td {  
	background-color: #00A9E1;
	color: #FFFFFF; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #EAEAE2;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#65717d', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	border: solid 1px #fff;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #46461F 1px solid; 
	border-bottom: #46461F 1px solid; 
	border-top: #46461F 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/* eBiz styles */

.cartPopUp {
	background-color: #E1E1C5;
	position:absolute;
	visibility:hidden;
	border: dashed 1px #000000;
	padding: 2px 2px 2px 2px;
	width:150px;
}
.quickViewText {
	color: #000000;
	font-size: 10px;
}

.wishlistPopUp {
	background-color: #E1E1C5;
	position:absolute;
	visibility:hidden;
	border: dashed 1px #000000;
	padding: 2px 2px 2px 2px;
	width:220px;
}






*
{
padding: 0px;
margin: 0px;
}

body
{
background: #FFFFFF;
font-size: 11px;
font-family: Tahoma, "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
text-align:center;
margin: 18px 0px 15px 0px;
}

.mainarea 
{
	margin-left:auto;
	margin-right:auto;
}

/*
a:link  {
text-decoration:    underline;
color:  #00FF00;
}

a:visited   {
text-decoration:    underline;
color:  #ec5730;
}

a:hover {
text-decoration:    none;
color:  #FF0000;
}

a:active    {
text-decoration:    underline;
color:  #ec5730;
}
*/
.ebizhref
{
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #65717d;
	font-weight: bold; 
	font-style: normal; 
}

.ebizhref:hover
{
	background-color: #00A9E1;
	color: #FFFFFF;
}


p
{
margin-bottom: 14px;
text-align: justify;
}

.userinfo
{
line-height: 12px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
text-align:right;
}

.breadcrumb
{
line-height: 12px;
color: #BDBDA2;
right: 30px;
font-weight: bold;
font-size: 12px;
}

.menu
{
background: #46461F;
height: 30px;
padding: 0px 20px 0px 5px;
margin: 98px 0px 20px 0px;
z-index:1000;
}










/* ME styles */

/* The styles below define the base elements of the eBiz datagrids */

#resultsData {
	width: 400;
	border-top: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px auto;
}
#lookupBox {
	padding-right: 10px;
	padding-left: 10px;
}

/* Some of the data grids contain form caps. The following styles address that area aka ResultsGridTop*/

#resultsGridTOP {
	border-top: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	padding-top: 4px;
	padding-bottom: 5px;
	width:400;
	text-align: left;
	vertical-align: middle;
	padding-left: 2px;
}
.filterBarTopText {
	font-size: 14px;
	color: #666666;
	padding-left: 2px;
}
.filterBarHDR {
	font-weight: bold;
	color: #2B66CC;
	font-size: 14px;
}
.formInputBox {
	color: #008457;
	background: #f5f5f5;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	margin: 0px;
	padding: 2px 2px 2px 3px;
}
.formInputBoxSmall {
	color: #008457;
	background: #f5f5f5;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	font-size: 70%;
	margin: 0px;
	padding: 2px 2px 2px 3px;
}
.formInputBoxSmallb {
	color: #008457;
	background: #f5f5f5;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	font-size: 65%;
	width: 80px;
	margin: 0px;
	padding: 1px 1px 1px 1px;
}
#expanderBack {
	float: right;
	text-align: right;
}
#expanderBack form {
	text-align: right;
}
.orderDetailThankYou 
{
	font-weight: bold;
	font-size: 14px;
	color: #008457;
}
#orderDetailThankYouDiv 
{
	text-align: center;
}
.noItemsInTable
{
	font-weight: bold;
	color: #008457;
}
#noItemsInTableDiv
{
	text-align: center;
}

#shoppingCartQuickGlanceTop{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 100px;
	text-align: right;
	vertical-align: middle;
	padding-left: 2px;
}


#shoppingCartQuickGlanceBottom{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-bottom: 5px;
	width: 97%;
	text-align: right;
	vertical-align: middle;
	padding-left: 2px;
}

/*   */
.gridBigHeader {
	font: bold 14px Arial, Helvetica, sans-serif;
	background: #EDF2F5;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.gridHeader {
	background: #EDF2F5;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	vertical-align:bottom;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 3px;
	padding-left: 3px;
}

.gridItem 
{
	font-size: 10px;
}

/* PO Details screen and Invoice Details screen contain a Header object with ship to's... */
#poHeaderHolder {
	background: #EDF2F5;
	height: 235px;
	border-top: 1px solid #B0B0B0;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	width: 100%;
}
#poHeaderHolderEdit {
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: 1px solid #B0B0B0;
	padding: 5px 5px 10px;
	background: #EDF2F5;
}
.headerInfoWide {
	color: #666666;
	width: 100%;
	font-size: 10px;
	padding-top: 10px;
	background: #EDF2F5;
}
#headerInfo01 {
	color: #666666;
	font-size: 75%;
	float: left;
	border-right: 1px solid #B0B0B0;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
	background: #EDF2F5;
	height: 240px;
	width: 32%;
}
#headerInfo02 {
	color: #666666;
	font-size: 10px;
	float: left;
	border-right: 1px solid #B0B0B0;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 5px;
	background: #EDF2F5;
	height: 240px;
	width: 32%;
}
#headerInfo03 {
	color: #666666;
	font-size: 10px;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	background: #EDF2F5;
	height: 240px;	
	width: 32%;	
}
.clear
{
	/* your best friend
       use before and/or after "float" sets */
	clear: both;
}
.headerHdrs {
	color: #000000;
	font-weight: bold;
}
.headerHdrs smaller {
	font-size: 9px;
}

/* When data is displayed in the dataGrids, these elements define the table

#gridTable {
	background: #666666;
}
*/

/* Some of the data grids contain a footer element for looking up PO's and Invoices and for paginate. */
#pageMove {
	color: #999999;
	vertical-align: top;
	background: #EDF2F5;
	width: 100%;
	border-top: 2px solid #B0B0B0;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
}
.lookUPs {
	text-align: right;
}


#closeDetails {
	width: 18px;
	float: right;
	padding-top: 5px;
}
.tinyTXT {
	font-size: 9px;
	color: #666666;
}
.tinyTXT2 {
	font-size: 9px;
	color: #4e5150;
	background: #a1a6a4;
	border-top: 1px solid #6d7170;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.historyDetail {
	font-size: 14px;
	font-weight: bold;
}

#packlistDetails {
	background-color: #e1e1e1;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
	margin: 0px;
	padding: 8px 5px 7px;
	text-align:left;
}

#packlistDetails a {
	font-weight: bold;
	text-decoration: underline;
	color: #2B66CC;
}
#packlistDetails a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

/* CSS Document */

.generalText01 {
	font: bold 10px Arial, Helvetica, sans-serif;
}
.generalText01Light {
	font: 11px Arial, Helvetica, sans-serif;
}

/* Formatting look and feel of the results tables */
.accentColumn1 {
	background: #ebf5f2;
	color: #008457;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
}

.alignRight {
	text-align:right;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	color: #878787;
}
.alignRightAccent {
	text-align:right;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	background: #ebf5f2;
	color: #008457;
}
.alignCenter {
	text-align:center;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	color: #878787;	
}
.alignLeft {
	text-align:left;
	font-size: 10px;	
	border-bottom: 1px solid #b4b4b4;
	color: #878787;	
}
.alignLeftAccent {
	text-align:left;
	font-size: 10px;	
	border-bottom: 1px solid #b4b4b4;
	background: #ebf5f2;
	color: #008457;
}
.listPrice {
	text-align:right;
	font-size: 10px;
	color: #878787;
	border-bottom: 1px solid #b4b4b4;	
}
.backOrderColumn {
	text-align:right;
	font-size: 10px;
	border-bottom: 1px solid #b4b4b4;
	color: #CC0000;
	font-weight: bold;
}

/* On Invoice Details, these styles address the bottom "Totals" information */
#totalsGrid {
	color: #666666;
	width: 100%;
	font-size: 12px;
	border-top: solid 1px #b4b4b4;
	/*background: url(/MM_images/gen_shell/bucket_bckgrdTall.jpg) repeat-x left top;*/
}
#totalsGrid table{
}

.totalsNetGross {
	color: #2B66CC;
	padding-bottom: 5px;
	border-right: 1px solid #9da5a2;
	border-left: 1px solid #9da5a2;
	border-bottom: 1px solid #9da5a2;
	background: #c4ccc9;
	font-weight: bold;
	font-size: 12px;
}

.totalsNetGrossText 
{
	color: #008457;
	font-weight: bold;
	font-size: 12px;
}

.totalsNetGrossWithoutBorder {
	color: #2B66CC;
	border-right: 1px solid #9da5a2;
	border-left: 1px solid #9da5a2;
	background: #c4ccc9;
	font-weight: bold;
	font-size: 12px;
}
.totalsTXT {
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 12px;
}
.totalsHDRs {
	color: #666666;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaaeac;
	font-size: 12px;
}

.totalsHDRsWithoutBorder {
	color: #666666;
	font-size: 12px;
}

.totalsTXT a {
	font-weight: bold;
	text-decoration: underline;
}
.totalsTXT a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #006140;
}

/* When no data is present, there is usually a "sorry" message */
.sorryMessage {
	font-size: 12px;
	color: #CC0000;
	width:100%;
	text-align: left;
	margin: 10px 10px 10px 4px;
}
.sorryMessage ul {
	list-style: disc inside;
}


/* Pagination */
.paginate 
{
	padding-top: 2px;
	padding-bottom: 2px;
	background: #e6e6e6;
	font-size: 10px;
	text-align: left;
}

.newAccountLookupQuestion
{
	font-weight: normal;
	color: #008457;
	font-size: 12px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(images/SavedStar.png);
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

.commentsContainer {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
}




/*Progress bar*/

.progress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.progresscontainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.progressheader
{
    background: url(images/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    font-family: arial,helvetica,clean,sans-serif;
}
.progressbody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

#categoryManagementArea
{
	position:relative;
	width:80%;	
}

.categoryTreeviewArea 
{
	float:left;
	top:0;
	left:0;
	width:240px;
	overflow:auto;
	
}

.categoryDetailsArea
{
	float:left;
	top:0;
	right:0;
	width:200px;
}

.partDetailsProductPartID 
{
 font-family:Arial;
 font-size:18px;
 font-weight:bold;
}

.partDetailsVisualDescription
{
	font-family:Arial;
	font-size:14px;
}

.partDetailsTabHeader 
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
    line-height:25px;
    text-transform:uppercase;
}

.partDetailsTabText 
{
	font-family:Arial;
	font-size:12px;
}

.partDetailsFeatureName
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
    text-transform:uppercase;
}

.partRecommendationHeader
{
	 font-family:Arial;
	 font-size:18px;
	 font-weight:bold;
	 color:#FF7800;
}


.partRecommendationPartID
{
	font-weight:bold;
}























.background {
    background-color: #FFFFFF;
    margin: 18px 0px 15px 0px;
}
.contentbox {
    background-color: #FFFFFF;
    border-top: 1px solid #b0b0b0;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
}
.contentbox_subpage {
    background-color: #FFFFFF;
    border-bottom: 1px solid #b0b0b0;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
}
.nav {
    font-family: Tahoma;
    font-size: 12px;
    color: #65717d;
    text-align: center;
    display: block;
    height: 29px;
}
.nav a {
    background-color: #FFFFFF;
    color: #65717d;
    display: block;
    height: 23px;
    padding-top: 6px;
}
.nav a:hover {
    background-color: #00a9e1;
    color: #FFFFFF;
    display: block;
    height: 23px;
    padding-top: 6px;
}
.left_menu {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #65717d;
    display: block;
    width: 132px;
    height: 29px;
}
.left_menu a {
    background-color: #FFFFFF;
    color: #65717d;
    display: block;
    width: 132px;
    height: 23px;
    padding-left: 12px;
    padding-top: 6px;
}
.left_menu a:hover {
    background-color: #00a9e1;
    color: #FFFFFF;
    display: block;
    width: 132px;
    height: 23px;
    padding-left: 12px;
    padding-top: 6px;
    text-decoration: none;
}
.top_menu {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #65717d;
    display: block;
    height: 29px;
}
.top_menu a {
    background-color: #FFFFFF;
    color: #65717d;
    display: block;
    height: 23px;
    padding-left: 12px;
    padding-top: 6px;
}
.top_menu a:hover {
    background-color: #00a9e1;
    color: #FFFFFF;
    display: block;
    height: 23px;
    padding-left: 12px;
    padding-top: 6px;
    text-decoration: none;
}
.contact_no {
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-right:1px;
}
.contact_no1 {
    background-image: url(images/cont_no.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.main_img_contbox {
    background-image: url(images/main_img_cont_box.jpg);
    background-repeat: no-repeat;
}
.rp_box {
    background-color: #FFFFFF;
    border: 1px solid #e8ebe4;
}
.heading_1 {
    font-family: Tahoma;
    font-size: 20px;
    color: #5a7734;
}
.heading_2 {
    font-family: Tahoma;
    font-size: 15px;
    color: #ec5730;
    padding-top: 5px;
    padding-bottom: 9px;
}
.heading_3 {
    font-family: Tahoma;
    font-size: 18px;
    color: #869178;
    padding-top: 5px;
    padding-bottom: 9px;
}
.heading_4 {
    font-family: Tahoma;
    font-size: 15px;
    color: #71815d;
}
.txt_1 
{
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
}
.txt_2 {
    font-family: Tahoma;
    font-size: 11px;
    color: #6c6c6c;
}
.txt_3 {
    font-family: Tahoma;
    font-size: 11px;
    color: #00a9e1;
}
.txt_3_m 
{
	color:#66727E;
	font-family:Tahoma;
	font-size:14px;
}
.txt_4 {
    font-family: Tahoma;
    font-size: 11px;
    color: #ec5730;
}
.txt_5 {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
}
.link_1 {
    font-family: Tahoma;
    font-size: 11px;
    color: #ec5730;
}
.link_1 a {
    color: #ec5730;
    text-decoration: none;
}
.link_1 a:hover {
    color: #ec5730;
    text-decoration: underline;
}
.design_box {
    background-color: #bfe9f7;
    background-image: url(images/designbox_img.jpg);
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #e8ebe4;
}
.footer_txt {
    font-family: Tahoma;
    font-size: 11px;
    color: #7f7f7f;
}
.top_link {
    font-family: Tahoma;
    font-size: 12px;
    color: #00a9e1;
    text-align: center;
}
.top_link a {
    color: #00a9e1;
    text-decoration: none;
}
.top_link a:hover {
    color: #00a9e1;
    text-decoration: underline;
}
.category_box {
    background-color: #FFFFFF;
    border: 0px;
}
.title_box {
    background-color: #EDF2F5;
    border: 1px solid #d2dae0;
    height:64px;
    text-align:right;
    font-family:Tahoma;
    font-weight:bold;
    font-size:26px;
    text-transform:lowercase;
    padding-right:40px;
    color:#6A717B;
}
.title {
    font-family: "Trade Gothic LT Std", Tahoma;
    font-size: 43px;
    color: #869079;
    padding: 5px 0px 7px 20px;
    letter-spacing: -0.05em;
}
.cat_name {
    font-family: "Trade Gothic LT Std", Tahoma;
    font-size: 16px;
    color: #ec5730;
    text-transform: uppercase;
    padding: 7px 0px 0px 0px;
    letter-spacing: -0.05em;
}
.content_left_link {
    background-color: #f5f7f2;
    border: 1px solid #d0d6c8;
}
.cont_left_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #869178;
    display: block;
    width: 167px;
    height: 31px;
    text-transform: uppercase;
}
.cont_left_menu a {
    color: #869178;
    display: block;
    width: 159px;
    height: 24px;
    padding-left: 9px;
    padding-top: 7px;
}
.cont_left_menu a:hover {
    background-color: #FFFFFF;
    background-image: url(images/arrow_right_1.jpg);
    background-repeat: no-repeat;
    background-position: right 7px;
    border-top: 1px solid #d0d6c8;
    border-bottom: 1px solid #d0d6c8;
    border-left: 1px solid #d0d6c8;
    color: #cc3300;
    display: block;
    width: 160px;
    height: 23px;
    padding-left: 8px;
    padding-top: 6px;
}
.cont_left_menu_1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cc3300;
    display: block;
    width: 160px;
    height: 31px;
}
.cont_left_menu_1 a {
    color: #cc3300;
    display: block;
    width: 154px;
    height: 24px;
    padding-left: 9px;
    padding-top: 7px;
}
.cont_left_menu_1 a:hover {
    background-color: #FFFFFF;
    background-image: url(images/arrow_right_1.jpg);
    background-repeat: no-repeat;
    background-position: right 7px;
    border-top: 1px solid #d0d6c8;
    border-bottom: 1px solid #d0d6c8;
    border-left: 1px solid #d0d6c8;
    color: #cc3300;
    display: block;
    width: 154px;
    height: 23px;
    padding-left: 8px;
    padding-top: 6px;
}



.contentbox_1 {
    background-color: #FFFFFF;
    border: 1px solid #b0b0b0;
}

.txt_field {
    background-color: #E5F9FF;
    border: 1px solid #00A9E1;
}

.txt_field_1 {
    background-color: #fff6ea;
    border: 1px solid #ffd6c1;
}

.title_box_1 {
    background-color: #fdf0ec;
    border: 1px solid #ead7d2;
}
.green_cell {
    background-color: #f5f7f2;
    border-bottom: 1px solid #e8ebe4;
}
.white_cell {
    background-color: #FFFFFF;
    border-bottom: 1px solid #e8ebe4;
}
.table_border_bottom {
    border-bottom: 1px solid #bac1b2;
}
.table_border_top_bottom {
    border-top: 1px solid #bac1b2;
    border-bottom: 1px solid #bac1b2;
}
.table_border_top {
    border-top: 1px solid #bac1b2;
}

.link_2 {
    font-family: Tahoma;
    font-size: 11px;
    color: #6d7b5b;
}
.link_2 a {
    color: #6d7b5b;
    text-decoration: none;
}
.link_2 a:hover {
    color: #6d7b5b;
    text-decoration: underline;
}


.orange_border {
    background-color: #FFFFFF;
    border: 1px solid #eb552f;
}


.product_box_gallery {
    background-color: #FFFFFF;
    border: 1px solid #e9ece6;
}


.catalog_box {
    background-color: #FFFFFF;
    background-image: url(images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: right 10px; 
    border: 1px solid #d1d6c9;
}


.grade_link {
    font-family: Tahoma;
    font-size: 12px;
    color: #616161;
    width: 160px;
    height: 30px;
    display: block;
}
.grade_link a {
    color: #616161;
    width: 151px;
    height: 23px;
    display: block;
    padding: 7px 0px 0px 9px;
}
.grade_link a:hover {
    color: #ec5730;
    font-weight: bold;
    border: 2px solid #ec5730;
    width: 147px;
    height: 21px;
    display: block;
    padding: 5px 0px 0px 7px;
}



.pattern_link {
    font-family: Tahoma;
    font-size: 12px;
    color: #616161;
    width: 142px;
    height: 68px;
    display: block;
}
.pattern_link a {
    color: #616161;
    width: 135px;
    height: 19px;
    display: block;
    padding: 49px 0px 0px 7px;
}
.pattern_link a:hover {
    color: #ec5730;
    font-weight: bold;
    border: 2px solid #ec5730;
    width: 133px;
    height: 17px;
    display: block;
    padding: 47px 0px 0px 5px;
}



.color_link {
    font-family: Tahoma;
    font-size: 11px;
    color: #616161;
    width: 51px;
    height: 61px;
    display: block;
}
.color_link a {
    color: #616161;
    width: 46px;
    height: 15px;
    display: block;
    padding: 46px 0px 0px 5px;
}
.color_link a:hover {
    color: #ec5730;
    font-weight: bold;
    border: 2px solid #ec5730;
    width: 44px;
    height: 13px;
    display: block;
    padding: 44px 0px 0px 3px;
}

/*.cards_link {
    display: block;
}
.cards_link_tbl {
    display: block;
    border: 1px dashed #d1d6c9;
    padding: 7px;
}
.cards_link_tbl:hover {
    display: block;
    border: 1px solid #f16739;
    padding: 7px;
}*/

.whats_new {
    width: 229px;
    height: 104px;
}
.whats_new a {
    width: 229px;
    height: 100px;
    display:block;
    border: 1px dashed #d1d6c9;
    padding: 2px 2px 2px 2px;
}
.whats_new a:hover {
    width: 229px;
    height: 100px;
    border: 1px solid #f16739;
    padding: 2px 2px 2px 2px;
}


.browse_btn {
    font-family: Tahoma;
    font-size: 12px;
    color: #89a465;
    text-align: center;
    padding: 3px 25px 3px 25px;
    border: 1px solid #d0d6c8;
    background-color: #f6f9f2;
}


.upload_btn {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding: 3px 35px 3px 35px;
    border: 1px solid #89a465;
    background-color: #b2c09f;
}

.cat_name_new {
    font-family: "Trade Gothic LT Std", Tahoma;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 3px 0px 3px 15px;
    background-color: #4169E1;
    /*letter-spacing: -0.05em;*/
    /*border-bottom: 1px solid #d3d9cc;*/
}

.cat_name_new:hover {

    background-color: #ED512B;
}

.series_link {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 16px;
  color: #ec5730;
  font-weight: 700;
}


.innerbox_heading_2 {
    font-family: "Trade Gothic LT Std Cn", Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #ec5630;
	text-transform: uppercase;
}

.txt_6 {
    font-family: Tahoma;
	font-size: 11px;
	color: #65717d;
}
.txt_7 {
    font-family: Tahoma;
	font-size: 12px;
	color: #00a9e1;
	text-decoration: none;
}
.txt_7 a {
	color: #00a9e1;
	text-decoration: none;
}
.txt_7 a:hover {
	color: #00a9e1;
	text-decoration: underline;
}

.txt_8 {
  font-family: Tahoma;
  font-size: 12px;
  color: #6c6c6c;
}

.txt_8 a {
  font-family: Tahoma;
  font-size: 12px;
  color: #6c6c6c;
}

.txt_8 a:hover {
  color: #F16739;
}

.gallery_select {
  border-left : 1px solid #E9552F;
  border-right: 1px solid #E9552F;
  border-top: 1px solid #E9552F;
}

.gallery_scrl_txt {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 12px;
  color: #ec5730;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery_scrl {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 12px;
  color: #8E967F;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery_h  {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 22px;
  color: #ec5730;
  font-weight: 700;
  text-transform: uppercase;
}

.gallery_h_s {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 18px;
  color: #ec5730;
  font-weight: 700;

}

.gallery_h_r {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 18px;
  color: #888F7D;
  font-weight: 700;

}

.outerbox_border {
    background-color: #FFFFFF;
    border-left: 1px solid #d1dae0;
	border-right: 1px solid #d1dae0;
	border-bottom: 1px solid #d1dae0;
}
.outerbox_bottom_border {
    border-bottom: 1px solid #d1dae0;
}
.outerbox_top_tab {
    font-family: "Trade Gothic LT Std Cn", Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #65717d;
	text-align: center;
	text-transform: uppercase;
	width: 73px;
	height: 41px;
	display: block;
}
.outerbox_top_tab a {
	color: #65717d;
	width: 73px;
	height: 32px;
	padding-top: 9px;
	display: block;
}
.outerbox_top_tab a:hover {
    background-color: #FFFFFF;
    border-left: 1px solid #d1dae0;
	border-right: 1px solid #d1dae0;
	border-top: 1px solid #d1dae0;
	color: #ec5730;
	width: 71px;
	height: 32px;
	padding-top: 8px;
	display: block;
}
.page_title {
    font-family: "Trade Gothic LT Std Cn", Tahoma;
	font-size: 20px;
	color: #65717d;
	font-weight: bold;
}
.innerbox_border {
    border: 1px solid #d1dae0;
}
.innerbox_heading {
    font-family: "Trade Gothic LT Std Cn", Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #00a9e1;
	text-transform: uppercase;
}

.innerbox_out_border {
    background-color: #eef2f5;
	border: 1px solid #d1dae0;
}

.innerbox_top_tab {
    font-family: "Trade Gothic LT Std Cn", Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #ec5730;
	text-align: center;
	text-transform: uppercase;
	width: 32px;
	height: 27px;
	display: block;
}

.innerbox_top_tab a {
	color: #ec5730;
	width: 32px;
	height: 24px;
	padding-top: 3px;
	display: block;
}

.innerbox_top_tab a:hover {
    background-color: #FFFFFF;
    border-left: 1px solid #d1dae0;
	border-right: 1px solid #d1dae0;
	border-top: 1px solid #d1dae0;
	color: #ec5730;
	width: 30px;
	height: 24px;
	padding-top: 2px;
	display: block;
}

.innerbox_heading_2 {
    font-family: "Trade Gothic LT Std Cn", Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #ec5630;
	text-transform: uppercase;
}

.card_title {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 14px;
  color: #ec5730;
  font-weight: 900;
  text-transform: uppercase;
}






.patterns {
    background-image: url(images/pattern_shadow.jpg);
	background-repeat: no-repeat;
	width: 134px;
	height: 45px;
}
.patterns_txt {
    font-family: Tahoma;
    font-size: 12px;
    color: #616161;
	padding-top: 3px;
}
.colors {
    background-image: url(images/color_shadow.jpg);
	background-repeat: no-repeat;
	width: 47px;
	height: 47px;
}
.colors_txt {
    font-family: Tahoma;
    font-size: 11px;
    color: #616161;
	padding-bottom: 5px;
}
.swatches {
    background-image: url(images/swatch_shadow.jpg);
	background-repeat: no-repeat;
	width: 162px;
	height: 162px;
}
.swatches_txt {
    font-family: Tahoma;
	font-size: 12px;
	color: #525b4a;
}

.msg_txt {
  font-family: "Trade Gothic LT Std Cn", Verdana;
  font-size: 12px;
  color: #ec5730;
  font-weight: 700;
}

.product_box {
    font-family: "Trade Gothic LT Std", Tahoma;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    text-transform: capitalize;
    background-color: #4169E1;
    border: 1px solid #4169E1;
}

.product_box:hover{
    background-color: #FF4E08;
    border: 1px solid #FF4E08;
}

.series_usage_name {
    font-family: "Trade Gothic LT Std", Tahoma;
    font-size: 18px;
    font-weight: bolder;
    color: #6A727F;
    text-transform: capitalize;
}

/* Thin Box */

.thinBox{
 position: absolute;
 top:0px;
 left:0px;
 height:50px;
 width:50px;
 background-image:url(images/semi1.gif);
 background-repeat:repeat;
 border:1px solid black;
 visibility:hidden;
 vertical-align:middle;
}

.tabclass{
 border:1px solid #00A9E1;

}

.boxtop{
 background-color: #00A9E1;
 height:5px;
 color: #66727E;
 font-weight: bold;
}

.boxtext{
  font-family: Tahoma;
  font-size: 11px;
  color: #FF4D0A;
  padding-top: 5px;
}

/*-----*/

.heading_t {
  font-family: Tahoma;
  font-size: 16px;
  color: #FF4D0A;
}

.category_box1 {
    background-color: #FFFFFF;
    border: 1px solid #B0B0B0;
}