/*//////////////////////////////////////////////////////////
	Global Stuff
//////////////////////////////////////////////////////////*/

	.clearfix:after {
	   content:".";
	   display:block;
	   height:0;
	   clear:both;
	   visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */
	
	.hC {
		text-indent: -5999em;
		font: 1px/1px sans-serif;
		background-repeat:no-repeat;
		text-decoration:none;
		color:#fff;
	}
	
	* {
		padding: 0;
		margin: 0;
	}	
	
	br.clear {
		height:0em;
		font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
		text-decoration:none;
		margin: 0; padding: 0;
		clear: both;
	}
		
	/* text-indent:-9999px; line-height: 0.001em; font-size: 0.001em; */
	
/*	div.loading {
		background: #fff url(/images/oneposter/misc/loading.gif) center center no-repeat !important;
	}
*/
	
/*/////////////////////////////////////////////////////////////////////
	Fontage
/////////////////////////////////////////////////////////////////////*/

	body {
		font-size: 62.5%;
		text-align: center;
		background: #1f184c url(/images/oneposter/layout/shell/head-grow.gif) left top repeat-x;
		margin: 0 0 15px 0; padding: 0;
	}

	body, a, ul, li, p, h1, h2, h3, h4, input, select, textarea {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

	button {
		cursor:pointer;
		border:0; 
	}
	
	div.line {
		height: 20px;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		border-bottom: 1px solid #DBDADF;
		clear: both;
	}
		
	div#genericPage {
		color: #222;
		font-size: 1.1em;
		/*padding: 0 18px 0 20px;*/
	}
	
	#col_2 h2 {
		line-height: 25px;

	}
	
	#col_2 div#genericPage h2 {
		font-size: 1.5em;
		margin: 0 0 21px 0;
	}
	#col_2 div#genericPage h2,
	#col_2 div#genericPage h2 a 
	{
		color: #1f184c;
	}
	#col_2 div#genericPage h3 {
		font-size: 1.2em;
		margin: 0 0 20px 0;
	}
	#col_2 div#genericPage h3,
	#col_2 div#genericPage h3 a {
		color: #1f184c;
	}
	#col_2 div#genericPage h4 {
		font-size: 1.1em;
		margin: 0 0 15px 0;
	}
	#col_2 div#genericPage h4,
	#col_2 div#genericPage h4 a {
		color: #1f184c;
	}
	#col_2 div#genericPage h5 {
		font-size: 1em;
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	#col_2 div#genericPage h5,
	#col_2 div#genericPage h5 a {
		color: #1f184c;
	}
	#col_2 div#genericPage p {
		line-height: 1.4em;
		margin: 0 0 15px 0;
	}	
	#col_2 div#genericPage ul {
		margin: 0 18px 15px 0;
	}	
	#col_2 div#genericPage ol {
		padding: 0 18px 15px 0;
	}	
	#col_2 div#genericPage ol li {
		margin: 0 0 0 20px;
	}
	#col_2 div#genericPage ul li {
		line-height: 1.4em;
		list-style: none;
	}	
	#col_2 div#genericPage address {
		line-height: 1.4em;
		font-style: normal;
		margin: 0 0 15px 0;
	}	
	#col_2 div#genericPage a {
		color: #000025;
		text-decoration: underline;
	}	
	#col_2 div#genericPage a:hover {
		color: #0a0a93;
	}	
	div#genericPage table {
		margin: 0 0 15px 0;
	}
	
/*/////////////////////////////////////////////////////////////////////
	
	Styles that could be tucked away...
	
/////////////////////////////////////////////////////////////////////*/
	
		
	button#btnChangePword {
		width: 151px; height: 31px;
		background: url(/images/oneposter/buttons/change-password.gif) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		display: block;
		float: left;
		margin: 15px 0 0 0;
	}	
	button#btnChangePword:hover {
		background-position: 0 -31px;
	}

	button#btnSubmit {
		width: 80px; height: 31px;
		background: url(/images/oneposter/buttons/submit.gif) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		display: block;
		float: left;
		margin: 15px 0 0 0;
	}	
	button#btnSubmit:hover {
		background-position: 0 -31px;
	}

/*/////////////////////////////////////////////////////////////////////
	Overlay Layer and iframe hack
/////////////////////////////////////////////////////////////////////*/

	div#overlayLayer {
		position: absolute;
		top: 0px;
		left: 0px;
		display: none;
		background-color: #000;
		width: 100%;
	}
	
	.select-free
	{
		position:absolute;
		z-index:1;/*any value*/
		overflow:hidden;/*must have*/
		width:33em;/*must have for any value*/;
	}
	
	.select-free form {
		width: 450px; height: 321px;
		background: url(/images/oneposter/layout/login/bg.png) no-repeat;
	}
	
	.select-free iframe
	{
		display:none;/*sorry for IE5*/
		display/**/:block;/*sorry for IE5*/
		position:absolute;/*must have*/
		top:0;/*must have*/
		left:0;/*must have*/
		z-index:-1;/*must have*/
		filter:mask();/*must have*/
		width:3000px;/*must have for any big value*/
		height:3000px;/*must have for any big value*/
		border: 0;
	}
	
	
/*/////////////////////////////////////////////////////////////////////
	Login Overlay
/////////////////////////////////////////////////////////////////////*/

	
	div#loginBox {
		position: absolute;
		display: none;
		color: #fff;
		text-align: left;
	}
	
	div#loginBox .formPadd {
		padding: 0 0 0 28px;
		border: 0;
		clear: both;
	}
	
	div#loginBox a#btnCloseOverlay {
		width: 45px; height: 45px;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
		float: right;
		margin: 0 0 7px 0;
	}
	
	div#loginBox div.overlayHeading {
		font-size: 2.4em;
		margin: 0 0 13px 0;
	}
	
	div#loginBox p {
		font-size: 1.2em;
	}
	
	div#loginBox label {
		font-size: 1.2em;
		display: block;
		margin: 0 0 8px 0;
	}
	div#loginBox input {
		width: 192px;
		background: #fff url(/images/oneposter/layout/login/inputbg.gif) no-repeat;
		color: #3c3c4c;
		font-size: 1.2em;
		float: left;
		margin: 0 10px 11px 0; padding: 5px 0 5px 6px;
		border: 0;
		border-bottom: 1px solid #b0b0b7;
	}
		
	div#loginBox input.checkbox {
		width: 15px; height: 15px;
		background-image: none;
		margin: 0 5px 0 0; padding: 0;
		border: 0;
	}
	
	div.fieldMessage {
		line-height: 24px;
		background: url(/images/oneposter/layout/login/fielderror.gif) 1px 1px no-repeat;
		font-weight: bold;
		color: #ffcc00;
		float: left;
		padding: 0 0 0 27px;
		visibility: hidden;
	}
	
	
	
	#formButtons {
		margin: 14px 0 0 23px;
	}
	
	#formButtons #lblRemember {
		float: left;
		margin: 12px 0 0 0;
	}
	#btnLogin {
		width: 92px; height: 41px;
		background-image: url(/images/oneposter/buttons/login.gif);
		font: 1px/1px sans-serif; text-indent:-9999px;
		float: left;
		margin: 0 5px 0 0;
	}
	#formButtons a {
		color: #fff;
		text-align: right;
		font-size: 1.1em;
		font-weight: bold;
		padding: 13px 46px 0 0;
		display: block;
	}
	#formButtons a:hover {
		text-decoration: underline;
	}
	
	

/*/////////////////////////////////////////////////////////////////////
	Mailing List Overlay
/////////////////////////////////////////////////////////////////////*/

	div#mailinglistBox {
		position: absolute;
		display: none;
		color: #fff;
		text-align: left;
	}

/*/////////////////////////////////////////////////////////////////////
	Head
/////////////////////////////////////////////////////////////////////*/
	
	#head {
		width: 980px;
		text-align: center;
		margin: 0 auto;
	}
	#headLogo {
		height: 95px;
	}
	
	#head h1 {
		width: 216px; 
		padding: 8px 0 0 12px;
		margin: 0 auto 0 auto;
		float: left;
	}
	#head h1 a {
		height: 77px;
		background: url(/images/oneposter/layout/shell/logo.gif) center center no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
		margin: 0 auto;
	}
	
	#head #headTextLinks {
		text-align: right;
		font-size: 1.1em;
		font-weight: bold;
		float: right;
		padding: 20px 0 0 0;
	}
	#head #headTextLinks,
	#head #headTextLinks a
	{
		color: #1f184c;
	}
	#head #headTextLinks span {
		padding: 0 6px;
	}
	#head #headTextLinks a {
		text-transform: uppercase;
	}
	#head #headTextLinks a:hover {
		text-decoration: underline;
	}
	
	#mailing_list_link { display: none; }
	
	#head #headTextLinks span#head3_1, #head #headTextLinks span#head3_2 { padding: 0; }
	
	/*
		Top Search
	*/
	
	#topTabs {
		text-align:center;
	}
	#topTabsCon {
		height: 26px; 
		/*display: inline;
		margin: 0 auto;*/
	}
	#topTabs ul {
		height: 26px; 
		list-style-type: none;
		/*margin: 0 0 0 216px;
		display: inline;*/
		margin: 0 0 0 180px;

	}
	#topTabs li {
		background: url(/images/oneposter/layout/shell/tab-left.jpg) left top no-repeat;
		float: left;
	}
	#topTabs li a {
		height: 26px; line-height: 26px;
	/*	font-size: 1.2em;*/
	
		font-size: 1.4em;
		letter-spacing: -0.02em;
		
		font-weight: bold;
		color: #fff;
		background: url(/images/oneposter/layout/shell/tab-right.jpg) right top no-repeat;
		padding: 0 10px;
		display: block;
		float: left;
	}
		
	/*
		Top Search
	*/
	
	#frmTopSearch {
		width: 369px; height: 50px;
		background: #fff url(/images/oneposter/layout/shell/search.gif) 0 -1px no-repeat;
		margin: 0 auto; padding: 9px 0 0 54px;
		clear: both;
	}
	#frmTopSearch label {
		display: none;
	}
	#frmTopSearch input {
		width: 291px; height: 14px;
		font-size: 1.1em;
		background: url(/images/oneposter/layout/shell/transpix.gif);
		color: #646464;
		border: none;
		outline: 0;
		float: left;
		margin: 11px 15px 0 0; padding: 2px;
	}
	#frmTopSearch button {
		width: 30px; height: 30px;
		background: url(/images/oneposter/buttons/go.gif) no-repeat; 
		font: 1px/1px sans-serif; text-indent:-9999px;
		margin: 5px 0 0 0; border: 0;
		float: left;
	}
	#frmTopSearch button:hover {
		background-position: left bottom;
	}

		
	
/*/////////////////////////////////////////////////////////////////////
	Content
/////////////////////////////////////////////////////////////////////*/
	
	#whiteWrapper {
		background: #fff;
		padding: 10px 0 0 0;
	}	
	
	#container {
		width: 980px;
		/*background: url(/images/oneposter/layout/shell/grow-body.gif) repeat-y;*/
		text-align: left;
		margin: 0 auto; padding: 0 0 100px 0;
		background:#fff;
	}
		
	/*
	//
		Columns
	//	
	*/
	
	#columnFoot {
		height: 36px; width: 980px;
		background: #fff url(/images/oneposter/layout/shell/grow-foot.gif) center top no-repeat;
		margin: 0 auto;
	}
	
	
	/*
		Left nav column
	*/
	
	#col_1 {
		position: relative;
		width: 185px;
		float: left;
	}
	
	#navTitle {
		font-size: 1.1em; line-height: 1.1em;
		font-weight: bold;
		color: #1f184c; 
		padding: 10px 0 3px 9px;
		border-bottom: 2px solid #dbdadf;
	}
	
	div.navCorner {
		/*width: 185px; height: 12px;
		background: url(/images/oneposter/nav/corner.gif) no-repeat  !important;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		position: absolute;
		top: 0; left: 0;*/
	}
	
	/* main list */
	
	#col_1 ul {
		width: 185px;
		/*background-color: #1f184c;*/
		list-style-type: none;
	}
	#col_1 ul li {
	}
	#col_1 ul li a {
		/*height: 29px; line-height: 39px;*/
		/*background: url(/images/oneposter/nav/nav.gif) no-repeat;*/
		color: #1f184c;
		font-size: 1.7em;
		font-weight: bold;
		display: block;
		outline: 0;
		padding: 3px 0 4px 10px;
		border-bottom: 2px solid #dbdadf;
	}
	#col_1 ul li a:hover,
	#col_1 ul li.on a
	{
		color: #6c688d;
		/*background-position: left bottom !important;*/
	}
	#col_1 ul li ul li a {
		/*background-image: none;*/
		border: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	/* secondary list */
	
	#col_1 ul li ul {
		width: auto;
		padding: 7px 0 0 0;
	}
	#col_1 ul li ul li, #col_1 ul li ul li.on {
		margin: 0 0 4px 0;
	}
	#col_1 ul li ul li a, #col_1 ul li.on ul li a {
		height: auto; line-height: 1.2em;
		font-size: 1.2em;
		font-weight: normal;
		color: #1f184c;
	}
	#col_1 ul li ul li.on a {
		color: #1f184c;
	}
	#col_1 ul li ul li a:hover {
		text-decoration: underline;
	}
	
	/* other lists */
	
	#col_1 ul li ul li ul {
		margin-left: 6px;
		padding-bottom: 1px;
	}
	
	#col_1 ul li ul li ul li a, #col_1 ul li.on ul li.on ul li a, #col_1 ul li.on ul li.on ul li.on ul li a {
		font-size: 1.1em;
		font-weight: normal;
		color:#1f184c;
	}
	#col_1 ul li.on ul li.on ul li.on a {
		color: #1f184c;
	}
	
/*	div.navBottom {
		height: 11px;
		background: url(/images/oneposter/layout/shell/foot-nav.gif) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		margin: 0 0 10px 0;
	}	
*/	
	div#col_1 ul#mainNav ul {
		display:none;
	}
	
	
	/*
		Content column
	*/
	
	
	#col_2 {
		width: 570px;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	/*
		Right column
	*/

	#cartAdded{
		position:absolute;
		width:200px;
		height:80px;
		left:-190px;
		top:-170px;
	}
	
	#col_3 {
		width: 185px;
		color: #1f184c;
		float: right;
	}
	#col_3 h3 a {
		height: 25px; line-height: 25px;
		color: #1f184c;
		padding: 0 0 0 9px;
		display:block;
	}
	#col_3 {
		position: relative;
	}
	#col_3 h3 {
		width: 185px;
		font-size: 1.4em;
	}
	#col_3 #rightMenu h3 {
		background: #fff;
	}
	#col_3 #rightMenu h3 a {
		border-bottom: 2px solid #dbdadf;
	}
	#col_3 h3 a:hover {
		color: #6c688d;
	}

	#col_3 #rightMenu h3.on {
	}
	#col_3 #rightMenu ul {
		list-style-type: none;
		margin: 14px 0 0 9px;
	}
	#col_3 #rightMenu ul li {
		margin-bottom: 7px;
	}
	#col_3 #rightMenu ul li a {
		font-size: 1.2em;
		color: #1f184c;
	}
	#col_3 #rightMenu ul li a:hover {
		text-decoration: underline;
	}

	/* This is required for the animation to work */
	div#col_3 div#rightMenu div {
		background-color: #fff;
	}
	#rightMenu0, #rightMenu1, #rightMenu2, #rightMenu3, #rightMenu4, #rightMenu5 {
		width: 185px;
		position:absolute;
	}
	div#col_3 div#rightMenu {
		position: relative;
		/* overflow: hidden; */
	}

/*	#col_3 #rightMenuSearch h3 {
		background: url(/images/oneposter/nav/nav-2.gif);
	}
	#col_3 #rightMenuSearch h3 a{
		background: url(/images/oneposter/nav/nav-1.gif);
	}
	#col_3 #rightMenuSearch h3 a:hover {
		background: none;
	}
*/	
	
	
	/*
		cart
	*/
	
	#col_3 #sideCart .left {
		float: left;
	}
	#col_3 #sideCart .right {
		float: right;
	}
	
	/* cart listing elements */
	
	#col_3 #sideCart ul {
		list-style-type: none;
		margin: 0;
	}
	#col_3 #sideCart ul li {
		margin: 0;
	}
	
	#col_3 #sideCart .cartRow,
	#col_3 #sideCart ul li 
	{
		font-size: 1.1em;
		border-bottom: 1px solid #dbdadf;
		padding: 2px 8px 2px 9px;
	}
	
	#col_3 #sideCart ul li p a{
		font-size: 1em;
		color:#1F184C;
	}
	
	#col_3 #sideCart ul li button.btnCartRemove {
		width: 17px; height: 17px;
		background: url(/images/oneposter/buttons/delete-item.gif) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		float: left;
		display: block;
		margin: 0 0 0 -3px;
		outline: 0;
	}
	#col_3 #sideCart ul li button.btnCartRemove:hover {
		background-position: 0 -17px;
	}
	#col_3 #sideCart ul li p.clearfix {
		margin-top: 2px;
	}
	
	/* cart totals */
	
	#col_3 #sideCart div#cartAmount {
		font-weight: bold;
		padding-top: 7px;
		padding-bottom: 12px;
		position:relative;
	}
	#col_3 #sideCart div#cartTotals {
		font-size: 1.1em;
		font-weight: bold;
		padding: 13px 9px 10px 8px;
		margin: 0 0 10px 0;
	}
	#col_3 #sideCart div#cartTotals p {
		margin: 0 0 5px 0;
	}
	
	#col_3 #sideCart #editCart {
		font-size: 1.2em;
		font-weight: bold;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
	}

	#col_3 #sideCart #editCart a{
		color: #1F184C;
	}

	#col_3 #sideCart a#btnViewCart {
		width: 171px; height: 31px;
		background: url(/images/oneposter/buttons/view-cart.gif) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display: block;
		margin:8px;
	}
	#col_3 #sideCart a#btnViewCart:hover {
		background-position: 0 -29px;
	}
	
	/* 
		related items 
	*/
	
	div.relatedItem {
		padding: 9px 0 0 8px;
	}
	
	div.relatedItem div {
		float: left;
		width:113px;
	}	
	
	div.relatedItem a.imgBought {
		float: left;
		width: 54px;		
		display: block;
		padding: 1px;
		border: 1px solid #3e3e84;
		margin: 0 6px 0 0;	
		text-align: center;
	}
	

	div.relatedItem a.imgBought:hover {
		border-color: #cbcbcb !important;
	}
	div.relatedItem p {
		font-size: 1.1em;
	}
	div.relatedItem p.desc {
		margin: 4px 0 1px 0;
	}
	div.relatedItem p.desc a {
		color: #1f184c;
	}
	div.relatedItem p.desc a:hover {
		text-decoration: underline;
	}
	div.relatedItem p.price span {
		font-weight: bold;
		color: #1f184c;
	}
	div.relatedItem p.price {
		color: #6f6f6f;
	}
	
	
	
	/*
	
	*/
	
	#col_3 #rightMenuSearch{
		position:relative;
		z-index:22;
		background-color:#fff;
	}
	#rightMenuSearch {
		margin-top: -5px;
		padding-bottom: 14px;
	}
	#rightMenuCart h3, #rightMenuSearch h3 {
		border-top: 2px solid #dbdadf;
		border-bottom: 2px solid #dbdadf;
	}
	
	
	/* 
		cart pages cards 
	*/
	
	#cardsAccept {
		margin: 14px 0 0 13px;
	}
	
	
	#rightAds {
		background-color:#fff;
		position:relative;
		list-style-type:none;
		z-index:2;
	}
	#rightAds img {
		display:block;
	}
	#rightAds #ra_1 {
		margin-bottom:10px;
	}
	#rightAds #ra_2 {
		margin-bottom:11px;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Footer
/////////////////////////////////////////////////////////////////////*/
	
	div#footer {
	
		font-size: 1.1em;
	}	
	
	/*
		links
	*/
	
	div#footer ul {
		width: 980px; height: 70px;
		list-style-type: none;
		margin: 0 auto;
	}
	div#footer ul li {
		float: left;
		padding: 18px 33px 0 33px;
	}
	div#footer ul li a {
		color: #fff;
		font-weight: bold;	
	}
	div#footer ul li a:hover {
		color: #ffcc00;
	}
	div#footer ul li#f_1 {
		padding-left: 0;
		display: inline;
		margin-left: 158px;
	}
	div#footer ul li#f_6 {
		background: none;
		padding-right: 0;
	}
	
	/*
		logos
	*/
	
	div#footer div#footerIcons {
		width: 156px;
		margin: 0 auto 8px auto;
	}
	div#footer div#footerIcons a#thawte {
		width: 44px; height: 45px;
		background: url(/images/oneposter/layout/shell/thawte.gif) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		float: left;
	}
	div#footer div#footerIcons p#copyright {
		width: 112px; height: 23px;
		background: url(/images/oneposter/layout/shell/copyright.gif) no-repeat;
		color: #fff;
		letter-spacing: 0.05em;
		float: left;
		padding: 22px 0 0 0;
	}
	div#footer div#footerIcons p#copyright em {
		display: none;
	}
	
	/*
		iweb
	*/
	
	div#footer p#iWeb em { display:none; }
	div#footer p#iWeb,
	div#footer p#iWeb a
	{ 
		color: #fff; 
	}
	div#footer p#iWeb a:hover {
		text-decoration: underline;
	}	
	
	
	a#btnBackResults{
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: underline;
		color: #000025;
		float: right;
		padding: 17px 0 0 0;
	}
	a#btnBackResults:hover{
		text-decoration: none;
	}
	
	
/*/////////////////////////////////////////////////////////////////////
	Advanced Search
/////////////////////////////////////////////////////////////////////*/

	#col_2 #advancedSearch {
		min-height: 550px;
		height: auto !important;
		height: 550px;
		background: url(../../../images/oneposter/layout/search/bg.jpg) 0 46px no-repeat;
	}
	#col_2 #advancedSearch h2 { 
		margin-bottom: 66px;
	}
	#col_2 #advancedSearch h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #000;
		text-transform: none;
		margin: 0 0 30px 0;
	}

	#col_2 #lblAdvSearch {
		width: auto;
		float: none;
		display: block;
		margin: 0 0 69px 133px;
	}
	#col_2 #lblAdvSearch input {
		width: 295px;
		font-size: 1.2em;
		color: #1f184c;
		font-weight: bold;
		background: transparent !important;
		outline: 0;
		margin: 0;
		border: 0;
	}
	

	div.jsBoxes {
		padding: 0 0 0 35px;
	}

	label.jsBox input { display: none; }
	label.jsBox {
		width: 131px !Important; height: 44px;
		display: block;
		float: left;
		margin: 0 0 10px 0 !important;
		cursor: pointer;
	}
	label.jsBox span {
		float: left;
		margin: 0 !important;		
	}
	label.jsBox span.icon {
		width: 20px; height: 23px !important;
		background: url(../../../images/oneposter/layout/search/bg-radio.jpg) no-repeat;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	}
	label.jsBox span.on {
		background-position: left bottom;
	}
	label.jsBox span.txt {
		font-size: 1.1em;
		color: #101010 !important;
		padding: 5px 0 0 0;
	}
	
	#col_2 #advancedSearch button {
		width: 74px; height: 26px;
		background: url(../../../images/oneposter/buttons/adv-search.jpg) no-repeat;
		font: 1px/1px sans-serif; text-indent:-9999px;
		display: block;
		margin: 0 0 0 208px;
	}	
	#col_2 #advancedSearch button:hover {
		background-position: left bottom;
	}	

	
	/*
		faq
	*/
	
	ul.faq li  {
		list-style: none;
	}
	ul.faq li li {
		margin: 0 0 2px 0;
	}
	ul.faq li a {
		list-style: none;
		color: #1f184c !important;
		font-size: 1.3em;
		text-decoration: none !important;
	}
	ul.faq li a:hover {
		text-decoration: underline !important;
	}	
	ul.faq li li a {
		font-size: 1.1em;
		color: #696868 !important;
	}
	ul.faq li ul {
		padding: 5px 20px 15px 20px;
	}
	
	.tblFAQ {
		width: 285px;
		border-collapse: collapse;
	}
	.tblGen td, .tblGen th {
		padding: 4px;
		border: 1px solid #ccc;
	}
	.thhdr {
		font-size: 1.2em;
		color: #1f184c;
	}
	
	/* START style for footer */

	p#footerHref, p#footerHref a {


			text-decoration:none;

	 

			/* Amend Font to suit website */
			font:11px "Arial", "Sans-serif";


			/* Amend Colour to suit website */
			color:#ffffff;


	}

/* END style for footer */

#genericPage ul.navbrowse {
	margin:0 10px 0 10px;
}
#genericPage ul.navbrowse li {	
	list-style:none;
	line-height:1.6em;
	padding:18px 0 18px 0;
	margin:0 10px 0 0;
	overflow:hidden;
	border-top:1px solid #cccccc;
	font-size: 1.8em;
}
#genericPage ul.navbrowse li ul {
	margin:0px 10px 0 0;
	padding:5px 0 5px 0;
	height:auto;
}
#genericPage ul.navbrowse li ul li {
	float:left;
	width:150px;
	list-style:none;
	border:none;
	height:auto;
	min-height:auto;
	margin:0;
	padding:0;
	font-size:1em;
	padding:1px 6px 3px 12px;
	background:transparent url(/images/oneposter/misc/bullet2.gif) no-repeat left top;
	line-height:1.2em;
	font-size: 0.6em;
}


.addr {
	width:500px;
}

.oldPrice{
	text-decoration: line-through;
}
.newPrice{
	color:red;
}

#btnPopViewCart {
	position:absolute;
	top:96px;
	left:10px;
	width: 87px; height: 33px;
	background: url(/images/oneposter/buttons/checkout.gif) no-repeat;
	text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	float: left;
	display: block;
}


#btnPopViewCart:hover {
	background-position: 0 -31px;
}

#btnPopShop {
	position:absolute;
	top:96px;
	left:110px;
	width: 149px; height: 31px;
	background: url(/images/oneposter/buttons/continue-shopping.gif) no-repeat;
	text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	float: left;
	display: block;
}
#btnPopShop:hover {
	background-position: 0 -31px;
}

	div#col_3 div#rightMenuCart #cartAdded{
		position:absolute;
		width:252px;
		height:178px;
		left:-255px;
		top:-170px;
		background: url(/images/oneposter/misc/cart-add.gif) left top no-repeat;
	}

	
	div#col_3 div#rightMenuCart #cartAdded p{
		margin:58px 10px;
		text-align:center;
		color: #1f184c;
		font-size:1em;
	}

