@charset "UTF-8";
/* CSS Document */


body {
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/back_fade_dark.jpg);
background-repeat:repeat-x;
background-color:#455b70;
font-size: 12px;

}

img { border: 0px; }

.product { font-size: 12px; }

.breadcrumb { font-size: 15px; }

.product-title { margin-top: 10px; font-size: 21px; }

.borderdiv { 
	width: 800px; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 1px; 
	background-color: #84A2C8;
}

a:link {
	color: #4B6F99;
	font-weight: bold;
	text-decoration:none;
}

a:visited {

	color: #4B6F99;
	font-weight: bold;
	text-decoration:none;
}

a:active {

	color: #4B6F99;
	font-weight: bold;
	text-decoration:none;
}

