/*Modella Uniform CSS Document */
body{
	background:url(../images/page-bg.gif) repeat;
	behavior: url("csshover.htc");
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}
a img{
	border:0px;
}
p{
	margin:8px 0px;
}
h5{
	margin:5px 0px;
	padding:0px 0px 8px 0px;
	font-size:14px;
	font-weight:normal;
}
#page-top{
	position:absolute;
	z-index:1;
	background:#151515;
	float:left;
	width:100%;
	height:38px;
	left:0px;
	top:0px;
}
#container{
	margin:0px auto;
	width:988px;
	position:relative;
	z-index:2;
}
#quick-link{
	background:#151515;
	float:left;
	left:3px;
	top:0px;
	width:962px;
	padding:10px 10px 0px 10px;
	height:28px;
	position:relative;
	color:#d2d2d2;
	font-size:11px;
}
#quick-link p{
	margin:0px;
}
#quick-link img,#quick-link select{
	vertical-align:middle;
	margin:0px 3px 0px 3px;
}
#quick-link a{
	color:#d2d2d2;
	text-decoration:none;
}
#welcome{
	float:left;
}
#currency{
	float:right;
	margin:0px 15px 0px 0px;
}
#cart{
	float:right;
}
#wrapper{
	float:left;
	width:988px;
	background:url(../images/wrapper-bg.png) repeat-y;
}
* html #wrapper{
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/wrapper-bg.png", sizingMethod="scale");
}
#wrapper-cont{
	float:left;
	position:relative;
	width:988px;
}
#header{
	float:left;
	width:958px;
	padding:15px;
}
#modella-uniform-logo{
	float:left;
}
#search-site{
	position:relative;
	float:right;
	background:url(../images/search-bg.gif) no-repeat;
	width:235px;
	height:41px;
	top:-15px;
	right:0px;
}
#search-site input{
	color:#8e9091;
	font-size:11px;
	margin:12px 0px 0px 26px;
	padding:0px;
	display:inline;
	background:none;
	border:0px;
}
#c-panel{
	float:right;
	background:url(../images/c-panel-bg.gif) no-repeat;
	width:197px;
	height:33px;
	position:absolute;
	top:63px;
	right:15px;
	font-family:Verdana;
	font-size:11px;
}
#c-panel p{
	margin:11px 0px;
	padding:0px 0px 0px 82px;
}
#c-panel a{
	color:#2b2d2e;
	text-decoration:none;
}

#nav{
	float:left;
	width:980px;
	position:relative;
	left:4px;
	top:0px;
	background:#f15024;
	height:33px;
}
#nav ul{
	margin:4px 0px 0px 0px;
	padding:0px;
	list-style:none;
	text-transform:uppercase;
	font-size:11px;
}
#nav ul li{
	float:left;
	border-right:1px solid #f7967c;
	padding:0px 3px;
}
#nav ul li a{
	display:block;
	color:#fefefe;
	text-decoration:none;
	padding:5px 15px;
	border:1px solid #f15024;
	font-weight:bold;
	font-size:12px;
}
#nav ul li a:hover,#nav ul li.current a{
	background:url(../images/nav-hover.gif) repeat-x;
	border:1px solid #fabbaa;
}
#nav-lt{
	position:absolute;
	background:url(../images/nav-left.gif) no-repeat;
	left:-4px;
	top:0px;
	width:4px;
	height:42px;
}
#nav-rt{
	position:absolute;
	background:url(../images/nav-right.gif) no-repeat;
	right:-4px;
	top:0px;
	width:4px;
	height:42px;
}
#main-cont{
	float:left;
	width:950px;
	padding:10px 19px;
}
#promotions{
	float:left;
	width:950px;
	margin:0px 0px 10px 0px;
}
#promotions img{
	float:left;
	margin:0px 7px 0px 0px;
}
#promotions img.end{
	float:right;
	margin:0px;
}
#lt-panel{
	float:left;
	width:219px;
}
#categories{
	float:left;
	background:#fbf4e7;
	width:200px;
	padding:8px;
	border:1px solid #e8d9bf;
}
#categories h5{
	border-bottom:1px solid #e8d9bf;
	font-weight:bold;
	font-size:16px;
}
#categories ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
}
#categories ul li{
	text-transform:uppercase;
	letter-spacing:0.5px;
	line-height:20px;
	background:url(../images/downarrow.gif) no-repeat top right;
	font-weight:bold;
	
}
#categories ul li ul{
	margin:0px 0px 0px 15px;
	padding:0px;
	list-style:none;
}
#categories ul li ul li{
	text-transform:capitalize;
	background:url(../images/downarrow.gif) no-repeat;
	padding:0px 0px 0px 15px;
	color:#555555;
	text-decoration:none;
}
#categories ul li ul li a{
	text-transform:capitalize;
	color:#555555;
	text-decoration:none;
}

#categories ul li ul li ul{
	display:none;
	margin:0px;
	padding:5px 0px 5px 10px;
	background:#fffbf4;
	border:1px solid #e8d9bf;
}
#categories ul li ul li ul li{
	background:url(../images/arrow.gif) no-repeat;
}
#categories ul li ul li ul li a{
	text-transform:capitalize;
	color:#555555;
	text-decoration:none;
}
.treeview ul{ 
margin: 0;
padding: 0;
}

.treeview li{ 
list-style-type: none;
padding-left: 0px;
margin-bottom: 3px;
cursor:pointer
}

.treeview li ul li{
background-image:url(../images/downarrow.gif);
}

.treeview li.submenu{  
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ 
display: none; 
}

.treeview .submenu ul li{ 
cursor: default;
}

#featured-product{
	float:left;
	background:#ffebeb;
	width:200px;
	padding:8px;
	border:1px solid #fbd9d9;
	margin:10px 0px 0px 0px;
}
#featured-product h5{
	border-bottom:1px solid #fbd9d9;
}
#featured-product p{
	margin:3px 0px;
}
#featured-product img.pro{
	border:1px solid #fbd9d9;
}
#featured-product td{
	vertical-align:top;
}
#featured-product a{
	color:#3B53A4;
	font-size:11px;
}
#testimonials{
	float:left;
	background:#f0f2f8;
	width:200px;
	padding:8px;
	border:1px solid #dfe5f6;
	margin:10px 0px 0px 0px;
	font-size:11px;
	letter-spacing:0.5px;
	line-height:16px;
}
#testimonials h5{
	border-bottom:1px solid #dfe5f6;
}
#testimonials p.client {
	color:#f3665f;
}
#testimonials img{
	border:1px solid #dfe5f6;
}
#testimonials a{
	color:#3B53A4;
	font-size:11px;
}

#rt-panel{
	float:right;
	width:720px;
}
#products{
	float:left;
	width:100%;
	color:#000000;
}
#products ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#products ul li{
	float:left;
	width:154px;
	height:254px;
	border:1px solid #ececec;
	background:url(../images/product-bg.gif) repeat-x;
	padding:7px 7px;
	margin:0px 10px 10px 0px;
	display:inline;
}
#products ul li.end{
	float:right;
	margin:0px;
}
#products ul li:hover{
	background:#ebefff;
	border:1px solid #dfe5f6;
}
#products p{
	margin:3px 0px;
}
#products p.pro{
	margin-bottom:8px;
	text-align:center;
	height:150px;
}
#products p.desc{
	font-size:11px;
	color:#000000;
}
#products .rate{
	color:#3C52A5;
	font-size:14px;
	font-weight:bold;
	border-right:1px solid #dcdcdc;
}
#brands{
	float:left;
	width:100%;
}
#footer{
	float:left;
	width:100%;
	background:url(../images/footer-bg.gif) repeat-x;
	min-height:166px;
	height:auto !important;
	height:166px;
	color:#939393;
	letter-spacing:1px;
	font-size:11px;
}
#footer-cont{
	margin:0px auto;
	width:975px;
}
#footer-cont #f-nav,#footer-cont #f-nav a{
	color:#c35da9;
	text-decoration:none;
	text-align:center;
	padding:5px;
	font-size:12px;
}
#footer-cont #copyrite{
	float:left;
	width:975px;
	margin:15px 0px;
}
#hacker-safe{
	float:right;
	position:relative;
	margin:-45px 0px 0px 0px;
}
/* newly created on Aug 25 */
.tophead{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #F04F23;
	text-decoration: none;
}
.error{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#FF0000;
	text-decoration: none;
}
.cnt{width:720px; font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:12px; float:left; color:#000000;}
.cnt1{width:360px; font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:12px; float:left; color:#000000;}
.detlpdt{width:320px; font-family:"Trebuchet MS"; font-size:12px; float:left;}
.contact{margin-left:20px; float:left;padding:10px; width:350px;}
.detailcnt{float:left;padding:10px 10px 15px 0px; width:690px;}
.contct{padding:10px; float:left; width:300px; margin-top:15px;}
.cnct{float:left; width:670px; padding:10px; margin-left:20px;}
.brdrgrey{border-bottom:#999999;}
.regbrdr{font-family:"Trebuchet MS"; margin:20px;color:#F04F23; border-collapse:collapse; font-size:12px; border-bottom:solid 1px #999999;}
.contact2{margin-left:10px;float:left;padding:2px; width:200px;}
.regstr{padding:2px;; width:460px; float:left;font-family:Arial; font-size:12px;}
/* for logged in */
.linkall{color:#F04F23; font-family:arial; font-size:12px; text-decoration:none;}
.linkall a{color:#F04F23; font-family:arial; font-size:12px; text-decoration:none;}
.linkall a:hover{color:#F04F23; font-family:arial; font-size:12px; text-decoration:none;}

.login_label, .login_input, .login_error  {
  padding:3px;
  text-align:left;
  float:left; 
  font-size:12px;
  color:#64355A;
}

.login_input {
  width:200px;
}

.login_error {
  width:250px;
  color:#F00;
}

.login_input input {
  width:200px;
  border:solid 1px #0000FF;
}
#login {
}
#frontbrand{width:710px; float:left; padding:0px 0px 0px 0px; margin:5px 0px 0px 0px;border:solid 1px #F1E7D6;}
#frontbnd{width:90px;background: url(../images/shopbrand.jpg) no-repeat top left; background-color:#f15024;}
#frontbnds{width:600px;}

#frontbrand ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#frontbrand ul li{
	float:left;
	width:125px;
	height:125px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ececec;
	background:url(../images/product-bg.gif) repeat-x;
	padding:5px;
	margin:10px 10px 10px 0px;
	display:inline;
}
#frontbrand img{
	text-align:center;
	vertical-align:middle;
	margin:0px;
}
#frontbrand ul li:hover{
	background:#FBF4E7;
	border:1px solid #dfe5f6;
}
/* on sep 16 */
#logedin{
	float:left;
	background:#F7F7F7;
	width:200px;
	padding:8px;
	border:1px solid #ECECEC;
	margin:10px 0px 0px 0px;
	font-size:12px;
	font-family:Arial;
	letter-spacing:0.5px;
	line-height:16px;
}
#logedin h5{
	border-bottom:1px solid #ECECEC;
}
#logedin p{
	color:#555555;
	font-family:Arial;
	font-size:12px;
}
#logedin p a{
	color:#555555;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
#logedin img{
	border:1px solid #ECECEC;
}
.regtxtbox{
	background-color:#FFFFFF;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	border:1px solid #7F9DB9;
	padding:2px;
	font-size:14px;
	width:200px;
	color:#333333;
	margin-top:0px;
}
.regtxtarea
{
	background-color:#FFFFFF;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	border:1px solid #7F9DB9;
	font-size:14px;	
	padding:2px;
	color:#333333;
	margin-top:5px;
	overflow:auto;
}
.clrorg{color: #F04F23;float:left;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:14px;}
.viewdet{width:400px; float:left;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:13px; color:#000000;}
.viewdetl{width:100px;float:left;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:13px; color:#000000;}
.viewdet2{width:700px;float:left; padding:5px; text-align:justify;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:12px;}
.pdtlinks{
	text-align:left;
	font-family: Arial;
	font-size: 12px;
	color: #F04F23;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 4px;	
}
.pdtlinks a{
	color: #F04F23;
	text-decoration: none;
}
.pdtlinks a:hover{
	color: #000000;
	text-decoration: underline;
}
.crumblink{
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
}
.crumblink a{
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
}
.crumblink a:hover{
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
}
.testmon{
float:left;border:solid 1px #E4E4E4; width:680px;border-collapse:collapse; padding:10px;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:13px;
}
.testmon1{float:left;width:150px;}
.testmon2{float:left; width:530px;}
.testmon3{width:530px;float:left;}
.testmon4{width:530px; color:#F3665F;}
.testmon5{float:left; width:630px;}
.bllink{color:#3B53A4;font-size:12px; text-decoration:none;}
/*Modella Uniform CSS Document */

/* by rakesh */
.chart{
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
}
.chkout{float:left; width:720px;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:14px;}
.detlpdt2{width:720px; font-family:"Trebuchet MS"; font-size:12px; float:left; background-color:#EDEFFF; border:solid 1px #B7C3F5;}
.detlpdt5{ width:430px;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:14px; float:left; background-color:#EDEFFF;}
.detlpdt3{width:120px;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:14px; float:left; background-color:#EDEFFF;}
.detpg4{width:200px;float:left; margin:10px; padding:10px;border:solid 1px #B7C3F5; background-color:#FFFFFF;}
.hrlines{border-bottom:solid 1px #CCCCCC; border-collapse:collapse; float:left; width:720px;}
.ListHeader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #EEEEEE;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.chout{font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:12px;}
.orng{color: #F04F23;}
.btnlt{ background:url(../images/lt.gif) no-repeat;border:none;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:4px 0 5px 0;
	text-align:center;
	text-indent:9px;
	padding-top:1px;}
.btnrt{ background:url(../images/rt.gif) no-repeat; width:10px; float:left;}
.btnglt{ background:url(../images/lt2.gif) no-repeat;border:none;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin:0;
	padding:4px 0 5px 0;
	text-align:center;
	text-indent:9px;
	padding-top:1px;}
.btngrt{ background:url(../images/rt2.gif) no-repeat; width:10px; float:left;}
.newiss{
	text-transform:uppercase;
	color:#555555;
	text-decoration:none;
}
.chkout3{width:220px; float:left;min-height:150px;font-family:"Myriad Pro", "Trebuchet MS", Arial; font-size:14px;}
#abtus{
	float:left;
	width:100%;
	color:#000000;
}
.cnttxt
{
margin:0px 0px 0px 30px;
}
