* {
	margin:0px;
	padding:0px;
}

/* Body *******************/

body {
    color: #404040;
    background:#fff;
}

a {color:#014E96;}

h1{	font-size:22px;}
h2{	font-size:20px;}
h3{	font-size:18px;}
h4{	font-size:16px;}
h5{	font-size:15px;}

.container {
	background:#fff;
	width:1100px;
	padding:0px;
	max-width:1100px !important;
}

/* header *******************/

#header {
    height: 95px;
    position: relative;
    z-index: 61;
}

#header #logo {
    height: 90px;
    /* left: -35px; */
    position: absolute;
    top: 0;
    width: 358px;
    padding-top:5px;
}

#header #logo a {
/*
    background: url("/_images/electracolour-logo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-repeat:no-repeat;
  */
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -1000em;
}

/* Header Nav ******************/

#header #subnavigation {
    bottom: 12px;
    position: absolute;
    right: 3px;
    z-index: 61;
}

#header ul#sn-links {
    list-style: none outside none;
}

#header ul#sn-links li {
    float: left;
}


#header ul#sn-links li a {
    color: #7E7E7E;
    font-size: 9px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

/* Social Icons *****************/
#social-icons {
    float: right;
    height: 30px;
    margin-top: 9px;
    width: 360px;
}

#social-icons {
    float: right;
    height: 30px;
    margin-top: 9px;
    width: 225px;
}


#social-icons a {
    background-color: #cccccc;
    border-radius: 15%;
    color: #ffffff;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    width: 30px;
}

#social-icons a.tel{
    background-color: #005AA2;
    border-radius: 15%;
    color: #ffffff;
    font-size:22px;
    font-weight:bold;
    float: right;
    height: 30px;
    margin-right: 4px;
    text-align: center;
	width:150px;
}

#social-icons .tel:hover {
    background-color: #27A94A;
    color: #fff;
}

#social-icons a:hover {
    background-color: #cc0000;
    color: #ffffff;
}

/* Navigation *******************/





#navigation {
    background: url("/_images/img/bg_nav.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 35px;
    position: relative;
}

#navigation ul#bv-links {
    height: 100%;
    list-style: none outside none;
    line-height:35px;
}

#navigation ul#bv-links li {
    float: left;
    height: 35px;
    text-align: center;
}

#navigation ul#bv-links li a {
    background: url("/_images/img/navigation_100715.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #BDD5F0;
    display: block;
    font-size: 12pt;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    font-weight:bold;
    color:#fff;
}
#bv-links li a {
    padding: 0px 15px;
}

#navigation ul#bv-links li a:hover {
	text-shadow: 0 0 10px #cbddf3;
	color:#F8F012;
}


#header ul#sn-links li a.shoponline {
	color:#ffffff;
	background:#D81D24;
	background:#005aa9;
	padding:10px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header ul#sn-links li a.shoponline:hover {
	background:#D81D24;
}
#header ul#sn-links li a.shoponline i {
	font-size:16px;
}


#header ul#sn-links li a.userprofile {
	color:#ffffff;
	background:#005aa9;

	padding:10px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header ul#sn-links li a.userprofile:hover {
	background:#EB5805;
}
#header ul#sn-links li a.userprofile i {
	font-size:16px;
}




/* Breadcrumb *********************************/


.content-border {
	border:1px solid #bebebe;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-radius:10px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	margin-top:10px;
	position:relative;
	background-color:#FFF;
}

.breadcrumb {
    background-color: #EDEDED;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border-top:none;
    border-top: medium none;
    margin-top: 0;
    padding: 0 20px;
    position: relative;
	margin-top:0;
	line-height:35px;
}

.breadcrumb > li + li:before {
    color: #666666;
    content: "\00BB ";
    padding: 0 5px;
}

.breadcrumb li {
    color: #666666;
    font-size: 0.8em;
    text-transform: uppercase;
}
.breadcrumb li a {
    color: #666666;
    padding: 8px 7px 4px 0;
    text-decoration: none;
}

/* Content ***********************/


.padded-content {
	padding:20px;
}

.gradient {
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -ms-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
	background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
	background-image: linear-gradient(top, #eeeeee, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	border-top:4px solid #D81D24;
}


.gradienttoblue{
	background-color: #005AA2;
	background-image: -moz-linear-gradient(top, #005AA2, #ffffff);
	background-image: -ms-linear-gradient(top, #005AA2, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005AA2), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #005AA2, #ffffff);
	background-image: -o-linear-gradient(top, #005AA2, #ffffff);
	background-image: linear-gradient(top, #005AA2, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005AA2', endColorstr='#ffffff', GradientType=0);
}


.gradient2white {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(top, #ffffff, #eeeeee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.homepagecontent, .homepagecontent td{
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	list-style:none;
}

.homepagecontent li{}

.sidebarproducts{
	margin:5px;
	padding:5px;
	border:5px solid #fff;
	max-height:300px;
	max-width:300px;
	text-align:center;

	-webkit-box-shadow: -5px 5px 13px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -5px 5px 13px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -5px 5px 13px 0px rgba(50, 50, 50, 0.5);		
}
.sidebarproducts h1{padding:5px;margin:0px; font-size:22px;text-align:center;}

.sidebarproducts img{
	display:block;
	text-align:center;
	max-width:250px;
	max-height:200px;	
	margin:auto;
}
.sidebarproducts:hover{
	border:5px solid #014E96;
	border-radius:0px;
	-webkit-box-shadow: -5px 5px 13px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -5px 5px 13px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -5px 5px 13px 0px rgba(50, 50, 50, 0.5);	
}



.hpproduct{
	margin:5px;
	padding:5px;
	border:5px solid #fff;
	height:250px;
	width:260px;
	text-align:center;
	margin:5px;
/*
	-webkit-box-shadow: -5px 5px 13px 0px #fff;
	-moz-box-shadow:    -5px 5px 13px 0px #fff;
	box-shadow:         -5px 5px 13px 0px #fff;
*/
}

.hpproduct b{padding:5px;margin:0px; font-size:22px;text-align:center;}
.hpproduct b span{font-size:16px; display:block;color:black;}
.hpproduct b strike{color:red;}

.hpproduct h3{padding:5px;margin:0px; font-size:22px;text-align:center;}
.hpproduct h3 span{font-size:16px; display:block;color:black;}
.hpproduct h3 strike{color:red;}

.hpproduct h2{padding:0px;margin:0px; font-size:16px;text-align:center;font-weight:bold;}

.hpproduct img{
	display:block;
	text-align:center;
	width:75%;
	max-height:150px;	
	margin:auto;
}
.hpproduct:hover{
	border:5px solid #fff;
	border-radius:0px;
	-webkit-box-shadow: -5px 5px 26px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -5px 5px 26px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -5px 5px 26px 0px rgba(50, 50, 50, 0.5);

	-webkit-box-shadow: -5px 5px 13px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -5px 5px 13px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -5px 5px 13px 0px rgba(50, 50, 50, 0.5);	
}


	#lightbox {
		position:fixed; /* keeps the lightbox window in the current viewport */
		top:0; 
		left:0; 
		width:100%; 
		height:100%; 
		background:url(/_images/overlay.png) repeat; 
		text-align:center;
	}
	#lightbox p {
		text-align:right; 
		color:#fff; 
		margin-right:20px; 
		font-size:12px; 
	}
	#lightbox img {
		box-shadow:0 0 25px #111;
		-webkit-box-shadow:0 0 25px #111;
		-moz-box-shadow:0 0 25px #111;
		max-width:940px;
	}


/* Products */


#specs {
	float:left;
	padding:0px;
	margin:0px;
}
#specs td {
	padding:5px;
}

#specs tr td:first-child {
	font-weight:bold;
	text-align:right;
}
#specs tr td:first-child:after {
	content:": ";
	font-weight:bold;
}

#specsother{
	float:left;
	padding:10px;
	margin:0px;
	max-width:375px;
}
#specsother td {
	padding:5px;
}



.tabbable a {
	color:#000000;
}
.tabbable a:hover {
	color:#cc0000;
}

.pull-left{
	background-color:#333;
	color:#fff;
}

.nav > li.active a,.nav > li.active a:hover, .nav > li.active > a:focus {
	color:#cc0000;	font-weight:normal;	background:#eeeeee;	background:#D81D24;	color:#fff;
}
.nav > li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff #ffffff rgba(255,255,255, 0);
    border-color: #eeeeee #eeeeee rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    background:#fff;
}
.tab-content td {
	padding:10px;
	vertical-align:top;
}
.tab-content [class^="icon-"] {
	font-size:30px;
	color:#cc0000;
}

.product-category {
	background: rgb(231, 238, 247);
	background: -moz-linear-gradient(30deg, #D81D24 16%, rgb(255, 255, 255) 49%);
	background: -webkit-linear-gradient(30deg, rgb(231, 238, 247) 16%, rgb(255, 255, 255) 49%);
	background: -o-linear-gradient(30deg, rgb(231, 238, 247) 16%, rgb(255, 255, 255) 49%);
	background: -ms-linear-gradient(30deg, rgb(231, 238, 247) 16%, rgb(255, 255, 255) 49%);
	background: linear-gradient(120deg, rgb(231, 238, 247) 16%, rgb(255, 255, 255) 49%);
	background:#fff;
}


/* Products  ***************************/
.productlist td{
	font-size:11px;
}
.productlist a{
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	color:#333;
}
.productlist img{ 
	padding:10px;
	padding-top:0px; 
}


/* Inquiry form at the product section **************/

#inquiryform{
	padding:10px;
	font-size:12px;
}

#inquiryform p{
	
	margin:0px;
	display:block;
	padding:5px;
	padding-left:0px;
}

#inquiryform span{
	padding:0px;
	margin:0px;
	font-weight:bold;
	display:block;
}
#inquiryform input, #inquiryform textarea{
	border:1px dotted #999;
	padding:5px;
	background-color:#fff;
}

 #inquiryform textarea{width:100%;}
 
 #inquiryform .btn_go{
	font-weight:bold;
	background-color:#014380;
	color:#fff;
	padding:10px;
	margin:5px;
	margin-left:0px;
 }
 
  #inquiryform .btn_go:hover{
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
 }
 
 /* Registration form at the product section **************/

#registration{
	padding:10px;
	font-size:12px;
}

#registration p{
	
	margin:0px;
	display:block;
	padding:5px;
	padding-left:0px;
}

#registration span{
	padding:0px;
	margin:0px;
	font-weight:bold;
	display:block;
}
#registration input, #registration textarea{
	border:1px dotted #999;
	padding:5px;
	background-color:#fff;
}

 #registration textarea{width:100%;}
 
 #registration .btn_go{
	font-weight:bold;
	background-color:#014380;
	color:#fff;
	padding:10px;
	margin:5px;
	margin-left:0px;
 }
 
  #registration .btn_go:hover{
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
 }
 
/* Login Page ***************************/
#loginform{	padding:10px;}

#loginform td{	padding:5px;}
 
#loginform input{padding:5px; }
 
#loginform .clsgo{
	background-color:#014380;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

/* Static Page ***************************/

#page{
	padding:10px;
	padding-top:2px;	
}
.basicpage{
	padding:10px;
	padding-top:2px;	
}

#page ul{
	padding-left:50px;
}


/* Footer ***************************/
#footer {
    font-size: 0.9em;
    line-height: 150%;
    margin-top: 10px;
    padding-bottom:0px;
    position: relative;

/* disable below for overall border */
	border:1px solid #BEBEBE;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
	background-image: -ms-linear-gradient(top, #dddddd, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
	background-image: -o-linear-gradient(top, #dddddd, #ffffff);
	background-image: linear-gradient(top, #dddddd, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0);

}




#footer table {
    margin: 5px 0 0 20px;
    width: 100%;
}

#footer table td {
    vertical-align:top;
    color:#000;
}


#footer h4 {
    color: #005AA2;
    font-family: ColaborateLightRegular,Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    padding:5px;
    text-transform:capitalize;
}


#footer ul {
    list-style: none outside none;
}


#footer a {
    color: #666666;
    text-decoration: none;
}


#footer {
	color:#ffffff;
/*
	background-image: -moz-linear-gradient(top, #011F45, #004483);
	background-image: -ms-linear-gradient(top, #011F45, #004483);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#011F45), to(#004483));
	background-image: -webkit-linear-gradient(top, #011F45, #004483);
	background-image: -o-linear-gradient(top, #011F45, #004483);
	background-image: linear-gradient(top, #011F45, #004483);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#011F45', endColorstr='#004483', GradientType=0);
*/
}
#footer a {color: #333;}
#footer table td{color: #000;}
#footer h6{color: #000;}
#footer {color: #333;}

#footer h6{color: #000;font-weight:bold;font-size:110%;}

#tablecontainer{
	  width:100%;
	  margin: auto;
		padding:5;
		display: table;
		}

  #row  {
    display: table-row;
    }

	#left {
		width:300px;
		padding:1em;
		display: table-cell;
		
		
/*		background:#FBDECC;
		background: #E86716;


		border: 5px solid #eee;
		border-radius:15px;
*/		}

	#right {
		padding:1em;
		display: table-cell;
/*				
		background:#CDFBD9;
		background:#27A94A;
		
		
		border: 5px solid #eee;
		border-radius:15px;
*/		}
	#middle {
		width:300px;
		padding: 1em;
		margin-left:10px;
		margin-right:10px;
		/*display: table-cell;*/
/*		border: 5px solid #eee;
		border-radius:15px;
		background:#BEDFF9;
		background:#005AA2;
*/
		}


/* for the copy rights and developer link **********/

.signature{
	font-size:12px;
	padding-top:5px;
}
.signature a{color:#333;}

.boxeditems{
	border:2px solid #b6cee2;
	padding:10px;
	margin:5px;
	min-height:300px;
	background-color:#d6e5f2;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size:12px;
	color:#000;
}

.boxeditems:hover{
	/* background-color:#FFFADD; */
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
		box-shadow: 0 0 5px rgba(0,0,0,0.5);	
}

.boxeditems .imgcls{
	text-align:center;
	display:block;
	width:100%;
}

.boxeditems img{
	padding:10px;
	max-height:150px;
	max-width:150px;
}

.boxeditems strong{
	display:block;
	color:blue;
	font-weight:bold;
	color:#21537D;
	text-align:center;
	font-size:13px;
}

.boxeditems h2{
	display:block;
	color:blue;
	font-weight:bold;
	color:#21537D;
	text-align:center;
	font-size:19px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

.itemlist{
	width:100%;
	padding:15px;
	color:#000;
	padding:12px;
	border-bottom:1px solid #eee;
	display:block;
}
.itemlist:hover {
	border-bottom:1px solid #21537D;
	background-color:#F1FBD4;
	//-webkit-box-shadow: 0px 0px 24px 18px rgba(189,55,189,1);
	//-moz-box-shadow: 0px 0px 24px 18px rgba(189,55,189,1);
	//box-shadow: 0px 0px 24px 18px rgba(189,55,189,1);
}

.itemlist strong{
	color:#21537D;
	display:block;
	font-size:14pt;
	line-height:50px;
	height:50px;
}

.qty {
	background:#66CC33;
	font-size:16pt;
	width:120px;
	text-align:center;
	color:#ffffff;
	line-height:50px;
	height:50px;
	display:inline-block;
	margin-right:10px;
}
.price {
	color:#66CC33;
	font-size:22pt;
	float:right;
	width:100px;
	text-align:center;
	line-height:50px;
	height:50px;
}
.dollar {
	font-size:12pt;
}

.parent-category  ul li, .product-category ul li{
	margin-left:20px; 
}



.featureproducts{
	padding:0px;
}
.featureproducts a{
	text-decoration:none;
}

.featureproducts td{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
}

.featureproducts td span{
	font-weight:normal;
}

.productshome{border-radius:20px;}

.productshome div{
	padding:10px;
	background-color:#fff;
	border-bottom:5px solid #DFDDDD;
	border-right:5px solid #eee;
	border-radius:5px;
	margin:15px;
	color:#21537D;
	font-size:12pt;font-weight:bold;
	min-height:225px;
}

.productshome a{color:#E85B03;}
.productshome a:hover{text-decortion:none;}
.productshome:hover{
	background-color:#F1FBD4;
	background:#FDF2B8;
}

.productshome span{ }

.productshome img{
	text-align:center;
	display:block;
	max-width:250px;
	max-height:125px;
}

.searchproductlist{
	display:block;
	padding:5px;
	border-bottom:2px dotted #ccc;
}

.searchproductlist:hover{	background-color:#F1FBD4;}

.searchproductlist h2{
	display:block;
}

.searchproductlist img{width:150px;float:left;}
.searchproductlist p{line-height:150%;}

.clear{clear:both;}

.input-group{
	width:250px;
	max-width:250px !important;
}


#invoice{}

#invoice .content{
	padding:5px;
}

.invoicefrm{
	font-size:18px;
	width:100%;
	padding:10px;
	margin:10px;
	text-align:center;
}
.invoicefrm input{
	padding:5px;
	border-radius:10px;
	border-color:green;
	border:2px solid green;
	color:green;
}
.invoicefrm input[type=text]{
	width:50%;
	background:white;
}
.invoicefrm input[type=submit]{
	background:#005aa2;
	color:white;
	border:#005aa2;
}

#invoice table tr td{padding:10px;}
#invoice .invfooter, #invoice .invfooter td{background-color:#eee;padding-top:5px;padding-bottom:5px;}



#portfolio .box {
  background: #f3f3f3;
}
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}
/* product listing share buttons */
#share-buttons{padding:5px;padding-left:0px;padding-right:0px;float:right;width:35px;}

#share-buttons img {
width: 35px;
padding:2px;
border: 0;
box-shadow: 0;
display: inline;
}
/* product listing */








.boxeditems{
	float:left;
	border:2px solid #b6cee2;
	padding:10px;
	margin:5px;
	min-height:300px;
	max-width:300px;
	background-color:#d6e5f2;
	background-color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size:12px;
	color:#000;
}

.boxeditems:hover{
	/* background-color:#FFFADD; */
		-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
		box-shadow: 0 0 5px rgba(0,0,0,0.5);	
}

.boxeditems .imgcls{
	text-align:center;
	display:block;
	width:100%;
}

.boxeditems img{
	padding:10px;
	max-height:150px;
	max-width:150px;
}

.boxeditems strong{
	display:block;
	color:blue;
	font-weight:bold;
	color:#21537D;
	text-align:center;
	font-size:13px;
}

.boxeditems h2{
	display:block;
	color:blue;
	font-weight:bold;
	color:#21537D;
	text-align:center;
	font-size:19px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

	

.categorylst h1{
	font-size:16px;
}


#breadcrumb{ background-color:#FAF2C5;border-bottom:1px solid #FFD800;padding:5px;padding-top:0px;margin:0px;}
#breadcrumb ul{margin: 0;padding: 0;list-style-type: none;}
#breadcrumb ul li{display: inline; }
#breadcrumb ul li a{text-decoration: none;padding:0px;}
#breadcrumb ul li a:hover{text-decoration:underline;color:#D81C23;}



h1{font-size:24px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:18px;}

#Product{padding:0px;}
#Product h1{font-weight:bold;padding-bottom:15px; font-weight:bold; color:#D91D24;}
#Product .productimg{text-align:center;max-width:450px;float:right; padding:0px;padding-bottom:0px;padding-right:10px;margin:0px;}
#Product .productimg img{max-width:300px;}
#Product .productimg span{display:block;width:100%;text-align:center;padding-bottom:20px;}
#Product .productinfo{line-height:150%;min-width:300px;padding-bottom:50px;}

.searchproductlist{	padding:10px; width:100%;clear:both;}
.searchproductlist h2{padding:2px; border-left:10px solid #ed7721;background-color:#ffd800;color:#D91D24;}
.searchproductlist img{max-width:300px; float:left;}
.searchproductlist { float:right;}

/* Registration form at the product section **************/

#registration{
	padding:10px;
	font-size:12px;
}

#registration p{
	
	margin:0px;
	display:block;
	padding:5px;
	padding-left:0px;
}

#registration span{
	padding:0px;
	margin:0px;
	font-weight:bold;
	display:block;
}
#registration input, #registration textarea{
	border:1px dotted #999;
	padding:5px;
	background-color:#fff;
}

 #registration textarea{width:100%;}
 
 #registration .btn_go{
	font-weight:bold;
	background-color:#014380;
	color:#fff;
	padding:10px;
	margin:5px;
	margin-left:0px;
 }
 
  #registration .btn_go:hover{
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
 }
 
/* Login Page ***************************/
#loginform{	padding:10px;}

#loginform td{	padding:5px;}
 
#loginform input{padding:5px; }
 
#loginform .clsgo{
	background-color:#014380;
	color:#fff;
	font-weight:bold;
	padding:5px;
	}

#owl-demo{background-color:#fff !important; margin:0px;}

.txttooltip{
	display: inline;
	position: relative;
}
		
.txttooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}
		
.txttooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}


a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

p{line-height:150%  !important;  padding:5px  !important;}

