﻿/* DEFAULTS *********/
body {
	background:#FFF;
	border-top:4px solid #04B0CA;
	color: #555;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:140%;
	margin:0;
	padding:0;
	}


h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS", "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	color:#04B0CA;
	text-align:left;
	margin:0;
	padding:0 0 5px 0;
	}


h1 {
	font-size:20px;
	letter-spacing: -1px;
	}

.h1_under {
	color:#9A9A9A;
	font:bold 16px Arial;
	margin-top:0px;
	}

h2 {
	font-size:18px;
	letter-spacing: -1px;
	}

.h2_under {
	color:#9A9A9A;
	font:bold 14px Arial;
	margin-top:-5px;
	}

h3 {
	font-size:16px;
	}

h4 {
	font-size: 14px;
	font-weight:bold;
	}

h5 {
	font-size: 12px;
	font-weight:bold;
	}

a {
	background:transparent;
	color:#e66025;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
	}

p {
	font-size: 12px;
	margin: 0;
	padding: 6px 0;
	}

ul, ol {
	margin:0;
	padding:0;
	}

ul li, ol li {
	line-height:140%;
	margin:0 0 0 20px;
	padding: 0;
	}

img {
	border: none;
	background:transparent;
	}

hr {
	background:transparent;
	border: 1px solid transparent;
	border-bottom: 1px dashed #cacaca;
	margin:15px 0;
	padding:0;
	}

form {
	display:inline;
	margin:0;
	padding:0;
	}

form .text, form .select, form textarea {
	background:#FFF url('http://www.chatstore.com.au/images/form_controls_bg.gif') no-repeat left top;
	border:1px solid #00C4D6;
	font:12px Verdana;
	padding:2px;
	}

table {
	width: 100%;
	border: none;
	}

th {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background-color: #d2e0e9;
	color: #2d2d2d;
	padding: 5px 5px 10px 5px;
}

td {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
	}
	
tr.odd {
	background-color: #f0f0f0;
	}
	
.clear {
	clear:both;
	}

.clear_left {
	clear:left;
	}

.clear_right {
	clear:right;
	}

.fleft {
	float:left;
	}

.fright {
	float:right;
	}

.left {
	text-align:left;
	}

.center {
	text-align:center;
	}

.right {
	text-align:right;
	}

.bold {
	font-weight:bold;
	}

.small-text {
	font-size:10px;
	}

p.small-text {
	padding:0;
	}

.grey {
	color:#636363;
	}

.red {
	color:#C60000;
	}

.olive {
	color:#87A200;
	}

.highlight {
	background:#E7F7D4;
	}

.ul_li_arrows li {
	list-style-image:url('http://www.chatstore.com.au/images/ul_li.gif');
	}

ul.ul_li_tick {
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
	}

ul.ul_li_tick li {
	padding:5px 40px 0 60px;
	margin-bottom: 20px;
	background:url('http://www.chatstore.com.au/images/ul_li_tick.jpg') no-repeat;
}

ul.plus {
	list-style: none;
	}

ul.plus li {
	background: url('http://www.chatstore.com.au/images/ul_li_plus.gif') no-repeat;
	margin-bottom: 12px;
	padding:5px 10px 0 35px;
	}

.ul_li_none li, li.ul_li_none, .ul_li_none {
	list-style-type:none;
	list-style-image:none;
	}

.ul_li_decimal li, li.ul_li_decimal {
	list-style-type:decimal;
	list-style-image:none;
	}

p.notify {
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	font-size: 11px;
	margin:0 auto 10px auto;
	padding: 4px 10px 4px 10px;
	text-align: center;
	}

.info-box {
	background:url('http://www.chatstore.com.au/images/info_box.gif') no-repeat;
	display: block;
	height: 140px;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	width: 250px;
	}

.info-box ul.plus {
	list-style: none;
	margin:0 0 0 -24px;
	}

.info-box h3 {
	margin:5px 0 0 0;
	}

p.ss_thumb {
	float:left;
	font-size:11px;
	text-align:center;
	width:33%;
	}

p.ss_thumb img {
	height:140px;
	width:140px;
	}

p.ss_thumb span {
	display:block;
	margin-top:-8px;
	}

p.ss_thumb a {
	color:#87A200;
	}

/* HEADER_LOGIN_PANEL ***********************************************/
#header_login_panel {
	background:url('http://www.chatstore.com.au/images/login_panel_bg.png') no-repeat 0 0;
	color:#222;
	font-size:11px;
	height:25px;
	line-height:25px;
	margin:0 auto;
	padding:0 10px;
	width:750px;
	}

#header_login_panel a {
	color:#0098D6;
	font-weight:bold;
	padding:2px;
	text-decoration:none;
	}

#header_login_panel a:hover {
	background:#0098D6;
	color:#FFF;
	}


/* BODY ***********************************************/
#body {
	background:#FFF;
	margin:0 auto;
	padding:0;
	width:770px;
	}

/* FOOTER ***********************************************/
#footer_container {
	background:#F7F7F7;
	border-top:1px solid #ccc;
	clear:both;
	margin-top:14px;
	width:100%;
	}

#footer {
	margin:0 auto;
	width:770px;
	}

#footer ul {
	float:right;
	font-size:11px;
	margin:10px 0 15px 0;
	padding:0 0 0 10px;
	width:22%;
	}

#footer ul li {
	list-style-image:url('http://www.chatstore.com.au/images/ul_li_arrow_green_silver.gif');
	}

#footer ul li h3 {
	margin:0 0 0 -15px;
	padding:0 0 5px 0;
	}

#footer ul li a {
	color:#666;
	padding:2px;
	}

#footer ul li a:hover {
	background:#04AFCA;
	color:#FFF;
	text-decoration:none;
	}

#poweredby {
	font-size:11px;
	margin:16px auto;
	text-align:center;
	}

#poweredby a, #poweredby a:hover {
	background:transparent;
	color:#666;
	text-decoration:none;
	}

#poweredby img {
	height:55px
	width:200px;
	}

#footer_base {
	color:#c0c0c0;
	font-size:11px;
	margin:0 auto;
	text-align:center;
	}

#footer_base a, #footer_base a:hover {
	background:transparent;
	color:#c0c0c0;
	}

/* MENU ***********************************************/
#nav {
	background:url('http://www.chatstore.com.au/images/menu_main_bg.gif') repeat-x 50% top;
	border-top:0;
	clear:left;
	height:26px;
	margin:0 auto;
	padding:0;
	position:relative;
	width:768px;
	z-index:999;
	}

#nav li, #nav li ul, #nav li ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	}

#nav li {
	float:left;
	}

#nav li a {
	color:#FFF;
	display: block;
	line-height:26px;
	padding:0 6px;
	}

#nav li a:hover {
	background:#FFF;
	border:1px solid #0098d6;
	color:#0098D6;
	line-height:24px;
	padding:0 5px;
	text-decoration:none;
	}

#nav li ul {
	background: #D2F1F5;
	border:1px solid #0098d6;
	border-bottom:0;
	border-top:0;
	display:none;
	position: absolute;
	width: 170px;
	}

#nav li ul li {
	border-bottom:1px solid #0098d6;
	}

#nav li ul li a {
	color:#00658F;
	padding:0 5px;
	width:160px;
	}

#nav li ul li a:hover {
	background:#FFF;
	border:0;
	color:#00658F;
	line-height:26px;
	padding:0 5px;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfhover ul {
	/* left: auto; */
	display:block;
	}

li.nav_logo img {
	margin:2px 0 1px 0;
	}

li.nav_logo a, li.nav_logo a:hover {
	border:0;
	line-height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
	}


/* BREADCRUMBS ***********************************************/
#breadcrumbs {
	background:#EDF5FF;
	border-bottom:1px solid #B7D7FF;
	font:11px verdana;
	list-style-type:none;
	margin:0 auto 8px auto;
	padding:4px;
	width:762px;
	}

#breadcrumbs li {
	display:inline;
	list-style-image:none;
	margin:0;
	padding:0 4px;
	}

/* ROUNDED BOXES ***********************************************/
.box_special_top {background:#d2f1f5 url('http://www.chatstore.com.au/images/rounded_home_top.gif') no-repeat 50% top; 
height:10px; margin:0 auto; width:500px;
}
.box_special_content {background:#d2f1f5; color:#000; margin:0 auto; padding:0 10px; width:480px;}
.box_special_content .fleft {width:320px;}
.box_special_placard {margin-bottom:-80px; position:relative}
.box_special_bottom {background:#d2f1f5 url('http://www.chatstore.com.au/images/rounded_home_bottom.gif') no-repeat 50% bottom; 
height:10px; margin:0 auto; width:500px;
}

.round_box {margin:10px auto;}
.round_box .tr, .round_box .br {font-size:1px;height:11px;}
.round_box .tl {background:url('http://www.chatstore.com.au/images/boxes/tl.gif') no-repeat 0px 0px;
}
.round_box .tr {background:url('http://www.chatstore.com.au/images/boxes/tr.gif') no-repeat right 0px;
}
.round_box .ml {background:url('http://www.chatstore.com.au/images/boxes/ml.gif') repeat-y 0px 0px;
}
.round_box .mr {background:url('http://www.chatstore.com.au/images/boxes/mr.gif') repeat-y right 0px;
}
.round_box .bl {background:url('http://www.chatstore.com.au/images/boxes/bl.gif') no-repeat 0px 0px;
}
.round_box .br {background:url('http://www.chatstore.com.au/images/boxes/br.gif') no-repeat right 0px;
}
.round_box .c {padding:0 15px;}

/* LOGIN FORM ***********************************************/
.login_form {
	color:#008AA2;
	}

.login_form p {
	color:#555;
	}

.login_form h2,
.login_form h3 {
	color:#87A200;
	}

.login_form label {
	display:block;
	font-weight:bold;
	padding-right:8px;
	width:150px;
	}

.login_form .text {
	width:200px;
	}

.login_form .submit {
	font:14px arial;
	margin-top:14px;
	width:150px;
	}

/* REGISTER FORM ***********************************************/
.register_form {
	color:#008AA2;
	margin-bottom:-12px;
	}

.register_form p {
	color:#555;
	}

.register_form h2,
.register_form h3 {
	color:#87A200;
	}

.register_form label {
	display:block;
	font-weight:bold;
	}

.register_form div {
	float:left;
	margin-bottom:16px;
	padding-left:24px;
	}

.register_form .text {
	width:200px;
	}

.register_form textarea.terms_and_conditions {
	color:#777;
	font:11px Arial;
	height:100px;
	margin-left:24px;
	padding:10px;
	width:600px;
	}

.register_form p.terms_and_conditions_agree {
	padding:14px 0;
	text-align:right;
	width:600px;
	}

.register_form p.terms_and_conditions_agree label {
	display:inline;
	}

.register_form p.submit {
	padding:14px 0;
	text-align:center;
	width:100%;
	}

.register_form p.submit .submit {
	font: 14px arial;
	width: 300px;
}

/* HOME PAGE SPECIFIC ***********************************************/

#header_home {
	margin:0 auto;
	width:770px;
	}

#header_home_left {
	float:left;
	padding:5px;
	}

#header_home_left img {
	height:143px
	width:360px;
	}

#header_home_right {
	float:right;
	padding-top:15px;
	}

#content_home {
	float:left;
	margin:0;
	padding:10px;
	width:530px;
	}

#sidebar_home {
	background:#d2f1f5 url('http://www.chatstore.com.au/images/sidebar_home_top_bg.gif') no-repeat 50% top;
	float:right;
	margin-top:-50px;
	margin-bottom:15px;
	padding-top:50px;
	position:relative;
	text-align:center;
	width:220px;
	}

#sidebar_home img {
	margin-top:15px;
	}

#sidebar_home_bottom {
	background:url('http://www.chatstore.com.au/images/sidebar_home_bottom_bg.gif') no-repeat 50% bottom;
	height:13px;
	width:220px;
	}


/* PAGE SPECIFIC ***********************************************/
#sidebar_products {
	float:left;
	padding:0 10px;
	margin-top:15px;
	text-align:center;
	width:160px;
	}

#sidebar_products p {
	font-size:11px;
	line-height:130%;
	}

#content_products {
	float:right;
	width:590px;
	}

.messages_iframe {
	border:0;
	height:1200px;
	margin:0;
	overflow:auto;
	padding:0;
	width:100%;
	}
ul.ul_li_buy li {
	padding: 5px 40px 0 60px;
	margin-bottom: 20px;
	background: url('http://www.chatstore.com.au/images/buy_now.gif') no-repeat;
}
ul.ul_li_buy {
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
}
