@charset "utf-8";

body {
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0px;
	padding:0px;
	background:#c26831 url(images/bg.jpg) repeat-x top center;
}
h1, h2, h3, br, ul, li, ol, p {
	padding:0px;
	margin:0px;
}
#wrapper_main {
	width:970px;
	height:auto;
	padding:0px;
	margin: 0px auto;
	
	
}

#wrapper {
	width:970px;
	height:auto;
	float:left;
	}
	
#head {
	width:970px;
	height:auto;
	float:left;
	
}
#header{
	width:970px;
	height:160px;
	float:left;
	background:url(images/head_bg.png)
}

#logo {
	width:546px;
	height:136px;
	float:left;
	padding:5px 0px 0px 5px;
}

#head_left {
	width:400px;
	height:136px;
	float:right;
	text-align:right;
	padding:2px 10px 0px 0px;
	
}

#head_left  .hd_links a, #head_left  .hd_links a:visited {
	font-size:12px;
	font-weight:bold;
	color:#404040;
	width:auto;
	height:auto;
	padding:0px 0px;
	text-decoration:none;
	float:right;
	width:40px;
}



#head_left  .hd_links a:hover{
	color:#000000;
	
}

#head_left  .hd_links a img, #head_left  .hd_links a img:visited {
	font-size:12px;
	font-weight:bold;
	color:#404040;
	width:auto;
	height:auto;
	padding:0px 7px;
	text-decoration:none;
	float:right;
}



#head_left  .hd_links a img:hover{
	color:#000000;
	
}
#head_left  .address {
	font-weight:bold;
	color:#450702;
	width:400px;
	height:auto;
	padding:8px 0px 20px 0px;
	text-decoration:none;
	float:right;
	text-align:right;
	line-height:22px;
	
}
.header_address_span{
	font-size:15px;
	padding:15px 0px 0px 0px;
	float:right;
}

.header_address_span_phone{
	font-size:12px;
}

/*=====================  FOR MENU USE ==================================== */
#menu {
	width:930px;
	height:37px;
	float:left;
	background:url(images/menu_bg.png) no-repeat top center;
	padding:0px 20px;
	z-index:99999;
	
	
}
#menu ul {
	list-style-type:none;
	width:auto;
	height:auto;
	
}

#menu ul  li{
	float:left;
	padding:7px 13px 0px 13px;
	float:left;
	position:relative;
	height:30px;
	
}
#menu ul  li a, 
#menu ul  li a:visited{
	font-family:Calibri, Arial, Helvetica, sans-sarif;
	text-transform:uppercase;
	font-size:12pt;
	font-weight:normal;
	text-decoration:none;
	color:#ebe5d6;
	line-height:20px;
}

#menu ul  li:hover a,
#menu ul  li a:hover
{
	font-family:Calibri, Arial, Helvetica, sans-sarif;
	text-transform:uppercase;
	font-size:12pt;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	line-height:20px;
}

#menu ul  li ul	{
	width:auto;
	height:auto;
	float:left;
	display:none;
	z-index:99999;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#212121;
	
	
	
	
}

#menu ul  li:hover  ul,
#menu ul  li a:hover ul
{	
	width:665px;
	display:block;
	z-index:99999;
	position:absolute;
	background:#161616;
	top:36px;
	padding:0px;
	margin:0px;
	left:5px;
}


#menu ul  li:hover  ul li,
#menu ul  li a:hover ul li
{	
	width:220px;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
	}
	
#menu ul  li:hover  ul li  a,
#menu ul  li a:hover ul li  a
{	
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fdebd8;
	width:210px;
	height:22px;
	background-color:#161616;
	font-weight:normal;
	float:left;
	padding:5px 5px;
	border-bottom:dashed 1px #000000;
	text-transform:none;
	
	}
	
#menu ul  li:hover  ul li  a:hover,
#menu ul  li a:hover ul li  a :hover
{	
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	width:210px;
	height:22px;
	background-color:#202020;
	font-weight:normal;
	float:left;
	padding:5px 5px;
	border-bottom:dashed 1px #161616;
	text-transform:none;
	
	}
	
#banner {
	width:970px;
	height:auto;
	float:left;
	height:auto;
	margin:8px 0px 0px 0px;

}

/*======================= nave slidre ================*/
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;


	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; 
	width:100%;
	z-index:8;
	background-color: #000;
	
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*======================= for slider usr  ================*/
#slider_bg {
    background-color: Transparent;
    float: left;
    height: 399px;
    padding: 1px 0 0 1px;
    width: 970px;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
	float:left;
    
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	bottom:-2px;
	margin-left:-0px; 
	height:auto;
	width: 920px;
	padding-right: 50px;
	z-index:999999;
	padding-bottom: 60px;
	margin:0px 0px 0px 0px;
	display:none;
	
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:right;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/*======================= End Slider ================*/
#foux {
	width:970px;
	height:auto;
	float:left;
}
#foux_frame {
	width:970px;
	min-height:800px;
	max-height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:7px 0px 7px 0px;
	border:solid 1px #ffe6cd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff6ec;
	box-shadow:inset 0px 0px 70px 40px #f4e5d5;
	-moz-box-shadow:inset 0px 0px 70px 40px #f4e5d5;
	-webkit-box-shadow:inset 0px 0px 70px 40px #f4e5d5;
}

#foux_frame_big {
	width:970px;
	min-height:800px;
	max-height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:7px 0px 7px 0px;
	border:solid 1px #ffe6cd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff6ec;
	box-shadow:inset 0px 0px 70px 40px #f4e5d5;
	-moz-box-shadow:inset 0px 0px 70px 40px #f4e5d5;
	-webkit-box-shadow:inset 0px 0px 70px 40px #f4e5d5;
}

#product_slider_main {
	width:970px;
	height:auto;
	float:left;
	padding:5px 0px 0px 0px;
}
#product_slider {
	width:473px;
	height:204px;
	float:left;
	background:url(images/slider_bg.png);
	margin:0px 15px 0px 0px;
}
#product_slider2{
	width:473px;
	height:204px;
	float:right;
	background:url(images/slider_bg2.png);
	margin:0px 0px 0px 0px;
}
 .product_images {
	width:185px;
	height:178px;
	float:left;
	padding:29px 0px 0px 7px;
}

 .product_images2 {
	width:185px;
	height:178px;
	float:left;
	padding:29px 0px 0px 2px;
}

.product_text {
	width:265px;
	height:auto;
	float:left;
	padding:32px 0px 0px 0px;
}
.product_text  div {
	width:265px;
	height:auto;
	float:left;
	padding:7px 0px 7px 0px;
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px;

}
#bottom_nave {
	width:970px;
	height:auto;
	float:left;
	padding:10px 0px 0px 0px;
}

#get_the_latest {
	width:210px;
	height:auto;
	float:left;
	margin:0px 30px 0px 0px;

	}
	
#get_the_latest2 {
	width:190px;
	height:auto;
	float:left;
	padding:0px 5px 8px 5px;
	margin:0px 0px 5px 0px;
	/*background:#fcf1e5;
	border:solid 1px  #541001;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0px 0px 70px 40px #ead7c3;
	-moz-box-shadow:inset 0px 0px 70px 40px #ead7c3;
	-webkit-box-shadow:inset 0px 0px 70px 40px #ead7c3;*/

	}
	
#get_the_latest .get_hedline {
	width:210px;
	height:auto;
	float:left;
	padding:5px 0px;
	font-size:23px;
	color:#fda416;
	border-bottom:dotted 1px #c5846e;

	}
	
#get_the_latest2 .get_hedline2 {
	width:190px;
	height:auto;
	float:left;
	padding:0px 0px 5px 0px;
	font-size:20px;
	color:#533019;
	border-bottom:dotted 1px #d6bda4;
	font-family:Vardana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;

	}
	
#get_the_latest .get_normaltext {
	width:210px;
	height:auto;
	float:left;
	padding:0px 0px 5px 0px;
	font-size:12px;
	color:#fdecda;
	line-height:18px;
	font-family:Vardana, Arial, Helvetica, sans-serif;
}
#get_the_latest2 .get_normaltext2 {
	width:190px;
	height:auto;
	float:left;
	padding:0px 0px 5px 0px;
	font-size:12px;
	color:#191918;
	line-height:18px;
	font-family:Vardana, Arial, Helvetica, sans-serif;
}

#get_the_latest2 .get_normaltext2 {
	width:190px;
	height:auto;
	float:left;
	padding:0px 0px 10px 0px;
	font-size:12px;
	color:#765430;
	line-height:18px;
	font-family:Vardana, Arial, Helvetica, sans-serif;
}

#get_the_latest .get_normaltext input {
	width:175px;
	height:19px;
	float:left;
	padding:3px 3px;
	border:solid 1px #6b2203;
	background:url(images/input1.jpg) repeat-x top center;
	
	
}

#get_the_latest .get_normaltext input:focus{
	width:175px;
	height:19px;
	float:left;
	padding:3px 3px;
	border:solid 1px #6b2203;
	background:url(images/input1_focus.jpg) repeat-x top center;
}

#get_the_latest2 .get_normaltext2 input {
	width:175px;
	height:19px;
	float:left;
	padding:3px 3px;
	border:solid 1px #dec9b2;
	background-color:#fff6ec;
	box-shadow:inset 0px 0px 5px 2px #f0e2d2;
	color:#5d3b16;
	
	
}

#get_the_latest2 .get_normaltext2 input:focus{
	width:175px;
	height:19px;
	float:left;
	padding:3px 3px;
	border:solid 1px #d4bfa8;
	background-color:#ffffff;
}

label {
	float:left;
}

.allinput {
	width:auto;
	height:20px;
	float:left;
	padding:3px 3px;
	border:solid 1px #dec9b2;
	background-color:#FFF6EC;
	box-shadow:inset 0px 0px 5px 2px #F0E2D2;
	color:#5d3b16;
	font-size:14px;
	
	
}

.allinput:focus{
	width:auto;
	height:20px;
	float:left;
	padding:3px 3px;
	border:solid 1px #d4bfa8;
	background-color:#ffffff;
	box-shadow:inset 0px 0px 5px 2px #FFFFFF;
}


#get_the_latest .useful_links a, #get_the_latest .useful_links a:visited {
	width:200px;
	height:auto;
	float:left;
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	padding:3px 0px;
	color:#fdecda;
	
}

#get_the_latest .useful_links a:hover{
	width:200px;
	height:auto;
	float:left;
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:3px 0px;
	color:#FFFFFF;
	
}

#get_the_latest2 .useful_links2 a, #get_the_latest .useful_links2 a:visited {
	width:200px;
	height:auto;
	float:left;
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding:3px 0px;
	color:#765430;
	font-weight:bold;
	
}

#get_the_latest2 .useful_links2 a:hover{
	width:200px;
	height:auto;
	float:left;
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	padding:3px 0px;
	color:#765430;
	
}

#get_the_latest .get_newletter {
	width:210px;
	height:auto;
	float:left;
	padding:7px 0px 7px 0px;
	font-size:12px;
	color:#fdecda;
	line-height:18px;
	font-family:Vardana, Arial, Helvetica, sans-serif;
}
#get_the_latest2 .get_newletter2 {
	width:190px;
	height:auto;
	float:left;
	padding:7px 0px 7px 0px;
	font-size:12px;
	color:#765430;
	line-height:18px;
	font-family:Vardana, Arial, Helvetica, sans-serif;
}


#get_the_latest .get_newletter img {
	width:71px;
	height:69px;
	float:left;
	padding:0px 7px 0px 0px;
	
}

.more, .more:visited {
	color:#ffac28;
}

.more:hover {
	color:#FFFFFF;
}



#footer_main {
	width:100%;
	height:auto;
	border-top:solid 5px #ed8900;
	background-color:#791600;
	float:left;
}

#footer {
	width:970px;
	height:auto;
	
	position:relative;
	margin:0px auto;
	
}

.dispaly_icon {
		width:auto;
		height:22px;
		background:url(images/p_icon.png) no-repeat right center;
		padding:5px 25px 0px 0px;
		margin-right:10px;
		float:left;

}

#footer_alllinks  {
	width:970px;
	height:auto;
	padding: 10px 0px 10px 0px;
	color:#cb5b43;
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#footer_alllinks .footer_nave  {
	width:970px;
	height:auto;
	float:left;
}
#footer_alllinks .footer_nave  span a, #footer_alllinks .footer_nave  span a:visited  {
	width:auto;
	height:auto;
	font-family:Vardana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding: 0px 20px 0px 0px;
	color:#f9f3e3;
	font-weight:bold;
}
#footer_alllinks .footer_nave  span a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_alllinks .footer_follow  {
	width:200px;
	height:auto;
	float:right;
	text-align:right;
}
#footer_alllinks .footer_follow a  {
margin:0px 5px 0px 5px
}

#left_side_coloumn {
	width:200px;
	height:auto;
	float:left;
	padding:0px 0px 10px 10px;
	margin: 10px 0px 0px 0px;
	border-left:dashed 1px #DEC9B2; 
	

}


#content_columan  {
	width:935px;
	height:auto;
	float:left;
	padding:10px 8px 10px 8px;
	margin:10px 0px 0px 10px;
}

#content_columan_for_productpage  {
	width:745px;
	height:auto;
	float:right;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}

#content_columan h1 {
	height:auto;
	width:100%;
	font-size:20px;
	float:left;
	padding: 0px 0px 0px 0px;
	color:#54301a;
	background:url(images/header_bg.png) no-repeat bottom center;
	text-align:center;
	height:45px;
}

#content_columan p {
	height:auto;
	width:100%;
	font-size:14px;
	float:left;
	padding: 10px 0px 10px 0px;
	line-height:22px;
	font-size-adjust:inherit;
	color:#765430;
	
}

/*================ for tab view ===============================*/
.ui-tabs  {
	 padding: 0px;
	 zoom: 1;
	 border:solid 1px #edddcb;
	 float:left;
	 width:690px;
	
	
	 
}


.ui-tabs .ui-tabs-nav  {
	 list-style: none;
	 position: relative;
	 padding:0px;
	width:200px;
	 height:auto;
	 float:left;
	
}


.ui-tabs .ui-tabs-nav li  {
	 position: relative;
	 float: left;
	 margin: 0px;
	 padding: 5px 0px;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#222222;
	border:solid 1px #edddcb;

	
	
}


.ui-tabs .ui-tabs-nav li a  {
	 float: left;
	 text-decoration: none;
	 padding: 5px 5px;
	
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected  {
	
	 border-bottom-width: 0;
	 background-color:#FFFFFF;
	 
	
	
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,  .ui-tabs .ui-tabs-nav li.ui-state-disabled a,  .ui-tabs .ui-tabs-nav li.ui-state-processing a  {
	 cursor: text;
	 color:#222222;
	 width:180px;
	 padding:5px 5px;
	 float:left;
	
	
}


.ui-tabs .ui-tabs-nav li a,  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a  {
	 cursor: pointer;
	 color:#000000;
	  width:180px;
	 padding:5px 5px;
	 float:left;
	
	
}

.ui-tabs .ui-tabs-panel  {
	 padding:0px 0px 0px 10px;
	 display:inline;
	 border-width: 0;
	 background: 990000;
	
}



.ui-tabs .ui-tabs-hide  {
	 display: none !important;
	
}

#tab_main_view {
	background-color:#FFFFFF;

	float:left;
	padding:10px;
	width:470px;
}


/*================ end tab view ===============================*/



/*================ fore Product page ===============================*/


#brand_text {
	width:725px;
	height:auto;
	float:left;
	padding:5px 0px 8px 0px;
	margin: 0px 10px 5px 10px;
	font-family:Vardana,Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#450702;
	background: url(images/page_brek.png) repeat-x bottom center;
	font-weight:bold;
}

#brand_text_big {
	width:950px;
	height:auto;
	float:left;
	padding:10px 0px 8px 0px;
	margin: 0px 10px 10px 10px;
	font-family:Vardana,Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#450702;
	background: url(images/page_brek.png) repeat-x bottom center;
	font-weight:bold;
	text-align:center;
	
	
}

#brand_text span {
	text-align:center !important;
	
	
}
#product_pages {
	width:735px;
	height:auto;
	float:left;
	padding:0px 0px 0px 8px;
		
}

#product_box_main {
	width:225px;
	height:230px;
	float:left;
	display:inherit;
	padding:0px;
	margin:5px 7px 20px 7px;
	border:dashed 1px #dec8b1;
	
	
	
}
#product_box_main .mian_images {
	width:209px;
	height:109px;
	margin:8px 8px 12px 8px;
	background:url(images/bg_transprent.png) no-repeat center center;
	border:solid 1px #fcd8b5;
	
}

#product_box_main .discription_text {
	width:209px;
	height:auto;
	padding:0px 8px 8px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:auto;
	font-weight:bold;
	line-height:18px;
	color:#450702;
	text-align:center;
}

#product_box_main .discription_text2 a, #product_box_main .discription_text2 a:visited   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFAC28;
	font-weight:normal;
	padding:0px 5px 0px 5px;
	margin:0px;
	text-align:center;
	width:209px;
	float:left;

	
}

#product_box_main .discription_text2 a:hover   {

	color:#000000;
	
	
}

/*================ end Product page ===============================*/

#brand_text2 {
	width:725px;
	height:auto;
	float:left;
	padding:10px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#450702;
	background: url(images/page_brek.png) repeat-x bottom center;
}





#product_detial_main_box {
	width:380px;
	height:auto;
	float:left;
	padding:0px;
	margin:0px 20px 0px 0px;
	
}

#product_detial_main_image {
	width:380px;
	height:213px;
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:1px dashed #DEC9B2;
	
}

#product_detial_main_box h1 {
	width:380px;
	height:auto;
	float:left;
	font-family: Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 0;
    text-align: center;
	color:#533019;
	line-height:25px;
	
}

#product_detial_main {
	width:330px;
	height:auto;
	float:left;
	padding:0px;
	
	}
	
#product_detial_main h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	float:left;
	font-weight:bold;
	padding:5px 0px;
	width:330px;
	}
	
#product_detial_main h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	float:left;
	font-weight:bold;
	padding:5px 0px;
	width:330px;
	}


#product_detial_main h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#533019;
	float:left;
	font-weight:bold;
	padding:5px 0px;
	margin:5px 0px;
	width:330px;
	text-align:center;
	border-top:dashed 1px #533019;
	border-bottom:dashed 1px  #533019;
	}
	
#product_detial_main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:inherit;
	color:#765430;
	float:left;
	padding:0px 0px;
	width:330px;
	line-height:22px;
	}
	
#product_detial_main strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size-adjust:inherit;
	color:#765430;
	float:left;
	padding:5px 0px;
	width:330px;
	line-height:22px;
	font-weight:bold;
	/*border-top: dashed  1px #666;*/
	}
	
	
.tr0{height: 19px;}
.tr1{height: 5px;}
.tr2{height: 26px;}
.tr3{height: 25px;}
.tr4{height: 43px;}
.tr5{height: 16px;
	

}
.tr6{height: 27px;}
.tr7{height: 9px;}
.tr8{height: 23px;}
.tr9{height: 13px;}



.links, links:visited {
    color: #151515;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

.links:hover {
    color: #FF9900;
   
}


.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.button_1 {
	background-color: #0099CC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 150px;
}
.button_2 {
	background-color: #0099CC;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 150px;
	height: 50px;
}


/*========================= for product view use ======================= */

.eXtremeTable {
	margin: 0;
	padding: 0;
}

.eXtremeTable select {
	font-family: arial;
	font-size: 9px;
	border: solid 1px #EEE;
	width: 75px;
}

.eXtremeTable .tableRegion {
	border: 1px solid #efbb84;
	padding: 2px;
	font-family:arial;
	font-size: 11px;
	margin-top: 7px;
	float:left;
	background-color:#E9D4C0;
}



.eXtremeTable .filter {
	background-color: #efefef;
}

.eXtremeTable .filter input {
	font-family: arial;
	font-size: 11px;
	width: 98%;
	height:22px;
}

.eXtremeTable .filter select {
	font-family: arial;
	font-size:11px;
	border: solid 1px #EEE;
	width: 100%;
}

.eXtremeTable .tableHeader {
	background-color: #efbb84;
	color: white;
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 4;
	padding-bottom: 4;
	margin: 0;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: white;
}

.eXtremeTable .tableHeaderSort {
	background-color: #666666;
	color: white;
	font-family:arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 4;
	padding-bottom: 4;
	border-right-style: solid;
	border-right-width: 1px;
	border-color: white;
}

.eXtremeTable .odd a, .even a {
	color: Black;
	font-size: 11px;
}

.eXtremeTable .odd td, .eXtremeTable .even td {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: middle;
	font-family:arial;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.eXtremeTable .odd {
	background-color: #fff2e4;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.eXtremeTable .even {
  	background-color: #f7e5d2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	
}

.eXtremeTable .highlight td {
	color: black;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: middle;
	background-color: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.eXtremeTable .highlight a, .highlight a {
	color: black;
	font-size: 11px;
}

.eXtremeTable .toolbar {
	background-color: #F4F4F4;
	font-family:arial;
	font-size: 9px;
	margin-right: 1px;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

.eXtremeTable .toolbar td {
	color: #444444;
	padding: 0px 3px 0px 3px;
	text-align:center;
}

.eXtremeTable .separator {
	width: 7px;
}

.eXtremeTable .statusBar {
	background-color: #e9d4c0;
	font-family:arial;
	font-size: 11px;
	padding:0px 5px 0px 5px;
}

.eXtremeTable .filterButtons {
	background-color: #e9d4c0;
	text-align: right;
}

.eXtremeTable .title {
	color: #444444;
	font-weight: bold;
	font-family:arial;
	font-size: 15px;
	vertical-align: middle;

}

.eXtremeTable .title span {
	margin-left: 7px;
}

.eXtremeTable .formButtons {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
}

.eXtremeTable .formButton {
	cursor: pointer;
	font-family:arial;
	font-size:10px;
	font-weight: bold;
	background-color: #308dbb;
	color: white;
	margin-top: 5px;
	border: outset 1px #333;
	vertical-align: middle;
}

.eXtremeTable .tableTotal {
	background-color: #FFFFFF;
	border-top: solid 1px Silver;	
}

.eXtremeTable .tableTotalEmpty {
	background-color: #FFFFFF;	
}

/*========================= end product view use ======================= */

/*=============================== for pagination========================*/
.sethd{ color:#FFFFFF; padding-right:7px;}

#lam_pagination_main {
	width:600px;
	height:auto;
	float:right;
	margin:8px 0px 8px 0px;
	text-align:right;
}

#lam_pagination {
	display:block;
	text-align:right;
	height:22px;
	line-height:21px;
	clear:both;
	padding:3px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#cccccc;
}

#lam_pagination a:link, #lam_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #777777;
	margin-left:5px;
	text-decoration:none;
	background-color:#765430;
	color:#FFFFFF;
	width:22px;
	font-weight:normal;
}

#lam_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#0072BC;	
}






#lam_pagination .disabled_lam_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #404040;
	margin-left:10px;
	text-decoration:none;
	background-color:#292929;
	color:#757575;
	cursor:default;
}


#nutration_fact_main {
	/*width:270px;*/
	height:auto;
	float:left;
	padding:0px;
	background-color:#FFF;
	border:dashed 1px  #DEC9B2;
	margin-top:5px;
	width:380px;
}

#nutration_fact_main h3 {
	color: #533019;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    margin: 5px 10px;
    padding: 0px 0;
    text-align: center;
    width: 250px;

}
#nutration_fact {
	/*width:250px;*/
	height:auto;
	float:left;
	padding:1px 10px;
	color:#765430;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top:dashed 1px #DEC9B2;
	width:360px;
}

#nutration_fact .left_side_text {
	width:100px;
	height:auto;
	float:left;
	
	
	
}



#nutration_fact .left_side_text_qty {
	width:60px;
	height:auto;
	float:left;
	text-align:right;
	
	
}

#nutration_fact .left_side_text_pre {
	width:80px;
	height:auto;
	float:right;
	text-align:right;
	padding-right:0px;
	
	
	
	
}


#nutration_fact_base {
	width:250px;
	height:auto;
	float:left;
	padding:2px 10px;
	color:#765430;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*border-top:dashed 1px #DEC9B2;*/

}

#nutration_fact .left_side_text_base2 {
	width:360px;
	height:auto;
	float:left;
}

#nutration_fact_base .left_side_text_base {
	width:90px;
	height:auto;
	float:left;
	
	
	
}

#nutration_fact_base .left_side_text_qty_base {
	width:50px;
	height:auto;
	float:left;
	text-align:right;
	
	
}

#nutration_fact_base .left_side_text_qty_base_2 {
	width:55px;
	height:auto;
	float:left;
	text-align:right;
	
	
}

#nutration_fact_base .left_side_text_pre_base {
	width:55px;
	height:auto;
	float:right;
	text-align:right;
	padding-right:0px;
}

.search_button {
	width:603px;
	float:left;
	padding:10px 8px 10px 10px;
	text-align:center;
	background-color:#fdf5ec;
	margin:20px 0px 0px 70px;
	border:solid 1px #fffbf6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 2px 5px #f0e5d9;
	-moz-box-shadow:1px 2px 5px #f0e5d9;
	-webkit-box-shadow:1px 2px 5px #f0e5d9;
}


#result_search {
	float:left;
	padding-left:150px;
}
.search_button form{
	float:left;
	padding:0px;
	margin:0px;
}

.search_1 {
	width:220px;
	height:25px;
	font-size:17px;
	border-top:solid 1px #eccfb2;
	border-left:solid 1px #eccfb2;
	border-bottom:solid 1px #f4e1cd;
	border-right:solid 1px #f4e1cd;
	background:transparent;
	padding:2px;
	color:#612d17;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.search_1:focus {
	width:220px;
	height:25px;
	border-top:solid 1px #eccfb2;
	border-left:solid 1px #eccfb2;
	border-bottom:solid 1px #f4e1cd;
	border-right:solid 1px #f4e1cd;
	background:#FFFFFF;
	padding:2px;
	color:#612d17;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

.serch_button {
	padding:0px;
	margin:0px 0px 0px 0px;
	background:url(images/search.png);
	width:41px;
	height:28px;
	border:none;
	cursor:pointer;
}
.serch_button:hover {
	padding:0px;
	margin:0px 0px 0px 0px;
	background:url(images/search_hover.png);
	width:41px;
	height:28px;
	border:none;
	cursor:pointer;
}
/*=============================== end for pagination========================*/

#jquery-overlay  {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2147483647;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img  {
	 border: none;
}

#lightbox-container-image-box  {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image  {
	 padding: 10px;
	 ;
}

#lightbox-loading  {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav  {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav  {
	 left: 0;
	 ;
}

#lightbox-nav a  {
	 outline: none;
}

#lightbox-nav-btnPrev,  #lightbox-nav-btnNext  {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev  {
	 left: 0;
	 float: left;
}

#lightbox-nav-btnNext  {
	 right: 0;
	 float: right;
}

#lightbox-container-image-data-box  {
	font: 10px Verdana,  Helvetica,  sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data  {
	padding: 0 10px;
	 color: #666;
	 ;
}

#lightbox-container-image-data #lightbox-image-details  {
	 width: 70%;
	 float: left;
	 text-align: left;
	 ;
}

#lightbox-image-details-caption  {
	 font-weight: bold;
	 ;
}

#lightbox-image-details-currentNumber  {
	display: block;
	 clear: left;
	 padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose  {
	width: 66px;
	 float: right;
	padding-bottom: 0.7em;
}

#gallery  {
	padding: 0px;
	width:936px;
	margin-left: 10px;
}

#gallery ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gallery ul li  {
	display: inline;
	margin: 0px;
	 width:270px;
	 height:200px;
	 margin-left:5px;
	 float:left;
	 padding: 5px;
	 border:solid 1px #FCD8B5;
	 margin:14px;
}


#bullet1{padding: 0px 0px 0px 20px;margin: 5px 0px 0px 45px;list-style-image:url(http://cdn.s3.webcontentor.com/OFFICE/LAM01/site_design/images/130111095913_icon1.png);line-height:20px;color: #765430;font-size: 14px;font-size-adjust: inherit;line-height: 22px;padding: 10px 0;float:left;list-style-position:outside;}#bullet2{padding: 0px 0px 0px 0px;line-height:20px;margin-left:35px;color: #765430;font-size: 14px;font-size-adjust: inherit;line-height: 22px;float:left;}#bullet1 li {padding:0px 0px 10px 0px;float:left;width:100%;}



#back-top {
	position: fixed;
	bottom: 20px;
	margin-left: 720px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width:31px;
	height:29px;
	display: block;
	margin-bottom: 7px;
	background:#fff url(images/up-arrow.png) no-repeat center center;
	padding:0px;
	border:solid 1px #CC3300;
	box-shadow: 1px 3px  3px #333333;
	
}


