table .centered-table {
    width: 100%;
}

table .centered-table th {
    width: 50%;
    text-align: right;
    padding: 5px 10px 5px;
}

table .centered-table td {
    width: 50%;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

table .centered-table input[type=text] {
    width: 120px;
}

table .centered-table input[type=password] {
    width: 120px;
}

.clickable {
    cursor: pointer;
}

span.err {
    color: red;
}

img.reset-qty {
    visibility: hidden;
    cursor: pointer;
}

a.tip {
    cursor: pointer;
}

div.help-message {
    display: none;
}

div,img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.center-text {
    text-align: center;
}

.red {
    color: red;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.clearfloats {
    clear: both;
    width: 100%;
    height: 0px;
	margin: 0;
	padding: 0;
}

.line {
    clear: both;
    width: 100%;
    height: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.errmsg {
    color: red;
}

.no-border {
    border: 0px;
}

.no-decoration {
    text-decoration: none;
}

img.expandable {
    z-index: 1;
}

img.expandable:hover {
    width: 180px;
    z-index: 10;
    position: relative;
}

.hide {
    display: none;
}

/*
    Dark Loader
*/
div.DarkLoader {

}

div.DarkLoader table.container {
    border-collapse: collapse;
}

div.DarkLoader table.container td.corner {
    padding: 10px;
}

div.DarkLoader table.container th, div.DarkLoader table.container td {
    background-color: white;
}


/*  ##################################################
	START Generic Page setup Styles 
	##################################################
*/
body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #858585;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #444;
    background-image: url(/images/blend.jpg);
    background-repeat: repeat-x;
}

#container {
    width: 970px;  /* using the same width as NZHerald website*/
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/frontpage-graphics/Container-shade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
    } 
	
h1, h2, h3, h4 ,h5 { margin: 0; padding: 0; font-size: 10px; }

img {
	padding: 0;
	margin: 0;
}

p {
	margin: 0px 0 0px 0;
}

a {
	text-decoration: none;
	color: #006699;
	font-weight: normal;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#main {
    padding: 10px 10px;
} 


/* 	##################################################
	END Generic Page setup Styles */
	
	
	
/*	##################################################
	START Generic Header Styles used on all pages. 
	This is the full "Home" page header style sheet. 
	Any modifications to this is handled by the "code" 
	stlye sheets i.e. cycling.css 
	##################################################
	*/
	
#banner {
	height:95px;
	background-image:url();
    }

.banner_home {
    background-image: url(/images/banner/home.jpg);
    background-repeat: no-repeat;
}
.banner_marathon {
    background-image: url(/images/banner/marathon.jpg);
    background-repeat: no-repeat;
}
/* for cycle-photos.com */
.banner_cyclinghome {
    background-image: url(/images/banner/cyclinghome.jpg);
    background-repeat: no-repeat;
}
.banner_cycling {
    background-image: url(/images/banner/cycling.jpg);
    background-repeat: no-repeat;
}
/* for triathlon-photos.com */
.banner_triathlonhome {
    background-image: url(/images/banner/triathlonhome.jpg);
    background-repeat: no-repeat;
}
.banner_triathlon {
    background-image: url(/images/banner/triathlon.jpg);
    background-repeat: no-repeat;
}
.banner_video {
    background-image: url(/images/banner/video.jpg);
    background-repeat: no-repeat;
}
.banner_globalpix {
    background-image: url(/images/banner/globalpix.jpg);
    background-repeat: no-repeat;
}
/* logo and advertise flash */

#logo {
	float:left;
	display: inline; /* < IE6 double margin hack fix */
}

#featured {
    width: 292px;
    height: 50px;
    float:left;
    margin: 15px 0 0 620px;
	display: inline; /* < IE6 double margin hack fix */
}
embed { margin:0; padding:0; }  /* < IE6 possible fix to remove space below embeded flash */

/* tabs */

#codes {
	margin-left: 7px;
	float: left;
	width: 963px;
	font-size: 14px;
	font-weight: bold;
	display: inline; /* < IE6 double margin hack fix */
    }


#codes a {
    color: #FFFFFF;
    font-weight: bold;
}

#codes a:hover {
    color: #FFFF00;
    background-image: url(/images/banner/spacer.gif);
    font-weight: bolder;
}

.codestext {
	float: left;
	display: inline; /* < IE6 double margin hack fix */
	width: 117px;
	margin-top: 10px;
	text-align: center;
	margin-right: 4px;
	color: #FFFFFF;
}

#codes .selected a {
    color: #000000;
}

/* menu */

#menu {
	margin-left: 7px;
	float: left;
	display: inline; /* < IE6 double margin hack fix */
}

.menutext {
	float: left;
	display: inline; /* < IE6 double margin hack fix */
	margin: 6px 10px 0 10px;
	color: #333366;
}

#menu ul {
    margin-left: 10px;
}

#menu li {
    float: left;
	display: inline; /* < IE6 double margin hack fix */
    list-style-type: none;
    padding: 7px 8px 0 8px;
}

#menu ul li a:hover { }

#menu a {}

/* language */

#language-flags {
	float: right;
	height: 20px;
	text-align: right;
	display: inline; /* < IE6 double margin hack fix */
}


/* separate space */
/*
#whiteblend {
    height:0px;
    clear:left; /* get under menus */
/*} */

#whiteblend {
	height:8px;
	margin-left: 7px;
	background-image: url(/images/frontpage-graphics/white-blend.jpg);
	background-repeat: repeat-x;
	clear:left; /* get under menus */
	}
	
/*	##################################################
	END Generic Header Styles */




/*	##################################################
	START Generic footer Styles 
	##################################################
*/

#footer {  
    padding: 0px; 
    background-color: #5A5F5F; 
    color: #DFE5E7; 
    font-size: 12px; 
    height: 16px; 
    text-align: center; 
    width: 970px; 
    margin: 0px auto;
	margin-top: 6px;
}
#footer a { text-decoration:none; color: #DFE5E7; }

#footer a:hover {text-decoration:underline; color: #DFE5E7; }

/* 	##################################################
	END Generic footer Styles 
*/
