/* Overlay */
#popOverlay {
	background-color: #3b1004;
	/*cursor: wait;*/
}

/* Container */
#popContainer {
	background: #FFF; 
	color: #4d6c80;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 600px;
	height: 460px;
	
	top: 50%;
	left: 50%;
	margin-top: -230px;
	margin-left: -300px;
	position:fixed;
}

#popContainer .loading {
	position:absolute;
	background:url(../images/pop/loading.gif) no-repeat; 
	z-index:8000; 
	height:55px;
	width:54px; 
	margin:-14px 0 0 170px; 
	padding:0;	
}

#popContainer .message {
	text-align:center;
}

#popContainer .error {
	width:92%; 
	font-size:.8em; 
	background:#000; 
	border:2px solid #ccc; 
	font-size:0.8em; 
	font-weight:bold; 
	margin:0 auto; 
	padding:2px;
}

#popContainer br {
	clear:both;
}

#tos a.popCloseX,
#tos a.popCloseX:link,
#tos a.popCloseX:active,
#tos a.popCloseX:visited {
	right: 28px;
	bottom: 23px;
	position: absolute;
}

#popContainer a.popCloseX img {
	border: 0;
}

#tos-pop {
	background-color: #FFF;
	color: #000;
	width: 600px;
	height: 460px;
	position: relative;
}
#tos-top {
	background-color: #d7e2e8;
	width: 580px;
	height: 24px;
	position: absolute;
	text-align: left;
	left: 10px;
	top: 9px;
}

#tos-top a { border: 0; }

#tos-top .bgL {
	left: 0px;
	position: absolute;
}

#tos-top .bgR {
	right: 0px;
	position: absolute;
}

#tos-top .text {
	position: absolute;
	left: 18px;
	top: 7px;
}

#tos-top .close {
	position: absolute;
	right: 7px;
	top: 4px;
}

#tos-pop h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 -5px 0;
	padding:0;
}

#tos-pop h2 {
	color: #cf1c7a;
	font-size: 10px;
	font-weight: bold;
}

#tos-body {
	color: #3b1004;
	font-size: 10px;
	left: 36px;
	text-align: left;
	top: 76px;
	width: 542px;
	position:absolute;
}

#tos-close {
	font-size: 12px;
	position: absolute;
	right: 28px;
	bottom: 23px;

}

/****************************
*	Details					*
****************************/
#detail-body {
	color: #3b1004;
	font-size: 10px;
	left: 14px;
	text-align: left;
	top: 33px;
	width: 600px;
	position:absolute;
}

#detailImg {
	float: left;
	position: relative;
	width: 314px;
	height: 428px;
}

#detailInfo {
	float: left;
	padding: 43px 25px 0 18px;
	position: relative;
	width: 229px;
	height: 428px;
}

#detailInfo h1 {
	color: #3b1004;
	font-size: 18px;
	margin: 0 0 18px 0;
}

#purchase {
	bottom: 0px;
	height: 194px;
	position: absolute;
}

#info {
	margin-bottom: 10px;
	padding-right: 3px;
}

#info .price {
	color: #cf1c7a;
	font-weight: bold;
}

#options {
	border-top: dotted  #d7e2e8 1px;
	border-bottom: dotted  #d7e2e8 1px;
	color: #979fa3;
	width: 226px;
	height: 40px;
	margin-bottom: 10px;
	padding: 8px 0 8px 3px;
}



#size, #qty {
	float: left;
	position:relative;
	width: auto;
}

#sizeInput {
	/*background: transparent url(../images/store/field_bg_wide.gif) no-repeat;*/
	height: 22px;
	margin-top: 5px;
	position: relative;
	width: 100px;
}

#sizeInput select {
	/*background: transparent url(../images/store/field_bg_wide.gif) no-repeat;*/
	/*-webkit-appearance:button-bevel;*/
	border: 1;
	color: #000;
	font-size: 11px;
	height: 20px;
	/*padding: 0px 8px 0 0;*/
	width: 100px;
}

#sizeInput option {
	background-color: #FFF;
}

#qtyInput {
	background: transparent url(../images/store/field_bg.gif) no-repeat;
	width: 49px;
	height: 22px;
	margin-top: 4px;
	position: relative;
}

#qtyInput input {
	background-color: transparent;
	border: 0;
	color: #000;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 3px 0 0 4px;
	position: absolute;
	width: 40px;
}


#addCart {
	font-size: 12px;
	padding-right: 3px;
}

#addCart img {
	margin-right: 5px;
	vertical-align: middle;
}

#addCart a { color: #cf1c7a; }

#addCart a:hover { color: #1c91cf; }