html { height: 100%; margin-bottom: 1px; }

body {
    background: #d5d1df url(../images/background.gif);
	color:#3b3b3b;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
}
table {
	width:100%;
}
td {
    vertical-align: top;
    padding: 5px;
}

h2 {
    font-size: 10pt;
    margin: 0;
    padding: 0;
}
h3 {
	border-bottom:1px solid #c4b8db;
	padding:10px 0;
	font-size:20px;
	color:#6e727b;
	margin-bottom:5px;
	font-weight:normal;
	text-transform:uppercase;
}
h4 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}

a {
    outline: none;
	text-decoration:none;
	color:#7155a2;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.formPage {
    margin: 0 auto;
    color: #2e2e2e;
    font-size: 12px;
}

.formPage a {
    color: #3890d2;
}

td.err {
    padding: 3px;
    background: #F0F0F0;
    border: 1px solid #CECECE;
    text-align: left;
}

td.msg {
    padding: 3px;
    background: #F0F0F0;
    border: 1px solid #CECECE;
    text-align: left;
}

.label {
    text-align: right;
}

.buttons {
    border-top: 1px solid #D9D9D9;
    text-align: center;
}
#links p {
    margin: 0 0 7px 0;
}
.url {
    color: #6f6f6f;
}

.text {
    font-size: 10pt;
    font-family: Verdana, Tahoma, Arial, sans-serif;
}

input.text, select {
    color: #2e2e2e;
    border: 1px solid #c5c5c5;
    background: url('../images/input_bg.jpg') repeat-x #ececec;
    padding: 3px;
}
textarea.text {
    font-size: 10pt;
    color: #2e2e2e;
    border: 1px solid #c5c5c5;
    background: url('../images/input_bg.jpg') repeat-x #ececec;
    padding: 3px;
}
select {
    font-size: 10pt;
}

.captcha {
    border: 1px solid #693eb5;
    margin-top: 10px;
}

form {
    display: inline;
    margin: 0;
    padding: 0;
}

span.req {
    margin-left: 3px;
    font-weight: bold;
}

div.errForm, span.errForm {
    margin: 0px 0 0px 0px;
    padding: 2px 0px 2px 0px;
    color: #FFA814;
    background: #FFFFF3;
    border: 1px solid #cccccc;
    text-align: left;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 4px;
}
.small2, .small2 a
.small, .small a {
    padding: 0px;
    margin: 0px;
    color: #909090;
    font-size: 7pt;
    text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}
.small2 {
	margin-top:10px;
}
.small {
	clear:both;
	display:block;
	width:100%;
	padding:4px 0;
}
.sort {
    color: #000000;
}
div.pr {
    font-size: 6pt;
    color: #000000;
    height: 10px;
    margin-right: 5px;
}
div.pr span {
	display:inline-block;
}
div.prg {
    width: 40px;
    border: 1px solid #999999;
    height: 5px;
    font-size: 1px;
	display:inline-block;
}
div.prb {
    background: #5eaa5e;
    height: 5px;
    font-size: 1px;
}

.price {
    border: 1px solid #A0A0A0;
}
.price table td{
    margin: 0;
    padding: 2px;
    vertical-align: bottom;
}

.paging-links,
.paging-info {
    text-align:right;
}

.paging-info {
    font-style: italic;
}

.limit_field {
    border: 0 solid transparent;
    border-width:0;
}

#toggleCategTree {
    display:block;
    cursor:pointer;
    cursor:hand;
    color:#6A8AD4;
}

#categtree {
    margin:3px 0;
    height:200px;
    width:300px;
    overflow:auto;
    border:1px dotted #9EC2F3;
    border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
    margin:0 0 5px;
    padding:2px;
    text-align:center;
    color:#693eb5;
    background:#DDE5F3;
    vertical-align:middle;
}

#categtree #close_tree {
    right:0;
    padding:1px;
    text-align:center;
    white-space:nowrap;
    cursor:pointer;
    cursor:hand;
}

#categtree .categ-item {
    clear:both;
    margin:3px 5px;
    padding:2px 5px;
    display:block;
    border:1px dotted #CBE2EC;
    border-width:1px 0;
    cursor:pointer;
    cursor:hand;
}

#categtree .categ-item img {
    margin-right:1em;
}

#categtree .odd {
    background:#F8F8FC;
}

#categtree .even {
    background:#fff;
}

#categtree .categ-item:hover {
    background:#eee;
}

/* --------------------------------------------------------------- */

.center {
    margin: 0 auto;
    width: 970px;
}

.center1 {
    margin: 0 auto;
    width: 970px;
}

.wrapbox {
	padding-bottom:25px;
}

.topslider {
	height: auto;
}

/* header */
.header {
	height:100px;
}
.header .logo {
	float:left;
	margin:5px 0 0 10px;
}
.header .topsearch {
	float:right;
	background:#e9e1f7 url(../images/search-bg.gif) no-repeat;
	width:263px; height:37px;
	margin:40px 15px 0 0;
}
.header .searchBtn {
	float:right;
	background:none; border:none;
	color:#888;
	margin:9px 15px 0 0;
	padding-left:5px;
	border-left:1px solid #888;
	font-size:10px;
	text-transform:uppercase;
	line-height:14px;
}
.header .searchInput {
	border:none;
	padding:1px;
	margin:8px 0 0 15px;
	width:170px;
	background:none;
}

/* menu */
#menu {
	background:#7155a2 url(../images/menu-bg.gif) repeat-x top;
	height:37px;
	margin-bottom:10px;
}
.menu-lft {
	background:url(../images/menu-lft.gif) no-repeat left top;
	height:37px;
}
.menu-rht {
	background:url(../images/menu-rht.gif) no-repeat right top;
	height:37px;
	padding:0 10px;
}
#menu ul {
	margin:0; padding:0;
	list-style:none;
}
#menu li {
	float:left;
}
#menu a {
	display:block;
	height:37px;
	line-height:37px;
	text-transform:uppercase;
	color:#FFF;
	float:left;
	font-weight:bold;
}
#menu a span {
	height:37px; line-height:37px;
	padding:0 20px;
	text-align:center;
	display:block;
}
#menu a:hover {
	background:#FFF url(../images/menu-link-rht.gif) no-repeat right top;
	height:43px;
	margin-top:-6px;
	line-height:43px;
	color:#2a2a2a;
	text-decoration:none;
}
#menu a:hover span {
	height:43px;
	background:url(../images/menu-link-lft.gif) no-repeat left top;
}

/* home banner */
#hban {
	background:#7155a2 url(../images/home-ban.jpg) no-repeat;
	height:152px;
	margin-bottom:10px;
}
.hbtext {
	float:left;
	margin:32px 0 0 330px;
	width:400px;
	color:#ebe4f7;
	font-style:italic;
	word-spacing:1px;
}
.hbtext h3 {
	margin:0; padding:0;
	padding-bottom:5px;
	color:#ebe4f7;
	border:none;
	font-size:22px;
	font-weight:bold;
}
.hbtext p {
	font-size:14px;
}

/* featuredhome */
#featuredhome {
	background:#ddd8e7 url(../images/featured-bg.gif) repeat-y center;
	margin-bottom:10px;
}
.fhtop {
	background:url(../images/featured-top.gif) no-repeat top center;
}
.fhbottom {
	background:url(../images/featured-bottom.gif) no-repeat bottom center;
	padding:10px;
}
.fhbox {
	margin-right:-10px;
}
.featLinks {
	float:left;
	width:150px;
	margin-right:10px;
}
.featLinks img {
	width:140px;
	height:113px;
	border:5px solid #a89dbf;
	display:block;
	background:#FFF;
	font-size:18px;
	margin-bottom:5px;
}
.featLinks h4 {
	font-weight:normal;
	font-size:11px;
}
.featLinks h4 a:hover {
	text-decoration:underline;
}

/* category box */
.catebox {
	width:260px;
	float:left;
	padding-right:10px;
	height:70px;
}
.catebox h2 {
	font-size:13px;
	margin:0px 0 5px 0; padding:0;
	line-height:12px;
	text-transform:uppercase;
}
.catebox h2 a {
	color:#7155a2;
}
.catebox h2 a:hover {
	color:#000;
	text-decoration:underline;
}

.cateboxsmall {
	height:auto;
}
.cateboxsmall h2 {
	text-transform:none;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:none;
}

p.subcats {
	font-size:11px;
	padding-left:13px;
}
p.subcats a {
	text-decoration:none;
	color:#666;
}
p.subcats a:hover {
	text-decoration:underline;
}




.userBar {
    clear: right;
    float: right;
    margin: 10px 40px 0px 0px;
}

.userBar a:active, .userBar a:link, .userBar a:visited {
}

.userBar a:hover {
    color: #693eb5;
}

/*-------------------*/

.hMenuContainer {
	padding:15px 0 4px 0;
}
.hMenuContainer .center {
	width:100%;
}
.hMenu {
	text-align:center;
}
.hMenu table,.hMenu tr, .hMenu td {
	margin:0; padding:0;
}
.hMenu td {
	padding:0 1px;
}
.hMenu a {
	display:block;
	width:100%;
	background:#eaeaea;
	padding:6px 0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#727272;
	text-decoration:none;
}
.hMenu a:hover {
	background:#FFF;
}

/*-------------------*/

.path {
	padding:10px;
	background:url(../images/footer-bg.gif) repeat-x bottom;
	margin-bottom:10px;
	font-size:18px;
}
.path a {
}

/*-------------------*/

.centerContainer {
	float:left;
	width:540px;
	margin-left:15px;
}
.condetails {
	font-size:18px;
	text-align:justify;
	padding:10px 0;
	border-bottom:1px dotted #CCC;
	margin-bottom:20px;
}
.catHome {
    float: left;
    width: 146px;
    padding: 0px 0px 18px 30px;
    background: url("../images/catHomeIcon.gif") 13px 4px no-repeat;
}

a.catHomeMain:link, a.catHomeMain:active, a.catHomeMain:visited {
    font-weight: bold;
    text-decoration: none;
}

a.catHomeMain:hover {
}

.catHomeSubcats {
    margin: 18px 0px 0px 0px;
}

a.catHomeSub:link, a.catHomeSub:active, a.catHomeSub:visited {
    color: #000000;
    text-decoration: none;
}

a.catHomeSub:hover {
    color: #000000;
}

.catHomeCount {
    font-weight: bold;
}

.featurelinks {
	padding:5px;
	background:#f0f0f0;
	margin-bottom:10px;
}

/*-------------------*/

.articleContent {
    padding: 0px 13px 0px 13px;
}

/* sidebar */
.leftContainer {
	float:left;
	width:200px;
}
.rightContainer {
	float:right;
	width:200px;
}
.leftContainer ul, .rightContainer ul {
	margin:0; padding:0;
	list-style:none;
}
.box {
	background:#eae1fa;
	margin-bottom:20px;
}
.boxTopLeft {
	background:url(../images/sidebar-top.gif) no-repeat;
	height:17px;
}
.boxBottom {
	height:11px;
	background:url(../images/sidebar-bottom.gif) no-repeat;
}
.boxTopCenter {
	background:url(../images/sidebar-title.gif) no-repeat;
	height:35px; width:190px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#555;
	line-height:35px;
}
.boxMiddle {
	padding:0 10px;
}
.boxMiddle li {
	padding:4px;
	margin-bottom:2px;
	border-bottom:1px dotted #c4afee;
}
/*-------------------*/
.footer {
	color:#8894a4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:15px 0;
	background:url(../images/footer-bg.gif) repeat-x top;
}
.footer a {
	color:#64686d;
	font-weight:bold;
	text-decoration:none;
}
.copyright {
	float:left;
	margin-left:15px;
}
.powered {
	float:right;
	margin-right:15px;
}

.noResults {
    margin-left: 20px;
}

.noResults p {
    margin: 0px 0px 15px 0px;
}

.noResults ul {
    margin: 0;
    padding: 15px 0px 20px 40px;
}

/*-------------------*/

.navig {
    padding: 5px;
    font-weight: bold;
}

.mainPaging {
    float: right;
}

.pagingLinks {
    font-weight: bold;
}

.pagingLinks a:link, .pagingLinks a:active, .pagingLinks a:visited {
    color: #693eb5;
    text-decoration: none;
}

.pagingLinks a:hover {
    text-decoration: none;
}

/*-------------------*/

a.readMore:link, a.readMore:active, a.readMore:visited {
    font-weight: bold;
    text-decoration: none;
}

a.readMore:hover {
    font-weight: bold;
}

a.readMoreFeat:link, a.readMoreFeat:active, a.readMoreFeat:visited {
    color: #693eb5;
    text-decoration: none;
}

a.readMoreFeat:hover {
}

/*-------------------*/

.searcCat a:link, .searcCat a:active, .searcCat a:visited {
    font-weight: bold;
    text-decoration: none;
}

.searcCat a:hover {
    font-weight: bold;
}

a.searchLinkCat:link, a.searchLinkCat:active, a.searchLinkCat:visited, a.searchLinkCat:hover {
    color: #6F6F6F;
}

/*-------------------*/

a, .linkDetail a:active, .linkDetail a:link, .linkDetail a:visited, .linkDetail a:hover {
}

.paymentTable td {
    border-right: 1px solid #D9D9D9;
    text-align: center;
}

/*-------------------*/

.bid {
    width: 68px;
}

.bidFunds {
    background: url("../images/bidBg1.gif") no-repeat;
    width: 68px;
    height: 23px;
    padding-top: 7px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

a.bidL1:link, a.bidL1:active, a.bidL1:visited {
    display: block;
    background: url("../images/bidBg2.gif") no-repeat;
    width: 68px;
    height: 31px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

a.bidL1:hover {
}

a.bidL2:link, a.bidL2:active, a.bidL2:visited {
    display: block;
    background: url("../images/bidBg3Middle.gif") repeat-y;
    width: 68px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

a.bidL2:hover {
}

.bidBg3 {
    background: url("../images/bidBg3.gif") no-repeat;
    width: 68px;
    height: 4px;
}

---------------
legend {
    border-width: 1px;
    border-color: #D9D9D9;
    border-style: dotted;
    padding:      3px;
    font-weight:  bold;
    color:        #693eb5;
}
fieldset {
    border-width: 1px;
    border-color: #D9D9D9;
    border-style: solid;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

label {
    cursor: pointer;
}

table.comment {
    border-width: 1px;
    border-color: #D9D9D9;
    border-style: dotted;
    margin-top:   5px;
}

tr.comment {
    background-color: #E5EAEE;
    color: #000000;
}

.link_rating {
    padding: 0px;
    padding-right: 5px;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    color: #6b6b6b;
    width: 200px;
}

.link_rating img {
    display: block;
    float: left;
    margin-right: 2px;
}

.link_rating span.review {
    display: block;
    float: right;
    color: #000000;
    padding-top: 3px;
}

.frontend_actions {
    float: right;
    width: 36px;
    height: 36px;
}

.float_tiny {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}


/* login slider related */

#panel {
    background:#333;
    width:100%;
    height: 130px;
	display:none;
	color:#fff;
	text-align:center;
}
#panel table {
	width:60%;
	margin:0 auto;
}

#panel a{
    color: #ffffff;
}
#panel input.text {
	width:200px;
}

.slide {
    margin: 0;
    padding: 0;
    border-top: solid 4px #CA0002;
    background: #E51D25;
    text-align: right;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}
.btn-slide {
    text-align: right;
    /*margin: 0 auto;*/
    display: inline;
    font: normal 110%/100% Arial, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}

.slide a:active, .slide a:link, .slide a:visited {
    color: #ffffff;
    text-decoration: none;
}

.slide a:hover {
    color: #ffffff;
}


.active {
    background-position: right 12px;
}

.header_panel {
    background: #E51D25;
    height: auto;
    margin: 0 auto;
}

.center_panel {
    margin: 0 auto;
    width: 936px;
    background: #E51D25;
}



.underlined {
    color: #909090;
    border-bottom: 1px solid #e1dddd;
}

input.btn {
	background:#666;
	text-transform:uppercase;
	font-size:11px;
	color:#FFF;
	border:none;
	padding:5px;
	cursor:pointer;
}
input.btn:hover {
	background:#999;
}

#additional_links td {
    padding: 0 3px 3px 0;
}
