html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, .center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	font-family: 'Droid Sans', sans-serif;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: none;
	}
h2{
	font-weight:bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%
}
thead{
	
	height:40px;
	line-height:40px;
	text-align:left;
}
th{
	background-color:#444;
	color:#ccc;
}
tr{
	background-color:transparent;
}
tr:last-of-type{
	border-bottom:none;
}

td,th{
	padding:0px 10px 0px 10px;
	height:40px;
	line-height:40px;
}
#small th{
	height:12px;
	line-height:12px;
	font-size:12px;
	background-color: transparent;
	color: #444;
}
#small td{
	height:30px;
	line-height:30px;
	font-size: 22px;
	border-top:none;
	background-color: transparent;
	color: black;
	padding-bottom: 15px;
}
#small thead{
height:15px;
}
td{
	height:40px;
	line-height:40px;
	color:black;
	background-color: transparent;
}
td img{
	line-height: 0px;
	display: inline-block;
	margin: auto ;
	padding-top: 13px;
}
#nolineheight{
	line-height: normal;
}
.padding{
padding:30px 30px 30px 30px;}


input[type=text],input[type=submit], input[type=password]{

	line-height:40px;
	border:1px solid #ccc;
	border-radius:3px;
	font-size: 16px;
	background-color: #F8F8F8
}

input[type=submit]{
	background-color:green;
	color:white;
	cursor:pointer;
	width:100%;
	margin: 30px 0px 30px 0px;
	display:block;
	line-height:50px;
	height:50px;
	border:none;
	border-radius:3px;
		  background: -webkit-linear-gradient(left top, #21d164, green); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #21d164, green); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #21d164, green); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #21d164, green); 
  border 1px solid green;
}

label{
	margin:12px 0px 3px 0px
}
a:visited{
	color:black;
}
a{color: black;}
/*-----------------------------------------------------------------------*/

#clickable{
	cursor:pointer;
}
#clickable tr{
border-bottom: 1px solid #ccc;
}
#clickable tr:hover{
background-color: #f8f8f8;
}

#banner{
	width:100%;
	height:70px;
	background-color:black;
}
#navigation{
	width:100%;
	height:70px;
	background-color:white;
	border-bottom:1px solid #CCCCCC;
}
#desktop{
	position:absolute;
	width:100%;
	top:141px;
	bottom:0;
	overflow-y:scroll;
	background-color:#f8f8f8;}
#logo{
	width:auto;
	padding:7px 0px 7px 0px;
	float:left;
}
#user{
    width:auto;
    float: right;
	color:white;
	line-height:70px;
}
.container{
	width:1100px;
	margin:0px auto;
}
.navbutton{
	height:100%;
	padding:0px 15px 0px 15px;
	line-height: 70px;
	width:auto;
	float:left;
}
.navbutton:first-of-type{
	padding:0px 15px 0px 0px;
}
.navbutton:hover{
	border-bottom:1px solid black;}
.contentcontainer{
	width:100%;
	margin:25px 0px 50px 0px;
	padding-bottom:30px;
	border:1px solid #ccc;
	background-color:white;
	border-radius:3px;
	content: "";
    clear: both;
    display: table;
    }
#addcustomercontainer, #smallbuttoncontainer{
	float:right;
	width:auto;

}
#smallbuttoncontainer{
	padding:9px 9px 0px 0px;
}
#next{
width:150px;
height:100px;
line-height:100px;
float:right;
text-align:center;
margin:20px 0px 20px 0px;
}
#addnew, #smallbutton, #next{
			  background: -webkit-linear-gradient(left top, #21d164, green); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #21d164, green); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #21d164, green); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #21d164, green); 
	border:none;
	border-radius: 3px;
	line-height:40px;
	padding: 0px 12px;
	height:40px;
	color:white;
	cursor:pointer;
}
#addnew{
	margin: 10px;
}
.brandcontainer, .colorcontainer{
	padding:10px 30px 30px 30px;
}
.quotecontainer{
	padding:30px 70px 30px 70px;
}

.brandbutton, .colorbutton{
	float:left;
	width:238px;
	height:100px;
	border:1px solid #ccc;
	border-radius:3px;
	margin:10px 20px 10px 0px;
}
.colorbutton{
	width:180px;
	height:180px;
	margin:10px 13px 25px 13px;
}
.colorbutton img{
	margin-bottom: 6px;
}
#smallbutton{
	line-height:30px;
	height:30px;
}

#addnew:hover,input[type=submit]:hover, #smallbutton:hover, #next:hover{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(17,212,17,0.76);
	-moz-box-shadow: 0px 0px 5px 1px rgba(17,212,17,0.76);
	box-shadow: 0px 0px 5px 1px rgba(17,212,17,0.76);
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.pagetitle{
	width:calc(100%-60px);
	height:auto;
	border-bottom:1px solid #ccc;
	padding:30px 0px 30px 30px
}
#formstyle{
	width:calc(100%-60px);
	height:100%;
	padding:20px 30px 60px 40px;
}
#dimensions{
	
	margin-left:40px;
}
._25{
	width:21%;
	margin: 5px 2% 5px 2% ;
	float:left;
	box-sizing: border-box;
}

._25r{
	width:21%;
	margin:  5px 2% 5px 2% ;
	float:right;
	box-sizing: border-box;
}


._33{
	width:29.3%;
	margin: 5px 2% 5px 2% ;
	float:left;
	box-sizing: border-box;
}
._50{
	width:46%;
	margin: 5px 2% 5px 2% ;
	float:left;
	box-sizing: border-box;
}
._75{
	width:71%;
	margin:  5px 2% 5px 2% ;
	float:left;
	box-sizing: border-box;
}

._66{
	width:62.6%;
	margin:  5px 2% 5px 2% ;
	float:left;
	box-sizing: border-box;
}
._100{
	width:96%;
	margin: 5px 2% 5px 2% ;
	float:left;
	box-sizing: border-box;
}
._50 input[type=text], ._25 input[type=text], ._75 input[type=text], ._100 input[type=text], ._33 input[type=text], ._66 input[type=text], ._100 input[type=password]{width:calc(100% - 30px); padding:0px 0px 0px 10px; margin:5px 0px 0px 0px}

.option{
background-color:white;
border-radius:3px;}

.push{
	display:block;
	width:100%;
	height:1px;
	clear:both;
}
.sink{
	width:195px;
	min-width:195px;
	height:220px;
	float:left;
	margin:2.5px;
	padding:3px;
	border:1px solid #ccc;
	border-radius:3px;
	position:relative;
}
input.qtyminus {
 	width:35px;
  	height:37px;
   	padding:0px 0px 0px 0px;
    margin-left:32px;
}
input.qtyplus {
 	width:35px;
  	height:37px;
  	padding:0px 0px 0px 0px
}
input.qtyplus,input.qtyminus{
background-color:#ccc;
border:none;
border-radius:3px;

}
input[type=text].qty{
	width:35px;
	height:36px;
	text-align:center;
	padding:0px 0px 0px 0px}
}
.center{
	margin:auto;
	display:block;
	text-align: center;
}
.center img{
	margin:auto;
	display:block;
	text-align: center;
}
.optioncontent{
	margin:20px 20px 20px 20px;
	background-color:white
}
.total{
 text-align:right;

}
.dark{
	border:1px solid #ccc;
	background-color:#f5f5f5;
}
.space{
	margin:30px 0px 30px 0px;
}
.slabdetails{
	width:100%;
}
	
.slabdetails td{
	line-height:30px;
	height: 30px;
	text-align:right;}
.border{
	border:2px solid #ccc;
	padding:20px 20px 20px 20px;
}
.savebutton{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.saveinput{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.right{
	
	float:right;
}

.savebutton input[type=submit]{
	margin:0px;
	padding:0px;
	height:32px;
	line-height:32px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	float:right;
}
.saveinput input[type=text]{
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	height:30px;
	line-height:30px;
	width: 100%;

}
.finishoption{
height:20px;
line-height:20px;
border:1px solid #ccc;
border-radius:3px;
}

#crumbs ul li a {
	display: block;
	float: left;
	height: 50px;
	background: #aaa;
	text-align: center;
	padding: 30px 10px 0 10px;
	position: relative;
	margin: 0 10px 0 0; 
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	padding: 30px 61px 0 60px;
	width:calc(12.5% - 132px);
}
#crumbs ul li.grey a {
	background: #3d444f;
	}
#crumbs ul li.green a {
	background: #17b549;
	}
	#crumbs ul li.black a {
	background: #6484ff;
	}



#crumbs ul li.red a {
	background: red;	
	  -webkit-animation: argh-my-eyes 1s infinite;
  -moz-animation:    argh-my-eyes 1s infinite;
  animation:         argh-my-eyes 1s infinite;
	}
#crumbs ul li a:after {
	content: "";  	border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
border-left: 40px solid #aaa;
position: absolute; right: -40px; top: 0;
z-index:1;
}
#crumbs ul li.red a:after {
border-left: 40px solid red;

	  -webkit-animation: argh-my-eyes-border 1s infinite;
  -moz-animation:    argh-my-eyes-border 1s infinite;
  animation:         argh-my-eyes-border 1s infinite;


}
#crumbs ul li.green a:after {
border-left: 40px solid #17b549;

}
#crumbs ul li.black a:after {
border-left: 40px solid #6484ff;
}


#crumbs ul li.grey a:after {
border-left: 40px solid #3d444f;
}
#crumbs ul li a:before {
	content: "";  
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid white;
	position: absolute; left: 0; top: 0;

}
#crumbs ul li:first-child a:before {
	display: none; 
}

#crumbs ul li:last-child a {
	padding-right: 90px;
	margin-right:0px;
	}
#crumbs ul li:first-child a {
	display: block;
	float: left;
	height: 50px;
	background: #aaa;
	text-align: center;
	padding: 30px 10px 0 10px;
	position: relative;
	margin: 0 10px 0 0; 
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	padding: 30px 80px 0px 32px;
	width:calc(12.5% - 134px);
	}
	
	#crumbs ul li.green:first-child a {
	background: #17b549;
	}
	#crumbs ul li.black:first-child a {
	background: #6484ff;
	}
		#crumbs ul li.black:first-child a:hover {
	background: #17b549;
	}



#crumbs ul li:last-child a:after {
	display: none; 


}
#crumbs ul li.green:last-child a:after {
	display: none; 
	background-color:#17b549

}#crumbs ul li a:hover {
	background: #17b549;
}
	#crumbs ul li a:hover:after {
		border-left-color: #17b549;
	}
	
.ordercontainer{
	
	width:100%;
	border: 2px solid black;
	margin:50px 0px 0px 0px;
	clear:both;
	
}

.ordercontainer table{
	width: 50%;
	border-right:1px solid black;
	float:left;
}

.ordercontainer td{
height:30px;
line-height:30px;}


.ordercontainer th{
	text-align:left;
	color:black;
	font-weight:bold;
}
.ordertitle{
	width:calc (100% - 20px);
	height: 20px;
	padding:10px 10px 10px 10px;
	border-bottom:2px solid black;
	background-color:#ccc;
	font-weight:bold;
}
.orderfoot{
	width:calc (100% - 10px);
	height: 20px;
	padding:10px 0px 10px 10px;
	border-top:2px solid black;
	font-weight:bold;
	text-align:right;
	float:right;
}
.ordertotal{
font-weight:bold;
}
.nopadding{
	padding:0px;
}
.border{
	border:2px solid black;
}
.tracking{
	border-radius:2px;
	font-size: x-small;
 table-layout: fixed;
 border: 2px solid black;
}
.tracking td{
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	padding:10px;
}
.sinkline{
	line-height: 15px;
	padding-bottom: 10px;

}
br{
	display: block;
	margin: 0px;
}
.Caesarstone td{
}
.Klondike td{
}

.orderheading td{
	background-color: #ddd;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid black;
	padding:3px 10px 10px 10px;
}
.headingtitle{
border-bottom:none;
}
.headingtitle td{
	border-top:1px solid black;
	border-bottom: none;
	padding:3px 10px 3px 10px;
	font-size: 10px ;
	background-color: #ddd;
}
.quotetitle td{
	border: 0px;
	padding:3px 10px 3px 10px;
	font-size: 10px ;
}
.sectiontitle{
	height: 60px;
	line-height: 60px;
	float:left;
	margin-left:20px;}
.sectiontitle h2{
	font-size: 20px;
}
.heading{
	width: 100%
	height:auto;
 	background: -webkit-linear-gradient(left top, #00ccff, #8533ff); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(bottom right, #00ccff, #8533ff); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(bottom right, #00ccff, #8533ff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #00ccff, #8533ff); 
	color: white;
	padding: 20px 0px 20px 0px;
}
.heading td{
	text-shadow: 0px 0px 3px #444;
}
#white{
	color: white;
}
.whitebg{
	background-color: white;
}
.largebottommargin{
 margin-bottom: 100px;}
 .bottommargin{
 margin-bottom: 30px;}
 .topmargin{
 margin-top: 30px;}
 #quotepage table{
 }
 #quotepage tr{border:1px solid black;
 }
 #quotepage th{
 	background-color: black;
 	color: white;
 	text-align: left;
 }
 #quotepage td{
 	height: 40px;
 	line-height: 40px;
 }


 #quotepage tr:last-child {
    border:none;
}
.logincontainer{
	width: 300px;
	margin:auto;
	margin-top:100px;
	padding:20px;
	border:1px solid black;
	border-radius:3px;

	background:none;
}
#bluehead td{
	color: white;
}
.sectiontitle{
	margin:15px 0px 0px 30px;
}
.red{color: red;}
.dealertitle th{
	height: 20px;
	line-height: 20px;

}
.example{
	float: left;
	width: 100px;
	text-align: center;
	margin: 30px auto;
	font-size: 10px;
}
.example img{
	display: block;
	margin: auto;
}
.stocked img{
box-shadow: blue 0px 0px 10px 0px;
}
.lowstock img{
box-shadow: #f4d142 0px 0px 10px 1px;
}
.outofstock img{
	box-shadow: red 0px 0px 10px 1px;
}
.examplecontainer{
	width:300px;
	padding:0px 400px 0px 400px;
}