
/* Grid view */

.grid {

}
.grid li {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
}
.grid li:nth-child(4n+1) {
    clear: both;
}
#best-sellers .grid li:nth-child(4n+1) {
    clear: none;
}
#hot .grid li:nth-child(4n+1) {
    clear: none;
}
.grid li a {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 20px;
	text-decoration: none;
	width: 145px;
}
.grid li a span.img {
	display: block;
	position: relative;
}
.grid li a span.img .is_free_fedex_2_day_list {
	position: absolute;
	background-color: #07619e;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	bottom: 0;
	left: 0;
	padding: 1px 0 2px 0;
}
.grid li a .title {
	clear: both;
	display: block;
	float: left;
	height: 2.8em;
	/*height: 3em;*/
	line-height: 140%;
	margin-top: 8px;
	overflow: hidden;
	width: 145px;
}
.grid li a:hover .title {
	clear: both;
	display: block;
	float: left;
	text-decoration: underline;
	width: 145px;
}
.grid li a .desc {
	display: none;
}
.grid li a.sale .price {
    background: url("../images/price.png") no-repeat scroll 0 2px transparent;
    padding-left: 35px;
}
li a.closeout {
	position: relative;
}
.grid li a.closeout .price {
	background: url("../images/price.png") no-repeat scroll 0 2px transparent;
	padding-left: 35px;
}
li a.closeout:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 91px;
	height: 91px;
	background: url(../images/close-out-small.png) no-repeat 0 0 transparent;
	background-size: cover;
}
.grid li a .price {
    clear: both;
    color: #444444;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    margin-top: 5px;
    padding: 2px 0 4px;
    width: 95px;
    margin-bottom: 3px;
}
.grid li a.sale .price s {
	color: #999;
}
.grid li a.new .price {
    background: url("../images/price.png") no-repeat scroll 0 -18px transparent;
    padding-left: 35px;
}


/* List view */

.list {
	width: 100%;
}
.list li {
	border-top: #ddd dotted 1px;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.list li:first-child {
	border-top: none;
}
.list li a {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0;
	text-decoration: none;
	width: 100%;
}
.list li a .img {
	clear: none;
	display: block;
	float: left;
	margin-top: 8px;
	overflow: hidden;
	width: 12.5%;
}
.list li a .title {
	clear: none;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin-top: 8px;
	overflow: hidden;
	width: 75%;
}
.list li a .desc {
	clear: none;
	color: #444;
	display: block;
	float: left;
	line-height: 140%;
	margin-top: 8px;
	text-decoration: none;
	width: 75%;
}
.list li a:hover .title {
	text-decoration: underline;
}
.list li a .price {
	clear: none;
	color: #444;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 0 4px 0;
	width: 12.5%;
}
.list li a.sale .price {
	background: url(../images/ui/price.png) no-repeat 0 2px;
	text-indent: 35px;
}
.list li a.closeout .price {
	background: url(../images/ui/price.png) no-repeat 0 2px;
	text-indent: 35px;
}
.list li a.sale .price s {
	color: #999;
}
.list li a.new .price {
	background: url(../images/ui/price.png) no-repeat 0 -18px;
	text-indent: 35px;
}
.list li a.closeout:after {
	top: 18px;
	left: 0;
}

/* Mini view */

.mini {

}
.mini li {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 12.5%;
}
.mini li a {
	clear: none;
	display: block;
	float: left;
	margin: 0;
	padding: 20px;
	position: relative;
	text-decoration: none;
	width: 12.5%;
}
.mini li a .info {
	background: #fff;
	border: #ccc solid 1px;
	border-radius: 3px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
	display: none;
	left: -55%;
	padding: 0 19px 9px 19px;
	position: absolute;
	top: -60px;
	width: 145px;
	z-index: 100;
}
.mini li a:hover .info {
	display: block;
}
.mini li a .title {
	clear: both;
	display: block;
	float: left;
	height: 3em;
	line-height: 140%;
	margin-top: 8px;
	overflow: hidden;
	width: 145px;
}
.mini li a:hover .title {

}
.mini li a .desc {
	display: none;
}
.mini li a .price {
	clear: both;
	color: #444;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 0 4px 0;
	width: 95px;	
}
.mini li a.sale .price {
	background: url(../images/ui/price.png) no-repeat 0 2px;
	padding-left: 35px;
}
.mini li a.closeout .price {
	background: url(../images/ui/price.png) no-repeat 0 2px;
	padding-left: 35px;
}
.mini li a.sale .price s {
	color: #999;
}
.mini li a.new .price {
	background: url(../images/ui/price.png) no-repeat 0 -18px;
	padding-left: 35px;
}

#reviews textarea {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #BBBBBB;
  border-radius: 2px;
  border-right: 1px solid #BBBBBB;
  border-top: 1px solid #999999;
  font-family: "open sans", "verdana", sans-serif;
  font-size: 12px;
  padding: 4px;
  margin-bottom: 5px;
}

#reviews .add-review {
  width: 100px;
}
#reviews .btn {
  width: 256px;
}
.add-review input { 
  background: url("http://doittennis.sandbox.grandiz.com/themes/site_themes/brilliant_retail/images/icons.png") 0px 50px no-repeat transparent;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 700;
  padding-left: 24px;
  text-shadow: 0px 1px 0.5px #CF6B0D;
}