/* CSS Document */

body {
	text-align: center;
	background: #b3dc10;
	color: #008fd8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.pageBlock {
	text-align: left;
	margin: 0px auto;
	width: 777px;
	background: url(../img/pageFill.jpg) repeat-y top left;
}

.pageTop {
	height: 14px;
	background: url(../img/pageTop.jpg) no-repeat top left;
}

.header {
	padding-top: 10px;
	height: 88px;
	text-align: center;
}

.candyStripe {
	width: 759px;
	height: 9px;
	margin-left: 9px;
	background: url(../img/candyStripe.jpg) repeat-x top left;
}

.mainBlock {
	width: 743px;
	margin-left: 17px
}

.pageBottom {
	width: 777px;
	height: 38px;
	background: url(../img/pageBottom.jpg) no-repeat top left;
}

.copyRight {
	float: left;
	width: 388px;
	height: 5px;
	padding: 15px 0px 0px 30px;
	font-size: 10px;
	color: #444;
}

.bottomNav {
	float: left;
	width: 340px;
	padding: 12px 0px 0px 12px;
}

ul.bottomNavigation {
	list-style: none;
}

ul.bottomNavigation li {
	float: left;
	margin-right: 10px;
}

ul.bottomNavigation li a {
	color: #85a506;
	text-decoration: none;
}

ul.bottomNavigation li a:hover {
	text-decoration: underline;
}

/******** MISC ****************/

hr {
	background: #e2eeb5;
	border: none;
	height: 1px;
	color: #e2eeb5;
}

.left {
	float: left;
}

/******** NAVIGATION **********/

.navigation {
	width: 743px;
	margin-left: 17px;
}

.navCapLeft {
	float: left;
	width: 7px;
	height: 41px;
	background: url(../img/navCapLeft.jpg) no-repeat top left;
}

.navCapRight {
	float: left;
	width: 7px;
	height: 41px;
	background: url(../img/navCapRight.jpg) no-repeat top left;
}

.navMain {
	float: left;
	width: 420px;
	height: 34px;
	background: url(../img/navFill.jpg) repeat-x top left;
}

.navCart {
	float: left;
	width: 209px;   /* 309 */
	height: 34px;
	padding-left: 100px;
	background: url(../img/navFill.jpg) repeat-x top left;
}

.navFull {
	float: left;
	width: 729px;
	height: 34px;
	background: url(../img/navFill.jpg) repeat-x top left;
}


/* NAVIGATION */

#nav {
	font-family: arial, sans;
	font-weight: bold;
	color: #a4c424;
	padding-bottom: 7px;
	font-size: 12px;
}

ul.home {
	padding-top: 13px;
}

#down {
	border-bottom: 1px solid #a0c609;
}

#nav a{
	color: #85a506;
	text-decoration: none;
}

#nav a.product {
	color: #CC6600;
}

#nav a:hover {
	color: #f3ffbd;
}

#nav {
	/* margin-left: 142px; */
	z-index: 3;
	text-align: left;
}

#navRight {
	float: right;
	margin-right: 15px;
}

ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav ul li, #navRight ul li {
	float: left;
}

#nav li {
	position: relative;
}

#nav li ul li {
	clear: both;
	background: #fff;
	width: 104px;
	height: 14px;
	border-left: 1px solid #a0c609;
	border-right: 1px solid #a0c609;
}

#nav li ul li a:link, #nav li ul li a:visited {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 100px;
	padding-left: 4px;
	color: #aab96e;
}

#nav li ul li a:hover {
	color: #aab96e;
	background: #ecf5d6;
}

li ul {
	display: none;
	position: absolute;
	z-index: 2;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#nav a {
	display: block;
}

li > ul {
	top: auto;
	left: auto;
}

/* NAVIGATION */


/************* INDEX PAGE ***************/

.imgChange {
	width: 731px;
	height: 16px;
	padding: 2px 5px;
	margin-bottom: 5px;
	border: 1px solid #0792d9;
}

.bottomCopy {
	width: 743px;
	padding-top: 8px;
	background: url(../img/bottomCopyTop.jpg) no-repeat top left;
}

.bottomCopyFill {
	background: url(../img/bottomCopyFill.jpg) repeat-y top left;
}

.bottomCopyFill p {
	padding: 0px 8px;
	margin: 0px;
}

.bottomCopyFooter {
	width: 743px;
	height: 8px;
	background: url(../img/bottomCopyFooter.jpg) no-repeat top left;
}

.imgTitle {
	float: left;
}

.imgSelect {
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 3px;
	text-align: center;
}

.imgSelect a {
	height: 14px;
	width: 14px;
	display: block;
	text-decoration: none;
	border: 1px solid #0792d9;
	color: #0792d9;
	background: #fff;
}

.imgSelect a:hover {
	border: 1px solid #0792d9;
	color: #fff;
	background: #0792d9;
}

.wallpaperDownload {
	float: right;
	height: 16;
	text-align: center;
}

.wallpaperDownload a {
	height: 14px;
	width: 120px;
	display: block;
	text-decoration: none;
	padding: 0px 4px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	background: #0792d9;
}

.wallpaperDownload a:hover {
	/*background: #fff;
	color: #000; */
	border: 1px solid #0792d9;
}


/*********** BREADCRUMBS *********************/

.breadCrumbs {
	clear: both;
	height: 20px;
	width: 735px;
	padding: 8px 0px 0px 8px;
	color: #aab96e;
	background: #ecf5d6;
	border-bottom: 6px solid #fff;
}

.breadCrumbs a {
	color: #aab96e;
	
	color: #85a506;
	/*text-decoration: none;*/
}

.breadCrumbs a:hover {
	color: #a0c609;
	text-decoration: underline;
}

/****************************************** WHAT IS **********************/

.whatBox {
	width: 332px;
	float: left;
	margin-top: 12px;
	background: url(../img/copyWhatFill.jpg) repeat-y top left;
}

.whatBox h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
}

.whatBox p {
	padding: 4px 8px;
	margin: 0px;
}

.whatBoxTop {
	height: 11px;
	width: 332px;
	background: url(../img/copyWhatTop.jpg) no-repeat top left;
}

.whatBoxBottom {
	height: 11px;
	width: 332px;
	background: url(../img/copyWhatBottom.jpg) no-repeat bottom left;
}

/****************************************** PRODUCT LIST **********************/

.producListHeader {
	margin-top: 10px;
	margin-left: 10px;
}

h1.girls, h1.guys, h1.everyone, h1.myBox, h1.myDetails, h1.myPayment, h1.Contact, h1.Privacy, h1.Shipping, h1.Thanks {
	height: 18px;
	margin: 0px;
	padding: 0px;
	text-indent: -700em;
	overflow: hidden;
}

h1.girls {
	width: 60px;
	background: url(../img/h1Girls.jpg) no-repeat top left;
}

h1.guys {width: 60px;background: url(../img/h1Guys.jpg) no-repeat top left;}
h1.everyone {width: 112px;background: url(../img/h1Everyone.jpg) no-repeat top left;}
h1.myBox {width: 84px;background: url(../img/h1myBox.jpg) no-repeat top left;}
h1.myDetails{width: 327px;background: url(../img/h1Billing.jpg) no-repeat top left;}
h1.myPayment{width: 77px;background: url(../img/h1Payment.jpg) no-repeat top left;}
h1.Contact{width: 140px;background: url(../img/h1Contact.jpg) no-repeat top left;}
h1.Privacy{width: 174px;background: url(../img/h1Privacy.jpg) no-repeat top left;}
h1.Shipping{width: 106px;background: url(../img/h1Shipping.jpg) no-repeat top left;}
h1.Thanks{width: 126px;background: url(../img/h1Thanks.jpg) no-repeat top left;}

.productBreakdown {
	width: 210px;
	float: left;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.productBreakdown h2 {
	height: 15px;
	width: 200px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	display: block;
	padding-left: 10px;
	background: #b3dc10;
}

.productBreakdown ul {
	margin-left: 10px; 
	margin-top: 12px;
}

.productBreakdown ul li {
	font-weight: bold;
}

.productBreakdown ul ol {
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-left: 10px; 
	list-style-type: none;
}

.productBreakdown ul ol li {
	font-weight: normal;
}

.productBreakdown a, .dressingRoom a {
	text-decoration: none;
	color: #008fd8;
}

.productBreakdown a:hover, .dressingRoom a:hover {
	text-decoration: underline;
}

/****************************************** PRODUCT PAGE **********************/

.productImageBlock {
	float: left;
	width: 182px;
	/* height: 243px; */
	
}

.productImage {
	width: 180px;
	height: 240px;
	border: 1px solid #0591d9;
	
}

.packageImage {
	margin-top: 10px;
	margin-right: 5px;
	float: right;
	width: 90px;
	height: 90px;
	border: 1px solid #0591d9;
}

.colourPickerBox {
	float: left;
	margin-left: 14px;
	margin-right: 4px;
	width: 108px;
}

.colourPicker {
	float: left;
	width: 108px;
	padding: 7px 2px 7px 7px;
	border-top: 1px solid #0591d9;
	border-left: 1px solid #0591d9;
	border-right: 2px solid #0591d9;
	border-bottom: 2px solid #0591d9;
}

.colourSwatch {
	height: 21px;
	width: 21px;
	float: left;
}

.productInfo {
	float: left;
	margin-left: 14px;
	width: 221px;
	background: url(../img/prodInfoFill.jpg) repeat-y top left;
}

.productInfo h2 {
	font-size: 12px;
	width: 211px;
	padding: 8px 0px 0px 10px;
	margin: 0px;
	background: url(../img/prodInfoTop.jpg) no-repeat top left;
}

.productInfo p {
	padding: 2px 10px;
	margin: 0px;
}

.productInfo form {
	margin-left: 10px;
	padding: 0px;
}

.productInfo form select {
	border: 1px solid #aab96e;
	margin-top: 5px;
	color: #606060;
}

.prodictInfoFooter {
	height: 8px;
	background: url(../img/prodInfoBottom.jpg) no-repeat bottom left;
}

.addToCart {
	width: 74px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border: none;
	height: 23px;
	background: url(../img/btnAddToBox.jpg) no-repeat top left;
}

.checkout {
	width: 74px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border: none;
	height: 23px;
	background: url(../img/btnCheckout.jpg) no-repeat top left;
}

.dressingRoom {
	width: 153px;
	float: left;
	margin-left: 14px;
}

.dressingRoom h2 {
	height: 15px;
	width: 141px;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	display: block;
	padding-left: 10px;
	background: #b3dc10;
}

.dressingRoom p {
	padding: 2px 3px;
	margin: 0px;
}

.dressingRoomImage {
	width: 150px;
	height: 200px;
	border-top: 1px solid #0591d9;
	border-left: 1px solid #0591d9;
	border-right: 2px solid #0591d9;
	border-bottom: 1px solid #0591d9;
}

.dressingRoomList {
	width: 150px;
	border-bottom: 2px solid #0591d9;
	border-left: 1px solid #0591d9;
	border-right: 2px solid #0591d9;
}

.dressingRoomList ul {
	margin-left: 10px; 
	padding-top: 12px;
	padding-bottom: 5px;
}

.dressingRoomList ul li {
	font-weight: bold;
}

/**************************************** MY BOX ****************************/

.tabBG {
	clear: both;
	width: 733px;
	padding-left: 10px;
	display: block;
	height: 26px;
	background: #ecf5d6;
	margin-bottom: 20px;
	border-top: 1px solid #e2eeb5;
	border-bottom: 1px solid #a0c609;
}

.tabB, .tabO {
	float: left;
	margin-top: 8px;
	padding-top: 4px;
	margin-right: 5px;
	height: 14px;
	display: block;
	width: 86px;
	text-align: center;
	color: #85a506;
}

.tabB a, .tabO a {
	color: #85a506;
	text-decoration: none;
}

.tabB {
	background: url(../img/cart/tabB.jpg) no-repeat top left;
}

.tabO {
	background: url(../img/cart/tabO.jpg) no-repeat top left;
}

.cart, .billing {
	margin-bottom: 20px;
}

.cart th, .billing th {
	background: #ecf5d6;
	color: #aab96e;
	padding-left: 10px;
	border-bottom: 1px solid #e2eeb5;
}

.cart td, .billing td {
	padding-left: 10px;
}

.billing {
	margin-left: 10px;
	margin-top: 10px;
}

.billing input, .billing select {
	border: 1px solid #a0c609;
	height: 15px;
}

.billing textarea {
	border: 1px solid #a0c609;
}

.billing .inputSmall {
	width: 50px;
}

.btnContinue {
	text-align: right;
}

.ship {
	border: 1px solid #e2eeb5;
}

.ship th {
	background: #ecf5d6;
	text-align: center;
	color: #aab96e;
	padding-left: 10px;
	border-bottom: 1px solid #e2eeb5;
}

.ship td {
	padding: 1px 10px;
}

.zeb {
	background: #f5f5f5;
}

input.continue {
	width: 74px;
	height: 23px;
	cursor: pointer;
	background: url(../img/cart/continue.jpg) no-repeat top left;
	border: none;
}

input.back {
	width: 74px;
	height: 23px;
	cursor: pointer;
	background: url(../img/cart/back.jpg) no-repeat top left;
	border: none;
}

div.myBox {
	position: absolute;
	left: -60px;
	top: -10px;
	padding: 40px 15px 15px 15px;
}

div.myBox .contents {
	border: 1px solid #0693DA;
	background-color: #FFF;
}

#myBox a:visited, #myBox a:link, #myBox a:hover, #myBox a:active {
	color: #85a506;
}

/************************** NEWS ************************************/

.newsThumb {
	float: left;
	height: 113px;
	width: 79px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 10px;
}


table.tbox {
	padding: 0;
	margin: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #0591D9;
}

table.tbox caption {
	text-align: left;
	border: 1px solid #0591D9;
	border-bottom: 0px;
	padding: 10px 5px;
	font-size: 14px;
	background-color: #FFF;
	color: #008FD8;
}

table.tbox td, table.tbox th {
	background: #FFF;
	padding: 6px 6px 6px 12px;
	color: #008FD8;
	vertical-align: top;
}

table.tbox th, table.tbox thead td {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #ECF5D6;
}

table.tbox thead td, table.tbox thead th {
	border: 1px solid #0591D9;
}

table.tbox thead td {
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
}


table.tbox tbody td, table.tbox tbody th {
	font-size: 11px;
	text-transform: none;
	border-bottom: 1px solid #0591D9;
}

table.tbox tbody th {
	text-align: right;
	letter-spacing: 0px;
}

table.tbox tr.even td, table.tbox tr.even th {
	background-color: #FFF;
}

table.tbox tr.odd td, table.tbox tr.odd th  {
	background-color: #ECF5D6;
}

table.tbox tr.highlight td, table.tbox tr.highlight th {
	background-color: #D8ED86;
}

table.tbox tfoot th, table.tbox tfoot td {
	background-color: #FFF;
	border-top: 1px solid #0591D9;
	border-bottom: 1px solid #0591D9;
	font-size: 9px;
}

table.tbox tfoot th {
	text-align: right;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}


table.tbox a:link, table.tbox a:visited, table.tbox a:active {
	color: #008FD8;
}


table.tbox a.none:link, table.tbox a.none:visited, table.tbox a.none:active, table.tbox thead a:link, table.tbox thead a:visited, table.tbox thead a:active {
	text-decoration: none;
}
table.tbox a.none:hover, table.tbox thead a:hover {
	text-decoration: underline;
}