/* ------------------------------------------------------------ */
/* Standard Configurations */
/* ------------------------------------------------------------ */ 

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.Heading { display: none; }
.Float-Left { float: left; }
.Float-Right { float: right; }
.Clear-Both { clear: both; }

.Process{
	background-color: #363573;
}

/* ------------------------------------------------------------ */
/* Structural Configurations */
/* ------------------------------------------------------------ */

/* ----- Structural Containers ----- */

body {
	background-image: url(http://images.esellerpro.com/2235/images/block-backgrounds/body-wrapper.gif);
	background-color: #FFFFFF;    
    background-repeat: repeat-x;
}

#Body-Wrapper {
	position: relative;
	float: left;
	width: 100%;
}

#Max-Width {
	position: relative;
	float: left;
	width: 100%;
}
     

#Min-Width {
	position: relative;
	margin: 0 auto;
	width: 1040px;
}

#Wrapper {
	position: relative;
	float: left;
	margin: 0 auto;
	width: 1040px;
	background-color: #ffffff;
}

#Faux-Shadow {
	position: relative;
	float: left;
	margin: 0 auto;
	width: 1040px;
}

#Faux-Body {
	position: relative;
	float: left;
	margin: 0 0 0 30px;
	width: 980px;
	height: auto;
}
* html #Faux-Body {
	margin: 0 0 0 15px;
}

#Content-Wrapper {
	position: relative;
	float: left;
	width: 980px;
	height: auto;
}

/* ----- Content Containers ----- */

#Header-Container {
	position: relative;
	float: left;
	width: 980px;
	height: 113px;
	z-index: 2;
}

#Content-Container {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 1;
}

#Menu-Left {
	position: relative;
	float: left;
	width: 171px;
	height: auto;
	padding: 10px 0 10px 0;
}

#Menu-Right {
	position: relative;
	float: right;
	width: 171px;
	height: auto;
	padding: 0 0 40px 0;
}

#Content {
	background-color: #ffffff;
	position: relative;
	float: left;
	padding: 0 0 10px 0;
	width: 809px;
	height: auto;
}

#Content-Container .Narrow-Format{
	width: 638px;
}

#Content-Container .Middle-Format{
	width: 809px;
}

#Content-Container .Wide-Format{
	width: 980px;
}

#Footer-SUB {
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	width: 978px;
	border: 1px solid #d7d7d7;
	text-align: center;
	padding: 20px 0;
}

#Faux-Footer {
	position: relative;
	float: left;
	padding: 50px 0 80px 30px;
	width: 980px;
	text-align: center;
}

/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/* ----- Top Links ----- */

#Header-Menu-Top-Links {
	position: absolute;
	right: 157px;
	top: 0px;
	line-height: 29px;
	list-style: none;
}

#Header-Menu-Top-Links li {
	float: left;
	padding: 0 0 0 25px;
	background-image: url(http://images.esellerpro.com/2235/images/objects/icon-clock.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ----- Header Menu ----- */

#Header-Menu {
	float: left;
	width: 100%;
	height: 34px;
	line-height: 34px;
	z-index: 1;
	list-style: none;
	border-top: 6px solid #363573; 
	background-color: #e9e9e9;
}

#Header-Menu li {
	float: left;
	padding: 0 15px;
}

/* ----- Header Call ----- */

#Call{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.8em;
	line-height: 29px;
}

#Call p{

}

#Call span{
	font-size: 1.0em;
	color: #d91010;
	font-weight: normal;
}

/* ----- Header Cart ----- */

#Header-Cart {
	position: absolute;
	right: 0px;
	top: 38px;
	width: 261px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	
	background-repeat: no-repeat;
	background-image: url(http://images.esellerpro.com/2235/images/block-backgrounds/shopping-basket.gif);
}

#Header-Cart span{
	padding: 0 3px;
}

#Header-Cart img{
	vertical-align: middle;
	padding: 0 0 0 6px;
}

/* ----- Header Search ----- */

#Header-Search {
	position: absolute;
	left: 398px;
	top: 38px;
	height: 47px;
	width: 302px;
	
	background-image: url(http://images.esellerpro.com/2235/images/block-backgrounds/search-bg.gif);
}

#Header-Search li {
	display: inline;
	float: left;
}

#Header-Search li #header-searchquery {
	padding: 4px 6px 3px;
	width: 230px;
	height: 14px;
	margin: 12px 0 0 13px;
	border-left: 1px solid #e0e0e0; 
}

#Header-Search li #header-searchsubmit {
	padding: 0 0 1px 0;
	margin: 12px 0 0 1px;
	width: 33px;
	height: 23px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-color: transparent;
	color: #ffffff;
}

/* ----- Header Tabs ----- */

#Tabbed-Menu {
	float: left;
	width: 990px;
	list-style: none;
	height: 40px;
	line-height: 40px;
	z-index: 10;
}

#Tabbed-Menu li{
	float: left;
	height: 40px;
	position: relative;
	z-index: 10;
	margin: 0 5px 0 0;
	
	background-image: url(http://images.esellerpro.com/2235/images/elements/tab.gif);
}

#Tabbed-Menu li.Last{
	margin: 0;
}

#Tabbed-Menu li.Special{
	margin: 0 3px 0 0;
	background-image: url(http://images.esellerpro.com/2235/images/elements/tab-selected.gif);
}

#Tabbed-Menu li a{
	float: left;
	width: 84px;
	padding: 0 5px;
	line-height: 40px;
	text-align: center;
}

#Tabbed-Menu li.Double a{
	line-height: 15px;
	padding: 5px;
}

#Tabbed-Menu li a.hover, #Tabbed-Menu li a:hover, #Tabbed-Menu li a.selected{
	background-image: url(http://images.esellerpro.com/2235/images/elements/tab-dropdown.gif);
}

#Tabbed-Menu li ul {
	position: absolute;
	left: -1px;
	top: 40px;
	list-style: none;
	
	background-color: #FFFFFF;
	border-top: 2px solid #d70404;
    border-bottom: 2px solid #d70404;
    margin: 0;
    z-index: 10;
}

#Tabbed-Menu li ul li {    
    height: 29px;
    line-height: 29px;
	margin: 0;
	padding: 0;
    border-left: 2px solid #d70404;
    border-right: 2px solid #d70404;
	background-image: none;
	background-color: #ffffff;
}

#Tabbed-Menu li ul li a {
	background-image: none;
	background-color: #ffffff;
	text-align: left;
	width: 140px;
	padding: 0 30px 0 10px;
	line-height: 29px;
}

#Tabbed-Menu li ul li a:hover {
	background: none;
	background-color: #ffbabb;
}



/* ----- UL List Header ----- */

.Content-Heading-Container {
	position: relative;
	float: right;
	width: 980px;
	height: 30px;
	line-height: 30px;
	background-color: #dedede;
	overflow: hidden;
}

.Content-Heading-Container-Overflow {
	width: 760px;
	height: 30px;
	overflow: hidden;
}

/* ----- Non Padded Heading versions ----- */

.Content-Heading-Container p {
	position: relative;
	float: left;
	padding: 0 0 0 10px;
}

.Content-Heading-Container h1 {
	position: relative;
	float: left;
	padding: 0 0 0 5px;
}

/* ----- Generic Styles ----- */

#Faux-Footer ul li {
	position: relative;
	list-style: none;
	display: inline;
}

#Faux-Footer ul li a {
	padding: 0 0 0 5px;
}

/* ----- Footer Left Configurations ----- */

#Faux-Footer ul.Links {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ----- Footer ----- */

#Footer-Links {
	position: relative;
	float: left;
	padding: 0 0 20px 200px;
}

#Footer-Links ul {
	float: left;
	width: 160px;
	list-style: none;
}

#Footer-Links ul li {
	line-height: 18px;
	text-align: left;
}

#Footer-Links ul li h3 {
	padding: 5px 0;
}

/* ------------------------------------------------------------ */
/* Misc Elements */
/* ------------------------------------------------------------ */

#Page-Logo {
	position: absolute;
	left: 0px;
	top: 39px;
}

#W3C-Logos{
	float: left;
	display: block;
	width: 190px;
	padding: 1px 0 0 10px;
}

#eSellerPro{
	position: absolute;
	right: 15px;
	top: 56px;
	width: 224px;
	list-style: none;
}

#eSellerPro li{
	float: right;
	font-size: 0.8em;
}

#eSellerPro p{
	height: 42px;
	line-height: 42px;
	font-size: 0.8em;
}

li.Spacer{
    list-style: none;
    height: 10px;
}

#LoadingBG {
    background-image: url(http://images.esellerpro.com/2235/images/objects/searchload.png);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#LoadingBG img {
    padding: 300px 0 0;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

/* ----- Generic Colours ----- */

* { color: #2d2d2d; }

/* ----- Top Links ----- */

#Header-Menu-Top-Links LI { color: #2d2d2d; }
#Header-Menu-Top-Links LI a { color: #2d2d2d; }
#Header-Menu-Top-Links LI a:hover { color: #2d2d2d; }

/* ----- Header Menu ----- */

#Header-Menu LI a { color: #2d2d2d; }		
#Header-Menu LI a:hover { color: #2d2d2d; }

/* ---- Header Cart ------ */

#Header-Cart #HC-Title { color: #2d2d2d; }
#Header-Cart #HC-ItemCount { color: #2d2d2d; }
#Header-Cart #HC-CartTotal { color: #d42020; }

/* ----- Header Search ----- */

#Header-Search input { color: #d42020; }

/* ----- Header Tabs ----- */

#Tabbed-Menu li a { color: #2d2d2d; }
#Tabbed-Menu li.Special a { color: #ffffff; }
#Tabbed-Menu li a:hover, #Tabbed-Menu li a.hover, #Tabbed-Menu li a.selected { color: #ffffff; }

#Tabbed-Menu li ul li a { color: #121212; }
#Tabbed-Menu li ul li a:hover { color: #121212; }	

/* ----- Content Headings ----- */

.Content-Heading-Container p h1 { color: #000000; }

.Content-Heading-Container p a { color: #aaaaaa; }
.Content-Heading-Container p a:hover { color: #aaaaaa; }

.Homepage-Heading-Container p { color: #000000; }

/* ----- Footer Elements ----- */

#Faux-Footer UL LI { color: #999999; }
#Faux-Footer UL LI a { color: #999999; }
#Faux-Footer UL LI a:hover { color: #999999; }

#Footer-Links-Heading h3 { color: #00528c; }

/* ----- Footer ----- */

#Footer-Links ul li a { color: #272727; }
#Footer-Links ul li a:hover { color: #272727; }
#Footer-Links ul li h3 { color: #363573; }

.CreatedBy { color: #4e4e51; }

/* ----- Sub Header Elements ----- */

#Header-Content p { color: #000000; }
#SUB-Header-Content p { color: #000000; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

/* ----- Generic Formatting ----- */

* {
	font-family: Arial, Tahoma, "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Lucida, Verdana;
	font-size: 100%;
}

/* ----- Top Links ----- */

#Header-Menu-Top-Links LI { font-size: 0.8em; }
#Header-Menu-Top-Links LI a { text-decoration: none; }
#Header-Menu-Top-Links LI a:hover { text-decoration: underline; }

/* ----- Header Menu ----- */

#Header-Menu LI { font-size: 0.75em; }
#Header-Menu LI a {text-decoration: none; font-weight: bold; }
#Header-Menu a:hover { text-decoration: underline; }

/* ----- Header Cart ----- */

#Header-Cart { font-size: 0.75em; font-weight: bold; }
#Header-Cart a{ text-decoration: none; }
#Header-Cart a:hover{ text-decoration: underline; }

/* ----- Header Search ----- */

#Header-Search input { font-size: 0.75em; font-weight: bold; }

/* ----- Header Tabs ----- */

#Tabbed-Menu a {
	font-size: 0.75em;
	text-decoration: none;
	font-weight: bold;
}

#Tabbed-Menu a:hover { text-decoration: none; }

#Tabbed-Menu li ul li a {
    font-size: 0.75em;
    font-weight: normal;
}
#Tabbed-Menu li ul li a:hover { text-decoration: none; }

/* ----- Content Headings ----- */

.Content-Heading-Container h1 {
	font-weight: normal;
	font-size: 0.75em;
}

.Content-Heading-Container p {
	font-weight: normal;
	font-size: 0.75em;
}

.Content-Heading-Container p a {
	font-weight: normal;
	text-decoration: none;
}
.Content-Heading-Container p a:hover { text-decoration: underline; }

/* ----- Header Elements ----- */

#Faux-Header LI { font-size: 0.7em; }
#Faux-Header LI a { text-decoration: none; }

/* ----- Sub Header Elements ----- */

#Header-Content p { font-size: 0.8em; }
#SUB-Header-Content p { font-size: 0.8em; }

/* ----- Footer Elements ----- */

#Faux-Footer UL LI {
	line-height: 20px;
	font-size: 0.7em;
}

#Faux-Footer UL LI a { text-decoration: none; }
#Faux-Footer UL LI a:hover { text-decoration: underline; }

/* ----- Footer ----- */

#Footer-Links ul { font-size: 0.7em; }
#Footer-Links ul li a { text-decoration: none; }
#Footer-Links ul li a:hover { text-decoration: underline; }
#Footer-Links ul li h3 { font-size: 1.25em; }


.CreatedBy {
	font-size: 0.7em;
}