/* R E S E T   A L L   S E T T I N G S
------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend
	{
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none outside none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: none;
}

:focus {
	outline: 0 none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* html .clearfix {
	
}

:first-child+html .clearfix {
	
}

/* M A I N   S E T T I N G S
------------------------------------- */
html {
	background: #efefef;
}

body {
	/*background: url("../img/body-glow.gif") no-repeat center top;*/
}

#wrapper {
	margin: 0 auto;
	width: 1060px;
}

#container {
	margin: 20px 0 0 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

body,input,textarea,select {
	font-family: Tahoma, serif;
	font-size: 12px;
	color: #333;
}

a,a:active,a:visited {
	color: #5F6F81;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	color: #2D2D2D;
	font-weight: lighter;
	line-height: 1em;
	padding: 10px 0;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	line-height: 1.5em;
	margin-bottom: 10px;
	text-align: left;
}

small {
	font-size: 11px;
}

ul {
	list-style: none outside none;
}

ol {
	list-style: decimal inside none;
	margin: 0 0 10px;
	padding: 0 0 0 1em;
}

li {
	line-height: 1.5em;
}

strong {
	color: #222222;
	font-weight: bold;
}

cite,em,i {
	font-style: italic;
}

pre,code {
	background: none repeat scroll 0 0 #F3F3F3;
	color: #646464;
	font-family: monospace;
}

ins {
	text-decoration: none;
}

sup,sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 0.3em;
}

sub {
	top: 0.3em;
}

dl {
	margin: 0 0 1.5em;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

blockquote {
	color: #9E9E9E;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 15px 40px;
}

input.text,textarea.text,select.text {
	background: #F9F9F9;
	border: 1px solid #BBBBBB;
	color: #4E4E4E;
	padding: 4px;
	min-width: 200px;
}

input.text:focus,textarea.text:focus,select.text:focus {
	background: #FFFFFF;
	border-color: #5F6F81;
	box-shadow: 0 0 2px #5F6F81;
	color: #303030;
}

input.text,textarea.text {
	margin: 0;
}

input.text {
	width: 300px;
	padding: 3px;
	margin: 0;
}

textarea.text {
	width: 98%;
	max-width: 98%;
	min-width: 98%;
	padding: 3px;
	margin: 0;
}

select.text {
	padding: 3px;
	margin: 0;
	width: 308px;
	vertical-align: top;
}

input[type="submit"],#content input.button {
	background: #5F6F81;
	border: 1px solid #5F6F81;
	color: #ffffff;
	cursor: pointer;
	padding: 0px 15px;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
}

input[readonly="readonly"] {
	color: #9E9E9E;
}

form,.form {
	margin: 0;
}

fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 20px;
	padding: 20px;
}

legend {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #222222;
	font-weight: bold;
	padding: 0 20px;
}

form p {
	
}

form .label {
	vertical-align: top;
	min-width: 200px;
	display: inline-block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	margin: 10px 0;
	border: none;
	border-top: 1px solid #EDEDED;
}

/* L A Y O U T
------------------------------------- */
#main {
	float: left;
	width: 740px;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0;
}

.sc #main {
	float: right;
	margin: 0;
}

.sc #sidebar {
	float: left;
	margin: 0;
}

/* H E A D E R
------------------------------------- */
#header {
	margin: 0 auto;
	padding: 20px 0 0;
	min-height: 70px;
}

#header #logo {
	float: left;
	margin-top: 5px;
}

#header #logo a {
	display: block;
	width: 300px;
	height: 165px;
	background: url('../img/logo.png') 0 0 no-repeat;
}

#header #banner {
	float: right;
	width: 325px;
	height: 140px;
        background: url('../img/BM-logo.png') 0 0 no-repeat;
}

#header #branding {
	clear: both;
}

#branding .home-title {
	display: none;
}

#branding .home-title a {
	font-size: 38px;
	font-weight: bold;
	text-decoration: none;
}

#branding .home-title a,#branding .home-desc {
	color: #5F6F81;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #222222;
}

#branding .home-title a:hover {
	text-shadow: 1px 1px 1px #F5F5F5;
}

#branding .home-desc {
	font-size: 16px;
	font-style: italic;
	margin-left: 25px;
	display: none;
}

#header #search {
	background: url("../img/search-bg.gif") no-repeat 0 0;
	float: right;
	width: 318px;
	height: 45px;
	padding: 12px 0 0 30px;
	position: relative;
}

#header #search form {
	margin: 0;
}

#header #search #s {
	background: none;
	border: none;
	width: 265px;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	color: #8B8B8B;
}

#header #search #s:focus {
	border: none !important;
	box-shadow: none !important;
}

#header #search #submit {
	background: url('../img/btn-search.gif') 0 0 no-repeat;
	width: 43px;
	height: 40px;
	display: inline-block;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

#header #search-result {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 348px;
	background: url("../img/block-bg.gif") repeat 0 0;
	z-index: 999;
	color: #fff;
}

#header #search-result li {
	padding: 5px 0;
	margin: 0 5px;
	font-size: 10px;
	border-bottom: 1px dotted #f7f7f7;
	font-size: 10px;
}

#header #search-result li:last-child {
	border: none;
}

#header #search-result li img {
	float: left;
	margin: 0 5px 0 0;
}

#header #search-result li h6 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
}

#breadcrumbs {
	margin: 0 0 10px 0;
	color: #7B7B7B;
}

#breadcrumbs a {
	color: #7B7B7B;
}

/* S L I D E R
------------------------------------- */
#ticker {
	background: url("../img/ticker-bg.png") 0 0 no-repeat;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	position: relative;
}

#ticker #ticker-controls {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9;
}

#ticker #ticker-controls .ticker-control {
	width: 20px;
	height: 20px;
	display: inline-block;
}

#ticker #ticker-controls #ticker-previous {
	background: url('../img/previous-bg.png') center center no-repeat;
}

#ticker #ticker-controls #ticker-next {
	background: url('../img/next-bg.png') center center no-repeat;
}

#vertical-ticker li {
	padding: 5px 20px;
	margin: 0 50px 0 0;
	display: block;
	color: #333;
	font-size: 14px;
	font-style: italic;
}

#vertical-ticker li span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-style: normal;
}

#vertical-ticker li a {
	color: #333;
	text-decoration: none;
}

#vertical-ticker li span a {
	color: #fff;
	text-decoration: none;
}

#slider {
	height: 310px;
	position: relative;
	overflow: hidden;
}

#slider #slider-banner {
	background: url("../img/slider-banner-bg.png") 0 0 no-repeat;
	height: 310px;
	position: absolute;
	right: 0;
	top: 0;
	width: 497px;
}

#slider #slider-area {
	width: 100%;
	height: 100%;
	position: relative;
}

#slider #slider-pager {
	bottom: 23px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 37px;
	text-align: right;
	z-index: 999;
}

#slider #slider-pager a {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	background: url("../img/slider-button.png") no-repeat 0 0;
	display: block;
	height: 12px;
	width: 12px;
	text-decoration: none;
	text-indent: -999em;
	z-index: 99;
}

#slider #slider-pager a:hover,#slider #slider-pager a.activeSlide {
	background: url("../img/slider-button-act.png") no-repeat 0 0;
}

#slider .slider {
	width: 100%;
	height: 100%;
	z-index: 1 !important;
}

#slider .slider .slider-area {
	color: #8F8787;
	font-size: 17px;
	line-height: 23px;
	padding: 20px 37px 0 220px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 240px;
	height: 468px;
	background: url("../img/slider-banner-bg.png") 0 0 no-repeat;
	z-index: 20;
}

#slider .slider .slider-area span {
	display: block;
	line-height: 1.3em;
}

#slider .slider .slider-area .slider-discount {
	color: #FFF;
	font-size: 65px;
}

#slider .slider .slider-area .slider-special {
	color: #E52C24;
	font-size: 26px;
}

#slider .slider .slider-area .slider-title {
	color: #FFF;
	font-size: 26px;
}

/* B A N N E R S
------------------------------------- */
#home-banners {
	padding: 0 0 20px 0;
}

#home-banners .banner {
	float: left;
	margin: 0 10px 0 0;
	width: 210px;
	overflow: hidden;
	position: relative;
}

#home-banners .ad {
	float: left;
	margin: 0 10px 0 0;
	width: 300px;
	overflow: hidden;
	position: relative;
}

#home-banners .ad a {
	
}

#home-banners .banner.last {
	margin-right: 0;
}

#home-banners .banner a {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: url("../img/banner-link-bg.png") no-repeat 0 0;
	color: #C70E0C;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	width: 156px;
	height: 58px;
	padding: 16px 18px 0 35px;
	position: absolute;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}

#home-banners .banner a span {
	background: url("../img/banner-link-marker.gif") no-repeat right 13px;
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	line-height: normal;
	text-align: left;
}

#home-banners .banner a:hover {
	color: #FFF;
}

#home-banners .banner a:hover span {
	color: #C70E0C;
}

/* P R I M A R Y   N A V I G A T I O N
------------------------------------- */
#top-nav {
	background: url('../img/top-nav-bg.png') 0 0 no-repeat;
	height: 46px;
	width: 400px;
	float: right;
	margin: 20px 0 0 0;
}

#top-nav ul {
	list-style: none;
	margin: 0;
	padding: 10px 20px;
	float: right;
}

#top-nav ul li {
	float: left;
	line-height: 26px;
	height: 26px;
	margin: 0 10px;
}

#top-nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size:17px;
	font-weight:bold;
}

#top-nav ul li a:hover,#top-nav ul li.active a {
	color: #B2B2B2;
}

#primary-nav {
	height: 50px;
	margin: 0 0 20px 0;
	width: 100%;
	height: 57px;
	background: url('../img/primary-nav-bg.gif') 0 0 repeat-x;
}

#primary-nav .sf-menu {
	clear: both;
	float: left;
	list-style: none;
	position: relative;
	z-index: 11;
	max-width: 600px;
	padding: 0 0 0 20px;
	background: url("../img/links-border.gif") no-repeat right 13px;
}

#primary-nav .sf-menu ul {
	background: #121212;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	left: 0px;
	position: absolute;
	top: -999em;
	width: 200px;
	z-index: 11;
}

#primary-nav .sf-menu li:hover ul,#primary-nav .sf-menu li.sfHover ul {
	top: 50px;
	z-index: 11;
}

#primary-nav .sf-menu li:hover li ul,#primary-nav .sf-menu li.sfHover li ul
	{
	top: -999em;
	z-index: 11;
}

#primary-nav .sf-menu li li:hover ul,#primary-nav .sf-menu li li.sfHover ul
	{
	top: 0;
}

#primary-nav .sf-menu li li:hover li ul,#primary-nav .sf-menu li li.sfHover li ul
	{
	top: -999em;
}

#primary-nav .sf-menu li li li:hover ul,#primary-nav .sf-menu li li li.sfHover ul
	{
	top: 0;
}

#primary-nav .sf-menu li {
	background: url("../img/links-border.gif") no-repeat left 13px;
	float: left;
	position: relative;
}

#primary-nav .sf-menu li ul li ul {
	left: 100%;
	margin-top: 0;
}

#primary-nav .sf-menu li li {
	background: none;
	float: left;
	margin: 0;
	width: 100%;
	z-index: 11;
	line-height: 1em;
}

#primary-nav .sf-menu a {
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 10px 15px;
	margin: 0 2px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#primary-nav .sf-menu li ul li a,#primary-nav .sf-menu li ul li li a {
	width: 170px;
	margin: 0;
}

#primary-nav .sf-menu li a:hover,#primary-nav .sf-menu li.sfHover a,#primary-nav .sf-menu li a:hover,#primary-nav .sf-menu li.active a
	{
	color: #5F6F81;
	background: #e7e7e7;
	border-bottom: 7px solid #bdbdbd;
}

#primary-nav .sf-menu>li.sfHover.sf-ul {
	background: none;
	z-index: 11;
}

#primary-nav .sf-menu li.sfHover li a,#primary-nav .sf-menu li.sfHover li li a,#primary-nav .sf-menu li.sfHover li li li a,#primary-nav .sf-menu li.sfHover li.active li a
	{
	background: none;
	color: #fff;
	margin: 0;
	border: none;
}

#primary-nav .sf-menu li.sfHover li a:hover,#primary-nav .sf-menu li.sfHover li li a:hover,#primary-nav .sf-menu li.sfHover li.active a,#primary-nav .sf-menu li.sfHover li.active li.active a
	{
	background: #5F6F81;
	color: #fff;
}

#primary-nav .sf-menu>li.sfHover.sf-ul>a {
	background: none;
	z-index: 11;
}

/* S E C O N D A R Y   N A V I G A T I O N
------------------------------------- */
#sidebar .block .sf-menu ul {
	background: #121212;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 100%;
	top: -999em;
	width: 200px;
	z-index: 11;
	padding: 15px;
	margin: 0;
}

#sidebar .block .sf-menu li:hover ul,#sidebar .block .sf-menu li.sfHover ul
	{
	top: 0;
	z-index: 11;
}

#sidebar .block .sf-menu li:hover li ul,#sidebar .block .sf-menu li.sfHover li ul
	{
	top: -999em;
	z-index: 11;
}

#sidebar .block .sf-menu li li:hover ul,#sidebar .block .sf-menu li li.sfHover ul
	{
	top: 0;
}

#sidebar .block .sf-menu li li:hover li ul,#sidebar .block .sf-menu li li.sfHover li ul
	{
	top: -999em;
}

#sidebar .block .sf-menu li li li:hover ul,#sidebar .block .sf-menu li li li.sfHover ul
	{
	top: 0;
}

#sidebar .block .sf-menu li {
	background: url("../img/block-list.gif") left bottom repeat-x;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	position: relative;
	white-space: nowrap;
}

#sidebar .block .sf-menu li ul li ul {
	left: 100%;
	margin: 0;
}

#sidebar .block .sf-menu li li {
	background: url("../img/block-list.gif") left bottom repeat-x;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	z-index: 11;
}

#sidebar .block .sf-menu li li:last-child {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* C O N T E N T
------------------------------------- */
#content {
	margin: 0 auto;
	width: 100%;
}

#content #breadcrumbs,#content #breadcrumbs a {
	font-style: italic;
	color: #aaa;
}

#main ul {
	list-style: disc inside none;
	margin: 0 0 10px 1em;
}

#main ol {
	list-style: decimal inside none;
	margin: 0 0 10px 1em;
}

#main ol ol {
	list-style: upper-alpha outside none;
}

#main ol ol ol {
	list-style: lower-roman outside none;
}

#main ol ol ol ol {
	list-style: lower-alpha outside none;
}

#main ul ul,ol ol,#main ul ol,#main ol ul {
	margin-bottom: 0;
}

#content .post {
	background: #FFFFFF;
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#content .title {
	font-size: 22px;
	font-weight: lighter;
	line-height: 54px;
	height: 54px;
	padding: 0 0 0 20px;
	margin: 0;
	/*background: url('../img/content-title.gif') 0 0 no-repeat;*/
	color: #333;
	/*background: url('../img/content-title.gif') 0 0 no-repeat;*/
}

#content .title1 {
	font-size: 22px;
	font-weight: lighter;
	line-height: 54px;
	height: 54px;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: center;
	color: #333;
	border-bottom: 1px dotted #888;
}

#content .title span {
	color: #C70E0C;
}

#content .title1 span {
	color: #C70E0C;
}

#content .title1 a {
	color: #333333;
	text-decoration: none;
}

#content .title1 a:hover {
	color: #5F6F81;
}

#content .hentry {
	clear: both;
	overflow: hidden;
}

#content .hentry1 ul {
	list-style: none;
}

#content .hentry1 li {
	clear: both;
	overflow: hidden;
	height: 200px;
	list-style: none;
}

#content .entry-content {
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 20px;
}

#content .title a {
	color: #333333;
}

#content .title a:hover {
	color: #5F6F81;
}

#content table.table {
	border: 1px solid #E5E5E5;
	margin: 0 -1px 10px 0;
	text-align: left;
	width: 100%;
}

#content table.table.small-table {
	width: 75%;
}

#content table.center,#content table .center {
	text-align: center;
}

#content table.table .tdleft {
	text-align: left;
}

#content table.table .tdright {
	text-align: right;
}

#content .table tr th,#main .table thead th {
	background: #EEEEEE;
	border: 1px solid #E5E5E5;
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 14px;
}

#content .table tr td {
	border: 1px solid #E5E5E5;
	padding: 6px 14px;
}

#content .table tr.odd td {
	background: #F7F7F7;
}

#content .table tr:hover td {
	background: #c9eea5;
	color: #333;
}

#content .table tr.negative td {
	background: #FECDC6;
}

#content .table tr.positive td {
	background: #5F6F81;
}

#content .table tr.active td {
	background: #5F6F81;
	color: #FFFFFF;
}

#content .table tr.active td a {
	color: #fff;
}

#content .table hr {
	background-color: #E7E7E7;
	border: 0 none;
	clear: both;
	height: 1px;
	margin: 10px 0;
}

#content .button {
	background: #5F6F81;
	border: 1px solid #5F6F81;
	color: #ffffff;
	cursor: pointer;
	padding: 5px 15px;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
}

#content .button:hover,input[type="submit"]:hover {
	background: #5F6F81;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignleft1 {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #EDEDED;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.aligncenter {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
}
.bold {
	font-weight: 900;
}

/* S I D E B A R
------------------------------------- */
#sidebar a {
	color: #5F6F81;
}

#sidebar a,#sidebar a:visited,#sidebar a:active {
	text-decoration: none;
}

#sidebar a:hover,#sidebar .active>a {
	text-decoration: underline;
	color: #fff;
}

#sidebar .block {
	background: url("../img/block-bg.gif") repeat-x 0 0 #000;
	color: #e7e7e7;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar .block h3 {
	color: #FFFFFF;
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url('../img/block-title.gif') 0 0 no-repeat;
	height: 54px;
	line-height: 54px;
}

#sidebar .block.red h3 {
	background: url('../img/block-title-red.gif') 0 0 no-repeat;
}

#sidebar .block .widget-title {
	color: #FFFFFF;
}

#sidebar .block ul {
	padding: 0 20px;
	margin: 0;
}

#sidebar .block ul li {
	background: url("../img/block-list.gif") left bottom repeat-x;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#sidebar .block ul li:last-child {
	background: none;
}

#sidebar .block ul li li {
	margin: 0;
	padding: 0;
	background: none;
}

#sidebar .auto-height {
	max-height: 500px;
	overflow-y: auto;
}

/* F O O T E R
------------------------------------- */
#footer {
	background: url("../img/footer-bg.gif") center top repeat;
	clear: both;
	color: #fff;
	font-size: 11px;
	width: 100%;
}

#subscribe-form {
	margin: 0 auto;
	color: #8B8B8B;
	width: 550px;
}

#footer #subscribe-form {
	background: url("../img/footer-line.png") repeat-x center bottom;
	padding: 10px 0 30px 0;
	margin: 0;
	width: 100%;
	display: block !important;
}

#subscribe-form .title {
	background: url("../img/newsletter-title-bg.gif") no-repeat left center;
	height: 37px;
	line-height: 30px;
	color: #F22F2D;
	font-size: 22px;
	padding: 0 20px 0 70px;
	margin: 0 0 10px 0;
	display: block;
}

#footer #subscribe-form .title {
	display: inline-block;
	margin: 0;
}

#subscribe-form form {
	display: inline-block;
	height: 37px;
	line-height: 30px;
}

#subscribe-form #email {
	margin: 0;
	width: 280px;
	height: 22px;
	line-height: 22px;
}

#footer #subscribe-form #email {
	background: url("../img/subscribe-input-bg.png") repeat-x center top;
	color: #999999;
	width: 426px;
	border: none !important;
	box-shadow: none !important;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}

#footer #footer-area {
	background: url("../img/footer-glow.gif") center top no-repeat;
	min-height: 290px;
	padding: 10px 20px;
}

#footer #footer-area .block {
	float: left;
	background: url("../img/ver-line.gif") repeat-y left top;
	width: 215px;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	min-height: 215px;
}

#footer #footer-area .block h4 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}

#footer-area a {
	color: #8B8B8B;
}

#footer-area p {
	color: #8B8B8B;
}

#footer-area span {
	color: #ffffff;
}

#footer-area a,#footer-area a:visited,#footer-area a:active {
	text-decoration: none;
}

#footer-area a:hover,#footer-area .active>a {
	text-decoration: underline;
	color: #fff;
}

#footer-area .block ul {
	padding: 0 20px;
	margin: 0;
}

#footer-area .block ul li {
	background: url("../img/block-list.gif") left bottom repeat-x;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#footer-area .block ul li:last-child {
	background: none;
}

#footer-area .block ul li li {
	margin: 0;
	padding: 0;
	background: none;
}

#footer a {
	color: #8B8B8B;
}

#footer #copyright {
	text-align: right;
	padding: 10px;
	color: #8B8B8B;
}

#footer #footer-nav span {
	margin: 0 0 0 5px;
}

#footer ul#footer-nav a {
	
}

/* M I S C
------------------------------------- */
.filter {
	margin: 10px 0;
	clear: both;
	padding: 10px;
	border: 1px solid #ccc;
}

.filter input[type="submit"] {
	margin-bottom: 0 !important;
}

.show-item {
	display: block;
}

.hide-item {
	display: none;
}

.invisible {
	display: none;
}

/* U I  D I A L O G
------------------------------------- */
#dialog_container {
	display: none;
	overflow: auto;
}

/* P A G I N A T I O N
------------------------------------- */
.pagination {
	padding: 5px;
	margin: 0;
	list-style: none;
	text-align: center;
}

.pagination li {
	display: inline;
	list-style: none;
}

.pagination a {
	background: #e7e7e7;
	border: 1px solid #d7d7d7;
	color: #666;
	margin-right: 4px;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none;
}

.pagination a:hover,.pagination a:active {
	background: #d7d7d7;
	color: #888;
}

.pagination .pagination-title {
	font-size: 1em;
	margin-right: 4px;
}

.pagination .gap {
	color: #999;
	margin-right: 4px;
}

.pagination .current {
	color: #fff;
	background: #5F6F81;
	border: 1px solid #fff;
	margin-right: 4px;
	padding: 3px 6px;
}

.pagination .page {
	
}

.pagination .prev,.pagination .next {
	
}

/* I C O N S
------------------------------------- */
a.icon,span.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: text-bottom;
	text-indent: -999em;
	margin: 0 2px;
}

.icon.tag {
	background: url('../img/icons/16/tags.png') 0 0 no-repeat;
}

.icon.edit {
	background: url('../img/icons/16/edit.png') 0 0 no-repeat;
}

.icon.delete {
	background: url('../img/icons/16/delete.png') 0 0 no-repeat;
}

.icon.download {
	background: url('../img/icons/16/download.png') 0 0 no-repeat;
}
.icon.page {
	background: url('../img/icons/16/page.png') 0 0 no-repeat;
}

.icon.view {
	background: url('../img/icons/16/view.png') 0 0 no-repeat;
}

.icon.yes {
	background: url('../img/icons/16/accept.png') 0 0 no-repeat;
}

.icon.no {
	background: url('../img/icons/16/cancel.png') 0 0 no-repeat;
}

.icon.buy {
	background: url('../img/icons/16/buy.png') 0 0 no-repeat;
}
.icon.replay {
	background: url('../img/icons/16/user_edit.png') 0 0 no-repeat;
}
.icon.telephone {
	background: url('../img/icons/16/telephone.png') 0 0 no-repeat;
}
.icon.gift {
	background: url('../img/icons/16/gift.png') 0 0 no-repeat;
}
.icon.pdf {
	background: url('../img/icons/16/page_white_acrobat.png') 0 0 no-repeat;
}
.icon.proforma {
	background: url('../img/icons/16/photos.png') 0 0 no-repeat;
}

.icon.reservation {
	background: url('../img/icons/16/calendar.png') 0 0 no-repeat;
}

/* M I S C
------------------------------------- */
#premium-companies {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 9;
}

#premium-companies .premium a {
	width: 90px;
	background: #626262;
	border-radius: 4px 0 0 4px;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #fff;
	display: block;
	text-decoration: none;
}

#premium-companies .premium a:hover,#premium-companies .premium a.active
	{
	background: #313131;
}

.google-maps {
	width: 98%;
	height: 200px;
	border: 1px solid #EDEDED;
	padding: 1%;
}

.google-maps .google-map {
	width: 100%;
	height: 100%;
}

.manufacturer {
	float: left;
	text-align: center;
}

.manufacturer a {
	float: left;
	display: block;
	padding: 5px;
	margin: 5px;
	border: 1px solid #EDEDED;
}

.manufacturer a:hover {
	background: #EDEDED;
}

.manufacturer a img {
	float: left;
}

.sitemap-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.sitemap-list ul {
	list-style: none !important;
}

.sitemap-title {
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
	line-height: 1em;
}

.sitemap-list a,.sitemap-title a {
	font-size: 12px;
}

.new-coordinates {
	margin: 5px 0;
	padding: 5px;
	background: #f3f3f3;
	clear: both;
	position: relative;
}

.new-coordinates.new {
	background: #fd0;
}

.new-coordinates label {
	vertical-align: middle;
}

.new-coordinates .delete {
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 5px;
	display: block;
	z-index: 2;
}

span.required-item {
	color: #f00;
}

form .required.error {
	border: 1px solid #F45D43;
	background: #FECDC6;
}

/*Home page*/
.new-products {
	
}

.new-products .home-item {
	float: left;
	padding: 15px 20px 15px 0;
	margin: 0 20px 20px 0;
	background: url("../img/ver-line.gif") repeat-y right top;
	width: 145px;
}

.new-products .home-item.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

.new-products .home-item .featured-img {
	margin: 15px 0;
	height: 145px;
}

.new-products .home-item .product-price {
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.new-products .home-item .product-price .special {
	color: #5F6F81;
}

/*Home page SPECIAL*/
.special-carousel {
	
}

.special-carousel .home-item {
	float: left;
	padding: 15px 20px 15px 0;
	margin: 0 20px 20px 0;
	background: url("../img/ver-line.gif") repeat-y right top;
	width: 145px;
}

.special-carousel .home-item.last {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
h4.product-name {
    height: 30px;
text-align: center;
}

h4.product-name a{
    text-decoration: none;
}
special-carousel .home-item .product-name a {
    text-decoration: none;
}
.special-carousel .home-item .featured-img {
	margin: 15px 0;
	height: 145px;
}
.special-carousel .home-item .featured-img img{
    max-width: 158px;
    max-height: 170px
}
.special-carousel .home-item .product-price {
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.special-carousel .home-item .product-price .special {
	color: #5F6F81;
}


/*proizvodi saloni*/
.new-products {
	
}

.new-products .salon-item {
	float: left;
	padding: 15px 20px 15px 0;
	margin: 0 20px 20px 0;
	background: url("../img/ver-line.gif") repeat-y right top;
	width: 145px;
}

.new-products .salon-item.last {
	margin-right: 1;
	padding-right: 0;
	background: none;
}

.new-products .salon-item .featured-img {
	margin: 15px 0;
	height: 145px;
}

.new-products .salon-item .product-price {
	font-size: 20px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

.new-products .salon-item .product-price .special {
	color: #5F6F81;
}

/*proizvodi saloni*/
/*Products*/
.toolbar {
	background: url("../img/tail-toolbar.gif") repeat-x 0 bottom #FFFFFF;
	border: 1px solid #ECECEC;
	margin-bottom: 20px;
}

.toolbar .sorter {
	padding: 5px;
	height: 24px;
}

.toolbar .control {
	
}

.toolbar .sorter .grid,.toolbar .sorter .list {
	background: url('../img/grid-list.png') 0 0 no-repeat;
	width: 25px;
	height: 24px;
	display: inline-block;
}

.toolbar .sorter .grid {
	background-position: 0 -24px;
}

.toolbar .sorter .grid:hover,.toolbar .sorter .grid.active {
	background-position: 0 0;
}

.toolbar .sorter .list {
	background-position: -25px -24px;
}

.toolbar .sorter .list:hover,.toolbar .sorter .list.active {
	background-position: -25px 0;
}

.products-view {
	position: relative;
}

.products-grid .item {
	float: left;
	width: 200px;
	padding: 9px;
	border: 1px solid #ededed;
	margin: 0 20px 20px 0;
}

.products-grid .item:hover {
	-webkit-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 0px 9px rgba(50, 50, 50, 0.1);
}

.products-grid .last {
	margin-right: 0;
}

.products-list {
	border: 1px solid #ededed;
	padding: 20px 20px 0 20px;
}

.products-list .item {
	border-bottom: 1px solid #ededed;
	margin: 0 0 20px 0;
	padding: 0 0 20px 220px;
	position: relative;
	min-height: 200px;
}

.products-list .item .featured-img {
	position: absolute;
	top: 0;
	left: 0;
}

.products-view .product-name,.new-products .product-name {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	min-height: 30px;
}

.products-view .product-name a,.new-products .product-name a {
	color: #F22F2D;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

.products-view .product-name a:hover,.new-products .product-name a:hover
	{
	color: #363636;
}

.products-view .product-mnfr,.compare-item .product-mnfr {
	float: right;
	padding: 2px;
	border: 1px solid #ededed;
}

.products-view .desc {
	color: #B2B2B2;
	overflow: hidden;
	margin: 5px 0;
	font-size: 12px;
	line-height: 1em;
	min-height: 60px;
}

.desc {
			max-height: 75px;
			position: relative;
			padding: 20px;
			overflow: hidden;
		}
.desc .read-more { 
			position: absolute; 
			bottom: 0; left: 0;
			width: 100%; 
			text-align: center; 
			margin: 0; 
			padding: 30px 0 30px 0; 
			
		}

.products-grid .featured-img {
	width: 200px;
	height: 200px;
	margin: 0 0 10px 0;
	position: relative;
}

.products-view .sale {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 80px;
	height: 30px;
	background: url('../img/sale.png') 0 0 no-repeat;
}

.products-view .compare-item,.product-top-details .compare-item {
	background: url('../img/comparelist-bg.png') left center no-repeat;
	line-height: 14px;
	height: 14px;
	padding-left: 20px;
	color: #888787;
	text-decoration: none;
}

.products-view .compare-item:hover,.product-top-details .compare-item:hover
	{
	color: #5F6F81;
}

.products-view .product-price {
	font-size: 22px;
	height: 22px;
	line-height: 22px;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-align: center;
}

.products-view .product-price .special {
	color: #5F6F81;
}

.products-view .product-compare,.product-top-details .product-compare {
	text-align: center;
}

/*Compare products*/
#compare-items {
	margin: 0 auto;
	padding: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

#compare-items .compare-item {
	float: left;
	width: 40%;
	margin: 2%;
	padding: 2%;
	border: 1px solid #ededed;
	background: #fff;
	text-align: left;
}

#compare-items .compare-item .product-name {
	padding: 0;
	margin: 0 0 20px 0;
}

#compare-items .compare-item .product-price {
	font-size: 22px;
	height: 22px;
	line-height: 22px;
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-align: center;
}

#compare-items .compare-item .product-price .special {
	color: #5F6F81;
}

/* S I N G L E   P R O D U C T
------------------------------------- */
.product-top-details {
	margin: 0 0 20px 0;
}

.product-images {
	float: left;
	width: 300px;
	overflow: hidden;
}

.product-images .large-image {
	width: 300px;
	height: 225px;
	margin: 0 0 20px 0;
	display: block;
}

.product-images .large-image img {
	max-width: 300px;
	max-height: 225px;
}

.product-images .small-image {
	display: inline-block;
}

.product-images .small-image img {
	max-width: 80px;
	max-height: 80px;
	margin: 4px;
	padding: 5px;
	border: 1px solid #ededed;
	display: inline-block;
}

.product-details {
	float: right;
	width: 380px;
}

.product-details .product-highlights {
	margin: 0 0 20px 0;
}

.product-details .product-price {
	float: left;
	font-size: 22px;
	width: 50%;
}

.product-details .product-price .regular {
	float: left;
	line-height: 1.5em;
}

.product-details .product-price .special {
	float: left;
	color: #5F6F81;
	line-height: 1.5em;
}

.product-details .product-company {
	float: right;
}

.similiar-products {
	margin: 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ededed;
}

.similiar-products h4 {
	padding: 0 0 20px 0;
	margin: 0;
}

#ajax-msg {
	display: none;
}

#print-coupon {
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	border: 1px dashed #ccc;
	background: #fff;
}

#barcode {
	overflow: hidden !important;
}

.ostale-vesti {
	font-size: 22px;
	font-weight: lighter;
	line-height: 54px;
	padding: 10px 0 0 20px;
	margin: 0;
	color: #333;
	background: url('../img/content-title.gif') 0 0 no-repeat;
	margin-top: 20px;
}

.ostale-vesti h3 span {
	color: #C70E0C;
}

.ostale-vesti a {
	text-align: center;
	text-decoration: none;
}

.ostale-vesti a:hover img {
	opacity: 0.6;
	filter: alpha(opacity =   60);
}

.ostale-vesti a h5 {
	color: #F22F2D;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #EDEDED;
	margin-top: 8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ostale-vesti a:hover h5 {
	color: #fff;
	background-color: #F22F2D;
}

.ostale-vesti ul {
	list-style: none;
}

.ostale-vesti li {
	display: inline-block;
	margin-right: 15px;
}

/*Katalozi*/
.katalozi {
	font-size: 22px;
	font-weight: lighter;
	line-height: 54px;
	padding: 10px 0 0 20px;
	margin: 0;
	color: #333;
	margin-top: 20px;
}

.katalozi h3 span {
	color: #C70E0C;
}

.katalozi a {
	text-align: center;
	text-decoration: none;
}

.katalozi a:hover img {
	opacity: 0.6;
	filter: alpha(opacity =   60);
}

.katalozi a h2 {
	color: #F22F2D;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	border: 1px solid #EDEDED;
	margin-top: 8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.katalozi a:hover h2 {
	color: #fff;
	background-color: #F22F2D;
}

.katalozi ul {
	list-style: none;
}

.katalozi li {
	display: inline-block;
	margin-right: 15px;
}

.katalozi p {
	text-align: center;
	font-size: 15px;
	display: block;
}

/*Katalozi*/
.social {
	position: absolute;
	margin-top: -10px;
	margin-left: 480px;
}
#facebook-pop{
display:block !important;
}
#goog {
	position: absolute;
	margin-top: -40px;
	margin-left: 106px;
}
.oglas{
margin-left:-15px;
}
.pogledaj {
	text-align: center;
	color: red;
	border: 2px solid #C70E0C;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}

.pogledaj a {
	text-decoration: none;
}

/*Float compare*/
#compare {
	position: fixed;
	bottom: -20px;
	right: 0;
	z-index: 10;
}

#compare .compitem a {
	width: 180px;
	border-radius: 4px 0 0 4px;
	padding: 3px;
	margin: 0 0 10px 0;
	color: #fff;
	display: block;
	text-decoration: none;
}

#compare .compitem a:hover,#compare .compitem a.active {
	color: red;
}

#button {
	font-size: 37px;
	float: right;
	cursor: pointer;
}

.dugme {
	background: #5F6F81;
	width: 65px !important;
	padding: 10px !important;
	color: #fff !important;
}

.dugme :hover {
	background: transparent;
}
/*Float compare*/

.dugme-naslovna{ 
font-size: 12px;
    border-radius: 10px;
    margin-top: 14px;
    margin-right: 16px;
	color: #fff !important;
}

/* R E P O R T
------------------------------------- */
.report {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #e4e5e7;
}

.report h4 {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-size: 16px;
	font-weight: 600;
}

.report .report-message {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 11px;
	font-style: italic;
	padding: 8px;
	border-radius: 8px;
	background: #eee;
}

.report .report-message img {
	vertical-align: middle;
}

.report .avatar {
	background: #fff;
	padding: 3px;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
}

.report .message {
	margin: 0 70px;
}

.left-report .avatar {
	float: left;
}

.right-report {
	text-align: right !important;
}

.right-report .avatar {
	float: right;
}

#comment_author,#comment_email {
	width: 98%;
}

#comment_message {
	width: 98%;
	height: 82px;
	min-width: 98%;
	max-width: 98px;
	min-height: 82px;
}

/*carosel*/
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

/*Spec promena boje*/

.glove {
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes greenPulse {
  from { background-color: #d9201b; }
  50% { background-color: #a20e0c;  }
  to { background-color: #d9201b;  }
}


/*Spec promena boje*/

@media only screen and (max-width: 600px) {
	
	/* Force table to not be like tables anymore */
	.table table, 
	.table thead, 
	.table tbody, 
	.table th, 
	.table td, 
	.table tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.table tr { border: 1px solid #ccc; }
 
	.table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.table td:before { 
		/* Now like a table header 
		position: absolute;*/
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.table td:before { content: attr(data-title); }
}
						