﻿.center {
	max-width: 1230px;
}

.catagory img {
	/*width: 100%;*/
}

.box {
	height: 110px;
	width: 800px;
}

#searchForm fieldset {
	/*top: 70px;
	right: 18px;
	padding-left: 30px;*/
	float: right;
	padding: 80px 20px 0;
	position: inherit;
}

.catagory img {
	/*width: 100%;*/
}

#right {
	/*width: 935px;*/
	width: 75%;
}

#holder {
	height: auto;
	max-height: 10000px;
}

#gallery-holder {
	/*width: 100000px;*/
	width: 100%;
	height: 100%;
}

.page {
	/*width: 1024px; /*1240px; CLOG-131678 - web store showing differently on each terminal (Ning, 03/21/2016)*/
	min-height: 0px;
}

#product-holder {
	height: auto;
}

#form-holder {
	height: 100%;
	padding-left: 20px;
	border-left: 1px solid #D3D3D3;
}

/* Override textbox autofill background-color  */
input:-webkit-autofill, #loginForm input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}