/* Quote Box */
.qBox
{
	margin-bottom:6px; background:#f7f7f7;
}
.qBox .hd .c, .qBox .ft .c {
	font-size:1px;height:19px;
}
.qBox .hd {
	background:transparent url(/styles/images/box/q_tl.gif) 0px 0px no-repeat;
}
.qBox .hd .c {
	background:transparent url(/styles/images/box/q_tr.gif) right 0px no-repeat;
}
.qBox .bd {
	background:transparent url(/styles/images/box/q_ml.gif) 0px 0px repeat-y;
}
.qBox .bd .c {
	font:10px/15px Arial, Helvetica, Sans-Serif;color:#666666;
	text-align:left;padding:0 23px 0 23px;margin:-10px 0 -10px 0;
}
.qBox .ft 
{
	background:transparent url(/styles/images/box/q_bl.gif) bottom left no-repeat;
}
.qBox .ft .c 
{
	background:transparent url(/styles/images/box/q_br.gif) right 0px no-repeat;
}
.qBox a, .qBox a:visited, .qBox a:active
{
	text-decoration:none;
}
.qBox a:hover
{	
	text-decoration:underline;
}

/* Shadow Box */
.sBox .hd .c, .sBox .ft .c {
	font-size:1px;height:9px;
}
.sBox .hd 
{
	background:transparent url(/styles/images/box/s_tl.gif) 0px 0px no-repeat;
}
.sBox .hd .c {
	background:transparent url(/styles/images/box/s_tr.gif) right 0px no-repeat;
}
.sBox .bd 
{
	background:transparent url(/styles/images/box/s_ml.gif) 0px 0px repeat-y;
}
.sBox .bd .c 
{
	background:transparent url(/styles/images/box/s_mr.gif) right 0px repeat-y;
}
.sBox .ft {
	background:transparent url(/styles/images/box/s_bl.gif) 0px 0px no-repeat;
}
.sBox .ft .c {
	background:transparent url(/styles/images/box/s_br.gif) right 0px no-repeat;
}
.sBox a, .sBox a:visited, .sBox a:active
{
	text-decoration:none;
}
.sBox a:hover
{	
	text-decoration:underline;
}

/* Border Box */
.bBox .hd .c, .bBox .ft .c {
	font-size:1px;height:6px;
}
.bBox .hd {
	background:transparent url(/styles/images/box/o_tl.gif) 0px 0px no-repeat;
}
.bBox .hd .c {
	background:transparent url(/styles/images/box/o_tr.gif) right 0px no-repeat;
}
.bBox .bd {
	background:transparent url(/styles/images/box/o_ml.gif) 0px 0px repeat-y;
}
.bBox .bd .c {
	background:transparent url(/styles/images/box/o_mr.gif) right 0px repeat-y;
}
.bBox .ft {
	background:transparent url(/styles/images/box/o_bl.gif) 0px 0px no-repeat;
}
.bBox .ft .c {
	background:transparent url(/styles/images/box/o_br.gif) right 0px no-repeat;
}
.bBox a, .bBox a:visited, .bBox a:active
{
	/*color:#000000;*/
	text-decoration:none;
}
.bBox a:hover
{	
	text-decoration:underline;
}

/* Light Box */
.lBox .hd .c, .lBox .ft .c {
	font-size:1px;height:7px;
}
.lBox .hd {
	background:transparent url(/styles/images/box/l_tl.gif) 0px 0px no-repeat;
}
.lBox .hd .c {
	background:transparent url(/styles/images/box/l_tr.gif) right 0px no-repeat;
}
.lBox .bd {
	background:transparent url(/styles/images/box/l_ml.gif) 0px 0px repeat-y;
}
.lBox .bd .c {
	background:transparent url(/styles/images/box/l_mr.gif) right 0px repeat-y;
}
.lBox .ft {
	background:transparent url(/styles/images/box/l_bl.gif) 0px 0px no-repeat;
}
.lBox .ft .c {
	background:transparent url(/styles/images/box/l_br.gif) right 0px no-repeat;
}
.lBox a, .lBox a:visited, .lBox a:active
{
	/*color:#000000;*/
	text-decoration:none;
}
.lBox a:hover
{	
	text-decoration:underline;
}

/* Dark Box */
.dBox .hd .c, .dBox .ft .c {
	font-size:1px;height:7px;
}
.dBox .hd {
	background:transparent url(/styles/images/box/d_tl.gif) 0px 0px no-repeat;
}
.dBox .hd .c {
	background:transparent url(/styles/images/box/d_tr.gif) right 0px no-repeat;
}
.dBox .bd {
	background:transparent url(/styles/images/box/d_ml.gif) 0px 0px repeat-y;
}
.dBox .bd .c {
	background:transparent url(/styles/images/box/d_mr.gif) right 0px repeat-y;
}
.dBox .ft {
	background:transparent url(/styles/images/box/d_bl.gif) 0px 0px no-repeat;
}
.dBox .ft .c {
	background:transparent url(/styles/images/box/d_br.gif) right 0px no-repeat;
}
.dBox a, .dBox a:visited, .dBox a:active
{
	text-decoration:none;
}
.dBox a:hover
{	
	text-decoration:underline;
}

/* No Box */
.noBox .hd .c, .noBox .ft .c {
	font-size:1px;height:6px;
}
.noBox .hd, .noBox .hd .c, .noBox .bd, .noBox .bd .c,.noBox .ft, .noBox .ft .c
{
	background:transparent;
}

.noBox a, .noBox a:link, .noBox a:visited, .noBox a:active
{
	color:#666666;
	text-decoration:none;
}
.noBox a:hover
{	
	color:#000000;
}


/* News Box */
.nBox1
{
	background:#e7e7e7 url(/styles/images/box/ntl.gif) no-repeat top left;
	width:186px;margin:0 0 10px 0;
}
.nBox2
{
	background:url(/styles/images/box/ntr.gif) no-repeat top right;
}
.nBox3
{
	background:url(/styles/images/box/nbl.gif) no-repeat bottom left;
}
.nBox4
{
	background:url(/styles/images/box/nbr.gif) no-repeat bottom right;
}
.nBoxContents
{
	text-align:left; padding:30px 20px 10px 20px;
	background:url(/styles/images/box/newsHead.gif) no-repeat top;
}

.nFooter
{
	border-top:solid 1px #999999;
	width:160px; margin:0 13px 0 13px;
}
.nArchive
{
	float:left;
	padding:2px 0 5px 3px;
}
.nRSS
{
	float:right;
	padding:5px 5px 0 5px;
}
.nItem
{
	font: 10px/15px Arial, Helvetica, Sans-Serif;
	margin:0 0 5px;
}
.nDate
{
	font:bold 12px/20px Arial, Helvetica, Sans-Serif;
	margin:0 0 0 -5px;
}

/* Common */
.DBoxContents, .WBox
{
	text-align:left;
	padding:10px 15px 10px 15px;
}
.sBox, .bBox, .lBox, .dBox, .qBox1, .LBox1, .DBox1, noBox
{
	margin:5px 0 5px 0;
}

.sBox .bd .c, .bBox .bd .c, .lBox .bd .c, .dBox .bd .c, .noBox .bd .c
{
	padding:0 15px 0 15px; text-align:left;
	height:100%;
}
.sBox .bd .c p, .bBox .bd .c p , .lBox .bd .c p, .dBox .bd .c p ,.qBox .bd .c p, .noBox .bd .c p 
{
	margin:0 0 0 0;padding:5px 0 5px 0;
}
.nBoxContents a:link, .nBoxContents a:hover, .nBoxContents a:active, .nBoxContents a:visited
{
	color:#000000;
}
.prodfilter_item
{
	text-align:center;font-size:11px;padding:0 10px 0 0;height:15px;float:left;
}
.prodfilter_item a:link, .prodfilter_item a:hover, .prodfilter_item a:active, .prodfilter_item a:visited
{
	color:#000000;
}

.plist_item
{
	WIDTH:675px;margin:10px 0 0 10px;
	border-bottom:solid 1px #cccccc;
	padding:0 0 10px 0;
}
.plist_item_contents
{
	FLOAT:right;WIDTH:610px;border:solid 0px #ff0000;
}
.plist_startsat
{
	font-size:10px;
}
.plist_minprice
{
	font-size:12px;
	font-weight:bold;
}
.plist_prodname
{
	font-size:14px;
}
.plist_tagline
{
	font-size:11px;line-height:12px;
}
.plist_linkline
{
	padding-top:5px;
}
