html, body
{
	margin: 0;
	padding: 0;
}

body
{
	/*background-color: #eee;
	background-image: url(../Images/bg-body.gif);*/
	background-repeat: repeat-x; 
	color: #333;
	font-family: Arial;
	font-size:11px; 
}

h3
{ 
	font-size: 130%;
	font-weight: bold; 
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

#container
{
/*	margin: 0 70px;*/
}

#header
{
	/*height: 50px;*/
	height:34px;
	margin-top: 7px;
	margin-left: 16px;
	margin-bottom: 0px;
	color: #fff;
}

#titletext
{
	font-weight: bold;
	font-size: 260%;
	color: #fff;
	margin-right: 10px;
}

#searcharea
{
	float: right;
	width: 210px;
}

#searcharea div.section
{
	border: 0;
}

#searcharea a
{
	color: #fff;
}

#searcharea input
{
	font-size: 100%;
}

/*#globalmenu
{
	background-color: #900;
	height: 20px;
	color: #fff;
	padding-top: 1px;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}*/

#containerleft
{
	/*background-image: url(../Images/shadow-left.gif);
	background-repeat: repeat-y; */
}

#containertopleft
{
	/*background-image: url(../Images/shadow-top-left.gif);
	background-repeat: no-repeat;*/
}

#containerright
{
	/*background-image: url(../Images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right;*/
}

#containertopright
{
	/*background-image: url(../Images/shadow-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
}

#main
{
	margin-left: 7px;
	margin-right: 7px;
	background-color: #fff;
	margin-bottom: 10px; 
	/*background-image: url(../Images/shadow-bottom.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 500px;
	text-align: center;
}

* html #main
{
	height: 500px;
}



#side
{
	/*float: right;
	width: 198px;
	margin: 2px;*/
}

#nav
{
	/*
	width: 198px;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #900;
    padding-top: 1px;*/
	height: 26px;
	color: #fff;
	font-size:12px;
}

* html #side
{
	/*width: 198px;
	margin-left: -3px;*/
}

#nav ul
{
	/*
	list-style-type: none;
	margin: 0;
	padding: 0;
	*/
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li
{
	/*
	position: relative;	
	border-top: 1px solid #eee;
	display: inline;	
	*/
	display: inline;
	padding-left: 90px;
	padding-top:20px;
	padding-bottom:6px;
	padding-right: 23px;
	margin-left: 1px;
	  
}

#nav ul li
{ 
	/* level 1 items (horizontal) */
	position: relative;
	text-align: right;
	display: inline;
	/*padding-bottom: 9px;*/
	width: 99px; 
	
}
 


#nav a
{
/*	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #000;
	font-size: 100%;
	padding: 5px;*/
	
	color: #ffffff;
}

#nav a:hover
{
/*	background-color: #f9f9f9;
	font-weight: bold;*/ 
	text-decoration: none;
}

#nav a.selected
{
	color:Black;
	font-weight: bold;
	width: 162px; 
	height:24px;
	margin-left :-2px;
	margin-top :-2px;
	margin-bottom :-1px;
	margin-right:-2px;
}

#nav ul ul
{
	/*
	margin: 0;
	padding: 0;
	list-style-type: none;
	*/
	
	display: none;
	position: absolute;
	clear:both;
	border-right:none;
	top: 41px;
	left: -1px;
	z-index: 100;
	line-height: 22px;
	color:#fff;
	/*filter: alpha(opacity=65); 
	-moz-opacity:0.65; 
	background-color: #2F7E20;*/
}

#nav ul li:hover ul
{
	display: block;
}

#nav ul ul li
{
	display: block;
	text-align: left;
	white-space: nowrap;
	border-Top: 1px solid #ffffff;
	/*border-bottom: 1px solid #fff; 
	border-Top: white 1px dashed;*/
	
	padding-top: 2px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	width:177px;
}



#nav ul ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	/*color: White;*/
	display: block;
}
#nav ul ul li a:hover
{
	color: #6CDAF5;
}

#content
{
	/*padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	margin-right: 200px;*/
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
}

.section
{
	/*
	padding: 7px;
	margin-top: 4px;
	border: 1px solid #eee;
	*/
}
.section h3
{
	color: #900;
	font-size: 130%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.moduletools
{
	/*
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	*/
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}



.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
/*	margin: 0;
	padding: 0;
	list-style-type: none;*/
}

.articlelist li
{
	/*margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;*/
}

.articlelist h4
{
	/*margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;*/
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #f9f9f9;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.SubArticleContent
{
	
	padding-top:30px;
	padding-right:22px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}


/* **************************** Aman **************************** */


#tblTamburMain
{
	text-align:left;
}

.HomePageLink1
{
	color:Red;
}
.HomePageLink2
{
	color:#339966;
}
.HomePageLink3
{
	color:#ff00ff;
}
.HomePageLink4
{
	color:#3366ff;
}
.HomePageLink5
{
	color:#FF7D18;
}
.HomePageLink6
{
	color:White;
}
.ArticleBack
{
	 color:#FAFAF8;
	background-color:#0071BD;
	font-weight:bold;
   /* color:#FAFAF8;
    background-color:#0071BD;
    font-weight:bold;
    margin-left: 5px;
    padding-right:10px;*/
}
.ArticleBack a
{
	color:#FAFAF8;
}
.ArticleTitle
{
  font-weight: normal;
  font-size: 12px;
  color:#9D9D9D; 
  letter-spacing:2px;
}
.ArticleContinue
{   color:#FAFAF8;
	background-color:#0071BD;
	font-weight:bold;
	/*
	margin-left: 5px;
	padding-right:10px;
	text-align :center;
	*/
}

.ArticleContinue a
{
	color:#FAFAF8;
}
.MainArticleContent
{
	
	padding-top:0px;
	padding-right:0px;
	
}

.ArticleTemplate
{
	padding-right:22px;
}

.BlueArticle
{
 FONT-SIZE: 14px; 
 COLOR: #0071bd; 
}

.StoresUserFilter
{
	background-image: url(/Templates/Tambur/Images/UserStoresFilterBack.gif);
	background-repeat: repeat-x;
	width: 533px;
	height: 42px;
	font-weight: bold;
}

.StorePager a
{
	color:Red;
}
.ChainOfStores
{ 
	width:484px;
	height: 32px;
	font-weight: bold;
	BORDER-RIGHT: #B1E3F6 1px solid;
	BORDER-TOP: #B1E3F6 1px solid; 
	BORDER-LEFT: #B1E3F6 1px solid; 
    BORDER-BOTTOM: #B1E3F6 1px solid; 
    font-size:12px;
    padding-right:5px;
}
.StoresBorderLeft
{
	border-left:#FFFFFF 1px solid;
}

.StoresUserHeader
{
	background-image: url(/Templates/Tambur/Images/UserStoreHeader.gif);
	background-repeat: repeat-x;
	height:27px;
	font-weight:bold;
	padding-right:5px;
	font-size:12px;
}

.StoresMixerImage
{
	padding-top:5px;
}

.StoresShowRoomImage
{
	padding-top:3px;
}


.MixerImage_IE6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Templates/Tambur/Images/Mixer.png');
	width:14px;
	height:14px;
}

.ShowRoomImage_IE6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Templates/Tambur/Images/ShowRoom.png');
	width:14px;
	height:14px;
}

.AboutLinksSelected
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #ececec;
}
.AboutLinksSelected a
{
	color: #0033A8;
}



.AboutLinks1
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #05AEEF;
}
.AboutLinks1 a
{
	color: white;
}

.AboutLinks2
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #8e2e8f;
}
.AboutLinks2 a
{
	color: white;
}


.AboutLinks3
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #068947;
}
.AboutLinks3 a
{
	color: white;
}

.AboutLinks4
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #EA1B21;
}
.AboutLinks4 a
{
	color: white;
}

.AboutLinks5
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #F38725;
}
.AboutLinks5 a
{
	color: white;
}

.AboutLinks6
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #F20394;
}
.AboutLinks6 a
{
	color: white;
}

.AboutLinks7
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #0C6CB6;
}


.AboutLinks7 a
{
	color: white;
}

.Play DIV
{
	padding-right: 10px;
	font-weight: bold;
	width: 35px;
	color: #fafaf8;
	background-color: #ed008c;
}

.StorePager
{
	position: relative;
	top: 8px;
	left: 0px;
}
StoreComboFont
{
	font-size:10px;
}
.QuestionsAnswersTitle
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0171b9;
}
.QuestionsAnswersContent
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:18px;
}
.NotDisplay
{
 display:none;
}

.RightMenuButton
{
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	WIDTH: 120px;
	COLOR: white;
	PADDING-TOP: 5px;
	HEIGHT: 25px;
	BACKGROUND-COLOR: green;
	TEXT-ALIGN: left;
}

.RightMenuButton A
{
	color: white;
	text-decoration:none;
}

/*----------------------------------------------------Search Input-----------------------------------------------*/

.NotDisplay
{
	display:none;
}

.SearchTestArea
{
	border:1px solid #e7e7e7;
	width:90px;
	height:14px;
	position: relative; 
	font-size:11px;
	color:#222222;
	font-family:Arial;
}

/*---------------------------------------------------------------------------------------------------*/
