/*********** G E N E R A L   S T Y L E S   S T A R T   H E R E ***********/
body, td, th, p { font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica; font-size:11px; color:#fff; }
body, form, p, table, div, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; }
h1, h2, h3, h4, h5, h6 { display:inline; text-transform:capitalize; }
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
table { border-collapse:collapse; margin:auto }
/**********/
a:link, a:visited { color: #fff; text-decoration: none; }
a:hover, a:active { text-decoration: none; color: #ffab58; }
.linkWhite a:link, .linkWhite a:visited { color: #fff; text-decoration: none; }
.linkWhite a:hover, .linkWhite a:active { text-decoration: none; color: #fff29b; }
.linkPink a:link, .linkPink a:visited { color: #ff0081; text-decoration: none; }
.linkPink a:hover, .linkPink a:active { text-decoration: none; color: #3073dc; }
.linkBlue a:link, .linkBlue a:visited { color: #3073dc; text-decoration: none; }
.linkBlue a:hover, .linkBlue a:active { text-decoration: none; color: #ff0081; }
/**********/
.aLeft { text-align:left; }
.aRight { text-align:right; }
.fLeft { float:left; }
.fRight { float:right; }
.fOuter { width:100%; display:table; }
.fLefWithMargin { float:left; margin:0 10px 2px 0; }
.fRigWithMargin { float:right; margin:0 0 5px 10px; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }
.margin2px { margin:2px; }
.margin5px { margin:5px; }
.margin10px { margin:10px; }
.padding2px { padding:2px; }
.padding5px { padding:5px; }
.padding10px { padding:10px; }
/**********/
.bdr { border:1px solid #999; }
.bdrTop { border-top:1px solid #ccc; }
.bdrRight { border-right:1px solid #ccc; }
.bdrBottom { border-bottom:1px solid #ccc; }
.bdrLeft { border-left:1px solid #ccc; padding:2px; }
.bdrTR { border:1px solid #ccc; border-width:1px 1px 0 0; }
.bdrTB { border:1px solid #ccc; border-width:1px 0 1px 0; }
.bdrTL { border:1px solid #ccc; border-width:1px 0 0 1px; }
.bdrRB { border:1px solid #ccc; border-width:0 1px 1px 0; }
.bdrRL { border:1px solid #ccc; border-width:0 1px 0 1px; }
.bdrBL { border:1px solid #ccc; border-width:0 0 1px 1px; }

/********** GENERAL IMG STYLES START HERE **********/
a img { border:0px; }
img.borderNone { border:0; }
img.borderNone:hover { border:0; }
img.block2Px { display:block; width:2px; height:2px; }
img.block5Px { display:block; width:5px; height:5px; }
img.sendEnquiry { margin:10px 0 0; }
.banner { margin:15px auto; text-align:center; font-weight:bold; color:#3875ff; }
.banner img { border:1px solid #999; display:block; margin:0 auto 5px; }

/********** OTEHR STYLES START HERE *********/
.colorRed { color:#f00; }
.colorGreen { color:#060; }
.colorBlue { color:#06c; }
.colorYellow { color:#ff0; }
.colorOrange { color:#f60; }
.colorPink { color:#f0f; }
.colorGray { color:#666; }
/*********/
.bgRed { background:#ffebde; }
.bgRedDark { background:#ffb3b3; }
.bgGreen { background:#efffea; }
.bgGreenDark { background:#c1ffab; }
.bgBlue { background:#ebf3fb; }
.bgBlueDark { background:#cae5ff; }
.bgYellow { background:#ffffe6; }
.bgYellowDark { background:#ffffbf; }
.bgOrange { background:#fff0d3; }
.bgOrangeDark { background:#ffce71; }
.bgPink { background:#ffe6ff; }
.bgPinkDark { background:#ffbfff; }
.bgGray { background:#eee }
.bgGrayDark { background:#ccc }

/********** FONTS STYLES START HERE **********/
.fs10px { font-size:10px; }
.fs11px { font-size:11px; }
.fs12px { font-size:12px; }
.fs13px { font-size:13px; }
.fs14px { font-size:14px; }
.fs15px { font-size:15px; }
.fs16px { font-size:16px; }
.lineHeight16px { line-height:16px; }
.lineHeight18px { line-height:18px; }
.lineHeight20px { line-height:20px; }
.lineHeight22px { line-height:22px; }
.lineHeight24px { line-height:24px; }
.strong { font-weight:bold; }
.underline { text-decoration:underline; }



/********** GENERAL FORM STYLES START HERE **********/
.keywords { background:#ffedf4; padding:0 2px; color:#555; }
.star { font-weight:bold; color:#c00; }

.bgOne {
	width:32%;
	background:#f9f9f9;
	padding:2px 5px 2px 2px;
	text-align:right;
	border-top:1px solid #ffcde1;
	border-bottom:1px solid #ff79bd;
	vertical-align:top;
}
.bgTwo {
	width:1px;
	font-weight:bold;
	padding:2px;
	text-align:center;
	border:1px solid #ff79bd;
	background:#da8608;
	vertical-align:top;
}
.bgThree {
	width:68%;
	padding:5px 5px 5px 12px;
	border-top:1px solid #ffcde1;
	border-bottom:1px solid #ff79bd;
}

.formHead {
	font-weight:bold;
	background:#da8608;
	padding:2px 5px;
}
.formHead span { 
	font-weight:normal;
}
.formText {
	padding:0 2px;
	color:#000;
	background:#fffbde !important;
}
.formInput {
	padding:0 2px;
	border:1px solid #9B7256;
	color:#000;
	background:#fffbde !important;
}
select {
	border:1px solid #ccc;
	background:#fffbde !important;
	color:#000;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}
.txtfield {
	background-color:#fed8d1;
}
textarea {
	border:1px solid #ccc;
	background:#fffbde !important;
	color:#000;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	padding:5px;
}
input.button {
	border:1px solid #600;
	border-width:1px 2px 2px 1px;
	background:#da5c08;
	padding:3px 5px;
	margin:0px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	color:#fff;
}
input.button:hover {
	background:#c91717;
	border:1px solid #999;
	border-width:1px 2px 2px 1px;
	border-color:#600 #900 #900 #600;
}
/**********styles**************/
.bodyBg {
	background-image:url(/images/bodyBg.jpg);
	background-repeat:repeat-x;
	background-position:0 185px;
	background-color:#760000;
}
.topGenLink {
	background-color:#000;
	font-weight:bold;
	color:#fff;
	padding:2px 9px;
	text-align:right;
}
.topGenLink a:link, .topGenLink a:visited { 
color: #fff; text-decoration: none; 
}
.topGenLink a:hover, .topGenLink a:active { 
text-decoration: underline; color: #fff29b; 
}
.header {
	background-image:url(/images/header04.jpg);
	background-repeat:no-repeat;
	background-position:776px bottom;
	border-top:3px solid #da0403;
	margin-bottom:5px;
}
.header_redBg {
	font-weight:bold;
	color:#FFF;
	padding:3px 0 5px;
	text-align:center;
	background-image:url(/images/header_redBg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
.header_blueBg {
	font-weight:bold;
	color:#FFF;
	padding:3px 0 5px;
	text-align:center;
	background-image:url(/images/header_blueBg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}












/********** FOOTER STYLES **********/
#footer {
	background:url(/images/footer_Bg.gif) no-repeat left bottom;
	margin:20px 0 0;
}
#footer .bg {
	background:url(/images/footerImg.gif) no-repeat right bottom;
	text-align:center;
	padding:10px 0 90px;
}
.footerBottom {
	background-color:#ff79bd;
	height:10px;
}
.welcome {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.fJewelery_By {
	font-size:14px;
	padding:15px 0 8px 10px;
	background:url(/images/fjewelery_Bymaterial.gif) no-repeat left top;
	width:300px;
	padding-left:25px;
}
.index_Bymaterial_Bg {
	font-weight:bold;
	margin:0 10px 22px;
	background-image:url(/images/index_Bymaterial_Bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding:0 0 2px 0;
}

/********** RIGHT PRODUCTS STYLES **********/
.productsBg {
	background-image:url(/images/Prod_Bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:95%;
	margin:auto;
	text-align:center;
}
.rigProContainer {
	width:104px;
	margin:auto;
}
.rigProContainer .topColor01 {
	width:100%;
	display:table;
	background:url(/images/f_pro_Red_Bg.gif) repeat-x top;
}
.rigProContainer .topColor02 {
	width:100%;
	display:table;
	background:url(/images/f_pro_Blue_Bg.gif) repeat-x top;
}
.rigProContainer .rigProLinks {
	font-weight:bold;
	color:#fff;
	line-height:12px;
	padding:2px 0 0;
	text-align:center;
}
.rigProContainer .img {
	padding:4px;
	background:#000;
}

/**********/
.orangeDivider {
	width:98%;
	margin:15px auto;
	background:#d67024;
}

/*********sponser-styles**********/
.s_Enterprises {
	margin:6px 10px;
}
.sEnterprises {
	padding:5px 10px;
	color:#ffdda7;
}
.clickhere {
	text-align:right;
	font-size:14px;
	margin:0 15px 0 0;
}
/****changies by Sachin**********/
table { border-collapse:collapse; border-spacing:0; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
.fo { float:left; width:100%; display:inline; }
.flwm { float:left; margin:0 16px 5px 0; display:inline; }
.frwm { float:right; margin:0 0 5px 10px; display:inline; }
.zero { width: 0px; height: 0px; line-height: 0px; margin: 0px; padding: 0px; font-size: 0px; }
.cb { clear:both; display:block; visibility:hidden; height:auto; line-height:0; content:'.' }
.cl { clear:left; }
.cr { clear:right; }

.ffv { font-family:Verdana, Arial, Helvetica, sans-serif; }

.white, .white a:link, .white a:visited { color:#fff; }
.white a:hover, .white a:active { color:#f4fc6d; }
.red, .red a:link, .red a:visited { color:#f00; }
.red a:hover, .red a:active { color:#c00; }
.maroon, .maroon a:link, .maroon a:visited { color:#c00; }
.maroon a:hover, .maroon a:active { color:#900; }
.yellow, .yellow a:link, .yellow a:visited { color:#ffff00; }
.yellow a:hover, .yellow a:active { color:#fff; }

.small { font-size:0.9em; }
.large { font-size:1.1em; }
.xlarge { font-size:1.2em; }
.xxlarge { font-size:1.4em; }
.xxxlarge { font-size:1.6em; }
.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }
.aj { text-align:justify; }

.pLR { padding:0 10px; }

.bg1 { background:#310000; }
.bg2 { background:#fff6f6; border:1px solid #ed1b1b; border-width:1px 0; }
.bg2a { background:#fcf5e5; border:1px solid #c7a154; border-width:1px 0; }
.bgWhite { background:#fff; }
.bg3 { background:#bd7f00; }
.bg3a { background:#f2f8f8; border:1px dashed #999; border-width:1px 0; }
.bg4 { background:#ed1b1b; }
.bg4a { background:#fcf5e5; border:1px dashed #999; border-width:1px 0; }
.bg5 { background:#fdffef; }
.bg6 { background:#f9f9f9; }

.bdrBd { border-bottom:1px dashed #fff000; }
.bdrBd2 { border-bottom:1px dashed #dbb2d3; }
.color1 { color:#691f91; }
.color2 { color:#fff000; }

.p2px { padding:2px; }
.p2px5px { padding:2px 5px; }
.p5px { padding:5px; }
.p20px5px { padding:10px 5px; }
.p5px10px { padding:5px 10px; }
.p10px { padding:10px; }

.mb2px { margin-bottom:2px; }
.mb5px { margin-bottom:5px; }
.mb10px { margin-bottom:10px; }
.mb15px { margin-bottom:15px; }
.mb20px { margin-bottom:20px; }

.ml10px { margin-left:10px; }
.ml20px { margin-left:20px; }
.ml25px { margin-left:25px; }
/*********/

.ad_bg {
	background:url(/images/ad_bg.gif) repeat-x;
}
.adlink {
	padding:12px 20px 2px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.advertiseBg {
	background:#000 url(/images/advertiseBg.gif) no-repeat 500px bottom;
	padding:18px 10px 10px;
}
.b1 { 
	background:url(/images/b1.gif) no-repeat 0px 3px; 
	padding:0 0 5px 14px;
}
.b2 { 
	background:url(/images/b2.gif) no-repeat 0px 3px; 
	padding:0 0 7px 14px;
}
.b3 { 
	background:url(/images/b3.gif) no-repeat 0px 4px; 
	padding:0 0 4px 11px;
}
.bullet01 { 
	background:url(/images/bullet03.gif) no-repeat 0px 2px;
	padding:0 0 3px 12px;
}
.joinNowImg {
	background:#000 url(/images/joinNowImg.jpg) no-repeat 410px 30px;
	border:1px solid #6aafaf;
}
.bg_bdr {
	background:#3b0a04;
	border:1px solid #ebc6ff;
}
.login_img {
	background:#fdfdfd url(/images/login_img.gif) no-repeat 350px bottom;
	border:1px solid #ebc6ff;
}
.head1 {
	border:1px solid #c9a9da;
	background-color:#fef6fc;
}
.gpc_bg { 
	background:#fef6fc url(/images/gpc_bg.gif) no-repeat left bottom;
	border:1px solid #c9a9da;
	padding:5px 5px 5px 115px;
}
.bdrAll, .bdrAll td, .bdrAll th  { border:1px solid #924a47; }

.signIn_bg {
	background:url(/images/signIn_bg.gif) repeat-x;
}
.signIn_icon {
	background:url(/images/signIn_icon.gif) no-repeat 12px 12px;
	padding:32px 0 10px 75px;
}
.si { 
	background:#a00000;
	border:1px solid #a00000;
	border-width:0 1px;
}
.si2 { 
	background:#fff url(/images/mlgn_bg.gif) repeat-x top;
	border:1px solid #dfdfdf;
	border-width:0 1px;
	padding:15px 5px;
}
.joinNow_bg {
	background:url(/images/joinNow_bg.gif) repeat-x;
}
/*******products*******/
.sj_lft_bg {
	background:url(/images/sj_lft_bg.gif) repeat-x;
}
.sj_g1 {
	background:url(/images/sj_g1.gif) repeat-x;
	border:1px solid #e8c5e2;
	border-width:0 1px;
	padding:1px 2px 8px;
}
.bdrLR_p {
	border:1px solid #e8c5e2;
	border-width:0 1px;
	padding:10px 7px 0;
}
.sj_b1 {
	background:url(/images/sj_b1.gif) no-repeat 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
}
.hrl {
	background:url(/images/hrl.gif) repeat-x;
}
.bdrTB_dot {
	border:1px dashed #999;
	border-width:1px 0;
}
.vrl {
	background:url(/images/vrl.gif) repeat-y;
}
.hrl {
	background:url(/images/hrl.gif) repeat-x;
}
.bdr {
	border:1px dashed #d9a4ce;
}
.bdrDot {
	border:1px dashed #926fa5;
}
.banner { 
	text-align:center;
	margin:15px 0;
}
.dj_bg {
	background:url(/images/dj_bg.gif) repeat-x;
}
.dj_img {
	background:url(/images/dj_img.gif) no-repeat left top;
	padding:13px 0 35px 92px;
}
.dj_product {
	background:#000 url(/images/dj_product.gif) no-repeat right bottom;
	padding-right:120px;
}
.bgSearch {
	background:#f4f4f4;
	border:1px solid #dcdcdc;
	border-width:1px 0;
}
.bgBlk {
	background:#3b0a04;
}
.bgBlk2 {
	background:#000;
}
.bgRed {
	background:#e31900;
}
.bgRed2 {
	background:#a00000;
}
