/* BASE STYLE, NAV AND MODULE CHEAT SHEET - Copy and paste, remove what you do not need then change. */

/*NOTE: Once the css is validated and completed cut the CSS and add as a resource and use the import. 
@import url("/resources/filename.css");*/

/*
dark pink: #ec008c;
mid pink: #f8c1d9;
light pink: #fbdae8;
lighter pink: #fdf0f6;
black: #000;
white: #fff;
gray: #ebebeb;
*/


/* CSS START */
body {
	color:#fff;
	background-color: #000;
	background-image: url(/resources/1037398.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

/* ALL ELEMENTS */
td, p, li {
    font-family: Helvetica, sans-serif;
	color: #000;
}

p {
    line-height: 1.7em;
}

/* ALL CONTENT AND MODULE LINKS */
a:link, a:visited {
	color: #ec008c;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, sans-serif;
	color: #ec008c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

/* TOP TEXT BEFORE CONTENT */
.pageheading {
	font-family: Helvetica, sans-serif;
	color: #ec008c;
	margin-top:10px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* MAIN HEADER - With no image uses */
div#site-header-no-image a, div#site-header-no-image {
	color: #1e84ea;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	padding:40px;
	padding-left:0px;
}

/* SITE WRAPPER */
div#site-container {
width: 100%; 
}

/* SITE HEADER */
div#site-header-container {
	width: 960px;
	margin: 0 auto; 
}

/* MAIN CONTENT CONTAINER */
div#main-content-container {
	background-image: url(/resources/1037251.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;	
}

div#main-content-container table.content {
	background-color: transparent;
	width: 960px;
	margin: 0 auto; 
	padding-top: 20px;
}

div#page-content-container {
	margin-left: 10px;
	margin-right: 10px;
}

/* UTILITY BAR */
div#site-utility-container {
	width: 960px;
	margin: 0 auto; 
}

div.utility {
	width: 230px;
	text-align: right;
}

/* CUSTOM OBJECT FACEBOOK */
div.customoutput.right.c_292197 div.content {
	width: 180px;
	margin-left: 4px;
}

/*FOOTER */
div#site-footer-container {
	background-image: url(/resources/1037297.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}

/* FOOTER - STYLES ALL ELEMENTS */
#site-footer-container div {
	color: #fff;
}

/* FOOTER - STYLES ALL ELEMENT LINKS */
#site-footer-container div a {
	color: #ec008c;
}

/* FOOTER - STYLES ALL ELEMENT HOVERS */
#site-footer-container div a:hover {
	color: #f8c1d9;
}

#site-footer-container div.footer-list {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

#site-footer-container div.footer-logo {
	margin-bottom: 10px;
}

/* MODULES - STYLES ALL MODULE BOXES */
div.module.output {
	border: none;
	background-image: url(/resources/1037302.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f8c1d9;
	padding-bottom: 5px;
}

/* MODULES - STYLES ALL MODULE BOXE HEADERS */
div.module.output div.head {
	background-color: #000;
	color: #fff;
	background-image: url(/resources/1037306.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: uppercase;
	text-align: center;
}

div.module.output a:link {
	text-decoration: none;
}

div.module.output a:hover {
	text-decoration: none;
}

/* SECOND DROP DOWN MEANU */
#storenav li ul.storednav a {
	background-color: #f8c1d9;
	border: solid 1px #ec008c;
	color: #000;
}

#storenav li ul.storednav a:hover {
	background-color: #ec008c;
}

#storenav li a.daddy {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url(/resources/1037504.gif);
	background-origin: padding-box;
	background-position: 150px 50%;
	background-repeat: no-repeat;
	background-size: auto auto;
}

/* STORE */
#storenav li a {
	border: none;
	padding-left: 5px;
	text-decoration: none;
}

#storenav a:link {
	border: none;
	text-decoration: none;
}



/* MODULES - Advanced for image headers */
/*div.module.output {
	border: none;
}
/* MODULES - HEAD 
div.module.output div.head {
	background-color: transparent;
	padding: 0;
}
/* MODULES - CONTAINERS 
div.module.output div.list, div.module.output div.form, div.module.output div.content {
	border: 1px solid #000;
}
/* MODULES - Need this so headers fit in IE
td.content.left div.module.output, td.content.left table.module.output,
td.content.right div.module.output, td.content.right table.module.output
{
	margin: 0px;
}
*/

/* TOP NAV */
/* Root = Horizontal, Secondary = Vertical */

div#horizontal-nav-container {
	background-image: url(/resources/1037244.jpg);
}

#topmenunav {
	background-color: transparent;
	color: #fff;
	border: none;
	width: 960px;
	margin: 0 auto; 
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
}
#topmenunav ul {
	top: 30px;
}
/* Root Menu */
#topmenunav a {
	color: #fff;
	border: none;
	font-weight: bold;
	background-color: transparent;
}
#menuselected, #menuselected a { /* Style for text and selected text */
	background-color: transparent;
	color: #000;
}
/* Root Hover Persistence */
#topmenunav a:hover, #topmenunav li:hover a, #topmenunav li.iehover a {
	background-color: transparent;
	color: #000;
}
/* 2nd Menu */
#topmenunav li:hover li a, #topmenunav li.iehover li a {
	background: #999;
	border: 1px solid #000;
	border-top: 1px solid #ccc;
	color: #000;
	font-weight: normal;
}
/* 2nd Menu Hover Persistence */
#topmenunav li:hover li a:hover, #topmenunav li:hover li:hover a, #topmenunav li.iehover li a:hover, #topmenunav li.iehover li.iehover a {
	background: #c4c3c3;
	color: #666;
}
/* 3rd Menu */
#topmenunav li:hover li:hover li a, #topmenunav li.iehover li.iehover li a {
	background: #999;
}
/* 3rd Menu Hover Persistence */
#topmenunav li:hover li:hover li a:hover, #topmenunav li:hover li:hover li:hover a, #topmenunav li.iehover li.iehover li a:hover, #topmenunav li.iehover li.iehover li.iehover a {
	background: #c4c3c3;
}
/* 4th Menu */
#topmenunav li:hover li:hover li:hover li a, #topmenunav li.iehover li.iehover li.iehover li a {
	background: #999;
}
/* 4th Menu Hover */
#topmenunav li:hover li:hover li:hover li a:hover, #topmenunav li.iehover li.iehover li.iehover li a:hover {
	background: #c4c3c3;
}
/* ARROW FOR SUB PAGES IN DROPDOWN */
#topmenunav li:hover li a.daddy, #topmenunav li.iehover li a.daddy, #topmenunav li:hover li:hover li a.daddy, #topmenunav li.iehover li.iehover li a.daddy, #topmenunav li:hover li:hover li:hover li a.daddy, #topmenunav li.iehover li.iehover li.iehover li a.daddy {
	background: url(images/dropdown_subnav.gif) no-repeat #999;
	background-position: 98% 50%;
}
#topmenunav li:hover li a.daddy:hover, #topmenunav li.iehover li a.daddy:hover, #topmenunav li:hover li:hover li a.daddy:hover, #topmenunav li.iehover li.iehover li a.daddy:hover, #topmenunav li:hover li:hover li:hover li a.daddy:hover, #topmenunav li.iehover li.iehover li.iehover li a.daddy:hover {
	background: url(images/dropdown_subnav.gif) no-repeat #c4c3c3;
	background-position: 98% 50%;
}

/* LEFT AND RIGHT NAV */
/* MENU styles for dropdown menu 3 */
	/* all lists */
	#nav, #nav ul.dnav {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	z-index: 1000; /* Keeps the menu above content divs */
}
/* all list items */
	#nav li {
	position: relative;
	float: left;
	/*margin-bottom: -1px; */
		/* width: 180px; */
		width: 100%; /* Fixed the gap */
	background: #999;
	z-index: 1000; /* Keeps the menu above content divs */
}
/* second-level dropout lists */
	#nav li ul.dnav {
	position: absolute;
	top: 0;
	left: -999em;
	margin-left: 170px;
	margin-top: -1px;
	border: 1px solid #000;
	border-bottom: 0px;
	z-index: 1000;
}
#nav li ul.dnav a {
	background: #b2b2b2;
	color: #000;
	z-index: 1000;
}
#nav li ul.dnav a:hover {
	background: #666;
}
#nav li ul ul.dnav {
	left: -999em;
}
/* dropout lists end */
	#nav li.menuselected a {
	background:  #666;
	color: #000;
}
#nav li.menuselected a.daddy {
	color: #000;
	font-weight: normal;
	background: url(/adgp_library/images/dropdown_subnav.gif) no-repeat #666;
	background-position: 98% 50%;
}
#nav li a {
	width: 160px;
	w\idth: 150px;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 7px 8px 7px 12px;
	/* font-size: 15px;*/
		z-index: 1000;
	border-bottom: 1px solid #000;/*border: 1px solid #000;*/
}
#nav li a:hover, #nav li a:hover.daddy {
	background:  no-repeat #666;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	/* lists nested under hovered list items */
		left: auto;
}
#nav li a.daddy, #nav .menuselected a.daddy {
	/* This is the arrow when there are child navigation */
		background: url(/adgp_library/images/dropdown_subnav.gif) no-repeat;
	background-position: 98% 50%;
}
#nav li a.daddy:hover, #nav .menuselected a.daddy:hover {
	/* This is the arrow when there are child navigation */
		background: url(/adgp_library/images/dropdown_subnav.gif) no-repeat #666;
	background-position: 98% 50%;
}
#nav li ul.dnav a.daddy {
	background: url(/adgp_library/images/dropdown_subnav.gif) no-repeat #b2b2b2;
	background-position: 98% 50%;
}
#nav li ul.dnav a.daddy:hover {
	background: url(/adgp_library/images/dropdown_subnav.gif) no-repeat #666;
	background-position: 98% 50%;
}
/* This list is disabled for standards and some Advanced */
#nav #subnav a {
	display: none;/* font-size: 11px;*/
}
#nav #subnav a:hover {
	background: #666;
}
#subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#subnav .level1 a {
	padding-left: 20px;
	width: 147px;
	w\idth: 142px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
/*	#subnav .level1 a:hover{background: url(/images/square_de.gif) no-repeat #c8e1ee;background-position: 4px 50%;} */
	#subnav .level1 .level2 a {
	padding-left: 30px;
	width: 137px;
	w\idth: 132px;
}
#subnav .level1 .level2 .level3 a {
	padding-left: 40px;
	width: 127px;
	w\idth: 122px;
}
#subnav .level1, #subnav .level1 li.subdrop a, #subnav .level1 li.sibling a, #subnav .level1 li.parentsib a, #subnav .level1 li.grandparentsib a {
	background: #908e8e;
	background: url(/adgp_library/images/nav_de.gif) no-repeat #666;
	background-position: 5px 50%;
}
#subnav .level1, #subnav .level1 li.subdrop a, #subnav .level1 li.sibling a, #subnav .level1 li.parentsib a, #subnav .level1 li.grandparentsib a {
	background:#b2b2b2;
}
#subnav .level1, #subnav .level1 .parentselected a, #subnav .level1 .selected a, #subnav .level1 .grandparent a {
	background: #818080;
	background: url(/adgp_library/images/nav_de.gif) no-repeat;
	background-position: 10px 50%;
}
#subnav .level1 .level2, #subnav .level1 .level2 .subdrop a, #subnav .level1 .level2 .sibling a, #subnav .level1 .level2 .parentsib a {
	background: #b2b2b2;
}
#subnav .level1 .level2, #subnav .level1 .level2 .selected a, #subnav .level1 .level2 .parentselected a {
	background: #b2b2b2;
}
.level3, .level3 .subdrop a, .level3 .sibling a {
	background: #cc3300;
	border-bottom: thin;
}
.level3, .level3 .selected a {
	background:#cc3300;
}

/* FORM BASE */
.centre .module.output.form thead th, .centre .module.output.form tbody th.header {
	background-color: #000;
	color: #fff;
	background-image: url(/resources/1037306.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: uppercase;
	border: none;
}
/* CONTACT FORM */
table.module.output.contact.form thead th, table.module.output.contact.form tbody th.header {
background-color: #000;
	color: #fff;
	background-image: url(/resources/1037306.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: uppercase;
	border: none;
}

/* LOGIN FORM */
div.module.output.mysite.form.login {
	width: 250px;
}

/* CSS END */

/* 
CONTENT STYLES
table.content {
	background-color: #fff;
}
 */
 
/* EDITOR STYLES - overwrite if content is a colour 
#editor-body, #editor-body p, #editor-body td, #editor-body li
{
   background: #fff;
   color: #000;
}*/

/* FORM FIELD STYLES */
input, select, textarea, .button.continue {
background-color: #fbdae8;
border: none;
color: #000;
font-size: 11px;
margin: 2px;
padding: 4px;
}

input:hover, select:hover, textarea:hover, .button.continue {
background-color: #fdf0f6;
border: none;
color: #ec008c;
}

/* FORM BUTTON STYLES */
.buttons {
background-color: #ec008c;
border: 1px solid #ec008c;
color: #000;
font-size: 11px;
margin: 2px;
font-weight: bold;
text-transform: uppercase;
margin-top: 5px;
}

.buttons:hover {
background-color: #f8c1d9;
border: 1px solid #ec008c;
color: #000;
font-weight: bold;
text-transform: uppercase;
}

/* CONTACT FORM BUTTOM */
table.module.output.contact.form tfoot tr td.buttons {
	background-color: #fff;
	border: none;
}

/* CUSTOM BULLETS */
div.module.output div.list ul li  {
list-style: none;
background-image: url(/resources/1037332.png);
background-repeat: no-repeat;
background-position: 0 .3em;
padding-left:10px;
margin-left: 7px;
}

input[type="image"] {
padding:0;
margin:0;
}

/* FEATURED PRODUCTS */
table.module.output.storetiger.list.quick_view table.product_details tbody tr td a img {
	border: solid 1px #ec008c;
}

div.module.output.storetiger.product_thumbnails {
    background-image: none;
}
.product_attributes .attribute, .product_attributes .attribute select {
    float: right;

}
.normal_price td {font-size: 16px;}

h2 {font-size: 20px;}