hr {
	height:1px;
	border:1px dotted #CCC;
	background-color:#FFF;
	color:#FFF;
}



/*productaHeading---------------------*/

#productsHeading {
	color:#004949;
	padding:0 0 10px 5px;
	border-bottom:1px solid #DCDCDC;
	font-size:1.5em;
	font-weight:bold;
}

/*breadcrumbs---------------------*/

#breadcrumbs {
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	height:49px;
	padding-left:10px;
	font-size:0.75em;
}

#breadcrumbs ul {
	padding-top:7px;
}

#breadcrumbs li {
	display:inline;	
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	line-height:39px;
}

#breadcrumbs li a {
	color:#004949;
}

#breadcrumbs li a:hover {
	color:#666;
	
}

#breadcrumbs h1 {
	font-size:1em;
	margin:0;
	padding:0;
	display:inline;
	color:#494546;
	line-height:39px;
}

/*pagenav---------------------*/

#pagenav { 
	height:52px;
	background:url(../images/page_nav_bg.jpg) repeat-x;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	padding-left:10px;
}

.pnBottom {
	border-bottom:1px solid #DCDCDC;
}

#pagenav p {
	color:#777;
	padding-top:13px;
}

#pageNav_menu {
	float:right;
	margin:-23px 200px 0 0;
	width:200px;
}

#pageNav_menu li {
	list-style-type:none;
	float:left;
	font-size:1em;
	margin-right:4px;
}

#pageNav_menu li a {
	list-style-type:none;
	color:#1EAA9F;
}

#pageNav_menu li a:hover {
	color:#666;
}

#pageNav_menu li a img {
	padding-top:2px;
	margin:0 5px;
}


/*productstable---------------------*/

#productstable {
	border-collapse:collapse;
	width:100%;
	
}

#productstable td {
	border:1px solid #DCDCDC; 
	vertical-align:top;
	
}

#productText {
	padding:12px;
}

#productstable p {
	font-weight:bold;
}

#productstable p a {
	color:#1C8A87;
	
}

#productstable p a:hover {
	color:#014B56;
}

#price {
	font-size:1.5em;
	font-weight:bold;
	color:#014B56;
	padding-top:5px;
	
}

#priceSmall {
	color:#014B56;
	font-size:0.5em;
	
}

#priceExtra {
	font-size:1em;
	color:#4C4847;
	
}

#priceHolder {
	position:absolute;
	bottom:0px;
}

#iconHolder {
	position:relative;
	padding:5px;
}

.iconSale {
	position:absolute;
	top:0px;
	right:0px;
	/*opacity: .8;
	filter: alpha(opacity=80);*/

}

/*-buttons-*/

#buttons {
	padding:5px 0 10px 0px;
	color:#FFF;
}

#buttons li {
	float:left;
	list-style-type:none;
	
}

#buttons a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	line-height:1.2em;
	
}

.buy {
	background:url(../images/buyButton_bg.jpg) repeat-x;
	margin-right:3px;
	color:#fff;
	padding:4px 10px 5px 10px;
}

.buy:hover {
	background:none #014B56;
	color:#fff;
	
}

.details {
	background:#D5EEEB;
	color:#004B4C;
	padding:4px 13px 5px 13px;

}

.details:hover {
	background:#014B56;
	color:#fff;
}




/*-----------------deatailsPage---------------------------------------------------*/

#detailsHeading { 
	height:52px;
	background:url(../images/page_nav_bg.jpg) repeat-x;
	
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	padding-left:10px;
}

#detailsHeading p { 
	color:#014B56;
	font-size:1.13em;
	padding-top:13px;
}

/*----productDetails_table----*/

#productDetails_table {
	border-collapse:collapse;
}

#productDetails_table td {
	border:1px solid #DCDCDC; 
	vertical-align:top;
}

#productDetails_table td p {
	color:#4E4347;
	margin:5px 10px 10px 15px;
}		

#detailsPrice {
	padding:5px 10px 20px 0;
	margin:20px 0;
	background:#F0F8E1;
}

#detailsPrice p {
	
}

#detailsPrice form {
	margin:20px 0 0 15px;
}

.detailsInput {
	width:50px;
}


#productDetails_smallheading {
	color:#014B56;
	font-size:1.25em;
	font-weight:bold;
	
}

/*realatedHeading-----------------------*/

#realatedHeading {
	width:%100;
	background:#F0F0F0;
	padding:6px 0;
	
}

#realatedHeading p {
	color:#014B56;
	font-weight:bold;
}

#relatedTable {
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC; 
	border-collapse:collapse;
	width:100%;
}

#relatedTable td {
	 
	
}


#relatedProducts {
	padding:10px 0;
}


#relatedProducts p {
	float:right;
	padding:5px 50px 0 0;
}

#relatedProducts p a {
	color:#179B8D
}

#relatedProducts p a:hover {
	color:#014B56;
}

#relatedProducts #buttons {
	margin:-15px 0 0 115px; 
}


/*--viewsMenu------------*/

#viewsMenu {
	margin-left:50px;
}

#viewsMenu li {
	list-style-type:none;
	float:left;
	margin-right:0px;
	
}

#viewsMenu a {
	background:url(../images/viewButton_bg.jpg) no-repeat;
	padding:2px 11px 8px 6px;
	display:block;
	font-size:0.75em;
	color:#179B8D;
}

#viewsMenu a:hover {
	color:#014B56;
}

.viewsHeader {
	color:#179B8D;
	font-weight:bold;
	padding-right:30px;
}

#buyBut2 {
	background-image:url(../images/buyButton_bg.jpg);
	border:none;
	padding:3px;
	color:#333;
	font-weight:bold;
}


/*----------------homepage_latestproducts--------------------------*/

#latestProducts_banner {
	width:660px;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;

}


#latestProducts_intro {
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	padding:5px 10px 15px 10px;
}


#latestProducts_intro p {
	color:#4B494A;
	line-height:1.5em;
	margin:10px 0 10px 0;
}

#latestProducts_introHeading {
	color:#004949;
	padding:0 0 5px 0;
	font-size:1.5em;
	font-weight:bold;
}


#latestProduct_header { 
	height:52px;
	background:url(../images/page_nav_bg.jpg) repeat-x;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	padding-left:10px;
}

#latestProduct_header h2 {
	color:#004949;
	padding:16px 0 0 0;
	font-size:1.13em;
	font-weight:bold;
}
a:link img, a:visited img, a:hover img, a:active img {
	border:0px;
}
.cartsummary {
	position:relative;
	padding:5px 3px 5px 45px;
	background:url(../images/cart.gif) no-repeat 20px 3px;
}
.cartsummarycart {
}
.cartsummarycheckout {
	padding-left:3px;
}
.volumediscount {
	padding-top:10px;
	font-style:italic;
}
.header {
	position:relative;
}
#tableshippingdetails {
	border-collapse:collapse;
	width:500px;
}
#tableshippingdetails th, #tableshippingdetails td {
	padding:3px 10px 3px 0px;
}
#tableshippingdetails th {
	width:150px;
}
#tableshippingdetails .inputtype1 {
	width:200px;
}
#carttable {
	width:610px;
	border-collapse:collapse;
	margin:20px 0px;	
}
#carttable th {
	font-weight:bold;
	padding:5px;
	background-color:#CCC;
	text-align:left;
}
#carttable td {
	padding:5px;
	border-bottom:1px solid #EEE;
	line-height:23px;
}
#carttable .cartproductprice, #carttable .cartproductqty, #carttable .cartproducttotalprice {
	text-align:right;
}
#carttable .cartproductimage {
	width:60px;
}
#carttable .carttotal {
	font-weight:bold;
	text-align:right;
}
#carttable .cartshipping, #carttable .carttax, #carttable .cartsubtotal, #carttable .carttotal {
	font-weight:normal;
	text-align:right;
	border-bottom:0px;
	line-height:14px;
}
#carttable .cartsubtotal {
	padding-top:30px;
}
#carttable .carttotal {
	font-weight:bold;
	border-bottom:1px solid #EEE;
	padding-bottom:30px;
	BACKGROUND:url('http://www.everydaywithadhd.com.au/user-assets/Background2.png') repeat-x left bottom; 
	VERTICAL-ALIGN: bottom; 
	PADDING-TOP: 0px; 
	margin-top:0px; 
	margin-bottom:0px;

}
#cartbtncontinue, #cartbtnupdatee, #cartbtnempty {
	float:left;
}
#cartbtncheckout {
	float:right;
}
.carttotalsvalue {
	width:70px;
}
.volumediscount {
	font-style:italic;
	font-weight:bold;
	text-indent:30px;
	background:url("/images/star-yellow.gif") no-repeat 5px 3px;
}
.volumediscount2 {
	font-style:italic;
	font-weight:bold;
	/*text-indent:30px;*/
	padding-left:30px !important;
	background:url("/images/star-yellow.gif") no-repeat 0px -1px;
	padding-top:15px;
	display:block;
}
.volumediscount3 {
	font-style:italic;
	font-weight:bold;
	text-indent:30px;
	background:url("/images/star-yellow.gif") no-repeat 0px 0px;
	line-height:40px;
	height:25px;
}

.btnleft {
	float:left;
}
.btnright {
	float:right;
}
.footertext {
	color:#FFF;
	font-size:10px;
	text-align:right;
	position:relative;
	float:right;
	padding-right:20px;
	padding-top:30px;
}
.footertext a:link, .footertext a:visited, .footertext a:hover, .footertext a:active {
	color:#FFF;
}
.footercopyright, .footerterms, .footerprivacy, .footermanaged {
}
.footermanaged {
	line-height:50px;
}
.awardslink {
	position:absolute;
	width:100px;
	height:100px;
	background:none;
	right:36px;
	top:37px;
}
.msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
	line-height:18px;
}
.error, .msgerror {
	padding-left:25px;
	padding-top:1px;
	background:url(../images/icon-cross.gif) no-repeat 0 0;
	color:#C00;
}
.stop {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-stop.gif) no-repeat 0 0;
	color:#C00;
}
.success {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-check.gif) no-repeat 0 0;
	color:#336600;
}
.forbidden {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-forbidden.gif) no-repeat 0 0;
	color:#C00;
}
.information {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-information.gif) no-repeat 0 0;
}
.hazard {
	padding-left:30px;
	padding-top:3px;
	background:url(../images/icon-hazard.gif) no-repeat 0 0;
}
