/***** Import *****/

@import                      url("../../../extend/skin/web.css");

/***** Local *****/

#fullwrap                  			{ float:left; display:inline; width:900px; margin-top:5px; }

#fullwrapimg               			{ float:left; display:inline; width:600px; background:#F7F8F9; margin-bottom:10px; border:1px solid #EEE; }

#fullwrapimg img           		{ margin:16px 0 26px 0; border:1px solid #CCC; }

#fullwraptxt               			{ float:right; display:inline; width:270px; }

#fullwraptxt p             		{ text-align:left; width:280px; line-height:28px; border-bottom:1px solid #DDD; }

#fullwraptxt p.extra           		{ font-size:10px; line-height:20px; padding:10px 0; color:#555; }

#fullwraptxt p.photo        		{ font-size:10px; color:#888; }

#fullwraptxt h2            		{ text-align:left; width:280px; line-height:28px; font-size:11px; font-weight:bold; margin:5px 0 10px 0;

							border-bottom:1px solid #888; }
	
#fullwraptxt h3				{ text-align:left; width:280px; line-height:28px; border-bottom:1px solid #DDD; font-weight:normal; font-size:11px; }


#fullwraptxt #pv         		{ width:280px; margin-top:30px; border-top:1px solid #888; }

#fullwraptxt #pv a	         	{ float:right; display:inline; padding:1px 16px 4px 0; margin-top:8px; font-size:10px; color:#555; }

#fullwraptxt #pv a.next         	{ background:url(next.gif) top right no-repeat; }

#fullwraptxt #pv a.previous    { float:left; display:inline; padding:1px 0 4px 16px; background:url(previous.gif) no-repeat; }

#fullwraptxt #pv a:hover.next         	{ background:url(next_over.gif) top right no-repeat; }

#fullwraptxt #pv a:hover.previous    	{ background:url(previous_over.gif) no-repeat; }

