/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Georgia',  Serif;
	background: #d5d6d7 url('images/bg_body.png');
	color: #333;
	text-align: center;
	}
a {
    text-decoration: underline;
}
ul{
    padding: 0;
    margin: 0;
    
}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

p{
    margin: 0;
    padding: 0;
}
#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
    text-align: center;
}

.thread-alt {
    background-color: #f8f8f8;
}
.thread-even {
    background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}

.even, .alt {

    border-left: 1px solid #ddd;
}

#footer {
    background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
    border: none;
}

small {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
}

h1, h2, h3 {
    /*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
    /*font-weight: bold;*/
}

h1 {
    font-size: 4em;
    text-align: center;
}

#headerimg .description {
    font-size: 1.2em;
    text-align: center;
}

h2 {
    font-size: 1.6em;
}

h2.pagetitle {
    font-size: 1.6em;
}

#sidebar h2 {
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    font-family: 'Georgia',  Serif;
    font-size: 1.2em;
}

h3 {
    font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    text-decoration: none;
    color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    /*color: #333;*/
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
    text-decoration: none;
}

.entry p a:visited {
    color: #b85b5a;
}

.sticky {
    background: #f7f7f7;
    padding: 0 10px 10px;
}
.sticky h2 {
    padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
    /*font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    /*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}

.commentmetadata {
    font-weight: normal;
}

#sidebar {
    /*font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
}

code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
    color: #06c;
    /*text-decoration: none;*/
}

a:hover {
    color: #147;
    text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0 0 0px 0;
    padding: 0;
}
#page_wrapper{
    margin-bottom: 20px;
    background:url('images/bg_page_wrapper.png') left top repeat-x;
}

#page {
    background: none;
    margin: 0px auto;
    padding: 0;
    width: 952px;
    border: none;
}

#header {
/*background-color: #73a0c5;*/
    margin: 0 0 0 0px;
    padding: 0;
    height: 208px;
/*width: 758px;*/
}
#content {
    float: right;
    margin-top: 15px;
    /*height:auto!important;
    min-height:334px;
    height:334px;*/
    width: 712px;
    zoom: 1;
    overflow: hidden;
}

#headerimg  .logo-block{
    float: left;
    font-size: 12px;
    margin-left:-6px;

}
#headerimg {
    position: relative;
    margin: 0;
    height: 208px;
    width: 100%;
}

#content.narrowcolumn.col1 .content-wrapper{
    background:url('images/bg_one_col_content_middle.png') left top repeat-y;
overflow:hidden;
zoom:1;
}
#content.narrowcolumn.col1 .decor_top{
    background:url('images/bg_one_col_content_top.png') left top repeat-y;
    height: 6px;
    zoom: 1;
    overflow: hidden;
}
#content.narrowcolumn.col1 .decor_bottom{
    background:url('images/bg_one_col_content_bottom.png') left top repeat-y;
    height: 6px;
    zoom: 1;
    overflow: hidden;
}
#content.narrowcolumn.col2-set .decor_top{
    zoom: 1;
    overflow: hidden;
    background:url('images/bg_2col_set_top.png') left top repeat-y;
    height: 6px;
}
#content.narrowcolumn.col2-set .decor_bottom{
    background:url('images/bg_2col_set_bottom.png') left top repeat-y;
    height: 6px;
    zoom: 1;
    overflow: hidden;
}
#content.narrowcolumn.col2-set{
    padding: 0;
    zoom: 1;
    overflow: hidden;
    
}
#page{
    /*background-color: yellow;*/
    zoom: 1;
    overflow: hidden;
}
#content.narrowcolumn{
}
#content.narrowcolumn .content-wrapper{
    zoom: 1;
    overflow: hidden;
}
#content.narrowcolumn.col2-set .content-wrapper{
    background:url('images/bg_2col_set_middle.png') left top repeat-y;

}
#content.narrowcolumn .main-col{
    width: 456px;
    padding-left: 22px;
    float: left;
    padding-top: 9px;
    zoom: 1;
    overflow: hidden;
}

#content.narrowcolumn  .products-list li a.furniture-preview{
position: absolute;
    right: 0px;
    width: 45px;
    height: 45px;
    bottom:30px;
}
#content.narrowcolumn  .products-list li a.image_photogallery{
    /*background-color: #CBAF70;*/
    text-decoration: none;
    box-shadow: 1px 2px 3px 1px #2C5572       ;
    -moz-box-shadow: 1px 2px 3px 1px #2C5572       ;
    -webkit-box-shadow: 1px 2px 3px 1px #2C5572       ;
    
}
#content.narrowcolumn  .products-list li a{
    height: 130px;
    width: 130px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    zoom: 1;
    overflow: hidden;

}
#content.narrowcolumn  .products-list .top-products-decor li a{
	width: auto;
	height: auto;
}

#content.narrowcolumn  .products-list li .h3 a{
}
#content.narrowcolumn  .products-list li .h3{
    margin: 0;
    margin-top: 1px;
    padding: 0 0 1px;
    font-size: 14px;
    display: block;
    text-align: center;
    background-color: #2C5572;
}

#content.narrowcolumn  .products-list li{
    width: 131px;
    height: 160px;
    margin-right: 5px;
/*    BACKGROUND:URL('IMAGES/BG_TOP_PRODUCTS_PLACEHOLDER.PNG') CENTER TOP NO-REPEAT;*/
    float: left;
    padding: 7px;
    color: #fff;
    font-family: Tahoma, sans-serif;
    font-size: 10.5px;
    zoom: 1;
    overflow: hidden;
    position: relative;
}
#content.narrowcolumn  .products-list .top-products-decor li{
	width: auto;
	height: auto;
}
#content.narrowcolumn  .products-list li.last{
    margin-right: 0;
}
#content.narrowcolumn  ul.products-list {
    zoom: 1;
    overflow: hidden;
}
#content.narrowcolumn  .products-list h2{
    margin-bottom: 9px;
}
#content.narrowcolumn  .top-products{
    /*padding-bottom: 125px;
    background:url('images/bg_top_products_block_bottom.jpg') left bottom no-repeat;
    padding-left: 10px;*/
}
#content.narrowcolumn  .right-col{
    width: 224px;
    float: right;
    /*background-color: #fff*/;
}
.narrowcolumn {
    float: right;
    padding: 0 0 20px 0px;
/*margin: 0px  20px 0;*/
    /*background-color: #cbd2d8;*/
    width: 712px;

}

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}

.home .post.hentry  .entry {
    padding-left: 46px;
    font-family: Tahoma, sans-serif;
    color: #646464;
    font-size: 11px;
    padding-right: 90px;
}
.home .post.hentry   {

    padding-right: 14px;
/*border-bottom: 1px dotted #a5aaaf;*/
    background:url('images/bg_posts_divider.gif') left bottom no-repeat;
    padding-bottom: 19px;
}
.home .post.hentry  h2 {
    zoom: 1;
    overflow: hidden;
    clear: both;
    margin: 0;

}
.post.hentry  h2 span small{
    color: #323232;
    font-size: 11px;
    font-weight: 400;
    padding: 0 0 0 10px;
    float: left;
    zoom: 1;
/*
    overflow: hidden;
*/
    height: 21px;
    line-height: 21px;
    margin: 0;
    /*background:url('images/bg_post_date_full_white_bg.png') left top no-repeat;*/
    font-weight: bold;
    font-style: italic;
    
    /*background-color: blue;*/

}

.post.hentry  h2 span{
    padding: 0 10px 0 0;
/*    background:url('images/bg_post_date_full_white_bg.png') right top no-repeat;*/
    /*background-color: red;*/
    height: 21px;
    line-height: 21px;
    float: right;
    zoom: 1;
    overflow: hidden;
}
.home  .post.hentry  h2 a{
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    float: left;
    zoom: 1;
    overflow: hidden;
}
.post {
    margin: 0 0px;
padding:0 12px;
    text-align: justify;
}
.hentry{
    padding:0 12px;
}
.post.hentry {

    margin-top: 15px;    
}

#content .post.category-press-releases p{
    margin: 0px 0 10px;
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    background: none;
	padding: 6px 0;
	/*margin: 0 auto;*/
	width: 712px;
    float: right;
	clear: both;
	}

#footer ul  li a{
    color: #fff;
}
#footer ul  li{
    float: right;
    zoom: 1;
    overflow: hidden;
    padding: 10px 8px;
}
#footer ul {
    float: right;
    zoom: 1;
    overflow: hidden;
    padding-right: 10px;

}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: left;
    float: left;
    color: #979596;
	}
/* End Structure */



/*	Begin Headers */

h1 {
/*	padding-top: 70px;*/
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

li{
    list-style: none;;
}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform  .search-wrapper{
    position: absolute;
    top:11px;
    left:243px;

    height: 25px;
}
#searchform  .search_btn{
    float: left;
    zoom: 1;
    overflow: hidden;
    margin-left: 10px;

}
#searchform  .search_string{
    float: left;
    zoom: 1;
    overflow: hidden;
    width: 225px;
    color: #b6b6b6;
}
#searchform {
	/*margin: 10px auto;*/
	padding: 5px 3px;
	/*text-align: center;*/
    float: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 7px 0 10px 0;
	
	width: 223px;
    float: left;
    zoom: 1;
    overflow: hidden;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
    padding: 0 20px;
    zoom: 1;
    overflow: hidden;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */



ul.main-navigation li a:hover{
    text-decoration: none;
}
ul.main-navigation li a span{
    display: block;
    width: 111px;
    height: 40px;
    margin: 0px auto 0;
    text-align: center;
    padding: 5px 20px 0;
    line-height: 1.1em;
    background:url('images/bg_main_nav_item_label.png') left top no-repeat;
    font-size: 14px;    
    color: #182b39;
    cursor: pointer;
}
ul.main-navigation li a{
    width: 220px;
    height: 53px;
    display: block;
    padding-top: 90px;
}
ul.main-navigation li{
    width: 220px;
    height: 143px;
    background:url('images/bg_main_nav_item_placement.png') left top no-repeat;
    float: right;
    margin-left: 20px;
    zoom: 1;
    overflow: hidden;
}
ul.main-navigation li.last{
    margin-left: 0;
}
ul.main-navigation{
    float: right;
    padding: 0 11px 0 0;
    margin-top: 27px;

}
ul.company-navigation{
    float: right;
    clear: right;
    zoom: 1;
    overflow: hidden;
    margin: 10px 10px 0 0;
    padding: 0;
    /*width: 390px;*/
    /*background-color: red;*/

}

ul.company-navigation li a:hover span{
    background:url('images/btn_yellow_left.png') left top no-repeat;
    }
ul.company-navigation li a:hover{
    background-color: #fff800;
    color: #ff0000;
    background:url('images/btn_yellow_right.png') right top no-repeat;
}
ul.company-navigation li a span{
    line-height: 20px;
    height: 25px;
    padding: 0 4px 0 8px;
    zoom: 1;
    overflow: hidden;
    float: left;

}
ul.company-navigation li a{
    color: #fff;
    float: right;
    /*width: 100px;*/
    padding-right: 4px;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    zoom: 1;
    overflow: hidden;
    /*background-color: blue;*/
}
ul.company-navigation li{
    display: inline;
    /*float: right;*/
    /*zoom: 1;
    overflow: hidden;*/
}

.side-block .block-content{
    margin: 0;
    padding: 20px 12px 10px 25px;
    background:url('images/bg_side_block_middle.png') left top repeat-y;
    font-family: Tahoma, Sans-serif;
    font-size: 11px!important;
    color: #232324;
    text-align : justify;

}
.side-block a{
    color: #5a5a8e;
}
.side-block.promo-block a{
    color: red;
    font-size : 1.2em;
}
.side-block {
    width: 223px;
    color: #232324;
    padding-bottom: 6px;
    background:url('images/bg_side_block_bottom.png') left bottom no-repeat;
    position : relative;
}

#sidebar .side-block .block-title{
    background:url('images/bg_side_block_top.png') left top no-repeat;
    height: 74px;
}
#sidebar .side-block h2{
    font-size: 18px;
    height: 74px;
    line-height: 50px;
    padding-left: 26px;
    font-weight: 400;
}
#sidebar .side-block.banner .block-content{
    padding: 10px;
}
#sidebar .side-block.banner .block-title{
    height: 40px;
}
#sidebar .side-block.banner h2{
    line-height: 40px;
}
#sidebar .side-block.banner{

}


.side-block.promo-block .block-content{
    text-align : justify;
}

li.page_item ul{
    display: none;
}

.fabrics-block{
    zoom: 1;
    overflow: hidden;
    clear: both;
}
.fabric-block{
    float: left;
    zoom: 1;
    overflow: hidden;
}


.kind-block {
    /*background-color: red;*/
}
.kind-block .class-item{
    /*zoom: 1;
    overflow: hidden;*/

}
.kind-block h3{
    padding: 10px 0 0 ;
}
.kind-block{
    padding: 0 20px;
}
#content.narrowcolumn.accessory-single  .right-col, 
#content.narrowcolumn.fabric-single  .right-col{
    width: 209px;
}
#content.narrowcolumn.accessory-single  .main-col,
#content.narrowcolumn.fabric-single  .main-col{
    /*width: 209px;*/
    padding-left: 0;
}
.accessory-single .content-wrapper,
.fabric-single .content-wrapper{
    padding: 0 15px 0 12px;
    text-align: left;
}
#content.narrowcolumn.accessory-single  .products-list li h3,
#content.narrowcolumn.fabric-single  .products-list li h3{
    /*color: inherit;
    color: #333333;*/
    text-decoration: none;
	text-align: center;
    font-weight: 400;
    color:#000;
    font-size:11px;
    margin-left:10px;
    margin-top:5px;
	font-weight: bold;
    text-decoration:none;

} 

.accessory-single .right-col h3 ,
.fabric-single .right-col h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.accessory-single dl ,
.fabric-single dl {
    margin-top: 5px;
    margin-bottom: 10px;

}

.accessory-single dl dd,
.fabric-single dl dd{
    padding: 0;
    margin-left: 10px;
    font-family: Tahoma,sans-serif;
    font-size: 11px;

}

.accessory-single dl dt,
.fabric-single dl dt{
 /*   float: left;*/
    /*width: 140px;;*/
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    text-transform:lowercase;
}

.wpcf7-form p{
margin-top:10px;
font-size:1.2em;
}

.wpcf7-form input.textfield,
.wpcf7-form select,
.wpcf7-form textarea{
width:343px;
}
h2{
    font-weight: 400;
}
.post h2 {
    margin-bottom: 10px;
}
.post h1 {
    color: #182B39;
    font-size: 20px;
}


#content.narrowcolumn.fabrics-collection .products-list li{
    /*background:url("images/bg_products_placeholder_large.png") no-repeat scroll center top transparent;*/
    color:#FFFFFF;                                       	
    float:left;
    font-family:Tahoma,sans-serif;
    font-size:10.5px;
    height:168px;
    margin-right:10px;
    overflow:hidden;
    padding:13px;
    position:relative;
    width:131px;
}
#content.narrowcolumn.fabrics-collection .products-list li .label{
    position: absolute;
    top:13px;
    right:13px;
    z-index: 1000;;
}
#content.narrowcolumn.fabrics-collection   .products-list li a{
        color: #000;
    height: auto;
    height: 130px;
    width: 130px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;

}
#content.narrowcolumn.fabrics-collection   .products-list li h3 a{
    height: auto;
}
#content.narrowcolumn.fabrics-collection   .products-list li h3{
    margin: 0;
    padding: 0;
    margin-top: 5px;
    text-align: center;
}

.top-products-decor{
    margin-left: -10px;
}
.category-fabrics-articles p{
	text-indent: 4em;
}




/* Horizontal Carousel */
#content.narrowcolumn .products-list #horizontal_carousel {
  float:left;
  width: 220px;
  height: 100px;
  margin: 10px 0 20px;
  position: relative;
}

#content.narrowcolumn .products-list #horizontal_carousel .container {
  position: absolute;
  position: static;
  top: 5px;
  left: 30px;
  width: 220px;
  height: 100px;
  overflow:hidden;
  /*background: #3F3F3F;*/
}

#content.narrowcolumn .products-list #horizontal_carousel .jcarousel-prev {
  /*position: absolute;*/
  top: 15px;
  left: 10px;
  width: 17px;
  height: 13px;
  background:url('images/btn_left.png') left top no-repeat;
  z-index: 100;
  cursor:pointer;
    visibility: hidden;
}

#content.narrowcolumn .products-list #horizontal_carousel .jcarousel-prev-disabled {
  /*background: url(classic/horizontal/left-disabled.gif);*/
  cursor:default;
    visibility: hidden;
}

#content.narrowcolumn .products-list #horizontal_carousel .jcarousel-next{
  /*position: absolute;*/
    visibility: hidden;
  top: 15px;
  right: 0px;
  width: 18px;
  height: 13px;
   background:url('images/btn_right.png') left top no-repeat;

  z-index: 100;
  cursor:pointer;
}

#content.narrowcolumn .products-list #horizontal_carousel .jcarousel-next-disabled {
  /*background: url(classic/horizontal/right-disabled.gif);*/
  cursor:default;
    visibility: hidden;
}

#content.narrowcolumn .products-list #horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  /*height: 144px;*/
}

#content.narrowcolumn .products-list #horizontal_carousel ul li img {
  /*border:1px solid #A6A8AB;*/
  display:block;
  /*background:#E3EDFA;*/
}

#content.narrowcolumn .products-list #horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}

#content.narrowcolumn .products-list #horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:0px 10px 0px 0;
  width:210px;
/* height: 118px;*/
  list-style:none;
  float:left;
}



.page-template-accessories-php .content-wrapper{
    padding: 0 20px;    
}


.side-banner{
    margin-top : 20px;
}
