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

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #039;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}


.home_text {
	width: 90%;
	margin-left: 17px;
	float: left;
}
.home_backing {
	background-image: url(images/Toy-Boutique-home_09.jpg);
}

.about_backing {
	background-image: url(images/Toy-Boutique-about_08.jpg);
	background-repeat: repeat-y;
}
.about_text {
	float: left;
	width: 880px;
	margin-left: 35px;
}
.contact_backing {
	background-image: url(images/Toy-Boutique-contact_08.jpg);
	background-repeat: repeat-y;
}
.contact_topright {
	background-image: url(images/Toy-Boutique-contact_02.jpg);
	background-repeat: no-repeat;
	height: 61px;
}

.shop_topright {
	background-image: url(images/Toy-Boutique-shop_02.jpg);
	background-repeat: no-repeat;
	height: 62px;
}
.shop_backing {
	background-image: url(images/Toy-Boutique-shop_08.jpg);
	background-repeat: repeat-y;
}
.about_topright {
	background-image: url(images/Toy-Boutique-about_02.jpg);
	background-repeat: no-repeat;
	height: 59px;
}
.shop_box_border {
	border: 1px solid #B13652;
	width: 200px;
	background-color: #E7EEF1;
	margin-bottom: 10px;
	height: 250px;
}
.shop_box_border2 {
	border: 1px solid #B13652;
	background-color: #E7EEF1;
	margin-bottom: 10px;
	height: 280px;
	width: 200px;
}
.shop_box_border3 {
	border: 1px solid #B13652;
	background-color: #E7EEF1;
	width: 300px;
	padding: 15px;
}
.buttons {
	font-size: 11px;
	font-weight: bold;
	color: #039;
	background-color: #80C99C;
}
.contect_back {
	background-color: #F1F5F8;
}
a.menu:link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
a.menu:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #039;
}
a.menu:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #039;
}
a.menu:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #039;
}
.price {
	font-size: 13px;
	color: #AE3753;
	font-weight: bold;
}
.price2 {
	font-size: 18px;
	color: #AE3753;
	font-weight: bold;
}
.BOTTOM_SET_TABLE {
	text-align: left;
	vertical-align: bottom;
}
.cart_links {
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	width: 350px;
}
.cart_table {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #B7D4DC;
}
.centre_align {
	text-align: center;
}
a.footer:link {
	font-size: 11px;
	color: #39F;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:visited {
	font-size: 11px;
	color: #39F;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:hover {
	font-size: 11px;
	color: #39F;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
a.footer:active {
	font-size: 11px;
	color: #39F;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}
.image_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.image_right {
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
