/*** GLOBAL ***/

td, th
{
	vertical-align: top;
}

/*** CLASS ***/

.addcart
{
	margin-top: 10px;
}

.cart ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.category_button, .shop_button/*, .toggle_button, .toggle_on*/
{
	/*background: #0054a6 url(../images/category_button.png) no-repeat 0 0;*/
	/*background: transparent url(../images/button-bg-off.gif) repeat-x 0 0;*/
	background:url(../images/button-view-products.png) no-repeat;
	color: #ffffff;
	border: 0;
	/*width: 150px;*/
	/*height: 40px;*/
	height: 28px;
	width:114px;
	margin: 10px;
	padding: 0 0 6px;
	text-align: center;
	vertical-align: middle;
}
/*	.toggle_button
	{
		margin: auto;
		margin-bottom: 5px;
		cursor: pointer;
	}
	.toggle_on
	{
		background-image: url(../images/button-bg-on.gif);
	}
*/
.store_desc
{
	float: left;
	width: 450px;
}

.store_image
{
	float: left;
	width: 150px;
}

.store_item
{
	overflow: hidden;
	width: 600px;
}

/*** ID/SPECIFIC ***/

#footer
{
	margin: 0;
}

#product_breadcrumbs
{
	float: left;
	width: 600px;
	margin-bottom: 25px;
}

.product_wrapper .flt_l
{
	margin-right: 15px;
}

#store_left
{
	float: left;
	width: 600px;
}

#store_right
{
	float: right;
	width: 200px;
}
#store_clear{
	clear:both;
}
.products_qsearch{
	padding-right:10px;
	float:right;
}
#te_qkeywords{
	width:100px;
}


#store_left h3.store_title {
	font-family:"Myriad Pro", Calibri, Corbel, Helvetica, Tahoma, Arial, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-bottom:8px;
	color:#333333;
}
#store_left .store_image img {
	padding:4px; 
	border:#DDDDDD 1px solid;
	background-color:#FFFFFF;
	margin-top:4px;
}
