*{
	margin:0;
	padding:0;
	outline:none;
}
body{
	background:#000 none;
	font:normal 11px Georgia;
	color:#b2b2b2;
}

#container{
	position:relative;
	width:841px;
	min-height:600px;
	margin:0 auto;
	padding:15px;
	background:#000 url("/images/bg.jpg") no-repeat 20px 0;
}



/***************************************   Headern */
#login{
	font-size:11px;
	text-align:right;
	margin-bottom:15px;
}
#login a{
	height:12px;
	margin-bottom:20px;
	background:transparent url("/images/key.gif") 0 50% no-repeat;
	padding:0 6px 0 30px;
	text-transform:uppercase;
}
#logo{
	cursor:pointer;
	float:left;
	margin:0;
	background:transparent url("/images/logo.jpg") no-repeat;
	width:208px;
	height:57px;
}
#logo span{
	display:none;
}
#nav{
	display:block;
	float:right;
	margin-top:20px;
}
#nav li{
	display:inline;
	float:left;
	margin:0 8px;
	text-transform:uppercase;
	font:normal 13px "Sabon RomanSC", Georgia, Times New Roman;
	color:#444;
}
#nav li a, #nav li span{
  display:block;
  border-top:2px solid #441414;
	padding:6px 0 0 0;
}
#nav li span{
  border-color:#2b0b0b;
}
#nav li a:hover{
	border-top:2px solid #6a1e1e;
	text-decoration:none;
}
#subnav{
	position:absolute;
	right:15px;
	top:100px;
}
#subnav li{
	list-style-type:none;
	float:left;
	/*position:relative;*/
	/*display:inline;*/
}
#subnav li a{
	display:block;
	color:#b2b2b2;
	padding:3px 6px;
	font:bold 12px arial;
}
#subnav li.active a{
	color:#fff;
	background-color:#2a2a2a;
}
#subnav li ol{
	display:none;
}
#subnav li.active ol{
	display:block;
}
#subnav li.active ul li{
	margin:2px;
	padding:5px;
}


#content{
	margin:118px 0 0 40px;
}

/***************************************   Startsidan */
#experience{
	height:320px;
	background:transparent url("/images/start/grapes.jpg") no-repeat;
	border-top:1px solid #242424;
	border-bottom:1px solid #242424;
	padding:0 0 0 320px;
}
#experience h1{
	display:block;
	margin:0;
	width:478px;
	height:124px;
	border-bottom:1px solid #242424;
	background:transparent url("/images/start/experience.jpg") no-repeat;
}
#experience h1 span{
	display:none;
}
#experience p{
	width:400px;
	margin:20px auto;
	font:normal 14px Georgia;
	line-height:30px;
}
#newsbar{
	position:relative;
	cursor:pointer;
	margin-top:30px;
	/*padding:6px 0;*/
	height:28px;
	border-top:1px solid #242424;
	border-bottom:1px solid #242424;
	background:transparent url("/images/list_arrow_active.gif") no-repeat 100% 50%;
}
#newsbar_flash{

}
#newsbar h2{
	display:inline;
	text-transform:uppercase;
	font:normal 12px "Sabon RomanSC", Georgia, Times New Roman;
}
#newsbar p{
	font:normal 12px "Sabon RomanSC", Georgia, Times New Roman;
	display:inline;
	margin-left:40px;
}
#newsbar a{
	text-decoration:none;
}



/***************************************   Erbjudanden */
#offer{
	border-top:1px solid #242424;
	border-bottom:1px solid #242424;
	background:transparent url("/images/offers/header.jpg") no-repeat;
	height:363px;
	padding:30px 0 0 320px;
	margin-bottom:35px;
}
#offer ul{
	margin:10px 0 0 23px;
	padding:0;
}
#offer ul li{
	list-style-image: url("/images/list_arrow_styled.jpg");
	font-size:13px;
	padding-left:5px;
	margin:20px 0;
}
#offer p{
	margin-top:10px;
	font-weight:bold;
	font-size:13px;
}
#offer_price p{
	font-size:14px;
}
#offer_price span{
	font-weight:bold;
	margin-right:20px;
}
#offer_membership ol p{
	font-size:14px;
	font-weight:bold;
	margin-top:40px;
}
#offer_membership ol img{
	margin:30px 0 40px 10px;
}



/***************************************   Gradient box */
.grad_box{
	float:left;
	/*min-height:271px;*/
	width:290px;
	border:5px solid #1f1f1f;
	background:#000 url("/images/bg_gradient_big.gif") repeat-x;
	padding:10px;
}
.grad_box ul{
	margin:0;
	padding:0;
}
.grad_box ul li{
	margin:7px 0;
	padding:0;
	list-style:none;
	font:normal 12px arial;
}
.grad_box ul li a{
	padding-left:15px;
	background:transparent url("/images/list_arrow.gif") no-repeat 0 50%;
}
.grad_box ul li a:hover{
	background:transparent url("/images/list_arrow_active.gif") no-repeat 0 50%;
	text-decoration:none;
}
.rightbox{
	float:right;
	padding:0 30px;
	width:419px;
	height:299px;
	border-top:1px solid #242424;
	border-bottom:1px solid #242424;
}
.rightbox h1{
	margin:25px 0 0 7px;
}
.rightbox p{
	width:400px;
	margin:15px auto;
	font:normal 14px Georgia;
	line-height:30px;
}



/***************************************   Loginboxen */
#loginbox *{
	overflow:hidden;
}
#loginbox{
	width:310px;
	margin:0;
	padding:0;
}
#loginbox #username, #password{
	font:normal 11px arial;
	color:#b2b2b2;
	margin-top:8px;
}
#loginbox #username label, #password label{
	display:block;
	margin-bottom:2px;
}
#loginbox #username input, #password input{
	border:0;
	width:154px;
	height:25px;
}
#loginbox #username{
	float:left;
}
#loginbox #password{
	float:right;
}
#loginbox #login_submit{
	margin-top:10px;
	text-transform:uppercase;
	text-decoration: underline;
	font:bold 12px arial;
	color:#b2b2b2;
	border:0;
	background:transparent none;
	background-image:url("/images/partner/btn_next.gif");
	background-repeat:no-repeat;
}
#loginbox ul{
	border-top:1px solid #4f504f;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}
#loginbox ul li{
	display:inline;
	float:left;
}
#loginbox ul li#x{
	float:right;
}
#loginbox ul li a{
	font:normal 11px arial;
	padding-left:10px;
	background:transparent url("/images/list_arrow_active.gif") no-repeat 0 50%;
}
#loginbox ul li a:link, #loginbox ul li a:visited{
	color:#b2b2b2;
	text-decoration:none;
}
#loginbox #close{
	float:right;
	color:#b2b2b2;
	cursor:pointer;
}



/***************************************   Osorterade grejer - fixas sen */
a{
	color:#b2b2b2;
	text-decoration:none;
}
a:hover{ text-decoration:underline; }
a img{ border:0; }

#banner{
	margin-top:25px;
	float:right;
}

#madeBy{
	clear:both;
	display:block;
	width:840px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	font:normal 10px arial;
	color:#777;
}





.seperator,
.separator,
.uplink{
    clear:both;
	text-align:right;
	padding-top:10px;
}
.seperator,
.separator{
	margin:20px 0 20px 0;
	border-top:1px solid #242424;
}
.seperator_list,
.separator_list{
	margin:5px 0 20px 0;
	text-align:right;
}
.seperator a, .seperator_list a,
.separator a, .separator_list a,
.uplink a{
	background:transparent url("/images/up_arrow.gif") no-repeat 0 50%;
	padding-left:10px;
	font:bold 12px arial;
}










.pic{
	width:320px;
	height:272px;
	background:#f90 none;
	float:left;
}
.main{
	float:right;
	overflow:hidden;
	width:430px;
	padding:25px;
	border-top:1px solid #242424;
	border-bottom:1px solid #242424;
	height:269px;
}




#contactform dd{
	float:left;
}
#contactform dt{
	float:right;
}
#contactform dd, #contactform dt{
	display:inline;
	padding:0;
	padding-top:10px;
	margin:0;
}
#contactform label{
	display:block;
	font:normal 11px arial;
	width:100px;
}
#contactform input{
	border:0;
	width:214px;
	height:22px;
}
#contactform input.submit{
	float:right;
	margin:5px 0 0 0;
	width:130px;
	height:28px;
}
#contactform textarea{
	border:0;
	width:430px;
	height:68px;
}





#contact{
	display:inline;
	clear:both;
	width:100%;
	font-size:13px;
}
#contact p{
	line-height:normal;
	margin:10px 0 20px 0;
}
#contact ul{
	float:left;
}
#contact ul li{
	list-style:none;
	line-height:normal;
}
#contact ul li div{
	display:inline;
	position:relative;
	border:15px solid transparent;
}









#bodegaLeft{
	position:relative;
	float:left;
	width:50%;
}
#bodegaRight{
	float:right;
	width:330px;
}
#bodegaLeft p, #bodegaRight p{
	line-height:27px;
	font-size:13px;
}
#bodegaRight p{
	margin-top:20px;
}
#bodegaLeft #map{
	width:455px;
}
#bodegaLeft #map span{
	position:absolute;
	margin:330px 0 0 -270px;
	font:normal 12px arial;
}
#bodegaLeft .grad_box{
	margin-top:15px;
	padding-bottom:0;
}
#bodegaLeft .grad_box dl{
	margin:0;
	padding:0;
}
#bodegaLeft .grad_box dl dd{
	display:block;
	background: transparent url("/images/list_arrow_active.gif") no-repeat 0 50%;
	padding-left:10px;
	font:bold 12px arial;
}
#bodegaLeft .grad_box dl dt{
	display:block;
	margin-bottom:17px;
	padding:0 10px;
	font:normal 12px arial;
}
#bodegaLeft a#priorat{
	position:absolute;
	top:95px;
	left:260px;
	display:block;
	height:20px;
	width:100px;
	background-color:#fff;
	opacity:0;
	filter:alpha(opacity=0);
}
#bodegaLeft a#priorat span{
	display:none;
}




.clearfix{ clear:both; }



ol li{
	margin:0 0 0 20px;
	font-size:13px;
}
ol li ul li{
	list-style-image: url("/images/list_arrow_styled.jpg");
}



h1{
	font:normal 23px Georgia, sans-seif;
	color:#b2b2b2;
}
h2{
	text-transform:uppercase;
	/*font-size:17px; var det innan */
	font:normal 20px "Sabon RomanSC", Georgia, Times New Roman;
	color:#b2b2b2;
}
h3{
	margin-top:10px;
	font-weight:bold;
	font-size:13px;
}
h4{
	text-transform:uppercase;
	font:normal 13px "Sabon RomanSC", Georgia, Times New Roman;
	color:#b2b2b2;
}
p, li, h3{
	line-height:25px;
}




#slideshow{
	position:absolute;
	margin:0 0 0 -160px;
}



#offers_bottom{
	margin-top:50px;
}
#offers_bottom img{
	float:left;
}
#offers_bottom div{
	margin-top:-1px;
	margin-bottom:25px;
	float:right;
	width:370px;
	height:570px;
	overflow:auto;
	border:5px solid #1f1f1f;
	background:#000 url("/images/grad_box_high.jpg") repeat-x;
	padding:10px;
}
#offers_bottom div h1{
	margin:0 0 15px 0;
}
#offers_bottom ul{
	margin:10px 0 0 23px;
	padding:0;
}
#offers_bottom ul li{
	line-height:22px;
	font-size:14px;
}


.alignment_fix h1{
	padding-top:27px;
	padding-bottom:27px;
	border-top:1px solid #1f1f1f;
}
.alignment_fix h1.newstitle {
    padding-bottom:0;
}
.alignment_fix{
	font-size:13px;
}
.alignment_fix p{
	margin:0 0 15px 0;
}
.margin_fix{
	margin-right:40px;
	margin-bottom:10px;
}



img{
	behavior: url("/js/pngbehavior.htc");
}


dl.columns{
	clear:both;
	margin:15px 0;
	width: 100%;
}
dl.columns dt{
	font-weight:bold;
	clear:both;
	float:left;
	width:120px;
	height:17px;
}
dl.columns dd {
	height:17px;
	display:block;
	padding:0;
	margin:0 0 0 120px;
}
dl.columns dt.long{
	float:none;
}
dl.columns dd.long{
	margin:0;
}

#gift_receiver{
	width:400px;
	float:left;
}
#personalinfo{
	width:400px;
	float:left;
}


.btn{
	border:0;
	color:#b2b2b2;
	display:block;
	width:105px;
	height:26px;
	padding-top:2px;
	background:#000 url("/images/btn.gif") no-repeat;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}


table.orderinfo{
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	margin-bottom:25px;
}
table.orderinfo tr.grey{
	background-color:#1a1a1a;
}
table.orderinfo th, table.orderinfo td{
	padding:5px;
	font-size:13px;
	font-family:arial;
}
table.orderinfo th{
	text-align:left;
	font-weight:bold;
}
table.orderinfo td{
	text-align:right;
}

#shop h2{
	font-size:20px;
}


#content #notice {
    font-size:12px;
}
#notice{
    color:#000;
	text-align:center;
    margin: 10px 0;
}


#javascriptnotice{
	background-color:#d27676;
	border:3px solid #9a3131;
	color:#000;
	text-align:center;
}
#javascriptnotice.goodnotice,
.infonotice{
	background:#8ba448;
	border:3px solid #496301;
}
#javascriptnotice.errornotice,
.errornotice{
	background:#d27676;
	border:3px solid #9a3131;
}

#bodegatitle{
	position:absolute;
	left:54px;
	top:110px;
}

.pagemenu *{
	margin:0;
	padding:0;
}
.pagemenu{
	position:absolute;
	top:21px;
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
.pagemenu li{
	float:left;
	font:bold 12px arial;
}
.pagemenu li a span{
	display:block;
	color:#b2b2b2;
}
.pagemenu li.active a span{
	color:#fff;
}
#subnav li.active .pagemenu a.anchor{
	background-color:transparent;
}


.li1 .pagemenu, .li2 .pagemenu, .li3 .pagemenu{
	left:0;
}
.li4 .pagemenu, .li5 .pagemenu{
	left:250px;
}
.li6 .pagemenu, .li7 .pagemenu, .li8 .pagemenu{
	right:0;
}

.bodeganav{
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	position:absolute;
	left:468px;
	top:100px;
}
.bodeganav span{
	background-color:#2b2b2b;
	padding:5px 0;
}
optgroup option{
	margin-left:15px;
}
#country option{
	width:170px;
}

#receipt{
    float:left;
	line-height:19px;
	font-size:14px;
}
#receipt p{
	margin:15px 0;
}

#reciept_iframe{
    width:520px;
    height:670px;
    border:0;
}

#receipt_buttons{
    float:left;
    width:100px;
    margin-left:50px;
}
#receipt_buttons .submit{
    display:block;
	margin-top:10px;
	padding:7px 25px 7px 15px;
	width:90px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font:bold 12px arial;
	color:#b2b2b2;
	border:0;
	background:transparent none;
	background-image:url("/images/partner/btn_next.gif");
	background-repeat:no-repeat;
}


#campaign dl dt {
    font-size:16px;
    margin-top:15px;
}
#campaign dl dd {
    font-size:24px;
}
