﻿/* Product slideshow */
div#product-slideshow	{width:320px; float:right; height:400px;}

/* Product info */
div.product-left				{width:360px; float:left;}
div.product-left .info			{/*padding-top:10px;*/}
div.product-left .alternative	{font-size:11px;}
div.product-left .price			{font-weight:bold; font-size:18px; line-height:1.7em; padding-top:20px; margin-bottom:5px;}
div.product-left .price .fade	{font-weight:normal; font-size:11px; line-height:1.7em; color:#AAA; padding-top:10px;}
div.product-left .buy			{width:110px;}
div.product-left .buy .input	{font-size:11px; font-weight:normal; width:50px; float:left;}
div.product-left .buy .buy		{width:50px; height:20px; background:url(../gfx/buy.gif) no-repeat; border:0; float:right; cursor:pointer;}

/* Product images */
div.product-right						{width:320px; float:right;}
div.product-right .image				{width:320px; height:320px; z-index:0; position:relative;}
div.product-right .image image			{max-width:320px; max-height:320px;}
div.product-right a.arrow-right			{width:30px; height:30px; cursor:pointer; background:url(../gfx/arrow-right.png) no-repeat center left; border:0; filter:alpha(opacity=50); opacity:0.5; position:absolute; top:145px; right:5px; z-index:9;}
div.product-right a.arrow-left			{width:30px; height:30px; cursor:pointer; background:url(../gfx/arrow-left.png) no-repeat center right; border:0; filter:alpha(opacity=50); opacity:0.5; position:absolute; top:145px; left:5px; z-index:9;}
div.product-right a.arrow-right:hover	{width:30px; height:30px; cursor:pointer; background:url(../gfx/arrow-right-over.png) no-repeat center left; border:0; filter:alpha(opacity=50); opacity:0.5; position:absolute; top:145px; right:5px; z-index:9;}
div.product-right a.arrow-left:hover	{width:30px; height:30px; cursor:pointer; background:url(../gfx/arrow-left-over.png) no-repeat center right; border:0; filter:alpha(opacity=50); opacity:0.5; position:absolute; top:145px; left:5px; z-index:9;}