
/* ITEM DETAIL
*********************************************************/

/* default */
.item_detail{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* title */
.item_detail .title{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	color:#FFFFFF;
}

/* description */
.item_detail .description{
	color:#000000;
}

/* sub title style */
.item_detail .subtitle{
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

/*links*/
.item_detail a{
	color:#8e8e8e;
	text-decoration:none;
}
.item_detail a:hover{
	color:#000000;
	text-decoration:underline;
}


/* cart  */
.cart a{
	color:#000000;
	text-decoration:none;	
}
.cart a:hover{
	color:#000000;
	text-decoration:none;	
}


/* cart add note
***********************************************/

#cart_note_background{
	position:fixed;
	 _position:absolute; /* hack for internet explorer 6*/
	z-index:1002;
	background:black;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	filter:alpha(opacity=60);
	opacity:.60;
	moz-opacity:0.6;
}

#cart_note_bought{
	position:fixed;
	 _position:absolute; /* hack for internet explorer 6*/
	z-index:1003;
	background-color:#FFFFFF;
	width:442px;
	height:230px;
	top:50%;
	left:50%;
	margin:-122px 0 0 -221px;
	border:1px solid #6F7F7F;
	text-align:left;
}

#cart_note_bought h2{
	margin:19px 0px 0px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#212321;
	line-height:50px;
	border-bottom:1px solid #E6EBEB;
	text-indent:22px;
}
	
#cart_note_bought p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:17px 0px 0px 30px;		
}

#cart_note_bought .link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}
#cart_note_bought .link a:hover{
	color:#000000;
	text-decoration:underline;
}









