@charset "utf-8";
/* CSS Document */
html { height: 100%; }
body
	{
		background: url(../images/pagebg.jpg) no-repeat #000000 fixed;
		background-position:right 90px;		
		font-family: Tahoma;
		text-align:center;
		font-size: 12px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		color: #888888;
	}
#main
	{
		text-align:left;
		margin-left:20px;
		margin-top:20px;
		/*margin-right: 300px;*/
	}
#title
	{
		float: left;
	}
#title img{
	margin-left:30px;
	margin-top:20px;
}
#title2
	{
		float: right;
		padding-top:2px;padding-right:2px;
		margin-top:20px;
	}
#nav
	{
		padding: 10px;
		text-align: center;
	}
#nav a
	{
		width: 20%;
		text-align: center;
		text-transform:capitalize;
		border-right: solid 1px #ffffff;
		padding: 2px;
		padding-left: 5PX;
		padding-right: 5PX;
		margin: 0px;
	}
#nav a.active
	{
		border-left: solid 1px #7e79a1 ;
		border-right: solid 1px #7e79a1;
		position: relative;
		left: -1PX;
	}
#nav img
	{
		border: none;
	}
#browse
	{
		padding: 5px;
		margin: 5px;
		border: solid 1px #1c1525;
	}
.browse
	{
		padding: 5px;
		margin: 5px;
		border: solid 1px #1c1525;
	}

.lt_pur
	{
		color: #7c7aa1;
	}
.product_imge
	{
		height: 150px;
		width: 140px;
		vertical-align: middle;
		background:#1a1625;
		text-align:center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
.desc
	{
		color: #898989;
		font-size: 10px;
		text-align:center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
.desc p
	{
		margin: 5px;
	}
.product_imge img
	{
		vertical-align: middle;
	}
input
	{
		border: none;
		padding: 5px;
		font-size: 10px;
		text-align:center;
		background: #6b6a8c;
		width: 25px;
	}
.inputcheck
	{
		border: none;
		padding: 0px;
		font-size: 10px;
		text-align:center;
		background: #000000;
	}
.btn_add
	{
		border: none;
		background:#1a1625;
		color: #ffffff;
		padding: 5px;
		font-size: 10px;
		font-weight:bold;
		width: auto;
		padding-top: 4px;
	}
.btn_addtocart
	{
		border: none;
		background:#1a1625;
		color: #6b6a8c;
		padding: 5px;
		font-size: 11px;
		font-weight:bold;
		width: 100px;
		text-align:center;
		padding-top: 4px;
	}
.nav_tbl td
	{
		text-align:center;
	}
.btn_chkout
	{
		border: none;
		background:#1a1625;
		color: #6b6a8c;
		padding: 10px;
		font-size: 12px;
		font-weight:bold;
		width:auto;
	}
#products_div
	{
		height: 480px;
		overflow: auto;
	}
a
	{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
	}
.content
	{
		padding: 13px;
		margin: auto;		
	}
.form_input
	{
		background: #6b6a8c;
		color:#000000;
		border: none;
		font-size:10px;
		font-family:Tahoma;
		text-align:left;
	}
#frmchkout td
	{
		padding: 5px;
		padding-left: 0px;
	}
#qty1
{
font-size:10px;
color:#000000;
background-color:#6b6a8c;
text-align:center;
display:inline;
}
#qty2
{
font-size:10px;
color:#000000;
background-color:#6b6a8c;
text-align:center;
display:inline;
}
.bracelets
{
color:#6b6a8c;
}
.leftmenu {
	background-image: url(../images/leftmenubg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 21px;
	/*line-height: 21px;*/
	color: #c6c6c8;
	font-size: 12px;
}
