.tshirt-container{
	max-height: 1000px;
	overflow-y: auto;
}
.tshirt-container img{
	max-height: 200px;
}
.colorSquare{
	margin:0;
	/*edited by lucas at 19:05 to add black border around colors to increase visibility*/
	border: 1px rgba(0, 0, 0, 0.39) solid;
	padding:0px;
}
.tshirt-thumb{
	padding: 15px;
	min-height: 275px;
	
}
.tshirt-thumb h3{
	padding-top:15px;

	color: #000;
}
.tshirt-thumb img{
	/*height: 250px;*/
}
.keeplarge{
	width:100%;
}
.primary-color{
	color:#aa0000;
}
.darkbg{
	background-color: #FFFFFF !important;
}
.paylist{
	padding: 0px 0px 0px 10px;
	background-color: #f7f7f7;
}
.highlight_item{
	box-shadow: 0px 0px 5px #006aff;
}
.nopadding{
	padding: 0 !important;
	margin: 0 !important;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    /*width: 120px;*/
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}

.select-style:after {
    top: 50%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    height: 32px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}