﻿html {
	color:#000;
	background:#FFFFFF;
}

.center {
	text-align: center;
}

/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}*/

table {
	border-collapse:collapse;
	border-spacing:0;
}
div {
	margin-left: auto ;
	margin-right: auto ;
}
body 
{
    background-color: #FFFFFF;
    background-image: url("images/page-bg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    margin: 0 auto;
    
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}

a {
	color: #000000;
}

ul.topSeller 
{
	margin: 0px;
	padding-left: 20px;
}

#topmenu
{
    padding-top:8px;
    width: 1000px;
    /*
    background-color:#E60000;
    */
    background-image:url('images/redshade1.jpg');
	background-repeat:repeat-x;
    height:22px;
}
#topsubmenu
{
    width: 1000px;
    background-color:#FF4948;
    height:20px;
}
#topsubmenu2
{
    width: 1000px;
    background-color:#F3F3F3;
    height:15px;
}

#topmenu .topmenu-item
{
    padding-left:10px;
    width:50px;
    display:inline;
}


#topmenu .topmenu-item a
{
    font-size:12px;
    font-weight:bold;
    color:White;
    text-decoration:none;
}

#topmenu .topmenu-item a:hover
{
    text-decoration:underline;
}

#aspnetForm
{
    margin:0px !important;
    padding:0px !important;
}

#preheader
{
    color:White;
    padding-top:10px;
    width:1000px;
    background-image:url('images/topshade.jpg');
    background-repeat:repeat-x;
    height:22px;
}

#preheader table td
{
    padding-left:10px;
    padding-right:10px;
}

#preheader a
{
    font-size:9px;
    font-weight:bold;
    color:White;
    text-decoration:none;
}

#preheader a:hover
{
    text-decoration:underline;
}

#topmenu-pipe
{
    background-image:url('images/pipe.jpg');  
    background-repeat:repeat;
    padding-left:1px;
    margin-left:5px;
    display:inline;
}

#page, #header, #footer {
	text-align:left;
	width: 1000px;
}
#page, #footer {
	text-align:left;
	width: 980px;
}

#prefooter
{
    padding-top:8px;
    background-color:#FF4948;
    text-align:center;
	width: 1000px;
	height:20px;
	vertical-align:middle;
}

#header {
	text-align:center;
	margin-bottom: 0px;
	background-color: #ff4848;
}
#page {
	background-color: #ffffff;
	padding:0px 10px 10px 10px;
}
#footer {
	color: white;
	padding-top: 10px;
}
#footer a {
	color: white;
	text-decoration:none;
}
#footer a:hover {
	color: white;
	text-decoration:underline;
}
div.page-title {
	width: 100%;
	height: 30px;
	font-size: 18px;
	font-weight:bold;
	color:#ff4848;
	padding-top:10px;
	padding-left:0px;
}

input.button  {
	color: white; 
	text-align:center; 
	font-weight: bold;
	font-size:12px; 
	background: url('images/button-normal-redbg.png');
	border: 0;
	width:90px;
	height:25px;
	position: relative;
	cursor:pointer;
}

input.image-button
{
    background-image:url('images/trolleygray.jpg');
    background-repeat:no-repeat !important;
    width:40px;
    height:40px;
    border:0px;
    background-color:White;
}

input.button.short
{
    background: url('images/button-short-redbg.png');
    width:70px;
}

input.button.long
{
    background: url('images/button-long-redbg.png');
    width:200px;
}


input.buttonBlack {
	background: url('images/button-normal-redbg.png');
	width:90px;
	height:25px;	
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	cursor:pointer;
	border: 0;
	margin: 3px;
}

input.buttonBlack.short
{
    background: url('images/button-short-redbg.png');
    width:70px;
}

input.buttonBlack.long
{
    background: url('images/button-long-redbg.png');
    width:200px;
}

input.buttonGrey  {
	color: white; 
	text-align:center; 
	font-weight: bold;
	font-size:12px; 
	background: url('images/button-normal-greybg.png');
	width:90px;
	height:25px;
	margin:2px;
	position: relative;
	cursor:pointer;
	border: 0;
}

input.buttonGrey.short
{
    background: url('images/button-short-greybg.png');
    width:70px;
}

input.buttonGrey.long
{
    background: url('images/button-long-greybg.png');
    width:200px;
}

/* --- REGISTER DETAILS ---*/
p.register-message
{
	font-weight:bold;
	padding-left: 2px;
	padding-bottom:0px;
}
table.register
{
	margin:0;
	padding:0;
}
table.register td 
{
	height: 22px;
}
table.register td.register-header
{
	font-size: 14px;
	font-weight:bold;
	height: 26px;
	padding-bottom:5px;
}
table.register .ddl
{
	font-size:11px;
	height:18px;
}
table.register input.txt_wide, table.register select 
{
	font-size:11px;
	height:13px;
	width: 300px;
}
/* --- CART SUMMARY ----*/
.wideContentBox {
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
}
.wideContentBox div.title{
	font-weight: bold;
	font-size: 14px;
}
table.cart-summary {
	width: 928px;
	border: none;
}
table.cart-summary th {
	font-weight: bold;
	color: white;
	background-color: #ff4848;	
	padding:5px 0px 5px 2px;
	border: none;
	font-size:12px;
}
table.cart-summary tr {
	height: 25px;
	vertical-align:middle;
	border: none;
}
table.cart-summary td {
	padding: 2px;
	border: none;
}
table.cart-summary td a {
	color: #000000;
	text-decoration: none;
}
table.cart-summary td a:hover {
	text-decoration: underline;
}
table.cart-summary input.text {
	font-size: 10px;
	width: 60px;
}
table.cart-summary tr.cart-summary-alt {
	background-color: #efefef;
}
table.cart-summary td.cart-summary-item-currency {
	text-align:right;
	padding-right: 5px;
}
table.cart-summary td.cart-summary-footer-left
{
	padding-right: 5px;
	text-align:right;
}
table.cart-summary td.cart-summary-footer-right
{
	text-align:right;
	padding-right: 5px;
}

table.cart-summary th.right
{
	text-align:right;
	padding-right: 5px;
}

.borderLeft {
	border-left: 1px solid black;
}


table.cart-summary-scalable {
	width: 100%;
	border: none;
}
table.cart-summary-scalable th {
	font-weight: bold;
	color: white;
	background-color: #ff4848;	
	padding: 5px;
	border: none;
	text-align:left;
	font-size:12px;
}
table.cart-summary-scalable tr {
	height: 25px;
	vertical-align:middle;
	border: none;
}
table.cart-summary-scalable td {
	padding: 5px;
	border: none;
}
table.cart-summary-scalable td a {
	color: #000000;
	text-decoration: none;
}
table.cart-summary-scalable td a:hover {
	text-decoration: underline;
}
table.cart-summary-scalable input.text {
	font-size: 10px;
	width: 60px;
}
table.cart-summary-scalable tr.cart-summary-alt {
	background-color: #efefef;
}
table.cart-summary-scalable td.cart-summary-item-currency {
	text-align:right;
	padding-right: 5px;
}
table.cart-summary-scalable td.cart-summary-footer-left
{
	padding-right: 5px;
	text-align:right;
}
table.cart-summary-scalable td.cart-summary-footer-right
{
	text-align:right;
	padding-right: 5px;
}

/* --- PRODUCT LIST ITEM ---*/
div.pr-list {
	width: 570px;
	display: inline-block;
}
div.pr-list div {
	/*float: left;*/
}
div.pr-list-item 
{
    width: 560px;
	margin-top: 5px;
	padding: 4px;
	border-top: 1px solid black;
}
div.productDetails {
	width: 560px;
	margin-top: 5px;
	padding: 4px;	
}

div.productDetails .left {	
	padding: 8px;	
}
/*default*/
div.pr-list-item-image 
{
    width: 120px;	
	float: left;
}
div.pr-list-item-image img {
	padding:5px;
	
}
div.pr-list-item-content {
	padding: 4px;
	width: 410px;
	float: left;
	
}
/*package*/
div.pr-list-item-image-pack
{
    width: 145px;	
	float: left;
}
div.pr-list-item-image-pack img {
	padding:5px;
	
}
div.pr-list-item-content-pack {
	padding: 4px;
	width: 385px;
	float: left;
}

/*subscription*/
div.pr-list-item-image-subs
{
    width: 105px;	
	float: left;
}
div.pr-list-item-image-subs img {
	padding:5px;
	
}
div.pr-list-item-content-subs {
	padding: 4px;
	width: 425px;
	float: left;
}

/*voucher*/
div.pr-list-item-image-voucher
{
    width: 145px;	
	float: left;
}
div.pr-list-item-image-voucher img {
	padding:5px;
	
}
div.pr-list-item-content-voucher {
	padding: 4px;
	width: 385px;
	float: left;
}

/*backissue*/
div.pr-list-item-image-backissue
{
    width: 105px;	
	float: left;
}
div.pr-list-item-image-backissue img {
	padding:5px;
	
}
div.pr-list-item-content-backissue {
	padding: 4px;
	width: 425px;
	float: left;
}

/*misc (merchandise)*/
div.pr-list-item-image-misc
{
    width: 145px;	
	float: left;
}
div.pr-list-item-image-misc img {
	padding:5px;
	
}
div.pr-list-item-content-misc {
	padding: 4px;
	width: 385px;
	float: left;
}

/*item details [image]*/
div.pr-details-item-image-subs img {
	padding:0px 7px 0px 5px;
}
div.pr-details-item-image-pack img {
	padding:0px 7px 0px 5px;
}
div.pr-details-item-image-backissue img {
	padding:0px 7px 0px 5px;
}
div.pr-details-item-image-misc img {
	padding:0px 7px 0px 5px;
}
div.pr-details-item-image-voucher img {
	padding:0px 7px 0px 5px;
}

div.productDetails table {
	width: 560px;
}
div.itemTitle {
	font-weight:bold;
	font-size: 13px;
	color: #000000;
	padding: 1px;
	display:block;
}

div.itemTitle a {
	text-decoration: none;
	color: #000000;
}
div.itemTitle a:hover {
	text-decoration: underline;
}
div.itemDescription {
	font-size: 12px;
	padding: 1px;
	padding-bottom: 5px;
	text-align:justify;
	display:block;
}
div.itemDescription img {
	padding:5px;
	float: right;
}
div.productTitle {
	font-weight: bold;
	font-size: 18px;
	padding:2px;
	padding-bottom: 10px;
	padding-top:5px;
	background-color:#DADBE0;

}


.formInput {
	height:24px;
	margin-left: 2px;
	display:block;	
}
.formText {
	width: 70px;
	text-align: right;
}
.searchInputText 
{
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
.formTextLeft, .formTextLeftWide {
	width: 120px;
	text-align: right;
	font-weight: bold;
}
.formTextLeftWide {
	width: 160px;
}
.formTextWide {
	width:300px;
	text-align:right;
}
.inputFieldWide {
	margin-left: 2px;
	width: 300px;
	font-size: 12px;
	height: 16px;
	
	
	
}
.searchField {
	width: 175px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}
.center {
	text-align: center;
}
table.formTable td {
	padding: 2px;
}
table.basket td {
	padding: 2px;
}
table.loginFormTable {
	width: 780px;
	padding: 10px;
}
table.loginFormTable td {
	padding: 2px;
}

div.loginBox {
	border: 1px solid black;
	width: 580px;
	float: left;
	margin: 5px;
}
span.message 
{
	color: Black;
	padding: 5px;
	padding-bottom: 10px;
}
span.errormessage 
{
	color: Red;
	padding: 5px;
	padding-bottom: 10px;
}
span.warning 
{
	color: Red;
}
/****************************/
/********** LAYOUT **********/
#headerSeparator {
	height: 20px;
	width: auto;
	background-color: #ff4848;
}
#leftPanel {
	width: 200px;
	height:auto;
	float: left;
}

#mainPanel {
	width: 580px;
	float:left;
}

#mainPanel.wide {
	width: 980px;
}

#rightPanel {
	margin: 0px;
	float: right;
	width: 200px;
}
div.right {
	float: right;
}	
div.left {
	float: left;
}

div.box {
	margin: 1px;
	margin-top:5px;
	border: 1px solid #848FA1;
}
div.boxLeft {
	width: 196px;
}
div.boxRight {
	width: 196px;

}
div.boxContent {
	width: 576px;
}

#prefooter a
{
    font-weight:bold;
    color:White;
    text-decoration:none;
}

#prefooter a:hover
{
    text-decoration:underline;
}


div.boxContentWide {
	width:976px;
}
div.boxTitle 
{
    /*
	background: #E60000;
*/
	background-image:url('images/title.jpg');
	background-repeat:repeat-x;
	color: #ffffff;	
	font-weight: bold;
	height:40px;
	padding-top:7px;
	font-size: 14px;
	text-align: left;
	padding-left:3px;
	margin:1px;
}

div.boxTitle h2
{
    font-size: 14px;
    margin: 0;
}

div.boxTitle.login
{
    background-image:url('images/title-login.png');
    height:40px;    
}

div.boxTitle.browse
{
    background-image:url('images/title-browse.png');
    height:40px;
}

div.boxTitle.basket
{
    background-image:url('images/title-basket.png');
    height:40px;    
    text-align: right;
    padding-right: 3px;
}

div.boxTitle.search
{    
    background-image:url('images/title-search.png');
    height:40px;    
    text-align: right;
    padding-right: 3px;
}

div.boxTitle.main
{
    background-image:url('images/title-main.jpg');
    height:40px;    
}


div.boxTitleAlt 
{
    /*
	background: #D8DBE2;
	*/
	background-image:url('images/grayshade.jpg');
	background-repeat:repeat-x;
	color: #000000;	
	font-weight: bold;
	height:24px;
	padding-top:7px;
	font-size: 14px;
	text-align: left;
	padding-left:3px;
	margin:1px;
}

div.title {
	color: #000000;	
	font-weight: bold;
	height:24px;
	padding-top:7px;
	font-size: 14px;
	text-align: left;
	padding-left:3px;
	margin:1px;
}
div.title h1 
{
    font-size: 14px;
    margin: 0px;
}
span.boxText {
	padding: 4px;
	display:block;
}
div.content {
	padding:3px;
	background-color: White; /*#F3F3F3;*/
}
div.cartProductItem {
	padding-right: 5px;
	display: block;
}
div.cartProductItem a {
	color: #000000;
	text-decoration: underline;
}
div.cartProductItem a:hover {
	text-decoration: none;
}
div.clearFix {
	clear: both;
}
div.paddingImage10 img {
	padding:10px;
}
hr.separator 
{
	height: 1px;
	color: #000000;
}
/********** LAYOUT **********/
/****************************/

/****************************/
/*********** MENU ***********/
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.menu {
  margin-left:5px;
  margin-bottom:2px;
  padding-top:4px;
  padding-bottom:4px;
}

ul.menu a {
  display: block;
  text-decoration: none;
  	
}

ul.menu li {
  margin-top: 2px;
  text-align: left;
}

ul.menu li a {
  /*background: #ff4848;
  color: #ffffff;	
  padding: 0.5em;*/
  color: #000000;
}

ul.menu li a:hover {
  /*background: #aa195A;*/
  text-decoration: underline;
}

ul.menu li ul li a {
  border-left: 3px #ffffff solid;
  padding-left: 10px;
}

ul.menu li ul li a:hover {
  border-left: 3px #ff4848 solid;
  padding-left: 10px;
}
ul.menu li ul li.hasChilds ul li a {
  border-left: 3px #FFFFFF solid;
  padding-left: 20px;
}
ul.menu li ul li.hasChilds ul li a:hover {
  border-left: 3px #ff4848 solid;
  padding-left: 20px;
}
ul.menu li ul li.hasChilds ul li ul li a {
  border-left: 3px #FFFFFF solid;
  padding-left: 30px;
}
ul.menu li ul li.hasChilds ul li ul li a:hover {
  border-left: 3px #ff4848 solid;
  padding-left: 30px;
}
li.active a.active {
	font-weight: bold;
}
li.active a.selected {
	color: #ff4848;
}
/*********** MENU ***********/
/****************************/


/****************************/
/******** PAGINATION ********/
div.pagination {
	border-top: 1px solid black;
	text-align:center;
	width: 570px;
}
div.pagination a {
	color: #000000;
	text-decoration: none;
	font-size:13px !important;
}
div.pagination a:hover {
	text-decoration: underline;
}
div.pagination a.selected {
	font-weight: bold;
}
/******** PAGINATION ********/
/****************************/


/* filter */

div.filter {
	width: 568px;
	text-align:center;
}

div.filter div.filterDesc {
	text-align: right;
	float: left;
	padding:7px;
	font-weight: bold;
}

div.filter div.filterDescInput {
	text-align: left;
	float: left;
	padding:5px;
}

div.filter div.filterDescSubmit {
	text-align: left;
	float: left;
	padding:2px;
}

div.filter input, div.filter select {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}

.noProducts 
{
	font-size:12px;
	font-weight: bold;
}


/* login control */
div.loginInputText
{
    font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}

.inputFieldShort
{
    width: 105px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin:0px 0px 3px 5px;
}

div.boxText {
	padding: 4px;
	display:block;
}


/* --- MY ACCOUNT DETAILS ---*/
table.myaccount
{
	margin:0px 10px 5px 10px;
	padding:0;
}
table.myaccount td 
{
	height: 22px;	
}
table.myaccount td.myaccount-header
{
	font-size: 14px;
	font-weight:bold;
	height: 26px;
	padding-bottom:5px;
}

div.myaccount-header
{
    font-size: 14px;
	font-weight:bold;
	height: 26px;
	padding:5px 0px 0px 10px;
}

table.myaccount .ddl
{
	font-size:11px;
	height:18px;
}
table.myaccount input.txt_short, table.myaccount select 
{
	font-size:11px;
	height:13px;
	width: 155px;
}

a.link
{
    text-decoration:underline !important;
    color: #000000;
}

.link-white
{
  text-decoration:underline !important;
  color: #FFFFFF; 
}

table.css-package-prod-subs-issues
{
    
}
table.css-package-prod-subs-issues-details
{
    width:250px !important;
    margin-right:50px;
}   

.text-fixed-width
{
    min-width:300px !important;
}

/* Lovatts style changes */

#topnav {
    float: left;
    height: 33px;
    min-width: 1000px;
    width: 100%;
}

#imgHeader
{
    width: 1000px;
    margin: 0 auto;
}

#topMenu {
    background-image: url("images/menu-bg.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 19px 0;
    width: 1000px;
}
a.topMenu:link {
    color: #FFFFFF;
    margin-left: 30px;
    text-decoration: none;
}
a.topMenu:visited {
    color: #FFFFFF;
    margin-left: 30px;
    text-decoration: none;
}
a.topMenu:hover {
    text-decoration: underline;
}

#footerDiv {
    border-top: 25px solid #E7E7E7;
    color: #666666;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    margin: 15px auto;
    padding: 0;
    width: 1000px;
}
#footerDiv p {
    color: #666666;
    font-weight: normal;
    margin: 0;
    padding: 0 0 7px;
}
#footerDiv a, #footerDiv a:visited {
    color: #666666;
    text-decoration: none;
}
#footerDiv a:hover {
    color: #666666;
    text-decoration: underline;
}
#footerDiv ul {
    list-style-type: none;
    padding: 0;
}
#footerDiv ul li {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 5px;
}
#footerDiv h2 {
    color: #D40000;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 12px 0 5px;
    text-transform: uppercase;
}
#footerDiv h2 a {
    color: #0066FF;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.footerCols {
    float: left;
    margin-left: 20px;
    padding: 10px 0 5px;
    width: 230px;
}
.footerCols a img {
    border: medium none;
    margin: 0 5px 0 0;
    padding: 0;
}
.clear {
    clear: both;
}
#copyright {
    background-image: url("images/footer.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 35px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 1000px;
}
#copyright p {
    color: #FFFFFF;
    font-family: Arial,Tahoma,Verdana;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
}
#copyright a, #copyright a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
#copyright a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}