/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0px 0px 1em 0px;
        padding: 0px;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
img {
	border: 0px none;
}
a {
	text-decoration: none;
	color: #000000;
}

body {
	color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;	
	width: 100%;
	height: 54px;
	background-position: 0px 103px;
}

#mainContent {
	clear: both;
	margin: 0 10px 0px 10px;
}

/*
header styles
*/

#header, #menuContainer, #searchBar, #lhsColumn, #rhsColumn, #footer, .productExtra {
	display: none;
}

#mainContent {
	width: 800px;
	float: left;
}

productDetailsContent {
	padding: 10px;
	font-size: 10pt;
	color: #818181;
	height: auto !important;
	height: 230px;
	min-height: 230px;
}

#productDetailsContent #productName {
	background: none;
	padding: 0;
	font-size: 14pt;
	color: #818181;
	font-weight: bold;
	margin-bottom: 14px;
}

#productDetailsContent #price {
	color: #cb0000;
	font-size: 22px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 7px;
}
#productSpec {
	height: 26px;
}

#info_section {

	background-color: #00ff00;
}

#spec_section {

	background-color: #ff0000;
}

#info_section, #accessories_section, #spec_section, #compare_section, #more_section, #images_section, #alternative_section {
	display: block !important;
}

#productSpec {
	display: none;
}

.printTitle {
	margin-top: 20px;
	font-weight: bold;
	height: 16px;
	display: block;
}

.productSectionPriceStyle {
	color: #868686;
	font-size: 20px;
}

.productSectionIncVatStyle {
	color: #CC0000;
	font-size: 20px;
}

#productSaleBox {
	display: none;
}

#bannerTitle {
	margin-top: 10px;
	color: #464646;
	font-size: 13pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	height: 18px;
}

#productDetailsContent {
	clear: left;
	margin-top: 20px;
}