
/* What is Antiq */
.welcome {
	width: 800px;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
}

.whatis{
	min-height:150px;
	width:790px;
	background: url(../images/whatis_bg.jpg) repeat-x #fdf7e9;
	border:#bbbbbb 1px solid;
	margin-top: 10px;
	font-size:14px;
}

.whatis h1 {
	color:#000000;
	font-size:20px;
}

/* Coners */
.wbl, .wbr, .wtr, .wtl {
	width:10px;
	height:10px;
	position:relative;
	z-index:10;
	line-height:1px;
	font-size:1px;
}
.wbl{
	background-image:url(../images/wbl.png);
	float:left;
	margin-left:-1px;
	margin-bottom:-1px;
}
.wbr{
	background-image:url(../images/wbr.png);
	float:right;
	margin-right:-1px;
	margin-bottom:-1px;
}
.wtr{
	background-image:url(../images/wtr.png);
	float:right;
	margin-right:-1px;
	margin-top:-1px;
}
.wtl{
	background-image:url(../images/wtl.png);
	float:left;
	margin-left:-1px;
	margin-top:-1px;
}

.whatis2{
	min-height:100px;
	background:url(../images/whatis_bg.jpg) repeat-x #fdf7e9;
	border:#bbbbbb 1px solid;
	padding:1px;
	font-size:10px;
	padding-bottom:0px;
	margin-top:15px;
}

.log_in{
	min-height:195px !important;
}

.whatis2 label{
	font-size:12px;
}

.whatis2 form{
	display:block;
	overflow:hidden;
	position:relative;
	z-index:10000;
}

.whatisheader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#cc3333;
	font-size:16px;
	padding-left:0px;
	padding-right:10px;
	position:relative;
	margin:0 0 15px 0;
	font-weight:normal;
	z-index:1;
}

.whatis_leftcontent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:15px;
	margin-top:10px;
	float:left;
	
	
	font-size:12px;
	line-height:17px;
}



.whatis_table{
	font-family:12px normal Verdana, Arial, Helvetica, sans-serif;
	margin-left:20px;
	clear:left;
	_width:98%;
}
.whatis_table td{
	vertical-align:top;
	line-height:15px;
	color:#333333;
	padding-right:15px;
	padding-bottom:8px;
	padding-left:5px;
	font-size:11px;
}
.whatis_table strong{
	color:#000000;
	font-size:12px;
}

.whatis_table .imgblock{
	float: left;
	margin-right: 10px;
	min-height: 75px;
}


.welcome .whatis_rightcontent{
	width: 24%;
	padding: 0;
	margin: 0;
	float:right;
	text-align:center;
	font-size:20px;
	line-height:normal;
}


.whatis_rightcontent p{
	margin-top:20px;
}

.whatis_rightcontent_login{
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-size:14px;
	text-align:center;
	margin-top:5px;
}

.whatis_rightcontent_login a{
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-size:14px;
	text-decoration:underline;
	color:#a01d11;
}

.whatis_rightcontent_login a:hover{
	text-decoration:none;
}

.whatis_rightcontent_header a{
	font-family:"Book Antiqua", "Times New Roman", serif;
	font-size:36px;
	text-decoration:underline;
	color:#a01d11;
}

.whatis_rightcontent_header a:hover{
	text-decoration:none;
}

.whatis_rightcontent_header_subtext{
	font: 14px normal "Book Antiqua", "Times New Roman", serif;
	color:#a01d11;
	margin-top:5px;
}

.whatis_rightcontent_subtext{
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	text-align: center;
	background:url(../images/wsbg.jpg) repeat-x #fdf3dd;
	padding: 5px;
	margin: 10px 0;
	clear: both;
	border: 1px solid #e17d18;
}

.whatis_rightcontent_subtext p{
	padding:15px;
	margin:0px;
}

.whatis_rightcontent_image{
	margin-top:15px;
	text-align:center;
}

.wscorner{
	position:absolute;
	z-index:1;
	width:44px;
	height:19px;
	margin-top:-19px;
	margin-left:50px;
	background-image:url(../images/wscorner.png);
	background-repeat:no-repeat;
}

.wsbr, .wsbl, .wstr, .wstl {
	position:relative;
	z-index:1;
	width:8px;
	height:8px;
}
.wsbr{
	background-image:url(../images/wsbr.png);
	float:right;
	margin-right:-1px;
	margin-bottom:-1px;
}

.wsbl{
	background-image:url(../images/wsbl.png);
	float:left;
	margin-left:-1px;
	margin-bottom:-1px;
}

.wstr{
	background-image:url(../images/wstr.png);
	float:right;
	margin-right:-1px;
	margin-top:-1px;
}

.wstl{
	background-image:url(../images/wstl.png);
	float:left;
	margin-left:-1px;
	margin-top:-1px;
}



/* Top menu */

.a2_menubar {
	width: 100%;
	background: #e17d18 url( ../images/bg_topmenu.gif ) top repeat-x;
	font: 11px normal "lucida grande",tahoma,verdana,arial,sans-serif;	
	padding: 0;
	margin: 0;
	height: 38px;
}

.dropmenu, .dropmenu ul { 
    padding: 0;
	margin: 0;
}

.dropmenu li { 
    float:left; 
    display:inline-block; 
    font-size:11px; 
    position: relative;
    z-index: 1500;
	margin: 0;

}
.dropmenu ul ul { 
    position: absolute;
    z-index: 500;
}
.dropmenu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
}
.dropmenu ul ul, .dropmenu ul li:hover ul ul, .dropmenu ul ul li:hover ul ul { 
    display: none; 
}
.dropmenu ul li:hover ul, .dropmenu ul ul li:hover ul, .dropmenu ul ul ul li:hover ul { 
    display: block; 
}
.dropmenu a { 
    color:#ffffff; 
    text-decoration:none; 
    display:block; 
    background:url(/images/menu-item-border.gif) left top no-repeat;
}
.dropmenu .first { 
    background:none;
}
.dropmenu a span { 
    display:block; 
}
.dropmenu a span span { 
    padding:10px 15px;	 
    position:relative;
	text-align: left;
}
.dropmenu li:hover span span, .dropmenu .active { 
    color:#2f4a85; 
	background: #fafaf9;
}
.dropmenu li:hover  { 
    /* right:-2px; */
}
.dropmenu li:hover, .dropmenu .active { 
    color:#2f4a85; 
    background:url(/images/item-act-bg.gif) top repeat-x;  
    position:relative; 
}
.dropmenu li:hover span, .dropmenu .active span { 
    background: #fafaf9 url(/images/item-act-left-bg.gif) left top no-repeat;  
    position:relative;
}
.dropmenu li:hover span span, .dropmenu .active span span { 
    background: #fafaf9 url(/images/item-act-right-bg.gif) right top no-repeat;
}
.dropmenu .submenu {
	padding: 0;
	width:170px;
}
.dropmenu .submenu li {
	padding: 0;
    /* float:left; */
	/* display:inline-block; */
	width:170px;
	font-size:11px; 
	border-bottom:1px solid #cfcdcb;
	border-left:1px solid #cfcdcb;
	border-right:1px solid #cfcdcb;
	background: #fafaf9; 
}
.dropmenu .submenu li a {
	background: none;
}
.dropmenu .submenu li:hover, .dropmenu .submenu li.nextmenu:hover {
	background: #e9e8e5;
/*	border-left:1px solid #f0800d; */
	display: block;
    right:0px;
}
.dropmenu .submenu li a span { 
	background: none;
}
.dropmenu .submenu li a span span { 
	padding: 8px 10px; 
	position:relative;
	background: none;
}
.dropmenu .submenu li.nextmenu {
	background:url(/images/expand_right.gif) right center no-repeat #fafaf9;
	display:block; 
}

/* -------------------------------- */
.user_menu, .user_menu ul { 
    padding: 0;
	margin: 0;
}

.user_menu li { 
    float:left; 
    display:inline-block; 
    font-size:11px; 
    position: relative;
    z-index: 1500;
	margin: 0;
}
.user_menu a { 
    color:#ffffff; 
    text-decoration:none; 
    display:block; 
    background:url(/images/menu-item-border.gif) left top no-repeat;
}
.user_menu .first { 
    background:none;
}
.user_menu span { 
    display:block; 
}
.user_menu span span { 
    padding:10px 15px;	 
    position:relative;
	text-align: left;
	color: #ddd;
    display:inline-block; 
}
.user_menu span span a { 
	color: #fff;
    display:inline; 
}
.user_menu span span a:hover { 
	text-decoration:underline;
}
.user_menu li:hover, .user_menu .active { 
    color:#2f4a85; 
    background:url(/images/item-act-bg.gif) top repeat-x;  
    position:relative; 
}
.user_menu li:hover span, .user_menu .active span { 
    background: #444e67 url(/images/item-act-left-bg.gif) left top no-repeat;  
    position:relative;
}
.user_menu li:hover span span, .user_menu .active span span { 
    background: #444e67 url(/images/item-act-right-bg.gif) right top no-repeat;
}
.user_menu .submenu {
	padding: 0;
	width:170px;
}
.user_menu .submenu li {
	padding: 0;
    /* float:left; */
	/* display:inline-block; */
	width:170px;
	font-size:11px; 
	border-bottom:1px solid #cfcdcb;
	border-left:1px solid #cfcdcb;
	border-right:1px solid #cfcdcb;
	background: #fafaf9; 
}
.user_menu .submenu li a {
	background: none;
}
.user_menu .submenu li:hover, .user_menu .submenu li.nextmenu:hover {
	background: #e9e8e5;
/*	border-left:1px solid #f0800d; */
	display: block;
    right:0px;
}
.user_menu .submenu li a span { 
	background: none;
}
.user_menu .submenu li a span span { 
	padding: 8px 10px; 
	position:relative;
	background: none;
}
.user_menu .submenu li.nextmenu {
	background:url(/images/expand_right.gif) right center no-repeat #fafaf9;
	display:block; 
}


/* ------------------------- */

.editlink {
	color: #808080;
	font-size: 10px;
}

a.editlink {
	color: #C0C0C0;
}

a.editlink:hover {
	color: #bd3b01;
}

/* Right panel */

.right_side {
	width: 160px;
	margin-right: 10px;
	min-height: 500px;
	float: right;
}
/* Left panel */

.left_side {
	width: 160px;
	margin-right: 10px;
	min-height: 500px;
	float: left;
}

.panel {
    vertical-align: top;
    text-align: left;
    padding-right: 0px;
    width:200px;
	margin: 0 0 0 0;
/*	float: left; */
}

.panel ul {
    width:200px;
	margin: 0;
	padding: 0;
}

.panel li {
	list-style-type:none;
	text-align:left;
	padding: 5px 5px;
	margin: 0 !important;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	background:#F9F9F9;
}

.panel li.selected {
	border:1px solid #DDDDDD;
	background:#DDDDDD;
}

.panel li:hover {
	background:#DDDDDD;
}

.panel li a {
	display:block;
	text-decoration: none;
	margin: 0;
	color: #444;
}





div.shadewidth {
    width:150px;
    height:20px;
    padding:6px 0px 0px 5px;
    text-align:left;
    margin-right:10px;
}

div.shadewidth:hover {
/*    width:100%x; */
    height:20px;
    text-align:left;
    background:#9AD8F9;
    padding:6px 0px 0px 5px;
    text-decoration:none;
    margin-right:10px;
}

.shader{
	font-size:11px;
	font-weight:normal;
	list-style-type:none;
}

.shader_dock {
    vertical-align: top;
    text-align: left;
    padding-right: 0px;
    width:160px;
	margin-top: 10px;
	float: left;
}

.shader li{
	text-align:left;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

.shader li a div{
	text-decoration: none;
	background:#F9F9F9;
	margin: 0;
}

.shader li a:visited div{
}

.shader li a:hover div{
	text-decoration:none;
	background:#EDEDED;
	margin: 0;
}

.shader li a.selected div{
	background:#E5E5E5;
	font-size:11px;
	border:1px solid #DDDDDD;
}

.shader li a.selected{
}

.shader li a.selected:hover{
	text-decoration:none;
}

.left   { float: left; }
.right  { float: right; }
.center { margin: auto; }

.width16 { 
	width: 16px;
	margin: auto;
}

#socialize-icons {
	margin:8px auto 0; 
	clear: both; 
	width: 215px; 
	padding-top: 25px; 
	height:50px; 
	background:url(images/back-socialize-icons.png) no-repeat center top 
}
#socialize-icons ul {list-style:none }
#socialize-icons a {display: block; height: 35px; width:35px }
#socialize-icons li {float: left; overflow:hidden; text-indent: -33333px; margin:0 7px  }
#icon-twitter {background: url(images/icon-twitter.jpg) no-repeat }
#icon-facebook {background: url(images/icon-facebook.jpg) no-repeat }
#icon-rss {background: url(images/icon-rss.jpg) no-repeat }
#icon-youtube {background: url(images/icon-youtube.jpg) no-repeat }


.login-promo-in {
	background-color: transparent;
	background-image: url("/storage/scds/common/u/img/bg/bg_question_orange_top_365x300.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	width: 335px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.login-promo {
	background-color: transparent;
	background-image: url("/storage/scds/common/u/img/bg/bg_question_orange_bot_365x34.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 100%;
	float: left;
	width: 365px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-bottom: 34px;
}

.font11 {
	font-size: 11px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

/* Antiques 2.0 Boxes */
.a20-module .header h3 { font-size: 13px; }

.a20-module {
	margin-bottom:20px;
	padding:0;
	width:100%;
}
.a20-module .header {
	color:#333;
	padding-right:8px;
}
.a20-module .header h1,.a20-module .header h2,.a20-module .header h3,.a20-module .header h4,.a20-module .header h5 { 
	padding:5px 5px 5px 10px;
	margin:0;
}
.a20-module .content { 
	background:#fff;
	border:1px solid #ddd;
	border-width:0 1px 1px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	padding:6px 10px 8px 10px;
	zoom:1;
}

.a20-module.mod-basic .header,.a20-module.mod-basic .header h1,.a20-module.mod-basic .header h2,.a20-module.mod-basic .header h3,.a20-module.mod-basic .header h4,.a20-module.mod-basic .header h5 { 
	background:#999 url(/images/antiques20_global.png) 0 -130px no-repeat;
}
.a20-module.mod-basic .header,.module.mod-basic .header * {
	color:#fff;
}
.a20-module.mod-basic .header { 
	background-position:100% -130px;
}

.a20-module.mod-feat .header,.a20-module.mod-feat .header h1,.a20-module.mod-feat .header h2,.a20-module.mod-feat .header h3,.a20-module.mod-feat .header h4,.a20-module.mod-feat .header h5 {
	background:#3085af url(/images/antiques20_global.png) 0 -80px no-repeat;
}
.a20-module.mod-feat .header { 
	color:#fff;
	}
.a20-module.mod-feat .header { 
	background-position:100% -80px;
	}

/* Antiques 2.0 utils box */
.a20-module.mod-util .header,.a20-module.mod-util .header h1,.a20-module.mod-util .header h2, .a20-module.mod-util .header h3, .a20-module.mod-util .header h4,.a20-module.mod-util .header h5 { 
	background:#e8e8e8 url(/images/antiques20_global.png) 0 -180px no-repeat;
}
.a20-module.mod-util .header { 
	color:#666;}
.a20-module.mod-util .content { 
	padding:6px 10px 8px 10px;}
.a20-module.mod-util.util-nav .content { 
	padding:5px;}
.a20-module.mod-util .header { 
	background-position:100% -180px;}

/* Antiques 2.0 action box */
.a20-module.mod-action { 
	background:#f4f4e1 url(/images/bg_module_action_600x800.gif) no-repeat right bottom;
	margin:0 0 20px;
	padding:0;
}
.a20-module.mod-action .header { 
	background:url(/images/bg_module_action_600x800.gif) no-repeat right top;
	margin:0;
	padding:0 10px 0 0;
}
.a20-module.mod-action .header h1,.a20-module.mod-action .header h2,.a20-module.mod-action .header h3,.a20-module.mod-action .header h4,.a20-module.mod-action .header h5 {
	background:url(/images/bg_module_action_600x800.gif) no-repeat left top;
	color:#e0790b;
}
.a20-module.mod-action .content { 
	background:url(/images/bg_module_action_600x800.gif) no-repeat 0 100%;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	color:#333;
	margin:0 5px 0 0;
	overflow:hidden;
	padding:0 15px 20px 15px;
	*padding-bottom:10px;
	-ms-zoom:1;
	zoom:1;
}

/* Antiques 2.0 modul box */
.a20-module.mod-info {background:url(/images/bg_module_info_featured_1x113.gif) repeat-x top left;margin:0 0 20px;padding:0;}
.a20-module.mod-info .header{background:url(/imagesg/bg_module_action_600x800.gif) no-repeat top right;margin:0;padding:0 5px 0 0;}
.a20-module.mod-info .header h1,.a20-module.mod-info .header h2,.a20-module.mod-info .header h3,.a20-module.mod-info .header h4,.a20-module.mod-info .header h5{background:url(/storage/scds/common/u/img/bg/bg_module_action_600x800.gif) no-repeat top left;margin:0;padding:10px 10px 0 10px;}
.a20-module.mod-info .header strong{background:url(/icons/icon_lightbulb_10x17.gif) no-repeat;display:block;min-height:17px;padding-left:17px;}
.a20-module.mod-info .content{background:transparent;border-color:#9acce6;margin-left:0;top:0;}

.a20-module.mod-info.feature{background-image:url(img/bg/bg_module_info_featured_1x113.gif);}
.a20-module.mod-info.feature .header{background-image:url(img/bg/bg_module_action_600x800.gif);}
.a20-module.mod-info.feature .header h3{background-image:url(img/bg/bg_module_action_600x800.gif);}
.a20-module.mod-info.feature .content{border-color:#9acce6;}

a.action,span.action {
	display:block;
	float:left;
	margin:0 10px 0 0;
	border:1px solid #f6be68;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fc0 url(/images/antiques20_global.png) repeat-x 0 -320px;
	text-decoration:none!important;
	color:#000!important;
	cursor:pointer;
	text-align:center;
}
a.action span,span.action span {
	display:block;
	min-height:16px;
	padding:3px 20px!important;
	white-space:normal!important;
}
a.action.secondary,span.action.secondary {
	background:#dcdcdc url(/images/antiques20_global.png) repeat-x 0 -370px;
	border:1px solid #bbb;
}
a.action:hover{ 
	background:#c8e7fa url(/images/antiques20_global.png) repeat-x 0 -420px;
	border:1px solid #99cce6;
}
a.action:visited { color:#000; }

