/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */


/* Contains rest of HTML */
#centrecontainer {
	width: 100%;
	text-align: left;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

td.remove {
	width: 1px;
	visibility: hidden;
}

/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 0;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 180px;
	margin: 0 50px 0 0;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 100%;
	padding: 0;
}

#pagecontent_pad {
	float: right;
	padding: 80px 25px 5px 0px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 680px;
}
#pagecontent_pad a {
	color: #EB007A;
	font-size: 14px;
	text-decoration: none;
	height: 1px;
	visibility: hidden;
}
/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}


/* T&Cs text */
#terms {
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	text-align: center;
}
#terms img {
	vertical-align: middle;	
}

/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	background-color: transparent;
}

#searchbox #searchbutton {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
#left .logo img {
	margin-bottom: 30px;
	padding: 20px 0 0 20px;
}
#left .nav_top {
	background-image: url(../templateimages/blue_menu_top.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#left .nav_mid {
	background-color: #003366;
	padding: 10px;
	color: white;
}
#left .nav_bottom {
	background-image: url(../templateimages/blue_menu_bottom.gif);
	background-repeat: no-repeat;
	height: 7px;
	margin-bottom: 15px;	
}
/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}
#breaker {
	width: 100%;
	clear: both;
	height: 1px;
	background-color: transparent;
}
#searchbox {
	float: left;
	margin: 4px 0 0 0;
	padding: 0px;
}



/* --- Category menu ------------------------------------------------- */

#categorymenu {
	border-top:0px solid #CBD5DB;
	margin: 0px;
	padding:0pt;
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#categorymenu ul li div {
	border-bottom:1px dotted #FFA40D;
	color:#FFFFFF;
	font-size:11px;
	padding: 4px 2px;
	background-image: url(../templateimages/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#categorymenu ul li div a {
	text-decoration: none;
}
#categorymenu ul li div a:hover {
	color: #FFA40D;
	text-decoration: none;
}

#categorymenu ul ul li div {
	font-weight: normal;
	border: none;
	margin: 0;
	padding: 10px;
	border-bottom:1px dotted #cccccc;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
}

#categorymenu ul ul li div a {
	font-weight: normal;
	background-image: none;
	background-color: none;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
}
#categorymenu ul ul li div a:hover {
	background-color:#ffffff;
	background-image:none;
	border-right:none;
	color:#fdc607;
	text-transform:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#categorymenu ul ul ul li div a {
	padding-left: 20px;
}

#categorymenu ul ul ul ul li div a {
	padding-left: 30px;
}

#categorymenu ul ul ul ul ul li div a {
	padding-left: 40px;
}

#categorymenu ul ul ul ul ul ul li div a {
	padding-left: 50px;
}

/* Hyperlinks */

a:link, a:visited {
	color: #42276c;
	font-weight:normal;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
A:hover	{
	text-decoration:underline; 
	color: #FFA40D;
	font-weight: normal;
}

h4 {
color: #42276C;
font-size:14px;
font-weight:normal;
margin:0 0 10px 0;
font-family:"Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
padding:0px;
}
#newsitem1 h1 {
	background-image:none;
	background-repeat:no-repeat;
	color:#42276C;
	font-family:"Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	height:25px;
	margin:15px 0pt 0pt;
	padding: 0 0 5px 0px;
	text-align:center;
	width:530px;
}
#newsitem1 .pad {
	color:#42276C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:center;
}
h1 {
	background-image:url(../templateimages/heading.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:"Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	height:45px;
	margin:5px 0pt 0pt;
	padding:10px 0pt 0pt 70px;
}
.boxheader {
	background-image:url(../templateimages/heading.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:"Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	height:45px;
	margin:5px 0pt 0pt;
	padding:10px 0pt 0pt 0px;
	text-align: center;
}
h2 {
	font-size: 13px;
	color: #42276C;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}
h5 {
	color:#42276C;
	font-family:"Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:normal;
	margin:20px 10px 10px;
	padding:2px 2px 2px 0px;
	text-align:left;
}
.maincategory p {
	font-weight: normal;
	color:#42276C;
	font-family:"Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size:15px;
}
/* Shortened column format boxes */
.products_shortened .box {
	width: 178px;
	height: 200px;
	margin: 0 10px 0 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.subcategories_shortened .box {
	width: 175px;
	height: 260px;
	margin: 0px 5px 5px 0px;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	font-size: 7.5pt;
}
.products_shortened .minprice {
	text-align: left;
}
.products .minprice {
	color: Red;
}
.products .minprice {
	display: block;
	font-weight: bold;
	padding-top: 0px;
}
.products_extended {

}
.products_extended .product {
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:210px;
	margin:0;
	padding:10px;
	width:157px;
}
.products_extended .product#product2, .products_extended .product#product5, .products_extended .product#product8,  .products_extended .product#product11, .products_extended .product#product14  {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin: 0px;
	padding: 10px;
}
.product em.strapline {
	font-style: normal;
	color: #999999;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: hidden;
	height: 1px;
}
.versions .prices {
	float:left;
	padding:0pt;
	text-align:left;
	width: 50%;
	padding:5px 0pt 0pt;
}
.boxinset {
	float: right;
	width: 110px;
	margin: 10px 0 0 0;
}
input.submit {
	background-color: #42276C;
	border:1px solid #42276C;
	color:white;
	font-size:9px;
	font-weight:bold;
	margin:0 0 0 3px;
	overflow:visible;
	padding:1px;
}
input.submit2 {
	color: white;
	font-weight: bold;
	font-size: 7.5pt;
	margin: 0 1px 3px 0;
	padding: 1px 3px 1px 3px;
	width: 47px;
	height: 20px;
	overflow: visible;
	border: none;
	background-color: #003366;
}
.product p {
	color:#42276C;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
}
.carryonshopping h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #fdc607;
	text-transform: none;
}
.carryonshopping {
	padding-top: 5px;
	width: 100%;
	clear: both;
}
#carryonshoppingScroll {
	width: 720px;
	height: 175px;
	overflow: scroll;
	visibility: inherit;
}
.carryonshopping h2 {
background-image:none;
border-bottom:1px dotted #B1B1B1;
border-top:1px dotted #B1B1B1;
height:25px;
margin-bottom:8px;
padding:3px;
width:100%;
}
#mainImage {
	float: right;
	width: 270px;
}
.product {
float:left;
width:250px;
}
.versions .prices span {
	padding: 0;
	margin: 0;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #FF9E15;
	font-weight:normal;
}
#relatedBox {
	float: left;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:140px;
	margin:0pt 0pt 15px;
	padding:0pt;
	width:185px;
}
.carryonshopping a:link, .carryonshopping a:visited {
	color:#999999;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
}

.carryonshopping a:hover, .carryonshopping a:active {
	color:#FDC607;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
	text-decoration: underline;
}

.breadcrumbtrail {
	margin: 3px 0 0 0;
	padding:0px;
	text-align: center;
}

versions .prices .inctax {
	background-color:transparent;
	border:medium none;
	color:#666666;
	font-weight:bold;
	margin:0pt 0pt 0px;
	overflow:visible;
	padding:0px;
	text-align:left;
	width: 60px;
}


.boxinset {
	float:left;
	margin: 0;
}

.versions .line {
	float:right;
	padding:0pt;
	text-align:right;
	width:75px;
}

.basket .links {
	margin-top:0px;
	overflow:hidden;
	text-align:left;
	width:100%;
	visibility: hidden;
	height: 1px;
}

td.quantity {
	width: 100px;
}


#pagecontent_pad label a {
		color:#EB007A;
font-size:14px;
height:1px;
text-decoration:none;
visibility: visible;
}

/*
.products_extended #product1.product, .products_extended #product2.product, .products_extended #product3.product, .products_extended #product4.product, .products_extended #product5.product, .products_extended #product6.product, .products_extended #product7.product, .products_extended #product8.product, .products_extended #product9.product, .products_extended #product10.product, .products_extended #product11.product, .products_extended #product12.product {
	border-bottom: 1px solid #dedede;
}
*/
