/* GLOBAL STYLES */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.hidden {
	position: absolute;
	display: none;
	left: -1000px
}

img {
	border: solid 0px black
}

a {
	/*color: #959da4;*/
	color: #b02a2e;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
	/*color: #2e3192;*/
	margin-bottom: 0em;
	color: #b02a2e;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}

h3 {
	color: #b02a2e;
	font-size: 1.2em;
	font-weight: normal;
}

p {
	font-size: 0.8em;
	/*color: #959da4;*/
	color: #666666;
	text-decoration: none;
}

/* LAYOUT SECTIONS */
div#page_container {
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2e3192;	/* navy blue */
}

div#main_body {
	background-image: url(./stitch.gif);
	background-repeat: repeat-y;
	background-position:155px 0px;
	margin-top: 154px;
	
}
 
#topSection {
	position: absolute;
	top: 0px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div#main_content {
	float: right;
	width: 555px;
	padding-right:0px;
	/*padding-top: 50px;*/
	padding-top: 35px;
	overflow: hidden;
}

div#main_navigation {
	padding: 5px;
	width: 160px;
	float: left;
	padding-top: 25px;
	overflow: hidden;
}

/* NAVIGATION CONTAINER */

/* SEARCH BOX HERE !! */
div#search_form {
	margin-top: 1em;
	margin-bottom: 1em
}

div#search_form input#SS.sw_menu_input {
	font-size: 1em;
	width: 100px
}

div#search_form input.ss_menu_button {
	font-size: 1em;
	/*border: solid #b02a2e 1px;*/
}

/* MAIN MENU ITEMS */
div#main_navigation ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

div#main_navigation li {
	padding-top: 5px;
	padding-bottom: 2px;
}

div#main_navigation li a {
	text-decoration: none;
	/*color: #878282;*/
	color: #666666;
}

div#main_navigation li a:hover {
	text-decoration: underline;
	color: #b02a2e;
}

div#main_navigation ul {
	padding: 0px;
	list-style: none;	
}

/* Menu highlighting */
DIV#main_navigation UL LI.selected A {
	font-weight: bold;
	color: #b02a2e;
}

/* Freephone number */
p#contact-left {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

p#contact-left span#freephone {
	font-size: 0.9em;
	color: #b02a2e;
	line-height: 1.8em;
}

p#contact-left span#number {
	font-size: 1.2em;
}

p#find-us-paragraph {
	margin-top: 8px;
	padding-top: 0px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

p#find-us-paragraph a#how-to-find-us {
	font-size: 1.4em;
	font-weight: normal;
}


/* BREADCRUMB */
#breadcrumb_menu p {
	background-color: #b02a2e;
	margin: 0px;
	color: White;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadcrumb_menu p a {
	color: White;
	text-decoration: underline;	 	
}

#breadcrumb_menu p a:hover {
	color: White;
	text-decoration: none;	 	
}

/* LOGO */
#sw_logo {
	margin-left: 50px;
	margin-top: 3px;
}

/* SHOPPING CART */
#shoppingCart {
	position: absolute;
	left: 310px;
	bottom: 30px;
	z-index:2;
	color: #000000;
	font-size: 1em
}

#shoppingCart a {
	text-decoration: underline;
	color: #000000
}

#shoppingCart a:hover {
	text-decoration: none
}

/* NEEDLE IMAGE */
#needle {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* HOME PAGE ITEMS */

/* MAIN SALE OFFER */
div#hp_main_offer {
	border: dashed #b02a2e 3px;
    background-image: url('./offerBackground.gif');
    background-repeat: repeat-y;
	padding: 10px;
	padding-top: 7px;
	margin-top: 1em
}

div#hp_main_offer img {
	float: right;	
}

div#hp_main_offer div#hp_main_offer_content {
	width: 320px;
	text-align: right;
}

div#hp_main_offer div#hp_main_offer_content p#hp_main_offer_desc {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#hp_main_offer div#hp_main_offer_content h2 {
	/*font-size: 1.7em;*/
	font-size: 1.5em;
	font-weight: bold;
	color: #b02a2e;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

div#hp_main_offer p#hp_main_offer_price {
	font-size: 1.5em;	
	color: #b02a2e;
	margin: 0px;
	padding: 0px
}

div#hp_main_offer p#hp_main_offer_price span.was_price {
	color: #555e60;
}

div#hp_main_offer p#hp_main_offer_price span.save {
	font-size: 1.3em;	
}

/* DETAILS LINK */
p.details a {
	font-weight: bold;
	margin: 0px;
	padding: 0px
}

div#hp_main_offer p.details {
	margin: 0px;
	padding: 0px
}

/* Small offers */
DIV.small-offer {
	border: dashed #b02a2e 3px;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	padding: 4px 4px 8px 10px;
}

DIV.small-offer-left {
	margin-top: 10px;
	width: 271px;
	float: left;
}

DIV.small-offer-right {
	margin-top: 10px;
	width: 271px;
	float: right;
}

DIV.small-offer A {
	text-decoration: none;
	color: #666666;
}

DIV.small-offer P {
	margin: 0px;
	padding: 0px;
}

DIV.small-offer SPAN.product-name {
	display: block;
	padding-bottom: 8px;
}

DIV.small-offer SPAN.text {
	font-size: 1.1em;
	color: #b02a2e;
	clear: both;
	display: block;
	font-weight: bold;
}

DIV.small-offer SPAN.price {
	font-size: 0.9em;
	color: #b02a2e;
	clear: left;
}

DIV.small-offer SPAN.more-info {
	font-size: 0.8em;
	color: #b02a2e;
	font-weight: normal;
	color: #666666;
}

DIV.small-offer P.details SPAN.more-info {
	font-size: 1em;
}

DIV.small-offer P.topspace {
	margin-top: 8px;
}

DIV.small-offer P.bottomspace {
	margin-bottom: 8px;
}

DIV.small-offer SPAN.more-info A {
	color: #b02a2e;
	text-decoration: underline;
	font-weight: bold;
}

DIV.small-offer IMG {
	float: right;
}

DIV.small-offer IMG.manufacturer {
	float: left;
}

/*
#offer_header {
	font-size: 2.2em;	
	color: #b02a2e;
	padding-left:15px;
}
#saleOfferContent {
	padding-left: 15px;
}
*/

/* Secondary Offers */
/*
div#PX200ntc {
	border: dashed #b02a2e 3px;
	width: 255px;
	float: left;
}

div#PX200ntc img#PX200ntcLogo {
	padding-left: 10px;
	padding-top: 10px;
}

div#PX200ntc div#offer_content p#title {
	color: #555e60;
	font-size: 1.5em;
	padding-left: 10px;
}

div#PX200ntc div#offer_content p#price {
	color: #b02a2e;
	font-size: 2.5em;
	padding-left: 10px;
	padding-bottom: 5px;
}

div#PX200ntc div#offer_image2 {
	float: right;
} 

div#SuperAce3 {
	border: dashed #b02a2e 3px;
	width: 255px;
	float: right;
}

div#SuperAce3 div#SuperAce3_image
{
	float: right;
} 

div#SuperAce3 img#SuperAce3Logo
{
	padding-left: 10px;
	padding-top: 10px;
}

div#SuperAce3 div#SuperAce3_content p#title
{
	color: #555e60;
	font-size: 1.5em;
	padding-left: 10px;
}

div#SuperAce3 div#SuperAce3_content p#price
{
	color: #b02a2e;
	font-size: 2.5em;
	padding-left: 10px;
	padding-bottom: 5px;
}
*/

/* CATALOGUE PAGE */
 /* catalogue header */
div.float_left {
	float: left;
}

div.Catalog_Product
{
	/*width: 260px;*/
	border: solid #b02a2e 1px;
	padding: 8px;
}

div.Catalog_Product_Image
{
	float: right;
}

div.Catalog_Product_Image_Manufacturer {
	float: right;
	border: solid #BBBBBB 1px;
	padding: 0px;
	margin: 0px;
}

div.Catalog_Product_Content
{
	/*width: 125px;*/
}
div.Catalog_Product_Content h4
{
	/*color: #555e60;*/
	font-size: 1em;
	margin: 0px;
	padding-bottom: 8px;
}

div.Catalog_Product_Content h4 a {
	color: #6d6760;
	text-decoration: none;
}

div.Catalog_Product_Content h4 a.manufacturer_link {
	color: #b02a2e;
}

div.Catalog_Product_Content h4 a:hover {
	color: #b02a2e;
	text-decoration: underline;
}

div.Catalog_Product_Content p.Catalog_Product_Price
{
	color: #b02a2e;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
div.Catalog_Product_Content p.Catalog_Product_Price span
{
	/*float: right; */
	/*display: inline;*/
	font-size: 0.6em;
}

div.Catalog_Product_Content p.Catalog_Product_Price a
{
	color: black;
	text-decoration: underline;
	 font-weight: bold;
}

div.Catalog_Product_Image
{
	padding: 0px;
	margin: 0px;
}

p.Catalog_Product_Description
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 0.5em;
}

/*div.Catalog_Product_Content SPAN.more-info-link {
	clear: right;
}*/

/* PRODUCT PAGE */
div.productDetails
{
	margin-top: 30px;
}

div.productPicture
{
	float: right;
	width: 300px;
	text-align: right;
}

div.productPicture div
{
	display: inline;
	text-align: left;
	
}
div.productPicture div p
{
	display: inline;
	text-align: left;
}
.productDescription
{
	width: 200px;
}

.productInformation
{
	width: 220px;
	padding: 0px;
	margin: 0px;
	float: left;
}
div.orderInfo span.price
{ 
	color: #b02a2e;
}
div.orderInfo p
{
	color: #babcbe;	
	font-weight: bold;
	font-size: 1.5em;
}
span#Quantity
{
	color: 	#b02a2e;
}
ul.productDescription
{
	color: Black;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}
#picture_and_enlarge p
{
	border: solid black 1px;
	float: left;
}
.productPicture
{
	border: solid black 1px;
	padding: 0px;
	margin: 0px;
}

.orderInfo input#quantity_box
{
	width: 20px;
	display: inline;
	margin-right: 50px;	
}
div.orderInfo p.ourPrice
{
	display: inline;
	margin-right: 50px;	
}
div.orderInfo span#Quantity
{
	margin-right: 5px;
	display: inline;
}
div.Code_and_Back p.Menu_Code
{
	display: inline;
	font-weight: bold;
	color: Black;	
	margin-right: 50px;
}

span.vat-message {
	font-size: 0.8em;
}

p.view-colour-chart {
	font-weight: bold;
}

span.attribute-choice {
	font-size: 0.8em;
}

/* Order process tables */
table#order-table td, table#order-table th {
	font-size: 0.8em;
	color: #000000;
}

span.red {
	color: #b02a2e;
}

/* Util */
BR.force-break {
	line-height: 0px;
	clear: both;
}

/* Main Content Rules */

div#main_content ul {
	color: #666666;
}

div#main_content ul li {
	color: #666666;
	font-size: 0.8em;
}

div#main_content ul li ul li {
	font-size: 1em;
}

div#main_content ul li ul li ul li {
	font-size: 1em;
}

/* Site map */
LI.site-map-item {
	/*font-size: 0.8em;*/
}

/* Stitch rule between description text and section/product boxes */
div.stitch-rule {
	width: 555px;
	height: 19px;
	border: none;
	color: #FFFFFF;
	background-image: url("hr-stitching.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Special offers page */
p.special_offer_section_line {
	font-size: 1.1em;
	padding: 0px;
	margin: 0px;
}

p.special_offer_section_line span.new_price {
	color: #b02a2e
}

p.special_offer_section_line span.save {
	color: #b02a2e;
	font-size: 1.3em;
	font-weight: bold;
}

p.special_offer_section_line span.text {
	color: #666666;
	font-size: 0.7em;
	font-weight: normal;
}

/* Contact form */
LABEL {
	color: #666666;
	font-size: 0.8em;
}

temp-color-storage {
	color: #555e60;
	color: #b02a2e
}