@charset "UTF-8";
/* CSS Document */

.breadcrumbs-hr	{
border:#cce5ea dashed 1px;
}
.breadcrumbs	{
text-align:left;
float:left;
padding:0 0 10px 0;
border-bottom:1px dashed #359c84;
margin:0 0 10px 0;

}
.clear-both	{
clear:both;
}
.content	{
background-image:url(../images/right-emb.gif);
background-repeat:no-repeat;
background-position:top right;
}

.item_container {
	width:195px;
	background-color:#fff;
	border:#92c8d1 2px solid;
	float:left;
	margin:0 5px 5px 0;
	position:relative;
	padding:5px 0 5px 0;
}
.item_image_container {
	width:100px;
	height:100px;
	overflow:hidden;
	margin:auto;
}
.item_image-sub {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 195px;
	height: 100px;
}

.item_image_container-sub {
	width:195px;
	height:100px;
	overflow:hidden;
	margin:auto;
}

.item_image {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100px;
	height: 100px;
}
.item_image * { vertical-align: middle; }

.item_name {
	color:#359c84;
	font-size:14px;
	margin:0 0 5px 10px;
	float:left;
	width:185px;
	height:32px;
	overflow:hidden;
	text-align:left;
	font-family: "Georgia", Times New Roman, Times, serif;

}

.item_name a { color:#359c84; }

.item_price {
	color:#000;
	font-size:14px;
	width:210px;
	margin:0 0 0 10px;
	float:left;
	width:140px;
	height:15px;
text-align:left;
	font-family: "Georgia", Times New Roman, Times, serif;

}

.add_cart_btn {
	background-image:url(../images/add-to-cart2.png);
	width:90px;
	height:25px;
	float:left;
	margin:5px 5px 5px 52px;
	background-repeat:no-repeat;
}

.add_cart_btn:hover { background-position:0 -25px; }

.quanitiy {
	float:left;
	margin:5px 5px 5px 10px;
}

.sale {
	color:#FF0000;
	margin:0 0 0 20px;
	font-weight:bold;
}

.left { float:left; }

.right { float:right; }

.item-add-to-cart input {
	float:right;
	background-image:url(../images/add-to-cart2.png);
	background-repeat:no-repeat;
	background-color:transparent;
	cursor:pointer;
	border: none;
	width:90px;
	height:25px;
}

.item-add-to-cart input:hover { background-position:0 -25px; }

.listing{
padding:10px;
margin:10px 0px;
	background:#f4f9fa;
	border:#e8f3f5 1px solid;
	float:left;
	width:520px
	}
.listing-info{
float:left;
}
.listing-image{
float:left;
width:50%;
}
.listing-links{
margin:10px 0 0 0;	
}
.listing-add-to-cart input{
background-image:url(../images/add-to-cart2.png);
background-repeat:no-repeat;
background-color:transparent;
cursor:pointer;
border: none;
width:90px;
	height:25px;
}
.listing-add-to-cart input:hover{
background-position:0 -25px;
}

.listing-data{
padding:10px;
margin:2px 0 2px 0;
}
.listing-data strong{
	color:#359c84;
}

.top	{
vertical-align:top;
height:600px;
}
.sub {
	background-color:#f6f6f6;
	border:1px solid #d8d8d8;
	width:590px;
	float:left;
	padding:10px;
	margin:0 0 10px 0;
	height:100px;
}

.sub-image-containter {
	float:left;
	height:100px;
	overflow:hidden;
	margin:auto;
	margin:0 0 0 10px;
	width:200px;
}

.sub-image {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 100px;
	font-size:18px;
	margin:0 0 0 10px;
}

.sub-image * { vertical-align: middle; }

.sub-name-containter {
	height:100px;
	overflow:hidden;
	margin:auto;
	margin:0 0 0 10px;
}

.sub-name {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	height: 100px;
	font-size:18px;
	margin:0 0 0 10px;
}

.sub-name * { vertical-align: middle; }
