﻿html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 				0px;
	padding:                0px;
	border: 				0px;
}

html
{
	font-family:			Arial, Helvetica, sans-serif;
}

body 
{
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0 0 0 0;
	background-color: #E8E8E8;
}

div#container
{
	width:							967px; 
	position:						relative;
	margin-left:					auto;
	margin-right:					auto;
}

/* ------------------------------------- google categories */
div.NameValuePanel
{
	display: block;
	float: left;
	background-color: #fff;
	width: 300px;
	clear: both;
	border-bottom: solid 1px #dddddd;
	padding: 5px 5px 5px 5px;
}

div.DefName
{
	display: inline;
	float: left;
	background-color: #fff;
	width: 100px;
	text-align: left;
	border: solid 0px black;
}

div.ColValue
{
	display: inline;
	float: left;
	background-color: #fff;
	width: 200px;
}


/* ---------------------------------- Page Layout ----------------------------------- */
div#pageContent
{
	display: inline;
	float: right;
	width: 690px;
}

div#pageSidebar
{
	display: inline;
	float: left;
	width: 276px;
}

div#pageFooter
{
	display: inline;
	float:left;
	width: 967px;
	height: 75px;
	text-align: center;
	font-size: 10px;
	padding: 15px 0px 15px 0px;
}

div#basketSummary
{
	display: inline;
	float: left;
	margin: 20px 10px 0px 20px;
	width: 240px;
	height: 45px;
	text-align: right;
	/* background-image: url(/App_Themes/Default/Images/basket_summary.gif); */
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 25px;
}

div#basketSummary p
{
	display: inline;
	float: left;
	margin: 18px 0px 0px 20px;
	text-align: left;
	width: 165px;
}

div#basketSummary img
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
}

div#basketSummary a:link,
div#basketSummary a:visited
{
	color: #000000;
}
div#basketSummary a:active,
div#basketSummary a:hover
{
	text-decoration: none;
	color: #cc6600;
}

div#basketSummary span.items
{
	margin-left:10px;
}

div#basketSummary span.total
{
	margin-left:2px;
	font-weight: bold;
}

div.contentPadding
{
	display: inline;
	float: left;
	padding: 20px 20px 20px 20px;
}

/* ---------------------------------------------------------- Category List ---------------- */
div#pageSidebar ul
{
	list-style-type: none;
	display: inline;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}

div#pageSidebar ul li
{
	list-style-type: none;
	display: inline;
	float: left;
	width: 100%;
}

div#pageSidebar ul li a:link,
div#pageSidebar ul li a:visited
{
	text-decoration: none;
	color: #316ac5;
	display: inline;
	float: left;
	width: 220px;
	border-bottom: dashed 1px #CCCCCC;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}

div#pageSidebar ul li a:active,
div#pageSidebar ul li a:hover
{
	text-decoration: underline;
	color: #cc6600;
}

/* ----------- Nested List -------- */
div#pageSidebar ul li ul
{
	height: auto;	
	margin: 0px 0px 0px 0px;
}	

div#pageSidebar ul li ul li
{
}	

div#pageSidebar ul li ul li a:link,
div#pageSidebar ul li ul li a:visited
{
	width: 210px;
	margin-left: 10px;
	font-weight: normal;
	border-bottom: none;
}

div#pageSidebar ul li ul li a:active,
div#pageSidebar ul li ul li a:hover
{
}

/* ------------------------------------------------- Accessible Image Replaced Logo---------------- */
div#companyLogo h1 a:link, div#companyLogo h1 a:visited
{
	display:inline;
	float:left;
	width: 210px;
    padding: 58px 0px 0px 0px;
    overflow: hidden;
    background-image: url(/App_Themes/Default/images/e-posit.gif);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:58px;
    margin: 15px 15px 7px 20px;
}
/* ------------------------------------ Rounded BGs ---------------------------------- */

div.fullWidth
{
	display: inline;
	float: left;
	width:	967px;
	background-image: url(/App_Themes/Default/images/common/box_full_width_mid.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

div.fullWidthTop
{
	display: inline;
	float: left;
	width:	967px;
	background-image: url(/App_Themes/Default/images/common/box_full_width_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

div.fullWidthBottom
{
	display: inline;
	float: left;
	width:	967px;
	background-image: url(/App_Themes/Default/images/common/box_full_width_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-top: 8px;
}

div.narrow
{
	display: inline;
	float: left;
	width:	276px;
	background-image: url(/App_Themes/Default/images/common/box_narrow_mid.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

div.narrowTop
{
	display: inline;
	float: left;
	width:	276px;
	background-image: url(/App_Themes/Default/images/common/box_narrow_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

div.narrowBottom
{
	display: inline;
	float: left;
	width:	276px;
	background-image: url(/App_Themes/Default/images/common/box_narrow_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

div.wide
{
	display: inline;
	float: left;
	width:	691px;
	background-image: url(/App_Themes/Default/images/common/box_wide_mid.gif);
	background-position: center center;
	background-repeat: repeat-y;
}

div.wideTop
{
	display: inline;
	float: left;
	width:	691px;
	background-image: url(/App_Themes/Default/images/common/box_wide_top.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

div.wideBottom
{
	display: inline;
	float: left;
	width:	691px;
	background-image: url(/App_Themes/Default/images/common/box_wide_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

/*----------------------------------- Typography ---------------------------- */

div#pageContent h1
{
	margin:	20px 20px 5px 20px;
	padding-bottom: 5px;
	font-size:  x-large;
	text-transform: uppercase;
	border-bottom: dashed 1px #CCCCCC;
}

div#pageContent h3
{
	display: block;
	float: left;
	width: 640px;
}

div#pageContent table
{
	width: 100%;
}

div#pageContent table tbody
{
	width: 100%;
}
div#pageContent table tbody tr
{
	width: 100%;
}

div#pageContent table tbody tr th,
div#pageContent table tbody tr td
{
	width: auto;
}

div#pageSidebar h2
{
	font-size: small;
	display: inline;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 0px;
	width: 100%;
}

a:link,
a:visited
{
	text-decoration: none;
	color: #316ac5;
}

a:active,
a:hover
{
	text-decoration: underline;
	color: #cc6600;
}

div#pageFooter a:link,
div#pageFooter a:visited
{
	color: #316ac5;
}

.feedback
{
	color: Red;
	font-size: medium;
	font-weight:bold;
}

/* --------------------------- AJAX PROGRESS INDICATOR ------------------------*/
div.updateProgress
{
	display: inline;
	float: right;
	padding: 0px 0px 0px 0px;	
	margin: 0px 10px 0px 0px;
}


/* --------------------------- TOP NAVIGATION ----------- */
div#navmenu
{
	display: inline;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
	border-left: 1px dashed #CCC;
}

div#navmenu .navStatic
{
	border-right: 1px dashed #CCC;
	text-align: center;
}

div#navmenu .navDynamic
{
	border-bottom: 1px dashed #CCC;
	padding: 0px 0px 0px 2px;
	width: 135px;
}

div#navMenu .navDynamicHover
{
	text-decoration: none;
	background-color: Aqua;
}

div#navmenu .noBottom
{
	border-bottom: 0px;
	background-color: Transparent;
}

/* ----------------------------------- MISC. -------------------------------- */
div#subNavigation
{
	display: inline;
	float:right;
	padding: 5px 5px 5px 5px;
}

#title
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #EEEEEE;
	color: #000000;
	padding: 2px 2px 2px 5px;	
	font-size: 10pt;
	font-weight: bold;
}


#categories
{
	margin-left: auto;
	margin-right: auto;
}

div#login
{
	margin: 28px 20px 23px 0px;
}
div#login p
{
	text-align: center;
}

div#search
{
	display: inline;
	float: right;
	padding: 15px 20px 0px 0px;
	text-align: center;
}

div#search img
{
}

div#search input
{
}

div#search input.searchBox
{
	width: 90px;
	margin-bottom: 5px;
}


div#search .waterMarkBox
{
	width: 90px;
	margin-bottom: 5px;
	background-color: #eeeeee;
	color: #555555;
}
	

div#search .feedback
{
	font-size: x-small;
	color: Red;
}

div#content ul
{
	list-style-type:none;
}

table td.gridTopBorder
{
	border-top: solid 1px #cccccc;
}

table td.gridBottomBorder
{
	border-bottom: solid 1px #cccccc;
}

table td.gridSelectedRow, .stockList .gridSelectedRow
{
	border: solid 1px #E1E9F7;
	background-color: #E1E9F7;
}

.gridAlternateRow
{
	background-color: #ece9d8;
}

table tr.gridPagerRow
{
	text-align: right;
}

table tr.gridPagerRow td
{
	text-align: right;
	border-top: none;
}

/* -------------------------------------------- CATALOGUE VIEW ------*/

div#catalogueView
{
	display: inline;
	float: left;
	padding-bottom:15px;
	border-top:  dashed 1px #CCCCCC;
	margin-top: 10px;
	width: 650px;
}

div#catalogueView div.catalogueItem
{
	display: inline;
	float: left;
	width: 100%;
	border-bottom: dashed 1px #CCCCCC;
	margin: 0px 0px 0px 0px;
}

div#catalogueView div.catalogueItem div.image-button-box
{
	display: inline;
	float: left;
}

div#catalogueView div.catalogueItem  a:link.rollover, 
div#catalogueView div.catalogueItem  a:visited.rollover
{
	display: inline;
	float: right;
	width: 460px;
	text-decoration:none;
	color: #316AC5;
	padding-bottom: 15px;
}

div#catalogueView div.catalogueItem a:active.rollover,
div#catalogueView div.catalogueItem a:hover.rollover
{	
	color: #316AC5;
	background-image: url(/App_Themes/Default/images/rollover_fadeout.gif);
	background-position: right;
	background-repeat: repeat-y;
}

div#catalogueView div.catalogueItem a:active span,
div#catalogueView div.catalogueItem a:hover span
{
	text-decoration: underline;
}

div#catalogueView div.catalogueItem span.button
{
	display: inline;
	float: left;
	padding: 0px 0px 10px 0px;
	clear: left;
}

div#catalogueView div.catalogueItem a.image
{
	display: inline;
	float:left;
	margin: 15px 0px 5px 35px;
}

div#catalogueView div.catalogueItem span.title
{
	display: block;
	float: left;
	margin-bottom: 15px;	
	width: 100%;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	padding: 20px 0px 0px 0px;
}


div#catalogueView div.catalogueItem span.description
{
	padding-top: 8px;
}

div#catalogueView div.catalogueItem span.price
{
	text-align: left;
	color: #000000;
	padding-top: 18px;
}

div#catalogueView div.catalogueItem span.price strong
{
	color: #990000;
}

/* ------------------------------------------------------------------------ STOCK ITEM DETAIL VIEW ------*/

div#stockItemDetail
{
	display: inline;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

div#stockItemDetail div.image-list
{
	display: inline;
	float: left;	
	margin: 30px 0px 0px 10px;
}

div#stockItemDetail div.image-list img
{
	display: inline;
	float: left;	
	margin: 0px 3px 0px 0px;
}

div#stockItemDetail div.image
{
	display: inline;
	float: left;
	width: 350px;
	height: 370px;
}

div#stockItemDetail div.image p
{
	display: inline;
	float: left;
	width: 350px;
	text-align: center;
	color: #666666;
	padding-bottom: 10px;
}

div#stockItemDetail div.price
{
	display: inline;
	float: left;
	margin: 15px 10px 20px 15px;
	padding-bottom: 25px;
	border-bottom: dashed 1px #CCCCCC;
	width: 265px;
}

div#stockItemDetail div.price table
{
	display: inline;
	float: left;
	margin-left: 20px;
}

div#stockItemDetail div.price table tr td
{
	text-align: left;
	padding: 3px 3px 3px 3px;
}

div#stockItemDetail div.price table tr.ourPrice
{
	font-size: medium;
	font-weight: bold;
}

div#stockItemDetail div.price table td.price
{
	color: #990000;
}

div#stockItemDetail div.details
{
	display: inline;
	float: right;
	border: solid 1px #CCCCCC;
	margin: 0px 20px 10px 30px;
	background-color: Fuchsia;
}

div#stockItemDetail div.details td,
div#stockItemDetail div.details th
{
	padding: 5px;
}

div#stockItemDetail div.details th
{
	background-color: #CCCCCC;
}

div#stockItemDetail div.details td
{
	border-top: dashed 1px #CCCCCC;
}

div#stockItemDetail div.description
{
	display: inline;
	float: left;
	margin: 10px 20px 0px 0px;
	padding: 30px 30px 10px 30px;
	border-top: dashed 1px #CCCCCC;
	width: 570px;
}

div#stockItemDetail div.description p
{
	margin: 0px 0px 10px 0px;
	line-height: 1.4;
}

div.detailViewAddToBasket
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 15px;
	padding-bottom: 25px;
	padding-left: 20px;
	width: 245px;
	height: 60px;
	border-bottom: dashed 1px #CCCCCC;
}

div.detailViewAddToBasket input.quantity
{
	width: 50px;
	margin: 0px 0px 10px 0px;
}

div.detailViewAddToBasket span
{
	margin: 2px 5px 0px 18px;
	display: inline;
	float: left;
}

div#policies
{
	width: 920px;
	text-align: center;
}

/* ------------------- ADMIN -------------------- */
div.sideBarBox
{
	display: inline;
	float: left;
	padding: 20px 0px 20px 0px;
	margin-left: 20px;
	width: 235px;	
}

div.adminBorder
{
	display: inline;
	float: left;
	border: dashed 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
	width: 215px;
}

div#sideBarBox span#columnTotal
{
	display: inline;
	float: right;
	border-top: solid 1px #cccccc;
}

div#adminLocation
{
	display: inline;
	float: left;
	width: 650px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #CCCCCC;
	margin: 0px 20px 20px 20px;
}

div#adminVersion div#login
{
	display: inline;
	float: right;
	margin: 12px 30px 0px 0px;
}

div#pageSidebar div.sideBarBox di.adminBorder div.content
{
	display: inline;
	float: left;
	margin-top: 5px;
}

div#pageSidebar div.sideBarBox div.adminBorder div.content p
{
	display:inline;
	float:left;
	margin-bottom: 10px;
}

div#pageSidebar div.sideBarBox div.adminBorder h2
{
	margin-bottom: 3px;
}

div#pageSidebar div.sideBarBox div.adminBorder div.content table
{
	display: block;
	float: left;
	padding: 2px;
	clear: left;
}

div#pageContent table#adminOrderDetails
{
	clear: left;
	width: 640px;
	border-top: 1px dashed #CCCCCC;
}

div#pageContent table#adminOrderDetails th
{
	padding-top: 10px;	
	background-color: #eeeeee;
	border-bottom: solid 1px #CCCCCC;
}

/* ----------------------------- BASKET -------------------------- */
div#proceedToCheckout
{
	display: inline;
	float: left;
	width: 640px;
	padding: 15px 0px 5px 0px;
	text-align: right;
}

table#basket
{
	width: 640px;
}

table#basket th
{
	text-align: left;
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px;
}

table#basket td
{
	border-bottom: dashed 1px #CCCCCC;
	padding: 3px;
}

table#basket td.total b
{
	font-size: medium;
	line-height: 2.5;
	font-weight: bold;
}

table#basket td.total
{
	border-top: 0px;
}

/* ------------------------- REGISTER --------------- */
div#registerTableContainer
{
	display: inline;
	float: left;
	margin: 0px 50px 50px 0px;
}

/* ------------------------ SIGN IN ------------------- */
div#signInTableContainer
{
	display: inline;
	float: left;
	margin: 20px 50px 50px 60px;
}	
/* ------------------------ SHIPPING ------------------- */
div#shippingTableContainer table
{
	width: 640px;
}	

div#shippingTableContainer table td,
div#shippingTableContainer table th
{
	padding: 5px;
	text-align: left;
	border-bottom: dashed 1px #CCCCCC;
}

/* ------------------ Featured Item List -------------------- */
div.pageContentFeatureBox
{
	display: inline;
	float: left;
	width: 280px;
	margin: 20px 20px 0px 20px;
	border: dashed 1px #CCCCCC;
	padding: 0px 0px 26px 0px;
}

div.pageContentFeatureBox h2
{
	display: inline;
	float: left;
	width: 100%;
	border-bottom: dashed 1px #CCCCCC;
	text-align: center;
	color: #999999;
	font-size: medium;
}

div.pageContentFeatureBox div.feature
{
	display: inline;
	float: left;
	width: 120px;
	height: 110px;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

div.pageContentFeatureStrip
{
	display: inline;
	float: left;
	width: 640px;
	margin: 0px;
	
	padding: 0px 0px 6px 0px;
}

div.pageContentFeatureStrip h2
{
	display: inline;
	float: left;
	width: 100%;
	border-bottom: dashed 1px #CCCCCC;
	text-align: center;
	color: #999999;
	font-size: medium;
}

div.pageContentFeatureStrip div.feature
{
	display: inline;
	float: left;
	width: 120px;
	height: 110px;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

/* ------------------ Order Summary-------------------- */
div#pageContent table#orderSummary
{
	width: 250px;
	margin-left: 400px;
}

table#orderSummary  td.priceTotal
{
	border-top: solid 1px #CCCCCC;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-weight: bold;
	text-align: right;
}

table#orderSummary  td.total
{
	border-top: solid 1px #CCCCCC;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-weight: bold;
	font-size: medium;
}

table#orderSummary td
{
	padding-top:	2px;
	padding-bottom: 2px;
	padding-left:	5px;
	padding-right:	5px;
	width: 50%;
}

table#orderSummary td.firstRow
{
	border-top: solid 1px #CCCCCC;
}

/* ------------------- User Lists ---------------------- */
.userDeleted,
.userDeleted td
{
	color: #CCCCCC;
	text-decoration: line-through;
}
.userDeleted img
{
	display: none;
	visibility: hidden;
}

/* ------------------- TABLES FOR LISTS OF ORDERS/CUSTOMERS/CATEGORIES/STOCK ITEMS ---------------------- */
table.orderHistory
{
	width: 640px;
}

table.orderHistory th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px;
}

table.orderHistory td
{
	border-top: dashed 1px #CCCCCC;
	padding: 3px;
}



table.customerList
{
	width: 640px;
}

table.customerList th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px;
}

table.customerList td
{
	border-top: dashed 1px #CCCCCC;
	padding: 3px;
}

table.categoryList
{
	width: 640px;
}

table.categoryList th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px;
}

table.categoryList td
{
	border-top: dashed 1px #CCCCCC;
	padding: 3px;
}

table.categoryList tr.categoryParent
{
	color: #222222;
	border-top: solid 1px #cccccc;
}

table.categoryList tr.categoryChild
{
	color: #666666;
}


table.stockReport
{
	width: 640px;
	clear: left;
}

table.stockReport th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px;
}

table.stockReport td
{
	border-top: dashed 1px #CCCCCC;
	padding: 3px;
}

table.stockList
{
	width: 640px;
}

table.stockList th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px;
}

table.customerReport
{
	width: 640px;
	clear: left;
}

table.customerReport th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px;
}

table.customerReport td
{
	border-top: dashed 1px #CCCCCC;
	padding: 3px;
}

table#customerStats
{
	width: 200px;
}

table#customerStats th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 0px 0px 3px 3px;
	text-align: left;
	margin: 0px;
}

table#customerStats td
{
	padding: 0px 0px 0px 3px;
}

/* ------------------- CMS CONTENT ---------------------- */
div#cmsContent
{
	margin: 0px 10px 10px 0px;
}

div#cmsContent ul
{
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 20px;
	list-style-type: disc;
}

div#cmsContent ul li
{
	margin-top: 3px;
	list-style-image: url("/images/list-item.gif");
}

div#cmsContent p, div#cmsContent pre, div#cmsContent address
{
	margin: 2px 10px 15px 0px;
}

div#cmsContent h1, div#cmsContent h2
{
	border: none;
	font-size: large;
	font-weight: bold;
	text-transform: none;
	margin: 10px 0px 5px 0px;
}

div#cmsContent h3
{
	border: none;
	font-size: medium;
	font-weight: bold;
	text-transform: none;
	margin: 10px 0px 0px 0px;
}

div#cmsContent img
{
	padding: 2px 2px 2px 2px;
}


/* ------------------- SEARCH RESULTS ---------------------- */
div#searchheader
{
	margin-bottom: 15px;
}
	
div#searchheader .searchterm
{
	font-weight: bold;
	font-size: medium;	
}


/* ------------------- LIST OPTION CONTROL ---------------------- */

div#listOptions
{
	display: inline;
	float: left;
	padding: 2px 2px 2px 2px;
	width: 640px;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	background-color: #eeeeee;
	clear: right;
}

div#listOptions div.section
{
	border: 0px;
}

/* ------------------- FORMS ---------------------- */


div.section
{
	display: block;
	float: left;
	margin: 5px 0px 20px 0px;	
	border: 1px solid #FFFFFF;
	width: 640px;
}

div.section table
{
	width: 100%;
	clear: left;
}

div.section table th
{
	background-color: #eeeeee;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 0px 0px 3px 3px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

div.section p
{
	margin-left: 5px;
	margin-bottom: 10px;
	
}

div.section .label
{
	float:							left;
	width:							100px;
	margin-left:					10px;
}

div.section .labellong
{
	float:							left;
	width:							200px;
	margin-left:					10px;
}

div#pageContent .labellong
{
	float:							left;
	width:							250px;
}


div.section .labelmax
{
	float:							left;
	width:							98%;
	margin-left:					10px;
}

div.section .editshort
{
	margin-bottom:					5px;
	width:							80px;
}

div.section .edit
{
	margin-bottom:					5px;
	width:							150px;
}

div.section .editlong
{
	margin-bottom:					5px;
	width:							300px;
}

div.section .editmax
{
	margin-bottom: 5px;
	width: 490px;
}

div.section .check
{
	width: 100px;
	margin-left: 0px;
	margin-bottom: 8px;
}

div.section .update
{
	float: left;
	margin-left: 110px;
	margin-top: 10px;
}

div.section .updatelong
{
	float: left;
	margin-left: 210px;
	margin-top: 10px;
}

div.section .imgButton
{
	float: right;
}

div.section .cancel
{
	float: right;
	width:  75px;
	margin-left: 5px;
}


div.section .textEditor
{
	display: inline;
	float: left;
	width: 400px;
}


div.section .calendar
{
	width: 150px;
	border: 0px;
}

div.section h3
{
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;	
	width: 640px;
}

div#customerDetails
{
	width: 640px;
}

div#customerDetails div.section h3
{
	font-weight: bold;
	font-size: medium;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

div#globalProperties
{
	width: 640px;
}

div#globalProperties div.section h3
{
	font-weight: bold;
	font-size: medium;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
/* ------------------- GENERIC ---------------------- */

.price
{
	text-align: right;
}

.number
{
	text-align: center;
}

/* ------------------------- ADMIN STOCK DETAILS ------- */
div.save
{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #f4f4f3;
	border-bottom: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
}

div.aftersave
{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #FFDDDD;
	border-bottom: solid 1px #cccccc;
	color: #DD0000;
}

.admin-button
{
	width: 100%;
}

/* -- Currencies and Exchange Rates -- */
table#orderSummary  td.priceTotalStoreBase
{
	border-top: solid 1px #CCCCCC;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	font-weight: bold;
	text-align: right;
	color: #FF0000;
}

div#currencySelector
{
	margin: 19px 20px 23px 39px;
}
div#currencySelector p
{
	text-align: left;
}
div#currencySelector select
{
	position: relative;
	top: 2px;
}

/* -- End of Currencies and Exchange Rates -- */