/************************************************************************************
FONTS
*************************************************************************************/
@font-face {
    font-family: 'MuseoSlab-500';
    src: url('webfonts/245D00_0_0.eot');
    src: url('webfonts/245D00_0_0.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/245D00_0_0.woff') format('woff'),
        url('webfonts/245D00_0_0.ttf')
        format('truetype'),
        url('webfonts/245D00_0_0.svg#MuseoSlab-500')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('webfonts/Roboto-Condensed-webfont.eot');
    src: url('webfonts/Roboto-Condensed-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-Condensed-webfont.woff') format('woff'),
        url('webfonts/Roboto-Condensed-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-Condensed-webfont.svg#RobotoCondensed')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('webfonts/Roboto-Regular-webfont.eot');
    src: url('webfonts/Roboto-Regular-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-Regular-webfont.woff') format('woff'),
        url('webfonts/Roboto-Regular-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-Regular-webfont.svg#RobotoRegular')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-BoldCondensedItalic';
    src: url('webfonts/Roboto-BoldCondensedItalic-webfont.eot');
    src: url('webfonts/Roboto-BoldCondensedItalic-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-BoldCondensedItalic-webfont.woff') format('woff'),
        url('webfonts/Roboto-BoldCondensedItalic-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-BoldCondensedItalic-webfont.svg#RobotoBoldCondensedItalic')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('webfonts/Roboto-Light-webfont.eot');
    src: url('webfonts/Roboto-Light-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-Light-webfont.woff') format('woff'),
        url('webfonts/Roboto-Light-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-Light-webfont.svg#RobotoLight')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('webfonts/Roboto-Bold-webfont.eot');
    src: url('webfonts/Roboto-Bold-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-Bold-webfont.woff') format('woff'),
        url('webfonts/Roboto-Bold-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-Bold-webfont.svg#RobotoBold')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('webfonts/Roboto-BoldCondensed-webfont.eot');
    src: url('webfonts/Roboto-BoldCondensed-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
        url('webfonts/Roboto-BoldCondensed-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('webfonts/Roboto-Italic-webfont.eot');
    src: url('webfonts/Roboto-Italic-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-Italic-webfont.woff') format('woff'),
        url('webfonts/Roboto-Italic-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-Italic-webfont.svg#RobotoItalic')
        format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('webfonts/Roboto-BoldItalic-webfont.eot');
    src: url('webfonts/Roboto-BoldItalic-webfont.eot?#iefix')
        format('embedded-opentype'),
        url('webfonts/Roboto-BoldItalic-webfont.woff') format('woff'),
        url('webfonts/Roboto-BoldItalic-webfont.ttf')
        format('truetype'),
        url('webfonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic')
        format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************************************************************
GLOBAL
*************************************************************************************/
body {
    color: #000000;
    font-size: 100%;
    font-family: Roboto-Regular;
    margin: 15px 0 0 0;
    padding: 0px;
    background-color: #f2d95c;
    background-image: url("img/background.png");
    background-repeat: repeat-x;
    background-position: center top;
}

a {
    color: #000000;
}

img {
    border: none;
    vertical-align: top;
}
input {
	height: 18px;
	background-color: #c5c5c5;
	line-height: 20px;
	border: solid 1px #979797;
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 13px;
	color: #797979;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 1px;
    text-shadow: 0px 1px rgba(255,255,255,0.2);
    padding: 5px 5px 5px 5px;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
input:focus {
	color: #000000;
	border: solid 1px #474747;
	background-color: #FFFFFF;
	outline: none
}

input::-webkit-input-placeholder {
	color:#797979 !important;
}

label {
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 12px;
	/*text-transform: uppercase;*/
	text-shadow: 0px 1px #FFFFFF;
	padding: 0 10px 0 10px;
	text-align: right;
	width: 120px;
	display: inline-block;
}
code {
	/*background-color: red;*/
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Roboto-Light, Arial;
	font-size: 14px;
	color: #8c6239;
	line-height: 24px;
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.shadow {
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 2px 2px 2px  rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 2px 2px 2px  rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 2px 2px 2px  rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 2px 2px 2px  rgba(0, 0, 0, 0.15); 
}
.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}
/************************************************************************************
GRADIENTS
*************************************************************************************/
.gradient-red {
	background: rgb(207,68,93); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmNDQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZjA1MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(207,68,93,1) 0%, rgba(143,5,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,68,93,1)), color-stop(100%,rgba(143,5,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,68,93,1) 0%,rgba(143,5,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,68,93,1) 0%,rgba(143,5,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,68,93,1) 0%,rgba(143,5,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,68,93,1) 0%,rgba(143,5,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf445d', endColorstr='#8f051e',GradientType=0 ); /* IE6-8 */
}

/************************************************************************************
LAYOUT
*************************************************************************************/
.mainWrapper {
	width: 960px;
	margin: auto;
	background-color: #f6f6f6;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.35);
	margin-bottom: 20px;
}
.headerWrapper {
	height: 142px;
	position: relative;
}
.contentWrapper {
	padding-top: 20px;
}
.line {
	background-color: #66800f;
	height: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.headerWrapper .logo {
	/*background: url("img/logo.png") center center no-repeat transparent;*/
	background: url("img/master.png") 0px 0px no-repeat transparent;
	width: 228px;
	height: 48px;
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
}

/* TOP MENÜ */

.top-menu .search-box {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 178px;
	height: 28px;
	background-color: red;
	border: solid 1px #603913;
	background-color: #c7b299;
	box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2); 
    padding: 0px;
    margin: 0px;
}
.top-menu .search-box input {
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	color: #000000;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);
	width: 140px;
    padding: 0px;
    margin: 0px;
    height: 28px;
    padding-left: 10px;
    padding-bottom: 0px;
    float: left;
}

.top-menu .search-box input::-webkit-input-placeholder {
	color:#000000 !important;
}

.top-menu .search-box input.btn {
	width: 20px;
	height: 20px;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	margin-top: 4px;
	background: url("img/master.png") -240px 0px no-repeat transparent;
}
.headerWrapper .top-menu-shadow {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 940px;
	height: 10px;
	background: url("img/top_menu_shadow.png") center center no-repeat transparent;
}

.left-menu {
	margin: 0;
	padding: 0;
}
.left-menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}
.left-menu li a {
	padding: 10px;
	display: block;
	text-decoration: none;
	color: #454545;
	border-bottom: dotted 1px #909090;
}
.left-menu li a:hover {
	background-color: #e6e6e6;
	color: #000000;
}
.left-menu li ul {
	margin: 0;
	padding: 0;
}
.left-menu li ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.left-menu li ul li a {
	margin: 0;
	padding: 10px 20px;
	background: url("img/icon_arrow.gif") no-repeat 5px 14px transparent;
}
.left-menu .active {
	background-color: #e5dcd1;
	color: #000000;
}
.left-menu .active:hover {
	background-color: #ddcab3;
}

/* LOGIN-BOX */
.headerWrapper .login-box {
	position: absolute;
	top: 0;
	right: 130px;
	width: 280px;
	height: 70px;
	background-color: #e9e9e9;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: Roboto-Condensed;
	color: #777777;
}
.headerWrapper .login-box .link {
	font-size: 12px;
	text-decoration: none;
	color: #777777;
}
.headerWrapper .login-box .link:hover {
	color: #000000;
}
.headerWrapper .login-box input {
	width: 113px;
}

.headerWrapper .cart-box {
	position: absolute;
	top: 0;
	right: 10px;
	width: 110px;
	height: 45px;
	background-color: #66800f;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: Roboto-Condensed, Arial;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	line-height: 42px;
	text-shadow: 0 1px rgba(0,0,0,0.25);
}
.headerWrapper .cart-box div {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("img/master.png") -230px -20px no-repeat transparent;
	vertical-align: middle;  
}
/* COLUMBS - OSZLOPOK */
.col1 {
	width: 240px;
	float: left;
}
.col2 {
	width: 520px;
	float: left;
}
.col3 {
	width: 200px;
	float: left;
}
.col4 {
	width: 720px;
	float: left;
}


/* BOX */
.box {
	margin: 0 10px 20px 10px;
}
.box .title {
	background-color: #F00;
	background: url("img/box_title_bg.gif") top repeat-x #ebebeb;
}
.box .title .inner {
	padding: 0 0 8px 0;
	display: inline-block;
	background: url("img/box_title_shadow.png") bottom right no-repeat transparent;
}
.box .title .inner h3 {
	margin: 0;
	padding: 9px 15px 8px 15px;
	font-weight: normal;
	background-color: #92b21b;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 15px;
	font-family: MuseoSlab-500;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-shadow: 0 1px #6d8514;
}
.box .content {
	background-color: #ebebeb;
	padding: 5px 10px 10px 10px;
	font-family:  Arial;
	font-size: 12px;
	line-height: 17px;
	color: #484848;
}
.box .line-end {
	background-color: #e3e3e3;
	height: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.box2 {
	margin: 0 10px 20px 10px;
	background-color: #c69c6d;
	border: solid 1px #a67c52;
}
.box2 .inner {
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Roboto-Bold, Arial;
	line-height: 17px;
}
.box2 h1 {
	font-weight: normal;
	font-family: MuseoSlab-500;
	margin: 5px 0 0 0;
	padding: 0;
	color: #603913;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255,255,255,0.25);
}
.box2 h2 {
	font-weight: normal;
	font-family: MuseoSlab-500;
	margin: 5px 0 0 0;
	padding: 0;
	color: #603913;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(255,255,255,0.25);
	text-indent: -2px;
}
.box2 .icon-phone {
	float: left;
	background: url("img/master.png") -240px -42px no-repeat transparent;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.box3 {
	margin: 0 10px 20px 10px;
}
.box3 .title {
	background-color: #F00;
	background: url("img/box_title_bg.gif") top repeat-x #f6f6f6;
}
.box3 .title .inner {
	padding: 0 0 8px 0;
	display: inline-block;
	background: url("img/box_title_shadow.png") bottom right no-repeat transparent;
}
.box3 .title .inner h3 {
	margin: 0;
	padding: 9px 15px 8px 15px;
	font-weight: normal;
	background-color: #92b21b;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 15px;
	font-family: MuseoSlab-500;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-shadow: 0 1px #6d8514;
}
.box3 .content {
	padding: 5px 10px 10px 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	color: #484848;
}
.icon-phone {
	width: 20px;
	height: 20px;
	background: url("img/master.png") -240px -60px no-repeat transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.icon-mail {
	width: 20px;
	height: 20px;
	background: url("img/master.png") -240px -80px no-repeat transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/* FOOTER */
.footerWrapper {
	margin-top: 20px;
}
.footerWrapper .line {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.footerWrapper .content {
	height: 175px;
}
.footerWrapper .content .col {
	width: 210px;
	float: left;
}
.footerWrapper .content h1 {
	font-family: MuseoSlab-500;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #454545;
	margin: 30px 0 0 0;
	padding: 0;
	text-shadow: 0 1px #FFFFFF;
}
.footerWrapper .content ul {
	margin: 15px 0 0 0;
	padding: 0;
}
.footerWrapper .content ul li {
	font-size: 11px;
	color: #454545;
	text-shadow: 0 1px #FFFFFF;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	border-bottom: dotted 1px #909090;
	padding: 0 0 0 10px;
	margin: 0;
}
.footerWrapper .content ul li:first-child {
	border-top: dotted 1px #909090;
}
.footerWrapper .content ul li a {
	text-decoration: none;
}
.footerWrapper .content ul li a:hover {
	text-decoration: underline;
}
.footerWrapper .copy {
	background-color: #a67c52;
	height: 70px;
	color: #FFFFFF;
	font-family: MuseoSlab-500;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: 0 1px #291c11;
	line-height: 70px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 20px;
	position: relative;
	clear: both;
}
.footerWrapper .copy .neo {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 132px;
	height: 45px;
	background-color: red;
	background: url("img/master.png") 0px -50px no-repeat transparent;
}



/*MAIN*/
.main-item-box {
	margin: 0;	
}
.main-item-box .content {
	padding: 5px 5px 10px 5px;
}
.main-item-box .title {
	margin: 0 10px;
}
.main-item-box .line {
	margin: 0 10px 0 10px;
}
.main-item-list {
	margin: 0;
	padding: 0;
}
.main-item-list li {
	list-style-type: none;
	width: 160px;
	height: 260px;
	background-color: #ebebeb;
	margin: 5px;
	padding: 0;
	float: left;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.main-item-list li .ribbon {
	position: absolute;
	top: 0;
	right: 0;
	width: 51px;
	height: 54px;
}
.main-item-list li .ribbon.sale {
	background: url("img/master.png") -132px -50px no-repeat transparent; 
}
.main-item-list li .ribbon.new {
	background: url("img/master.png") -183px -50px no-repeat transparent; 
}
.main-item-list li .img {
	width: 150px;
	height: 120px;
	background-color: #FFFFFF;
	margin: 5px 0 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/images/icon_noimage.gif");
}
.main-item-list li .name {
	height: 40px;
	font-family: Roboto-BoldCondensed;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
	padding: 0px;
	margin: 5px 8px; 
	text-transform: uppercase;
	overflow: hidden;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}
.main-item-list li .price {
	height: 28px;
	border: solid 1px #d8d8d8;
	margin: 0 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    color: #bf0426;
    font-size: 16px;
    font-family: Roboto-Bold;
    padding: 0 5px;
}
.main-item-list li .price.sale {
    text-align: right;
}
.main-item-list li .price  span {
    color: #a6702e;
    float: left;
    font-size: 14px;
    text-decoration: line-through;
}
.main-item-list li .size {
	height: 28px;
	border: solid 1px #d8d8d8;
	margin: 0 5px;
	background-color: #f6f6f6;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    color: #797979;
    font-size: 11px;
    font-family: Roboto-Italic;
    width: 95px;
    padding: 0 5px;
    margin-top: 5px;
    background: url("img/box_title_bg.gif") top repeat-x transparent;
    text-shadow: 0 1px rgba(255,255,255,0.7);
    display: inline-block;
    float: left;
}
.main-item-list li .size span {
	float: right;
	font-size: 12px;
    font-family: Roboto-BoldItalic;
}
.main-item-list li a {
	display: inline-block;
	
}
.main-item-list li .bottom-line {
	background-color: #e3e3e3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 5px;
	clear: both;
	margin-top: 50px;
}




/* SUB */
.sub-item-list {
	margin: 0;
	padding: 0;
}
.sub-item-list li {
	list-style-type: none;
	width: 215px;
	height: 305px;
	background-color: #ebebeb;
	margin: 5px;
	padding: 0;
	float: left;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.sub-item-list li .ribbon {
	position: absolute;
	top: 0;
	right: 0;
	width: 51px;
	height: 54px;
}
.sub-item-list li .ribbon.sale {
	background: url("img/master.png") -132px -50px no-repeat transparent; 
}
.sub-item-list li .ribbon.new {
	background: url("img/master.png") -183px -50px no-repeat transparent; 
}
.sub-item-list li .img {
	width: 205px;
	height: 165px;
	background-color: #FFFFFF;
	margin: 5px 0 0 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/images/icon_noimage.gif");
}
.sub-item-list li .name {
	height: 40px;
	font-family: Roboto-BoldCondensed;
	font-size: 14px;
	line-height: 20px;
	color: #464646;
	padding: 0px;
	margin: 5px 8px; 
	text-transform: uppercase;
	overflow: hidden;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}
.sub-item-list li .price {
	height: 28px;
	border: solid 1px #d8d8d8;
	margin: 0 5px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 28px;
    color: #bf0426;
    font-size: 16px;
    font-family: Roboto-Bold;
    padding: 0 5px;
}
.sub-item-list li .price.sale {
    text-align: right;
}
.sub-item-list li .price  span {
    color: #a6702e;
    float: left;
    font-size: 14px;
    text-decoration: line-through;
}
.sub-item-list li .size {
	height: 28px;
	border: solid 1px #d8d8d8;
	margin: 0 5px;
	background-color: #f6f6f6;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 28px;
    color: #797979;
    font-size: 12px;
    font-family: Roboto-Italic;
    width: 150px;
    padding: 0 5px;
    margin-top: 5px;
    background: url("img/box_title_bg.gif") top repeat-x transparent;
    text-shadow: 0 1px rgba(255,255,255,0.7);
   /* display: inline-block;*/
    float: left;
}
.sub-item-list li .size span {
	float: right;
	font-size: 14px;
    font-family: Roboto-BoldItalic;
}
.sub-item-list li a {
	display: inline-block;
	
}
.sub-item-list li .bottom-line {
	background-color: #e3e3e3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 5px;
	clear: both;
	margin-top: 50px;
}

.path {
	color: #919191;
	font-size: 10px;
    font-family: Roboto-Regular;
    text-transform: uppercase;
   	margin-bottom: 10px; 
}
.path .home {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("img/master.png") -260px 0px no-repeat transparent; 
	vertical-align: middle;
}
.path .arrow {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("img/master.png") -260px -12px no-repeat transparent;
	margin: 0 5px;
	vertical-align: middle;
}
.path a, .path a:link, .path a:visited {
	color: #919191;
	text-decoration: none;
}
.path a:hover, .path a:active {
	color: #919191;
	text-decoration: underline;
}
.selector {
	height: 43px;
	background-color: #FFFFFF;
	border: solid 1px #d8d8d8;
	margin-bottom: 10px;
	line-height: 43px;
	font-size: 10px;
	color: #797979;
	font-family: Roboto-Bold;
	padding: 0 10px;
	text-transform: uppercase;
	position: relative;
}
.selector label {
	font-family: Roboto-Bold;
	font-size: 10px;
	color: #797979;
	width: auto;
}
/* Product */
.product-col {
	width: 340px;
	float: left;
}
.product-details {
	background-color: #FFFFFF;
	border: solid 1px #d8d8d8;
	padding: 10px 20px 10px 20px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    color: #000000;
}
.product-details span.product-details-span {
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
    font-size: 14px;
    float: right;
}
.product-description {
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
	text-shadow: 0 1px rgba(255,255,255,0.3);
}
.product-main-image {
	background-image: url("/images/icon_noimage.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 262px;
	height: 297px;
	border: solid 1px #d8d8d8;
	background-color: #FFFFFF;
	padding: 3px;
	float: left;
}
.product-main-image div {
	background-position: center center;
	background-repeat: no-repeat;
	height: 297px;
	width: 262px;
}
.product-thumb {
	border: solid 1px #d8d8d8;
	background-color: #FFFFFF;
	width: 52px;
	height: 52px;
	padding: 3px;
	float: left;
	margin: 10px 10px 0px 0;
	cursor: pointer;
}
.product-thumb div {
	height: 52px;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-thumb:hover {
	background-color: #92B21B;
	border: solid 1px #66800F;
}
.product-flags {
	float: left;
	width: 45px;
}
.product-flags ul {
	margin: 0;
	padding: 0;
}
.product-flags ul li {
	margin: 3px 0 3px 0;
	padding: 0;
	background-repeat: no-repeat;
	height: 40px;
	width: 45px;
	list-style-type: none;
}
.product-flags .icon-nosugar {
	background-image: url("img/master.png");
	background-position: -90px -104px;
}

.category-list {
	margin: 0;
	padding: 0;
}
.category-list li {
	margin: 5px;
	padding: 0;
	float: left;
	list-style-type: none;
}
.category-list li ul {
	margin: 10px;
	padding: 0 0 0 20px;	
}
.category-list li ul li {
	margin: 0;
	padding: 0;
	float: none;
	list-style-image: url("img/icon_arrow.gif");
}
.category-list li ul li a {
	color: #000000;
	font-family: Roboto-Regular;
	font-size: 12px;
	text-decoration: none;
}
.category-list li ul li a:hover {
	text-decoration: underline;
}
.category-list .cover-img {
	width: 320px;
	background-color: #FFFFFF;
	border: solid 1px #d8d8d8;
	padding: 3px;
}
.category-list .cover-img div {
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url("img/icon_folder.jpg");
}
.category-list h1 {
	font-weight: normal;
	font-family: MuseoSlab-500;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	color: #000000;
}

.box-product-list {
	padding: 0;
	margin: 0;
}
.box-product-list li {
	padding: 5px 5px;
	margin: 0;
	list-style-type: none;
	border-bottom: dotted 1px #909090;
	cursor: pointer;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}
.box-product-list li:hover {
	background-color: #e3e3e3;
}
.box-product-list li h4 {
	font-family: Roboto-BoldCondensed;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0 0 10px 0;
}
.box-product-list li .ribbon-sale {
	width: 60px;
	height: 14px;
	float: right;
	background: url("img/master.png") 0px -144px no-repeat transparent;
}
.box-product-list li .ribbon-new {
	width: 60px;
	height: 14px;
	float: right;
	background: url("img/master.png") 0px -158px no-repeat transparent;
}
.box-product-list li .price {
	font-family: Roboto-BoldCondensed;
	font-size: 12px;
	color: #bf0426;
}
.box-product-list li .size {
	font-family: Roboto-BoldCondensed;
	font-size: 10px;
	color: #bf0426;
}

.main-img {
	text-shadow: 0 1px rgba(255,255,255,0.7);
	position: relative;
}
.main-img .images {
	width: 480px;
	height: 260px;
	background-color: #e6e6e6;
	overflow: hidden;
}
.main-img h1 {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Roboto-BoldCondensed;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 5px 0;
	color: #484848;
}
.main-img h5 {
	font-weight: normal;
	font-size: 12px;
	font-family: Roboto-Regular;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #484848;
}
.main-img ol {
	margin: -30px 0 0 0;
	padding: 0;
	float: right;
}
.main-img ol li {
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 21px;
	height: 41px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	text-shadow: 0 1px #000000;
	font-family: MuseoSlab-500;
	font-size: 14px;
}
.main-img ol li a {
	text-decoration: none;
	color: #FFFFFF;
	background: url("img/master.png") -246px -104px no-repeat transparent;
	width: 21px;
	height: 41px;
	display: block;
}
.main-img ol .active {
	background: url("img/master.png") -225px -104px no-repeat transparent;
}

/*SELECTS*/
select.select {
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 80px;
    height: 26px;
}
span.select {
    color: #7F7F7F;
    display: block;
    cursor: pointer;
    font-size: 0.688em;
    position: absolute;
    top: 0px;
    left: 150px;
    border: 1px solid #dddddd;
    padding: 5px 3px 5px 8px;
    margin: 0px 0px 0px 0px;
    -webkit-appearance: none;
    width: 80px;
    background: url('img/_select_arrow.png') right -2px no-repeat #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



/* Buttons*/
.button {
	height: 28px;
	background-color: #e3e3e3;
	border: solid 1px #d6d6d6;
	color: #606060;
	text-align: center;
	line-height: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto-BoldCondensed';
    text-shadow: 0 1px rgba(255,255,255,0.8);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	padding: 7px 10px 5px 10px;
	margin: 0 1px 2px 1px;
	cursor: pointer;
}

.button-small {
	height: 21px;
	background-color: #e3e3e3;
	border: solid 1px #d6d6d6;
	color: #606060;
	text-align: center;
	line-height: 23px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto-BoldCondensed';
    text-shadow: 0 1px rgba(255,255,255,0.8);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45), 0px 2px 2px  rgba(0, 0, 0, 0.1);
	padding: 4px 10px 3px 10px;
	margin: 0 1px 2px 1px;
	cursor: pointer;
}

.btn-cart {
	padding: 0px 5px;
	width: 26px;
	height: 28px;
	float: right;
	margin: 5px 5px 0 0;
	 box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45);
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45);
	-o-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.45);
}
.btn-cart div {
	width: 26px;
	height: 28px;
	background: url("img/master.png") -230px -16px no-repeat transparent;
}

.btn-cart-2 span {
	padding: 0 5px 0 25px;
	background: url("img/master.png") -230px -22px no-repeat transparent;
	float: none;
    font-style: normal;
}


.btn-green {
	/*background-color: #9abf16;*/
	border: solid 1px #75a00c;
	color: #4c6620;
	background: rgb(189,213,30); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiZGQ1MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2RhZDEwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(189,213,30,1) 50%, rgba(125,173,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(189,213,30,1)), color-stop(100%,rgba(125,173,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,213,30,1) 50%,rgba(125,173,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,213,30,1) 50%,rgba(125,173,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,213,30,1) 50%,rgba(125,173,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,213,30,1) 50%,rgba(125,173,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd51e', endColorstr='#7dad10',GradientType=0 ); /* IE6-8 */
}
.btn-green:hover {
	/*background-color: #9abf16;*/
	border: solid 1px #75a00c;
	color: #4c6620;
	background: rgb(189,213,30); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkZDUxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGFkMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(189,213,30,1) 0%, rgba(125,173,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,213,30,1)), color-stop(100%,rgba(125,173,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,213,30,1) 0%,rgba(125,173,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,213,30,1) 0%,rgba(125,173,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,213,30,1) 0%,rgba(125,173,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,213,30,1) 0%,rgba(125,173,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd51e', endColorstr='#7dad10',GradientType=0 ); /* IE6-8 */
}
.btn-green:active {
	/*background-color: #9abf16;*/
	border: solid 1px #75a00c;
	color: #4c6620;
	background: rgb(125,173,16); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzdkYWQxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGQ1MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(125,173,16,1) 1%, rgba(189,213,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(125,173,16,1)), color-stop(100%,rgba(189,213,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,173,16,1) 1%,rgba(189,213,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,173,16,1) 1%,rgba(189,213,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,173,16,1) 1%,rgba(189,213,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,173,16,1) 1%,rgba(189,213,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dad10', endColorstr='#bdd51e',GradientType=0 ); /* IE6-8 */	
}

.btn-brown, .btn-brown:link, .btn-brown:visited {
	/*background-color: #c69c6d;*/
	border: solid 1px #a67c52;
	color: #754c24;
	background: rgb(218,191,147); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkYWJmOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjY4MDRlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(218,191,147,1) 50%, rgba(182,128,78,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(218,191,147,1)), color-stop(100%,rgba(182,128,78,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(218,191,147,1) 50%,rgba(182,128,78,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(218,191,147,1) 50%,rgba(182,128,78,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(218,191,147,1) 50%,rgba(182,128,78,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(218,191,147,1) 50%,rgba(182,128,78,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dabf93', endColorstr='#b6804e',GradientType=0 ); /* IE6-8 */
}
.btn-brown:hover {
	color: #754c24;
	background: rgb(218,191,147); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhYmY5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjgwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(218,191,147,1) 0%, rgba(182,128,78,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,191,147,1)), color-stop(100%,rgba(182,128,78,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(218,191,147,1) 0%,rgba(182,128,78,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(218,191,147,1) 0%,rgba(182,128,78,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(218,191,147,1) 0%,rgba(182,128,78,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(218,191,147,1) 0%,rgba(182,128,78,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dabf93', endColorstr='#b6804e',GradientType=0 ); /* IE6-8 */
}
.btn-brown:active {
	color: #754c24;
	background: rgb(182,128,78); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I2ODA0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWJmOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(182,128,78,1) 0%, rgba(218,191,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,128,78,1)), color-stop(100%,rgba(218,191,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(182,128,78,1) 0%,rgba(218,191,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(182,128,78,1) 0%,rgba(218,191,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(182,128,78,1) 0%,rgba(218,191,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(182,128,78,1) 0%,rgba(218,191,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6804e', endColorstr='#dabf93',GradientType=0 ); /* IE6-8 */
}
