/** vim: set expandtab tabstop=3 shiftwidth=3:
*******************************************************************************
* (c) NEOCO                                                                   *
*                                                                             *
* filename: default.css                                                       *
* purpose:  default styles for www.renegadephoto.net                          *
*                                                                             *
*******************************************************************************

$Revision: 124 $
$Date: 2006-12-05 17:41:10 +0000 (Tue, 05 Dec 2006) $
$LastChangedBy: mark $

*/


/* ------------------------------------------------------- */
/* CONTENTS
	1. Colours
	2. Real styles
	3. Structure
	4. Renegade  zlogo
	5. Navi main
	6. Navi accessiblity
	7. Login area
	8. Navi arrows (prev & next)
	10. Baseline jump menu
	11. Baseline copy
	12. Home page copy
	13. Home page baseline navi
	14. Shared style for CONTENT area
	15. Basket
	16. Hire the studio
	17. About me
*/






/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 1. Colours */
/*
	bright blue #008AA3
	dark grey #293B3D
	light grey #849681
	very light grey #C2CAC0
*/




/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 2. Real styles */
* {
	font-family: Arial, Helvetica, sans-serif;
	}
body {
	background: url(../images/bg-grey.gif) repeat-x #C2CAC0;
	text-align: center;
	}
body.home {
	padding-top: 90px !important;
	}
body, h1, h2, h3, h4, h5, p, ul, li, dt, dl, dd, blockquote, quote, form, legend, fieldset {
	margin: 0;
	padding: 0;
	}
img, fieldset {
	border: 0;
	}
a:hover {
	background-color: #008AA3 !important;
	color: white !important;
	}




/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 3. Structure */
.container-header {
	background: url(../images/header/bg-whitesq.png); /* PNG transparent logo for modern browsers */
	_background: url(../images/header/bg-whitesq.gif); /* GIF logo for IE6 & prior */
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	}
.header {
	margin: 0 auto;
	width: 780px;
	position: relative;
	text-align: left;
	}
.rhs {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	text-align: left;
	}
body.home .rhs {
	top: 754px;
}

#container {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 975px;
	padding-bottom: 200px;
	padding-top: 90px;
	position: relative;
	z-index: 0;
	_padding-bottom: 600px;
	}
	
body.Portrait #Portraitcontainer {
	width: 975px;
	margin: 0 auto;
	background: url(../images/portraitbg.jpg) repeat-x;
	}
	
/* DG: AMMEND FOR PORTRAIT PICS */
body.Portrait #container {
	/*height: 1600px;*/
}
body.Portrait > #container {
   height: auto;
	/*min-height: 1600px;*/
}
body.Portrait div.baseArea {
	top: 665px;
	_top: 665px;  /* IE6 & prior */
}
body.Portrait div.naviJump {
	top: 530px;
	_top: 530px;  /* IE6 & prior */
}






/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 4. Renegade logo */
.header h1 {
	padding-top: 5px;
	_padding-top: 0; /* IE6 & prior only */
	_margin-top: 5px; /* IE6 & prior only */
	_background: url(../images/header/logo-renegade.gif) no-repeat; /* IE6 & prior only (to get logo to show on IE5) */ 
	_height: 59px; /* IE6 & prior only (to get logo to show on IE5) */
	}
.header h1 a {
	text-decoration: none;
	color: #293B3D;
	font-size: 24px;
	_font-size: 1px; /* IE6 & prior only */
	_color: white; /* IE6 & prior only */
	float: left;
	width: 146px;
	overflow: hidden;
	height: 0 !important;
	background-repeat: no-repeat;
	padding-top: 59px;
	background: url(../images/header/logo-renegade.gif); /* GIF logo for IE6 & prior */ 
	}
html>body .header h1 a { 
	height: 59px; /* height ignored by IE6 & prior */
	background-image: url(../images/header/logo-renegade.png); /* PNG transparent logo for modern browsers */
	}
.header h1 a:hover  {
	background-position: 0 -70px;
	background-color: transparent !important;
	}







/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 5. Navi main */
#navi {
	padding: 2px 0 5px 0;
	clear: both;
	}
#navi li {
	list-style-type: none;
	display: inline;
	padding-right: 8px;
	}
#navi li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #293B3D;
	padding: 1px;
	position: relative;
	_padding: 1px 2px; /* IE6 & prior only */
	_background-color: white; /* IE6 & prior only */
	}
#navi .naviIn a { 
	_background-color: #293B3D; /* IE6 & prior only */
	_color: white; /* IE6 & prior only */
	}
html>body #navi .naviIn a {
	color: #008AA3; /* modern browsers */
	}








/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 6. Navi accessiblity */
.access {
	position: absolute;
	top: -1500px;
	left: -1500px;
	}






/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 7. Login area */
.login-area {
	position: absolute;
	top: 5px;
	right: 240px;
	text-align: right;
	}

html>body .login { /* for modern browsers ONLY */
	background: url(../images/header/login.png) 1px -2px no-repeat;
	display: block;
	height: 17px;
	padding: 6px 2px 0 27px !important;
	text-align: left;
	}
.login {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #293B3D;
	_background-color: white;
	_padding: 1px 2px;
	}
html>body a:hover.login { /* for modern browsers ONLY */
	background-position: 1px -41px;
	} 
a:hover.login {
 	color: white;
	}


/* Logged in */
.loggedIn {
	color: white;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px 3px 24px;
	background: #008AA3 url(../images/header/loggedin-icon.gif) 5px 4px no-repeat;
	top: 8px;
	_top: 5px; /* IE6 & prior only */
	}
.loggedIn h4 {
	font-size: 11px;
	}
.loggedIn li {
	padding: 0;
	display: inline;
	list-style-type: none;
	}
.loggedIn li a {
	color: white;
	font-weight: normal;
	text-decoration: none;
	}
.loggedIn li a:hover {
	background-color: white !important;
	color: #008AA3 !important;
	}
html>body .topleft {  /* for modern browsers ONLY */
	position: absolute;
	top: -3px;
	left: 0;
	height: 3px;
	width: 14px;
	background-color: #008AA3;
	}







/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 8. Navi arrows (prev & next) */
.arrows li {
	position: absolute;
	top: 305px;
	list-style-type: none;
	}
.arrows li a {
	float: left;
	width: 40px;
	overflow: hidden;
	height: 0 !important;
	background-repeat: no-repeat;
	padding: 38px 2px 2px 2px;
	font-size: 10px;
	_font-size: 1px; /* IE6 & prior */
	color: white;
	text-decoration: none;
	}
.arrows li a:hover {
   background-color: transparent !important;
}
html>body .arrows li a {
	height: 36px; /* height ignored by IE6 & prior */
/*	background-position: 2px 2px; */
	}
.prev {
	left: 10px;
	}
.prev a {
	background-image: url(../images/navi-arrow-prev.png); /* PNG transparent logo for modern browsers */
	_background-image: url(../images/navi-arrow-prev.gif); /* GIF for IE6 & prior */
	}
.nxt {
	right: 10px;
	}
.nxt a {
	background-image: url(../images/navi-arrow-nxt.png); /* PNG transparent logo for modern browsers */
	_background-image: url(../images/navi-arrow-nxt.gif); /* GIF for IE6 & prior */
	}
.arrows li a:hover {
   background-position: 0 -60px; /* GIF for IE6 & prior */
	}







/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 10. Baseline jump menu */
.naviJump {
	position: absolute;
	top: 530px;
	_top: 490px;  /* IE6 & prior */
	left: 96px;
	width: 800px;
	}
.naviJump h2 {
	background-color: #008AA3;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-transform: lowercase;
	float: left;
	padding: 4px 6px 2px 6px;
	}
.naviJump li {
	list-style-type: none;
	display: inline;
	}
	
/* pagination */
.basePages {
	float: right;
	background-color: white;
	color: #849681;
	font-size: 11px;
	padding: 6px 6px 2px 6px;
	margin-right: 20px;
	list-style-type: none;
	}
.basePages li {
	float: left;
	padding-right: 2px;
	}
.baseInfo {
	padding-right: 10px !important;
	}
.basePages li a {
	float: left;
	width: 14px;
	overflow: hidden;
	height: 0 !important;
	background-repeat: no-repeat;
	padding-top: 14px;
	font-size: 10px;
	color: #849681;
	text-decoration: none;
	_font-size: 1px; /* IE6 & prior */
	_color-white: white; /* IE6 & prior */
	}
html>body .basePages li a {
	height: 14px; /* height ignored by IE6 & prior */
	}
.basePages li a:hover {
	background-position: 0 -20px;
	background-color: transparent !important;
	}
.baseStart a {
	background-image: url(../images/baseline_jumpmenu/arrow-start.gif);
	}
.basePrevious a {
	background-image: url(../images/baseline_jumpmenu/arrow-previous.gif);
	}
.baseNext a {
	background-image: url(../images/baseline_jumpmenu/arrow-next.gif);
	}
.baseEnd a {
	background-image: url(../images/baseline_jumpmenu/arrow-end.gif);
	}


/* thumbs */
.baseThumbs {
	clear: both;
	padding-top: 8px;
	}	
.baseThumbs li a {
	float: left;
	margin-right: 11px;
	padding: 3px;
	border: 1px dotted white;
	}
.baseThumbs li a:hover {
	border-color: #008AA3;
	border-style: solid;
	}









/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 11. Baseline copy */
.baseArea {
	position: absolute;
	top: 665px;
	_top: 625px;  /* IE6 & prior */
/*	WAS THIS: top: 665px;
	_top: 625px;   IE6 & prior */
	left: 100px;
	}
body.infoView .baseArea {
	top: 605px;
	_top: 565px;  /* IE6 & prior */
}
body.infoView .baseAreaPortraitInfo { /*with portraits, baseArea needs to be lower */
	position: absolute;
	top: 750px;
	_top: 750px;  /* IE6 & prior */
	left: 100px;
	}

.baseArea p {
	font-size: 11px;
	line-height: 14px;
	}
.baseArea a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed white;
	}
.baseArea a:hover {
	border-bottom: 1px dashed #fff;
	color: #fff !important;
	background-color: transparent !important;
	}
	
.baseCopy {
	background-color: white;
	width: 500px;
	}
.baseCopy h1 {
	background-color: white;
	font-size: 16px;
	font-family: "Courier New", Courier, mono;
	color: #008AA3;
	text-transform: lowercase;
	}
.baseCopy h2 {
	background-color: white;
	font-size: 14px;
	font-family: "Courier New", Courier, mono;
	color: #008AA3;
	text-transform: lowercase;
	margin-top: 20px;
	}
.baseCopy p {
	background-color: white;
	color: #293B3D;
	margin-bottom: 8px;
	}

	
	
address {
	margin-top: 25px;
	margin-bottom: 8px;
	font-style: normal;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	}
address a { color: #000000; }
address a:hover { color: #ffffff; }
.copyright {
	color: #000000;	}

.baseNavi li {	
	color: #000000;	font-size: 11px;
	list-style-type: none;
	display: inline;
	}

.baseNavi li a {	
	color: #000000;
	font-size: 11px;
	list-style-type: none;
	display: inline;
	}

.home address, .home .copyright, .home .baseNavi li, .home .baseNavi li a, .home .baseArea a {
	color: #576854;	}
.home .baseArea a:hover {
	color: #008AA3;
	}
.home address, .home .copyright, .home .baseNavi {
	margin-left: 10px;
	}
.home .baseCopy {
	padding: 10px;
	}



/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 12. Home page copy */
.homeCopy {
	background-color: #008AA3;
	color: white;
	font-size: 11px;
	width: 300px;
	padding: 7px;
	position: absolute;
	top: 110px;
	left: 96px;
	}
	


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 13. Home page baseline nav */
.naviHome strong {
	padding: 3px 2px;
	background-color: white;
	display: block;
	text-transform: lowercase;
	}	
.naviHome li {	
	float: left;
	width: 78px;
	}
.naviHome li a {
	margin-right: 0;
	text-decoration: none;
	color: #293B3D;
	font-size: 10px;
	border: 0;
	padding: 0;
	}	
.naviHome li a img {
	border: 1px dotted white;
	border-top: 0;
	padding: 3px;
	}
.naviHome li a:hover strong {
	background-color: #008AA3 !important;
	color: white !important;
	}
.naviHome li a:hover img {
	border-color: #008AA3;
	}




/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 14. Shared style for CONTENT area */
#content {
	float: left;
	clear: both;
	width: 520px;
	margin: 130px 0 20px 100px;
	_margin-left: 50px;
	position: relative;
	}
#content h1 {
	font-size: 24px;
	color: #293B3D;
	clear: both;
	margin-bottom: 10px;
	}
#content h2 {
	background-color: #008AA3 ;
	color: white;
	float: left;
	font-size: 14px;
	text-transform: lowercase;
	padding: 3px 5px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, mono;
	}
#content p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
	color: #293B3D;
	}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 15. Basket */
.checkout .basket, .checkout .view, .checkout .viewing, .checkout .subscribe {
	display: none;
	}
.checkout .rhs {
	border: 1px solid #C2CAC0;
	border-top: none;
	}
.checkout #container {
	background-color: white;
	}
.checkout #content {
	width: 780px;
	}
.checkout .btnSubmit {
	clear: both;
	text-align: right;
	margin-top: 20px;
	}

/* baseline copy */
.checkout .baseArea {
	position: static;
	clear: both;
	margin-left: 100px;
	}

/* steps */
.basketSteps {
	position: absolute;
	top: 0;
	right: 0;
	}
.basketSteps li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 14px 0 6px;
	color: white;
	float: left;
	margin-left: 3px;
	height: 22px;
	background: #849681 url(../images/basket/steps-arrow.gif) no-repeat top right;
	}
.basketSteps .step {
	background-image: none;
	padding: 4px 6px 0 6px;
	margin-right: 10px;
	}
.basketSteps .stepIn {
	background-color: #008AA3;
	background-position:  right -39px;
	}


/* summary */
.tblPrint {
	width: 70px;
	}
.tblDesc {
	width: 270px;
	}
.tblSize {
	width: 80px;
	}
.tblFrame {
	width: 220px;
	}
.tblQty {
	width: 60px;
	}
.tblCost {
	width: 60px;
	}
.tblRemove {
	width: 20px;
	}
.tblDelivery td {
	background-color: #F3F4F2;
	color: #293B3D;
	}
.tblTotal td {
	background-color: #293B3D;
	color: white;
	}
.tblDelivery td, .tblTotal td {
	border: none !important;
	font-weight: bold;
	font-size: 18px;
	}
.tblTitle {
	font-size: 18px;
	}
.tblTitle a {
	font-size: 18px;
	color: #293B3D;
	text-decoration: none;
	}
th {
	text-align: left;
	border-bottom: 1px solid #C9D1C7;
	font-size: 12px;
	color: #849681;
	padding-bottom: 3px;
	font-weight: normal;
	}

td {
	border-bottom: 1px dashed #C9D1C7;
	padding: 7px 5px 7px 0;
	font-size: 12px;
	color: #293B3D;
	vertical-align: bottom;
	text-align: left;
	}
.tblPict {
	text-align: center;
	}
td .fieldSelect {
	border: 1px solid #C9D1C7;
	padding: 1px 2px;
	font-size: 12px;
	color: #293B3D;
	font-weight: normal;
	background-color: white;
	}



/* delivery details */
.bskDel  #content fieldset {
	float: left;
	width: 370px;
	margin-bottom: 20px;
	}
.row1 {
	height: 300px;
	}
.row2 {
	height: 300px;
	}
.bskRHS {
	float: right !important;
	}
.bskDel #content legend {
	border-bottom: 1px solid #008AA3;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #008AA3;
	width: auto;
/*	float: left; */
	}
.bskDel #content label {
	font-size: 11px;
	display: block;
	background-color: white;
	}
.bskDel #content label em {
	color: #008AA3;
	font-weight: bold;
	font-size: 12px;
	}
.bskDel #content fieldset p {
	background-color: #DADFD9;
	padding-bottom: 3px;
	}
p.bskSuccess, .bskSuccess {
	background-color: #008AA3 !important;
	}
p.bskSuccess input, .bskSuccess {
	border-color: #B2DCE3 !important;
	}
p.bskError, .bskError {
	background-color: #F6B1BF!important;
	}
p.bskError input, .bskError {
	border-color: #E3002D  !important;
	}
.bskDel .fieldInput {
	display: block;
	width: 356px;
	margin: 3px 0 0 3px;
	font-size: 14px;
	color: #293B3D;
	padding: 4px 3px;
	border: 1px solid #C9D1C7;
	font-weight: bold;
	}

.message {
	font-size: 11px !important;
	}
.bskInfo {
	background-color: white !important;
	padding: 0;
	font-size: 11px !important;
	line-height: 13px !important;
	}
.bskCheck {
	background-color: white !important;
	padding: 0;
	}
.bskCheck label {
	display: inline !important;;
	}

/* terms & conditions area */
#bskTerms {
	float: right !important;
	border: 1px solid #008AA3;
	background: #B2DCE3 url(../images/basket/terms-bg.jpg) 5px 5px no-repeat;
	position: relative;
	height: 140px;
	}
#bskTerms h4 {
	color: #008AA3;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 15px 0 15px;
	}
#bskTerms p {
	background-color: transparent !important;
	margin: 0 15px 10px 15px;
	font-size: 11px;
	line-height: 13px;
	color: #293B3D;
	}
#bskTerms p a {
	color: #293B3D;
	font-weight: bold;
	}
#bskTerms label {
	font-weight: bold;	
	font-size: 12px;
	display: inline !important;
	background-color: transparent !important;
	}

	
	
/* thanks page */
.checkoutThanks #container, .checkoutSorry #container  {
	background-color: white;
	}
.checkoutThanks .basket, .checkoutThanks .view, .checkoutThanks .viewing, .checkoutThanks .subscribe, .checkoutSorry .basket, .checkoutSorry .view, .checkoutSorry .viewing, .checkoutSorry .subscribe  {
	display: none;
	}
.checkoutThanks .rhs, .checkoutSorry .rhs {
	border: 1px solid #C2CAC0;
	border-top: none;
	}
.checkoutThanks #content h1, .checkoutSorry #content h1 {
	margin: 0;
	}
.checkoutThanks #content p, .checkoutSorry #content p {
	font-size: 18px;	
	line-height: 24px;
	}
.checkoutThanks #content a, .checkoutSorry #content a {
	color: #293B3D;
	}
.checkoutThanks #content, .checkoutSorry #content {
	position: absolute;
	top: 40px;
	left: 80px;
	width: 350px;
	padding: 100px 0 0 200px;
	}
.checkoutThanks #content {
	background: url(../images/basket/thanks.jpg) no-repeat;		
}

.checkoutSorry #content {
	background: url(../images/icon-sorry.jpg) 120px 95px no-repeat;
	background-position: relative;

}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 16. Hire the studio */
.studio #container {
	background-color: white;
	height: 575px;
	}
div.studio > #container {	
	height: auto;
	min-height: 575px;
}
.studio .viewing, .studio .viewGrid, .studio .viewInfo {
	display: none;
	}
.studio #content {
	position: relative;
	width: 550px;
	background-color: white;
	margin: 600px 0 0px 100px;
	}
.studio #content h1 {
   background: #008AA3;
}
body.studio div.baseArea {
	position: relative;
	clear: both;
	margin-left: 100px;
	top: 0;
	left: 0; 
	}
body.studio div.baseArea a:hover {
   background: #008AA3 !important;
}
.studio #content p {
	margin: 0 10px 8px 10px;
	font-size: 11px;
	line-height: 13px;
	}
.studio #content ul {
   padding-left: 18px;
	font-size: 11px;
	line-height: 13px;
	position: relative;
	top: -6px;
	}
.studio #content li {
	margin: 0 10px 2px 10px;
	font-size: 11px;
	line-height: 13px;
	color: #293B3D;
	}
body.studio > div#container {
   height: auto;
	min-height: 1020px;
}
body.studio div#container {
	height: 1020px;
}
	



/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* 17. About me */
.about {
	background-image: url(../images/aboutme/bg.jpg);
	}
.about #content {
	background-color: white;
	margin-left: 110px;
	width: 500px;
	}
.about #content h1 {
	margin: -10px 0 10px -10px;
	}
.about #content p {
	margin: 0 10px 12px 10px;
	font-size: 14px;
	line-height: 18px;
	}
.about .baseArea {
	float: left;
	clear: both;
	position: static;
	}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* Modal dialog box */
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-image:url(images/header/bg-whitesq.gif);

}
#overlay div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

/*Subscribe page: added by Rodrigo*/
.subscribe_box {
	margin-top: 20px;
	background-color: white;
	font-size: 11px;
	top: 0;
	right: 0;
	width: 220px;
	color: #849681;
	text-align: left;
	
	}

.subscribe_box .subscribe_email {
	font-size: 12px;
	font-weight: bold;
	color: #849681;
	border: 1px solid #C2CAC0;
	width: 195px;
	margin-top: 1px;
}
.subscribe_box  p {
	padding: 4px 10px 4px 10px;	
}
.subscribe_box  legend {
	width:215px;
	background: #00a0c6;
	padding: 3px 3px 3px 3px;
	margin: 0px;
	
}
#subscribe_box_header {
	width: 210px;
	background-color: #C2CAC0;
	padding: 5px;
}

/*Page not public, added by Rodrigo */
/* thanks page */
.photoNotPublic #container {
	background-color: white;
	}
.photoNotPublic .basket, .photoNotPublic .view, .photoNotPublic .viewing, .photoNotPublic .subscribe {
	display: none;
	}
.photoNotPublic .rhs {
	border: 1px solid #C2CAC0;
	border-top: none;
	}
.photoNotPublic #content h1 {
	margin: 0;
	}
.photoNotPublic #content p {
	font-size: 18px;	
	line-height: 24px;
	}
.photoNotPublic #content a {
	color: #293B3D;
	}
.photoNotPublic #content {
	background: url(../images/icon-sorry.jpg) no-repeat;	
	background-position: 100px 95px; 
	position: absolute;
	top: 40px;
	left: 80px;
	width: 350px;
	padding: 100px 0 0 200px;
	}

/* Added by Rodrigo */


#subscribeTerms {
	clear: both;
	float: right !important;
	border: 1px solid #008AA3;
	background: #B2DCE3 url(../images/basket/terms-bg.jpg) 5px 5px no-repeat;
	position: relative;
	height: 140px;
	}
#subscribeTerms h4 {
	color: #008AA3;
	font-size: 18px;
	font-weight: normal;
	padding: 15px 15px 0 15px;
	}
#subscribeTerms p {
	background-color: transparent !important;
	margin: 0 15px 10px 15px;
	font-size: 11px;
	line-height: 13px;
	color: #293B3D;
	}
#subscribeTerms p a {
	color: #293B3D;
	font-weight: bold;
	}
	
#subscribeTerms label {
	font-weight: bold;	
	font-size: 12px;
	display: inline !important;
	background-color: transparent !important;
	}


#emptyBasket	{
	position: relative;
	top: 300px;
	right: 300px;
}

#invisible_frame	{
	visibility: hidden;
}

#update
{
	border: 3px single #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
/* 	background-image: url(http://www.macromedia.com/ ... */
	background-repeat: repeat-x;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	left: 10px;
}

#subscribe_form_wrapper	{
   position: relative;
	float: right;
	width: 370px;
}

div.subscribecopy {
	width: 300px;
	float: left;
}

#subscribeButton	{
}

/* .horizontal_divider	{
	margin-bottom: 200px;
	clear: both;
} */

/* STATIC PAGES */
body.static div#content a {
   color: #008AA3 !important;
}
body.static div#content p {
   clear: both;
}
body.static div#content a:hover {
   color: #fff !important;
}
body.static #content ul, body.static #content ol {
   padding-left: 18px;
	font-size: 11px;
	line-height: 13px;
	}
body.static #content li {
	margin: 0 10px 4px 10px;
	font-size: 11px;
	line-height: 13px;
	}
body.static div.baseArea a:hover {
   background: #008AA3 !important;
}
