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

@import url("seo.css");

* {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

A {
  color:#333333;
  text-decoration: none;
}

A:hover {
  color:#333333;
  text-decoration: underline;
}

img {
	border: none;
}

div#container {
	margin:0px auto;
	width:900px;
}

div#header {
	width:900px;
	height:212px;
	background-image:url(../design/header.jpg);
	margin-bottom:10px;
}

	div#sidebar {
		width:675px;
		height:20px;
		float:left;
		padding-top:192px;
		padding-left:5px;
	}
	
	div#user {
		width:220px;
		height:92px;
		float:left;
		padding-top:120px;
		text-align:center;
	}
	
	div#user a, div#user a:visited, div#user a:active {
		background:#FFE6F8;
		padding:2px 6px;
		color:#e72c7a;
		text-decoration:none;
	}
	
	div#user a:hover {
		background:#ffffff;
		color:#e72c7a;
		text-decoration:none;
		padding:2px 6px;
	}
	
	div#user div.shortinfo {
		text-align:left;
		padding:8px;
		color:#333333;
	}
	
div#navbox {
	float:left;
	width:200px;
}

div#navigation {
	background-color: #f8eaef;
	}
	div.navigation {
	background-color: #f8eaef;
	}

	div.navbox_title {
		background:url(../design/navbox_head.jpg);
		height:16px;
		width:193px;
		padding:17px 0px 0px 7px;
		font-size:14px;
		font-weight:bold;
		color:#e72c7a;
		border-bottom:1px dotted #e72c7a;
	}
	
	div.list ul li {
		list-style:none;
		height:16px;
		border-bottom:1px dotted #e72c7a;
		width:200px;
		margin-top:4px;
		background-color: #f8eaef;

	}
	
	
	div.list ul li a, div.list ul li a:active, div.list ul li a:visited {
		color:#e72c7a;
		text-decoration:none;
		width:180px;
		padding-left:18px;
		background:url(../design/liststyle.jpg);
		background-color: #f8eaef;
	}
	
	div.list ul li a:hover {
		color:#56b4c8;
		text-decoration:none;
		width:180px;
		padding-left:18px;
		background:url(../design/liststyle_hover.jpg);
	}
	
	div.navbox_foot {
		background:url(../design/navbox_foot.jpg);
		height:17px;
		width:193px;
		padding:9px 0px 0px 7px;
	}
	
	div.navbox_foot a, div.navbox_foot a:active, div.navbox_foot a:visited {
		color:#666666;
		font-size:11px;
		text-decoration:none;
	}
	
	div.navbox_foot a:hover {
		color:#333333;
		font-size:11px;
		text-decoration:none;
	}
	
div.advert {
	text-align:center;

}

div#content {
	float:left;
	width:680px;
	padding-left:20px;
}

div.product {
	border-top:1px solid #e72c7a;
	border-bottom:1px solid #e72c7a;
	overflow: hidden;
	padding:10px;
	background-color:#f6dee5;
	height: auto;
	width: 680px;
}

div.product_offer {
	border-top:3px dotted #d4045b;
	border-bottom:3px dotted #d4045b;
	overflow: hidden;
	padding:10px;
	background-color:#f0ccd7;
	height: auto;
	width: 680px;
}

div.price {
	color:#e72c7a;
	font-size: 20px;
	font-weight: bold;
}
h1 {
	color:#e72c7a;
	font-size: 15px;
}


h3 {
	color:#e72c7a;
	font-size: 12px;
}

h2 {
	color:#e72c7a;
	font-size: 18px;
}

h4 {
	color:#e72c7a;
	font-size: 12px;
}

h5 {
	color:#e72c7a;
	font-size: 12px;
}
h6 {
	color:#e72c7a;
	font-size: 10px;
}


div.image {
	border:1px solid #e72c7a;
	width:auto;
	height:130px;
	float:left;
}

div.info {
	float:left;
	padding:15px;
	width: 330px;
	overflow: hidden;
}

div.info2 {
text-align: right;
}
div.infoadd {
float: right;
}


	input.input_bascet{
		background:#FFE6F8;
		padding:2px 6px;
		color:#e72c7a;
		text-decoration:none;
		border: none;
		height: 22px;
		font-weight:bold;
	}
	
	div.infoadd a:hover {
		background:#ffffff;
		color:#e72c7a;
		text-decoration:none;
		padding:2px 6px;
	}
	
		div.button_2 a {
		background:#FFE6F8;
		padding:6px 6px;
		color:#e72c7a;
		text-decoration:none;
		font-size: 13px;
	
	}
	
