﻿@charset "utf-8";
@import url(product.css);
@import url(checkout.css);
html {
     overflow: -moz-scrollbars-vertical;
     overflow-y:scroll 
}
body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family:;
	line-height:150%;
	color:#656565;
	background-color: #fff;
	background-image: url(bg_main.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,li,form,img,p {
	margin:0;
	padding:0;
	list-style-type:none;
	border:none;
}
input {
	border:1px solid #999;
	background:#eeeeee;
}
div {
	margin:0 auto;
	padding:0;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
.word {
	word-break:break-all;
}
a {
	color: #fa4403;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:none;
}
