/* Left column on shop */
div.ShopLeftColumn
{	
	float: left;
	width: 485px;
	margin-right: 5px;
}

/* Categories (series) */
table.Needs h4
{
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: solid 1px #c8bcac;
	margin: 0;
}
table.Needs ul
{
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}
table.Needs li
{
	font-size: .8em;
	padding: 10px 0 10px 20px;
	background: url(/Images/NeedsArrow.gif) no-repeat left 10px;
	color: #b5aa9d;
	border-bottom: dotted 1px #c8bcac;
}
table.Needs a
{
	display: block;
	margin-bottom: 2px;
	font-size: 1.3em;
	color: #715d45;
}

/* Products */
ul.Products
{
	list-style-type: none;
	margin: 0;
	width: 490px;
	overflow: hidden;
}
ul.Products li
{
	position: relative;
	float: left;
	width: 240px;
	height: 250px;
	background: url(/Images/ProductBox.gif) no-repeat left top;
	padding: 0 5px 5px 0;
}
ul.Products li a
{
	display: block;
	font-size: 0.6em;
	color: #715d45;
	padding: 10px 20px;
	width: 200px;
	height: 230px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;	
}
ul.Products li a span.ComingSoon, div.Details div.Photo span.ComingSoon
{
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	width: 90px;
	height: 0;
	padding-top: 90px;	
	overflow: hidden;
	background: url(/Images/ComingSoon.gif) no-repeat left top;
}
ul.Products li span
{
	display: block;
	position: absolute;
	right: 25px;
	bottom: 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: #ac9f8f;
	text-align: right;
}
ul.Products li span strong
{
	display: block;
	font-weight: normal;
	font-size: .8em;
	text-transform: uppercase;
	color: #c5bbaf;
}

/* Paging */
div.Paging
{
	font-size: 0.6em;
	color: #999;
	padding: 10px;
	background: url(/Images/PagingBg.gif) no-repeat left top;
	min-height: 50px;
}
div.Paging select
{
	border:solid 1px #eee;
	padding: 2px;
	width: 50px;
}
div.Paging a
{
	color: #999;
}
div.Paging div.Left
{
	text-align: center;
}

/* Product details */
div.Description { margin-bottom: 20px; }
div.Details
{
	position: relative;
	width: 270px;
	height: 250px;
	background: url(/Images/ProductPhotoBg.gif) no-repeat left top;
	margin-bottom: 5px;
}
div.Details div.Photo
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 270px;
	height: 205px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.Details div.Photo span.Zoom
{
	position: absolute;
	font-size: 0.6em;
	width: 230px;
	text-align: center;
	font-weight: normal;
}
div.Details div.Photo span.ComingSoon { top: 0; }
div.Details span
{
	position: absolute;
	bottom: 8px;
	right: 20px;
	font-size: 0.8em;
	color: #725c44; /*#ac9f8f;*/
	text-align: right;
	font-weight: bold;
}
div.Details span strong
{
	display: block;
	font-weight: normal;
	font-size: .8em;
	text-transform: uppercase;
	color: #ac9f8f;
}
div.Details div.Add 
{ 
	position: absolute;
	left: 20px;
	bottom: 0px;
	padding: 3px 0 3px 25px;
	background: url(/Images/ShoppingCartIcon.gif) no-repeat left;
	font-size: 0.8em;
	color: #6c5b44;
}
div.Details div.Add a { color: #6c5b44; }
div.Details div.Add input
{
	width: 20px;
	padding: 2px;
	text-align: center;
	border: solid 1px #e3deda;
}
div.Details div.Add img { cursor: pointer; }
p.Links
{
	width: 445px;
	overflow: hidden;
}
p.Links a.AddToCart
{
	float: left;
	padding: 3px 25px;
	background: url(/Images/ShoppingCartIcon.gif) no-repeat left;
}
p.Links a.Browse
{
	float: right;
	padding: 3px 25px;
	background: url(/Images/DemoIcon.gif) no-repeat right;
}

/* Cart contents */
table.ShoppingCart
{
	font-size: 1em;
	color: #715d45;
}
table.ShoppingCart td
{
	border-top: dotted 1px #715d45;
	padding: 5px 0 5px 0;
}
table.ShoppingCart td input
{
	padding: 1px;
	color: #715D45;
	text-align: right;
	border: solid 1px #eee;
}
table.ShoppingCart tr.Header td
{
	font-weight: bold;
	border-top: none;
}
table.Totals 
{
	border-top: solid 1px #715d45;
	border-bottom: double 3px #715d45;
}
table.Totals td { padding: 7px 0 7px 0; }
table.Totals tr.Total td { font-weight: bold; }
p.Addons { margin: 2em 0 1em 0;	}
p.Links a.Left 
{
	float: left;
	background-position: left;
}

table.Quantity img { cursor: pointer; }
table.Quantity td { border: 0; }

/* Delivery/payment form */
body.Checkout div.LeftColumn h3
{
	font-size: 1.4em;
	font-weight: normal;
}
body.Checkout div.LeftColumn label 
{ 
	float: left;
	width: 150px;
}
body.Checkout div.LeftColumn input, body.Checkout div.LeftColumn select
{ 
	float: left;
	width: 287px;
	padding: 2px;
	border: solid 1px #b8aea2;
	margin-bottom: 2px;
	margin-right: 2px;
}
body.Checkout div.LeftColumn select { width: 293px; }
body.Checkout div.LeftColumn br { clear: both; }
body.Checkout div.LeftColumn input.Submit { width: auto; }
body.Checkout div.Preview, body.Checkout table.Preview
{
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #b8aea2;
}
body.Checkout table.Preview th
{
	text-align: left;
	font-weight: normal;
	width: 120px;
}

div.EULA 
{ 
	padding-top: 4px;
	float: left; 
}
div.EULA input
{
	margin-top: 3px;
	width: 14px !important;
	height: 14px !important;
}
div.EULA label
{
	width: 340px !important;
	font-size: 0.8em;
	margin: 0 !imporant;
}
div.Divider
{
	border-top: dotted 1px #715D45;
	margin: 10px 0 12px 0;
}
a.ChangeDetails
{
	float: left;
	padding-top: 5px;
}

a.DocumentDownload
{
	display: block;
	padding: 3px 0 3px 20px;
	background: url(/Images/DocumentDownloadSmall.gif) no-repeat left;
}

/* Subcategories */
div.SubcategoryRow
{
	margin-bottom: 30px;
}
div.SubcategoryRow h3
{
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
}
div.SubcategoryRow div.Description
{
}
div.SubcategoryRow a.Link
{	
	display: block;
	background: url(/Images/GlassIcon.gif) no-repeat left;
	padding: 3px 0 3px 25px;
}
div.SubcategoryRowDivider
{	
	border-top: dotted 1px #ccc2b7;
	padding-bottom: 20px;
}

/* Downloads */
div.Downloads div.Platform
{
    width: 100%;
    overflow: hidden;    
}
div.Downloads li
{    
    font-weight: bold; 
    padding: 10px 0;   
}
div.Downloads div.Platform div
{
    float: left;
    font-weight: normal;
}
div.Downloads div.Platform span
{
    font-size: 0.8em;
}

/* Add-ons */
ul.AddOns
{
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    border-top: dotted 1px #b8aea2;
}
ul.AddOns li
{
    padding: 10px 0;
    border-bottom: dotted 1px #b8aea2;
}
ul.AddOns li span { color: #958674; }
ul.AddOns li span strong
{
	font-weight: normal;
	font-size: .8em;
	text-transform: uppercase;
	color: #c5bbaf;
}
ul.AddOns td { padding: 0 5px; }
ul.AddOns img { width: 75px; }

