/* Farsi Hack ----------------------*/
table, td, tr, th, div, p, span, font {
	direction: rtl;
	font-size: 11px;
	font-family: tahoma, 'times new roman';
}

input, select, textarea {
	font-family: tahoma;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
}

#indinp {
	/*background: url(images/inpbg.gif);*/
}
/* End of farsi hack ---------------*/

body {
	/*background: url(images/bg.gif) repeat-x;*/
	background-color: #ffffff;
}

p, font { 
	font-family: tahoma, 'times new roman';
	font-size: 11px;
}

p {
	color: #323232;
}

td, th { 
	font-family: tahoma, 'times new roman';
 	font-size: 11px;
}

h1 { 
	color: #494949;
    font-size: 11px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
}

.header { 
	font-size: 12px;
	color: #323232;
	font-weight: bold;
	text-decoration: underline;
}

.no_underline { 
	text-decoration: none;
}

/* Link styles goes here ------------------*/
/*******************************************/
a:link, a:visited {
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
	color: #0099FF;
}

a:active {
	text-decoration: none;
	color: #0099FF;
}
/********************************************/
/* End of link styles ----------------------*/

.faq { 
	font-size:		110%;
}

.price_brief { 
	font-size:		120%;
}

.big { 
	font-size:		150%;
	text-decoration:	none;
}

.cat { 
	font-size:		100%;
}

.standard
{ font-weight:		normal;
}
.white
{ color:			white;
}

.pink
{ color:			pink;
}

.menu
{ color:			white;
  font-weight:		normal;
  font-size:		11px;
}

div.topmenu_selected
{
  /*background:		#203560;*/
  background:		#ededee url(images/tdbg.gif) repeat-x;
  padding:			7px;
}

div.topmenu_notselected
{
  /*background:		#4E679F;*/
  background:		#ededee  url(images/tdbgs.gif) repeat-x;;
  padding:			7px;
}

.footer
{
  font-size:		60%;
  color:			gray;
}

.lightsmall
{ 
	color:			#323232;
	font-size:		80%;
}

.category_child
{
  	font-weight:		normal;
}

.cart {
	  font-size:		100%;
	  BORDER-BOTTOM:	0px solid;	
	  BORDER-LEFT:		0px solid;
	  BORDER-RIGHT:		0px solid;	
	  BORDER-TOP:		0px solid;
	  margin:			0px;
	  font-weight:		normal;
	  color:			#0099FF;
	  background-color:  transparent;
}

.small { 
	font-size: 11px;
}

.indp {
	color:#666666;
}

#inda {
	color:#0099FF;
}

#inda2 {
	color:#333366;
}

#livetime {
	color: #767676;
}

#livedate {
	color: #767676;
	line-height: 20px;
}

#hline {
	border: 1px solid #eaeaea;
}

.login {
	background: #eeeeee; 
	padding: 5px;
}

.loginerror {
	background: #333333; 
	padding: 5px;
}

#headerbg {
	/*background: url(images/headerbg.gif) repeat-x;*/
}

/*******************************/
/**   side block colors ********/

#indblock1h {
	background-color: #e8e8e8;
	background-image: url(images/block1.gif);
	border: 1px #cccccc solid;
}

#indblock2h {
	background-color: #e8e8e8;
	background-image: url(images/block1.gif);
}

#cartbg {
	background: #a5e15a url(images/cartbg.gif);
}

#linkbug {
	color: #FFFFFF;
}

.mainlink {
	border: 1px #cccccc solid;
	padding: 10px 10px 10px 5px;
	line-height: 20px;
}

.descrip {
	color: #323232;
}

/*DropDown menus hack */
/**********************/
/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 150px; /*For KHTML*/
	list-style: none;
	}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	}

/* Root Menu */
ul#navmenu a {
	border: 1px solid #FFF;
	border-right-color: #fff;
	border-bottom-color: #fff;
	padding: 0 6px;
	display: block;
	background: #fff;
	color: #444;
	font: 11px tahoma, Arial;
	line-height: 20px;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #ffd430;
	color: #333;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	background: #ffa822;
	color: #333;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #ffd430;
	color: #333;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #ffd430;
	color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #ffd430;
	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	right: 150px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
}

/* ajax */
.td-slide-arrow
	{
		width:30px;
		height:80px;
	}
.pics { height: 80px; width: 100%px; padding:0; margin:0; overflow: hidden;text-align:center }