/* +++++++++++++++++++++++++++++
SHOP-CSS
+++++++++++++++++++++++++++++ */

body
{
	/*
	background-image:url(images/content_bg_for_shop.gif);					
	background-repeat:repeat-y;
	background-position: center;	
	*/
	background-image:url(images/logo_bg_back.gif);
	color: #363636;			
}

.copyright
{
	background-image:url(images/content_bg_for_shop.gif);
	background-repeat:repeat-y;
	background-position: center;
	color: #363636;
	text-align:center;
	font: 11px/1.5 Arial, Helvetica, Verdana, sans-serif;
}


.orange {
	color: #f08a00;
}

/*hr {
	border-bottom: 1px solid #f08a00;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}*/

hr {
	clear: both;
	border: 0;
	color: #FFF;
	background-color: #f08a00;
	height: 1px;
	width: 50%;
	text-align: center;
}
