/* --------------------------------------------------------------
   products.css
-------------------------------------------------------------- */
h2
{
	padding-top: 30px;
}

div.cat-prod
{
	width: 306px;
	overflow: hidden;
	float: left;
	margin-right: 32px;
	margin-top: 17px;
	margin-top: 17px;
}

div.no-margin
{
	margin-right: 0;
}

div.clear
{
	clear: left;
}

div.cat-prod a img
{
	width: 306px;
	height: 198px;
}

div.cat-prod p.name
{
	width: 210px;
	float: left;
}

div.cat-prod p.price
{
	float: right;
	clear: none;
	margin: 0 0 0 0;
}

div.cat-prod p.not-avail
{
	float: right;
	margin: -7px 0 0 0;
	padding: 0 0 0 0;
	text-transform:uppercase;
	float:right;
	font:700 16px/28px 'Open Sans', sans-serif;
	font-size:11px;
	line-height:17px;
	color: #4c3b28;
}

/**/

div.cat-prod-left-feature
{
	width: 600px;
	overflow: hidden;
	float: left;
	margin-right: 32px;
	margin-top: 17px;
	margin-top: 17px;
}
div.cat-prod-left-feature a img
{
	width: 100%;
	
}

div.cat-prod-left-feature p.name
{
	width: 410px;
	float: left;
}

div.cat-prod-left-feature p.price
{
	float: right;
	clear: none;
	margin: 0 0 0 0;
}

div.cat-prod-left-feature p.not-avail
{
	float: right;
	margin: -7px 0 0 0;
	padding: 0 0 0 0;
	text-transform:uppercase;
	float:right;
	font:700 16px/28px 'Open Sans', sans-serif;
	font-size:11px;
	line-height:17px;
	color: #4c3b28;
}

/**/
div.right-basket-prod
{
	width: 306px;
	overflow: hidden;
	float: left;
	margin-right: 32px;
	margin-top: 17px;
	margin-top: 17px;
}

div.no-margin
{
	margin-right: 0;
}

div.clear
{
	clear: left;
}

div.right-basket-prod a img
{
	width: 80px;
	height: 60px;
}


div.right-basket-prod p.not-avail
{
	float: right;
	margin: -7px 0 0 0;
	padding: 0 0 0 0;
	text-transform:uppercase;
	float:right;
	font:700 16px/28px 'Open Sans', sans-serif;
	font-size:11px;
	line-height:17px;
	color: #4c3b28;
}


.order-now-button {
	cursor:pointer;
	/*position:relative;*/
	text-decoration:none;
	color:#fff;
	font:700 16px/28px 'Open Sans', sans-serif;
	text-transform:uppercase;
	
	font-size:20px;
	line-height:16px;
	padding: 2px 7px 2px 7px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	/*margin-top: 40px;*/
	/*height: 60px;*/
	background-color: #77a908;
}

.order-now-button:hover {
	cursor:pointer;
	/*position:relative;*/
	text-decoration:none;
	color:#eee;
	font:700 16px/28px 'Open Sans', sans-serif;
	text-transform:uppercase;
	
	font-size:20px;
	line-height:16px;
	padding: 2px 7px 2px 7px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	/*margin-top: 40px;*/
	/*height: 60px;*/
	background-color: #77a908;
}

div.right-basket-prod a.add-but
{
	float: right;
	cursor:pointer;
	background:#4c3b28;
	position:relative;
	text-decoration:none;
	color:#fff;
	font:700 16px/28px 'Open Sans', sans-serif;
	text-transform:uppercase;
	float:right;
	font-size:11px;
	line-height:16px;
	padding: 1px 7px 1px 7px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	margin-top:5px;
}

div.right-basket-prod a.add-add-on-but
{
	cursor:pointer;
	background:rgb(255, 106, 0);
	position:relative;
	text-decoration:none;
	color:#fff;
	font:700 16px/28px 'Open Sans', sans-serif;
	text-transform:uppercase;
    clear:both;
	float:right;
	font-size:11px;
	line-height:16px;
	padding: 1px 7px 1px 7px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	margin-top:5px;
}
/**/

/*.left-basket {
	height: 60px;
	padding: 8px;
}*/

./*left-basket:hover {
	height: 100%;
}*/

.right-basket-image {
	width: 80px !important;
	height: 60px !important;
}

.see-inside-button {
	cursor:pointer;
	background: #77a908;
	/*background-color: #77a908;*/
	/*position:relative;*/
	text-decoration:none;
	color:#fff;
	font:700 28px 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	padding: 18px;

	border: #77a908 1px solid;
	/*margin-top:12px;*/
}

.see-inside-button:hover {
	cursor:pointer;
	background:#77a908;
	/*position:relative;*/
	text-decoration:none;
	color:#eee;
	font:700 28px 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:20px;
	padding: 18px;

	border: #77a908 1px solid;
	/*margin-top:12px;*/
}

div.cat-prod a.add-but
{
	float: right;
	cursor:pointer;
	background:#4c3b28;
	position:relative;
	text-decoration:none;
	color:#fff;
	font:700 16px/28px 'Open Sans', sans-serif;
	text-transform:uppercase;
	float:right;
	font-size:11px;
	line-height:16px;
	padding: 1px 7px 1px 7px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	margin-top:5px;
}

div.cat-prod a.add-add-on-but
{
	cursor:pointer;
	background:rgb(255, 106, 0);
	position:relative;
	text-decoration:none;
	color:#fff;
	font:700 16px/28px 'Open Sans', sans-serif;
	text-transform:uppercase;
    clear:both;
	float:right;
	font-size:11px;
	line-height:16px;
	padding: 1px 7px 1px 7px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	margin-top:5px;
}