﻿p
{
	margin: 0;
	padding: 0;
	line-height: normal;
}

.clear
{
	clear: both;
}

.product-container
{
}

.product-container .item
{
	float: left;
	width: 155px;
	height: 280px;
	margin: 10px 9px 10px 0;
}

.product-container .item .image
{
	height: 220px;
	margin-bottom: 10px;
	line-height: 220px;
}

.product-container .item .image img
{
	vertical-align: middle;
}

.product-container .item h4
{
	margin: 5px 0;
	padding: 0;
	font-size: 11pt;
	height: 35px;
}

#columnB .product-container .item a
{
	color: #666;
}
#columnB .product-container .item a:hover
{
	/*color: #cf4f60;*/
	text-decoration: underline;
}

.product-container .item p
{
	color: #666;
	font-size: 9pt;
}

.product-container .item .price
{
	color: #666;
	font-size: 9pt;
	font-weight: bold;
}
.product-container .item .price p
{
    display: inline;
    margin-right: 5px;
}

.product-container .item .price span
{
	font-weight: normal;
}
.product-container .item .price .original
{
	color: #999;
}

.product-container .item .price .original span
{
	text-decoration: line-through;	
}

.product-container .item .price .sale
{
	color: #cf4f60;
}

.product-container .item .price .discount
{
	display: none;
}

.oldPrice
{
	text-decoration: line-through;
	color: #999;
}

.discount
{
	color: #cf4f60;
	font-weight: bold;
}

.image-zoomer
{
	width: 350px;
	height: 420px;
	float: left;
}

.image-zoomer-alt, #seadragon
{
	height: 420px;
	width: 350px;
	border: solid 1px #ccc;
	overflow: hidden;
	float: left;
}
#seadragon #seadragon-container
{
	height: 350px;
}

.image-zoomer-alt2
{
	width: 350px;
	border: solid 1px #ccc;
	overflow: hidden;
	float: left;
}

.image-zoomer-alt .main
{
	height: 350px;
	width: 350px;
}

.image-zoomer-alt2 .main
{
	width: 350px;
}

.image-zoomer-alt .other, .image-zoomer-alt2 .other, #seadragon .others
{
	background-color: #ccc;
	height: 70px;
	overflow: hidden;
}

.image-zoomer-alt .other .item, .image-zoomer-alt2 .other .item, #seadragon .others .item
{
	margin: 2px 0 2px 2px;
	background-color: #e9e9e9;
	
	height: 66px;
	width: 50px;
	float: left;
}

.image-zoomer-alt .other .item img, .image-zoomer-alt2 .other .item image
{
	vertical-align: middle;
}

.image-zoomer-alt .link
{
	
}

.image-zoomer-alt .overlay-background
{
	position: relative;
	height: 420px;
	width: 350px;
	background-color: #fff;
	top: -350px;
	filter: alpha(opacity=75);
	MozOpacity: 0.75;
	opacity: 0.75;
}
.image-zoomer-alt .overlay
{
	position: relative;
	height: 420px;
	width: 350px;
	top: -770px;
	padding: 10px;
}

.image-zoomer-alt .overlay *
{
	margin: 0;
	padding: 0;
	line-height: normal;
}

.image-zoomer-alt .overlay p
{
	margin-bottom: 10px;
}

.image-zoomer-alt .overlay .do-not-use
{
	font-size: 70%;
	border-top: solid 1px #999;
	width: 330px;
	margin: 175px 0 0 0;
	padding-top: 3px;
}

#columnB .image-zoomer-alt .overlay .do-not-use a
{
	color: #cf4f60;
	text-decoration: underline;
	font-weight: normal;
}

#columnB .image-zoomer-alt .overlay .do-not-use a:hover
{
	color: #f33;
}

#columnB .image-zoomer-alt2 a.link:link
{
	display: block;
	text-align: center;
	line-height: 22px;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color: #333;
	font-weight: normal;
	background: #f0f0f0;
	text-decoration: underline;
}
#columnB .image-zoomer-alt2 a.link:hover
{
	color: #cf4f60;
}

.product-details
{
	margin-left: 360px;
	width: 293px;
}

.product-details *
{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 9pt;
}

.product-details h2
{
	font-size: 12pt;
	border-bottom: solid 1px #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.product-details .form p
{
	margin-bottom: 4px;
}

.product-details .form p.nostock
{
	margin-top: 6px;
	color: #cf4f60;
	font-weight: bold;
}


/* start form stuff */
.form
{
	border-top: solid 1px #ccc;
	margin-top: 30px;
	margin-right: 18px;
}

.product-details .form
{
	margin-right: 0;
}

.form.item
{
	border-top: none;
	margin-top: 10px;
	margin-right: 10px;
	width: 48%;
	float: left;
}

.form *
{
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 9pt;
}

form .padded
{
	padding: 10px 0;
}

.form div
{
	display: block;
	margin: 5px 0 0 0;
	padding: 1px 0;
	clear: both;
}

.form div label
{
	display: block;
	float: left;
	width: 100px;
	padding: 2px 0;
	margin: 0 15px 5px 0;
	text-align: left;
}

#rbDispatch div label
{
    width: 228px;
}

.form.narrow div label
{
	width: 40px;
}

.form.wide div label
{
	width: 200px;
}

.form div.text p
{
	padding: 0;
	margin-bottom: 5px;
}

.form div.padded
{
	margin-bottom: 5px;
}

.form div.padded label
{
	display: inline;
	width: 0;
	margin: 0;
	padding: 0;
}

.form div.padded p
{
	margin-left: 115px;
	padding: 0;	
}

.form div.text label
{
	padding: 0;
}

.form div.buttons
{
	padding-left: 114px;
}

.form.wide div.buttons
{
	padding-left: 214px;
}

.form div select
{
	font-size: 90%;
}

.form input.error
{
	border: solid 1px #900;
	background-color: #fcc;
	padding: 1px;
}

.form.left-box div label
{
	padding-left: 10px;
	width: 60px;
}

.form.left-box div.buttons
{
	padding-left: 84px;
}

.form.left-box
{
	padding-bottom: 12px;
}
/* end form stuff */


.breadcrumb
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #ccc;
	font-size: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 20px;
	width: 654px;
}

.breadcrumb li
{
	display: inline;
	background: url(../images/breadcrumb-separator.gif) no-repeat 0 6px;
	padding-left: 13px;
	color: #666;
	font-weight: bold;
}

.breadcrumb li.first
{
	background: none;
	padding-left: 0;
}

.pages
{
	clear: both;
	text-align: right;
	border: solid 1px #ccc;
	border-left: none;
	border-right: none;
	width: 654px;
	margin-bottom: 10px;
	padding: 5px 0;
}

.pages ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.pages ul li
{
	display: inline;
	margin-left: 10px;
}

.sidebar
{
	margin: 0 10px;
}

.sidebar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sidebar ul li
{
	font-size: 10pt;
}

.sidebar ul li a
{	
	color: #666;
	font-weight: bold;
}
.sidebar ul li a:hover
{
	color: #cf4f60;
}

.sidebar h3
{
	font-size: 11pt;
	line-height: normal;
	color: #999;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: solid 1px #ccc;
}


.updateProgress, .updateProgressSmall, .updateProgressFull
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=75);
	MozOpacity: 0.75;
	opacity: 0.75;
	padding: 0px;
	margin: 0px;
}

.updateProgress div
{
	background-color: white;
	position: absolute;
	top: 40%;
	left: 25%;
	font-size: 125%;
	cursor: default;
	
	background: url('../images/ajax-loader-large.gif') no-repeat 0 0;
	height: 32px;
	padding: 8px 0 0 38px;
}
.updateProgressSmall div
{
	background-color: white;
	position: absolute;
	top: 15%;
	left: 30%;
	font-size: 100%;
	cursor: default;
	
	background: url('../images/ajax-loader.gif') no-repeat 0 0;
	height: 16px;
	padding: 2px 0 0 38px;
}

.basketText
{
	margin: 0;
	padding: 0;
}

.basketText ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 19px;
	margin-bottom: 20px;
}

.basketText ul li
{
	float: left;
	margin-left: 10px;
}

#basket
{
	width: 655px;
	font-size: 10pt;
}

#basket thead tr, #basket tfoot tr
{
	background-color: #eee;
	padding: 10px 0;
}

#basket thead th
{
	text-align: left;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
}

#basket tbody tr.alt
{
	background-color: #f0f0f0;
}

#basket tbody td
{
	text-align: left;
	border-bottom: solid 1px #999;
}

#basket tfoot th
{
	text-align: left;
	border-bottom: solid 1px #999;
}

#basket tbody td.product .image
{
	display: block;
	height: 60px;
	width: 70px;
	float: left;
}

#basket tbody td.product .image img
{
	border: solid 1px #000;
}

#basket tbody td.buttons
{
	text-align: right;
}

#orders
{
	width: 655px;
	font-size: 10pt;
}

#orders thead tr, #orders tfoot tr
{
	background-color: #eee;
	padding: 10px 0;
}

#orders thead th
{
	text-align: left;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
}

#orders tbody tr.alt
{
	background-color: #f0f0f0;
}

#orders tbody td, #orders tfoot th
{
	text-align: left;
	border-bottom: solid 1px #999;
}


#receipt form
{
	float: right;
	margin-top: 5px;
}

#receipt label
{
	font-weight: bold;
}

#receipt table
{
	width: 100%;
	font-size: 10pt;
}

#receipt th, #receipt td
{
	padding: 5px 0;
	border: none;
}

#receipt table thead tr
{
	background-color: #eee;
	padding: 10px 0;
}

#receipt table thead th
{
	text-align: left;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
}

#receipt table tbody tr.alt
{
	background-color: #f0f0f0;
}

#receipt table tbody td
{
	text-align: left;
	border-bottom: solid 1px #999;
}

#receipt table tfoot th
{
	text-align: left;
}

#receipt table tfoot .label
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

#receipt .grandtotal td
{
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color: #eee;
}

#receipt .first
{
	padding-left: 5px;
}

#content 
{
	width: 653px;
}

#content h3
{
	color: #666;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	border-bottom: solid 1px #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

#content p
{
	margin: 8px 0;
}

#content ul
{
	font-size: 83%;
	list-style-type: none;
}

#content address
{
	font-size: 83%;
	font-style: normal;
	margin: 8px 0;
}

#content td
{
	padding: 0;
	border: solid 1px #ccc;
	padding: 5px;
}


#content table
{
	width: 100%;
	font-size: 10pt;
	border-collapse: collapse;
	margin: 20px 0;
}

#content th
{
	text-align: left;
	padding: 0;
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #eee;
}



.left-box
{
	background: #eee;
	margin: 35px 10px 0 10px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.left-box ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.left-box li
{
	margin-bottom: 10px;
	padding-left: 10px;
}

.left-box a
{
	font-weight: bold;
	color: #666;
}

.left-box.form a
{
	color: #666;
}

.left-box a:hover
{
	color: #cf4f60;
}

#admin
{
	position: absolute;
	top: 10px;
	left: 10px;
	border: solid 1px #666;
	background-color: #eee;
	padding: 7px 12px 10px 10px;
}

#admin a
{
	font-weight: bold;
	color: #666;
	font-size: 10pt;
}

#admin a:hover
{
	color: #cf4f60;
}

.form.search input.textbox
{
	width: 130px;
}

.form.search select.dropdown
{
	width: 134px;
}

#mainNav ul li
{
	white-space: nowrap;
}

.print-button
{
	float: right;
	margin-top: 8px;
}

#columnB a.alt1
{
	color: #4d6487;
}

#columnB a.alt2
{
	color: #498a4f;
}

#columnB a.alt1:hover, #columnB a.alt2:hover
{
	color: #cf4f60;
}

.help-link
{
	display: block;
	padding: 5px;
	font-size: 75%;
}

.fp-link
{
	clear: both;
	text-align: right;
	width: 90%;
}

#columnB .fp-link a
{
	color: #666;
}

#columnB .fp-link a:hover
{
	color: #cf4f60;
	text-decoration: underline;
}

hr.fp-separator
{
	width: 100%;
	margin: 10px 20px 20px 0;
}

h3.fp-header
{
	color: #666;
	font-size: 14pt;
}

.outfit
{
}

.outfit h3
{
	color: #666;
	border-bottom: solid 1px  #ccc;
	margin-right: 10px;
}

.outfit .details
{
	float: left;
	width: 418px;
	padding-top: 10px;
}

.outfit .details img
{
	margin-bottom: 10px;
}

.outfit .buy
{
	clear: both;
}

.outfit .buy table
{
	font-size: 0.9em;
}

.outfit .buy th
{
	color: #666;
}
