body {
   margin: 0px;
   padding: 0px;
   
      
      background-color: #00CCFF;
      
   
   font: 13px/1.5 Tahoma, Arial, Helvetica, sans-serif;
   color: #000000;
   text-align: left;
}

body.receipt {
	background-color: #00CCFF;
	background-image: url('images/theme_shim.gif');
}

p, td, th, legend {
	font: 13px/1.5 Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
   font: 20px Tahoma, Arial, Helvetica, sans-serif;
   
   	color: #33CCFF; /*#005555*/
   
   margin-top: 5px;
   margin-bottom: 5px;
   font-weight: bold;
}

	h1.sectionheading {
		font-size: 20px;
		font-weight: 900;
		margin: 0px;
		padding: 16px 0px 4px 0px;
	   
	   	color: #33CCFF; /*#005555*/
	   
		}

h2 {
   font: 15px Tahoma, Arial, Helvetica, sans-serif;
   font-weight: bold;
   
   	color: #33CCFF;
   
   margin-top: 5px;
   margin-bottom: 5px;
}

textarea {
   font: 13px Tahoma, Arial, Helvetica, sans-serif;
}

th {
   font-weight: bold;
   background-color: #ffffcc; /*#CCCCCC*/
   color: #00CCFF;
}

form {
   margin: 0px;
}

a:link {
   color: #990000; /*#000000*/
   text-decoration: none;
}

a:visited {
   color: #6633CC; /*#000000*/
   text-decoration: none;
}

a:hover {
   color: #000000; /*#000000*/
   text-decoration: underline;
}

a:active {
   color: #990000; /*#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: #33CCFF;
			border: solid 1px #33CCFF;
		
		
	
}

fieldset {
   
		border: solid 1px #33CCFF;
		
	
	padding: 10px;
}

#receipt {
   margin: 10px;
   width: 600px;
}

#timings {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
   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: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
}

#phperror {
   background-color: #FF0000;
   color: #000000;
   border: 1px solid #000000; /*#000000*/
   padding: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
}

#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 Tahoma, Arial, Helvetica, sans-serif;
   text-align: center;
}

.required {
   color: #FF0000; /*#FF0000*/
}

.small {
   font-size: 11px;
}

.checkoutfield {
	background-color: #ffffff;
}

input.formButton {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #00CCFF; /*#FFFFFF*/
   
   	background-color: #FF6666; /*#153651*/
   
   border: 1px solid #000000; /*#000000*/
   cursor: pointer;
   width: 160px;
   margin-top: 2px;
   margin-bottom: 2px;
}

input.smallButton {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #00CCFF; /*#FFFFFF*/
   
   	background-color: #FF6666; /*#153651*/
   
   border: 1px solid #000000; /*#000000*/
   cursor: pointer;
   margin: 2px;
}

select.jump {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   z-index: 1;
   margin-bottom: 3px;
   width: 135px;
}

input.small, select.small {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 11px;
   z-index: 1;
   margin-bottom: 3px;
}

select.medium {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 13px;
   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;
}

/* Styles specific to this file */

.logobar {
   padding: 5px;
   
   	background-color: #FF6666; /*#153651*/
   
   background-image: url(images/theme_topbar_background.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}

hr {
	border: solid 1px #cccccc;
}

	.page_header	{
	   
	   	background-color: #33CCFF;
	   
		margin: 0px 0px 0px 0px;
		}

	.page_header_content	{
		width: 762px;
		text-align: left;
		height: 63px;
		overflow: hidden;
		}

	.page_header_home_search_box	{
		padding: 1px;
		margin: 0px;
		background-image:url('imagestheme_dotted_line_2.gif');
	   
	   	background-color: #FF6666;
	   
		}

	.page_header_logo_container	{
		float: left;
		}

	.page_header_menu_cart_login_spacing	{
		padding-left: 2px;
		}

	.page_header_terms_cart_login_container	{
		float: right;
		text-align: right;
		}

	.page_header_terms_container	{
		height: 38px;
		}

	.page_header_menu_cart	{
		padding: 3px 5px 4px 19px;
		background-image:url('images/theme_icon_cart.gif');
	   
	   	background-color: #CC00CC;
	   
	   
			
			   border-top: 1px solid #FF6666;
				border-bottom: 1px solid #FF6666;
			
			
		
		}

	.page_header_menu_cart_items	{
		padding: 3px 5px 4px 5px;
	   
	   	background-color: #CC00CC;
	   
	   
	   	
				border-left: 1px solid #FF6666;
				border-top: 1px solid #FF6666;
				border-bottom: 1px solid #FF6666;
	   	
	   	
	   
		}

	.page_header_menu_login	{
		padding: 3px 5px 4px 17px;
		background-image:url('imagestheme_icon_login.gif');
	   
	   	background-color: #CC00CC;
	   
	   
			
			   border-top: 1px solid #FF6666;
				border-bottom: 1px solid #FF6666;
			
			
		
		}
	/* end page header fomatting elements ------------------------------------------------- */


	/* page menu fomatting elements ------------------------------------------------------- */
	.page_menu	{
	   
	   	background-color: #FF6666;
	   
		margin: 0px 0px 0px 0px;
		}

	.page_menu_content	{
		width: 762px;
		height: 21px;
		}

	.page_menu_items	{
	   
	   	background-color: #FF6666;
	   
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: left;
		width: 65%;
		}

	.page_menu_items_search	{
	   
	   	background-color: #FF6666;
	   
		padding: 0px 0px 0px 1px;
		height: 21px;
		float: right;
		width: 30%;
		}
	/* end page menu fomatting elements ---------------------------------------------------- */


	/* page body fomatting elements -------------------------------------------------------- */
	.page_body	{
		padding: 10px 0px 0px 0px;
		}

	.page_body_content	{
		width: 762px;
		text-align: left;
		}

	.page_body_content_left_column	{
		float: left;
		width: 170px;
		}

	.page_body_content_right_column	{
		float: right;
		width: 552px;
		}
	/* end page body fomatting elements ----------------------------------------------------- */


	/* page footer fomatting elements ------------------------------------------------------- */
	.page_footer	{
		padding: 30px 0px 30px 0px;
		clear:both;
	}

	.page_footer_content	{
		width: 762px;
		text-align: left;
		}
	
	p.text_footer {
		   font-size: 11px;
	}
	/* end of page footer fomatting elements ------------------------------------------------ */

	.text_terms_conditions	{
	   
	   	color: #CC00CC;
	   
		font-size: 11px;
		border: 0;
		margin: 0;
		padding: 0;
		}

a.link_terms_conditions:visited	{
   
   	color: #CC00CC;
   
	text-decoration : underline;
	}

a.link_terms_conditions:link  {
   
   	color: #CC00CC;
   
	text-decoration : underline;
	}

a.link_terms_conditions:active  {
   
   	color: #CC00CC;
   
	text-decoration : underline;
	}

a.link_terms_conditions:hover  {
   
   	color: #CC00CC;
   
	text-decoration : underline;
	}


	.text_menu_cart	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		font-size : 11px;
		}

	.text_menu_cart_items	{
		padding: 0px;
		margin: 0px;
		line-height: normal;
		font-weight: 900;
		}

a.link_cart:visited	{
   
   	color: #33CCFF;
   
	text-decoration : underline;
	}

a.link_cart:link  {
   
   	color: #33CCFF;
   
	text-decoration : underline;
	}

a.link_cart:active  {
   
   	color: #33CCFF;
   
	text-decoration : underline;
	}

a.link_cart:hover  {
   
   	color: #33CCFF;
   
	text-decoration : underline;
	}


	.text_menu	{
		padding: 2px 0px 2px 0px;
		font-size : 11px;
		margin: 0px;
		color : #FFCCFF;
		}

	.text_heading_left_column	{
		margin: 0px;
		padding: 19px 0px 4px 0px;
		line-height:normal;
	   
	   	color: #33CCFF;
	   
		font-weight: 900;
		font-size: 15px;
		}

	.text_menu_no_space	{
		word-spacing: normal;
		}
/* ------------------------ */

a.link_menu:visited  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color : #FFCCFF;
	text-decoration : none;
   
   	background-color: #FF6666;
   
   
		border: 1px solid #CC00CC;
		
	
}

a.link_menu:link  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color : #FFCCFF;
	text-decoration : none;
   
   	background-color: #FF6666;
   
   
		border: 1px solid #CC00CC;
		
	
}

a.link_menu:active  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color : #FFCCFF;
	text-decoration : none;
   
   	background-color: #FF6666;
   
   
		border: 1px solid #CC00CC;
		
	
	}

a.link_menu:hover  {
	padding: 2px 5px 2px 5px;
	margin: 0px 1px 0px 0px;
	color : #FFCCFF;
	text-decoration : none;
   
   	background-color: #33CCFF;
   
   
		border: 1px solid #CC00CC;
		
	
	}


/* ------------------------ */

	.dotted_line_blue	{
		height: 1px;
	   
	   	background-color: #FF6666;
	   
		background-image:url('images/theme_dotted_line.gif');
		clear:both;
		}


	.solid_line_blue	{
		height: 1px;
		padding: 0px;
		margin: 0px;
	   
	   	background-color: #33CCFF;
	   
		clear:both;
		}


/* LINK FORMATTING ELEMENTS ------------------------------------------------------------- */

a.product_section:visited  {
	color : #6633CC;
	text-decoration : none;
	}

a.product_section:link  {
	color : #990000;
	text-decoration : none;
	}

a.product_section:active  {
	color : #990000;
	text-decoration : none;
	}

a.product_section:hover  {
	color : #000000;
	text-decoration : none;
	}

/* ------------------------ */

	ul.products	{
		line-height: normal;
		padding: 0px 0px 0px 1px;
		margin: 3px 0px 4px 15px;
		font-size: 11px;
		color: #FF0000;
		}

.form_main_search_box_td	{
	   
	   	background-color: #FF6666;
	   
}

.form_main_search_box	{
	line-height: 13px;
	width: 76px;
	height: 16px;
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 2px;
	font-size : 11px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #000000;
	vertical-align: top;
	}

	.form_button_quick_search	{
		line-height: 13px;
		height: 18px;
		width: 85px;
		margin: 1px 1px 1px 1px;
		padding: 0px 0px 0px 12px;
		font-size : 11px;
	   
	   	background-color: #FF6666;
	   
	   
	   	border: 1px solid #33CCFF;
	   	
	   
		color: #FFCCFF;
		background-image: url('images/theme_icon_search.gif');
		word-spacing: normal;
		}
