/* 
 * Shared styles between Ruby On Rails and Joomla
 */

.price {
	color: #98CA3C;
	cursor:default;
}
.discontinued {
	color: #ff0000;
	cursor:default;
}
.recalled {
	color: #ff0000;
	cursor:default;
}

.side-pop-list {
	list-style-type:decimal;
	list-style-position:outside;
	margin: 10px 0 0 0;
}
.side-pop-list h4 {
	font-size: 9pt;
	line-height: 1.3em;
}
.side-pop-list .image_container {
	margin: 5px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #cccccc;
	width: 75px;
	height: 75px;
}


/* Login panel */

#login {
	font-size: 8pt;
	position: absolute;
	top: 80px;
	right: 15px;
}

#login_panel {
	padding: 30px 0 0 60px;
}

#header h3 {
	color: #0093E3;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 43px;
	font-size: 18pt;
}

#login_error {
	color: #FF0000;
	text-align: center;
}
span.error {
	color: #FF0000;
}

/* Search Box */
#search_box {
	color: #00718F;
	margin: 7px 0 0 0;
	position: absolute;
	left: 775px;
}
span.home_page_search {
	font-size: 14pt;
	color: #C23F26;
	margin: 0 10px 0 140px;
}
span.search_results {
	font-size: 14pt;
	color: #C23F26;
	margin: 0 10px 0 240px;
}

/* Content promotion rotator */

#promo_content_slide_show {
	height: 60px;
	z-index: 1;
}
#content_promo #promo_tile {
	float: left;
}
#content_promo #promo_text {
	float: left;
	line-height: 10pt;
	font-size: .85em;
	margin-left: 5px;
	width: 153px;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
}
#content_promo #promo_text #promo_header {
	color: #00728F;
	font-weight: bold;
}
#content_promo #promo_text #promo_summary {
}
#content_promo {
	height: 50px;
	background: #f3f3f3;
	margin: 10px 0 0 0;
}
#slide_show_controls {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	font-size: 8pt;
	border-bottom: 1px solid #ffffff;
	z-index: 10;
}

/* Modal box - used for login popup */

#modal_box {
	background-image: url(../images/box_modal_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	z-index: 1000;
}
#modal_box #modal_box_top {
	background-image: url(../images/box_modal_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	text-align: center;
	width: 205px;
	padding-top: 20px;
	margin-right: 0px;
	padding-left: 20px;
	z-index: 2;
}
#modal_box #modal_box_sides {
	background-color: #F2F8F9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00728F;
	border-left-color: #00728F;
	width: 213px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-top: 5px;
	z-index: 2;
}
#modal_box hr {
	margin: 0px;
}
#modal_box h4 {
	margin: 0 0 0 0;
	font-size: 9pt;
	
}
/* Footer */

#footer {
	font-size: 8pt;
	text-align: center;
}
#footer_links {
	border-top: 7px solid #529EE7;
	border-bottom: 7px solid #529EE7;
	height: 100%;
	padding: 10px 0;
	text-align: left;
}
#footer_links h1, #footer a {
	font-size: 8pt;
	line-height: 1.6em;
	margin: 0px;
	color: #666666;
	letter-spacing: 0px;
}
#footer h1 a {
	font-weight: bold;
}
#footer_links ul {
	margin: 0 30px;
	padding: 0px;
} 
#footer_links li {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
	margin: 0 10px 10px 0;
}
* html #footer_links li {display: inline;}
* + html #footer_links li {display: inline;}
* html #footer_links li {width:120px;}
#footer_links li > * {display:table; table-layout:fixed; width:120px; overflow:hidden}

#footer_links p {
	margin: 0;
	padding: 0;
}
/* Box over styles */

.box_hdr {
	text-align: left;
	background-image: url(../images/box_over_top.gif);
	background-repeat: no-repeat;
	font-family:arial;
	font-size:9pt;
	font-weight:bold;
	width:304px;
	line-height: 1em;
	color: #00728F;
	padding: 32px 8px 5px 11px;
	z-index: 1000;
}
.box_body {
	text-align: left;
	background-image: url(../images/box_over_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family:arial;
	font-size:9pt;
	width:323px;
	padding: 0 0 15px 0;
	line-height: 1.3em;
	margin: 0 0 0 0;
	z-index: 1000;
}
.box_sides ul {
	list-style-type:disc;
	margin: 10px 0 10px 30px;
}
.box_sides ol {
	list-style-type:decimal;
	margin: 10px 0 10px 30px;
}
.box_sides li {
	list-style-position:outside;
}
.box_body .box_sides {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFEEF1;
	border-left-color: #DFEEF1;
	width: 280px;
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
}
.box_body .box_sides p {
	margin: 0 0 5px 0;
}

/* Feedback and Sydnication Link Styles */
.feedback_link {
	text-transform: uppercase;
	color: #00728F;
	font-size: 10pt;
	font-weight: bold;	
}
#feedback_link_panel {
	margin: 20px 0;
}

#syndication_links {
	margin: 0 0 20px 0;
}


/* Product details */
p.no_image {
	text-align: center;
	color: #00728F;
	font-size: 16pt;
	font-style: italic;
	line-height: 1.4em;
	padding: 5px 10px 0 0;
}

.scrollable_text_box {
	border: 1px solid #949496;
	height: 100px;
	overflow: auto;
	padding: 5px 10px;
	width: 300px;
}

#terms_and_conditions {
	border: 1px solid #949496;
	height: 200px;
	overflow: auto;
	padding: 5px 10px;
	width: 700px;
	margin: 10px 0 0 0;
	background-color: #F4F4F4;
}

/* Pagination bar */

#pagination_bar {
	font-size: 9pt;
	width: 100%;
	line-height: 1em;
/*	border-bottom: 1px solid #EEEEEE; */
	padding: 5px 0;
	margin: 0 0 5px 0;
}
#pagination_bar #page_index {
	font-style: italic;
	text-align: right;
}

/* Product listing summary */
.summary {
	border-bottom: 1px solid #EEEEEE;
	margin: 10px 0px 0 0;
	width: 100%;
	height: 100px;
}
.summary_ad {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
}
.summary h1 {
	font-size:10pt;
	margin: 2px 0 5px 0;
	line-height: 1.2em;
}
.summary p {
	margin: 0 3px 0 0;
	line-height: 1.1em;
	height: 50px;
	font-size: 9pt;
}
.summary .article {
	margin: 0 0 15px 0;
}
.summary #spinner {
	height: 16px;
	width: 16px;
	position: relative;
	top: -24px;
	left: -110px;
	display: inline;
}
.buy_now {
    color: #21499C;
    font-weight: bold;
}
#compare .buy_now {
    width: 120px;
}
.summary .buy_now {
    margin: 5px 0 0 0;
    position: absolute;
    right: 0px;
}
p.image_missing {
	text-align: center;
	font-style: italic;
	color: #00728F;
	padding: 5px 0 0 0;
	width: 100px;
}
p.image_missing_product_details {
	text-align: center;
	font-style: italic;
	color: #00728F;
	padding: 5px 0 0 0;
	width: 160px;
	font-size: 13pt;
}
h4.facet_menu_heading {
	margin: 20px 0 0 0;
	font-size: 1.3em;
}

input.input_field {
	height: 16px;
	width: 70px;
	margin: 0 5px 0 0;
}

/* Sort by form */

.form_label {
	color: #000000;
	font-weight: bold;
}

.summary_controls {
	font-size: 8pt;
}

.shortlist_heading {
	color: #C23F26;
}
.shortlist_indicator {
	position: absolute;
	top: 5px;
	right: -17px;
}
#logo_for_print {display:none;}
#print {display:none}

/* Compare */

.even {background-color:#F4F4F4;}
.odd {background-color:#FFFFFF;}

table#compare {
	line-height: 1.4em;
	font-size: 90%;
	border-collapse: separate;
}
#compare h3 {
	margin: 0px;
	font-size: 8pt;
	color: #00728F;
	text-transform: uppercase;
	padding: 3px 0;
}
#compare h4 {
	margin: 0px;
	font-size: 8pt;
	color: #666666;
	padding: 3px 0;
}
#compare .specification {
	padding: 0 0 0 10px;
}
.spec_spacer {
	height: 15px;
}
.admin_controls {
	border: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 0 2px 0 2px;
	background: #EEEEEE;
}
.admin_controls p {
	margin: 0 0 0 0;
	font-size: 8pt;
	line-height: 1em;
}

/* Maps */
.map_border {
	border: 1px solid #00728F;
	padding: 2px;
	margin: 10px 0 0 0;
}
.local_stores {
	margin: 0 20px 0 0;
	line-height: 15pt;
}

/* Location form */
td.location_form {
	border-bottom: 1px solid #eeeeee
}

/* Auto complete field on retailers and show room pages */
div.auto_complete {
	width: 350px;
	background: #fff;
	z-index:100;
}
div.auto_complete ul {
	border:1px solid #00728F;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
	cursor:pointer;
}
div.auto_complete ul li.selected { 
	background-color: #F2F8F9; 
}
div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}

/* Styling for overlay set location box */

#set_location {
	padding: 0 20px 20px 20px;
	width: 200px;
	border: solid;
	position: absolute;
	left: 350px;
	top: 400px;
    z-index:1002; 
	background-color: white;
}

/* Retailer information section */
#retailer_info  {
	margin: 30px 0 0 0;
}
#store_hours {
	margin: 0 0 0 15px;
}

/* Retailer product categories */
#retailer_info div.product_matrix  {
	margin: 0 6px;
}
.manufacturer_details .product_matrix  {
	margin: 0 12px 0 0;
	width: 500px;
}
.contentpaneopen .product_matrix {
	margin: 10px 0 20px 0;
}

/* Product Matrix */

div.product_matrix ul {
	margin: 0 0 0 0;
	list-style: none;
	padding: 0 0 0 0;
}
div.product_matrix ul li {
	height: 160px;
	width: 132px;
	float: left;
	position: relative;
	padding: 5px;
	margin: 0;
	list-style: none;
}
div.product_matrix .info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	margin: 0 auto 5px auto;
}
div.product_matrix .info .similarity {
    position: absolute;
    bottom: -4px;
    left: 1px;
}
div.product_matrix h3 {
	margin: 5px 0 0 0;
	line-height: 1.2em;
	font-size: 9pt;
	font-weight: normal;
}
div.product_matrix p {
	margin: 3px 0;
	line-height: 1em;
}


/* Brand Grid */
#brand_grid  {
	margin: 5px 12px 0 0;
}
#brand_grid .brand_strip {
	height: 85px;
	width: 700px;
	margin: 20px 0 0 0;
}
#brand_grid h3 {
	margin: 10px 0 20px 0;
}
#brand_grid ul {
	list-style: none;
	padding: 0 0 0 0;
}
#brand_grid li {
	list-style: none;
	height: 85px;
	width: 115px;
	float: left;
}
#brand_grid li #info {
	width: 100%;
	text-align: center;
	margin: 0 auto 0 auto;
}

/* Tabbed menu's */
#tab_menu {
	background:#DAE0D2 url(../images/bg.gif) repeat-x scroll center bottom;
	float:left;
	font-size:93%;
	line-height:normal;
	width:100%;
	margin: 0 0 20px 0;
}
#tab_menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:10px 10px 0pt;
}
#tab_menu li {
	display:inline;
	margin:0pt;
	padding:0pt;
}
#tab_menu a {
	background:transparent url(../images/left_both.gif) no-repeat scroll left top;
	border-bottom:1px solid #776655;
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 9px;
	text-decoration:none;
}
#tab_menu a span {
	background:transparent url(../images/right_both.gif) no-repeat scroll right top;
	color:#776655;
	display:block;
	float:left;
	font-weight:bold;
	padding:5px 15px 4px 6px;
}
#tab_menu a span {
	float:none;
}
#tab_menu a:hover span {
	color:#333333;
}
#tab_menu .tab_0 #tab_0 a,
#tab_menu .tab_1 #tab_1 a,
#tab_menu .tab_2 #tab_2 a {
	background-position:0pt -150px;
	border-width:0pt;
}
#tab_menu .tab_0 #tab_0 a span,
#tab_menu .tab_1 #tab_1 a span,
#tab_menu .tab_2 #tab_2 a span {
	background-position:100% -150px;
	color:#333333;
	padding-bottom:5px;
}
#tab_menu a:hover {
	background-position:0% -150px;
}
#tab_menu a:hover span {
	background-position:100% -150px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Enquiry Form */
#email_form {
	width: 450px; 
	background-color: #F2F8F9;
	border: 1px dotted #999999; 
	padding: 5px;
	margin: 0px auto 30px auto;	
}
#email_form div.row {
	clear: both;
	padding-top: 5px;
}
#email_form div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
}
#email_form div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 

/* Advertisements */

#advertisement {
	margin-top: 20px;
}

/* Featured Products Slide Show Tile */

.featured_products {
	height: 270px;
	position:relative;
	margin: 0 20px 0 0;
}
.featured_products .frame {
	margin: 10px 0 0 0;
}
.featured_products h2 {
	font-size: 9pt;
	margin: 0 0 10px 0;
}

/* Section Pages */

div.hero_text p {
	font-size: 14pt;
	margin: 10px;
	line-height: 1.2em;
}

p.section_island_ad {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid #d8d8d8;
}

.product_showcase {
	margin: 0 0 20px 0;
}

/* User pages */

.profile {
	margin: 20px;
}

.profile table, .profile td {
	margin: 10px;
}

td.article_column {
	padding: 10px;
}
