@charset "UTF-8";
/* CSS Document */
#productsidebar1 {
	position: relative;
	float: left; /* since this element is floated, a width must be given */
	width: 690px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 5px 0px 10px; /* padding keeps the content of the div away from the edges */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}


.productarrowleft {
	display:inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/product_arrow_left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 157px;
	left: 40px;
    cursor: pointer;
    margin: 0;
}

.productarrowright {
	display:inline-block;
	width: 44px;
	height: 44px;
	background-image: url(../images/product_arrow_right.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 157px;
	right: 40px;
    cursor: pointer;
    margin: 0;
}

.productthumb {
	display: inline-block;
	width: 198px;
	/*height: 145px;*/
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight:600;
	margin: 5px;
	cursor: pointer;
	vertical-align: middle;
	/*padding: 3px 30px 0px 20px;*/
        /*padding:3px 15px  0 12px;*/
        padding:8px 0 0 10px;
}

.productthumb > * {
    display:block;
}

.productthumb > a {
    width:198px;
    height: 145px;
    border: 1px solid lightgray;
    position:relative;
}

.productthumb > a:hover {
    width:196px;
    height: 143px;
    border-width: 2px;
    border-color: darkgray;
    overflow: hidden;
    cursor: pointer;
}

.productthumb > a > img{
    width:198px;
    height:145px;
}

.productthumb > a:hover > img{
    margin:-1px;
}

.productthumb_text{
    display:inline-block;
    padding-top:.5em;
}

/*.productthumb > img {
	width: 100%;
}*/

.productsslide {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	left: 0px;
}

.productsgroup {
	/*position: relative;*/
	/*width: 100%;*/
	/*display: inline-block;*/
	/*left: 0px;*/
}

#productsidebar{
	background-color:#1ac3f3;
	/*margin-right:1px;
	margin-left:.88em;
	margin-right:.1em;*/
	margin-left:1.6%;
}

#productlist{
	/*width:669px;*/
	float:left;
	/*margin-left:.5em;*/
	margin-bottom:1.5em;
	padding-left:.3em;
	margin-left:.4em;	
	/*border:1px solid lightblue;	*/
}

.product_text_box {
	/*position: relative;
 	display: inline-block;
	text-align:center;
	vertical-align:middle;
	width: 250px;
	height: 350px;*/
	background-color:  #1ac3f3;
        /*border-top-left-radius: 10px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 10px;
        -moz-border-top-left-radius:10px;
        -moz-border-top-right-radius:0;
        -moz-border-bottom-right-radius:0;
        -moz-border-bottom-left-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	behavior: url(PIE.htc);
	margin-top:.2em;*/
}

.product_text_box > img.title {
	position: relative;
	/*padding:20px 10px 3px 20px;*/
	margin-top:160px;
	margin-right:10px;
}

.product_text_box h4{
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0 5px 20px;
	margin:0;
}

.product_text_box h4.menu{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0 3px 20px;
	margin:0;
}

.product_text_box h5{
	font-family:Arial, Helvetica, sans-serif;
	padding:0 20px 5px 30px;
	margin:0;

}

.product_text_box a, .product_text_box a:link {
	text-decoration:none;
	color: #000;
	/*color: #9F8662;*/
}

.product_text_box a:selected{
	text-decoration:none;
	color: #fff;
}

.product_text_box h4 a:hover{
	text-decoration:none;
	color: #fff;
	padding-left: 8px;
	background:url(images/product_arrow.png) no-repeat left center;
}

.product_text_box h5 a:hover{
	text-decoration:none;
	color: #fff;
	padding-left: 8px;
	background:url(images/product_arrow.png) no-repeat left center;
}


#productsecondsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 460px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0;
	position:relative;
	text-align:right;
}
