/* @override 
	http://new.doctordetox.co.uk/css/main.css
	http://doctordetox.co.uk/css/main.css
	http://iowbeads.co.uk/css/main.css
*/

/* @group sidebar */

#sidebar {
	position: relative;
}

#sidebar h3 {
	font-size: 1.2em;
}

#sidebar h3.cat {
	color: #113f7e;
	text-shadow: 1px 2px 1px #222;
}

#sidebar a.big {
	color: #fff;
}

#sidebar a.blog {
	background-image: url(../images/tab_forum.gif);
	background-color: #c17878;
}

#sidebar a.docs {
	background-image: url(../images/tab_docs.gif);
	background-color: #7389ae;
}

#sidebar a.download {
	background-image: url(../images/tab_download.gif);
	background-color: #78ba91;
}

#sidebar a.trac {
	background-image: url(../images/tab_trac.gif);
	background-color: #a87aad;
}

/* @end */

#idList {
	margin: 0;
	padding: 0;
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 120px;
	background: #333;
	color: #888;
}

body {
    background-color : #fff;
    color : #333;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 0.8em;
    min-width: 980px;
    margin-top : 0px;
  }

/* @group form */

form fieldset {
    background-color : #f9f1f4;
	color: #b75178;
}


form legend {
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
    background-color: #b75178;
    padding: 2px 6px;
    margin-bottom: 8px;
  }


form label {
    padding-left: 22px;
    display: inline;
    float: none;
  }


form label.search {
    display : inline;
    float : none;
    font-weight : bold;
    margin-right : 0px;
    margin-top : .2em;
    padding-left : 10px;
    padding-bottom : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
/*     width : 80px; */
  }


form label.flX {
    display : inline;
    float : none;
    font-weight : normal;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 100px;
  }


form label.fl {
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flBlank {
    background-image: url(/css/blank.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flComplete {
    background-image: url(/css/complete.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flCaution {
    background-image: url(/css/caution.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    color: #FF0000;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form label.flRequired {
    background-image: url(/css/required.gif);
    background-repeat: no-repeat;
    background-position: 3px 0px;
    padding-left: 22px;
    display : block;
    float : left;
    font-weight : bold;
    line-height : normal;
    margin-top: .2em;
    margin-right : 10px;
    position : relative;
    text-align : right;
    vertical-align : middle;
    width : 200px;
  }


form input.formInputText {
    font-size: .8em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
  }


form input.formInputText:hover {
    background-color: #ccffff;
    border: solid 1px #ff6666;
    color: #000000;
  }


form input.formInputText:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }


form select.formSelect {
    font-size: .8em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 20em;
  }

form select.search {
    font-size: .7em;
    color: #666666;
    background-color: #ffeeee;
    padding: 2px;
    border: solid 1px #006600;
    margin-right: 2px;
    margin-bottom: 5px;
    cursor: pointer;
/*     width: 10em; */
  }


form select.formSelect:hover {
    background-color: #ccffff;
    border: solid 1px #ff6666;
    color: #000000;
  }


form select.formSelect:focus {
    color: #000000;
    background-color: #ffffff;
    border: solid 1px #ff6666;
  }

/* @end */


a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #b75178;
    background-color: #f9f1f4;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


a:hover, a.current:link, a.current:visited {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #b75178;
    padding-right: 0.3em;
    padding-left: 0.3em;
  }


ul {
    list-style: disc outside;
  }


.ulMainNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulMainNav li {
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulMainNav a:link, .ulMainNav a:visited, .ulMainNav a:active {
    font-size: 12px;
    display: block;
    width: 115px;
    text-align: center;
    font-weight: bold;
    background-color: #f9f1f4;
    color: #b75178;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 2px;
  }


.ulMainNav a:hover, .ulMainNav a.current:link, .ulMainNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #b75178;
  }


.ulLeftNav {
    margin: 0px;
    padding: 10px;
  }


.ulLeftNav li {
    list-style-type: none;
  }


.ulLeftNav a:link, .ulLeftNav a:visited, .ulLeftNav a:active {
    font-size: 12px;
    display: block;
    width: 160px;
    text-align: left;
    font-weight: bold;
    background-color: transparent;
    color: #7f7f7f;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding: 2px;
  }


.ulLeftNav a:hover, .ulLeftNav a.current:link, .ulLeftNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #003e82;
    margin-left: 5px;
    background-color: transparent;
  }


.ulAdminNav {
    margin: 0px;
    padding: 0px;
    clear: both;
  }


.ulAdminNav li {
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline;
    float: left;
    list-style-type: none;
  }


.ulAdminNav a:link, .ulAdminNav a:visited, .ulAdminNav a:active {
    font-size: 12px;
    display: block;
    width: 100px;
    text-align: center;
    font-weight: bold;
    background-color: #009999;
    color: #FFE5BF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 2px;
  }


.ulAdminNav a:hover, .ulAdminNav a.current:link, .ulAdminNav a.current:visited {
    font-size: 12px;
    font-weight: bold;
    color: #B36900;
    background-color: #FFCB80;
  }

.pic a:link .pic a:hover .pic a:current .pic a:visited {
	border-style: none;
	display: none;
}

h1.product {
    font-size: 0.8em;
    text-align: center;
	background-color: #ccc;
	color: #191919;
	padding-bottom: 2px;
	padding-top: 2px;
	text-shadow: white 0px 0px 0px;
}

h1 {
    font-size: 1.4em;
    text-align: left;
	background-color: #b75178;
	font-weight: bold;
	color: #fff;
	padding-left: 3px;
	padding-bottom: 3px;
	text-shadow: #000 3px 3px 3px;
}


h2 {
    color : #b75178;
    font-weight: bold;
    text-align: left;
    padding: 3px;
	font-size: 1.2em;
}


h3 {
    background-color : #f9f1f4;
    color : #000;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding: 3px;
  }


h4 {
    text-align: left;
    border-top: solid 1px #00AAAA;
	color: #191919;
	background-color: #f9f1f4;
	font-size: 0.9em;
}


.floatImgLeft {
    clear: both;
    float: left;
    padding: 3px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }


.floatImgRight {
    clear: both;
    float: right;
    padding: 3px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
  }


p.error {
    background-color : #ff0000;
    font-weight: bold;
    color : #ffffff;
    font-size: 1.2em;
    padding: 3px;
  }


p.debug {
    background-color : #0000C0;
    font-weight: bold;
    color : #FFFF00;
    font-size: 1.2em;
    padding: 3px;
  }


table.form {
    font-size: 0.75em;
    background-color : #f9f1f4;
  }


.sold {
    color: #FF0000;
    text-decoration: line-through;
  }


.hot {
    background-color: #CC0000;
    color: #FFFFFF;
    padding: 3px;
  }


.highlight {
    font-weight: bold;
    color: #000;
  }


p.property {
    text-decoration: none;
    color: #B36900;
    background-color: #FFE5BF;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px;
  }


p.clear {
    clear: both;
  }

p.small {
	font-size: 0.8em;
}


hr.clear {
    clear: both;
    padding-top: 5px;
  }

