@charset "utf-8";
/* CSS Document */

/*---------------------Reset Css ------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
	color:#fff;
}
h1{font-size:24px;}
h2{font-size:18px;}
h3{font-size:16px;}
p{font-size:12px}

/*--------------------------------- Body ---------------------------*/
body{width:100%; line-height:1.5; color:#FFF;

background:url(../images/bg.jpg) top left repeat-x #3d3930;
font-family: Arial, Helvetica, sans-serif}
#wrapper{background:url(../images/bg_wrapper.jpg) top left no-repeat;
width:960px;
margin:0 auto;
position:relative}
#header{
	height:80px;
	position:relative;
	z-index:50}
	#logo{
	background:url(../images/glo_logo.jpg) left top no-repeat;
	width:377px;
	height:98px;
	text-indent:-9999px;
	position:absolute;
	top:0;
	z-index:50
	}
	#nav{
		position:absolute;
		top:40px;
		right:1em;
		width:475px;}
		#nav li{ display:inline; }
		#nav li a{ display:block;position:absolute;text-indent:-9999px; height:27px}

		#home_nav a{ background:url(../images/nav_home.jpg) left top no-repeat;
		width:55px;
		height:30px;
		}

	#cart{
		position:absolute;
		top:68px;
		right:1em;
		left:830px;
		width:85px;
		height:20px;
		}
		
		#nav li{ display:inline; }
		#nav li a{ display:block;position:absolute;text-indent:-9999px; height:27px}

		#home_nav a{ background:url(../images/nav_home.jpg) left top no-repeat;
		width:55px;
		height:30px;
		}
		#parents_nav a{ background:url(../images/nav_parents.jpg) left top no-repeat;
		left:80px;
		width:69px;
		height:30px;}
				
		#subscribe_nav a{ background:url(../images/nav_subscribe.jpg) left top no-repeat;
		left:180px;
		width:85px;
		height:30px;}

		#shopnow_nav a{ background:url(../images/nav_shopnow.jpg) left top no-repeat;
		left:180px;
		width:85px;
		height:30px;}

		#press_nav a{background:url(../images/nav_press.jpg) left top no-repeat;
		width:66px;
    		height:30px;
		left:290px}	

		#blog_nav a{background:url(../images/nav_blog.jpg) left top no-repeat;
		width:66px;
    		height:30px;
		left:300px}	

		#contact_nav a{ background:url(../images/nav_conact.jpg) left top no-repeat;
		left:385px;
		width:71px;
		height:30px;}
		
		#cart_nav a{ background:url(../images/nav_mycart.jpg) left top no-repeat;
		left:370px;
		width:100px;
		height:30px;
		margin-top:4px;
		}

		/*--------------------- Hover ------------------------*/
		
		#nav li a:hover, #nav li a.active{ background-position: left  -25px ;}
		/*------------------ flash -----------------*/
		
		/*-------------------------  sub nav ------------------------------ */
		#sub_nav
		{
		    height:70px;
		    position:relative;
		    width:960px;
		    margin-top:6px;
		}
		#sub_nav a{display: inline; position:absolute; text-indent:-9999px;}
		a#free_issue_btn{background:url(../images/btn_freeissue.jpg) 0 0 no-repeat;
		width:172px;
		height:70px;
		left:0}
		a#free_issue_btn:hover{background:url(../images/btn_freeissue.jpg) 0 -70px no-repeat;
		width:172px;
		height:70px;
		left:0}
		a#sub_now_btn{background:url(../images/btn_subscribe.jpg) 0 0 no-repeat;
	width:189px;
	height:70px;
	position:absolute;
	left:260px
}
a#sub_now_btn:hover{background:url(../images/btn_subscribe.jpg) 0 -70px no-repeat;
	width:189px;
	height:70px;
	position:absolute;
	left:260px
}
	a#view_online{background:url(../images/btn_viewonline.jpg) 0 0 no-repeat;
	width:172px;
	height:70px;
	position:absolute;
	left:520px
}
a#view_online:hover{background:url(../images/btn_viewonline.jpg) 0 -70px no-repeat;
	width:172px;
	height:70px;
	position:absolute;
	left:520px
}
/*-------------------  foooter ----------------*/
#footer{
	background:url(../images/footer_bg.jpg) left top repeat-x;
	width:960px;
	color:#c1af94;
	padding:1em 0;
	clear: both;
	
	}
	#footer span{margin-left:1em;}
	#footer a{color:#c1af94; margin-left:1em;}
	#footer a:hover{color:#fff}
	#footer p{
		margin-left:1em;
		font-size:11px;
		font:Verdana, Geneva, sans-serif;}
/*----------------- Contest Page ---------------------*/
.contest_con{background:url(../images/cotnest_design.jpg) left top no-repeat;
position:relative;
width:960px;
margin-top:1em;
padding-left:1em;
}
#contest_page .contest_con{
height:459px;}

.con_width{width:530px;
font-size:14px;
}
.p_bg{ background-color:#574c40;
padding:1em;}
.mar_top{
	margin-top:1em;}
#form_contest{
	padding-top:100px;
	color:#f9f1c9}
.form_contestmail{
	padding-top:100px;
	}
.form_subscribe{
	padding-top:10px;
	}
#contest_mail_pg #content,#abt_pg #left,#sub_pg .sub_form
{
	padding-bottom:3em;
}
.float_left{
	float:left;
	}
.flo_lab{
	float:left;
	width:100px;
}
a#btn_next
{
    background:url(../images/cotnest_nextbtn.jpg) top left no-repeat;
    width:68px;
    height:38px;
    display:block;text-indent:-9999px;
    float:left;
    margin-right:1em;
}

a#btn_pre
{
    background:url(../images/btn_previous.jpg) top left no-repeat;
    width:68px;
    height:38px;
    display:block;text-indent:-9999px;
    float:left;
    margin-right:1em;
}

	a#btn_res{background:url(../images/cotnest_cancel.jpg) top left no-repeat;
	width:68px;
	height:38px;
	display:block;text-indent:-9999px;
	float:left;}
	a#btn_next:hover,a#btn_res:hover,a#btn_submit:hover{background-position:left -39px; }
	a#btn_pre:hover,a#btn_res:hover,a#btn_submit:hover{background-position:left -39px; }
	a#btn_submit{background:url(../images/btn_submit.jpg) top left no-repeat;
	width:68px;
	height:38px;
	display:block;text-indent:-9999px;
	float:left;
	margin-right:1em;
	}
	.btn{
		margin-left:200px;
			
	}
			#dow_btn {
	position:absolute;
	right:46px;
	top:320px;
	width:199px;
	height:78px;
}
			#dow_btn a{ background:url(../images/contest_btn_downlaod.jpg) left top no-repeat;
			width:199;
			height:76px;
			text-indent:-9999px;
			display:block;
			
			}
			#dow_btn a:hover{background-position:left -80px;}
/*-------------------- main content ----------------------*/
#main_content{
	margin-top:2em;
	width:550px;
	margin-right:1em}
/*------------------------  About US ---------------------------------*/
.abt_content{
	margin-top:2em;
	padding-top:8em;
	padding-left:12px;
	width:948px;
	color:#f9f1c9;
	font-size:12px;
	background:url(../images/abtus/abt_bg.jpg) no-repeat top left
	}
.abt_content p{font-size:14px;}
#left{
	float:left;
	width:600px;
	position:relative;
	display:inline;
	}
#right{
	margin-left:600px;
	width:340px;
	background:url(../images/abtus/bg_right.jpg) top left no-repeat;
	
	color:#000;
}
	#testi{
		width:270px;
		margin:0 auto;
		margin-left:2em;
		padding-top:6em;
		position:relative;
		height:325px;
		}
		#testi p{
			margin-bottom:1em;
			font-size:12px;}
			a.bullet_testi{
				background:url(../images/abtus/bullet.jpg) top right no-repeat;
				width:15px;
				height:15px;
				display:block;
	text-indent:-9999px;
	position:absolute;
	right:2em}
	
		
		#left p{
			margin-right:100px;}
			#abt_mag{background:url(../images/abtus/h1_zorvi.jpg) left top no-repeat;
			width:226px;
			height:35px;
			text-indent:-9999px;}
			#abt_who{background:url(../images/abtus/h1_abtus.jpg) left top no-repeat;
			width:170px;
			height:35px;
			text-indent:-9999px;}
					#btn{
				width:228px;
				position:relative;
				margin:0 auto;
				padding-bottom:1em;}
			a#btn_sub_abt{
				background:url(../images/abtus/btn_sub.jpg) left top no-repeat;
				width:228px;
				height:74px;
				display:block;
				text-indent:-9999px;
				margin-bottom:1em
			}
	
			a#btn_sub_abt:hover{background-position:left -74px;}
			a#btn_free_abt{
				background:url(../images/abtus/btn_free.jpg) left top no-repeat;
				width:228px;
				height:73px;
				display:block;
				text-indent:-9999px;
				
			}
			a#btn_free_abt:hover{
				background-position: left -73px;}
			/*------------------------ Subscribe --------------*/
			.sub{background:url(../images/subcribe.jpg) left top no-repeat;
position:relative;
width:960px;
margin-top:2em;
padding-left:1em;
}
.sub_form {
	float:left;
	width:560px;
	position:relative;
	display:inline;}
	
	
.sub_form .flo_lab{width:180px;
margin-left:1em}
.sub_form fieldset{
	padding-bottom:1em;
	border-bottom:#847462 1px solid;}
	.sub_form fieldset.bdr_0{
		border-bottom:0}
	.sub_form legend{
		font-size:24px;
		font-weight:bold;
		padding-bottom:.5em
		}
		#green{
			color:#6C0;
		}
		#orange{
			color:#F00;}
			#right_sub .testi_bg{
				background:url(../images/testimonail_bg.jpg) left top no-repeat;
				width:322px;
				height:391px;}
				
				#right_sub #testi{
					padding-top:4em;}
				#right_sub .testi_bg p, #right_sub .testi_bg h3{
					width:250px;
					padding-left:20px;}
	/*-------------- Free Issue -------------------*/
				.fi{background: url(../images/free_issue_bg.jpg) left top no-repeat;
position:relative;
width:960px;
margin-top:2em;
padding-left:1em;

}	
#right_sub .fi_testi_bg{
				background:url(../images/rightbg.jpg) left top no-repeat;
				background:url(../images/samplebg.png) left top no-repeat;
				width:322px;
				height:491px;}
				#right_sub .fi_testi_bg p, #right_sub .fi_testi_bg h3{
					width:250px;
					padding-left:20px;}

#right_sub{
margin-left:580px;
	width:340px;
	padding-top:100px;
		}
		
		#sub_add{
			margin-left:4.5em;}
		#right_sub #testi{
			color:#000;}

		#gift_list{background:url(../images/gift_list_bg.jpg) left top no-repeat;
		width:248px;
		height:183px;
		margin-top:1em;
		padding-top:2em}
		#gift_list li{
			width:180px;
			margin-left:2.5em;
			font-size:14px;
			font-weight:bold;
			padding:.5em 0;
			padding-right:0;
			border-bottom:#6A4A1A 1px dashed}
	/*---------------- Contact us -------------*/
	.contact{background:url(../images/contact-us_bg.jpg) top left no-repeat;
	position:relative;
	width:960px;
	margin-top:2em;
	padding-top:6em;
	color:#f9f1c9;
	padding-left:12px;
	}
.contact p{font-size:14px;}

.con_h1{background:url(../images/con_h1.jpg) top left no-repeat;
	width:282px;
	height:32px;
	text-indent:-9999px}
	.email_h1{
		background:url(../images/h1_email.jpg) left top no-repeat;
		width:64px;
		height:30px;
		text-indent:-9999px}
		/*-------------- Privacy ---------*/
		.privacy_con{
			margin-top:2em;
			font-size:14px;
			background:url(../images/privacy_bg.jpg) left top no-repeat;
			padding-top:7em;
			color:#f9f1c9;
			
			}
			.privacy_con p{font-size:14px;}
			.privacy_con  li{list-style:inside;}
			/*--------- Testimonial ---------*/
			.testi_con{background: url(../images/testi_bg.jpg) top left no-repeat;
	position:relative;
	width:960px;
	margin-top:3em;
	padding-top:6em;
	color:#f9f1c9;
	padding-left:12px;}
	.testi_main{
		width:600px;
	}
	.testi_main p{
		margin:1em 0;
		padding-bottom:1em;
		border-bottom:#5A493A 1px solid;
		}
		/*----------------- faq ----------------*/
		.faq_con{background: url(../images/faq_bg.jpg) top left no-repeat;
	position:relative;
	width:960px;
	margin-top:3em;
	padding-top:6em;
	color:#f9f1c9;
	padding-left:12px;}
	#faq_btns{
		width:228px;
		position:absolute;
		top:310px;
		right:2em;}
a#btn_sub_faq{
				background:url(../images/btn_sub_faq.jpg) left top no-repeat;
				width:228px;
				height:74px;
				display:block;
				text-indent:-9999px;
				margin-bottom:1em
			}
	
			a#btn_sub_faq:hover{background-position:left -74px;}
			a#btn_free_faq{
				background:url(../images/btn_free_faq.jpg) left top no-repeat;
				width:228px;
				height:73px;
				display:block;
				text-indent:-9999px;
				
			}
a#btn_free_faq:hover{
	background-position: left -73px;}

.lab
{
    width:100px;
}

.text_box
{
	width:265px;
	margin-top:1em;
}

.text_box_nomargintop
{
	width:265px;
	margin-bottom:1em;
}

.text_box_wide
{
	width:350px;
	margin-top:1em;
}

.text_box_red
{
	width:265px;
	margin-top:1em;    
    border:solid 1px red;
}

.dropdown
{
	width:280px;
	margin-top:1em
}

.dropdown_nomargintop
{
	width:280px;
	margin-bottom:1em
}

.dropdown_wide
{
	width:350px;
	margin-top:1em
}

.dropdownReg
{
	margin-top:1em
}

.tooltip
{
    font-size:10px;
    display:block;
}

.colLeft
{
    text-align:right;
    padding-right:20px;
    vertical-align:middle;
    width:21%;
}

.colRight
{
    text-align:left;
}

.tooltipError
{
    font-size:14px;
    display:block;
    color:orange;
    letter-spacing:0px;
}

.tooltipErrorBlack
{
    font-size:14px;
    display:block;
    color:black;
    letter-spacing:0px;
}

.required
{
    font-weight:bold;
}

.thankyou_content{
	margin-top:4em;
	padding-top:8em;
	padding-left:12px;
	width:948px;
	color:#f9f1c9;
	font-size:12px;
	background:url(../images/free_issue_bg.jpg) no-repeat top left
	}
	
.thankyou_content p{font-size:14px;}


		.thankyou{
			background: url(../images/thankyou.jpg) left top no-repeat;
			position:relative;
	width:960px;
	margin-top:2em;
	padding-top:6em;
	color:#f9f1c9;
	padding-left:12px;
	}
	.btm_button{
		margin-bottom:1em;}
		.btm_button img{
			border: #403525 1px solid}
	.thankyou h3{
		margin-bottom:1em;}



#rightTreasure{
	margin-left:600px;
	width:340px;
	color:#000;
}

#maintop{
	width:940px;
	position:relative;
	display:inline;
	}

#rightaboutus{
	margin-left:600px;
	width:340px;

	color:#000;
}

/*---------------- Advisory Board ------------------*/

.advisory_content
{
	margin-top:2em;
	padding-top:8em;
	padding-left:12px;
	width:948px;
	color:#f9f1c9;
	font-size:12px;
	background:url(../images/advisory_council_bg.jpg) no-repeat top left
}
.advisory_content p{font-size:14px;}

/*---------------- Issues ------------------*/

.upcoming_content
{
	margin-top:2em;
	padding-top:8em;
	padding-left:12px;
	width:948px;
	color:#f9f1c9;
	font-size:12px;
	background:url(../images/titles.gif) no-repeat top left
}
.upcoming_content p{font-size:14px;}

/*---------------- Subscribe Coming Soon! ------------------*/

.subscriber_content
{
	margin-top:4em;
	padding-top:8em;
	padding-left:12px;
	width:948px;
	color:#f9f1c9;
	font-size:12px;
	background:url(../images/SubscribeNowBG.jpg) no-repeat top left
}
.subscriber_content p{font-size:14px;}

.plain_content{
	margin-top:2em;
	padding-top:3em;
	padding-left:12px;
	width:948px;
	color:#f9f1c9;
	font-size:12px;
	background:url(../images/Cards_bg2.jpg) no-repeat top left
	}
.plain_content p{font-size:14px;}


.leftcard{
	float:left;
	width:600px;
	position:relative;
	display:inline;
	}
.rightcard{
	margin-left:640px;
	width:300px;
	color:#000;
}

/*--- Wizard buttons ------*/
.wizard 
{ position:relative;
	width:500px;
	float:left;
	padding-top:6em;
}

.wizard_btn
{   height:69px;
	background:url(../images/divider_wizer.jpg) left 22px repeat-x
}
	
	.wizard a 
	{
	    position:absolute;
	    cursor:pointer;
	    display:block
	}
	
	a.w_1
    {
		text-indent:-9999px;
		background:url(../images/subscribe_wizard.gif) left top no-repeat;
		width:87px;
		height:69px;
	}
	a.w_2
	{
	    left:200px;
		text-indent:-9999px;
		background:url(../images/gift_wizard.gif) left top no-repeat;
		width:87px;
		height:69px;
	}
	a.w_3
	{
		left:400px;
		text-indent:-9999px;
		background:url(../images/pay_wizard.gif) left top no-repeat;
		width:80px;
		height:69px;
	}
	a.active_wiz
	{   
	    background-position:left -72px;
	}
    a.w_1:hover
    {
		background-position:left -72px;
	}
	a.w_2:hover
	{
	    background-position:left -71px;
	}
	a.w_3:hover
	{
	    background-position:left -69px;
	}
	
	
/*----*/
.divErrorMessage .subject
{
    font-size:14px; 
    font-weight:bold;
}

.divErrorMessage .message
{
    font-size:12px; 
}
	
.subHeader
{
    font-size:20px; 
    color:White; 
    letter-spacing:1px;
}

.labl1
{
    padding-top:5px; 
    padding-left:10px; 
    font-size:12px;
}

.lablval
{
    padding-top:5px; 
    padding-left:10px; 
    font-size:14px;
    font-weight:bold;
}

.text_box_wide_nomargin
{
	width:350px;
	margin-top:8px;
}

.dropdown_wide_nomargin
{
	width:350px;
	margin-top:8px
}


.intro span {
color: Orange;
font-size: 50px;
font-weight: bold;
text-transform: uppercase;
line-height:1;
}

.intro p
{
padding-top:10px;
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 28px;
line-height: 1;
}

.intro .desc
{
padding-top:10px;
color: white;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 1.4em;
width:600px;
letter-spacing:1px;
text-align:left;
}

#leftImg{
	float:left;
	width:600px;
	position:relative;
	display:inline;
	}

#rightImg{
	margin-left:600px;
	width:340px;	
	color:#000;
}

.lablSmall
{
    padding-top:3px; 
    padding-left:10px; 
    font-size:12px;
}

.text_box_small
{
	width:100px;
	margin-top:3px;
}

.text_box_nomargin
{
	width:265px;
}

.text_box_small1
{
	width:230px;
	margin-top:10px;
    color:#A52A2A; 
    font-weight:bold;
}


.text_box_landing
{
	width:150px;
	margin-top:7px;
}

.quotes
{
background: url(http://www.mint.com/images/home/quote.png) no-repeat 0px 10px;
font-size: large;
font-style: italic;
padding: 1.5em 0px 0px 1.5em;
}

body a#glo-share, body a#glo-share:link {
background-position:2px 50% !important;
background-repeat:no-repeat !important;
display:block !important;
height:98px !important;
margin:-45px 0 0 !important;
padding:0 !important;
position:fixed !important;
text-indent:-9000px;
top:45% !important;
width:25px !important;
z-index:100001 !important;
}


a#glo-share {
background-color:#FF0000;
background-image:url(../images/ShareThis.gif);
background-repeat:no-repeat;
border-color:#FF0000 #FF0000 #FF0000 -moz-use-text-color;
border-style:outset outset outset none;
border-width:1px 1px 1px medium;
left:0;
}


/*--------------------- Modal box ------------------------------------------*/

.generic_dialog { height:0; left:0; overflow:visible; position:fixed; /*dw*/ top:0; width:100%; z-index:101; }
#generic_dialog_iframe { left:0; position:absolute; top:0; z-index:3; }
.generic_dialog .generic_dialog_popup { height:0; overflow:visible; position:relative; }
.generic_dialog div.dialog_loading     { background-color:#F2F2F2; border:1px solid #606060; font-size:24px; padding:10px; }
#generic_dialog_overlay { display:block; left:0; position:absolute; top:0; width:100%; z-index:100; }
.dialog_body .dialog_content_img { float:left; margin-right:15px; }
.dialog_body .dialog_content_txt { float:left; padding-bottom:5px; width:300px; }
.dialog_body .dialog_content_body { padding-bottom:13px; } 
.dialog_body .form_label { padding-right:5px; }
.dark_dialog_overlay { background-image:url(facebook-overlay.png); background-repeat:repeat; }
* html .dark_dialog_overlay { background-color:transparent; background-image:url(blank.gif); }
.full_bleed .pop_dialog_table td.pop_content .dialog_body { padding:0; } 
table.pop_dialog_table { border-collapse:collapse; direction:ltr; margin:auto; table-layout:fixed; width:465px; }
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright { height:10px; overflow:hidden; padding:0 !important; width:10px !important; }
td.pop_topleft { background:transparent url(facebook-pop-dialog-sprite.png) no-repeat scroll 0 0; }
td.pop_topright { background:transparent url(facebook-pop-dialog-sprite.png) no-repeat scroll 0 -10px; }
td.pop_bottomleft { background:transparent url(facebook-pop-dialog-sprite.png) no-repeat scroll 0 -20px; }
td.pop_bottomright { background:transparent url(facebook-pop-dialog-sprite.png) no-repeat scroll 0 -30px; }
td.pop_top, td.pop_bottom { background:transparent url(facebook-pop-dialog-sprite.png) repeat-x scroll 0 -40px; }
td.pop_side { background:transparent url(facebook-pop-dialog-sprite.png) repeat-y scroll -10px 0; }
td.pop_content { background-color:white; direction:ltr; padding:0; }
.pop_dialog_rtl td.pop_content { direction:rtl; }
td.pop_content h2.dialog_title { background:#6D84B4 none repeat scroll 0 0; border:1px solid #3B5998; color:white; font-size:14px; font-weight:bold; margin:0; }
td.pop_content h2.dialog_loading { background:#6D84B4 url(facebook-indicator_white_small.gif) no-repeat scroll 400px 10px; padding-right:40px; }
td.pop_content h2 span { display:block; padding:4px 10px 5px; }
td.pop_content .dialog_content { background:#FFFFFF none repeat scroll 0 0; border-color:#555555; border-style:solid; border-width:0 1px 1px; }
td.pop_content .dialog_body { border-bottom:1px solid #CCCCCC; padding:10px; }
td.pop_content .dialog_summary { background:#ffffff none repeat scroll 0 0; border-bottom:1px solid #CCCCCC; padding:8px 10px; color:#666666 }
td.pop_content .dialog_buttons { background:#F2F2F2 none repeat scroll 0 0; padding:8px; text-align:right; }
td.pop_content .dialog_buttons input { margin-left:5px; }
td.pop_content .dialog_buttons_msg { float:left; padding:5px 0 0; }
td.pop_content .dialog_footer { background:#F2F2F2 none repeat scroll 0 50%; }

/* glo custom */
#fb-modal  { display:none; }
#fb-close  { cursor:pointer; }
.info    { width:280px; float:left; font-size:11px; color:#666; }
.info b  { color:#000; }
.image  { width:200px; float:left; margin-right:10px; }

.singlePageSidebarYellow
{
height:35px;
width:80%; 
background-image:url(../images/SinglePageSideBarTitle.gif); 
background-repeat:no-repeat; 
padding-top:10px; 
padding-left:30px
}

.singlePageSidebarOlive
{
height:35px;
width:80%; 
background-image:url(../images/SinglePageSideBarTitleOlive.gif); 
background-repeat:no-repeat; 
padding-top:10px; 
padding-left:30px
}

.singlePageSidebarRed
{
height:35px;
width:80%; 
background-image:url(../images/SinglePageSideBarTitleRed.gif); 
background-repeat:no-repeat; 
padding-top:10px; 
padding-left:30px
}

.testi
