/* CSS Document */
/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] Contains only resets and global styles
	[3] MEDIA = SCREEN

REVISION HISTORY:
	February 24, 2009. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
	This is a working draft.

AUTHOR:
	Nimesh Deuja
	i m n i m e s h 0 1 7 @ g m a i l . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) E G R jewels. All Rights Reserved.
*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input
{ 
	margin: 0; 
	padding: 0;
}

h1,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th 
{ 
	font-weight: normal; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
}

ul,ol 
{ 
	list-style: none; 
}

fieldset,img 
{ 
	border: none;
	padding:0;
}

caption,th 
{ 
	text-align: left; 
}

table 
{ 
	border-collapse: collapse; 
	border-spacing: 0; 
}

em
{
	color:#788792;
	font-style:italic;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; /*This is default 10px. How?? Try yourself*/
	color:#000;
	background:#F3F7FD;
}

h1,h3,h4,h5,h6
{
	font-family: Arial, Helvetica, sans-serif;
}
		
.clear {
	clear:both;
	padding:0;
}

#wrapper
{
	margin:0 auto;
	width:940px;
}

/*** NAVICATION ***/

#navication
{
	background:url(../images/nav_bg.gif) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
}

#navication ul
{
	padding:0;
	list-style:none;
}

#navication ul li
{
	margin:0;
	float:left;
	width:144px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

#navication ul li a
{
	text-decoration:none;
	color:#FFFFFF;
	padding:18px 0 18px 0;
	display:block;
}

#navication ul li a:hover
{
	background:url(../images/nav_hover.gif) repeat-x;
	display:block;
	padding:18px 0 18px 0;
	color:#FFFFFF;
}

/*** BANNER ***/

#banner
{
	padding:0;
	
	height:204px;
	clear: both;
}


#banner p
{
	text-align:left;
	width:auto;
	padding:5px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#60717f;
}

#banner p a
{
	text-decoration:none;
	color:#60717f;
}

#banner p a:hover
{
	text-decoration:underline;
	color:#60717f;
}


/*** SEARCH ***/

#search
{
	padding:0;
	position:relative;
	height:73px;
}

#search a
{
	text-align:left;
	text-decoration:none;
	color:#546674;
	margin:0 5px;
	font-size:1.2em;
	font-weight:bold;
	cursor:pointer;
}

#search a:hover
{
	color:#2199BC;
}

.searchbar
{
	position:absolute;
	left:610px;
	top:16px;
	width:330px;
}

#textfild
{
 	font-size:1.2em;
	color:#546674;
	font-weight:bold;
	padding:0 10px 0 0;
}

.btn
{
	color:#546674;
	font-weight:normal;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-decoration:none;
	text-align:center;
	background:url(../images/gobg.gif) top no-repeat;
	width:21px;
	height:21px;
	margin:0 0 10px 0;
	display:block;
	float:left;
}

.btn:hover
{
	color:#000;
	background:url(../images/gobg_hover.gif) top no-repeat;
}

.textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: normal;
	color:#FF000;
	background: url(../images/textareabg.gif) top repeat-x;
	float:left;
	width:180px;
	padding:2px 0 2px 5px;
	border:1px solid #CCCCCC;	
}

.searchtext
{
	float:left;
	padding:0 10px 0 0;
}

/*** MAINBODY ***/

#mainbody
{
	padding:20px 0;
}

#left
{
	float:left;
	width:250px;
}

h1
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.6em;
	padding:5px 0 0 30px;
	height:25px;
	background:url(../images/searchbg.gif) no-repeat top;
}

#right
{
	float:right;
	width:100%;
}

#mid
{
	margin:0 270px;
	width:auto;
}

h3
{
	width:auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.8em;
	text-transform:capitalize;
	color:#546674;
	font-weight:bold;
	height:24px;
	padding:10px 0 0 20px;
	text-align:left;
}

#welcometext
{
	padding:0;
	margin:0 0 20px 0;
}

#welcometext p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	color:#000000;
	line-height:20px;
	text-align:justify;
}

#welcometext p a
{
	color:#00b6dd;
	font-weight:bold;
}

#welcometext p a:hover
{
	color:#000;
	text-decoration:none;
}

.productsbox
{
	padding:0;
	float:left;
	margin:10px 20px;
}

.head{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#905F1D;
	}

.titlehead{
	padding:10px 0 0 15px;
	background:#CCCCCC;
	height:25px;
	margin:10px 0 0 0;
	}
.catlink1{
	padding:0 10px 0 10px; 
	text-align:center
	color:#A68243;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;


}
	
a.catlink:link, a.catlink:visited, a.catlink:active{
	color:#A68243;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	}
	
a.catlink:hover{
	color:#905F1D;
	text-decoration:none;
	}

.box
{
	background:url(../images/photobg.gif) top no-repeat;
	text-align:center;
	vertical-align:middle;
	padding:40px 0 0 0;
	width:171px;
	height:146px;
}

.details
{
	padding:0;
	margin:8px 0;
}

.details p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	color:#596675;
	line-height:24px;
	margin:0 0 15px 0;
}

.details a
{
	text-decoration:none;
	background: url(../images/detailsbg.gif) no-repeat 25px 0px;
	display:block;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#596675;
	width:170px;
	height:20px;
}

.details a:hover
{
	color:#FFF;
	background: url(../images/detailsbg_hover.gif) no-repeat 25px 0px;
}

.shopingbag
{
	position:absolute;
	top:20px;
	left:150px;
}

.cart
{
	background:url(../images/cartbg.gif) top repeat-y;
	padding:10px 0 0 26px;
}

#bgimg p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#596675;
	line-height:16px;
}

#bgimg p a
{
	color:#596675;
	text-decoration:none;
}

#bgimg p a:hover
{
	color:#C20000;
	text-decoration:none;
}

#bgimg
{
	background:url(../images/bag.gif) no-repeat 130px top ;
}

.loginline
{
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:0 20px;
	height:120px;
}

.loginline p
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
}

.loginline a
{
	float:left;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
	color:#C20000;
	margin:0 10px 0 0;
}

.loginline a:hover
{
	text-decoration:underline;
}

.redtext
{
	color:#FF0000;
}

.smalltext
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

.textarea1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: normal;
	color:#FF000;
	background: url(../images/textareabg.gif) top repeat-x;
	float:left;
	width:120px;
	float:right;
	padding:2px 0 2px 5px;
	border:1px solid #CCCCCC;	
}

#contact p
{
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:20px;
	color:#00B6DD;
	padding:10px 0 0 20px;
}

#contact p a
{
	color:#00B6DD;
	text-decoration:underline;
}

#contact p a:hover
{
	color:#000;
	text-decoration:none;
}

/*** FOOTER ***/

.bg
{
	background:url(../images/footerbg.gif) top no-repeat;
}

#footer
{
	padding:4px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	color:#000;
	line-height:22px;
	text-align:center;
	clear:both;
}

#footer a
{
	color:#000;
	text-decoration:underline;
}

#footer a:hover
{
	color:#000;
	text-decoration:none;
}


#footer p
{
	color:#FFFFFF;
}

/**** SUBMENU ****/

div.sdmenu {
	width: 248px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #00B6DD;
}
div.sdmenu div {
	overflow: hidden;
	margin:5px 0;
	border:1px solid #DAEEFA;
}
div.sdmenu div:first-child 
{	
	border:1px solid #DAEEFA;
}
div.sdmenu div.collapsed {
	height: 25px;
	border:1px solid #DAEEFA;
}
div.sdmenu div span {
	background:url(../images/bull.gif) no-repeat left;
	display: block;
	padding: 5px 20px;
	font-weight: bold;
	color: #00B6DD;
	cursor: default;
}
div.sdmenu div.collapsed span {
}
div.sdmenu div a {
	padding: 5px 20px;
	display: block;
	color: #000;
	text-decoration: none;
}
div.sdmenu div a.current {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div.sdmenu div a:hover {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	display:block;
}

/***** SKINNING ******/

.botton
{
	text-decoration:none;
	background: url(../images/detailsbg.gif) top no-repeat;
	display:block;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#596675;
	width:117px;
	height:20px;
	border:0;
}

.botton:hover
{
	color:#FFF;
	background: url(../images/detailsbg_hover.gif) top no-repeat;
}


#boxborder
{
	margin:10px 0;
	padding:20px;
	border:1px solid #333333;
	width:300px;
}

.lefttext
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	float:left;
	width:150px;
}

.lefttext1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#000000;
	float:left;
	width:170px;
}

.forgotpass
{	
	text-align:center;
	color:#546674;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
}

.forgotpass:hover
{	
	color:#2199BC;
}	

.border
{
	width:auto;
	border:1px solid #546674;
	padding:0 0 0 65px;
}

.border1
{
	width:auto;
	border:1px solid #546674;
	padding:5px 0;
	color:#596675;
	text-align:center;
}

.border2
{
	overflow:hidden;
	width:600px;
	border:1px solid #CCCCCC;
	padding:5px 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#596675;
	line-height:24px;
}

.fild
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: normal;
	color:#000;
	float:left;
	width:150px;
	padding:2px 0 2px 5px;
	margin:5px 0;
	border:1px solid #CCCCCC;	
}

.fild1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: normal;
	color:#000;
	float:left;
	padding:2px 5px;
	margin:5px 0;
	border:1px solid #CCCCCC;	
}

.fild2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: normal;
	color:#000;
	float:left;
	padding:2px 0;
	width:40px;
	margin:5px 0;
	border:1px solid #CCCCCC;	
}


 /* form */

#form dl {
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	padding:0;
	margin:0 0 0 20px;
	width:98%;
}
#form dl dd {
	padding:5px 10px 0 0;
	width:150px;
	float: left;
}

#form dl dt {
	padding:5px 0 0 5px;
	width:250px;
	float: left;
}

/*html[dir="rtl"] dt {float: right;}
dd::after {
	content: "";
	clear: both;
	display: block;
	speak: none;
}
dd+dd {margin-left: 560px;}
html[dir="rtl"] dd+dd {margin:0 560px 0 0;}
dt:first-child, dt:first-child+dd {border-top-width: 0;}
h2+p {
	font-size: 70%;
	margin: 10px auto;
	width: 90%;
}
*/

#form2
{
	padding:10px;
	
	margin:20px 0 0 0;
}

#form2 dl {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin:0;
	width:98%;
}
#form2 dl dd {
	padding:5px 10px 0 0;
	width:150px;
	float: left;
}

#form2 dl dt {
	padding:5px 0 0 5px;
	width:150px;
	float: left;
}

#listform
{
	width:98%;
	padding:0;
	margin:20px 0;
}

#listform ul
{
	list-style:none;
	padding:0;
	margin:10px 0;
}

#listform ul li
{
	list-style:none;
	padding:0;
	float:left;
	margin:0 5px 0 5px;
	text-align:left;
}

.picture
{
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#734913;
}

.name
{
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#734913;
}

.qty
{
	width:80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#734913;
}

.rate
{
	width:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#734913;
}

.amount
{
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#734913;
}

.del
{
	width:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#734913;
}

.footercss
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	color:#596675;
	margin:10px 0;
}

.footercss a
{
	font-size:1.6em;
	color:#00b6dd;
}

.footercss a:hover
{
	text-decoration:none;
}

.tittext
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000;
}



.list_form
{
	width:98%;
	padding:0;
	margin:20px 0;
}

.list_form ul
{
	list-style:none;
	padding:0;
	margin:10px 0;
}

.list_form ul li
{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:0;
	float:left;
	margin:0 2px 0 0;
	text-align:left;
}

.productname
{
	width:120px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#734913;
}

.sn
{
	width:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
}

.order
{
	width:130px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
}

.status
{
	width:80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
}

.netamount dl {
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	padding:0;
	margin:0 0 0 20px;
	padding:0 0 0 25px;
	width:98%;
}
.netamount dl dd {
	padding:5px 10px 0 20px;
	width:290px;
	float: left;
	height:25px;
}

.netamount dl dt {
	padding:5px 0 0 5px;
	width:350px;
	float: left;
}

.netamount p
{
	padding:5px 0;
	margin:10px 0;
	width:98%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#c20000;
}

#details1
{
	margin:10px 0;
	height:20px;
}

.netamount1
{
	border:1px dotted #222222;
	margin:5px 0;
 	padding:10px;
	overflow:hidden;
}

.netamount1 dl {
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	padding:0;
	margin:0;
	width:60%;
}
.netamount1 dl dd {
	padding:5px 10px 0 0;
	width:200px;
	float: left;
}

.netamount1 dl dt {
	padding:5px 0 0 5px;
	width:200px;
	float: left;
}

.netamount2
{
	margin:40px 0;
}

.netamount2 dl {
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	padding:0;
	margin:0;
	width:98%;
}
.netamount2 dl dd {
	padding:5px 10px 0 0;
	width:200px;
	float: left;
}

.netamount2 dl dt {
	padding:5px 0 0 5px;
	width:350px;
	float: left;
}

a.button
{
	text-decoration:none;
	background: url(../images/detailsbg.gif) top no-repeat;
	display:block;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	color:#596675;
	width:117px;
	height:20px;
	border:0;
	float:left;
	margin:0 5px;
}

a.button:hover
{
	color:#FFF;
	background: url(../images/detailsbg_hover.gif) top no-repeat;
}