/*************************************/
/*Eforosh Corporation Master Layout Stylesheet*/
/*Created: 10.10.2005 */
/*Last Updated: 05.26.2006*/

/*************************************/
/*Overall Rules Start*/

body 
{
	background: #EBEBEC url("/images/bg.gif") repeat-x;
	margin: 0;
	font: 12px/13px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #404042;
	text-align: center;
}

p, td, ul, ol, li 
{
	font: 12px  Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #404042;
}

html, body, div, table, tr, td, img, form 
{
	margin: 0;
	padding: 0;
	border: 0;
}
 
a:link { color: #404042; text-decoration: none; }
a:visited { color: #404042; text-decoration: none; }
a:hover { color: #5FACCC; text-decoration: underline; }
a:active { color: #5FACCC; text-decoration: underline; }

p 
{
	margin: 0 0 12px;
}

td 
{ 
	vertical-align: top;
	padding: 0;
	border: 0;
	text-align: left;
}

h1 
{
	margin: 0 0 11px 0;
	width: 171px;
	height: 37px;
	background: url("/images/logo.gif") no-repeat;
	/* NOROZ : /images/logonorooz.gif */
	
}

h1 span 
{
	display: none;
}

h1 a 
{
	display: block;
	width: 173px;
	height: 34px;
}

h2, h3, h4, h6 
{
	margin: 0 0 12px;
	font: normal 14px Tahoma,Verdana, Helvetica, Arial, sans-serif;
}

h3 { font: normal 12px Tahoma,Verdana, Helvetica, Arial, sans-serif; }

#h2_nav
{
	display: none;
}

ol li
{
	margin-bottom: 6px;
	text-align: justify;
}

#container 
{
	position: relative;
	width: 950px;
	margin: 12px auto 0 auto;
	padding: 0;
	text-align: left;
}

.silent { display: none; }

.clear { clear: both; }

address
{
	display: block;
	margin: 0 0 12px 0;
}

/*Overall Rules End*/
/*************************************/

/*************************************/
/*Header/Footer Rules Start*/

#header
{
	width: 950px;
	height: 101px;
}

#mojo_head
{
	clear: both;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 563px;
	background: url("/images/mojo_nologo.gif") 0 15px no-repeat;
	width: 388px;
	height: 81px;
	padding: 0 3px 0 0;
} 

#mojo_head h2 span
{
	display: none;
}

#mojo_head h2
{
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 100;
}

#mojo_head h2 a.mojo
{
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	width: 81px;
	height: 66px;
}

#mojo_head p
{
	display: block;
	float: left;
	border-left: 1px solid #AAAAB0;
	padding-left: 5px;
	margin-left: 5px;
}

#mojo_head p.first
{
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
#mojo_head p.date
{
	font: 11px Tahoma,Verdana, Helvetica, Arial, sans-serif; 
	position: absolute;
	color: #636366;
	z-index: 98;
	left: 80px;
	top: 45px;	
	width: 162px;
	height: 26px;
	padding: 6px 0px 0 0;
	border: 0;  
	width: 154px;
}
#mojo_split
{
	float: right;
}

#mojo_head form
{
	display: block;
	position: absolute;
	z-index: 99;
	left: 220px;
	top: 43px;	
	width: 162px;
	height: 26px;
	padding: 6px 8px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 154px;
}

html>body #mojo_head form
{
	width: 154px;
}

#mojo_head input
{
	vertical-align: top;
	border: none;
}

#mojo_head input.firstinput 
{
	border: 1px solid #A5ACB2;
	margin: 0;
	width: 122px;
	height: 18px;
	font: 12px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	padding: 2px 0 0 3px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px;
	width: 119px;
}

html>body #mojo_head input.firstinput
{
	height: 20px;
	width: 119px;
}

#footer
{
	clear: both;
	padding: 9px 0;
	width: 950px;
}

#footer ul
{
	padding: 0;
	margin: 0;
}

#footer li
{
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	list-style: none;
	float: left;
	height: 14px;
	border-left: 1px solid #AAAAB0;
}

#footer li.first
{
	border: 0;
	margin-left: 3px;
	padding-left: 0;
}

#footer ul.homelogos
{
	float: right;
	padding: 0;
	margin: 0 3px 0 0;
}

#footer ul.homelogos li
{
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
	float: left;
	width: 98px;
	height: 27px;
	border-left: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 78px;
}

html>body #footer ul.homelogos li
{
	width: 78px;
}

ul.homelogos a
{
	display: block;
	width: 78px;
	height: 27px;
}

ul.homelogos li#boss
{
	background: url("/images/home/footer_logo_boss.gif") no-repeat;
}

ul.homelogos li#edirol
{
	margin-top: 4px;
	background: url("/images/home/footer_logo_edirol.gif") no-repeat;
}

ul.homelogos li#rodgers
{
	background: url("/images/home/footer_logo_rodgers.gif") no-repeat;
}

ul.homelogos span
{
	display: none;
}

/*Header/Footer Rules End*/
/*************************************/

/*************************************/
/*Content Rules Start*/

#main_content
{
	background: url("/images/bg_maincontent_sidebar.gif") repeat-y;
	width: 950px;
	padding-bottom: 12px;
	float: left;
}
 
#main_content_bcap
{
	background: url("/images/cap_bottom_maincontent_sidebar.gif") no-repeat;
	width: 950px;
	height: 10px;
	font: 1px/1px monospace;
	margin: 0;
	padding: 0;
	clear:both;
}

#mc_left
{
	width: 730px;
	background: url("/images/cap_toplines_left.gif") no-repeat;
	padding: 10px 0 0 0;
	float: left;
}

#mc_left .tabbed_content
{
	font: 11px/15px Tahoma,Verdana, Helvetica, Arial, sans-serif;
}

#breadcrumb
{
	dir:rtl;
width: 724px;
	height: 20px;
	background: #efefef url("/images/gradtop.gif") repeat-x;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #e0e0e2;
	font: 10px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #636366;
	padding: 4px 9px 2px;
	voice-family: "\"}\"";
	
	 
	voice-family: inherit;
	__width: 724px;
	_height: 14px;
	
}
#register
{
	dir:rtl;
	/*background: #efefef url("/images/gradtop.gif") repeat-x;*/
	margin: 3px 3px 3px 3px;
	border: 1px solid #e0e0e2;
	font: 12px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #636366;
	padding: 9px 4px 9px 2px;
	cell-padding: 9 ;
	
}
html>body #breadcrumb
{
	width: 707px;
	height: 14px;
	 
}

#breadcrumb a.lastcrumb { color: #636366; }
#breadcrumb a.lastcrumb:link,
#breadcrumb a.lastcrumb:visited,
#breadcrumb a.lastcrumb:hover,
#breadcrumb a.lastcrumb:active { text-decoration: none; color: #636366; }

div.leftblock
{
	padding: 20px 20px 0 20px;
	z-index:0;
}

div.leftblock a { color: #5FACCC !important; }
div.leftblock a:link { text-decoration: none; }
div.leftblock a:visited { text-decoration: none; }
div.leftblock a:hover { text-decoration: underline; }
div.leftblock a:active { text-decoration: underline; }

div.leftblock h2.title
{
	font: normal 20px/24px Tahoma,"Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, sans-serif;
	border-bottom: 1px solid #8bbaca;
	padding-bottom: 1px;
	margin-bottom: 12px;
}

div.leftblock h2.title span
{
	display: block;
	border-bottom: 1px solid #8bbaca;
	padding-bottom: 3px;
}

div.leftblock h3
{
	border-bottom: 1px solid #e0e0e2;
	padding: 0 0 2px 0;
	margin: 0 0 6px 0;
} 
p.thumbnail 
{
	border-left: 1px solid #e0e0e2;
	padding: 4 2 2px 4;
	margin: 4 2 6px4;
}
div.datatable table
{
	border: 1px solid #e0e0e2;
	border-collapse:collapse;
	
	
} 
div.datatable input,div.datatable select,div.datatable textarea
{
	 
	margin: 1;
	font: 12px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	 
}
div.datatable td
{
	border-bottom: 1px solid #e0e0e2;
	border-left: 1px solid #e0e0e2;
	padding: 5px 5px 2px 2px;
	text-align: right;
	font: 12px Tahoma;
} 
div.datatable td.header
{
	 
	text-align: center;
	font: bold 12px Tahoma;
} 
div.datatable tr.header
{/* background: url("/images/gradtop.gif")  ;	 	*/
background: #EBEBEC
} 
/**  TOP AGAHI**/


table.topAgahi  
{
	border: 0px  ;
	border-collapse:collapse;

} 
 
  
table.topAgahi img
{
	border: 0px solid #e0e0e2;
	align:top;
} 
 
table.topAgahi td
{
	border-bottom: 1px solid #e0e0e2;
	width: 172px;
	padding: 10px 2px 10px 2px;
	text-align:  center;
	vertical-align:  top;
	font: 12px Tahoma;
 
} 
table.topAgahi td.header
{
 text-align: center;
 font: bold 12px Tahoma;
} 
table.topAgahi tr.header
{/* background: url("/images/gradtop.gif")  ;	 	*/
background: #EBEBEC
} 


#mc_right
{
	width: 216px;
	background: url("/images/cap_toplines_right.gif") no-repeat;
	margin: 0 0 0 4px;
	padding: 10px 0 0 0;
	float: left;
}

/*Content Rules End*/
/*************************************/

/*************************************/
/*Sidebar Rules Start*/

#promotop
{
	width: 204px;
	height: 20px;
	background: #efefef url("/images/gradtop.gif") repeat-x;
	margin: 0 0 0 3px;
	border-bottom: 1px solid #e0e0e2;
	font: 10px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	padding: 4px 3px 2px;
	voice-family: "\"}\"";
	voice-family: inherit;
	 width: 204px;
	 height: 14px;
}

html>body #promotop
{
	width: 204px;
	height: 14px;
}

#promotop a
{
	background: url("/images/sidebar/icon_email.gif") no-repeat;
	background-position: 0 1px;
	margin-left: 3px;
	padding-left: 15px;
	width: 201px;
}

#sidepromo1 p, #sidepromo1 h3,#sidepromo2 p, #sidepromo2 h3
{
	display: none;
}

#rugsignup
{
	position: absolute;
	top: 97px;
	left: 23px;
	margin: 0;
	padding: 0;
	width: 190px;
}

#rugsignup input
{
	font: 12px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	padding: 2px;
	border: 1px solid #b0b0b2;
}

#rugsignup dt
{
	float: left;
	text-align: right;
	width: 146px;
	margin: 0;
	padding: 0;
}

#rugsignup dt input
{
	margin: 0;
	width: 142px;
}

#rugsignup dd
{
	margin: 0;
	padding: 0;
	width: auto;
}

#rugsignup dd input
{
	margin: 0 0 0 4px;
	 
	padding: 0;
	vertical-align: top;
	border: none;
}

#sidepromo2 p
{
	text-align: center;
	margin: 0;
	padding: 2px 0 0 3px;
}

#sidepromo2 p a
{
	display: block;
	width: 210px;
	height: 130px;
}

#sidepromo2 p a span { display: none; }

/* * * * * * * * * * * * * * 
  STYLE FOR DEALER LOCATOR 
 * * * * * * * * * * * * * */
#locator
{
	width: 216px;
	height: 88px;
	background: url("/images/sidebar/dealerlocator_bg.gif") no-repeat;
	padding: 0 3px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 210px;
	height: 88px;
}

html>body #locator
{
	width: 210px;
}

#sidebarLocator {
	width: 210px;
}

#locatortitle {
	width: 180px;
	height: 12px;
	font: bold 14px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #404042;
	padding: 14px 10px 0px 18px;
}

#sidebarLocator span {
	margin-left: 17px;
}

#dealerLocator {
	margin: 2px 2px 2px 2px;
}

#dealerLocator input,#dealerLocator select,#dealerLocator textarea
{
	font: 12px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	padding: 2px 2px 2px 2px;
	 border: 1px solid #b0b0b2; 
	 background: #F5F5F5 ;
	 
}
#dealerLocatorbutton input
{
	font: 12px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	padding: 2px 2px 2px 2px;
	 
	 /*border: 1px solid #f0e68c; */
	 
} 

 
#dealerLocator dt
{
	float: left;
	text-align: right;
	width: 146px;
	margin: 3px 0 0 0;
	 
	padding: 0;
}

#dealerLocator dd input
{
	margin: 3px 0 0 4px;
	 
	padding: 0;
	vertical-align: top;
	border: none;
}

#dealerLocator dt input
{
	margin: 0;
	width: 142px;
}

#sidebar
{
	width: 216px;
	text-align: right;
	background: url("/images/cap_midlines_right.gif") no-repeat;
	padding: 10px 0px 0px 0px ;
}

#sidebar h3
{
	margin: 15px 15px 2px 15px;
	padding: 0 0 2px 0;
	font: bold 11px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #5faccc;
	border-bottom: 1px solid #e0e0e2;
	text-align: right;
}
#sidebar h2
{
	margin: 0px 5px 0px 5px;
	padding: 0 0 2px 0;
	font: bold 11px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #5faccc;
	border-bottom: 1px solid #e0e0e2;
	text-align: right;
}
#sidebar ul.linklist
{
	margin: 10px 0 0 0;
	 
	padding: 0 15px 6px;
}

#sidebar ul.linklist li
{
	list-style: none;
	margin: 0px 0px 7px 0px;
	 
	/* width: 150px; */
}
#sidebar table,#sidebar table td {
	 margin: 0px 4px 0px 2px;
	  text-align:right;	 
}
 
#sidebar table tr {
 border-bottom: 1px solid #e0e0e2;
}
#sidebar img  {
	 margin: 0px 0px 0px 0px;
	
}
#sidebar ul.linklist li a 
{
	background: url("/images/sidebar/sidebullet.gif") right center no-repeat;
	padding: 0 10 0 0px;
}

#sidebar ul.linklist a.active 
{ 
	color: #5FACCC; 
	text-decoration: underline;
}

h3#sidebartop
{
	text-align: right;
	width: 212px;
	height: 20px;
	background: #efefef url("/images/gradtop.gif") repeat-x;
	margin: 0 3px 0 3px;
	border-bottom: 1px solid #e0e0e2;
	font: bold 10px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #404042;
	padding: 2px 15px 2px 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	__width: 210px;
	_height: 20px;
}

html>body h3#sidebartop
{
	width: 180px;
	height: 14px;
}

#sidebar ul.navlist
{
	border-top: 1px solid #e0e0e2;
	margin: 3px 3px 3px 3px;
	padding: 0;
	background: #0f0;
}

#sidebar ul.navlist li
{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	display: inline;
}

#sidebar ul.navlist a
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	background-color: #efeff0;
	background-image: url("/images/sidebar/sidenav_grad.gif");
	border-bottom: 1px solid #e0e0e2;
	height: 20px;
	font:   11px  Tahoma,Verdana, Helvetica, Arial, sans-serif;
}

#sidebar ul.navlist a:hover, #sidebar ul.navlist a.active
{
	background-position: 0 -20px;
	background-color: #fdfdfd;
	text-decoration: none;
	color: #5FACCC;
}
#header1 h2
{
	background: url("/images/header1.gif") right center no-repeat;
	height: 36px;
	text-align:right;
	padding: 0px 0px 0px 0px;
}
#header2 h2
{
	background: url("/images/header2.gif") right center no-repeat;
	height: 36px;
	text-align:right;
	padding: 0px 0px 0px 0px;
}
 #header1 h2 p ,#header2 h2 p{
 padding: 10px 40px 0px 0px;
 font:  bold 12px  Tahoma ;
 color:#515151;
 }
 div.p1  {
 font:  11px  Tahoma ;
 color:#515151 ;
 text-align:right;
 }
 div.p1 a {
 font:  bold 12px  Tahoma ;
  padding: 0px 0px 30px 0px;
 color:#515151 !important; 
 text-align:right;
 }
  div.p2  {
 font:   11px  Tahoma ;
 color:#518CA4 ;
 text-align:right;
 } div.p3  {
 font:   11px  Tahoma ;
 color:#ff8c00 ;
 text-align:right;
 }
div.p3s ,div.p3s   a.active ,div.p3s   a.hover ,div.p3s  a{
 font:   11px  Tahoma ;
 color:#ff8c00 ;
 text-align:center;
 }
 div.mapitem ,div.mapitem   a:active ,div.mapitem   a:hover ,div.mapitem  a:visited,div.mapitem  a:link,div.mapitem  a{
 font:   10px  Tahoma ;
  color:#000000 ;
 text-align:right;
 }
 
 /* FOR ITEM */
p #ptitle span { /*<font face="Arial" style="font-size: 18px"  color="#5FACCC">*/
font:   17px  Arial,Tahoma ;
color: #5FACCC ;
text-align:right;
  padding: 0px 0px 0px 0px;
 }
 
 
/*Sidebar Rules End*/
/*************************************/

/*************************************/
/*Error Message Rules Start*/

.errmsg
{
	color: #f00;
	font-weight: bold;
}

div.errmsg
{
	background: #FCC;
	padding: 5px;
	margin: 0;
	border: 2px solid #f00;
}

p.errmsg
{
	background: #fff;
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 11px;
}

.errmsg ul
{
	margin: 0;
	padding: 2px 0 0 0;
}

.errmsg ul li
{
	color: #f00;
	margin: 0 0 2px 20px;
}

.reqd { color: #f00; }

/*Error Message Rules End*/
/*************************************/

span.stn_button
{
	float: left;
	margin: 12px 0;
	padding-right: 6px;
	background: url("/images/button_bg.gif") no-repeat right top;
	height: 19px;
	display: block;
}

span.stn_button a
{
	float: left;
	display: block;
	height: 19px;
	padding: 3px 0 2px 4px;
	background: url("/images/button_bg.gif") no-repeat;
	font-weight: bold;
	color: #fff !important;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 14px;
}

html>body span.stn_button a
{
	height: 14px;
}
.key /* SEARCH H*/
{
color:#ff4500;
}
#messengerbar
{
	width: 205px;
	text-align: right;
	 /* background: url("/imgs/h.gif") no-repeat; */
	padding: 0px 0px 0px 0px ;
}
h3#messengerbartop
{
	text-align: right;
	width: 245px;
	height: 20px;
	background: #ffffff url("/imgs/h.gif")  no-repeat;
	margin: 5px 3px 0px 3px;
	border-bottom: 0px solid #e0e0e2;
	font: bold 10px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #626262;
	padding-top:10px; 
	padding-right:0px; 
 padding: 15px 0px 2px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	__width: 245px;
	__height: 38px;
}
#messengerbody
{
	text-align: right;
	width: 245px;
	padding-top: 0px ;
	 padding: 10px 0px 2px 0px;
	background: #ffffff url("/imgs/b.gif")  repeat-y;
	margin: 0 3px 0 3px;
	  
	voice-family: inherit;
	 __width: 245px;
}
h3#messengerbarfooter
{
	text-align: right;
	width: 245px;
	height: 30px;
	background: #ffffff url("/imgs/f.gif")  no-repeat;
	margin: 0 3px 0 3px;
	border-bottom: 0px solid #e0e0e2;
	font: bold 10px Tahoma,Verdana, Helvetica, Arial, sans-serif;
	color: #404042;
	 
	voice-family: "\"}\"";
	voice-family: inherit;
	__width: 245px;
	__height: 30px;
}
 #uli a,ul#uli a
{
	display: block;
	margin: 3px 2px 0px 0px;
	padding: 2px 2px 0px 0px;
	background-color: #ffffff;
	 ;
	border-bottom: 0px solid #e0e0e2;
	height: 20px;
	width: 186px;
	font:   12px  Tahoma,Verdana, Helvetica, Arial, sans-serif;
	__height: 22px;
}
input.tahoma {
font:   12px  Tahoma,Verdana, Helvetica, Arial, sans-serif;
}
.storeview li,.storeview ul
{ 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}
