@font-face {
	font-family: 'DessauProRegular';
	src: url('dessaupro-webfont.eot');
	src: local('?'), url('dessaupro-webfont.woff') format('woff'), url('dessaupro-webfont.ttf') format('truetype'), url('dessaupro-webfont.svg#webfontozFEExGB') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	background: #fff url(images/body-fade-bottom.png) repeat-x bottom;
}

body {
	background: transparent url(images/body-fade-top.png) repeat-x top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0;
}
h1 {
    color: #666666;
    font-size: 25px;
    font-weight: normal;
    margin: 5px 0;
}
h2.title {
	font-size: 14pt;
}

a {
	color: #a0291d;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.active { font-weight: bold; }

a img {
	border: 0;
}


#container {
	margin: 0 auto;
	width: 960px;
}

table { border-collapse: separate; }

/**** Header ****/
#header {
	position: relative;
	height: 110px;
}
	#top-nav{
		float: right;
		margin-top: 5px;
	}
	#top-nav ul {
		margin: 0; padding: 0;
	}
	#top-nav li {
		list-style: none;
		float: left;
		border-right: 1px solid #515151;
		padding:0 10px;
	}
		#top-nav li.last { border: none; }
	
	#top-nav li a {
		color: #515151;
		text-decoration: none;
	}
	#top-nav li a:hover, #top-nav li a.active{
		color: #c90d0d;
	}
	
	#header-nav {
		position: absolute;
		bottom: 0;
		right: 10px;
		margin: 0;
		padding: 0;
	}

	#header-nav li {
		background: url(images/header-navs.png) no-repeat;
		float: left;
		height: 27px;
		line-height: 30px;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		width: 99px;
		text-align: center;
		overflow: hidden;
	}
		
		#header-nav  li a{
			color: #656565;
		}

		
#logo {
	float: left;
	width: 282px;
	margin: 10px;
}

#slogan {
	color: #f28585;
	font-family: DessauProRegular, Arial, Helvetica, sans-serif;
	font-size: 45px;
	position: absolute;
	right: 10px;
	top: 20px;
}
	#slogan .green {
		font-size: 24px;
		color: #94ced2;
	}

#welcomeUser {
	clear: right;
	float: right;
	font-size: 10.5pt;
	height: 15px;
	margin: 0 80px 0 0;
	min-width: 100px;
	text-align: right;
}



/**** Navigation ****/
#navigation {
	background: url(images/nav-shadow.png) no-repeat bottom;
	height: 52px;	
	padding-bottom: 13px;
	margin-bottom: -13px;
	position: relative;
	z-index: 20;
}
#navigation h1.title {
	font-family: DessauProRegular,Arial,Helvetica,sans-serif;
	font-weight: normal;
	background: url(images/nav-fade.png) repeat-x;
    border: 1px solid #000000;
    color: #FFFFFF;
    float: left;
    height: 32px;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 938px;
}

#navigation ul.menu {
	background: url(images/nav-fade.png) repeat-x;
	width: 958px;
	height: 52px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #000;
}
#navigation ul.menu li {
	background: url(images/nav-division.png) no-repeat center left;
	float: left;
	height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
}
	#navigation ul.menu li a {
		color: #fff;
		display: block;
		float: left;
		font-size: 8pt;
		font-weight: bold;
		line-height: 51px;
		padding: 0 14px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#navigation ul.menu li a:hover {
		color: #94ced2;
	}
	#navigation ul.menu li.first {
		background: none;
	}
	#navigation ul.menu li.first a:hover {
		
	}
	
#navigation ul.menu li:hover a, #navigation ul.menu li.over a {
	background-position:center bottom;
}
#navigation ul.menu li .submenus {
	background: transparent url(images/navsub-shadow.png) no-repeat bottom;  
	position: absolute;
	z-index: 10;
	top: 51px;
	left: 18px;
	height: 36px;
	width: 922px;
	display: none;
}

#navigation ul.menu li .submenus.active-trail {
	display: block;
}

#navigation ul.menu li .submenu {
	background: #f28585 url(images/submenu-fade.png) repeat-x top;
	height: 25px;
	width: 100%;
   
}
#navigation ul.menu li ul {
	background: none;
	border: none;
	padding: 0;
	float: left;
	width: auto;
}

#navigation ul.menu li ul li {
	float: left;
	background: none;
	height: 25px;
}
#navigation ul.menu li ul li a {
	background:none;
	color:#FFFFFF;
	font-size:11px;
	font-weight: normal;
	line-height:25px;
	padding:0 10px;
}
#navigation ul.menu li ul li a:hover, #navigation ul.menu li ul li a.active {
	color:#3a3a3a;
	background: none;
}
#navigation ul.menu li:hover .submenus, #navigation ul.menu li.over ul {
	display:block;
	
}



#searchBox {
	float: right;
	height: 20px;
	margin: 7px 10px 0 0;
}
#searchBox input.form-text {
	background: url(images/searchBox.gif) no-repeat;
	border: 0;
	font-size: 8pt;
	height: 20px;
	padding: 0 3px 0;
	width: 128px;
}


/**** Main Body ****/
#pagecontentbody {
	
	width: 100%;
}

#categoryBox {
	width: 168px;
}
	#categoryBox h2 {
		color: #fff;
		font-size: 9pt;
		margin: 8px 0;
		text-align: center;
		text-transform: uppercase;
	}
	
#catlist ul {
	margin: 0;
	padding: 0 10px;
}
#catlist ul li {
	background:url("images/listArrow.gif") no-repeat scroll 5px 7px transparent;
	border-top:1px solid #C6A380;
	list-style:none outside none;
	padding:1px 18px;
}
	#catlist ul li.last {
		border-bottom: 1px solid #c6a380;
	}
		#catlist ul li ul li.last {
			border-bottom: none;
		}
#catlist ul li a.active, #catlist ul li a:hover { font-weight: normal; color: #000; }		

	
#newsletterBox {
	background: url(images/newsletterBox.gif) no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	height: 88px;
	margin: 5px 0;
	padding: 1px 10px;
	width: 148px;
}
	#newsletterBox h2 {
		color: #fff;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin: 5px 0;
		text-align: center;
	}
	#newsletterBox a {
		color: #000;
		text-decoration: underline;
	}
	#newsletterBox a:hover {
		color: #fff;
	}
#newsletterBox label {
	float: left;
}
#newsletterBox input {
	border: 0;
	float: left;
	font-size: 8pt;
	height: 21px;
	padding: 0 3px;
	width: 100px;
}


#maincontent, #pagecontent {
	background: transparent url(images/content-bg.png) repeat-y center;
}
	
	#pagecontent.blog {
		background: #fff url(images/blog-fade-top.png) repeat-x top;
		border-radius: 10px 10px 10px 10px;
		padding: 25px 30px;
	}
		#pagecontent.blog .left {
			float: left;
			width: 625px;	
		}
		#pagecontent.blog .right {
		/*	background: #1a1a1a url(images/cat-fade.png) repeat-x center 34px; */
			float: right;
			margin-bottom: -10px;
			padding: 0 10px 10px;
			width: 236px;
		}
		
		#pagecontent.blog .right h2 {
			border-bottom: 1px solid #666666;
			color: #666666;
			font-size: 25px;
			font-weight: normal;
			margin: 0;
		}
			#pagecontent.blog .right table {
				margin: 0 0 10px;
			}

			#pagecontent.blog .right .arrows {
				margin-bottom: -1px;
			}
			#pagecontent.blog .right .arrowleft {
				float: left;
			}			
			#pagecontent.blog .right .arrowright {
				float: right;
			}
				#pagecontent.blog .right table td a {
					font-size: 14px;
					font-weight: bold;
					color: #F28585;
				}

		#pagecontent.blog .socialnews {
			margin-left:-20px;
		}
		#pagecontent.blog .fivestar-summary{
			color: #fff;
		}
		
		#pagecontent.blog h1.title, #pagecontent.blog .right h1.title {
			font-size: 25px;
		}
		#pagecontent.blog .right h1.title {
			 margin: -15px -10px 0;
			 font-size: 18px;
			 padding-top: 10px;
		}
		
		#pagecontent.blog h2.title {
			font-size: 21px;
		}
		#pagecontent.blog .categories {

		}
		#pagecontent.blog .category {
			background: none repeat scroll 0 0 #FFFFFF;
			border-radius: 5px 5px 5px 5px;
			box-shadow: 0 1px 2px #666666;
			margin: 0 0 20px;
			padding: 10px 15px;
		}
			#pagecontent.blog .category .sharethis {
				background: none repeat scroll 0 0 #F2F2F2;
				border-radius: 0 0 5px 5px;
				height: 25px;
				margin: 0 -15px -10px;
				padding: 10px;
			}
		
		#pagecontent.blog .uncategory {
			margin: -20px -20px -10px;
			padding: 20px;
		}
		#pagecontent.blog .toy .title {
			margin: -15px -15px 0;
		}
		#pagecontent.blog .toy {
			background: #fff;
			border: 1px solid #A8A8A8;			
			padding: 15px;
		}
		#pagecontent.blog div.links {
			float: right;
			margin: 13px 0 0;
		}
			#pagecontent.blog div.links li{
				color: #000;
			}

		#pagecontent .links  li {
			border: 1px solid #CCCCCC;
			border-radius: 5px 5px 5px 5px;
			color: #FFFFFF;
			float: right;
			font-weight: bold;
			padding: 2px 10px;
			margin: 0 2px;
		}
		#pagecontent .links  li a{
			color: #F28585;
		}

		
	#pagecontent {
		padding: 40px 50px;
	}
#mainshadow {
	background: transparent url(images/maincontent-fade.png) no-repeat;
	width: 960px;
	height: 10px;
}

	#maincontent {
		height: 491px;
	}
	#maincontent .hitem{
		background-position: bottom left;
		background-repeat: no-repeat;
		height: 491px;
		margin: 0 10px;
		width: 940px;
		position: absolute;
		overflow: hidden;
	}
		
		#maincontent .hitem h2{
			color: #94CED2;
			font-family: DessauProRegular, Arial, Helvetica, sans-serif;
			font-size: 25px;
			font-weight: normal;
			line-height: 24px;
			margin: 0;
			text-align: center;
		}
			#maincontent .hitem h2.title{
				font-size: 30px;
			}

		#maincontent .hitem h4{
			color: #94CED2;
			font-family: DessauProRegular, Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;
			margin: 0;
			text-align: right;
		}
		
		#maincontent .hitem.active{
			z-index:10;
		}

		#maincontent  .hitem.last-active{
			z-index:9;
		}	


	#maincontent .desc{
		position: absolute;
		right: 40px;
		top: 40px;
		width:225px;
	}
	#maincontent .desc .top{
		background: url(images/bgdesc.png) top;
		height: 10px;
	}
	#maincontent .desc .center{
		background: url(images/bgdesc.png) center;
		padding: 10px;
	}
	#maincontent .desc .bottom{
		background: url(images/bgdesc.png) bottom;
		height: 10px;
	}
	
	#maincontent #promoted {
		background-color:#FFFFFF;
	    border: 1px solid #CCCCCC;
	    bottom: 0;
	    height: 309px;
	    margin: 10px 50px 0;
	    padding: 1px;
	    position: absolute;
	    right: 0;
	    text-align: center;
	    width: 114px;
	}
		#promoted h3 { margin: 10px;}
		#promoted .products {
		    float: left;
		    height: 100px;
		    margin: 2px 4px;
		    text-align: center;
		    width: 105px;
		}
			#promoted .products img{
				
			}
	
	
	
.box1 {
/* 	background : url(images/box1.gif) no-repeat;  */
	float: left;
	min-height: 200px;
	padding: 5px 20px 15px;
	width: 210px;
}
	.box1 p {
		float: left;
		margin: 8px 0;
	}
	
	.box1 h2, .box2  h2, .rightBox h2{
		font-weight: normal;
		color: #666;
		font-family: DessauProRegular,Arial,Helvetica,sans-serif;
		font-size: 18px;
	}
.box1 label {
	float: left;
	width: 60px;
}
.box1 input {
	background: #fff;
	border: 1px solid #a4a4a4;
	float: left;
	height: 15px;
	width: 120px;
}
.box1 textarea {
	background: #fff;
	border: 1px solid #a4a4a4;
	float: left;
	height: 80px;
	width: 120px;
}
.box1 .submit {
	margin: 0 0 0 60px;
}


#-question-form .form-item{
	padding: 10px 0;
}
	#-question-form .form-submit{
		width: 76px;
		height: 23px;
		float: right;
		margin-top: 10px;
	}

#rightpanel .right {
	float: left;
	width: 205px;
}

#cpanelBox {
	height:100px;
	padding:10px;
	width:185px;
}
	#cpanelBox p {
		float: left;
		margin: 5px 0 0;
	}
	*html #cpanelBox p {
		clear: both;
		width: 100%;
	}
#cpanelBox label {
	float: left;
	font-size: 8pt;
	font-weight: bold;
	width: 63px;
}
#cpanelBox input {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #A4A4A4;
	float:left;
	height:15px;
	width:105px;
}
	#cpanelBox .form-item{ margin:10px 0; padding:7px 0;}
	#cpanelBox input.form-submit {
		background:none;
		border: none;
		cursor:pointer;
		float:right;
		font-size:7pt;
		font-weight:bold;
		height:18px;
		margin:2px 0;
		padding:0;
		width:40px;
	}
	#cpanelBox p.cpanelLinks {
		color: #000;
		font-size: 7.5pt;
		font-weight: bold;
		margin: 6px 0 0;
	}
	#cpanelBox p.cpanelLinks a {
		color: #000;
	}
	

#pagecontent {
	min-height: 400px;
	padding: 50px 30px;
	position: relative;
	z-index: 1;
}
	#pagecontent h2.title, #pagecontent h1.title {
		color: #94ced2;
		font-size: 20pt;
		font-weight: normal;
		font-family: DessauProRegular,Arial,Helvetica,sans-serif;
		margin: 5px 0;
	}
	
#pagecontent ul.innerCatList {
	background: url(images/innerCatList.gif) no-repeat;
	color: #fff;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	height: 33px;
	list-style: none;
	margin: 0 auto;
	padding: 0 3px 5px 5px;
	text-align: center;
	text-shadow: -2px 1px #555;
	width: 600px;
}
#pagecontent ul.innerCatList li {
	background: url(images/innerCatList-sep.gif) no-repeat left 3px;
	display: inline;
	line-height: 30px;
	margin: 0;
	padding: 0 7px 0 12px;
}
#pagecontent ul.innerCatList li.first {
	background: 0 none;
}
	#pagecontent ul.innerCatList li a {
		color: #fff;
		text-decoration: none;
	}
	
	
#pagecontent .breadcrumb {
	font-size: 12pt;
}
	#pagecontent .breadcrumb a {
		color: #000;
		text-decoration: none;
	}
	#pagecontent .breadcrumb span a, #pagecontent .breadcrumb span{
		color: #926850;
		text-transform: uppercase;
	}
	#pagecontent .breadcrumb a:hover,
	#pagecontent .breadcrumb span a:hover {
		text-decoration: underline;
	}
	
#pagecontent p.smaller {
	font-size: 8pt;
}

#pagecontent .statusbar {
	border-bottom: 1px solid #bfbfbf;
	clear: both;
	float: left;
	font-size: 7pt;
	margin-bottom: 10px;
	width: 100%;
}

#pagecontent .fivestar-widget, #pagecontent .fivestar-static-form-item {
	float: right;
	margin-bottom: 5px;
    margin-left: 10px;
}
#pagecontent .fivestar-widget label, #pagecontent .fivestar-static-form-item label {
	float: left;
	margin-right: 5px;
}
#pagecontent.blog .fivestar-widget label, #pagecontent.blog .fivestar-static-form-item label {
	color: #fff;
}
#pagecontent .fivestar-widget-static {
	width: 130px;
}
#pagecontent ul.productList {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#pagecontent ul.productList li {
	float: left;
	height: 150px;
	margin: 10px 0;
	width: 325px;
}

#pagecontent ul.productList li .image {
	float: left;
	min-height: 1px;
	padding-right: 10px;
	width: 122px;
}

#pagecontent ul.productList li .content {
	float: left;
	min-height: 1px;
	width: 180px;
}
	#pagecontent ul.productList li .content h3,
	#pagecontent ul.productList li .content h3 a {
		color: #7a472a;
		margin: 0;
		text-decoration: none;
	}
	#pagecontent ul.productList li .content h3 a:hover {
		text-decoration: underline;
	}
	
	#pagecontent ul.productList li .content p {
		font-size: 8pt;
		margin: 0;
	}
	
	#pagecontent ul.productList li .content p.checkout {
		font-size: 10pt;
		line-height: 21px;
		margin: 10px 0 0;
	}
	
#pagecontent .productPreview {
    float: left;
    min-height: 1px;
    text-align: center;
    width: 450px;
}
	#pagecontent .productPreview .main-product-image{
		border: 1px solid #ccc;
		padding: 10px;
	}

	#pagecontent .productPreview h3 {
		background: url(images/recommended-titleBg.gif) no-repeat;
		color: #fff;
		display: block;
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		height: 27px;
		line-height: 25px;
		margin: 0;
		padding-left: 15px;
		text-transform: uppercase;
		width: 330px;
	}
	
#pagecontent .productPreview ul {
	border:2px solid #DDDDDD;
	display:block;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:10px 5px 0;
	width:330px;
}
#pagecontent .productPreview ul li {
	float:left;
	font-size:8pt;
	height:126px;
	line-height:8pt;
	margin:5px 2px;
	text-align:center;
	width:106px;
}

#pagecontent .productDescription {
	float: right;
	font-size: 9pt;
	min-height: 1px;
	position: relative;
	width: 420px;
	z-index: 1;
}
	#pagecontent .productDescription h2 {
		border-bottom:1px solid #BFBFBF;
		font-size:13.5pt;
		margin-bottom:0;
		padding-right:60px;
		width:220px;
	}
	
#pagecontent .productDescription .price {
	font-size: 44px;
	color: #f28585;
	text-align: right;
}

#pagecontent .productDescription .viewAReview {
	margin: 15px auto 0;
	text-align: center;
	line-height: 25px;
}

#pagecontent .productDescription .writeAReview {
	background: url(images/writeAReviewBox.gif) no-repeat center;
	height: 25px;
	font-size: 8pt;
	line-height: 25px;
	margin: 15px auto 0;
	text-align: center;
	width: 266px;
}
	#pagecontent .productDescription .writeAReview a, #pagecontent .productDescription .viewAReview a {
		color: #701010;
		text-decoration: underline;
	}
	#pagecontent .productDescription .writeAReview a:hover {
		color: #666;
	}
	#pagecontent .productDescription .writeAReview img, #pagecontent .productDescription .viewAReview img {
		vertical-align: middle;
	}
	
	#pagecontent .productDescription .product-icons {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float: left;
		width: 100%;
	}
	#pagecontent .productDescription .product-icons .picon{
		float: left;
		clear: right;
		margin: 10px 15px;
		
	}
	
	#pagecontent .productDescription .sharethis {
		display: block;
	}


	#events .events {
		margin: 0 0 20px;
		border-bottom: 1px dotted #ccc;
	}
	#events .imagecache {
		float: left;
	}
	#events img{
		border: 1px solid #ccc;
		padding: 5px;
		display: block;
	}
	
h3.recommended {
	font-size: 24px;
	font-weight: normal;
	color: #f28585;
	border-top: 9px solid #f28585;
	padding-top: 15px;
}

#recommended {
	padding: 0; margin: 0;
}
	
#recommended h3.title {
	margin: 0 0 10px;
}
	
#recommended li{
    float: left;
    list-style: none outside none;
    margin-right: 30px;
    min-height: 200px;
    padding: 0;
    width: 270px;
}
	#recommended li .img{
		border: 1px solid #ccc;
		display: table;
		float: left;
		/* margin-right: 15px; */
		min-height: 145px;
		text-align: center;
	}
		#recommended li .img a{
			width: 120px;
			height: 145px;
			display: table-cell;
			vertical-align: middle;
		}
		#recommended li .price {
			color: #F28585;
			font-size: 14px;
			margin: 5px 0;
		}

/**** Footer ****/
#footer {
	background: #000 url(images/footer-fade.png) repeat-x;
	clear: both;
	height: 69px;
	text-align: center;
	margin: 20px 0 0;
	border-top: 17px solid #ff9999;
}
	#footer .wrapper {
		width: 960px;
		margin: 0 auto;
	}
	#footer .social {
		margin-top: 20px;
		float: left;
	}

#subnavlist {
	float: right;
	list-style: none;
	margin: 12px 0 0 0;
	padding: 0;
}
#subnavlist li {
	border-right: 1px solid #edd7ce;
	color: #fff;
	float: left;
	font-weight: bold;
	line-height: 10pt;
	padding: 0 7px;
	list-style: none;
}

#subnavlist li.last {
	border-right: 0;
}
	#subnavlist li a {
		color: #fff;
		font-weight: normal;
	}
	
#copyrights {
	float: right;
	clear: right;
	color: #fff;
	font-size: 8pt;
	margin: 15px 0 0;
}
	#copyrights a {
		color: #fff;
		text-decoration: none;
	}
	#copyrights a:hover {
		text-decoration: underline;
	}

	
		.profile .buttons {
			float:left;
			width:270px;
			height:80px;
		}
		
		.profile .buttons img{
			float:left;
			margin: 0 15px 0 0;
			
		}
		.profile .buttons a{
			color:#297085;
			text-decoration:none;
		}
		
		.profile .user-page{
			
		}
		.profile .user-page dt{
			color:#000000;
			font-size:14px;
		}

		
		#edit-field-layout-value-wrapper {
			background: url(images/layout.png) no-repeat bottom left;
			height: 160px;
		}

		#wholesaler-form {
			width: 800px;
		}
		
		#wholesaler-form .form-item { margin: 0 0 5px; }
		#wholesaler-form .form-text {
			width: 300px;
			border: 1px solid #999;
			padding: 5px;
		}
		#wholesaler-form .form-textarea {
			border: 1px solid #999;
		}
		
	#search-block-form {
		padding-top: 40px;
	}
	
	#search-block-form .form-text {
		border: 1px solid #CCCCCC;
		height: 14px;
		padding: 5px;
		width: 150px;
	}
		#search-block-form .form-submit {
			background: url(images/search.png) no-repeat top;
			border: medium none;
			color: transparent;
			cursor: pointer;
			height: 24px;
			width: 28px;
		}

			#search-block-form .form-submit:hover {
				background-position: bottom;
			}
/**** Others ****/
.hide { display:none }
.clear {
	clear: both;
}
.aligncenter {
	text-align: center;
}
ul.links li {
	padding: 0;
}

.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
 
}
div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}


.t {background: #fff url(images/dot2.gif) 0 0 repeat-x; }
.b {background: url(images/dot2.gif) 0 100% repeat-x}
.l {background: url(images/dot2.gif) 0 0 repeat-y}
.r {background: url(images/dot2.gif) 100% 0 repeat-y}
.bl {background: url(images/bl2.gif) 0 100% no-repeat}
.br {background: url(images/br2.gif) 100% 100% no-repeat}
.tl {background: url(images/tl2.gif) 0 0 no-repeat}
.tr {background: url(images/tr2.gif) 100% 0 no-repeat; padding:10px} 


.shadow {
	background: url(images/shadow.png) no-repeat bottom right;
	float: left;
	padding-bottom: 15px;
	margin-right: 15px;
}


		#mask {
			position:fixed;
			left:0;
			top:0;
			z-index:999;
			background-color:#000;
			display:none;
			width:100%;
			height:100%;
		}


		#popup,#propup{
			background:#FFFFFF none repeat scroll 0 0;
			border:3px solid #666666;
			display:none;
			padding:15px;
			position:absolute;
			width:347px;
			z-index:2000;
			top: -150px;
			left: -200px;
		}
		
		#popup .close {
			padding: 2px 5px;
			float:right;
			cursor:pointer;
			font-weight:bold;
		}
		

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  

  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  

  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

#mobile_menu{
	display:none;
}
/*@media (min-width: 320px) and (max-width: 480px) {*/
@media screen and (max-width: 600px){	
	#pagecontent {
		padding-top:10px;
	}

	#pagecontent .productPreview, .more-product-images, #pagecontent .productDescription, #catalog-products .item-list{
		width:auto;
	}

	.category-grid-products td{
		display:block;
	}

	#mobile_menu{
		display:block;
    	padding: 10px;
    	box-shadow: 0px 0px 8px 3px #ddd;
    	margin-bottom: 10px;
	}

	#mobile_menu .button{
		text-align: right;
		float: right;
		padding: 5px;
	}

	#slogan{
		display:none;
	}

	#mobile_menu #slogan{
		font-size: 2em;
    	display: inline-block;
	}

	#navigation{
		display:none;
	}

	#navigation.mobile{
		display:block;
		height:auto;
	}

	#navigation.mobile ul.menu{
		float:initial;
		width:auto;
		height:auto;
	}

	#navigation.mobile ul.menu li{
		float:initial;
		height:auto;
		background: url(images/nav-fade.png) repeat-x;
	}

	#navigation ul.menu li ul li{
		background:none !important;
	}

	#navigation.mobile ul.menu li a{
		float:initial;
	}

	#navigation.mobile ul.menu li .submenus{
		position:relative;
		top:auto;
		left:auto;
		width:auto;
		height:auto;
	}

	#navigation.mobile ul.menu li .submenu{
		height:auto;
	}

	#navigation.mobile ul.menu li ul{
		float:initial;
		margin-left: 40px !important;
	}

	#navigation.mobile ul.menu li ul li{
		float:initial;
	}

  	body, html{
  		width:100%;
  		height:100%;
  	}

  	html{
  		background:none;
  	}

	#container, #logo, #mainshadow, #footer .wrapper{
		width:100%;
	}

	#footer{
		height:90px;
	}

	#footer #subnavlist{
		height:20px;
	}

	/*#footer #subnavlist, #footer #copyrights, #footer .social{
		float:none;
	}*/
	#maincontent{
		height:194px;
	}
	#mainshadow{
		background-size: contain;
	}

	.box1{
		float:initial;
		margin: auto;
	}
	.box1.first,
	.box1.second{
		display: none;
	}

	#maincontent .hitem{
	    width: 100%;
	    min-height: 194px;
	    height: auto;
	    margin:auto;
	    background-size: cover;
	}

	#logo{
		text-align:center;
		margin:10px 0px;
		float:initial;
	}

	#top-nav{
		float:initial;
		text-align:center;
	}

	#top-nav li{
		float:initial;
		padding:10px;
	}

	#header{
		height:auto;
	}

	#slogan{
		text-align:center;
		font-size:3em;
		top:auto;
	}

	#slogan span{
		font-size:0.6em;
	}

	#slogan, #header-nav{
		position:relative;
		right:auto;
		left:auto;
		text-align: center;
	}

	#search-block-form{
		padding:10px;
		text-align:center;
	}

	#header-nav li{
		float:initial;
    	padding: 10px;
    	display: inline;
	}

	img{
		max-width:100%;
		height: auto !important;
	}

	#navigation{
		overflow-x: auto;
	}


	#navigation{
		height:65px;
	}

	#pagecontent ul.innerCatList{
		width:auto;
	}
  
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
