div#header {
	background: url('../images/site/hdr.png') no-repeat top left;
	height: 130px;
	position: relative;
}

div#logo {
	position: absolute;
	top: 0px;
	padding-left: 0px;
	width: 378px;
	height: 94px;
	cursor: pointer;
}

div#search {
	position: absolute;
	top: 99px;
	right: 0px;
}

div#search ul {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#search ul li {
	float: left;
	margin-left: 5px;
}

div#search #search_keyword {
	width: 350px;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

div#search button {
	margin: 2px 6px 0px 0px;
	padding: 0px 10px 3px 7px;
	height: 23px;
}

div#quicklinks {
	float: right;
	margin-right: -10px;
	position: relative;
}

div#quicklinks ul {
	padding: 0px 4px;	/* padding greater than corner height|width */
	color: #696969;
	height: 22px;
	font-weight: normal;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	background: url(../images/bg/white-grey-gradient-1x24.png) repeat-x;
	padding: 0px;
	list-style: none;
}

div#quicklinks ul li {
	background: url(../images/site/bg_menu.gif) no-repeat right top;
	float: left;
	font-size: 1.00em; 
	padding: 4px 7px 0px 3px;
	margin: 0px 3px 0px 3px;
	color: #565656;
	cursor: pointer;
	font-weight: normal;
	line-height: 130%;
	border-right-color: #DEDEDE;
	border-right-style: solid;
	border-right-width: 1px;
	height: 18px;
}

div#quicklinks ul .last {
	border-right: none;
}

div#quicklinks ul li a {
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
}

div#quicklinks ul li a:hover {
	text-decoration: none;
	background: url(../images/site/bg-menu-act.gif) top left repeat-x;
}

div#quicklinks #cart-status-update {
	display: inline;
	margin-left: 3px;	
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #2D3691;
}

/* Nav */
div#nav {
	height: 36px;
}

div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

div#nav ul li {
	display: inline;
	float: left;
	font-size: 1.25em; 
	border-right-color: #DEDEDE;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 6px 15px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

div#nav ul li a {
	color: #333;
	text-decoration: none;
}

div#nav ul li a:hover {
	text-decoration: none;
}

div#nav ul li .current {
	text-decoration: none;
}

div#nav ul .last {
	border-right: none;
}

/* Product Category */
div#nav-product-categories ul {
	list-style: none;
	background: url(../images/site/bg-blue-gradient.png) repeat-y left top;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 0px 6px;
	font-weight: bold;
	text-transform: capitalize;
}

div#nav-product-categories ul li {
	display: inline;
}

div#nav-product-categories ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	background: url(../images/site/nav-product-blue.png) no-repeat left top;
	color: #FFFFFF;
	margin-top: 6px;
	height: 20px;
	padding: 1px 0px 0px 10px;
}

div#nav-product-categories ul li a:hover {
	text-decoration: none;
}

div#nav-product-categories ul li .current {
	text-decoration: none;s
}

div#nav-product-categories ul .first a:hover {
	margin: 0px;
	display: inline;
}

div#nav-product-categories ul .first .current {
	margin: 0px;
	display: inline;
}

div#nav-product-categories ul .last {
	background: none;
}

div.product-listing ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 0px 6px;
	font-weight: bold;
}

div.product-listing ul li {
	display: inline;
	float: left;
}

div.product-listing ul li {
	padding: 8px 8px;	/* padding greater than corner height|width */
	margin: 0.25em 0.25em;
	color: #696969;
	width: 250px;
	height: 222px;
	font-weight: normal;
	background: #D0D0D0;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
}

div.product-listing.wide ul li {
	width: 730px;
	height: 194px;
}

div.product-listing ul li .corner-top {
	padding: 6px 6px;	/* padding greater than corner height|width */
	color: #565656;
	width: 237px;
	height: 180px;
	font-weight: normal;
	background: #efefef;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
}

div.product-listing.wide ul li .corner-top {
	width: 717px;
}

div.product-listing h1 {
	color: #C44428;
	cursor: pointer;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
}
div.product-listing h1 a {
	text-decoration: none;
}


div.product-listing ul li .corner-top img {
	border-color: #E3E3E3 #D0D0D0 #D0D0D0 #E3E3E3;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 5px;
}

div.product-listing .buttons {
	top: 200px;
	left: 8px;
}

div.product-listing .button {
	margin: 0px;
	width: 104px;
}

div.item-listing-sml ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 0px 6px;
	font-weight: bold;
	text-transform: capitalize;
}

div.item-listing-sml ul li {
	display: inline;
	float: left;
	text-align: center;
	padding: 5px 5px;	/* padding greater than corner height|width */
	margin: 0.25em 0.25em;
	color: #696969;
	width: 110px;
	height: 110px;
	font-weight: normal;
	background: #efefef;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
}

div.item-listing-sml h3 {
	color: #C44428;
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;x
}
div.item-listing-sml a {
	text-decoration: none;
}

div.item-listing-sml ul li img {
	border-color: #E3E3E3 #D0D0D0 #D0D0D0 #E3E3E3;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	height: 56px;
}

/* Video Listing */
div.video-listing-sml {
	position: relative;	
	top: 30px;
	padding: 0px 25px;
}

div.video-listing-sml p {
	color: #FFFFFF;
	font-size: 115%;	
}

div.video-listing-sml ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 0px 6px;
	font-weight: bold;
	text-transform: capitalize;
	height: 100px;
}

div.video-listing-sml ul li {
	float: left;
	text-align: center;
	padding: 5px 5px;	/* padding greater than corner height|width */
	margin: 0.25em 0.25em;
	color: #696969;
	font-weight: normal;
}

div.video-listing-sml a {
	position: relative;
	display: block;
}

div.video-listing-sml ul li img.video-preview {
	width: 120px;
	height: 90px;
}

div.video-listing-sml ul li img.play-btn {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 44px;
	top: 33px;
}


div.item-listing-tiny ul {
	list-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 0px 6px;
	font-weight: bold;
	text-transform: capitalize;
}

div.item-listing-tiny ul li {
	display: inline;
	float: left;
	text-align: center;
	padding: 2px 2px;	/* padding greater than corner height|width */
	margin: 0px 2px 2px 0px;
	color: #696969;
	width: 87px;
	height: 120px;
	font-weight: normal;
	background: #efefef;
	border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style: solid;
	border-width: 1px;
}

#content div.item-listing-tiny ul li {
	width: 83px;
}

div.item-listing-tiny h4 {
	color: #C44428;
	cursor: pointer;
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;
	margin-top: 0em;
	margin-bottom: 0em;
}

div.item-listing-tiny a {
	text-decoration: none;
}

div.item-listing-tiny ul li img {
	border-color: #E3E3E3 #D0D0D0 #D0D0D0 #E3E3E3;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	height: 56px;
}

div.product-listing .addform {
	display: inline;
}

div.product-listing .addform button {
	width: 126px;
}

/* Product Sub Category */
div#nav-product-categories ul li ul {
	list-style: none;
	padding: 0px 0px 3px;
}

div#nav-product-categories ul li {
	display: inline;
}

div#nav-product-categories ul li ul a {
	color: #333;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin-bottom: 6px;
	height: 12px;
	padding-left: 18px;
	background: none;
}

/* Product */
#product-sidebar .corner {
	background: #efefef;
	padding: 10px 10px;	/* padding greater than corner height|width */
	margin-bottom: 5px;
	text-align: center;
}

#product-sidebar .details {
	text-align: center;	
}

#product-sidebar .details table {
	width: auto;
	margin-bottom: auto;
}

/* Headers */
.hdr-std-orange {
	background: url(../images/site/hdr-std-orange.png) no-repeat left top;
	height: 30px;
	color: #F5EB20;
	font-weight: bold;
	font-size: 1.35em;
	padding-left: 28px;
	padding-top: 6px;
	margin-bottom: 2px;
}
.hdr-lrg-orange {
	background: url(../images/site/hdr-lrg-orange.png) no-repeat left top;
	height: 72px;
	color: #F5EB20;
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px;
}
.hdr-lrg-grey {
	background: url(../images/site/hdr-lrg-grey.png) no-repeat left top;
	height: 72px;
	color: #F5EB20;
	font-weight: bolder;
	font-size: 1.35em;
	padding-left: 28px;
	padding-top: 6px;
	margin-bottom: 2px;
}

.hdr-article, .ad-content-hdr {
	background: url(../images/site/hdr-article-blue.png) no-repeat left top;
	height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	padding-left: 90px;
	padding-top: 3px;
	margin-bottom: 2px;
}

/* Photo GalleryView */

#media-wrap {
	width: 510px;
	height: 320px;
	padding: 20px;
	margin-bottom: 20px;
	background: url(../images/bg/photo-gallery-lrg.png) top left no-repeat;
}
#media-wrap.wide {
	width: 750px;
	height: 320px;
	padding: 0px;
	background: none;
}
#media-wrap .panel {
	padding: 10px;	
}
#media-gallery .panel .panel-overlay h2 {
	margin-bottom: 0px;
	font-size: 98%;
	font-weight: bold;
	color: #FFF;
}
.panel .panel-overlay p {
	line-height: 1.2em;
	margin: .3em 0;
	font-size: 10px;
}

h2.massive {
	font-family: impact, 'helvetica neue', helvetica, 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 44px;
	font-weight: normal;
	margin-bottom: 0px;
}

#media-wrap h2.massive {
	color: #FFFFFF;
	float: right;
	margin-right: 9px;
}

h3.massive {
	font-family: impact, 'helvetica neue', helvetica, 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

#media-wrap h3.massive {
	color: #FFFFFF;
	float: right;
	margin-right: 9px;
}

h3.light-blue {
	color: #0D7BC0;
}

#media-wrap .video {
	width: 660px;
	height: 235px;
	padding-top: 65px;
	padding-left: 35px;
	padding-right: 35px;
}

#media-wrap .welcome h2 {
	float: left;
}
#media-wrap .welcome h3 {
	text-align: right;
	width: 370px;
	margin-bottom: 20px;
}

#media-wrap .welcome h3.light-blue {
	margin-top: 30px;
}
#media-wrap .welcome h3.massive {
	margin-top: 30px;
}
#media-wrap .welcome .video {
	position: absolute;
}
#media-wrap .welcome .video a {
	margin: 0px 0px;
}

#media-wrap .product h2 {
	color: #333;
	z-index: 100;
	position: relative;
}
#media-wrap .product img {
	position: absolute;
	left: 10px;
	top: 10px;
}

#media-wrap .item-listing-sml {
	height: 128px;
	padding: 90px 45px;
}

div.video a {
	position: relative;
	display: block;
	width: 300px;
	height: 225px;
	margin: 0px auto;
}

div.video a img.video-preview {
	width: 300px;
	height: 225px;
}

div.video a img.play-btn {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 138px;
	top: 100px;
}


/* Merchandising */
.merch-1 {
	margin-bottom: 5px;
	background: url(../images/site/bg-orange-gradient.png) repeat-y left top;
}
.merch-1 h1 {
	color: #F5EB20;
	font-weight: bold;
	font-size: 1.25em;
	padding: 3px;
	margin-bottom: 0px;
}
.merch-1 p {
	color: #FFFFFF;
	padding: 3px;
	margin: 0em 0em 0.4em;
}
.merch-1 form {
	padding: 3px;
}

.merch-2 {
	margin-bottom: 5px;
	background: url(../images/site/bg-grey-gradient.png) repeat-y left top;
	color: #FFFFFF;
}
.merch-2 h1 {
	background: url(../images/site/hdr-lrg-grey.png) no-repeat left top;
	height: 54px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.25em;
	padding: 12px 12px 0px 4px;
}
.merch-2 p {
	padding: 3px;
	margin: 0em 0em 0.4em;
}
.merch-2 form {
	padding: 3px;
}

.merch-2 ul {
	margin:0 0.5em 0.5em 0;
	padding-left:1.333em;
}

.merch-1 button, .merch-2 button {
	height: 20px;
	padding-top: 0px;	
}

#side-bar-1 hr {
	margin: 0px 0px 0.5em;
}
#resource-download-catalogue {
	padding: 8px;	/* padding greater than corner height|width */
	color: #F5EB20;
	font-weight: bold;
	font-size: 1.15em;
	background: transparent url(../images/site/bg-orange-gradient.png) repeat-y scroll left top;
}
#resource-download-catalogue a {
	color: #F5EB20;
	text-decoration: none;
}
#resource-download-catalogue a:visited {
	text-decoration: none;
}

/* Advertising */
.ad-content-container {
	color: #FFFFFF;
	background: #2E3192;
}
.ad-content-btn {
	float: left;
	width: 120px;
}
.ad-content-content {
	float: left;
}

/* Products */
.top-featured-product {
	border: 2px solid #2E3192;
	float:left;
	width: 100px;
	margin-right: 2px;
	padding: 2px;
	text-align: center;
}

/* Cart */
#id_quantity {
	width: 26px;
	text-align: center;
}

table#cart form#form-2 label {
	display: inline;
}

/* Checkout */

#checkoutprogress {
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	margin-bottom: 25px;	
}

#checkoutprogress ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	border: none;
}

#checkoutprogress ul li {
	margin-left: 0;
	padding-left: 2px;
	display: inline;
	list-style: none;
}

#checkoutprogress ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	display: inline;
	list-style: none;
}

#checkoutprogress ul li.first:before {
	content: " ";
}

#checkoutprogress li.active {
	background-color: #ccc;
}

/* Tables */

.tbl-gradient-style
{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.tbl-gradient-style theads
{
	font-weight: bold;
}

.tbl-gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../images/table/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
.tbl-gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/table/gradback.png') repeat-x;
}
.tbl-gradient-style .center
{
	text-align: center;
}
.tbl-gradient-style .numeric
{
	text-align: right;
}

.tbl-gradient-style tfoot tr td
{
	background: #FFFFFF;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

.tbl-gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/table/gradhover.png') repeat-x;
	color: #339;
}

table tr th {
	vertical-align: top;	
}

/* jGrowl Notifications */
div.jGrowl a {
	color: #FFFFFF;	
}
div.jGrowl a:visited {
	color: #FFFFFF;	
}


.error, .notice, .success {
	border: 1px dotted #DDDDDD;
	margin-bottom: 1em;
	padding: 0.8em 0.8em 0.8em 3em;
}

.success {
	color: #7BB31A;
	background: url(../images/icon/dry/coquette/png/16x16/accept.png) no-repeat scroll 10px 10px #EDFBD5 ;
}

.notice {
	color: #1C8CAE;
	background: url(../images/icon/dry/coquette/png/16x16/info.png) no-repeat scroll 10px 10px #DDEEF2 ;
}

.error {
	background: url(../images/icon/dry/coquette/png/16x16/block.png) no-repeat scroll 10px 10px #FBE3E4 ;
	border-color: #FBC2C4;
	color: #8A1F11;
	padding-left: 36px;
}

.errorlist {
	padding: 0px;
	margin: 0px;	
}
.errorlist li {
	background: #FBE3E4 ;
	border-color: #FBC2C4;
	color: #8A1F11;
	list-style-image: url(../images/userprofile/error.png);
	list-style-position: inside;
}

#notify-success {
	background: url(../images/icon/dry/coquette/png/24x24/accept.png) no-repeat scroll;
	padding-left: 40px;
}

#notify-error, #test-mode {
	background: url(../images/icon/dry/coquette/png/24x24/block.png) no-repeat scroll;
	padding-left: 40px;
}

#notify-notice, #shipping-not-required, #payment-notification {
	background: url(../images/icon/dry/coquette/png/24x24/info.png) no-repeat scroll;
	padding-left: 40px;
}

#test-mode, #shipping-not-required, #payment-notification {
	display: block;
	vertical-align: middle;
}

#notify-success h2 {
	color: #7BB31A;
}

#notify-error h2 {
	color: #CB443E;
}

#notify-notice h2 {
	color: #1C8CAE;
}

#shipping-not-required p, #payment-notification p {
	color: #1C8CAE;
	line-height: 2.5em;
}

#test-mode p {
	color: #8A1F11;
	line-height: 2.5em;
}

/* Comments */

.comment, .review {
	border: 1px dotted #999999;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
}
.date {
	color: #999999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 0;
	text-transform: uppercase;
}

.votes {
	border-top: 1px dotted #999999;
	padding-top: 3px;
	color: #6aa407;
	font-size: 1em;
	font-weight: bold;
}
.votes > form {
	margin-right: 8px;
}
.votes .info {
	color: #333;
}
.votes .info {
	color: #333;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center
{
	text-align: center;
}

/* Buttons */
.remove_from_shopping_cart {
	background: transparent url(../images/icon/dry/coquette/png/24x24/remove_from_shopping_cart.png) no-repeat scroll 0 0;
	padding:4px 10px 4px 7px;
}
.insert_to_shopping_cart {
	background: transparent url(../images/icon/dry/coquette/png/24x24/insert_to_shopping_cart.png) no-repeat scroll 0 0;
}
.shopping_cart_accept {
	background: transparent url(../images/icon/dry/coquette/png/24x24/shopping_cart_accept.png) no-repeat scroll 0 0;
}
.cancel_authorization {
	background: transparent url(../images/icon/dry/coquette/png/24x24/delete.png) no-repeat scroll 0 0;
	float: left;
}
.complete_authorization {
	background: transparent url(../images/icon/dry/coquette/png/24x24/accept.png) no-repeat scroll 0 0;
	float: left;
}

/* Forms */

/* Fieldsets */
fieldset {
	border: 1px dotted #999999;
	padding: 4px;
	margin-bottom: 10px;
}
fieldset > legend {
	font-weight: bold;
	color: #1C8CAE;
	text-decoration: none;
}
fieldset label {
	font-weight: bold;
	color: #666666;
}
fieldset p {
	color: #598b06;
}

/* Search */
#search-results li {
	margin-bottom: 14px;
}

/* Misc */
.hidden {
	display: none;
}
.highlight {
	display: inline;
	font-weight: bold;	
}
hr.clear {
	color: #FFF;
	background-color: #FFF;
	height: 5px;
}

/* Pagination */

div#pagination ul {
	list-style: none;
}

div#pagination ul li {
	display: inline;
	float: left;
	font-size: 1.25em; 
	color: #565656;
	cursor: pointer;
	font-size: 104%;
	font-weight: bold;
	line-height: 130%;
	padding: 10px;
}

/* Sidebar */
#sidebar h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#side-bar-1 .video {
	margin-top: 5px;
}

/* Shop */
#payment-method ul {
	list-style: none;
}

#quickOrder input[class="text"] {
	width: 50px;
}

/* Horizontal Menu */
ul.horizontal-menu {
	list-style: none;
	overflow: hidden;
}
ul.horizontal-menu > li {
	float: left;
	display: block;
	padding: 7px;
}
ul.horizontal-menu > li > a {
	text-decoration: none;
	text-decoration: underline;
	font-weight: bold;
}
ul.horizontal-menu > li.active {
	border: 1px dotted #98d72e;
	padding: 6px;
}

/* user profile style */
#nav-profile {
	margin: 8px;	
}

.gender {
  float: left;
  border: 1px solid #D3D3D3;
  padding: 0px 30px;
  margin-right: 5px;
}
a.male {
	background: url(../images/userprofile/male.png) no-repeat #E6E6E6;
}

a.female {
	background: url(../images/userprofile/female.png) no-repeat #E6E6E6;
}
a.selected {
	background-color: #FFFFFF;
}
#avatar {
	float: left;
	margin-right: 10px;
}
#profile .mapinfo {
	display: block;	
}
#profile div#map {
	height:320px;
	width:480px;
}


/* end of financial year specials */
span.deal {
	color: #FF4400;
}
.eofy-specials div.corner-top {
	position: relative;
}
.eofy-specials div.buttons {
	position: absolute;
	top: 158px;
}
.eofy-specials button {
	background: #FFF;
}
.eofy-specials div.product-listing h1 {
	font-family: impact, 'helvetica neue', helvetica, 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
} 
.eofy-specials p {
	margin-bottom: 0px;
	width: 300px;
	float: left;
}
.eofy-specials .price {
	float: right;
}
.eofy-specials .price .retail .currency {
	text-decoration: line-through;
}
.eofy-specials .price > div {
	font-family: impact, 'helvetica neue', helvetica, 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
}
.eofy-specials .price .retail {
	color: #999;
}
.eofy-specials .price .save {
	color: #FF4400;
}
