/***** Import *****/

@import                   url("../../../extend/skin/web.css");

@import                   url("../../../core/widget/jquery/lightbox/theme.css");

/***** Local *****/

.imagewrap				{ float:left; display:inline; width:650px; height:660px; border:1px solid #DDD; margin:40px 0 0 0; background:#FFF; }

.imagewrap img			        { margin:25px 0 40px 0; border:1px solid #888; }



.description					{ float:right; display:inline; width:280px; margin:40px 0 30px 0; text-align:left; }

#contentwrap .description h1			{ font-size:11px; line-height:30px; border-bottom:3px solid #FFF; font-weight:bold; }

#contentwrap .description h2			{ font-size:11px; font-weight:normal; border-bottom:1px solid #DDD; line-height:30px; }

#contentwrap .description p			{ border-bottom:1px solid #DDD; line-height:30px; }

#contentwrap .description p.larger	        { border:0; line-height:30px; margin-top:20px; }

#contentwrap .description p.price	        { padding-left:20px; background:url(../skin/mail.gif) no-repeat; font-size:10px; }

#contentwrap .description p.price a	        { color:#555; }

.description .prevnext				{ clear:both; border:0; width:280px; height:22px; line-height:30px; border-top:1px solid #DDD; }

.description a.previous				{ float:left; display:inline; font-size:10px; color:#555; padding:1px 0 0 18px; 

						background:url(../skin/previous.gif) no-repeat; }

.description a.next				{ float:right; display:inline; text-align:right; font-size:10px; color:#555; padding:1px 18px 0 0; 

						background:url(../skin/next.gif) top right no-repeat; }

.description a.enlarge				{ float:left; display:inline; font-size:10px; color:#555; text-align:left; }

.description a:hover.previous		        { background:url(../skin/previous_over.gif) no-repeat; }

.description a:hover.next			{ background:url(../skin/next_over.gif) top right no-repeat; }

.description a:hover.enlarge			{ color:#A54625; }

.description em					{ color:#555; font-size:10px; font-weight:normal; }

