@import url(blueprint/screen.css);

a {
	color: #004B91;
	text-decoration: none;
}

h4 { color: #C60; }

input, textarea, select {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 1em;
}

img, a img {
	border: 5px solid #eee;
}

hr { height: 1px; }
del { color: #999; }


/* ----------------------
 * header
 * ------------------- */
#header {
	padding: 30px 0 0;
	position: relative;
}

h1.logo {
	margin-bottom: 10px;
}
h1.logo a { color: #111; }

#search {
	position: absolute;
	top: 40px;
	right: 240px;
}

/* = nav menu */
#nav-menu {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 1.4em;
}
#nav-menu a { margin-left: 10px; }


/* ----------------------
 * main
 * ------------------- */
.title { font-weight: bold; }

.title_img{
width:105px;
height:125px;
}

.list {
	list-style: none;
	margin-left: 0;
}

/* Shopping Cart List */
.cart-list th, .cart-list td { padding: 6px; }
.cart-list th { background: #eec; }
.cart-list td { border-bottom: 1px dashed #e3e3e3; }


/* = product list */
ul.product-list {
	margin: 0;
	list-style: none;
}
ul.product-list li {
	float: left;
	margin: 0 6px 16px;
	width: 130px;
	height: 220px;
}

/*.by, .price { font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; }*/
.price { font-weight: bold; }

.page-nav {
	text-align: center;
}
.page-nav a, .page-nav span { margin: 0 2px; }

.page-nav ul li{

float:left;
}

.page-nav ul{
margin:0 auto;
width:120px;
list-style-type: none;
}
/* ----------------------
 * sidebar
 * ------------------- */
.widget {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}

.sub-product-list td {
	padding: 0 0 10px;
	vertical-align: top;
}
.sub-product-list img {
	width: 55px;
	height: 70px;
	margin: 0 10px 0 0;
}


/* ----------------------
 * footer
 * ------------------- */
#footer {
	margin-top: 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	color: #ccc;
}
#footer a { margin: 0 2px; }


/* ----------------------
 * misc
 * ------------------- */
.error, .notice, .success {
	border-width: 1px;
}


        #newPreview
        {
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
        }
        .hide{
        display:none;
        }
        #img {
        display:none;
        width:100px;
        height:100px;
        }
        
#pay_info{
width:200px;
margin:300px auto;
}