@charset "utf-8";
/* CSS Document */
.upperRight{
	/*  border: 1px solid #CCCCCC;  */
	width:450px;
	height:150px;
	margin-top:-150px;
	margin-left:550px;
	z-index: 99;
	
	
}
div.upperRight #welcomeT {
	position: absolute;
	top: 47px;
	right: 12px;
	
	width: 298px;
	text-align: right;
	color: #999999;
	font-size: 90%;
}

div.upperRight #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 99;
	min-width: 300px;
	color:#000000;
}
div.upperRight #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	/*border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	 background: #99C1EA;   */
	position: relative;
	
}
div.upperRight #cart .heading h4 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
div.upperRight #cart .heading a {
	color: #FFFFFF;
	text-decoration: none;
}
div.upperRight #cart .heading a span {
	background:  url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
div.upperRight #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}

div.upperRight #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
div.upperRight #cart.active .content {
	color:#000000;
	display: block;
	z-index: 99;
}
div.upperRight #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
div.upperRight #cart .cart td {


	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
	color: #000;
}
div.upperRight #cart .cart td a{
	color: #009;
}
div.upperRight #cart .cart .image {
	width: 1px;
}
div.upperRight #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
div.upperRight #cart .cart .name small {
	color: #000;
}
div.upperRight #cart .cart .quantity {
	text-align: right;
}
div.upperRight #cart .cart td.total {
	text-align: right;
}
div.upperRight #cart .cart .remove {
	text-align: right;
}
div.upperRight #cart .cart .remove img {
	cursor: pointer;
}
div.upperRight #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
div.upperRight #cart table.total td {
	color: #000;
}
div.upperRight #cart .content .checkout {
	text-align: right;
	clear: both;
}
div.upperRight #cart .empty {
	padding-top: 50px;
	text-align: center;
}
div.upperRight #search{


	position: absolute;
	top: 15px;
	left: 700px;
	right: 10px;
	width: 300px;
	z-index: 99;
}
div.upperRight  .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}

div.upperRight #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;	
}
