@import url("css/menu.css");

/* CSS Document */
#Body {font: 12px Tahoma, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2e3850;
	background: url(images/bg.jpg) repeat left top  #FFF; }

/* ControlPanel style */
.ControlPanel{/*background:transparent url(images/cpanel_center.png) repeat-x bottom left;*/ border:none;padding-bottom:10px;}
.cpanel_left {/*background: url(images/cpanel_left.png) no-repeat bottom left;*/padding-left:21px;}
.cpanel_right {/*background: url(images/cpanel_right.png) no-repeat bottom right;*/padding-right:33px;}

/*-------- Default Style --------*/
body,th,td,table,h1,h2,h3,h4,h5,h6,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton{color:#2e3850; font-family:Tahoma, Geneva, sans-serif;}
body,th,td,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}
h1, h2, h3, h4, h5, h6, h2 input{color:#375162;font-weight:bold;margin:1ex 0;}
h1{font-size:30px;margin:5px 0;}
h2, h2 input{font-size:14px;}
h3{font-size:13px;}
h4{font-size:12px;}
h5{font-size:11px;}
h6{font-size:10px;}
p {line-height:18px; text-align:justify;}

a,a:link,a:visited,a:active{color:#007eff; text-decoration:none; font-weight:normal; }
a:hover{color:#a10905; text-decoration:underline;}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}

/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/*-------- design style --------*/
#s_wrap_main{display:table;/*background:url(images/cont_bg.jpg) left top repeat-y*/;
	width:1010px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */}
	
#threadBg{ width:100%; float:left; background:url(images/cont_bg.png) center top repeat-y; border:0px solid red; }
#s_wrap_sub{width:100%; display:table-row; background:url(images/cont_bg.png) center top repeat-y; border:0px solid red; }
.template_style{display:table-cell}

.top_space{height:30px;}
.lang_pad{padding:7px 0 0 25px;float:left;}

/*.logo_top_left{padding:0; margin:0; background:url(images/logo_top_left.png) no-repeat top left; height:23px;}
.logo_top_right{padding:0; margin:0; background:url(images/logo_top_right.png) no-repeat top right;}*/
.logo_top{padding:0;  height:217px; background:url(images/banner_bg.png) left top no-repeat;}
/*.logo_left{padding:0; background:url(images/logo_left.png) repeat-y top left;}
.logo_right{padding:0; background:url(images/logo_right.png) repeat-y top right;}*/
.logo_pad{ margin: 0 19px 0 19px; padding:15px 0 10px 10px;height:80%;}

.s_logo{float:left;}
.lang_drop{float:right;width:100px;	height:25px;}

.s_banner{background:#aaa;width:50%;float:right;}

.menu_bg{padding:0 0 0 0px;  margin:0px 13px 0px 16px; background:url(images/menu_bg.jpg) top left repeat-y; float:left}
.menu_left{padding:0; margin:0; }
.menu_right{margin:0; }

.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.bread_bg{padding:0 10px; margin: 0 ; /*background:url(images/bread_bg.png) repeat-x top left;*/ height:34px;}


#login_style{ float:right; line-height:34px; padding-right:18px;}
#bread_style{ float:left; line-height:34px; padding-left:18px;color:#000000;}

.center_bg{padding:0px 0px 20px 0px; margin:0;clear:both;}

.content_pad{padding:10px 0px 0 0px; margin: 0 18px 0 18px; }
.lm_content_pad{padding:0px 0px 0 0px; margin: 0 19px 0 7px; background:#FFF url(images/center_bg.png) repeat-x bottom left;}
.content_width{padding-top:0px; min-height:350px;}
.lm_content_width{padding-top:0px; min-height:350px;}


.bot_bg{padding:0; margin:0; background:url(images/main_bottom_bg.jpg) no-repeat top left; height:30px;}
.bottom_bg {background:url(images/bottomContent.png) center top no-repeat; height:27px; width:100%; overflow:hidden;}

.bot_pad{margin:20px auto; width:1010px;padding:0 30px 0 30px;}
#terms_style{float:left; padding-left:20px;}
#copy_style{float:right;padding-right:20px;}

.clear_float{clear:both; line-height:0; font-size:0; height:0;}

/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}


a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{
font-size:11px;}
.ControlPanel a[disabled="disabled"]{color:#888 !important;text-decoration:none !important;}

/*--------- pane style ----------*/
.BannerPane {display:inline-block;float:right;padding-right:17px;width:auto;}
.ContentPane, .TopPane, .BottomPane{ padding:0; margin:0;}
.LeftPane{ margin:0 0px 0 0px; width:191px; padding:0;}
.RightPane{margin:0 0 0 0px; width:191px; padding:0;}



/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#2e3850;}
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#2e3850; text-transform:uppercase;}
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#2e3850;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#000;}
a.footer:hover{color:#C00;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 180px; height: 20px; border: solid 1px #e0e0e0; float:left; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0; display: block; float:left; }
div.SearchContainer a img{padding-left:5px;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0; width:130px; height:18px; margin-left:3px; color: #43494D;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; background-color: #F3F7FA; position:absolute; top: 22px; left: 0;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}

img{border: 0;}

#container { background:url(images/cont_bg1.jpg) left top repeat-y;
	width:1010px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

 #lhs {	float: left; 	width: 191px; /* since this element is floated, a width must be given */
	/* background:url(../images/lsp.gif) right top no-repeat; */ 
	padding: 0px ; /* top and bottom padding create visual space within this div */
	background:url(images/lhs_bg.jpg) left top repeat-y;
}
#lhs .lhs-content-top{background:url(images/lhs_top.jpg) top left no-repeat; height:9px;width:191px;margin:0;overflow:hidden; }
.lhs-content-btm{background:url(images/lhs_bottom.jpg) top left no-repeat; height:9px;width:191px;margin:0;overflow:hidden;}

#lhs .product_display {background:url(images/lhs_product_bg.jpg) left top no-repeat;  width:191px; text-align:center; padding:0px 0px 10px 0px}
#lhs .display_p { top:0px; left:0px; margin:0px 5px; width:159px; background-color:#FFF; padding:0px 10px; border:1px solid #163a76}
#lhs .display_p #leftTable2{ display:none}
#lhs .display_p #leftTable1{ display:none}


#lhs .display_p .ThemeMinimalExtropy .ListDate { width:150px; float:left;}
.display_p #dnn_ctr495_ModuleContent #dnn_ctr495_Events_UP .ListDataGrid .ListNormal .eventContainer .ListDate{ font-weight:normal}
#lhs .display_p .ThemeMinimalExtropy .eventContainer{ border:0px; width:170px}
/* #lhs .display_p .ThemeMinimalExtropy a, a:link, a:visited, a:active { color:#fff}*/

#lhs li{ list-style:none; margin-bottom:8px; color:#FFF; font-family:Tahoma, Geneva, sans-serif; font-size:12px; margin-left:-30px;background:url(images/leftMenuSeparater.jpg) center bottom no-repeat; padding:6px; margin-bottom:0px}
 a.qlinks {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}
  a:hover.qlinks {
	color:#0CF;
}
/*==================lhs menu ====================*/


 #rhs {	float: right; 
	width: 191px; /* since this element is floated, a width must be given */
	padding: 0px; /* top and bottom padding create visual space within this div */
}

 
 #lhs h3, .wrapper #lhs p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
 #lhs .block {background:url(images/lhsbg_rp.gif) top left repeat-y; padding-top:0px;}
 #lhs .block .ind { padding:3px 12px 3px 12px;}
.ttl1 {font-family:Tahoma, Geneva, sans-serif; font-size:14px; font-weight:bold; color:#fff; margin:0px; padding:10px; text-align:center; }
a.news { font-family:Tahoma, Geneva, sans-serif; font-size:11px; color:#0e6699; text-decoration:none;}
a:hover.news { font-family:Tahoma, Geneva, sans-serif; font-size:11px; color:#0e6699; text-decoration:underline;}
a.more { padding-left:190px;	font-size: 10px;	font-style: normal;	color: #06C;	text-decoration:none;}
a:hover.more {	text-align: right;	font-size: 10px;	font-style: normal;	color: #06C;	text-decoration:underline;}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
p { line-height:18px; text-align:justify;}
 #mainContent { width:539px; float:left;
	margin:0px 20px; padding:5px;
	 } 
	 
 #mainContent li { list-style:url(images/bullet.gif); padding-bottom:10px;}
 #mainContent .pdd {padding:0 14px 0 14px;}
 #mainContent .lbg {background:url(images/maincon_bgl.gif) left top no-repeat;}
 #mainContent .rbg {background:url(images/maincon_bgr.gif) right bottom no-repeat;}
 
 .clearfloatleft {clear:left;}
.productHeaderTxt{ width:300px; float:left}
.productHeaderImage{ width:150px; float:left}
 
 /*==================retail location ====================*/
 /*#loctable_head{background:#436301; font-family:Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold; padding-left:3px;}*/
.loctableh{width: 225px; color: white; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; text-align: left; vertical-align: top; white-space: normal; font-size: 12px;  text-decoration: none; padding-left: 10px; background:#436301; height:21px}
 .loctablet{width: 225px; color: #436301; font-family: Tahoma, Geneva, sans-serif; text-align: left; vertical-align: top; white-space: normal; font-size: 12px; text-decoration: none; padding-left: 10px; height:21px}

#tab_menu{margin:10px 0px 20px 0px;}



.orderSummaryHeading{ font-size:24px; float:left; padding-bottom:10px;}
#orderSummaryBox{ width:650px; float:left}

.orderSummaryHeader{width:535px; float:left; background-color:#81c6fd;border-bottom:1px solid #fff; padding:5px 0px 5px 8px}
.orderSummaryProductInfo{ width:280px; float:left; font-weight:bold}
.orderSummaryProductQty{ width:255px; float:left; font-weight:bold}
.orderedProductNameBox{ width:543px;background-color:#cbe3ff; float:left; padding:3px 0px; border-bottom:1px solid #fff}
.orderedProductName{padding:0px 0px 0px 8px; width:392px;float:left; font-weight:bold}
.deleteBtn{ width:130px; float:left;}

.orderedPDetailBox{width:543px;background-color:#e5f1ff; float:left; padding:3px 0px}
.orderedShadeName{ width:143px; float:left; padding-left:8px;}
.orderedType{ width:140px; float:left; font-size:12px;}
.orderedQty{ width:110px; float:left;}
.orderedQty input{ width:30px; font-size:12px; border:1px solid #333}
.orderDelete{ width:70px; float:left;}
.orderImg{margin:10px 0px; float:left;}
.orderImg ol{ padding:0px 10px;}
.orderImg ol li{ font-size:11px}
.productHeaderTxt{ width:300px; float:left}
.productHeaderImage{ width:150px; float:left; padding-left:50px}
.checkoutBox{ width:300px; float:left; padding-right:30px;}
.checkoutBoxRight{ width:300px; float:left; padding-left:5px;}
.checkoutBoxTxt{width:100px; float:left;}
.checkoutBoxField{width:200px; float:left; margin-bottom:5px;}
.checkoutBoxTxt1{width:100px; float:left;}
.checkoutBoxField1{width:350px; float:left; margin-bottom:5px;}

#mailOption .chkBox{ width:10px; border:1px solid red}

#container{
	width:920px;
	float:left;
	}
#shadeContainer{
	width:775px;
	float:left;
	
	}
	
.shadesBox{ width:175px; float:left}

.checkBox
{ 
	width:25px;
	float:left;
	padding: 5px 0px 0px 0px;
	}
.shadeImage{ width: 75px; float:left; }
.shadeCode{ width:70px; float:left; padding:5px 0px 0px 5px}
.clr{clear:both; height:1px}

#selectedShadeBox{ width:200px; float:left;}
.selectedShadeBoxImg{ width:190px; float:left}
.shadeDetails{
	width:198px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #495406;
	border-left-color: #495406;
	background-color:#dafcb0;
	padding:10px 10px 5px 10px;
	overflow:auto;
	height:220px;
}
.shadeDetailsnote{width:198px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #495406;
	border-left-color: #495406;
	background-color:#dafcb0;
	padding:10px 10px 5px 10px;
}
.shadeDetailsHeadingBox{
	width:198px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #495406;
	border-left-color: #495406;
	background-color:#dafcb0;
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #495406;
}
.shadeCodeHeading{ width:138px; float:left; color:#4a6b02; font-weight:bold}
.qtyHeading{ width:60px; float:left; color:#4a6b02; font-weight:bold}
.clearfloatleft {clear:left;}
.clearfloat{clear:both}
.selectedShadeCode{ width:65px; float:left;}
.selectedSpool{ width:65px; float:left;}
.selectedSpool select{ font-size:12px;}
.selectedShadeQty{ width:50px; float:left; padding-left:10px;}
.selectedSpool select{ width:65px;}
.selectedShadeQty input{ width:30px; font-size:12px; border:1px solid #333}
.noteTxt{ width:770px; float:left}
.viewSummaryBtn{width:130px; float:right; margin-left:15px}
#Panelcontainer{background-color:white; float:left; padding:10px; height:500px; width:1000px;}
.shadesBox{ width:175px; float:left}
.shadeBlueHeader{float:left;background-image: url('images/spotliteBg.jpg'); height: 37px; color: rgb(255, 242, 3); margin:0px 0px 15px 0px;text-decoration: none; width: 100%;}
.shadeHeaderName{float:left;width:80%;padding:10px 0px 0px 10px;font-weight:bold;}
.ShadeNoteTxt{ margin:10px 0px}
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			;
}
.shadeCloseButton{padding:8px 0px 0px 0px;width:17%;float:left;text-align:right}
.shadeCloseBtn{background-image:url('images/close.gif'); background-repeat:no-repeat;padding:13px 0px 0px 0px; background-color:transparent;border:0px; height:10px;width:9px;}
.Order-div-Display  {width:340px; background:#DCFCB1; height:25px;vertical-align:middle; padding:10px 15px 15px 15px;border:1px solid #669966;color:#669966;text-align:center;}
.Order-div-DisplayOtherProduct  {width:450px; float: left; background-color:#DCFCB1; height:25px;vertical-align:middle; padding:10px 15px 15px 15px;border:1px solid #669966;color:#669966;text-align:center;}
.otherType{ float:left; width:100px; margin:6px 0px 0px 0px; font-size:12px; text-align:left}
.Order-div-Display-Qty-other, .Order-div-Display-btn-other {width:170px;float:left;}
.Order-div-Display-Qty, .Order-div-Display-btn {width:170px;float:left;}
input.order-tbox { margin:5px 5px; border:1px solid #669966;}

.productHeading{ font-size:24px; margin-bottom:20px; clear:both}

.ListDate,.ListTitle{ font-weight:bold;}






/**************************Packs class starts**************************/
.packsContainer{width:659px; float:left}
.packsContainerTop{
	width:659px;
	height:12px;
	float:left;
	background-image: url(images/packs-topBg.jpg);
}
.packsContainerTxt{width:639px; float:left;background-image: url(images/packs-bg.jpg); background-repeat:repeat-y; padding:10px}
.packsContainerBottom{width:659px;height:12px; float:left;background-image: url(images/packs-bottomBg.jpg);}
.packImage{float:left; width:150px;}
.packCode{float:left; width:58px;padding:2px}
.clrPack{ clear:both; height:2px}
.packDescription{ float:left; width:400px;}
/**************************Packs class ends**************************/

.blueBox{ background-color:#dce7fb; border:1px solid #6f8dc9; width:730px; float:left; padding:10px 10px 4px 10px}
.blueBox1{ width:730px; float:left; padding:10px 10px 4px 10px}
.selectPack{ width:100px; float:left; padding:2px 0px 0px 0px}
.selectPackDrop{ width:250px; float:left}
.selectPackDrop select{ font-size:12px; width:240px}
.selectGo{ width:50px; float:left}

#dnn_ctr478_ViewProductTab_lstContent{ margin:0px; padding:0px; display:none}
#dnn_ctr405_ViewProductTab_lstContent{ margin:0px; padding:0px; display:none}
#dnn_ctr393_ViewProductTab_lstContent{ margin:0px; padding:0px; display:none}
.planogramsBox{float:right;margin:10px 0px}
.planogramsText{ font-size:12px; font-weight:bold}

/* Longarm Class starts */
.innerHeading{ color:##2E3850; font-size:24px; margin-top:0px; padding-top:0px;}
.longThreadImg{ float:left; width:140px; margin-bottom:30px;}
.longThreadImgName{ float:left; width:110px;}
.longThreadImgName a{color:#3465cc; text-decoration:none; margin-top:70px; float:left}
.clearHeight{ height:40px; clear:both}
.longThreadImg img{ width:140px;}
#mainContentInner{ padding-left:15px}
/* Longarm class ends */
