@charset "utf-8";

#brush_holder {
	float: left;
	width: 158px;
	height: 286px;
	margin: 9px 3px 0px 3px;
	display: block;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	cursor: default;
}

#limiter {
	float: left;
	margin: -5px 0px 0px -5px;
	width: 66px;
    height: 66px;
	background: url(/img/limitator.png);
}

#brushes_info {
	width: 100%;
	height: 25px;
	padding-top: 20px;
	font-size: 8pt;
	color: #333333;
}

#brushes_info div#sort_brushes {
	float: right;
	margin-right: 20px;
	width: 200px;
}

#brushes_info div#sort_brushes span {
	float: left;
	padding: 4px 4px 0px 0px;
}

#brushes_info div#sort_brushes select {
	float: left;
	font-size: 8pt;
	width: 115px;
	height: 22px;
	padding: 0px 5px 0px 5px;
}

#brushes_info div#brush_title {
	padding-top: 4px;
}

#brush_holder div#title {
	margin: 5px 8px 0px 0px;
	height: 22px;
	text-align: right;
	font-size: 7pt;
	font-weight: bold;
}

#brush_holder div#title a {
	color: #999999;
}

#brush_holder div#img_holder {
	float: left;
	width: 50px;
	margin: 0px 0px 5px -8px;
}

#brush_holder div#img_holder img {
	max-height: 100px;
}

#brush_holder div#brush_details {
	clear: both;
	border-bottom: 1px solid #E8E8E8;
	height: 96px;
	font-size: 7pt;
	font: 8pt Arial, sans-serif;
	color: #666666;
	padding: 0px 4px 2px 4px;
}

#brush_holder div#brush_details span {
	font-size: 7pt;
	line-height: 10pt;
	font-weight: bold;
	color: #136CB2;
}

#brush_holder div#stoc {
	float: left;
	font-size: 7pt;
	padding: 10px 0px 2px 6px;
}

#brush_holder div#price {
	float: right;
	font-size: 12pt;
	padding: 3px 6px 2px 0px;
	height: 19px;
	color: #FF0000;
	font-weight: bold;
}

#brush_holder div#price span {
	font-size: 9pt;
	vertical-align: bottom;
	font-weight: normal;
	margin-left: -2px;
}

#brush_holder div#add_to_cart {
	clear: both;
	background: linear-gradient(to bottom, #FEFEFE 0%, #CDE0F3 70%);
	background: -moz-linear-gradient(to bottom, #FEFEFE 0%, #CDE0F3 70%);
    background: -webkit-linear-gradient(top, #FEFEFE 0%, #CDE0F3 70%);
	cursor: pointer;
	border-top: 1px solid #CCCCCC;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
}

#brush_holder div#add_to_cart:hover {
	background: linear-gradient(to bottom, #CDE0F3 30%, #FEFEFE 100%);
	background: -moz-linear-gradient(to bottom, #CDE0F3 30%, #FEFEFE 100%);
    background: -webkit-linear-gradient(top, #CDE0F3 30%, #FEFEFE 100%);
	
}

#brush_holder div#add_to_cart a {
	display: block;
	width: 148px;
	height: 30px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	padding-left: 10px;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	text-decoration: none;
	cursor: pointer;
}

#brush_holder div#add_to_cart span#cart_icon {
	display: block;
	float: right;
	margin: 4px 14px 0px 0px;
	width: 25px;
	height: 22px;
	background: url(/img/add-to-cart.png) center no-repeat;
}

#modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 150px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}

#confirmation_dialog {
    margin: auto;
    display: block;
    width: 400px;
	height: 65px;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.8);
}

#confirmation_dialog a#close_modal {
	display: block;
	margin-top: 10px;
	float: left;
}

#confirmation_dialog a {
	display: block;
	float: right;
	margin-top: 10px;
}

#confirmation_dialog span#success {
	border: 1px solid #82B74F;
	color: #82B74F;
	display: block;
	background: #FBFDF9;
	width: 340px;
	height: 20px;
	padding: 12px 10px 10px 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#success_icon {
	float: left;
	margin: -7px 0px 0px -40px;
	background: url(/img/success-icon.png) no-repeat center;
	display: block;
	width: 30px;
	height: 30px;
}

#pic_space {
	float: right;
	height: 271px;
	margin: 9px 9px 0px 0px;
	padding: 5px 10px 10px 5px;
	display: block;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	cursor: default;
	vertical-align: middle;
}

#pic_space img {
	max-height: 271px;
	max-width: 350px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#model_details {
	clear: both;
	padding: 10px 10px 0px 0px;
	color: #666666;
}

#model_details span {
	float: left;
	margin-top: 2px;
	font-size: 7pt;
	width: 164px;
	overflow-x: hidden;
}