html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px; 
	padding: 0px;
	color: #000000;
	background: #ffffff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.inputnumber
{
	text-align: right;
}

img
{
	border: 0px;
}

hr
{
	border: 0;
	color: #C9D3DD; 
	height: 1px; 
	background: #C9D3DD;
}

/* Buttons */

.standardbutton
{
  font-size: 11px;
  font-family: Verdana, Arial, Sans-Serif;
}

/* Tables */

table
{
	font-size: 100%;
}

.tableblock
{
	border-collapse: collapse; border: solid 1px #C9D3DD; /* gainsboro; */
}

.tableblock td
{
	border: 0px;
}

.tablegrid
{
	border-collapse: collapse; border: solid 1px gainsboro;
}

.tablegrid td
{
	border: solid 1px gainsboro;
}

.verticalgridlines
{
	border-collapse: collapse; border: solid 1px gainsboro;
}

.verticalgridlines td
{
	border-right: solid 1px gainsboro;
}

.horizontalgridlines
{
	border-collapse: collapse; border: solid 1px gainsboro;
}

.horizontalgridlines td
{
	border-bottom: solid 1px gainsboro;
}

.nogridlines td
{
	border: 0px;
}

.tableheader td, .tableheader th
{
	background-color: #F3F3F3;
	font-weight: bold;
}

.shaded
{
	background-color: #EEEEEE; /* #F3F3F3; */
}

/* Hyperlinks */

a:link, a:visited, a:active { color: #006699; text-decoration: none }
a:hover { color: #006699;  text-decoration: underline }

a.violetlink:link, a.violetlink:visited, a.violetlink:active { color: #9a6a9a; text-decoration: none; }
a.violetlink:hover { text-decoration: underline; }

a.adtext { color: #006699; text-decoration: none }
a.adtext:hover { color: #006699; text-decoration: none }

/* Menu styles */

a.menulink:link, a.menulink:visited, a.menulink:active { color: #FFFFFF; text-decoration: none; }
a.menulink:hover { text-decoration: underline; }

.menuitemleft
{
	padding-left: 12px;
}

.menuitemright
{
	padding-right: 12px;
}

/* Footer styles */

.footerbar
{
	background-color: #C9D3DD;
	height: 4px;
}

/* Layout styles */

.contentlayout { background-color: #fff; width: 960px; border-collapse: collapse; border-width: 1px; }
.contentleft { vertical-align: top; background-color: #fff; width: 155px; margin: 0px 0px 0px 0px; padding: 15px 5px 20px 5px; }
.contentcenter { vertical-align: top; background-color: #fff; margin: 0px 0px 0px 0px; padding: 15px 0px 20px 5px; }
.contentright { vertical-align: top; background-color: #fff; width: 185px; margin: 0px 0px 0px 0px; padding: 15px 0px 20px 10px; }

/* Text styles */

.smalltext
{
    font-size: 10px;
}

.errortext
{
	color: #c00;
}

/* Header styles */

.smallheader
{
	font-weight: bold;
}

.largeheader
{
	font-weight: bold;
	font-size: 17px;
}

.sectionheader
{
    border-bottom: dashed 1px #C9D3DD;
    color: #000000;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* Core box */

.corebox
{
	border: 1px solid #C9D3DD;
	padding: 10px;
	background-color: #EEEEEE;
}

.coreboxwhite
{
	border: 1px solid #C9D3DD;
	padding: 10px;
	background-color: #FFFFFF;
}

/* Category summary */

.categorysummarybox
{
     width: 180px;
     border: 1px solid #C9D3DD;
     margin: 0px 10px 10px 0px;
     text-align: center;
     padding-top: 20px;
}

.categorysummaryimageholder
{
    height: 110px;
}

.categorysummaryimage
{
    width: 150px;
    height: 90px;
}

.categorysummarytext
{
	padding: 0px 10px 0px 10px;
}

/* Linked product summary */

.linkedproductsummarybox
{
     height: 315px;
     width: 180px;
     border: 1px solid #C9D3DD;
     margin: 0px 10px 10px 0px;
     text-align: center;
     padding-top:20px;
}

.linkedproductsummaryimageholder
{
    height: 135px;
}

.linkedproductsummarytext
{
	height: 150px;
    padding: 0px 10px 0px 10px;
}

/* Product summary */

.productsummarybox
{
     height: 265px;
     width: 180px;
     border: 1px solid #C9D3DD;
     margin: 0px 10px 10px 0px;
     text-align: center;
     padding-top:20px;
}

.productsummaryimageholder
{
    height: 110px;
}

.productsummaryimage
{
    width: 90px;
}

.productsummarytext
{
	height: 125px;
    padding: 0px 10px 0px 10px;
}

/* Product details */

.productsection
{
	padding-top: 10px;
	border-top: dashed 1px #C9D3DD;
}

.retailprice
{
	font-weight: bold;
	color: #000000;
	text-decoration: line-through;
}

.price
{
	font-weight: bold;
	color: #c00;
}

.productdescription
{
    color: #5b626c;
    font-style: italic;
}

/* Spacers */

.tenpixspacer
{
    height:10px;
}
.twentypixspacer
{
    height:15px;
}














/* Styles that have not been organised */

code { color: #6c0; font: 100% "Courier New", Courier, monospace }

.subtotal
{
    text-align: right;
    border-top: 1px solid #c9c9c9;
    margin-top: 5px;
}

.adbox
{
	padding:10px;
	font-size:9pt;
	margin-bottom:10px;
	border:1px solid gainsboro;
}

a.editme
{
	text-decoration:none;
	color:#4a4d5c;
}

.commandbar
{
	padding:3px;
	font-size:8pt;
/*	background-color: blue;*/
	border:1px solid gainsboro;
}

#footer {
	clear: both;
	border-top: solid 1px #d4d9de;
	padding: 5px;
	text-align: center;
}

.mainproductimage {
	width: 220px;
	text-align: center;
	float: left;
	padding-bottom: 10px;
}

.productdata 
{
	border: none;
	border-collapse: collapse;
}

.productdata td, .productdata th 
{ 
	font-weight: normal; padding: 2px; text-align: left; 
}
	
del.price 
{ 
	color: #000; text-decoration: line-through; 
}

.browsebox
{
}

.browsebox h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #3973b5;
    border-bottom: 1px dashed #cccccc;
}

.browsebox h1 a
{
    color: #3973b5  ;
}


h1.accent
{
 	font-size: 12px;
	font-weight:bold;
	color:#990000;
	margin: 0px;
	margin-bottom:5px;
   
}

.adbox h3
{
    font-weight: bold;
    font-size: 10pt;
    font-family: verdana;
	color:#C7C030;
	margin-top:1px;
	margin-bottom:3px;

}

.logtable
{
    border:1px solid #cccccc;
    background-color:#cccccc;
    
}

.subcategory
{
    margin-left:10px;
}

.yousave
{
    font-weight: bold;
    color: #336600;
}

.sectionoutline
{
    border:1px solid #cccccc;
    padding:15px;
}

checkout-visited
{
    font-size: 16pt;
    color: #dcdcdc;
    font-family: verdana;
}

checkout-current
{
    font-size: 16pt;
    color: #990000;
    font-family: verdana;
}

/* Rating */
.ratingstar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledratingstar {
    background-image: url(Images/FilledStar.png);

}

.emptyratingstar {
    background-image: url(Images/EmptyStar.png);
}

.savedratingstar {
    background-image: url(Images/SavedStar.png);
}

fieldset
{
    padding:10px;
    -moz-border-radius: 1em;
    border-radius: 1em;

}

.loadingbox
{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    background-color: #ffffff; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}
