/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E5778;
	font-size: 12px;
	font-weight: bold;
}
.foot {
	font-size: 12px;
}
.gradientbuttons ul {
	padding: 3px 0;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0;
	font: bold 13px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.gradientbuttons li {
	display: inline;
	margin: 0;
}
.gradientbuttons li a {
	text-decoration: none;
	padding: 5px 7px;
	margin-right: 0px;
	border: 1px solid #778;
	color: white;
	border: 1px solid gray;
	background: #3282c2;
	border-radius: 8px; /*w3c border radius*/
	box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
	-moz-border-radius: 8px; /* mozilla border radius */
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
	background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
	-webkit-border-radius: 8px; /* webkit border radius */
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
	background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}
.gradientbuttons li a:hover {
	color: lightyellow;
}
.greentheme li a {
	font-size: 15px;
	background: green;
	background: -moz-linear-gradient(center top, #7ad690, #3ec05c 25%, #298a40 45%, #3ec05c 85%, #7ad690);
	background: -webkit-gradient(linear, center top, center bottom, from(#7ad690), color-stop(25%, #3ec05c), color-stop(45%, #298a40), color-stop(85%, #3ec05c), to(#7ad690));
}
.orangetheme li a {
	font-size: 15px;
	background: green;
	background: -moz-linear-gradient(center top, #7ad690, #3ec05c 25%, #298a40 45%, #3ec05c 85%, #7ad690);
	background: -webkit-gradient(linear, center top, center bottom, from(#7ad690), color-stop(25%, #3ec05c), color-stop(45%, #298a40), color-stop(85%, #3ec05c), to(#7ad690));
}
.black_overlay {
	display: none;
	position: fixed;
	margin-left: -100%;
	margin-top: -200px;
	width: 200%;
	height: 5000px;
	background-color: black;
	-moz-opacity: 0.8;
	opacity: .50;
	z-index:777;
	filter: alpha(opacity=80);
	filter: alpha(opacity=150); /*older IE*/
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
}
.white_content {
	display: none;
	color: #000000;
	top: 10%;
	background-position: inherit;
	left:25%;
	width: auto;
	height: auto;
	border: 1px solid #F69954;
	z-index: 1000;
	background-color: white;
	border-radius:10px 10px 10px 10px;
}
.white_content_account {
	display: none;
	color: #000000;
	top: 15%;
	background-position: inherit;
	left: 25%;
	right:25%;
	width: auto;
	height: auto;
	border: 1px solid #F69954;
	z-index: 1000;
	background-color: white;
	border-radius:10px 10px 10px 10px;
}
.loading {
	display: none;
	color: #000000;
	margin-top: 100px;
	position: absolute;
	width: auto;
	height: auto;
	/*border: 1px solid #F69954;
	background-color: white;	
	*/
	z-index: 1000;
}
.loading1 {
	color: #000000;
	margin-top: 100px;
	position: absolute;
	width: auto;
	height: auto;
	/*border: 1px solid #F69954;
	background-color: white;
	*/
	z-index: 1000;
}
.enquire {
	display: none;
	position: absolute;
	color: #000000;
	top: 10%;
	background-position: inherit;
	left: 15%;
	width: auto;
	height: auto;
	border: 1px solid #00426e;
	z-index: 1000;
	background-color: white;
	border-radius:10px 10px 10px 10px;
}
.f3_a {
	color: #FFFFFF;
	border: thin;
	border-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.f3_a a {
	color: #FFFFFF;
}
.f3_a a:hover {
	color: #FFFFFF;
}
tr.f3_a:hover {
	border: thin;
	color: #FFFFFF;
	background-color: #FF9900;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/*Added By Nishant*/
.tableHeader {
	/*width:686px;*/
	border:none;
	background-color:#FFFFFF;
	background-image:url(slices/images/bg.jpg);
	background-repeat:repeat-x;
	border-radius:6px;
	text-align:left;
}
#item {
	border:1px solid #dddddd;
	
	padding:10px;
	margin-bottom:15px;
}
.item {
	border:1px solid #390;
	border-radius:10px 10px 10px 10px;
	padding:10px;
	margin-bottom:2px;
	width:100%;
}
.Item_text {
	color:#690;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
.txtLf {
	text-align:left;
}
.txtCt {
	text-align:center;
}
.txtRt {
	text-align:right;
}
.txtJf {
	text-align:justify;
}
.txtBld {
	font-weight:bold;
}
.g-button-submit {
	background-color: #FB7511;
	background-image: -moz-linear-gradient(center top, #278eb7, #08638f);
	border: 1px solid #0c5375;
	/*
	width:110px;
	border-radius:4px;*/
	height:25px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	text-align:center;
	font-weight:bold;
}
.g-button-submit:hover {
	background-color: #360;
	background-image: -moz-linear-gradient(center top, #08638f, #278eb7);
	border: 1px solid #360;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
}
.imageDisplay {
	z-index:1000;
	position:absolute;
	left:20%;
	top:15%;
	background-position:inherit;
	margin-top:-5px;
	border:2px solid #FFF;
	border-radius:10px 10px 10px 10px;
}
.searchButton {
	background: #6CA701;
	background-image: -moz-linear-gradient(top, #92C949, #8AC239, #78B319, #6DAA05, #6CA700, #6CA701);
	border-radius:6px;
	color:#FFF; /* standard */
	height:30px;
	padding:0px 8px 4px 8px;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1.2px;
	box-shadow:none;
	border: 1px solid #6CA701;
        cursor: pointer;
	
	filter:  progid 	:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.searchButton:hover {
	background: #6CA701;
	background-image: -moz-linear-gradient(center top, #6CA701, #6CA700, #6DAA05, #78B319, #8AC239, #92C949);
	color:#000;
	filter:  progid 	:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.feedbackLink {
	font-size:11px;
	font-weight:bold;
	color:#0E5778;
	padding:5px 4px 4px 5px;
	letter-spacing:0.3px;
	background-image: -moz-linear-gradient(center top, #E0E2EA, #E0E2EA, #FFF);
	border-top: 1px solid #FB7511;
	border-radius:3px;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.feedbackLink:hover {
	background-image: -moz-linear-gradient(center top, #fff, #E0E2EA, #E0E2EA);
	border-bottom: 1px solid #FB7511;
	border-top: 0px;
	color:#000;
}
.viewCart {
	/*background-image: -moz-linear-gradient(center top, #999, #CCC, #FFF);
	border: 1px solid #F90;*/
	border-radius:3px;
	font-size:11px;
	font-weight:bold;
	color:#000;
	height:25px;
	padding:2px 6px 4px 6px;
	;
}
.viewCart:hover {
	/*background-image: -moz-linear-gradient(center top, #CCC, #FFF, #999);*/
	color:#F90;
}
.headingLinks {
	font-size:11px;
	font-weight:bold;
	color:#0E5778;
	padding:3px 2px 2px 3px;
	letter-spacing:0.3px;
	background-image: -moz-linear-gradient(center top, #E0E2EA, #E0E2EA, #FFF);
	border-top: 1px solid #00426e;
	border-radius:3px;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.headingLinks:hover {
	background-image: -moz-linear-gradient(center top, #fff, #E0E2EA, #E0E2EA);
	border-bottom: 1px solid #00426e;
	border-top: 0px;
	color:#000;
}
.spnSpacer {
	padding:0px 3px 0px 3px;
}
#searchform select {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	height:2.1em;
	padding:3px;
	line-height:1.2;
}
#searchform #tblinnerTableSearch td {
	height:33px;
	padding-left:0px;
}
.tdTagLine {
	font:Verdana;
	font-size:11px;
	color:#fff;
}
.spnliveStock {
	color:#FF0;
}
.find_search_text {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 21px;
	color:#999999;
	width:250px;
}
.tdinnerText {
	background-image:url(images/one.png);
	border:#EEE 1px solid;
}
.tdinnerBorder {
	border:#EEE 0px solid;
}

.tdinnerText {
	background-image:url(images/one.png);
	border:#EEE 1px solid;
	font-size:11px;
	font-weight:bold;
	box-shadow:0 2px 5px #988888;
}
.tdinnerBorder {
	border:#EEE 0px solid;
}
.viewPartsButton{
	background:#7ab51d;
	border:#78af16 1px solid;
	border-radius:5px;
	color:#fff;
	padding:3px 4px;
	text-decoration:none;
}

.first_set {
  float: left;
  width: 46%;
}

.second_set {
  float: left;
  width: 41%;
}

.mybutton
{
background:#0b6790;
color: #fff !important;
padding: 5px;
text-decoration: none;
}




.mybutton:hover
{
    background:#23aded;
}


.mainpopup {
clear: both;
padding: 20px;
width: 800px;
transition: all;
-moz-transition: 0.5s linear;    
}

.mainpopup:hover
{
    box-shadow: 0 0 20px #1B7EA7;
}

.leftbx {
float: left;
margin-bottom: 20px;
width: 45%;
}
.rightbx
{
float: left;
margin-bottom: 20px;
width: 45%;
border-left: 1px solid #1576A0;
padding-left: 25px; 
}

.cartpage a {
    cursor: pointer
}

.rightbx form td font {
  color: #000 !important;
}
.loading img { max-width: 100%}

.cartpage {
  background: none repeat scroll 0 0 #fff;
}

.success {
  background: url("images/success.png") no-repeat scroll 10px center #eaf7d9;
  border: 1px solid #bbdf8d;
  border-radius: 5px;
  color: #08638f;
  margin-bottom: 15px;
  padding: 10px 10px 10px 50px;
}

.cartpage th {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
  color: #4d4d4d;
  padding: 0;
  text-align: center;
}

.cartpage td {
  
  color: #4d4d4d;
  padding: 0;
  vertical-align: top;
}

.tbl_cart{
        border-collapse: collapse;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        margin-bottom: 30px !important;
        width: 900px;
    }	
    .tbl_cart th {
        background-color: #f7f7f7;
        border-bottom: 1px solid #dddddd;
        color: #4d4d4d;	
        padding:15px;
        text-align:center;
    }
    .tbl_cart td {
        border-bottom: 1px solid #dddddd;
        vertical-align: top;
        color: #4d4d4d;
        padding: 7px;
    }		

    .ui-widget-header {
        background: #3a5ba2;
        border: 1px solid #1a3674;
        color: #ffffff;
        font-weight: bold;
    }
.cartpage table {
 margin: 0 auto;
}


.shpng_cart_title 
{
color: #0e5778;
font-family: Arial,Helvetica,sans-serif;
font-size: 22px;
margin-left: 15px;
}

.btntbl {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 8px 5px 5px 1px;
  margin-top: -31px !important;
}

.login-content {
  clear: both;
  display: block;
  min-height: 310px;
  padding: 15px;
  background:#fff;
  transition:all;
  -moz-transition:0.3s linear;
  -webkit-transition:0.3s linear;
  -ms-transition:0.3s linear;
  -o-transition:0.3s linear;
  
}

/*.login-content:hover{ box-shadow:0 0 15px #106D98;  }*/

.registercontent > b {
  font-family: sans-serif !important;
  font-size: 16px !important;
  font-weight: bold;
}

.registercontent > a {
  color: #106D98;
}

.leftbx > h2, .rightbx > h2 {

  font-size: 20px;
  color:#106D98;
}

#deesign h1, #deesign h2 { font-size:22px;   color:#106D98; }

.matchapartOptimisedRegister{ width:100%; }
.matchapartOptimisedRegister .item {
 
  border: none;
  transition:all;
  -moz-transition:0.3s linear;
  -webkit-transition:0.3s linear;
  -o-transition:0.3s linear;
  -ms-transition:0.3s linear;
}

/*.matchapartOptimisedRegister .item:hover{ box-shadow:0 0 15px #0c6994;   }
.matchapartOptimisedRegister .item input, .matchapartOptimisedRegister .item select {
  border-color: #0c6994 !important;
}*/

.mainlogin { background: #fff;padding: 10px 20px 20px 20px;}

.txtRt.RegsiterLblNew {

  float: left;
  padding: 2px 0;
  text-align: left;
  width: 160px;
  line-height:30px;
}

.txtCt.tctBld.RegsiterColon {
 
  float: left;
  font-weight: normal;
  width: 10px;
  line-height:30px;
}

.RegsiterInputNew {
  float: left;
}

.RegsiterInputNew input, .RegsiterInputNew select{
	padding:.5em .6em;
	display:inline-block;
	border:1px solid #08658E !important;
	box-shadow:inset 0 1px 3px #ddd;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
	}
	.RegsiterInputNew select {
  width: 244px !important;
}

.NewRowRegister {
  clear: both;
  display: block;
  padding: 10px;
}
.NewRowRegisterBtm {
  clear: both;
  float: left;
  width:244px;
  
}

.NewRowRegisterBtm img {
  margin-left: 180px;
  margin-top:15px;
  
}
.tableHeader td {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}