body {
   margin: 0px;
   padding: 0px;
   
      
      background-color: #FFFFFF;
      
   
   font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
   text-align: left;
}

body.receipt {
	background-color: #FFFFFF;
	background-image: url('images/theme_shim.gif');
}

p, td, th, legend {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

h1 {
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   
   	color: #CCCCCC; /*#005555*/
   
   margin-top: 5px;
   margin-bottom: 5px;
   font-weight: bold;
}

	h1.sectionheading {
		font-size: 12px;
		font-weight: 900;
		margin: 0px;
		padding: 16px 0px 4px 0px;
	   
	   	color: #CCCCCC; /*#005555*/
	   
		}

h2 {
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   
   	color: #CCCCCC;
   
   margin-top: 5px;
   margin-bottom: 5px;
}

textarea {
   font: 12px Verdana, Arial, Helvetica, sans-serif;
}

th {
   font-weight: bold;
   background-color: #9999cc; /*#CCCCCC*/
   color: #FFFFFF;
}

form {
   margin: 0px;
}

a:link {
   color: #0000CC; /*#000000*/
   text-decoration: none;
}

a:visited {
   color: #336699; /*#000000*/
   text-decoration: none;
}

a:hover {
   color: #000000; /*#000000*/
   text-decoration: underline;
}

a:active {
   color: #0000FF; /*#000000*/
   text-decoration: underline;
}

a.sectiontree {
   text-decoration: none;
   font-size: 11px;
}

a.sectiontree:hover {
   text-decoration: none;
   font-size: 11px;
}

legend {
	padding: 5px;
   
	   
			color: #CCCCCC;
			border: solid 1px #CCCCCC;
		
		
	
}

fieldset {
   
		border: solid 1px #CCCCCC;
		
	
	padding: 10px;
}

#receipt {
   margin: 10px;
   width: 600px;
}

#timings {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   position: relative;
   float:right;
   width:40%;
   color:red;
}

#debug {
   background-color: #CCCCFF;
   border: 1px solid #000000; /*#000000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

#phperror {
   background-color: #FF0000;
   color: #000000;
   border: 1px solid #000000; /*#000000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

#error {
   background-color: #FFCC99;
   border: 1px solid #FF0000; /*#FF0000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-weight: bold;
}

#message {
   border: 1px solid #FF0000; /*#CC0000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-weight: bold;
}

.poweredby {
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
}

.required {
   color: #FF0000; /*#FF0000*/
}

.small {
   font-size: 11px;
}

.cart-small {
   font-size: 9px;
}

.checkoutfield {
	background-color: #cccccc;
}

input.formButton {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF; /*#FFFFFF*/
   
   	background-color: #FF6633; /*#153651*/
   
   border: 1px solid #000000; /*#000000*/
   cursor: pointer;
   width: 160px;
   margin-top: 2px;
   margin-bottom: 2px;
}

input.smallButton {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF; /*#FFFFFF*/
   
   	background-color: #FF6633; /*#153651*/
   
   border: 1px solid #000000; /*#000000*/
   cursor: pointer;
   margin: 2px;
}

select.jump {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   z-index: 1;
   margin-bottom: 3px;
   width: 135px;
}

input.small, select.small {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   z-index: 1;
   margin-bottom: 3px;
}

select.medium {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   z-index: 1;
   margin-bottom: 3px;
}

input.error {
   background-color: #FF0000; /*#FF0000*/
   border: 1px solid #FF0000; /*#FF0000*/
}

.product p {
	margin: 0px 0px 5px 0px;
}

.properties p {
	margin: 0px 0px 2px 0px;
}

.parentlist {
   margin-bottom: 20px;
}

.headerfooter {
   margin-bottom: 5px;
   display: block;
   margin-top: 5px;
   text-align: center;
   font-size: 11px;
}

.terms {
   margin-right: 20px;
   margin-left: 20px;
}

table.list {
   margin-right: 5px;
   margin-left: 5px;
}

table.grid, table.cartgrid {
    border-spacing: 0px;
    border-collapse: collapse;
}

table.grid th, table.cartgrid th {
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}

table.grid td, table.cartgrid td {
    padding: 0.1em 0.5em;
    border: 1px solid #666666;
}

table.cartgrid {
	width: 552px;
}

* html .boxhead h2 {height: 1%;}

.sidebox {
	background: url('images/theme_curve4.gif') no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url('images/theme_curve2.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}

.boxhead h2 {
	background: url('images/theme_curve1.gif') no-repeat top left;
	margin: 0;
	padding: 5px 10px 5px;
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	font-size: 12px;
}

.boxbody {
	background: url('images/theme_curve3.gif') no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 11px;
}

.solid_line_blue	{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	clear:both;
}

/* Styles specific to Expert Theme */


#expert-container {
	width: 1060px;
}

#expert-quicksearch {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 100;
	width: 314px;
	height: 24px;
	background-image: url('images/expert_search_background.gif');
	background-repeat: no-repeat;
}

#expert-quicksearch input {
	font-size: 11px;
}

#expert-quicksearch input.actinic-button {
	padding: 0px 3px;
	margin: 0px;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	background-color: #FF6633;
}


#expert-quicksearch form {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

#expert-topbar {
	margin: 0;
	border-top: solid 10px #FF6633;
	background-image: url('images/theme_topbar_background.gif');
	background-repeat:repeat-x;
	background-position: bottom;
	height: 100px;
}

#expert-logo {
	width: 400px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 15px;
}

#expert-navbar {
	margin: 40px 20px 0 0;
	float: right;
}

#expert-parent-sections-bar {
	width: auto;
	height: 30px;
	padding: 5px 0px 0px 20px;
}

#expert-left-bar {
	margin: 0 15px 15px 15px;
	float: left;
	width: 170px;
	display: inline;
}

#expert-right-bar {
	margin: 0;
	float: left;
	width: 141px;
}

#expert-bulk-area {
	margin: 0 15px 15px 0;
	padding: 0;
	float: left;
	width: 680px;
}

#expert-content {
	margin: 10px 0;
	padding: 10px;
	border: 0;
}

/* Rounded header and footer used around the bulk areas in 'Expert' and 'Hotshot' themes,
but also used in the lists that have 'Rounded Corners' in the name */

.rounded-heading {
	background-image: url('images/theme_curve2.gif');
	background-repeat: no-repeat;
	background-position: top right;
	}

.rounded-heading p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('images/theme_curve1.gif');
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #FFFFFF;
	}

.rounded-footer {
	background-image: url('images/expert_rounded_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	}

.rounded-footer p.spacer {
	margin: 0;
	padding: 3px 0;
	background-image: url('images/expert_rounded_bottom_left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 10px;
	color: #FFFFFF;
	}

.indented-link a {
	display: block;
	background-color: #fff;
	padding: 5px 0 5px 30px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #CCCCCC;
	font-size: 11px;
	}

.indented-link a:hover {
	background-color: #336699;
	}

/* End of styles for Expert theme */

.side-element {
	background-color: #FFFFFF;
	padding: 10px;
}

.heading-side {
	font-weight: bold;
	clear: both;
	color: #CCCCCC;
}

#mini-cart-details-left {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mini-cart-details-left table {
	border: solid 1px #000000;
	border-width: 1px 0 0 1px;
}

#mini-cart-details-left table td {
	border: solid 1px #000000;
	border-width: 0 1px 1px 0;
	padding: 2px;
}

.mini-cart-button-left {
	float: left;
}

.mini-cart-button-left a {
	display: block;
	margin-left: 2px;
	padding: 3px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	border: solid 1px #FFFFFF;
}

.mini-cart-button-left a:hover {
	background-color: #336699;
}

.login-label-left, .login-field-left {
	font-size: 11px;
}

.login-button input {
	border: solid 1px #FFFFFF;
	background-color: #FF6633;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 2px;
}

/* Timings and Debug etc */


#timings {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   position: relative;
   float:right;
   width:40%;
   color:red;
}

#debug {
   background-color: #CCCCFF;
   border: 1px solid #000000; /*#000000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

#phperror {
   background-color: #FF0000;
   color: #000000;
   border: 1px solid #000000; /*#000000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

#error {
   background-color: #FFCC99;
   border: 1px solid #FF0000; /*#FF0000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-weight: bold;
}

#message {
   border: 1px solid #FF0000; /*#CC0000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-weight: bold;
}