/*  File index


* Colours used
* Layout
* Menus
* Typography
** Lists
* Images
* Dividers

*/

/* Colours used:

blue ( header image background) : #378ec4
yellow light (menu header background) : #ffeebc
orange light (list dividers) : #FBC98E
orange (titles) : #F7931D
red (titles, text): #C4122F
blue/purple (titles) : #365B9B
blue - light (border) : #7FC2C7
blue - grey (menu border) : #9AB2BC
blue (text) : #034EA2
aqua (link rollover) : #17BDCE
black - off (titles) : #334d55

*/

html, body, h1, h2, h3, h4, h5, h6, p, a, div, table, form, img {
	margin: 0;
	padding:0;
}



/* Layout */


html, body {
	height:100%;
}
body {
	background-color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}


#pageHeaderV1, #pageHeaderV2 {
	background-color: #378ec4;
	height: 120px;
	position: relative;
	width: 100%;
}

#homeSearchBox {
	background-image: url(../images/headers/homeSubHeader.jpg);
	height:172px; 
	width:990px;
	margin: 0 0 10px 10px;
	position: relative;
}

#homeDescription {
	display: inline;
	float: left;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 11px;
	width: 237px;
}

.searchInput{
	position: absolute;
	left: 695px;
	bottom: 15px;
	width: 300px;
	text-align:right;
}

.searchInput input {
	margin: 0;
}

#subHeader, #mainMenu {
	position: relative;
	height: 45px;
	width: 1004px;
}

#basketLink {
	position: absolute;
	right: 9px;
	bottom: 10px;
	text-align:right;
}

#mainContent, #mainContentMenu{
	margin: 15px 0 0 0;
}

#mainContent, #homeSubHeader {
	min-width: 1001px;	
}

#mainContentMenu{
	background-image: url(../images/backgrounds/catMenu.gif);
	background-position: 0 50px;
	background-repeat:repeat-y;
}

#mainCategoryContent, #mainDetailsContent {
 margin: 0 0 0 205px;
}

#alsoOrderedContent {
	position: relative;
	padding: 10px;
}
#generalContent {
	position: relative;
	padding: 0 10px;
}

.mainCategory{
	display: inline; /* fix for IE6 double margin bug */
	float: left;
	width: 237px;
	border: 1px solid #7FC2C7;
	background-color: transparent;
	background-image: url(../images/backgrounds/mainCategoryBG.gif);
	background-repeat:no-repeat;
	background-position:0 102px ;
	margin: 0 0 0 12px;
}

#bundleCategory {
	float: left;
	margin: 0 0 0 7px;
	width: 246px;
	background-image:url(../images/backgrounds/bundlesCategory.jpg);
	background-repeat:no-repeat;
	background-position: 0 36px;
	height: 270px
}

#bundleCategorySmall {
	margin: 0 0 0 0px;
	width: 184px;
	background-image:url(../images/backgrounds/bundlesCategorySmall.jpg);
	background-repeat:no-repeat;
	background-position: 0 36px;
	height: 251px
}

#categoryLayout{
	width: 985px;
	margin: 0px 0 0 10px;
	
}

#categoryLayout td.edge{
	width: 189px;
}
.subCategory {
	
	margin: 0 0 10px 0px;
	width: 176px;
	border: 1px solid #7FC2C7;
}

#footer{
	clear: both;
	padding: 25px 0 0 0;
}

#exitAdvert {
	float: right;
	height: 620px;
	width: 180px;
}

.footerDivider {
	height: 3px;
	width: 100%;
	background-color: #0072BC;
	background-image: url(../images/backgrounds/footerDivider.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
	margin: 7px 0 ;
	font-size: 1px; /* to fix IE6 bug */
}

.bro_wrapper {
	float:left;
	width:200px;
	height:570px;
	overflow: auto;
	padding:10px 0px 0 0;
	margin: 0 20px 0 0;
}

.headerLink {
	position: absolute;
	top:0;
	left:0;
}

.bundleDetailLayout {
	margin: 0 0 20px 0;
}

.bundleDetailLayout td{
	padding: 0 10px 0 0;
}

#whereLabel {
	position: absolute;
	top: 18px;
	left: 560px;
	background-image:url(../images/text/where.gif);
	width: 101px;
	height: 28px;
	text-indent: -9999em;
}

#whereMenu {
	position: absolute;
	top: 53px;
	left: 565px;
	
}

#whatLabel {
	position: absolute;
	top: 95px;
	left: 561px;
	background-image:url(../images/text/what.gif);
	width: 82px;
	height: 27px;
	text-indent: -9999em;
}

#whatMenu {
	position: absolute;
	top: 130px;
	left: 565px;
	
}



.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

/* Menus */

/** Main Menu */
.buttonWrap, .buttonWrapEnd {
	float:left;
	height: 38px;
	color: #023F88;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
}

a#bInternational {
	background-image:url(../images/backgrounds/tab1.gif);
	width: 127px;
}
a#bInternational:hover{
	background-image:url(../images/backgrounds/tab1Hover.gif);
	color: #FFFFFF;
}

a#bInternationalCurrent {
	background-image:url(../images/backgrounds/tab1Hover.gif);
	color: #FFFFFF;
	width: 127px;
}

a#bNational {
	background-image:url(../images/backgrounds/tab2.gif);
	width: 113px;
}

a#bNational:hover {
	background-image:url(../images/backgrounds/tab2Hover.gif);
	color: #FFFFFF;
}

a#bNationalCurrent{
	background-image:url(../images/backgrounds/tab2Hover.gif);
	color: #FFFFFF;
	width: 113px;
}

a#bSpecial {
	background-image:url(../images/backgrounds/tab3.gif);
	width: 146px;
}

a#bSpecial:hover {
	background-image:url(../images/backgrounds/tab3Hover.gif);
	color: #FFFFFF;
}

a#bSpecialCurrent {
	background-image:url(../images/backgrounds/tab3Hover.gif);
	color: #FFFFFF;
	width: 146px;
}

a#bBundle, a#bBundleCurrent {
	background-image:url(../images/backgrounds/tabEnd.gif);
	width: 187px;
	color: #C4122F;
	text-indent: -3px;
}

a#bBundle:hover {
	background-image:url(../images/backgrounds/tabEndHover.gif);
	color: #FFFFFF;
}

a#bBundleCurrent {
	background-image:url(../images/backgrounds/tabEndHover.gif);
	color: #FFFFFF;
}


/** Category menu */

#categoryMenu {
	float: left;
	width: 190px;
	font-size: 1em;
	border: 1px solid #9AB2BC;
}

#categoryMenu h3 {
	color: #FFFFFF;
	background-color: #F7931D;
	padding: 0px 0 0px 10px;
	font-size: 1.2em;
	line-height: 2.4em;
	text-transform:uppercase;
}

#categoryMenu ul {
	padding:0;
	margin:0;
	list-style:none;
}

#categoryMenu li {
	padding:5px 10px;
	margin:0;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #FFEEBC;
	border: solid #9AB2BC;
	border-width: 1px 0 0 0;
}

#categoryMenu li.active {
	background-color: #FFFFFF;
}

#categoryMenu li a {
	color: #034EA2;
	text-decoration: none;
	display:block;
}

#categoryMenu li a:hover {
	color: #C4122F;
}

#categoryMenu li.active a {
	color: #C4122F;
	font-weight: bold;
}

#categoryMenu li.active a:hover {
	color: #C4122F;
}

#categoryMenu li.active ul {
	background-color: #FFFFFF;
	border: none;
/*	color: #F7931D; */
	color: #034EA2;
	margin: 3px 0;
}

#categoryMenu li.active ul li {
	background: #FFFFFF url(../images/gt.gif) no-repeat top left;
	border: none;
	padding: 2px 0 2px 10px;
	font-size: 0.9em;
}

#categoryMenu li.active ul li a {
	background-color: #FFFFFF;
	color: #034EA2;
	font-weight: normal;
	display:inline;
}

#categoryMenu li.active ul li a.active {
	color: #C4122F;
	text-decoration: none;
	font-weight: bold;
}

#categoryMenu li.active ul li a.subactive {
	color: #034EA2;
	text-decoration: none;
	font-weight: bold;
}

#categoryMenu li.active ul li a:hover {
	color: #C4122F;
}

#categoryMenu li.active ul ul li {
	padding: 2px 10px;
	font-size: 1em;
	background: transparent url(../images/dash.gif) no-repeat top left;
}

#cateboryMenu li.active ul ul li a {
	color: #034EA2;
}

#categoryMenu li.active ul ul li a:hover {
	color: #C4122F;
}

/* Typography */

a {
	color: #034EA2;
}

h1 {
	color: #F7931D;
	font-size: 1.7em;
	font-weight: bold;
	text-transform: none;
	padding: 0 0 5px 10px;
	border: solid #F9AE55;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
}

h1 .headerTag {
	font-size: 0.9em;
	font-weight: normal;
	color: #C4122F;
	text-transform:none;
}

#subHeader h1 {
	/*color: #C4122F;
	font-size: 1.7em;
	font-weight: normal;*/
	padding: 15px 0 0 10px;
	border:none;
	/*text-transform:none;*/
	margin: 0;
}

#subHeader h1.homeHead {
	color: #C4122F;
	font-size: 1.7em;
	font-weight: normal;
	padding: 15px 0 0 10px;
	border:none;
	text-transform:none;
	margin: 0;
}

.mainCategory h1{
	background-color: transparent;
	color: #365B9B;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
	padding: 0 0 0 10px;
	margin:0;
	border:none;
}

.mainCategory h1 a{
	color: #365B9B;
	text-decoration: none;
	
}

.mainCategory h1 a span{
	color: #C4122F;
	text-decoration: none;
	text-transform: uppercase;
}

.mainCategory h1 a:hover{
	color: #17BDCE;
	text-decoration: none;
}

#mainCategoryContent h1, #mainDetailsContent h1 {
	color: #C4122F;
	font-size: 2em;
	font-weight: bold;
	text-transform: none;
	padding: 0 0 5px 0px;
	border: solid #9AB2BC;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
}


#bundleCategory h1{
	padding: 0 0 0 10px;
	background-image:url(../images/backgrounds/bundlesCategoryheader.gif);
	background-repeat: no-repeat;
	background-position: 3px 0;
	border:none;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 36px;
	margin: 0 0 175px 0;
	text-align:left;
	text-transform:none;
}

#bundleCategorySmall h1{
	padding: 0 0px 0 10px;
	background-image:url(../images/backgrounds/bundlesCategoryheaderSmall.gif);
	background-repeat: no-repeat;
	background-position: 4px 0;
	border:none;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 36px;
	margin: 0 0 140px 0;
	text-align:left;
	text-transform:none;
}

#bundleCategory h1 a, #bundleCategorySmall h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#bundleCategory h1 a:hover, #bundleCategorySmall h1 a:hover{
	color: #ffeebc;
	text-decoration: none;
}

#homeSubHeader h1.homeHead {
	font-size: 2.8em;
	color: #c4122f;
	font-weight: normal;
	padding: 20px 0 0 10px;
	border-width: 0;
	
}



#generalContent h2 {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #034EA2;
	padding: 11px 0 5px 0;
}

#homeDescription h2 {
	font-size: 2em;
	color:#034EA2;
	font-weight: bold;
	padding: 0 0 10px 0;
}



#generalContent h3 {
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #034EA2;
	padding: 11px 0 5px 0;
}

#generalContent p.answer {
	font-size: 1.2em;
	line-height: 1.6em;
	padding:2px 0 4px 20px;
}

#bundleCategory p {
	color: #034EA2;
	font-size: 1.3em;
	line-height: 2em;
	padding: 0 0px 0 10px;
	text-align:left;
}

#bundleCategorySmall p {
	color: #034EA2;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0 7px 0 10px;
	text-align:left;
}
#bundleCategory p a , #bundleCategorySmall p a {
	color: #034EA2;
}

#bundleCategory p a:hover , #bundleCategorySmall p a:hover {
	color: #17BDCE;
}

.subCategory p {
	color: #034EA2;
	font-size: 1.2em;
	line-height: 2.2em;
	padding: 0 0 5px 10px;
	text-align:left;
}

.subCategory p a{
	color: #034EA2;
}

.subCategory p a:hover{
	color: #17BDCE;
}

#mainCategoryContent p.catDescription, #mainDetailsContent p.catDescription{
	font-size: 1.2em;
	padding: 0 0 15px 0;
}

#homeSubHeader p {
	font-size: 1.8em;
	line-height:1.6em;
	margin-left: 10px;
}

#homeDescription p {
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0 0 10px 0 ;
}

p.desc {
	font-size: 1.3em;
	padding: 0 10px;
}

p.pageDescription {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0px 5px 0px;
}

p.basic {
	font-size: 1.3em;
	padding: 3px 10px 5px 0;
}

.bunPageDescription{
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 10px 0px;
}


#footer p {
	color: #034EA2;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	line-height: 2em;
}

#mainContentMenu #footer p {
	padding: 0 0 0 0px;
}
#footer p a {
	color: #034EA2;
	padding: 0 7px;
	text-decoration:none;
}

#footer p a:hover {
	color: #17BDCE;
}

#footer p a.firstLink{
	padding: 0 7px 0 0;
}





p#basketLink {
	color: #034EA2;
	font-size: 1.2em;
}

p#basketLink a {
	color: #034EA2;
}

p#basketLink a:hover {
	color: #17BDCE;
}

.error {
	color: #C4122F;
	font-size: 1.2em;
}

.homeError {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F00;
	border: 2px solid #F00;
	text-align: center;
	padding: 1em;
	margin: 0.5em 250px;
	width:500px;	
}

.broTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
 	color: #334d55;
	padding: 5px 0 0px 0;
}
h3.broTitle a:link, h3.broTitle a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
 	color: #334d55;
	padding: 5px 0 0px 0;
	text-decoration:none;
}
h3.broTitle a:hover {
    text-decoration:underline;
}
.operator{
	padding: 0;
	margin: 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.operator a {
	color: #006699;
	text-decoration:none;
}

.operator a:hover {
	color: #C4122F;
	text-decoration: underline;
}

.broxdescrip, .det_opOrder p {
	font-size: 1.1em;
	line-height: 1.4em; 
	margin:0;
}

.broxdescrip a{
	color: #006699;
	text-decoration:none;
}

.broxdescrip a:hover{
	text-decoration:underline;
}

#mainCategoryContent p.broxversion {
	font-size: 1.1em;
	line-height: 1.4em; 
	margin:0;
	font-weight: bold;
	padding-top: 0;
}

.orderB, .orderBInline {
	margin: 5px 0 0 0;
	display: block;
	padding:0;
	clear:both;
}

.orderBInline {
	display: inline;
	vertical-align:middle;
}


.bright {
	color: #C4122F;
}

.topLink {
	clear: both;
	font-size: 1em;
	margin: 0 10px;
}

.topLink a {
	color: #006699;
	text-decoration:none;
}

.topLink a:hover {
	text-decoration:underline;
}

a#bundleLink {
	background-image: url(../images/text/bundles.jpg);
	height:36px;
	width: 248px;
	text-transform: uppercase;
	color: #034EA2;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	text-align:center;
	padding: 132px 0 0 0;
	margin: 15px 0 0 0;
}

a#bundleLink:hover {
	color: #C4122F;
}


.breadcrumbs {
	font-size: 1.1em;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

/************** brochure details page styles **************/

#det_image {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
	font-size: 1.1em;
}




#bro_details_inner {
	position: relative;
	margin: 0 15px 0 185px;
	padding: 0px ;
	font-size: 1.2em;
	line-height: 1.5em;
}


#mainDetailsContent ul {
	
	margin: 0.5em 0;
	padding: 0;
	list-style-position: inside;
}

#mainDetailsContent li {
	
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}
#mainDetailsContent .extra_image {
	
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#bro_categories {
	clear: both;
	float: left;
	width: 46%;
	margin: 20px 5px 20px 0px;
	padding: 0px;
}

#det_alsoOrder {
	float: left;
	position: relative;
	width: 46%;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

#det_opOrder {
	clear:both;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}




.alsoOrder {
	position: relative;
}
#det_alsoOrder .alsoOrder p, #bro_categories p {
	color: #963525;
	font-size: 1.2em;
	margin-right:20px;
}

#det_alsoOrder .alsoOrder li, #bro_categories li {
	
	font-size: 1.1em;
	padding-top: 0.3em;
}

#det_alsoOrder .alsoOrder li a, #bro_categories li a {
	color: #365B9B;
	text-decoration: none;
}

#det_alsoOrder .alsoOrder li a:hover, #bro_categories li a:hover {
	text-decoration: underline;
}


.orderNow {
	margin: 5px 0 0 0;
}

/* Bundle-list page */

.bundleCategory{
	background-color: #ffeebc;
	margin: 10px;
	font-size: 1.5em;
	color: #C4122F;
	font-weight: normal;
	padding: 5px 7px;
	clear:both;
}

.bundleCategory .title{
	color: #034EA2;
	text-transform: uppercase;
}

.bundleCategory .divider{
	color: #F7931D;
}

#bun_details  {
	display: inline; /* fix for IE float bug*/ 
	float: left;
	width: 205px;
	height: 275px;
	margin: 0 10px 15px 10px;
	padding: 0px;
	overflow:auto;
	font-size: 1em;
}
#bun_image {
	position: relative;
	margin: 0px;
	padding: 0px;
	/*width: 205px;*/
}
 #bun_details_inner {
	position: relative;
	margin: 0px;
	padding: 0px ;
}

#bun_details_inner h3 {
	padding: 0;
	margin: 0 0 10px 0;
	clear: left;
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
}

#bun_details_inner h3 a {
	color: #365B9B;
	text-decoration: none;
}

#bun_details_inner h3 a:hover {
	text-decoration: underline;
}

.bundleLink {
	border: none;
	position: relative;
 	width:205px;
 	height:160px; 
}

.bundlePageLinks{
	display: inline; /* fix for IE float bug*/ 
	float: left;
	border: 1px solid #9AB2BC;
	margin: 0 0 15px 10px;
	padding: 0 0 15px 0;
}

.bundlePageLinks h2 {
	background-color: #ffeebc;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	color: #034EA2;
	text-transform: uppercase;
	font-weight: normal;
	padding: 5px 7px;
}

.bundlePageLinks h2 a{
	color: #034EA2;
	text-decoration:none;
}

.bundlePageLinks h2 a:hover{
	color: #C4122F;
}


.bundlePageLinks ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1.2em;
}

.bundlePageLinks li{
	margin: 0;
	padding: 4px 10px;
}

.bundlePageLinks li a {
	color: #034EA2;
}

.bundlePageLinks li a:hover {
	color: #C4122F;
}

#internationalLinks {
	width: 476px;
	margin-right:0;
}

#internationalLinks .column1 {
	width:228px; 
}

#nationalLinks, #specialLinks {
	width: 216px;
	margin-left: 37px;
}

/** Basket Page */

#basketLayout {
	background-color:#FFFFFF;
	padding:0;
	width: 1004px;
	margin:0;
	border-bottom: 20px solid #48a2d9;
}

#basketLayout td {
	background-color:#FFFFFF;
	padding:5px;
}

.basketTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #334d55;
	padding:5px;
	border-bottom: 1px solid #000000;
}

#basketLayout td.broItem {
	background-color:white;
	/*padding:5px;*/
	font-size: 1.2em;
	margin: 0;
}
div.broItem {
	float: left;
	clear: right;
	width: 190px;
	height: 320px;
	margin: 5px 5px 0 0;
}

div.broItem br {
	margin-bottom: 7px;
}

div.broItem h3.broTitle a:link, h3.broTitle a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
 	color: #334d55;
	text-decoration:none;
}
div.broItem h3.broTitle a:hover {
    text-decoration:underline;
}


.broItem a {
	color: #034EA2;
	text-decoration: none;
}

.broItem a:hover {
	text-decoration: underline;
}

#alsoOrderedContent .alsoOrder {
	font-size: 1.3em;
	color: #034EA2;
	/*padding: 10px;*/
}

#alsoOrderedContent .bro_wrapper {
	height: 280px;
	width: 190px;
	margin: 0 10px 0 0;
}

tr.bComplete td {
	border-top: 1px solid #000000;
	padding: 5px 0;
}

.bAddMore {
	display: block;
	background-image: url(../images/backgrounds/b_addMore_wbg.gif);
	height: 45px;
	width: 255px;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.bCheckOut {
	display: block;
	background-image: url(../images/backgrounds/b_checkout_wbg.gif);
	height: 45px;
	width: 255px;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.bAddMoreHere {
	display: block;
	background-image: url(../images/backgrounds/b_addMore2.gif);
	height: 36px;
	width: 161px;
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.bborder {
	border-bottom: 1px solid #000000;
	margin: 0 0 10px;
}

.bborder span.bright {
	font-size: 11px;
}

.bborder input.rbutton {
	margin: 10px 0;
	font-size: 11px;
}

.cform {
	font-size: 11px;
}

.alsoTitle a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
 	color: #334d55;
	text-decoration:none;
}

.alsoTitle a:hover {
    text-decoration:underline;
}

/*.operator{
	padding: 0;
	margin: 5px 0;
	font-size: 1.2em;

	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.operator a {
	color: #006699;
	text-decoration:none;
}

.operator a:hover {
	color: #C4122F;
	text-decoration: underline;
}*/


/************** partners page styles **************/

.partnerBox {
	float: left;
	position: relative;
	width: 250px;
	height: 130px;
	border-top: 4px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	border-bottom: 4px solid #666666;
	border-right: 4px solid #666666;
	/*text-align: center;*/
	margin: 4px 8px 4px 0;
	
}

.logo{
	position: absolute;
	top: 0px;
	line-height: 102px;
	height: 102px;
	width: 100%;
	text-align: center;
	
}

.logo input{
	vertical-align:middle;
	margin-left: -0.5ex;
	
}

.logo .alternate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	font-size:18px;
	
}

.submitLink {
	position: absolute;
	bottom: 0px;
	background-color: #CCCCCC;
	color: #000066;
	width: 100%;
	font-size: 14px;
	padding: 4px 0px;
	margin: 3px 0px;
	/*text-align: center;*/
	border: none;
}

.submitLink:hover {
	color:#FF0000;
}

img.valign {
	height:100%;
	width:0px;
	vertical-align:middle;
}

/** Order page */


.broCovers {
	float:left;
	height:160px;
	width:160px;
	color:#006699;
}

.coverWrap {
	float:left;
	height:160px;
	width:160px
}
.alsoOrderList {
	height:160px;margin-left:160px
}

/** Lists */

.mainCategory ul {
	color: #034EA2;
	font-size: 1.2em;
	line-height: 1.8em;
	list-style:none;
	margin: 10px 0;
	padding-left: 10px;
	padding-right: 10px;
}

.mainCategory ul a{
	color: #034EA2;
}

.mainCategory ul a:hover{
	color: #C4122F;
}

.mainCategory ul li.divide{
	border: solid #FBC98E;
	border-width: 0 0 1px 0;
	padding-bottom: 8px;
	margin-bottom: 4px;
	font-size:1px;
}  

.mainCategory li {
	border: solid #2972BF;
	border-width: 0 0 1px 0;
	color: #2972BF;
	width:140px;
	line-height: 2em;
}

.mainCategory li a{
	text-decoration: none;
}

.alsoOrderList ul {
	margin:0;
	padding: 0;
}

.alsoOrderList li {
	margin:0 0 0 1.5em;
	padding: 2px 0 ;
}

.exitBroList{
	list-style: none;
}

.exitBroList li{
	padding-bottom: 15px;
}

/** Forms */

.formLayout {
	font-size: 1.2em;
	margin: 10px 0;
	
	
}

.formLayout td {
	padding: 3px 3px 3px 0;
}

.formLayout td.title {
	text-align: left;
	font-weight:bold;
	padding-right: 7px;
}

.textbox {
	padding-left: 4px;
}

.checkbox {
	margin: 0 0 5px 0;
}

.bunCheckbox {
	margin: 5px 0;
}



/* Images */

a img {
	border: 0px solid #FFFFFF;
}

.exampleBrox {
	float: right;	
	margin: 10px 5px 0 0;
}

.exampleBro {
	display: block;
	margin: 0 0 5px 0;
}

/* Dividers */

.solid_1 {
	height: 1px;
	background-color: #999999;
	color: #999999;
	margin: 8px 0;
	padding:0;
}

.cm_h2  {
 
padding-top:12px; 
border-bottom:1px solid #d1d1d1;
width:100%;
padding-bottom:-10px;
margin-bottom:5px;color:#666;
font-weight:normal;
	}
	.cm_h2_b  {
 
padding-top:12px; 
border-bottom:1px solid #c4122f;
width:100%;
padding-bottom:5px;
margin-bottom:5px;color:#666;
font-weight:normal;
	}

.cm_h3 {
color:#378ec4;padding-top:12px;
	}
	
 
/*=="LIGHTblueHeading"==*/
#mainCategoryContent h4, #mainDetailsContent h4 {
	color:#378ec4; 
	font-size:12px;
}
/*=="REDHeading"==*/
#mainCategoryContent h2, #mainDetailsContent h2 {
	color: #C4122F;
	font-size: 1.5em;
	 
	text-transform: none;
	padding-bottom:5px;
	border: solid #c4122f;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
}
/*=="GREYHeading"==*/
#mainCategoryContent h3, #mainDetailsContent h3 {
	padding-top:12px; 
	padding-bottom:4px;
	margin-bottom:3px;
	border-bottom:1px solid #d1d1d1;
	width:100%;
	font-size:1.3em;
	color:#666;
	font-weight:bold;
}
#mainCategoryContent p, #mainDetailsContent p {
	margin:8px 0 5px 0;
} 
/*end*/



/*===="3 col table for tours"=


.tb_catTitle {
color:#c4122f;
}

.tb_3colTours li {
font-size:11px;
}

span.tb_3colDays  {
color:#006699;
}
====*/
.tb_catTitle {
color:#006699;
}

.tb_3colTours li {
font-size:11px;
}

span.tb_3colDays  {
color:#006699;
}

