﻿/* CSS RESET
----------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
{
	margin: 0;
	padding: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, th, var
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}

/* GLOBAL STYLES
----------------------------------------------- */
body, td, th, p, .replyarea
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #461813;
}

body
{
	background-color: White;
	position: relative;
	margin: 0;
}

	body.tsbackground
	{
		background-image: url('/pic/layout/tileLight2.gif');
		background-repeat: repeat;
		background-position: left top;
	}

form
{
	margin: 0;
}

a
{
	color: #2290CF;
	text-decoration: none;
	cursor: pointer;
}
	a.linkbold
	{
		font-weight: bold;
	}
	
	.linkbrown
	{
		color: #461813;
	}
    a.link_white
	{
		color: #fff;
	}
	a:hover
	{
		color: #461813;
		text-decoration: underline;
	}

	a em
	{
		text-decoration: underline;
		font-style: normal;
		font-weight: bold;
	}
	
img
{
	border: 0 none;
}

	img.center
	{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

h3
{
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
	
.clear
{
    display: block;
	clear: both;
}

.pointer
{
    cursor: pointer;
}

.bold {font-weight: 800;}

ul
{
}
    ul.disc
    {
        list-style-type: disc;
        margin: 10px 0 16px 25px;
    }
    
.grey-light
{
    color: #AAA196;
}
.green
{
    color: Green;
}
.green-light
{
    color: #9fcc00;
}    
.blue
{
    color: #2290CF;
}
 
.red
{
    color: Red;
}
 
.white
{
    color: White;
}
    
/* BUTTONS
----------------------------------------------- */

input.button, .searchbutton
{
	font-size: 8px;
	cursor: pointer;
	border: 1px solid;
	border-color: #D5BD96 #461813 #461813 #D5BD96;
	text-align: center;
	background-color: #2290CF;
	height: 20px;
	padding: 0px 7px;
	font-weight:bold;
	color:White;
	text-transform: uppercase;
	overflow:visible;
}

input.button disabled
{
	border: red;
}

input, select, textarea
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: black;
	padding: 1px 0;
}

a.linkbutton
{
    font-size: 8px;
	cursor: pointer;
	border: 1px solid;
	border-color: #D5BD96 #461813 #461813 #D5BD96;
	text-align: center;
	background-color: #2290CF;
	padding: 4px 8px;
	font-weight:bold;
	color:White;
	text-transform: uppercase;
}
    a.linkbutton.green, input.button.green {background-color: #9FCC00; color: White;}
    a.linkbutton:hover{color: White; text-decoration: none;}



/* LAYOUT
----------------------------------------------- */

.wrapper
{
	width: 1002px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: #ffffff;
}

    .wrapper.takeover
    {
	    width: 984px;
    }

.main
{
	padding: 10px 10px 0;
	width: 964px;
}

    .main.takeover
    {
	    padding-top: 0;
	    border-top: 10px solid;
    }

.leftshadow
{
	background-image: url('/pic/layout/side_shadow_right.gif');
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 9px;
	cursor: default;
}

.rightshadow
{
	background-image: url('/pic/layout/side_shadow_left.gif');
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 9px;
}

    .wrapper.takeover .leftshadow, .wrapper.takeover .rightshadow
    {
	    padding: 0;
	    background: none;
    }
    .wrapper.takeover .leftshadow
    {
	    float: left;
    }

.contentsection
{
	clear: both;
	margin: 0 0 16px 0;
}

.sidebarleft
{
	width: 177px;
	float: left;
}

.sidebarright
{
	width: 177px;
	float: right;
}

/* BANNERS
----------------------------------------------- */

#wallpaper_container.enabled
{
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.takeoverbanner
{
    position: relative;
}
    .takeoverbanner.left, .takeoverbanner.right
    {
        margin-top: 10px;
        width: 0px;
        height: 1000px;
        float: left;
    }
    
        .takeoverbanner.left iframe, .takeoverbanner.right iframe
        {
            position: absolute;
            top: 0;
        }

        .takeoverbanner.left iframe
        {
            right: 0px;
        }

    .takeoverbanner.top
    {
        margin-bottom: 20px;
        right: 10px;
        width: 984px;
        clear: both;
    }

.bannercontainer 
{
	margin-bottom: 16px;
}

.banner930x180
{
    width:930px;
    height:180px;
    margin: 0 auto;
    position: relative;
}

    .banner930x180 .bg
    {
        height: 180px;
        width: 984px;
        position: absolute;
        z-index: 10;
        left: -27px;
    }
    
    .banner930x180.nobanner
    {
        height:25px;
    }

.banner140x350
{
    width: 177px;
    height: 350px;
}

.banner160x600
{
    width:177px;
    height:600px;
}



/* HEADER
----------------------------------------------- */

.centerbox
{
	text-align: center;
	padding-bottom: 15px;
}

.logowrapper
{
    height: 60px;
}
.logo
{
	width: 270px;
	float: left;
	height: 55px;
	padding-top: 5px;
}

    .logo.large
    {
	    padding-top: 0;
    }

/* HEADER / LOGIN
----------------------------------------------- */

	.iframeLogin
	{
	    float: right;
		width: 490px;
		margin-bottom: 10px;
	}	
	
	#loginbox
	{
		float: right;
		width: 490px;
		margin-bottom: 10px;
		vertical-align: top;
	}
		
		#loginbox input
		{
			vertical-align: middle;
			padding: 0 5px;
		}
		
			#loginbox input.textbox
			{
				width: 114px;
				border: solid 1px Black;
				padding: 3px 3px 1px;
				height: 16px;
			}
		
		#loginbox label.overlabel {
		color: #999;
		display: none;
		
		}

		#loginbox .overlabel-wrapper {
			position: relative;
			float: left;
			overflow: hidden;
			margin-right: 3px;
			width: 124px;
			height: 23px;
		}

		#loginbox label.overlabel-apply {
			position: absolute;
			top: 1px;
			left: 6px;
			z-index: 1;
			height: 18px;
		}
		
		#loginbox .forgotlogin
		{
			margin-top: 3px;
		}
		
		#loginbox img.tooltip
		{
			vertical-align: middle;
			margin-right: 3px;
		}

		#loginbox .controlcontainer
		{
			float: left;
			border-right: solid 1px #dddddd;
			padding-right: 16px;
			padding-left: 14px;
			line-height: 18px;
		}
		#loginbox .linkcontainer
		{
			text-align: right;
		}

		#loginbox .loggedincontainer
		{
			float: left;
			width: 490px;
		}
		
		#loginbox .loginline
		{
			padding-bottom: 6px;
		}
		
		#loginbox .header
		{
			padding-right: 8px;
		}
		
			#loginbox .header img
			{
				margin-right: 5px;
			}
		
		#loginbox .firstcolumn
		{
			width: 220px;
			float: left;
		}
		
		#loginbox .secondcolumn
		{
			width: 140px;
			float: left;
		}
		
		#loginbox .thirdcolumn
		{
			float: right;
			text-align: right;
			line-height: 15px;
			/*width: 60px;*/
		}

/* HEADER / SEARCH
----------------------------------------------- */

	#searchcontainer
	{
		float: left;
		padding-top: 15px;
		width: 280px;
		clear: left;
	}

	.searchfield
	{
		background-color: #fcfcfc;
		vertical-align: middle;
		border: 1px solid #000;
		width: 200px;
		height: 20px;
		font-size: 13px;
	}

	input.button.search, .searchbutton
	{
	    background-color: #9fcc00;
		font-size: 11px;
		width: auto;
		height: 24px;
		margin-left: 6px;
		padding-bottom: 1px;
		line-height: 12px;
	}


/* PAGE CONTENT
----------------------------------------------- */

.page
{
	font-size: 10px;
	width: 570px;
	float: left;
	margin: 0 20px 0 20px;
}

	.page.twocolumnleft
	{
		width: 767px;
		margin: 0 20px 0 0;
	}
	
    .page.twocolumnright
	{
		width: 767px;
		margin: 0 0 0 20px;
	}
	
	.page.onecolumn
	{
		width: 964px;
		margin: 0;
	}
	.page.flow
	{
		margin: 0;
		width: 100%;
	}

	.page a
	{
		background-repeat: no-repeat;
		background-position: right;
	}
	
	    .page a.normal
	    {
		    font-weight: normal;
	    }
	
	.page h1
	{
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 12px 0 8px;
	}
	
	.page p
	{
	    margin: 10px 0;
	}
    .page td, .page th { vertical-align: top; }
	.page .buttonscontainer
	{
		position: relative;
		text-align: center;
		font-weight: bold;
		float: none;
		width: 100%;
		padding: 8px 0px;
	}
	
	.page .buttonscontainer .btnback
	{
		position: absolute;
		top: 11px;
		left: 0px;
	}
	
	.page .breadcrumb
	{
	     margin-bottom: 15px;
	     text-align: left;
	}
	
	    .page .breadcrumb ul
	    {
		    margin: 0;
		    padding: 0px 0px 5px 0px;
		    float: none;
	    }

	    .page .breadcrumb li
	    {
		    display: inline;
		    margin-right: 4px;
	    }
	
	    .page .breadcrumb .active a,
	    {
		    margin: 0px 0px 8px 0px;
		    border-bottom: solid 3px black;
	    }

	    .page .breadcrumb .deactivated a,
	    .page .breadcrumb .deactivated img
	    {
		    display:none;
	    }
	    .page .breadcrumb .deactivated a:hover
	    {
		    text-decoration:none;
	    }	
	    .page .breadcrumb img
	    {
		  border: 0;
	    }
	    .page .breadcrumb h1
	    {
	        display: inline;
	        font-size: 10px;
	        font-weight: normal;
	        text-transform: none;
	    }
    .page .viewselect
    {
        margin-bottom: 16px;
        height: 16px;
    }
        .page .viewselect .view
        {
            float: left;
            line-height: 16px;
            padding-left: 16px;
            margin-right: 20px;
            background-repeat: no-repeat;
            background-position: left center;
        }
        .page .viewselect .view.list
        {
            background-image: url('/pic/icons/listview.gif');
        }
        .page .viewselect .view.list.selected
        {
            background-image: url('/pic/icons/listview_selected.gif');
        }
        .page .viewselect .view.gallery
        {
            background-image: url('/pic/icons/galleryview.gif');
        }
        .page .viewselect .view.gallery.selected
        {
            background-image: url('/pic/icons/galleryview_selected.gif');
        }
	.page .textarea
	{
		background-color: #f8f4ed;
		border: solid 1px #F1E4D1;
		padding: 6px 4px;
		margin: 0px 0px 10px 0px;
		display: block;
		text-align: left;
	}
	    .page .textarea.green
	    {
		    background-color: white;
		    border-color: #9FCC00;
	    }
	    .page .textarea h1 {
	        font-size: 15px;
	        font-weight: bold;
	        text-transform: none;
	        margin: 0 0 16px;
	    }
	    .page .textarea h2 {
	        font-size: 12px;
	        font-weight: bold;
	        text-transform: none;
	        margin: 0 0 16px;
	    }
	    .page .textarea h3 {
	        font-size: 11px;
	        font-weight: bold;
	        text-transform: none;
	        margin: 0 0 16px;
	    }
	    .page .textarea p {
	        margin: 0 0 16px;
	    }
	    .page .textarea ul { list-style-type: disc; }
        .page .textarea ol { list-style-type: decimal; }
        .page .textarea ul, .page .textarea ol { padding-left: 30px; margin-bottom: 16px; }
        .page .textarea ul ul, .page .textarea ol ul { list-style-type: circle; margin-bottom: 0; }
        .page .textarea ul ol, .page .textarea ol ol { list-style-type: decimal; margin-bottom: 0; }
		.page .textarea .resumeheadercontainer
		{
			padding: 6px 0;
		}
		
			.page .textarea .resumeheadercontainer .resumesubheader
			{
				font-weight: bold;
				text-transform: uppercase;
				float: left;
				width: 100px;
			}
		
			.page .textarea .resumeheadercontainer .resumenavigation
			{
				text-align:	right;
				float:none;
			}
        .employee_thumb { float: left; text-align: center; padding: 12px 1px 0px 0px; width: 92px; font-weight: bold; }
        .employee_text { padding: 30px 0px 0px 0px; height: 155px; }
        .employee_text img { float: right; margin-left: 20px; }
	.page .textsection
	{
		padding: 3px 0px;
	}

		.page .textsection .attention
		{
			color: Red;
			font-weight: bold;
		}

		.page .textsection li
		{
			margin: 0px 0px 4px 0px;
		}

		.page .textsection ul
		{
			display: inline-block;
			list-style-type: none;
			padding: 0px;
			margin: 0px;
		}

		.page .textsection .header
		{
			float: left;
			font-weight: bold;
			width: 100px;
			margin: 0px 6px 0px 0px;
		}
		
		
	.page .error
	{
		color: red;
		font-weight: bolder !important;
		padding-left: 4px;
	}
	
	.page .listhovercolor 
	{
		background-color: #d5effe;
	}
		.page .listhovercolor a
		{
			color: #461813;
		}
	
		.page .listhovernocolor 
		{
		}

	.page .fieldset
	{
		background-color: #f8f4ed; /*color: #3f3f3f;*/
		border: solid 1px #F1E4D1; /*border: dotted 1px #2290CF;*/
		padding: 8px 4px;
		margin: 0px 0px 10px 0px;
		display: block;		
	}

		.page .fieldset .topheadline
		{
			font-weight: bold;
			margin-bottom: 4px;
		}

		.page .fieldset .header
		{
			display: block;
			float: left;
			font-weight: bold;
			width: 100px;
		}

		.page .fieldset .tableFullLength
		{
			width: 480px;
		}

	.page .inputSet
	{
		clear: both;
		margin-bottom: 4px;
		line-height: 19px;
		height: 19px;
	}
		.page .inputSet.autoheight
		{
			height: auto;
		}
		
		.page .inputSet #CategoryDiv, 
		.page .inputSet #CategoryJobEstateAdDiv
		{
		    display: inline;
		}
		
		
		.page .inputSet .radiolisthorizontal
		{
			
		}
			
			.page .inputSet .radiolisthorizontal label
			{
				margin-right: 15px;
			}
			
			.page .inputSet .radiolisthorizontal input
			{
			    margin-right: 3px;
			}
			

		.page .inputSet .literal
		{
			display: block;
			float: left;
			font-weight: bold;
			width: 100px;
		}

		.page .inputSet label
		{
			display: inline;
			float: none;
			width: auto;
			font-weight: normal;
			vertical-align: middle;
		}
		
			/*.page .inputSet label .header
			{
				display: block;
				float: left;
				font-weight:bold;
				width:100px;
			}
			*/

		.page .inputSet .buttonList
		{
			display: block;
			float: left;
		}

			.page .inputSet .buttonList input, .page .inputSet .buttonList select
			{
				float: none;
				margin-bottom: 4px;
			}

			.page .inputSet .buttonList label
			{
				float: none;
			}

		.page .inputSet input,
		.page .inputSet select
		{
		    margin-right: 3px;
		}	
			
		.page .inputSet input,
		.page .inputSet select,
		.page .inputSet img.tooltip
		{
		    vertical-align: middle;
		}
    
    .subheader
    {
	  color: #461813;
	  font-weight: bold;
	  border-bottom: solid 1px #eeeeee;
	  padding: 4px 0;
	  margin-bottom: 8px;
	  text-transform: uppercase;
	  text-align: left;
    }
    .page .pageheader
    {
      font-size: 10px;
      color: #461813;
	  font-weight: bold;
	  border-bottom: solid 1px #eeeeee;
	  padding: 4px 0;
	  margin-bottom: 8px;
	  text-transform: uppercase;
	  text-align: left;
    }
	.page .inputwide
	{
		width: 288px;
	}

	.page .dropdownwide
	{
		width: 290px;
	}

	.page .inputmedium
	{
		width: 118px;
	}

	.page .dropdownmedium
	{
		width: 120px;
	}

	.page .inputshort
	{
		width: 41px;
	}

	.page .dropdownshort
	{
		width: 45px;
	}

	.page .textboxmultilinelarge
	{
		width: 350px;
		height: 120px;
	}
	
	.page .inputwide,
	.page .inputmedium,
	.page .inputshort,
	.page .dropdownwide,
	.page .dropdownmedium,
	.page .dropdownshort,
	.page .textboxmultilinelarge
	{
	    border: solid 1px #bbbbbb;
	    margin-right: 4px;
	}
	
	.page .dropdownwide,
	.page .dropdownmedium,
	.page .dropdownshort
	{
	    height: 19px;
	}
	
	.page .inputwide,
	.page .inputmedium,
	.page .inputshort
	{
	    height: 15px;
	}
	
	.page .flashcheckwrapper
	{
		margin-right: auto; 
		margin-left: auto; 
		width: 400px;
	}
	.page .top-listings 
	{
	}
	    .page .top-listings li
	    {
	        display: block; float: left; width: 177px; margin: 0 6px;
	    }
        .page .top-listings img
        {
            width: 175px; height: 175px;
        }
        .page .top-listings a
        {
            display: block; border: 1px solid #f1e4d1;
        }
        .page .top-listings a:hover
        {
            background-color: #d5effe;
            text-decoration: none;
        }
        .page .top-listings span
        {
            display: block; width: 165px; padding: 10px 0 10px 10px; line-height: 14px;
        }
        
/* RoundedFrame
----------------------------------------------- */
.roundedFrame
{
    position: relative;
}
    .roundedFrame.grey
    {
        border: 1px solid #D4D8DB;
    }
        .roundedFrame.grey .tl, .roundedFrame.grey .tr, .roundedFrame.grey .bl, .roundedFrame.grey .br
        {
            background-image: url("Images/grey_corner_radius6.png");
        }
                
    .roundedFrame.white
    {
    }
        .roundedFrame.white .tl, .roundedFrame.white .tr, .roundedFrame.white .bl, .roundedFrame.white .br
        {
            background-image: url("Images/white_corner_radius6.png");
        }
        
    .roundedFrame.headerbox
    {
    }
        .roundedFrame.headerbox .tl, .roundedFrame.headerbox .tr
        {
            background-image: url("Images/white_corner_radius6.png");
        }        
        .roundedFrame.headerbox .bl, .roundedFrame.headerbox .br
        {
            background-image: url("Images/grey_corner_radius6.png");
        }
        
    .roundedFrame .tl, .roundedFrame .tr, .roundedFrame .bl, .roundedFrame .br
    {
        background-repeat: no-repeat;
        height: 6px;
        width: 6px;
        position: absolute;
    }
        .roundedFrame .tl
        {
            background-position: left top;
            left: -1px;
            top: -1px;
        }
        .roundedFrame .tr
        {
            background-position: right top;
            right: -1px;
            top: -1px;
        }
        .roundedFrame .bl
        {
            background-position: left bottom;
            left: -1px;
            bottom: -1px;
        }
        .roundedFrame .br
        {
            background-position: right bottom;
            right: -1px;
            bottom: -1px;
        }
    .roundedFrame.inner
    {
    }
        .roundedFrame.inner .tl
        {
            left: 0;
            top: 0;
        }
        .roundedFrame.inner .tr
        {
            right: 0;
            top: 0;
        }
        .roundedFrame.inner .bl
        {
            left: 0;
            bottom: 0;
        }
        .roundedFrame.inner .br
        {
            right: 0;
            bottom: 0;
        }

/* HEADERBOX
----------------------------------------------- */
.headerbox
{
    margin-bottom: 16px;
}
.headerbox.Emphasized .header
{	
}

.headerbox.Dimmed .header
{	
}
	.headerbox.Normal .header,
	.headerbox .header
	{
	    background-color: #D2AF8F;
		color: #fff;
		height: 25px;
	}
		
		.headerbox .header div
		{
			background-repeat: no-repeat;
			background-position: 5px 3px;
		}

		.headerbox .header h3
		{
			background-repeat: no-repeat; 
			font-size: 14px; 
			padding: 2px 0 3px 8px;
			text-transform: uppercase;
			font-family: "Times New Roman", Serif;
			margin: 0;
			color: White;
			line-height: 20px;
			font-weight: bold;
		}

			/*.headerbox .header div.TrophyWhite h3, 
			.headerbox .header div.PromotionWhite h3,
			.headerbox .header div.GraphWhite h3, 
			.headerbox .header div.OfferWhite h3, 
			.headerbox .header div.MobileWhite h3, 
			.headerbox .header div.VipIconWhite h3,
			.headerbox .header div.NewItemsWhite h3,
			.headerbox .header div.OfferBuyNow h3,
			.headerbox .header div.ChristmasWhite h3,
			.headerbox .header div.LinksWhite h3,
			.headerbox .header div.ArrowWhite h3
			{
				padding-left: 23px;
			}
			.headerbox .header div.TrophyWhite
			{
				background-image: url('/pic/icons/box/trophy_white.png');
			}
			.headerbox .header div.PromotionWhite
			{
				background-image: url('/pic/icons/box/promotion_white.png');
			}
			.headerbox .header div.GraphWhite
			{
				background-image: url('/pic/icons/box/graph_white.png');
			}
			.headerbox .header div.VipIconWhite
			{
				background-image: url('/pic/icons/box/vip_white.png');
			}
			.headerbox .header div.OfferWhite
			{
				background-image: url('/pic/icons/box/offer_white.png');
			}
			.headerbox .header div.NewItemsWhite
			{
				background-image: url('/pic/icons/box/newitems_white.png');
			}
			.headerbox .header div.MobileWhite
			{
				background-image: url('/pic/icons/box/mobile_white.png');
				background-position: 6px 3px;
			}
            .headerbox .header div.OfferBuyNow h3
            {
                background-image: url('/pic/icons/box/offer_buynow_white.png');
                background-position: 5px 2px;
            }
            .headerbox .header div.ChristmasWhite 
            {
                background-image: url('/pic/icons/box/christmastree.png');
            }
            .headerbox .header div.LinksWhite 
            {
                background-image: url('/pic/icons/box/links_star_white.png');
            }
            .headerbox .header div.ArrowWhite 
            {
                background-image: url('/pic/icons/box/arrow_white.png');
            }*/  
    
    .headerbox .tabheader
    {
    }
    
        .headerbox .tabheader h3
        {
            float: left;
        }
    
        .headerbox .header .tabs
        {
            width: 100px;
            padding-top: 4px;
            float: right;
        }
    
            .headerbox .header .tabs div
            {
                background-color: #F8F0E5;
                margin-right: 4px;
                float: left;
                height: 13px;
                width:46px;
                text-align:center;
                position: relative;
                padding: 4px 0;
                -webkit-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                border-radius: 3px 3px 0 0;
            }                
                .headerbox .header .tabs div .tl, .headerbox .header .tabs div .tr
                {
                    width: 1px;
                    height: 1px;
                    background-image: none;
                    background-color: #D9C0AC;
                }
                
                    .headerbox .header .tabs div .tl
                    {
                        position: absolute;
                        top: 0;
                        left: 0;
                    }
                
                    .headerbox .header .tabs div .tr
                    {
                        position: absolute;
                        top: 0;
                        right: 0;
                    }                
    
            .headerbox .header .tabs .selected
            {
                background-color: white;
            }
                .headerbox .header .tabs .selected a
                {
                    color: Black;
                }

	.headerbox .content
	{
		border-width: 0 1px;
		border-style: solid;
		border-color: #D4D8DB;
		padding: 6px 0;
		width: 175px;
		line-height:18px;
	}
	
	.headerbox.full .content
	{
	    padding: 0px;
	}

	.headerbox .bottom
	{
		background: White url("Images/Tile_Shade_Headerbox_Bottom.jpg") repeat-x bottom;
		border: 1px solid #D4D8DB;
		border-top: none;
		padding: 6px 4px 0px 5px;
		height: 18px;		
	}
	    .headerbox .bottom.highlight
	    {
	    
	    }
	    
/* seoList */
div.seoList {
    background-color: #f8f4ed;
    border: 1px solid #f1e4d1;
    padding: 5px;
}

.seoList h2 {
    font-size: 10px;
    font-weight: bold;
}

.seoList a {
    color: #2290CF;
}

.seoList div.item {
    width: 260px; 
    display: inline-block;
}


/* MWR - MOST WANTED RESPONSE
----------------------------------------------- */

.sidebarline, .sidebarlinepositivereviews, .sidebarlinenonehover
{
	padding: 1px 0;
	display: block;
	height: 18px;
}

a.sidebarline:hover, a.sidebarlinepositivereviews:hover
{

	background-color: #d5effe;
	color: #461813;
}

.sidebarfooter
{
	padding-top: 4px;
	padding-left: 4px;
	display: block;
	height: 12px;
	font-weight: bold;
}

.sidebarcontainer
{
	padding: 0 6px;
}

	.sidebarcontainer .attention
	{
		color: Red;
	}
	
.sidebartopbuylistings
{
	padding: 0 4px;
}

	.sidebartopbuylistings a
	{
		color: #461813;
	}


.sidebartoplistings
{
	padding-top: 4px;
}
    .sidebartoplistings li
    {
	    padding-bottom: 4px;
    }

	.sidebartoplistings a
	{
		color: #461813;
	}

	.sidebartoplistings .sidebarline
	{
		height: 45px;
		line-height: 15px;
		padding: 0 0 0 4px;
		position: relative;
	}
	
	.sidebartoplistings .smallthumb
	{
		float: left;
		margin-right: 4px;
	}
	
	.sidebartoplistings .separator
	{
		height: 4px;
		line-height: 4px;
	}
	
	.sidebartoplistings .listinginfo
	{
		padding-top: 5px;
		display: block;
	}

.sidebartopsellers
{
	padding: 0 6px;
}
	
	.sidebartopsellers img
	{
		vertical-align: middle;
		margin-right: 4px;
		float: left;
	}
	
	.sidebartopsellers div
	{
	    background-image: url( '/pic/icons/evaluation_positive.png' );
	    background-position: 1px 0px;
	    background-repeat: no-repeat;
	    padding-left: 29px;
	    margin-bottom: 2px;
	    line-height: 22px;
	    height: 22px;
	}

.sidebargalleryad
{
	display: block;
}

	.sidebargalleryad a.narrow
	{
		line-height: 14px;
	}
	
	.sidebargalleryad img
	{
		height: 175px;
		width: 175px;
	}
	
	.sidebargalleryad .description
	{
		padding: 6px 6px 0;
	}

	.sidebargalleryad .price
	{
		line-height: 24px;
	}

.sidebarVIPUser
{
	padding: 0 6px;
	display: block;
}

	.sidebarVIPUser img
	{
		margin-right: 4px;
		vertical-align: middle;
	}

.sidebarstatistics
{
	padding: 0 6px;
	display: block;
}

	.sidebarstatistics .count
	{
		font-weight: bold;
	}
	
.sidebarlinks
{	
    padding: 4px 6px 6px;
}

    .sidebarlinks a
    {	
        display: block;
    }

/* MWR / SMSBOX
----------------------------------------------- */
.sidebarsmsbox
{
	padding: 0 6px;
	display: block;
}

#smsbox
{
	height: 182px;
	overflow: hidden;
}

	#smsbox .innercontainer
	{
		height: 182px;
		width: 163px;
		line-height: 13px;
	}

	#smsbox li
	{
		height: 170px;
	}


#smsprevious
{
    cursor: pointer;
	padding-left: 10px;
	text-align: left;
	float: left;
}

#smsnext
{
    cursor: pointer;
	padding-right: 10px;
	text-align: right;
}

	

/* Popup windows
----------------------------------------------- */

.popupTextArea
{
}
    .popupTextArea h1
    {

	    font-size: 12px;
	    font-weight: bold;

    }

    .popupTextArea h2
    {
    	font-size: 10px; 
    	font-weight: bold;
    }

    .popupTextArea ul
    {
			display: inline-block;
			list-style-type: none;
			padding: 4px 0px;
			margin: 0px 16px;
    }
    
    .popupTextArea li
    {
			padding: 0px 4px;
    }

/* Banners
----------------------------------------------- */
.bannercontainer 
{
	margin-bottom: 16px;
}

.banner930x180
{
    width:930px;
    height:180px;
    margin: 0 auto;
    position: relative;
}

.banner140x350
{
    width: 177px;
    height: 350px;
}

.banner160x600
{
    width:177px;
    height:600px;
}

/* SUPPORTSITE
----------------------------------------------- */

.supportbox
{
		background-color: #f8f4ed;
		border: solid 1px red;
		padding: 10px;
		margin: 0px 0px 10px 0px;
		display: block;
}
	.supportbox .dateupdated
	{
		font-style: italic;
	}
	
	.supportbox .header
	{
		color: #461813;
		font-weight: bold;
	}


/* TOOLTIP
----------------------------------------------- */
	
img.tooltip 
{
    cursor: pointer;
}

.tipsy 
{
    position: absolute;
    background-repeat:no-repeat;
    padding:5px;
    z-index: 100000;
}

.wide_tooltip .tipsy-inner 
{
    max-width: 800px;
}


.tipsy-inner {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -x-system-font:none;
    background-color:#2290CF;
    color:white;
    font-family:"Verdana",serif;
    font-size:10px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    line-height:normal;
    max-width:200px;
    padding:8px;
    text-align:left;
}
.tipsy-arrow { position: absolute; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
.tipsy-north, .tipsy-n .tipsy-arrow {
    background-image:url(/pic/tipsy/tipsy-north-blue.gif);
    background-position:center top;
}
.tipsy-inner a
{
    color: #fff;
    text-decoration: underline;
}
.tipsy-south, .tipsy-s .tipsy-arrow {
    background-image:url(/pic/tipsy/tipsy-south-blue.gif);
    background-position:center bottom;
}

.tipsy-east, .tipsy-e .tipsy-arrow {
    background-image:url(/pic/tipsy/tipsy-east-blue.gif);
    background-position:right center;
}
.tipsy-west, .tipsy-w .tipsy-arrow {
    background-image:url(/pic/tipsy/tipsy-west-blue.gif);
    background-position:left center;
}

/* ImagePreview
----------------------------------------------- */

#preview
{
	position:absolute;
	border: solid 1px #2290CF;
	background-color: White;
	padding:6px;
	display:none;
	line-height: 16px;
	width: 175px;
	z-index: 999;
	overflow: hidden;
}

	#preview #previewholder
	{
		display: block;
		width: 175px;
		height: 175px;
		margin-bottom: 6px;
		text-align: center;
	}
	
		#preview #previewholder.loading
		{
			background: url('/pic/LoadingAnimations/ajax-loader3.gif') no-repeat center center;
		}

		#preview #previewholder.nopicture
		{
			background: url('/pic/no-picture.gif') no-repeat center center;
		}
	
/* FOOTER
----------------------------------------------- */
#footer
{
	clear: both;
	display: block;
	border-top: solid 1px #dddddd;
	padding: 2px 0 10px;
}

	#footer .copyright
	{
		float: left;
		padding-top: 4px;
	}
	
	#footer .rightcolumn
	{
		text-align: right;
	}
	
	#scriptbottom
	{
	    height: 1px;
	}
	
/* FOOTER / AWARDS
----------------------------------------------- */
#awards
{
    width: 640px;
    padding-top: 10px;
    /*margin: 28px auto;*/
}
#awards .award
{
    float: left;
    width: 142px;
    height: 55px;
    margin: 0 9px;
}

/* FOOTER / TSSITES
----------------------------------------------- */
#tssites
{
    float: right;
    padding-top:10px;
}

.flagselectionbox
{
    border-right: none;
    position: relative;
    display: block;
    padding: 8px;
    height: 33px;
    width: 56px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    cursor: pointer;
}

.countryflags a span
{
    background-image: url(/pic/i18n/allflags.png);
    background-position: -127px -105px;
    background-repeat: no-repeat;
    width: 48px;
    display: block;
    height: 34px;
}
* html .countryflags a span
{
    background-image: url(/pic/i18n/allflags.png);
}
.countryflags a span
{
    padding-bottom: 2px;
}
.countryflags a, .countryflags a:active, .countryflags a:visited, .countryflags a:hover
{
    /*width: 50px;*/
    float: left;
    color: #333;
    font-size: 11px;
    height: 45px;
    padding-top: 15px;
    padding-right: 10px;
    text-decoration: none;
    cursor: pointer;
}

.flagsheader
{
    width:100%;
    text-align:center;
    font-weight:bold;
    margin-left:-8px;
    padding-top:2px;
    
}

.flagsoverlay
{
    position:absolute;
    height:136px;
}

.countryflags
{
    width: 179px;
    background-color: #fff;
    padding: 0 0 10px 10px;
    min-height: 75px;
    border: 1px solid #e7e7e7;
    position:absolute;
    display: none;
    bottom: 50px;
    right: -1px;
    z-index: 50;
}
.flagselectionbox .selectionarrow
{
    background-image: url(/pic/icons/icon_arrow_down_gray.png);
    position: absolute;
    left: 59px;
    top: 23px;
    height: 5px;
    width: 10px;
}

.flagselectionbox:hover .selectionarrow
{
    background-image: url(/pic/icons/icon_arrow_down_black.png);
}


/* Flags for Current Flag */
.flag-dk
{
    background-image: url(/pic/i18n/allflags.png);
    background-position: -62px -6px;
    display: block;
    height: 34px;
    width: 48px;
}

.flag-no
{
    background-image: url(/pic/i18n/allflags.png);
    background-position: -6px -6px;
    display: block;
    height: 34px;
    width: 48px;
}

.flag-se
{
    background-image: url(/pic/i18n/allflags.png);
    background-position: -119px -6px;
    display: block;
    height: 34px;
    width: 48px;
}

.flag-fi
{
    background-image: url(/pic/i18n/allflags.png);
    background-position: -175px -6px;
    display: block;
    height: 34px;
    width: 48px;
}

/* Flags for HoverBox  */

a#flag-dk span
{
    background-position: -62px -6px;
}
a#flag-no span
{
    background-position: -6px -6px;
}
a#flag-se span
{
    background-position: -119px -6px;
}
a#flag-fi span
{
    background-position: -175px -6px;
}

/* FOOTER / TS PARTNERS
----------------------------------------------- */
#tspartners
{
    color: #a0978c;
    line-height: 20px;
    margin-top: 10px;
}

#tspartners .tspartner
{
    float: left;
    width: 160px;
}

#tspartners .tspartnerleftmost
{
    padding-left: 28px;
}

#tspartners a
{
    color: #a0978c;
    font-size: 10px;
}
 
    #tspartners a:hover
    {
        color: #a0978c;
        font-size: 10px;
    }
     
    #tspartners a:visisted
    {
        color: #a0978c;
        font-size: 10px;
    }

/* FREEWAY SITES
----------------------------------------------- */
/* Freeway site style */
#DesignFreewaySites div
{
    color: #a0978c;
    line-height: 20px;
    margin-top: 10px;
}
 
#DesignFreewaySites ul
{
    color: #a0978c;
    margin: 0px;
    list-style-type: circle;
    padding-left: 40px;
}
 
#DesignFreewaySites a
{
    color: #a0978c;
    font-size: 10px;
}
 
    #DesignFreewaySites a:hover
    {
        color: #a0978c;
        font-size: 10px;
    }
     
    #DesignFreewaySites a:visisted
    {
        color: #a0978c;
        font-size: 10px;
    }

/* Listing Details
----------------------------------------------- */
#listingdetails
{
}

    #listingdetails h1, #listingdetails h2, #listingdetails h3
    {
        border-bottom: 1px solid #DEC5AF;
        color: #461813;
        padding-bottom: 6px;
    }
    
    #itemDetails h2
    {
        border: none;
        padding: 0;
    }
        
    #listingdetails .alternate-row
    {
        background-color: #F8F4ED;
    }
        
    #listingdetails .seller-icons
    {
        margin-top: 30px;
        margin-bottom: 10px;
    }
        #listingdetails .seller-icons img
        {
            margin-right: 20px;
        }
        
        #listingdetails .seller-icons a:hover
        {
            text-decoration: none;
        }
    
    #listingdetails .backlink
    {
        font-weight: 800;
        display: block;
        margin-bottom: 40px;        
    }
        
#NextLinks
{
}
    
    #NextLinks a.link, #NextLinks .container
    {
        display: block;
        height: 15px;
        padding-left: 22px;
        margin-bottom: 10px;
        background-repeat: no-repeat;
        background-position: left top;
        width: 168px; /*height: 25px;*/
    }
    
    #NextLinks .container
    {
        padding: 0;
    }
    
    #NextLinks .LinksColumn
    {
        float: left;
        width: 228px;
    }
    
    #NextLinks .SecurityColumn
    {
        float: left;
        width: 114px;
    }
    
        #NextLinks .SecurityColumn a
        {
            width: auto;
            text-align: right;
        }
    
    #NextLinks #linkHighlight
    {
        background-image: url(/pic/icons/IconEnhance.png);
    }
    
    #NextLinks #message_i_like
    {
        background-image: url(/pic/icons/iconAddFavorite.png);
    }
    #NextLinks #linkAddFavorite
    {
        background-image: url(/pic/icons/IconSaveAd.png);
    }
    #NextLinks #linkWatchItem
    {
        background-image: url(/pic/icons/IconWatchItem.png);
    }
    #NextLinks #linkShareFacebook
    {
        background-image: url(/pic/icons/IconFB.png);
    }
    #NextLinks #linkReply
    {
        background-image: url(/pic/icons/IconTellFriend.png);
    }
    #NextLinks #linkTellFriend
    {
        background-image: url(/pic/icons/IconTellFriend2.png);
    }
    #NextLinks #linkCreateTrade
    {
        background-image: url(/pic/icons/IconTrendsalesTradeDK.png);
    }
    #NextLinks #linkAddImage
    {
        background-image: url(/pic/icons/IconPhoto.png);
    }
    #NextLinks #linkEdit
    {
        background-image: url(/pic/icons/IconEdit.png);
    }
    #NextLinks #linkClose
    {
        background-image: url(/pic/icons/IconCloseAd.png);
    }
        
/* Entity Comments
----------------------------------------------- */
ul.EntityComments
{
    margin-bottom: 20px;
}
        
    ul.EntityComments li
    {
        padding: 5px 5px 10px;
        width: 560px; /*IE6*/
    }
        
        ul.EntityComments li.Alternate
        {
            background-color: #f8f4ed;
        }
        
    ul.EntityComments .UserThumb
    {
        float: left;
        width: 45px;
        margin-top: 5px;
        padding: 0 10px 10px 0;
    }
        
    ul.EntityComments .Comment
    {
        float: left;
        width: 505px;
    }
        
        ul.EntityComments .Comment .body
        {
            padding-top: 5px;
            margin: 0;
            clear: left;
        }
        
        ul.EntityComments .Comment.suggestion .body
        {
            width: 420px;
        }
        
        ul.EntityComments .owner .Comment .body, ul.EntityComments .owner .Comment.suggestion .price
        {
            color: #A05B32;
        }
        
        ul.EntityComments .Comment .date
        {
            text-align: right;
            color: #AAA196;
            float: right;
        }
        
        ul.EntityComments .Comment.suggestion .price
        {
            clear: right;
            float: right;
            font-weight: bold;
            padding-top: 5px;
        }
        
        ul.EntityComments .Comment .username
        {
            float: left;
        }
        ul.EntityComments .owner .Comment .username
        {
            text-decoration: underline;
        }        

.frmComment textarea
{
    display: block;
    border: 1px solid #BC9470;
    height: 177px;
    padding: 3px;
    width: 562px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}        
.frmComment .buttoncontainer
{
    text-align: center;
    position: relative;
}
        
.frmComment .buttoncontainer .linkbutton,
.frmComment .buttoncontainer .button
{
    margin: 0 10px;
    vertical-align: middle;
}
.frmComment .pricesuggest
{
    border: 1px solid #BC9470;
    margin: 0 5px;
}

/* Text ads
----------------------------------------------- */
div.textbanner { padding: 0 6px; }
div.textbanner hr { border: none; border-top: 1px #d6bea6 solid; height: 1px; }
div.textbanner div.eas-text-ad { line-height: 14px; padding: 6px 0; margin-bottom: 0px; }
div.textbanner div.eas-text-ad-head { }
div.textbanner h1.eas-text-ad-title { font-size: 12px; font-weight: 800; margin: 0 0 3px; padding: 0; border: none; }
div.textbanner div.eas-text-ad-body { }
div.textbanner a.eas-text-ad-link { }

/* TsSlider - Frontpage
----------------------------------------------- */
#TsSlider
{
    height: 474px;
    width: 570px;
    position: relative;
    overflow: hidden;
}                 
    /* RESET P TAGS*/
    #TsSlider p
    {
        margin: 0;
    }
    #TsSlider .nav
    {
        position: absolute;
        top: 1px;
        right: 1px;
        z-index: 50;
    }    
        #TsSlider .nav div
        {
            float: left;
        }
                 
    #TsSlider .container
    {
        height: 474px;
    }
                 
#TsSliderCounter
{
    color: White;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin: 0 7px 0 3px;
}
                 
#TsSliderNext, #TsSliderPrevious, #TsSliderPausePlay
{
    background-image: url('Images/slidercontrols.png');
    height: 15px;
    width: 16px;
    margin-right: 4px;
    cursor: pointer;                     
}
                 
#TsSliderNext
{
    background-position:18px -2px;
}               
    #TsSliderNext:hover
    {
        background-position: 18px -20px;
    }
                 
#TsSliderPrevious
{
    background-position:-43px -2px;
}                 
    #TsSliderPrevious:hover
    {
        background-position:-43px -20px;
    }
                 
#TsSliderPausePlay.pause
{
    background-position:-3px -2px;
}                 
    #TsSliderPausePlay.pause:hover
    {
        background-position:-3px -20px;
    }
                 
#TsSliderPausePlay.play
{
    background-position:-22px -2px;
}                 
    #TsSliderPausePlay.play:hover
    {
        background-position:-22px -20px;
    }

/* END OF FILE
----------------------------------------------- */

/* HEADERBOX MMs
----------------------------------------------- */
.headerbox.mms
{
    background-image: url('/pic/ads/sms-duplo-pic4.jpg');
    background-position : top; 
    background-repeat : no-repeat;
    color: #461813;
    cursor: pointer;
}

.headerbox.mms .header
{
    background-image: none;
    background-color:transparent;
}
  
  .headerbox.mms div
  {
      background: none;
                               background-repeat: no-repeat;
                               background-position: 5px 3px;
  }

  .headerbox.mms .header h3
  {
                               background-repeat: no-repeat; 
                               font-size: 14px; 
                               padding: 2px 0 3px 8px;
                               text-transform: uppercase; 
                               letter-spacing: 1px; 
                               font-family: "Times New Roman", Serif;
                               margin: 0;
                               color: White;
                               line-height: 20px;
                               font-weight: bold;
                               background-color:transparent;
  }

 .headerbox.mms .header div.MobileWhite h3 
 {
                              padding-left: 23px;
 }
 
 .headerbox.mms .header div.MobileWhite
 {
                              background-image: url('/pic/icons/box/mobile_white.png');
                              background-position: 6px 3px;
 }


.headerbox.mms .content
{
    border-width: 0px;
    border-style: none;
    border-color: transparent;
                             padding: 6px 0;
                             width: 175px;  /*IE6 Fix */
                             line-height:18px;
}

.headerbox.mms .bottom
{
    background-color:transparent;
    border-width: 0px;
    border-style: none;
    border-color: transparent;
                             padding: 6px 4px 0px 4px;
                             height: 20px;
                             margin-bottom: 16px;
}


/* HEADERBOX GEORG JENSEN
----------------------------------------------- */
.headerbox.GeorgJensen
{
    background-image: url('/pic/ads/georg_jensen_smsboks.png');
	background-position : top; 
	background-repeat : no-repeat;
	color: #fff;
	cursor: pointer;
    }

	.headerbox.GeorgJensen .header
	{
	    background-image: none;
	}
		
		.headerbox.GeorgJensen div
		{
			background-repeat: no-repeat;
			background-position: 5px 3px;
		}

		.headerbox.GeorgJensen .header h3
		{
			background-repeat: no-repeat; 
			font-size: 11px; 
			padding: 2px 0 3px 12px;
			text-transform: uppercase; 
			letter-spacing: 1px; 
			font-family: "Times New Roman", Serif;
			margin: 0;
			color: White;
			line-height: 13px;
			font-weight: bold;
		}

			.headerbox.GeorgJensen .header div.MobileWhite h3 
			{
				padding-left: 23px;
			}
			
			.headerbox.GeorgJensen .header div.MobileWhite
			{
				background-image: url('/pic/icons/box/mobile_white.png');
				background-position: 6px 3px;
			}


	.headerbox.GeorgJensen .content
	{
	    border-width: 0px;
	    border-style: none;
	    border-color: transparent;
		padding: 6px 0;
		width: 175px;  /*IE6 Fix */
		line-height:18px;
	}

	.headerbox.GeorgJensen .bottom
	{
	    background-color:transparent;
	    border-width: 0px;
	    border-style: none;
	    border-color: transparent;
		padding: 4px 4px 0px 4px;
		height: 20px;
		margin-bottom: 16px;
	}
	
/* COKE SKI HOTEL CAMPAIGN
----------------------------------------------- */
#cokeOverlay
{
    height: 718px;
    width: 1002px;
    position: fixed;
    bottom: 30px;
    z-index: 3800;
    padding: 0 1px;
    display: none;
}
.wrapper.takeover #cokeOverlay
{
    width: 984px;
    padding: 0;
}
.wrapper.takeover #overlayTop
{
    width: 984px;
    background: url('/pic/ads/coke/bg_01.png') no-repeat -8px 0px;
}
.wrapper.takeover #overlayBody
{
    background: url('/pic/ads/coke/bg_02.jpg') no-repeat -8px 0px;
    width: 984px;
}                                    
.overlayClose
{
    position: absolute;
    top: 5px;
    right: 5px;
    background: url('/pic/ads/coke/close_button.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 60px;
    height: 23px;
}

#cokeMenuThumb .overlayClose
{   
    top: 131px;
    left: 20px;
    display: none;
}                                      
#overlayTop
{
    background: url('/pic/ads/coke/bg_01.png') no-repeat 0px 0px;
    height: 88px;
    width: 1000px;
}                                    
#overlayBody
{
    background: url('/pic/ads/coke/bg_02.jpg') no-repeat 0px 0px;
    height: 630px;
    width: 1000px;
    position:relative;
}
#cokeFlashWrap
{
    width: 580px;
    height: 510px;
    padding-top: 120px;
    margin: 0 auto;
    z-index: 4000;
}
#cokeMenuThumb
{
    background: url('/pic/ads/coke/cokelight_thumb_vind.png') no-repeat left bottom;
    width: 207px;
    height: 163px;
    position: absolute;
    top: -163px;
    left: 0px;
    cursor: pointer;
}
#menuHoverHelper
{
    width: 100%;
    height: 60px;
    position: absolute;
    top: -60px;
    display: none;
    background: transparent;
}
#cokeMenu
{
    background: url('/pic/ads/coke/cokelight_menu.jpg') repeat-x 0px 0px;
    width: 100%;
    height: 30px;
    position: fixed;
    bottom: -30px;
    left: 0px;
    z-index: 4000;
}                                 
#cokeMenuList
{
    margin: 0 auto;
    width: 922px;
    height: 30px;
    font-family:  "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
    /*font-family: arial, sans-serif;*/

}
#cokeMenuList li.mainmenu, #cokeMenuList li.circle
{
    float: left;
    position: relative;
}                                    
#cokeMenuList li.mainmenu
{
    color: White;
    height: 30px;
    display: block;
    line-height: 30px;
    font-weight: bold;
    padding: 0 10px;
    cursor: pointer;
}                                         
#cokeMenuList li.circle
{
    height: 30px;
    width: 11px;
    background: url('/pic/ads/coke/menu/dot.png') no-repeat 0px 0px;
}                                  
#cokeMenuList li ul
{
    display: none;
    position: absolute;
    left: 0px;
    bottom: 30px;
    background: White;
    border: 2px solid #ed1c24;
    border-bottom: none;
    padding: 10px 0;
    z-index: 6000;
}
    #cokeMenuList .mainmenu.m1 ul
    {
        width: 208px;
    }  
                                    
    #cokeMenuList .mainmenu.m2 ul
    {
        width: 194px;
    }
    #cokeMenuList .mainmenu.m3 ul
    {
        width: 160px;
    } 
   
#cokeMenuList li ul li
{
    font-size: 15px;
    color: Black;
    height: 25px;
    line-height: 25px;
    text-align: left;
    text-transform: none;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    padding: 0 10px;
}    
    #cokeMenuList li ul li:hover
    {
        color: White;
        background: #ed1c24;
    }
.welcome_headerbox
{
	width:188px;	
	float:left;
	margin-left:2px;
    height:190px;
    background-image: url('/pic/graphic/stepbox.jpg');
    background-repeat: no-repeat;
}
.welcome_headerbox .content
{
	padding: 6px 6px 0px 12px;
	line-height:16px;
	height:135px;
	text-align: left;
}
.welcome_headerbox h3
{
	font-size: 12px;
	padding: 8px 0px 0px 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #461813;
	text-align: left;
	border: 0;
	font-weight: normal;
}
.welcome_bottom
{
	padding-left: 12px;
	padding-top:0px;
	_padding-top:6px;
	height: 16px;
	font-weight: bold;
	text-align: left;
}

/* Seo Lists */
div.seoContent 
{
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #EEEEEE;
    padding: 10px;
    color: #666666;
    line-height: 14px;
}

div.seoListHeader {
    color: #461813;
    font-weight: bold;
}
